@charset "utf-8";
/* CSS Document */

/********************************
	common
********************************/
html, body, div, span, p {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
img {
	display: block;
	/* width: 100%;
	height: auto;
	max-width: 100%; */
	opacity: 1.0; /* FireFox, Webkit, Opera */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE5.5+ */
}
sup{
	font-size: 10px;
}
.hide {
	display: none;
}
.clearFix {
	float: none;
	clear: both;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.center {
	margin: 0 auto;
	display: block;
}
.inline {
	display: inline-block;
  vertical-align: middle;
}
/* fonts */
.fs10W6 {
	font-size: 10px;
	font-weight: bold;
}
.fs14W6 {
	font-size: 14px;
	font-weight: bold;
}
.fs16W6 {
	font-size: 16px;
	font-weight: bold;
}
.fs20W6 {
	font-size: 20px;
	font-weight: bold;
}
.fs30W6 {
	font-size: 30px;
	font-size: 1.88rem;
	font-weight: bold;
}
.fs32W6 {
	font-size: 32px;
	font-weight: bold;
}
.fs14W3 {
	font-size: 14px;
	font-weight: normal;
}
.fs36W3 {
	font-size: 36px;
	font-weight: normal;
}
@media screen and (min-width: 801px){
	.tac{
		text-align: center;
	}
}

/* oppacity */
.op60 {
	opacity: 0.6; /* FireFox, Webkit, Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE5.5+ */
}
.op70 {
	opacity: 0.7; /* FireFox, Webkit, Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE5.5+ */
}
.op80 {
	opacity: 0.8; /* FireFox, Webkit, Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE5.5+ */
}

a:hover {
    /* opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); */
}
a img:hover {
    opacity: 0.8; /* FireFox, Webkit, Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE5.5+ */
}

/* Width */
.w100per {
	width: 100%;
}
.w720px {
	max-width: 720px;
	margin: 0 auto;
}
.w760px {
	max-width: 760px;
	margin: 0 auto;
}
.w960px {
	max-width: 1020px;
	margin: 0 auto;
}

/* margin-bottom */
.mb55 {
	margin-bottom: 55px;
}

.inner{
	margin: 0 auto;
	max-width: 960px;
	width: 94%;
}
.note{
	color: #595757;
	font-size: 12px;
	line-height: 1.75;
	margin-top: 1em;
}
@media screen and (min-width: 801px){
	.note{
		text-align: right;
	}
}

/********************************
	body
********************************/
body {
	/*background: url("../image/BG_ALL_PC.png") center top no-repeat;*/
	/*background-repeat-y: repeat;*/
  background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	/* 一時利用 */
	background: #fff;
}
div#base {
	/* max-width: 960px; */
	margin: 0 auto;
	background:#fff;
}


/* ====PC==== */
@media screen and (min-width: 801px){
	.PC {
		display: inherit;
	}
	.SP {
		display: none !important;
	}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	.PC {
		display: none !important;
	}
	.SP {
		display: inherit;
	}
}


/********************************
	#HEAD
********************************/
section#HEAD div.headInner::after { content: ''; display: block; clear: both; }
section#HEAD .headLeft{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
}
section#HEAD .headLeftTxt{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0 0 12px;
}
/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	section#HEAD {
		padding: 6px 0;
    height: 50px;
    box-sizing: border-box;
	}
	section#HEAD div.headInner {
		clear: both;
		float: none;
	}
	section#HEAD div.headInner #logo {
		overflow: hidden;
		padding-left: 10px;
	}
	section#HEAD div.headInner #logo img {
	    width: auto;
    	height: 28px;
	}
	section#HEAD .headLeftTxt{
		font-size: 14px;
	}
}
section#HEAD .ctaFix {
	position: fixed;
	background-color: #fff;
	width: 100%;
	bottom: 0;
	z-index: 999;
}
/* ====PC==== */
@media screen and (min-width: 801px) {
	section#HEAD {
		width: 100%;
		max-width: none;
		background-color: #fff;
		position: fixed;
		top: 0;
		padding: 12px 10px;
		z-index: 999;
		box-sizing: border-box;
	}
	section#HEAD div.headInner {
		clear: both;
		float: none;
	}
	section#HEAD div.headInner #headCopy {
		position: relative;
		top: 6px;
	}
	.rightMV img {
		width: auto;
	}
	section#HEAD .ctaFix {
		width: auto;
		background-color: transparent;
		position: absolute;
		right: 10px;
		top: -2px;
		bottom: auto;
	}
	section#HEAD .cta {
		width: 444px;
		margin: 10px 0;
	}
	section#HEAD .cta .tel a {
		width: 218px;
		height: 44px;
		line-height: .4;
		background-size: .6em auto;
		padding-top: .3em;
		padding-left: 1em;
	}
	section#HEAD .cta .tel a .num {
		font-size: 20px;
	}
	section#HEAD .cta .tel a .time {
		font-size: 10px;
	}
	section#HEAD .cta .btn a {
		font-size: 13px;
		width: 218px;
		height: 44px;
	}
}
@media screen and (min-width: 1024px){
	section#HEAD .headLeftTxt{
		font-size: 20px;
		margin: 7px 0 0 18px;
	}
}
/* ======================================
	cta
====================================== */
.cta {
	max-width: 400px;
	padding: 1em;
	margin: 0 auto;
}
.cta .tel {
	padding-bottom: 1em;
}
.cta .tel a {
	box-sizing: border-box;
	font-size: 20px;
	display: block;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	line-height: .8;
	border: 2px solid #60ab0f;
	color: #60AB0F;
	background: #fff url('../image/common/icon_tel.png') left .4em center / 1em auto no-repeat;
	border-radius: 6px;
	padding: .5em;
}
.cta .tel a .num {
	font-weight: bold;
}
.cta .tel a .time {
	font-size: 12px;
}
.cta .btn a {
	box-sizing: border-box;
	line-height: 1.2;
	background: #60ab0f url('../image/common/icon_mail.png') left .8em center / 1.5em auto no-repeat;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 6px;
	padding: .6em 1em;
}
.cta .btn a span {
	font-weight: bold;
	color: #fff;
}
@media screen and (min-width: 801px) {
	.cta {
		max-width: 760px;
		display: flex;
		justify-content: space-between;
		margin-top: 2em;
		padding: 0;
	}
	.cta a {
		transition: all .3s;
	}
	.cta .tel {
		padding-bottom: 0;
	}
	.cta .tel a {
		width: 360px;
		height: 72px;
		line-height: .6;
		font-size: 30px;
		padding-top: .6em;
	}
	.cta .tel a:hover {
		color: #4f9900;
	}
	.cta .tel a .time {
		font-size: 12px;
	}
	.cta .btn a {
		font-size: 22px;
		width: 360px;
		height: 72px;
		padding-top: .5em;
		padding-left: 2em;
	}
	.cta .btn a:hover {
		background-color: #4f9900;
	}
}
/********************************
	.kv
********************************/
.kv{
	background: #ddf5ed url(../image/wakate/kv_bg_sp.png) no-repeat center right / cover;
	box-sizing: border-box;
	overflow: hidden;
}
.kv-inner{
	max-width: 1440px;
	margin: 0 auto;
	padding: 25px 0 200px;
	position: relative;
}
.kv img{
	width: 100%;
}
.kv .inner{
	max-width: 560px;
	width: 90%;
}
.kv-ttl{
	max-width: 100%;
	margin-bottom: 20px;
}
.kv-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.kv .cta{
	margin: 0 auto;
	max-width: 100%;
}
.kv .cta .btn{
	margin: 0 auto;
}
.kv .cta .btn a{
	font-size: 19px;
	height: 58px;
	background-size: 26px;
	max-width: 332px;
	width: 100%;
	border-radius: 3px;
	padding: .6em 1em;
	margin: 0 auto;
}
.kv .cta .btn a .small{
	font-size: 16px;
}
.kv-point{
	width: 147px;
	margin: 10px auto 0;
}
.kv-img{
	margin: 0 auto;
	width: 120%;
  margin-left: -10%;
}
.kv-img img{
	height: 100%;
}
@media screen and (max-width: 800px){
	.kv .cta{
		padding: 0;
	}
	.kv .cta .btn a{
		line-height: 1.1;
	}
	.kv .cta .btn a span{
		padding-left: 1.5em;
	}
}
@media screen and (min-width: 801px){
	.kv{
		margin: 60px 0 0;
	}
	.kv-inner{
		padding: 40px 0 220px;
	}
	.kv-wrap{
		padding: 20px 0;
	}
	.kv .cta .btn a{
		font-size: 20px;
		height: 80px;
		padding-top: .9em;
		padding-left: 2.5em;
		border-radius: 9px;
		width: 332px;
	}
	.kv .cta .btn a .small{
		font-size: 17px;
	}
	.kv-point{
		width: 190px;
		margin: 15px auto 0;
	}
	.kv-img{
		width: 100%;
    margin-left: 0;
	}
}
@media screen and (min-width: 1024px){
	.kv{
		background: #ddf5ed url(../image/wakate/kv_bg_pc.png) no-repeat center center / cover;
		margin: 60px 0 0;
		padding-bottom: 0;
	}
	.kv-inner{
		padding: 118px 0 128px;
	}
	.kv .inner{
		max-width: 1030px;
		width: 80%;
	}
	.kv-ttl{
		max-width: 52vw;
		margin-bottom: 0;
	}
	.kv-wrap{
		position: initial;
		margin-top: 65px;
		width: auto;
		padding: 0;
		background: transparent;
	}
	.kv .cta{
		margin: 0 0 20px;
	}
	.kv .cta .btn{
		margin: 0;
	}
	.kv-point{
		margin: 0 0 0 30px;
	}
	.kv-img{
		position: absolute;
		bottom: 0;
		right: -20px;
		height: 40.625vw;
		width: auto;
	}
}
@media screen and (min-width: 1280px){
	.kv .inner{
		max-width: 1190px;
		width: 94%;
	}
	.kv-ttl{
		max-width: 706px;
	}
	.kv-wrap{
		display: flex;
		align-items: center;
	}
	.kv .cta{
		margin: 0;
	}
	.kv-img{
		height: 520px;
	}
}
/********************************
	#merit
********************************/
.merit_list{
	list-style-type: none;
	padding: 0;
	margin: 20px auto;
	text-align: center;
}
.merit_item{
	padding: 20px 0;
}
.merit_item:not(:last-child){
	border-bottom: 1px solid #007fc3;
}
.merit_item_num{
	font-weight: bold;
	color: #fff;
	background: #007fc3;
	font-size: 16px;
	background: #007fc3 url(../image/common/icon_reason.svg) no-repeat center left 15px / 28px;
	display: inline-block;
	padding: 10px 12px 6px 48px;
}
.merit_item_img{
	max-width: 154px;
	width: 30%;
	margin: 20px auto;
}
.merit_item_img img{
	width: 100%;
}
.merit_item_ttl{
	font-weight: bold;
	line-height: 1.57;
	font-size: 20px;
}
.merit_item_ttl span{
	position: relative;
}
.merit_item_ttl span::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 75%;
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	background: #FFF100;
	z-index: -1;
}
.merit_item_txt{
	font-size: 14px;
	line-height: 2;
	margin-top: 15px;
}
@media screen and (max-width: 800px){
	.merit_item_txt{
		text-align: left;
	}
}
@media screen and (min-width: 801px){

}
@media screen and (min-width: 1024px){
	.merit_list{
		text-align: left;
	}
	.merit_item{
		display: flex;
		padding: 40px 0;
	}
	.merit_item_left{
		margin-right: 40px;
	}
	.merit_item_num{
		font-size: 24px;
		padding: 17px 20px 12px 60px;
		background-position: center left 22px;
	}
	.merit_item_img{
		margin: 20px auto 0;
		width: 100%;
	}
	.merit_item_ttl{
		font-size: 28px;
	}
	.merit_item_txt{
		font-size: 16px;
		margin-top: 20px;
	}
}
/********************************
	#feature
********************************/
.feature{
	padding-bottom: 40px;
}
.feature_txt{
	font-size: 14px;
	line-height: 1.75;
	margin: 25px 0 35px;
}
@media screen and (min-width: 801px){
	.feature_txt{
		text-align: center;
		font-size: 16px;
	}
}


