/* =====================================
■COMMON
===================================== */
a:hover img {
	opacity: 0.8;
}
img {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
p:last-child {
	margin-bottom: 0;
}
table {
	width: 100%;
}
.half {
	display: inline-block;
}
strong {
	font-weight: bold;
}
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	.auto_height {
		height: auto !important;
	}
}

.fnt-shuieminL{
	font-family: "秀英明朝 L", "Shuei Mincho L";
}
.fnt-shuieminM{
	font-family: "秀英明朝 M", "Shuei Mincho M";
}
.fnt-shuieminB{
	font-family: "秀英明朝 B", "Shuei Mincho B";
}
/* -------------------------------------
CONTENT
------------------------------------- */
#content {
	padding: 36px 0 100px;
	min-height: 600px;
}
.home #content {
	padding: 0;
}

#main {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	/* font-family: 'Meiryo', 'メイリオ', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; */
	/* font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; */
	font-size: 16px;
	background: #fff;
	color: #333;
	letter-spacing: 0.05em;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 980px){
	#main{
		font-size: 15px;
		line-height: 30px;
	}
}
@media screen and (max-width: 767px){
	#main{
		font-size: 14px;
		line-height: 26px;
	}
}
@media screen and (max-width: 370px){
	#main{
		font-size: 13px;
		line-height: 22px;
	}
}


/* =====================================
■TOP
===================================== */
/*--------------------------------------
topMain
--------------------------------------*/
#mainimage img {
	width: 100%;
}
.main_contents {
	background: none;
	width: 100%;
	height: auto;
	min-height: inherit;
	position: relative;
}
#mainimage {
	z-index: 1;
	position: relative;
}
#mainimage .main_catch {
    position: absolute;
    z-index: 1;
    width: 51.24%;
    left: 50%;
    transform: translateX(-50%);
    top: 31.25%;
    height: 37.5%;
}
.main_catch .catch_box {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.main_catch .inner {
	display: table-cell;
	vertical-align: middle;
}
#mainimage .main_catch .catch_box img {
    max-width: 797px;
    width: 100% !important;
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.8s;
	-ms-animation-duration: 1.8s;
	animation-duration: 1.8s;
	padding-top: 33%;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.fadeIn {
		padding: 0;
	}
	#mainimage .main_catch{
		width: 100%;
		left: 0;
		transform: unset;
		top: unset;
		bottom: 0;
		height: auto;
	}
	/* #mainimage .main_catch {
		width: 100%;
		left: 0%;
		bottom: 0%;
		top: unset;
		height: auto;
		transform: unset;
		overflow: hidden;
		background: rgba(255, 255, 255, 0.9);
		padding: 17px 20px 25px;
		border: 2px solid #008CCE;
	}
	.catch_ttl{
		font-family: "秀英明朝 M", "Shuei Mincho M";
		color: #008CCE;
		font-size: 6.5vw;
		line-height: 10vw;
		text-align: center;
		letter-spacing: 0;
	}
	.catch_txt{
		font-family: "秀英明朝 L", "Shuei Mincho L";
		color: #000;
		border-top: 2px solid #008CCE;
		font-size: 4.3vw;
		line-height: 7vw;
		padding-top: 11px;
		margin-top: 10px;
	} */
	#mainimage .main_catch .catch_box img {
		max-width: 100%;
	}
	.main_catch .inner{
		display: block;
	}
	.main_catch .catch_box{
		display: block;
	}
}

/*--------------------------------------
gnv_top_h2_bg
--------------------------------------*/
.gnv_top_h2_bg {
	background: url(../img/top_h2bg.jpg) no-repeat top center;
	background-size: cover;
    padding: 56px 0 73px;
}
.gnv_top_h2_bg h2 {
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
    text-align: center;
}
.english {
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
	.gnv_top_h2_bg {
		padding: 50px 0 40px;
	}
	.gnv_top_h2_bg h2{
		font-size: 28px;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 480px) {
	.gnv_top_h2_bg {
		padding: 40px 0;
	}
	.gnv_top_h2_bg h2{
		font-size: 26px;
		letter-spacing: 0.05em;
	}
	.english {
		font-size: 18px;
		letter-spacing: 0.1em;
	}
}

/*--------------------------------------
loopslider
--------------------------------------*/
#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#loopslider ul {
  float: left;
  overflow: hidden;
  display: inline-block;
}
#loopslider ul li {
  width: 1602px;
  height: 200px;
  float: left;
  display: inline;
  overflow: hidden;
}
#loopslider ul:after {
  content: " ";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#loopslider ul li img {
  max-width: none;
}

