@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


/*title
************************************************************************************/
h2{
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	text-align: center;
	color: #ff9200;
	background: url(../../img/common/line_dot.png) no-repeat center bottom;
	padding: 15px 0 20px 0;
	margin: 0 0 20px 0;
}

h3{
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #32b16c;
	background: url(../../img/common/bg_h3.png) repeat-x left 0.9em;
	font-size: 21px;
	font-weight: bold;
	margin: 15px 0;
	display: inline-block;
	padding: 0 8px;
}

h4{
	color: #ff7b7b;
	font-size: 19px;
	margin: 15px auto 5px ;
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.catch_copy{
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	padding: 10px 0 20px 0;
}

.icon_ttl{
	text-align: center;
	padding: 0 0 20px 0;
}
.icon_ttl img{
	max-width: 70px;
	height: auto;
}

@media screen and (max-width: 979px) {
h2{
	padding: 15px 10px;
}
h3{
	padding:0 10px;
}
}
@media screen and (max-width: 768px){
h3{
	margin: 0 0 15px 0;
}
.icon_ttl{
	padding: 0 0 10px 0;
}
}
@media screen and (max-width: 620px) {
h2{
	font-size: 24px;
}
}
@media screen and (max-width: 480px){
}


/*section
************************************************************************************/
section{
	padding: 60px 0;
}

.section{
	width: 1000px;
	margin: auto;
}
.article{
	padding: 0 0 20px 0;
	margin: 0 auto 20px auto;
	text-align: left;
	width: 1000px;
}

.article:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .article{
    height: 1em;
}
.article{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .article{
	zoom:1;
}

.article_box{
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 15px;
}

.article_up_border{
	border-top: 1px solid #8c826d;
	margin-bottom: 15px;
	padding: 15px 0 0 0 !important;
}

.article_innner{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.text{
	padding: 10px;
	line-height: 1.8;
}
.text20{
	padding: 20px;
	line-height: 1.8;
}
.text p,
.text20 p{
	padding: 0 0 1em 0;
}
.text p:last-child{
	padding: 0;
}
.text:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text{
    height: 1em;
}
.text{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .text{
	zoom:1;
}


.boxBg{
	background: #524640;
	color: #E8E1D7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


@media screen and (max-width: 979px) {
.section{
	width: auto;
}
.article{
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 auto 20px auto;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.article_innner{
	margin-bottom: 20px;
}

.text{
	padding: 10px;
	line-height: 1.8;
}
.text p{
	padding: 0 0 1em 0;
}
.text p:last-child{
	padding: 0;
}
}
@media screen and (max-width: 768px){
/*smart phone*/
section{
	padding: 40px 0;
}
}



/*table
----------------------------------------------------------------------*/
table.normal{
	width: 100%;
	margin: 0 auto 20px auto;
	border-collapse:collapse;
	border: 0;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

table.normal caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before{
	content: "■";
}

table.normal th{
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px solid #000;
	background-color: #68b911;
	color: #FFF;
}

table.normal td{
	padding: 5px 10px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	border-bottom: 1px solid #000;
}
table.normal tr td:last-child{
	border-right: 0;
}

table.normal thead th{
	background: #c2e39e;
	color: #000;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	text-align: center;
}
table.normal thead th:last-child{
	border-right: 0;
}
table.normal th span{
	font-size: 80%;
	font-weight: normal;
}

tabke.normal td.ttl{
	background: #e7ebec;
}

table.widenone{
	width: auto !important;
	margin: 5px 0 15px 0;
}


/*line*/
table.lineBtm{
	width: 100%;
	border-collapse:collapse;
	border: 0;
}

table.lineBtm caption{
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
}

table.lineBtm th{
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #666666;
}

table.lineBtm td{
	padding: 10px;
	border-bottom: 1px dotted #666666;
}

/**/
dl.normal{
	margin: 5px 0 1.5em 0;
}
dl.normal dt{
	color: #1e8c06;
	font-weight: bold;
	border-left: 3px solid #1e8c06;
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
	font-size: 16px;
}
dl.normal dd{
	margin: 0 0 10px 10px;
}

/**/
.divTable{
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
}
.divTable .cell{
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width: 768px){
.divTable{
	display: block;
	width: 100%;
	margin: 0;
}
.divTable .cell{
	display: block;
	width: 100%;
	margin: 5px 0;
}
	
}
@media screen and (max-width: 620px) {
/*sp*/
table.normal{
	display: block;
	width: 99%;
	border: none;
}
table.normal thead{
	display: none;
}
table.normal tbody,
table.normal tr,
table.normal th,
table.normal td{
	margin:0;
	padding:0;
	display: block;
	width: 100%;
	border:none;
}
table.normal tr{
	margin-bottom: 1em;
}
table.normal th{
	margin-bottom: 5px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table.normal td{
	padding-bottom: 5px;
}
}
@media screen and (max-width: 479px) {
/*sp*/
}

/*スクロール*/

table.fee{
	width: 100%;
	margin: 0 auto 20px auto;
	border-collapse:collapse;
	border: 0;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

table.fee caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.fee caption:before{
	content: "■";
}

table.fee th{
	padding: 5px 10px;
	text-align: center;
	border-bottom: 1px solid #000;
	background-color: #68b911;
	border-right: 1px dotted #000;
	color: #FFF;
}
table.fee th:last-child{
	border-right: 0;
}
table.fee td{
	padding: 5px 10px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	border-bottom: 1px solid #000;
}
table.fee tr td:last-child{
	border-right: 0;
}

table.fee th span{
	font-size: 80%;
	font-weight: normal;
}

table.fee td.ttl{
	background: #d1e9b7;
}

.table_scroll .sp_comment{
	display: none;
}
.table_scroll .scroll_body{}


@media screen and (max-width: 768px) {
.table_scroll .sp_comment{
	display: block;
	padding: 10px;
	border: 1px solid #ededed;
	margin: 10px 0;
}
.table_scroll .sp_comment:after{
	content: "※表が見切れている場合は、横にスクロールしてご覧いただけます";
	color: #666;
	display: block;
}
.table_scroll .scroll_body{
	width: 97%;
	margin: auto;
	overflow-x: scroll;
	font-size: 14px !important;
}
.table_scroll .scroll_body table{
	width: 950px !important;
	font-size: 14px !important;
}
.table_scroll .scroll_body table th,
.table_scroll .scroll_body table td,
.table_scroll .scroll_body table.main th,
.table_scroll .scroll_body table.main td,
.table_scroll .scroll_body table.normal th,
.table_scroll .scroll_body table.normal td{
	word-break: break-all;
	font-size: 14px !important;
}
}