/* graph ここから */
.reason-item-graph{
	padding: 0;
}
.reason-item-graph-item{
	list-style-type: none;
	background: #fff;
	font-weight: bold;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 20px;
}
.graph-head{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
  height: 75px;
}
.graph-head-box{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.graph-head .graph-head-box:first-child{
	margin-right: 20px;
}
.graph-head-box .txt{
	color: #595757;
	font-size: 14px;
	margin-right: 10px;
}
.graph-head-box .num{
	font-size: 48px;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
	background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#ff4768));
	background: linear-gradient(to right, #ff8a00, #ff4768);
	background: -webkit-linear-gradient(to right, #ff8a00, #ff4768);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.graph-head-box .num span{
	font-size: 26px;
}
.graph-img{
	max-width: 317px;
	width: 70%;
	margin: 0 auto;
}
.graph-img img{
	width: 100%;
}
.reason-item-graph-item:nth-child(2) .graph-img{
	margin-top: 25px;
	max-width: 330px;
}
.graph-head-box2{
	color: #595757;
	font-size: 22px;
	text-align: center;
	line-height: 1;
}
.graph-head-box2 .txt1{
	font-size: 40px;
}
.graph-head-box2 .txt2{
	font-size: 54px;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
	background: -webkit-gradient(linear, left top, right top, from(#5fc3f0), to(#0095d8));
	background: linear-gradient(to right, #5fc3f0, #0095d8);
	background: -webkit-linear-gradient(to right, #5fc3f0, #0095d8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.graph-head-box2 .txt2 .txt3{
	font-size: 30px;
}
#reason .graph-txt{
	font-size: 16px;
	margin-bottom: 15px;
}
@media screen and (min-width: 801px){
	/* graph */
	.reason-item-graph{
		margin-top: 25px;
	}
	.graph-head{
		height: 122px;
	}
	.graph-head-box .txt{
		font-size: 26px;
	}
	.graph-head-box .num{
		font-size: 68px;
	}
	.graph-head-box .num span{
		font-size: 40px;
	}
	.graph-head-box2{
		font-size: 28px;
	}
	.graph-head-box2 .txt1{
		font-size: 58px;
	}
	.graph-head-box2 .txt2{
		font-size: 94px;
	}
	.graph-head-box2 .txt2 .txt3{
		font-size: 56px;
	}
	.graph-img{
		width: 85%;
	}
	#reason .graph-txt{
		text-align: center;
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 1024px){
	.reason-item-graph{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin: 20px 0 30px;
	}
	.reason-item-graph-item{
		width: 48.2%;
		margin: 0;
	}
}
/* graph ここまで */

/********************************
	#reason(COMMON)
********************************/
/* ====PC==== */
@media screen and (min-width: 801px){
	.reasonBASE{
		
	}
	#contents div.ReasonHead {
		min-height:80px;
		background: #eee;
		color:#000;
	}
	#contents div.ReasonHeadInner {
		margin: 0 auto;
		padding: 12px;
		text-align: center;
	}
	#contents div.ReasonHeadInner {
		padding: 40px 20px;
	}
	#contents div.ReasonHeadInner h2 {
	  margin: 0;
	  line-height: 1.8em;
		font-size: 28px;
	}
	#contents div.ReasonHeadInner h2 span.ContactHeadLargeYellow {
		color:#007fc3;
		font-size: 80px;
	}
	#contents div.ReasonHeadInner h2 span.ContactHeadSmallYellow {
		color:#007fc3;
    font-size: 36px;
	}
	#contactpartsA .read{
		font-size: 24px;
		font-weight: bold;
		color: #595757;
		line-height: 1.6;
		margin: 60px 0 0 0;
	}
	div#contactBase .read{ 
		font-size: 24px;
		font-weight: bold;
		line-height: 1.6;        
	}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){

	#contents div.ReasonHead {
		min-height:auto;
		background: #eee;
		color:#fff;
	}
	#contents div.ReasonHeadInner {
	    margin: 0;
	    padding: 5px;
        background: #eee;
        color: #000;
        text-align: center;
	}
	#contents div.ReasonHeadInner img {
	    width: 1.5em;
		margin-left: 10px;
	}
	#contents div.ReasonHeadInner h2 {
	    width: 85%;
	    margin: 0;
	    margin-left: 5px;
	    line-height: 2em;
	    font-size: 1.3em;
	}
	#contents div.ReasonHeadInner h2 span.ContactHeadLargeYellow {
		color:#007fc3;
		font-size: 150%;
	}
	#contents div.ReasonHeadInner h2 span.ContactHeadSmallYellow {
		color:#007fc3;
    font-size: 130%;
	}
}