/*--------------------------------------
first_section
--------------------------------------*/
.first_section {
    background: url(../img/topbg01.jpg) no-repeat top center;
    background-size: cover;
    padding: 87px 0 84px;
    border-top: 1px solid #fff;
}
.first_left {
    float: left;
    width: 52%;
}
.first_right {
    float: right;
    width: 39%;
    background: url(../img/topbg01.png) no-repeat top center;
    background-size: cover;
    padding: 11px 14px 15px;
    border-radius: 25px;
    box-shadow: 0 0 46px rgba(182, 161, 179, .2);
    margin-right: 9px;
    margin-top: 16px;
}
.first_box {
    background: rgba(255, 255, 255, 0.28);
    padding: 19px 36px 41px;
    border-radius: 12px;
    box-shadow: 0 0 46px rgba(215, 137, 137, 0.2);
}
.first_section .contact_list {
    max-width: 286px;
    margin: 18px auto 0;
}
.first_logo {
    padding-bottom: 7px;
    border-bottom: 1px solid #e0b875;
    margin-bottom: 15px;
}
.first_logo a:hover, .first_logo img:hover {
    opacity: 1;
}
.first_tlt {
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
    font-size: 34px;
    letter-spacing: 0.4em;
    color: #6e635b;
    line-height: 1.9;
    margin-bottom: 31px;
}
.first_tlt01{
	color: #1bb7f0;
}
.first_tlt02{
	color: #bac423;
}
.first_tlt03{
	color: #fa848c;
}
.first_txt {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #6e635b;
    line-height: 2.14;
    margin-bottom: 52px;
}
.first_section .btn a {
	margin:0;
}
@media screen and (max-width: 1080px) and (min-width: 1001px)  {
	.first_right {
		padding: 12px;
	}
	.first_box {
		padding: 19px 15px 41px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px)  {
	.first_tlt {
		font-size: 30px;
		letter-spacing: 0.2em;
	}
	.first_right {
		padding: 10px;
		width: 42%;
	}
	.first_box {
		padding: 19px 8px 41px;
	}
	.first_txt {
		margin-bottom: 27px;
	}
}
@media screen and (max-width: 767px) {
	.first_section {
		background: url(../img/topbg01_sp.jpg) no-repeat top center;
		background-size: cover;
		padding: 60px 0;
	}	
	.first_left {
		float: none;
		width: 100%;
		margin-bottom: 35px;
	}
	.first_right {
		float: none;
		width: 100%;
		max-width: none;
		margin: 0 auto 50px;
	}
	.first_section .contact_list {
		max-width: 587px;
	}
	.first_tlt {
		font-size: 32px;
		letter-spacing: 0.2em;
		margin-bottom: 20px;
	}
	.first_txt {
		margin-bottom: 22px;
	}
}
@media screen and (max-width: 480px) {
	.first_tlt {
		font-size: 25px;
		letter-spacing: 0.1em;
	}
	.first_right {
		float: none;
		width: 100%;
		max-width: 413px;
		margin: 0 auto 30px;
		padding: 12px;
	}
	.first_box {
		padding: 19px 15px 30px;
	}
}

/*--------------------------------------
feature_section
--------------------------------------*/
.feature_section {
	background: url(../img/topbg02.jpg) no-repeat top center;
	background-size: cover;
	padding: 125px 0 100px;
}
.feature_section .container {
    max-width: 1180px !important;
}
.feature_box {
    margin: 0 0 0 auto;
	width: 50%;
    background: rgba(255, 255, 255, 0.95);
    padding: 22px 21px 20px;
    box-shadow: 7px 5px 27px rgba(161, 153, 139, 0.35);
    border-radius: 17px;
    position: relative;
	box-sizing: border-box;
}
.feature_box01 {
    margin: 0;
    width: 50%;
    background: rgba(255, 255, 255, 0.95);
    padding: 21px 21px;
    box-shadow: 7px 5px 27px rgba(161, 153, 139, 0.35);
    border-radius: 17px;
    position: relative;
    box-sizing: border-box;
}
.feature_inner_style {
    border-top: 4px solid #d1e07c;
	border-bottom: 4px solid #f6c1c5;
}
.feature_inner {
    border-right: 4px solid #a7dff5;
    border-left: 4px solid #a7dff5;
    padding: 27px 45px 38px 49px;
    position: relative;
    margin: 9px 0;
}
.feature_tlt {
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
    font-size: 36px;
    color: #36b5e3;
    line-height: 1.84;
    letter-spacing: 0.26em;
    margin-bottom: 27px;
}
.feature_txt {
    font-size: 19px;
    color: #525252;
    line-height: 2.1;
    letter-spacing: 0.17em;
}
@media screen and (max-width: 1200px) and (min-width: 768px)  {
	.feature_inner {
		padding: 30px 15px;
		margin: 5px 0;
	}
	.feature_tlt {
		font-size: 28px;
		letter-spacing: 0.1em;
	}
	.feature_txt {
		font-size: 18px;
		letter-spacing: 0.1em;
	}
	.feature_box {
		padding: 10px;
	}
	.feature_box01 {
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	.feature_section {
		background: none;
		padding: 0 0 20px;
	}
	.feature_con img {
		margin-bottom: 20px;
	}
	.feature_box {
		width: 100%;
		margin: 0 auto;
		max-width: 640px;
		padding: 15px;
		margin-bottom: 20px;
	}
	.feature_box01 {
		width: 100%;
		margin: 0 auto 20px;
		max-width: 640px;
		padding: 15px;
	}
	.feature_inner {
		padding: 30px 20px;
		margin: 5px 0;
	}
	.feature_tlt {
		font-size: 30px;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 480px) {
	.feature_inner {
		padding: 30px 15px;
		margin: 5px 0;
	}	
	.feature_tlt {
		font-size: 22px;
		letter-spacing: 0.05em;
	}
	.feature_txt {
		font-size: 16px;
		line-height: 2;
		letter-spacing: 0.05em;
	}
}


/* -------------------------------------
menu_section
------------------------------------- */
.menu_section .gnv_top_h2_bg {
	background: url(../img/top_h2bg01.jpg) no-repeat top center;
	background-size: cover;
}
.menu_section .wrap_box {
	position: relative;
	display: table;
	width: 100%;
}
.menu_section .menu_box {
	width: 40%;
	background: #fff;
	min-height: inherit !important;
	display: table-cell;
}
.menu_section .txt_box {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../img/menu_img01.jpg) no-repeat top center;
	background-size: cover;
	display: table-cell;
	height: auto !important;
	position: relative !important;
}
.menu_section .txt_box li {
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	background: url(../img/menu_img01.jpg) no-repeat top center;
	background-size: cover;
}
.menu_section .txt_box li:nth-child(2) {
	background: url(../img/menu_img02.jpg) no-repeat top center;
	background-size: cover;	
}
.menu_section .txt_box li:nth-child(3) {
	background: url(../img/menu_img03.jpg) no-repeat top center;
	background-size: cover;	
}
.menu_section .txt_box li:nth-child(4) {
	background: url(../img/menu_img04.jpg) no-repeat top center;
	background-size: cover;	
}
.menu_section .txt_box li:nth-child(5) {
	background: url(../img/menu_img05.jpg) no-repeat top center;
	background-size: cover;	
}
.menu_section .txt_box li:nth-child(6) {
	background: url(../img/menu_img06.jpg) no-repeat top center;
	background-size: cover;	
}.menu_section .txt_box li:nth-child(7) {
	background: url(../img/menu_img07.jpg) no-repeat top center;
	background-size: cover;	
}

.menu_section .txt_box li:first-child {
	opacity: 1 !important;
}
.menu_box li {
    border-bottom: 2px solid #e5ecc2;
}
.cell_erea {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.menu_box li a {
    display: block;
    text-decoration: none;
	padding: 33px 25px 34px 33px;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    background: #fff;
    color: #595656;
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
    letter-spacing: 0.3em;
    line-height: 1.4;
    font-size: 28px;
}
.menu_box li a:hover {
	background: #f3fbcc;
}
.menu_box li .menu_link_english {
    font-size: 10px;
    color: #069ae7;
    letter-spacing: 3px;
    vertical-align: middle;
    padding-left: 9px;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.menu_section .txt_box .inner {
    display: table;
    margin: 0 auto;
    max-width: 692px;
    vertical-align: middle;
    height: 100%;
}
.menu_section .txt_box .inner .cell_box {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.txt_box h2 {
    font-size: 42px;
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: center;
}
.menu_section .txt {
	font-weight: bold;
    font-size: 15px;
    color: #fff;
	text-align: center;
    line-height: 2.67;
    letter-spacing: 0.05em;
    margin-top: 48px;
}
@media screen and (max-width: 1260px) and (min-width: 1001px) {
	.txt_box h2 {
		font-size: 26px;
		letter-spacing: 0.05em;
	}
	.menu_section .txt {
		margin-top: 20px;
	}
	.menu_box li a {
		padding: 34px 20px 31px;
		font-size: 27px;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.menu_box li a {
		letter-spacing: 0.02em !important;
		font-size: 22px;
		padding: 34px 20px 31px;
	}
	.txt_box h2 {
		letter-spacing: 0.05em;
		font-size: 24px;
	}
	.menu_section .txt {
		margin-top: 14px;
		letter-spacing: 0;
	}
	.menu_section .txt_box .inner .cell_box {
		padding: 0 20px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) {
	.menu_section .txt_box {
		display: none !important;
	}
	.menu_section .menu_box {
		width: 100%;
		min-height: auto !important;
		height: auto !important;
	}
	.menu_section .wrap_box, .menu_section .menu_box {
		display: block;
	}
	.menu_box li a {
		padding: 25px 30px 25px;
	}
}
@media screen and (max-width: 480px) {
	.menu_box li a {
		padding: 25px 20px 25px;
		letter-spacing: 0.05em;
		font-size: 22px;
	}
}


/* -------------------------------------
greeting_section
------------------------------------- */
.greeting_section {
    background: url(../img/topbg04.jpg) no-repeat top center;
    background-size: cover;
    padding: 125px 0 117px;
}
.greeting_box {
    max-width: 500px;
    margin: 0;
}
.greeting_english {
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
    font-size: 13px;
    color: #36b5e3;
	letter-spacing: 0.36em;
    line-height: 1.2;
    margin-bottom: 22px;
    position: relative;
}
.greeting_english:after {
    position: absolute;
    content: "";
    background: #36b5e3;
    left: 120px;
    width: 139px;
    height: 1px;
    top: 7px;
}
.greeting_tlt {
    font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
    font-size: 30px;
    letter-spacing: 0.3em;
    line-height: 2.17;
    margin-bottom: 30px;
    color: #36b5e3;
}
.greeting_txt {
    font-size: 16px;
    color: #696969;
    line-height: 2.34;
    letter-spacing: 0.15em;
    margin-bottom: 54px;
}
.greeting_box .btn a {
    margin: 0;
}
.page-id-140 .greeting_section {
	padding: 50px 0 40px;
	margin-bottom: 35px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.greeting_section {
		padding: 70px 0 60px;
	}
	.greeting_tlt {
		font-size: 28px;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin-bottom: 15px;
	}
	.greeting_box {
		max-width: 430px;
	}
	.greeting_txt {
		margin-bottom: 25px;
	}
	.page-id-140 .greeting_box {
		max-width: 382px;
	}
}
@media screen and (max-width: 767px) {
	.greeting_section {
		background: #fff;
		padding: 60px 0
	}
	.greeting_box {
		max-width: none;
		margin: 0;
	}
	.greeting_box img {
		max-width: 800px !important;
		margin: 0 auto 35px;
	}
	.page-id-140 .greeting_section {
		padding: 0;
		margin-bottom: 20px;
	}
	.page-id-140 .greeting_section .container {
		padding: 0;
	}
	.page-id-140 .greeting_box img {
		max-width: 100%;
		margin: 0 auto 35px;
		width: 100% !important;
	}
	.greeting_inner {
		background: #edf7de;
		padding: 30px 20px;
	}
	.greeting_tlt {
		font-size: 28px;
		letter-spacing: 0.2em;
		margin-bottom: 12px;
	}
	.greeting_txt {
		letter-spacing: 0.1em;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	.greeting_tlt {
		font-size: 24px;
		letter-spacing: 0.1em;
	}
	.greeting_english {
		letter-spacing: 0.2em;
	}
	.greeting_english:after {
		width: 120px;
		left: 110px;
		top: 6px;
	}
}


/* -------------------------------------
info_section
------------------------------------- */
.info_section {
    background: url(../img/topbg05.jpg) no-repeat top center;
    background-size: cover;
    padding: 99px 20px 98px;
}
.elementor-row {
    display: block !important;
}
.elementor-element.elementor-element-511bb81.info_left.elementor-column.elementor-col-50.elementor-inner-column {
    float: left !important;
    width: 47.6% !important;
    display: block !important;
}
.elementor-element.elementor-element-f4f85c6.info_right.elementor-column.elementor-col-50.elementor-inner-column {
    float: right !important;
    width: 47.7% !important;
    display: block !important;
    background: #f0f5f7;
    border-radius: 7px;
}
.info_left img {
    max-width: 476px !important;
}
.info_box {
    max-width: 1142px;
    background: #fff;
    padding: 47px 41px 49px 44px;
    border-radius: 37px;
    border: 26px solid #d2ecf6;
    margin: 0 auto;
    box-sizing: border-box;
}
.info_logo {
    margin-bottom: 24px;
    padding-bottom: 30px;
    border-bottom: 4px solid #d2d8db;
}
.info_logo img {
    max-width: 403px !important;
}
.info_btn {
    margin-top: 39px;
}
.info_btn ul {
    max-width: 620px;
    margin: 0 auto;
}
.info_btn ul li:last-child {
    margin-right: 0;
}
.info_btn ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.info_box {
		background: #fff;
		padding: 47px 20px;
		border: 20px solid #d2ecf6;
	}
}
@media screen and (max-width: 767px) {
	.info_section {
		padding: 60px 20px;
	}
	.info_inner {
		padding: 30px 20px;
	}
	.elementor-element.elementor-element-511bb81.info_left.elementor-column.elementor-col-50.elementor-inner-column {
		float: none !important;
		width: 100% !important;
		display: block !important;
		margin-bottom: 30px;
	}
	.elementor-element.elementor-element-f4f85c6.info_right.elementor-column.elementor-col-50.elementor-inner-column{
		float: none !important;
		width: 100% !important;
		display: block !important;
	}
	.info_btn ul {
		max-width: none;
		margin: 30px auto 0;
	}
	.info_btn ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.info_btn ul li:last-child {
		margin-bottom: 0;
	}
	.info_left img {
		max-width: 650px !important;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.info_box {
		padding: 45px 20px;
		border: 18px solid #d2ecf6;
	}
}
@media screen and (max-width: 480px) {
	.info_box {
		padding: 45px 10px;
		border: 10px solid #d2ecf6;
	}
}


/* =====================================
■UNDER
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
.under_mainimage {
	background: url(../img/h2_bg.jpg) no-repeat top center;
	background-size: cover;
	display: table;
	width: 100%;
}
.under_mainimage .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 68px 0;
}
.under_mainimage .container h2 {
	text-align: center;
	color: #fff;
	font-family: "秀英明朝 M", "Shuei Mincho M";
	font-size: 32px!important;
	letter-spacing: 4px!important;
	padding-bottom: 0 !important;
	line-height: 45px !important;
}
.under_mainimage .container h2:before{
	display: none;
}
@media screen and (max-width: 1000px) {
	.under_mainimage .container h2 {
		font-size: 28px!important;
		letter-spacing: 0.1em!important;
		line-height: 40px !important;
	}
	.under_mainimage .inner{
		padding: 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.under_mainimage {
	}
	.under_mainimage .container h2 {
		font-size: 26px!important;
		letter-spacing: 0.1em!important;
		line-height: 38px !important;
	}
}
@media screen and (max-width: 480px) {
		.under_mainimage .container h2 {
			font-size: 24px!important;
			letter-spacing: 0.05em!important;
			line-height: 36px !important;
	}
}


/* -------------------------------------
Bread
------------------------------------- */
#bread {
	max-width: 1080px;
	margin: 16px auto 0;
	padding: 0 30px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	line-height: 1.3;
}

#bread li {
	font-size: 10px;
	color: #77716C;
	letter-spacing: 0.1em;
	display: inline;
}
#bread li+li:before {
	padding-right: .3em;
	content: ">";
}
#bread li a {
	color: #6796BB;
	text-decoration: underline;
}
#bread li a:hover {
	text-decoration: none;
}


/*--------------------------------------
elementor
--------------------------------------*/
/*
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1060px;
padding: 0 30px;
}
*/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}
.elementor img {
	width: auto !important;
}
.home .elementor img {
	width: 100% !important;
}
.elementor-image-box-wrapper {
	display: block !important;
}
.elementor-widget-image-box .elementor-image-box-content {
	text-align: left !important;
}
.elementor-image-box-title {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.4;
	color: #fff;
	overflow: hidden;
	background: #3dc2b7;
	padding: 10px 20px;
}
.elementor-image-box-img {
	width: 30% !important;
	float: right;
	display: block !important;
	margin: 0 0 20px 20px !important;
	text-align: center;
	text-align: right;
}
.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 20px 0 !important;
}
.auto_width .elementor-image-box-img {
	width: auto !important;
}
.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block !important;
}
.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
	/*
	.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 20px;
}
	*/
	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !important;
		text-align: center;
	}
}


