@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0 20px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	width: 100%;
}

/*---7esthe_mobile.css リセットOP対策----*/
#container h3,
#container h4,
#container h5 {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container h3 span,
#container h4 span,
#container h5 span {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container .flex {
    align-items: flex-start;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
/*--7esthe_mobile.css 商品ページ用リセットOP対策　----*/
.write_box {
    margin: 0;
    padding: 0;
}
#mobile_detail_content {
	font-size: 1.0em;
}
.item_explanation .cont {
	margin: 0;
	padding: 0;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
 /*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
 
 
/* ボタンデザイン自由に変えてください  */
#container .detail-btn{
	background: #9dd53a;
	background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: -webkit-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: linear-gradient(to bottom, #9dd53a 0%, #7cbc0a 100%);
	border: #99b61e 1px solid;
	border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 1rem/2.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 10px auto 0;
	text-align: center;
	width: 100%;
}
#container .detail-btn a{
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#container .detail-btn a:before{
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -1px;
}
#container .detail-btn:hover{
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: #eafcff;
	padding: 3% 0 0;
}
#container .mainvisual .headtitle img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#container .mainvisual .title-desc{
	background: #FFF;
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 3% auto 0;
    padding: 5%;
    width: 90%;
}

/*-------------------
   section共通
-------------------*/
#container article{
	background: #eafcff;
	padding: 0 5%;
}
#container section{
	background: #FFF;
	padding: 5%;
}
#container .sec-title{
	background: #00bbdb;
	color: #FFF;
	font: bold 1.5rem/1.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing: -0.5px;
	margin: 0 auto 5%; 
	text-align: center;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .merit dt{
	color: #00bbdb;
	font: bold 1.1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 0 1%;
}
#container .sec1 .merit dd{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 0 5%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .condition dt{
	color: #000;
	font: bold 1.1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 5% 0 1%;
}
#container .sec2 .condition dt:before{
	color: #00bbdb;
	content: "■";
	font-size: 0.9rem;
}
#container .sec2 .condition dd{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 0 3%;
}
#container .sec2 .download-btn{
	display: block;
	margin: 5% auto 0;
	width: 100%;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .handle-title{
	color: #000;
	font: bold 1.3rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 50px 0 0;
	padding:7px 0;
	border-bottom:1px solid #cccccc; 
	text-align: center;
}
#container .sec3 .item-wrap{
	margin: 5% 0 0;
	padding: 0;
}
#container .sec3 .item-wrap .item-pht{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#container .sec3 .item-wrap .item-cat{
	color: #000;
	font: bold 1.3rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 5% 0 1%;
}
#container .sec3 .item-wrap .item-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .sec3 .item-wrap .item-name{
	color: #000;
	font: bold 1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 5% 0 3%;
}
#container .sec3 .item-wrap .item-price{
	color: #F00;
	font: bold 0.9rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align: left;
}
#container .sec3 .item-wrap .item-price em{
	color: #F00;
	font-size: 1.3rem;
	font-weight: bold;
}

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/

}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .detail-btn{
	font-size: 1.5rem;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .title-desc{
	font-size: 1.1rem;
}

/*-------------------
   section共通
-------------------*/
#container section{
	padding: 3% 5%;
}
#container .sec-title{
	font-size: 2rem;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .merit dt{
	font-size: 1.5rem;
}
#container .sec1 .merit dd{
	font-size: 1.1rem;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .condition dt{
	font-size: 1.5rem;
}
#container .sec2 .condition dt:before{
	font-size: 1.2rem;
}
#container .sec2 .condition dd{
	font-size: 1.1rem;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .handle-title{
	font-size: 1.8rem;
}
#container .sec3 .item-wrap{
	margin: 3% 0 0;
}
#container .sec3 .item-wrap .item-cat{
	font-size: 1.5rem;
	margin: 3% 0 1%;
}
#container .sec3 .item-wrap .item-desc-txt{
	font-size: 1.1rem;
}
#container .sec3 .item-wrap .item-name{
	font-size: 1.3rem;
	margin: 3% 0 2%;
}
#container .sec3 .item-wrap .item-price{
	font-size: 1.3rem;
}
#container .sec3 .item-wrap .item-price em{
	font-size: 1.8rem;
}
}

@media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container .detail-btn{
	font-size: 1.1rem;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	padding: 0 0;
	margin: 0 auto;
	width: 1040px;
}
#container .mainvisual .title-desc{
	margin: 20px auto 0;
    padding: 3%;
    width: 90%;
}

/*-------------------
   section共通
-------------------*/
#container article{
	margin: 0 auto;
	width: 1040px;
	padding: 0 3.6% 40px;
}
#container section{
	padding: 3% 5%;
}
#container .sec-title{
	font-size: 1.8rem;
	margin: 0 auto 3%; 
}

/*-------------------
   section1
-------------------*/
#container .sec1 .merit dt{
	font-size: 1.3rem;
}
#container .sec1 .merit dd{
	margin: 0 0 3%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .condition dt{
	font-size: 1.3rem;
	margin: 3% 0 1%;
}
#container .sec2 .condition dt:before{
	font-size: 1.2rem;
}
#container .sec2 .condition dd{
	margin: 0 0 2%;
}
#container .sec2 .download-btn{
	margin: 3% auto 0;
	width: 450px;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .handle-title{
	font-size: 1.8rem;
}
#container .sec3 .item-wrap{
	margin: 3% 0 0;
}
#container .sec3 .item-wrap .item-pht{
	display: block;
	margin: 0 1%;
	width: 44%;
}
#container .sec3 .item-wrap .txt-wrap{
	margin: 0 1%;
	width: 52%;
}
#container .sec3 .item-wrap .item-cat{
	margin: 0 0 1%;
}
#container .sec3 .item-wrap .item-name{
	margin: 5% 0 1%;
}
}