@charset "UTF-8";

/* ------ clear ------ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	} /*IE7以外のモダンブラウザ*/
.clearfix {
	display:inline-block;
	} /*IE7*/
/*Hides from IE-mac\*/
* html .clearfix {
	height:1%;
	}
.clearfix {
	display:block;
	}
/*End hide from IE-mac*//*IE6*/

.red {
	color: #e20000;
}
.key_color {
	color: #ff6b00 !important;
}
.f11{
	font-size: 11px !important;
}
.f14{
	font-size: 14px;
}
.f15{
	font-size: 15px;
}
.f16{
	font-size: 16px !important;
}
.f19{
	font-size: 19px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.pb0 {
	padding-bottom: 0 !important;
}

.border_b {
	border-bottom: 4px solid #38c792;
}

section.none_pd {
	padding: 0 !important;
}
/*body*/
body{
	background-color:#ffffff;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
	font-size:14px;
	line-height:1.6;
	width:100%;
}

a {
	color: #003399;
}
a:visited {
	color: #990099;
}

/* header */
header {
	width: 100%;
	height: 50px;
	padding: 13px 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/common/header_bk.png) repeat-x center top;
}
header a.pos_btn_pc {
	position: absolute;
	top: 0; right: 5px;
}

/* footer */
footer {
	width: 100%;
}
footer .btn_gototop {
	/*border-bottom: 2px solid #cccccc;*/
}
footer .btn_gototop a {
	border: 1px solid #ff6b00;
	background: -webkit-linear-gradient(top, rgb(255, 152, 77) 0%, rgb(255, 108, 1) 100%);
	background: -o-linear-gradient(top, rgb(255, 152, 77) 0%, rgb(255, 108, 1) 100%);
	background: -ms-linear-gradient(top, rgb(255, 152, 77) 0%, rgb(255, 108, 1) 100%);
	background: -moz-linear-gradient(top, rgb(255, 152, 77) 0%, rgb(255, 108, 1) 100%);
	background: linear-gradient(to bottom, rgb(255, 152, 77) 0%, rgb(255, 108, 1) 100%);
	display: block;
	text-align: center;
}
footer .btn_gototop a span{
	background:url(../images/common/icon_arrow_gototop.png) no-repeat left 50%;
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
	font-size:14px;
	color:#ffffff;
	height:30px;
	line-height:30px;
	display:inline-block;
	padding: 0 0 0 21px;
}
footer #foot_info {
	margin: 20px 10px 5px 10px;
	position: relative;
}
footer a.pos_btn_pc {
	position: absolute;
	top: -10px; right: 0;
}
footer .logo_block {
	padding: 14px 5px;
}
footer .logo_block img {
	display: block;
	width: 150px;
	height: auto;
	margin-bottom: 4.5px;
}
footer .logo_block small {
	font-size: 10px;
}

/* page_ttl h2 */
#page_ttl {
	position: relative;
	display: table;
	width: 100%;
	height: 56px;
	margin: 0 0 19px 0;
	padding: 0 0 0 62px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*background: -webkit-linear-gradient(top, rgb(97, 231, 181) 0%, rgb(78, 185, 145) 99%, rgb(78, 185, 145) 100%);
	background: -o-linear-gradient(top, rgb(97, 231, 181) 0%, rgb(78, 185, 145) 99%, rgb(78, 185, 145) 100%);
	background: -ms-linear-gradient(top, rgb(97, 231, 181) 0%, rgb(78, 185, 145) 99%, rgb(78, 185, 145) 100%);
	background: -moz-linear-gradient(top, rgb(97, 231, 181) 0%, rgb(78, 185, 145) 99%, rgb(78, 185, 145) 100%);
	background: linear-gradient(to bottom, rgb(97, 231, 181) 0%, rgb(78, 185, 145) 99%, rgb(78, 185, 145) 100%);*/

	background: -webkit-linear-gradient(bottom, rgb(254, 107, 1) 0%, rgb(253, 159, 24) 100%);
	background: -o-linear-gradient(bottom, rgb(254, 107, 1) 0%, rgb(253, 159, 24) 100%);
	background: -ms-linear-gradient(bottom, rgb(254, 107, 1) 0%, rgb(253, 159, 24) 100%);
	background: -moz-linear-gradient(bottom, rgb(254, 107, 1) 0%, rgb(253, 159, 24) 100%);
	background: linear-gradient(to top, rgb(254, 107, 1) 0%, rgb(253, 159, 24) 100%);
}
#page_ttl h2 {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
	line-height: 1;
	color: #fff;
	font-size: 20px;
}
#page_ttl #btn_back_red {
	display: block;
	position: absolute;
	top: 14px; left: 4px;
}

