@charset "UTF-8";

/* Layout
--------------------------------------------------------------*/

.qtl_a_center{text-align: center !important;}
.qtl_a_left{text-align: left !important;}
.qtl_a_right{text-align: right !important;}

.qtl_mgn_t{ margin-top: 20px !important;}
.qtl_mgn_b{ margin-bottom: 20px !important;}
.qtl_mgn_tb{ margin: 20px 0 !important;}

ul.qtl_ul_re li{
    list-style: square !important;
    margin-left: 18px;
}

.qtl_cnt-wrap{
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.qtl_cnt-wrap-ws{
    width: 100%;
    height: auto;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.qtl_cnt-box{
	position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 25px auto;
	overflow: hidden;
}

.qtl_cnt-box_dot{
	position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto 0 auto;
    border-top: dotted 1px #A3A3A3;
	overflow: hidden;
}

.qtl_cnt-box-l{
	float:left;
}

.qtl_cnt-box-r{
	float:right;
}

.qtl_cbw10{ width:100%; }
.qtl_cbw8{ width:77%; }
.qtl_cbw7{ width:67%; }
.qtl_cbw6{ width:57%; }
.qtl_cbw5{ width:47%; }
.qtl_cbw4{ width:37%; }
.qtl_cbw3{ width:27%; }
.qtl_cbw2{ width:17%; }

.qtl_mb1{ margin-bottom: 10px !important;}
.qtl_mb2{ margin-bottom: 20px !important;}
.qtl_mb3{ margin-bottom: 30px !important;}
.qtl_mb4{ margin-bottom: 40px !important;}
.qtl_mb5{ margin-bottom: 50px !important;}

@media screen and (max-width:640px) {

.qtl_cnt-box-l{
	float:none;
	margin-bottom: 20px;
}

.qtl_cnt-box-r{
	float:none;
	margin-bottom: 20px;
}
    
.qtl_cnt-box_dot .qtl_cnt-box-l{
	margin-bottom: 15px;
}

.qtl_cnt-box_dot .qtl_cnt-box-r{
	margin-bottom: 15px;
}

.qtl_cbw8, .qtl_cbw7, .qtl_cbw6, .qtl_cbw5, .qtl_cbw4, .qtl_cbw3, .qtl_cbw2, .qtl_cbw3w{
	width:100%;
}

.qtl_img-hf{
    width: 60%;
    margin: 0 20%;
}


}


/*List box*/

ul.qtl_list6, ul.qtl_list5, ul.qtl_list4, ul.qtl_list3, ul.qtl_list2{
	width: 100%;
	margin:0 0 20px 0;
	position:relative;
	overflow:hidden;
}

.qtl_list6 li{
	float:left;
	width:15.6%;
	margin:0 0.5% 10px 0.5%;
	position:relative;
}

.qtl_list5 li{
	float:left;
	width:19%;
	margin:0 0.5% 10px 0.5%;
	position:relative;
}

.qtl_list4 li{
	float:left;
	width:24%;
	margin:0 0.5% 10px 0.5%;
	position:relative;
}

.qtl_list3 li{
	float:left;
	width:32.33%;
	margin:0 0.5% 0 0.5%;
	position:relative;
}

.qtl_list2 li{
	float:left;
	width:49%;
	margin:0 0.5% 10px 0.5%;
	position:relative;
}

.qtl_list-img3{
	margin:0 15px 15px;
	position:relative;
	overflow:hidden;
}

.qtl_list-img2 li{
	float:left;
	width:50%;
}

.qtl_list-img2{
	margin:0 0 15px;
	position:relative;
	overflow:hidden;
}

.qtl_list-img2 li{
	float:left;
	width:50%;
}

ul.qtl_list6 img, ul.qtl_list5 img, ul.qtl_list4 img, ul.qtl_list3 img, ul.qtl_list2 img{
	width: 100%;
}

@media screen and (max-width:880px) {

.qtl_list6 li, .qtl_list5 li, .qtl_list4 li, .qtl_list3 li, .qtl_list2 li {
	width:48%;
	margin:0 1% 0 1%;
}

}

@media screen and (max-width:640px) {

.qtl_list6 li, .qtl_list5 li, .qtl_list4 li, .qtl_list3 li, .qtl_list2 li {
	width:90%;
	margin:0 5% 0 5%;
}

.qtl_list-img3 li{
	width:100%;
	margin-bottom:10px;
}

}


/* Title
--------------------------------------------------------------*/

h4.qtl_tl4{
    box-sizing: border-box;
    color: #253494;
    font-size: 140%;
    font-weight: bold;
    border: solid 1px #CCCCCC;
    padding: 8px 12px 6px 12px;
    margin: 15px 0;
    min-height: 42px;
    display: block;
    position: relative;
    overflow: hidden;
}

#qtl_cnt1 .qtl_cnt-box h4{
    font-size: 140%;
    line-height: 120%;
    letter-spacing: 0.05em;
	color:#FFFFFF;
    padding: 10px 15px 7px 15px;
	margin-bottom:20px;
	background:#253494;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
}

#qtl_cnt1 .qtl_cnt-box h5{
    font-size: 130%;
    line-height: 120%;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #333333;
    padding: 0 0 8px 0;
    margin-bottom: 20px;
    border-bottom: dotted 1px #8E8E8E;
}

