﻿@charset "UTF-8";

/*contents CSS SP用*/

@media screen and (max-width: 667px){
	
.pc {
	display: none;
}
.sp {
	display: inherit;
}
#priceBox,
#materialBox,
#followBox,
#outlineBox,
#gakuryokuBox,
#pageBox {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#outlineBox .inBox,
#priceBox .inBox,
#materialBox .inBox,
#followBox .inBox,
#gakuryokuBox .inBox,
#pageBox .inBox {
	padding-bottom: 20px;
}

/*h3*/
#priceBox h3,
#materialBox h3,
#followBox h3,
#gakuryokuBox h3{
	display: block;
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 20px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#priceBox h3 span,
#materialBox h3 span,
#followBox h3 span,
#gakuryokuBox h3 span{
	color: #00AEBB;
	font-weight: bold;	
}

/*h4*/
#priceBox h4,
#materialBox h4,
#gakuryokuBox h4,
#followBox h4,
#pageBox h4 {
	display: block;
	font-size: 18px;
	line-height: normal;
	color: #333;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #00AEBB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #b1e4e8;
	font-weight: bold;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#materialBox strong,
#followBox strong{
	color: #f2790d;
}

a.link-pop {
	background: url(../../images/link-blank.png) no-repeat 0 10px;
	padding-left: 20px;
	margin-top: 10px;
	display: block;
}
a.link-pop:hover {
	color:#19b6c2;
	text-decoration: none;
}
a.arrow {
	display: block;
	margin-top: 10px;
	position: relative;
	padding-left: 15px;
	font-size: 14px;
}
a.arrow:before {
	position: absolute;
	content: "\f054";
	font-family: FontAwesome;
	left: 0;
	font-size: 16px;
}
.review-link a.arrow {
	display: inline;
	margin-top: 0;
	line-height: 1;
}
.review-link {
	text-align: right;
	padding: 0 15px 15px;
}

#priceBox strong{
	color: #ff7315;
}
#materialBox strong,
#followBox strong,
#gakuryokuBox strong,
#pageBox strong{
	color: #f2790d;
}

#priceBox .btnBox p strong, .btn-app p strong {
    color: #333!important;
}
.btn-app p {
	margin-top: 10px;
}
.btn-app a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

/*サービスお申し込み*/
#priceBox .btnBox,
#materialBox .btnBox,
#followBox .btnBox,
#gakuryokuBox .btnBox,
#pageBox .btnBox{
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#priceBox .btnBox .tel,
#materialBox .btnBox .tel,
#followBox .btnBox .tel,
#gakuryokuBox .btnBox .tel,
#pageBox .btnBox .tel{
	font-size: 16px;
}

#priceBox .btnBox strong a,
#materialBox .btnBox strong a,
#followBox .btnBox strong a,
#gakuryokuBox .btnBox strong a,
#pageBox .btnBox strong a{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#priceBox .btnBox img,
#materialBox .btnBox img,
#followBox .btnBox img,
#gakuryokuBox .btnBox img,
#pageBox .btnBox img{
	width: 95%;
	margin-bottom: 10px;
}

#priceBox .btnBox br,
#materialBox .btnBox br,
#followBox .btnBox br,
#gakuryokuBox .btnBox br,
#pageBox .btnBox br{
	display: block;
}

#priceBox .btnBox.inq,
#materialBox .btnBox.inq,
#followBox .btnBox.inq,
#gakuryokuBox .btnBox.inq,
#pageBox .btnBox.inq{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 20px;
}

/*infoBox*/
#priceBox .infoBox,
#materialBox .infoBox,
#followBox .infoBox,
#gakuryokuBox .infoBox{
	color: #454545;
	line-height: 25px;
	padding: 0px;
	display: block;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#priceBox .infoBox li,
#materialBox .infoBox li,
#followBox .infoBox li,
#gakuryokuBox .infoBox li{
	display: block;
	margin-bottom: 9px;
	background-image: url(../images/hr.png);
	background-repeat: no-repeat;
	background-position: left 0.7em;
	padding-left: 20px;
}

#priceBox .infoBox.ib01,
#materialBox .infoBox.ib01,
#followBox .infoBox.ib01,
#gakuryokuBox .infoBox.ib01{
	padding-left: 0px;
	margin-bottom: 20px;
}

/*フロート*/
#priceBox .fl,
#materialBox .fl,
#followBox .fl,
#gakuryokuBox .fl{
	float: none;
}
#priceBox .fr,
#materialBox .fr,
#followBox .fr,
#gakuryokuBox .fr{
	float: none;
}

/*Q&A アコーディオン*/
.acBox{
	clear: both;
}