/*--------------------------------------
TITLE
--------------------------------------*/
.under_title_h3 h3 {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    color: #fff!important;
    font-size: 34px;
    line-height: 1.2 !important;
    font-weight: normal !important;
    letter-spacing: 0.1em;
    padding: 19px 0 21px 25px!important;
    background: #cadb75;
    border-radius: 10px;
}
.under_title_h4 h4 {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    color: #333333 !important;
    font-size: 30px;
    line-height: 1.2 !important;
    letter-spacing: 0.15em;
    padding: 0 0 14px 45px !important;
    position: relative;
    border-bottom: 1px solid #cccccc;
}
.under_title_h4 h4:before {
    position: absolute;
    content: "";
    background: url(../img/h4_icon.png) no-repeat top center;
    width: 31px;
    height: 31px;
    left: 0;
    top: 3px;
}
.under_title_h5 h5 {
    color: #5c5c5c !important;
    font-size: 20px;
    line-height: 1.2 !important;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-weight: bold !important;
    letter-spacing: 0.1em;
    text-align: left;
    padding-left: 20px !important;
    position: relative;
}
.under_title_h5 h5:before {
    position: absolute;
    content: "";
    background: #f3a3a8;
    width: 4px;
    height: 32px;
    top: -3px;
    left: 0;
}
.gnv_tmp_h5_bg h5 {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding-left: 25px;
    line-height: 1.3;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    position: relative;
}
.gnv_tmp_h5_bg h5:before {
    position: absolute;
    content: "";
    background: #7ccef4;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.under_title_h6 h6 {
    color: #7D308D !important;
    border-bottom: 2px dotted #7D308D;
    font-size: 20px;
    line-height: 1.2 !important;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-weight: bold !important;
    letter-spacing: 0.1em;
    text-align: left;
    padding-bottom: 10px !important;
    position: relative;
}
.doctor_style {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	color: #7ccef4 !important;
	font-size: 20px;
	line-height: 1.2 !important;
	font-weight: normal !important;
	letter-spacing: 2px;
	display: block;
	text-align: right;
}
.gnv_tmp_tlt {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-weight: normal !important;
    letter-spacing: 0.1em;
    color: #86C4C9 !important;
    font-size: 17px;
    border-bottom: 1px solid #86C4C9;
    text-align: left;
    padding: 0 0 9px 0!important;
    line-height: 1.2;
    position: relative;
}
.gnv_tmp_title {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-weight: normal !important;
    letter-spacing: 0.05em;
    color: #86C4C9 !important;
    font-size: 20px;
    text-align: center;
    line-height: 1.2 !important;
}
.gnv_tmp_title01 {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-weight: normal !important;
    letter-spacing: 0.05em;
    font-size: 20px;
    text-align: left;
    line-height: 1.5 !important;
    color: #7ccef4;
}
.bg_box_tlt {
    background: #94d8f8;
	padding: 21px 35px 18px;
}
.bg_box_tlt p {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	line-height: 1.5;
}
@media screen and (max-width: 1024px) {
	.gnv_tmp_title01 {
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	.under_title_h3 h3 {
		padding: 19px 0 21px 15px!important;
	}
	.under_title_h3 h3 {
		font-size: 26px;
	}	
	.under_title_h4 h4 {
		font-size: 24px;
		letter-spacing: 0.05em;
		padding: 0 0 13px 42px !important;
	}
	.under_title_h4 h4:before {
		top: -2px;
	}
	.bg_box_tlt {
		padding: 21px 20px 18px;
	}
}
@media screen and (max-width: 480px) {
	.under_title_h3 h3 {
		padding: 19px 0 21px 10px!important;
		font-size: 24px;
		letter-spacing: 0.05em
	}	
	.under_title_h4 h4 {
		font-size: 22px;
		letter-spacing: 0.05em
	}	
	.under_title_h5 h5 {
		letter-spacing: 0.02em;
		padding-left: 14px !important;
	}
	.gnv_tmp_tlt , .gnv_tmp_tlt01 {
		letter-spacing: 0.05em;
	}
	.gnv_tmp_title01 {
		letter-spacing: 0;
		font-size: 16px;
	}
	.under_title_h5 h5 {
		letter-spacing: 0.02em;
	}
	.doctor_style {
		font-size: 18px;
	}
}

/* -------------------------------------
margin_base
------------------------------------- */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }


/*--------------------------------------
ボタン
--------------------------------------*/
#main .btn a {
    display: block;
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #fff;
    padding: 16px 20px 15px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    background: #55ACCA url(../img/right.png) no-repeat 95% center !important;
}
/* .btn a:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #6e635b;
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -6px;
} */
#main .btn a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
	#main .btn a {
		font-size: 16px;
		letter-spacing: 0.1em;
		max-width: none;
	}
}


/* -------------------------------------
地図
------------------------------------- */
.map {
    position: relative;
    width: 100%;
    padding-top: 444px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}
