@charset "utf-8";

/*=======================================================
	グーン
=======================================================*/
.cont_base{
	border: 4px solid #fff;
  overflow: hidden;
}

/*---------------------------------------------
	index
---------------------------------------------*/
.content_index_header{
	padding: 0;
	text-align: center;
}
.content_index_header div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.content_index_header h1{
	margin: 30px 70px 25px  100px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/index_ttl.png) no-repeat center center;
	width: 627px;
	height: 103px;
}
.index_main_img{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/index_main_img.png) no-repeat left top;
	width: 962px;
	height: 673px;
}
.content_index_main{
	margin: 0 0 4px;
	padding: 45px 45px 30px;
	background: url(../img/background.png) repeat left top;
}
.index_nav_leakage{
	margin: 0 0 15px;
	border: 2px solid #0075c1;
	background-color: #fff;
	text-align: center;
}
.index_nav_leakage a{
	padding: 20px 20px 10px;
	display: block;
	background: url(../img/link_arrow.svg) no-repeat 98% center;
}
.index_nav_leakage a p,
.index_nav_leakage a h2{
	margin: 0 0 7px;
	color: #0075c1;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}
.index_nav_point{
	margin: 0 0 10px;
	padding: 15px;
	border: 2px solid #0075c1;
	background-color: #fff;
	text-align: center;
}

.index_nav_point_ttl{
	margin: 0 0 5px;
}
.index_nav_point_box{
	box-sizing: border-box;
}
.index_nav_point_box a{
	padding: 20px;
	display: block;
	background: url(../img/night_bg.png) repeat left top;
	color: #fff;
	text-align: center;
}
.index_nav_leakage a:hover,
.index_nav_point_box a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.index_nav_point_box .index_nav_lead{
	margin-bottom: 10px;
	padding: 0 0 3px;
	display: inline-block;
	border-bottom: 2px dashed #fff;
	font-size: 1.5rem;
}
.index_nav_ttl{
	margin-bottom: 10px;
}
.index_nav_point_box .index_nav_lead2{
	margin-bottom: 10px;
	font-size: 1.5rem;
}


/* お客様の声 */
.index_nav_pants{
	position: relative;
}
.voice_btn a{
	display: none;
}
.voice_cont{
	margin: 6px 0 10px;
	padding: 20px 50px;
	border-top: 1px dashed #90c8ff;
}
.voice_ttl{
	margin: 0 0 10px;
	text-align: center;
}
.voice_ttl + p{
	margin: 0 0 20px;
	color: #0075c1;
	font-size: 1.4rem;
}
.voice_list li{
	margin: 10px 0;
	padding: 15px 40px;
	font-size: 1.5rem;
	border: 3px solid #d1ebfc;
	box-sizing: border-box;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction : row;
}
.voice_list li:nth-child(2n){
	flex-direction: row-reverse;
}
.voice_img img{
	width: 130px;
	height: 130px;
}
.voice_list li > div{
	margin: 0 auto;
	width: 70%;
}
.voice_list dl{
	margin: 10px 0;
	display: flex;
}
.voice_list dl > div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.voice_list dl dd{
	margin-right: 20px;
}
.voice_list dl dd img{
	vertical-align: top;
}


/*---------------------------------------------
	ボトム
---------------------------------------------*/
/* --- ボトム共通 --- */
/* ボトムナビゲーション */
.goonnight_nav{
	display: flex;
	flex-wrap: wrap;
	background-color: #004a92;
	color: #fff;
}
.nav_goonnight_name{
	margin: 25px 0 0 25px;
	overflow: hidden;
	width: 283px;
	height: 45px;
	background: url(../img/nav_goonnight_name.png) no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
}
.nav_goonnight_name a{
	display: block;
	height: 45px;
}
.goonnight_nav_list{
	padding: 25px 0 15px 25px;
	text-align: center;
	letter-spacing: -0.4em;/*隙間をなくす*/
}
.goonnight_nav_list > li{
	margin: 0 5px;
	padding: 0;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	font-size: 1.7rem;
	text-align: center;
	letter-spacing: normal;/*隙間をなくす*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.goonnight_nav_list > li > a,
.goonnight_nav_list > li span{
	padding: 5px;
	display: block;
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #004a92;
	color: #fff;
	font-size: 1.8rem;
	vertical-align: middle;
	white-space: nowrap;
	transition: 0.2s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.goonnight_nav_list > li span:hover{
	cursor: default;
}
.goonnight_nav_list > li.hover > a,
.goonnight_nav_list > li.hover > span{
	border-bottom: 2px solid rgba(255, 239, 152, 0.54);
	color: #ffef98;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.goonnight_nav_list li ul{
	margin: 0 0 0 -1px;
	position: absolute;
	z-index: 999;
	top: 100%;
	right: 0;
	left: 0;
	width: 22em;
	opacity: 0;
}
.goonnight_nav_list li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: 0.2s;
}
.goonnight_nav_list li ul li:last-child{
	border-top: none;
}
.goonnight_nav_list li ul li a{
	padding: 0 10px;
	display: block;
	box-sizing: border-box;
	background-color: #f7d100;
	color: #333;
	font-size: 1.4rem;
	text-decoration: none;
	vertical-align: middle;
	line-height: 38px;
}
.goonnight_nav_list li ul li.hover a{
	height: 38px;
	background-color: #ffeb80;
}
.goonnight_nav_list li.hover ul {
	background-color: #f7d100;
	opacity: 1.0;
	border: 1px solid #0664b6;
}
.goonnight_nav_list li.hover ul li{
	overflow: visible;
	height: 38px;
	border-bottom: 1px solid #819b70;
}
.goonnight_nav_list li.hover ul li:last-child{
	border-bottom: none;
}
.goonnight_nav_list .current > a,
.goonnight_nav_list .current > span{
	border-bottom: 2px solid #f7d100;
	color: #f7d100;
}
.gd{
	margin-left: auto;
}
.gd img{
	margin: 10px;
	width: 70px;
}

/* ボトムヘッダー */
.content_header{
	padding: 20px 0 40px;
	background: url(../img/star1.png) no-repeat 60px 25px, url(../img/star2.png) no-repeat 90% 25px, url(../img/night_bg.png) repeat left top;
	color: #fff;
	text-align: center;
}
.goonnight_pants .content_header,
.goonnight_pad .content_header{
	background: url(../img/star1.png) no-repeat 100px 35px, url(../img/star2.png) no-repeat 87% 35px, url(../img/night_bg.png) repeat left top;
}
.point_ttl img{
	margin: 0 0 9px 0;
}
.content_ttl_lv1{
	margin: 0 0 10px;
	text-align: center;
}
.header_lead{
	margin: 0 0 30px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.item_info{
	margin: 25px 100px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.item_info_img{
	margin: -10px 20px 0 0;
}

/* サイズ目安 */
.size_cont{
	padding-top: 0;
	width: 400px;
	color: #fff;
	text-align: center;
}
.size_cont p{
	font-size: 1.5rem;
}
.size_list div{
	margin: 0 3px 3px;
	padding: 5px;
	width: 9em;
	background-color: #3fa9f5;
}
.size_list dt{
	padding-top: 5px;
	line-height: 1.0;
}
.size_list dd{
	font-size: 1.5rem;
	font-weight: bold;
}

/* 本文 */
.cont_box_wrap{
	margin: 0 0 4px;
	padding: 45px 50px;
	background: url(../img/background.png) repeat left top;
}
.cont_box{
	margin: 0 0 10px;
	padding: 35px 50px 25px ;
	border: 2px solid #0075c1;
	background-color: #fff;
	text-align: center;
}
.point_cont{
	margin: 0 0 30px;
	padding: 0 30px 30px;
	border-bottom: 2px dotted #ccc;
}
.point_section{
	margin: 0 0 40px;
}
.point_section:last-child{
	margin: 0 0 0;
}
.point_cont:last-child{
	margin: 0;
	border: none;
}
.content_ttl_lv2{
	margin: 0 0 25px;
}
.point{
	margin: 0 0 18px;
	position: relative;
}
.point img{
	padding: 0 28px 5px;
	display: inline-block;
	width: 77px;
	border-bottom: 3px solid #f7d100;
	background: url(../img/ttl_bg_star.svg) no-repeat left 1px,url(../img/ttl_bg_star.svg) no-repeat 99% 1px;
	background-size: 15px 15px;
}
.cont_box p{
	font-size: 1.5rem;
}
.cont_box p strong{
	color: #f84c6d;
}
.point_img{
	margin: 10px 0;
}
.point_img:last-child{
	margin-bottom: 0;
}
.cont_box p.note,
.cont_box li.note{
	font-size: 1.2rem;
}
.cont_box p.note{
	margin-top: 10px;
}
.box_btm .size_list{
	margin: 0 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.goonnight_pants .box_btm .size_cont{
	width: auto;
}

/* 下部ナビゲーション */
.content_bottom_nav{
	padding: 15px;
	background: url(../img/night_bg.png) repeat left top;
	color: #fff;
}
.content_bottom_nav ul{
	text-align: center;
}
.content_bottom_nav ul li{
	margin: 0 10px 0;
	display: inline-block;
}
.content_bottom_nav a{
	padding: 0 0 0 10px;
	display: inline-block;
	background: url(../img/arrow.svg) no-repeat left center;
	color: #fff;
}
.content_bottom_nav ul li.current a{
	display: block;
	border-bottom: 1px solid #f7d100;
	background: url(../img/arrow_current.svg) no-repeat left center;
	color: #f7d100;
}

/* 下部 サイズ表 */
.series_size{
	margin: 30px auto 40px;
	width: 88%;
}
.series_size_ttl{
	margin: 0 0 10px;
	color: #004a92;
	font-size: 1.8rem;
	text-align: center;
}
.night_series_size_wrap{
	margin: 0 0 10px;
	border: 2px solid #004a92;
}
.basic_table{
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
}
.night_series_size.basic_table th,
.night_series_size.basic_table td{
	padding: 5px 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.4;
}
.night_series_size.basic_table th{
	border-right: none;
	border-bottom: 1px solid #65839d;
	background: #0664b6;
	color: #fff;
	width: 26.5%;
}
.night_series_size.basic_table td{
	width: 10.5%;
	vertical-align: middle;
}
.night_series_size.basic_table td:last-child{
	border-right: none;
}
.night_series_size2{
	margin: 0;
	background-color: #fff;
}
.night_series_size2 div{
	display: flex;
	flex-wrap: wrap;
}
.night_series_size2 dt{
	margin: 0;
	padding: 3px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26.5%;
	border-bottom: 1px solid #6eb1f2;
	background: #97cbf7;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.night_series_size2 dt a{
	padding: 0 0 0 10px;
	display: inline-block;
	background: url(../img/arrow2.svg) no-repeat left center;
	color: #004a92;
}
.night_series_size2 dd{
	margin: 0;
	padding: 3px 0;
	display: flex;
	box-sizing: border-box;
	width: 73.5%;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.night_series_size2 span{
	margin: 2px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #3fa9f5;
	color: #fff;
	font-size: 1.4rem;
}
.night_series_size2 .night_kids_pants span{
	width: calc((100%/7)*4);
}
.night_series_size2 .night_jr_pants span{
	margin-left: calc((100%/7)*2);
	width: calc((100%/7)*4);
}
.night_series_size2 .point_pad span{
	width: calc((100%/7)*6);
}
.night_series_size2 div:last-child dt,
.night_series_size2 div:last-child dd{
	border-bottom: none;
}
.night_series_size2 .current dt{
	background: #f2d811;
}
.night_series_size2 .current dt a{
	color: #f84c6d;
}
.night_series_size2 .current dd{
	background: #fff4ba;
}
.night_series_size2 .current  span{
	background: #ffa326;
}
.night_series_size2 .current dt a{
	background: url(../img/arrow_current2.svg) no-repeat left center;
}

/* ご購入はこちら */
.buy_ec{
	margin: 30px auto;
	border-radius: 5px;
	background-color: #fff;
}
.content_header .buy_ec{
	margin: 0 auto;
	width: 90%;
}
a.buy_ec_btn{
	margin: 0;
	padding: 10px 17px 10px 17px;
	color: #85807d;
	font-weight: bold;
	text-align: center;
}
.buy_ec_btn:hover{
	opacity: 0.8;
	text-decoration: none;
}
.buy_ec_btn img{
	position: relative;
	width: 120px;
	vertical-align: middle;
}
.buy_ec_btn:after{
	right: 20px;
}
.box_btm .buy_ec_btn{
	padding: 15px 17px 15px 20px;
	box-shadow: 0 0 2px rgba(0,0,0,1.0),0 0 2px rgba(0,0,0,1.0);
	font-size: 1.8rem;
}
.onlineshop{
	margin-top: -50px;
	padding: 76px 0 100px;
	position: relative;
}
.onlineshop:before{
	content: ' ';
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 2px dotted #fff;
}
.onlineshop:after{
	content: ' ';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 2px dotted #fff;
}
.ecshop_list{
	margin: 10px auto 0;
	width: 700px;
	text-align: center;
}
.ecshop_list li{
	margin: 0 2px;
	display: inline-block;
	width: 300px;
	vertical-align: top;
}
.ecshop_list li a{
	margin: 0 0 10px;
	padding-top: 10px;
	display: block;
	box-sizing: border-box;
	height: 50px;
	border: 1px solid #d8d9d2;
	background-color: #fff;
	text-align: center;
}
.onlineshop_btn{
	padding: 0;
	background-color: #fff;
	text-align: center;
}
.ecshop_list li.onlineshop_btn a{
	margin: 0;
	padding: 5px 0 0;
	background-color: #f5fdff;
}
.onlineshop_btn img{
	width: 196px;
	height: auto;
}
.ecshop_list li a:hover{
	opacity: 0.7;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content{
	min-height: 150px;
}
.close{
	margin: 15px 0 0;
}

/* 他にも */
.recommend_cont{
	margin: -25px auto 55px;
	padding: 0;
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 970px;
	border: 2px solid #fff;
	border-radius: 5px;
	background-color: #fff;
}
.recommend_cont:before{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #caf2fc;
	border-radius: 5px;
}
.recommend_ttl{
	margin: 0 0 5px;
	padding: 15px 0 0;
	color: #5b9cce;
	font-size: 1.5rem;
	text-align: center;
}
.recommend_list{
	margin: 0 auto;
	padding: 0 40px 15px;
	position: relative;
	z-index: 1;
}
.recommend_list li{
	margin: 0 15px 5px 0 ;
	padding: 0 0 5px;
	border-bottom: 1px dotted #97cdf7;
}
.recommend_list li:first-child{
	padding-top: 5px;
	border-top: 1px dotted #aad8fc;
}
.recommend_list li a:before{
	content: ' ';
	display: inline-block;
	width: 14px;
	height: 15px;
	background: url(/img/arrow01.svg) no-repeat left center;
	background-size: 12px 12px;
	text-align: center;
	vertical-align: middle;
}

/* --- おねしょの基礎知識 --- */
.bedwetting .cont_box{
	text-align: left;
}
.bedwetting_index_list{
	position: relative;
	z-index: 100;
}
.bedwetting_nav_list{
	margin: 5px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 860px;
}
.bedwetting_nav_list li{
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
}
.bedwetting_nav_list li a{
	padding: 10px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	transition: all 0.2s ease;
}
.bedwetting_nav_list li a:hover{
	background-color: rgba(255, 255, 255, 0.28);
	text-decoration: none;
}
.bedwetting_nav_list li.current{
	position: relative;
	z-index: 100;
}
.bedwetting_nav_list li.current a{
	border: 2px solid #fff;
	background-color: #fff;
	color: #0075c2;
	line-height: 1.4;
}
.bedwetting_nav_list li a span{
	padding: 0 10px 5px 40px;
	display: inline-block;
	position: relative;
}
.bedwetting_nav_list li.current a span{
	border-bottom: 3px solid #f7d100;
}
.bedwetting_nav_list li.current a:after{
	content: ' ';
	margin-left: -15px;
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 50%;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
}
.bedwetting_nav_list li.current a:before{
	content: ' ';
	margin-left: -17px;
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 50%;
	border: 17px solid transparent;
	border-top: 17px solid #0664b6;
}
.knowledge_ttl_lv1{
	margin: 0 0 20px;
	color: #0075c1;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.3;
}
.knowledge_ttl_lv2{
	margin: 0 0 10px;
	position: relative;
	border-bottom: 2px dotted #d1d1d1;
	color: #0075c1;
	font-size: 1.8rem;
	text-align: left;
}
.knowledge_ttl_lv2:before{
	content: ' ';
	margin: 0 5px 0 0 ;
	display: inline-block;
	position: relative;
	top: -2px;
	width: 4px;
	height: 18px;
	background-color: #0075c1;
	vertical-align: middle;
}
.knowledge_ttl_lv3{
	margin: 40px 0 10px;
	padding: 5px 10px;
	background-color: #cfedf8;
	color: #005b98;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: left;
}
.knowledge_ttl_lv1 span{
	padding: 0 10px 5px 40px;
	display: inline-block;
	position: relative;
	border-bottom: 3px solid #f7d100;
	vertical-align: middle;
}
.no{
	margin: auto 0;
	display: inline-block;
	position: absolute;
	top: -10px;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	fill: #fff;
}
.current .no{
	fill: #0075c2;
}
.no_btm_nav{
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	fill: #0075c2;
}
.knowledge_ttl_lv1 span .no{
	width: 30px;
	height: 30px;
	fill: #0075c2;
}
.knowledge_cont section{
	margin: 40px 0 0;
	clear: both;
}
.knowledge_cont.cont_box{
	padding: 35px 50px;
}
.knowledge_cont p{
	margin: 0 0 15px;
}
.knowledge_cont p:last-child{
	margin: 0;
}
.knowledge_cont br + a{
	margin-top: 3px;
	display: inline-block;
}
.float_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.float_wrap .knowledge_img img{
	margin: 0 0 0 15px;
}
.float_wrap .cont_main{
	flex: 1;
}

/* 監修医 */
.doctor_profile_cont{
	margin: 45px 0 0;
	padding: 20px 0 20px;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #ccc;
	background-color: #fff;
}
.profile_ttl{
	margin-bottom: 5px;
	color: #4d4d4d;
	font-size: 1.5rem;
}
.knowledge_cont .doctor_profile_cont p{
	margin: 0;
}
.doctor_info{
	float: right;
	width: 590px;
}
.knowledge_cont .doctor_profile_cont p.job_title{
	margin: 0 0 10px;
	border-bottom: 2px dotted #939393;
	color: #0075c2;
	font-size: 1.3rem;
}
.profile_name{
	margin: 0 ;
	color: #0075c2;
	font-size: 1.6rem;
	font-weight: bold;
}
.profile_name span{
	margin-left: 1px;
	display: inline-block;
	font-size: 1.2rem;
}
.doctor_photo{
	margin-right: 15px;
	float: left;
}
.doctor_profile_cont .profile_career{
	font-size: 1.3rem;
}
/* 下部リンク */
.knowledge_btm_nav{
	margin: 15px 0 0;
	text-align: center;
}
.knowledge_btm_nav li{
	margin: 0 10px;
	display: inline-block;
}
.knowledge_btm_nav li a{
	padding: 0 0 0 10px;
	display: inline-block;
	background: url(../img/arrow2.svg) no-repeat left center;
	font-size: 1.5rem;
}

/* --- 商品紹介 パンツ --- */
/* ヘッダ */
.goonnight_pants .item_info{
	margin: 30px 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.goonnight_pants .item_info_box{
	margin: 0 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.goonnight_pants .item_info_cont a{
	display: block;
}
.goonnight_pants .item_info_cont a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.goonnight_pants .size_cont{
	margin: 12px 0 0;
	width: 145px;
}
.goonnight_pants .size_cont .size_list{
	width: 100%;
}
.goonnight_pants .size_cont .size_list div{
	width: 100%;
}
.goonnight_pants .cont_box_wrap .size_cont{
	margin-bottom: 15px;
	width: 100%;
}
.goonnight_pants .cont_box_wrap .size_cont .size_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.goonnight_pants .cont_box_wrap .size_cont .size_list div{
	width: 12em;
}
.item_info_name{
	margin: 15px 0 25px;
	padding-right: 40px;
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
.item_info_name:after{
	content: '';
	margin: auto 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 33px;
	height: 33px;
	background: url(../img/anchor_arrow.svg) no-repeat center top;
}
.point_pants_ttl{
	margin: 50px 0 15px;
	text-align: center;
}
#night_kids.point_pants_ttl{
	margin-top: 0;
}
/* 本文 */
.point1{
	padding: 10px 0 0;
	position: relative;
}
.point1 .point,
.point1 .content_ttl_lv2{
	margin-right: 100px;
}
.cont_box p.utsubuse{
	position: absolute;
	z-index: 10;
	top: -148px;
	right: 89px;
}
.cont_box p.utsubuse img{
	width: 210px;
}
.graph_cont{
	margin: 0 0 40px;
	padding: 25px 25px;
	position: relative;
	background: url(../img/pants_point1_graph_bg.png) repeat left top;
}
.graph_cont:after{
	content: '';
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 46px;
	height: 16px;
	background: url(../img/pants_point1_arrow.png) no-repeat left top;
}
.graph_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.graph_info{
	width: 260px;
}
.graph_info h4{
	margin: 15px 0 10px;
	color: #0075c2;
	font-size: 2.0rem;
}
.graph_info p{
	font-size: 1.7rem;
}
.graph img{
	margin-left: 20px;
}
.img_wrap{
	margin: 25px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.img_note{
	padding: 5px 0;
	display: block;
	color: #555;
	font-size: 1.1rem;
}
.img_note_list li{
	padding: 0 15px;
	display: inline-block;
	vertical-align: middle;
}
.content_ttl_lv3{
	margin: 0 0 15px;
	padding: 10px 0;
	border-top: 1px solid #0075c1;
	border-bottom: 1px solid #b8cde6;
	color: #0075c2;
	font-size: 1.8rem;
	text-align: center;
}
.img_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.simple_img{
	margin: -80px 15px -20px -25px;
}
/* 動画 */
.video_ttl_wrap{
	margin: 30px 0 10px;
}
.video_ttl{
	padding: 13px 140px 9px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	background-color: #0075c2;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
}
.video_ttl:before{
	content: ' ';
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-width: 2em 0 2em 0.6em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
.video_ttl:after{
	content: ' ';
	margin: auto 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-width: 2em 0.6em 2em 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}
.video_ttl span{
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.1;
}
.cont_box p.video_info{
	margin: 0 0 10px;
}
.youtube_cont{
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #fff;
}
.video-container{
	padding-top: 1px;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
	height: 0;
	border: 1px solid #ccc;
	background-color: #fff;
}
.video-container img,
.video-container iframe,
.video-container object,
.video-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 微調整 */
.point1_pants_counterplan1_img1{
	margin-top: -5px;
}
.point3_img.point_img{
	margin: -46px 0 0 -50px;
}
#jr_point .kids_point{
	display: none;
}

/* --- 商品紹介 パッド --- */
.goonnight_pad .size_cont{
	width: 380px;
}
.item_info_img{
	margin-right: 25px;
}
.goonnight_pad .size_wrap{
	padding: 30px 0 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-flow: row-reverse;
}
.goonnight_pad .size_wrap .size_list div{
	width: 8em;
}
.goonnight_pad .size_list{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* 発売開始予定 */
.goonnight_pad .notice{
	margin: 15px 0 0;
	padding: 6px 10px 10px;
	text-align: center;
	border: 3px solid #fff;
	background: #f3da7d;
	border-radius: 5px;
}

.goonnight_pad .buy_ec_btn{
	padding: 7px 17px 7px 20px;
}
.goonnight_pad .content_header .buy_ec{
	margin: 10px auto 0;
	width: 380px;
}
.float{
	display: flex;
	flex-flow: row-reverse;
	justify-content: center;
	align-items: center;
}
/* 使い方 */
.howto_cont{
	margin: -35px 0 30px;
	padding: 20px 25px;
	border: 2px solid #0075c1;
	background-color: #0075c1;
}
.flow_list{
	margin: 20px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 15px;
	background-color: #fff;
}
.howto_ttl{
	margin: 0 -18px;
	padding: 8px;
	background: url(../img/howto_ttl_bg.png) repeat center top;
	text-align: center;
}
.flow_list li{
	padding: 20px 20px 20px 50px;
	box-sizing: border-box;
	width: 48%;
	border-right: 2px dotted #acacac;
	border-bottom: 2px dotted #acacac;
}
.flow_ttl{
	color: #004a92;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.flow_no{
	margin: 0 5px 0 -30px;
	float: left;
}
.flow_list li:nth-child(2n){
	border-right: none;
}
.flow_list li:nth-child(n + 3){
	border-bottom: none;
}
.flow_img{
	margin-top: 5px;
	text-align: center;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 700px) {
  .noSP {
    display: inline;
  }
  .noPC {
    display: none;
  }
}

/* スマホ----------------------------- */
@media screen and (max-width: 699px){
	.cont_base{
		margin-bottom: 0;
		border: none;
	}

	/*---------------------------------------------
		index
	---------------------------------------------*/
	.content_index_header{
		padding: 4px;
	}
	.content_index_header div{
		margin: 0 3px 0 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.content_index_header h1{
		margin: 18px auto 14px auto;
		padding: 0 0 14%;
		background: url(../img/s/index_ttl.png) no-repeat center center;
		background-size: 100% auto;
		height: 0;
		width: 79%;
		box-sizing: border-box;
	}
	.index_gd{
		width: 12.5%;
	}
	.index_main_img{
		padding: 0 0 94%;
		background: url(../img/s/index_main_img.png) no-repeat left top;
		background-size: 100% auto;
		height: 0;
		width: 100%;
	}
	.index_nav_leakage a{
		padding: 20px 20px 10px 10px;
		background-size: 25px auto;
	}
	.content_index_main{
		margin: 0 0 4px;
		padding: 13px;
	}
	.index_box_wrap{
		display: block;
	}
	.index_nav_point_box{
		margin: 0 0 5px;
		box-sizing: border-box;
		width: 100%;
	}
	.index_nav_point_box a{
		min-height: 0;
	}
	.index_nav_leakage a p,
	.index_nav_leakage a h2{
		margin: 0 0 7px;
		font-size: 1.4rem;
		line-height: 1.4;
	}

	/*---------------------------------------------
		ボトム
	---------------------------------------------*/
	/* --- ボトム共通 --- */
	/* ボトムナビゲーション */
	.goonnight_nav{
		position: relative;
	}
	.nav_goonnight_name{
		margin: 15px 0 0 10px;
		width: 110px;
		height: 35px;
		background: url(../img/s/nav_goonnight_name.png) no-repeat left top;
		background-size: 100% auto;
	}
	.nav_goonnight_name a{
		width: 110px;
		height: 35px;
	}
	.goonnight_nav_list li.nav_goonnight_top{
		display: none;
	}
	.goonnight_nav_list{
		padding: 10px 0 10px 6px;
	}
	.goonnight_nav_list > li{
		position: static;
	}
	.goonnight_nav_list > li > a,
	.goonnight_nav_list > li span{
		padding: 5px 0;
		position: static;
		font-size: 1.2rem;
		vertical-align: middle;
		line-height: 2em;
	}
	.goonnight_nav_list > li span{
		vertical-align: middle;
		line-height: 2em;
	}
	.goonnight_nav_list li ul{
		top: 98%;
		left: 0;
		width: 100%;
	}
	.goonnight_nav_list li.hover ul{
		box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	}
	.gd{
		margin-left: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.gd img{
		margin: 0 5px 0 0;
		width: 40px;
	}

	/* ボトムヘッダー */
	.content_header{
		margin-bottom: 20px;
		padding: 0 10px 30px;
		background: url(../img/star1.png) no-repeat 6% 15%, url(../img/star2.png) no-repeat 97% 15%, url(../img/night_bg.png) repeat left top;
		background-size: 14% auto, 10% auto, auto auto;
	}
	.goonnight_pants .content_header,
	.goonnight_pad .content_header{
		background: url(../img/star1.png) no-repeat 6% 5%, url(../img/star2.png) no-repeat 97% 5%, url(../img/night_bg.png) repeat left top;
		background-size: 14% auto, 15% auto, 160px auto;
	}
	.point_ttl{
		margin: 0 30px;
		padding: 20px 0 0;
	}
	#brand .point_ttl img{
		width: 89%;
	}
	#brand .goonnight_pants .point_ttl img,
	#brand .goonnight_pad .point_ttl img{
		max-width: 230px !important;
		width: 80%;
	}
	.content_ttl_lv1{
		margin: 0 10px;
	}
	.header_lead{
		margin: 8px 0 15px;
		font-size: 1.6rem;
	}
	.item_info{
		margin: 0 0 0;
	}

	/* サイズ目安 */
	.size_list div{
		padding: 4px 2px;
		width: 28%;
	}
	.size_list dd{
		font-size: 1.4rem;
	}

	/* 本文 */
	.cont_box_wrap{
		margin: 0 0 4px;
		padding: 10px;
	}
	.cont_box{
		margin: 0 0 10px;
		padding: 20px 15px 15px;
	}
	.point_cont{
		padding: 0 0 30px;
	}
	.content_ttl_lv2{
		margin: 0 0 15px;
		text-align: center;
	}
	.point{
		text-align: center;
	}
	.cont_box p{
		font-size: 1.4rem;
	}

	/* 下部ナビゲーション */
	.content_bottom_nav ul li{
		margin: 0  0 5px;
		display: block;
		text-align: left;
	}
	.content_bottom_nav ul li.current a{
		display: inline-block;
		border-bottom: 1px solid #f7d100;
		color: #f7d100;
	}

	/* 下部 サイズ表 */
	.night_series_size.basic_table th,
	.night_series_size2 dt a{
		font-size: 1.3rem;
		line-height: 1.3;
	}

	/* ご購入はこちら */
	.buy_ec{
		margin: 15px auto 30px;
	}
	a.buy_ec_btn{
		margin: 0;
		padding: 10px 17px 10px 0;
	}
	.buy_ec_btn img{
		position: relative;
		top: -2px;
		width: 100px;
	}
	.buy_ec_btn:after{
		right: 5px;
		width: 15px;
		height: 18px;
		background-size: 100% auto;
	}
	.box_btm .buy_ec_btn{
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.box_btm .buy_ec_btn img{
		margin-bottom: 5px;
		width: 130px;
	}
	.ecshop_list{
		width: 90%;
	}
	.ecshop_list li{
		margin-bottom: 5px;
		box-sizing: border-box;
		width: auto;
	}
	.ec_ttl{
		margin-bottom: 25px;
		width: 80%;
	}
	.ecshop_list li a{
		margin: 0;
	}

	/* 他にも */
	.recommend_cont{
		margin: 0 0 10px;
		padding: 5px 20px 15px;
		width: auto;
		border: none;
		border-top: 4px solid #caf2fc;
		border-radius: 0;
	}
	.recommend_cont:before{
		content: none;
	}
	.recommend_ttl{
		margin: 0 0 7px;
		font-size: 1.3rem;
	}
	.recommend_list{
		margin: 0;
		padding: 0;
		border: none;
	}
	.recommend_list li{
		margin: 0 0 5px 0 ;
	}
	.recommend_list li a{
		padding-left: 16px;
		display: block;
		position: relative;
	}
	.recommend_list li a:before{
		display: block;
		position: absolute;
		top: 3px;
		left: 0;
	}
	#footer_aside .footer_aside_link li{
		display: block
	}


	/* --- おねしょの基礎知識 --- */
	.bedwetting_nav_list{
		width: 100%;
	}
	.bedwetting_nav_list li{
		width: 49.2%;
	}
	.bedwetting_nav_list li a{
		padding: 5px 0;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.bedwetting_nav_list li a span{
		padding: 0 10px 5px 20px;
	}
	.bedwetting_nav_list li:last-child a span{
		padding: 0 0 5px 8px;
	}
	.no{
		left: -5px;
		width: 20px;
		height: 20px;
	}
	.knowledge_ttl_lv1 span .no{
		left: 0;
	}
	.bedwetting .content_header{
		margin-bottom: 10px;
		padding: 0 10px 17px;
	}
	.knowledge_cont.cont_box{
		padding: 35px 20px;
	}
	.float_wrap{
		display: block;
	}
	.knowledge_img,
	.float_wrap .knowledge_img img{
		margin: 5px 0 0;
		text-align: center;
	}
	#brand .knowledge_img img{
		max-width: 250px !important;
	}

	/* 画像サイズ調整 */
	.bedwetting_1_img4{
		margin-right: 20px;
		width: 190px;
	}

	/* 監修医 */
	.doctor_profile_cont{
		padding: 15px 0 0;
	}
	.doctor_info{
		padding-top: 2em;
		float: none;
		width: 100%;
	}
	.doctor_photo img{
		width: 100px;
	}
	.knowledge_cont .doctor_profile_cont p.job_title{
		border-bottom: none;
	}
	.profile_career{
		padding-top: 10px;
		clear: both;
	}
	.knowledge_cont .doctor_profile_cont p.doctor_photo{
		margin-right: 5px;
	}
	/* 下部リンク */
	.knowledge_btm_nav li{
		margin: 0;
		display: block;
	}

	/* --- 商品紹介 パンツ --- */
	.point_pants_ttl{
		margin: 50px 20px 15px;
		text-align: center;
	}
	.goonnight_pants .cont_box_wrap .size_cont .size_list div{
		margin: 0 0.5%;
		width: 30%;
	}
	.img_wrap{
		display: block;
	}
	.simple_img{
		margin: 0;
	}
	.point1_pants_counterplan1_img1{
		margin: 0 15px 15px;
	}
	/* 動画 */
	.video_ttl{
		padding: 8px 40px;
		box-sizing: border-box;
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.video_ttl:before{
		border-width: 2.6em 0 2.6em 0.6em;
	}
	.video_ttl:after{
		border-width: 2.6em 0.6em 2.6em 0;
	}
	.cm_cont{
		margin: 0;
	}
	.goonnight_pants .item_info{
		margin: 0 5px;
		justify-content: space-between;
	}
	.goonnight_pants .item_info_box{
		margin: 0;
	}
	.goonnight_pants .item_info_img{
		margin: 0;
	}
	#brand .goonnight_pants .item_info_img img{
		width: auto;
		height: 140px !important;
	}
	.goonnight_pants .size_cont{
		width: 100%;
	}
	.goonnight_pants .size_list div{
		margin: 0 0 3px;
		padding: 2px;
		box-sizing: border-box;
	}
	.goonnight_pants .size_list dd{
		font-size: 1.4rem;
	}
	.item_info_name{
		margin: 15px 0 15px;
		padding-right: 35px;
		line-height: 1.3;
	}
	.item_info_name:after{
		width: 25px;
		height: 25px;
		background-size: 100% auto;
	}
	.goonnight_pants .item_info_cont{
		width: 48%;
	}
	/* 本文 */
	.point1 .point,
	.point1 .content_ttl_lv2{
		margin-right: 0;
	}
	.point1 .content_ttl_lv2{
		margin-bottom: 45px;
	}
	.cont_box p.utsubuse{
		margin-top: -60px;
		position: static;
	}
	.graph_info h3{
		margin: 15px 0 5px;
	}
	.graph img{
		margin: 10px 0 0 20px;
	}
	.point_cont_wrap{
		display: block;
	}
	.point_cont_wrap .point_cont{
		margin: 0 0 15px;
		padding: 0;
		box-sizing: border-box;
		width: 100%;
		border: none;
	}
	.point_cont_wrap .point_cont:first-child{
		margin-bottom: 30px;
		padding: 0 0 30px;
		border: none;
		border-bottom: 2px dotted #ccc;
	}
	.point_img{
		text-align: center;
	}

	/* --- 商品紹介 パッド --- */
	.goonnight_pad .size_cont{
		width: 100%;
		padding: 0 2%;
		box-sizing: border-box;
	}

	/* 発売開始予定 */
	.goonnight_pad .notice{
		padding: 10px;
	}
	.goonnight_pad .size_cont p{
		font-size: 1.4rem;
	}
	.goonnight_pad .size_wrap{
		padding: 10px 0 5px;
	}
	.goonnight_pad .size_wrap .size_list div{
		width:7.7em;
	}

	.goonnight_pad .item_info_img{
		margin: 0 0 15px 10px;
	}
	.goonnight_pad .item_info_img img{
		width: 80%;
	}
	.goonnight_pad .content_header .buy_ec{
		margin: 10px auto 0;
		width: 100%;
	}
	.point3_img.point_img{
		margin: 5px 0 0;
	}
	.float{
		display: block;
	}
	.index_nav_point_box .index_nav_lead{
		line-height: 1.4;
	}

	/* 使い方 */
	.howto_cont{
		padding: 20px 18px;
	}
	.flow_list{
		margin: 20px 0 10px;
		display: block;
	}
	.flow_list li{
		padding: 15px 20px 15px 50px;
		width: 100%;
		border-right: none;
	}
	.flow_img{
		margin: 10px 0 0 -10px;
	}

	/* お客様の声 */
	.voice_btn a{
		display: block;
		position: absolute;
		top: -29px;
		right: -40px;
		width: 81px;
		background: none;
	}
	.voice_cont{
		padding: 30px 15px;
	}
	.voice_ttl + p{
		margin: 0 0 10px;
		font-size: 1.3rem;
	}
	.voice_list li{
		padding: 15px 20px;
		display: block;
		font-size: 1.3rem;
	}
	.voice_img{
		margin-bottom: 5px;
		text-align: center;
	}
	.voice_img img{
		/* width: 120px; */
	}
	.voice_list li > div{
		margin: 0 auto;
		width: 100%;
	}
	.voice_list dl{
		margin: 10px 0 0;
		flex-wrap: wrap;
	}
	.voice_list dl dd{
		margin-right: 10px;
	}
	.voice_list dl dd img{
		width: 14px;
		top: 2px;
		position: relative;
	}
	.voice_list dl > div dt,
	.voice_list dl > div dd{
		font-size: 1.2rem;
	}
	.voice_list dl > div:nth-child(3){
		width: 100%;
	}

  .noPC {
    display: inline;
  }
  .cpbanner__link img{
    height: auto;
  }
}
