@charset "utf-8";

/*------------------------------------------------------------
	test
------------------------------------------------------------*/
.comContactBox{
    height: 316px;
    background-color: #e8ecf1;
}



/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	bold
------------------------------------------------------------*/
.bold {
	font-weight: bold;
}
/*------------------------------------------------------------
	.color
------------------------------------------------------------*/
.color {
	color: #3ea6ae;
}
/*------------------------------------------------------------
margin-bottom
------------------------------------------------------------*/
.btm0 {
	margin-bottom: 0 !important;
}
/*------------------------------------------------------------
	letter-spacing
------------------------------------------------------------*/
.ls0 {
	letter-spacing: 0;
}
/*------------------------------------------------------------
	.flexWrap
------------------------------------------------------------*/
.flexWrap{
	display: flex;
}
/*------------------------------------------------------------
	.list
------------------------------------------------------------*/
ul.list li{
	padding-left: 17px;
	list-style-type: none;
	margin-top:13px;
	position: relative;
}
ul.list li:before{ 
	content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/common/list_dot.png");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center top 9px;
}
@media all and (max-width: 767px) {
ul.list li{
	margin-top:9px;
}
ul.list li:before{
  top: -1px;
}
}
/*------------------------------------------------------------
	.content
------------------------------------------------------------*/
.content {
	width: 900px;
	margin: 0 auto;
}

@media all and (max-width: 767px) {
	.content {
		width: auto;
		margin: 0 14px;
	}
	
}

/*------------------------------------------------------------
	.section common
------------------------------------------------------------*/
.section .topPhoto {
	width: 900px;
	margin: 0 auto 30px;
}
.section .topText{
	margin-bottom: 44px;
}
.section .topText p{
	margin-top: 13px;
}
.section .topText p:first-of-type{
	margin-top: 0;
}
.section .infoBox {
    margin-bottom: 74px;
    padding-bottom: 74px;
    border-bottom: 2px solid #e8ecf1;
}
.section .infoBox:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.section .infoBox .pdBtm0{
	padding-bottom: 0 !important;
}
.section .infoBox p{
	margin-top:12px;
}
.section .infoBox p:first-of-type{
	margin-top: 0;
}
.section .infoBox .photoBox {
    padding: 0 0 9px 14px;
    float: right;
    width: 345px;
}
.section .infoBox .textBox .photoBox {
	display: none;
}
.section .infoBox .reasonInner + .subInner {
    margin-top: 44px;
}

.section .infoBox .subInner {
    margin-bottom: 44px;
}
.section .infoBox .subInner:last-child {
    margin-bottom: 0;
}
.section .infoBox .subInner .photoBox {
    padding: 0 0 10px 10px;
    float: right;
    width: 270px;
}
.section .infoBox .subInner .textBox h4 {
    font-size: 2rem;
    line-height: 1.45;
}
.section .infoBox .subInner .textBox p {
    margin-top: 12px;
}
.section .infoBox .subInner .textBox p:first-of-type{
	margin-top: 0;
}

