@charset "UTF-8";


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

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

/* base contents
-------------------*/

body {
    font-size: 14px;
    font-size: 1.4rem;
}

/*header*/
#header, #gNav{
	display: none;
}
#spHeader{
	padding: 7px 3%;
	display: block;
	margin-bottom: 0;
	width: 100%;
	/*position: fixed;*/
    position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 99999;
    top: 0;
}
#spHeader .logo img{
	height: 65px;
	width: auto;
}
#spHeader .logo{
    padding-top: 16px;
    text-align: center;
}

#spHeader ul{
	overflow: hidden;
	zoom: 1;
	position: absolute;
	right: 55px;
	top: 16px;
}
#spHeader li{
	float: left;
	margin: 0 5px;
	text-align: center;
}
#spHeader li a{
	color: #FFF;
	font-size:2.6rem;
	line-height: 1;
}
#spHeader li a i{
}

/*#spHeader.fixed {
background-color: rgba(0,0,0,0.5);
}*/


.spMenu {
    cursor: pointer;
    display: block;
    height: 50px;
    width: 52px;
    position: fixed;
    right: 8px;
    top: 5px;
    z-index: 99999998;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.spMenu span {
	background: #13b5b1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
    height: 2px;
    width: 23px;
    position: absolute;
    left: 14px;
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.spMenu small{
	display: block;
	color: #000;
	font-size: .9rem;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 3px;
}
.spMenu span:nth-of-type(1) { top: 15px; }
.spMenu span:nth-of-type(2) { top: 23px; }
.spMenu span:nth-of-type(3) { top: 31px; }
.spMenu.active span{
	background: #000;
}
.spMenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	top: 11px;
}
.spMenu.active span:nth-of-type(2) {
	opacity: 0;
}
.spMenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.spMenu.active small{
	color: #000;
}


/*spNav*/
#spNav{
	background: #f9f9f9;
	height: 100%;
	display: block;
	transition: all 550ms ease 0.25s;
	visibility: hidden;
	padding-top: 50px;
	width: 80%;
    position: fixed;
	right: -100%;
    top: 0;
	z-index: 99999997;
}
#spNav.active{
	visibility: visible;
	right: 0;
}
#spNav #spBg{
	background: rgba(0,0,0,0.5);
    height: 100%;
    width: 500%;
    position: fixed;
	right: -50%;
    top: 0;
    z-index: -1;
    opacity: 0;
	transition: all 550ms ease 0.25s;
	pointer-events: none;
}
#spNav.active #spBg{
	right: 0;
    opacity: 1;
	pointer-events: auto;
}
#spNav::after {
	background: rgba(255,255,255,0.8);
	background: #f9f9f9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#spNav::before,
#spNav::after {
    opacity: 0;
	transition: all 550ms ease 0.25s;
}
#spNav.active::before,
#spNav.active::after {
    opacity: 1;
}

.spMenu.active {
    background:none;
    border:none;
}



#spNav .closeBtn{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 3%;
	text-align: right;
}
#spNav nav{
	border-top: 1px solid #FFF;
}
#spNav nav ul li{
	border-bottom: 1px solid #FFF;
	width: 100%;
	position: relative;
}



#spNav nav ul li a{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
	display: block;
	padding: 15px 2em 15px 1em;
	position: relative;
}


#spNav nav ul li a:hover{
	background: #13b5b1;
	color: #FFF;
	text-decoration: none;
}
/*#spNav nav ul li a:hover::before{
	color: #FFF;
}*/
#spAction{
	display: block;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	bottom: -100px;
	transition: all 550ms ease 0.25s;
	z-index: 300;
    width: 100%!important;
    background: rgba(243,152,0,.9);
}
body.throughHd #spAction{
	bottom: 0;
	width: 100%;
}
#spAction ul {
display: flex;
justify-content: space-between;
}
#spAction li{
	border-right: 1px solid #df6e00;
	height: 40px;
	display: table;
	width: 50%;
}
#spAction li a{
	background: rgba(243,152,0,.9);
	color: #FFF;
	display: table-cell;
	font-size: 1.0rem;
    font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 0 1em 0 2.5em;
	width: 100%;
	position: relative;
}
#spAction li a i{
	margin: auto;
	text-align: left;
	width: 85%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
    font-size: 1.8rem;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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

/*mv*/


/*contents*/
#contents {
	margin:0 auto;
	padding-top: 20px;
	width:100%;
	display: inherit;
}
#main {
	margin: 0 3%;
	width:auto;
}
#sideNav {
	margin: 40px 3% 0;
	max-width: 100%;
	width:auto;
}
#sideNav h2 {
    font-size: 2.4rem;
}

/*footer*/
#footer {
padding-bottom: 45px;
}
#footer .ftInr ul {
    display: block;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#footer .ftInr ul li {
width: 100%;
}

#footer .actionList li.tel {
    padding: 16px 0;
    margin-bottom: 10px;
}

#footer .actionList li.tel a {
color: #333;
text-decoration: none;
}

#footer .actionList li.mail a {
    background: #fff;
    color: #f39800;
    font-size: 22px;
    font-weight: bold;
    line-height: 0;
    display: block;
    padding: 22px 0;
}



