/*
Template Name: タブレット用スタイルシート
*/
@media screen and (max-width: 1000px){

/*=========================================================================
●tablet.css 画面の横幅が768px以下
=========================================================================== */

body { 
	height: 1000px;
	margin: 0;
	padding: 0;
}

#wrapper #in_ img{
    width: 90%;
    margin: 0;
    box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1サイトキーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#header_in { 
	width: 100%;
	margin: 0;
}
    
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインエリア設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#in_box{
	width: 96%;
	margin: 0 2%;
}
#wrapper #in_box p{
	margin: 20px 7%;
}
#wrapper img{
	width: 100%;
}
#wrapper .img_90 img{
    width: 90%;
}
    
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 推薦文ＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#voice_box{
	width: 96%;
	margin: 0 1.5%;
}
#voice_box .c_in_box{
	margin: 0 1.2%;
	background: url(img3/voice_center.png) center repeat-y;
    background-size: contain;
}
#voice_box .c_in_box_bottom{
	width: 97.6%;
	margin: 0 1.2%;
	background: url(img3/voice_bottom.png) center top no-repeat;
    background-size: contain;
}
#wrapper #in_box #voice_box ul {
    margin: 30px 7% 15px;
    padding: 0 0 10px;
    list-style: none;
}
#wrapper #in_box #voice_box ul li{
    margin: 0 0 10px;
    padding: 0;
}
#wrapper #in_box #voice_box p{
	margin: 20px 5% 10px;
}
#voice_box .c_in_box img{
    width: 80%;
}
.prof_box{
	border:3px solid #EDEDED;
	margin: 20px 5%;
	padding: 30px 0 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 理由ＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wrapper .reason_top{
    width: 90%;
    height: 33px;
    margin: 0 auto;
	background: url(img/reason_top.png) bottom center no-repeat;
    background-size: 100%;
}
.reason_center{
    width: 90%;
    margin: 0 auto;
	height: auto;
	padding: 0;
	background: url(img/reason_center.png) top center repeat-y;
    background-size: 100%;
}
.reason_bottom{
    width: 90%;
    margin: 0 5%;
	height: 33px;
	padding: 0;
	background: url(img/reason_bottom.png) top center no-repeat;
    background-size: 100%;
}
#wrapper .reason, .reason img{
    width: 90%;
	margin: 0 auto;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* チェックボックス */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.check_box00{
    margin:30px 5%;
    box-shadow: 0 0 20px inset #E6F0FA;
	background: #FBFDFE;
	padding: 15px 20px;
	border: 3px #DDE8F3 solid;
}
#wrapper #in_box .check_box00 p{
    margin: 20px;
}
.check_box00 h3 {
    margin: 0;
    padding: 16px 2% 14px 10%;
    font-size: 18px;
    line-height: 160%;
    overflow: hidden;
    background:  url(img/main_check.png) 0 10px no-repeat;
    border-bottom: 3px #C6E2F7 dotted;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* クロージングＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#closing_box h3{
    width: 75%;
	margin: 10px 5% 3px;
	padding: 14px 5% 14px 10%;
	background: #FFFFFF url(img3/main_check.png) 10px 0 no-repeat;
}
#closing_box .c_in_box{
	width: 90%;
	height: auto;
	margin: 0 5%;
	padding: 0;
	overflow: hidden;
	background: #FFFFFF;
}
#wrapper #in_box #closing_box p{
	margin: 10px 20px;
	padding: 0;
}
#wrapper #in_box .main_img{
	width: 90%;
	height: auto;
	padding: 0;
	overflow: hidden;
	background: #F3F7FB;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特典ＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
    