@media all and (max-width: 767px) {
.section .topPhoto {
	width: 100%;
	margin: 0 auto 30px;
}
.section .topPhoto img{
	width: 100%;
}
.section .topText{
	margin-bottom: 30px;
}
.section .topText p{
	margin-top: 12px;
}
.section .infoBox {
    margin-bottom: 35px;
    padding-bottom: 35px;
}
	
.section .infoBox .pdBtm0{
	padding-bottom: 0 !important;
}
.section .infoBox p{
	margin-top:10px;
}
.section .infoBox .photoBox{
		display: none;
		padding: 0;
		float: none;
		width: auto;
	}
.section .infoBox .photoBox img{
	width: 100%;
	}
.section .infoBox .textBox .photoBox {
	display: block;
	padding: 0 0 10px;
	text-align: center;
	}
.section .infoBox .reasonInner + .subInner {
    margin-top: 35px;
}
.section .infoBox .subInner {
    margin-bottom: 35px;
}
.section .infoBox .subInner .photoBox {
    padding: 0 0 10px 0;
    float: none;
    width: 100%;
}
.section .infoBox .subInner .photoBox img{
    width: 100%;
}
.section .infoBox .subInner .textBox h4 {
    font-size: 1.8rem;
    line-height: 1.4;
}
.section .infoBox .subInner .textBox p {
    margin-top: 10px;
}
	
}
/*------------------------------------------------------------
	comBox01
------------------------------------------------------------*/
.comBox01 {
	padding: 40px 0 50px;
	background-color: #3ea6ae;
	position: relative;
}
.comBox01:before {
	content: "";
	width: 25px;
	height: 13px;
	margin-left: -13px;
	position: absolute;
	left: 50%;
	bottom: -11px;
	background: url("../img/common/arrow01.png") no-repeat;
	background-size: 25px 13px;
}
.comBox01{
	color: #fff;
	text-align: center;
}
.comBox01 .title {
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.3;
}
.comBox01 .noteText {
	margin-top: 12px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.comBox01 .textImg {
	text-align: center;
	margin-top: 26px;
}
.comBox01 .textImg img {
	width: 900px;
}

@media all and (max-width: 767px) {
	.comBox01 {
		padding: 22px 14px 25px;
		letter-spacing: 0;
	}
	.comBox01:before {
		width: 19px;
		height: 10px;
		background-size: 19px 10px;
		margin-left: -9px;
		bottom: -10px;
	}
	.comBox01 .title {
		font-size: 1.9rem;
		line-height: 1.52;
	}
	.comBox01 .noteText {
		font-size: 1.2rem;
		line-height: 1.66;
		margin-top: 5px;
	}
	.comBox01 .textImg {
		margin-top: 12px;
	}
	.comBox01 .textImg img {
		width: auto;
	}

}

/*------------------------------------------------------------
	comBox02
------------------------------------------------------------*/
.comBox02 {
	padding: 50px 0 45px;
	background-color: #e8ecf1;
}
.comBox02 .wrap{
	padding-left: 5px;
	margin-bottom:29px;
}
.comBox02 .inner {
	width: 905px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.comBox02 .lBox {
	width: 232px;
}
.comBox02 .lBox img {
	width: 209px;
}
.comBox02 .cBox {
	width: 431px;
	padding-top: 18px;
	text-align: center;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}
.comBox02 .cBox img {
	width: 381px;
}
.comBox02 .rBox {
	width: 240px;
	text-align: right;
	margin: -6px;
}
.comBox02 .rBox .line img {
	width: 223px;
}
.comBox02 .rBox .link img {
	width: 223px;
}
.comBox02 .rBox a:hover {
	opacity: 0.7;
}
.comBox02 .login {
	margin: 0 auto;
	text-align: center;
}
.comBox02 .login img{
	width: 380px;
}
@media all and (max-width: 767px) {
.comBox02 {
	padding: 24px 10px 26px;
}
.comBox02 .wrap{
	padding-left: 0px;
	margin-bottom:20px;
	width: 100%;
}
.comBox02 .inner {
	width: 100%;
	display: block;
}
.comBox02 .lBox {
	width: 100%;
	text-align: center;
}
	
.comBox02 .lBox img {
	width: 79.5312vw;
	max-width: 509px;
}
.comBox02 .cBox {
	display: flex;
	justify-content: center;
	width: auto;
	padding-top: 12px;
	border:none;
}
.comBox02 .cBox img {
	width: 100%;
}
.comBox02 .rBox {
	width: 100%;
	text-align: center;
	margin: 2px 0 0;
}
.comBox02 .rBox .line img {
	width:auto;
}
.comBox02 .rBox .link{
	display: none;
}

.comBox02 .login {
	margin: 20px auto 0;
	text-align: center;
}
.comBox02 .login p{
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 3px;
	}
.comBox02 .login img{
	width: 78.75vw;
}
	
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 29px;
	text-align: center;
	font-size: 3rem;
	line-height: 1.6;
}
.headLine02 .sub{
	display: block;
	font-size: 2rem;
    margin-top: 4px;
}

@media all and (max-width: 767px) {
.headLine02 {
	margin-bottom: 10px;
	font-size: 2rem;
	line-height: 1.3;
	}
.headLine02 .sub{
	font-size: 1.5rem;
    margin-top: 5px;
}
}


/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin: 0 0 27px;
    font-size: 2.2rem;
	display: table;
}

.headLine03 .ttl,
.headLine03 .text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.headLine03 .ttl {
	vertical-align: top;
}
.headLine03 .reason,
.headLine03 .point{
	padding: 8px 0;
	width: 62px;
    height: 62px;
    display: block;
	color: #3ea6ae;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #3ea6ae;
}
.headLine03 .point{
    font-family: 'Roboto Condensed', sans-serif;
}
.headLine03 .ttl .num {
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
.headLine03 .text {
    padding: 0 0 0 13px;
    width: 490px;
    height: 62px;
    line-height: 1.45;
}

@media all and (max-width: 767px) {
	.headLine03 {
		margin: 0 0 11px;
		font-size: 1.8rem;
		line-height: 1.4;
		display: block;
	}
	.headLine03 .ttl,
	.headLine03 .text {
		display: block;
	}
	.headLine03 .ttl {
		margin-bottom: 9px;
    }
	.headLine03 .reason,
	.headLine03 .point {
		min-width: 60px;
		height: auto;
		padding: 7px 0 5px;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.headLine03 .ttl .num {
		margin: -2px 0 0 3px;
		display: inline-block;
		font-size: 1.8rem;
		vertical-align: middle;
	}
	.headLine03 .ttl .point .num{
		margin: -4px 0 0 3px;
	}
	.headLine03 .text {
		padding-left: 0;
		width: auto;
		height: inherit;
		line-height: 1.4;
		letter-spacing: 0;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	padding: 14px 0 14px 12px;
	margin-bottom: 27px;
	font-size: 2.2rem;
	line-height: 1.45;
	border-left: 3px solid #3ea6ae;
	height: 57px;
}
.headLine04.line2{
	height: 86px;
}
@media all and (max-width: 767px) {
	.headLine04 {
		padding: 23px 0 23px 10px;
		margin-bottom: 10px;
		font-size: 1.92rem;
		line-height: 1.5;
		border-left: 2px solid #3ea6ae;
		height: auto;
	}
.headLine04.line2{
	height: auto;
}
}

