@charset "UTF-8";
/*
* {
	margin: 0;
	padding: 0;
}
*/
body {
  width: 100%;
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
  color: #343434;
  font-size:0.85em;
}

/*文字の大きさ*/
.big {font-size: 1.2rem;}
.fs-06{font-size:.6rem;}
.fs-075{font-size:.75rem;}
.fs-090{font-size:.9rem;}
.fs-1{font-size:1rem;}
.fs-105{font-size:1.05rem;}
.fs-115{font-size:1.15rem;}
.fs-125{font-size:1.25rem;}
.fs-150{font-size:1.5rem;}
.fs-175{font-size:1.75rem;}
.fs-200{font-size:2rem;}
.fs-225{font-size:2.25rem;}
.fs-250{font-size:2.5rem;}
.fs-275{font-size:2.75rem;}
.fs-300{font-size:3rem;}
.fs-400{font-size:4rem;}
.fs-500{font-size:5rem;}

/*文字の太さ*/
strong, b, .b {font-weight: bold;}
.b200{font-weight: 200;}
.b300{font-weight: 300;}
.b500{font-weight: 500;}

/*文字の位置*/
.t-c{text-align: center;}
.t-r{text-align: right;}
.t-l{text-align: left;}

/*文字を斜体 <span class="s">*/
dfn, em, i, .i {font-style: italic; letter-spacing: .1rem;}

/*文字に下線*/
.u { text-decoration: underline;}

/*文字に取り消し線 文字に削除線 <del>【del】を指定のテキスト</del>*/
del, .s {text-decoration: line-through;}

/*下付き文字 <sub>テキストがはいります。</sub>*/
sup, .sup {top: -.5rem;}

/*上付き文字 <sup>テキストがはいります。</sup>*/
sub, .sub {bottom: -.25rem;}

