@charset "utf-8";

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

.anim{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: .8s;
}
.move{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.delay1{
	transition-delay: .1s;
}
.delay2{
	transition-delay: .2s;
}
.delay3{
	transition-delay: .3s;
}
.delay4{
	transition-delay: .4s;
}
.delay5{
	transition-delay: .5s;
}
.delay6{
	transition-delay: .6s;
}
.delay7{
	transition-delay: .7s;
}
@media screen and (max-width: 979px) {
.delay1,
.delay2,
.delay3,
.delay4,
.delay5,
.delay6,
.delay7{
	transition-delay: .1s;
}
}

@media screen and (max-width: 768px){
.delay1,
.delay2,
.delay3,
.delay4,
.delay5,
.delay6,
.delay7{
	transition-delay: 0;
}
}
#head_wrap{
	width: 100%;
	position: relative;
}
#head_wrap:before {
	content:"";
	display: block;
	padding-top: 48%;
	margin-bottom: 170px;
}

#header{
	position: absolute;
	width: 100%;
	height: 193px;
	padding-bottom: 14px;
	background: url(../../img/common/header_bg.png) repeat-x;
	top: 0;
	left: 0;
	z-index: 20;
}



#head_wrap #mainPhoto{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	padding-top: 170px;
}

#head_wrap #mainPhoto #photobase{
	position: relative;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	background: #ededed;
	opacity: 0;
}
#head_wrap #mainPhoto #photobase:before {
	content:"";
	display: block;
	padding-top: 48%;
}
#head_wrap #mainPhoto #photo{
	position: relative;
	width: 100%;
	z-index: 20;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	margin-top: -48%;
}
#head_wrap #mainPhoto #photo:before {
	content:"";
	display: block;
	padding-top: 48%;
}
#head_wrap #mainPhoto #photo img{
	width: 100%;
	height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}

@media screen and (max-width: 768px){
#head_wrap:before {
	margin-bottom: 80px;
}
#header{
	height: 80px;
}
#head_wrap #mainPhoto{
	padding-top: 80px;
}
}


.btn_report{
	background: #00a2e6;
	width: 250px;
	margin-left: auto;
	-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;
}
.btn_report:hover{
	background: #666;
}
.btn_report a{
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	padding: 15px 0 15px 40px;
	background: url(../../img/common/icon_layer.png) no-repeat left center;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
	font-weight: bold;
}


/*info
************************************************************************************/
#info{}

#info .ttl_endai{
	background: url(../../img/top/title_bg.jpg) no-repeat right #5078cd;

	position: relative;
	margin: 1.5em 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	text-align: center;
	color: #FFF;
	display: table;
}
#info .ttl_endai:before{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-top: -15px;
	border: 10px solid transparent;
	border-bottom: 10px solid #5078cd;
}

#info .ttl_endai p{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	width: 100%;
	height: 137px;
	display: table-cell;
	vertical-align: middle;
}
#info .ttl_endai .txt_s{
	font-size: 1.8rem;
}

#info ul.frameBtn{
	display: table;
	margin: auto;
}
#info ul.frameBtn li{
	padding: 0 10px;
	display: table-cell;
	vertical-align: top;
}

#info .btnPdf{
	background: #1a4091;
	box-shadow:3px 3px 0px #ebebeb;
	-moz-box-shadow:3px 3px 0px #ebebeb;
	-webkit-box-shadow:3px 3px 0px #ebebeb;
	display: table;
	padding: 25px 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	margin: auto;
	-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;
}

#info .btnPdf:hover,
#info .btnAppForm:hover{
	background: #333;
}

#info .btnPdf a{
	color: #FFF;
	text-decoration: none;
}

#info .btnPdf .ttl{
	display: table-cell;
	vertical-align: middle;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 0 1.5em 0 0;
}
#info .btnPdf .ttl a{
	background: url(../../img/common/icon_pdf.png) no-repeat left center;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
	padding: 0 0 0 40px;
	display: block;
}

#info .btnPdf .cmt{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 1.5em;
	border-left: 1px solid #FFF;
	font-size: 12px;
}


