@charset "UTF-8";

/* Base -------------------------------------------------------------- */
body {
	margin-left: -7px;
	font-size: 18px;
	font-family: "Sawarabi Gothic", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	letter-spacing: 0.02em;
	font-weight: 600;
	-webkit-text-size-adjust: 100%;
	line-height: 2;
	color: #464646;
}

.w1000{
	width: 1000px;
	margin: 0 auto;
}

.marker{
    background: linear-gradient(#ffffff00 20%, #FFff00FF 100%);
}
.red{
	color: #cc0000;
}

.col_2{
	width: 98%;
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 43%;
	padding: 10px 20px;
}

.bg01{
	background: #082B64;
	padding: 40px 0 40px;
}
.box1{
	background: white;
	width: 80%;
	border-radius: 16px;
	margin: 40px auto;
	padding: 40px 20px;
	text-align: center;
}
.box1_title{
	color: #082B64;
	font-size: 1.8em;
	letter-spacing: 0.2em;
    text-decoration: underline;
    text-underline-offset: 7px;
    margin: 10px auto;
}
.bg02{
	background-image: url(../img/lp_bg_01.jpg);
	padding: 40px 0 40px;
}
.bg02 > img{
	width: 80%;
	margin: 10px 10%;
}
.akamoji{
	color: #cc0000;
	font-size: 1.5em;
	font-weight: bold;
}
.akamaru{
	color: white;
	margin-left: -21px;
}
.redbox{
    background: linear-gradient(#ffffff00 10%, #cc0000ff 10%, #cc0000ff 86%, #ffffff00 86%);
	color: white;
	font-family: "Sawarabi Mincho";
	font-size: 3em;
	padding: 0;
	margin: -30px 0 -20px;
}
.bg02text{
	font-size: 1.1em;
	text-align: left;
	line-height: 1.7em;
}
.box1img{
	width: 90%;
	margin-top: 30px;
}
.table_all{
	width: 100%;
	border: solid 3px #000000;
	font-size: 1.2em;
	text-align: center;
}
.table_title{
	background: #525252;
	color: white;
	padding: 7px;
}
.table_all td{
	padding: 4px;
	border-bottom: dashed 3px #525252;
}
.table_all tr:last-child td{
	border-bottom: none;
}
.caution{
	color: #cc0000;
	font-size: 1.5em;
	font-weight: bold;
}
.box3{
	background: white;
	width: 91%;
	border-radius: 16px;
	margin: 40px auto;
	padding: 20px;
	display: flex;
}
.box3l{
	float: left;
	color: #0175f7;
	font-size: 1.9em;
	width: 2em;
	line-height: 1.1em;
	padding: 20px 20px 0 30px;
}
.box3r{
	float: left;
}
.box3r hr{
	border-top: solid 2px black;
	margin: -10px 7px -10px -10px;
}
.box3r ul{
	margin-left: -18px;
}

.bg03 ,.bg07 ,.bg09{
	background: white;
	padding: 40px 0 40px;
	text-align: center;
}
.bg03text{
	color: #525252;
	font-size: 1.5em;
	line-height: 1.3em;
}
.bg03 h2{
	color: #0175f7;
	font-size: 3.5em;
	margin: -20px auto 0;
	line-height: 1.3em;
}
.bg03box{
	background: white;
	border-radius: 16px;
	margin: 40px auto;
	padding: 0 !important;
	box-shadow: 0 0 16px #6faef5;
}
.bg03box_title{
	background: #0175f7;
	border-radius: 16px 16px 0 0;
	color: white;
	font-size: 1.7em;
}
.bg03box img{
	margin: 20px;
}
.bg03price{
	color: #0175f7;
	font-size: 5em !important;
	font-weight: bold;
	margin: -20px 0 -30px;
}
.bg03box p{
	font-size: 1.1em;
	line-height: 1.9em;
}
.bg03box p span{
	font-size: 1.4em;
	color: #cc0000;
	font-weight: bold;
}
.notitle ul {
	width: 45%;
	padding: 0;
	margin: 0;
	text-align: left;
	margin-left:4.5%;
}
.notitle ul li{
	list-style: none;
	font-size: 1.5em;
}
.notitle ul li span{
	color: #0175f7;
	font-weight: bold;
    background: linear-gradient(#ffffff00 20%, #FFff00FF 100%);
}
.contact1{
	background: #082B64;
	border-radius: 8px;
	width: 50%;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	margin: 100px auto 20px;
}
.contact2{
	margin-left: 160px;
}
.contact3{
	width: 80%;
	position: relative;
	display: inline-block;
	padding: 30px;
	text-decoration: none;
	color: #082B64;
	background: #72f32f;
	border-bottom: solid 6px #62db22;
	border-right: solid 6px #62db22;
	border-radius: 8px;
	box-shadow: inset 0 6px 0 rgba(255,255,255,0.2), 6px 6px 6px rgba(0, 0, 0, 0.19);
	font-size: 2.5em;
	font-weight: bold;
	margin: 20px auto 60px;
	line-height: 1.3em;
	transition:0.3s;
}

.contact3:hover {
	opacity:0.8;
	transition:0.3s;}

.contact3:active {
	border-bottom: solid 2px #62db22;
	border-right: solid 2px #62db22;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.bg04{
	background-image: url(../img/lp_bg_02.jpg);
	padding: 40px 0 40px;
	text-align: center;
}
.bg04_title{
	color: #0175f7;
	font-size: 3.5em;
	margin: -10px auto 30px;
	line-height: 1.3em;
}
.col_3{
	width: 98%;
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3-1{
	width: 28%;
	padding: 10px 20px;
}
.col_3-2{
	width: 56%;
	padding: 10px 20px;
	text-align: left;
	font-size: 1.35em;
}
.col_3-2 p{
	font-weight: 400;
}
.col_3-2 p span{
	color: #0175f7;
	font-weight: bold;
    background: linear-gradient(#ffffff00 20%, #FFff00FF 100%);
}

.bg05{
	background: white;
	padding: 40px 0 40px;
	text-align: center;
}
.bg05_text1{
	font-size: 1.5em;
}
.bg05_text2{
	font-size: 1.2em;
	color: #082B64;
}
.col_remote{
	width: 98%;
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_remote > div{
	width: 30%;
	margin: 0 auto;
}
.col_remote > div img{
	width: 90%;
}
.flex {
	display:flex;
	align-items:flex-start;
	margin-top:10px;
	justify-content:space-between;
}
.w850 {
	width:850px;
	display:block;
	margin:0 auto;}
.step_icon {
	max-width: 200px;
    margin-top: 20px;}
.bg06{
    background-color: #082b63;
    padding: 40px 0 40px;
    text-align: center;
}
.bg06_title{
	color: white;
	font-size: 3.5em;
	margin: -10px auto 50px;
	line-height: 1.3em;
}

.main_under {
	text-align:center;}

.main_under .contact1 {
	margin:50px auto 20px;
}

.sub_header {
	background-color:#22599f;
	color:#ffffff;
	text-align:center;
	padding:2% 0;
	width:100%;
	margin-bottom:20px;}

.sub_header h2 {
	font-size:200%;
	line-height:1.3;
}
.sub_header h2 span {
	font-size:60%;
	display:block;
}
.kiyaku_box {
	width:96%;
	height:700px;
	font-weight:normal;
	max-width:800px;
	overflow-y:scroll;
	line-height:1.5;
	font-size:90%;
	text-align:left;
	border:1px solid #cccccc;
	padding:1em;
}

p.ttl {
	font-weight:bold;
	margin-top:20px;}

.kiyaku_box ul {
	list-style:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:1em 0;
}

input[type="checkbox"] {
    transform: scale(2);
	margin-right:1em;}

button {
    display: block;
	cursor:pointer;
	margin-top:30px;
    padding: 15px 70px 17px 70px;
    font-weight: bold;
    font-size: 150%;
    border: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
	margin:30px auto 50px auto;
}

button:active {
	box-shadow:none;}
.breadcrumb {
	color: #22599f;
    font-weight: normal;
    font-size: 85%;
    margin-left: 1em;}
.breadcrumb:hover {
	text-decoration:none;}

button:hover {
	opacity:0.8;}

  /* 初期状態（無効）のボタンの色 */
  #submitBtn {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
  }

  /* 有効になった時のボタンの色 */
  #submitBtn.enabled {
    background-color: #f1c310;
    color: #000000;
    cursor: pointer;
  }

.submit_area {
	text-align:center;}



body {
	margin-left:0!important;
	margin:0!important;}

.gb06_title2{
	color: white;
	font-size: 1.6em;
	width: 560px;
	margin: 15px 0 0 0px;
	padding: 10px 5px;
	line-height: 1.3em;
	border-top: solid 2px white;
	border-bottom: solid 2px white;
	text-align: left;
}
.gb06_text{
	color: white;
	font-size: 1em;
	font-weight: 400;
	width: 560px;
	margin: 0 0 0 0px;
	padding: 10px 5px;
	line-height: 1.3em;
	height: 90px;
	text-align: left;
}
.gb06_text a{
	color: #cccc00;
	font-weight: bold;
}
.bg08{
	background: #f0f0f0;
	padding: 40px 20px;
}
.bg08box{
	background: white;
	border-radius: 16px;
	margin: 40px auto 80px;
	padding: 0 !important;
	width: 1000px;
}
.bg08box_title{
	background: #0175f7;
	border-radius: 16px 16px 0 0;
	color: white;
	font-size: 1.3em;
	text-align: center;
}
.bg08box p{
	font-size: 1em;
	line-height: 1.4em;
	padding: 10px 20px;
	font-weight: 400;
}
.bg08text_title{
	font-size: 1.1em;
	color: #0175f7;
	font-weight: bold;
}
.bg08text{
	font-size: 0.8em;
}

.bg09box{
	margin: 40px auto 80px;
	padding: 0 !important;
	width: 1000px;
}
.bg09img{
	margin: 30px auto;
}
.bg09_title{
	color: #082B64;
	font-size: 3.5em;
	margin: -10px auto 50px;
	line-height: 1.3em;
}
.col_q{
	width: 98%;
	border-top: solid 5px #999999;
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.bg09_q{
	width: 2%;
	color: #0175f7;
	font-size: 1.3em;
	padding: 5px 20px;
}
.bg09_q_text{
	width: 93%;
	padding: 5px 0;
	text-align: left;
	font-size: 1.3em;
}
.col_a{
	width: 98%;
	border-top: dashed 2px #333333;
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.bg09_a{
	width: 2%;
	color: #082B64;
	font-size: 1.5em;
	padding: 5px 20px;
	font-weight: bold;
}
.bg09_a_text{
	width: 93%;
	padding: 13px 0;
	text-align: left;
	font-size: 1.1em;
	font-weight: 400;
}

footer{
	background: #f0f0f0;
	text-align: center;
	padding: 40px;
	font-size: 1.2em;
	color: #082B64;
}

/* Response ---------------------------------------------------------- */

@media screen and (min-width:751px){
	.flow_txt img{
		display: none;
	}
}

.forSP{
	display: none;}
.forsp{
	display: none;}


@media screen and (max-width: 1000px) {
	body{
		font-size: 1.5em;
	}
	.w1000 ,.bg08box ,.bg09box{
		width: 98%;
	}
	.col_2 > div{
		width: 90%;
	}
	.box1img{
		width: 60%;
	}
	.box3{
		display: grid;
		width: 88%;
	}
	.box3l{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.box3r hr{
		margin: -10px;
	}
	.notitle ul {
		width: 90%;
		margin: 0 30px;
	}
	.contact2{
		margin-left: 0;
		max-width: 100%;
		height: auto;
	}
	.contact3{
		font-size: 2em;
	}
	.col_3-1{
		width: 96%;
	}
	.col_3-2{
		width: 96%;
	}
	.col_remote > div{
		width: 60%;
	}
	.col_remote > div img{
		width: 80%;
	}
	.bg06{
		background-image: none;
		background: #082B64;
	}
	.bg06_img{
		display: block;
		width: 40%;
		margin: 0 auto;
	}
	.gb06_title2{
		width: 92%;
		margin: 15px auto 0;
	}
	.gb06_text{
		width: 90%;
		margin: 15px auto 60px;
	}
	.contact1 {
	width:70%;
	font-size:150%;}
.contact3 {
	font-size:150%;}

.w1000 img {
	max-width:100%;}

.bg03 h2,
.bg04_title,
.bg06_title,
.bg09_title {
	font-size:3rem!important;}

.w850 {
	width:98%;}


}

.attention2 {
	color:#d70c00;}

@media screen and (min-width:751px){
.stable_btn {
    position: fixed;
    top: 47%;
    right: 0;
    width: 160px;}

.stable_btn a {
    background: linear-gradient(to bottom, #ffa922, #ffb221);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 10px 0 0 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 15px 0 15px 20px;
    position: relative;
    line-height: 1.2;
    font-size: 1.3em;
    box-shadow: 6px 6px 0px rgb(0, 0, 0, 30%);
	transition:0.5s;
	transform: translateX(135px);
	}

.stable_btn a:hover {
	transform: translateX(0px);
	transition:0.5s;
	}

.stable_btn a:hover img {
    transform: rotate(360deg);
	transition:0.5s;}

.stable_btn a span {
	display:inline-block;
	font-size:80%;}

.stable_btn a img {
        max-width: 65px;
        position: absolute;
        top: 16px;
        left: 0;
        margin-left: -40px;
	transition:0.5s;
        transform: rotate(0deg);
    }


a .jitter-rotate {
  animation: jitterRotate 1s infinite;
  display: inline-block;
}

/* ホバー中はアニメーション停止 */
a:hover .jitter-rotate {
  transform: rotate(0deg);
  animation-play-state: paused;
}

/* ガタガタ回転 ＆ 逆回転 */
@keyframes jitterRotate {
  /* 正回転 (0〜5秒) */
  20%   { transform: rotate(5deg); }
  40%   { transform: rotate(-5deg); }
  60%   { transform: rotate(5deg); }
  80%   { transform: rotate(-5deg); }
  100%   { transform: rotate(0deg); }}



}
@media screen and (max-width: 750px) {

	body {
	line-height:1.5;}
	.forPC{
		display: none!important;
	}
	.forSP{
		display: block!important;
	}
	.step_icon {
		display:none;
	}
	.w850,
	.ttl0 {
		width:100%;
	}

.bg03 h2,
.bg04_title,
.bg06_title,
.bg09_title {
	font-size:2.5rem!important;}

.bg03box_title {
	font-size:0.9em;
    padding: 5px 0;
	font-weight:normal;}

.bg03price {
    font-size: 2em !important;
    margin: 0px 0 -30px;}

.notitle ul li {
    font-size: 1.3em;
    line-height: 1.8;}

.bg04_title,
.bg06_title {
    font-size: 2.5rem !important;
    margin-top: 10px;}

.gb06_title2 {
    font-size: 1.2em;}

.gb06_text {
	height:inherit;}

.bg05_text1 {
    line-height: 1.5;}

.bg09_q_text {
    font-size: 0.7em;
    width: calc(100% - 70px);
    margin-left: 0.5em;}

.bg09_a_text {
    font-size: 0.6em;
    width: calc(100% - 58px);
    margin-left: 0.5em;}

.redbox {
    font-size: 1.4em;
    padding: 10px 0;
	font-weight:500;}

.bg09 {
    padding: 0px 0 40px;}

.bg09box {
    margin: 0px auto 0px;}

.akamaru {
    margin-left: -0.88em;
    font-size: 85%;
    vertical-align: 3px;
}
.contact1 {
        width: 80%;
        font-size: 100%;
        padding: 3px 0 6px 0;}

.bg09_q,
.bg09_a {
    font-size: 1em;}

.contact3 {
    font-size: 100%;}

.bg01,
.bg02 {
    padding: 20px 0 1px;}

.bg02text {
	font-size: 0.6em;
    line-height: 1.4;
    font-weight: normal;
    margin: 20px 5px 10px 5px;}

.table_all td {
    font-size: 0.6em;
	padding:4px 0;}

.table_all {
	margin-bottom:20px;}

.caution {
    font-size: 1.4em;}

.box1 {
	margin:20px auto;}

.akamoji {
    margin: 0px 0 30px;}

.bg03text {
    font-size: 0.8em;}

.bg03box+.bg03box {
	margin:20px auto;
	box-shadow:0 0 10px #6faef5;}

.bg03box p {
    font-size: 0.6em;}

.bg03box img {
    width: 35%;
    height: auto;}

.notitle ul {
    width: 75%;
    margin: 0 0 0 8%;}

.notitle ul li  {
	font-size:0.75em;}

.bg03 .contact1,
.bg09 .contact1,
.bg07 .contact1 {
	margin:40px auto 20px;}

.bg03 .contact3,
.bg09 .contact3,
.bg07 .contact3 {
	margin:20px auto;}

.bg04_title {
    margin: 10px auto 0px;
	font-size:1.5em!important;}

.col_3-2 {
    font-size: 0.65em;}

.col_3-2 p+p {
	font-size:85%;}

.bg05_text1 {
    font-size: 0.7em;}

.bg05_text2 {
    font-size: 0.65em;
    color: #082B64;
    margin: 15px auto 30px;
	line-height:1.2;}

.col_remote > div img {
    width: 90%;}

.col_remote > div {
    width: 33%;}

.bg06_title {
	font-size:1.3em!important;}

.bg06_title {
    margin: 0px auto 20px;}

.gb06_title2 {
    font-size: 0.9em;
    padding: 10px 0;
    text-align: center;}

.gb06_text {
    font-size: 0.65em;
	line-height:1.5;
	margin:0px 6% 20px auto;
	padding:5px 5px 0;
	width:73%;}

.bg07 .bg05_text1 {
	font-size:0.65em!important;}

.bg08 {
    padding: 1px 20px;}

.bg08box {
	padding:0 0 1px 0!important;
	margin:40px auto;}

.bg08box_title {
    font-size: 0.65em;
    padding: 15px 0;
	fotn-weight:normal;
	position:relative;
	border-radius:0;}

.bg08box_title:after {
    content: ">";
    position: absolute;
    right: 3%;
    top: 20%;
    transform: rotate(90deg);
    transition: 0.3s;
    font-size: 1.2em;
	}

.bg08box {
	border-radius:0;}

.bg08box_title.on:after {
	transform:rotate(-90deg);
	transition:0.3s;
	right: 4.5%;
	top: 16%;}


.bg08box p {
    font-size: 0.55em;}

.bg08text_title {
    font-size: 1.1em;
    display: block;
	margin-bottom:0.2em;}

footer {
    padding: 1px 0 60px 0;
    font-size: 0.6em;}

.bg09_title {
	font-size:1.5em!important;}

.bg09img {
	width:30%;}

.bg08text {
    line-height: 1.3;}

.bg06 {
	padding:40px 0 1px 0;}

.bg06_img {
    padding-right: 12%;}

.bg01 .box1 {
	padding:20px 0;}

.stable_btn {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	z-index:999;
	}
.stable_btn a {
    background: linear-gradient(to bottom, #ffa922, #ffb221);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 10px 10px 0 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 10px 0 10px 20px;
	position:relative;
	letter-spacing:0.05em;
	}

.stable_btn a span {
	display:inline-block;
	font-size:80%;}

.stable_btn a img {
    max-width: 65px;
    position: absolute;
    bottom: 0;
    left: 30px;}

a .jitter-rotate2 {
  animation: jitterRotate2 1s infinite;
}


/* ガタガタ回転 ＆ 逆回転 */
@keyframes jitterRotate2 {
  /* 正回転 (0〜5秒) */
  50%   { transform: translateY(3px); }
  100%   { transform: translateY(0px); }
}

.form_content h3 {
	font-size:0.65em;
	font-weight:normal;}

.sub_header h2 {
    font-size: 1em;
	margin:0px 0;
	font-weight:normal;}

.form_content .w1000 .box1 {
	margin:10px auto 30px auto;
	width:88%;
	border-radius:0;
	padding:1px 0;
	}

.kiyaku_box {
	width:90%;
	height:300px;
	font-size:0.6em;}

.submit_area {
    font-size: 0.65em;
	font-weight:normal;}

.submit_area label {
	margin-top:20px;}

#submitBtn {
    font-size: 120%;}

.bg01 .box1 {
	width:87%;
	padding:20px 10px 30px 10px;
	}

.bg01 .box01 p {
	font-size:76%;}

.bg01 .box1 img:first-child {
	width:40px!important;}

.box1_title {
	font-size:1.2em;
	font-weight:500;
	padding:0 5px 0 5px;
	text-align:center;}

.bg01 .box1_title+p {
	font-size:0.65em;
	line-height:1.7;
	margin-bottom:30px;}

.bg02 {
	padding:10px 0 1px;}

.bg02 .col_2 .box1 {
	width:74%;
	margin:0 auto 20px auto;}
.akamoji {
	font-size:70%;}

.table_title {
    font-size: 55%;
    font-weight: normal;}

.box1img {
    width: 90%;}

.bg02 .box3 {
	width:72%;
	margin:10px auto 40px auto;}

.box3l {
    font-size: 1em;
	font-weight:normal;}

.box3r hr  {
	margin-top:10px;}

.bg03 .w1000 img:first-child {
	max-width:70px;}

.col_2 > div {
    width: 80%;}

.bg03box {
	margin:20px auto;}

.col_2.notitle {
	position:relative;}
.list_pic {
	position:absolute;
	right:3%;
	bottom:-5%;
	width:18%;}

.contact1 {
        font-size: 80%;
	padding:6px 0 4px 0;}

.contact2 {
	width:90%;}

.contact3 {
    margin: 20px auto;
    width: 86%;
    padding: 5% 0;}

.jiten {
	font-size:50%;
	font-weight:normal;
	display:block;
	margin-top:5px;}

.col_3-1 img {
	width:58%;}

  .accordion-title {
    cursor: pointer;
    padding: 8px 0;
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }

  .accordion-content.open {
    max-height: 200px; /* 開く時の高さ（内容より十分大きく） */
  }

  .accordion-title2 {
    cursor: pointer;
    padding: 8px 0;
  }

  .accordion-content2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }

  .accordion-content2.open {
    max-height: 200px; /* 開く時の高さ（内容より十分大きく） */
  }

.bg09box {
    width: 88%;}

.bg09_q,
.bg09_a {
    width: 6%;
    padding: 5px 10px 5px 7px;
    line-height: 1em;}

.col_q,
.col_a {
    width: 98%;
    padding: 2% 0;}

.bg09_a_text {
	padding:2% 0;}

.breadcrumb {
    font-size: 0.6em;}

button {
	margin:30px auto 110px auto;}
.forpc {
	display:none;}

.gb06_title2 {
	position:relative;
	font-size: 0.8em;
	text-decoration:underline;
    padding: 11px 0 8px 16%;
    text-align: center;
    box-sizing: border-box;
    text-align: left;
	border-bottom:0;}

.gb06_title2 img {
	display:inline-block!important;
	width:15%;
	padding-right:0.5em;
	position:absolute;
	left:0;
	top:30%;}

.col_3 {
	position:relative;
	width:100%;
	overflow:hidden;
    padding-bottom: 6%;}

.col_3-2 {
	width:59%;
	z-index:4;
	padding:10px 15px 10px 20px;}

.col_3-1 {
    position: absolute;
    right: -14%;
    top: 3%;
    width: 53%;
    z-index: 0;
    transform: rotate(5deg);}

.price_mark {
	max-width: 45px!important;
    margin: 20px 8px 0 -10px!important;
    display: inline-block !important;
    vertical-align: -8%!important;}

.bg06 .w850 {
	width:96%;}

.attention2 {
	font-size:0.5em;
	font-weight:normal;}

.col_q {
	border-top:1px solid #999999;
	position:relative;}

.col_q:after {
	content:">";
	transform:rotate(90deg);}

.col_a {
	border-top: 0;
	padding:0;
	}


.col_q.on+.col_q {
	border-top: dashed 2px #333333;
	}


.col_q.on:after {
	transform:rotate(-90deg);
	transition:0.3s;
	right: 4.5%;
	top: 16%;}



}
