@charset "utf-8";

/*
Theme Name: 総合型選抜・推薦専門　完全オンライン塾START
Description: 
Author: Taniguchi
Version: 1.0
*/

/*===========
reset_css
===========*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
/*    font-size: 100%;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section,p {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
     list-style-type: none!important;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}
b,
strong,
.strong {
font-weight: bold!important;
}

/*======================
basic_setting
======================*/
html {
	font-size: 62.5%;
		font-size: .625vw;
	overflow: auto;
}

body{
	font-family: 'Noto Sans JP',  "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic",sans-serif;
	color: #000000;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: 500;
}
h2,h3{
	line-height: 1.4;
}
p{
	color: #000000;
	line-height: 1.6;
}
a {
	color: #000000;
	text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}
iframe {
    vertical-align: bottom;
}



/*======================
link_hover色々
======================*/

/*透過する*/
.deco a{
/*	transition: 0.5s ease;*/
}
.deco a:hover{
	opacity: 0.8;
}

/*下線がついている→消える*/
.deco01 a{
	text-decoration: underline;
}
.deco01 a:hover{
	text-decoration: none;
}

/*ゆっくり透過する*/
.deco02 a{
	transition: all .3s;
}
.deco02 a:hover{
	opacity: 0.6;
}

/*下線が無い→下線がつく*/
.deco03 a:hover{
	text-decoration-line: underline;
}

/*ふわっと浮き上がる（ドロップシャドウ）*/
.deco-shadow a{
	transition: all .3s;
}
.deco-shadow a:hover{
	box-shadow: 0px 6px 22px 0px rgba(185,185,185,0.6);
	transform: translateY(-6px);
}

/*ゆっくり色がつく*/
.deco-color a{
	transition: all .3s;
}
.deco-color a:hover{
	color: #B8B8B8;
}

/*青文字下線つき→下線が消える*/
.fo-link a{
    color: #2259C7;
	text-decoration: underline;
}
.fo-link a:hover{
	text-decoration: none;
}

.link a{
	position: relative;
	padding-right: 24px;
}
/*.link a::after{
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	display: inline-block;
	background-image: url("images/icon/link.svg");
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
}*/



/*======================
header
======================*/
.header{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 999;
}
@media only screen and (max-width: 767px) {
	.header{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 999;
		/*background-color: rgba(0,0,0,0.50);*/
}
}




@media only screen and (max-width: 768px) {
.g_nav{
	padding-left: 15px;
	padding-right: 15px;
}
	.g_nav .header_logo img{
	width: 106px;
	height: auto;
}

}


/*======================
hamberger_menu
======================*/
#header_fixed {
    position: fixed;
	width: 700px;
    left: 50%;
    top: 0;
    transform: translate(-50%);
	z-index: 999;
}
@media only screen and (max-width: 768px) {
	#header_fixed{
	width: 100%;
}
}

/*===========
上に設置
===========*/
	.header_sp{
	width: 100%;
		height: 90px;
		padding-left: 15px;
		background-color: #fff;
		position: relative;
		box-shadow: 0px 3px 6px rgba(176,176,176,0.2);
	}

.header_logo_sp{
	line-height: 90px;
}
	.header_logo_sp img{
		width: 76px;
		height: auto;
	}

.header_btn{
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 85px;
	transform: translateY(-50%);
}

.header_btn .btn_item a{
	padding-left: 25px;
	padding-right: 25px;
	height: 50px;
	line-height: 1;
	    display: flex;
    align-items: center;
    justify-content: center;
		border-radius: 50px;
}

.header_btn .btn_line a{
	background-color: #1F8C7A;
	margin-right: 10px;
	font-size: 16px;
}
.header_btn .btn_line img{
	width: 22px;
	height: auto;
}

.header_btn .btn_entry a{
	background-color: #CFAA42;
		font-size: 16px;
}
.header_btn .btn_entry img{
	width: 18px;
	height: auto;
}

@media only screen and (max-width: 540px) {
	.header_sp{
		height: 80px;
	}

.header_logo_sp{
	line-height: 80px;
}
	.header_logo_sp img{
		width: 55px;
	}	
	
	.header_btn{
	right: 60px;
}
	.header_btn .btn_item a{
	padding-left:15px;
	padding-right: 15px;
	height: 40px;
}
	.header_btn .btn_item a img{
		width: 15px;
		height: auto;
	}
	.header_btn .btn_line a{
	font-size: 12px;
}
.header_btn .btn_entry a{
		font-size: 12px;
}
}