.map_box {
    background: #f5f3ee;
    padding: 21px 0 20px;
}
.map_box ul {
    max-width: 666px;
    margin: 0 auto;
}
.map_box ul li {
    float: left;
    color: #545149;
    font-size: 15px;
    letter-spacing: 0.29em;
}
.map_box ul li:last-child {
    float: right;
    font-weight: bold;
    letter-spacing: 0.14em;
}
.map_box ul li a {
	color: #52c3ec;
	text-decoration: underline;
	vertical-align: top;
}
.map_box ul li a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.map_box ul li {
		float: none !important;
	}
}
@media screen and (max-width: 480px) {
	.map_box ul li {
		font-size: 12px;
		letter-spacing: 0;
	}
	.contact_section .txt {
		font-size: 13px;
		letter-spacing: 0;
	}
	.map {
		padding-top: 250px;
	}
}
@media screen and (max-width: 370px){
	.contact_section .txt{
		font-size: 12px;
	}
}
/* -------------------------------------
診療時間表
------------------------------------- */
table.timetable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 14px !important;
    margin-top: 29px;
}
.timetable th, .timetable td {
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    padding: 7px 0 22px;
    font-size: 15px;
    background: #edf7fb;
    color: #696969;
}
.timetable thead th {
    font-weight: normal;
    border-bottom: 1px solid #EBE9E7;
    padding: 12px 0 13px;
    background: #77c9e6;
    color: #fff;
}
.timetable thead th:first-child {
    width: 30%;
    text-align: left;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
    border-radius: 10px 0 0 0;
    color: #fff;
    padding-left: 20px;
    letter-spacing: 0.15em;
}
.timetable thead th:last-child {
    border-radius: 0 10px 0 0;
}
.timetable tbody th {
    word-break: keep-all;
    white-space: nowrap;
    text-align: left;
    letter-spacing: 0.1em;
    padding-left: 20px !important;
}
.timetable tbody tr:first-child th, .timetable tbody tr:first-child td {
    padding: 23px 0 5px;
}
.timetable tbody tr:last-child th {
    border-radius: 0 0 0 10px;
}
.timetable tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
.table_style {
    font-size: 15px;
    line-height: 1.74;
    letter-spacing: 0.09em;
    color: #696969;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.timetable thead th:first-child {
		padding-left: 5px;
		width: 28%;
	}
	.timetable tbody th {
		padding-left: 5px !important;
	}
	.timetable thead th {
		padding: 12px 0 11px;
	}
	.timetable tbody tr:first-child th, .timetable tbody tr:first-child td {
		padding: 17px 0 9px;
	}
	.timetable th, .timetable td {
		font-size: 12px !important;
		letter-spacing: 0 !important;
		padding: 8px 0 17px;
	}
	.table_style {
		font-size: 13px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	.timetable thead th:first-child {
		width: 31%;
	}
	.timetable tbody th {
		letter-spacing: 0.05em;
	}
	.timetable thead th:first-child {
		padding-left: 10px;
	}
	.timetable tbody th {
		padding-left: 10px !important;
	}
	.timetable th,
	.timetable td {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.timetable th,
	.timetable td {
		font-size: 10px !important;
		letter-spacing: 0;
	}
	.timetable thead th:first-child {
		width: 32%;
		font-size: 13px;
		padding-left: 5px;
		letter-spacing: 0.01em;
	}
	.timetable tbody th {
		padding-left: 5px !important;
	}
}



/* -------------------------------------
番号リスト
------------------------------------- */
.num_list {
	counter-reset: li;
}
.num_list > li {
	margin-bottom: 15px;
	padding-left: 35px;
	position: relative;
}
.num_list > li:last-child {
	margin-bottom: 0;
}
.num_list > li:before {
    background: #7ccef4;
    color: #fff;
    content: counter(li, decimal);
    counter-increment: li;
    display: block;
    font-size: 16px;
    width: 24px;
    height: 24px;
    left: 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 4px;
    letter-spacing: 0;
}

/*--------------------------------------
2列テーブル
--------------------------------------*/
.column2_table th, .column2_table td {
    line-height: 1.6;
    vertical-align: middle;
    border-bottom: 1px solid #7D308D;
}
.column2_table th {
	width: 30%;
	padding: 13px 0px 10px 14px;
	box-sizing: border-box;
}
.column2_table td {
    padding: 13px 14px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #A574AF;
}


/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th, .style_table td {
    line-height: 1.8;
    padding: 15px 5px 10px;
    border: 1px solid #BFBEBD;
    word-break: break-all;
}
.style_table thead th {
	background: #7ccef4;
	color: #fff;
}
.style_table tbody th {
    background: #008CCE;
    width: 30%;
    color: #fff
}
.style_table tbody td {
    text-align: left;
    background: #fff;
}
.page-id-304 .style_table tbody th {
    width: 50%;
}
.style_table2 tbody th{
	width: 50%;
}
.style_table2 th, .style_table2 td{
	padding: 7px 15px 7px;
}
@media screen and (max-width: 767px) {
	.style_table th,
	.style_table td {
		font-size: 14px;
		letter-spacing: 0;
		padding: 7px 8px 7px;
	}
	.style_table2 tbody th{
		width: 78%;
	}
	.style_table2 tbody td{
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.style_table th,
	.style_table td {
		font-size: 12px;
		letter-spacing: 0;
	}
	.page-id-304 .style_table tbody th {
		width: 60%;
	}
	.style_table2 tbody th{
		width: 73%;
	}
}


/*--------------------------------------
リスト
--------------------------------------*/
.circle_list li {
    position: relative;
    padding: 2px 0 2px 23px;
}
.circle_list li:before {
    content: "";
    position: absolute;
    background: #A574AF;
    top: 10px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}
.check_list li {
	position: relative;
	padding: 2px 0 2px 30px;
}
.check_list li:before {
	content: "";
	display: block;
	border: 2px solid #E8C9C4;
	height: 19px;
	width: 19px;
	position: absolute;
	left: 0;
	top: 8px;
	box-sizing: border-box;
}
.check_list li:after {
	content: "";
	display: block;
	width: 5px;
	height: 11px;
	border: solid #E8C9C4;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 7px;
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}

.column2_list li {
	display: inline-block;
	width: 48.5%;
	box-sizing: border-box;
	padding-right: 10px;
	vertical-align: top;
}
.column3_list li {
	display: inline-block;
	width: 31.5%;
	box-sizing: border-box;
	padding-right: 10px;
	vertical-align: top;
}
.column_list li {
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	padding-right: 30px;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.column2_list li,
	.column3_list li,
	.column_list li {
		display: block;
		width: 100%;
		padding-right: 0;
	}
}

/*--------------------------------------
文章・画像
--------------------------------------*/
.context_area .img_box img {
	float: right;
	width: 35% !important;
	margin: 0 0 0 20px;
	display: block;
}
.context_area .img_box2 img {
    float: right;
    width: 20% !important;
    margin: 0 0 0 20px;
    display: block;
}

.context_area.img_l .img_box img {
	float: left;
	margin: 0 20px 20px 0;
}
.context_area .auto_img img {
	width: auto !important;
	display: block;
}
.text_box {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.context_area .img_box img {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 20px !important;
	}
	.context_area .auto_img img {
		width: auto !important;
	}
	.context_area.img_l .text_area {
		float: none;
		width: 100%;
	}
}

/*--------------------------------------
フォントcolor
--------------------------------------*/
.txt_color {
	color: #6bc0de;
}
.txt_link {
	color: #6bc0de !important;
	text-decoration: underline !important;
	font-weight: bold;
	vertical-align: top;
}
.txt_link:hover {
	text-decoration: none !important;
}
.catch_title {
	font-size: 22px;
	color: #FFAEA2;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-align: center;
}


/*--------------------------------------
* 流れ
--------------------------------------*/
.flowList > li {
    background: #e3f6fe;
    position: relative;
    margin-bottom: 70px;
    padding: 30px;
}
.flowList > li:last-child {
	margin-bottom: 0;
}
.flowList > li:after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
    border-right: 3px solid #7ccef4;
    border-bottom: 3px solid #7ccef4;
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}
.flowList > li:last-child:after {
	display: none;
}
.flowList .flow_title {
    font-size: 22px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 15px;
    color: #56bceb;
    overflow: hidden;
    padding-bottom: 8px;
    border-bottom: 2px dotted #56bceb;
}
.flowList .flow_title span {
    vertical-align: top;
    background: #7ccef4;
    color: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 29px;
    font-size: 22px;
    margin-right: 10px;
    letter-spacing: 0;
    margin-top: 0;
}

@media screen and (max-width:767px) {
	.flowList .img_box {
		position: relative;
		top: initial;
		right: initial;
		padding-left: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	.flowList > li {
		padding: 30px 20px;
	}
}


/*--------------------------------------
ボックス
--------------------------------------*/
.bg_box {
    background: #faf6e8;
    padding: 35px;
}
.bg_box01 {
	background: #f0faff;
    padding: 35px;
}
.border_box {
	padding: 40px;
	background: rgba(165, 116, 175, 0.8);
	color: #fff;
	border-radius: 10px;
}
.bg_top {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.18);
    border-top: 3px solid #7ccef4;
}
.bg_shadow {
    box-shadow: 3px 3px 0 0 #ece4c8;
}
.box_title {
	font-family: "秀英明朝 L", "Shuei Mincho L";
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    padding-left: 20px;
}
.box_title:before{
	content: '';
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
.box_list > li {
	margin-top: 40px;
}
.box_list > li:first-child {
	margin: 0;
}
.bus_box {
	text-align: center;
}
.bus_box a {
	display: inline-block;
}
.bus_box img {
	max-width: 544px !important;
	margin: 0 auto;
	display: block;
	width: 100% !important;
}
@media screen and (max-width:767px) {
	.bg_box,
	.bg_box01,
	.bg_box02,
	.border_box {
		padding: 25px;
	}
}


/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
	border: 3px solid #A574AF;
	border-radius: 10px;
}
.style_box .style_title {
	font-family: "秀英明朝 L", "Shuei Mincho L";
	font-size: 20px;
	line-height: 1.4;
	padding: 20px 20px 24px;
	margin: 0 !important;
	color: #A574AF;
}
.style_box .inner {
	padding: 30px 40px;
}
.style_box .inner .title {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 10px !important;
	position: relative;
	font-family: "秀英明朝 L", "Shuei Mincho L";
	color: #A574AF;
}
/* .style_box .inner .title:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #f5c645;
	position: absolute;
	left: 0;
	top: 14px;
} */
.style_box .circle_list li{
	line-height: 30px;
	padding: 0px 0 0px 23px;
	font-size: 15px;
}
.style_box .circle_list li:before{
	background: #7D308D;
	top: 7px;
}
@media screen and (max-width:767px) {
	.style_box .inner {
		padding: 25px;
	}
	.style_box .circle_list li{
		font-size: 14px;
		line-height: 26px;
	}
	.circle_list li:before{
		width: 12px;
		height: 12px;
	}
	.style_box .circle_list li{
		padding-left: 20px;
	}
	.style_box .inner .title{
		font-size: 18px;
	}
}
@media screen and (max-width:370px) {
	.style_box .circle_list li{
		font-size: 13px;
	}
	.style_box .inner .title{
		font-size: 16px;
	}
}

/*--------------------------------------
before after
--------------------------------------*/
.before_after li {
	float: left;
	width: 46%;
	position: relative;
	text-align: center;
}
.before_after li:first-child:after {
	display: block;
	content: "";
	border-left: 15px solid #ea9041;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	bottom: 50%;
	right: -11%;
	margin-bottom: -20px;
}
.before_after li:last-child {
	float: right;
}

@media screen and (max-width:767px) {
	.before_after li {
		float: none;
		width: 100%;
	}
	.before_after li:first-child:after {
		border-left: 20px solid transparent;
		border-top: 15px solid #ea9041;
		border-right: 20px solid transparent;
		border-bottom: none;
		bottom: -34px;
		right: 50%;
		margin-bottom: 0;
		margin-right: -20px;
	}
	.before_after li:last-child {
		float: none;
		margin-top: 50px;
	}
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorlinks.emp {
	border: 3px solid #A574AF;
	border-radius: 10px;
    padding: 25px 35px;
    list-style: none;
	font-weight: bold;
	font-size:18px;
}
.anchorlinks {
	border: 3px solid #A574AF;
	border-radius: 10px;
    padding: 25px 35px;
    list-style: none;
}
.anchorlinks1{
	border: 3px solid #0085D0;
}
.anchorlinks li {
	position: relative;
	width: auto;
	display: inline-block;
	padding-left: 16px;
	margin: 5px 30px 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6;
}
.anchorlinks li a {
    color: #333333;
}
.anchorlinks li:before{
	color: #A574AF;
	font-size: 13px;
	margin-right: 7px;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
}
.anchorlinks1 li:before{
	color: #0085D0;
}
/* .anchorlinks li a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #7D308D;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
} */
.anchorlinks li:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.anchorlinks li a:hover {
    color: #7D308D;
    text-decoration: underline;
}
@media screen and (max-width:767px) {
	.anchorlinks li {
		width: 100%;
		display: block;
		margin: 5px 0;
	}
}


/*--------------------------------------
* qa
--------------------------------------*/
.qa_list dt,
.qa_list dd {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.qa_list .num {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}
.qa_list dt .num span {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #7ccef4;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
}
.qa_list dd .num span {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e6af87;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
}
.qa_list .txt {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.qa_list dt .txt {
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #5bcbff;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
}


/* =====================================
■ブログ
===================================== */
/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
	float: left;
	width: 65%;
}
#blogDetail,
#blogList {
	margin-top: 40px;
	margin-bottom: 103px;
	min-height: 850px;
}

/*　blogList　*/
#blogList .post {
	font-size: 16px;
	line-height: 2;
	padding-bottom: 35px;
}
.posts_list li {
	width: 100%;
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #B2ADAD;
	padding-bottom: 20px;
}
.posts_list li:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}