.acBox dl{
	_zoom: 1;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.acBox dt{
	cursor: pointer;
	_zoom: 1;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}

.acBox .iq{
	background-image: url(../../images/pr_iconQ.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 30px;
	background-size:20px 20px;
	padding-right: 20px;
}

.acBox dt .si{
	display: block;
	_zoom: 1;
	background-image: url(../../images/pr_iconP.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	background-position: 95% 12px;
	background-size:14px 14px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.acBox dt.selected .si{
	background-image: url(../../images/pr_iconM.png);
	background-color: #f6f2e9;
	background-position: 95% 12px;
	border-top-style: none;
	background-size:14px 14px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.acBox dd{
	background-image: url(../../images/pr_iconA.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 40px;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-size:20px 20px;
}
.acBox dd p {
	margin-bottom: 15px;
}
.acBox span{
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
.acBox span.note {
	font-size: 85%;
	font-weight: bold;
	color: #575757;
}


.acBox strong{
	color: #F2790D;
}

.acBox .tBox{
	display: block;
	background-color: #f5f5f5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.acBox .chara {
	padding-left: 100px;
	position: relative;
}
.acBox .chara:before {
	content: " ";
	position: absolute;
	left: 35px;
	top: 10px;
	height: 75px;
	width: 50px;
	background-size: 55px auto;
}
.acBox .chara.chara-m01:before {
	background: rgba(0, 0, 0, 0) url("/images/chara-m01.png") no-repeat 0 0 / 55px auto;
}
.acBox .chara.chara-fm01:before {
	background: url(/images/chara-fm01.png) no-repeat 0 0 / 55px auto;
}

/*アコーディオン  パターン2*/
.acBox.v2 {
	margin-top: 25px;
}
.acBox.v2 dl {
	width: 100%;
	margin-bottom: 30px;
	padding: 0 15px;
	box-sizing: border-box;
}
.acBox.v2 dt .si{
	display: block;
	_zoom: 1;
	border-radius: 14px;
	background-image: url(../../images/ico-p-v2.png);
	background-color: rgb(0, 174, 187);
	box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.22);
	border-top-style: none;
	margin-bottom: 5px;
}
.acBox.v2 dt.selected .si{
	background-image: url(../../images/ico-m-v2.png);
	background-color: #FFF;
	box-shadow: none;
	border: 1px solid rgb(0, 174, 187);
}
.acBox.v2 .iq{
	background-image: none;
	padding-left: 0;
	text-align: center;
	color: #FFF;
}
.acBox.v2 dt.selected .iq{
	color: #333;
}
.acBox.v2 dd {
	background-image: none;
	padding-left: 0;
	padding-right: 0;
}
.grade-child .acBox.v2 {
	border-bottom: 0;
}
.grade-child .acBox.v2 .voice-img {
	margin-bottom: 0;
	padding: 0;
}
.grade-child #gakuryokuBox .inBox .acBox.v2 h2 {
	padding: 0;
}
.grade-child .acBox.v2 .flex-area .img {
    padding: 0;
}
.grade-child section.slide-box.inner{
    margin: 0 -15px 0;
}
.grade-child .bnr-area {
	padding: 25px 0;
	background: #FFF;
}
.grade-child .bnr-area .row {
	width: 95%;
}
.grade-child .bnr-area a {
	width: 100%;
	display: block;
	margin: auto;
}
.grade-child .bnr-area img {
	width: 100%;
	height: auto;
}
.column-box {
	display: block;
	position: relative;
	border: 1px solid #eae4d7;
	padding: 15px;
	margin: 0 15px 50px;
	box-sizing: border-box;
	font-size: 16px;
}	
.column-box .ribbon {    
	display: inline-block;
	position: absolute;
	top: -15px;
	left: 15px;
	margin: 0;
	z-index: 2;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	color: #42370c;
	background: #ffcd04;
  }
.column-box .ribbon::before{
	position: absolute;
	content: '';
	top: 0;
	right: -10px;
	border: none;
	border-bottom: solid 15px #d8a800;
	border-right: solid 10px transparent;
}
.column-box .title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 80px;
    margin-bottom: 30px;
}
.column-box .flex .text p {
	padding-left: 20px;
	margin-bottom: 20px;
}
.column-box .flex .img {
	text-align: center;
}
.column-box .flex .img img {
	max-width: 100%;
}
.grade-child .title-img {
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 15px 25px;
}
.grade-child .title-img img {
	width: 100%;
}

/***********************************
料金について
************************************/
.btnBox p,.btn-app  p {
	font-size: 16px;
}
#priceBox .btn-app {
	margin: 10px 0 30px;
}
#priceBox .price-top.sp .btn-app {
	margin-top: -25px;
	margin-bottom: 0;
	padding: 0;
}
.price-top.pc {
	display: none;
}
.price-top.flex {
	padding: 20px 10px;
}
.price-top.flex img {
	align-self: flex-start;
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}
.price-head {
	font-size: 14px;
	line-height: 1.5;
	padding: 0 15px;
}
#priceBox .price-head.v2 h4 {
	margin: 0 -15px 15px;
}
.price-head.v2 p {
	margin-bottom: 25px;
}
.price-head span {
	color: #ff6600;
}
.price-head .flex.reasonable {
    justify-content: space-between;
	align-items: center;
	display: flex;
}
.price-head .flex.reasonable img {
	width: 40%;
}
.price-head .flex.reasonable p {
	width: 55%;
	margin-bottom: 0;
}
.price-head .headline {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #00aebb;
	border-radius: 20px;
	padding: 10px;
	margin: 15px 0;
	
}
.price-head .chaege {
	border-bottom: 4px solid #00aebb;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.price-head .chaege strong {
	font-size: 16px;
	font-weight: bold;
}
.price-head .fl {
	width: 100%;
}
.price-head .fr {
	width: 100%;
}
.price-head .fl p {
	margin-bottom: 15px;
}
.price-head .fr img {
	margin-bottom: 20px;
	width: 100%;
}

.price-head .fr .infoBox li {
	font-size: 14px;
}
.price-head table {
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	font-size: 11px;
}
.price-head .point {
	margin-bottom: 25px;
}

.price-head .point p {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	line-height: 1.5;
	border-bottom: 1px dashed #ccc;
	position: relative;
}
.price-head .point p:before {
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 15px;
	font-size: 17px;
	color: #ffbc00;
	position: absolute;
	left: 0;
	top: 7px;
}
.price-head .point p:last-child {
	border-bottom: none;
}
.price-head .point span {
	color: #333;
	display: inline;
}
.price-head .point strong.zero {
	font-size: 21px;
}
.price-head tr {
	border-collapse: collapse;
	border-radius: 10px;
	border-bottom: 1px solid #d0d0d0;
}
.price-head th {
	background: #ebebeb;
	border-bottom: 1px solid #d0d0d0;
	border-radius: 10px 10px 0 0;
	padding: 10px 15px;
}
.price-head th[colspan="3"] {
	font-weight: bold;
}
.price-head tr:last-child th, .price-head tr:last-child td {
	border-bottom: none;
}
.price-head tr.attention {
	background: #fffcf1;
	font-weight: bold;
	color: #00aebb;
	vertical-align: top;
}
.price-head tr.attention td {
	border-bottom: none;
}
.price-head.v2 tr.attention td {
	border-bottom: 1px solid #d0d0d0;
}
.price-head tr.attention span {
	font-size: 9px;
	font-weight: normal;
	color: #00aebb;
}
.price-head tr.attention.balloon td {
	border-bottom: 1px solid #d0d0d0;
	padding: 0 20px 20px;
}
.price-head tr.attention.balloon .balloon-box {
	border: 1px solid #00aebb;
	background: #FFF;
	color: #333;
	border-radius: 50px;
	padding: 10px 20px;
	display: block;
	text-align: left;
	font-size: 16px;
	position: relative;
}
/*.price-head tr.attention.balloon .balloon-box:after {
	bottom: 100%;
	left: 90px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #00aebb;
	border-width: 15px;
	margin-left: -15px;
}*/

.price-head tr.attention.balloon .balloon-box:before {
    background: #FFF;
    border-bottom-right-radius: 80px 50px;
    border-color: #00aebb;
    border-style: solid;
    border-width: 0 1px 1px 0;
    top: -11px;
    content: "";
    display: block;
    height: 10px;
    margin-right: -10px;
    position: absolute;
    left: 30px;
    width: 15px;
    z-index: 2;
	transform: rotate(180deg);
}
.price-head tr.attention.balloon .balloon-box:after {
    background: none;
    border-bottom-right-radius: 20px 20px;
    border-color: #00aebb;
    border-style: solid;
    border-width: 0 1px 1px 0;
    top: -11px;
    content: "";
    display: block;
    height: 10px;
    margin-right: 20px;
    position: absolute;
    left: 40px;
    width: 5px;
    z-index: 2;
	transform: rotate(180deg);
}
.price-head tr.attention.balloon .balloon-box > *:first-child:before {
    border-top: 1px solid #00aebb;
    top: -1px;
    content: "";
    display: block;
    height: 10px;
    margin-right: 20px;
    position: absolute;
    left: 40px;
    width: 30px;
    z-index: 5;
}
.price-head tr.attention.balloon .balloon-box > *:first-child:after {
    background: #fffcf1;
    border-bottom-right-radius: 20px 20px;
    border-color: #00aebb;
    border-style: solid;
    border-width: 0 1px 1px 0;
    top: -11px;
    content: "";
    display: block;
    height: 10px;
    margin-right: 20px;
    position: absolute;
    left: 40px;
    width: 5px;
    z-index: 2;
	transform: rotate(180deg);
}
.price-head tr.attention.balloon .balloon-box p {
	font-size: 9px;
	text-indent: 0;
	padding: 0;
}
.price-head tr.attention.balloon .balloon-box p:last-child {
	margin-bottom: 0;
}
.price-head tr td:first-child {
	padding-right: 0;
}
.price-head tr td:nth-child(2) {
	padding-left: 0;
	padding-right: 0;
}
.price-head tr td:last-child {
	text-align: right;
	padding-left: 0;
	font-weight: bold;
}
.price-head td {
	padding: 15px;
	border-bottom: 1px solid #d0d0d0;
}
ul.chara-list {
	position: relative;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-left: 65px;
}
ul.chara-list::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0px;
	height: 90px;
	width: 60px;
	background: url(/images/chara-m01.png) no-repeat;
	background-size: contain;
}
ul.check li {
	position: relative;
	padding-left: 25px;
	line-height: 1.8;
	margin: 10px 0;
}
ul.check li::before {
	content: url(/images/ico-check.png);
	position: absolute;
	top: 3px;
	left: 0;
}
#priceBox .fl img {
	margin: 15px auto;
	width: 100%;
}
#priceBox .s01 .cf div {
	margin: 15px;
}
#priceBox .s01 .cf div img {
	width: 100%;
}
#priceBox .s01,#priceBox .s02 {
	margin-bottom: 20px;
}
#priceBox .s01 .fr,#priceBox .s02 .fi {
	text-align: center;
}
,#priceBox .s02 .fl img {
	margin: 20px;
}