@media only screen and (max-width: 374px) {
	.header_btn{
		display: none;
	}
}


/*======================
ham style
======================*/
.sp_ham{
    cursor: pointer;
    width: 80px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
	background-color: #ffffff;
}

.ham span{
	position: absolute;
	left: 15px;
	width: 33px;
	height: 2px;
	background-color: #000000;
	transition: all 0.3s;
	z-index: 999;
}

@media only screen and (max-width: 540px) {
	.sp_ham{
		width: 60px;
    height: 80px;
}
	.ham span{
	width: 28px;
}
}

.ham span:nth-of-type(1){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-9px);
}
.ham span:nth-of-type(2){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ham span:nth-of-type(3){
	top: 50%;
	left:50%;
	transform: translate(-50%,7px);
}
#ham .menu{
position: absolute;
    top: 54%;
    left: 53%;
    transform: translate(-50%,0);
	color: #D50000;
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	#ham .menu{
	font-size: 12px;
}
}

.clicked .ham span:nth-of-type(1) {
	transform: translate(-50%,0) rotate(45deg);
	background-color: #000000;
}
.clicked .ham span:nth-of-type(2) {
	opacity: 0;
}
.clicked .ham span:nth-of-type(3){
transform: translate(-50%,0) rotate(-45deg);
    background-color: #000000;
}

/*===========
ham menu style
===========*/
.ham_menu{
	position: fixed;
	width: 100%;
	height: 100vh;
    top: 0;
	right: 0;
	background-color:#fff;
	z-index: -1;
	display: none;
	padding-top: 90px;
	padding-bottom: 120px;
	overflow-y: scroll;
}

.clicked .ham_menu {
	display: block;
}

.ham_menu .ham_inner_wrap{
	padding-top: 40px;	
}