/*文字色*/
.fc-red{color:#ff0000;}
.fc-orange{color:#f60;}
.fc-yellow{color:#fc0;}
.fc-lime{color:#9c3;}
.fc-green{color:#060;}
.fc-aqua{color:#0cc;}
.fc-teal{color:#099;}
.fc-blue{color:#039;}
.fc-navy{color:#006;}
.fc-purple{color:#639;}
.fc-fuchsia{color:#f36;}
.fc-pink{color:#f69;}
.fc-maroon{color:#600;}
.fc-brown{color:#633;}
.fc-olive{color:#990;}
.fc-gray{color:#666;}
.fc-silver{color:#999;}
.fc-black{color:#000;}
.fc-white{color:#fff;}
.fc-hiyellow{color:#F4EE2F;}
.fc-other_area{color:#51a4db;}

/*テキストをハイライト　<span class="mark">*/
mark, .mark {background: #f5d1d1;}


/*外側の余白(margin)を0にする クラス【no】を指定*/
.no, dl dt.no {margin: 0;}

/*内側の余白(padding)を0にする クラス【pno】を指定*/
.pno {padding: 0;}

/*外側の余白(margin)をつける*/
.m-075rem{margin:.75rem;}
.m-1rem{margin:1rem;}
.m-2rem{margin:2rem;}
.m-3rem{margin:3rem;}
.m-4rem{margin:4rem;}
.m-5rem{margin:5rem;}

.mt-075rem{margin-top:.75rem;}
.mt-1rem{margin-top:1rem;}
.mt-2rem{margin-top:2rem;}
.mt-3rem{margin-top:3rem;}
.mt-4rem{margin-top:4rem;}
.mt-5rem{margin-top:5rem;}
.mt-6rem{margin-top:6rem;}
.mt-7rem{margin-top:7rem;}
.mt-8rem{margin-top:8rem;}
.mt-9rem{margin-top:9rem;}
.mt-10rem{margin-top:10rem;}

.mb-05rem{margin-bottom:0.5rem;}
.mb-1rem{margin-bottom:1rem;}
.mb-2rem{margin-bottom:2rem;}
.mb-3rem{margin-bottom:3rem;}
.mb-4rem{margin-bottom:4rem;}
.mb-5rem{margin-bottom:5rem;}
.mb-6rem{margin-bottom:6rem;}
.mb-7rem{margin-bottom:7rem;}
.mb-8rem{margin-bottom:8rem;}
.mb-9rem{margin-bottom:9rem;}
.mb-10rem{margin-bottom:10rem;}

.mlr-1rem{margin:0 1rem;}
.mlr-2rem{margin:0 2rem;}
.mlr-3rem{margin:0 3rem;}
.mlr-4rem{margin:0 4rem;}
.mlr-5rem{margin:0 5rem;}
.mlr-6rem{margin:0 6rem;}
.mlr-7rem{margin:0 7rem;}
.mlr-8rem{margin:0 8rem;}
.mlr-9rem{margin:0 9rem;}
.mlr-10rem{margin:0 10rem;}

.ml-1rem{margin-left:1rem;}
.ml-2rem{margin-left:2rem;}
.ml-3rem{margin-left:3rem;}
.ml-4rem{margin-left:4rem;}
.ml-5rem{margin-left:5rem;}

.mr-1rem{margin-right:1rem;}
.mr-2rem{margin-right:2rem;}
.mr-3rem{margin-right:3rem;}
.mr-4rem{margin-right:4rem;}
.mr-5rem{margin-right:5rem;}

.mtb-05rem{margin:.5rem 0;}
.mtb-1rem{margin:1rem 0;}
.mtb-2rem{margin:2rem 0;}
.mtb-3rem{margin:3rem 0;}
.mtb-4rem{margin:4rem 0;}
.mtb-5rem{margin:5rem 0;}
.mtb-6rem{margin:6rem 0;}
.mtb-7rem{margin:7rem 0;}
.mtb-8rem{margin:8rem 0;}
.mtb-9rem{margin:9rem 0;}
.mtb-10rem{margin:10rem 0;}

/*内側の余白(padding)をつける*/
.p-025rem{padding:0.25rem;}
.p-05rem{padding:0.5rem;}
.p-075rem{padding:0.75rem;}
.p-1rem{padding:1rem;}
.p-125rem{padding:1.25rem;}
.p-15rem{padding:1.5rem;}
.p-175rem{padding:1.75rem;}
.p-2rem{padding:2rem;}
.p-3rem{padding:3rem;}
.p-4rem{padding:4rem;}
.p-5rem{padding:5rem;}

.pt-1rem{padding-top:1rem;}
.pt-2rem{padding-top:2rem;}
.pt-3rem{padding-top:3rem;}
.pt-4rem{padding-top:4rem;}
.pt-5rem{padding-top:5rem;}
.pt-6rem{padding-top:6rem;}
.pt-7rem{padding-top:7rem;}
.pt-8rem{padding-top:8rem;}
.pt-9rem{padding-top:9rem;}
.pt-10rem{padding-top:10rem;}

.pb-1rem{padding-bottom:1rem;}
.pb-2rem{padding-bottom:2rem;}
.pb-3rem{padding-bottom:3rem;}
.pb-4rem{padding-bottom:4rem;}
.pb-5rem{padding-bottom:5rem;}
.pb-6rem{padding-bottom:6rem;}
.pb-7rem{padding-bottom:7rem;}
.pb-8rem{padding-bottom:8rem;}
.pb-9rem{padding-bottom:9rem;}
.pb-10rem{padding-bottom:10rem;}

.plr-1rem{padding:0 1rem;}
.plr-2rem{padding:0 2rem;}
.plr-3rem{padding:0 3rem;}
.plr-4rem{padding:0 4rem;}
.plr-5rem{padding:0 5rem;}
.plr-6rem{padding:0 6rem;}
.plr-7rem{padding:0 7rem;}
.plr-8rem{padding:0 8rem;}
.plr-9rem{padding:0 9rem;}
.plr-10rem{padding:0 10rem;}

.ptb-1rem{padding:1rem 0;}
.ptb-2rem{padding:2rem 0;}
.ptb-3rem{padding:3rem 0;}
.ptb-4rem{padding:4rem 0;}
.ptb-5rem{padding:5rem 0;}
.ptb-6rem{padding:6rem 0;}
.ptb-7rem{padding:7rem 0;}
.ptb-8rem{padding:8rem 0;}
.ptb-9rem{padding:9rem 0;}
.ptb-10rem{padding:10rem 0;}

.pr-05rem{padding-right:0.5rem;}
.pr-1rem{padding-right:1rem;}
.pr-125rem{padding-right:1.25rem;}
.pr-15rem{padding-right:1.5rem;}
.pr-175rem{padding-right:1.75rem;}
.pr-2rem{padding-right:2rem;}

.pl-05rem{padding-left:0.5rem;}
.pl-1rem{padding-left:1rem;}
.pl-125rem{padding-left:1.25rem;}
.pl-15rem{padding-left:1.5rem;}
.pl-175rem{padding-left:1.75rem;}
.pl-2rem{padding-left:2rem;}

/*画像の位置　画像にclass【center】を設定*/
img.center, .btn_close, .btn_close>span {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*横幅を指定*/
.w100{width:100%;}.w90{width:90%;}.w85{width:85%;}.w80{width:80%;}.w75{width:75%;}.w70{width:70%;}.w60{width:60%;}.w50{width:50%;}.w40{width:40%;}.w35{width:35%;}.w30{width:30%;}.w25{width:25%;}.w20{width:20%;}.w15{width:15%;}.w10{width:10%;}
.w960{width:960px;}

/*-- clearfix ----*/
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
}
/*
img {
  width: 100%;
}
*/
header {
  padding: 3%;
}

header img {
  height: 3rem;
  width: auto;
  margin-right: 3%;
}

.sng-tel { 
	top: 3px;
	/*right: 385px;*/
	font-size: 2em;
	position: absolute;
	color: #ff0000;
	pointer-events: none;
}
.sng-tel:hover {
	text-decoration: none;
	opacity: .5;
}
.sng-tel span {
	display: inline;
	vertical-align: middle;
	font-size: 30px;
}
.sng-tel .fa {
	vertical-align: middle;
}

.inner {
  padding: 0 4%;
}

#fv {
  padding-bottom: 3rem;
}

#fv img {
  margin-bottom: 3%;
}


#benefit {
  position: relative;
  background: #FFF9ED;
  padding: 10% 0 3%;
  margin: 6rem 0 3rem;
}

#benefit .title {
  position: absolute;
  top: -8%;
  left: 3%;
  width: 94%;
}

#benefit ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3%;
}

#benefit ul li {
  width: 45%;
  margin-bottom: 1rem;
}

#benefit ul li p span {
  color: #F00000;
  font-weight: bold;
  font-size: 1.2rem;
}

.tabs {
  margin: 2rem 0;
}

.tab_item {
  width: 46%;
  font-size: 1.2rem;
  text-align: center;
  color: #696969;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  padding: 4% 0;
}

.tab_item.west {
  background: #CEF7FF;
  margin: 0 2% 0 3%;
}

.tab_item.east {
  background: #FFDEDE;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding: 5% 4%;
}

#west_content {
  background: #CEF7FF;
}

#east_content {
  background: #FFDEDE;
}

#west:checked ~ #west_content,
#east:checked ~ #east_content {
  display: block;
}

.tab_content ul li {
  background: #fff;
  margin-bottom: 2rem;
}

.tab_content ul li img {
  margin-bottom: 1rem;
}

.tab_content ul li .name {
  text-align: center;
  font-size: 1.5rem;
  color: #6A6A6A;
  font-weight: bold;
}

.tab_content ul li p {
  padding: 1rem 1.5rem 2rem;
}

#voice {
  padding: 1rem 0;
}

#voice ul {
  margin-top: 2rem;
}

#voice ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

#voice ul li .profile {
  width: 22%;
  font-size: 0.7rem;
  font-weight: bold;
  color: #F00000;
  margin-top: 1rem;
}

#voice ul li p {
  width: 72%;
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.7rem;
  border: solid 2px #F00000;
  border-radius: 0.4rem;
}

#voice ul li p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

#voice ul li p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #F00000;
  z-index: 1;
}

#voice ul li.second {
  flex-direction: row-reverse;
}

#voice ul li.second p:before {
  left: 100%;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
}

#voice ul li.second p:after {
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #F00000;
}

#faq {
  background: #F4F4F4;
  padding: 2rem 0;
}


#faq ul {
  margin: 1rem 0 2rem;
}

#faq ul li {
  margin-bottom: 5%;
}

#faq .acd-check {
  display: none;
}