small#copyright {
	font-size:1.0rem!important;
	padding:10px 0;
	text-align:center;
	width:100%;
}



/* indent
-------------------*/
body{
}
.bgFixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.is-sp{ display: block!important;}
.is-pc{ display: none!important;}
.spImg{ max-width: 100%;}
a.spTel{
	color: #2aa53b;
	pointer-events: auto;
	text-decoration: underline;
}


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

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



/*btn*/



.bscBtn01 a {
	display: block;
	padding: 20px 5%;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.bscBtn02 a {
	display: block;
	padding: 20px 5%;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}


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

/*table*/
.tblScroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.tblScroll table {
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0;
	width: 680px!important;
}

.bscTbl01 table th,
.bscTbl01 table td {
	font-size: 1.3rem;
	padding:10px 1.5%;
}

.bscTbl01 {
    border: inherit;
}

.tblScroll {
	padding-bottom: 5px;
}
.tblScroll::before {
	content: '※横スクロールができます。';
	display: inline-block;
	margin-bottom: 10px;
    font-size: 12px;
    background: #f2f2f2;
    border-radius: 50px;
    padding: 10px 15px;
}

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

/*column*/
.clm4 li{
	float: left;
	margin-right: 0;
	width: 48.5%;
}
.clm4 li.even,
.clm4 li:nth-child(2n){
	float: right;
}
.clm4 li:nth-child(4n){
	margin-right: 0;
}

.clm3 li{
	float: left;
	margin-right: 0;
	width: 48.5%;
}
.clm3 li.even,
.clm3 li:nth-child(2n){
	float: right;
}

.clm4 li .img,
.clm3 li .img,
.clm2 li .img{
	height: 100px;
}
.clm4 li .img span img,
.clm3 li .img span img,
.clm2 li .img span img{
	max-height: 100px;
}

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

#mv {
    padding: 80px 0 0 0;
}
#mv .mvInr{
display: block;
width: 100%;
}

#mv .mvTxt {
    width: 100%;
}
#mv .mvTxt .txt01 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
}

#mv .mvTxt .txt01 span {
    font-size: 20px;
}
#mv .mvTxt .txt01 span:after {
    z-index: -1;
}


#mv .mvTxt h1 {
    font-size: 26px;
    padding-top: 10px;
    padding-left: 0;
    text-align: center;
}
#mv .mvTxt h1 strong {
    font-size: 54px;
    font-weight: bold;
    padding-top: 10px;
}
.mvImg {
width: 80%;
margin: 0 auto;
}
#mv .txt02 span {
    background: inherit;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
}
#mv .txt02 {
    padding-top: 20px;
    background: #d0f0ef;
    padding-bottom: 25px;
}
#area01 h2 {
    width: 85%;
    margin: 0 auto 20px;
}

#area01 h2 img {
width: 100%;
}

.area01Txt {
    font-size: 14px;
}

.pointList ul {
    display: block;
}

.pointList ul li {
    width: 100%;
}
.ribbon {
    padding: 10px 0 8px;
    font-size: 16px;
}
.pointList ul li .title {
    width: 96%;
}

.pointList ul li .title h3 strong {
    font-size: 18px;
}
.pointList li div.point.blue .title h3 strong {
    font-size: 18px;
}

.pointList ul li .title h3 {
    font-size: 15px;
    padding-left: 10px;
}

.pointList li div.point.blue .title h3 {
    font-size: 14px;
}


.pointList ul li .title p {
width: 35%;
}
.pointList ul li .title p img {
width: 100%;
}
.pointList ul li .info {
    padding-top: 15px;
}
.pointList li div.point {
    padding: 40px 0 24px;
}


.stInr {
    width: 95%;
    display: block;
}
.stInr p.medal {
    width: 35%;
    margin: 0 auto 20px;
}
.stTxt {
    width: 100%;
}
.stTxt h2 {
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
}
.stTxt p {
    font-size: 14px;
    text-align: center;
}
.secTitle {
    padding: 20px 0;
    margin-bottom: 30px;
}

#area02 h3 span {
    padding: 5px 23px 5px 42px;
    font-size: 18px;
}
.grafList ul {
    display: block;
}
.grafList ul li {
margin-bottom: 20px;
}
.area02Img {
    width: 90%;
}
.rbTop {
    display: block;
    justify-content: center;
    align-items: center;
}

.rbTop .img {
width: 50%;
margin: 0 auto 10px;
}

.redBBox {
    padding: 15px;
}

.rbTop dl {
    padding-left: 0;
}

.rbTop dl dt {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
}

.rbTop dl dd {
    font-size: 14px;
    margin-bottom: 20px;
}
.rbBttom ul {
    display: block;
}
.rbBttom ul li {
    width: 100%;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.rbBttom ul li dl dt {
    font-size: 15px;
}

.rbBttom ul li dl dd .label {
    font-size: 14px;
}
.rbBttom ul li dl dd .txt01 {
    font-size: 20px;
}

.rbBttom ul li dl dt strong {
    font-size: 22px;
}
.rbBttom ul li dl dd .txt02 {
    font-size: 12px;
}
#area03 .txt {
font-size: 13px;
padding: 15px 0;
text-align: left;
}

