@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/

/*------------------------------------------------------------
	mainVisual　（参照画像パス注意）
------------------------------------------------------------*/
.mainVisual {
	min-height: 320px;
	padding-top: 124px;
	background: url(../img/photofunctionalization/main_img.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

.mainVisual p {
	margin-bottom: 97px;
	font-size: 45px;
	text-align: center;
	color: #FFF;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	letter-spacing: 5px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.mainVisual {
		min-height: 100px;
		padding-top: 24px;
		background: url(../img/photofunctionalization/sp_main_img.jpg) no-repeat center center;
		background-size: cover;
	}

	.mainVisual p {
		margin-bottom: 0;
		font-size: 19px;
		letter-spacing: 3px;
	}

}
/*------------------------------------------------------------
	テキスト関係
------------------------------------------------------------*/
#conts p {
	margin-bottom: 30px;
	line-height: 1.875;
}

#conts .btp{
	margin-bottom: 60px;
}

#conts p .txtSpan {
	font-weight: bold;
	text-decoration: underline;
}

#conts p a:hover {
	text-decoration: none;
}

#conts a {
	color: #003a6b;
}

#conts a:hover {
	text-decoration: underline;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#conts {
		font-size: 13px;
	}
	
	#conts p {
		margin-bottom: 24px;
		line-height: 1.76;
		font-size: 13px;
	}

	#conts p .txtSpan {
		font-weight: normal;
		text-decoration: none;
	}
	
}
/*------------------------------------------------------------
	imgBox（右か左に画像があるbox）
	サイズなどデザインを見て変更
------------------------------------------------------------*/
#conts .imgBoxR {
	margin-bottom: 35px;
}

#conts .imgBoxR .photoBox {
	margin-top: 6px;
	float: right;
}

#conts .imgBoxR .textBox {
	width: 330px;
	float: left;
}

#conts .imgBoxR .textBox p {
	margin-bottom: 0;
}

#conts .imgBoxL {
	margin-bottom: 35px;
}

#conts .imgBoxL .photoBox {
	margin-top: 6px;
	float: left;
}

#conts .imgBoxL .textBox {
	width: 341px;
	float: right;
}

#conts .imgBoxL .textBox p {
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .imgBoxR {
		margin-bottom: 49px;
	}

	#conts .imgBoxR .photoBox {
		margin: 0 85px 20px;
		float: none;
	}
	
	#conts .imgBoxR .photoBox img {
		width: 100%;
	}

	#conts .imgBoxR .textBox {
		width: auto;
		float: none;
	}

	#conts .imgBoxR .textBox p {
		margin-bottom: 0px;
	}

	#conts .imgBoxL {
		margin-bottom: 20px;
	}

	#conts .imgBoxL .photoBox {
		margin: 0 85px;
		float: none;
	}
	
	#conts .imgBoxL .photoBox img {
		width: 100%;
	}

	#conts .imgBoxL .textBox {
		width: auto;
		float: none;
	}
	
	#conts .imgBoxL .textBox p {
		margin-bottom: 22px;
	}
}
/*------------------------------------------------------------
	contents（ページ毎のコンテンツ）
------------------------------------------------------------*/
#conts .color{
	background: #eef0f2;
}

#conts .txt01{
	margin-bottom: 10px;
	font-weight: bold;
}

#conts .borderBox{
	padding: 25px 4em 5px;
	margin-bottom: 60px;
	border: 2px solid #eef0f2;
}

#conts .borderBox .ttl{
	margin-bottom: 40px;
	text-align: center;
}

#conts .borderBox .ttl p{
	display: inline-block;
	margin: 0;
	color: #003a6b;
	font-size: 20px;
	border-bottom: 1px solid #003a6b;
}

#conts .borderBox .photoBox{
	margin: 0 auto 40px;
}

#conts .borderBox .photoBox img{
	width: 100%;
}


#conts .borderBox .txt{
	margin: 0 auto20px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .borderBox{
		padding: 15px 15px 5px;
		margin-bottom: 30px;
	}
	
	#conts .borderBox .ttl{
		margin-bottom: 15px;
	}
	
	#conts .borderBox .ttl p{
		font-size: 16px;
	}
	
	#conts .borderBox .txt{
		margin: 0 auto 10px;
		width: 100%;
	}
	
	#conts .borderBox .photoBox{
		margin: 0 auto 15px;
		width: 100%;
	}
}
/*IEのみ*/
@media all and (-ms-high-contrast:none){
}
/*** add 190821 ***/

#conts h3.headLine03{
	border-bottom: none;
	padding-top: 23px;
	margin-bottom: 5px;
}

#conts .pointBox{
	background: #eef0f2;
	padding: 27px 50px;
}

#conts .pointBox .photoBox{
	text-align: center;
	margin-bottom: 32px;
}

#conts .pointBox .ttl{
	font-weight: bold;
	font-size: 20px;
	color: #003a6b;
	text-align: center;
	margin-bottom: 60px;
}

#conts .pointBox .ttl span{
	position: relative;
}

#conts .pointBox .ttl span:after{
	position: absolute;
	border-bottom: 1px solid #003a6b;
	width: 170px;
	bottom: -4px;
	left: 65px;
	
	content: "";
}

#conts .pointBox .liTtl{
	margin-bottom: 18px;
	font-size: 20px;
	color: #003a6b;
    font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
}

#conts .pointBox .liTxt{
	margin-bottom: 40px;
	font-size: 17px;
	padding-left: 5px;
}

#conts .pointBox li:last-child .liTxt{
	margin: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts h3.headLine03{
		padding-top: 15px;
		margin: 0 0 17px;
	}

	#conts .pointBox{
		padding: 38px 13px 36px;
	}

	#conts .pointBox .photoBox{
		margin-bottom: 26px;
	}

	#conts .pointBox .photoBox img{
		width: 37%;
	}
	
	#conts .pointBox .ttl{
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 38px;
	}

	#conts .pointBox .ttl span:after{
		width: 50px;
		left: 87px;
	}

	#conts .pointBox .liTtl{
		margin-bottom: 15px;
		font-size: 14px;
		font-weight: bold;
		font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}

	#conts .pointBox .liTxt{
		margin-bottom: 44px;
		font-size: 13px;
		padding-left: 0;
	}

	#conts .pointBox li:last-child .liTxt{
		margin: 0;
	}
}


/*** end 190821 ***/