#priceBox .s02 strong.headline {
	font-size: 16px;
	color: #008e99;
	padding: 5px 20px 3px;
	border: 2px solid #008e99;
	border-radius: 30px;
	margin-bottom: 15px;
	display: inline-block;
	margin-left: 20px;
}
	
	
#priceBox #c01,
#priceBox #c02,
#priceBox #c03,
#priceBox #c04,
#priceBox #c05,
#priceBox #c07{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: #FFF;
} 

#priceBox #c06{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
} 

/**/
#priceBox #c03 img,
#priceBox #c04 img,
#priceBox #c07 img{
	width: 100%;
}

/*c01*/
#priceBox #c01 ul{
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

#priceBox #c01 li{
	display: block;
	float: none;
}

#priceBox #c01 li.b01,
#priceBox #c01 li.b03,
#priceBox #c01 li.b05{
	background-color: #f6f6f6;
}

#priceBox #c01 li.b01 h5,
#priceBox #c01 li.b03 h5,
#priceBox #c01 li.b05 h5{
	text-align: center;
	font-size: 18px;
	height: auto;
	color: #FFF;
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#priceBox #c01 li.b01 h5,
#priceBox #c01 li.b03 h5{
	width: 100%;
	background-color: #788c93;
}

#priceBox #c01 li.b05 h5{
	width: 100%;
	background-color: #f2790d;
}

#priceBox #c01 li.b02 span,
#priceBox #c01 li.b04 span{
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#priceBox #c01 li.b02 img,
#priceBox #c01 li.b04 img{
	width: 17px;
}

#priceBox #c01 p{
	display: block;
	width: 95%;
	font-size: 14px;
	line-height: 24px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*c02*/
#priceBox #c02{
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

#priceBox #c02 p{
	width: 100%;
	padding-left: 0px;
	font-size: 18px;
	float: none;
	padding-top: 15px;
	line-height: 26px;
}

#priceBox #c02 .str01{
	color: #00aebb;
}

#priceBox #c02 .str02{
	color: #f2790d;
}

#priceBox #c02 .imgBox{
	text-align: center;
	float: none;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
}

#priceBox #c02 .imgBox img{
	width: 70%;
}

/*c03*/
#priceBox #c03{
	padding-top: 15px;
}

#priceBox #c03 .b01,
#priceBox #c03 .b02{
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#priceBox #c03 .b01 strong{
	color: #f2790d;
}

#priceBox #c03 .b01,
#priceBox #c03 .b02,
#priceBox #c03 .b03{
	padding-left: 10px;
}

#priceBox #c03 .b01 .t01,
#priceBox #c03 .b02 .t02,
#priceBox #c03 .b03 .t03{
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
}

#priceBox #c03 .b01 .t01 span,
#priceBox #c03 .b02 .t02 span,
#priceBox #c03 .b03 .t03 span{
	display: block;
}

#priceBox #c03 .b01 .t01 span.imgBox,
#priceBox #c03 .b02 .t02 span.imgBox,
#priceBox #c03 .b03 .t03 span.imgBox{
	width: 20%;
	float: left;
}

#priceBox #c03 .b01 .t01 span.txtBox,
#priceBox #c03 .b02 .t02 span.txtBox,
#priceBox #c03 .b03 .t03 span.txtBox{
	width: 76%;
	float: right;
}

/*c04*/
#priceBox #c04{
	padding-top: 10px;
}

#priceBox #c04 p{
	display: block;
	margin-bottom: 15px;
	text-indent: -1em;
	padding-left: 1em;
}

/*c05*/
#priceBox #c05{
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#priceBox #c05 .imgBox{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}

#priceBox #c05 .imgBox img{
	width: 80%;
	margin-bottom: 20px;
	margin-top: 10px;
}

#priceBox #c05 .read{
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

#priceBox #c05 .read .ts{
	display: block;
	font-size: 20px;
	line-height: 20px;
}

#priceBox #c05 .read .tm{
	font-size: 24px;
}

#priceBox #c05 .read .tl{
	font-size: 30px;
	line-height: 34px;
}


#priceBox #c05 .read strong{
	font-weight: normal;
	color: #f2790d;
}

#priceBox #c05 .lm{
	padding-left: 10px;
	background-image: url(../../images/pr_i13.png);
	background-repeat: no-repeat;
	background-position: right bottom;

}

#priceBox #c05 h5{
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
	background-color: #00aebb;
	display: block;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#priceBox #c05 .infoBox{
	width: 100%;
	margin-bottom: 30px;
}

/*c06*/
#priceBox #c06{
}

/*c07*/
#priceBox #c07 .imgBox{
	text-align: center;
}

#priceBox #c07 p{
	display: block;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px;
}

#priceBox #c07 .mgT,
#priceBox #c07 strong{
	display: block;
	padding-top: 15px;
}

#priceBox #c07 ul{
	display: block;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

#priceBox #c07 li{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-image: url(../../images/pr_iconL.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
}

#priceBox #c07 span{
	display: block;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 12px;
	line-height: 14px;
}

#priceBox #c07 .indent li{
	background: none;
	border: none;
	padding-left: 2em;
	text-indent: -2em;
}

#priceBox #c07 .indent li.lis{
	margin-left: 1.1em;
    padding-left: 1em;
    text-indent: -0.7em;
}


/***********************************
教材・学習の様子
************************************/

#materialBox #c01,
#materialBox #c02,
#materialBox #c03,
#materialBox #c04,
#materialBox #c05{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: #FFF;
}

#materialBox #c06{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: #FFF;
}

/*c01*/
#materialBox #c01{
	margin-bottom: 10px;
}

#materialBox #c01 img{
	margin-bottom: 20px;
	width: 100%;
}

/*c02*/
#materialBox #c02{
	background-color: #FFF;
	margin-bottom: 25px;
}

#materialBox #c02 ul{
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

#materialBox #c02 li{
	display: block;
	float: none;
}

#materialBox #c02 li.b01,
#materialBox #c02 li.b03{
	background-color: #f6f6f6;
}

#materialBox #c02 li.b01 h5,
#materialBox #c02 li.b03 h5{
	text-align: center;
	font-size: 18px;
	height: auto;
	color: #FFF;
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#materialBox #c02 li.b01 h5,
#materialBox #c02 li.b03 h5{
	width: 100%;
	background-color: #788c93;
}

#materialBox #c02 li.b02 span{
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#materialBox #c02 li.b02 img{
	width: 17px;
}

#materialBox #c02 p{
	display: block;
	width: 95%;
	font-size: 14px;
	line-height: 24px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*c03*/
#materialBox #c03 img{
	width: 100%;
}

#materialBox #c03 p{
	margin-bottom: 10px;
}

#materialBox #c03 h5,#materialBox #c05 h5{
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#materialBox #c03 .imgBox{
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

#materialBox #c03 p,
#materialBox #c04 p,
#materialBox #c05 p{
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding-top: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*c04 & c05*/
#materialBox #c04 img,
#materialBox #c05 img{
	width: 100%;
}

#materialBox #c04 p,
#materialBox #c05 p{
	margin-bottom: 15px;
}

#materialBox #c04 .imgBox,
#materialBox #c05 .imgBox{
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

/*c06*/
#materialBox #c06{
	margin-bottom: 40px;
}
#materialBox .bnr-area {
	margin: 0 0 30px;
}
#materialBox .bnr-area a {
	width: 95%;
	margin: auto;
	display: block;
}
	

/***********************************
学力・学年別の特徴
************************************/
#gakuryokuBox strong {
	color: #f2790d;
}
#gakuryokuBox .grade-item {
	margin-bottom: 40px;
	float: none;
	margin-left: 15px;
	margin-right: 15px;
}
#gakuryokuBox .grade-btn {
	margin-bottom: 20px;
}
#gakuryokuBox .grade-btn img {
	width: 100%;
}
#gakuryokuBox .grade-btn:hover {
	opacity: 0.7;
}
#gakuryokuBox .grade-text, #gakuryokuBox .grade-img {
	float: none;
}
#gakuryokuBox .grade-text {
	font-size: 14px;
	width: 100%;
}
#gakuryokuBox .grade-img {
	width: 140px;
	text-align: center;
	margin: 10px auto;
}

