@charset "utf-8";
/* @import */
@import url(all.min.css);/*同階層のfontsフォルダー用*/
@import url(slick.css);/*スライダー用　01*/
@import url(slick-theme.css);/*スライダー用　02*/

@import url(top.css);/*トップ用*/
@import url(form.css);/*フォーム関連*/
@import url(search.css);/*授業一覧*/
@import url(detail.css);/*授業詳細*/
@import url(company.css);/*会社概要等*/
@import url(var_contents.css);/*その他ページ*/

@import url(mypage_style.css);/*MYページ共通*/
@import url(mypage_top.css);/*MYページTOP*/
@import url(mypage_class_teacher.css);/*MYページ先生*/
@import url(mypage_class_student.css);/*MYページ生徒*/
@import url(mypage_message.css);/*MYページメッセージ*/
/* CSS Document */
html {
	font-size: 62.5%;/*ベース10px*/
}
body {
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
}
/* ＝＝＝＝＝＝＝共通スタイル＝＝＝＝＝＝＝＝ */
img{
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
	width:100%;
	height: auto;
	vertical-align: bottom;
}
a {
	outline:none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
a,a:hover,a:hover img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
a.anchor {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}
a.under_line{
	text-decoration: underline;
	color: #183ec9;
}
@media only screen and ( max-width : 640px ) {
	a:hover {
		filter: alpha(opacity=1);
		-moz-opacity:1;
		opacity:1;
	}
	a.anchor {
		display: block;
		padding-top: 60px;
		margin-top: -60px;
	}
}
/*PC用改行指定*/
.break_pc {
	display:block;
}
@media screen and (max-width: 640px) {
	.break_pc {
		display:none;
	}
}
/*スマホ用改行指定*/
.break {
	display:none;
}
@media screen and (max-width: 640px) {
	.break {
		display:block;
	}
}
/*タブレット用改行指定*/
.break_tab {
	display:none;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
	.break_tab {
		display:block;
	}
}

/*alpha*/
.alpha:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/*clearfix*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
.clear{
	clear: both;
}
.fl-right{
	float: right;
}
.fl-left{
	float: left;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}
.bold {
	font-weight: bold;
}
.diag {
	font-style: italic;
	letter-spacing: 0.05em;
}
.diag_b {
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.mt-10{
	margin-top: 10px !important;
}
.mt-20{
	margin-top: 20px !important;
}
.mt-30{
	margin-top: 30px !important;
}
.mt-40{
	margin-top: 40px !important;
}
.mt-50{
	margin-top: 50px !important;
}
.mb-10{
	margin-bottom: 10px !important;
}
.mb-15{
	margin-bottom: 15px !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mb-25{
	margin-bottom: 25px !important;
}
.mb-30{
	margin-bottom: 30px !important;
}
.mb-35{
	margin-bottom: 35px !important;
}
.mb-40{
	margin-bottom: 40px !important;
}
.mb-50{
	margin-bottom: 50px !important;
}
.indent {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.indent:last-of-type {
	margin-bottom: 0;
}
.ethna-error {
	color:red;
}
.add_annotation a{
	text-decoration: underline;
	color: red;
}
.back_link{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.back_link i{
	margin-right: 3px;
}
.supplement_link{
	text-align: right;
	font-size: 1.4rem;
	text-decoration: underline;
}
.supplement_link i{
	margin-left: 3px;
}
.back_link2{
	font-size: 1.6rem;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}
.back_link2 i{
	margin-right: 3px;
}
@media screen and (max-width: 640px){
	.back_link{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.back_link2{
		font-size: 1.4rem;
		margin-top: 0;
		margin-bottom: 30px;
	}
}
/********ツールチップ　メッセージを出す********/
.tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.description1 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 100px;
}
.description1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
}
.tooltip1:hover .description1{
    display: inline-block;
    top: -70px;
    left: -30px;
}
/* ＝＝＝＝＝＝＝header＝＝＝＝＝＝＝＝ */
#header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	z-index: 9999;
}
#header.mypage_header {
	background-color: #fff !important;
}
.wrap_header{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
	/*height: 80px;*/
}
/*ロゴ*/
.wrap_header h1.sitename{
	display: flex;
	/*align-items: center;*/
	justify-content: center;
}
.wrap_header h1.sitename img{
	width: 200px;
	max-width: 200px;
}
.wrap_header .header_register{
	display: flex;
	width: 40%;
	box-sizing: border-box;
}
.wrap_header .header_register_login{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 180px;
	box-sizing: border-box;
}
.wrap_header .header_register a img.header_btn_icon{
	width: 26px;
	margin-right: 3px;
}
.wrap_header .header_register_login a img.header_btn_icon{
	width: 26px;
	margin-right: 3px;
}
@media only screen and ( max-width : 1337px ) {
	.wrap_header .header_register{
		width: 55%;
	}
	.wrap_header .header_register_login{
		max-width: 180px;
	}
}
.header_register a.header_btn_student{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #32b0ae;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 49%;
	margin-right: 2%;
	font-size: 1.6rem;
	font-weight: bold;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	box-sizing: border-box;
}
.header_register a.header_btn_student:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background-color: #246e6d;
	text-decoration: none;
}