#faq .acd-label {
  background: #F00000;
  color: #fff;
  display: block;
  padding: 4% 4%;
  position: relative;
  font-weight: bold;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#faq .acd-label .question {
  margin-right: 10px;
}

#faq .acd-label:after {
  background: #fff;
  box-sizing: border-box;
  content: "＋";
  display: block;
  position: absolute;
  right: 0.45rem;
  top: 30%;
  color: #F00000;
  border-radius: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.3rem;
}

#faq .acd-content {
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0% 4%;
  border: 1px solid #F00000;
  background: #fff;
}

#faq .acd-content .answer {
  margin-right: 10px;
  color: #F00000;
}

#faq .acd-check:checked + .acd-label:after {
  content: "ー";
}

#faq .acd-check:checked + .acd-label + .acd-content {
  opacity: 1;
  padding: 4% 4%;
  visibility: visible;
  height: auto;
}

footer {
  background: #F00000;
  color: #fff;
  text-align: center;
  padding: 0.4rem;
  font-size: 0.7rem;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 22px;
  }

  body {
    width: 900px;
    margin: auto;
  }

  a:hover {
    opacity: 0.8;
  }

  #fv {
    padding-bottom: 6rem;
  }

  #reason .title.second img {
    width: 18%;
  }

  #voice ul li p {
    padding: 2rem;
  }

  #faq .acd-label:after {
    padding-left: 0.25rem;
  }
}

