/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, form, fieldset, hr, sup, figure {
    margin: 0;
    padding: 0;
}
ul{list-style:none;}
html, body {
    background-color: #fff;
    width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.bk-gr{
	background:#f8f8f8;
}
img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}
#container {
    margin: 0 auto;
    width: 850px;
}
.header, .footer {
    background-color: #FFF;
}
.col {
    zoom: 1;
}
.box {
    float: left;
}
.last {
    float: right;
}

.header{
	width: 100%;
}
.space{
	padding-top:50px;
}
.fv{
	background-color: #f8f8f8;
}
.fv_notes{
    padding: 10px 50px 30px;
    font-size: 12px;
	line-height: 1.5;
}
.notes{
    padding: 10px 28px 0;
    font-size: 12px;
	line-height: 1.5;
}
.wrap-button {
    padding: 0 50px;
}
/*.wrap-button div {
    margin-bottom: 20px;
}*/
.wrap-button .button-01{
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid #cbcbcb;
	padding-bottom: 20px;
}

.wrap-button .button-02-03{
	padding: 20px 0 10px 0;
	text-align:center;
}
.header:after,.wrap-button .button-02-03:after,.text-15:after {
    content:" ";
    display:block;
    clear:both;
}

.text-01 {
	padding: 0 50px;
	font-size: 22px;
	color: #5d5b5c;
	text-align: left;
}



.text-02 {
	padding: 0 50px;
	font-size: 22px;
	color: #5d5b5c;
	text-align: left;
}
.text-03 {
	padding: 0 50px;
	font-size: 35px;
	color: #5d5b5c;
	text-align: center;
}
.text-04 {
	padding: 0 50px;
	font-size: 20px;
	color: #5d5b5c;
	text-align: center;
}

.text-05 {
	padding: 0 50px;
	font-size: 22px;
	color: #5d5b5c;
	text-align: left;
}
.text-06 {
	padding: 0 50px;
	font-size: 40px;
	font-weight:bold;
	letter-spacing: 0.1em;
	color: #5d5b5c;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: #ddf3fc;
	border-width: 6px;
}
.text-07 {
	padding: 0 50px;
	font-size: 22px;
	color: #5d5b5c;
	text-align: left;
}
.text-08 {
	padding: 0 50px;
	font-size: 30px;
	color: #01a6dc;
	text-align: center;
}


#diagnosis_wrap {
    margin: 0 auto 45px auto;
    background: #FFF;
    width: 750px;
    text-align: left;
}
#diagnosis_wrap .inner, #diagnosis_wrap .result {
    border: 6px solid #fdf7e0;
    border-top: 0;
	padding-bottom: 40px;
}

.set-mb-20 {
    margin-bottom: 20px;
}
.set-mb-40 {
    margin-bottom: 40px;
}
.set-mb-60 {
    margin-bottom: 60px;
}
.set-mb-80 {
    margin-bottom: 80px;
}

.set-pb-10 {
    padding-bottom: 10px;
}
.set-pb-40 {
    padding-bottom: 40px;
}
.set-pb-80 {
    padding-bottom: 80px;
}
.text-09 {
	padding: 10px 50px;
	font-size: 30px;
	color: #01a6dc;
	text-align: center;
}
.text-09 span{
	font-size: 20px;
	color: #5d5b5c;
}
.text-10 {
	padding: 5px 50px;
	font-size: 25px;
	color: #5d5b5c;
	text-align: center;
}


.tabs {
	padding-top: 50px;
	padding-left: 15px;
}
.tab_item {
display: block;
float: left;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
clear: both;
overflow: hidden;
padding-left: 8.5px;
}
/*選択されているタブのコンテンツのみを表示*/
#web:checked ~ #web_content,
#yuten:checked ~ #yuten_content{
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input + .tab_item.web {
background:url(../img/tab_01.png) 0 0 no-repeat;
background-position: right;
}
.tabs input + .tab_item.yuten {
background:url(../img/tab_04.png) 0 0 no-repeat;
}
.tabs input:checked + .tab_item.web {
background:url(../img/tab_03.png) 0 0 no-repeat;
background-position: right;
}
.tabs input:checked + .tab_item.yuten {
background:url(../img/tab_02.png) 0 0 no-repeat;
}

