@charset "utf-8";

/* ---- HTML RESET ---- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size : 14px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend { display: block; }
body {
	font-size:100%;
	line-height: 1.6;
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/	font-family: 'Noto Sans JP', sans-serif;
	vertical-align: bottom;
	color: #666;
}

img{
   vertical-align: bottom;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-spacing: 0; }

/* Lists Resets */
ul,ol { margin: 0; }
ul {
	list-style: none inside;
	/* [disabled]margin-left: 1em; */
}
ol { list-style: decimal inside; margin-left: 1em;}
.disc { list-style-type: disc; padding-left: 1em; text-indent: -1em; }
.circle { list-style-type: circle; }
li {
	line-height: 1.5em;
	text-align: left;
}
ul ul, ol ol { margin: 0.7em 0 0 1.42em; }

/* ---- Clearfixes ---- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

a {
	color: #063267;
	text-decoration: none;
}
a:hover {color: #333333; }
a:focus {color: #333333; outline: none; }

sub, sup {font-size: 60%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 70%; line-height: inherit; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 20px 0 20px; height: 0; }


/* -----------------------------------------------
 layout
-------------------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	background-color: #FFF;
}
body {
	text-align: center;
}
* html,body {
    height:100%;
}
#wrapper {
	width: 100%;
	text-align: center;
	position: relative;
}
#wrapper:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}

#header {
	width: 100%;
	height: 80px;
	z-index: 300;
/*	position: fixed;*/
	left: 0px;
	top: 0px;
	background-position: bottom;
	background-color: #FFF;
	box-shadow:0px 0px 5px -1px #636363;
	-moz-box-shadow:0px 0px 5px -1px #636363;
	-webkit-box-shadow:0px 0px 5px -1px #636363;
}
#header_inner {
	width: 100%;
	max-width: 960px;
	height: 80px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
#header_inner #h_logo{
	top:5px;
	left:0px;
	position:absolute;
	text-align: left;
}
#header_inner #h_box{
	top:10px;
	right: 55px;
	width:416px;
	height:25px;
	position:absolute;
}
#header_inner #h_box img{
	padding-left:10px
}
#header_inner #fb_logo{
	position:absolute;
	width:50px;
	height:50px;
	right: 0;
	top:15px;
}
/*** GRID Module ***/
/* Grids */
.row {
	text-align: center;
	padding:40px 0;
}
.row-content{
	max-width:960px;
	text-align:center;
	clear: both;
	float: none;
	/* [disabled]overflow: hidden; */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.row-content2{
	max-width:640px;
	text-align:left;
	clear: both;
	float: none;
	overflow: hidden;
    margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
[class*="col-"] {
  float: left;
  display: block;
  margin: 0 2% 0 0;
}
img {
	max-width: 100%;
	height: auto;
}
/*[class*="col-"] img {
	max-width: 100%;
	height: auto;
}*/
[class*="col-"]:last-child {
    margin: 0;
}
.col-1 {
  width: 6.5%;
}
.col-2 {
  width: 15%;
}
.col-3 {
  width: 23.5%;
}
.col-4 {
  width: 32%;
}
.col-5 {
  width: 40.5%;
}
.col-6 {
  width: 49%;
}
.col-7 {
	width: 57.5%;
}
.col-8 {
  width: 66%;
}
.col-9 {
  width: 74.5%;
}
.col-10 {
  width: 83%;
}
.col-11 {
  width: 91.5%;
}
.col-12 {
  width: 100%;
  margin: 0;
}

/* -----------------------------------------------
 Aligns & Formats
-------------------------------------------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
.center {
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.imgleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.imgright {
  float: right;
  margin: 5px 0 20px 20px;
}

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}

/* ---- Table ----*/

table{
	width:100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 1em;
}
table th{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	background-color: #F6F6F6;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table td{
	padding: 10px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
table tr th.tablebg_gray{
	color: #FFF;
	background-color: #666;
	padding: 10px;
}


.oh {
	overflow: hidden;
}

.hidden {
  display: none !important;
}

.hidden-text {
  font: 0/0 a !important;
}

.clear {
  clear: both;
  display: block;
}

.breadcrumbs li,
.pagination li {
  display: inline-block;
  font-size: 0.85;
}

/* -----------------------------------------------
 global nav
-------------------------------------------------- */
#header_inner ul#globalNav {
	width: 510px;
	position: absolute;
	top: 42px;
	right: 43px;
	padding:0;
	margin:0
}
#header_inner ul#globalNav li {
	margin-left: 5px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	float: left;
}
#header_inner ul#globalNav li:first-child{
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#header_inner ul#globalNav li a {
	display: block;
	text-align: center;
	font-weight: 700;
	color: #666;
	letter-spacing: 1px;
}
#header_inner ul#globalNav li a:hover {
    filter: alpha(opacity=60);
    opacity:0.6;
    -moz-opacity:0.6;
}