/* Reason common BottomLine */
.UnderLine {
    border-bottom: 2px solid #c8c8b4;
    padding-bottom: 60px;
}



/* ====PC==== */
@media screen and (min-width: 801px){

	h3 {
		color: #595757;
		margin: 0 auto;
		margin-top: 80px;
	}
	#reason1 h3,
	#reason2 h3,
	#reason3 h3 {
		display: flex;
		align-items: center;
	}

	h3 p.h3_read {
		border-bottom: 4px solid #60ab0f;
		/* margin-top: 40px; */
		padding-bottom: 18px;
		/* vertical-align: bottom; */
		width: 100%;
		line-height: 1;
	}
	h3 span.reasonBox,.reasonlabel {
		/* display: block; */
		margin-right: 30px;
		padding: 17px 24px;
		font-size: 28px;
		color: #fff;
		font-weight: bold;
		background-color: #007fc3;
		border-radius: 0;
		flex-shrink: 0;
		display: flex;
    align-items: center;
	}
	h3 span.reasonBoxW6 {
		font-weight: bold;
	}

	p.read {
		margin-top: 30px;
	}

	img.figure {
		margin: 0 auto;
		margin-top: 40px;
	}

	#reason img.figure {
		width: 100%;
	}

	p.figureCaption {
		text-align: center;
		margin-top: 20px;
	}
  .reason3list ul {
    list-style: none;
		padding-left: 0;
		margin: 2em 0 1em;
  }
	.reason3list ul:after {
		content: "";
		display: block;
		clear: both;
	}
		.reason3list ul .reasonlabel{
			display: inline-block;
		}
		.reason3list ul .reasonlabel .inline{
			vertical-align: bottom;
		}
    .reason3list li{
        float: left;
        width: 31%;
        margin: 1%;
        text-align: center;
        display: table-cell;
    }
    .resonbody {
			font-size: 24px;
			color: #595757;
			line-height: 1.4;
    }
    .resonbody span{
      font-weight: bold;
    }
    .reasonicon {
			margin: 24px auto;
			display: table;
		}
		.reasonlabel {
			margin: 0 auto;
		}
		.reason3list {
			margin: 20px auto;
		}
		.caseparts ul {
			list-style: none;
			margin-top: 40px;
		}
		.caseparts{
			margin:0 auto;
		}
		.caseparts li{
			float:left;
			width:30%;
			margin:0 1%;
		}
		p.person-img img {
			width: 100%;
		}
		.casettl {
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			color: #007fc3;
			margin: 14px 8px;
		}
		.caseparts ul:after {
			display: block;
			content: "";
			clear: both;
		}
		p.tl-comment {
			margin: 24px 0;
		}
		#reason3 .note a{
			color: #007fc3;
		}
		.reason3-figure{
			text-align: center;
			margin: 25px 0;
		}
		.reason3-figure img{
			display: inline-block;
		}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){

	h3 {
		color: #595757;
		margin-top: 20px;
	}
	
	/* ORIGINAL */
	#reason1 h3 {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	#reason2 h3 {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	#reason3 h3 {
		margin-top: 60px;
		margin-bottom: 20px;
	}

	/* common */
	h3 p.h3_read {
		display: block;
		width: auto;
		border-bottom: 4px solid #60ab0f;
		margin: 0 20px 0 20px;
		padding: 0 0 10px 0;
		vertical-align: bottom;
		font-size: 0.75em;
		line-height: 1.2em;
		box-sizing: border-box;
	}
	h3 span.reasonBox,.reasonlabel {
		display: block;
		width: 25%;
		max-width: 90px;
		margin: 0px 0px 20px 20px;
		padding: 7px 9px 7px 15px;
		font-size: 0.5em;
		color: #fff;
		font-weight: bold;
		vertical-align: middle;
		background-color: #007fc3;
		border-radius: 0;
	}
	h3 span.reasonBox img {
	    width: 27%;
	    margin-top: -4px;
	}
	h3 span.reasonBoxW6 {
		font-weight: bold;
	}

	p.read {
		margin-top: 10px;
		padding: 0 10px 0 10px;
		text-align: left;
		font-size: 0.8em;
	}

	.reason3-figure{
		margin-top: 30px;
	}
	.reason3-figure img{
		width: 90%;
		margin: 0 auto;
	}

	img.figure {
		width: 90%;
	    margin: 0 auto;
	    margin-top: 40px;
	}
	#reason img.figure {
		width: 90%;
	}

	p.figureCaption {
	    text-align: center;
	    margin-top: 20px;
	    padding: 0 10px 0 10px;
	    font-size: 0.7em;
	}
    .caseparts img {
    width: 100%;
    }
    li {
        list-style: none;
    }
    .reasonlabel {
        font-size: 20px;
        width: 360px;
        margin: 12px auto;
    }
    .reason3list li {
        display: table;
        text-align: center;
        margin: 40px auto;
    }
    .reason3list {
        width: 90%;
        margin: 0 auto;
    }
    .reasonicon img {
        display: table;
        margin: 0 auto;
        }
    ul {
    padding: 0;
}
    .resonbody {
    font-size: 18px;
    padding: 12px 0;
}
.resonbody span{
    font-weight:bold;
}
    .resonbody {
    font-size: 18px;
    padding: 12px 0;
}
.resonbody span{
    font-weight:bold;
}