.tabs input[type="radio"] + label {
    display: block;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
	width:49%;
	height:3em;
}

.tabs input[type="radio"]:checked + label {
	background-size: 100%;
    background-position: right center;
    background-repeat: no-repeat;
	width:49%;
	height:3em;
}



.set-pad {
    padding-left: 20px;
    padding-right: 20px;
}
.set-align-l {
    text-align: left;
}
.faq-unit-02 {
	width: 810px;
    margin-bottom: 20px;
}
.faq-unit-02 dt .icon-q, .faq-unit-02 dd .icon-a {
    margin: 0;
	padding: 0;
}
.text-q{
    padding: 0px 40px 0px 80px;
	text-align: left;
}
.icon-q {
	display: block;
    position: absolute;
	left: 0px;
}
.faq-unit-02 dt {
	margin-bottom: 30px;
	min-height: 60px;
    cursor: pointer;
    position: relative;
    background-color: #fdf7e0;
    color: #f38900;
    font-size: 26px;
    font-weight: bold;
	line-height: 60px;
}
.icon-faq-arrow {
    /* display: inline-block; */
    position: absolute;
    left: inherit;
    right: 2%;
    top: 18px;
}
.icon-faq-arrow {
    background: url("../img/arrows.png") 97% 50% no-repeat;
    width: 36px;
    height: 27px;
}
.text-a{
    padding: 0 0 20px 90px;
	font-size: 22px;
	line-height: 1.5;
	color: #5d5b5c;
	text-align: left;
	position: relative;
}
.text-a .marker{
	background: linear-gradient(transparent 60%, #fff673 10%);
	}
.icon-a {
    display: block;
    position: absolute;
	left: 0;
}

.set-fs-10 {
    font-size: 1.0rem;
}
.set-fs-14 {
    font-size: 1.4rem;
}


.text-11 {
	padding: 0 50px;
	font-size: 35px;
	color: #01a6dc;
	text-align: center;
}


.set-flame {
	margin: 0 12px 60px 13px;
}
.bk-lb_01 {
	background: #fdf7e0;
	padding-bottom:20px;
}
.bk-lb_02 {
	background: #ddf3fc;
	padding-top: 50px;
}

.campaign_area{
	margin: 0 auto 50px;
}
.campaign_area_2{
	margin:30px 20px 20px 20px;
	text-align:center;
}
.text-12{
	padding: 0 50px;
	font-size: 34px;
	color: #01a6dc;
	text-align: center;
	margin: 10px 0;
}
.text-12 span{
	border: 3px solid #01a6dc;
	padding: 0 10px;
}
.set-plr-35{
	margin: 0 35px;
}
.button-04 {
	margin: 0 32px;
}

.text-13 {
	font-size: 25px;
	letter-spacing: 0.2em;
	color: #01a6dc;
	text-align: center;
	margin: 0 0 10px 0;
}
.red{
	color:#ff0000;
}
.campaign_bottom{
	margin:20px 20px 0 20px;
}

.set_form-01 {
	margin: 30px 80px 40px 80px;
}

.sim_ttl_txt{
	text-align: center;
	margin: 50px auto 5px;
}
.text-14 {
	padding: 30px 40px;
	font-size: 18px;
	color: #5d5b5c;
	text-align: left;
	font-weight: bold;
}
.text-15 {
	padding: 0 40px;
	font-size: 24px;
	font-weight: bold;
	color: #f38900;
	text-align: left;
}
.text-15 span {
    cursor: pointer;
    position: relative;
    background: #f38900;
    padding: 0 12px;
    color: #FFF;
    font-weight: bold;
}
.form_txt{
	float: left;
}
.text-f {
	width: 230px;
	padding: 0 0 30px 0;
    font-size: 20px;
    color: #5d5b5c;
	font-weight: initial;
	float: right;
}
.text-form {
	border: 2px solid #f38900;
    width: 150px;
    font-size: 24px;
    height: 1.5em;
	padding-left: 2%;
}
.text-f span {
	font-size:24px;
    color: #5d5b5c;
	font-weight: initial;
	background: #ddf3fc;
	display: inherit;
    padding-left: 0px;;
}

.text-15-2 {
	padding: 0 40px;
	font-size: 15px;
	text-align: left;
	color: #5d5b5c;
	font-weight: bold;
    margin-bottom: 10px;
}
.text-15-2-b{
	padding: 0 40px;
	font-size: 16px;
	text-align: left;
	color: #5d5b5c;
}
.text-15-2 dt{
	padding: 0.8em 1em 1em 0;
	display: inline;
}
.text-15-2 dd{
	display: inline;
}
.text-15-3 {
	padding: 0 40px;
	font-size: 11px;
	text-align: left;
	color: #5d5b5c;
	font-weight: bold;
}

.bk-lb-1 {
	background: #fdf7e0;
	padding: 30px 40px 120px;
}
.bk-lb-2 {
	background: #ddf3fc;
	padding: 0 40px 140px;
}

.mp {
	margin-top: -320px;
	padding: 0 30px;
}

.text-16 {
	font-size: 35px;
	color: #01a6dc;
	text-align: center;
	margin: 0 0 5px 0;
	margin-top: -170px;
}
.ttl_text_blue{
	text-align: center;
	font-size: 27px;
	color: #f38900;
	font-weight: bold;
}
.set_form-02 {
	margin: 0 80px 0;
	padding: 40px 0 70px 0;
}


.text-17-1 {
	padding: 0 40px 30px;
    font-size: 12px;
    color: #5d5b5c;
    text-align: left;
    position:relative;
}
.posi-ab{
    position: absolute;
    top: -15px;
    left: 50px;
}
.text-17-2 {
	padding-top: 140px;
	font-size: 21px;
	color: #5d5b5c;
	text-align: left;
}

.text-18 {
	font-size: 27px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #01a6dc;
	text-align: center;
	margin: 0 0 10px 0;
	margin-top: -200px;
}
.text-19 {
	margin: 20px 0 5px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	color: #5d5b5c;
}
.text-19 p:nth-child(1){
	font-size: 24px;
}
.text-19 p:nth-child(2){
	font-size: 16px;
}

.button-10 {
	padding-top: 30px;
}
.text-20 {
	font-size: 35px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #01a6dc;
	text-align: center;
}
.button-11 {
	margin-top: -15px;
}

.instructions {
	text-align: left;
	padding-left: 50px;
}
.text-21 {
	font-size: 14px;
	color: #5d5b5c;
	padding: 0 15px;
}

.text-22 {
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: left;
	font-size: 22px;
	color: #5d5b5c;
	padding:0 30px 0 30px;
}
.space1{
	margin:0 30px 0 24px;
}
.space2{
	margin:0 20px 0 20px;
}

.line-02 {
    border-bottom: 1px solid #cdc8c2;
	    margin-bottom: 40px;
}
.application {
	color: #5d5b5c;
}
.application h3,.application p,.application li,.application h4{
	font-size: 12px;
	line-height: 1.6;
}
.application .txt_red{
	color:#ff0000;
	margin-bottom: 20px;
	font-weight: bold;
}
.application .date{
    font-size: 12px;
    line-height: 1.6;
    text-align: right;
}
.bk_bw{
	background: #f0f0f0;
	padding: 0 50px;
}

.text-23 {
	text-align: left;
    font-size: 18px;
    color: #5d5b5c;
    margin: 30px 0 25px 0;
    padding: 10px 20px 10px 30px;
}
.text-24 {
	text-align: left;
    font-size: 22px;
    color: #5d5b5c;
}
.application h4{
	color: #f38900;
	margin-top: 5px;
	font-weight: bold;
}

.text-26 {
	text-align: left;
	font-size: 22px;
	color: #5d5b5c;
}
.campaign_area .text-27 {
	text-align: center;
	font-size: 20px;
	color: #1a1a1a;
	margin-top: 20px;
}
.text-28{
	font-size:14px;
	padding-left:60px;
	padding-right:60px;
	padding-top:10px;
}
.text-29{
	font-size:13px;
	padding:10px 50px 0 50px;
}
.img_center{
	padding: 0 197px 0 198px;
}
.p_size{
	font-size: 20px;
	text-align: center;
}
.width-100 {
	display:inline;
}
.center1{
	text-align:center;
	font-size:35px;
	padding-bottom:3px;
	color:#f38900;
	font-weight:bold;
}
.center2{
	text-align:center;
	font-size:17px;
	padding-top:12px;
	padding-bottom:35px;
}
.center3{
	text-align:center;
}


.bk-blue{
	background:#f38900;
}
.line-03 {
	border-top: 1px solid #f7ffff;
	margin-top: -30px;
}
.line-04 {
	border-top: 1px solid #e7eff1;
	padding-top: 15px;
}
.text-simulation {
    padding: 10px 0px;
    color: #FFF;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}
.table-01 {
	border-collapse: collapse;
	font-size: 24px;
	margin: 20px 10px;
	text-align: left;
	width: 700px;
}
.table-01 th {
	color: #8a8c8b;
	background-color: #fdf7e0;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	border: 1px solid #3b4a51;
	width: 410px;
}
.table-01 td {
	padding-left: 45px;
    color: #8a8c8b;
    background: #FFF;
    border: 1px solid #3b4a51;
    font-weight: bold;
    text-align: left;
}
.button-simulation {
	width: 80%;
	margin: 0 auto;
	padding-left: 35px;
	padding-top: 10px;
}
button {
	border:none; /*枠を消す*/
	background-color:#ffffff; /*背景色を白に*/
}
.font_s{
	font-size: 22px;
	color:#868686;
	padding: 0 30px 20px 30px;
}
#simu_res_display01 {
	margin-top: 48px;
	padding-bottom: 120px;
}
.icon_maru {
	font-size: 44px;
	color: #868686;
	padding: 25px 0 20px 0;
	text-align: center;
}
#simu_res_display02 {
	margin-top: 48px;
	padding-bottom: 120px;
}
.icon_sankaku {
	font-size: 44px;
	color: #868686;
	padding: 25px 0 20px 0;
	text-align: center;
}
#simu_res_display03 {
	margin-top: 48px;
	padding-bottom: 120px;
}
.icon_batsu {
	font-size: 44px;
	color: #868686;
	padding: 25px 0 20px 0;
	text-align: center;
}

