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

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive{
	max-width: 100%;
height: auto;
}

body{
	-webkit-text-size-adjust: 100%;
}

.titleWrap {
    background: none;
    padding: 0;
}

body#shigaisen main {
    padding-top: 80px;
}

/* 導入 */
.intro{
	text-align:center;
	margin-bottom:80px;
	padding:70px 15px 0;
}

.intro dt{
	font-size:34px;
	color:#595757;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing:5px;
	line-height:1.6em;
	margin-bottom:20px;
}

.intro dd{
	font-size:19px;
	color:#595757;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing:2px;
	line-height:2em;
}

/* タイトル系 */
h2{
	margin-bottom: 40px;
}

h3{
	font-size: 32px;
	color: #595757;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.6em;
}

h4{
	margin-bottom: 100px;
	position: relative;
}

h4:after{
	content: "";
	width: 60px;
	height: 4px;
	background: #231815;
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -30px;
}


/* サブナビ */
.snav{
	max-width: 900px;
	margin: 0 auto 70px;
	overflow: hidden;
}

.snav li{
	float: left;
	width: 33.333333%;
}

.snav li{
	padding: 0 10px;
}


/* 紫外線の影響 */
.section_eikyo{
	padding: 0 15px 70px;
}

.section_eikyo .ic{
	max-width: 900px;
	margin: 0 auto 70px;
	overflow: hidden;
}

.section_eikyo .ic li{
	float: left;
	width: 25%;
}

