
* {
  margin: 0;
  padding: 0;
}
html{
	scroll-behavior: smooth;
	margin:0px;
	padding:0px;
}
body{
	background-color:#ffffff;
	text-align:center;
	color:#3b3b3b;
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height:2;
}
img{
	border-style:none;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a {
	color:#e37c34;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}

li{
list-style:none;
}

.bg_fafafa{
	background-color:#fafafa;
	width: 100%;
	height:auto;
}
.cv_bg{
	background-image: url(../images/bg_09.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height:auto;
	margin: 0px 0 0 0;
}
.cv_top{width:100%;height:28px;margin:0px 0 0 0}
.cv_top img{width:100%;height: 28px;}


.box_in{
	width: 90%;
	padding: 50px 0 50px 0;
	margin: 0px auto;
}

.box_in_x{
	width: 90%;
	padding: 50px 0 50px 0;
	margin: 0px auto;
}


/* ---Header----*/

#header {
	overflow: hidden;
	background-color:#ffffff;
	width: 100%;
	height:70px;
}
.header_in{
	background-color:#ffffff;
	width: 100%;
	margin: 0px auto;
}
.h_logo{
	float:left;
	margin:0px auto;
}
.h_logo img{
	max-height:30px;
	margin:20px;
}

.h_btn{float:right;}

/* ---main---*/

.main_view_box{
	overflow: hidden;
	width: 100%;
	height:60vh;
	background-image: url(../images/main_bg01.jpg);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}
.main_view_box_in{
width:85%;
margin: 0 auto;
}
.main_view_box_in h1{
text-shadow: #205366 1px 0 20px;
font-weight: 600;
letter-spacing:3px;
line-height:1.5;
text-align:left;
font-size:24px;
color:#fff;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding:20% 0 0 0 ;
}
.main_view_box_in h1 span{
font-size:30px;
}

.mv_bottom{
overflow: hidden;
width:100%;
height: 15px;
margin:-14px 0 0 0;
}
.mv_bottom img{
width:100%;
height: 15px;
margin: 0 0 0 0%;
}

/* ---title---*/

.title_text{
text-align:center;
}
.title_text img{
width: 125px;
margin: 0 auto;
text-align:center;
}
.title_text h2{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
display:inline-block;
color:#1c3741;
font-size: 24px;
letter-spacing: 3px;
font-weight:600;
margin: 0 auto;
padding:0 0 0 ;
}


.title_text_w{
text-align:center;
}
.title_text_w img{
width: 125px;
margin: 0 auto;
text-align:center;
}
.title_text_w h2{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
display:inline-block;
color:#fff;
font-size: 24px;
letter-spacing: 3px;
font-weight:600;
margin: 0 auto;
padding:0 0 0 ;
}

.title_text_x{
text-align:center;
margin: 40px auto 20px auto;
}
.title_text_x h3{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
display:inline-block;
color:#1595c4;
font-size: 20px;
letter-spacing: 3px;
font-weight:600;
margin: 0 auto;
padding:0 0 0 ;
}

/* ---t_service---*/
.t_service{
	width:100%;
	margin:0px auto;
	padding:30px 0px 0px 0px;
}
.t_service ul{
}
.t_service ul li{
	background-color:#fff;
	width:100%;
	padding-bottom:20px;
	margin: 0 0 30px 0;
}

.t_service_icon img{
	width:100%;
	margin:0px;
}
.t_service_title{
	width:35px;
	margin:0 auto;
	padding:30px 0px 0px 0px;
}
.t_service_title img{
	width:35px;
	margin:0 auto;
}
.t_service ul li h3{
	text-align:center;
    font-size: 22px;
	color:#006699;
	padding:15px;
	line-height:1.5;
}
.t_service_text{
	text-align:left;
    font-size: 16px;
	padding:0px 30px 15px 30px;
	line-height:1.5;
}

.t_service_bottom{
	text-align:center;
	padding:0px 0px 0px 0px;

}
.t_service_bottom p{
	letter-spacing: 2px;
	display: inline;
    font-size: 20px;
	color:#111;
	line-height:1.5;
	font-weight:600;
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

/* ---aboutus---*/

.aboutus{margin:30px 0 0 0;}
.aboutus table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}
.aboutus th {
	display: block;
	color: #fff;
	text-align: left;
	vertical-align:top;
	padding:10px;
	background-color:#41a8cf;
}
.aboutus td  {
	display: block;
	padding:10px 10px 20px 10px ;
	background-color:#fff;
	text-align: left;
	vertical-align:top;
}


/* ---t_contact---*/

.title_text_c01 h2{
	display:inline-block;
	color:#fff;
     font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 3px;
	font-weight:normal;
	margin: 0 auto;
	padding:0 0 0 0px;
}

.title_text_c02{
text-align:center;
margin: 0px auto 0px auto;
}
.title_text_c02 h2{
	display:inline-block;
	color:#fff;
     font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 3px;
	font-weight:normal;
	margin: 0 auto;
	padding:0 0 10px 0px;
}
.t_contact{
text-align:center;
padding:0px 0 0px 0px;
}
.t_contact div{}
.title_text_c01{
text-align:center;
margin: 0px auto 0px auto;
}

.t_contact_mail{
margin: 0 auto 0px auto;
}


/* ---footer---*/

.copy{
background-color:#1595c4;
font-size:12px;
color:#fff;
padding:30px 0;
}



    #pageTop {
	z-index:99;
	position: fixed;
	bottom: 27px;
	right: 20px;
    }
	#pageTop img{
      width: 30px;
      height: 30px;
}

    #pageTop a {
      display: block;
      z-index: 999;
      width: 30px;
      height: 30px;
    }