.faq-unit-01 dt {
    cursor: pointer;
    position: relative;
    /*padding: 0 60px 0 0;*/
    font-size: 30px;
    font-weight: bold;
	line-height: 60px;
}

.wrap-button2{
	width: 520px;
	margin: 50px auto;
	text-align: center;
}

.kumamoto_bank{
	text-align: center;
    margin-top: 40px;
}

/* ---------------------------------
   footer
---------------------------------- */
#footer{
	width: 850px;
	margin: 70px auto 120px;
	font-size: 10px;
}
#footer:after {
    content:" ";
    display:block;
    clear:both;
}
#footer .ft_txt{
	margin-bottom: 10px;
}
#footer .ft_logo{
	float: right;
	width: 260px;
}
#footer small{
	clear: both;
}
/* ---------------------------------
   fixed-bottom-button
---------------------------------- */
#fixed-bottom-button {
    position: fixed;
    left: 0;
    bottom: -500px;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
.fixed-bottom-button--show {
    bottom: 0 !important;
}
#fixed-bottom-button .fixed-bottom-button-0 {
    float: left;
    margin-bottom: 10px;
}
#fixed-bottom-button .fixed-bottom-button-1 {
    float: right;
    margin-bottom: 10px;
}
#fixed-bottom-button .fixed-bottom-button-0, #fixed-bottom-button .fixed-bottom-button-1 {
    width: 48%;
}
#fixed-bottom-button .col {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 710px;
}