.head01 {
    font-size: 18px;
    margin-bottom: 15px;
}
.indList.list01 li {
    font-size: 14px;
}
.indList.list01 li small {
    font-size: 12px;
}

.secTitle.green .stTxt p,
.secTitle.blue .stTxt p{
text-align: left;
    width: 90%;
    margin: 0 auto;
}
.gbInr {
    display: block;
}
.gbInr .txt {
    font-size: 16px;
    text-align: center;
}

.gbInr .txt strong {
    font-size: 48px;
    line-height: 1.2;
}

.gbInr .txt span {
    line-height: 1.7;
}
.greenBBox {
    padding: 15px;
}

.greenBBox .img {
width: 60%;
margin: 0 auto;
padding-top: 20px;
}
#area04 .titleImg {
width: 90%;
margin: 0 auto;
}
#area04 .titleImg img {
width: 100%;
}
.area05List ul {
    display: block;
}
.area05List ul li {
margin-bottom: 10px;
width: 100%;
}

.area05List {
    margin: 0 auto 30px;
}

.bscTbl01.blue {
    border: none;
}

.bscTbl01.blue table .head th {
text-align: left;
font-size: 18px;
padding: 10px 2%;
}
#area06 {
    padding: 40px 0;
}
.area06Inr {
    width: 90%;
}
.area06Title {
    display: block;
    margin-bottom: 30px;
}
.area06Title .fukidashi {
margin-bottom: 10px;
}
.area06Title h2 small {
    font-size: 15px;
    background: #13b5b1;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.area06Title .txtArea {
    padding-left: 0;
    text-align: center;
}
.area06Title h2 {
    font-size: 23px;
}
.area06Title h2 strong {
    font-size: 42px;
}

#area06 .txt {
    font-size: 14px;
    margin-bottom: 15px;
}
.area06List ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.area06List ul li {
    margin: 0 0 20px;
    width: 48%;
}

.area06List {
    padding: 20px 0;
}

.tokuyakuInr {
    display: block;
    padding: 20px;
}

.tokuyakuIcon {
    display: none;
}
.tokuyakuHead {
    display: block;
}
.tokuyakuHead span {
    font-size: 20px;
    margin-left: 0;
    display: block;
    text-align: center;
}
.tokuyakuTxt {
    width: 100%;
}

.tokuyakuHead img {
display: block;
text-align: center;
margin: 0 auto 10px;
}

.tokuyakuTxt .info {
    font-size: 15px;
}
.head02 span {
    font-size: 20px;
}

.head02 span::before, .head02 span::after {
    height: 28px;
}

.head01 span {
display: block;
font-size: 12px;
padding-top: 10px;
}

.bscTbl01.green {
    border:none;
}
.head03 span {
    font-size: 20px;
}
.head03 span p.penImg img {
width: 100%;
}
.head03 span p.penImg {
    right: -39px;
    width: 40px;
}

.head03 {
    text-align: center;
    margin-bottom: 30px;
}

.head04 {
    padding: 14px 12px;
    font-size: 18px;
}

.area07Inr {
    width: 90%;
}
.flowList li {
    padding: 20px 0;
    width: 49%;
}

.flowList li:nth-child(2n) {
    margin-right: 0;
}

.flowList li:nth-child(3n) {
    margin-right: 2%;
}
.flowList li:last-child {
    margin-right: 0!important;
}

.flowList li dl dt {
    font-size: 16px;
    padding-left: 10px;
}

.flowList li dl dd {
    padding: 10px 5px;
    font-size: 13px;
}
.faqBox {
    width: 90%;
}

#accordion dt:before {
    font-size: 24px;
    left: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

#accordion dt span {
    padding-left: 15px;
}

#accordion dt {
    padding: 14px 30px;
    font-size: 15px;
    line-height: 1.3;
}
#accordion dt:after {
    right: 5px;
    font-size: 20px;
}

#accordion dd:before {
    font-size: 24px;
    left: 12px;
  top: 25px;
}

#accordion dd span {
    padding-left: 15px;
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
}
.companyBox {
    width: 90%;
    display: block;
}
.companyBox .campanyTxt {
    width: 100%;
    margin-bottom: 20px;
}
.campanyName {
    width: 60%;
    margin: 0 auto 20px;
}

.companyBox .campanyTxt table th, .companyBox .campanyTxt table td {
    text-align: left;
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    vertical-align: top;
}
.companyBox .mapBox {
    width: 100%;
}

.mapBox iframe {
height: 320px!important;
}
#footer .ftInr {
    width: 90%;
    padding: 20px 0;
}
#footer .ftInr .txt {
    font-size: 18px;
    margin-bottom: 18px;
}

.planList ul {
    display: block;
}
.planList ul li{
width: 100%;
margin-bottom: 20px;
}

.priceBtn ul li {
width: 49%;
}
.priceBtn ul li a {
    padding: 18px 0;
    font-size: 17px;
    border-radius: 10px;
}

}
/*SP END*/

