@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	color: #666;
}

a {
	color: #00a9cc;
	text-decoration: none;
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

a:hover{
	color: #00a9cc;
}

a:visited{
	color: #00a9cc;
}

#wrapper{
	margin: 0 auto;
}

@media screen and (max-width: 760px) {

	img{
		max-width: 100%;
		height: auto;
	}
}

header{
	width: 100%;
	text-align: center;
	background: #2d4e6c;
}

.contain_box{
	max-width: 800px;
	margin: 0 auto;
}

.header_top{
	color: #fff;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-flow: row;
	padding: 20px;
	font-size: 1.3em !important;
}

.tel{
  margin-left: auto; 
}

.tel_link{}

.tel_link a{
	color: #fff;
	text-decoration: underline;
}

.tel_link a:hover{
	opacity: .5;
	text-decoration: none;
}

.tel_link a:visited{
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 760px) {
	.contain_box{
		width: 90%;
		margin: 0 5%;
	}

	img{
		max-width: 100%;
		height: auto;
	}
}

.main_img{
	background: url(../images/top_bg.jpg) no-repeat center center;
	background-size: cover;
}

.top_catch{
	font-size: 2.0em;
	text-align: center;
	line-height: 1.5;
	padding: 150px 0;
	color: #fdd000;
	margin-bottom: 50px;
-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9),0px 0px 5px rgba(0, 0, 0, 0.9);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9),0px 0px 5px rgba(0, 0, 0, 0.9);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9),0px 0px 5px rgba(0, 0, 0, 0.9);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9),0px 0px 5px rgba(0, 0, 0, 0.9);
}


.main_toptxt{
	font-size: 0.9em;
	line-height: 1.3;
	margin-bottom:50px;
}

main {
	width: 100%;
}

.contain_box{
	max-width: 800px;
	margin: 0 auto;
}

.contentbox_blue{
	background: #2d4e6c;
	padding: 100px 0 0;
	margin-bottom: 100px;
}

.contentbox_contact{
	background: #6c8398;
	padding: 100px 0 ;
	margin-top: 100px;
	border-bottom: #999 solid 2px;
}

/* business */
.busi_contents{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.busi_title{
	font-size: 1.7em;
	text-align: center;
	padding: 0 20px 5px;
	margin-bottom: 70px;
	color: #fff;
	border-bottom: #fff solid 1px;
}

.busi_box{
	width: 46%;
	margin-bottom: 100px;
	color: #fff;
}

.busi_box h4{
	font-size: 1.1em;
	padding-bottom: 5px;
	color: #fff;
	border-bottom: #fff solid 1px;
	margin-bottom: 20px;
}

.busi_box:nth-child(2n+1){
	margin-right: 8%;
}

.busi_box h2{
	background: #0068b7;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 50px 0 45px;
	border-bottom: #00a9cc solid 5px;
	
}

.busi_box p{
	font-size: 0.9em;
	line-height: 1.5;
	color: #bbb;
}


@media screen and (max-width: 560px) {
	.busi_contents{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: none;
		align-content: none;
	}
	
	.busi_box{
		width: 100%;
	}

	.busi_box:nth-child(2n+1){
		margin-right: 0;
	}
}

.campany_title{
	font-size: 1.7em;
	text-align: center;
	padding: 0 20px 5px;
	margin-bottom: 70px;
	color: #ef8200;
	border-bottom: #fdd000 solid 1px;
}

.campany_box{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-flow: row;
	margin-bottom: 50px;
}

.campany_box dl{
	width: 50%;
}

.campany_box dt{
	border: #ef8200 solid 1px;
	color: #ef8200;
	padding: 3px 20px 2px;
	display: inline-block;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.campany_box p{
	width: 46%;
	margin-left: auto;
}

.campany_box p iframe{
	height: 320px;
}

.campany_box dd{
	border-bottom: #999 dotted 1px;
	padding: 0;
	margin: 0 0 20px;
}


.campany_box ul{
	width: 50%;
}

.campany_box li{
	margin-bottom: 10px;
}

.campany_box li:first-child{
	font-size: 1.1em;
	width: 95%;
	color: #ef8200;
	border-bottom: #fdd000 solid 1px;
	margin-bottom: 10px;
}

.campany_box li a{
	font-size: 0.95em;
	color: #333;
	text-decoration: underline;
	margin-left: 16px;
	margin-bottom: 10px;
	-webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out;	
}

.campany_box li a:hover,.campany_box li a:visited{
	color: #0068b6;
	font-weight: bold;
	text-decoration: none;
}

.part_last{
	text-align: right;
	padding-right: 16px;
}


footer{
	font-size: 0.8em;
	padding: 50px 0;
	text-align: center;
	color: #fff;
	background: #2d4e6c;
}

/* subpage common */

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0.8em;
}

.pagetop a {
	background: rgba(255,255,255,.8);
    border: #0068b6 solid 1px;
    text-decoration: none;
    color: #0068b6;
    padding: 10px 15px;
    text-align: center;
	font-weight: normal;
    display: block;
    border-radius: 5px;
	-webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out;
}

.pagetop a:hover {
	background: rgba(0,104,182,.5);
	color: #fff;
	font-weight: bold;
    border: #fff solid 2px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5); 
}


/* profile */
.prof_table{
	width: 100%;
}

.prof_table th{
	width: 20%;
	padding: 2%;
	background: #00a9cc;
	color: #fff;
	border: #666 solid 1px;
}

.prof_table td{
	padding: 2%;
	border: #666 solid 1px;
}

/* inqurly */
.form_title{
	font-size: 1.7em;
	text-align: center;
	padding: 0 20px 5px;
	margin-bottom: 70px;
	color: #fdd000;
	border-bottom: #fdd000 solid 2px;
}

.thk{
	text-align: center;
	margin-bottom: 50px;
}

.thk_call{
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
}

.thk a{
		-webkit-transition: 0.6s ease-in-out;  
       -moz-transition: 0.6s ease-in-out;  
         -o-transition: 0.6s ease-in-out;  
            transition: 0.6s ease-in-out;
}

.thk a:hover{
	opacity: .5;
}


.formbox,.thkbox{
	background: #fff;
	padding: 5%;
	margin: 0 10%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.formbox h2,.thkbox h2{
	font-size: 18px;
	color: #0068b7;
}

.thkbox h2{
	margin-bottom: 20px;
}

.thkbox h3{
	background: #0068b7;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	width: 70%;
	margin: 0 auto 30px;
	padding: 15px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.thkbox p{
	margin-bottom: 20px;
}
