@charset "UTF-8";
/*
*******************************************************************************************************
# あいーと通信 - compiled from knowledge/topics/style.scss
*******************************************************************************************************
*/
/* ------------------------------------
共通設定
* ------------------------------------ */

body{
  width: 100% !important;
  min-width: 1200px !important;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
	body{
		min-width: inherit !important;
	  }
}
/* base reset
----------------------------------- */
@media screen and (max-width: 736px) {
  .wrp-contents .contents-inner {
		padding: 0;
  }
}
/* タイトル
----------------------------------- */
.wrp-topics-ttl .mod-ttl-main {
	padding-left: 0;
}

@media screen and (max-width: 736px) {
  .wrp-topics-ttl {
		padding: 0 10px;
  }
}
/* ------------------------------------
	* 一覧ページ
* ------------------------------------ */
/* リード
----------------------------------- */
.wrp-topics-lead {
	margin-bottom: 20px;
}
.wrp-topics-lead .lead {
	font-size: 140%;
	font-size: 1.4rem;
	line-height: 1.6;
}

.wrp-contents .contents-inner {
    margin: 0 auto;
    width: 100% !important;
}

@media screen and (max-width: 736px) {
  .wrp-topics-lead {
		padding: 0 10px;
  }
}
/* 本文
----------------------------------- */
.wrp-topics-list .item-link a:before {
	right: 9px;
	bottom: 9px;
}
.wrp-topics-list .item-link .link-img img {
	height: auto;
}
.wrp-topics-list .item-link .link-ttl {
	line-height: 1.2;
}

@media screen and (max-width: 736px) {
  .wrp-topics-list {
		padding: 0 10px;
  }
  .wrp-topics-list .item-link {
		margin-bottom: 20px;
  }
  .wrp-topics-list .item-link a:before {
		border-width: 0 0 12px 12px;
		right: 4px;
		bottom: 4px;
  }
}
/* ページ送り
----------------------------------- */
.mod-box-pager {
	margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .mod-box-pager {
		margin-top: 10px;
		padding: 0 10px;
  }
}
/* ------------------------------------
	* 詳細ページ
* ------------------------------------ */
/* 本文
----------------------------------- */

.u-wf-d {
    font-family: "I-OTF-UDゴ本文Pro L";
}
.u-wf-b {
    font-family: "I-OTF-UDゴ表示Pro B";
}

.normal{
	font-family: I-OTF-UDゴ表示Pro R, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",sans-serif;
}

/* clearfix
===========================================================*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height:0;
}

.clearfix {
  min-height: 1%;
}

* html .clearfix {
  height: 1%;
}
.flx{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 2px;
}
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-filter: "alpha( opacity=70 )";
    -webkit-filter: "alpha( opacity=70 )";
    -o-filter: "alpha( opacity=70 )";
    -ms-filter: "alpha( opacity=70 )";
    transition: all .2s ease-in-out;
}

.section_wrap{
	max-width: 960px;
	margin: 0 auto;
}

.list_class{
	padding-left: 1em;
	text-indent: -1em;
}

.main_visual{
  position: relative;
  width: 100%;
	color: #ffffff;
  text-align: center;
  border-top: 4px solid #e60012;
  background-image: url(../images/mv_bg.png);
  background-repeat: repeat;
  background-size: contain;
	overflow: hidden;
}


.main_visual_in {
	margin: -4px auto 0;
  position: relative;
    width: 980px;
    max-width: 100%;
}
.main_visual_in h1{
	position: relative;
	z-index: 1;
}

.main_visual_in .textarea h2 {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 100;
}

.main_visual_bt{
  position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    width: 7%;
    height: 100%;
    text-align: right;
    border-radius: 100px;
    padding-left: 33%;
    margin: 0 auto;
    z-index: 100;
}

.main_visual_bt .mod-btn-oval{
  display: inline-block;
	margin: 0;
}

.main_visual_bt a{
	margin: 0;
	text-align: center;
	display: block;
}

.main_visual_bt a:hover{
	-ms-filter: "alpha(opacity=80)" ;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.main_visual_bt .mod-icn{
	padding: 28px 0;
}

.main_visual_bt .mod-icn:after {
    background: url(../../../img/common/arr/pc/arr_triangle_w_r.png) no-repeat;
    left: 50%;
	margin: 0 0 0 -3px;
	top: auto;
	bottom: 10px;
}

.btn_online{
	max-width: 290px;
	margin: 20px 0 0 0;
}


.period {
    padding-bottom: 50px;
	text-align: center;
}
.pd_btn_box {
	margin-bottom: 61px;
}
.pd_btn {
	margin: 0 auto 30px;
	/* margin: 0 auto 0 !important; */
	width: 940px;
	padding-bottom: 23px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: center;
    height: 208px;
	background: url(../images/buy_btn_bg01.png) no-repeat top left / 940px;
}
/* .pd_btn_utxt01,
.pd_btn_utxt02 {
	font-size: 20px;
	text-align: center;
	background-color: #fff;
}
.pd_btn_utxt01 {
	padding: 10px 0 30px;
}
.pd_btn_utxt02 {
	padding: 10px 0 0;
}
@media screen and (max-width: 736px) {
	.pd_btn_utxt01,
	.pd_btn_utxt02 {
		font-size: 14px;
	}
	.pd_btn_utxt01 {
		padding: 10px 0 20px;
	}
} */
.pd_btn01 {
	margin-bottom: 0;
	/* margin-bottom: 0 !important; */
	background-image: url(../images/buy_btn_bg02.png);
}
.pd_btn02 {
	margin-bottom: 0;
	padding-bottom: 15px;
	width: 100%;
	height: 200px;
	background-image: url(../images/buy_btn_bg03.png);
	background-size: 100% 100%;
}
.pd_btn03 {
	background-image: url(..images/buy_btn_bg04.png);
}
.pd_btn ul {
	display: flex;
	justify-content: center;
}
.pd_btn li {
	margin: 0 11px;
}
.pd_btn a {
    margin-right: 20px;
		/* pointer-events: none; */
}
.pd_btn a:last-child {
    margin-right: 0;
}

