@charset 'utf-8';

/* reset
--------------------------------------- */
html,body,div,span,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;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* clearfix 
--------------------------------------- */
.cf:before,
.cf:after{content:'';display:table;}
.cf:after{clear:both;}
.cf{*zoom:1;}
*{zoom:1;}

/* basic
--------------------------------------- */
body{
  width:100%;
  background-color:#fff;
  color:#231815;
  font-size:24px;
  line-height:1.8;
  font-family:"メイリオ",Meiryo,"Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-text-size-adjust:100%;
     -moz-text-size-adjust:100%;
      -ms-text-size-adjust:100%;
       -o-text-size-adjust:100%;
          text-size-adjust:100%;
}
.serif{font-family:'Noto Serif JP',serif;}
.anti-aliasing{/*↑を21px以下で使用時に適応*/
  -webkit-transform:rotate(0.028deg);
     -moz-transform:rotate(0.028deg);
      -ms-transform:rotate(0.028deg);
       -o-transform:rotate(0.028deg);
          transform:rotate(0.028deg);
}
a{outline:none;text-decoration:none;color:#231815;}
a[href^="tel:"]{/*cursor:default;*/color:#231815;}
img{max-width:100%;height:auto;vertical-align:bottom;image-rendering: -webkit-optimize-contrast;}
.pc{display:block;}
.sp{display:none;}
.pcbr{display:inline;}
.fl{float:left;}
.fr{float:right;}
h1,h2,h3,h4,h5,li,p{background:none;}
#header,#footer,.section{
  width:750px;
  margin:auto;
}
.wrap{
  width:750px;
  margin:auto;
}
.inner{
  width:680px;
  margin:auto;
  overflow:hidden;
}

body{background-color:#efefef;}
#header,#footer,.section{background-color:#fff;}

/* header
--------------------------------------- */
#header{padding:10px 0 40px;}
#header #toggle{
  float:right;
  width:76px;
  margin-right:30px;
  cursor:pointer;
}
#header h1.logo{
  width:626px;
  margin:35px auto 10px;
}

/*#header h1.logo{
  float:left;
  width:75%;
  margin:10px 0 30px 38px;
}*/
#header p.lead{
  margin:50px 0 70px;
  font-family:'Noto Serif JP',serif;
  font-size:32px;
  color:#000;
  text-align:center;
}
#header p.years{
  width:256px;
  margin:0 auto;
  font-size:36px;
  font-weight:600;
  color:#c90310;
  text-align:center;
  border:2px solid #c90310;
}

/* navigate
--------------------------------------- */
#head-navi{display:none;}
#head-navi ul{border-top:1px solid #ccc;}
#head-navi ul li{}
#head-navi ul li a{
  position:relative;
  display:block;
  width:710px;
  padding:16px 0 16px 40px;
  border-bottom:1px solid #fff;
}
#head-navi ul li a:after{
  content:'›';
  position:absolute;
  top:8px;
  right:40px;
  font-size:32px;
}
#head-navi ul li:first-child{border-bottom:1px solid #ccc;}
#head-navi ul li:nth-child(2) a{background-color:#fcb289;}
#head-navi ul li:nth-child(3) a{background-color:#00afec;}
#head-navi ul li:nth-child(4) a{background-color:#8ec43e;}
#head-navi ul li:nth-child(5) a{background-color:#ed6d1f;}
#head-navi ul li:nth-child(6) a{background-color:#fcde7f;}
#head-navi ul li:nth-child(7) a{background-color:#2eb6aa;}
#head-navi ul li:nth-child(8) a{background-color:#a59aca;}
#head-navi ul li:nth-child(9) a{background-color:#f1b0b2;}


/* search */
/*#head-navi ul li.navi-search{
  width:710px;
  padding:4px 0 4px 40px;
  border-bottom:1px solid #ccc;
}*/
/*.wrap-search{margin:80px 0 0 40px;}*/
/*.wrap-search{margin:40px 0 0 40px;}
.search-box{box-sizing:border-box;}
.search-box input[type='text']{
  padding:5px 24px;
  height:68px;
  width:560px;
  font-size:24px;
  background-color:#eee;
  border:1px solid #eee;
  border-radius:40px;
  overflow:hidden;
}
.search-box input[type='text']:focus{outline:0;background-color:#fff;border-color:#999;}
.search-box input[type='submit']{
  width:64px;
  height:64px;
  vertical-align:top;
  background: url(../images/common/icon_search.png) 0 0 no-repeat;
  border:0px;
  cursor:pointer;
}*/