#qtl_cnt1 .qtl_cnt-box p{
    font-size: 1.1667em;
    letter-spacing: 0.05em !important;
    color: #464E56;
    margin-bottom: 20px;
}

/* TEXT
--------------------------------------------------------------*/
.qtl_ttl_xxl{font-size: 200% !important;}
.qtl_ttl_xl{font-size: 160% !important;}
.qtl_ttl_l{font-size: 120% !important;}
.qtl_ttl_m{font-size: 100% !important;}
.qtl_ttl_s{font-size: 85% !important;}
.qtl_ttl_ss{font-size: 70% !important;}
.qtl_ttl_sss{font-size: 60% !important;}

.qtl_ttl_red_b{
    font-size: 160%;
    margin: 20px 0;
    text-align: center;
    color:#E10003;
}

.qtl_ttl_black_m{
    font-size: 120%;
    margin: 20px 0;
}

.qtl_ttl_black_bld{
    font-size: 120%;
    margin: 0 0 20px 0;
    font-weight: bold;
}

/* Color
--------------------------------------------------------------*/

.qtl_clr_red{
    color:#E10003 !important;
}

.qtl_clr_yelolow{
    color:#fff100 !important;
}

.qtl_clr_lblue{
    color:#008BD3 !important;
}

.qtl_clr_bg_rblue{
    background-color: #CCFFFE !important;
}

.qtl_bt-big a{
    padding: 20px 20px;
    font-size: 180%;
}

.qtl_bt-big-try a{
    padding: 20px 80px !important;
    font-size: 160%;
    background-color: #4472c4 !important;
    border-bottom: 5px solid #3059a4;
}

.qtl_bt-big-try-org a{
    padding: 20px 80px !important;
    font-size: 160%;
    background-color: #ffa609 !important;
    border-bottom: 5px solid #e39301;
}

.qtl_bt-big-try a:after,.qtl_bt-big-try-org a:after {
  right: 16px;
}

@media screen and (max-width:640px) {

.qtl_bt-big-try a,.qtl_bt-big-try-org a {
    padding: 20px 35px !important;
}

.qtl_bt-big-try a:after,.qtl_bt-big-try-org a:after {
  right: 10px;
}

}

/* No
--------------------------------------------------------------*/

.qtl_box_n{
    box-sizing: border-box;
    display: block;
    background: #253494;
    color: #FFF;
    width: 20px;
    padding: 3px 0 1px 0;
    margin-right: 5px;
    font-size: 80%;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
}

.qtl_box_tx{
    box-sizing: border-box;
    display: block;
    width:auto;
    position: relative;
    overflow: hidden;
}

/* FAQ
--------------------------------------------------------------------------*/

.qtl_faq{
    position: relative;
    margin: 20px 0px;
}

.qtl_faq_q,.qtl_faq_a{
    position: relative;
}

.qtl_faq h4{
    font-size: 140%;
    background: #f6f6f6;
    padding: 16px 20px 10px 60px;
	border-radius: 10px 10px 0px 0px;
}