ul,ol{
  padding:0;
  margin:0;
}
li{
  list-style-type: none;
}

.small {font-size:90%;}
.big {font-size:120%;}

.fRed{
  color:#ff0000;
}
.bl{
  font-weight: bold;
}
.pT10{
	padding-top: 10px;
}
.pT30{
	padding-top: 30px;
}
.pT50{
	padding-top: 50px;
}
.pT100{
	padding-top: 100px;
}
.mgT10{
	margin-top: 10px;
}
.cnt{
	text-align: center;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.line {background: -webkit-linear-gradient(transparent 60%, #ffc926 60%); background: -o-linear-gradient(transparent 60%, #ffc926 60%); background: linear-gradient(transparent 60%, #ffc926 60%);}

/**-----------------------------------------
    main
------------------------------------------*/
/*
#main{
	width:900px;
	margin:15px auto;
}
*/
/* 共通
------------------------------------------------------------*/
p{
	padding: 10px 0;
}
h1{
	font-family: sans-serif,'Josefin Sans', 'Noto Sans JP',serif;
	font-size: 1.8rem;
}
h2.ttl {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

h2.ttl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

h2.ttl span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

h2#mainH2 {
  font-size: 1.4rem;
  color: #F00000;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
}

h2#mainH2::before,
h2#mainH2::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #F00000;
}

h2#mainH2::before {
  margin-right: 0.8rem;
}

h2#mainH2::after {
  margin-left: 0.8rem;
}
/*
h3 {
  color: #747474;
  font-weight: bold;
  text-align: center;
}
*/
h2.h2_top {
  position: relative;
  padding: 0.8rem 1.5rem calc(0.7rem + 4px);
  background: #95d4da;
  font-size: 1.6rem;
}

h2.h2_top:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
h2.h2_1st {
  position: relative;
  padding: 0.8rem 1.5rem calc(0.7rem + 4px);
  background: #FFCCCC;
  font-size: 1.6rem;
}

h2.h2_1st:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
h2.h2_2nd {
  padding: 1rem 0.8rem;
  /*border: 3px solid #000;*/
  background: #F44D2C;
  font-size: 1.05rem;
  color: #ffffff;
}
h3.mainH3 {
  padding: 0.8rem 1.5rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}


#infoWrapper .txt{
	font-size: 1.98vh;
	text-align:center;
    }

/* SEC01 VISION
------------------------------------------------------------*/

.vision{
	width: 100%;
	margin: 0 auto;
	/*padding-bottom: 30px;*/
}

@media screen and (max-width: 767.98px) {
	.vision{
		width: 100%;
	}
	.pc_br{
		display:none;
	}
}