/*c01*/
#gakuryokuBox #c01{
	padding: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
/*c02*/
#gakuryokuBox .mt10{
	margin-top: 10px;
}

/*grade item*/
.grade-child #gakuryokuBox h3 {
    font-size: 14px;
    line-height: 1.5em;
	padding: 20px 15px 50px 90px;
	background: url(../../gakuryoku/img/grade-cmn-img01.png) no-repeat 15px 15px;
	background-size: 70px 70px;
	width: auto;
}

.grade-child #gakuryokuBox h3.large {
    font-size: 16px;
	font-weight: bold;
	padding: 20px 15px 20px 90px;
}
.grade-top-li {
	padding-left: 15px;
}
.grade-top-li li {
	background:	url("../images/hr.png") no-repeat 0 29px;
	padding-left: 28px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e9e9e9;
	font-size: 14px;
	line-height: 1.2;
}
.grade-top-li li:last-child {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 40px;
}
.grade-top-li li strong {
	font-size: 16px;
}
.grade-child #gakuryokuBox .st {
	margin-bottom: 30px;
}
.grade-child-title img {
	width: 100%;
}
.grade-child #gakuryokuBox .inBox {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 10px;
}
.grade-child #gakuryokuBox .inBox.bn {
	border-bottom: none;
}
.grade-child #gakuryokuBox .inBox h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.effectBox {
	margin-bottom: 40px;
}
.grade-child #gakuryokuBox .inBox .effectBox h2 {
	margin-bottom: 15px;
}
.grade-child .fl {
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
.grade-child .fl img {
	max-width: 100%;
}
.grade-child .fr {
	float: none;
	width: 100%;
}
.effectL,.effectR {
	width: 100%;
}
.effectL {
	float: none;
	text-align: center;
}
.effectR {
	float: none;
	text-align: center;
	margin-top: 40px;
}
.effectC {
	text-align: center;
	margin-top: 40px;
}
.effectR ul,.effectR h2,.effectL ul,.effectL h2,.effectC ul,.effectC h2 {
	text-align: left !important;
}
.effect01 {
	background: url("../../gakuryoku/img/effect01.png") no-repeat 0 5px;
}
.effect02 {
	background: url("../../gakuryoku/img/effect02.png") no-repeat 0 5px;
}
.effect03 {
	background: url("../../gakuryoku/img/effect03.png") no-repeat 0 5px;
}
.effectBox h2 {
	padding-left: 50px !important;
	margin-left: 15px;
}
.effectBox img {
	float: none;
	max-width: 100%;
    margin-bottom: 15px;
}
#gakuryokuBox .effectBox .infoBox {
	float: none;
	width: 100%;
	margin-left: 10px;
    width: 95%;
}
#gakuryokuBox .result.new.inBox {
    padding-top: 0;
    margin-top: -30px;
    margin-bottom: 25px;
}
.grade-child .acBox {
	border-bottom: 1px dotted #e6e6e6;
}
.grade-child .flex-area .flex {
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
}
.grade-child .flex-area .flex:last-child {
	border-bottom: 0;
}
.grade-child .flex-area .img {
	text-align: center;
	padding: 0 15px;
}
.grade-child .flex-area .img img {
	max-width: 100%;
	height: auto;
}
.grade-child .flex-area .text h2 {
	margin-bottom: 15px!important;
}
.grade-child .flex-area .text a {
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
	padding: 0 15px;
	margin: 0 15px 15px;
}
.grade-child .flex-area02 {
	background: #fffcf1;
	padding: 15px;
	margin: 25px 0;
}
.grade-child .flex-area02 .flex {
	align-items: center;
}
.grade-child .flex-area02 .text h2 {
	font-size: 18px!important;
	margin-bottom: 15px!important;
}
.grade-child .flex-area02 .img {
	text-align: center;
	margin-top: 15px;
}
.grade-child .flex-area02 .img img {
	max-width: 100%;
	height: auto;
}
.grade-child .flex-area02 .btn {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(193, 193, 193);
	background-image: -moz-linear-gradient( 90deg, rgb(229,229,229) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(229,229,229) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(229,229,229) 0%, rgb(255,255,255) 100%);
	text-align: center;
	position: relative;
	margin-top: 15px;
}
.grade-child .flex-area02 .btn:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(229,229,229) 100%);
}
.grade-child .flex-area02 .btn a {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	display: block;
	padding: 10px 30px;
}
.grade-child .flex-area02 .btn::before {
    content: "\f054";
    font-family: Fontawesome;
    margin-right: 10px;
    color: #19b6c2;
	position: absolute;
	top: 20px;
	left: 15px;
}
.grade-child .voice-img {
	padding: 0 15px;
	margin-bottom: 25px;
}
.grade-child .voice-img img {
	max-width: 100%;
	height: auto;
}
.spee {
	text-align: center;
	margin-top: 30px;
}
.spee p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
    display: inline-block;
    position: relative;
    padding: 0 35px;
    line-height: 1;
    letter-spacing: 1px;
	text-align: center;
}
.spee p::before {
    display: inline-block;
    position: absolute;
    top: 40%;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background-color: #f2790d;
    content: "";
    left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.spee p::after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background-color: #f2790d;
    content: "";
    right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
#gakuryokuBox .spee + .btnBox.inq {
	border: none;
	padding-top: 10px;
	margin-bottom: 0;
}
#gakuryokuBox .pass-area {
    text-align: center;
    margin-bottom: 25px;
}
#gakuryokuBox .pass-area .img {
    background: #fff6df;
    padding: 15px;
}
#gakuryokuBox .pass-area img {
    width: 100%;
    height: auto;
}
#gakuryokuBox .cv-btn-area {
    padding: 0 15px;
    margin-top: 15px;
}
#gakuryokuBox .cv-btn-area img {
    width: 100%;
    height: auto;
}
#gakuryokuBox .infoBox li.btn {
    background: none;
}

/***********************************
個別フォロー
************************************/
#pageTitleBox .add-btn .btnBox {
	display: none;
}
#followBox .follow-item {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #e6e6e6;
}
#followBox .follow-item-wrapp .follow-item:last-child {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}
.follow-item {
	text-align: center;
	padding: 15px;
}
#followBox h4 {
	font-size: 17px;
}
#followBox .follow-text h4{
	display: block;
	background-color: #FFF;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#followBox .follow-text {
	width: auto;
	font-size: 14px;
	text-align: left;
}
.follow-item img {
	max-width: 100%;
}
/*コラム*/
#followBox .columnBox{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
}

#followBox .columnBox .cBox{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}
#followBox .columnBox .cBox{
	padding: 15px;
}

#followBox .columnBox .cBox .imgVBox{
	width: 30%;
	padding-left: 0px;
	float: left;
}

#followBox .columnBox .imgVBox img{
	width: 100%;
}