.header_register a.header_btn_teacher{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #0b95a8;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 49%;
	font-size: 1.6rem;
	font-weight: bold;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	box-sizing: border-box;
}
.header_register a.header_btn_teacher:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background-color: #075762;
	text-decoration: none;
}
.header_register_login a.header_btn_logout{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #989b9c;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	box-sizing: border-box;
}
.header_register_login a.header_btn_logout:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background-color: #5b6163;
	text-decoration: none;
}
.header_register a i {
	margin-right: 3px;
}
#header .wrap_nav{
	width: 100%;
	position: absolute;
	border-top: 1px solid #f5f5f5;
	box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 4px 2px -2px rgba(0,0,0,0,0.1);
	z-index: 99;
	background: rgba(245,245,245,0.5);
	box-sizing: border-box;
}
#header .wrap_nav.fixed{
	position: fixed;
	top: 0;
}
#h_top {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 20px;
	box-sizing: border-box;
}
#g_nav ul {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: center;
	border-left: 1px #ccc solid;
	box-sizing: border-box
}
#g_nav li {
	position: relative;
	width: 20%;
	box-sizing: border-box;
	border-right: 1px #ccc solid;
}
/*
#g_nav li:nth-of-type(2) {
	border-left: 1px #ccc solid;
}
*/

/*ログイン後のメニュー幅*/
#g_nav li.login {
	position: relative;
	width:16.66666%;
	/*width:20%;*/
	box-sizing: border-box;
	border-right: 1px #ccc solid;
}
/*
#g_nav li.login:first-of-type {
	border-left: 1px #ccc solid;
}
*/
#g_nav li.login:nth-of-type(2) {
	border-left: none;
}
#g_nav li.login a{
	letter-spacing: 0;
}
/*ログイン後のメニュー幅ここまで*/

#g_nav li i {
	font-size: 1.6rem;
	margin-left: 5px;
}
#g_nav li.front i,
#g_nav li.login i{
	display: none;
	margin-right: 3px;
	margin-left: 0;
}
#g_nav li.front i.fa-angle-down,
#g_nav li.login i.fa-angle-down,
#g_nav li.front i.mypageicon,
#g_nav li.login i.mypageicon{
	display: inline-block;
	margin-right: 0;
	margin-left: 3px;
}

#g_nav li a {
	position: relative;
	display: block;
	text-align: center;
}
#g_nav li a.current{
	position: relative;
	display: inline-block;
}
#g_nav li a.current:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -5px;/*線の上下位置*/
	display: inline-block;
	width: 50px;/*線の長さ*/
	height: 2px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #0a1646;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
#g_nav li.login a.current:before{
	background-color: #910505;/*線の色*/
}
#g_nav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	border-radius: 20px;
	top: 45px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
#g_nav .sub-menu:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
}
#g_nav .sub-menu a {
	padding: 10px;
	display: inline-block;
	border-bottom: none;
	padding: 20px 20px 10px;
	margin-bottom: 10px;
	font-size: 1.3rem !important;
	line-height: 1.6em;
	position: relative;
	text-decoration: none;
}
#g_nav .sub-menu a:hover:after {
	content: none;
}
#g_nav .sub-menu li {
	display: block;
	width:100%;
	border-right: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd4d4;
}
#g_nav .sub-menu li .break_menu {
	display:block;
}
#g_nav .sub-menu li:nth-of-type(2) {
	border-left: none;
}
#g_nav .sub-menu li:last-child {
	border-bottom: none;
}
#g_nav ul > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}
#g_nav ul > li:hover a,#g_nav .current-menu-item a,#g_nav .current-menu-parent a {
	color: #999;
}
#g_nav li:hover ul.sub-menu {
	/*top: 80px;*/
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
#g_nav li ul li:after {
	content: none;
}
#g_nav li:hover ul.sub-menu a {
	color: #171414;
	font-weight: bold;
}
#g_nav li:hover ul.sub-menu a:after {
	position: absolute;
	bottom: 3px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