.recommend_list {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media screen and (max-width: 767.98px) {
	.recommend_list {
		display: block;
		margin-top: calc(60 / 640 * 100vw)
	}
}
.recommend_list li {
	/*width: 430px;*/
	width: 100%;
	border: #7fd6f6 6px solid;
	margin-bottom: 80px;
	padding: 36px;
	position: relative
}
@media screen and (max-width: 767.98px) {
	.recommend_list li {
		width: 88%;
		padding: calc(32 / 640 * 100vw);
		margin-bottom: calc(50 / 640 * 100vw);
		border-width: 3px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.recommend_list li {
		width: 100%;
		/*width: 48%;*/
		border-width: 3px;
	}
}
.recommend_list li span.ttl {
	font-family: "Anton", sans-serif;
	color: #2769f6;
	font-size: 1.6rem;
	/*font-size: 4rem;*/
	position: absolute;
	display: inline-block;
	background: #fff;
	top: -25px;
	left: 50%;
	padding: 0 15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 1
}
@media screen and (max-width: 767.98px) {
	.recommend_list li span.ttl {
		font-size: calc(40 / 640 * 100vw);
		top: calc(-1 * (25 / 640 * 100vw));
		padding: 0 10px
	}
}
.recommend_list li h3 {
	background: #11A0E5;
	color: #fff;
	border-radius: 6px;
	font-size: 24px;
	/*font-size: 2.4rem;*/
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	padding: 16px 0 13px;
	margin-bottom: 15px
}
@media screen and (max-width: 767.98px) {
	.recommend_list li h3 {
		padding: calc(18 / 640 * 100vw) 0 calc(15 / 640 * 100vw);
		font-size: calc(30 / 640 * 100vw);
		margin-bottom: calc(20 / 640 * 100vw)
	}
}
.recommend_list li p {
	text-align: left;
	line-height: 1.857;
	margin-bottom: 10px
}
@media screen and (max-width: 767.98px) {
	.recommend_list li p {
		text-align: left;
		margin-bottom: calc(30 / 640 * 100vw)
	}
}
dd.flow_txt {
  margin-left: 0;
  font-size:0.8em;
}
.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}

/* Table */
/* ============================================ */
table.table01 {
	width:100%;
	margin:0 auto 1em;
	border-collapse:collapse;
	border:0;
	font-size: 80%;
}
table.table01 td,table.table01 th{
	font-weight:100;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border:solid #fff;
	border-width:0 0 1px;
}
table.table01 thead th {
	color:#fff;
	background:#7b6c05;
	font-weight:100;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border:solid #fff;
	border-width:0 0 1px;
}
table.table01 thead th:nth-child(2){
	background:#948206;
}
table.table01 thead th:nth-child(3){
	background:#ac9707;
}
table.table01 thead th:nth-child(4){
	background:#c5ad08;
}
table.table01 thead th:nth-child(5){
	background:#ddc209;
}
/*
table.table01 td:first-child,table.table01 th:first-child{
	border-radius:.25em 0 0 .25em;
}
table.table01 td:last-child,table.table01 th:last-child {
	border-radius:0 .25em .25em 0;
}
*/
table.table01 tbody th {
	background:#c7c091;
	border-right:solid 1px #fff;
	font-weight:bold;
}
table.table01 tbody tr td{
	background:#edead9;
	border-right:solid 1px #fff;
}
table.table01 tbody tr:nth-child(even) th,table.table01.mod-tbl-timetable tbody tr:nth-child(even) th{
	background:#b0b06f;
}
table.table01 tbody tr:nth-child(even) td,table.table01.mod-tbl-timetable tbody tr:nth-child(even) td{
	background:#eae5c4;
	border-right:solid 1px #fff;
}
/*
table.table01 tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
*/
table.table01 tbody td {
	background:#edead9;
	border-right:solid 1px #fff;
	font-weight:100;
	padding:.1em;
	text-align:center;
	vertical-align:middle;
	border:solid #fff;
	border-width:0 0 1px;
}
/*
@media screen and (max-width: 640px) {
	table.table01 thead {
		display:none;
	}
	table.table01 tbody th {
		display:block;
	}
	table.table01 tbody td {
		display:block;
	}
	table.table01 tbody td::before {
		content: attr(label);
		float: left;
		clear:both;
		font-weight:bold;
	}
	table.table01 tbody td p {
		padding-left:6em;
	}
	table.table01 td,
	table.table01 th,
	table.table01 td:first-child,table.table01 th:first-child,
	table.table01 td:last-child,table.table01 th:last-child,
	table.table01 thead th:nth-child(2) {
	border-radius:.25em;
	}
}
*/

.box {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #EEE9E9;/*背景色*/
}
.box p {
    margin: 0; 
    padding: 0;
	font-size: 0.7rem;
	font-family: sans-serif, "游ゴシック";
}

.karimen_box {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.karimen_box2 p {
    margin: 0; 
    padding: 0;
}

.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 2rem;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}

.cnt {
	text-align:center;
}

/*------------------------------
	info
--------------------------------*/
.infobox {
	position: relative;
	padding: 1em;
	margin-bottom: 30px;
	background: #F5F3E7;
}
.infobox p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