.casettl {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #007fc3;
    padding: 12px 0;
}

.portrait {
    width: 90%;
    margin: 0 auto;
}

.profile {
    width: 90%;
    margin: 0 auto;
}

p.tl-comment {
    padding: 12px 0;
}


}


/* ====PC==== */
@media screen and (min-width: 801px){

	h4.point {
			margin: 50px 0 0;
	}

	h4.point span {
	    display: inline-block;
	    margin-right: 20px;
	    padding: 5px 14px;
	    font-size: 20px;
	    color: #fff;
	    font-weight: bold;
	    vertical-align: middle;
	    background-color: #007FC3;
	    border-radius: 0;
	}
	h4.point strong {
	    display: inline-block;
	    color: #007FC3;
	    font-weight: bold;
	    font-size: 28px;
	    text-align: center;
	    vertical-align: middle;
	    line-height: 1.4;
	}


	/* 理由３ */
	div.reason3Box {
		max-width: 600px;
	    margin: 0 auto;
	}
    div.reason3Boxfolw{
		max-width: 960px;
	    margin: 0 auto;
	}
	/* 日本地図 */
	div.reason3Box .figure.reason3.inline {
	    width: 100% !important;
		max-width: 600px;
	    margin-right: 0px;
	}
	/* 理由３ 海外拠点 */
	div#reason3_forignOffice {
	    width: 200px;
	    height: auto;
	    background: #f4f4f0;
	    box-shadow: 4px 4px 0px #c8c8b4;
	    padding: 20px;
	    box-sizing: border-box;
	    margin: 0 auto;
	    margin-top: 30px;
	    margin-left: 20px;
	}
	p.FO_Head {
	    color: #007FC3;
	    font-weight: bold;
	}
	p.FO_Inner {
	    margin-top: 10px;
	}
    p.fvlead {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #007fc3;
    }
    h1 {
    color: #fff;
    font-size: 42px;
    line-height: 1.4;
    margin: 0px auto;
    }
    h1 span {
    font-size: 32px;
    color:#fff100;
    }
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){

	h4.point {
	    /* margin-bottom: 20px; */
	    margin: 0 auto;
	    margin-top: 30px;
	    padding: 0 10px 0 10px;
	    box-sizing: border-box;
	}
	h4#reason2_point1,h4#reason1_point1 {
		max-width: 540px;
	}
	h4#reason2_point2,h4#reason1_point2 {
		max-width: 540px;
	}

	h4.point span {
	    display: inline-block;
	    width: 30%;
	    max-width: 90px;
	    margin-right: 7px;
		margin-bottom: 10px;
	    padding: 3px 8px;
	    font-size: 1em;
	    color: #fff;
	    font-weight: bold;
	    text-align: center;
	    vertical-align: middle;
	    background-color: #007FC3;
	    border-radius: 0;
	    box-sizing: border-box;
	}

	h4.point strong {
	    display: inline;
	    width: 67%;
	    /* max-width: 430px; */
	    color: #007FC3;
	    font-weight: bold;
	    font-size: 1.2em;
	    letter-spacing: 0.08em;
	    text-align: left;
	    vertical-align: middle;
	    box-sizing: border-box;
	    line-height: 1.4;
	}


	/* 理由３ */
	div.reason3Box {
		max-width: 600px;
	    margin: 0 auto;
	}
	/* 日本地図 */
	div.reason3Box .figure.reason3.inline {
	    display: block;
	    width: 100% !important;
	    max-width: 600px;
	    /* margin: 0 !important; */
	    margin: 0 auto !important;
	    margin-right: 0px;
	    margin-top: 20px !important;
	}
	/* 理由３ 海外拠点 */
	div#reason3_forignOffice {
	    width: 90%;
	    height: auto;
	    background: #f4f4f0;
	    box-shadow: 4px 4px 0px #c8c8b4;
	    padding: 20px;
	    box-sizing: border-box;
	    margin: 0 auto;
	    margin-top: 30px;
	    margin-left: 20px;
	}
	p.FO_Head {
	    color: #007FC3;
	    font-weight: bold;
	}
	p.FO_Inner {
	    margin-top: 10px;
	}

}