/*.wrap-progress{margin-top:17px;}border-topあり*/
.wrap-progress{margin-top:16px;}
#head-navi .wrap-progress{
  margin-top:0;
  padding:16px 0;
  /*border-top:1px solid #ccc;*/
}
.progress{
  width:668px;
  margin:auto;
}
.progress a{
  display:inline-block;
  padding:6px 16px 2px;
  background-color:#eeeeef;
  border-radius:28px;
}
.progress a.prev{float:left;}
.progress a.next{float:right;}
.progress a.without{
  display:none;
}

/* footer
--------------------------------------- */
#footer{
  padding-top:20px;
  padding-bottom:10px;
  border-top:2px solid #efefef;
}
#footer .logo{
  width:334px;
  margin:60px auto 20px;
}

#footer .sponsor{
  margin-bottom:20px;
  text-align:center;
}
#footer .copyright{
  text-align:center;
}

/* page top */
.pagetop-wrap{
}
#pagetop{
  position:fixed;
  bottom:118px;/*132*/
  right:30px;
  width:64px;
  cursor:pointer;
  z-index:10;
}


/* main
--------------------------------------- */
#main{}
#main .accordion{
  border-bottom:1px solid #fff;
}
#main h2.mi{
  position:relative;
  display:block;
  width:710px;
  padding:22px 0 22px 40px;
  font-weight:600;
/*  cursor:pointer;*/
}
/*#main h2.mi:after{
  content:'＋';
  position:absolute;
  top:20px;
  right:40px;
}
#main h2.mi.open:after{
  content:'－';
}*/
#main .box-detail{
  display:none;
  padding:38px;
  background-color:#eeeeef;
}

ul.block-link{}
ul.block-link li{}
ul.block-link li a{
  position:relative;
  display:block;
  width:calc(600px - 3em);
  padding:22px 110px 22px calc(40px + 3em);
	text-indent: -3em;
  line-height:1.5;
  border-bottom:1px solid #fff;
}
ul.block-link li a:after{
  content:'\203A';/* &rsaquo; */
  position:absolute;
  top:18px;
  right:-16px;
  font-size:32px;
}
ul.column li{background-color:#eeeeef;}
ul.column li.line2 a{padding:12px 0 8px 40px;}
ul.column li.line2 span.l1{
  display:inline-block;
  vertical-align:14px;
}
ul.column li.line2 span.l2{
  display:inline-block;
  line-height:1.2;
}

/* original
--------------------------------------- */
#chapter0 h2 {
	background-color:#fcb289;
	position:relative;
	display:block;
	width:710px;
	padding:22px 0 22px 40px;
	font-weight:600;
}
#chapter0 ul.link1 li{background-color:#ffd7d8;}
#chapter0 ul.link2 li{background-color:#fbdac8;}

/* chapter1
--------------------------------------- */
#chapter1 h2.mi{background-color:#00afec;}
#chapter1 ul.link1 li{background-color:#7fd7f5;}

/* chapter2
--------------------------------------- */
#chapter2 h2.mi{background-color:#8ec43e;}
#chapter2 ul.link1 li{background-color:#c6e19e;}

/* chapter3
--------------------------------------- */
#chapter3{}
#chapter3 h2.mi{background-color:#ed6d1f;}
#chapter3 ul.link1 li{background-color:#f6b68f;}

/* chapter4
--------------------------------------- */
#chapter4 h2.mi{background-color:#fabe00;}
#chapter4 ul.link1 li{background-color:#fcde7f;}

/* chapter5
--------------------------------------- */
#chapter5 h2.mi{background-color:#2eb6aa;}
#chapter5 ul.link1 li{background-color:#96dad4;}

/* chapter6
--------------------------------------- */
#chapter6 h2.mi{background-color:#a59aca;}
#chapter6 ul.link1 li{background-color:#d2cce4;}

/* chapter7
--------------------------------------- */
#chapter7{padding-bottom:1px;}
#chapter7 h2{
	background-color:#f1b0b2;
	position:relative;
	display:block;
	width:710px;
	padding:22px 0 22px 40px;
	font-weight:600;
}
#chapter7 ul.link1 li{background-color:#fbcfd0;}

