/* =====================================
■COMMON
===================================== */
a:hover img {
	opacity: 0.8;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
table {
	width: 100%;
}
.half {
	display: inline-block;
}
strong {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.auto_height {
		height: auto !important;
	}
}


/* -------------------------------------
CONTENT
------------------------------------- */
#content {
	padding: 63px 0 100px;
	min-height: 600px;
}
.home #content {
	padding: 0;
}


/* =====================================
■TOP
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
#mainimage img {
	width: 100%;
}

/*--------------------------------------
gnv_top_h2_bg
--------------------------------------*/
.gnv_top_h2_bg {
    margin-bottom: 66px;
}
.gnv_top_h2_bg h2 {
    font-size: 30px;
    color: #5D554F;
    letter-spacing: 0.26em;
    line-height: 1!important;
    text-align: center;
    font-family: "秀英明朝 M", "Shuei Mincho M",A-OTF Shuei Mincho Pro;
    margin-bottom: 17px;
}
.english {
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #EF8EAF;
    margin-left: 10px;
    display: block;
    font-family: "秀英明朝 M", "Shuei Mincho M",A-OTF Shuei Mincho Pro;
    text-align: center;
    line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.gnv_top_h2_bg {
		margin-bottom: 55px;
	}
	.gnv_top_h2_bg h2 {
		font-size: 28px;
		letter-spacing: 0.1em;
	}
}

