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

/*スマホ用スタイル*/
@media screen and (max-width: 767px){
body{
    font-size:14px;
    line-height:1.5;
}
.pc{
   display:none;
}
.sp{
   display:block;
}
.spphplus{
    margin-left: -15px;
    margin-right: -15px;
}
.sp-txtleft{
    text-align: left!important;
}
.sp-textright{
    text-align: right!important;
}
.head {
	width:100%;
}
.head img{
	width:70%;
}
.w90{
    width: 90%;
}
.w80{
    width: 80%;
}
.w70{
    width: 70%;
}
.w50{
    width: 50%;
}
.spph15{
    padding-left:15px;
    padding-right: 15px;
}
.spmaauto{
    margin: auto;
}
.narrow{
    padding-left: 0;
    padding-right: 0;
}
section{
    /*padding-top: 40px;
    padding-bottom: 40px;*/
}
.narrow{
    margin-left: 0;
    margin-right: 0;
}
.big-font07{
    font-size: 18px;
}

/*見出し*/
h2{
	font-size:1.6em;
    margin-bottom: 1em;
}
h2.white.font22 {
    font-size: 18px;
}
h3{
    font-size: 20px;
}
h3.title{
    font-size:20px;
	border-bottom: 1px solid #014C95;
	color:#014C95;
	margin-bottom: 20px;
}
h3.title span{
    font-size: 18px;
	display:block;
	color: #BF0000;
}
button {
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    margin-bottom: 30px;
}
.img30{
		width:60%;
	text-align: center;
	margin: 0 auto;
}
.mb60{
    margin-bottom: 30px;
}
/*header*/
header{
    background: #0045a4;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #FFE599;
    font-weight: bold;
    font-size: 14px;
}

.mv{
    padding-top: 15px;
    padding-bottom: 15px;

}

/*cta*/
.cta{
    padding-top: 15px;
    padding-bottom: 15px;
    background: #0045a4;
}
.cta_title{
    margin-bottom: 0;
}
.cta_h2_box{
    padding: 0 0 30px;
    background: #0045a4;
}
.cta_box{
    padding: 30px 15px 15px;
    background: #f5f5f5;
    border: 1px solid #eee;
}
.cta_h3{
    text-align: center;
    color: #b30000;
    font-size: 13px;
    font-weight: bold;
}
.cta_arrow{
    margin-top: -50px;
}
.form_h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.form_label{
    font-size: 16px;
}
.form-control{
    min-height: 60px;
    font-size: 16px;
    border: 3px solid #0045a4;
    width: 100%!important;
    max-width: 100%!important;
}

/*sec02*/
.check_box{
    background: rgba(255,255,255,.8);
    padding: 15px;
}
.check01 li{
    padding-left:1.1em;
    text-indent:-1.1em;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.voice_area{
    margin-bottom: 30px;
}

/*sec04*/
.c_life{
    font-size: 18px;
    margin-bottom: 15px;
}
.arrow02{
    margin-bottom: -70px;
}

/*sec06*/
.prof_box{
    background: #333;
    padding: 15px;
}
.prof_box02{
    background: #fff;
    padding: 15px;
}

/*footer*/
footer{
    padding-top: 30px;
    padding-bottom: 30px;
}
.mv img{
    /*max-width:60%;*/
}
	
.mv p.copy1 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.mv p.copy2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.mv p.copy2 span{
	display: block;
	font-size:50px;
}	
.mv p.copy3 {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom:20px;
}
.mv .koukai {
    width: auto;
    font-size: 18px;
    margin-bottom: 20px;
}
.container{
    width:94%;
    padding:3em 0;
}
.pd70 {
    padding: 30px 0;
}	
.mb80 {
    margin-bottom: 40px;
}
.pd80{
	padding:20px 0 80px 0;
}
.foot_cta{
	width: 100%;
	position: fixed;
	bottom: 0;
    left:0;
    margin: 0 auto;
	background:rgba(215,1,1,.9);
	color:#fff;
	text-align: center;
	padding:10px 0;
}
.foot_cta a:hover{
	color:#fff;
	text-decoration: none;
}	
.foot_cta a:visited{
	color:#fff;
	text-decoration: none;
}	
.cta input[type=submit] {
    font-size: 1.2em;
}
.cta input[type="submit"]:hover {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	box-shadow:none;
}	
}

/*スマホ用スタイルend*/