@charset "utf-8";

/*
Theme Name: SUBHAND
Author: SUBHAND.LLC
Author URL: http://www.subhand.net/
*/


/* common
---------------------------------------------*/
* {margin:0;padding:0;}


/* layout
---------------------------------------------*/

/*TopIntro-Start*/
body {
  background:#fff;
  font-size:20px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.header0 {
	background-image: url(../images/top-min.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-position:50% 0%;
	color: #333;
	height: 100px;
	font-weight: bold;
	overflow:hidden;
}
.wrap {
   background: url(../images/bg_rpt-min.png);
	margin-right: auto;
	margin-left: auto;
	width:980px;
	padding-right:50px;
	padding-left:50px;
}
.container {
	width:980px;
	margin: 0px auto;
    line-height: 180%;
	text-align: left;
}
/*TopIntro-End*/


/* 
------------------------------------------------------*/
#copyright{
	text-align:center;
	padding:15px 0px;
	background-image:url(../images/footer_bg-min.png);
	background-repeat:repeat;
}
.container p{
	
	line-height:1.5;
}
.container_sp p{
	clear:both;
	padding:0px 50px;
	line-height:1.5;
}
div.clear{
	clear: both;
	margin: 0 0 10px 0;
}

/* Tokutei Table
------------------------------------------------------*/
.tb01{
	width:800px;
	margin:30px auto 30px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.tb01 .title{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:6px;
	background-color:#e4e4e4;
	width:35%;
}
.tb01 td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:6px;
	text-align:left;
	background-color:#FFFFFF;
}
/*  container_bg
------------------------------------------------------*/
.bg1{
	background:#F1F1F1;
	text-align:left;
	margin:30px 0;
}
.bg2{
	background:url(../images/bg2-min.png);
	padding:50px 0;
}
.bg3{
	background:url(../images/bg3-min.png) #830012;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-position:50% 0%;
	padding:50px 0;
}
.bg4{
	background:url(../images/bg4-min.png) #BDA24E;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-position:50% 0%;
	padding:50px 0;
}
.bg5{
	background:url(../images/bg5-min.png) #000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-position:50% 0%;
}
/*  追加
---------------------------------------------------------- */
.sub1{margin-bottom: -0.5em;
}
p{margin-bottom:1.5em;}
img{    display: block;
    margin: 0 auto;
}
.img1{margin:1.5em auto;}
.box_q1 {
    background: #176E8E;
    margin: 10px 20px 0 20px;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 130%;
    text-align: left;
}
.box_q2 {
    background: #D47600;
    margin: 50px 20px 0 20px;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 130%;
    text-align: left;
}
.box_q3 {
    background: #61AD1A;
    margin: 50px 20px 0 20px;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 130%;
    text-align: left;
}
.box_koe {
    margin: 0 20px 30px 20px;
    height: 400px;
    overflow: scroll;
}
.koe1 {
    background: #F0FFFF;
    padding: 10px 20px;
    text-align: left;
    color: #313131;
    font-size: 16px;
    line-height: 120%;
}
.koe2 {
    background: #CAEAFF;
    padding: 10px 20px;
    text-align: left;
    color: #313131;
    font-size: 16px;
    line-height: 120%;
}
.koe3{
	background:#FFF6EB;
	padding:10px 20px;
	text-align:left;
	color:#313131;
	font-size:16px;
	line-height:120%;
}
.koe4{
	background:#FFE8CD;
	padding:10px 20px;
	text-align:left;
	color:#313131;
	font-size:16px;
	line-height:120%;
}
.koe5{
	background:#F9FFF3;
	padding:10px 20px;
	text-align:left;
	color:#313131;
	font-size:16px;
	line-height:120%;
}
.koe6{
	background:#E4FBCF;
	padding:10px 20px;
	text-align:left;
	color:#313131;
	font-size:16px;
	line-height:120%;
}
.frame{background: url(../images/frm.png);
    /* background-size: 980px 772px; */
    background-repeat: no-repeat;
    background-position: center top;
    width: 980px;
    height: 770px;}
.frame iframe{    top: 154px;
    position: relative;}

/*  質問
---------------------------------------------------------- */
.qa_title{
	font-size:36px;
	font-weight:bold;
	color:#474747;
}
.accbox {
    margin: 20px 40px;
    padding: 0;
    max-width: 900px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #fff;
    font-weight: bold;
    background: #00a1b1;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#F9C4CC;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 10px 20px;
    background: #FFF4F6;
    opacity: 1;
	color:#323232;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}

/*  font
---------------------------------------------------------- */
.under {
	text-decoration: underline;
}
.font0{
	font-weight:bold;
}

.font1{
	color:#cc0000;
	font-weight:bold;
}
.font2{
	background: linear-gradient(transparent 20%, #FFFA80 0%);
	font-weight:bold;
}
.font3{
	color:#cc0000;
	background: linear-gradient(transparent 20%, #FFFA80 0%);
	font-weight:bold;
}
.font4{
	color:#cc0000;
	font-size:24px;
	font-weight:bold;
}
.font5{
	color:#439b01;
	font-weight:bold;
}
.font6{
	font-size:36px;
	font-weight:bold;
}
.font7{
	color:#cc0000;
	font-size:36px;
	font-weight:bold;
}
.font8{
	color:#cc0000;
	background:#FFFA80;
	font-size:36px;
	font-weight:bold;
}
.font9{
	color:#FFFA80;
	font-weight:bold;
}
.font10{
	color:#cc0000;
	background:#FFFA80;
	font-weight:bold;
}

/*  枠
---------------------------------------------------------- */
.wak1{
	border:double 30px #C74324;
	margin:30px 40px;
	padding:20px 30px;
}
.wak2{
	border:solid 6px #DBDBDB;
	margin:20px 0;
	padding:20px 30px;
	text-align:left;
}
.wak2_title{
	font-size:30px;
	line-height:150%;
}
.wak2_img{
	float:left;
	margin-left:10px;
}
.wak3{
	border:double 6px #0F8F85;
	margin:30px 40px;
	padding:20px 30px;
	text-align:center;
	font-size:30px;
	line-height:150%;
}
.wak4{
	background:#fff;
	border:solid 2px #003952;
	margin: 20px 40px;
	padding: 20px;
	text-align:left;
	font-weight:bold;
	font-size:26px;
	box-shadow: 0 0 0 1px #000,1px 3px 8px 0 rgba(40,40,40,0.3);
}
.wak4_text{
	background-color:#F4F4F4;
	text-align:left;
	margin: 20px 0 0 0;
	padding: 20px 30px;
}
.wak5{
	background:#000;
}

/*  特典
------------------------------------------------------*/

	.tokuten_wak {
    background: url(../images/tokuten_wak.png);
    padding: 10px 93px;
    text-align: left;
    color: #252525;
    background-repeat: repeat-y;
    background-position: center;
    overflow: auto;
    position: relative;
}
/*  ボックス
------------------------------------------------------*/

	.box1 {
    margin: 0 auto 30px;
    padding: 30px 0;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    border: solid 5px #323233;
    border-radius: 5px / 5px;
    -webkit-border-radius: 5px / 5px;
    -moz-border-radius: 5px / 5px;
    color: #000;
    max-width: 893px;
}
.box1 p{padding:0 30px ;}
/*  タイマー
---------------------------------------------------------- */
.toptimer_wak1{
	padding: 20px;
    margin: 0 30px;
    font-weight: bold;
    color: #2A2A2A;/*文字色*/
    background: #fff;
    border: solid 3px #000;/*線*/
    border-radius: 10px;/*角の丸み*/
	font-size:37px;
	line-height:130%;
	text-align:center;
	
}
.toptimer_wak2{
	padding: 20px;
    margin: 10px;
    font-weight: bold;
    color: #2A2A2A;/*文字色*/
    background: #000;
    border: solid 3px #C5AE5F;/*線*/
    border-radius: 10px;/*角の丸み*/
	font-size:48px;
	line-height:130%;
	
}
.timer_wak1{
	padding: 20px;
    margin: 30px;
    font-weight: bold;
    color: #2A2A2A;/*文字色*/
    background: #fff;
    border: solid 3px #C5AE5F;/*線*/
    border-radius: 10px;/*角の丸み*/
	font-size:48px;
	line-height:130%;
	
}
.timer_wak2{
	padding: 20px;
    margin: 10px;
    font-weight: bold;
    color: #2A2A2A;/*文字色*/
    background: #2A2A2A;
    border: solid 3px #C5AE5F;/*線*/
    border-radius: 10px;/*角の丸み*/
	font-size:48px;
	line-height:130%;
	
}
/*  レスポンシブ
---------------------------------------------------------- */
.main_visual {
  min-width: 1001px;
}
.main_visual img {
  width: auto;
}
.pc_only {
  display: block;
}

.pc_only_inline {
  display: inline;
}

.sp_only,
.sp_only_inline {
  display: none;
}
@media only screen and (max-width: 1000px) {
body {
	line-height: 1.4;
	font-size:48px;
}
.pc_only,
.pc_only_inline {
    display: none;
}
.sp_only {
    display: block;
}
.sp_only_inline {
    display: inline;
}
.main_visual {
    min-width: inherit;
}
.font4{
	color:#cc0000;
	font-size:54px;
	font-weight:bold;
}
.form_textwak{
	background:#ED6131;
	padding:0 100px 20px 100px;
	color:#fff;
	margin:0;
	font-size:18px;
	line-height:120%;
}
.wak4{
	background:#fff;
	border:solid 2px #003952;
	margin: 20px 40px;
	padding: 20px;
	text-align:left;
	font-weight:bold;
	font-size:48px;
	box-shadow: 0 0 0 1px #000,1px 3px 8px 0 rgba(40,40,40,0.3);
}
.font6{
	font-size:60px;
	font-weight:bold;
	line-height:130%;
}
.font7{
	color:#cc0000;
	font-size:60px;
	font-weight:bold;
	line-height:130%;
}
.font8{
	color:#cc0000;
	background: #FFFA80;
	font-size:60px;
	font-weight:bold;
	line-height:130%;
}
}