/*--------------------------------------
contact_section01
--------------------------------------*/
.contact_section {
	background: url(../img/contactbg.jpg) no-repeat center center;
	background-size: cover;
}
.contact_section.contact_section01 {
    background: url(../img/topbg01.jpg) no-repeat center center;
    background-size: cover;
    padding: 55px 0 62px;
}
.contact_box {
    margin-bottom: 26px;
}
.contact_left {
    float: left;
    width: 54%;
}
.contact_right {
    float: right;
    width: 43.7%;
    padding-top: 11px;
}
.contact_tlt01 {
    color: #fff;
    line-height: 1.88;
    font-size: 32px;
    letter-spacing: 0.228em;
	text-align: left;
	font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std;
}
@media screen and (max-width: 1100px) and (min-width: 1001px) {
	.contact_tlt01 {
		font-size: 28px;
		letter-spacing: 0.02em;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.contact_tlt01 {
		font-size: 23px;
		letter-spacing: 0.02em;
	}
}
@media screen and (max-width: 767px) {
	.contact_section.contact_section01 {
		background: url(../img/topbg01_sp.jpg) no-repeat center center;
		background-size: cover;
		padding: 50px 0;
	}
	.contact_left {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.contact_right {
		float: none;
		width: 100%;
		padding-top: 0;
	}
	.contact_tlt01 {
		font-size: 27px;
		letter-spacing: 0.1em;
	}
	.contact_right img {
		max-width: 635px !important;
		margin: 0 auto;
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.contact_tlt01 {
		font-size: 20px;
		letter-spacing: 0;
	}
}

/*--------------------------------------
endoscope_section
--------------------------------------*/
.endoscope_section {
    background: url(../img/topbg02.jpg) no-repeat top center;
    background-size: cover;
    padding: 112px 0 114px;
}
.endoscope_left {
    float: left;
    width: 39.4%;
}
.endoscope_right {
    float: right;
    width: 50.2%;
}
.endoscope_tlt {
    font-size: 36px;
    color: #484848;
    letter-spacing: 0.464em;
    margin-bottom: 16px;
    padding-top: 45px;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std;
}
.endoscope_txt {
    letter-spacing: 0.249em;
    color: #484848;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std;
    margin-bottom: 49px;
}
.endoscope_right .btn a {
    margin: 0;
}
@media screen and (max-width: 1100px) and (min-width: 1001px) {
	.endoscope_tlt {
		font-size: 32px;
		letter-spacing: 0.2em;
		padding-top: 25px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.endoscope_tlt {
		font-size: 28px;
		letter-spacing: 0.1em;
		padding-top: 0;
	}
	.endoscope_right {
		width: 54.2%;
	}
	.endoscope_txt {
		font-size: 15px;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.endoscope_section {
		background: url(../img/topbg02_sp.jpg) no-repeat top center;
		background-size: cover;
		padding: 60px 0;
	}
	.endoscope_left {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.endoscope_right {
		float: none;
		width: 100%;
	}
	.endoscope_left img {
		max-width: 640px !important;
		width: 100%;
		margin: 0 auto;
	}
	.endoscope_tlt {
		font-size: 28px;
		letter-spacing: 0.1em;
		padding-top: 0;
	}
	.endoscope_txt {
		letter-spacing: 0.1em;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 480px) {
	.endoscope_tlt {
		font-size: 26px;
		letter-spacing: 0.02em;
	}
}


/*--------------------------------------
endoscope_section
--------------------------------------*/
.greeting_section {
    background: #fff;
    padding: 103px 0 103px;
}
.greeting_left {
    float: left;
    width: 50%;
}
.greeting_right {
    float: right;
    width: 40%;
}
.greeting_tlt {
    font-size: 27px;
    color: #484848;
    letter-spacing: 0.333em;
    margin-bottom: 44px;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std;
}
.greeting_txt {
    letter-spacing: 0.266em;
    color: #484848;
    font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L",A-OTF Shuei KakuGo Kin Std;
    margin-bottom: 91px;
    line-height: 2.19;
}
.greeting_left .btn a {
    margin: 0;
}
@media screen and (max-width: 1100px) and (min-width: 1001px) {
	.greeting_left {
		width: 52%;
	}
	.greeting_tlt {
		letter-spacing: 0.2em;
	}
	.greeting_txt {
		letter-spacing: 0.2em;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.greeting_tlt {
		letter-spacing: 0.1em;
		font-size: 26px;
		margin-bottom: 15px;
	}
	.greeting_left {
		width: 54.2%;
	}
	.greeting_txt {
		font-size: 15px;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.greeting_section {
		padding: 60px 0;
	}
	.greeting_left {
		float: none;
		width: 100%;
	}
	.greeting_right {
		float: none;
		width: 100%;
	}
	.greeting_left img {
		max-width: 642px !important;
		width: 100%;
		margin: 0 auto 30px;
	}
	.greeting_tlt {
		font-size: 28px;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	.greeting_txt {
		letter-spacing: 0.1em;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 480px) {
	.greeting_tlt {
		font-size: 24px;
		letter-spacing: 0.02em;
	}
}

/*--------------------------------------
info_section
--------------------------------------*/
.menu_section {
    display: table;
    width: 100%;
}
.menu_left {
    display: table-cell;
    width: 24%;
    vertical-align: top;
    background: url(../img/topbg03.jpg) no-repeat top center;
    background-size: cover;
    padding: 110px 20px 50px;
    text-align: center;
}
.menu_right {
    display: table-cell;
    width: 76%;
	vertical-align: middle;
}
.menu_left img {
	width: 100%;
	max-width: 159px !important;
	margin: 0 auto;
}
.menu_inner {
    padding: 96px 20px;
    background: #fff;
    max-width: 840px;
    margin: 0 auto;
    box-sizing: border-box;
}
.menu_box {
    margin-bottom: 72px;
}
.menu_box_left {
    float: left;
    width: 30%;
}
.menu_box_right {
    float: right;
    width: 68%;
}
.menu_box_tlt {
    font-size: 30px;
    color: #484848;
    letter-spacing: 0.464em;
    line-height: 2.23;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std;
}
.menu_box_txt {
    font-size: 16px;
    color: #484848;
    letter-spacing: 0.37em;
    line-height: 2.32;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std;
	padding-top: 7px;
}
.menu_link {
    margin-bottom: 31px;
}
.menu_link li {
    float: left;
    width: 48%;
    margin-right: 4%;
    background: #F4F1EE;
    padding: 22px 20px;
    box-sizing: border-box;
    margin-top: 26px;
    position: relative;
}
.menu_link li a {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.menu_link li:hover {
    opacity: 0.8;
}
.menu_link li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #F36495;
    right: 12px;
    bottom: 12px;
}
.menu_link li:nth-child(2n) {
    margin-right: 0;
}
.menu_link li:nth-child(-n+2) {
    margin-top: 0;
}
.menu_link_box {
    display: table;
    width: 100%;
}
.menu_link_left {
    display: table-cell;
    width: 38%;
    vertical-align: middle;
}
.menu_link_right {
    display: table-cell;
    width: 62%;
    vertical-align: middle;
	padding-left: 10px;
	box-sizing: border-box;
}
.menu_link_tlt {
    font-size: 28px;
    color: #F36495;
    letter-spacing: 0.16em;
    line-height: 1.36;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std;
}
span.menu_link_tlt01 {
    color: #484848;
    font-size: 24px;
}
.menu_txt_box {
    display: table;
    width: 100%;
}
.menu_txt_left {
    display: table-cell;
    width: 59.7%;
    background: #F8A6C2;
    vertical-align: middle;
    padding: 36px 54px;
    box-sizing: border-box;
}
.menu_txt_right {
    display: table-cell;
    width: 40.3%;
    background: url(../img/topbg06.png) no-repeat top center;
    background-size: cover;
    vertical-align: middle;
    padding: 36px 28px;
    box-sizing: border-box;
}
.menu_txt_box_tlt {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std;
}
.menu_txt_box_tlt01 {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-left: 10px;
}
.menu_txt_right .menu_txt_box_tlt {
    font-size: 21px;
}
.menu_txt_right .menu_txt_box_tlt01 {
    margin-left: 0;
}
.menu_bottom {
    background: url(../img/topbg04.jpg) no-repeat top center;
    background-size: cover;
    padding: 68px 20px 67px;
}
.menu_bottom_box {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 32px 30px 35px;
    box-sizing: border-box;
}
.menu_bottom_tlt {
    font-size: 27px;
    color: #484848;
    letter-spacing: 0.333em;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std;
}
@media screen and (max-width: 1200px)  and (min-width: 1024px) {
	.menu_box_tlt {
		letter-spacing: 0.35em;
	}
	.menu_txt_left {
		padding: 36px 20px;
	}
	.menu_txt_right {
	}
}
@media screen and (max-width: 1023px)  and (min-width: 768px) {
	.menu_inner {
		padding: 65px 15px;
	}
	.menu_box_tlt {
		letter-spacing: 0.05em;
		font-size: 29px;
	}
	.menu_box_txt {
		font-size: 15px;
		letter-spacing: 0.1em;
		padding-top: 11px;
	}
	.menu_link li {
		padding: 22px 10px;
	}
	.menu_link_tlt {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
	span.menu_link_tlt01 {
		font-size: 18px;
	}
	.menu_txt_left {
		padding: 36px 10px;
	}
	.menu_txt_right {
		padding: 36px 10px;
	}
	.menu_txt_box_tlt {
		font-size: 17px;
		letter-spacing: 0;
	}
	.menu_txt_box_tlt01 {
		font-size: 11px;
		letter-spacing: 0.05em;
		margin-left: 5px;
	}
	.menu_bottom_box {
		padding: 32px 18px 35px;
	}
}
@media screen and (max-width: 767px) {
	.menu_section {
		display: block;
	}
	.menu_left {
		display: block;
		width: 100%;
		background: url(../img/topbg03_sp.jpg) no-repeat top center;
		background-size: cover;
		padding: 60px 20px;
		box-sizing: border-box;
	}
	.menu_right {
		display: block;
		width: 100%;
	}
	.menu_link_left img {
		max-width: 125px !important;
		width: 100%;
	}
	.menu_inner {
		padding: 50px 20px;
	}
	.menu_tlt {
		color: #fff;
		font-size: 21px;
		font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std;
		padding-top: 65px;
		position: relative;
		letter-spacing: 0.464em;
		line-height: 2.15;
	}
	.menu_tlt:before {
		position: absolute;
		content: "";
		background: url(../img/icon01.png) no-repeat top center;
		background-size: cover;
		width: 53px;
		height: 55px;
		left: 50%;
		top: 0;
		margin-left: -26.5px;
	}
	.menu_link {
		margin-bottom: 0;
	}
	.menu_link li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-top: 20px !important;
	}
	.menu_link li:first-child {
		margin-top: 0 !important;
	}
	.menu_box {
		margin-bottom: 40px;
	}
	.menu_box_txt {
		letter-spacing: 0.1em;
		padding-top: 0;
	}
	.menu_box_left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.menu_box_right {
		float: none;
		width: 100%;
	}
	.menu_txt_box {
		display: block;
		width: 100%;
	}
	.menu_txt_left {
		display: block;
		width: 100%;
		padding: 35px 30px;
		box-sizing: border-box;
	}
	.menu_txt_right {
		display: block;
		width: 100%;
		background: url(../img/topbg06_sp.png) no-repeat top center;
		background-size: cover;
		padding: 35px 30px;
		box-sizing: border-box;
	}
	.menu_bottom {
		background: url(../img/topbg04_sp.jpg) no-repeat top center;
		background-size: cover;
		padding: 60px 20px;
	}
	.menu_bottom_box {
		max-width: none;
		padding: 50px 20px;
	}
}
@media screen and (max-width: 480px) {
	.menu_bottom_box {
		max-width: none;
		padding: 50px 20px;
	}
	.menu_tlt {
		font-size: 20px;
		letter-spacing: 0.2em;
	}
	.menu_box_tlt {
		font-size: 28px;
		letter-spacing: 0.2em;
	}
	.menu_link li {
		padding: 22px 10px;
	}
	.menu_link_tlt {
		font-size: 23px;
		letter-spacing: 0.05em;
	}
	span.menu_link_tlt01 {
		font-size: 18px;
	}
	.menu_txt_left {
		padding: 35px 15px;
		box-sizing: border-box;
	}
	.menu_txt_right {
		padding: 35px 15px;
	}
	.menu_txt_box_tlt {
		font-size: 17px;
	}
	.menu_txt_right .menu_txt_box_tlt {
		font-size: 17px;
	}
	.menu_txt_box_tlt01 {
		font-size: 12px;
		letter-spacing: 0.05em;
		margin-left: 2px;
	}
}


/*--------------------------------------
info_section
--------------------------------------*/
.info_section {
    background: url(../img/topbg02.jpg) no-repeat top center;
    background-size: cover;
	padding: 101px 0 100px;
}
.info_section .container {
	max-width: 1179px;
}
.info_section .elementor-row {
    display: block !important;
}
.info_box {
	background: #fff;
	padding: 78px 64px 66px 57px;
    box-sizing: border-box;
}
.elementor-element.elementor-element-f64a2fb.info_left.elementor-column.elementor-col-50.elementor-inner-column {
    float: left;
    width: 48.8%;
	display: block !important;
}
.elementor-element.elementor-element-1a34760.info_right.elementor-column.elementor-col-50.elementor-inner-column {
    float: right;
    width: 47%;
	display: block !important;
	padding-top: 14px;
}
.info_left img {
    margin-bottom: 50px;
}
.info_left dl dd {
    padding-left: 85px;
}
.info_left dl dt {
    float: left;
    width: 85px;
    font-weight: bold;
}
.info_left dl dd, .info_left dl dt {
    color: #484848;
    font-size: 16px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    line-height: 1.63;
    margin-bottom: 14px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
	.info_box {
		padding: 60px 30px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
	.elementor-element.elementor-element-f64a2fb.info_left.elementor-column.elementor-col-50.elementor-inner-column {
		width: 49%;
	}
	.elementor-element.elementor-element-1a34760.info_right.elementor-column.elementor-col-50.elementor-inner-column {
		width: 49%;
	}
	.info_box {
		padding: 60px 20px;
		box-sizing: border-box;
	}
	.info_left dl dd {
		padding-left: 80px;
	}
	.info_left dl dt {
		width: 80px;
	}
	.info_left dl dd, .info_left dl dt {
		font-size: 14px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	.info_section {
		padding: 60px 0;
	}
	.info_box {
		padding: 50px 20px;
		box-sizing: border-box;
	}
	.elementor-element.elementor-element-f64a2fb.info_left.elementor-column.elementor-col-50.elementor-inner-column {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.elementor-element.elementor-element-1a34760.info_right.elementor-column.elementor-col-50.elementor-inner-column {
		float: none;
		width: 100%;
	}
	.info_left img {
		margin-bottom: 50px;
		max-width: 603px !important;
		width: 100%;
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 480px) {
	.info_box {
		padding: 50px 12px;
		box-sizing: border-box;
	}
	.info_left dl dd, .info_left dl dt {
		font-size: 13px;
		letter-spacing: 0;
	}
	.info_left dl dt {
		width: 70px;
	}
	.info_left dl dd {
		padding-left: 70px;
	}
}


/* =====================================
■UNDER
===================================== */
/*--------------------------------------
Mainimage
--------------------------------------*/
.under_mainimage {
	background: url(../img/under_h2bg.jpg) no-repeat top center;
	background-size: cover;
	display: table;
	width: 100%;
	height: 200px;
}
.under_mainimage .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}
.under_mainimage .container h2 {
	font-size: 34px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.under_mainimage {
		height: 140px;
	}
	.under_mainimage .container h2 {
		font-size: 28px;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 480px) {
		.under_mainimage .container h2 {
			font-size: 24px;
			letter-spacing: 0.05em;
	}
}


/* -------------------------------------
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: #EF8EAF;
	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 {
    color: #484848 !important;
    font-size: 30px;
    line-height: 1.2 !important;
    font-weight: normal !important;
    letter-spacing: 0.1em;
    padding: 33px 5px 33px 37px !important;
    border-left: 6px solid #7FBED6;
    background: #F4F1EE;
    font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L",A-OTF Shuei KakuGo Kin Std !important;
}
.under_title_h4 h4 {
    font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L",A-OTF Shuei KakuGo Kin Std !important;
    color: #484848 !important;
    font-size: 28px;
    line-height: 1.2 !important;
    letter-spacing: 0.15em;
    padding: 40px 0 0 0 !important;
    position: relative;
    border-top: 3px solid #EF8EAF;
}
.under_title_h5 h5 {
    color: #484848 !important;
    font-size: 24px;
    line-height: 1.2 !important;
	font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std !important;
    font-weight: bold !important;
    letter-spacing: 0.1em;
    text-align: left;
}
.under_title_h5 h5:before {
    position: absolute;
    content: "";
    background: #EF8EAF;
    width: 6px;
    height: 20px;
    left: 0;
    top: -6px;
}
.under_title_h5 h5:after {
    position: absolute;
    content: "";
    background: #E8D2BC;
    width: 6px;
    height: 20px;
    left: 0;
    top: 14px;
}
.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",A-OTF Shuei MaruGo Std;
    position: relative;
}
.gnv_tmp_h5_bg h5:before {
    position: absolute;
    content: "";
    background: #8bab68;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.doctor_style {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B",A-OTF Shuei MaruGo Std;
	color: #7fbed6 !important;
    font-size: 20px;
    line-height: 1.2 !important;
    font-weight: normal !important;
    letter-spacing: 0.05em;
    display: block;
    text-align: left;
}
.gnv_tmp_tlt {
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B",A-OTF Shuei MaruGo Std;
    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-weight: normal !important;
    letter-spacing: 0.05em;
    color: #7fbed6!important;
    font-size: 22px;
    text-align: left;
    line-height: 1.4 !important;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std !important;
}
.gnv_tmp_title01 {
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std !important;
    font-weight: normal !important;
    letter-spacing: 0.05em;
    font-size: 20px;
    text-align: left;
    line-height: 1.5 !important;
    color: #8bab68;
}
.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 KakuGo Kin B",A-OTF Shuei KakuGo Kin Std !important;
	line-height: 1.5;
}
.txt_web {
    color: #339933;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.2 !important;
    text-align: center;
    font-family: "ヒラギノ角ゴ W4 JIS2004", "Hiragino Kaku Gothic W4 JIS2004";
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.gnv_tmp_title01 {
		letter-spacing: 0;
	}
	.bg_box {
		padding: 30px 20px !important;
	}
	.bg_box .gnv_tmp_title {
		letter-spacing: 0.02em;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.under_title_h3 h3 {
		font-size: 26px;
		letter-spacing: 0.1em;
		padding: 30px 5px 30px 25px !important;
	}
	.under_title_h4 h4 {
		font-size: 24px;
		letter-spacing: 0.1em;
		padding: 30px 0 0 0 !important;
	}
	.under_title_h5 h5 {
		font-size: 22px;
		letter-spacing: 0.1em;
		padding: 0 0 0 16px !important;
	}
	.under_title_h5 h5:before {
		height: 17px;
		top: -4px;
	}
	.under_title_h5 h5:after {
		height: 17px;
		top: 13px;
	}
	.bg_box_tlt {
		padding: 21px 20px 18px;
	}
	.gnv_tmp_title {
		letter-spacing: 0.1em;
		font-size: 22px;
	}
	.txt_web {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
	.doctor_style {
		font-size: 18px;
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 480px) {
	.under_title_h3 h3 {
		font-size: 24px;
		letter-spacing: 0.05em;
		padding: 30px 5px 30px 15px !important;
	}	
	.under_title_h4 h4 {
		font-size: 22px;
		letter-spacing: 0.05em;
		padding: 20px 0 0 0 !important;
	}	
	.under_title_h5 h5 {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
	.under_title_h5 h5:before {
		height: 15px;
		top: -3px;
	}
	.under_title_h5 h5:after {
		height: 15px;
		top: 11px;
	}
	.gnv_tmp_title {
		font-size: 18px;
		letter-spacing: 0.05em;
	}
	.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;
	}
	.gnv_tmp_h5_bg h5 {
		font-size: 18px;
		letter-spacing: 0.05em;
	}
	.gnv_tmp_h5_bg h5:before {
		top: 5px;
	}
	.txt_web {
		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; }


/*--------------------------------------
ボタン
--------------------------------------*/
.btn a {
    display: block;
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    background: #fff;
    color: #484848;
    padding: 14px 20px 13px;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    text-align: center;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004",Hiragino Kaku Gothic Pro;
    font-weight: bold;
    border: 2px solid #EF8EAF;
    border-radius: 25px;
}
.btn a:after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #EF8EAF;
    border-right: 2px solid #EF8EAF;
    position: absolute;
    right: 18px;
    bottom: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn a:hover {
	opacity: 0.7;
}
	
@media screen and (max-width: 767px) {
	.btn a {
		letter-spacing: 0.1em;
		max-width: none;
	}
}


/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 429px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}
.map_link {
	padding: 20px 0 17px;
    background: #F8A6C2;
}
.map_link ul li {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.06em;
    float: left;
    line-height: 1.5;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.map_link ul li:last-child {
    float: right;
}
.map_link ul li a {
    color: #fff;
}
.map_link ul li a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1000px) {
	.map_link ul li {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.map {
		padding-top: 260px;
	}
	.map_link ul li {
		font-size: 13px;
		letter-spacing: 0.05em;
		float: none !important;
		line-height: 2;
	}
}
@media screen and (max-width: 480px) {
	.map_link ul li {
		font-size: 12px;
		letter-spacing: 0.01em;
	}
}


/* -------------------------------------
loopslider
------------------------------------- */
#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 221px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#loopslider ul {
  float: left;
  overflow: hidden;
  display: inline-block;
}
#loopslider ul li {
  width: 1600px;
  height: 221px;
  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;
}

/* -------------------------------------
診療時間表
------------------------------------- */
table.timetable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 11px;
}
.timetable th, .timetable td {
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    padding: 10px 0 2px;
    color: #484848;
    font-size: 16px;
    font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L",A-OTF Shuei KakuGo Kin Std;
}
.timetable thead th {
    font-weight: normal;
    padding: 0 0 14px;
    border-bottom: 1px solid #707070;
    font-size: 14px;
}
.timetable thead th:first-child {
    width: 28%;
    letter-spacing: 0.15em;
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
}
.timetable tbody th {
    word-break: keep-all;
    white-space: nowrap;
    letter-spacing: 0.05em;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    text-align: left;
    font-size: 14px;
}
.timetable tbody tr:first-child th, .timetable tbody tr:first-child td {
    padding-top: 22px;
}
.timetable tbody tr:first-child th {
    padding-left: 9px;
}
.timetable tbody tr:last-child th, .timetable tbody tr:last-child td {
    padding-bottom: 19px;
    border-bottom: 1px solid #707070;
}
.table_style {
    font-size: 13px;
    color: #484848;
    letter-spacing: 0.1em;
    line-height: 1.87;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(72, 72, 72, 0.2);
    margin-bottom: 23px;
}
table.timetable .txt_color {
    color: #7FBED6 !important;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.timetable thead th:first-child {
		width: 35%;
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	.timetable th, .timetable td {
		font-size: 13px;
		letter-spacing: 0;
	}
	.table_style {
		font-size: 12px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	.timetable thead th:first-child {
		width: 28%;
	}
	.timetable tbody th {
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 480px) {
	.timetable th, .timetable td {
		font-size: 11px !important;
		letter-spacing: 0 !important;
	}
	.timetable thead th:first-child {
		width: 32%;
	}
	.table_style {
		font-size: 13px;
		letter-spacing: 0.05em;
	}
}


/* -------------------------------------
番号リスト
------------------------------------- */
.num_list {
	counter-reset: li;
}
.num_list > li {
    padding-left: 65px;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.28em;
    color: #484848;
    font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L",A-OTF Shuei KakuGo Kin Std;
    margin-bottom: 13px;
}
.num_list > li:last-child {
	margin-bottom: 0;
}
.num_list > li:before {
    background: #FEF1F5;
    content: counter(li, decimal);
    counter-increment: li;
    display: block;
    width: 41px;
    height: 41px;
    left: 0;
    line-height: 41px;
    position: absolute;
    text-align: center;
    top: -3px;
    letter-spacing: 0;
    border-radius: 50%;
    color: #F36495;
    font-size: 23px;
}
.num_list > li span.txt_color {
    font-size: 18px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.num_list > li {
		font-size: 14px;
		letter-spacing: 0.05em;
		padding-left: 50px;
	}
	.num_list > li:before {
		width: 35px;
		height: 35px;
		font-size: 20px;
		line-height: 35px;
		top: 0px;
	}
	.num_list > li span.txt_color {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.num_list > li {
		font-size: 14px;
		letter-spacing: 0.05em;
		padding-left: 50px;
	}
	.num_list > li:before {
		width: 35px;
		height: 35px;
		font-size: 20px;
		line-height: 35px;
		top: 0px;
	}
	.num_list > li span.txt_color {
		font-size: 16px;
	}
}

/*--------------------------------------
2列テーブル
--------------------------------------*/
.column2_table th, .column2_table td {
    line-height: 1.69;
    vertical-align: top;
    border-bottom: 1px solid #CFCFCF;
    color: #5D554F;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.column2_table tr:first-child th {
    border-top: 1px solid #ef8eaf;
}
.column2_table tr:first-child td {
    border-top: 1px solid #afbda2;
}
.column2_table th {
    color: #ef8eaf;
    width: 30%;
    box-sizing: border-box;
    border-bottom: 1px solid #ef8eaf;
    padding: 21px 0 17px;
    vertical-align: middle;
    font-weight: bold;
}
.column2_table td {
    padding: 21px 14px 17px;
    box-sizing: border-box;
}
.home .column2_table th {
	width: 30%;
}


/*--------------------------------------
* colorテーブル
--------------------------------------*/
.style_table th, .style_table td {
    line-height: 1.8;
    padding: 12px 10px 12px;
    border: 1px solid #ccc;
    word-break: break-all;
    text-align: center;
}
.style_table thead th {
	background: #4BAB26;
	color: #fff;
	text-align: center;
}
.style_table tbody th {
    background: #fff2f2;
    width: 35%;
    color: #F36495;
    font-weight: bold;
    text-align: left;
}
.style_table tbody td {
    text-align: left;
    background: #fff;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.column2_table th, .column2_table td {
		font-size: 12px;
		letter-spacing: 0;
	}
	.home .column2_table th {
		width: 23%;
	}
}
@media screen and (max-width: 767px) {
	.style_table th,
	.style_table td {
		font-size: 14px;
		letter-spacing: 0;
	}
	.column2_table th, 
	.column2_table td {
		font-size: 14px;
		letter-spacing: 0;
	}
	table.style_table.table01 tbody th {
		width: 45%;
	}
}
@media screen and (max-width: 480px) {
	.column2_table th, 
	.column2_table td {
		font-size: 12px;
	}
	.style_table tbody th {
		width: 43%;
	}
	.style_table th, .style_table td {
		font-size: 12px;
		padding: 12px 5px 12px;
	}
	.home .column2_table th {
		width: 20%;
	}
}


/*--------------------------------------
リスト
--------------------------------------*/
.circle_list li {
	position: relative;
	padding: 2px 0 2px 25px;
}
.circle_list li:before {
    content: "";
    position: absolute;
    background: #F6CBDA;
    top: 9px;
    left: 0;
    height: 18px;
    width: 18px;
    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;
}
.under_left {
	float: left;
	width: 49%;
}
.under_right {
	float: right;
	width: 49%;
}
.img_list2 li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-top: 30px;
	text-align: center;
}
.img_list2 li:nth-child(2n) {
	margin-right: 0;
}
.img_list2 li:nth-child(-n+2) {
	margin-top: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.circle_list li {
		letter-spacing: 0;
		padding: 2px 0 2px 25px;
		font-size: 15px;
	}
	.circle_list li:before {
		top: 7px;
	}
}
@media screen and (max-width: 767px) {
	.column2_list li,
	.column3_list li,
	.column_list li {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.under_left {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.under_right {
		float: none;
		width: 100%;
	}
	.img_list2 li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-top: 30px !important;
	}
	.img_list2 li:nth-child(-n+2) {
		margin-top: 30px !important;
	}
	.img_list2 li:first-child {
		margin-top: 0 !important;
	}
}

/*--------------------------------------
文章・画像
--------------------------------------*/
.context_area .img_box img {
	float: right;
	width: 30% !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: #F36495;
}
.txt_bold {
    font-weight: bold;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.txt_link {
	color: #F36495 !important;
	text-decoration: underline !important;
	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: #EFFBFF;
    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 #7fbed6;
	border-bottom: 3px solid #7fbed6;
	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: #7fbed6;
    overflow: hidden;
    font-family: "秀英角ゴシック金 L", "Shuei KakuGo Kin L", "A-OTF Shuei KakuGo Kin Std" !important;
    padding-bottom: 12px;
    border-bottom: 2px dotted #7fbed6;
}
.flowList .flow_title span {
    vertical-align: top;
    background: #7fbed6;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    font-size: 20px;
    margin-right: 10px;
    letter-spacing: 0;
    margin-top: 0px;
}

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


/*--------------------------------------
ボックス
--------------------------------------*/
.bg_box {
    background: #EFFBFF;
    padding: 30px 25px;
}
.border_box {
	border: 3px solid #ccc;
    padding: 30px 25px;
}
.box_title {
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.box_list > li {
	margin-top: 40px;
}
.box_list > li:first-child {
	margin: 0;
}

@media screen and (max-width:767px) {
	.bg_box,
	.bg_box02,
	.border_box {
		padding: 25px 20px;
	}
}


/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
	border: 10px solid #f5c645;
}
.style_box .style_title {
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	padding: 20px 20px 24px;
	margin: 0 !important;
	border-bottom: 4px solid #f5c645;
	color: #524b39;
}
.style_box .inner {
	padding: 30px 40px;
}
.style_box .inner .title {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 10px !important;
	padding-left: 20px;
	position: relative;
}
.style_box .inner .title:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #f5c645;
	position: absolute;
	left: 0;
	top: 14px;
}

@media screen and (max-width:767px) {
	.style_box .inner {
		padding: 25px;
	}
}


/*--------------------------------------
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 {
	background: #f9f9f8;
	padding: 25px 35px;
	list-style: none;
}
.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 {
	text-decoration: underline;
}
.anchorlinks li a:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #92c3ac;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
}
.anchorlinks li a: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: #92c3ac;
	text-decoration: none;
}

@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: #7fbed6;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std !important;
}
.qa_list dd .num span {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f6cbda;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
	 font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std !important;
}
.qa_list .txt {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.qa_list dt .txt {
    font-size: 20px;
    font-family: "秀英角ゴシック金 B", "Shuei KakuGo Kin B",A-OTF Shuei KakuGo Kin Std !important;
    letter-spacing: 0.05em;
    color: #7fbed6;
}


/* =====================================
■ブログ
===================================== */
/*--------------------------------------
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 {
	float: left;
	width: 45%;
	margin-left: 10%;
	margin-bottom: 75px;
	position: relative;
}
.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;
}
.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: #F6CBDA;
}
.post .category a.blog:hover,
.posts_list .category a.blog:hover {
	background: #f7bcd1;
}
.post .category a.news,
.posts_list .category a.news {
	background: #F6CBDA;
}
.post .category a.news:hover,
.posts_list .category a.news:hover {
	background: #f7bcd1;
}
.posts_list li .post-image {
	position: relative;
	overflow: hidden;
	padding-top: 57%;
	margin-bottom: 20px;
}
.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;
	line-height: 1.4;
	margin-bottom: 35px;
	letter-spacing: 0;
}
.posts_list h3 a:hover {
	color: #FFAEA2;
}
.posts_list .excerpt {
	color: #72706E;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
	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: 22px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
#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: #EF8EAF;
	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: #EF8EAF;
	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 {
	width: 100%;
	height: auto;
	max-width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
}
#blogDetail .post-content h3 {
	font-size: 22px;
	letter-spacing: 0;
	background: #e8e8e8;
	padding: 30px 10px 30px 28px;
	line-height: 1.5;
	border-top: 5px solid #f5c6b6;
	margin: 40px 0 30px;
}
#blogDetail .post-content h4 {
	font-size: 20px;
	letter-spacing: 0;
	border-bottom: 5px solid #f5c6b6;
	padding: 10px 0 12px 0;
	line-height: 1.5;
	margin: 30px 0 25px 0;
}

.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: #EF8EAF;
	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: #EF8EAF;
}
.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;
	border-top: 1px solid #72706E;
}
.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: #373431;
	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: #EF8EAF;
}
.pagination ul li span.current {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #EF8EAF;
	color: #373431;
	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;
	}
}

@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: 14px;
	}
	.recentBox li {
		font-size: 11px !important;
		letter-spacing: 0 !important;
	}
	.bloginfo_box .blog_name .icon-blog {
		font-size: 13px;
		letter-spacing: 0;
		padding-left: 22px;
	}
}

@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: 18px;
	}
	#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: 14px;
		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;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 9px;
	margin-bottom: 24px;
	color: #373431;
	border-bottom: 2px solid #373431;
}
.blogside h2 span {
	font-size: 14px;
	letter-spacing: 0;
	vertical-align: middle;
	color: #72706E;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -6px;
}
.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: #EF8EAF;
}
.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: #373431;
}
.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: #373431;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
	color: #EF8EAF;
}
.recentBox {
	margin-bottom: 50px;
}
.recentBox li {
    font-size: 12px !important;
    border-bottom: 1px solid #BFBEBD;
    padding-bottom: 13px;
    margin-bottom: 22px;
    line-height: 1.3;
    letter-spacing: 0 !important;
}
.recentBox li:last-child {
	margin-bottom: 0;
}
.recentBox li .recent_thumbnail {
	float: right;
	width: 48px;
	height: 48px;
	margin-left: 12px;
	position: relative;
	overflow: hidden;
}
.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: #EF8EAF;
	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 a {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #373431;
}
.recentBox li h3 a:hover {
	color: #EF8EAF;
}
.recent_date {
	font-size: 10px;
	margin-top: 5px;
	color: #72706E;
}
.recentBox li .recent_date {
	margin-top: 15px;
}

.blogside .tagBox {
	margin-bottom: 40px;
}
.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 {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	color: #EF8EAF;
}
.archiveBox ul li p.acv_open {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	color: #EF8EAF;
}
.archiveBox ul li p:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid #EF8EAF;
	border-bottom: 1px solid #EF8EAF;
	-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: #373431;
}
.archiveBox ul li a:link {
	/*color: #FFAEA2;*/
	text-decoration: underline;
}
.archiveBox ul li a:visited {
	color: #373431;
}
.archiveBox ul li a:hover {
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	color: #EF8EAF;
}
.archiveBox ul li a:active {
	color: #EF8EAF;
}
.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;
	}
}



/* =====================================
■  新着情報
===================================== */
.news_section .h2Wrap h2 {
	display: none;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}
.titleBg h2 {
    font-size: 16px;
    background: #FBD0DE;
    letter-spacing: 0.15em;
    padding: 14px 25px 11px !important;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    font-weight: bold;
    color: #484848;
    border-bottom: 2px solid #fff;
    line-height: 2 !important;
}
.news_tlt {
    font-size: 12px;
    letter-spacing: 0.2em;
    margin-left: 18px;
    line-height: 1;
	font-family: "秀英明朝 M", "Shuei Mincho M", A-OTF Shuei Mincho Pro;
}
#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;
}
.page-id-43 #newsList,
.page-id-43 #newsDetail,
.home #newsList,
.home #newsDetail {
	min-height: auto;
	margin: 0 auto;
}
.page-id-43 #newsList, .home #newsList {
    max-width: none;
    overflow-y: scroll;
    height: 455px;
    background: #F8F7F6;
    padding: 0;
}
.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: 19px;
    right: 0;
    z-index: 1;
}
.news_more a {
    text-decoration: underline !important;
    font-size: 11px !important;
    letter-spacing: 0.1em;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", Hiragino Kaku Gothic Pro;
    color: #fff !important;
    background: #F8A6C2;
    padding: 21px 26px 21px 27px;
}
.news_more a:hover {
    color: #484848 !important;
}
.news_section .tar a {
	display: none;
}
/*--------------------------------------
新着情報一覧
--------------------------------------*/
#newsList dl {
    padding: 28px 22px 19px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #DBDBDB;
}
#newsList dl dt {
    color: #72706E;
    letter-spacing: 0.02em;
    font-size: 13px;
    margin-bottom: 1px;
    line-height: 1.4;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
#newsList dl dd {
    line-height: 1.71;
}
#newsList dl dd a {
    color: #484848;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
#newsList dl dd a:hover {
	text-decoration: underline;
}
#newsList dl dt .newsLabel {
    display: inline-block;
    width: 37px;
    height: 13px;
    line-height: 13px;
    background: #F36495;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0;
    padding: 0;
    text-indent: 0;
    text-align: center;
    box-sizing: border-box;
    margin: -2px 0 0 9px;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 10px;
    font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", Hiragino Kaku Gothic Pro;
}
.news_link {
	position: absolute;
	top: -44px;
	right: 46px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
	.page-id-43 #newsList, .home #newsList {
		height: 370px;
	}
	#newsList dl dd a {
		letter-spacing: 0;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	#newsList, #newsDetail {
		max-width: 580px;
	}
	.page-id-43 #newsList, .home #newsList {
		height: 300px;
	}
	#newsList dl:after {
		max-width: none;
	}
	.newsList dl dd a {
		letter-spacing: 0;
	}
	.news_more a {
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 480px) {
	#newsList dl {
		padding: 28px 10px 19px;
	}
	#newsList dl dd a {
		letter-spacing: 0;
		font-size: 13px;
	}
}

