@charset "utf-8";


/*=======================================================
	Style
=======================================================*/

/* ------- cmn ------- */
.flatbase {
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.flatbase p,
.flatbase li,
.flatbase dt,
.flatbase dd,
.flatbase h2,
.flatbase h3,
.flatbase h4{
		font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', sans-serif;
}

/* ------- header ------- */
#goo-n_sample_header{
	margin: 5px 0 0;
}
#goo-n_sample_outline{
	margin: 20px 0;
	border: 2px solid #fccac8;
}
#goo-n_sample_outline dl{
	border: 4px solid #fff;
	padding: 20px 25px 15px;
	border-radius: 10px;
}
#goo-n_sample_outline dt{
	margin: 0 -150px 0 0;
	padding: 7px 15px 0;
	float: left;
	clear: both;
	display: inline;
	width: 150px;
	font-weight: bold;
	color: #1d2088;
	font-size: 1.4rem;
}
#goo-n_sample_outline dd{
	padding: 4px 10px 4px 150px;
	border-top: 1px dotted #a3a074;
	font-size: 1.4rem;
	color: #484128;
}
#goo-n_sample_outline dd:last-child{
	border-bottom: 1px dotted #a3a074;
}
#goo-n_sample_outline dd strong{
	font-size: 2.0rem;
	color: #ee1623;
}
.goo-n_sample_cont_ttl{
	margin: 0 0 10px;
	padding: 10px 20px;
	background-color: #d8eff0;
	background-color: #3e589d;
	font-size: 1.8rem;
	color: #fff;
	position: relative;
	text-align: center;
}
.goo-n_sample_cont_ttl:before{
	content: ' ';
	position: absolute;
	margin: 2px;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 3px;
	border: 1px solid #d2c693;
	border: 1px dotted #fff;
	box-sizing: border-box;
}
.sample_cont{ margin-bottom: 50px; }
.sample_cont:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.type_cont{ width: 47%; }
#tape_type{ float: left; }
#pants_type{ float: right;}
.type_cont h4{
	margin: 0 0 10px;
	padding: 8px 0;
	font-size: 1.5rem;
	border: 2px solid #fbd8d7;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
}
#pants_type.type_cont h4{
	border: 2px solid #c8e7e9;
}
.type_cont h4 span{
	display: inline-block;
}
.type_cont h4 span img{
	margin-right: 10px;
  width: 40px;
}
.type_cont li{
	margin: 5px 0 0;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ddd;
}
.type_cont li a{
	padding: 0 0 0 10px;
	display: block;
	background: url(../img/arrow.png) no-repeat left 5px;
	font-size: 1.4rem;
}
.lead{
	margin: 0 0 20px;
	font-size: 1.5rem;
}
.attentionlist li{
	margin: 0 0 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.attentionlist li:before{ content: '・'; }
.attentionread{
	margin: 15px 0 0 ;
	padding: 15px;
	border: 1px solid #ccc;
}
.attentionread p{
	font-size: 1.3rem;
	line-height: 1.5;
}
#register_cont{
	padding: 20px 10px 10px;
	overflow: hidden;
	border: 7px solid #f8b0b0;
	border-radius: 10px;
}
#pc_sphone{
	margin: 0 0 10px;
	padding: 5px 0 15px;
	font-size: 1.5rem;
}
#pc_sphone p{
	font-size: 1.5rem;
}
#fphone{
	margin: 0 auto 0;
	padding: 0;
	width: 40%;
	line-height: 1.2;
	font-size: 1.2rem;
	text-align: left;
}
#barcode{
	margin: 0 10px 5px 0;
	text-align: left;
	float: left;
}
#register_btn a{
	margin: 5px auto 0;
	padding: 15px 15px;
	display: block;
	width: 80%;
	background: #e6353e url(../img/register_btn_arrow.png) no-repeat 97% center;
	border: 3px solid #fff;
	font-weight: bold;
	font-size: 2.8rem;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