/********************************
	#example
********************************/

/* TopSet */
#exampleTopBase {
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#contents #example div.ReasonHeadInner {
	padding: 20px 10px;
}
#example_Head_inner h2{
	font-size: 28px;
}
#example_Head_inner h2 span{
	font-size: 34px;
	color: #007fc3;
}

/* ====PC==== */
@media screen and (min-width: 801px){
	.example_float {
	    width: 360px;
	    margin-top: 40px;
	    vertical-align: middle;
	}
	#contents #example div.ReasonHeadInner {
		padding: 47px 20px;
	}
	#example_Head_inner h2 span{
		font-size: 46px;
	}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	.example_float {
	    width: 100%;
	    margin-top: 40px;
	    vertical-align: top;
	}
}


/* ====PC==== */
@media screen and (min-width: 801px){
	/* TopLeft */
	#exampleTop_Left {
	    margin-top: 34px;
	}
	#exampleTopText_Left {
	    font-size: 30px;
	    line-height: 1.8em;
	    color: #007FC3;
	}
	#exampleTopText_Left span.UL_Blue {
	    background: linear-gradient(rgba(0, 0, 0, 0) 50%, #edebfa 50%);
	}
	#exampleTopText_Left_BOX {
	    padding: 8px 16px;
	    background: #d3e2f7;
	    text-align: left;
	}

	/* TopRight */
	#exampleTop_Right {
	    margin-left: 20px;
	}
	#exampleTop_Right img {
        width: 100%;
	}
	#exRight_Caption {
	    margin-top: 0px;
	    text-align: right;
	    font-size: 12px;
	}
    .jirei{
        max-width: 748px;
        margin: 0 auto;
    }
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	/* TopLeft */
	#exampleTop_Left {
	    margin-top: 20px;
	}
	#exampleTopText_Left {
	    display: block;
	    width: 90%;
		max-width: 300px;
	    margin: 0 auto;
	    font-size: 1.5em;
	    line-height: 1.8em;
	    color: #007FC3;
	}
	#exampleTopText_Left span.UL_Blue {
	    background: linear-gradient(rgba(0, 0, 0, 0) 50%, #edebfa 50%);
	}
	#exampleTopText_Left_BOX {
	    display: block;
	    width: 90%;
	    margin: 0 auto;
	    margin-top: 20px;
	    padding: 8px;
	    background: #d3e2f7;
	    text-align: center;
	    font-size: 1em;
	}

	/* TopRight */
	#exampleTop_Right {
	    margin-left: 0px;
	    margin-top: 30px;
	}
	#exampleTop_Right img {
	    width: 100%;
	    max-width: 360px;
	    margin: 0 auto;
	}
	#exRight_Caption {
	    display: block;
	    margin-top: 0px;
	    text-align: center;
	    font-size: 12px;
	}
}

#example_Kadai_Read {
	text-align: left;
}

/* Caption */
.exampleSmallHeader {
    max-width: 760px;
    border-bottom: 2px solid #0a50a1;
    margin: 0 auto;
}
.example_head {
    width: 320px;
    height: auto;
    background: #0a50a1;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    margin: 0 auto;
}

#example_Kadai p.read {
	text-align: left;
}

/* 採用成功のポイント */
/* ====PC==== */
@media screen and (min-width: 801px){

	#example_Point {
		margin-top: 40px;
	}
	.example_PointBOX {
	    width: 242px;
	    min-height: 220px;
	    background: #e8e8de;
	    padding: 30px;
	    box-sizing: border-box;
	    margin-right: 10px;
	    vertical-align: top;
	}
	.example_PointBOX:last-child {
		margin-right: 0;
	}

	#example_Point_InnerBase{
		margin-top: 20px;
	}
	.Example_Point_Head {
	    font-size: 18px;
	    font-weight: bold;
	    color: #007FC3;
	    text-align: center;
	}
	.Example_Point_wBox {
	    width: 46px;
	    height: 4px;
	    background: #fff;
	    margin: 0 auto;
	    margin-top: 5px;
	}
	.Example_Point_Read {
	    margin-top: 10px !important;
	    text-align: left !important;
	}

}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){

	#example_Point {
		margin-top: 40px;
	}
	.example_PointBOX {
	    display: block;
	    width: 90%;
	    min-height: unset;
	    background: #e8e8de;
	    padding: 20px;
	    box-sizing: border-box;
	    margin: 0 auto;
	    margin-bottom: 20px;
	    vertical-align: top;
	}
	.example_PointBOX:last-child {
		margin-right: auto;
	}

	#example_Point_InnerBase{
		margin-top: 20px;
	}
	.Example_Point_Head {
	    font-size: 18px;
	    font-weight: bold;
	    color: #007FC3;
	    text-align: center;
	}
	.Example_Point_wBox {
	    width: 46px;
	    height: 4px;
	    background: #fff;
	    margin: 0 auto;
	    margin-top: 5px;
	}
	.Example_Point_Read {
	    margin-top: 10px !important;
	    text-align: left !important;
	}

}