/*--------------------------------------
詳細記事
--------------------------------------*/
#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 #ccc;
	line-height: 1.4 !important;
	position: relative;
	margin: 0 !important;
}
.sitemap_list li:first-child {
	border-top: 1px dashed #ccc;
}
#sitemap_list li:before,
.sitemap_list li:before {
	position: absolute;
	content: '';
	display: block;
	background: #EF8EAF;
	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: 10px;
	height: 10px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	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: #EF8EAF;
}
@media screen and (max-width: 480px) {
	#sitemap_list li a, .sitemap_list li a {
		padding: 19px 20px 15px 15px !important;
		font-size: 12px;
		letter-spacing: 0;
	}
	#sitemap_list li:before, .sitemap_list li:before {
		top: 22px;
	}
	#sitemap_list li a:after, .sitemap_list li a:after {
		right: 5px;
	}
}


/* =====================================
■お問い合わせ
===================================== */
.wrap_contact {
	max-width: 800px;
	margin: 0 auto;
}
.inquiryForm_message {
	text-align: center;
}
.step_list {
	width: 467px;
	margin: 0 auto 90px;
}
.step_list li {
	float: left;
	width: 100px;
	margin-left: 83px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	color: #BFBEBD;
}
.step_list li:first-child {
	margin: 0;
}
.step_list li span {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	margin: 0 auto 12px;
	background: #BFBEBD;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	position: relative;
}
.step_list li span:after {
	display: block;
	content: "";
	width: 130px;
	height: 1px;
	background: #bfbebd;
	position: absolute;
	top: 50%;
	left: 54px;
}
.step_list li:last-child span:after {
	display: none;
}
.step_list li.current {
	color: #373431;
}
.step_list li.current span {
	background: #F6CBDA;
}
.step_list li span.current:after {
	background: #F6CBDA;
}
.inquiryForm_message .step_catch {
	font-size: 16px;
	text-align: center;
	color: #373431;
	letter-spacing: 0.05em;
	margin-bottom: 44px;
}