.ham_menu .ham_menu_list{
	max-width: 430px;
	margin: 0 auto;
}
.ham_menu .ham_menu_list li{
	position: relative;
	border-bottom: 1px solid #C9C9C9;
}
.ham_menu .ham_menu_list li:first-child{
	padding-top: 0;
}
.ham_menu .ham_menu_list li::before {
    content: "";
	background-image: url("images/icon/arrow_right_circle.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 24px;
	height: 24px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
	transition: all .3s;
}
.ham_menu .ham_menu_list li:last-child{
	margin-bottom: 0;
}

.ham_menu .ham_menu_list li a{
		font-family: "Zen Kaku Gothic New", sans-serif;
	display: block;
	width: 100%;
	font-size: 26px;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: .3s;
}
.ham_menu .ham_menu_list li a:hover{
	color: #1D5BA1;
}

.ham_contact_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.ham_contact_btn a:first-of-type{
	margin-right: 15px;
}
.ham_contact_btn a img{
	    width: 256px;
    height: auto;
    transition: .3s;
}
.ham_contact_btn a:hover img {
    filter: brightness(1.15);
}

@media only screen and (max-width: 767px) {
	.ham_menu .ham_inner_wrap{
	padding-top: 15px;	
}
	.ham_menu .ham_menu_list{
	padding-left: 30px;
		padding-right: 30px;
}
	.ham_menu .ham_menu_list li a{
	font-size: 18px;
}
	.ham_menu .ham_menu_list li::before {
	width:18px;
	height: 18px;
}
	.ham_contact_btn {
		max-width: 430px;
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 30px;
	}
	.ham_contact_btn a img{
	    width: 220px;
}
}



/*======================
more_btn
======================*/
.more_btn a{
	width: 320px;
	display: inline-block;
	background-color: #1D5BA1;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	transition: all .3s;
	position: relative;
	text-align: center;
	border-radius: 12px;
	box-shadow: 0 6px 0 #193C64;
}

.more_btn a:hover{
	transform: translateY(6px);
  box-shadow: 0 0 0 #193C64;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

}

@media only screen and (max-width: 767px) {
	.more_btn a{
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 18px;
	}

}

/*======================
ホバーで半分くるっと回転
======================*/
.more-btn-circle{
	align-items: center;
    border: 1px solid #333;
    border-radius: 46px;
	background-color: #fdfdfd;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 8px 10px;
	width: 170px;
	margin: 0 auto;
}
.btn-txt{
	overflow: hidden;
	height: 2em;
	color: #333;
}
.btn-txt span{
	display: block;
	line-height: 2em;
	transform: translateY(0);
	transition: transform 0.6s cubic-bezier(.8, 0, 0, 1);
}
.btn-txt:hover span{
	transform: translateY(-100%);
}
@media only screen and (max-width: 767px) {
	.more-btn-circle{
	width: 100%;
}
}


/*======================
pankuzu
======================*/
.pankuzu span{
	vertical-align: top;
	font-size: 12px;
}


/*======================
list_dot 
======================*/
.list_dot li{
	position: relative;
	padding-left: 22px;
font-size: 18px;
}
.list_dot li:last-child{
	margin-bottom: 0;
}
.list_dot li:before {
	content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px; 
    display: block;
    position: absolute; 
    left: 0; 
    top: 0.55em; 
    background: #1D5BA1; 
    }

@media only screen and (min-width: 768px) and (max-width: 1200px) {

}
@media only screen and (max-width: 767px) {
.list_dot li{
	padding-left: 18px;
}
	.list_dot li:before {
    width: 8px;
    height: 8px; 
		top: 0.45em; 
    }
}

/*======================
hukidasi
======================*/
.hukidasi_area{
	display: flex;
	align-items: center;
	justify-content: center;
}
 .hukidasi_area .img_area{
	margin-right: 30px;
}
.hukidasi_area .img_area img{
	 width: 145px;
	height: auto;
		 border-radius: 50%;
}

.hukidasi_area .img_area .name{
	margin-top: -16px;
}
 .hukidasi_area .img_area .name span{
	 border-radius: 50px;
	 font-size: 16px;
	 background-color: #5599C2;
	 padding: 2px 26px;
}

 .hukidasi_area .txt{
	position: relative;
  display: inline-block;
  padding: 20px 30px;
	 padding-left: 32px;
  font-size: 16px;
	 border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
}
 .hukidasi_area .txt::before{
	  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}
 .hukidasi_area .txt::after{
	  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {


}
@media only screen and (max-width: 767px) {
	.hukidasi_area{
	display: block;
}
	 .hukidasi_area .img_area{
	margin-right: 0;
		 margin: 0 auto;
		 margin-bottom: 20px;
}
	 .hukidasi_area .txt{
	width: 100%;
  padding:  20px;
  font-size: 14px;
}
	 .hukidasi_area .txt:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
}


/*======================
table
======================*/
.table{
	width:570px;
	margin: 0 auto;
}


.table th{
	width: 286px;
	height: 86px;
	line-height: 86px;
	font-size: 26px;
}
.table th:first-of-type{
	background-color: #E7E7E7;
}
.table th:last-of-type{
	background-color: #F0C44B;
	font-size: 30px;
	font-weight: 700;
}

.table td{
	width: 286px; 
	padding: 26px 25px 40px 25px;
	background-color: #fff;
	border: 1px solid #DCDCDC;
}
.table td:last-of-type{
	background-color: #FFF7E1;
	font-weight: 700;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

}
@media only screen and (max-width: 767px) {
.table{
	width: 100%;
	border-collapse: collapse;
}
.table th{
	width: 50%;
	height: 55px;
	line-height: inherit;
	vertical-align: middle;
	font-size: 18px;
}
	.table th:last-of-type{
	font-size: 20px;
}
.table td{
	width: 50%; 
	padding: 18px 12px 25px 12px;
}
}


/*======================
pagenavi-btn
======================*/
.pagination {
	overflow: hidden;
	margin-top: 40px;
}
.nav-links ul{
	display: flex;
}
.pagination span, .pagination a{
float:left;
margin:4px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
text-decoration:none;
color:#1F8C7A;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50px;
	border: 1px solid #1F8C7A;
	transition: .3s;
}
 
.pagination a:hover{
color:#fff;
background: #1F8C7A;
}
 
.pagination .current{
background: #1F8C7A;
color:#fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #1F8C7A;
}

.pagenavi-btn{
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagenavi-btn .page-numbers.prev,
.pagenavi-btn .page-numbers.next{
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	margin: 4px;
	border: 1px solid #1F8C7A;
}
.pagenavi-btn .page-numbers.prev::after{
	content: "<";
}
.pagenavi-btn .page-numbers.next::after{
	content: ">";
}




/*======================
form
======================*/

input[type=email], input[type=search], input[type=text], input[type=url],select, textarea,radio{
	-webkit-appearance: none;
}

input[type="submit"] {
  border-radius: 0;
	  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="radio"]{
	width: auto!important;
	height: auto!important;
	position: relative;
	top: 2px;
	cursor: pointer;
}
input[type="checkbox"]{
	width: auto!important;
	position: relative;
	top: 2px;
	height: 15px!important;
	margin: 0!important;
	margin-right: 6px!important;
}
@media only screen and (max-width: 767px) {


	
/*	input[type="radio"]{
	width: 16px!important;
	height: 16px!important;
}
	input[type="checkbox"]{
		top: 4px;
    -webkit-transform: scale(1.2, 1.2)!important;
}*/
}

.form{
	width: 520px;
	margin: 0 auto;
}
.form dl{
	display: block;
}

.form dl dt{
	width: 100%;
	/*height: 95px;*/
	background-color: #E7E7E7;
	border: 1px solid #B7B7B7;
	padding: 25px;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.form dl dd{
	width: 100%;
	/*height: 95px;*/
	background-color: #fff;
	border: 1px solid #B7B7B7;
	font-size: 20px;
	padding: 25px;
	/*display: flex;*/
	/*align-items: center;*/
}

.flex_column{
	flex-flow: column;
	align-items: flex-start!important;
}


@media only screen and (max-width: 767px) {
	.form{
		width: 100%;
	}
	.form dl dt{
	padding: 15px;
	font-size: 16px;
}
	.form dl dd{
	font-size: 16px;
	padding: 15px;
}

		
}

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

	.flex_column_sp{
		display: flex;
		flex-flow: column;
	}
	.flex_start{
		display: flex;
		align-items: flex-start!important;
	}
}

/*===========
必須・任意
===========*/
.hissu{
	display: inline-block;
	width: 80px;
	height: 34px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	background-color: #CC4A4A;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-right: 15px;
}
.any{
	display: inline-block;
	width: 80px;
	height: 34px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	background-color: #345CCB;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-right: 15px;
}

@media only screen and (max-width: 767px) {
	.hissu{
		width: 52px!important;
	height:25px;
	line-height: 25px;
	font-size: 12px;
		margin-top: 3px;
}
.any{
	width: 52px!important;
	height:25px;
	line-height: 25px;
	font-size: 12px;
	margin-top: 3px;
}
}

/*===========
入力欄
===========*/
.form dl dd input{
	width: 100%;
	height: 60px;
	padding: 0 20px;
	background-color: #FAF7EA;
	border: 1px solid #B7B7B7;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.form dl dd input{
	height: 46px;
	padding: 0 15px;
	font-size: 16px;
}
}

/*===========
日付
===========*/
.form dl dd input[type="date"] {
	width: 360px;
}


/*===========
セレクト　icon変更
===========*/
/*select{
	cursor: pointer;
		width: 410px;
	margin: 0 auto;
	padding: 15px 34px;
	background-color: #fff;
	font-size: 14px!important;
	border: 1px solid #aaaaaa;
	background-image: url( "../images/icon/icon_arrow_btm.svg");
	background-repeat: no-repeat;
	background-size: 13px 8px;
    background-position: right 7% top 50%;
}*/
.form dl dd select{
	cursor: pointer;
		width: 100%;
	height: 60px;
	padding: 0 20px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #B7B7B7;
	background-image: url( "images/icon/arrow_btm.svg");
	background-repeat: no-repeat;
	background-size: 15px 9px;
    background-position: right 20px top 50%;
}

.time_select select{
	width: 266px!important;
	height: 60px;
	margin-right:20px; 
}
.time_select .flex_wrap{
	margin-right: auto;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.form dl dd select{
	height: 46px;
		background-size: 10px 6px;
		font-size: 14px;
}
	.time_select select{
	width: 190px!important;
	height: 46px;
		margin-right:15px; 
}
}

@media only screen and (max-width: 374px) {
		.time_select select{
	width: 100%!important;
		margin-right:0; 
}
	.time_select .flex_wrap{
	display: block;
}
}

/*===========
ラジオボタン
===========*/
/*.form .form-radio{
	display: flex;
}*/
.form .form-radio label{
	display: block;
	margin-right: 32px;
	cursor: pointer;
}
.form .form-radio textarea{
	width: 100%;
	height: 108px;
	margin-top: 12px;
}



.form .form-radio .wpcf7-list-item.first {
  margin: 0;
}
.form .form-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
.form .form-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 22px;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  width: 22px;
}
/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #345CCB; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}


@media only screen and (max-width: 767px) {
	.form .form-radio label{
	margin-right: 15px;
		margin-top: 0;
}
.form .form-radio .wpcf7-list-item-label {
  font-size: 16px; /* 項目のフォントサイズ */
}
	.form .form-radio .wpcf7-list-item-label::before {
  height: 16px;
  width: 16px;
		margin-bottom: 4px;
    margin-right: .5em;
    margin-top: 6px;
}
}

/*===========
チェックボックス
===========*/
.form .check_wrap{
	width: 375px;
	margin-bottom: 20px;
}
.form .form-check label{
	font-size: 20px;
	cursor: pointer;
	margin-right: 20px;
}


.wpcf7-form-control-wrap {
  display: block;
}
span.wpcf7-list-item {
  margin: 0 30px 0 0; /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}
.wpcf7-list-item-label {
  cursor: pointer; /* labelにhoverした時にカーソルを表示させる */
  font-size: 20px; /* 項目のフォントサイズ */
}
input[type="checkbox"] {
  opacity: 0; /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}
.wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #333;
  content: "";
  display: inline-block;
	width: 22px;
  height: 22px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url( "images/icon/form_check.svg") no-repeat center;
  background-size: contain;
  content: "";
	 width: 12px;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 14px;
 
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #345CCB;
}