/********************************
	#contact
********************************/

/* ====PC==== */
@media screen and (min-width: 801px){

	#contact_Head {
	    /* height: 80px; */
	    background: #007FC3 !important;
	    color: #fff !important;
	    border-top: 2px solid #007FC3;
	    border-bottom: 2px solid #007FC3;
	}
	#contact_Head_inner {
	    padding: 11px !important;
		max-width: 220px;
	}
	#contact_Head_inner h2 {
		text-align: center;
	}
	#contactBase {
	    display: block;
	    width: 100%;
	    height: auto;
	    background: #eee;
	    padding-bottom: 60px;
	}
	#contactBase p {
	    margin: 0;
	    padding-top: 40px;
	}


	/* CTA */
	#contactInner {
	    max-width: 760px;
	    height: auto;
	    background: #fff;
	    padding: 40px;
		padding-bottom: 10px;
	    margin: 0 auto;
	    margin-top: 40px;
		box-sizing: border-box;
	}
	/* TelBtn */
	#contact a.telBtn {
	    display: block;
	    width: 100%;
	    max-width: 480px;
	    height: auto;
	    margin: 0 auto;
	}
	#contact .telBtnBase {
	    width: auto;
	    height: 72px;
	    margin: 0 auto;
	    border-radius: 8px;
	    -moz-border-radius: 8px;
	    -webkit-border-radius: 8px;
	    background: #007fc3;
	}
	#contact .telBtnBase img {
	    width: 93%;
	    margin: 0 auto;
	    vertical-align: middle;
	    padding-top: 17px;
	}
	/* ContactBtn */
	#contact a.contactBtn {
		display: block;
	    width: 100%;
	    max-width: 480px;
	    height: auto;
	    margin: 0 auto;
	}
	#contact .contactBtnBase {
	    width: auto;
	    height: 72px;
	    margin: 0 auto;
	    margin-top: 4px;
	    border-radius: 8px;
	    -moz-border-radius: 8px;
	    -webkit-border-radius: 8px;
	    background: #60AB0F;
	}
	#contact .contactBtnBase:hover {
		background:#4f9900;
	}
	#contact .contactBtnBase img {
	    width: 70%;
	    margin: 0 auto;
	    vertical-align: middle;
	    padding-top: 21px;
	}
    p.readol {
    text-align: center;
    margin: 18px 0 0 0;
    font-weight: bold;
}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){


	#contact_Head {
	    /* height: 80px; */
	    background: #eee !important;
	    color: #007FC3 !important;
	}
	#contact_Head_inner {
		margin: 0 auto !important;
	    padding: 11px !important;
		max-width: 220px;
	}
	#contact_Head_inner h2 {
		text-align: center;
	}
	#contactBase {
	    display: block;
	    width: 100%;
	    height: auto;
	    background: #eee;
	    padding-bottom: 60px;
	}
	#contactBase p {
	    margin: 0;
	}


	/* CTA */
	#contactInner {
		width: 90%;
	    max-width: 760px;
	    height: auto;
	    background: #fff;
	    padding: 30px;
	    margin: 0 auto;
	    margin-top: 40px;
		box-sizing: border-box;
	}
	/* TelBtn */
	#contact a.telBtn {
	    display: block;
	    width: 100%;
	    max-width: 480px;
	    height: auto;
	    margin: 0 auto;
	}
	#contact .telBtnBase {
	    width: auto;
	    height: auto;
	    margin: 0 auto;
	    border-radius: 8px;
	    -moz-border-radius: 8px;
	    -webkit-border-radius: 8px;
	    background: #007fc3;
	}
	#contact .telBtnBase img {
	    width: 90%;
	    height: auto;
	    margin: 0 auto;
	    vertical-align: middle;
	    padding: 10px 0;
	}
	/* ContactBtn */
	#contact a.contactBtn {
		display: block;
	    width: 100%;
	    max-width: 480px;
	    height: auto;
	    margin: 0 auto;
	}
	#contact .contactBtnBase {
	    width: auto;
	    height: auto;
	    margin: 0 auto;
	    margin-top: 4px;
	    border-radius: 8px;
	    -moz-border-radius: 8px;
	    -webkit-border-radius: 8px;
	    background: #60AB0F;
	    width: 95%;
	}
	#contact .contactBtnBase img {
		width: 80%;
	    height: auto;
	    margin: 0 auto;
	    vertical-align: middle;
	    padding: 10px 0;
	    /* padding-top: 21px; */
	}
    p.fvlead {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.olcom {
    padding: 12px 4px 0;
    font-weight: bold;
}
}

/********************************
	#contact
********************************/
#contact {
	background-color: #ebf5fa;
	padding-bottom: 4em;
}
#contact .fs32W6 {
	text-align: center;
	color: #fff;
	background-color: #007FC3;
	font-size: 36px;
	padding: 40px 20px;
	line-height: 1;
}
#contact .fs32W6 span{
	padding-left: 60px;
	background: url(../image/common/icon_mail.png) no-repeat center left / 40px;
}
#contact .read {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.75;
	text-align: center;
}