.inquiryFormTable {
	border-top: 1px solid #707070;
	font-size: 16px;
	padding-top: 22px;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
}
.inquiryFormTable dt,
.inquiryFormTable dd {
	display: table-cell;
	padding: 20px 0 24px;
	text-align: left;
	vertical-align: top;
}
.inquiryFormTable dt {
	border-right: none;
	position: relative;
	font-weight: normal;
	width: 29%;
	padding-top: 31px;
	color: #2C2F30;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
.inquiryFormTable dd {
	box-sizing: border-box;
	position: relative;
	padding-right: 40px;
}
.wpcf7-form-control-wrap {
	display: block;
}
.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 14px 14px;
	border: 1px solid #BFBEBD;
	background: #EBE9E7;
	color: #333;
	border-radius: 5px;
}
.inquiryFormTable select {
	position: relative;
	background: #ECECEC url(../img/ico_select.png) no-repeat right center;
	background-size: contain;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.inquiryFormTable select::-ms-expand {
	display: none;
}
.inquiryFormTable input[type="checkbox"] {
	display: none;
	/*display: inline-block;*/
	width: 32px;
	height: 32px;
	border: 0;
	position: relative;
	margin-right: 0;
	visibility: hidden; 
	z-index: 999;
	-webkit-appearance: none;
	background: none;
	box-sizing: border-box;
}
.inquiryFormTable .wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 13px;
	box-sizing: border-box;
}
.wpcf7-list-item-label {
	position: relative;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
	display: none;
}
.inquiryFormTable input[type="checkbox"] + span label.icon-check:before {
	content: "\e902";
	font-size: 25px;
	color: #BFBEBD;
	margin-right: 5px;
}
.inquiryFormTable input[type="checkbox"]:checked+ span label.icon-check:before {
	content: "\e903";
	color: #91de4d;
}
.failed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #F6CBDA;
	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;
	color: #63696A;
	font-size: 13px;
	margin-top: 0.4em;
	letter-spacing: 0;
}
.inquiryFormTable .required {
	background: #D93636;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 36px;
	right: 28px;
}
.inquiryFormTable .optional {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	background: #63696A;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 36px;
	right: 28px;
}