#followBox .columnBox .txtVBox{
	width: 65%;
	float: right;
}
#followBox .follow-col .note {
	padding: 15px;
	font-size: 12px;
	color: #333;
}
#followBox .voiceBox {
	padding: 0 15px 0 0;
}
#followBox .voiceBox img {
	width: 100%;
	margin: 0 0 20px;
}
	
	.follow-video {
		padding: 25px 15px;
	}
	.follow-video .head .fl {
		text-align: center
	}
	.follow-video .head .fl img {
		max-width: 100%;
	}
	.follow-video .head .fr {
		padding-top: 25px;
	}
	.follow-video .head p {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.follow-video .video-box {
		margin-top: 30px;
	}
	.follow-video .video-box .item {
		border: 1px solid #d7d7d7;
		border-radius: 10px;
		width: 100%;
		padding: 15px;
		margin-bottom: 25px;
		box-sizing: border-box;
	}
	.follow-video .video-box .item .text-h {
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.follow-video .video-box .item .text-h span {
		font-size: 16px;
		color: #00aebb;
		display: block;
	}
	.follow-video .video-box video {
		width: 100%;
		height: auto;
	}
	.follow-video .video-box .video {
		width: 100%;
		height: auto;
	}
	.follow-video .video-box .item .text {
		font-size: 13px;
		border-left: 6px solid #00aebb;
		padding: 5px 0 3px 10px;
		margin-top: 10px;
	}
	.follow-video .video-box .item iframe {
		width: 100%;
	}
	#followBox .sample-box {
		padding: 20px 15px;
	}
	#followBox .sample-box .fl,#followBox .sample-box .fr {
		width: 100%;
	}
	#followBox .sample-box .fl {
		text-align: center;
	}
	#followBox .sample-box .fl img:first-child {
		margin-bottom: 20px;
	}
	#followBox .sample-box .fl .sp-img img {
		width: 100%;
	}
	#followBox .sample-box .fl a {
		transition: 0.3s;
	}
	#followBox .sample-box .fl a:hover {
		opacity: 0.8;
		transition: 0.3s;
	}
	#followBox .sample-box .fl a img {
		max-width: 100%;
	}
	#followBox .sample-box .fr p {
		font-size: 13px;
		margin-bottom: 10px;
	}
	#followBox .sample-box .fr ul {
		margin-bottom: 10px;
	}
	#followBox .sample-box .fr li {
		margin-bottom: 5px;
	}
	#followBox .sample-box a {
		font-size: 13px;
	}
	