.section_eikyo .eikyo_box{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.section_eikyo .eikyo_box div{
	float: left;
	width: 45%;
}

.section_eikyo .eikyo_box .pic{
	float: right;
	width: 55%;
}

.section_eikyo .eikyo_box div p{
	margin-bottom: 40px;
}

.section_eikyo .eikyo_box div dl dt{
	margin-bottom: 15px;
}

.section_eikyo .eikyo_box div dl dd{
	font-size: 19px;
	color: #595757;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: 2px;
	line-height: 1.5em;
}

/* 診断 */
.section_shindan{
	margin-bottom: 100px;
	padding: 70px 15px;
	background: #fffabc;
}

.section_shindan .check{
	max-width: 900px;
	margin: 0 auto 30px;
	overflow: hidden;
}

.section_shindan .check li{
	float: left;
	font-size: 19px;
	color: #595757;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin-right: 40px;
	line-height: 2em;
	letter-spacing: 2px;
}

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

.section_shindan .check li:nth-child(6){
margin-right: 60px;
}

.section_shindan .kekka{
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.section_shindan .kekka li{
	float: left;
	width: 33.333333%;
}

.section_shindan .kekka li{
	padding: 0 20px;
}

/* 日焼け止めの選び方 */
.section_choice{
	margin-bottom: 100px;
	padding: 0 15px;
}

.section_choice .box01,
.section_choice .box02,
.section_choice .box03{
	margin: 0 -15px;
	padding: 50px 15px;
}

.section_choice .box01{
		background: #ffece6;
	}
	
	.section_choice .box03{
		background: #fffabc;
	}

.section_choice .point_box{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.section_choice .point_box div{
	float: left;
	width: 65%;
}

.section_choice .box02 .point_box div{
	float: right;
}

.section_choice .point_box.wide div{
	float: none;
	width: 100%;
}

.section_choice .point_box div .ic{
	margin-bottom: 30px;
	position: relative;
}

.section_choice .box02 .point_box div .ic{
	text-align: right;
}

.section_choice .box01 .point_box div .ic:after{
	content: "";
	background: url(../img/shigaisen/ic_image_point01.png) no-repeat left top;
	background-size: 153px;
	width: 153px;
	height: 148px;
	position: absolute;
	left: 200px;
	top: 20px;
}

.section_choice .box02 .point_box div .ic:after{
	content: "";
	background: url(../img/shigaisen/ic_image_point02.png) no-repeat left top;
	background-size: 131px;
	width: 131px;
	height: 131px;
	position: absolute;
	right: 220px;
	top: 20px;
}

.section_choice .box03 .point_box div .ic:after{
	content: "";
	background: url(../img/shigaisen/ic_image_point03.png) no-repeat left top;
	background-size: 150px;
	width: 150px;
	height: 166px;
	position: absolute;
	left: 230px;
	top: 0;
}

.section_choice .point_box div .text{
	font-size: 32px;
	color: #595757;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	margin-bottom: 60px;
	position: relative;
	letter-spacing: 6px;
	line-height: 1.5em;
}

.section_choice .box02 .point_box div .text{
	text-align: right;
}

.section_choice .point_box div .text:after{
	content: "";
	width: 40px;
	height: 4px;
	background: #231815;
	position: absolute;
	bottom: -35px;
	left: 0;
}

.section_choice .box02 .point_box div .text:after{
	left: auto;
	right: 0;
}

.section_choice .box02 .point_box div dl{
	text-align: right;
}

.section_choice .point_box div dl dt{
	font-size: 19px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.section_choice .point_box div dl dt.pink{
	color: #f09091;
}

.section_choice .point_box div dl dt.blue{
	color: #00a0e9;
}

.section_choice .point_box div dl dd{
	font-size: 19px;
	color: #595757;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin-bottom: 20px;
	letter-spacing: 2px;
	line-height: 1.5em;
}

.section_choice .point_box ul{
	float: right;
	width: 35%;
}

.section_choice .box02 .point_box ul{
	float: left;
}

.section_choice .point_box ul li:first-child{
	margin-bottom: 20px;
}

/* イチオシの日焼け止め */
.section_ichioshi{
	padding: 0 15px 100px;
}

.section_ichioshi .ichioshi_box{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.section_ichioshi .ichioshi_box div{
	float: left;
	width: 45%;
}

.section_ichioshi .ichioshi_box div p{
	margin-bottom: 40px;
}

.section_ichioshi .ichioshi_box div dl dt{
	font-size: 19px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #f09091;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.section_ichioshi .ichioshi_box div dl dd{
	font-size: 19px;
	color: #595757;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin-bottom: 20px;
	letter-spacing: 2px;
	line-height: 1.5em;
}

.section_ichioshi .ichioshi_box dl.item{
	float: right;
	width: 52%;
	padding-left: 3%;
}

.section_ichioshi .ichioshi_box dl.item dt{
	margin-bottom: 20px;
}

.section_ichioshi .ichioshi_box dl.item dd{
	font-size: 30px;
	color: #f09091;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing: 2px;
	text-align: center; 
	line-height: 1.5em;
}




@media screen and (max-width: 1079px) {
	body#shigaisen main {
    padding-top: 50px;
}
}



@media screen and (min-width: 750px) {
	.pc_display{
		display: block !important;
	}
	.sp_display{
		display: none !important;
	}
}

@media screen and (max-width: 749px) {
	.pc_display{
		display: none !important;
	}
	.sp_display{
		display: block !important;
	}
	
	/* 導入 */
	.intro{
	margin-bottom:50px;
	padding:50px 15px 0;
}

.intro dt{
	font-size:24px;
	letter-spacing:3px;
	text-align: left;
}

.intro dd{
	font-size:16px;
	letter-spacing:1px;
	text-align: left;
}
	
	/* タイトル系 */
h2{
	margin-bottom: 20px;
}

h3{
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
	
	h4{
	margin-bottom: 70px;
}
	
	/* サブナビ */
.snav{
	margin: 0 auto 50px;
}

.snav li{
	float: left;
	width: 100%;
}

.snav li{
	padding: 0 10px;
	margin-bottom: 10px;
}


/* 紫外線の影響 */
.section_eikyo{
	padding: 0 15px 50px;
}

.section_eikyo .ic{
	margin: 0 auto 30px;
}

.section_eikyo .ic li{
	width: 50%;
	margin-bottom: 10px;
}
	.section_eikyo .ic li img{
		padding: 0 5px;
	}

.section_eikyo .eikyo_box div{
	float: none;
	width: 100%;
}

.section_eikyo .eikyo_box .pic{
	float: none;
	width: 100%;
}

.section_eikyo .eikyo_box div p{
	margin-bottom: 20px;
}

.section_eikyo .eikyo_box div dl dd{
	font-size: 19px;
}
	
	/* 診断 */
.section_shindan{
	margin-bottom: 50px;
	padding: 50px 15px;
}

.section_shindan .check li{
	float: none;
	font-size: 16px;
	margin-right: 0;
}

.section_shindan .check li:nth-child(6){
margin-right: 0;
}

.section_shindan .kekka li{
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

.section_shindan .kekka li{
	padding: 0;
}
	
	/* 日焼け止めの選び方 */
.section_choice{
	margin-bottom: 50px;
}

.section_choice .point_box{
	margin: 0 auto;
}
	
.section_choice .point_box div{
	float: none;
	width: 100%;
}

.section_choice .point_box div .ic{
	width: 100px;
	margin-bottom: 20px;
}
	
	.section_choice .box01 .point_box div .ic:after{
	background-size: 80px;
	width: 80px;
	height: 100px;
	position: absolute;
	left: 120px;
	top: 20px;
}

.section_choice .box02 .point_box div .ic:after{
	background-size: 70px;
	width: 70px;
	height: 70px;
	position: absolute;
	right: auto;
	left: 130px;
	top: 20px;
}

.section_choice .box03 .point_box div .ic:after{
	background-size: 80px;
	width: 80px;
	height: 100px;
	position: absolute;
	left: 130px;
	top: 0;
}

.section_choice .point_box div .text{
	font-size: 24px;
	margin-bottom: 60px;
	letter-spacing: 2px;
}
	
	.section_choice .box02 .point_box div .text{
		text-align: left;
	}

.section_choice .point_box div .text:after{
	bottom: -25px;
}
	
	.section_choice .box02 .point_box div .text:after{
	left: 0;
	right: auto;
}

	.section_choice .box02 .point_box div dl{
		text-align: left;
	}
	
.section_choice .point_box div dl dt{
	font-size: 19px;
}

.section_choice .point_box div dl dd{
	font-size: 19px;
}

.section_choice .point_box ul{
	float: none;
	width: 100%;
}
	
	.section_choice .point_box ul li{
		float: left;
		width: 50%;
	}
	
	.section_choice .point_box ul li img{
		padding: 0 5px;
	}

	/* イチオシの日焼け止め */
.section_ichioshi{
	padding: 0 15px 30px;
}
	
.section_ichioshi .ichioshi_box div{
	float: none;
	width: 100%;
}

.section_ichioshi .ichioshi_box div p{
	margin-bottom: 20px;
}

.section_ichioshi .ichioshi_box div dl dt{
	font-size: 19px;
}

.section_ichioshi .ichioshi_box div dl dd{
	font-size: 19px;
}

.section_ichioshi .ichioshi_box dl.item{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.section_ichioshi .ichioshi_box dl.item dd{
	font-size: 20px;
}
}