.inquiryFormTable .btBox {
	text-align: center;
	margin: 103px 0 80px;
}
.inquiryFormTable .btBox input[type="submit"] {
	background: #7FBED6 url(../img/ico_arrow02.png) no-repeat 95% center !important;
	background-size: 6px 10px;
	border: none;
	width: 100%;
	color: #fff;
	display: block;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 32px 28px 30px;
}
.inquiryFormTable .btBox input[type="submit"].disabled {
	background: #72706E url(../img/ico_arrow01.png) no-repeat 96% center !important;
	background-size: 6px 10px;
	color: #BFBEBD;
	opacity: 1 !important;
	pointer-events: none;
	cursor: default;
	padding: 29px 40px 28px 40px;
}
.inquiryFormTable .btBox input[type="submit"].abled {
	background-position: 96% center !important;
	padding: 29px 40px 28px 40px;
}
.inquiryFormTable .wpcf7-back {
	width: 37.5% !important;
	color: #fff;
	background: #72706E url(../img/ico_arrow02.png) no-repeat 92% center !important;
	background-size: 6px 10px;
	border: none;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 30px 28px;
	float: left;
	text-align: left;
}
.inquiryFormTable .wpcf7-submit {
	width: 58.5% !important;
	float: right;
	text-align: left;
}
.inquiryFormTable .btBox input[type="submit"]:hover,
.inquiryFormTable .btBox input[type="button"]:hover {
	opacity: 0.8;
}

span.verify_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -42px;
	top: 13px;
	display: none;
}
.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 {
	color: #F6CBDA;
	font-size: 25px;
	vertical-align: top;
}

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

.file_btn {
	display: block;
	overflow: hidden;
	position: relative;
	background: #807B7B;
	color: #fff;
	width: 123px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	margin-top: 13px;
}
.file_btn .wpcf7-form-control-wrap {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 30px;
}
div.wpcf7 input[type="file"] {
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
}

.failed .confirm_table input[type="text"],
.failed .confirm_table input[type="tel"],
.failed .confirm_table input[type="email"],
.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;
    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;
}
.inquiryForm_message .btn a {
    margin: 0 auto;
}
div.wpcf7 .btn a {
    margin: 0 auto;
}
@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;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dd {
		padding: 10px 40px 30px 0;
	}
	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		position: static;
		margin-left: 20px;
		display: inline-block;
		margin-top: -2px;
		vertical-align: middle;
	}
	.inquiryFormTable .btBox {
		margin: 50px 0;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		width: 100% !important;
		float: none;
		font-size: 20px;
		padding: 29px 20px 28px 20px;
		box-sizing: border-box;
		background-position: 96% center !important;
		text-align: center;
	}
	.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;
	}
}