#register_btn a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.note_indent1{ padding-top: 5px; }
.arrow2{
	margin: -20px 0 10px;
	text-align: center;
}
.sample_link:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* お詫び */
.apology{
	margin: 35px 0 35px;
	padding: 0 25px 15px;
	border: 1px solid #155786;
}
.apology h2{
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #155786;
	background: none;
	text-align: center;
	font-size: 1.8rem;
}
.apology p{
	font-size: 1.4rem;
	line-height: 1.7;
}
.apology .date{
	margin: 10px 0 0;
	font-size: 0.95em;
	text-align: right;
}


/* ----- 商品紹介   goo-n plusよりコピーして調整 ----- */
.goo-n_plus_copy{
	max-width: none;
  color: #333;
  text-align: left;
  word-wrap: break-word;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', sans-serif;
  line-height: 2;
  overflow-wrap: break-word;
}
.goo-n_plus_copy *,
.goo-n_plus_copy *::before,
.goo-n_plus_copy *::after{
  box-sizing: border-box;
}
.goo-n_plus_copy img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}
.goo-n_plus_copy img{
  width: 100%;
  height: auto;
}

.tgl__type01{
  position: relative;
  width: 25px;
  height: 25px;
  border: 2px solid #caba7f;
  border-radius: 100%;
  cursor: pointer;
}
.tgl__type01::before,
.tgl__type01::after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #caba7f;
  content: '';
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tgl__type01::after{
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.tgl__type01.is--active::after{
  content: none;
}

.sec__productType{
  z-index: 1;
  /*margin-top: 60px;*/
  /*padding-bottom: 60px;*/
}
.sec__productType::before{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 40px;
  background-color: #fff;
  content: '';
}
.sec__productType .type__title__wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  height: 100px;
  border: 2px solid;
  border-top-width: 4px;
  background-color: #fff;

  align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.sec__productType .type__title__wrap .icon__type{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 90px;
  border-right: 2px solid;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.sec__productType .type__title__wrap .type__title{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 0 15px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.sec__productType .type__block{
  margin-top: 20px;
}
.sec__productType .type__block .type__image{
  background-color: #fff;
  text-align: center;
}
.sec__productType .type__block .type__content .type__content__title{
  margin-top: 2px;
  padding: 22px;
  background-color: #fff;
}
.sec__productType .type__block .type__content .type__content__title img{
  width: 203px;
}
.sec__productType .type__block .type__content .type__detail{
  margin-top: 2px;
  padding: 0 22px;
  background-color: #fff;
}
.sec__productType .type__block .type__content .type__detail .detail__title{
  position: relative;
  padding: 12px 35px 12px 0;
  cursor: pointer;
}
.sec__productType .type__block .type__content .type__detail .detail__title img{
  width: auto;
  height: 33px;
}
.sec__productType .type__block .type__content .type__detail .detail__title span{
  display: block;
  margin: 4px 0 0 47px;
  color: #333;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
.sec__productType .type__block .type__content .type__detail .detail__title .tgl__type01{
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec__productType .type__block .type__content .type__detail .detail__body__block{
  padding-top: 30px;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block:first-of-type{
  border-top: 2px solid;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block:last-of-type{
  padding-bottom: 30px;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__title{
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__title::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #caba7f;
  content: '';
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__text p{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__text p{
  margin-top: 1em;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__image{
  margin-top: 1em;
  text-align: center;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__image img{
  max-width: 350px;
}
.sec__productType__tape{
  padding: 15px;
  background-color: #fbd8d7;
}
.sec__productType__tape .type__title__wrap{
  border-color: #fbd8d7;
}
.sec__productType__tape .type__title__wrap .icon__type{
  border-right-color: #fbd8d7;
}
.sec__productType__tape .type__title__wrap .icon__type img{
  width: 40px;
}
.sec__productType__tape .type__block .type__image{
  padding: 35px 0;
}
.sec__productType__tape .type__block .type__image img{
  width: 230px;
}
.sec__productType__tape .type__block .type__content .type__detail .detail__body__block:first-of-type{
  border-top-color: #fbd8d7;
}
.sec__productType__tape .productPoint__body::before{
  border-color: #fbd8d7;
}
.sec__productType__pantsu{
  padding: 15px;
  background-color: #c8e7e9;
}
.sec__productType__pantsu .type__title__wrap{
  border-color: #c8e7e9;
}
.sec__productType__pantsu .type__title__wrap .icon__type{
  border-right-color: #c8e7e9;
}
.sec__productType__pantsu .type__title__wrap .icon__type img{
  width: 40px;
}
.sec__productType__pantsu .type__block .type__image{
  padding: 20px 0;
}
.sec__productType__pantsu .type__block .type__image img{
  width: 230px;
}
.sec__productType__pantsu .type__block .type__content .type__detail .detail__body__block:first-of-type{
  border-top-color: #c8e7e9;
}
.sec__productType__pantsu .productPoint__body::before{
  border-color: #c8e7e9;
}
.sec__productType__voice{
  background-color: #aed7f3;
}
.sec__productType__voice .type__title__wrap{
  border-color: #aed7f3;
}
.sec__productType__voice .type__title__wrap .icon__type{
  border-right-color: #aed7f3;
}
.sec__productType__voice .type__title__wrap .icon__type img{
  width: 40px;
}
.sec__productType__voice .voice__intro{
  padding: 20px;
  border-right: 2px solid #aed7f3;
  border-left: 2px solid #aed7f3;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec__productType__voice .voice__body{
  margin-top: 2px;
  border-right: 2px solid #aed7f3;
  border-left: 2px solid #aed7f3;
  background-color: #fff;
}
.sec__productType__voice .voice__body .voice__item{
  padding: 30px 20px 10px;
}
.sec__productType__voice .voice__body .voice__item:last-of-type{
  padding-bottom: 20px;
}
.sec__productType__voice .voice__body .voice__item .item__title{
  padding: 10px;
  border: 2px solid #aed7f3;
  color: #aed7f3;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.sec__productType__voice .voice__body .voice__item .item__image{
  margin-top: 15px;
  text-align: center;
}
.sec__productType__voice .voice__body .voice__item .item__image img{
  max-width: 400px;
}
.sec__productType__voice .voice__body .voice__item .list__type__circle{
  margin-top: 15px;
}
.sec__productType__voice .voice__note{
  padding: 20px;
  border-right: 2px solid #aed7f3;
  border-left: 2px solid #aed7f3;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.sec__productType__voice .voice__note p:first-of-type{
  padding-top: 20px;
  border-top: 1px solid #aed7f3;
}

#tape-type.sec__productType .type__block{
	border: 2px solid #fbd8d7;
}
#pantsu-type.sec__productType .type__block{
	border: 2px solid #c8e7e9;
}


@media only screen and (min-width: 701px){
.productPoint__wrap{
  margin-top: 105px;
}
.productPoint__body{
  padding-top: 85px !important;
}
.sec__productType{
  margin-top: 80px;
  /*margin-top: 100px;*/
  /*padding-bottom: 100px;*/
}
.sec__productType::before{
  height: 44px;
}
.sec__productType .type__title__wrap{
  margin-top: -80px;
  height: 125px;
}
.sec__productType .type__title__wrap .icon__type{
  padding: 0;
  width: 110px;
}
.sec__productType .type__title__wrap .type__title{
  padding: 0 25px;
  letter-spacing: 0;
  font-size: 2.5rem;
  line-height: 1.6;
}
.sec__productType .type__block{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
}
.sec__productType .type__block .type__image{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 390px;

  align-items: center; 
  flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.sec__productType .type__block .type__content{
  margin-left: 2px;

  flex-basis: 68%;
  -ms-flex-preferred-size: 68%;
}
.sec__productType .type__block .type__content .type__content__title{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-top: 0;
  padding: 0 40px;
  height: 120px;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.sec__productType .type__block .type__content .type__content__title img{
  width: 253px;
}
.sec__productType .type__block .type__content .type__detail{
  padding: 0 45px 0 40px;
}
.sec__productType .type__block .type__content .type__detail .detail__title{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding: 0 55px 0 0;
  height: 88px;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.sec__productType .type__block .type__content .type__detail .detail__title img{
  height: 41px;
}
.sec__productType .type__block .type__content .type__detail .detail__title span{
  margin: 20px 0 0 15px;
  font-size: 1.2rem;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
  padding-top: 40px;

  align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block:last-of-type{
  padding-bottom: 40px;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__title{
  padding: .8em 0 .8em 25px;
  font-size: 2rem;

  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__text{
  -ms-flex: 1 1 51%;
      flex: 1 1 51%;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__text p{
  margin-top: 20px;
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__image{
  margin-top: 20px;
  padding-left: 23px;

  flex-basis: calc(49% - 23px);
  -ms-flex-preferred-size: calc(49% - 23px);
}
.sec__productType .type__block .type__content .type__detail .detail__body__block .detail__body__block__image img{
  max-width: unset;
}
.sec__productType__tape .type__title__wrap .icon__type img{
  width: 50px;
}
.sec__productType__tape .type__block .type__image{
  padding: 0;
}
.sec__productType__pantsu .type__title__wrap .icon__type img{
  width: 50px;
}
.sec__productType__pantsu .type__block .type__image{
  padding: 0;
}
.sec__productType__voice .type__title__wrap .icon__type img{
  width: 54px;
}
.sec__productType__voice .voice__intro{
  padding: 50px 55px;
  line-height: 1.8;
}
.sec__productType__voice .voice__body{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  padding: 55px 55px 20px;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.sec__productType__voice .voice__body .voice__item{
  margin-right: 46px;
  padding: 0;

  flex-basis: calc(33.333% - 23px);
  -ms-flex-preferred-size: calc(33.333% - 23px);
}
.sec__productType__voice .voice__body .voice__item:last-of-type{
  margin-right: 0;
  padding-bottom: 0;
}
.sec__productType__voice .voice__body .voice__item .item__title{
  padding: 15px 10px;
}
.sec__productType__voice .voice__body .voice__item .item__image img{
  max-width: unset;
}
.sec__productType__voice .voice__body .voice__item .list__type__circle{
  margin-top: 18px;
}
.sec__productType__voice .voice__note{
  padding: 30px 55px;
}
.sec__productType__voice .voice__note p:first-of-type{
  padding-top: 30px;
}
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 700px) {
	main img{
		width: 100%;
		height: auto;
	}

	/* ------- header ------- */
	#goo-n_sample_header{
		margin: 0 -10px 0;
	}
	#goo-n_sample_outline{
		margin: 15px 0;
	}
	main{
		margin: 0px;
		padding: 2px 10px;
	}
	#goo-n_sample_outline{ padding: 0; }
	#goo-n_sample_outline dl{ padding: 15px; }
	#goo-n_sample_outline dt{
		margin: 0;
		padding: 4px 0;
		float: none;
		width: auto;
	}
	#goo-n_sample_outline dd{
		margin: 0;
		padding: 4px 10px 4px 0px;
		float: none;
		width: auto;
	}
	.type_cont{ width: 100%; }
	#tape_type{
		margin-bottom: 15px;
		float: none;
	}
	#pants_type{ float: none;}
	#pc_sphone{
		padding: 5px 0 0;
		width: 100%;
		float: none;
	}
	#fphone{ display: none; }
	#register_btn a{ margin: 10px auto 5px; }
	.goon_merit{
		margin: 20px 0 0;
		padding: 15px 15px;
	}
	.goon_merit h2{
		margin: -15px -15px 5px;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.goon_merit h3 span{
		display: block;
	}
	.goon_merit_note{
		font-size: 1.2rem;
	}
	#goon_merit{
		margin: 10px 0 0;
		width: 100%;
		padding-bottom: 189%;
		background: url(../img/s/goon_merit.jpg) no-repeat left top;
		background-size: 100% auto;
		height: 0;
	}
	.arrow2{
		margin: -30px auto 13px;
		text-align: center;
		width: 80px;
	}
	#register_cont{
		padding: 15px 10px 10px;
	}

	/* お詫び */
	.apology{
		margin: 15px 0 35px;
	}

	/* ----- 商品紹介   goo-n plusよりコピーして調整 ----- */
	.sec__productType .type__title__wrap{
		margin-top: -50px;
	}
	.sec__productType__tape{
		margin-top: 50px;
		margin-bottom: 60px;
		padding: 10px;
	}
	.sec__productType__pantsu{
		padding: 10px;
	}
}