#pd8 {
    margin-bottom: 100px;
}
.set_about {
  background-image: url(../images/bg.png);
  background-size: auto;
  background-repeat: repeat;
  margin-top: 68px;
}
.set_about p {
  text-align: center;
  color: #000;
  font-size: 14px;
  padding-top: 5px;
}
p.set_about_main {
    padding-top: 0;
}

p.pd_about {
    padding: 29px 29px 20px;
}

p.pd_about img {
	margin-right: 4px;
} 

p.pd_ttl {
    padding-bottom: 20px;
}

.product {
	padding-bottom: 6px;
  position: relative;
  display: flex;
  width: 47%;
  box-sizing: border-box;
  background-image: url(../images/product_bg.png);
  background-repeat:repeat-y;
  margin: 10px 7px;
}
.product p {
    padding: 0;
}
p.pd_btn2 {
    text-align: center;
    padding: 20px 0;
}
p.pd_btn2 a{
  display: inline-block;
}
.product .pd_info {
	margin-right: -31px;
	position: relative;
	z-index: 1;
  flex: 1 0 0;
  padding: 17px 25px;
}
.product .pd_info p{
  color: #000;
  font-size: 18px;
  text-align: left;
  line-height: 24px;
}

.product .pd_info p:first-child{
  font-size: 28px;
  text-align: left;
  line-height: 31px;
    padding-bottom: 13px;
	font-family: "I-OTF-UDゴ表示Pro B";
}
#pd8 .product .pd_info p:first-child{
  color: #a40000;
}
#pd4 .product .pd_info p:first-child{
  color: #920783;
}
#pd8 .product .pd_info .ttl {
	margin-right: -60px;
}
.product .pho {
	margin-top: 10px;
}
.product .pho01 {
	margin-top: 15px;
}

p.pd_caution {
	margin-bottom: 10px;
    text-align: right;
    padding-right: 15px;
}

/*section01*/
.section01 {
  padding-top: 70px;
}
.section01 .mod-btn-oval.mod-btn-white-r {
    margin-top: 30px;
}
.section01 .mod-btn-oval.mod-btn-white-r a {
    width: 450px;
    margin: 0 auto;
}

/* section02 */

.section02{
	margin: 48px 0 46px 0;
}

.section02 h2{
	font-size: 240%;
	font-size: 2.4rem;
	line-height: 250%;
	line-height: 6.0rem;
	letter-spacing: 0.02em;
	text-align: center;
	background: url(../images/bg.png);
  background-size:  8%;
}

.section02 .section_in{
	padding: 30px 20px;
	background: url(../../../img/lp/unagi2015/section02_bg_pc.jpg);
}

.section02 .section_in .text01{
	float: left;
	width: 450px;
}

.section02 .section_in .text02{
	float: right;
	width: 450px;
}

/* order_box */

.order_box{
	background: #ffffff;
	border: 1px solid #dcdcdc;
}

.order_box h3{
	text-align: center;
	height: 56px;
	background: #f5f5f5;
}