/***********************************
成績
************************************/
	.result strong {
		color: #f2790d;
	}
	.result .result-head .catch {
		text-align: center;
		margin: 20px 0 0;
		padding: 0 10px;
	}
	.result .result-head p {
		font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		font-size: 15px;
		line-height: 1.5;
	}
	.result .result-head strong {
		font-size: 16px;
	}
	.result .result-head span.notes {
		font-size: 8px;
		color: #999999;
		display: block;
		margin: 15px 0;
	}
	.result .menubtn-box {
		padding: 0 10px;
		margin-bottom: 25px;
	}
	.result .menubtn-box a {
		border-radius: 16px;
		background-color: rgb(0, 174, 187);
		box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.22);
		width: 100%;
		display: block;
		font-size: 15px;
		font-weight: bold;
		color: #FFF;
		line-height: 1.5;
		padding: 10px 30px 10px 55px;
		text-align: center;
		text-decoration: none;
		margin: 10px 0;
		box-sizing: border-box;
		position: relative;
	}
	.result .menubtn-box a:after {
		content: " ";
		background-image: url(/images/result/ico-arrow-d.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 15px;
		top: 28px;
	}
	.result .menubtn-box a:nth-child(1):before {
		content: " ";
		background-image: url(/images/result/ico-type01.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		width: 40px;
		height: 40px;
		top: 12px;
		left: 15px;
	}
	.result .menubtn-box a:nth-child(2):before {
		content: " ";
		background-image: url(/images/result/ico-type02.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		width: 40px;
		height: 40px;
		top: 12px;
		left: 15px;
	}
	.result .menubtn-box a:nth-child(3):before {
		content: " ";
		background-image: url(/images/result/ico-type03.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		width: 40px;
		height: 40px;
		top: 12px;
		left: 15px;
	}
	.result .cong-box {
		background: #fffcf1;
		margin-bottom: 15px;
		padding: 10px;
	}
	.result .cong-box img {
		max-width: 90%;
	}
	.result .cong-box .title {
		text-align: center;
		margin: 10px 0 20px;
	}
	#pageBox.result .cong-box .st {
		background: #ede5cf;
		border-bottom-color: #d6cbad;
	}
	#pageBox.result .cong-box .st h4 {
		background: #ede5cf;
		font-size: 14px;
		margin: 0 -10px;
		padding: 10px;
	}
	#pageBox.result .cong-box .bq {
		margin-top: 15px;
		padding-top: 30px;
		padding-left: 15px;
		position: relative;
	}
	#pageBox.result .cong-box .bq:before {
		content: " ";
		background-image: url(/images/result/backquote.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		width: 30px;
		height: 30px;
		left: 0;
		top: 0;
	}
	#pageBox.result .cong-box .bq .comment {
		position: absolute;
		left: 50px;
		top: 0;
		border-radius: 17px;
		padding: 1px 10px;
		color: #FFF;
		font-size: 10px;
		font-weight: bold;
		background: #ff8b93;
	}
	#pageBox.result .cong-box .bq p {
		font-size: 12px;
		color: #333333;
		line-height: 1.6;
		padding: 5px 0 5px 20px;
		border-left: 2px solid #e5dabe;
	}
	#pageBox.result .cong-box .cf {
		margin-bottom: 20px;
	}
	#pageBox.result .cong-box .cf .img {
		padding-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		widows: 100%;
	}
	
	#pageBox.result .cong-box .flex {
		margin: 15px;
		text-align: center;
	}
	#pageBox.result .cong-box .flex img {
		margin-bottom: 10px;
	}
	.result .st2 {
		border-bottom: 1px solid #c2e1e3;
		padding: 0 15px 15px;
		margin-bottom: 15px;
	}
	.result .st2.sub {
		border-bottom: none;
		padding: 0 15px;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.result .st2 h2 {
		font-size: 15px;
		font-weight: bold;
		padding-top: 5px;
		padding-left: 15px;
		border-left: 4px solid #00aebb;
		line-height: 1.4;
	}
	.result .st2 h2 span {
		font-size: 16px;
		color: #00aebb;
	}
	.result .st2.sub h2 {
		font-size: 15px;
		font-weight: bold;
		padding-top: 5px;
		padding-left: 15px;
		border-left: 4px solid #00aebb;
		line-height: 1.4;
	}
	.result .mcont .cf {
		margin-bottom: 15px;
		padding: 0 10px;
	}
	.result .mcont .img {
		text-align: center;
		margin: 15px 0;
	}
	.result .mcont img {
		max-width: 95%;
	}
	.result .mcont .text .ht {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	.result .mcont .text p {
		font-size: 12px;
		line-height: 1.5;
	}
	.result .mcont .sec08 {
		text-align: center;
		margin-bottom: 30px;
	}
	.result .mcont .btnBox b {
		font-size: 15px;
		padding: 10px;
		display: block;
	}
	.result .link-box {
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		padding: 20px 0 0;
	}
	.result .link-box a {
		display: block;
		line-height: 14px;
		font-size: 14px;
		margin-bottom: 20px;
		margin-left: 10px;
		padding-right: 10px;
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.5;
	}
	.result .link-box a:before {
		content: url(/images/result/ico-arrow-a.png);
		width: 10px;
		height: 10px;
		margin-right: 10px;
	}
	.result .m-logo {
		text-align: center;
		margin: 25px 0;
	}
	#pageBox.result .btnBox.inq {
		border: none;
	}
	/*add20200714*/
    .result.new .mv .first {
        background: #fff6df;
        padding: 10px 15px 20px;
        text-align: center;
    }
    .result.new .mv01,
    .result.new .mv02 {
        display: inline;
        text-align: center;
    }
    .result.new .mv .text01 {
        background: #FFF;
        padding: 2vw;
        line-height: 1.6;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .result.new .mv .text01 .line01 {
        font-size: 4vw;
        font-weight: bold;
        color: #9f0c0c;
    }
    .result.new .mv .text01 .line02 {
        font-size: 4vw;
        font-weight: bold;
        color: #1e1e1e;
    }
    .result.new .mv .text01 .line03 {
        font-size: 3vw;
        color: #1e1e1e;
    }
    .result.new .mv .text02 {
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }
    .result.new .mv .text02 .title {
        font-size: 4.5vw;
        font-weight: bold;
        line-height: 1;
        color: #5a2105;
        padding-bottom: 2.5vw;
        margin-bottom: 2.5vw;
        border-bottom: 1px solid #d5b987;
    }
    .result.new .mv .text02 .bg-area {
        background-image: url(/images/result/mv-bg-sp.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        font-weight: bold;
        color: #1e1e1e;
        line-height: 4vw;
    }
    .result.new .mv .text02 .bg-area div {
        display: inline-block;
    }
    .result.new .mv .text02 span {
        color: #9f0c0c;
        display: inline;
        font-size: inherit;
    }
    .result.new .mv .text02 .line01 {
        font-size: 3.8vw;
    }
    .result.new .mv .text02 .line02 {
        font-size: 3.2vw;
    }
    .result.new .mv .text02 .line03 {
        font-size: 3.2vw;
        position: relative;
    }
    .result.new .mv .text02 .line03 span.kome {
        font-size: 2vw;
        color: #333333;
        font-weight: normal;
        position: absolute;
        right: -2vw;
        top: -1vw;
        line-height: 1;
    }
    .result.new .mv .text02 .line04 {
        font-size: 2vw;
        font-weight: normal;
    }
	
	.result.new .mv.v02 .first {
		padding: 10px 15px 20px;
	}
	.result.new .mv.v02 .text,
	.result.new .mv.v02 .text p {
		font-family: "tbudmincho-std", serif;
		font-weight: bold;
		font-style: normal;
	}
	.result.new .mv.v02 .text span {
		color: #9f0c0c;
		display: inline;
		font-size: inherit;
	}
	.result.new .mv.v02 .text.catch {
		font-size: 7vw;
		display: block;
   		margin: 15px 0;
    	line-height: 1.3;
	}
	.result.new .mv.v02 .text.catch span {
		font-size: 8vw;
		margin: 25px 0;
	}
	.result.new .mv.v02 .text.other {
   		margin: 20px 0;
		font-feature-settings: "palt";
	}
	.result.new .mv.v02 .text.other span.b {
		font-size: 4vw;
		color: #333;
	}
	.result.new .mv.v02 .text.other p {
		font-size: 3.5vw;
	}
	.result.new .mv.v02 .first.medal {
		margin-top: 10vw;
		padding: 30px 15px 15px;
	}
	.result.new .mv.v02 .first.medal .flex {
		display: block;
		align-items: center;
	}
	.result.new .mv.v02 .first.medal .img {
		margin-top: -60px;
	}
	.result.new .mv.v02 .first.medal img {
		width: 40%;
		height: auto;
	}
	.result.new .mv.v02 .first.medal .text {
		font-size: 4vw;
		margin-top: 3vw;
		font-feature-settings: "palt";
	}
	.result.new .mv.v02 .first.medal .text p {
		font-size: 4vw;
	}
	
	.result.new .mv.v02 .first.medal .text .title {
		font-size: 8vw;
		line-height: 1;
		background-image: url(/images/result/mv/mv-bg.png);
        background-position: center center;
        background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 12vw;
   		padding-top: 3vw;
	}
	.result.new .mv.v02 .first.medal .text span.note {
		font-size: 3vw;
		color: #777777!important;
		display: block;
	}
	.result.new .mv.v02 .first.medal .text span.line01 {
		font-size: 6vw;
	}
	
	.result.new img {
		width: 100%;
		height: auto;
	}
	.result.new .result-head p {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		margin-bottom: 15px;
		font-size: 3.3vw;
		padding: 0 15px;
	}
    .result.new .result-head .btn p {
        font-size: 3.5vw;
        font-weight: bold;
        margin-bottom: 10px;
    }
	.result.new .result-head strong {
		font-size: 4.3vw;
	}
	.result.new .result-head span {
		font-size: 2.2vw;
		color: #D70F12;
		display: block;
		padding-top: 5px;
	}
	.result.new .result-head .catch {
		padding: 0;
	}
	.result.new .btn {
		text-align: center;
		margin: 20px 0;
		padding: 0 15px;
	}
	.result.new .btn.m02 {
		margin: 0;
	}
	.result.new .btn a {
		transition: 0.3s;
	}
	.result.new .btn a:hover {
		transition: 0.3s;
		opacity: 0.8;
	}
	.result.new .ac-box {
	}
	.result.new .ac-box a {
		display: block;
		font-size: 14px;
		background-position: 20px;
		background-repeat: no-repeat;
		background-size: 10%;
		padding: 25px 50px 20px 20vw;
		border-top: 1px solid #ccc;
		position: relative;
	}
	.result.new .ac-box a:last-child {
		border-bottom: 1px solid #ccc;
	}
	.result.new .ac-box a:hover {
		color: #19b6c2;
		text-decoration: none;
	}
	.result.new .ac-box a::after {
		content: "";
		background-image: url(/images/result/ico-arrow01.png);
		background-size: contain;
		width: 20px;
		height: 13px;
		position: absolute;
		right: 15px;
		top: 30px;
	}
	.result.new .ac-box a:nth-child(1) {
		background-image: url(/images/result/ico-ac01.png);
	}
	.result.new .ac-box a:nth-child(2) {
		background-image: url(/images/result/ico-ac02.png);
	}
	.result.new .ac-box a:nth-child(3) {
		background-image: url(/images/result/ico-ac03.png);
	}
	.result.new .ac-box a:nth-child(4) {
		background-image: url(/images/result/ico-ac04.png);
	}
	.result.new .ac-box a:nth-child(5) {
		background-image: url(/images/result/ico-ac05.png);
	}
	.result.new h2 {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.2;
		margin-top: 60px;
		margin-bottom: 25px;
		padding-bottom: 15px;
		padding-left: 85px;
		padding-right: 15px;
		border-bottom: 2px solid #00aebb;
		position: relative;
	}
	.result.new h2::before {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
		width: 60px;
		height: 53px;
		position: absolute;
		left: 10px;
		top: -5px;
	}
	.result.new h2#a01::before {
        background-image: url(/images/result/ico-ac01-h.png);
	}
	.result.new h2#a02::before {
        background-image: url(/images/result/ico-ac02-h.png);
	}
	.result.new h2#a03::before {
        background-image: url(/images/result/ico-ac03-h.png);
	}
	.result.new h2#a04::before {
        background-image: url(/images/result/ico-ac04-h.png);
	}
	.result.new h2#a05::before {
        background-image: url(/images/result/ico-ac05-h.png);
	}
	.result.new h2 span {
		color: #00aebb;
		font-size: 16px;
	}
	.result.new h2 span span {
		font-size: 14px;
		font-weight: normal;
	}
	.result.new h2 span.note {
		font-size: 10px;
		font-weight: normal;
        color: #666;
        display: block;
	}
	.result.new .t02 h2 {
		font-size: 20px;
		font-weight: bold;
		border-bottom: 1px solid #00aebb;
		padding-bottom: 15px;
		padding-left: 25px;
	}
	.result.new .t02 h2::before {
		width: 6px;
		height: 80%;
	}
	#pageBox.result.new h3 {
		font-size: 18px;
		font-weight: bold;
		padding: 10px 15px;
		margin: 15px 15px 20px;
		background: #ddf2f3;
		line-height: 1;
	}
	#pageBox.result.new .t02 h3 {
		font-size: 18px;
		font-weight: bold;
		padding: 2px 15px 2px 0;
		margin-top: 15px;
		margin-bottom: 20px;
		margin-left: 10px;
		background: none;
		line-height: 1.5;
	}
	.result.new .h2note {
		display: block;
		margin-top: -20px;
		margin-bottom: 25px;
		padding: 0 15px;
	}
	.result.new .m-img {
        margin: 2vw 0 5vw;
	}
	.result.new .message-area .title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 0;
		margin-left: 20px;
		padding-right: 15px;
		line-height: 1.4;
	}
	.result.new .message-area .title span {
		font-size: 16px;
		font-weight: normal;
		display: block;
		padding-top: 5px;
	}
	.result.new .message-area .item  {
		padding-bottom: 25px;
		margin-bottom: 40px;
		border-bottom: 1px solid #e5e5e5;
	}
	.result.new .message-area .item.bb0  {
		border-bottom: none;
		margin-bottom: 0;
	}
	.result.new .message-area .item .flex {
		flex-flow: row-reverse;
	}
	.result.new .message-area .item .flex.flow {
		flex-flow: row;
	}
	.result.new .message-area .item .flex.fix-h {
		align-items: flex-start;
	}
	.result.new .message-area .message {
		background: #faf6ec;
		font-size: 16px;
		line-height: 1.6;
		padding: 25px 20px 20px 35px;
		margin: 0 15px 10px;
	}
	.result.new .message-area .message .title {
		font-size: 16px;
		margin-left: 0;
		margin-bottom: 25px;
		padding-left: 30px;
        padding-right: 0;
		position: relative;
	}
	.result.new .message-area .message .title::before {
		content: "";
		background-image: url(/images/result/backquote.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 37px;
		height: 25px;
		display: inline-block;
		position: absolute;
		left: -16px;
		top: -5px;
	}
	.result.new .message-area .message p {
		margin-bottom: 10px;
	}
	.result.new .message-area .img {
		padding: 15px;
	}
	.result.new .message-area .message .text {
		padding-left: 20px;
		border-left: 2px solid #e5dabe;
	}
	.result.new .photo-area {
		position: relative;
	}
	.result.new .photo-area .logo {
		padding: 0 15px;
		margin-bottom: 25px;
		text-align: center;
	}
	.result.new .photo-area .logo img {
		width: 80%;
		height: auto;
	}
	.result.new .photo-area .flex {
		padding: 0 15px;
	}
	.result.new .photo-area .flex img {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	.result.new .photo-area .photonote {
		display: block;
		padding: 0 0 15px;
	}
    .result.new .photo-area .text-link {
        padding-left: 15px;
    }
	.result.new .t02 .mb40 {
		margin-bottom: 40px;
	}
	.result.new .message-area.t02 .img.p {
		padding: 0 15px;
	}
	.result.new .mt25 {
		margin-top: 50px;
	}
    .result.new .item {
        padding: 0 15px;
    }
    .result.new .title-h {
        background: #FFF;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
        border-radius: 8px;
        border-left: 2px solid #00aebb;
        padding-left: 10px;
        padding-right: 45px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        margin-top: 30px;
        position: relative;
        box-shadow: inset 0px -4px 0px 0px rgba(211, 211, 211, 0.36);
        border: 1px solid rgb(220, 220, 220);
        transition: 0.3s;
	}
    .result.new .title-h {
        cursor: pointer;
	}
    .result.new .title-h.open {
        background: #fff6cb;
        margin-bottom: 0;
        border-radius: 8px 8px 0 0;
        border: 1px solid #fff6cb;
        box-shadow: none;
	}
    .result.new .title-h .inner {
        border-left: 3px solid #00aebb;
        border-radius: 2px;
        padding-left: 15px;
	}
    .result.new .title-h::after {
        content: "";
        background-image: url(/images/result/ico-plus.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
	}
    .result.new .title-h.open::after {
        background-image: url(/images/result/ico-minus.png);
	}
    .result.new .title-h.mt0 {
        margin-top: 0;
	}
    .result.new .title-h .h01 {
        font-size: 18px;
	}
    .result.new .title-h .h02 {
        font-size: 18px;
	}
    .result.new .title-h .h02 .note {
        display: block;
	}
    .result.new .title-h .h03 {
        font-size: 14px;
	}
    .result.new .title-h .h03 strong {
        color: #00aebb!important;
	}
    .result.new .title-h .note {
        font-size: 12px;
	}
    .result.new .tg-box {
        background: #fffbe8;
        padding: 15px;
        border-radius: 0 0 8px 8px;
        margin-bottom: 25px;
    }
    .result.new .tg-box .text {
        margin-top: 15px;
        width: 100%;
    }
    .result.new .tg-box .text p {
        font-size: 16px;
        font-weight: bold;
        margin: 25px 0;
    }
    .result.new .tg-box .text p span {
        font-size: 14px;
        font-weight: normal;
    }
    .result.new .tg-box .text .parents p,
    .result.new .tg-box .text .normal p,
    .result.new .tg-box .text .child p {
        font-size: 14px;
        font-weight: normal;
        color: #333333;
        line-height: 1.8;
        margin: 0;
        margin-bottom: 15px;
    }
    .result.new .tg-box .text .parents p span,
    .result.new .tg-box .text .child p span {
        font-size: 12px;
    }
    .result.new .tg-box .text .link {
        text-align: right;
        margin-bottom: 25px;
    }
    .result.new .tg-box .text .link a {
        font-size: 14px;
        text-align: right;
    }
    .result.new .tg-box .text .t-link {
        text-align: right;
        margin: 15px 0 0;
    }
    .result.new .tg-box .text .t-link a {
        font-size: 14px;
        font-weight: bold;
        text-align: right;
    }
    .result.new .tg-box .img {
        width: 100%;
        text-align: center;
    }
    .result.new .tg-box .img img {
        width: 85%;
        height: auto;
    }
    .result.new .tg-box.center .img {
        display: block;
        width: 100%;
        margin-bottom: 100px;
    }
    .result.new .tg-box.center .img img {
        width: auto;
    }
    .result.new .comment-box .item {
        background: #FFF;
        border-radius: 10px;
        padding: 15px;
    }
    .result.new .comment-box .item img {
        width: 60px;
        height: auto;
    }
    .result.new .comment-box .item.parents img {
        float: right;
        margin: 0 0 5px 10px;
    }
    .result.new .comment-box .item.child {
        margin-top: 25px;
    }
    .result.new .comment-box .item.child img {
        float: left;
        margin: 0 10px 5px 0;
    }
    

/***********************************
お客様の声
************************************/
	.reviews .average {
		font-size: 5vw;
		font-weight: bold;
		border-bottom: 2px solid #00aebb;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-top: 30px;
		position: relative;
	}
	.reviews .average strong {
		font-size: 30px;
	}
	.reviews .average span {
		display: block;
		font-size: 13px;
		font-weight: normal;
		margin-top: 10px;
	}
	.reviews .average span span {
		color: #00adbb;
		display: inline;
	}
	.reviews .average img {
		position: absolute;
		bottom: 0;
		right: 15px;
		width: 50px;
		height: auto;
	}
	.reviews .flex {
		display: block;
		margin-top: 15px;
	}
	.reviews .flex .img {
		margin: 20px 0;
		text-align: center;
	}
	.reviews .flex img {
		margin: 0;
		width: 90%;
		height: auto;
	}
	.reviews .assess-area {
		padding: 20px;
		background: #faf6ec;
	}
	.reviews .assess-area .inner {
		background: #FFF;
		padding: 15px;
	}
	.reviews .assess-area table {
		font-size: 4.5vw;
		font-weight: bold;
		margin: auto;
	}
	.reviews .assess-area td {
		padding: 5px 0;
	}
	.reviews .assess-area td span {
		color: #ffcc00;
		margin-right: 5px;
	}
	.reviews .assess-area td span.af {
		color: inherit;
		margin-right: 0;
		font-size: 15px;
	}
	.reviews .assess-area .tr {
		text-align: right;
		display: inline-block;
		width: 14vw;
	}
	.reviews progress {
		-webkit-appearance: none;
		-moz-appearance: none;
		border: none;
		background-color: #e5e5e5;
		color: #ffcc00;
		margin: 0 2vw;
	}
	::-webkit-progress-bar {
		background-color: #e5e5e5;
	}
	::-webkit-progress-value {
		background-color: #ffcc00;
	}
	::-moz-progress-bar {
		background-color: #ffcc00;
	}
	.reviews .cv-area {
		text-align: center;
		margin: 45px 0 25px;
	}
	.reviews .cv-area a {
		transition: 0.3s;
	}
	.reviews .cv-area a:hover {
		opacity: 0.8;
	}
	.reviews .cv-area img {
		width: 500px;
		height: auto;
		margin-bottom: 25px;
	}
	
	.reviews .ac-box {
		display: flex;
		justify-content: space-between;
		padding: 20px 15px 35px;
	}
	
	.reviews .ac-box a {
		border-radius: 7px;
		background-color: rgb(0, 174, 187);
		box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.22);
		border-style: solid;
		border-width: 1px;
		border-color: #FFF;
		font-size: 3.5vw;
		line-height: 1.3;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		transition: 0.3s;
		box-sizing: border-box;
		width: 32%;
		padding: 10px 0;
		text-decoration: none;
		position: relative;
		z-index: 99;
		display: inline-block;
	}
	.reviews .ac-box a:hover {
		border-style: solid;
		border-width: 1px;
		border-color: rgb(202, 202, 202);
		background-color: rgb(255, 255, 255);
		box-shadow: inset 0px -4px 0px 0px rgba(110, 110, 110, 0.35);
		transition: 0.3s;
		color: #020202;
	}
	.reviews .ac-box a::before {
		content: "\f078";
		font-family: "FontAwesome";
		color: #ffcc00;
		position: absolute;
		width: 25px;
		height: 25px;
		top: 0;
		bottom: 0;
		right: 1.5vw;
		margin: auto;
		z-index: 999;
	}
	.reviews h5 {
		border-bottom: 1px solid #00aebb;
		font-size: 15px;
		font-weight: bold;
		padding-left: 30px;
		padding-bottom: 10px;
		position: relative;
	}
	.reviews h5::before {
		content: "";
		position: absolute;
		background: #00aebb;
		width: 5px;
		height: 23px;
		left: 15px;
		bottom: 10px;
	}
	.reviews .review-area {
		background: #faf6ec;
		padding: 25px 15px;
		margin-bottom: 40px;
	}
	.reviews .review-area .item {
		background: #FFF;
		margin-bottom: 25px;
		padding: 25px 15px;
	}
	.reviews .review-area .rate-box {
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.reviews .review-area .rate-box .rate {
		font-size: 25px;
		color: #e2ddd6;
		margin-right: 15px;
	}
	.reviews .review-area .rate-box .rate span {
		margin-right: 5px;
	}
	.reviews .review-area .rate-box .rate.r1 span:nth-child(-n+1) {
		color: #ffcc00;
	}
	.reviews .review-area .rate-box .rate.r2 span:nth-child(-n+2) {
		color: #ffcc00;
	}
	.reviews .review-area .rate-box .rate.r3 span:nth-child(-n+3) {
		color: #ffcc00;
	}
	.reviews .review-area .rate-box .rate.r4 span:nth-child(-n+4) {
		color: #ffcc00;
	}
	.reviews .review-area .rate-box .rate.r5 span:nth-child(-n+5) {
		color: #ffcc00;
	}
	.reviews .review-area .title {
		font-size: 15px;
		font-weight: bold;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #d4d4d4;
	}
	.reviews .review-area .more-link {
		text-align: center;
	}
	.reviews .review-area .more-link a {
		font-size: 14px;
		font-weight: bold;
		color: #19b6c0;
		text-decoration: underline;
		cursor: pointer;
		text-align: center;
		padding-left: 20px;
		position: relative;
	}
	.reviews .review-area .more-link a::before {
		content: "\f067";
		font-family: "FontAwesome";
		position: absolute;
		bottom: -5px;
		left: 0;
	}
	.reviews .review-area .more-link.open a::before {
		content: "\f068";
	}
	.reviews .review-area .more-link a:hover {
		text-decoration: none;
	}
	.reviews .review-area .more.close {
		display: none;
	}
	.reviews .review-area .more.open {
		display: block;
	}
	

/***********************************
会社概要
************************************/

#outlineBox table{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 18px;
}

#outlineBox th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aad8db;
	font-size: 14px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;	
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

#outlineBox td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	font-size: 14px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	vertical-align: top;
}

#outlineBox th.eth,
#outlineBox td.etd{
	border-bottom-style: none;
}