@media only screen and (max-width: 767px) {
	.form .check_wrap{
		width: 280px;
	}
	.form .form-check label{
	margin-right: 10px;
}
.form .form-check .wpcf7-list-item-label {
  font-size: 16px;
}
	.wpcf7-list-item-label::before {
	width: 16px;
  height: 16px;
}
	input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
width: 10px;
    height: 6px;
    left: 4px;
    position: absolute;
    top: 16px;
}
}
@media only screen and (max-width: 374px) {
	.form .check_wrap{
		width: 218px;
	}
}


/*===========
テキストエリア
===========*/
.form dl dd textarea{ 
	font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	height: 230px;
	padding:20px;
	background-color: #FAF7EA;
	border: 1px solid #B7B7B7;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.form dl dd textarea{
	height: 148px;
	padding:15px;
	font-size: 15px;
}
}

/*===========
送信ボタン
===========*/
.send-btn{
	width: 322px;
	height: 100px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
	transition: .3s;
	cursor: pointer;
}

.form .send-btn input{
	font-family: "Zen Kaku Gothic New", sans-serif;
display: inline-block;
	width: 100%;
	height: 90px;
	border-radius: 12px;
/*	line-height: 65px;*/
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	background-color: #EFC243;
	box-shadow: 0 8px 0 #B78D16;
	position: relative;
	transition: .3s;
	cursor: pointer;
}
.form .send-btn input:hover{
	transform: translateY(8px);
  box-shadow: 0 0 0 #B78D16;
}