/* フォーム */
.mktoForm{
	margin: 0 auto;
}
.form-guide-text{
	text-align: right;
	font-size: 12px;
}
.icon-must-asterisk{
	color: #ff0000;
}
.mktoForm{
	width: 100% !important;
}
.mktoForm .mktoFormCol{
	margin: 0.5em 0;
}
.mktoForm .mktoLabel{
	font-size: 16px;
	font-weight: bold;
	width: 190px !important;
}
.mktoForm input[type=text],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm textarea{
	border: solid 1px #bbdcf4;
	line-height: 1.2em;
	font-size: 14px !important;
	height: 36px;
	padding: 7px 13px !important;
}
.mktoForm textarea{
	
}
.mktoForm textarea[rows="3"]{
	height: 5.6em !important;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor #LastName,
.mktoForm .mktoFormRow .mktoFieldDescriptor #FirstName {
	width: 182px !important;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor #LblFirstName {
	display: none;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap#FirstNameWrap .mktoError .mktoErrorArrowWrap,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap#FirstNameWrap .mktoError .mktoErrorMsg {
	margin-left: 0 !important;
}
.mktoForm .mktoHtmlText{
	text-align: center;
	width: 100% !important;
	font-size: 13px;
	line-height: 1.6;
}
.mktoForm .mktoButtonRow{
	display: block;
}
.mktoForm .mktoButtonRow .mktoButton {
	color: #fff;
	font-size: 18px !important;
	font-weight: bold;
	width: 100%;
	max-width: 25em;
	height: 100%;
	display: block;
	box-sizing: border-box;
	border: 2px solid #007fc3;
	background: #007fc3;
	text-decoration: none;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 1em;
	margin: 0 auto;
}
.mktoForm .mktoButtonRow .mktoButton::before {
	content: '';
	display: inline-block;
	background: url(../image/wakate/btn-arrow-white.png) no-repeat 0 0;
	background-size: 7px 12px;
	width: 7px;
	height: 12px;
	position: relative;
	margin-right: 0.4em;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList {
	font-size: 15px;
	width: auto !important;
}
.mktoForm input[type=checkbox]{
	-webkit-appearance: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList input,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList input {
	clear: both;
	cursor: pointer;
	position: relative;
	background-color: transparent;
	padding: 0;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList input:before,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList input:before {
	background: url(/wp-content/themes/doda/assets/img/contact/checkbox.png) no-repeat 0 0;
	width: 20px;
	height: 18px;
	content: "";
	position: absolute;
	left: 0;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList input:checked:before,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList input:checked:before {
	background: url(/wp-content/themes/doda/assets/img/contact/checkbox_on.png) no-repeat 0 0;
	background-size: 20px 18px;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList label,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList label {
	display: block;
	cursor: pointer;
	/* width: 100% !important; */
	position: relative;
	margin-left: 26px;
	margin-bottom: 0.8em;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError {
	bottom: -28px !important;
	right: auto !important;
	left: 0;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorArrowWrap .mktoErrorArrow {
	background-color: #fff !important;
	border: 2px solid #ff0000 !important;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorArrowWrap,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorMsg {
	margin-left: 200px !important;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor#FirstNameField .mktoFieldWrap .mktoError .mktoErrorArrowWrap,
.mktoForm .mktoFormRow .mktoFieldDescriptor#FirstNameField .mktoFieldWrap .mktoError .mktoErrorMsg {
	margin-left: 10px !important;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorMsg {
	max-width: 100% !important;
	background-color: #fff !important;
	color: #ff0000 !important;
	border: 2px solid #ff0000 !important;
	background-image: none !important;
	border-radius: 0 !important;
	font-size: 12.5px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	margin-top: 6px !important;
}

.txt-note{
	font-size: 12px;
	line-height: 1.66667;
	color: #666666;
	text-align: center;
	padding-top: 3em 
}
.txt-note a {
	color: #007fc3;
}
.txt-note .tel {
	color: #666666;
	border-bottom: none;
	text-decoration: none;
}
@media screen and (min-width: 671px){
	#mktoCheckbox_22694_0Field .mktoLogicalField {
		width: 520px!important;
	}
}

@media screen and (min-width: 0px) and (max-width: 670px){
	.mktoForm .mktoFormRow .mktoFieldDescriptor {
    width: 100%;
	}
	.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap {
		width: 100%;
	}
	.mktoForm .mktoFormRow .mktoFieldDescriptor #LastName,
	.mktoForm .mktoFormRow .mktoFieldDescriptor #FirstName {
		width: 100% !important;
	}
	#LastNameField {
		margin-bottom: 5px;
    width: 49%;
    float: left;
    clear: none;
	}
	#FirstNameField {
		margin-bottom: 5px;
    width: 49%;
    float: left;
    clear: none;
    margin-left: 2%;
		margin-top: 20px;
	}
	.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList label, 
	.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList label {
    width: auto !important;
	}
	.mktoForm .mktoLabel{
		margin-bottom: 5px;
	}
	.mktoForm input[type=url],
	.mktoForm input[type=text],
	.mktoForm input[type=date],
	.mktoForm input[type=tel],
	.mktoForm input[type=email],
	.mktoForm input[type=number],
	.mktoForm textarea.mktoField,
	.mktoForm select.mktoField {
    width: 100% !important;
    height: auto !important;
    line-height: 1.5em !important;
	}
	.mktoForm .mktoFormRow .mktoFieldDescriptor#FirstNameField .mktoFieldWrap .mktoError .mktoErrorArrowWrap, .mktoForm .mktoFormRow .mktoFieldDescriptor#FirstNameField .mktoFieldWrap .mktoError .mktoErrorMsg{
		margin-left: 0 !important;
	}
	.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorArrowWrap, .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorMsg{
		margin-left: 0 !important;
	}
	#FirstNameField .mktoFieldWrap .mktoError,
	#LastNameField .mktoFieldWrap .mktoError{
		bottom: -43px !important;
	}
	#InquiryItem_hc__cField .mktoCheckboxList{
		width: 100% !important;
	}
	#InquiryItem_hc__cField #LblInquiryItem_hc__c{
		width: auto !important;
	}
	.mktoForm .mktoFormRow #InquiryItem_hc__cField .mktoCheckboxList{
		width: auto !important;
	}
	.mktoForm .mktoAsterix{
		float: left !important;
	}
}
@media screen and (min-width: 0px) and (max-width: 480px){
	#FirstNameField{
		margin-top: 36px;
	}
}


@media screen and (min-width: 801px){
	#contact .fs32W6{
		font-size: 46px;
		padding: 52px 20px;
	}
	#contact .fs32W6 span{
		padding-left: 75px;
		background-size: 48px;
	}
	#contact .read {
		font-size: 20px;
	}
	.mktoForm{
		width: 760px !important;
	}
	.mktoForm textarea{
		width: 530px !important;
	}
}



/********************************
	float
********************************/