.posts_list li .category {
	/* position: absolute;
	left: 0;
	top: 0; */
	margin: 0;
	line-height: 1;
	z-index: 10;
	margin-bottom: 20px;
}
.post .category a,
.posts_list .category a {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	display: inline-block;
	min-width: 107px;
	height: 25px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	color: #fff;
	line-height: 23px;
	box-sizing: border-box;
	text-transform: uppercase;
}
.post .category a:before,
.posts_list .category a:before {
	font-size: 10px;
	margin-right: 7px;
	vertical-align: baseline;
}
.post .category a.blog,
.posts_list .category a.blog {
	background: #008CCE;
}
.post .category a.blog:hover,
.posts_list .category a.blog:hover {
	background: #7ccef4;
}
.post .category a.news,
.posts_list .category a.news {
	background: #008CCE;
}
.post .category a.news:hover,
.posts_list .category a.news:hover {
	background: #7ccef4;
}
.posts_list li .post-image {
	position: relative;
	overflow: hidden;
	padding-top: 57%;
	margin-bottom: 20px;
	display: none;
}
.posts_list li .post-image .images {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.posts_list li .post-image a {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.posts_list li .post-image a:hover {
	opacity: 0.8;
}
.posts_list li .post-image a span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.posts_list li .post-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.posts_list h3 {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	font-size: 16px !important;
	line-height: 1.4 !important;
	margin-bottom: 20px;
	letter-spacing: 0 !important;
	background: transparent;
	padding: 0 !important;
}
.posts_list h3:before{
	display: none;
}
.posts_list h3 a:hover {
	color: #008CCE;
}
.posts_list .excerpt {
	color: #72706E;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 5px;
	letter-spacing: 0;
}

/*　blogDetail　*/
#blogDetail .post {
	color: #0F0E0E;
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 35px;
}
#blogDetail .post-header {
	padding: 0px;
	margin-bottom: 25px;
}
#blogDetail .post-header h2 {
	font-size: 24px!important;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
#blogDetail .post-header h2:before{
	display: none;
}
#blogDetail .post-header .post-meta {
	margin-bottom: 45px;
}
#blogDetail .post-header .post-meta li.date {
	margin-top: 22px;
}
.post .date,
.posts_list .date {
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	color: #7D308D;
	font-size: 10px;
	letter-spacing: 0;
}
.post .date span,
.posts_list .date span {
	margin-left: 10px;
}
.post .date span:before,
.posts_list .date span:before {
	font-size: 9px;
	margin-right: 5px;
}
.post .date span a,
.posts_list .date span a {
	color: #7ccef4;
	vertical-align: baseline;
}
.post .date span a:hover,
.posts_list .date span a:hover {
	text-decoration: underline;
}

.post-content {
	overflow: hidden;
	line-height: 2.3;
	letter-spacing: 0;
}
div#blogDetail .post-content img {
	height: auto;
	max-width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
}
.post-content h1{
	font-size: 26px!important;
	font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin M";
	color: #fff;
	background: #0085D0;
	padding: 25px 20px!important;
	letter-spacing: 3px !important;
	position: relative;
	line-height: 40px !important;
	z-index: 1;
	margin-bottom: 30px;
}
.post-content h2{
	font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin M";
	font-size: 23px !important;
	letter-spacing: 4px !important;
	position: relative;
	padding-left: 20px !important;
	line-height: 38px !important;
	text-align: left !important;
	padding-bottom: 0 !important;
	margin-bottom: 40px !important;
}
.post-content h2:before{
	content: '';
	width: 6px;
	height: 40px;
	background-image: url('../img/h3_icon.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.post-content h2:after{
	content: '';
	width: 100%;
	height: 2px;
	background-image: url('../img/dashed.png');
	background-repeat: repeat-x;
	position: absolute;
	bottom: -15px;
	left: 0;
}
#blogDetail .post-content h3 {
	font-size: 20px!important;
	letter-spacing: 0;
	background: transparent!important;
	color: #000;
	padding: 0px 0px 0px 0px!important;
	line-height: 1.5;
	border-bottom: 3px solid #A574AF;
	margin-bottom: 30px !important;
}
#blogDetail .post-content h3:before{
	display: none;
}
#blogDetail .post-content h4 {
	font-size: 18px!important;
	padding: 0 0 0 22px !important;
	margin-bottom: 30px !important;
	letter-spacing: 1px !important;
}
#blogDetail .post-content h4:before{
	content: '';
	width: 13px;
	height: 13px;
	background: #A574AF;
	position: absolute;
	left: 0;
	top: 13px;
	transform: unset!important;
}
#blogDetail .post-content h4:after{
	display: none;
}
#blogDetail .post-content dl dd{
	position: relative;
	margin-bottom: 60px;
}
#blogDetail .post-content dl dd:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-right: 3px solid #0085D0;
    border-bottom: 3px solid #0085D0;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
}
#blogDetail .post-content dl dd:last-child:before{
	display: none;
}
@media screen and (max-width: 980px){
	.post-content h1{
		font-size: 24px !important;
		line-height: 34px !important;
	}
	.post-content h2{
		font-size: 20px !important;
		line-height: 36px !important;
	}
	#blogDetail .post-content h3{
		font-size: 19px !important;
	}
}
@media screen and (max-width: 767px){
	.post-content h1{
		font-size: 20px !important;
		line-height: 32px !important;
		padding: 20px 15px!important;
		letter-spacing: 2px !important;
	}
	#blogDetail .post-header h2{
		font-size: 20px !important;
	}
	.post-content h2{
		font-size: 18px !important;
		line-height: 30px !important;
	}
	#blogDetail .post-content h3{
		font-size: 17px !important;
	}
	#blogDetail .post-content h4{
		font-size: 17px !important;
	}
	.anchorlinks li{
		padding-left: 0;
	}
	.anchorlinks li:before{
		font-size: 11px;
		margin-right: 5px;
		position: relative;
		top: 2px;
	}
}
@media screen and (max-width: 480px){
	.post-content h1{
		font-size: 18px !important;
		line-height: 30px !important;
		padding: 15px 15px!important;
		letter-spacing: 2px !important;
	}
	#blogDetail .post-content h3{
		font-size: 16px !important;
	}
	#blogDetail .post-content h4{
		font-size: 16px !important;
	}
}
.bloginfo_box {
	display: table;
	width: 100%;
	background: #EBE9E7;
	margin-top: 60px;
}
.bloginfo_box .blog_name {
	display: table-cell;
	width: 50%;
	border-right: 1px solid #BFBEBD;
	box-sizing: border-box;
	padding: 29px 30px;
	vertical-align: middle;
}
.bloginfo_box .blog_name .icon-blog {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	color: #373431;
	line-height: 1.6;
}
.bloginfo_box .blog_name .icon-blog:before {
	display: block;
	font-size: 15px;
	color: #7ccef4;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.bloginfo_box .share_btn {
	display: table-cell;
	width: 50%;
	padding: 30px 10px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
.bloginfo_box .share_btn li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.bloginfo_box .share_btn li a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 0;
	line-height: 1;
}
.bloginfo_box .share_btn li a:before {
	color: #fff;
}
.bloginfo_box .share_btn .icon-facebook {
	background: #4967A3;
}
.bloginfo_box .share_btn .icon-facebook:hover {
	background: #587cc1;
}
.bloginfo_box .share_btn .icon-facebook:before {
	font-size: 26px;
	margin-top: 12px;
}
.bloginfo_box .share_btn .icon-line {
	background: #18BC01;
}
.bloginfo_box .share_btn .icon-line:hover {
	background: #1cde00;
}
.bloginfo_box .share_btn .icon-line:before {
	font-size: 29px;
	margin-top: 11px;
}
.bloginfo_box .share_btn .icon-twitter {
	background: #11BBEF;
}
.bloginfo_box .share_btn .icon-twitter:hover {
	background: #13C7FE;
}
.bloginfo_box .share_btn .icon-twitter:before {
	font-size: 24px;
	margin-top: 14px;
}
.bloginfo_box .share_btn .icon-google {
	background: #E05C4F;
}
.bloginfo_box .share_btn .icon-google:hover {
	background: #fb7468;
}
.bloginfo_box .share_btn .icon-google:before {
	font-size: 20px;
	margin-top: 15px;
}