/* 20220906ボタン追加css */
#header.header__change{
	height: 90px;
}
#header_inner.header_inner__change{
	height: 90px;
}
#header_inner #globalNav.globalNav_area{
	padding-top: 22px;
	right: 28px;
	z-index: 10;
}
#header_inner #h_box.h_box__change{
	text-align: right;
	height: initial;
	z-index: 11;
}
#header_inner #fb_logo.fb_logo__change{
	z-index: 11;
	top: 11px;
}
@media screen and (max-width: 768px) {
	#header.header__change{
		height: 70px;
	}
	#header_inner.header_inner__change{
		height: 70px;
	}
	#header_inner #fb_logo.fb_logo__change{
		top: 20px;
	}
}
/* -----------------------------------------------
 footer
-------------------------------------------------- */
#footer {
	width: 100%;
	text-align: center;
	margin: 0px;
	position: relative;
    position: relative;/*push*/
	background-image: url(../images/footer_bg.png);
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #DCE4EF;
}
#footer .row .row-content .col-6 ul li a{
    line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3BCCF;
	display:block
}
#footer .row .row-content .col-6 ul li ul{
	padding-left: 0;
	margin-left:0;
}
#footer .row .row-content .col-6 ul li ul li a{
	background-image: url(../images/footer_arrow.png);
	background-repeat: no-repeat;
	background-position: left 0.6em;
	padding-left: 1em;
	border: none;
	font-size:12px;
	line-height:1.8em
}
#footer .row .row-content .col-6.info{color: #000; font-weight: 600;}
#footer .row .row-content .col-6.yline{
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
}
#footer .row .row-content .col-6 p span{
	font-size: 12px;
	font-weight: normal;
}
#footer .row .row-content .col-6.info .tel a{
	font-size: 24px;
	color: #003B83;
}

#footer .row .row-content .col-6 ul#mark li{
	display: inline-block;
	padding: 0;
	background-color: #036;
}
#footer .row .row-content .col-6 ul#mark li a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
    text-align: center;
}

#footer .row .row-content .col-6 ul#mark li.isp{width:22%}
#footer .row .row-content .col-6 ul#mark li.dbj{width:27%}
#footer .row .row-content .col-6 ul#mark li.isms{position: relative;width:33%}

.isms_txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    margin: 0 auto;
    font-size: 0.7rem;
    color: #666;
}

.pagetop{
	position: fixed;
	bottom: 20px;
	cursor:pointer;
	right: 10px;
	z-index: 100;
}

.push{
    position: fixed;
	bottom: 80px;
	cursor:pointer;
	right: 10px;
	z-index: 100;
    width: 100px;
    height: auto;
}

.push:hover{
    bottom: 88px;
}

@media screen and (max-width:768px){
    .pagetop,
    .push{
        width: 50px;
        height: auto;
    }
    
    .push{
        bottom: 60px;
    }
    
    .push:hover{
        bottom: 65px;
    }
}

.topalert {
  position:relative;
  z-index:99;
  top:0;
  width:100%;
  background:#d20f0f;
  padding:0.5em;
  overflow : hidden;
}
.topalert dl {
  display:flex;
}

.topalert .flow{
    display : inline-block;  /* 必須 */
  padding-left: 100%;    /* 右端から文字をスタートさせるため */
  white-space : nowrap; /* 改行が起こらないように対策 */
  /*line-height : 1em;         /* 行間（高さ）を1文字分にする */
  animation : scroll 25s linear infinite; /* 下のアニメーションを10秒かけて行い、それをくりかえす */
}

/* アニメーション（右から左に移動） */
@keyframes scroll{
  0% { 
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}

.topalert dl dt {
  width:120px;
  color:#fff;
  font-weight:bold;
      text-align:left;
}
.topalert dl dd {
  text-align:left;
}
.topalert dl dd a{
  color:#fff;
    font-size: 1.5rem;
}
@media screen and (min-width: 1080px) {
	.topalert {
		text-align:center;
	}
	.topalert dl, .topalert dl dd, .topalert dl dt {
		display:inline;
	}
	.topalert dl dt {
		padding-right:20px;
	}
}
@media screen and (max-width: 768px) {
  .topalert {
    padding-right:50px;
  }
    
  .topalert .flow{
    animation : scroll 15s linear infinite; /* 下のアニメーションを10秒かけて行い、それをくりかえす */
  }
    
/*.topalert .flow{
    display: block;
    white-space: normal;
    animation : none;
    padding-left: 0.5rem;
}*/
  .topalert dl {
    display:block;
  }
  .topalert dl dt {
    width:100%;
  }
}
