@charset "UTF-8";

/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
  **:indent
  **:size
  **:wide
  **:section
  **:compo parts
    btn/box/list/head/table/float/column/tabArea/phList/defineList/accList/topcontrol/roBtn/modal/
  **:pager
  **:form
-------------------------------------------------------------------------------------*/



/* indent
-------------------*/
.center{text-align:center!important;}
.left{text-align:left!important;}
.right{text-align:right!important;}
.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}
.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}
.mb90{margin-bottom:90px !important;}
.mb95{margin-bottom:90px !important;}
.ml0{margin-left:0px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.mr0{margin-right:0px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.pT0{padding-top:0!important;}
.pT5{padding-top:5px!important;}
.pT10{padding-top:10px!important;}
.pT15{padding-top:15px!important;}
.pT20{padding-top:20px!important;}
.pT25{padding-top:25px!important;}
.pT30{padding-top:30px!important;}
.pT35{padding-top:35px!important;}
.pT40{padding-top:40px!important;}
.pT45{padding-top:45px!important;}
.pB0{padding-bottom:0!important;}
.pB5{padding-bottom:5px!important;}
.pB10{padding-bottom:10px!important;}
.pB15{padding-bottom:15px!important;}
.pB20{padding-bottom:20px!important;}
.vAT{ vertical-align:top!important;}
.vAM{ vertical-align:middle!important;}
.vAB{ vertical-align:bottom!important;}

.disnon_honbu,
.disnon_otowa,
.disnon_kinen,
.disnon_reha,
.disnon_toji{
	display:none;
}

.bold{ font-weight: bold;}
.normal{ font-weight: normal;}

.isPc{ display: block;}
.isSp{ display: none;}
.resImg{max-width: 100%;}

.spTel{ pointer-events: none; 
text-decoration: none!important;
color: #333!important;}

.marker{ background: linear-gradient(transparent 30%, #ffff66 60%); }


/*txtLink*/
a.txtLink{
  color: #44ADAA;
}
a.txtLink:hover{
  color: #44ADAA;
  text-decoration: underline;
}
.txtRed{
  color: #db584b!important;
}
.txtWhite{
  color: #FFF!important;
}
.txtBlock{
  color: #000!important;
}
.hideBlock{
  display: none;
}



/* size
-------------------*/
.size10{ font-size:1.0rem!important; }
.size11{ font-size:1.1rem!important; }
.size12{ font-size:1.2rem!important; }
.size13{ font-size:1.3rem!important; }
.size14{ font-size:1.4rem!important; }
.size15{ font-size:1.5rem!important; }
.size16{ font-size:1.6rem!important; }
.size17{ font-size:1.7rem!important; }
.size18{ font-size:1.8rem!important; }
.size19{ font-size:1.9rem!important; }
.size20{ font-size:2.0rem!important; }
.size21{ font-size:2.1rem!important; }
.size22{ font-size:2.2rem!important; }
.size23{ font-size:2.3rem!important; }
.size24{ font-size:2.4rem!important; }



/* wide
-------------------*/
.w5{width:5%!important;}
.w10{width:10%!important;}
.w15{width:15%!important;}
.w18{width:18%!important;}
.w20{width:20%!important;}
.w25{width:25%!important;}
.w30{width:30%!important;}
.w35{width:35%!important;}
.w40{width:40%!important;}
.w45{width:45%!important;}
.w50{width:50%!important;}
.w55{width:55%!important;}
.w60{width:60%!important;}
.w65{width:65%!important;}
.w70{width:70%!important;}
.w75{width:75%!important;}
.w80{width:80%!important;}
.w85{width:85%!important;}
.w90{width:90%!important;}
.w95{width:95%!important;}
.wFull{width:100%!important;}



/* section
-------------------*/
section{
  clear:both;
  margin-bottom: 40px;
}
#contents > section:last-child{
  margin-bottom: 0;
}
section.bgColor{
  padding: 60px 0;
}
section.bgColor01{
  background: #EEE;
}
section.bgColor02{
  background: #EAF6F9;
}
.scInr{
  margin: 0 auto;
  max-width: 1000px;
  width: 97%;
}
.scInrS{
  margin: 0 auto;
  max-width: 960px;
  width: 97%;
}
.scInrW{
  margin: 0 auto;
  max-width: 1200px;
  width: 97%;
}
.scInr:before,
.scInr:after,
.scInrS:before,
.scInrS:after,
.scInrW:before,
.scInrW:after,{
  content: "";
  display: table;
}
.scInr:after,
.scInrS:after,
.scInrW:after{
  clear: both;
}

/* main
-------------------*/
#main a{
	color: #077A79;
	text-decoration: underline;
}

#main a:hover{
	color: #44ADAA;
	text-decoration: none;
}

/* compo parts
-------------------*/

/*btn*/
.btnArea a{
  box-sizing: border-box;
  display: block;
  line-height:140%;
  padding:13px 1em 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.bscBtn01 a{
  background: #44ADAA;
  border:1px solid #44ADAA;
  color: #FFF!important;
	text-decoration: none!important;
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	display: block!important;
}
.bscBtn02 a{
  border:1px solid #18605e;
  color: #18605e!important;
	text-decoration: none!important;
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background: #fff;
	display: block!important;
}
.bscBtn01 a:hover,
.bscBtn02 a:hover{
  background: #f1f9f9;
  border:1px solid #18605e;
  color: #18605e!important;
}
.bscBtn03 a{
  background: #EFEFEF;
  border:1px solid #CCC;
	text-decoration: none!important;
	color: #333!important;
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
		display: block!important;

}
.bscBtn03 a:hover{
  background: #CCC;
  color: #000!important;
}
#main .bscBtn01 a,
#main .bscBtn02 a,
#main .bscBtn03 a{
text-align: left!important;
}
#main .bscBtn01.pdf a,
#main .bscBtn02.pdf a,
#main .bscBtn03.pdf a,
#main .bscBtn01.prev a,
#main .bscBtn02.prev a,
#main .bscBtn03.prev a,
#main .bscBtn01.newWin a,
#main .bscBtn02.newWin a,
#main .bscBtn03.newWin a{
padding-left: 35px!important;
}

.btnArea{
  margin-bottom: 20px;
}
.btnArea li{
  position: relative;
  margin-bottom: 0;
}
.btnArea.clm2 li,
.btnArea.clm3 li,
.btnArea.clm4 li{
  margin-bottom: 10px;
}
.btnArea li a:before{
  font-family: Font Awesome\ 5 Free;
  font-size: 90%;
  margin: auto;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btnArea.clm1 li a:before{
  font-family: Font Awesome\ 5 Free;
  font-size: 90%;
  margin: auto;
  width: 90%;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btnArea li.prev a:before{
  content: "\f104";
  font-weight: bold;
  text-align: left;
}
.btnArea li.next a:before{
  content: "\f105";
  font-weight: bold;
  text-align: right;
}
.btnArea li.pdf a:before{
  content: "\f1c1";
  text-align: left;
}
.btnArea li.newWin a:before{
  content: "\f2d2";
  font-weight: bold;
  text-align: left;
}
.btnArea li.anc a:before{
 content: "\f107";
  font-weight: bold;
  text-align: right;
}
.btnArea li.prev a:hover:before,
.btnArea li.next a:hover:before{
  width: 98%;
}

/*box*/
.bscBox01{
  background: #f1f9f9;
  border: 1px solid #CCC;
  box-sizing: border-box;
  padding: 20px;
}
.bscBox01.dashed{
  border: 1px dashed #CCC;
}
.bscBox02{
  background: #f9f9f9;
  border: 1px solid #CCC;
  box-sizing: border-box;
  padding: 20px;
}
.bscBox02.dashed{
  border: 1px dashed #CCC;
}
.bscBox03{
  background: #fee8e6;
  border: 1px solid #db584b;
  box-sizing: border-box;
  padding: 20px;
}
.bscBox03.dashed{
  border: 1px dashed #db584b;
}
.bscBox04{
  background: #FFF;
  border: 1px solid #CCC;
  box-sizing: border-box;
  padding: 20px;
}
.bscBox04.dashed{
  border: 1px dashed #CCC;
}

/*list*/
.indList,
.indListS{
  margin-bottom: 15px;
}
.indList li,
.indListS li{
  line-height: 1.5;
  margin-bottom: 5px!important;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.indListS li{
  font-size: 1.2rem ;
  line-height: 1.3;
}
.indList li:before,
.indListS li:before{
  color: #44ADAA;
  content: '・';
  margin-right: .5em;
  vertical-align: baseline;
}
.numList,
.numListS{
  margin-bottom: 15px;
  padding-left: 2.3em;
}
.numList li,
.numListS li{
  line-height: 1.5;
  list-style: decimal outside none;
  overflow: visible!important;
  margin-bottom: 5px!important;
}
.numListS li{
  font-size: 1.2rem !important;
  line-height: 1.3;
}
.numList.clm4 li{
  margin-right: 6%;
  width: 20.5%;
}
.numList.clm3 li{
  margin-right: 6%;
  width: 29.2%;
}
.numList.clm2 li{
  width: 47.5%;
}
.indList li a,
.indListS li a,
.numList li a,
.numListS li a,
.iconList li a{
  color: #44ADAA;
}
.iconList li{
  line-height:1.7;
  text-indent:-1.5em;
  padding-left:1.5em;
  margin-bottom:5px;
}
.iconList li:before{
  font-family: Font Awesome\ 5 Free;
  margin-right: .5em;
}
.iconList li.pdf:before{
  color: #E5322D;
  content: '\f1c1';
}
.iconList li.excel:before{
  color: #217345;
  content: '\f1c3';
}
.iconList li.word:before{
  color: #2B579A;
  content: '\f1c2';
}
.iconList li.newWin:before{
  content: '\f2d2';
}
.iconList li.arr01:before{
  color: #44ADAA;
  content: '\f105';
  font-weight: bold;
}
.iconList li.arr02:before{
  color: #44ADAA;
  content: '\f0da';
  font-weight: bold;
}

/*head*/
.imgHead{
  font-size: 0;
  line-height :0;
}
.head01{
  background: #f1f9f9;
  border-bottom: 2px solid #EEE;
  border-top: 4px solid #44ADAA;
  color: #44ADAA;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 15px 20px;
}
.head02{
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 0 17px 10px;
  position: relative;
}
.head02:before{
  background: #44ADAA;
  content: '';
  display: block;
  height: 2px;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.head02:after{
  background: #CCC;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.head03{
  background: #f9f9f9;
  border-left: 4px solid #44ADAA;
  color: #44ADAA;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 5px 14px;
  position: relative;
}
.head04{
  border-bottom: 2px solid #CCC;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 0 18px 5px;
}
.head05{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.head05:before{
  color: #44ADAA;
  content: "\f0c8";
  font-family: Font Awesome\ 5 Free;
  font-size: 70%;
  font-weight: bold;
  margin-right: 8px;
  vertical-align: middle;
}

/*table*/
.bscTbl01 table,
.bscTbl02 table{
  border-collapse: collapse;
  border-left:1px solid #DDD;
  border-top:1px solid #DDD;
  width: 100%;
}
.bscTbl01 table th,
.bscTbl01 table td{
  background: #FFF;
  box-sizing: border-box;
  border-right:1px solid #DDD;
  border-bottom:1px solid #DDD;
  line-height: 1.4;
  padding: 15px 1em 12px;
  text-align: left;
}
.bscTbl01 table th{
  background: #EEE;
  font-weight: 500;
}
.bscTbl02 table th,
.bscTbl02 table td{
  background: #FFF;
  box-sizing: border-box;
  border-right:1px solid #DDD;
  border-bottom:1px solid #DDD;
  line-height: 1.4;
  padding: 15px 1em 12px;
  text-align: left;
}
.bscTbl02 table th{
  background: #f1f9f9;
  font-weight: 500;
}
.bscTbl01 table tr.head th{
  background: #f1f9f9;
}
.bscTbl01 table tr.center th{
  text-align: center;
}

/*float*/
.fltImgL{
  float: left;
  margin: 0 20px 10px 0;
}
.fltImgR{
  float: right;
  margin: 0 0 10px 20px;
}
.fltImgL span,
.fltImgR span{
  display: block;
  font-size: 90%;
  text-align: center;
}
.fltL{
  float: left;
}
.fltR{
  float: right;
}
.w100{ width: 100px;}
.w200{ width: 200px;}
.w300{ width: 300px;}
.w400{ width: 400px;}
.w450{ width: 450px;}
.w500{ width: 500px;}
.w600{ width: 600px;}

/*float-clear*/
.cf:before,
.cf:after{
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
br.clear, .clear{
  clear: both;
  display: inline !important;
  display: none;
  line-height: 0px;
}
br.clear{
  clear: both;
  line-height: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  br.clear {
    display:block!important;
    content: " ";
  }
}

/*column*/
.clm4 li{
  float: left;
  margin: 0 1.72% 20px 0;
  width: 23.7%;
}
.clm4 li:nth-child(4n){
  margin-right: 0;
}
.clm3 li{
  float: left;
  margin: 0 2% 20px 0;
  width: 32%;
}
.clm3 li:nth-child(3n){
  margin-right: 0;
}
.clm2 li{
  float: left;
  margin-bottom: 20px;
  width: 48.5%;
}
.clm2 li.even,
.clm2 li:nth-child(2n){
  float: right;
}
.clm4,
.clm3,
.clm2{
  overflow: hidden;
}
.clm4:before,
.clm4:after,
.clm3:before,
.clm3:after,
.clm2:before,
.clm2:after{
  content: "";
  display: table;
}
.clm4:after,
.clm3:after,
.clm2:after{
  clear: both;
}
.clm4 li,
.clm3 li,
.clm2 li{
  overflow: hidden;
}
.clm4 .img img,
.clm3 .img img,
.clm2 .img img{
  max-width: 100%;
}
.clm4 .caption,
.clm3 .caption,
.clm2 .caption{
  font-size: 90%;
}

/*tabArea*/
.tabArea{
  overflow: hidden;
}
.tabArea .tabList{
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.tabArea .tabList li{
  background: #EFEFEF;
  border-right: 10px solid #FFF;
  cursor: pointer;
  display: table-cell;
  font-weight: bold;
  line-height: 1.7;
  padding: 13px 1em 10px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.tabArea .tabList li:first-child{
  border-left: 10px solid #FFF;
}
.tabArea .tabList li:last-child{
  border-right: 10px solid #FFF;
}
.tabArea .tabList li:hover{
  background: #f1f9f9;
  color: #18605e;
}
.tabArea .tabList li.current{
  background: #44ADAA;
  color: #FFF;
}
.tabArea .tabContents{
  border: 1px solid #44ADAA;
  padding: 20px;
}

/*phList*/
.phList{
  margin-bottom: 40px;
  height: 100%;
}
.phList:before,
.phList:after{
  content: "";
  display: table;
}
.phList:after{
  clear: both;
}
.phList li a{
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none!important;
}
.phList li a:hover{
  background: #fbfbfb;
}
.phList li .ph{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.phList li .ph:before{
  content: "";
  display: block;
  padding-top: 55%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.phList li a:hover .ph:before{
  background: #000;
  opacity: .3;
}
.phList li .txtInr{
  box-sizing: border-box;
  padding: 10px;
  color: #333!important;
}
.phList li .txtInr .head{
  color: #44ADAA;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
.phList li a:before{
  background: #c2dfde;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: skew(-48deg) translateX(43px);
  transform: skew(-48deg) translateX(43px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.phList li a:after{
  color: #44ADAA;
  content: "\f105";
  font-family: Font Awesome\ 5 Free;
  font-weight: bold;
  position: absolute;
  bottom: 3px;
  right: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*defineList*/
.defineList01{
  overflow: hidden;
}
.defineList01:before,
.defineList01:after{
  content: "";
  display: table;
}
.defineList01:after{
  clear: both;
}
.defineList01 dt,
.defineList01 dd{
  border-bottom: 1px dotted #CCC;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.defineList01 dt{
  color: #44ADAA;
  clear: both;
  float: left;
  font-weight: bold;
  width: 30%;
}
.defineList01 dd{
  float: right;
  width: 68%;
}
.defineList02 dt,
.defineList02 dd{
  line-height: 1.4;
}
.defineList02 dt{
  color: #44ADAA;
  font-weight: bold;
}
.defineList02 dd{
  border-bottom: 1px dotted #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.emDefine01{
  border: 1px solid #44ADAA;
}
.emDefine01 dt{
  background: #f1f9f9;
  border-bottom: 1px solid #44ADAA;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 1em;
  text-align: center;
}
.emDefine01 dd{
  box-sizing: border-box;
  padding: 20px;
}
.emDefine02{
  border: 1px solid #db584b;
}
.emDefine02 dt{
  background: #fee8e6;
  border-bottom: 1px solid #db584b;
  color: #db584b;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 1em;
  text-align: center;
}
.emDefine02 dd{
  box-sizing: border-box;
  padding: 20px;
}

/*accList*/
.accList{
  border-bottom: 1px dotted #CCC;
  padding: 20px 0;
}
.accList dt,
.accList dd{
  line-height: 1.4;
  padding: 0 35px 0 50px;
  position: relative;
}
.accList dt{
  cursor: pointer;
  font-weight: 500;
  padding-bottom: 3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.accList dt:hover{
  color: #44ADAA;
  text-decoration: underline;
}
.accList dt:before{
  background: #44ADAA;
  content: 'Q';
  color: #FFF;
  line-height: 1.4;
  padding: 1px 8px 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.accList dt:after{
  content: "\f107";
  font-family: Font Awesome\ 5 Free;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -.6em;
}
.accList dt.current:after{
  content: "\f106";
}
.accList dd{
  display: none;
  margin-top: 15px;
}
.accList dd:before{
  background: #db584b;
  content: 'A';
  color: #FFF;
  line-height: 1.4;
  padding: 1px 8px 3px;
  position: absolute;
  left: 0;
  top: 0;
}

/* imgFull*/
p.imgFull img{
	max-width: 100%;
}

/* pager
-------------------*/
.pager{
  padding-top:20px;
  text-align:center;
}
.pager a{
  border: 1px solid #44ADAA;
  background: #e9f7fa;
  color: #44ADAA;
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 8px;
  position: relative;
  text-decoration: none;
}
.pager a:hover,
.pager a.current{
  background: #44ADAA;
  border: 1px solid #44ADAA;
  color: #FFF;
}
.pager a:after{
  content: attr(data-text);
}
.pager a:last-child:after{
  display: none;
}
.pager a:last-child:before{
  content: attr(data-text);
}

/*topcontrol*/
#topcontrol{
  z-index: 900;
}
#topcontrol a{
  background:url(../cmn_img/scrollup.png) center center no-repeat;
  background-size: 50px 50px;
  display: block;
  filter: alpha(opacity=70)!important;
  height: 60px;
  opacity: 0.7!important;
  width: 60px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#topcontrol a:hover{
  filter: alpha(opacity=10)!important;
  opacity: 1!important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*roBtn*/
a img{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a img:hover{
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.roBtn:hover{
  filter: alpha(opacity=80);
  opacity: 0.8;
}
/* 新旧Firefox */
.roBtn:hover, x:-moz-any-link{
  background: #fff;
}
.roBtn:hover, x:-moz-any-link, x:default{
  background: #fff;
}

/*cbInlineBlock*/
.cbInlineBlock{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  line-height: 1.7;
}



/* form
-------------------*/
.subscribeBtn{
  margin-bottom: 40px;
  text-align: center;
}
.subscribeBtn input{
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  display: inline-block;
  line-height: 140%;
  padding: 15px 100px 13px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.subscribeBtn input:hover{
  background: #FFF;
  color: #000;
}
.subscribeBtn input.gray{
  background: #666;
  border: 1px solid #666;
  color: #FFF;
}
.subscribeBtn input.gray:hover{
  background: #ddd;
  color: #000;
}
input.textFocus{
  color: #333;
}
input.wSS,
input.wS,
input.wM,
input.wL,
input.wLL{
  background: #FCFBF8;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 1.3rem;
  line-height: 140%;
  padding: 8px 10px;
}
input{
  vertical-align: middle;
}
.wSS{ width: 85px;}
.wS{ width: 170px;}
.wM{ width: 270px;}
.wL{ width: 470px;}
.wLL{ width: 340px;}
.imeOn{ ime-mode: active;}
.imeOff{ ime-mode: disabled;}
textarea.txtarea{
  background:#FCFBF8;
  box-sizing: border-box;
  border: 1px solid #CCC;
  height: 200px;
  padding: 10px;
  width: 100%;
}
option{
  font-size: 1.4rem!important;
}
label{
  cursor: pointer;
}
label:hover{
  color: #999;
}
input[type="checkbox"], input[type="radio"]{
  margin-right: 3px;
}
.formErr{
  color: #E54E52;
  font-weight: bold;
}
select.slctArea{
  background: #FCFBF8;
  box-sizing: border-box;
  border: 1px solid #CCC;
  margin-bottom: 5px;
  padding: 8px;
}
input.inputErr,
textarea.inputErr{
  background: #FADFDE;
}
input:focus,
select:focus,
textarea:focus{
  background: #EEE;

}
.req{
  background: #a40000;
  color: #FFF;
  font-size: 1.1rem;
  margin-left: 3px;
  margin-right: 5px;
  padding: 2px 5px;
  vertical-align: middle;
}
.errText{
  background: #fee8e6;
  box-sizing: border-box;
  color: #db584b;
  font-size: 1.1rem;
  margin-top: 5px;
  padding: 3px 5px;
}
.cauText{
  color: #333;
  font-size: 1.1rem;
  line-height: 1.4!important;
  margin-top: 5px;
}





































/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 960px){



/* indent
-------------------*/
body{
}
.bgFixed{
  height: 100%;
  position: fixed;
  width: 100%;
}
.isPc{ display: none!important;}
.isSp{ display: block!important;}
a.spTel{
  color: #44ADAA!important;
  pointer-events: auto;
}


/* section
-------------------*/

section{
  margin-bottom: 50px;
}
.scInr, .scInrS, .scInrW{
  float: none;
  margin: 0 3%;
  width: auto;
}



/* compo parts
-------------------*/

/*btn*/
.btnArea a{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
  padding: 10px .5em;
  text-align: left;
  width: 100%;
}
.btnArea li a:before{
  position: static;
  margin-right: 5px;
}
.btnArea li.prev a:before,
.btnArea li.next a:before{
  position: absolute;
  margin-right: 0;
  width: 96%;
}
.btnArea.clm1,
.btnArea.clm2{
  max-width: 100%;
}

/*head*/
.head01{
  font-size: 2.6rem;
  margin-bottom: 20px;
  padding: 15px 10px;
}
.head02{
  font-size: 2.0rem;
  margin-bottom: 20px;
  padding: 0 9px 10px;
}
.head03{
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding: 5px 9px;
}
.head04{
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding: 0 12px 5px;
}
.head05{
  font-size: 1.6rem;
  margin-bottom: 5px;
}

/*box*/
.bscBox01,
.bscBox02,
.bscBox03,
.bscBox04{
  padding: 5%;
}

/*list*/
.indList li,
.indListS li{
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.indList li:before,
.indListS li:before{
  margin-right: 5px;
}
.numList,
.numListS{
  padding-left: 1.3em;
}
.numList.clm4 li{
  margin-right: 0;
  width: 43.5%;
}
.numList.clm3 li{
  margin-right: 0;
  width: 43.5%;
}
.numList.clm2 li{
  width: 43.5%;
}

/*table*/
.tblScroll{
  overflow-x: auto;
/*  -webkit-overflow-scrolling: touch;*/
}
.tblScroll::-webkit-scrollbar{
  height: 5px;
}
.tblScroll::-webkit-scrollbar-track{
  border-radius: 5px;
  background: #eee;
}
.tblScroll::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background: #666;
}
.tblScroll table{
  margin-bottom: 0;
  width: 700px!important;
}
.bscTbl01 table th,
.bscTbl01 table td,
.bscTbl02 table th,
.bscTbl02 table td{
  font-size: 1.1rem;
  padding: 10px 3%;
}
.bscTbl01.tblBlock table th,
.bscTbl01.tblBlock table td{
  display: block;
  width: 100%!important;
}
.bscTbl01.tblScroll table th,
.bscTbl01.tblScroll table td{
  display: table-cell;
}
.tblScroll:before{
  content: '※横スクロールができます。';
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}

/*float*/
.fltL, .fltR{
  float: none;
}
.fltImgL,
.fltImgR{
  float: none;
  margin: 0 0 10px;
  text-align: center;
}
.fltImgL img,
.fltImgR img{
  max-width: 100%;
  margin-bottom: 5px;
}

/*column*/
.clm4 li{
  float: left;
  margin-right: 0;
  width: 48.5%;
}
.clm4 li.even,
.clm4 li:nth-child(2n){
  float: right;
}
.clm4 li:nth-child(4n){
  margin-right: 0;
}
.clm3 li{
  float: left;
  margin-right: 0;
  width: 48.5%;
}
.clm3 li.even,
.clm3 li:nth-child(2n){
  float: right;
}
.clm4 li,
.clm3 li,
.clm2 li{
  margin-bottom: 10px;
}
.spClm1 li{
  float: none;
  text-align: center;
  width: 100%;
}

/*tabArea*/
.tabArea .tabList li{
  border-right: 3px solid #FFF;
  font-size: 1.2rem;
  padding: 7px .5em 5px;
}
.tabArea .tabList li:first-child{
  border-left: 3px solid #FFF;
}
.tabArea .tabList li:last-child{
  border-right: 3px solid #FFF;
}
.tabArea .tabContents{
  padding: 15px 3%;
}


/*phList*/
.phList li .txtInr{
  padding: 15px 3%;
}
.phList li .txtInr p{
  font-size: 1.2rem;
}
.phList li a{
  background: #fbfbfb;
}
.phList li a:before{
  width: 50px;
  height: 50px;
  -webkit-transform: skew(-48deg) translateX(43px);
  transform: skew(-48deg) translateX(43px);
}
.phList li a:after{
  bottom: 3px;
  right: 5px;
}

/*defineList*/
.emDefine01 dt{
  font-size: 1.6rem;
  padding: 15px .5em;
}
.emDefine01 dd,
.emDefine02 dd{
  padding: 10px 1em;
}
.emDefine02{
  border: 1px solid #db584b;
}
.emDefine02 dt{
  padding: 10px 1em;
  text-align: center;
}

/*accList*/
.accList{
  padding: 10px 0;
}
.accList dt,
.accList dd{
  padding: 0 25px 0 40px;
}
.accList dt:after{
  right: 9px;
}
.accList dd:before{
  padding: 1px 9px 3px;
}

/*topcontrol*/
/*#topcontrol{
  display: none;
}*/

/*cbInlineBlock*/
.cbInlineBlock{
  margin-bottom: 0;
  padding: 15px 1em;
}




/* pager
-------------------*/

.pager a:before,
.pager a:after{
  display: none;
}



/* form
-------------------*/

.subscribeBtn input{
  padding: 15px 0 13px;
  margin-top: 5px;
  width: 100%;
}
input.wSS,
input.wS,
input.wM,
input.wL,
input.wLL{
  box-sizing: border-box;
}
.wSS{ width: 30%;}
.wS{ width: 50%;}
.wM{ width: 100%;}
.wL{ width: 100%;}
.wLL{ width: 100%;}
.imeOn{ ime-mode: active;}
.imeOff{ ime-mode: disabled;}
textarea.txtarea{
  box-sizing: border-box;
  height: 200px;
  width: 100%;
}
select.timearea{
  box-sizing: border-box;
  width: 50%;

}
option{
  font-size: 1.4rem!important;
}
label{
  cursor: pointer;
}
label:hover{
  color: #999;
}
input[type="checkbox"], input[type="radio"]{
  margin-right: 3px;
}
.formErr{
  color: #E54E52;
  font-weight: bold;
}
input.inputErr,
textarea.inputErr{
  background: #FADFDE;
}
.req{
  color: #FFF;
  font-size: 10px;
  line-height: 100%;
  margin-left: 0 5px 0 3px;
  padding: 2px 5px;
  vertical-align: middle;
}
.cauText{
  display: block;
}

#main .bscBtn01.pdf a,
#main .bscBtn02.pdf a,
#main .bscBtn03.pdf a,
#main .bscBtn01.prev a,
#main .bscBtn02.prev a,
#main .bscBtn03.prev a,
#main .bscBtn01.newWin a,
#main .bscBtn02.newWin a,
#main .bscBtn03.newWin a{
padding-left: 10px!important;
}

#main .clm1 .bscBtn01.pdf a,
#main .clm1 .bscBtn02.pdf a,
#main .clm1 .bscBtn03.pdf a,
#main .clm1 .bscBtn01.prev a,
#main .clm1 .bscBtn02.prev a,
#main .clm1 .bscBtn03.prev a,
#main .clm1 .bscBtn01.newWin a,
#main .clm1 .bscBtn02.newWin a,
#main .clm1 .bscBtn03.newWin a{
padding-left: 30px!important;
}

/* iframe
-------------------*/

.iframe-wrap {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0; 
}
 
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}












}
/*SP END*/