@charset "utf-8";

body {
	font-size: 14px;
}
#header_logo {
	width: 100%;
	margin: 0 auto;
}
.cont_inner {
	width: auto;
	background: #fff;
	margin: 20px 4%;
	padding: 0;
}
.width_ss {
	width: 60px!important;
}
.width_s {
	width: 100px!important;
}
.width_m {
	width: 140px!important;
}
.width_l {
	width: 90%!important;
}
.tbl_login {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px;
	padding: 10px 5% 0;
}
#submit_btn_wrap {
/*
	padding-bottom: 30px;
*/
}
#footer_navi {
	font-size: 0.8em;
}
#copy address {
	font-size: 0.6em;
}
.cap {
	text-align: center;
	padding: 30px 0 0;
	font-size: 1.2em;
	font-weight: 700;
}
.rtn {
	text-align: center;
	padding-bottom: 30px;
}
.finTxt {
	text-align: center;
	padding: 60px 0;
}
.text_inner {
	margin: 30px 8%;
}
.text_inner ul {
	margin: 26px 0;
}
.text_inner ul li {
	padding-bottom: 20px;
}
.text_inner ol {
	list-style: decimal;
	padding-left: 18px;
}
.text_inner ol li {
	padding-bottom: 0;
}
.text_inner .ttl {
    font-weight: 700;
}
.head_desc {
    font-size: 1.2em;
    line-height: 1.5;
}
.head_cap {
    margin-top: 1.1em;
    text-align: center;
    font-size: 1.6em;
    color: #cc0000;
    margin-bottom: 0.6em;
    font-weight: 700;
}
.head_cap2 {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.5;
    color: #cc0000;
    margin-bottom: 1.1em;
    font-weight: 700;
}
.head_cap2 span {
    font-size: 0.7em;
}
.head_caution {
    font-size: 1em;
    margin-bottom: 1.1em;
}
.band {
    background: #ff9900;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    margin: 1.2em 0;
    padding: 8px 12px;
}
.cont_inner ul {
	list-style: decimal;
	margin-left: 40px;
    line-height: 1.5;
}
.cont_inner li {
    font-size: 2.2em;
}
.cont_inner li span {
    font-size: 0.9rem;
}
.special {
    background: url(../img/bg_paper.jpg);
    background-size: contain;
    margin: 1.2em -4%;
    padding: 20px 4%;
    line-height: 1.5;
}
.s_cap {
    font-size: 1.2em;
    font-weight: 700;
    color: cc0000;
}
.s_subcap {
    font-size: 1.2em;
    font-weight: 700;
}
.underline {
	text-decoration: underline;
}
.s_desc span.underline span {
    color: #cc0000;
}
.pos_c {
	text-align: center;
}
.freedial {
	display: inline-block;
    margin: 20px 0;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.5;
}
.freedial .number {
    display: flex;
    align-items: center;
}
.freedial .number img {
    width: 50px;
    height: 100%;
    padding-right: 10px;
}
.freedial .number a {
	text-decoration: none;
	font-weight: 700;
}
.attention {
    background: #eae7d2;
    padding: 14px;
    margin: 1.1em 0;
}
.attention .head_cap {
    margin-top: 0;
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.5;
}
.attention .head_cap2 {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.5;
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
}
.attention span {
    color: #cc0000;
    font-weight: 700;
}
.desc {
    margin: 36px 0;
    line-height: 1.5;
}
.desc .cap {
	text-align: center;
	padding: 0;
	font-size: 1.4em;
	font-weight: 400;
	padding-bottom: 10px;
}
.attention .caution {
	text-align: center;
	padding-bottom: 10px;
    font-weight: 700;
    font-size: 1.4em;
}
.attention .bold {
    font-weight: 700;
}
.appli {
    padding: 0 8%;
    margin: 1.1em 0 4em;
}
.appli img {
	width: 100%;
}
.separator {
	border-bottom: 1px solid #000;
}
.appli_desc {
	margin: 30px 4%;
}
.appli_desc .ttl {
    display: flex;
    align-items: center;
}
.appli_desc .ttl img {
	width: 50px;
}
.desc_flow {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 10px;
}
.desc_flow .conte {
    width: 46%;
    padding-bottom: 20px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.desc_flow .conte img {
	width: 100%;
}