/* navigation */
.navigation {
	overflow: hidden;
	margin-top: 52px;
}
.navigation:after {
	content: "";
	display: table;
	clear: both;
}
.navigation .prev {
	float: left;
	width: 100px;
}
.navigation .next {
	float: right;
	width: 100px;
}
.navigation a {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	background: #BFBEBD;
	color: #373431;
	line-height: 40px;
	letter-spacing: 0.1em;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.navigation a:hover {
	background: #008CCE;
	color: #fff;
}
.navigation .prev a span {
	padding-left: 8px;
}
.navigation .next a span {
	padding-right: 8px;
}
.navigation .prev a span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation .next a span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation ul {
	display: flex;
	max-width: 200px;
	margin: 0 auto;
}
.navigation li {
	display: flex;
	margin: 0 1px 0 2px;
	width: 30px;
}

/* pagination */
.pagination {
	overflow: hidden;
	position: relative;
	padding-top: 52px;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	width: 30px;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #BFBEBD;
	color: #686868;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
}
.pagination ul li a:hover {
	background: #008CCE;
}
.pagination ul li span.current {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #008CCE;
	color: #fff;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev {
	display: block;
	width: 100px;
	position: absolute;
	left: 0;
	top: 52px;
	padding-left: 8px;
	box-sizing: border-box;
}
.pagination ul li .next {
	display: block;
	width: 100px;
	position: absolute;
	right: 0;
	top: 52px;
	padding-right: 8px;
	box-sizing: border-box;
	font-weight: bold;
}
.pagination ul li .prev span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.pagination ul li .next span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}

@media screen and (max-width: 1000px) {
	.posts_list li {
		width: 48%;
		margin-left: 4%;
	}
	.posts_list li:nth-child(2n+1) {
		margin-left: 0;
	}
	.posts_list h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.bloginfo_box .share_btn li {
		margin: 0 3px;
	}
	.bloginfo_box .share_btn li a {
		width: 40px;
		height: 40px;
	}
	.bloginfo_box .share_btn .icon-facebook:before {
		font-size: 22px;
		margin-top: 9px;
	}
	.bloginfo_box .share_btn .icon-line:before {
		font-size: 25px;
		margin-top: 8px;
	}
	.bloginfo_box .share_btn .icon-twitter:before {
		font-size: 20px;
		margin-top: 11px;
	}
	.bloginfo_box .share_btn .icon-google:before {
		font-size: 16px;
		margin-top: 12px;
	}
	.posts_list h3 {
		font-size: 13px;
	}
	.recentBox li h3 a {
		font-size: 11px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 767px) {
	#posts {
		float: none;
		width: 100%;
	}
	.posts_list li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}

	#blogDetail .post-header {
		margin-bottom: 20px;
	}
	#blogDetail .post-header h2 {
		font-size: 22px;
	}
	#blogDetail .post-header li.category,
	#blogDetail .post-header .post-meta li.date {
		float: none;
	}
	div#blogDetail .post-content img {
		padding: 25px 0;
	}

	.bloginfo_box {
		display: block;
	}
	.bloginfo_box .blog_name {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #BFBEBD;
		box-sizing: border-box;
		padding: 20px;
		text-align: center;
	}
	.bloginfo_box .blog_name .icon-blog {
		display: inline-block;
		text-align: left;
	}
	.bloginfo_box .share_btn {
		display: block;
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.navigation {
		margin-top: 35px;
	}
	.navigation ul {
		clear: both;
		padding-top: 20px;
	}
	.pagination {
		padding-top: 95px;
	}
	.pagination ul li .prev,
	.pagination ul li .next {
		top: 30px;
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	#blogDetail .post-header h2 {
		font-size: 16px;
		line-height: 1.4;
	}
	div#blogDetail .post-content img {
		padding: 15px 0;
	}
	#blogDetail .post-content h3 {
		font-size: 20px;
		padding: 26px 5px 26px 20px;
		line-height: 1.4;
		margin: 35px 0 30px;
	}
	#blogDetail .post-content h4 {
		font-size: 19px;
	}
	.posts_list h3 {
		font-size: 14px;
	}
}


/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
	float: right;
	width: 28%;
}
.blogside h2.widgettitle {
	display: none;
}
.blogside h2 {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	font-size: 18px!important;
	font-weight: 600!important;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 9px;
	margin-bottom: 24px;
	color: #686868!important;
	border-bottom: 2px solid #686868;
	text-align: left !important;
}
.blogside h2:before{
	display: none;
}
.blogside h2 span {
	font-size: 14px;
	letter-spacing: 0;
	vertical-align: middle;
	color: #72706E;
	display: inline-block;
	margin-left: 10px;
}
.blogside .searchBox {
	margin-bottom: 40px;
}
.blogside .searchBox label {
	display: none;
}
.blogside .searchBox #searchform {
	position: relative;
}
.blogside .searchBox #s {
	background: #EBE9E7;
	border: none;
	height: 55px;
	width: 100%;
	padding: 0 40px 0 14px;
	box-sizing: border-box;
	color: #72706E;
	font-size: 13px;
}
.blogside .searchBox .icon-search:before {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	color: #FEC84E;
}
.blogside .searchBox #searchsubmit {
	background: none;
	border: none;
	position: absolute;
	right: 16px;
	width: 15px;
	height: 15px;
	top: 50%;
	margin-top: -8px;
	font-size: 0;
	cursor: pointer;
}

.blogside .categoryBox {
	margin-bottom: 50px;
}
.blogside .categoryBox ul li {
	border-bottom: 1px solid #b8c2c1;
	padding-bottom: 16px;
	margin-bottom: 18px;
	color: #000;
}
.blogside .categoryBox ul li:last-child {
	margin-bottom: 0;
}
.blogside .categoryBox ul li a {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #686868;
	font-weight: bold;
}
.blogside .categoryBox ul li a span {
	display: block;
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	color: #686868;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	font-weight: normal;
}
.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
	color: #008CCE;
}