/* 汎用
--------------------------------------- */
.disable{display:none;}
.hidden{visibility:hidden;}
/* align */
.left{text-align:left !important;}
.right{text-align:right !important;}
.center{text-align:center !important;}
.top{vertical-align:top !important;}
.middle{vertical-align:middle !important;}
.bottom{vertical-align:bottom !important;}
.img-left{text-align:left !important;}
.img-right{text-align:right !important;}
.img-center{margin-left:auto;margin-right:auto;text-align:center;}
.center-left,.center-right{text-align:center;}
.left-center{text-align:left;}
.right-center{text-align:right;}
/* font(11,12,13..29,30,32,34...68,70,72) */
.fs11{font-size:11px;}.fs12{font-size:12px;}.fs13{font-size:13px;}.fs14{font-size:14px;}.fs15{font-size:15px;}.fs16{font-size:16px;}.fs17{font-size:17px;}.fs18{font-size:18px;}.fs19{font-size:19px;}
.fs20{font-size:20px;}.fs21{font-size:21px;}.fs22{font-size:22px;}.fs23{font-size:23px;}.fs24{font-size:24px;}.fs25{font-size:25px;}.fs26{font-size:26px;}.fs27{font-size:27px;}.fs28{font-size:28px;}.fs29{font-size:29px;}
.fs30{font-size:30px;}.fs32{font-size:32px;}.fs34{font-size:34px;}.fs36{font-size:36px;}.fs38{font-size:38px;}
.fs40{font-size:40px;}.fs42{font-size:42px;}.fs44{font-size:44px;}.fs46{font-size:46px;}.fs48{font-size:48px;}
.fs50{font-size:50px;}.fs52{font-size:52px;}.fs54{font-size:54px;}.fs56{font-size:56px;}.fs58{font-size:58px;}
.fs60{font-size:60px;}.fs62{font-size:62px;}.fs64{font-size:64px;}.fs66{font-size:66px;}.fs68{font-size:68px;}.fs70{font-size:70px;}.fs72{font-size:72px;}
.fssm{font-size:0.92em !important;}
.fssm2{font-size:0.86em !important;}
.fssm3{font-size:0.75em !important;}
.fslg{font-size:1.12em !important;}
.fslg2{font-size:1.28em !important;}
.fslg3{font-size:1.56em !important;}
.lh10{line-height:1.0 !important;}
.lh11{line-height:1.1 !important;}
.lh12{line-height:1.2 !important;}
.lh13{line-height:1.3 !important;}
.lh14{line-height:1.4 !important;}
.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}
.lh17{line-height:1.7 !important;}
.lh18{line-height:1.8 !important;}
.lh19{line-height:1.9 !important;}
.lh20{line-height:2.0 !important;}
.bold,b,.b{font-weight:600 !important;}
.normal,.n{font-weight:500 !important;}
.underline{text-decoration:underline;}
.underbar{border-bottom:1px solid #000;}
.underbar2{border-bottom:2px solid #000;}
.underbar3{border-bottom:3px solid #000;}
.underbar4{border-bottom:4px solid #000;}
.underbar5{border-bottom:5px solid #000;}
.rad5{border-radius:5px;}
.rad7{border-radius:7px;}
.rad9{border-radius:9px;}
.rad11{border-radius:11px;}
.rad15{border-radius:15px;}
.rad20{border-radius:20px;}
.rad28{border-radius:28px;}
.rad40{border-radius:40px;}
.rad50p{border-radius:50%;}
.rad-top11{border-radius:11px 11px 0 0;}
.rad-btm11{border-radius:0 0 11px 11px;}
.nowrap{white-space:nowrap;}
.break{word-wrap:break-word;white-space:normal;}
sup{font-size:0.75em !important;vertical-align:top;}
sub{font-size:0.75em !important;vertical-align:baseline;}
.sup{font-size:0.75em !important;vertical-align:top;position:relative;top:-0.1em;}
.mid{font-size:0.75em !important;font-weight:normal;vertical-align:top;position:relative;top:0.5em;}
/* indent(em) */
.ind1{padding-left:0.1em;text-indent:-0.1em;}.ind2{padding-left:0.2em;text-indent:-0.2em;}.ind3{padding-left:0.3em;text-indent:-0.3em;}.ind4{padding-left:0.4em;text-indent:-0.4em;}.ind5{padding-left:0.5em;text-indent:-0.5em;}.ind6{padding-left:0.6em;text-indent:-0.6em;}.ind7{padding-left:0.7em;text-indent:-0.7em;}.ind8{padding-left:0.8em;text-indent:-0.8em;}.ind9{padding-left:0.9em;text-indent:-0.9em;}
.ind10{padding-left:1.0em;text-indent:-1.0em;}.ind11{padding-left:1.1em;text-indent:-1.1em;}.ind12{padding-left:1.2em;text-indent:-1.2em;}.ind13{padding-left:1.3em;text-indent:-1.3em;}.ind14{padding-left:1.4em;text-indent:-1.4em;}.ind15{padding-left:1.5em;text-indent:-1.5em;}.ind16{padding-left:1.6em;text-indent:-1.6em;}.ind17{padding-left:1.7em;text-indent:-1.7em;}.ind18{padding-left:1.8em;text-indent:-1.8em;}.ind19{padding-left:1.9em;text-indent:-1.9em;}
.ind20{padding-left:2.0em;text-indent:-2.0em;}.ind21{padding-left:2.1em;text-indent:-2.1em;}.ind22{padding-left:2.2em;text-indent:-2.2em;}.ind23{padding-left:2.3em;text-indent:-2.3em;}.ind24{padding-left:2.4em;text-indent:-2.4em;}.ind25{padding-left:2.5em;text-indent:-2.5em;}.ind26{padding-left:2.6em;text-indent:-2.6em;}.ind27{padding-left:2.7em;text-indent:-2.7em;}.ind28{padding-left:2.8em;text-indent:-2.8em;}.ind29{padding-left:2.9em;text-indent:-2.9em;}
.ind30{padding-left:3.0em;text-indent:-3.0em;}.ind32{padding-left:3.2em;text-indent:-3.2em;}.ind35{padding-left:3.5em;text-indent:-3.5em;}.ind38{padding-left:3.8em;text-indent:-3.8em;}
.ind40{padding-left:4.0em;text-indent:-4.0em;}.ind42{padding-left:4.2em;text-indent:-4.2em;}.ind45{padding-left:4.5em;text-indent:-4.5em;}.ind48{padding-left:4.8em;text-indent:-4.8em;}
.ind50{padding-left:5.0em;text-indent:-5.0em;}.ind60{padding-left:6.0em;text-indent:-6.0em;}.ind70{padding-left:7.0em;text-indent:-7.0em;}.ind80{padding-left:8.0em;text-indent:-8.0em;}.ind90{padding-left:9.0em;text-indent:-9.0em;}.ind100{padding-left:10.0em;text-indent:-10.0em;}
.ind{text-indent:1.0em;}
/* margin(0,5,10,15...95,100,110,120...190,200) */
.m-auto{margin-left:auto;}
.m-box0{margin:0 !important;}.m-box5{margin:5px !important;}.m-box10{margin:10px !important;}.m-box15{margin:15px !important;}.m-box20{margin:20px !important;}.m-box25{margin:25px !important;}.m-box35{margin:35px !important;}.m-box30{margin:30px !important;}.m-box40{margin:40px !important;}.m-box45{margin:45px !important;}
.m-box50{margin:50px !important;}.m-box55{margin:55px !important;}.m-box60{margin:60px !important;}.m-box65{margin:65px !important;}.m-box70{margin:70px !important;}.m-box75{margin:75px !important;}.m-box80{margin:80px !important;}.m-box85{margin:85px !important;}.m-box90{margin:90px !important;}.m-box95{margin:95px !important;}
.m-box100{margin:100px !important;}.m-box110{margin:110px !important;}.m-box120{margin:120px !important;}.m-box130{margin:130px !important;}.m-box140{margin:140px !important;}.m-box150{margin:150px !important;}.m-box160{margin:160px !important;}.m-box170{margin:170px !important;}.m-box180{margin:180px !important;}.m-box190{margin:190px !important;}.m-box200{margin:200px !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;}.mt35{margin-top:35px !important;}.mt30{margin-top:30px !important;}.mt40{margin-top:40px !important;}.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}.mt55{margin-top:55px !important;}.mt60{margin-top:60px !important;}.mt65{margin-top:65px !important;}.mt70{margin-top:70px !important;}.mt75{margin-top:75px !important;}.mt80{margin-top:80px !important;}.mt85{margin-top:85px !important;}.mt90{margin-top:90px !important;}.mt95{margin-top:95px !important;}
.mt100{margin-top:100px !important;}.mt110{margin-top:110px !important;}.mt120{margin-top:120px !important;}.mt130{margin-top:130px !important;}.mt140{margin-top:140px !important;}.mt150{margin-top:150px !important;}.mt160{margin-top:160px !important;}.mt170{margin-top:170px !important;}.mt180{margin-top:180px !important;}.mt190{margin-top:190px !important;}.mt200{margin-top:200px !important;}
.mr0{margin-right:0 !important;}.mr5{margin-right:5px !important;}.mr10{margin-right:10px !important;}.mr15{margin-right:15px !important;}.mr20{margin-right:20px !important;}.mr25{margin-right:25px !important;}.mr35{margin-right:35px !important;}.mr30{margin-right:30px !important;}.mr40{margin-right:40px !important;}.mr45{margin-right:45px !important;}
.mr50{margin-right:50px !important;}.mr55{margin-right:55px !important;}.mr60{margin-right:60px !important;}.mr65{margin-right:65px !important;}.mr70{margin-right:70px !important;}.mr75{margin-right:75px !important;}.mr80{margin-right:80px !important;}.mr85{margin-right:85px !important;}.mr90{margin-right:90px !important;}.mr95{margin-right:95px !important;}
.mr100{margin-right:100px !important;}.mr110{margin-right:110px !important;}.mr120{margin-right:120px !important;}.mr130{margin-right:130px !important;}.mr140{margin-right:140px !important;}.mr150{margin-right:150px !important;}.mr160{margin-right:160px !important;}.mr170{margin-right:170px !important;}.mr180{margin-right:180px !important;}.mr190{margin-right:190px !important;}.mr200{margin-right:200px !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;}.mb35{margin-bottom:35px !important;}.mb30{margin-bottom:30px !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:95px !important;}
.mb100{margin-bottom:100px !important;}.mb110{margin-bottom:110px !important;}.mb120{margin-bottom:120px !important;}.mb130{margin-bottom:130px !important;}.mb140{margin-bottom:140px !important;}.mb150{margin-bottom:150px !important;}.mb160{margin-bottom:160px !important;}.mb170{margin-bottom:170px !important;}.mb180{margin-bottom:180px !important;}.mb190{margin-bottom:190px !important;}.mb200{margin-bottom:200px !important;}
.ml0{margin-left:0 !important;}.ml5{margin-left:5px !important;}.ml10{margin-left:10px !important;}.ml15{margin-left:15px !important;}.ml20{margin-left:20px !important;}.ml25{margin-left:25px !important;}.ml35{margin-left:35px !important;}.ml30{margin-left:30px !important;}.ml40{margin-left:40px !important;}.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}.ml55{margin-left:55px !important;}.ml60{margin-left:60px !important;}.ml65{margin-left:65px !important;}.ml70{margin-left:70px !important;}.ml75{margin-left:75px !important;}.ml80{margin-left:80px !important;}.ml85{margin-left:85px !important;}.ml90{margin-left:90px !important;}.ml95{margin-left:95px !important;}
.ml100{margin-left:100px !important;}.ml110{margin-left:110px !important;}.ml120{margin-left:120px !important;}.ml130{margin-left:130px !important;}.ml140{margin-left:140px !important;}.ml150{margin-left:150px !important;}.ml160{margin-left:160px !important;}.ml170{margin-left:170px !important;}.ml180{margin-left:180px !important;}.ml190{margin-left:190px !important;}.ml200{margin-left:200px !important;}
.mb10em{margin-bottom:1.0em !important;}
.mb15em{margin-bottom:1.5em !important;}
.mb15em{margin-bottom:1.5em !important;}
.mb20em{margin-bottom:2.0em !important;}
.ml10em{margin-left:1.0em !important;}
.ml15em{margin-left:1.5em !important;}
.ml20em{margin-left:2.0em !important;}
.ml60em{margin-left:6.0em !important;}
/* ul li/dl dt,dd margin-bottom*/
ul.li-mb0,dl.dt-mb0,dl.dd-mb0{margin-bottom:0;}
ul.li-mb10 li,dl.dt-mb10 dt,dl.dd-mb10 dd{margin-bottom:10px;}
ul.li-mb20 li,dl.dt-mb20 dt,dl.dd-mb20 dd{margin-bottom:20px;}
ul.li-mb30 li,dl.dt-mb30 dt,dl.dd-mb30 dd{margin-bottom:30px;}
ul.li-mb40 li,dl.dt-mb40 dt,dl.dd-mb40 dd{margin-bottom:40px;}
ul.li-mb50 li,dl.dt-mb50 dt,dl.dd-mb50 dd{margin-bottom:50px;}
ul.li-mb60 li,dl.dt-mb60 dt,dl.dd-mb60 dd{margin-bottom:60px;}
ul.li-mb80 li,dl.dt-mb80 dt,dl.dd-mb80 dd{margin-bottom:80px;}
/* padding(0,5,10,15...95,100,110,120...190,200) */
.p-box0{padding:0 !important;}.p-box5{padding:5px !important;}.p-box10{padding:10px !important;}.p-box15{padding:15px !important;}.p-box20{padding:20px !important;}.p-box25{padding:25px !important;}.p-box35{padding:35px !important;}.p-box30{padding:30px !important;}.p-box40{padding:40px !important;}.p-box45{padding:45px !important;}
.p-box50{padding:50px !important;}.p-box55{padding:55px !important;}.p-box60{padding:60px !important;}.p-box65{padding:65px !important;}.p-box70{padding:70px !important;}.p-box75{padding:75px !important;}.p-box80{padding:80px !important;}.p-box85{padding:85px !important;}.p-box90{padding:90px !important;}.p-box95{padding:95px !important;}
.p-box100{padding:100px !important;}.p-box110{padding:110px !important;}.p-box120{padding:120px !important;}.p-box130{padding:130px !important;}.p-box140{padding:140px !important;}.p-box150{padding:150px !important;}.p-box160{padding:160px !important;}.p-box170{padding:170px !important;}.p-box180{padding:180px !important;}.p-box190{padding:190px !important;}.p-box200{padding:200px !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;}.pt35{padding-top:35px !important;}.pt30{padding-top:30px !important;}.pt40{padding-top:40px !important;}.pt45{padding-top:45px !important;}
.pt50{padding-top:50px !important;}.pt55{padding-top:55px !important;}.pt60{padding-top:60px !important;}.pt65{padding-top:65px !important;}.pt70{padding-top:70px !important;}.pt75{padding-top:75px !important;}.pt80{padding-top:80px !important;}.pt85{padding-top:85px !important;}.pt90{padding-top:90px !important;}.pt95{padding-top:95px !important;}
.pt100{padding-top:100px !important;}.pt110{padding-top:110px !important;}.pt120{padding-top:120px !important;}.pt130{padding-top:130px !important;}.pt140{padding-top:140px !important;}.pt150{padding-top:150px !important;}.pt160{padding-top:160px !important;}.pt170{padding-top:170px !important;}.pt180{padding-top:180px !important;}.pt190{padding-top:190px !important;}.pt200{padding-top:200px !important;}
.pr0{padding-right:0 !important;}.pr5{padding-right:5px !important;}.pr10{padding-right:10px !important;}.pr15{padding-right:15px !important;}.pr20{padding-right:20px !important;}.pr25{padding-right:25px !important;}.pr35{padding-right:35px !important;}.pr30{padding-right:30px !important;}.pr40{padding-right:40px !important;}.pr45{padding-right:45px !important;}
.pr50{padding-right:50px !important;}.pr55{padding-right:55px !important;}.pr60{padding-right:60px !important;}.pr65{padding-right:65px !important;}.pr70{padding-right:70px !important;}.pr75{padding-right:75px !important;}.pr80{padding-right:80px !important;}.pr85{padding-right:85px !important;}.pr90{padding-right:90px !important;}.pr95{padding-right:95px !important;}
.pr100{padding-right:100px !important;}.pr110{padding-right:110px !important;}.pr120{padding-right:120px !important;}.pr130{padding-right:130px !important;}.pr140{padding-right:140px !important;}.pr150{padding-right:150px !important;}.pr160{padding-right:160px !important;}.pr170{padding-right:170px !important;}.pr180{padding-right:180px !important;}.pr190{padding-right:190px !important;}.pr200{padding-right:200px !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;}.pb25{padding-bottom:25px !important;}.pb35{padding-bottom:35px !important;}.pb30{padding-bottom:30px !important;}.pb40{padding-bottom:40px !important;}.pb45{padding-bottom:45px !important;}
.pb50{padding-bottom:50px !important;}.pb55{padding-bottom:55px !important;}.pb60{padding-bottom:60px !important;}.pb65{padding-bottom:65px !important;}.pb70{padding-bottom:70px !important;}.pb75{padding-bottom:75px !important;}.pb80{padding-bottom:80px !important;}.pb85{padding-bottom:85px !important;}.pb90{padding-bottom:90px !important;}.pb95{padding-bottom:95px !important;}
.pb100{padding-bottom:100px !important;}.pb110{padding-bottom:110px !important;}.pb120{padding-bottom:120px !important;}.pb130{padding-bottom:130px !important;}.pb140{padding-bottom:140px !important;}.pb150{padding-bottom:150px !important;}.pb160{padding-bottom:160px !important;}.pb170{padding-bottom:170px !important;}.pb180{padding-bottom:180px !important;}.pb190{padding-bottom:190px !important;}.pb200{padding-bottom:200px !important;}
.pl0{padding-left:0 !important;}.pl5{padding-left:5px !important;}.pl10{padding-left:10px !important;}.pl15{padding-left:15px !important;}.pl20{padding-left:20px !important;}.pl25{padding-left:25px !important;}.pl35{padding-left:35px !important;}.pl30{padding-left:30px !important;}.pl40{padding-left:40px !important;}.pl45{padding-left:45px !important;}
.pl50{padding-left:50px !important;}.pl55{padding-left:55px !important;}.pl60{padding-left:60px !important;}.pl65{padding-left:65px !important;}.pl70{padding-left:70px !important;}.pl75{padding-left:75px !important;}.pl80{padding-left:80px !important;}.pl85{padding-left:85px !important;}.pl90{padding-left:90px !important;}.pl95{padding-left:95px !important;}
.pl100{padding-left:100px !important;}.pl110{padding-left:110px !important;}.pl120{padding-left:120px !important;}.pl130{padding-left:130px !important;}.pl140{padding-left:140px !important;}.pl150{padding-left:150px !important;}.pl160{padding-left:160px !important;}.pl170{padding-left:170px !important;}.pl180{padding-left:180px !important;}.pl190{padding-left:190px !important;}.pl200{padding-left:200px !important;}
.pt1em{padding-top: .1em!important}
.pt2em{padding-top: .2em!important}
.pb10em{padding-bottom:1.0em !important;}
.pb15em{padding-bottom:1.5em !important;}
.pb15em{padding-bottom:1.5em !important;}
.pb20em{padding-bottom:2.0em !important;}
.pl10em{padding-left:1.0em !important;}
.pl15em{padding-left:1.5em !important;}
.pl20em{padding-left:2.0em !important;}
/* width */
.wTri{width:33% !important;}
.wQuart{width:24.8% !important;}
.wHalf{width:49.9% !important;}
.wWide{width:66% !important;}
.wFull{width:99.8% !important;}
.w1{width:1% !important;}.w2{width:2% !important;}.w3{width:3% !important;}.w4{width:4% !important;}.w5{width:5% !important;}.w6{width:6% !important;}.w7{width:7% !important;}.w8{width:8% !important;}.w9{width:9% !important;}.w10{width:10% !important;}
.w11{width:11% !important;}.w12{width:12% !important;}.w13{width:13% !important;}.w14{width:14% !important;}.w15{width:15% !important;}.w16{width:16% !important;}.w17{width:17% !important;}.w18{width:18% !important;}.w19{width:19% !important;}.w20{width:20% !important;}
.w21{width:21% !important;}.w22{width:22% !important;}.w23{width:23% !important;}.w24{width:24% !important;}.w25{width:25% !important;}.w26{width:26% !important;}.w27{width:27% !important;}.w28{width:28% !important;}.w29{width:29% !important;}.w30{width:30% !important;}
.w31{width:31% !important;}.w32{width:32% !important;}.w33{width:33% !important;}.w34{width:34% !important;}.w35{width:35% !important;}.w36{width:36% !important;}.w37{width:37% !important;}.w38{width:38% !important;}.w39{width:39% !important;}.w40{width:40% !important;}
.w41{width:41% !important;}.w42{width:42% !important;}.w43{width:43% !important;}.w44{width:44% !important;}.w45{width:45% !important;}.w46{width:46% !important;}.w47{width:47% !important;}.w48{width:48% !important;}.w49{width:49% !important;}.w50{width:50% !important;}
.w51{width:51% !important;}.w52{width:52% !important;}.w53{width:53% !important;}.w54{width:54% !important;}.w55{width:55% !important;}.w56{width:56% !important;}.w57{width:57% !important;}.w58{width:58% !important;}.w59{width:59% !important;}.w60{width:60% !important;}
.w61{width:61% !important;}.w62{width:62% !important;}.w63{width:63% !important;}.w64{width:64% !important;}.w65{width:65% !important;}.w66{width:66% !important;}.w67{width:67% !important;}.w68{width:68% !important;}.w69{width:69% !important;}.w70{width:70% !important;}
.w71{width:71% !important;}.w72{width:72% !important;}.w73{width:73% !important;}.w74{width:74% !important;}.w75{width:75% !important;}.w76{width:76% !important;}.w77{width:77% !important;}.w78{width:78% !important;}.w79{width:79% !important;}.w80{width:80% !important;}
.w81{width:81% !important;}.w82{width:82% !important;}.w83{width:83% !important;}.w84{width:84% !important;}.w85{width:85% !important;}.w86{width:86% !important;}.w87{width:87% !important;}.w88{width:88% !important;}.w89{width:89% !important;}.w90{width:90% !important;}
.w91{width:91% !important;}.w92{width:92% !important;}.w93{width:93% !important;}.w94{width:94% !important;}.w95{width:95% !important;}.w96{width:96% !important;}.w97{width:97% !important;}.w98{width:98% !important;}.w99{width:99% !important;}.w100{width:100% !important;}
/* color */
.white{color:#ffffff;}
.black{color:#231815;}
.gray{color:#cccccc;}
.bg-white{background-color:#ffffff;}
.bg-black{background-color:#000001;}
.bg-gray{background-color:#eeeeef;}/*gray:#888888;light-gray:eeeeef;dalk-gray:717071;*/
.dalk-gray{color:#717071;}
.bg-dalk-gray{background-color:#717071;}
.bg-lite-gray{background-color:#f2f2f2;}
.color-f00{color:#f00;}
.color-00f{color:#00f;}
.color-333{color:#333;}
.color-666{color:#666;}
.color-999{color:#999;}
.color-ccc{color:#ccc;}

.red{color:#c90310;}
.bg-red{background-color:#c90310;}
.red2{color:#e50012;}
.bg-red2{background-color:#e50012;}

.pink{color:#f1b0b2;}
.bg-pink{background-color:#f1b0b2;}
.pink2{color:#fbdac8;}
.bg-pink2{background-color:#fbdac8;}
.pink3{color:#fbe7e8;}
.bg-pink3{background-color:#fbe7e8;}

.blue{color:#00afec;}
.bg-blue{background-color:#00afec;}
.blue2{color:#7fd7f5;}
.bg-blue2{background-color:#7fd7f5;}
.lite-blue{color:#e0f1f4;}
.bg-lite-blue{background-color:#e0f1f4;}

.green{color:#8ec43e;}
.bg-green{background-color:#8ec43e;}
.green2{color:#c6e19e;}
.bg-green2{background-color:#c6e19e;}
.green3{color:#d7e7af;}
.bg-green3{background-color:#d7e7af;}
.green4{color:#ecf4d9;}
.bg-green4{background-color:#ecf4d9;}

.orange{color:#ed6d1f;}
.bg-orange{background-color:#ed6d1f;}
.orange2{color:#f6b68f;}
.bg-orange2{background-color:#f6b68f;}
.orange3{color:#fce6d2;}
.bg-orange3{background-color:#fce6d2;}
.orange4{color:#f0831e;}
.bg-orange4{background-color:#f0831e;}

.dark-orange{color:#da471d;}
.bg-dark-orange{background-color:#da471d;}
.lite-orange{color:#feecd2;}
.bg-lite-orange{background-color:#feecd2;}

.yellow{color:#fabe00;}
.bg-yellow{background-color:#fabe00;}
.yellow2{color:#fcde7f;}
.bg-yellow2{background-color:#fcde7f;}
.yellow3{color:#ffe9a9;}
.bg-yellow3{background-color:#ffe9a9;}
.lite-yellow{color:#fffcdb;}
.bg-lite-yellow{background-color:#fffcdb;}

.emerald{color:#2eb6aa;}
.bg-emerald{background-color:#2eb6aa;}
.emerald2{color:#96dad4;}
.bg-emerald2{background-color:#96dad4;}
.dark-emerald{color:#008a82;}
.bg-dark-emerald{background-color:#008a82;}

.purple{color:#a59aca;}
.bg-purple{background-color:#a59aca;}
.purple2{color:#d1cce4;}
.bg-purple2{background-color:#d1cce4;}
.lite-purple{color:#edebf4;}
.bg-lite-purple{background-color:#edebf4;}

.water{color:#d3edfb;}
.bg-water{background-color:#d3edfb;}

.sand{color:#fff6d7;}
.bg-sand{background-color:#fff6d7;}

.bluish-gray{color:#b7cccf}
.bg-bluish-gray{background-color:#b7cccf}

.brown{color:#6c3411}
.bg-brown{background-color:#6c3411}
.white-coffee{color:#e1e2d6}
.bg-white-coffee{background-color:#e1e2d6}

.underline-black{border-bottom:1px solid #231815;}
.underline-red{border-bottom:1px solid #c90310;}
.underline-blue{border-bottom:1px solid #00afec;}
.underline-orange{border-bottom:1px solid #f8c881;}
.underline-dark-orange{border-bottom:1px solid #da471d;}
.underwave-bk{background:url(../images/common/wave-bk.png) bottom repeat-x;background-size:20px;}
.underwave-red{background:url(../images/common/wave-red.png) bottom repeat-x;background-size:20px;}
.underwave-orange{background:url(../images/common/wave-orange.png) bottom repeat-x;background-size:20px;}

/* 左右に水平ライン */
.horizon-line{
  display:flex;
  align-items:center;
}
.horizon-line:before,
.horizon-line:after{
  content:'';
  flex-grow:1;
  height:1px;
  background:#231815;
  display:block;
}
.horizon-line:before{margin-right:0.5em;}
.horizon-line:after{margin-left:0.5em;}

ol.num {list-style-type: decimal!important;margin-left: 2em;}