/* ====PC==== */
@media screen and (min-width: 801px){
	#FloatBase {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0px;
	    background: rgba(0, 0, 0, 0.6);
	    padding: 16px 0;
		bottom: -200px;
		transition: bottom 0.4s;
	}
	#Float_CTA {
	    max-width: 730px;
	    margin: 0 auto;
	}
	#FloatBase a.telBtn {
	    display: inline-block;
	    margin-right: 24px;
	}
	#FloatBase a.telBtn div.telBtnBase {
		width: inherit;
		height: inherit;
	}
	#FloatBase a.telBtn div.telBtnBase img {

	}
	#FloatBase a.contactBtn {
		display: inline-block;
		padding-bottom: 0;
	}
	#FloatBase a.contactBtn:hover {
		opacity: 1.0;
	}
	#FloatBase a.contactBtn div.contactBtnBase {
		margin: 0;
	}
	#FloatBase a.contactBtn div.contactBtnBase img {

	}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	#FloatBase {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0px;
	    background: rgba(0, 0, 0, 0.6);
	    padding: 10px 0;
		bottom: -200px;
		transition: bottom 0.4s;
	}
	#Float_CTA {
	    max-width: 730px;
	    margin: 0 auto;
	}
	#FloatBase a.telBtn {
		display: block;
	    margin: 0 auto;
		width: 100%;
		height: 40px;
	}
	#FloatBase a.telBtn:hover {
		opacity: 1.0;
	}
	#FloatBase a.telBtn div.telBtnBase {
		width: 81%;
	    height: 40px;
	}
	#FloatBase a.telBtn div.telBtnBase img {
	    padding-top: 10px;
	}
	#FloatBase a.contactBtn {
		display: block;
	    margin: 0 auto;
		margin-top: 10px;
		padding-bottom: 0;
		width: 100%;
		height: 40px;
	}
	#FloatBase a.contactBtn:hover {
		opacity: 1.0;
	}
	#FloatBase a.contactBtn div.contactBtnBase {
		width: 81%;
		height: 40px;
	}
	#FloatBase a.contactBtn div.contactBtnBase img {
		padding-top: 10px;
	}

}


.cta-last .cta{
	margin-top: 15px;
}
@media screen and (min-width: 801px){
	.cta-last{
		margin-bottom: 40px;
	}
	.cta-last .cta{
		margin-top: 40px;
	}
}


/********************************
	ToTop
********************************/

/* ====PC==== */
@media screen and (min-width: 801px){
	#ToTopBtn {
	    display: block;
	    position: fixed;
	    right: 30px;
	    bottom: 120px;
		/* bottom: -100px; */
		opacity: 0;
		transition: opacity 0.4s;
	}
	#ToTopBtn img {
		width: 60px;
		height: 60px;
	}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	#ToTopBtn {
		display: block;
	    position: fixed;
	    right: 10px;
	    bottom: 170px;
	    /* bottom: -100px; */
	    opacity: 0;
	    transition: opacity 0.4s;
	}
	#ToTopBtn img {
		width: 38px;
		height: 38px;
	}
}




/********************************
	footer
********************************/

/* ====PC==== */
@media screen and (min-width: 801px){

	footer {
		background: #fff;
	}
	#footer_Base {
	    padding: 24px 0;
	}
	.footerInlineBase {

	}
	/* Left */
	#footer_Left {

	}
	#footer_Left img {
		width: 68px;
		height: auto;
	}
	#footer_Left_Right a {
	    font-size: 10px;
	    font-weight: bold;
	    color: #666;
	}
	/* Right */
	#footer_Right {
	    margin-top: 10px;
	}
	#footer_Right a {

	}

	footer .logo_persol {
		display: none;
	}
	footer .copyright {
	    display: block;
	    width: 100%;
	    text-align: center;
	    margin: 0px auto;
	    padding: 20px 0;
	}

}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){

	footer {
		background: #fff;
		padding-bottom: 180px;
	}
	#footer_Base {
	    padding: 24px 0 0;
	}
	.footerInlineBase {
	    display: block;
	    width: 100%;
	    margin: 0 auto;
	    margin-bottom: 0px;
	}
	/* Left */
	#footer_Left {
	    display: block;
	    width: 90%;
	    max-width: 420px;
	    padding: 0 10px 0 10px;
	    margin: 20px auto 40px auto;
	    box-sizing: border-box;
	}
	#footer_Left img {
	    width: 40px;
	    height: auto;
	    vertical-align: top;
		margin-top: 8px;
	}
	#footer_Left_Right {
	    width: 85%;
	}
	#footer_Left_Right a {
	    font-size: 10px;
	    font-weight: bold;
	    color: #666;
	}
	/* Right */
	#footer_Right {
		display: none;
	}
	footer .logo_persol {
		text-align: center;
		margin: 0 auto;
		padding: 10px;
	}
	footer .logo_persol img {
		display: inline;
	}
	footer .copyright {
		display: block;
	    padding: 4px 0 12px;
		font-size: 12px;
		text-align: center;
	}
    .pc{
        display: none;
    }
p.readol {
    padding: 24px 8px 0;
}
}
@media screen and (min-width:800px) and ( max-width:950px) {
div#MV_Base {
    height: 317px;
}
    p.readol {
    padding: 24px 8px 0;
}
.rightMV img {
    width: 420px;
}
    h1 {
    font-size: 30px;
    }
    h1 span {
    font-size: 26px;
    }
}


/*個人の方ボタン追加*/
.customer-link {
    position: absolute;
    right: 30px;
    top: 18px;
    font-size: 15px;
    vertical-align: baseline;
}
.customer-link a{
    color: #909090;
    text-decoration: none;
}

@media (max-width: 500px) {
.customer-link {
    right: 8px;
    top: 8px;
    font-size: 14px;
    text-align: right;
    line-height: 1.4;
    vertical-align: baseline;
}
}
@media (min-width: 500px) {
.sp {
display: none;
}
}

.salesbn{
    position: absolute;
    top: 80px;
    right:10px;
    z-index: 9998;
    width:20%;
}
.salesbn img {
    width:100%
}
header.p-header.l-wrapper {
    z-index: 9999;
}
@media screen and (max-width: 900px){
  .salesbn{
    display: none;
}

}
