@charset "UTF-8";
*,*:before,*:after{box-sizing:border-box}
.clearfix:before,.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:Noto Sans JP,-apple-system,blinkmacsystemfont,Segoe UI,Hiragino Kaku Gothic ProN,BIZ UDPGothic,meiryo,sans-serif;
  line-height:1.6;
  font-weight:400;
  font-style: normal;
  color:#333;
}
article,aside,footer,header,nav,section{display:block}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
img{border-style:none;border:0;vertical-align:middle;max-width:100%;height:auto}
svg:not(:root){overflow:hidden}
/*_______________________________ アクセシビリティ用 */
.noScript, a.skip{text-align:center}
.skip, a.skip{background-color:#FFF}
.skip{width:1px;color:#000;font-size:.1%;line-height:.1;position:absolute;left:-3000px;z-index:9999}
a.skip{padding:2px 0;top:auto}
a.skip:active, a.skip:focus,a.skipShow{position:relative;display:block;width:99.99%;left:auto;background:#000;color:#FFF;font-size:100%;line-height:1.6}

/*_______________________________ テキスト */
h1,h2,h3,h4{
  margin:0 0 .5rem;
  padding:0;
  font-weight:700
}
h2{font-size:1.625em;}
h3{font-size:1.25em;}
p{margin:0;}
p:not(:last-child){margin-bottom:1em;}
b,strong{font-weight:inherit;font-weight:700}
.fontS{font-size:87.5%}
.fontM{font-size:112.5%}
.fontL{font-size:125%}
.fontLL{font-size:150%}
.textL{text-align:left}
.textR{text-align:right}
.textC{text-align:center}
.text-middle,.text-middle th,.text-middle td{vertical-align:middle !important}
.text-justify{text-align:justify}
.text-nowrap{white-space:nowrap}
.text-lowercase{text-transform:lowercase}
.text-uppercase, .initialism{text-transform:uppercase}
.text-capitalize{text-transform:capitalize}
.text-muted{color:#757575}
.text-success{color:#00892E}
.text-point{color:#c30d23;}
/*SP Only*/
@media screen and (max-width:599px){
  .hiddenSP,.forPC,.forTB{display:none}
}
/*TB Only*/
@media screen and (min-width:768px) and (max-width:1024px){
  .hiddenTB,.forPC,.forSP{display:none}
}
/*TB Over*/
@media screen and (min-width:768px){
  h2{font-size:2.125em/*34px*/}
  h3{font-size:1.5em/*24px*/;}
}
/*PC Over*/
@media screen and (min-width:1025px){
	.hiddenPC,.forTB,.forSP{display:none}

}

/* リンク フォーム
------------------------------------------ */
a{background-color:transparent;color:#0e5fa6;transition:all .3s ease;}
a:visited{color:#bd02fb}
a:hover, a:focus, a:active{color:#c30d23;text-decoration:none}
a.hover:hover{opacity:.7}
.btn{
  margin:min(8vw,40px) 0 8px;
  text-align:center;
}
.btn a{
  position:relative;
  display:inline-block;
  width:80%;
  margin:0 auto;
  padding:.7em 2em;
  border-radius:6px;
  background:#e12b4f;
  box-shadow:0 8px #bd2442;
  transition:none;
  text-decoration:none;
  color:#FFF;
  font-weight:700
}
.btn a:hover{
  top:8px;
  box-shadow:0 0 #FFF!important;
}
/*TB Over*/
@media screen and (min-width:768px){
	.btn a{
    width:auto;
    min-width:20em;
    border-radius:10px;
    font-size:1.25em;
	}
}
/* テーブル、リスト
------------------------------------------ */
table{margin-bottom:1em;border-spacing:0;border-collapse:collapse;}
td, th{padding:.5em;vertical-align:top}
td{border-bottom:1px #CDCDCD solid;}
th{border-bottom:1px #CDCDCD solid;white-space:nowrap;}
.noDeco{border:none;background:none}
.noDeco td,.noDeco th{border:none;background:none;padding:0 .5em .2em 0;text-align:left;font-weight:normal}
ul, ol{padding-left:2em;margin-top:0;margin-bottom:0}
ul:not(:last-of-type),ol:not(:last-of-type){margin-bottom:1em;}
ul ul, ul ol, ol ul, ol ol{padding-left:20px;margin-bottom:0}
nav ul{padding-left:0;margin-bottom:0;list-style:none}
nav ul li{margin-bottom:0}
nav a{text-decoration:none}
ul.kome{list-style:none;padding-left:1em}
ul.kome li span{display:inline-block;width:1em;margin-left:-1em;}
p + ul.kome{margin-top:-1em}
table + ul.kome{margin-top:-.5em}
dl{margin-top:0;margin-bottom:1em}
dt, dd{line-height:1.5}
dd{margin-left:0}

/*SP Only*/
@media screen and (max-width:599px){
	.tableBlock th,.tableBlock td{
		display:block;
		width:100%;
	}
	.tableBlock th{
		background-color:#ECECEC;
		border-bottom:none;
	}
}

/* レイアウト
------------------------------------------ */
.colGroup {
	position: relative;
	display:flex;
	-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
[class^="col-"] {
	position:relative;
	min-height:1px;
	overflow:hidden;
}
.col-sp1 {width:8.33333%}
.col-sp2 {width:16.66667%}
.col-sp3 {width:25%}
.col-sp4 {width:33.33333%}
.col-sp5 {width:41.66667%}
.col-sp6 {width:50%}
.col-sp7 {width:58.33333%}
.col-sp8 {width:66.66667%}
.col-sp9 {width:75%}
.col-sp10 {width:83.33333%}
.col-sp11 {width:91.66667%}
.col-sp12 {width:100%}

/*SP Only*/
@media screen and (max-width:599px){
  .colGroup{margin-right:-5px;margin-left:-5px}
  [class^="col-"] {padding-right:5px;padding-left:5px}
}
/*TB Over*/
@media screen and (min-width:768px){
  .colGroup{margin-right:-8px;margin-left:-8px}
  [class^="col-"] {padding-right:8px;padding-left:8px}
  .col-tb1{width:8.33333%}
  .col-tb2{width:16.66667%}
  .col-tb3{width:25%}
  .col-tb4{width:33.33333%}
  .col-tb5{width:41.66667%}
  .col-tb6{width:50%}
  .col-tb7{width:58.33333%}
  .col-tb8{width:66.66667%}
  .col-tb9{width:75%}
  .col-tb10{width:83.33333%}
  .col-tb11{width:91.66667%}
  .col-tb12{width:100%}
}
/*PC Over*/
@media screen and (min-width:1025px){
  .colGroup{margin-right:-12px;margin-left:-12px}
  [class^="col-"] {padding-right:12px;padding-left:12px}
  .col-pc1{width:8.33333%}
  .col-pc2{width:16.66667%}
  .col-pc3{width:25%}
  .col-pc4{width:33.33333%}
  .col-pc5{width:41.66667%}
  .col-pc6{width:50%}
  .col-pc7{width:58.33333%}
  .col-pc8{width:66.66667%}
  .col-pc9{width:75%}
  .col-pc10{width:83.33333%}
  .col-pc11{width:91.66667%}
  .col-pc12{width:100%}
}

.pl1em{padding-left:1em !important}
.pl2em{padding-left:2em !important}
.pb0{padding-bottom:0 !important}
.pb5{padding-bottom:5px !important}
.pb10{padding-bottom:10px !important}
.mb0{margin-bottom:0 !important}
.mb5{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb1em{margin-bottom:1em !important}
.mb2em{margin-bottom:2em !important}
.mt0{margin-top:0 !important}
.mt5{margin-top:5px !important}
.mt10{margin-top:10px !important}
.ml0{margin-left:0 !important}
.ml5{margin-left:5px !important}
.ml10{margin-left:10px !important}
.mr0{margin-right:0 !important}
.mr5{margin-right:5px !important}
.mr10{margin-right:10px !important}