/* ---button---*/

a.btn_v{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	color:#fff;
	font-weight:500;
	text-align: center;
	padding: 0px 15px;
	background-color:#fa0000;
	line-height:40px;
	margin:15px;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

.contact_btn_box{
	width: 100%;
	margin: 0px auto 0px auto;
}
.contact_btn_box2{
	width: 100%;
	margin: 0px auto 0px auto;
}

a.btn_x{
	font-weight:400;
	color:#fff;
	text-align: center;
	display: block;
	padding:10px;
	margin: 30px auto 0 auto;
	background-color:#7cc3d5;
	border: 2px solid #7cc3d5;
	border-radius: 5px;
	}

a.btn_c{
	font-size:16px;
	color:#fff;
	width: 60%;
	text-align: center;
	display: block;
	padding:15px 5%;
	margin: 0px auto;
	background-color:#fa0000;
	border: 2px solid #fa0000;
	border-radius: 5px;
	}


.btn_r{
	font-size:16px;
	color:#1595c4;
	width: 100%;
	text-align: center;
	display: block;
	padding:15px 5%;
	margin: 0px auto 20px auto;
	background-color:#fff;
	border: 4px solid #1595c4;
	cursor:pointer ; 
	border-radius: 5px;
	}


/* ---contact---*/


.contact_box {
background-color:#fff;
width:90%;
padding:5%;
margin:30px 0 0 0;
box-shadow: 0px 0px 20px 0px rgba(14, 5, 10, 0.05);
}
.contact_box table{width:100%;}
.contact_box th{
	padding:0px; 
    display: block;
    border: none;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}
.contact_box th span{color:red;font-size:14px;}
.contact_box td{
	padding:10px 0px 20px 0px;
	margin:0 0 20px 0;
    display: block;
    border: none;
	text-align:left;
	font-size:16px;
	border-bottom:solid 1px #dedede;
}

.form_01{
padding:10px 2% 10px 2%;
border:solid 1px #dedede;
margin:0 auto;
width: 96%;
}
.form_02{
padding:7px 2% 7px 2%;
border:solid 1px #dedede;
margin:0 auto;
width: 96%;
height:200px;
resize: vertical;
}
.form_03 label{
margin:0 20px 0 0;
}
.form_03 label input{
margin:0 5px 0 0;
}


.cp_ipselect {
	overflow: hidden;
	width: 40%;
	margin: 0;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
.cp_radio_text{
display:inline-block;
margin:0 20px 0 10px;
}

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
.screen-reader-response{ color: #f00;}
/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}

.sp-none{
display:none !important;
}
.pc-br{
display:none !important;
}
.link_pc{
display:none !important;
}
.contact_btn02{
display:none !important;
}


.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.privacypollicy{
text-align: left;
width: 100%;
margin: 40px auto;
}

.privacypollicy h3{
font-size: 18px;
font-weight:700;
color:#1c3741;
border-bottom: 1px solid #1c3741;
margin:30px 0px 20px 0px;
}

.privacypollicy p{margin:10px 0px 10px 0px;}
.privacypollicy p span{
font-size: 20px;
font-weight:700;
color:#1c3741;
margin:20px 0px 20px 0px;
}

.privacypollicy ul{margin:20px 0px 20px 10px;}
.privacypollicy ul li{
font-weight:700;
color:#1c3741;
margin:0px 0px 0px 0px;
}