#g_nav li:hover ul.sub-menu a:hover:after {
	transform: scale(1, 1);
}
#g_nav .sub-menu li a:hover {
	background: #fff;
}
#g_nav .contact_btn a:hover {
	color: #fff;
}
#g_nav a:hover {
	color: #999;
}
/*
nav li {
border-bottom: 1px #fff solid;
}
nav li:last-of-type {
border-bottom: none;
}
*/
nav li a {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	font-weight: bold;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
	background: #fff;
}
/*会員登録等のPC非表示*/
.menu_register {
	display: none;
}
li.nonlogin {
	display: none;
}
@media only screen and ( max-width : 1024px ) {
	#header .wrap_nav{
		border-top: none;
	}
	.wrap_header h1.sitename img{
		width: 160px;
		max-width: 160px;
	}
	#g_nav .sub-menu {
		width: 100%;
	}
	.break_menu {
		display: none;
	}
}
@media only screen and ( max-width : 1024px ) {
	#header {
		position: fixed;
		top: 0;
		padding: 0;
		height: 60px;
		box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0,0.2);
	}
	.wrap_header{
		justify-content: flex-start;
		width:100%;
		padding: 12px 20px 10px;
		height: auto;
	}
	.wrap_header h1.sitename{
		text-align: center;
		margin: 0 auto;
	}
	.wrap_header h1.sitename a{
		z-index:100;
	}
	.wrap_header .header_register{
		display: none;
	}
	.wrap_header .header_register_login{
		display: none;
	}
	#header .wrap_nav{
		position: static;
	}
	#header .wrap_nav.fixed{
		position: static;
		top: 0;
		height: 0;
	}
	#h_top {
		max-width: 100%;
		padding: 0;
	}
	#g_nav .nav {
		overflow-y: auto;
		height: 100vh;
	}
	.mean-nav .container {
		padding: 0;
	}
	nav li .fa {
		display: none;
	}
	/*会員登録等のスマホ表示*/
	.menu_register {
		display: block;
		background: #da9930;
	}
	.register_item {
		display: flex;
		background: #32b0ae;
	}
	.register_item p{
		width: 50%;
		border-right: 1px solid #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.register_item p:last-child{
		border-right: none;
	}
	.register_item p a{
		display: block !important;
		color: #fff;
		text-align: center !important;
	}
	.register_item .bg_student{
		background-color: #32b0ae;
	}
	.register_item img.header_btn_icon{
		width: 26px;
		margin-right: 3px;
	}
	.register_item .bg_teacher{
		background-color: #0b95a8;
	}
	.register_item p.bg_logout{
		width: 100% !important;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #989b9c;
	}
	.register_item p.bg_logout a{
		display: block !important;
		color: #fff;
		text-align: center !important;
	}
	nav li {
		border-bottom: 1px #fff solid;
	}
	li.nonlogin {
		display: block;
	}
	.break_menu {
		display:none;
	}
}
@media screen and (max-width: 640px) {
	.wrap_header{
		justify-content: flex-start;
		width:100%;
		/*padding: 16px 10px 0;*/
	}
	.wrap_header h1.sitename img{
		width: 140px;
		max-width: 140px;
	}
	nav li {
		border-bottom: 1px #fff solid;
	}
	nav li:last-of-type {
		border-bottom: none;
	}
	nav li a {
		font-size: 1.2rem;
	}
	.break_menu {
		display:none;
	}
}
/* ＝＝＝＝＝＝＝コンテンツ内容汎用＝＝＝＝＝＝＝＝ */
#main {
	padding-top: 55px;
	display: block;
}
section {
}
.content{
	background-color: #fff;
}
.contentarea{
}
/*コンテンツタイトル*/
.content_tit{
	background-color: #2e5e65;
}
.content_tit h2{
	width: 100%;
	max-width: 1200px;
	padding: 20px 20px;
	margin: 0px auto 0px;
	text-align: center;
	box-sizing: border-box;
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
}
/*トップのみ*/
.contentarea_inner_main_visual{
	width: 100%;
	max-width: 1200px;
	height: 100%;
	padding: 0 20px;
	margin: 0px auto 0px;
	box-sizing: border-box;
}
/*汎用*/
.contentarea_inner{
	width: 100%;
	max-width: 1200px;
	height: 100%;
	padding: 80px 20px;
	margin: 0px auto 0px;
	box-sizing: border-box;
	font-size: 1.6rem;
}
/*下paddingなし*/
.contentarea_inner_nonbottom{
	width: 100%;
	max-width: 1200px;
	height: 100%;
	padding: 80px 20px 0;
	margin: 0px auto 0px;
	box-sizing: border-box;
	font-size: 1.6rem;
}

@media only screen and ( max-width : 1024px ) {
	#main {
		padding-top: 60px;
	}
}
@media only screen and ( max-width : 768px ) {
	#main {
		padding-top: 60px;
	}
	.contentarea_inner{
		max-width: 100%;
		padding: 50px 20px;
	}
	.contentarea_inner_nonbottom{
		max-width: 100%;
		padding: 50px 20px 0;
	}
}
@media only screen and ( max-width : 640px ) {
	#main {
		padding-top: 60px;
	}
	.contentarea_inner{
		max-width: 100%;
		padding: 40px 10px;
		font-size: 1.4rem;
	}
	.contentarea_inner_nonbottom{
		max-width: 100%;
		padding: 40px 10px 0;
		font-size: 1.4rem;
	}
	.content_tit h2{
		font-size: 2rem;
	}
}
/* ＝＝＝＝＝＝＝パンくず＝＝＝＝＝＝＝＝ */
@media only screen and (min-width:768px) {
	/* パンくず */
	.breadcrumb_content {
		width: 100%;
		max-width: 1200px;
		padding: 0 20px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.breadcrumb_content ol {
		overflow: hidden;
	}
}
.breadcrumb {
	background-color: #333;
	height: 32px;
	line-height: 1;
	overflow: hidden;
}
.breadcrumb_content {
	display: block;
	overflow-y: hidden;
	overflow-x: scroll;
}
.breadcrumb_content ol {
	line-height: 33px;
	display: inline-block;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
}
.breadcrumb_content ol li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding:0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
}
.breadcrumb_content ol li:after {
	/* >を表示*/
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	padding: 0 0.2em;
	color: #fff;
}
.breadcrumb_content ol li:last-child:after {
	content: '';
}
.breadcrumb_content ol li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb_content ol li:first-child a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f015";
	font-size: 1.4rem;
	color: #fff;
	margin-right:2px
}
.breadcrumb_content ol li a:hover {
	text-decoration: underline;
}