.recentBox {
	margin-bottom: 50px;
}
.recentBox li {
	font-size: 13px;
	border-bottom: 1px solid #BFBEBD;
	padding-bottom: 13px;
	margin-bottom: 22px;
	line-height: 1.3;
}
.recentBox li:last-child {
	margin-bottom: 0;
}
.recentBox li .recent_thumbnail {
	float: right;
	width: 48px;
	height: 48px;
	margin-left: 12px;
	position: relative;
	overflow: hidden;
	display: none;
}
.recentBox li .recent_thumbnail a {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.recentBox li .recent_thumbnail a span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.recentBox li .recent_thumbnail img {
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.recentBox li .recent_thumbnail img:hover {
	opacity: 1;
}
.recentBox li .recent_thumbnail a:after,
.recentBox li .recent_thumbnail a:before,
.recentBox li .recent_thumbnail a span:after,
.recentBox li .recent_thumbnail a span:before {
	background: #7ccef4;
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.recentBox li .recent_thumbnail a:after {
	width: 0px;
	height: 1px;
	left: 0;
	top: 0;
}
.recentBox li .recent_thumbnail a:before {
	width: 0px;
	height: 1px;
	bottom: 0;
	right: 0;
}
.recentBox li .recent_thumbnail a span:after {
	width: 1px;
	height: 0px;
	bottom: 0;
	left: 0;
}
.recentBox li .recent_thumbnail a span:before {
	width: 1px;
	height: 0px;
	right: 0;
	top: 0;
}
.recentBox li .recent_thumbnail a:hover:after,
.recentBox li .recent_thumbnail a:hover:before {
	width: 100%;
	width: calc(100% + 1px);
}
.recentBox li .recent_thumbnail a:hover span:after,
.recentBox li .recent_thumbnail a:hover span:before {
	height: 100%;
	height: calc(100% + 1px);
}
.recentBox li h3{
	background: transparent!important;
	padding: 0 !important;
	font-size: 13px !important;
	line-height: 18px !important;
	font-weight: bold;
}
.recentBox li h3:before{
	display: none;
}
.recentBox li h3 a {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #686868;
	
}
.recentBox li h3 a:hover {
	color: #008CCE;
}
.recent_date {
	font-size: 10px;
	margin-top: 5px;
	color: #72706E;
}
.recentBox li .recent_date {
	margin-top: 15px;
}

.blogside .tagBox {
	margin-bottom: 40px;
	display: none;
}
.blogside .tagBox h2 {
	margin-bottom: 12px;
}
.blogside .tagBox .tagcloud a {
	display: inline-block;
	padding: 7px 10px;
	color: #373431;
	font-size: 14px !important;
	line-height: 1;
	border: 1px solid #72706E;
	border-radius: 3px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	margin-bottom: 9px;
	letter-spacing: 0;
}
.blogside .tagBox .tagcloud a:hover {
	color: #fff;
	background: #72706E;
}

.archiveBox {
	font-size: 14px;
	line-height: 1.4;
}
.archiveBox > ul > li {
	margin-top: 20px;
}
.archiveBox > ul > li:first-child {
	margin: 0;
}
.archiveBox ul li p {
	position: relative;
	margin: 0;
	padding-left: 22px;
	cursor: pointer;
	display: inline-block;
}
.archiveBox ul li p:visited {
	color: #373431;
}
.archiveBox ul li p:hover {
	color: #A1C9E9;
}
.archiveBox ul li p.acv_open {
	color: #A1C9E9;
}
.archiveBox ul li p:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid #A1C9E9;
	border-bottom: 1px solid #A1C9E9;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
.archiveBox ul li p.acv_open:before {
	top: 1px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.archiveBox ul li a {
	color: #A1C9E9;
}
.archiveBox ul li a:link {
	/*color: #FFAEA2;*/
	text-decoration: underline;
}
.archiveBox ul li a:visited {
	color: #373431;
}
.archiveBox ul li a:hover {
	color: #7ccef4;
}
.archiveBox ul li a:active {
	color: #7ccef4;
}
.archiveBox ul li ul {
	margin-left: 44px;
}
.archiveBox ul li li {
	margin-top: 10px;
}
.archiveBox ul li ul.hide {
	display: none;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.blogside {
		float: right;
		width: 30%;
	}
	.blogside h2 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.blogside h2 span {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.blogside {
		float: none;
		width: 100%;
		border-top: 1px solid #5D5555;
		padding: 46px 0 0;
		box-sizing: border-box;
		margin-top: 35px;
	}
}


/* =====================================
■  新着情報
===================================== */
.category #newsList,
.single #newsDetail {
	background: #fff;
	padding: 60px 0 80px;
	min-height: 600px;
}
.news_section .elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}
.news_section .h2Wrap h2 {
	display: none;
}
.titleBg h2 {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
    font-size: 24px;
    text-align: left;
    background: #cadb75;
    color: #fff;
    letter-spacing: 0.38em;
    line-height: 1.2 !important;
    padding: 24px 20px 25px 32px!important;
    border-bottom: 2px solid #fff;
    margin-bottom: 0 !important;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.titleBg h2:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 77px;
    right: 108px;
    top: 0;
}
#newsList, #newsDetail {
	min-height: auto;
	max-width: 1040px;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	background: #fff;
	min-height: 870px;
	margin-top: 45px;
	border-bottom: 1px solid #707070;
}
.page-id-43 #newsList,
.page-id-43 #newsDetail {
	min-height: auto;
	margin: 0 auto;
}
.page-id-43 #newsList {
    max-width: none;
    padding: 0;
    overflow-y: scroll;
    height: 280px;
    border-bottom: none;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.elementor-element.elementor-element-3939ae2f.titleBg.mb01.elementor-widget.elementor-widget-heading {
	margin-bottom: 0 !important;
	position: relative;
}
.news_more {
    position: absolute !important;
    content: "";
    top: 29px;
    right: 27px;
    z-index: 1;
}
.news_more a {
    text-decoration: underline !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 0.15em;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.news_more a:hover {
    text-decoration: none !important;
}
.news_section .tar a {
	display: none;
}

/*--------------------------------------
新着情報一覧
--------------------------------------*/
#newsList dl {
    padding: 18px 0px 18px;
    box-sizing: border-box;
    border-bottom: 1px dashed #cbc8bf;
}
#newsList dl dt {
    color: #72706E;
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
#newsList dl dt:after{
	content: 'NEW';
	font-size: 10px;
	color: #fff;
	width: 37px;
	height: 13px;
	background: #008CCE;
	border-radius: 7px;
	text-align: center;
	position: absolute;
	right: -43px;
	top: 3px;
	line-height: 13px;
}
#newsList dl dd {
    line-height: 1.6;
}
#newsList dl dd a {
    color: #525252;
    letter-spacing: 0.15em;
    font-size: 16px;
}
#newsList dl dd a:hover {
	text-decoration: underline;
}
#newsList dl dt .newsLabel {
    display: inline-block;
    width: 38px;
    height: 19px;
    line-height: 20px;
    background: #77c9e6;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0;
    padding: 0;
    text-indent: 0;
    text-align: center;
    box-sizing: border-box;
    margin: -3px 0 0 14px;
    vertical-align: middle;
    font-weight: normal;
    display: none;
}
.news_link {
	position: absolute;
	top: -44px;
	right: 46px;
}
@media screen and (max-width: 1300px) {
	.page-id-43 #newsList {
	}
}
@media screen and (max-width: 1000px) {
	#newsList dl dd a {
		letter-spacing: 0;
	}
	.page-id-43 #newsList {
	}
	.titleBg h2 {
		padding: 24px 20px 25px 20px!important;
		letter-spacing: 0.2em;
	}
	#newsList dl {
		padding: 18px 0px 18px;
	}
}
@media screen and (max-width: 767px) {
	#newsList, #newsDetail {
		max-width: 580px;
	}
	.page-id-43 #newsList {
		height: 300px;
	}
	#newsList dl:after {
		max-width: none;
	}
	.newsList dl dd a {
		letter-spacing: 0;
	}
}
@media screen and (max-width: 480px) {
	.titleBg h2 {
		padding: 24px 10px 25px 10px!important;
		letter-spacing: 0.2em;
	}
	#newsList dl {
		padding: 18px 0px 18px;
	}
	#newsList dl dt {
		letter-spacing: 0.05em;
		font-size: 12px;
	}
	#newsList dl dd a {
		letter-spacing: 0;
		font-size: 13px;
	}
	.titleBg h2:after {
		right: 71px;
	}
	.news_more {
		right: 14px;
		top: 32px;
	}
	.news_more a {
		font-size: 13px !important;
		letter-spacing: 0.05em;
	}
}

/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	font-size: 24px;
	color: #574f4f;
	letter-spacing: 0.18em;
	line-height: 1.4;
	position: relative;
	padding-left: 30px !important;
	margin-bottom: 20px;
}
#newsDetail h3:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 14px solid #6f87a3;
	border-left: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}
#newsDetail h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #96a8bf;
	border-right: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}


/* =====================================
■サイトマップ
===================================== */
#sitemap_list {
	margin: 0 auto !important;
	background: none !important;
}
#sitemap_list li,
.sitemap_list li {
	border-bottom: 1px dashed #7A7A7A;
	line-height: 1.4 !important;
	position: relative;
	margin: 0 !important;
	list-style-type: none;
}
.sitemap_list li:first-child {
	border-top: 1px dashed #7A7A7A;
}
#sitemap_list li:before,
.sitemap_list li:before {
	position: absolute;
	content: '';
	display: block;
	background: #008CCE;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 25px;
}
#sitemap_list li a,
.sitemap_list li a {
	display: block;
	padding: 19px 40px 15px 20px !important;
	position: relative;
	box-sizing: border-box;
	background: none !important;
}
#sitemap_list li a:after,
.sitemap_list li a:after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #7A7A7A;
	border-right: 2px solid #7A7A7A;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
}
#sitemap_list li a:hover,
.sitemap_list li a:hover {
	color: #008CCE;
}


/*-----------------------------------------------------------
 ■ 5 Contact
-----------------------------------------------------------*/

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

.inquiryForm_message {
	text-align: center;
}

/* step list */
.step_list {
	width: 467px;
	margin: 0 auto 90px;
}

.step_list li {
	position: relative;
	float: left;
	width: 100px;
	margin-left: 83px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #BFBEBD;
}

.step_list li:first-child {
	margin: 0;
}

.step_list li span {
	position: relative;
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto 12px;
	border-radius: 50%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 58px;
	color: #fff;
	background: #BFBEBD;
}

.step_list li span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 54px;
	display: block;
	width: 130px;
	height: 1px;
	background: #bfbebd;
}