#outlineBox #mapBox{
	height: 380px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#outlineBox #mapBox iframe{
	width:100%;
	height: 380px;
}

#outlineBox #pressRelease{
	width:95%;
	margin-right: auto;
	margin-left: auto;
}

#outlineBox #pressRelease p{
	font-size: 16px;
	font-weight: bold;
	color: #00AEBA;
}

#outlineBox #pressRelease span{
	display: block;
}

/***********************************
f-nav
************************************/
.f-nav {
	display: none;
}
.f-nav.f-nav-sp {
	display: block;
}
.f-nav {
	background: #FFF;
	font-size: 14px;
	padding: 30px 0 40px 0;
	margin: auto;
	border-top: 1px solid #e6e6e6;
}
.f-nav01, .f-nav02 {
	width: 980px;
	margin : auto;
}
.f-nav01 {
	margin-bottom: 20px;
	padding: 0 15px;
}
.f-nav02 {
	padding: 0 15px;
}
.f-nav .f-nav-title {
	color: #00aebb;
	border: 1px solid #00aebb;
	padding: 5px 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 100px;
	text-align: center;
	display: inline-block;
	line-height: 1em;
}
.f-nav .f-nav-link {
	display: block;
}
.f-nav02 .f-nav-link {
	margin-left: 15px;
}
.f-nav a {
	margin-left: 15px;
	margin-right: 15px;
}
.f-nav a:hover {
	color: #19b6c2;
	text-decoration: none;
}
.f-nav01 a:first-child {
	margin-left: 15px;
}
.f-nav02 a {
	margin-left: 0;
}
.f-nav02 span {
	font-size: 14px;
	color: #333;
}
.flex {
    display: block;
}
.btn-link {
    padding: 10px 15px 0;
    width: 100%;
    box-sizing: border-box;
}
.btn-link a {
    font-size: 4vw;
    width: 100%;
    margin-bottom: 3vw;
	padding-top: 3vw;
	padding-bottom: 3vw;
	padding-left: 17vw;
	height: auto;
	line-height: 1.3;
	min-height: 15vw;
    display: flex;
    align-items: center;
}
.btn-link .m01 a {
	padding-top: 3vw;
	background-size: contain;
}
.btn-link a::before {
	left: 3vw;
}
.btn-link .m01 a::before {
	width: 10vw;
	height: 10vw;
}
.btn-link .m02 a::before {
	width: 10vw;
	height: 10vw;
}
.arrow-link-list {
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
}
.arrow-link-list li {
    width: 100%;
}
section.reason .reason-img {
	text-align: center;
	border-top: 1px solid #d1e5e6;
	border-bottom: 1px solid #d1e5e6;
	padding: 15px;
	margin-bottom: 15px;
}
section.reason .reason-img img {
	width: 100%;
    height: auto;
}
section.reason .medal {
	width: 100%;
	text-align: center;
	padding: 0 15px;
    box-sizing: border-box;
}
section.reason .medal img {
	width: 100%;
    height: auto;
    padding: 10px 15px;
    box-sizing: border-box;
}
section.reason .menu-link {
	width: 100%;
}
.btn-app {
	padding: 0 10px;
	margin: 30px 0;
	text-align: center;
}
.btn-app.mt0 {
	margin-top: 0;
}
.btn-app img {
	transition: 0.3s;
	width: 100%;
}
.btn-app img:hover {
	opacity: 0.6;
	transition: 0.3s;
}
nav#headNavi .inBox dd.pc {
    display: none;
}

/*end*/
