@charset "utf-8";


.m_contentBox {
	margin-top: 30px;
	background-color: #fff;
	padding: 30px 40px 80px;
}

@media screen and (max-width: 767px){
	.m_contentBox {
		margin: 20px -20px 0;
		padding: 40px 20px 40px;
	}
	.m_contentBox p.p_title {
		margin-bottom: 50px;
	}
}



h2.page__content_subtitle {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 5vw 0 2vw;
}
@media screen and (max-width: 767px){
h2.page__content_subtitle {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 5vw 0 2vw;
    }
}

.paragraph {
    margin-bottom: 30px;
    font-size: 2rem;
}
@media screen and (max-width: 767px){
	.paragraph {
	    font-size: 1.4rem;
	}
}

.attention_text {
    font-size: 1.1em;
    padding-left: 2em;
    text-indent: -2em;
}
@media screen and (max-width: 767px){
	.attention_text {
	    font-size: 0.9em;
	    word-break: break-all;
	}
}



.list_num {
	margin: 10px 0 25px;
	padding: 0 1em;
	list-style-position: outside;
	font-size: 1.8rem;
}
.list_num li {
	margin-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px){
	.list_num {
		font-size: 0.9em;
	}
}



table.table_std {
	width: 100%;
	margin: 0 auto 40px;
	border-collapse:collapse;
}
table.table_std th ,
table.table_std td {
	text-align: center;
	font-size: 2rem;
	line-height: 1.7em;
	border: 1px solid #E77800;
	padding: 20px ;
}
table.table_std th {
	color: #E77800;
	vertical-align: middle;
	font-weight: 600;
	font-size: 2.2rem;
}
table.table_std td {
	text-align: left;
	padding:20px;
	word-break: break-all;
}
table.table_std td ul {
	padding-left: 2.5em;
}
table.table_std td ul li{
	list-style-type:circle;
	margin-bottom: 5px;
}	
table.table_std tr:first-of-type th {
	background: rgba(230,120,0,.8);
	color: #FFF;
	padding: 10px;
}

.origin_th {
	background:none !important;
	color: #E77800 !important;
	padding:20px !important;
}
@media screen and (max-width: 761px){
table.table_std th, table.table_std td {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7em;
    border: 1px solid #E77800;
    padding: 10px;
    word-break: break-all;
	}
	table.table_std th {
	    text-align: center;
	}
	.origin_th {
		padding: 10px !important;
	}
}



ol li{
    list-style: decimal;
    list-style-position: outside;

}


.li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.add_list {
    font-size: 1.7rem;
    font-weight: 600;
}
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.line{
	margin-top: 60px;
	background: url(../img/line.png) repeat-x 0 0;
	padding-top: 50px;
}

.contact_list {
    margin-bottom: 30px;
}
