@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

h1{
	width: 850px;
	height: 150px;
	background: url(../../img/common/pagetitle_bg.jpg) no-repeat right #ecfefe;
	color: #333;
	font-size: 3.0rem;
	line-height: 150px;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 979px) {
h1{
	width: 100%;
	color: #333;
	font-size: 2.4rem;
}
}

/*title
************************************************************************************/
h2{
	background: #053dc3;
	color: #FFF;
	font-size: 1.9rem;
	position: relative;
	padding: 10px 15px;
	margin: 0 0 25px 0;
}
h2:after{
	position: absolute;
	bottom: -11px;
	left: 0;
	background: url(../../img/common/h2_bg.png) no-repeat left bottom transparent;
	width: 17px;
	height: 11px;
	display: block;
	content: "";
}

h2 span.tag{
	background: #FFF;
	display: inline-block;
	padding: 3px 10px;
	font-size: 1.3rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 15px 0 0;
	color: #333;
}

h3{
	background: url(../../img/common/h3_bg.png) no-repeat left 0.3em;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
	padding: 0 0 0 22px;
	color: #333;
	font-size: 1.9rem;
	margin: 0 0 10px 0;
}

.catch_copy{
	font-size: 2.1rem;
	text-align: center;
	font-weight: bold;
}
.sub_title{
	font-size: 1.8rem;
	font-weight: bold;
}


@media screen and (max-width: 620px) {
h2{
	background: url(../../img/sp/h2.png) no-repeat left 0.3;
	-moz-background-size: 13px auto;
	background-size: 13px auto;
	padding: 0 0 0 20px !important;
	font-size: 2.0rem;
	margin: 0 0 20px 0;
	line-height: normal !important;
}

.catch_copy{
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}
.sub_title{
	font-size: 1.8rem;
	font-weight: bold;
}
}

/*section
************************************************************************************/
.article{
	margin: 0 auto;
	padding: 0px 20px 80px;
	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 #000;
	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) {
.article{
	padding: 0 0 30px 1%;
}
}
@media screen and (max-width: 768px){
.article{
	padding: 0 1% 30px 1%;
}
}

/*.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;
}
}

.btnNormal{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	background:-webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background:-moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background: linear-gradient(to bottom, #FFF, #e6e6e6);
	border: 1px solid #FFF;
	margin: 15px 0;
	padding: 0 0 0 5px !important;
	display: inline-block;
}
.btnNormal:hover{
	background:-webkit-gradient(linear,center top, center bottom, from(#e6e6e6), to(#FFF));
	background:-moz-linear-gradient(top, #e6e6e6, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe6e6e6', endColorstr='#ffFFFFFF');
	background: linear-gradient(to bottom, #e6e6e6, #FFFFFF);
}
.btnNormal a{
	background: url(../../img/common/ar_black.png) no-repeat left center;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	padding: 4px 10px 4px 45px;
	display: block;
	color: #000;
	text-decoration: none;
}

.btnBack:hover a{
	color: #127bb7;
}

/*table
----------------------------------------------------------------------*/
table.normal{
	margin: 5px auto 15px auto;
	width: 100%;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
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 #aaa;
	text-align: center;
	font-weight:bold;
	background-color: #ededed;
}
table.normal tbody th{
	padding: 15px 10px;
	text-align: center;
	font-weight:normal;
	background-color: #e3fdff;
	border: 1px solid #999;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
}

table.normal tbody td{
	padding: 15px 10px;
	border: 1px solid #999;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
}


table.line_btm{
	margin: 5px auto 15px auto;
	width: 100%;
	border-top:1px solid #333;
}
table.line_btm th{
	padding: 15px 10px;
	text-align: left;
	font-weight:bold;
	border-bottom:1px solid #333;
}

table.line_btm td{
	padding: 15px 10px;
	border-bottom:1px solid #333;
}

table.no-border,
table.no-border th,
table.no-border td{
	border: 0 !important;
}
table.no-padding,
table.no-padding th,
table.no-padding td{
	padding: 5px !important;
}


table.widenone{
	width: auto !important;
	margin: 5px 0 15px 0;
}

@media screen and (max-width: 620px) {
table.normal{
	display: block;
	width: 100%;
	border: 0;
}
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;
	border: 1px solid #999;
}
table.normal td{
	margin-left: 0;
	list-style-type: none;
	border: 0;
}
}



/*tomitaさんのパクリとみなが*/
.itemBox{
	margin: 30px 0;
}
.itemBox ul,
.itemBox .frameBox{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.itemBox ul li,
.itemBox .frameBox .inframe{
	display: block;
	padding: 10px;
	margin: 2px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 32%;
}
.itemBox .item4{
	width: 24%;
}
.itemBox .item5{
	width: 19%;
}
.itemBox .box{
	border: 1px solid #df0615;
}
.itemBox .line{
	border-right: 1px solid #df0615;
}
.itemBox .none{
	border: 0;
}

.itemBox .image{
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}
.itemBox .image img{
	width: 100%;
	height: auto;
}
.itemBox .caption{
	text-align: center;
	padding: 0;
	word-break: break-all;
	word-wrap:break-word;
}
.itemBox .cmt{
	text-align: left;
	padding: 7px 0 0 0;
	word-break: break-all;
	word-wrap:break-word;
}

@media screen and (max-width: 768px){
.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 32%;
}
.itemBox .item4{
	width: 49%;
}
.itemBox .item5{
	width: 49%;
}
.itemBox .line{
	border: 1px solid #df0615;
}
}
@media screen and (max-width: 480px){
.itemBox .item1,
.itemBox .item2,
.itemBox .item3,
.itemBox .item4,
.itemBox .item5{
	width: 99%;
}
}