/*wrapper*/
.wrapper{
	padding:0;
	margin-top: 15px;
}
.wrapper section{
	padding: 0 10px;
}
.common_box {
	padding: 0 10px;
	margin-bottom: 20px;
}

/* section CommonUse */
section div.section_ttl {
	width: 100%;
	/*height: 34px;*/
	margin: 0 0 12px 0;
	padding: 0;
	background: #fff0e6;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}
section div.section_ttl span {
	display: inline-block;
	position: relative;
	width: 65%;
	padding: 7px 14px;
	background: #ff6b00;
	line-height: 1.25;
}
section div.section_ttl span:after {
	position: absolute;
	display: inline-block;
	content: '';
	top: 0;
	right: -20px;
	background: url(../images/common/bk_ttl_h1.png) no-repeat center center;
	background-size: 20px 100%;
	width: 20px;
	height: 100%;
}
section div.section_ttl.two_lines span:after {
	border-top: 54px solid #38c792;
}
section div.section_ttl.three_lines span:after {
	border-top: 74px solid #38c792;
}
section div.ttl_udr_txt {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom: 10px;
}

.no_mrg {
	margin-bottom: 0 !important;
}
.step_img {
	margin-bottom: 25px;
}
.step_img2 {
	margin-bottom: 15px;
}
.udr_btn_box {
	width: 100%;
	margin: 10px 0 20px 0;
}
.txt_center {
	text-align: center;
}
.txt_left {
	text-align: left;
}
.txt_right {
	text-align: right;
}
.flt_left {
	float: left;
}
.flt_right {
	float: right;
}
.link_arrow {
	background:url(../images/common/icon_arrow_green.png) no-repeat 0 50%;
	background-size: 5px auto;
	-webkit-background-size: 5px auto;
	display:inline-block;
	padding: 2px 0 0 10px;
	height: 14px;
	line-height: 14px;
}
.link_arrow .link_icon{
	display:inline-block;
	padding: 0 0 0 5px;
	height: 14px;
}

/* top_border_box */
#top_border_box {
	border-left: 3px solid #e20000;
	border-right: 3px solid #e20000;
	border-bottom: 3px solid #e20000;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
	position: relative;
	margin: -19px 0 20px 0;
	padding: 19px 0 0 0;
}
#top_border_box .top_img {
}
#top_border_box dt {
	padding: 6px;
	margin: 0 0 20px 0;
}
#top_border_box dd {
	padding: 0 0 20px 0;
}

/* ssl_box */
.ssl_box {
	width: 100%;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
	-ms-box-sizing: border-box;         /* Internet Explorer 8 */
	box-sizing: border-box;             /* Opera */
	border: 3px solid #dadada;
	margin-bottom: 20px;
}
.ssl_box dt {
	background-color:#ededed;
	padding: 8px 10px;
}
.ssl_box dd {
	padding: 8px 10px;
}
.ssl_box dd div {
	margin: 0 auto 10px auto;
	width: 100px;
}
.txt_err {
	background:url(../images/common/icon_err.png) no-repeat 0 0;
	background-size: 38px auto;
	-webkit-background-size: 38px auto;
	font-size:16px;
	color:#ff0000;
	min-height: 30px;
	display:block;
	line-height: 1.4;
	padding: 5px 0 0 40px;
	margin-bottom:5px;
}