@media only screen and (max-width: 767px) {
	.send-btn{
	width: 80%;
	height: 64px;
	margin-top: 25px;
}
	.form .send-btn input{
	width: 100%;
	height: 64px;
	font-size: 18px;
	font-weight: 600;
	box-shadow: 0 6px 0 #B78D16;
}
	.form .send-btn input:hover{
	transform: translateY(6px);
}
}

::placeholder {
  color: #8B8B8B;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #8B8B8B;
}
/* IE対応 */
:-ms-input-placeholder {
  color:#8B8B8B;
}

/*.send-btn{
	overflow: hidden;
}*/


/*======================
conatcform7　ラジオボタンマージン無し
======================*/
.wpcf7-list-item{
	   display: inline-block;
	margin: 0!important;
}

 .wpcf7:not(.time_select) p {
display: inline;
}

.no-number a{
	text-decoration:none!important;
}

.mw_wp_form .error{
	font-size: 14px!important;
}

.mwform-radio-field{
	margin-left: 0!important;
}

.wpcf7 br{
	display: none!important;
}
.wpcf7 .screen-reader-response{
	overflow: auto;
	position: inherit!important;
}

.wpcf7 form .wpcf7-response-output{
	border: none;
	border-color: transparent!important;
	padding: 0!important;
	margin: 20px 0 0 0!important;
	color: #000;
	text-align: center;
	font-size: 14px;
}
.wpcf7-not-valid-tip{
	font-size: 14px!important;
}