.step_list li:last-child span::after {
	display: none;
}

.step_list li.current {
	color: #373431;
}

.step_list li.current span {
	background: #008CCE;
}

.step_list li span.current:after {
	background: #008CCE;
}

.inquiryForm_message .step_catch {
	margin-bottom: 44px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #373431;
}

.inquiryFormTable {
	padding-top: 22px;
	border-top: 1px solid #707070;
	font-size: 16px;
}

.inquiryFormTable dl {
	display: table;
	width: 100%;
}

.inquiryFormTable dt,
.inquiryFormTable dd {
	display: table-cell;
	padding: 20px 0 24px;
	vertical-align: top;
	text-align: left;
}

.inquiryFormTable dt {
	position: relative;
	width: 29%;
	padding-top: 31px;
	border-right: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #2C2F30;
}

.inquiryFormTable dd {
	position: relative;
	padding-right: 40px;
}

.inquiryFormTable .wpcf7-list-item {
	display: block;
	width: 100%;
	margin: 0 0 13px;
}

.wpcf7-list-item-label {
	position: relative;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	display: none;
}

.wpcf7-form-control-wrap {
	display: block;
}

.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	display: block;
	width: 100%;
	padding: 13px 14px 14px;
	border: 1px solid #BFBEBD;
	border-radius: 5px;
	color: #333;
	background: #EBE9E7;
}

.inquiryFormTable textarea { 
	resize: vertical; 
}

.inquiryFormTable select {
	position: relative;
	background: #ECECEC url(/wp-content/themes/genova_tpl/img/icons/ico_select.svg) no-repeat 96% center;
	background-size: 12px 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.inquiryFormTable select::-ms-expand {
	display: none;
}

.inquiryFormTable input:focus,
.inquiryFormTable textarea:focus,
.inquiryFormTable select:focus {
	box-shadow: 0 0 3px 1px #80cbc4;
}

/* checkbox and radio*/
.inquiryFormTable input[type="checkbox"],
.inquiryFormTable input[type="radio"] {
    -moz-opacity: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

.inquiryFormTable input[type="radio"] + span::before,
.inquiryFormTable input[type="checkbox"] + span::before {
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 10px;
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.inquiryFormTable input[type="checkbox"] + span::before {
	content: "\ea53";
	border-radius: 2px;
}

.inquiryFormTable input[type="checkbox"]:checked + span::before {
	content: "\ea52";
	color: #354fa8;
}

.inquiryFormTable input[type="checkbox"]:focus + span::before{
	box-shadow: 0px 0px 2px 2px #80cbc4;
}

.inquiryFormTable input[type="radio"] + span::before {
	content: "\ea56";
	border-radius: 50%;
}

.inquiryFormTable input[type="radio"]:checked + span::before {
	content: "\ea54";
	color: #354fa8;
}

.inquiryFormTable input[type="radio"]:focus + span::before{
	box-shadow: 0px 0px 2px 2px #80cbc4;
}

/* checkbox and radio confimation screen */
.confirm_table input[type="checkbox"]:not(:checked) + span,
.confirm_table input[type="radio"]:not(:checked) + span{
	display: none;
}

.inquiryFormTable .wpcf7-checkbox > span:first-child,
.inquiryFormTable .wpcf7-radio > span {
	padding-top: 10px;
}

.inquiryFormTable .wpcf7-radio {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.inquiryFormTable .wpcf7-radio > .wpcf7-list-item {
	width: auto;
	margin-right: 20px;
}

.inquiryFormTable .wpcf7-radio > .wpcf7-list-item:last-child {
	margin-right: 0;
}

.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #94C789;
	background: #fff;
	box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}

.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}

.inquiryFormTable .comment {
	display: block;
	margin-top: 0.4em;
	font-size: 13px;
	letter-spacing: 0;
	color: #63696A;
}

/* required and optional */
.inquiryFormTable .required {
	position: absolute;
	top: 36px;
	right: 28px;
	display: inline-block;
	padding-left: 0;
	width: 46px;
	height: 22px;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: #fff;
	background: #D93636;
}

.inquiryFormTable .optional {
	position: absolute;
	top: 36px;
	right: 28px;
	display: inline-block;
	width: 46px;
	height: 22px;
	padding-left: 0;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: #fff;
	background: #63696A;
}

.inquiryFormTable .btBox {
	text-align: center;
	margin: 103px 0 80px;
}

.inquiryFormTable .btBox input[type="submit"] {
	display: block;
	width: 100%;
	padding: 29px 32px 28px 30px;
	border: none;
	margin: 0 auto;
	border-radius: 0 !important;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #fff;
	background: #354FA8 url(/wp-content/themes/genova_tpl/img/icons/ico_arrow02.png) no-repeat 95% center !important;
	background-size: 6px 10px;
	cursor: pointer;
	outline: 0px;
	-webkit-appearance: none;
}

.inquiryFormTable .btBox input[type="submit"].disabled {
	padding: 29px 40px 28px 40px;
	opacity: 1 !important;
	color: #BFBEBD;
	background: #72706E url(/wp-content/themes/genova_tpl/img/icons/ico_arrow01.png) no-repeat 96% center !important;
	background-size: 6px 10px;
	pointer-events: none;
	cursor: default;
}

.inquiryFormTable .btBox input[type="submit"].abled {
	padding: 29px 40px 28px 40px;
	background-position: 96% center !important;
}

.inquiryFormTable .wpcf7-back {
	float: left;
	width: 37.5% !important;
	padding: 29px 30px 28px;
	border: none;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	text-align: left;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #fff;
	background: #72706E url(/wp-content/themes/genova_tpl/img/icons/ico_arrow02.png) no-repeat 92% center !important;
	background-size: 6px 10px;
	cursor: pointer;
	-webkit-appearance: none;
}

.inquiryFormTable .wpcf7-submit {
	float: right;
	width: 58.5% !important;
	text-align: left;
}

.inquiryFormTable .btBox input[type="submit"]:hover,
.inquiryFormTable .btBox input[type="button"]:hover {
	opacity: 0.8;
}

span.verify_icon {
	position: absolute;
	top: 13px;
	right: -42px;
	display: none;
	width: 25px;
	height: 25px;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: block;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon::before {
	vertical-align: top;	
	font-size: 25px;
	color: #94C789;
}

.inquiryFormTable .wpcf7-not-valid-tip {
	color: #DE5050;
	font-weight: normal;
	display: block;
	font-size: 12px;
}

.file_btn {
	position: relative;
	display: block;
	width: 123px;
	height: 30px;
	margin-top: 13px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: #807B7B;
	cursor: pointer;
}

.file_btn .wpcf7-form-control-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

div.wpcf7 input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 30px;
	padding: 0;
	border: 0;
}

.failed .confirm_table input[type="text"],
.failed .confirm_table input[type="tel"],
.failed .confirm_table input[type="email"],
.failed .confirm_table input[type="date"],
.failed .confirm_table textarea,
.failed .confirm_table select,
.failed .confirm_table input[type="checkbox"] {
	display: none;
}

.failed .confirm_table .required,
.failed .confirm_table .optional {
	display: none;
}

.failed .confirm_table .wpcf7-list-item-label {
	display: none;
}

.failed .confirm_table span.comment {
	display: none;
}

.failed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}

.result_txt {
	display: block;
	word-break: break-all;
	white-space: pre-wrap;
}

.failed .confirm_table .wpcf7-list-item {
	padding-left: 0;
}

.failed .confirm_table dt,
.failed .confirm_table dd {
	padding: 12px 0 10px;
}

.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none!important;
}


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

	.inquiryFormTable dt {
		width: 35%;
	}

}


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

	.step_list {
		width: 400px;
		margin: 0 auto 60px;
	}

	.step_list li {
		margin-left: 50px;
	}

	.inquiryFormTable dl {
		display: block;
	}

	.inquiryFormTable dt,
	.inquiryFormTable dd {
		display: block;
		width: 100%;
		padding: 0;
	}

	.inquiryFormTable dd {
		padding: 10px 40px 30px 0;
	}

	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		position: static;
		display: inline-block;
		margin-left: 20px;
		margin-top: -2px;
		vertical-align: middle;
	}

	.inquiryFormTable .btBox {
		margin: 50px 0;
	}

	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		text-align: center;
		float: none;
		width: 100% !important;
		padding: 29px 20px 28px 20px;
		font-size: 20px;
		background-position: 96% center !important;
	}

	.inquiryFormTable .btBox input[type="submit"].disabled,
	.inquiryFormTable .btBox input[type="submit"].abled {
		padding: 29px 20px 28px 20px;
	}

	.inquiryFormTable .wpcf7-back {
		margin-bottom: 15px;
	}

	.file_btn {
		margin-top: 0;
	}

	.failed .confirm_table dt,
	.failed .confirm_table dd {
		padding: 5px 0;
	}

}


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

	.step_list {
		width: 270px;
	}

	.step_list li {
		width: 70px;
		margin-left: 30px;
		font-size: 16px;
	}

	.step_list li span:after {
		width: 60px;
	}

	.inquiryForm_message .step_catch {
		font-size: 12px;
		letter-spacing: 0;
	}

	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		font-size: 16px;
		letter-spacing: 0.1em;
	}

}


.page-id-342 .liststyle-read {
	padding:20px 0 20px 20px;
}

span.fs{
	font-size:6px;	
}
span.fs2{
	font-size:12px;	
}