.order_box h3:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}

.order_box h3 span{
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	font-size: 240%;
	font-size: 2.4rem;
	display: inline-block;
	font-family: "I-OTF-UDゴ表示Pro B";
}

.order_box.tel h3 span{
	padding: 0 0 0 39px;
	background: url(../../../img/lp/unagi2015/icon_tel_pc.gif) no-repeat left;
}

.order_box.fax h3 span{
	padding: 0 0 0 52px;
	background: url(../../../img/lp/unagi2015/icon_fax_pc.gif) no-repeat left;
}

.order_box_in{
	padding: 25px 22px;
}

.order_box .tel_wrap{
	border-bottom: 1px dotted #999999;
	padding: 0 0 10px 0;
	margin: 0 0 17px 0;
}

.order_box .tel_wrap address{
	font-size: 400%;
	font-size: 4.0rem;
	font-weight: bold;
	font-style: normal;
	color: #ea5404;
	padding: 0 0 0 55px;
	background: url(../../../img/lp/unagi2015/mark_tel_pc.gif) no-repeat left;
}

.order_box .tel_wrap address a{
	color: #ea5404;
}

.order_box .tel_wrap p{
	font-size: 120%;
	font-size: 1.2rem;
	line-height: 166%;
	line-height: 2.0rem;
	letter-spacing: 0.08em;
	color: #707070;
	margin: 12px 0 0 0;
}

.order_box .bottom_text{
	font-size: 140%;
	font-size: 1.4rem;
	line-height: 171%;
	line-height: 2.4rem;
}

.order_box ul.bottom_list{
	font-size: 140%;
	font-size: 1.4rem;
	line-height: 186%;
	line-height: 2.6rem;
	margin: 0 0 18px 0;
}