@media only screen and ( max-width : 1024px ) {
	.breadcrumb_content {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		box-sizing: border-box;
	}
}
@media only screen and ( max-width : 640px ) {
	.breadcrumb_content {
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
		margin: 0 auto;
		box-sizing: border-box;
	}
}
/* ＝＝＝＝＝＝＝input/select共通スタイル＝＝＝＝＝＝＝＝ */
/*input枠*/
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=number]{
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px #e2e0de solid;
	font-size: 1.6rem;
	box-sizing: border-box;
	line-height: 1.2;
	cursor: pointer;
}
input[type="text"]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus {
	outline: 0;
}
/* 矢印消す　Chrome/Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* 矢印消す　Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type=button],
button[type=submit],
button[type=button] {
	outline: 0;
}
/*select枠*/
select{
	padding: 10px;
	border-radius: 5px;
	border: 1px #e2e0de solid;
	font-size: 1.6rem;
	width: 100%;
	-webkit-appearance: none;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/common/bg_select.png);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center right 10px;
	box-sizing: border-box;
	cursor: pointer;
}
select:focus {
	outline: 0;
}
/*textarea枠*/
textarea:focus{
	outline: 0;
}
/*必須の位置調整共通*/
.relative {
	position: relative;
}
/***placeholdeの色***/
input::placeholder, textarea::placeholder {
	color: #c8c4c4;
}
/* IE */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #c8c4c4;
}
/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #c8c4c4;
}
/*フォーム内　注意書き*/
.add_annotation{
	font-size: 1.4rem;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 1.25em;
}
/*スマホ用*/
@media screen and (max-width: 640px){
	/*input枠*/
	input[type=text],
	input[type=email],
	input[type=password],
	input[type=tel],
	input[type=url],
	input[type=number]{
		font-size: 1.25rem;
	}
	/*フォーム内　注意書き*/
	.add_annotation{
		font-size: 1.1rem;
		margin-top: 5px;
	}
}
/* ＝＝＝＝＝＝＝ページャー＝＝＝＝＝＝＝＝ */
.cp_navi.upper {
	margin-bottom: 20px;
}
.cp_navi.bottom {
	margin-top: 20px;
}
.cp_navi *, .cp_navi *:after, .cp_navi *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_navi a {
	text-decoration: none;
}
.cp_navi {
	margin: 0;
	text-align: center;
}
.cp_navi .cp_pagination {
	display: inline-block;
	padding: 0 0.5em;
}
.cp_navi .cp_pagenum {
	font-size: 1em;
	line-height: 40px;
	display: block;
	float: left;
	transition: 400ms ease;
	letter-spacing: 0.1em;
	color: #8b7e7e;
	border: 2px solid #8b7e7e;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	margin: auto .5em;
}
.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #2e5e65;
	background-color: #2e5e65;
	border-radius: 10px;
}
.cp_navi .cp_pagenum.prev,
.cp_navi .cp_pagenum.next {
	border: none;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
	color: #EC407A;
	background-color: transparent;
	border-radius: 10px;
}
@media only screen and (max-width: 960px) {
	.cp_navi .cp_pagination {
		padding: 0;
	}
	.cp_navi .cp_pagenum {
		font-size: 1rem;
		line-height: 33px;
		width: 35px;
		height: 35px;
		border-radius: 5px;
	}
	.cp_navi .cp_pagenum.prev,
	.cp_navi .cp_pagenum.next {
		padding: 0;

	}
	.cp_navi .cp_pagenum:hover,
	.cp_navi .cp_pagenum.current {
		border-radius: 5px;
	}
	.cp_navi .cp_pagenum.prev:hover,
	.cp_navi .cp_pagenum.next:hover {
		border-radius: 5px;
	}
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
	.cp_navi.upper {
		margin-bottom: 15px;
	}
	.cp_navi.bottom {
		margin-top: 15px;
	}
	.cp_navi .cp_pagenum {
		display: none;
		border-radius: 5px;
		/*margin: auto 1em;*/
	}
/*	.cp_navi .cp_pagenum:nth-of-type(2) {
		position: relative;
		padding-right: 0;
	}
	.cp_navi .cp_pagenum:nth-of-type(2)::after {
		font-size: 1.2em;
		position: absolute;
		top: 0;
		left: 38px;
		content: '...';
	}
	.cp_navi .cp_pagenum:nth-child(-n+3),
	.cp_navi .cp_pagenum:nth-last-child(-n+3) {
		display: block;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4) {
		padding: 0 5px;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
		content: none;
	}*/

	/*test*/
	.cp_navi .cp_pagenum {
		display: block;
	}
	.cp_navi .cp_pagenum_nodisp {
		display: none;
	}
	/*test*/

	.cp_navi .cp_pagenum:hover,
	.cp_navi .cp_pagenum.current {
		border-radius: 5px;
	}
	.cp_navi .cp_pagenum.prev,
	.cp_navi .cp_pagenum.next {
		margin: auto 0.2em;
	}
	.cp_navi .cp_pagenum.prev:hover,
	.cp_navi .cp_pagenum.next:hover {
		border-radius: 5px;
	}
}
/*ソート*/
.wrap_sort {
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wrap_sort.upper {
	margin-bottom: 50px;
}
.wrap_sort.bottom {
	margin-top: 50px;
}
.sort_list {
	overflow: hidden;
	width: 30%;
	margin-right: 20px;
}
.sort_list 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;
}
.sort_list select::-ms-expand {
	display: none;
}
.sort_list.sort_dez {
	position: relative;
	border-radius: 2px;
	border: 2px solid #8b7e7e;
	border-radius: 10px;
	background: #ffffff;
}
.sort_list.sort_dez::before {
	position: absolute;
	top: 45%;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #434140;
	pointer-events: none;
}
.sort_list.sort_dez select {
	padding: 8px 38px 8px 20px;
	color: #434140;
	font-size: 1.6rem;
}
.number_of_lines {
	width: 20%;
	font-size: 1.45rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px){
	.sort_list {
		margin-right: 15px;
	}
	.sort_list.sort_dez::before {
	}
	.sort_list.sort_dez select {
		padding: 5px 38px 5px 20px;
		font-size: 1.4rem;
	}
	.number_of_lines {
		width: 28%;
		font-size: 1.4rem;
	}
}
/*スマホ用*/
@media screen and (max-width: 640px){
	.wrap_sort {
		margin: 0 auto;
		display: block;
	}
	.wrap_sort.upper {
		margin-bottom: 25px;
	}
	.wrap_sort.bottom {
		margin-top: 25px;
	}
	.sort_list {
		width: 60%;
		text-align: center;
		margin: 0 auto 10px;
	}
	.sort_list.sort_dez::before {
		top: 45%;
	}
	.sort_list.sort_dez select {
		padding: 5px 38px 5px 20px;
		font-size: 1.25rem;
	}
	.number_of_lines {
		width: 60%;
		font-size: 1.25rem;
		text-align: center;
		margin: 0 auto;
	}
}
/* ＝＝＝＝＝＝＝foote部分スタイル＝＝＝＝＝＝＝＝ */
footer{
	color: #333;
	height: auto;
	background-color: #fff;
}
footer .bg_footer {
	width: 100%;
	background: #fff;
}
footer .fotter_inner{
	padding: 50px 20px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #b4acad;
	box-sizing: border-box;
}
.wrap_foot_navi{
	display:flex;
	width: 100%;
	margin: 0 auto 50px;
	box-sizing: border-box;
}
.wrap_foot_navi .foot_navi.n_onzemi{
	width: 58%;
	margin-right: 2%;
}
.wrap_foot_navi .foot_navi.n_company{
	width: 40%;
}
.wrap_foot_navi .foot_navi .navi_tit{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.foot_navi .navi_item{
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}
.n_onzemi ul.navi_list{
	width: 33%;
	margin-right: 1%;
}
.n_onzemi ul.navi_list.w_short{
	width: 15% !important;
}
.n_onzemi ul.navi_list:last-of-type{
	margin-right: 0;
}
.n_company ul.navi_list{
	margin-right: 5%;
}
.n_company ul.navi_list:last-of-type{
	margin-right: 0;
}

ul.navi_list li{
	font-size: 1.4rem;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
}
ul.navi_list li:before {
	display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
	z-index: 1;
}
ul.navi_list li:last-of-type{
	margin-bottom: 0;
}

ul.navi_list a{
	position: relative;
	text-decoration: none;
}
footer .copyright{
	text-align: center;
}
@media screen and (max-width: 1164px){
	.wrap_foot_navi{
		display:block;
	}
	.wrap_foot_navi .foot_navi.n_onzemi{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.wrap_foot_navi .foot_navi.n_company{
		width: 100%;
	}
	.foot_navi .navi_item{
		justify-content: normal;
	}
	ul.navi_list{
		margin-right: 2%;
	}
}
@media screen and (max-width: 640px){
	footer .fotter_inner{
		padding: 50px 10px;
	}
	.wrap_foot_navi .foot_navi.n_onzemi{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.wrap_foot_navi .foot_navi.n_company{
		width: 100%;
	}
	.foot_navi .navi_item{
		display: block;
		justify-content: normal;
	}
	.n_onzemi ul.navi_list{
		width: 100% ;
		margin-right: 0;
	}
	.n_onzemi ul.navi_list.w_short{
		width: 100% !important;
	}
	ul.navi_list li:last-of-type{
		margin-bottom: 5px;
	}
}
/*PAGE TOP*/
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 50px;
	background: #333;
	border-radius: 50%;
	z-index: 20;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	line-height: 1.5;
}
#page_top a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f0de"; /*アイコン*/
	font-weight: bold;
	font-size: 3rem;
	color: #fff; /*アイコンの色*/
	position: absolute;
	width: 25px;
	height: 30px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/************共通パーツ************/
/******スターその1******/
.star{
	font-family: "Font Awesome 5 Free";
	color: #ffdd55;
}
.star:before{
	font-weight: bold;
}
.star:after{
	font-weight: normal;
}

.star[data-rate="0.0"]:before{ content: ""; }
.star[data-rate="0.5"]:before{ content: "\f5c0"; }
.star[data-rate="1.0"]:before{ content: "\f005"; }
.star[data-rate="1.5"]:before{ content: "\f005\f5c0"; }
.star[data-rate="2.0"]:before{ content: "\f005\f005"; }
.star[data-rate="2.5"]:before{ content: "\f005\f005\f5c0"; }
.star[data-rate="3.0"]:before{ content: "\f005\f005\f005"; }
.star[data-rate="3.5"]:before{ content: "\f005\f005\f005\f5c0"; }
.star[data-rate="4.0"]:before{ content: "\f005\f005\f005\f005"; }
.star[data-rate="4.5"]:before{ content: "\f005\f005\f005\f005\f5c0"; }
.star[data-rate="5.0"]:before{ content: "\f005\f005\f005\f005\f005"; }

.star[data-rate="0.0"]:after{ content: "\f005\f005\f005\f005\f005"; }
.star[data-rate="0.5"]:after{ content: "\f005\f005\f005\f005"; }
.star[data-rate="1.0"]:after{ content: "\f005\f005\f005\f005"; }
.star[data-rate="1.5"]:after{ content: "\f005\f005\f005"; }
.star[data-rate="2.0"]:after{ content: "\f005\f005\f005"; }
.star[data-rate="2.5"]:after{ content: "\f005\f005"; }
.star[data-rate="3.0"]:after{ content: "\f005\f005"; }
.star[data-rate="3.5"]:after{ content: "\f005"; }
.star[data-rate="4.0"]:after{ content: "\f005"; }
.star[data-rate="4.5"]:after{ content: ""; }
.star[data-rate="5.0"]:after{ content: ""; }

/******スターその2******/
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #d9d6d6; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.9"]:after{ width: 98%; } /* 星4.9 */
.star5_rating[data-rate="4.8"]:after{ width: 96%; } /* 星4.8 */
.star5_rating[data-rate="4.7"]:after{ width: 94%; } /* 星4.7 */
.star5_rating[data-rate="4.6"]:after{ width: 92%; } /* 星4.6 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4.4"]:after{ width: 88%; } /* 星4.4 */
.star5_rating[data-rate="4.3"]:after{ width: 86%; } /* 星4.3 */
.star5_rating[data-rate="4.2"]:after{ width: 84%; } /* 星4.2 */
.star5_rating[data-rate="4.1"]:after{ width: 82%; } /* 星4.1 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.9"]:after{ width: 78%; } /* 星3.9 */
.star5_rating[data-rate="3.8"]:after{ width: 76%; } /* 星3.8 */
.star5_rating[data-rate="3.7"]:after{ width: 74%; } /* 星3.7 */
.star5_rating[data-rate="3.6"]:after{ width: 72%; } /* 星3.6 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3.4"]:after{ width: 68%; } /* 星3.4 */
.star5_rating[data-rate="3.3"]:after{ width: 66%; } /* 星3.3 */
.star5_rating[data-rate="3.2"]:after{ width: 64%; } /* 星3.2 */
.star5_rating[data-rate="3.1"]:after{ width: 62%; } /* 星3.1 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.9"]:after{ width: 58%; } /* 星2.9 */
.star5_rating[data-rate="2.8"]:after{ width: 56%; } /* 星2.8 */
.star5_rating[data-rate="2.7"]:after{ width: 54%; } /* 星2.7 */
.star5_rating[data-rate="2.6"]:after{ width: 52%; } /* 星2.6 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2.4"]:after{ width: 48%; } /* 星2.4 */
.star5_rating[data-rate="2.3"]:after{ width: 46%; } /* 星2.3 */
.star5_rating[data-rate="2.2"]:after{ width: 44%; } /* 星2.2 */
.star5_rating[data-rate="2.1"]:after{ width: 42%; } /* 星2.1 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.9"]:after{ width: 38%; } /* 星1.9 */
.star5_rating[data-rate="1.8"]:after{ width: 36%; } /* 星1.8 */
.star5_rating[data-rate="1.7"]:after{ width: 34%; } /* 星1.7 */
.star5_rating[data-rate="1.6"]:after{ width: 32%; } /* 星1.6 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1.4"]:after{ width: 28%; } /* 星1.4 */
.star5_rating[data-rate="1.3"]:after{ width: 26%; } /* 星1.3 */
.star5_rating[data-rate="1.2"]:after{ width: 24%; } /* 星1.2 */
.star5_rating[data-rate="1.1"]:after{ width: 22%; } /* 星1.1 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.9"]:after{ width: 18%; } /* 星0.9 */
.star5_rating[data-rate="0.8"]:after{ width: 16%; } /* 星0.8 */
.star5_rating[data-rate="0.7"]:after{ width: 14%; } /* 星0.7 */
.star5_rating[data-rate="0.6"]:after{ width: 12%; } /* 星0.6 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0.4"]:after{ width: 8%; } /* 星0.4 */
.star5_rating[data-rate="0.3"]:after{ width: 6%; } /* 星0.3 */
.star5_rating[data-rate="0.2"]:after{ width: 4%; } /* 星0.2 */
.star5_rating[data-rate="0.1"]:after{ width: 2%; } /* 星0.1 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/******ボタン******/
.btn_point {
	text-align: center;
}

.btn_point .btn {
	cursor: pointer;
	background-color: transparent;
	border: solid 2px #2e5e65;
	color: #2e5e65;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	max-width: 300px;
	width: 100%;
	height: 70px;
	line-height: 46px;
	font-size: 1.8rem;
	font-weight: bold;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.btn_point .btn:hover {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background-color: #9b181e;
	border: solid 2px #9b181e;
	text-decoration: none;
	color: #ffffff;
}
.btn i{
	margin-right: 3px;
}
/*タブレット用*/
@media screen and (min-width:641px) and (max-width:960px){
	.btn_point .btn {
		background-color: #9b181e;
		border: solid 2px #9b181e;
		color: #fff;
	}
}
/*スマホ用*/
@media screen and (max-width: 640px){
	.btn_point .btn {
		background-color: #9b181e;
		border: solid 2px #9b181e;
		color: #fff;
	}
}


/******共通テーブル******/
.common_table{
	width: 100%;
	margin-bottom: 50px;
}

.common_table table,
.common_table td,
.common_table th {
	border-top: 1px solid #e1dada;
	border-bottom: 1px solid #e1dada;
	border-collapse: collapse;
	box-sizing: border-box;
	width: 100%;
}

.common_table th{
	width: 20%;
	text-align: left;
	background-color: #f5f5f5;
	padding:20px 15px;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 1.5em;
	word-break: break-all;
	font-weight: bold;
}

.common_table th span{
	position: absolute;
	right: 0;
	background-color: #e2e0de;
	color: #fff;
	border-radius: 5px;
	font-size: 1.4rem;
	padding: 0px 5px;
}

.common_table td{
	width: 80%;
	text-align: left;
	padding:20px 15px;
	vertical-align: middle;
	box-sizing: border-box;
	word-break: break-all;
}
.common_table td i{
	margin-right: 3px;
}
.common_table td a.underline{
	text-decoration: underline;

}
.common_table td ul.t_dec_list{
	margin: 0;
	padding: 0 20px 0;
}
.common_table td ul.t_dec_list li{
	list-style-type: decimal;
	margin-bottom:10px;
	padding: 0;
}
.common_table td ul.t_dec_list li:last-of-type{
	margin-bottom: 0;
}
/*タブレット用*/
@media screen and (min-width:641px) and (max-width:1024px){
	.common_table th{
		width: 100%;
		display: block;
		border-top: none;
		border-bottom: 1px solid #e2e0de;
	}
	.common_table td{
		width: 100%;
		display: block;
		border: none;
	}
}

/*スマホ用*/
@media screen and (max-width: 640px){
	.common_table{
		margin-bottom: 25px;
		font-size: 1.25rem;
	}
	.common_table th{
		width: 100%;
		display: block;
		padding:8px 10px;
		border-top: none;
		border-bottom: 1px solid #e2e0de;
	}
	.common_table th span{
		right: 0;
	}
	.common_table td{
		width: 100%;
		display: block;
		padding:8px 10px;
		border: none;
	}
	}
/************共通パーツ　-end************/

/************403/404************/
.tit_403404{
	text-align: center;
	margin-bottom: 30px;
	font-size: 5rem;
	font-weight: bold;
	color: #2e5e65;
}
.txt_403404{
	text-align: center;
}
/************403/404-end************/

/************追記検索カレンダー20210407************/
@media screen and (max-width: 640px){
	.ui-datepicker table {
		font-size: 1.2rem !important;
	}
}
/************追記検索カレンダー20210407-end************/

/* ＝＝＝＝＝＝＝TOPリクエスト&リクエスト共通要素追記202201＝＝＝＝＝＝＝＝ */
.wrap_req_cl {
  width: 100%;
  border-top: 20px solid #2e5e65;
  border-right: 20px solid #2e5e65;
  border-left: 20px solid #2e5e65;
  background-color: #fafafa;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 5px);
  background-size: 14px 14px;
  box-sizing: border-box;
}

.wrap_req_cl h2.req_cl_tit {
  font-size: 4.6rem;
  color: #2e5e65;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 0 auto 50px;
}

.wrap_req_cl h2.req_cl_tit:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2e5e65;
}

.wrap_req_cl h2.req_cl_tit i {
  margin-right: 15px;
}

.wrap_req_cl .wrap_req_cl_catch {
  text-align: center;
	display: block;
  margin: 0 auto 30px;
}

.wrap_req_cl .req_cl_catch {
  display: inline;
  font-size: 2.6rem;
  color: #4d4f4f;
  font-weight: bold;
  text-align: left;
	display: inline-block;
}

.wrap_req_cl .req_cl_catch span{
  font-weight: bold;
  background: linear-gradient(transparent 65%, #8bd9e4 65%);
}

.wrap_img_req_cl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.wrap_img_req_cl .img {
  width: 100%;
  max-width: 400px;
}

.wrap_img_req_cl .img img{
  border-radius: 15px;
}

.wrap_img_req_cl .bubble {
  width: 100%;
  max-width: 760px;
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em 15px;
  padding: 30px 40px;
  color: #2e5e65;
  background: #FFF;
  border: solid 3px #2e5e65;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  box-shadow: 4px 4px;
}

.wrap_img_req_cl .bubble:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.wrap_img_req_cl .bubble:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #2e5e65;
  z-index: 1;
}

.bubble ul.request_list {
  list-style: none;
}

.bubble ul.request_list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  color: #4d4f4f;
}

.bubble ul.request_list li:before {
  content: '\f4ad';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  /*top: 4px;*/
  left: 0;
}

.bubble ul.request_list li:last-of-type {
  margin-bottom: 0
}

.btn_req_cl {
  text-align: center;
}

.btn_req_cl .to_req_cl {
  cursor: pointer;
  background-color: #fff;
  border: solid 2px #2e5e65;
  color: #2e5e65;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  height: 70px;
  line-height: 46px;
  font-size: 1.8rem;
  font-weight: bold;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn_req_cl .to_req_cl:hover {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: #9b181e;
  border: solid 2px #9b181e;
  text-decoration: none;
  color: #ffffff;
}

.to_req_cl i {
  margin-right: 3px;
}

.wrap_act {
  margin-bottom: 20px;
  text-align: center;
  display: block;
}

.wrap_act .act_inner {
  text-align: left;
  display: inline-block;
}

@media screen and (min-width:641px) and (max-width:1024px) {
  .wrap_req_cl .req_cl_catch {
    font-size: 2.2rem;
  }

  .btn_req_cl .to_req_cl {
    background-color: #9b181e;
    border: solid 2px #9b181e;
    color: #fff;
  }

  .wrap_img_req_cl {
    margin-bottom: 20px;
  }

  .wrap_img_req_cl .img {
    width: 33%;
    max-width: 33%;
  }

  .wrap_img_req_cl .bubble {
    width: 67%;
    max-width: 67%;
    padding: 20px;
  }

  .wrap_img_req_cl .bubble:before {
    top: 20%;
  }

  .wrap_img_req_cl .bubble:after {
    top: 20%;
  }

  .bubble ul.request_list li {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}

/*タブレット用*/
@media screen and (max-width: 768px) {
  .wrap_img_req_cl {
    margin-bottom: 20px;
  }

  .wrap_img_req_cl .bubble:before {
    top: 30%;
  }

  .wrap_img_req_cl .bubble:after {
    top: 30%;
  }

  .bubble ul.request_list li {
    font-size: 2rem;
    padding-left: 30px;
    margin-bottom: 10px;
  }
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .wrap_req_cl {
    border-top: 10px solid #2e5e65;
    border-right: 10px solid #2e5e65;
    border-left: 10px solid #2e5e65;
  }

  .wrap_req_cl h2.req_cl_tit {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }

  .wrap_req_cl h2.req_cl_tit i {
    margin-right: 8px;
  }

  .wrap_req_cl .wrap_req_cl_catch {
    margin: 0 auto 20px;
  }

  .wrap_req_cl .req_cl_catch {
    font-size: 2rem;
  }

  .wrap_img_req_cl {
    display: block;
    margin-bottom: 0;
  }

  .wrap_img_req_cl .img {
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 10px;
  }

  .wrap_img_req_cl .bubble {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 20px;
    background: #FFF;
    border: solid 3px #2e5e65;
    box-sizing: border-box;
  }

  .wrap_img_req_cl .bubble:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }

  .wrap_img_req_cl .bubble:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #2e5e65;
    z-index: 1;
  }

  .btn_req_cl .to_req_cl {
    background-color: #9b181e;
    border: solid 2px #9b181e;
    color: #fff;
  }

  .bubble ul.request_list li {
    font-size: 1.8rem;
    padding-left: 30px;
    margin-bottom: 10px;
  }
}

/* リクエストフォーム用 */
.outline_req_cl {
  padding: 0 20px 10px;
}

.brackets {
  text-align: center;
  margin: 0 auto 35px;
}

.outline_req_cl h3.outline_req_cl_tit {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
	color: #4d4f4f;
}

h3.outline_req_cl_tit:before, h3.outline_req_cl_tit:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

h3.outline_req_cl_tit:before {
  border-left: solid 2px #4d4f4f;
  border-top: solid 2px #4d4f4f;
  border-bottom: solid 2px #4d4f4f;
  left: 0;
}

h3.outline_req_cl_tit:after {
  content: '';
  border-top: solid 2px #4d4f4f;
  border-right: solid 2px #4d4f4f;
  border-bottom: solid 2px #4d4f4f;
  right: 0;
}

.outline_req_cl .outline_req_cl_catch {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 15px;
}

.outline_req_cl_catch {
  text-align: center;
  margin: 0 auto 30px;
}

.outline_req_cl_catch .cl_se {
  display: inline;
  font-size: 2.6rem;
  color: #4d4f4f;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(transparent 65%, #8bd9e4 65%);
}

/*スマホ用*/
@media screen and (max-width: 640px) {
  .outline_req_cl {
    padding: 0 10px 10px;
  }

	.brackets {
	  text-align: center;
	  margin: 0 auto 20px;
	}

	.outline_req_cl h3.outline_req_cl_tit {
	  font-size: 2rem;
	}

	.outline_req_cl_catch {
	  margin: 0 auto 20px;
	}

	.outline_req_cl_catch .cl_se {
	  font-size: 1.6rem;
	}
}

/* ＝＝＝＝＝＝＝TOPリクエスト&リクエスト共通要素追記202201-end＝＝＝＝＝＝＝＝ */

/* ＝＝＝＝＝＝＝リクエストフォームNEW追記202201＝＝＝＝＝＝＝＝ */

/*利用不可時*/
select.gy_out:disabled{
	background: #f5f5f5;
}

/*radio受講方式リスト*/
ul.radio_method{
	box-sizing: border-box;
	width: 100%;
}
ul.radio_method li{
	margin-bottom: 10px;
}
ul.radio_method li:last-of-type{
	margin-bottom: 0;
}
ul.radio_method input[type="radio"]{
	width: 25px;
	height: 25px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}
ul.radio_method label{
	display: block;
}
ul.radio_method label span{
	font-size: 1.2rem;
}

/*希望時期リスト*/
ul.radio_season{
	box-sizing: border-box;
	width: 100%;
}
ul.radio_season li{
	margin-bottom: 10px;
}
ul.radio_season li:last-of-type{
}
ul.radio_season input[type="radio"]{
	width: 25px;
	height: 25px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}
ul.radio_season label{
	display: block;
}
ul.radio_season label span{
	font-size: 1.2rem;
}

/*radio授業料リスト*/
ul.radio_price{
	box-sizing: border-box;
	width: 100%;
}
ul.radio_price li{
	margin-bottom: 10px;
}
ul.radio_price li:last-of-type{
	margin-bottom: 0;
}
ul.radio_price input[type="radio"]{
	width: 25px;
	height: 25px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}
ul.radio_price label{
	display: block;
}
ul.radio_price label span{
	font-size: 1.2rem;
}
/*希望時間帯リスト*/
ul.radio_week{
	box-sizing: border-box;
	width: 100%;
}
ul.radio_week li{
	margin-bottom: 10px;
}
ul.radio_week input[type="radio"]{
	width: 25px;
	height: 25px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}
ul.radio_week label span{
	font-size: 1.2rem;
}


/*時間・期間セレクト*/
select.req_time{
	margin-bottom: 10px;
}
/*スマホ用*/
@media screen and (max-width: 640px){
	/*radio受講方式リスト*/
	ul.radio_method{
		display: block;
		width: 100%;
	}
	ul.radio_method li{
		width: 100%;
		margin-bottom: 15px;
	}
	ul.radio_method li:last-of-type{
		margin-bottom: 0;
	}
	ul.radio_method input[type="radio"]{
		width: 20px;
		height: 20px;
	}
	/*希望時期リスト*/
	ul.radio_season{
		display: block;
		width: 100%;
	}
	ul.radio_season li{
		width: 100%;
		margin-bottom: 15px;
	}
	ul.radio_season li:last-of-type{
		margin-bottom: 0;
	}
	ul.radio_season input[type="radio"]{
		width: 20px;
		height: 20px;
	}
	/*radio授業料リスト*/
	ul.radio_price{
		display: block;
		width: 100%;
	}
	ul.radio_price li{
		width: 100%;
		margin-bottom: 15px;
	}
	ul.radio_price li:last-of-type{
		margin-bottom: 0;
	}
	ul.radio_price input[type="radio"]{
		width: 20px;
		height: 20px;
	}
	/*希望時間帯リスト*/
	ul.radio_week{
		display: block;
		width: 100%;
	}
	ul.radio_week li{
		width: 100%;
		margin-bottom: 15px;
	}
	ul.radio_week li:last-of-type{
		margin-bottom: 0;
	}
	ul.radio_week input[type="radio"]{
		width: 20px;
		height: 20px;
	}
}
/* ＝＝＝＝＝＝＝リクエストフォーム追記202201-end＝＝＝＝＝＝＝＝ */