.wpcf7-radio {
   /* display: flex!important;*/
   /* flex-direction: column!important;*/
}


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


}


/*======================
inview
======================*/

.fadeIn_logo {
  opacity: 0;
  transition: 3s;
}
.fadeIn{
  opacity: 0;
  transition: 1.5s;
}
.fadeIn_35{
  opacity: 0;
  transition: 3.5s;
}
.fadeIn_45{
  opacity: 0;
  transition: 6.5s;
}
.fadeInTop {
  opacity: 0;
  transition: 2.5s;
}
.fadeIn_logo.is-show,.fadeIn.is-show,.fadeInTop.is-show,.fadeIn_35.is-show,.fadeIn_45.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 0.8s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
	transition-delay: .3s;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(5%, 0);
  transition: 0.8s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
transition-delay: .4s;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-5%, 0);
  transition: 0.8s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
transition-delay: .4s;
}


.fadeIn_logo {
  opacity: 0;
	  transform: translate(-50%,-40%);
  transition: 1.5s;
}
.fadeIn_logo.is-show {
	
  transform: translate(-50%,-50%);
  opacity: 1;
}


.fadein {
	opacity: 0;
	transition: all 1000ms;
}
.fadein.scrollin {
	opacity: 1;
}


.fadeInTrigger{
	opacity: 0;
}
.delay-time{
	animation-delay: 0.5s;
}

.delay0-5{
	animation-delay:0.5s;
}
.delay1s{
	animation-delay:1s;
}
.delay1-5s{
	animation-delay:1.5s;
}
.delay1-8s{
	animation-delay:1.8s;
}
.delay2s{
	animation-delay:2s;
}
.delay2-5s{
	animation-delay:2.5s;
}
.delay3s{
	animation-delay:3s;
}
.delay3-5s{
	animation-delay:3.5s;
}
.delay4s{
	animation-delay:4s;
}
.delay5s{
	animation-delay:5s;
}


/*------------------------------------------------------------
フッター入ったら消える
--------------------------------------------------------------*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
	transition: .3s;
}

/*------------------------------------------------------------
btm_fixed
--------------------------------------------------------------*/
.contact_btn_btm_wrap{
	transition: .3s;
}
.contact_btn_btm {
    position: fixed;
    left: 50%;
    bottom:0;
	transform: translateX(-50%);
    z-index: 998; 
	width: 700px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #fff;
}

.contact_btn_btm a:first-of-type{
	margin-right: 15px;
}
.contact_btn_btm a img{
	width: 220px;
	height: auto;
	transition: .3s;
}

.contact_btn_btm a:hover img{
	filter: brightness(1.15);
}

@media only screen and (max-width: 767px) {
	.contact_btn_btm{
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
.contact_btn_btm a img{
	width: 180px;
}
}

@media only screen and (max-width: 390px) {
	.contact_btn_btm a img{
	width: 47%;
}
	.contact_btn_btm a:first-of-type{
	margin-right: 3px;
}
}



/*======================
横にスクロールできる
======================*/
@media only screen and (max-width: 767px) {
	  .sp-sc::before {
        content: "※横にスクロールできます。";
        display: block;
        color: #DB4619;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .sp-sc {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .sp-sc table {
        width: 100%;
    }
	 .sp-sc img{
        max-width: 800px;
    }
}



/*======================
ドロップした時の背景色
======================*/
/**::selection {
background-color:rgba(170,190,168,0.2);
}*/