.order_box ul.bottom_list li{
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.order_box ul.bottom_list li:before{
	content: "●";
}

 .mod-btn-oval {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 10px;
	line-height: 18px;
	line-height: 1.8rem;
}
.section01 .mod-btn-oval {
	font-size: 18px;
	font-size: 1.8rem;
}
.order_box .mod-btn-oval .mod-icn {
	margin-left: 30px;
	text-align: left;
	font-family: 'I-OTF-UDゴ表示Pro B';
}
strong {
	font-family: 'I-OTF-UDゴ表示Pro B';
}
.section01 .mod-btn-white-r .mod-icn:after {
	margin-top: -9px;
	width: 15px;
    height: 17px;
	background-image: url(../images/icon01.png);
}

.order_box .mod-btn-oval .mod-icn:before {
	left: -7px;
	width: 18px;
	height: 22px;
	background-image: url(../../../img/common/icn/pc/icn_pdf.png);
	background-size: 18px 22px;
	margin-top: -11px;
}

.section02 .text01 .check{
	display: table;
	background: #c2a125;
	color: #ffffff;
	font-size: 240%;
	font-size: 2.4rem;
	line-height: 130%;
	line-height: 3.1rem;
	font-weight: bold;
	width: 100%;
	height: 85px;
	margin: 13px 0 0 0;
}

.section02 .text01 .check_in{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* .section03  */

.section03{
	padding: 30px 30px 38px;
    margin-bottom: 51px;
	background: #faf2e1;
}

.section03 .left{
	float: left;
	width: 430px;
}

.section03 .right{
	float: right;
	width: 350px;
}

.section03 .section_bottom{
	clear: both;
}

.section03 h2{
	font-size: 280%;
	font-size: 2.8rem;
	text-align: center;
	margin: 0 0 20px 0;
}

.section03 .section_in{
	padding: 30px;
	background: #ffffff;
}

.section03 .section_in h3{
	font-size: 180%;
	font-size: 1.8rem;
	margin: 0 0 10px 0;
	font-family: "ヒラギノ角ゴ Pro W6";
}

.section03 .section_in h3 small{
	font-size: 120%;
	font-size: 1.2rem;
	letter-spacing: -0.04em;
}

.section03 .section_in h4{
	position: relative;
	font-size: 140%;
	font-size: 1.4rem;
	padding: 0 0 0 14px;
	margin: 0 0 4px 0;
	font-family: "ヒラギノ角ゴ Pro W6";
}

.section03 .section_in h4:after{
	content: "";
	position: absolute;
	top: 2px;
	left: 0px;
	background: #ea5404;
	width: 9px;
	height: 9px;
}

.section03 .section_in table{
	width: 100%;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	table-layout:fixed;
}

.section03 .section_in table td{
	width: auto;
	padding: 22px;
	background: #ffffff;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 140%;
	font-size: 1.4rem;
	letter-spacing: -0.04em;
}

.section03 .section_in table th{
	width: auto;
	font-weight: normal;
	padding: 8px 2px;
	background: #f5f5f5;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 140%;
	font-size: 1.4rem;
	letter-spacing: -0.04em;
}

.section03 .section_in01{
	margin: 0 0 35px 0;
}

.section03 .section_in01 p{
	padding-left: 0;
	text-indent: 0;
	font-size: 140%;
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: -0.04em;
	margin: 6px 0 0 0;
}
.mod-btn-white-r .mod-icn {
	text-align: left;
	font-family: 'I-OTF-UDゴ表示Pro B';
}
.kakuni_txt{
	font-size: 0.9em;
    line-height: 1.5em;
}


.section03 .section_in01 table th{
	width: 50%;
	text-align:center;
}

.section03 .section_in01 table td{
	width: 50%;
	text-align:center;
}

.section03 .section_in02 .section_content{
	margin: 30px 0 20px 0;
}

.section03 .section_in02 table.type01 p{
	font-size: 140%;
	font-size: 1.3rem;
	letter-spacing: -0.04em;
	margin: 0 0 0 0;
}

.section03 .section_in02 table.type01 th{
	text-align:center;
}



.section03 .section_in02 table th{
	text-align: left;
}

.section03 .section_in02 table.type01 td{
	text-align: center;
}

.section03 .section_in02 table.type02 th{
	text-align: left;
	padding:0 2%;
	height: 52px;
	box-sizing: border-box;
}


.section03 .section_in02 table.type02 td{
	text-align: left;
	padding:0 2%;
	height: 52px;
	box-sizing: border-box;
}

.section03 .section_in02 .section_content table.type02 p{
	font-size: 150%;
	font-size: 1.4rem;
	line-height: 200%;
	line-height: 1.6rem;
	letter-spacing: -0.04em;
	margin: 6px 0 0 0;

}

.section03 .section_in02 .section_content p{
	font-size: 140%;
	font-size: 1.3rem;
	line-height: 190%;
	line-height: 2.1rem;
	letter-spacing: -0.04em;
	margin: 6px 0 0 0;

}

.section03 .section_in02 .section_content p.title{
	font-size: 140%;
	font-size: 1.3rem;
	line-height: 190%;
	line-height: 2.1rem;
	letter-spacing: -0.04em;
	margin: 6px 0 0 0;
}


.section03 .section_in03{
	margin: 0 0 30px 0;
}

.section03 .section_in03 table{
	width: 100%;
}



.section03 .section_in03 table th{
	text-align: left;
	font-size: 140%;
	font-size: 1.4rem;
	padding: 18px 20px;
}

.section03 .section_in03 table td{
	text-align: left;
	font-size: 140%;
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 24px 20px;
}

.section03 .section_in03 table th small{
	display: block;
	margin: 6px 0 0 0;
}

.section03 .section_in08 .icon_range{
	display: inline-block;
  text-align: left;
	padding: 0 0 0 42px;
	line-height: 1.8rem;
	background: url(/lp/shogatsu2018/images/icon_range_pc.gif) no-repeat left center;
}

.section03 .section_in08 .icon_boil {
    display: inline-block;
    padding: 10px 0 5px 42px;
    background: url(/lp/shogatsu2018/images/icon_boil_pc.gif) no-repeat left center;
}

.section03 .section_in03 p{
	font-size: 120%;
	font-size: 1.2rem;
	line-height: 133%;
	line-height: 1.6rem;
	margin: 5px 0 0 0;
}


.section03 .section_in04 table.type01 th{
	padding: 15px 30px;
	border-right: none;
	line-height: 1.3;
}

.section03 .section_in04 table.type01 td{
	padding: 20px 30px;
}

.section03 .section_in04 table.type02{
	text-align: center;
	margin: 30px 0 0 0;
}

.section03 .section_in04 table.type02 td{
	font-size: 1.8rem;
	font-size: 180%;
	padding: 15px;
}

.section03 .section_bottom{
	margin: 30px 0 0 0;
}

.section03 .section_bottom h3{
	position: relative;
	color: #ea5404;
	font-size: 180%;
	font-size: 1.8rem;
	margin: 0 0 12px 0;
}

.section03 .section_bottom h3 span{
	display: inline-block;
	position: relative;
	z-index: 2;
	background: #ffffff;
	padding: 0 12px 0 0;
}

.section03 .section_bottom h3:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin: -1px 0 0 0;
	background: #ea5404;
}

.section03 .section_bottom ul li{
	width: 390px;
}

.section03 .section_bottom ul li.left{
	float: left;
}

.section03 .section_bottom ul li.right{
	float: right;
}

.section03 .section_bottom ul li .mod-icn{
	font-size: 14px;
	font-size: 1.4rem;
}
.section03 .section_in08.clearfix .left th {
	padding: 10px 2px;
}
.section03 .section_in08.clearfix .left th {
    text-align: left;
    padding-left: 12px;
}
.section03 .section_in08.clearfix .left tr:first-child th {
    text-align: center;
}
.section03 .section_in08.clearfix .left tr:first-child th:first-child {
    text-align: left;
	width: 71%;
}
.section03 .section_in08.clearfix .left tr:first-child .b {
	padding: 10px 11px 10px 5px;
}


.bottom_main {
  margin: 100px 0;
}
.bottom_main .pd_btn_box {
    padding: 0;
    margin-top: 56px;
}

.bottom_button{
	margin: 35px 0 60px 0;
	text-align: center;
}
.bottom_button p {
    color: #e60012;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.bottom_button li{
	width: 290px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 10px;
}

.bottom_button li a{
	display: table;
	height: 58px;
	width: 100%;
}

.bottom_button li span{
	vertical-align: middle;
	display: table-cell !important;
	padding-left: 26px !important;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2.0rem;
}

.pcnone{ display: none;}
tr.pcnone02 {
    display: none;
}

@media screen and (min-width: 737px) {
	.click_wrap{ display: block !important;}
}

@media screen and (max-width: 736px) {
 /* 一秒間に動くスタイル */
	@-webkit-keyframes play {
		0% {
			background-position: 0px 0;
		}
		100% {
			background-position: -4000px 0;
		}
	}
	@keyframes play {
		0% {
			background-position: 0px 0;
		}
		100% {
			background-position: -4000px 0;
		}
	}

.click_wrap{ display: none;}

.spnone{ display: none !important;}

.pcnone{ display: block !important}
tr.pcnone02 {
    display: table-row;
}

.wrp-contents{ padding: 0 !important;}

.wrp-contents .contents-inner{ width: 100%;}

.section_wrap{
	overflow: hidden;
	max-width: 960px;
	margin: 0 auto;
}
.list_class{
	padding-left: 1em;
	text-indent: -1em;
}

.main_visual{
	color: #ffffff;
	border-top: 4px solid #E60012;
  border-bottom: 5px solid #E60012;
  margin-bottom: 20px;
	overflow: hidden;
}

.main_visual_in{
	width: auto;
	margin: 0;
	left: 0;
	position: relative;
}

.main_visual_in h1{
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.main_visual_in p{
  right: 0;
  left: 0;
  width: 80%;
  margin: 0 auto;
}
.main_visual_in h2{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 90px;
}

.main_visual_bt{
	position: absolute;
	right: 15px;
  top: -47px;
	left: auto;
  width: 106px;
  height: 106px;

}

.main_visual_bt a{
	text-align: center;
	display: block;
  width: 106px;
  height: 106px;
	margin: 0;
}

.main_visual_bt .mod-icn{
	padding: 20px 0 24px 0;
}

.main_visual_bt .mod-icn:after {
    background: url(../../../img/common/arr/pc/arr_triangle_w_r.png) no-repeat;
    left: 50%;
	margin: 0 0 0 -3px;
	top: auto;
	bottom: 4px;
}

.btn_online{
	max-width: 290px;
	margin: 20px auto 0 auto;
}
#pd8 {
	margin-bottom: 45px;
}
.period {
	margin: 0 21px;
    padding-bottom: 30px;
}
.pd_btn_box {
	margin: 0 9px 45px;
}
.pd_btn {
	margin-bottom: 20px;
	padding-bottom: 15px;
	width: 350px;
	height: 200px;
	background-image: url(../images/buy_btn_bg01_sp.png);
	background-size: 100% auto;
}
.pd_btn01 {
	background-image: url(../images/buy_btn_bg02_sp.png);
}
.pd_btn02 {
	width: 100%;
	height: 54.7vw;
	background-image: url(../images/buy_btn_bg03_sp.png);
}
.pd_btn03 {
	height: 54.5vw;
	background-image: url(../images/buy_btn_bg04_sp.png);
}
.pd_btn.pd_btn02 li {
	width: 89%;
}
.pd_btn a {
    margin: 10px 25px 0;
}
.pd_btn a:last-child {
    margin: 10px 25px 0;
}
.pd_btn ul {
	margin: 0 15px;
	display: block;
}
.pd_btn li {
	margin: 0 auto 4px;
	width: 299px;
	line-height: 1px;
}
.pd_btn li:last-child {
	margin-bottom: 0;
}
.set_about{
  background-size: 12%;
  margin-top: 40px;
}
.set_about p{
  font-size: 15px;
}
.set_about p:nth-child(3) {
  font-size: 10px;
}

p.pd_about {
    padding: 14px 0;
}
p.pd_ttl {
	padding: 7px 0 15px;
}
.flx {
  flex: none;
}
.product{
	padding-bottom: 2px;
  width: 100%;
  margin: 0 13px 15px;
}
.product:last-child {
	margin-bottom: 0;
}
p.pd_caution {
	margin-bottom: 13px;
}
.product p {
  flex: 1.43 0 0;
  padding: 0;
}
.product .pd_info{
	margin-right: 0;
      flex: 2 0 0;
  padding: 11px 8px 11px 15px;
}
.product .pd_info p:first-child{
  font-size: 18px;
  padding-bottom: 6px;
  line-height: 18px;
}
.product .pd_info p{
  font-size: 12px;
  line-height: 18px;
}

p.pd_btn2{
  padding: 20px 10px;
}
.bottom_main {
	margin: 50px 0;
}
.bottom_main .pd_btn_box {
	margin-top: 35px;
}
.section01 {
	padding-top: 24px;
}
.section01 .mod-btn-oval.mod-btn-white-r {
    margin: 25px auto 46px;
}
.section01 .mod-btn-oval.mod-btn-white-r a {
    width: 290px;
}
.section01 .mod-btn-white-r .mod-icn:after {
	margin-top: -7px;
	right: 4px;
}

/* section02 */

.section02{
	margin: 30px 0 33px;
}

.section02 h2{
	padding: 9px 0;
	font-size: 2.0rem;
	line-height: 2.3rem;
	letter-spacing: 0.02rem;
	text-align: center;
	background: url(../images/bg.png);
	background-size: 13%;
	line-height: 1.25;
}


.section02 .section_in{
	padding: 15px 10px;
	background: #f8f2e5 !important;
}

.section02 .section_in .text01{
	float: none;
	width: auto;
	margin: 0 0 30px 0;
}

.section02 .section_in .text02{
	float: none;
	width: auto;
}

/* order_box */

.order_box{
	background: #ffffff;
	border: 1px solid #dcdcdc;
}

.order_box h3{
	text-align: center;
	height: 52px;
	background: #f5f5f5;
}

.order_box h3:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}

.order_box h3 span{
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	font-size: 2.4rem;
	display: inline-block;
}

.order_box.tel h3 span{
	padding: 0 0 0 39px;
	background: url(../../../img/lp/unagi2015/icon_tel_sp.gif) no-repeat left;
	background-size: 32px auto;
}

.order_box.fax h3 span{
	padding: 0 0 0 50px;
	background: url(../../../img/lp/unagi2015/icon_fax_pc.gif) no-repeat left;
	background-size: 40px auto;
}

.order_box_in{
	padding: 25px 0px;
}

.order_box .tel_wrap{
	border-bottom: 1px dotted #999999;
	padding: 0 15px 10px 15px;
	margin: 0 0 17px 0;
}

.order_box .tel_wrap address{
	font-size: 3.0rem;
	font-weight: bold;
	font-style: normal;
	color: #ea5404;
	padding: 0 0 0 50px;
	background: url(../../../img/lp/unagi2015/mark_tel_pc.gif) no-repeat left;
	background-size: 39px auto;
}

.order_box .tel_wrap p{
	font-size: 1.2rem;
	line-height: 2.0rem;
	letter-spacing: 0.08rem;
	color: #707070;
	margin: 12px 0 0 0;
}

.order_box .bottom_text{
	font-size: 1.5rem;
	line-height: 2.4rem;
	padding: 0 15px;
}

.order_box ul.bottom_list{
	font-size: 1.5rem;
    line-height: 2.7rem;
	margin: 0 0 0 0;
	padding: 0 15px;

}

.order_box ul.bottom_list li{
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.order_box ul.bottom_list li:before{
	content: "●";
}

.mod-btn-oval{
	margin: 11px 17px;
	font-size: 140%;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 180%;
	line-height: 1.8rem;
}

.order_box .mod-btn-oval .mod-icn {
	margin-left: 30px;
}

.order_box .mod-btn-oval .mod-icn:before {
	left: -7px;
	width: 18px;
	height: 22px;
	background-image: url(../../../img/common/icn/pc/icn_pdf.png);
	background-size: 18px 22px;
	margin-top: -11px;
}

.section02 .text01 .check{
	display: table;
	background: #c2a125;
	color: #ffffff;
	font-size: 2.4rem;
	line-height: 3.1rem;
	font-weight: bold;
	width: 100%;
	height: 85px;
	margin: 13px 0 0 0;
}

.section02 .text01 .check_in{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.section02 .mod-btn-oval.mod-btn-white-r {
    margin: 20px 16px 0;
}
.section02 .mod-btn-white-r .mod-icn {
    padding-right: 88px;
}

/* .section03  */

.section03{
	margin-bottom: 40px;
	background: #faf2e1;
	padding: 5px 10px 8px;
}

.section03 .left{
	float: none;
	width: auto;
}

.section03 .right{
	float: none;
	width: auto;
	border-top: none !important;
  margin-top: 30px;
}

.section03 .section_bottom{
	clear: both;
}


.section03 h2 {
	cursor: pointer;
	font-size: 180%;
	font-size: 1.8rem;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.section03 h2 span {
	display: block;
	position: relative;
	padding: 8px 15px 12px;
}

.section03 h2 span:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	background-image: url("../../../img/common/icn/sp/icn_expand_plus_black.png");
	background-size: 30px 30px;
	margin-top: -15px;
}

.section03 h2.active span:before {
	background-image: url("../../../img/common/icn/sp/icn_expand_minus_black.png");
}

.section03 .section_in{
	padding: 20px 14px;
	background: #ffffff;
}

.section03 .section_in h3{
	font-size: 1.4rem;
	margin: 0 0 16px 0;
}

.section03 .section_in h3 small{
	display: block;
	margin: 5px 0 0 0;
	font-size: 1.2rem;
	letter-spacing: -0.04rem;
}

.section03 .section_in h4{
	position: relative;
	font-size: 1.4rem;
	padding: 0 0 0 14px;
	margin: 0 0 8px 0;
}

.section03 .section_in h4:after{
	content: "";
	position: absolute;
	top: 2px;
	left: 0px;
	background: #ea5404;
	width: 9px;
	height: 9px;
}

.section03 .section_in table{
	width: 100%;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	table-layout:fixed;
}

.section03 .section_in table td{
	width: 50%;
	padding: 15px;
	background: #ffffff;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 1.4rem;
	letter-spacing: -0.04rem;
}

.section03 .section_in table th{
	width: 50%;
	padding: 13px 3px;
	font-weight: normal;
	background: #f5f5f5;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 1.2rem;
	letter-spacing: -0.04rem;
}
.section03 .section_in02 table.type02 th {
	padding: 8px 3% 13px;
	height: 47px;
}
.section03 .section_in .type03 tr:first-child th {
	padding: 23px 3px;
}
.section03 .section_in tr.pcnone02.th01 th {
	padding: 8px 1px;
}
.section03 .section_in01 p {
	font-size: 1.2rem!important;
}
.section03 .section_in01{
	margin: 0 0 25px 0;
}

.section03 .section_in01 h3{
	margin: 0 0 9px 0;
}

.section03 .section_in03 h3{
	margin: 0 0 9px 0;
}

.section03 .section_in04 h3{
	margin: 0 0 9px 0;
}

.section03 .section_in01 table{
	width: 100%;
}
.section03 .section_in08 table th {
	font-size: 1.3rem;
}
.section03 .section_in08.clearfix .left th {
	padding: 5px 13px 5px 10px;
	box-sizing: border-box;
}
.section03 .section_in08 .icon_boil {
	padding: 14px 0 8px 42px;
}
.section03 .section_in08 table th {
	width: 33%!important;
}
.section03 .section_in08.clearfix .left tr:first-child th:first-child {
	width: 25%!important;
}
.section03 .section_in08.clearfix .left tr:first-child th:last-child {
	width: 42%!important;
}
.section03 .section_in08 .type01 th,
.section03 .section_in08 .type01 td {
	width: 50%!important;
}
.section03 .section_in01 table th{
	width: 50%;
}

.section03 .section_in01 table td{
	width: 50%;
}

.section03 .section_in02 .section_content{
	margin: 20px 0 20px 0;
}

.section03 .section_in02 table.type01 p{
	display: inline-block;
	width: 1.2rem;
}

.section03 .section_in02 table.type01 th{
	text-align: center;
}

.section03 .section_in02 table.type01 td{
	text-align: center;
}

.section03 .section_in02 .section_content p{
	font-size: 1.2rem;
	line-height: 1.8rem;
	letter-spacing: -0.04rem;
	margin: 6px 0 0 0;
}
.section03 .section_in02 .section_content table.type02 p {
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1.5rem;
}
.section03 .section_in03{
	margin: 0 0 30px 0;
}

.section03 .section_in03 table{
	width: 100%;
}

.section03 .section_in03 table th{
	text-align: left;
	font-size: 1.4rem;
	padding: 12px 24px;
	width: 106px;
}

.section03 .section_in03 table td{
	text-align: left;
	font-size: 1.4rem;
	padding: 12px 20px;
	width: auto;
}

.section03 .section_in03 table th small{
	display: block;
	margin: 6px 0 0 0;
}

.section03 .section_in03 .icon_range{
	display: inline-block;
	text-align: center;
	padding: 32px 0 0 0;
	background: url("../../../img/lp/osechi2015/icon_range_sp.gif") no-repeat center top;
	background-size: 32px 22px;
}

.section03 .section_in03 .icon_boil{
	display: inline-block;
	text-align: center;
	padding: 39px 0 0 0;
	background: url("../../../img/lp/osechi2015/icon_boil_sp.gif") no-repeat center top;
	background-size: 32px 29px;
}

.section03 .section_in03 p{
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin: 5px 0 0 0;
}

.section03 .section_in04 table.type01 th{
	text-align: center;
	padding: 7px 0px;
	border-right: 1px solid #dcdcdc;
	line-height: 1.2;
}
.section03 .section_in04 table.type01 td{
	text-align: center;
	padding: 15px 0px;
	font-size: 1.3rem;
}

.section03 .section_in04 table.type02{
	text-align: center;
	margin: 30px 0 0 0;
}

.section03 .section_in04 table.type02 td{
	font-size: 140%;
	font-size: 1.4rem;
}

.section03 .section_bottom{
	margin: 0;
}
.section03 .section_in02 table.type02 td {
	padding: 0 5%;
	height: 47px;
}
.section03 .section_in08 .icon_range small {
	line-height: 1;
}
.section03 .section_bottom h3{
	position: relative;
	color: #ea5404;
	font-size: 1.8rem;
	margin: 0 0 12px 0;
}

.section03 .section_bottom h3 span{
	display: inline-block;
	position: relative;
	z-index: 2;
	background: #ffffff;
	padding: 0 12px 0 0;
}

.section03 .section_bottom h3:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin: -1px 0 0 0;
	background: #ea5404;
}

.section03 .section_bottom ul li{
	width: auto;
	margin: 0 0 10px 0;
}

.section03 .section_bottom ul li.left{
	float: none;
}

.section03 .section_bottom ul li.right{
	float: none;
}

.section03 .section_bottom ul li .mod-icn{
	font-size: 1.4rem;
}

.section_wrap01{
	padding: 0px;
	background: #740400 url(../../../img/lp/unagi2015/section03_bg01_sp.jpg) no-repeat;
	background-size: 100% auto;
}
.bottom_button{
	margin: 35px 0 60px 0;
	text-align: center;
}
.bottom_button p{
  font-size: 14px;
  padding: 0 54px;
}
.bottom_button li{
	width: 286px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 10px;
}
.bottom_button li .mod-btn-oval {
	margin: 10px auto 0;
}
.bottom_button li a{
	display: table;
	height: 58px;
	width: 100%;
}
.detail_sp {
	margin-bottom: 0!important;
}
.bottom_button li span{
	vertical-align: middle;
	display: table-cell !important;
	padding-left: 26px !important;
	font-size: 1.5rem;
	line-height: 1.8rem;
}
.bottom_button li:first-child span {
	font-size: 1.3rem;
	text-align: center;
}
.mod-btn-white-r .mod-icn {
	padding: 9px 20px 7px;
	font-size: 1.5rem;
	line-height: 1.3;
}

}
@media screen and (max-width: 367px) {
	.pd_btn {
		max-width: 350px;
		width: 100%;
	}
	.pd_btn li {
		max-width: 299px;
		width: 100%;
	}
	.pd_btn02 {
		padding-bottom: 13px;
	}
	.product .pd_info p:first-child {
		font-size: 16px;
	}
}
@media  (min-width: 326px) and (max-width: 367px) {
	.pd_btn {
		padding-bottom: 13px;
	}
}
@media screen and (max-width: 367px) {
	.pd_btn {
		background-size: 100% 100%;
	}
	.set_about .pd_btn {
		max-width: inherit;
	}
	.section03 .section_in08.clearfix .left th {
		padding: 5px 6px 5px 10px;
	}
	.section03 .section_in08 table th {
		font-size: 1.1rem;
	}
}