@charset "utf-8";

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


.page_title{
	text-align: center;
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	background: #d0f2e8;
	border-top: 1px solid #a4d6b7;
}
.page_title h1{
	color: #333333;
	font-size: 3.8rem;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 100px;
	background: url(../../img/common/h1_icon.png) no-repeat left center;
	-moz-background-size: 80px auto;
	background-size: 80px auto;
	line-height: 80px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 480px){
.page_title h1{
	font-size: 2.8rem;
}
}


/*title
************************************************************************************/
h2{
	color: #333;
	padding: 0;
	margin: 30px 0 30px 0;
	position: relative;
	display: inline-block;
	font-size: 3.1rem;
	letter-spacing: 5px;
}
h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #f4e26b;
}

.catch_copy{
	font-size: 2.1rem;
	text-align: center;
	font-weight: bold;
	color: #00c353;
}
.sub_title{
	font-size: 1.8rem;
	font-weight: bold;
}


@media screen and (max-width: 620px) {
h2{
	color: #333;
	padding: 0 0 20px 0;
	margin: 30px 0 30px 0;
	position: relative;
	display: inline-block;
	font-size: 2.5rem;
	letter-spacing: 2px;
}
h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 50%;
	height: 4px;
	background-color: #f4e26b;
}

.catch_copy{
	font-size: 2.1rem;
	text-align: center;
	font-weight: bold;
	color: #00c353;
}
.sub_title{
	font-size: 1.8rem;
	font-weight: bold;
}
}

/*section
************************************************************************************/
.article{
	margin: 0 auto;
	padding: 40px 0;
	text-align: left;
}

.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 #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
}
.article_box.text{
	padding: 10px 20px !important;
}

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

.section{
	margin-bottom:30px;
}
.section_line{
	margin:20px 0;
	padding:20px 10px;
	border-bottom: 3px solid #dcdcdc;
}
.section_line:first-child{
	margin:0 0 20px 0;
	padding:0 10px 20px 10px;
}


.text{
	padding: 10px;
	line-height: 1.7;
}
.text p{
	padding-bottom:1em;
}
.text p:last-child{
	padding-bottom: 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;
}

.box_line{
	border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 979px) {
/*tablet*/
.article{
	padding: 20px 10px;
}
}
@media screen and (max-width: 768px){
/*smart phone*/
.section_line{
	padding:20px 10px;
}
}


@media screen and (max-width: 620px) {
/*sp*/
.text{
	padding:10px 0;
	line-height: 1.7;
}
}
@media screen and (max-width: 480px){
} 


/*.inBtn
----------------------------------------------------------------------*/
.inBtn{
	margin: 15px 0;
}
.inBtn li{
	background: #eeeeee;
	margin: 5px;
	display: inline-block;
	padding: 0 0 0 20px;
	border: 1px solid #999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	line-height: 65px;
	height: 65px;
}
.inBtn li:hover{
	background: #FFF;
}

.inBtn li.phonenumber{
	background: #FFF;
	padding: 0 30px;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 1.7rem;
}
.inBtn li.phonenumber img{
	width: 30px;
	height: auto;
	vertical-align: middle;
	margin: 0 7px 0 0;
}
.inBtn li a{
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 0 30px 0 50px;
	background: url(../../img/common/ar_black.png) no-repeat left center;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
}
.inBtn li a.pdf{
	background: url(../../img/common/icon_pdf.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}

@media screen and (max-width: 620px) {
.inBtn li{
	display: block;
	line-height: normal;
	height: auto;
}
.inBtn li a{
	padding: 15px 30px 15px 50px;
}
.inBtn li.phonenumber{
	line-height: 65px;
}
}

/*table
----------------------------------------------------------------------*/
table.normal{
	margin: 5px auto 15px auto;
	width: 100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
table.normal caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before{
	content: "■";
}

table.normal thead th{
	padding: 15px 10px;
	border: 1px solid #fff;
	text-align: center;
	font-weight:bold;
	background-color: #4b4b4b;
	color: #FFF;
}
table.normal tbody th{
	padding: 15px 10px;
	text-align: center;
	font-weight:normal;
	background-color: #08b260;
	border: 1px solid #000;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #FFF;
	color: #FFF;
}

table.normal tbody td{
	padding: 15px 10px;
	border: 1px solid #000;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
}

/*note*/
table.note{
	margin: 15px auto 0 auto;
	width: 100%;
	border: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-collapse: separate;
	border-spacing: 0 10px;
	background: #f5f5f5;
}

table.note th{
	vertical-align: middle;
	border-right: solid 1px #666;
	margin: 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
table.note td{
	padding: 15px 0 15px 20px;
	margin: 0;
	border: none;
	line-height: 16px;
	text-align: left;
	vertical-align: middle;
}
table.note td.bar {
	height: 1px;
	width: 100%;
	padding: 0 !important;
	border-top: solid 1px #34495e;
}


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

@media screen and (max-width: 480px){
table.normal{
	display: block;
	width: 100%;
	border: 1px solid #000;
}
table.normal tbody{
	display: block;
	width: 100%;
}
table.normal tr{
	display: block;
	width: 100%;
}
table.normal tbody th,
table.normal tbody td{
	display: list-item;
	width: 100%;
	padding: 9px 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;
	display: block;
	border: 0;
}
table.normal tbody th{
	list-style-type: none;
	display: block;
}
table.normal tbody td{
	margin-left: 0;
	list-style-type: none;
}


table.note{
	display: block;
	width: 100%;
	border: 0;
}
table.note tbody{
	display: block;
	width: 100%;
}
table.note tr{
	display: block;
	margin-bottom: 1.5em;
	width: 100%;
}
table.note th,
table.note td{
	display: list-item;
	width: 100%;
	padding: 9px 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;
	display: block;
}
table.note th{
	margin-bottom: 5px;
	list-style-type: none;
	display: block;
	border: 0;
}
table.note td{
	margin-left: 0;
	list-style-type: none;
	border: 0;
	border-bottom: solid 1px #666;
	padding: 5px 10px 25px 10px;
}

table.note td.bar{
	display: none;
}
}