#toku_box .c_in_box, #toku_box2 .c_in_box{
	width: 90%;
	margin: 0 5% 50px;
}
#wrapper #in_box #toku_box p{
	margin: 0 30px 30px;
}
#wrapper #in_box .tktn_img{
	width: 90%;
	height: auto;
	padding: 0;
	overflow: hidden;
	background: #F3F7FB;
}
#toku_box .btn{
	width: 444px;
	height: 81px;
	margin: 20px auto;
}
#toku_box .btn a{
	width: 444px;
	height: 81px;
	text-decoration: none;
	display: block;
	background: url(img3/tokubtn.png) no-repeat;
	overflow: hidden;
}
#toku_box .btn a:hover{
	width: 444px;
	height: 81px;
	text-decoration: none;
	display: block;
	background: url(img3/tokubtn_a.png) no-repeat;
	overflow: hidden;
}
.tktn_img2{
    width: 90%;
    margin: 0 0 20px;
    box-sizing: border-box;
}
#wrapper #in_box #toku_box .tktn_img2 img{
    width: 90%;
    margin: 0 5%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 初心者ＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#begginer_box{
	width: 100%;
    padding: 1px 0 35px;
}
#begginer_box h3{
    font-size: 20px;
	width: 73%;
	margin: 10px 5% 3px;
	padding: 25px 2% 10px 15%;
	background: #FFFFFF url(img/beg_check.png) 10px 30px center no-repeat;
    background-size: 8%;
    border-bottom: 1px #EFEFEF solid;
}
#begginer_box .c_in_box{
	width: 90%;
	margin: 0 5%;
}
#begginer_box .c_in_box_bottom{
	width: 100%;
	height: 9px;
	overflow: hidden;
	background: url(img3/main_bottom.png) repeat;
}
#wrapper #in_box #begginer_box p{
	margin: 20px 35px;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 追伸ＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#ps_box{
	width: 90%;
	height: auto;
    margin: 0 5% 20px;
	padding: 15% 0 0;
	overflow: hidden;
	background-image: url(img/ps_top.png), url(img/ps_center.png);
    background-size: 100% auto, 100% 100%;
}
#ps_box .c_in_box{
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(img/ps_center.png) top center repeat-y;
    background-size: contain;
}
#ps_box .ps_bottom{
	width: 100%;
    margin: 0;
    padding: 0;
	height: 100px;
	background: #FFF url(img/ps_bottom.png) bottom no-repeat;
    background-size: cover;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 決済ボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.cre_btn a{
	width: 500px;
	height: 70px;
	background: url(img3/cre_btn.png) center no-repeat;
    background-size: contain;
}
.cre_btn a:hover{
	background: url(img3/cre_btn_a.png) center no-repeat;
    background-size: contain;
	text-decoration: none;
}
.gn_btn a{
	width: 500px;
	height: 70px;
	background: url(img3/gn_btn.png) center no-repeat;
	background-size: contain;
}
.gn_btn a:hover{
	background: url(img3/gn_btn_a.png) center no-repeat;
	background-size: contain;
}
.etc_btn a{
	width: 500px;
	height: 70px;
	background: url(img3/etc_btn.png) center no-repeat;
	background-size: contain;
}
.etc_btn a:hover{
	background: url(img3/etc_btn_a.png) center no-repeat;
	background-size: contain;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 光るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.button_wrap {
	width: 90%;
	margin: 10px 5% 20px;
}
.button_wrap input{
	width: 100%;
}
    
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 決済注意・サイト更新日 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.pay_dis {
	margin: 50px 5% 20px;
}
.attention {
	margin: 40px 5% 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#fotter{
    min-width: 400px;
	width: 100%;
}
#fotter_content{
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}
#fotter_content ul{
    width: 70%;
	font-size:12px;
	float: left;
	margin:0 auto;
	padding: 0 0 10px;
    text-align: left;
	position: relative;
	left: 20%;
}
#fotter_content li {
	list-style-type: none;
	float: left;
	margin:0;
	padding: 3px 10% 0;
    text-align: center;
	position: relative;
	left: 0;
}
#fotter_content p {
	width: 90%;
	margin: 0 5%;
}
}

@media screen and (max-width: 700px) {
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ●tablet.css 画面の横幅が700px以下 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#fotter{
    min-width: 380px;
	width: 100%;
    margin: 0;
    padding: 0;
}
#fotter_content{
    max-width: 380px;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}
#fotter_content ul{
    width: 100%;
	font-size:12px;
	float: left;
	margin:0 auto;
	padding: 0 0 10px;
    text-align: left;
	position: relative;
	left: 0;
}
#fotter_content li {
    width: 80%;
	padding: 3px 10% 0;
	position: relative;
	left: 0;
	background: none;
}
#fotter_content p {
	max-width: 380px;
    width: 90%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin: 0 5%;
	padding: 10px 0 0;
	clear: both;
}}

/*--------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
--------------------------------------------------------*/