/* btn */
.btn_arrow_red {
	border: 1px solid #e20000;
	display: inline-block;
	padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
.btn_arrow_red a {
	padding: 0 10px;
	background: -moz-linear-gradient(top,  #ed6464 0%, #e20202 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed6464), color-stop(100%,#e20202)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ed6464 0%,#e20202 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #ed6464 0%,#e20202 100%); /* W3C */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	text-align: left;
}
.btn_arrow_red a span{
	background:url(../images/common/icon_arrow_white.png) no-repeat right 50%;
	background-size: auto 7px;
	-webkit-background-size: auto 7px;
	font-size:16px;
	color:#ffffff;
	height:58px;
	line-height: 58px;
	display:block;
	padding: 0 10px 0 0;
	text-align: center;
}
.line_double a span {	/* .btn_arrow_red 2行用 */
	line-height: 1.6 !important;
	padding: 5px 5px 0 0;
	height:53px;
}
.line_double a span span.double_inner {	/* .btn_arrow_red 2行用 */
	line-height: 1.6 !important;
	text-align: left !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	display: inline-block !important;
}

.btn_arrow_red_cntr {
	border: 1px solid #cfcfcf;
	display: inline-block;
	padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
.btn_arrow_red_cntr a {
	padding: 0 10px;

	background: -webkit-linear-gradient(top, rgb(255, 166, 101) 0%, rgb(255, 108, 2) 100%);
	background: -o-linear-gradient(top, rgb(255, 166, 101) 0%, rgb(255, 108, 2) 100%);
	background: -ms-linear-gradient(top, rgb(255, 166, 101) 0%, rgb(255, 108, 2) 100%);
	background: -moz-linear-gradient(top, rgb(255, 166, 101) 0%, rgb(255, 108, 2) 100%);
	background: linear-gradient(to bottom, rgb(255, 166, 101) 0%, rgb(255, 108, 2) 100%);

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	text-align: center;
}
.btn_arrow_red_cntr a span.btn_red_outer {
	background:url(../images/common/icon_arrow_white.png) no-repeat left 50%;
	background-size: auto 7px;
	-webkit-background-size: auto 7px;
	font-size:14px;
	color:#ffffff;
	display:block;
	padding: 10px 0 10px 10px;
	text-align: center;
	line-height: 1.6;
}
.btn_arrow_red_cntr a span.red_common {
	/*background:url(../images/common/icon_arrow_white.png) no-repeat left 50%;*/
	background:url(../images/common/arrow_right_white_box.png) no-repeat right 50%;
	background-size: auto 15px;
	-webkit-background-size: auto 15px;
	font-size:16px;
	height: 58px;
	line-height: 58px;
	color:#ffffff;
	display:block;
	padding: 0;
	text-align: center;
}
.btn_arrow_red_inp input.red_common {
	background:url(../images/common/icon_arrow_white.png) no-repeat left 50%;
	background-size: auto 7px;
	-webkit-background-size: auto 7px;
	font-size:16px;
	height: 58px;
	line-height: 58px;
	color:#ffffff;
	display:block;
	padding: 0 0 0 10px;
	text-align: center;
}
.btn_err {
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
.btn_err p {
	padding: 0;
	background: -moz-linear-gradient(top,  #fbd440 0%, #e3b531 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbd440), color-stop(100%,#e3b531)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbd440 0%,#e3b531 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #fbd440 0%,#e3b531 100%); /* W3C */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.btn_err p span{
	background:url(../images/common/icon_err2.png) no-repeat 3px 50%;
	background-size: 26px auto;
	-webkit-background-size: 26px auto;
	font-size:15px;
	color:#000000;
	line-height:1.6 !important;
	display:block;
	padding: 15px 5px 15px 28px;
	text-align: center !important;
}

.btn_arrow, .btn_arrow_back {
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
.btn_arrow a, .btn_arrow_back a {
	padding: 0 10px;
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#cdcdcd 100%); /* W3C */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	text-align: left;
}
.btn_arrow a span{
	background:url(../images/common/arrow_left_green_box.png) no-repeat left 46%;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	font-size:14px;
	color:#000000;
	height:40px;
	line-height:40px;
	display:block;
	padding: 0 0 0 20px;
	text-align: center;
}
.btn_arrow_back a span{
	/*background:url(../images/common/icon_arrow_green_back.png) no-repeat left 50%;*/
	background:url(../images/common/arrow_left.png) no-repeat left 50%;
	background-size: 4px auto;
	-webkit-background-size: 4px auto;
	font-size:14px;
	color:#000000;
	height:40px;
	line-height:40px;
	display:block;
	padding: 0 0 0 10px;
	text-align: center;
}
.btn_arrow_red_inp {
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
	box-shadow: 0px 0px 5px #bbbbbb;
	-moz-box-shadow: 0px 0px 5px #bbbbbb;
	-webkit-box-shadow: 0px 0px 5px #bbbbbb;
	background: -webkit-linear-gradient(top, rgb(255, 166, 101) 0%, rgb(255, 108, 2) 100%);
	background: -o-linear-gradient(top, rgb(255, 166, 101) 0%, rgb(255, 108, 2) 100%);
	background: -ms-linear-gradient(top, rgb(255, 166, 101) 0%, rgb(255, 108, 2) 100%);
	background: -moz-linear-gradient(top, rgb(255, 166, 101) 0%, rgb(255, 108, 2) 100%);
	background: linear-gradient(to bottom, rgb(255, 166, 101) 0%, rgb(255, 108, 2) 100%);
}
.btn_arrow_red_inp input, .btn_arrow_red_inp button {
	/*background:url(../images/common/icon_arrow_white.png) no-repeat 10px 50%;*/
	background:url(../images/common/arrow_right_white_box.png) no-repeat 95% 50%;
	background-size: auto 15px;
	-webkit-background-size: auto 15px;
	color:#ffffff;
	display:block;
	width: 100%;
	height: 100%;
	line-height: 58px;
	padding: 0 0 0 10px;
	text-align: center;
	border: 1px solid #ffffff;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
.btn_arrow_red_inp input.line_double, .btn_arrow_red_inp button.line_double {
	line-height: 1.6 !important;
	padding: 10px 30px 10px 10px;
	white-space: normal;
}
.btn_arrow_icon {
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.btn_arrow_icon a {
	padding: 0 10px;
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#cdcdcd 100%); /* W3C */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	text-align: center;
}
.btn_arrow_icon a span.btn_outer{
	background:url(../images/common/icon_arrow_green.png) no-repeat left 50%;
	background-size: 5px auto;
	-webkit-background-size: 5px auto;
	display:block;
	padding: 0 20px 0 10px;
}
.btn_arrow_icon a span.icon_pc {
	background:url(../images/common/icon_pc.png) no-repeat right 50%;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	font-size:14px;
	color:#000000;
	display:inline-block;
	padding: 10px 20px 10px 0;
	text-align: center;
	width: 100%;
}
.btn_arrow_icon a span.icon_pdf {
	background:url(../images/common/icon_pdf.png) no-repeat right 50%;
	background-size: 20px auto;
	-webkit-background-size: 20px auto;
	font-size:14px;
	color:#000000;
	display:inline-block;
	padding: 10px 20px 10px 0;
	text-align: center;
	width: 100%;
}

.btn_m {
	width: 52%;
}
.btn_s {
	width: 38%;
}
.btn_m2 {
	width: 70%;
}
.btn_s2 {
	width: 20%;
}
.btn_cntr {
	width: 75%;
}
.no_arrow a span {
	background-image: none !important;
}

/* 申し込み完了(education4) */
#step_list {
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}
#step_list li {
	background:url(../images/common/steptxt_arrow.png) no-repeat center bottom;
	background-size: 51px auto;
	-webkit-background-size: 51px auto;
	padding-bottom: 29px;
	margin-bottom: 6px;
}
#step_list li:last-child {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#step_list li dl {
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%); /* W3C */
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 5px #bbbbbb;
	-moz-box-shadow: 0px 0px 5px #bbbbbb;
	-webkit-box-shadow: 0px 0px 5px #bbbbbb;
	padding: 10px;
}
#step_list li dt {
	margin-bottom: 15px;
}
#step_list li dd {
	font-size: 14px;
}

/*アコーディオン*/
.acrd_box {
	text-align: right;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
.acrd_box .btn_more {
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.btn_more a {
	padding: 0 10px;
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#cdcdcd 100%); /* W3C */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:inline-block;
	text-align: left;
}
.btn_more a span{
	font-size:14px;
	color:#000000;
	height:40px;
	line-height:40px !important;
	display:block;
	padding: 0 25px 0 0;
	text-align: center;
}
.tog1 a,.tog2 a,.tog4 a,.tog5 a{
	display:inline-block;
}
.open a span{
	background:url(../images/common/icon_plus.png) no-repeat right 50%;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
}
.close a span{
	background:url(../images/common/icon_minus.png) no-repeat right 50%;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
}
.btn_mrg{
	margin: 0 10px 10px 0;
}
.acrd_box .acrd_cont {
	text-align: left;
}
.acrd_box .acrd_cont dt {
	margin: 0 5px 10px 5px;
}
.acrd_box .acrd_cont dd {
	margin: 0 5px 20px 5px;
}
.acrd_box .acrd_cont dd:last-child {
	margin-bottom: 0;
}
.inner_cont .acrd_box .acrd_cont dd {	/*border_dl_box 内部用 */
	margin: 0 9px 20px 9px;
}
.inner_cont .acrd_box .acrd_cont dd:last-child {
	margin: 0 9px 10px 9px;
}

.dl_input_under {
	margin: 0 10px;
	padding: 0;
}
.dl_input_under dt {
	font-weight: bold;
	font-size: 14px !important;
	margin:5px 0 0 0 !important;
	padding: 0 !important;
	background: none !important;
}
.dl_input_under dd {
	padding-left:10px !important;
	border: none !important;
}


/*アコーディオン*/

/* dl_box */
.dl_box {
	width: 100%;
	-moz-box-sizing: border-box;		/* Firefox */
	-webkit-box-sizing: border-box;		/* Chrome + Safari 3 */
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
}
.dl_box dt {
	background:url(../images/common/icon_subttl.png) no-repeat 0 14px;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
	font-size:15px;
	font-weight: bold;
	color:#000000;
	padding: 10px 0 0 19px;
	margin: 0 9px 10px 9px;
}
.dl_box dd ul.dd_list li {
	list-style: disc;
	margin: 0 0 0 18px;
	word-wrap: break-word;
	word-break: normal;
/*	word-break: break-all;*/
}
.dl_box dd ul.style_dec li {
	list-style: decimal !important;
}

/* contact_box */
.contact_ttl {
	background:url(../images/common/icon_contact.png) no-repeat 0 0;
	background-size: auto 20px;
	-webkit-background-size: auto 20px;
	font-size:15px;
	font-weight: bold;
	color:#000000;
	padding: 0 0 0 12px;
	margin: 0 0 5px 0;
	height: 20px;
}

.contact_box {
	border: 5px solid #cccccc;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Chrome + Safari 3 */
}
.contact_box dt {
	padding: 10px;
}
.contact_box dt div {
	background:url(../images/common/icon_h2_1.png) no-repeat 0 0;
	background-size: 4px 20px;
	-webkit-background-size: 4px 20px;
	font-size:14px;
	color:#000000;
	height:20px;
	line-height:20px;
	padding: 0 0 0 11px;
	margin: 0 0 10px 0;
	display:block;
}
.contact_box dd {
	background: #f0f0f0;
	padding: 10px;
}
.ssl ul{
	border:3px solid #dadada;
	width:304px;
	margin:0 auto;
}
.ssl ul li {
	padding:10px 20px 10px 10px;
}
.ssl ul li:first-child{
	background-color:#dadada;
}
.wrapper2{
	padding:0;
	margin-top: 15px;
}
.wrapper2 section{
	padding: 0 5px;
}



/* --------------------------------- */
#menu .subMenu li a {
	display: block;
}