#info .btnAppForm{
	background: #0292ce;
	box-shadow:3px 3px 0px #ebebeb;
	-moz-box-shadow:3px 3px 0px #ebebeb;
	-webkit-box-shadow:3px 3px 0px #ebebeb;
	display: table;
	padding: 28px 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	margin: auto;
	-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;
}
#info .btnAppForm a{
	background: url(../../img/common/icon_entry.png) no-repeat left center;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
	padding: 0 0 0 40px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 2.0rem;
	font-weight: bold;
}



@media screen and (max-width: 979px) {
#info .ttl_endai{
	margin: 1.5em 0 0 0;
}
#info .ttl_endai p{
	padding: 0 1em;
	font-size: 2.4rem;
	text-shadow: 1px 1px 0px #000;
}

}

@media screen and (max-width: 768px){
#info .ttl_endai p{
	font-size: 2.1rem;
}
#info th{
	width: 100px;
}

#info .btnPdf{
	display: block;
}
#info .btnPdf .ttl{
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	border-right: 0;
	border-bottom: 1px solid #FFF;
	padding: 0 0 10px 0;
}

#info .btnPdf .cmt{
	display: block;
	padding: 10px 0 0 0;
	text-align: center;
	border: 0;
}

#info .btnAppForm{
	display: block;
}
#info ul.frameBtn{
	display: block;
}
#info ul.frameBtn li{
	padding: 5px 0;
	display: block;
}


}

@media screen and (max-width: 620px) {
#info th{
	width: auto;
}
}

@media screen and (max-width: 620px) {
#info .ttl_endai{
	background: none #5078cd;
}
#info .ttl_endai p{
	padding: 15px 1em;
}
}


/*greeting
************************************************************************************/
#greeting{
	background: #ecf5f8;
}


#greeting .subtitle{
	color: #274d9e;
	font-size: 2.1rem;
	padding: 0 0 1em 0;
}

#greeting .text img.riji{
	border: 3px solid #FFF;
	float: right;
	margin: 0 0 15px 15px;
	width: 165px;
	height: auto;
}

@media screen and (max-width: 620px) {
#greeting .text img.riji{
	border: 3px solid #FFF;
	float: none;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}
}

/*boxBtn
************************************************************************************/
#boxBtn{
	border-bottom: 1px solid #ccc;
}

#boxBtn ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#boxBtn ul li{
	margin: 0 1%;
	display: table;
	padding: 25px 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-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;
	width: 48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#boxBtn ul li:hover{
	background: #ededed;
}

#boxBtn ul li .ttl{
	display: table-cell;
	vertical-align: middle;
	font-size: 3.0rem;
	font-weight: bold;
	padding: 0 0 0 0em;
}
#boxBtn ul li .ttl.small{
	font-size: 2.25rem;
}

#boxBtn ul li .cmt{
	display: table-cell;
	vertical-align: middle;
	padding: 0 1em 0 0;
}

/*定款*/
#boxBtn .btnTeikan{
	border: 2px solid #274d9e;
	color: #274d9e;
}
#boxBtn .btnTeikan a{
	color: #274d9e;
	text-decoration: none;
}
#boxBtn .btnTeikan .ttl a{
	background: url(../../img/common/ar_blue.png) no-repeat right center;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
	padding: 0 40px 0 0;
	display: block;
}
#boxBtn .btnTeikan .ttl span{
	font-size: 1.4rem;
	font-weight: normal;
	padding-left: 5px;
}


/*申込*/
#boxBtn .btnApp{
	border: 2px solid #0473d1;
	color: #0473d1;
}
#boxBtn .btnApp a{
	color: #0473d1;
	text-decoration: none;
}

#boxBtn .btnApp .ttl a{
	background: url(../../img/common/ar_aqua.png) no-repeat right center;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
	padding: 0 40px 0 0;
	display: block;
}


@media screen and (max-width: 979px) {
#boxBtn ul li{
	display: block;
}
#boxBtn ul li .ttl{
	display: block;
	font-size: 2.4rem;
}
#boxBtn .btnTeikan .ttl span{
	font-size: 1.9rem;
}

#boxBtn ul li .cmt{
	display: none;
}

}

@media screen and (max-width: 620px) {
#boxBtn ul li{
	width: 98%;
	margin: 0 auto 3px auto;
}
}

.bn_kokuji{
	text-align:center;
	margin: 20px auto;
	width: 280px;
}
.bn_kokuji a{
	border: 1px solid #333;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 15px 25px;
}