.qtl_faq p{
    font-size: 110%;
    background: #f9f4e1;
    padding: 20px 20px 20px 60px;
	border-radius: 0px 0px 10px 10px;
    border-top: solid 1px #E5D8A7;
}

.qtl_faq h4:before {
	content: 'Q';
	position:absolute;
	left: 15px;
	top: 12px;
    margin: auto;
    padding: 3px 10px;
    font-size: 16px;
    background: #536CCD;
    color: #FFFFFF;
	border-radius: 20px;
}

.qtl_faq p:before {
	content: 'A';
	position:absolute;
	left: 15px;
	top: 14px;
    margin: auto;
    padding: 3px 10px;
    font-size: 16px;
    background: #91AC19;
    color: #FFFFFF;
	border-radius: 20px;
}

/* Table
--------------------------------------------------------------------------*/

.qtl_table-wrap{
	margin:0 15px 20px 15px;
}

.qtl_cnt-box table {
	width:98% !important;
	background:#CCC !important;
	font-size:90% !important;
	letter-spacing:0.05em !important;
	line-height:160% !important;
	margin: 25px 1% 0 1% !important;
	color:#333 !important;
	}

.qtl_cnt-box th{
	background-color:#eaecef;
	text-align:center !important;
	padding: 7px 10px !important;
	border-spacing: 1px !important;
    border: 1px solid #888888;
	}

.qtl_cnt-box td{
	background-color:#FFF;
	padding: 7px 10px !important;
	border-spacing: 1px !important;
    border: 1px solid #888888;
	}

/* Youtube
--------------------------------------------------------------------------*/

iframe.qtl_youtube-full{
    width: 100%;
    height: 440px;
}

@media screen and (max-width:640px) {

iframe.qtl_youtube-full{
    height: 340px;
}
  
}

/* button
--------------------------------------------------------------------------*/

.qtl_bt a{
	display:block;
	width:50%;
	padding:13px 28px 9px 28px;
	margin:0 auto;
	font-size:120%;
	text-align:center;
	color:#FFF;
	background:#203289;
	border-bottom:#1d296c 2px solid;
	border-right:#1d296c 2px solid;

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	transition: background-color 0.8s ease 0s, border 0.8s ease 0s;
}


.qtl_bt a:hover{
	color:#FFF;
    text-decoration: none;
	background-color:#ff9c00;
	border-bottom:#e3741b 2px solid;
	border-right:#e3741b 2px solid;
}

.qtl_bt-tc a{
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 40%;
    margin: 15px 0 15px 60%;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
    opacity: 1;
	transition: opacity 0.8s ease 0s;
}

.qtl_bt-tc a span.qtl_bt-tc_top{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5px 30px;
    background: #fff100;
    border: 1px solid #253494;
    -webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}


.qtl_bt-tc a span.qtl_bt-tc_top:before {
	content:url("../img/tools/icon_new-w.png");
	position:absolute;
	right: 5px;
	top: 4px;
    margin: auto;
}

.qtl_bt-tc a span.qtl_bt-tc_btm{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5px 30px;
    background: #253494;
    color: #FFFFFF;
    border: 1px solid #253494;
    -webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.qtl_bt-tc a:hover{
    opacity: 0.8;
}

/* BOX-COLOR
--------------------------------------------------------------*/

.qtl_waku_tx1{
    background-color: #EDE8C6;
    width: 100px;
    padding: 3px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}

/* TEXT
--------------------------------------------------------------------------*/

.qtl_tx-xl{
    font-size: 200% !important;
}
.qtl_tx-l{
    font-weight: bold !important;
}
.qtl_tx-m{
    font-size: 100% !important;
}
.qtl_tx-s{
    font-size: 90% !important;
}


/* Space
--------------------------------------------------------------------------*/

.qtl_mt0{ margin-top: 0px;}
.qtl_mt30{ margin-top: 30px;}

.qtl_mb0{ margin-bottom: 0px;}
.qtl_mb30{ margin-bottom: 30px;}

/* Clear
--------------------------------------------------------------------------*/

.qtl_clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.qtl_clear{display:inline-table;}
/* \*/
* html .qtl_clear{height:1%;}
.qtl_clear{display:block;}
/* */
