@charset 'UTF-8';

.cmshtml {
}
.cmshtml * {
margin: 0px;
padding: 0px;
word-break: break-all;
word-wrap: break-word;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
}
.cmsbody {
position: relative;
max-height: 100%;
margin: 0;
padding: 0;
font-family: "游ゴシック Medium","Yu Gothic Medium","Yu Gothic","游ゴシック体",YuGothic,sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 1.6;
color: #222;
background-color: #fff;
-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1023px) { 
	.cmsbody {
	letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	.cmsbody {
	overflow-x: hidden;
	width: 100%;
	font-size: 15px;
	}
}
@media screen and (max-width: 374px) {
	.cmsbody {
	font-size: 14px;
	}
}

.cmshtml table {
border-collapse: collapse;
border-spacing: 0;
}
.cmshtml ol,
.cmshtml ul,
.cmshtml li {
list-style: none;
}
.cmshtml h1,
.cmshtml h2,
.cmshtml h3,
.cmshtml h4,
.cmshtml h5,
.cmshtml h6 {
font-size: inherit;
font-weight: 500;
line-height: 1.4;
}
@media screen and (min-width:768px) {
	.cmshtml h1,
	.cmshtml h2,
	.cmshtml h3 {
	letter-spacing: 1px;
	}
}

.cmshtml a {
text-decoration: none;
color: inherit;
}
.cmshtml a:hover {
text-decoration: none;
}
@media screen and (min-width: 768px) {
	.cmshtml a[href^="tel:"] {
	pointer-events: none;
	}
}

/*-----------------------
 共通設定
-----------------------*/
.cmshtml .body_wrap {
overflow: hidden;
position: relative;
}
.cmshtml .lowbody_wrap {
overflow: hidden;
}
.cmshtml .clearfix:after {
content:" ";
display:block;
clear:both;
}
.cmshtml .right {
text-align: right !important;
}
.cmshtml .left {
text-align: left !important;
}
.cmshtml .center {
text-align: center !important;
}
.cmshtml .bold {
font-weight: bold !important;
}
.cmshtml .body_wrap img {
display: block;
max-width: 100%;
height: auto;
margin-right: auto;
margin-left: auto;
vertical-align: top;
}
@media screen and (max-width: 767px) {
	.cmshtml .body_wrap img {
	width: 100%;
	}
}
@media screen and (min-width:768px) {
	.cmshtml .pc {
	display: block;
	}
	.cmshtml .sp {
	display: none;
	}
}
@media screen and (max-width: 767px) {
	.cmshtml .pc {
	display: none;
	}
	.cmshtml .sp {
	display: block;
	}
}

/*-----------------------
 WC独自class
-----------------------*/
.cmshtml .rdhaslink {
position: relative;
}
.cmshtml .rdhaslink > alink {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 50;
}

/*-----------------------
 h1
-----------------------*/
.cmshtml h1 {
display: none;
}

/*-----------------------
 ヘッダー
-----------------------*/
.cmshtml div.header {
z-index: 1;
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.cmshtml div.head_wrap {
margin: auto;
line-height: 1;
}
.cmshtml div.head_wrap>div:nth-of-type(1) {
}
.cmshtml div.logo {
z-index: 9;
position: absolute;
width: 294px;
top: 15px;
left: 15px;
font-size: 0;
}
.cmshtml div.logo a {
}
.cmshtml div.logo img {
}
.cmshtml div.head_in2 {
padding: 50px 120px 0 0;
}
.cmshtml div.head_nav {
display: flex;
justify-content: flex-end;
}
.cmshtml div.head_nav_in {
margin: 0 .5em;
font-weight: bold;
letter-spacing: 1.5px;
}
.cmshtml div.toggle {
z-index: 9999;
cursor: pointer;
position: fixed;
width: 70px;
height: 70px;
top: 23px;
right: 32px;
}
.cmshtml div.toggle div {
position: absolute;
width: 41px;
height: 29px;
top: 50%;
transform: translateY(-50%);
right: 0;
left: 0;
margin: auto;
}
.cmshtml div.toggle span {
display: block;
position: absolute;
width: 100%;
left: 0;
border-style: solid;
border-color: #282828;
border-bottom-width: 2px;
transition: .35s ease-in-out;
}
.cmshtml div.toggle span:nth-child(1) {
top: 0;
}
.cmshtml div.toggle span:nth-child(2) {
top: 13px;
}
.cmshtml div.toggle span:nth-child(3) {
top: 26px;
}
.cmshtml .body_wrap.is-fixed div.toggle {
top: 10px;
right: 10px;
background-color: #11245a;
box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.cmshtml .body_wrap.is-fixed div.toggle span {
border-color: #fff;
}
.cmshtml div.toggle.active {
background-color: #11245a;
}
.cmshtml div.toggle.active span {
border-color: #fff;
}
.cmshtml div.toggle.active span:nth-child(1),
.cmshtml div.toggle.active span:nth-child(2),
.cmshtml div.toggle.active span:nth-child(3) {
top: 12px;
}
.cmshtml div.toggle.active span:nth-child(1) {
right: 8px;
transform: rotate(-45deg);
}
.cmshtml div.toggle.active span:nth-child(2),
.cmshtml div.toggle.active span:nth-child(3) {
right: 5px;
transform: rotate(45deg);
}
@media screen and (max-width:1439px) {
	.cmshtml div.head_in2 {
	padding: 35px 100px 0 0;
	}
	.cmshtml div.toggle {
	top: 10px;
	right: 18px;
	}
}
@media screen and (max-width:1320px) {
	.cmshtml div.head_in2 {
	display: none;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.logo {
	width: 260px;
	}
	.cmshtml div.toggle {
	width: 60px;
	height: 60px;
	top: 0;
	right: 10px;
	}
	.cmshtml div.toggle div {
	width: 38px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.logo:hover,
	.cmshtml div.head_nav_in:hover {
	opacity: .5;
	transition: .3s !important;
	}
	.cmshtml div.toggle:hover {
	background-color: #1b3fa5 !important;
	transition: .3s !important;
	}
	.cmshtml div.toggle:hover span {
	border-color: #fff;
	}
	.cmshtml div.toggle.active:hover {
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.logo {
	width: 200px !important;
	}
	.cmshtml div.toggle {
	width: 50px;
	height: 50px;
	top: 10px;
	right: 10px;
	}
	.cmshtml div.toggle div {
	width: 30px;
	height: 24px;
	}
	.cmshtml div.toggle span:nth-child(2) {
	top: 10px;
	}
	.cmshtml div.toggle span:nth-child(3) {
	top: 20px;
	}
	.cmshtml div.toggle.active span:nth-child(1),
	.cmshtml div.toggle.active span:nth-child(2),
	.cmshtml div.toggle.active span:nth-child(3) {
	top: 11px;
	}
}
/* wc */
#editView .cmshtml div.header {
position: relative;
}
#editView .cmshtml div.head_wrap {
display: flex;
}
#editView .cmshtml div.head_wrap>div:nth-of-type(1) {
width: 350px;
padding: 20px;
}
#editView .cmshtml div.logo {
position: relative;
display: block;
top: inherit;
left: inherit;
}
#editView .cmshtml div.head_wrap>div:nth-of-type(2) {
width: calc(100% - 350px);
}
#editView .cmshtml div.head_nav {
display: block;
}
#editView .cmshtml div.head_in2 {
padding: 10px;
}
#editView .cmshtml div.head_nav>div {
}
#editView .cmshtml div.head_nav_in {
margin: 15px 20px;
text-shadow: inherit;
color: #000;
}
#editView .cmshtml div.toggle {
display: none !important;
}

/*-----------------------
 フッター
-----------------------*/
.cmshtml div.footer {
padding: 75px 30px 30px 30px;
color: #f6f9fc;
background-color: #11245a;
}
.cmshtml div.footer .top_wrap {
}
.cmshtml div.footer_cnt {
margin-bottom: 30px;
}
.cmshtml div.footer_cnt_ttl {
position: relative;
margin-bottom: 25px;
text-align: center;
line-height: 1;
letter-spacing: 1px;
}
.cmshtml div.footer_cnt_ttl_1 {
margin-bottom: 17px;
font-family: "Cormorant Garamond", serif;
font-style: italic;
font-size: 24px;
}
.cmshtml div.footer_cnt_ttl_2 {
font-family: "游明朝","Yu Mincho","YuMincho",serif;
font-weight: normal;
font-size: 35px;
color: #f4f4f4;
}
.cmshtml div.footer_cnt_txt1 {
width: fit-content;
margin: 0 auto 20px;
}
.cmshtml div.footer_cnt_flex {
display: flex;
max-width: calc(832px + 16px);
margin: 0 auto 20px;
}
.cmshtml div.footer_cnt_flex>div {
width: calc(50% - 16px);
margin: 0 8px !important;
}
.cmshtml div.footer_cnt_flex_in {
position: relative;
height: 147px;
padding: 34px 20px 0 20px;
text-align: center;
line-height: 1;
background-color: #f4f4f4;
border-radius: 6px;
}
.cmshtml div.footer_cnt_tel {
letter-spacing: 1px;
color: #222;
}
.cmshtml div.footer_cnt_tel::before {
background-image: url(../img/ico_tel.png);
}
.cmshtml div.footer_cnt_tel_1 {
margin-bottom: 20px;
}
.cmshtml div.footer_cnt_tel_2 {
position: relative;
display: flex;
align-items: center;
justify-content: center;
font-family: "Times New Roman", Times, serif;
font-size: 45px;
}
.cmshtml div.footer_cnt_tel_2::before {
position: relative;
display: inline-block;
content: "";
width: 28px;
height: 28px;
margin-right: 15px;
background-image: url(../img/ico_tel.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml div.footer_cnt_tel_2 a {
}
.cmshtml div.footer_cnt_mail {
letter-spacing: 1px;
color: #222;
}
.cmshtml div.footer_cnt_mail::before {
background-image: url(../img/ico_mail.png);
}
.cmshtml div.footer_cnt_mail_1 {
margin-bottom: 15px;
}
.cmshtml div.footer_cnt_mail_2 {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
margin: auto;
font-weight: bold;
letter-spacing: 1.5px;
color: #fff;
background-color: #f79319;
border: 3px solid #f79319;
border-radius: 100px;
}
.cmshtml div.footer_cnt_mail_2 a {
position: relative;
display: block;
padding: 17px 40px 17px 60px;
}
.cmshtml div.footer_cnt_mail_2 a::before {
position: absolute;
content: "";
width: calc(20px);
height: calc(14px);
top: 50%;
transform: translateY(-50%);
left: 25px;
background-image: url(../img/ico_mail_w.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml div.footer_cnt_mail_2 a::after {
position: absolute;
content: "";
width: calc(9px);
height: calc(14px);
top: 50%;
transform: translateY(-50%);
right: 15px;
background-image: url(../img/ico_arrow_w.png);
background-repeat: no-repeat;
background-size: contain;
}
.cmshtml div.footer_cnt_txt2 {
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
margin: auto;
letter-spacing: 1px;
}
.cmshtml div.footer_cnt_txt2>div {
display: flex;
}
.cmshtml div.footer_cnt_txt2_in {
display: flex;
}
.cmshtml div.footer_cnt_txt2_in1::after {
content: "/";
margin: 0 5px;
}
.cmshtml div.footer_logo {
max-width: 305px;
margin: 0 auto 26px;
}
.cmshtml div.footer_logo a {
}
.cmshtml div.footer_logo img {
}
.cmshtml div.footer_txt3 {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
text-align: center;
letter-spacing: 1px;
}
.cmshtml div.footer_txt3>div {
}
.cmshtml div.footer_txt3>div + div {
margin-left: 1.5em !important;
}
.cmshtml div.footer_txt3_in {
}
.cmshtml div.footer_txt3_in.map {
font-size: 13px;
}
.cmshtml div.footer_txt3_in.map a {
position: relative;
display: block;
padding: 3px 12px 3px 30px;
}
.cmshtml div.footer_txt3_in.map a::before {
position: absolute;
content: "";
width: calc(18px);
height: calc(23px);
bottom: 1px;
left: 0;
background-image: url(../img/ico_map.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml div.footer_txt3_in.map a::after {
position: absolute;
content: "";
width: calc(100% - 8px);
bottom: 0;
right: 0;
border-bottom: 1px solid #fff;
}
.cmshtml div.foot_nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -5px auto 30px;
}
.cmshtml div.foot_nav_in {
margin: 5px .7em;
font-size: 14px;
letter-spacing: 1px;
}
.cmshtml div.foot_nav_in a {
}
.cmshtml div.copyright {
font-size: 11px;
text-align: center;
letter-spacing: 1px;
}
.cmshtml div.pagetop {
z-index: 9;
position: fixed;
width: 120px;
height: 100px;
right: 0;
margin-bottom: 0;
background-color: #1f222d;
background-image: url(../img/pagetop.png);
background-repeat: no-repeat;
background-position: center;
background-size: 20px auto;
}
.cmshtml div.pagetop a {
display: block;
width: 100%;
height: 100%;
}
@media screen and (max-width:1320px) {
	.cmshtml div.foot_nav {
	max-width: 600px;
	}
	.cmshtml div.pagetop {
	width: 60px;
	height: 60px;
	background-size: 15px auto;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.footer_cnt_ttl_1 {
	margin-bottom: 15px;
	font-size: 18px;
	}
	.cmshtml div.footer_cnt_ttl_2 {
	font-size: 30px;
	}
	.cmshtml div.footer_cnt_flex_in {
	height: 130px;
	padding: 30px 20px 0 20px;
	}
	.cmshtml div.footer_cnt_tel_1 {
	letter-spacing: 0;
	}
	.cmshtml div.footer_cnt_tel_2 {
	font-size: 36px;
	}
	.cmshtml div.footer_cnt_tel_2::before {
	width: 25px;
	height: 25px;
	margin-right: 12px;
	}
	.cmshtml div.footer_cnt_mail_1 {
	margin-bottom: 12px;
	letter-spacing: 0;
	}
	.cmshtml div.footer_cnt_mail_2 {
	letter-spacing: 0;
	}
	.cmshtml div.footer_cnt_mail_2 a {
	padding: 14px 30px 14px 48px;
	}
	.cmshtml div.footer_cnt_mail_2 a::before {
	width: calc(20px * .9);
	height: calc(14px * .9);
	left: 18px;
	}
	.cmshtml div.footer_cnt_mail_2 a::after {
	width: calc(9px * .7);
	height: calc(14px * .7);
	right: 10px;
	}
	.cmshtml div.footer_cnt_txt2,
	.cmshtml div.footer_cnt_txt3 {
	letter-spacing: 0;
	}
	.cmshtml div.foot_nav {
	max-width: 450px;
	}
	.cmshtml div.foot_nav_in {
	letter-spacing: 0;
	}
	.cmshtml div.pagetop {
	width: 50px;
	height: 50px;
	background-size: 13px auto;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.footer_cnt_mail_2:hover {
	color: #f79319;
	background-color: #fff;
	transition: background-color .3s !important;
	}
	.cmshtml div.footer_cnt_mail_2:hover a::before {
	background-image: url(../img/ico_mail_o.svg);
	}
	.cmshtml div.footer_cnt_mail_2:hover a::after {
	background-image: url(../img/ico_arrow_o.png);
	}
	.cmshtml div.footer_logo:hover {
	opacity: .5;
	transition: .3s !important;
	}
	.cmshtml div.foot_nav_in:hover {
	color: #f79319;
	transition: .3s;
	}
	.cmshtml div.footer_txt3_in.map:hover {
	color: #f79319;
	transition: .3s;
	}
	.cmshtml div.footer_txt3_in.map:hover a::before {
	background-image: url(../img/ico_map_o.svg);
	transition: .3s;
	}
	.cmshtml div.footer_txt3_in.map:hover a::after {
	border-color: #f79319;
	transition: .3s;
	}
	.cmshtml div.pagetop:hover {
	background-color: #1b3fa5;
	transition: .3s !important;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.footer {
	padding: 60px 15px 60px 15px;
	}
	.cmshtml div.footer_cnt_ttl_1 {
	margin-bottom: 10px;
	font-size: 16px;
	}
	.cmshtml div.footer_cnt_ttl_2 {
	font-size: 26px;
	}
	.cmshtml div.footer_cnt_flex {
	display: block;
	max-width: 280px;
	margin: 0 auto 20px !important;
	}
	.cmshtml div.footer_cnt_flex>div {
	width: 100%;
	margin: 0 !important;
	}
	.cmshtml div.footer_cnt_flex>div:first-of-type {
	margin-bottom: 10px !important;
	}
	.cmshtml div.footer_cnt_flex_in {
	height: 100px;
	padding: 0;
	}
	.cmshtml div.footer_cnt_flex_in.footer_cnt_tel {
	padding: 17px 10px 0 10px;
	}
	.cmshtml div.footer_cnt_tel_1 {
	margin-bottom: 15px;
	}
	.cmshtml div.footer_cnt_tel_2 {
	font-size: 30px;
	}
	.cmshtml div.footer_cnt_tel_2::before {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	}
	.cmshtml div.footer_cnt_flex_in.footer_cnt_mail {
	padding: 15px 15px 0 15px;
	}
	.cmshtml div.footer_cnt_mail_1 {
	}
	.cmshtml div.footer_cnt_mail_2 {
	width: fit-content !important;
	margin-left: auto !important;
	}
	.cmshtml div.footer_cnt_mail_2 a {
	padding: 12px 30px 12px 48px;
	}
	.cmshtml div.footer_cnt_txt2 {
	display: block;
	width: fit-content !important;
	margin-left: auto !important;
	text-align: center;
	}
	.cmshtml div.footer_cnt_txt2_in1::after {
	display: none;
	}
	.cmshtml div.footer_logo {
	max-width: 240px;
	margin: 0 auto 20px !important;
	}
	.cmshtml div.foot_nav {
	display: none;
	}
	.cmshtml div.footer_txt3 {
	display: block;
	margin: 0 auto 50px !important;
	}
	.cmshtml div.footer_txt3>div + div {
	margin-left: 0 !important;
	}
	.cmshtml div.footer_txt3_in {
	}
	.cmshtml div.footer_txt3_in.map {
	width: fit-content !important;
	margin: 5px auto 0 !important;
	}
	.cmshtml div.footer_txt3_in.map a {
	padding: 3px 5px 0 20px;
	}
	.cmshtml div.footer_txt3_in.map a::before {
	width: calc(18px * .8);
	height: calc(23px * .8);
	}
	.cmshtml div.pagetop {
	width: 30px;
	height: 30px;
	right: 5px;
	margin-bottom: 52px;
	background-size: 11px auto;
	border-radius: 100%;
	}
}
@media screen and (max-width:375px) {
}
/* wc */
#editView .cmshtml div.foot_nav {
display: block;
}
#editView .cmshtml div.pagetop {
display: none;
}

/*-----------------------
 ハンバーガーメニュー
-----------------------*/
.cmshtml div.menu {
display: none;
}
.cmsbody.active {
overflow: hidden;
}
.cmshtml div.menu.active {
z-index: 999;
overflow-x: hidden;
overflow-y: auto;
position: fixed !important;
display: flex;
width: 100%;
height: 100%;
top: 0;
right: 0;
letter-spacing: 1px;
background-color: #fff;
transform: translateY(-100%);
animation: menu .3s ease forwards;
}
@keyframes menu {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.cmshtml div.menu>div:nth-of-type(1) {
width: 60%;
height: 100%;
}
.cmshtml div.menu_in1 {
display: flex;
align-items: center;
padding: 30px;
line-height: 1;
}
.cmshtml div.menu_in1_wrap {
max-width: 700px;
margin: auto;
}
.cmshtml div.menu_nav {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.cmshtml div.menu_nav>div {
width: calc(50% - 12px);
margin: 6px !important;
}
.cmshtml div.menu_nav_in {
font-size: 18px;
font-weight: bold;
color: #1b3fa5;
background-color: #f5f7fd;
border: 2px solid #1b3fa5;
border-radius: 6px;
}
.cmshtml div.menu_nav_in a {
position: relative;
display: block;
padding: 22px 15px;
}
.cmshtml div.menu_nav_in a::before {
position: absolute;
content: "";
width: 15px;
height: 15px;
right: 15px;
background-image: url(../img/ico_arrow_blue.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml div.menu_txt_sns {
display: flex;
justify-content: center;
margin-top: 20px;
}
.cmshtml div.menu_txt_sns_in {
margin: 0 14px;
}
.cmshtml div.menu_txt_sns_in img {
object-fit: contain;
width: 50px;
height: 50px;
}
.cmshtml div.menu>div:nth-of-type(2) {
position: relative;
width: 40%;
padding: 50px;
}
.cmshtml div.menu_in2_box {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.cmshtml div.menu_logo {
width: 294px;
margin: 0 auto 20px;
}
.cmshtml div.menu_txt {
margin-bottom: 10px;
font-size: 18px;
text-align: center;
}
.cmshtml div.menu_map {
width: fit-content;
margin: 0 auto 20px;
font-weight: bold;
letter-spacing: 0;
line-height: 1;
}
.cmshtml div.menu_map a {
position: relative;
display: block;
padding-left: 25px;
}
.cmshtml div.menu_map a::before {
position: absolute;
content: "";
width: 20px;
height: 20px;
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(../img/ico_map_blue.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml div.menu_tel {
margin: 0 auto;
font-size: 28px;
font-family: 'Tinos', 'Times New Roman', Times, serif;
line-height: 1;
text-align: center;
}
.cmshtml div.menu_tel a {
}
.cmshtml div.menu_tel a::before {
content: "tel.";
font-size: 20px;
}
.cmshtml div.menu.active div.menu_bg {
z-index: -9;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
}
.cmshtml div.menu_bg img {
opacity: .5;
object-fit: cover;
width: 100%;
height: 100%;
}
@media screen and (max-width:1439px) {
}
@media screen and (max-width:1320px) {
	.cmshtml div.menu_in1 {
	padding: 50px 30px;
	}
	.cmshtml div.menu_nav_in {
	font-size: inherit;
	border-width: 2px;
	}
	.cmshtml div.menu_nav_in a {
	padding: 20px 15px;
	}
	.cmshtml div.menu_nav_in a::before {
	width: 15px;
	height: 15px;
	}
	.cmshtml div.menu_logo {
	max-width: 250px;
	}
	.cmshtml div.menu_txt {
	font-size: inherit;
	}
	.cmshtml div.menu_tel {
	font-size: 26px;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.menu.active {
	display: block;
	letter-spacing: 0;
	}
	.cmshtml div.menu.active>div:nth-of-type(1) {
	width: 100%;
	height: auto;
	display: block;
	}
	.cmshtml div.menu_in1 {
	padding: 100px 30px;
	}
	.cmshtml div.menu_in1_wrap {
	max-width: 500px;
	}
	.cmshtml div.menu_nav {
	}
	.cmshtml div.menu_nav>div {
	width: calc(50% - 10px);
	margin: 5px !important;
	}
	.cmshtml div.menu_nav_in a::before {
	width: 12px;
	height: 12px;
	right: 10px;
	}
	.cmshtml div.menu_nav_in {
	font-size: inherit;
	}
	.cmshtml div.menu_nav_in a {
	padding: 15px 15px;
	}
	.cmshtml div.menu.active>div:nth-of-type(2) {
	width: 100%;
	padding: 100px 15px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.menu_nav_in:hover {
	color: #fff;
	background-color: #1b3fa5;
	transition: background-color .3s !important;
	}
	.cmshtml div.menu_nav_in:hover a::before {
	filter: brightness(0) invert(1);
	}
	.cmshtml div.menu_logo:hover {
	opacity: .5;
	transition: .3s !important;
	}
	.cmshtml div.menu_map:hover {
	color: #1b3fa5;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.menu.active>div:nth-of-type(1) {
	margin-left: auto !important;
	}
	.cmshtml div.menu_in1 {
	padding: 80px 15px 30px 15px;
	}
	.cmshtml div.menu_in1_wrap {
	width: fit-content !important;
	max-width: 330px;
	margin-left: auto !important;
	}
	.cmshtml div.menu_nav {
	justify-content: center;
	margin: -2px -2px 20px -2px !important;
	}
	.cmshtml div.menu_nav>div {
	width: calc(50% - 4px) !important;
	margin: 2px !important;
	font-size: 14px;
	}
	.cmshtml div.menu_nav_in a::before {
	display: none;
	}
	.cmshtml div.menu_nav_in {
	font-size: 14px;
	text-align: center;
	}
	.cmshtml div.menu_nav_in a {
	padding: 12px 5px;
	}
	.cmshtml div.menu.active>div:nth-of-type(2) {
	width: 100%;
	padding: 80px 15px;
	}
	.cmshtml div.menu_logo {
	width: 200px !important;
	margin-left: auto !important;
	margin-bottom: 30px;
	}
	.cmshtml div.menu_map {
	width: fit-content !important;
	margin-left: auto !important;
	}
}
/* wc */
#editView .cmshtml div.menu {
display: flex !important;
align-items: flex-start;
margin: 20px;
background-color: #fff;
border: 2px solid #000;
}
#editView .cmshtml div.menu_bg {
position: relative;
top: inherit;
left: inherit;
margin-top: 20px;
}
#editView .cmshtml div.menu_bg img {
opacity: 1;
}

/*-----------------------
 追従ボタン
-----------------------*/
.cmshtml div.side_bnr {
z-index: 99;
position: fixed;
width: 220px;
bottom: calc(50% - 130px);
right: 0;
transition: bottom 0.3s ease;
}
.cmshtml .body_wrap.is-fixed div.side_bnr {
bottom: 120px;
}
.cmshtml div.side_bnr_in {
position: relative;
margin-bottom: 5px;
font-size: 18px;
letter-spacing: 1.3px;
color: #fff;
border: 3px solid #000;
border-right-width: 0;
}
.cmshtml div.side_bnr_in_sale {
background-color: #f79319;
border-color: #f79319;
}
.cmshtml div.side_bnr_in_cnt {
background-color: #1b3fa5;
border-color: #1b3fa5;
}
.cmshtml .body_wrap.is-fixed div.side_bnr_in {
box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.cmshtml div.side_bnr_in a {
position: relative;
display: flex;
align-items: center;
width: 100%;
height: 60px;
padding-left: 59px;
padding-right: 40px;
}
.cmshtml div.side_bnr_in a::before {
position: absolute;
content: "";
width: 28px;
height: 28px;
top: 50%;
transform: translateY(-50%);
left: 19px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml div.side_bnr_in.side_bnr_in_sale a::before {
background-image: url(../img/ico_sale_w.svg);
}
.cmshtml div.side_bnr_in.side_bnr_in_cnt a::before {
background-image: url(../img/ico_mail_w.svg);
background-size: 70%;
}
.cmshtml div.side_bnr_in a::after {
position: absolute;
content: "";
width: calc(7px);
height: calc(11px);
top: 50%;
transform: translateY(-50%);
right: 20px;
background-image: url(../img/ico_arrow_w.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
@media screen and (max-width:1700px) {
	.cmshtml div.side_bnr {
	width: 180px;
	bottom: calc(50% - 110px);
	}
	.cmshtml div.side_bnr_in {
	font-size: inherit;
	letter-spacing: 0;
	border-width: 2px;
	}
	.cmshtml div.side_bnr_in a {
	height: 50px;
	padding-left: 45px;
	padding-right: 25px;
	}
	.cmshtml div.side_bnr_in a::before {
	width: 24px;
	height: 24px;
	left: 12px;
	}
	.cmshtml div.side_bnr_in a::after {
	right: 8px;
	}
}
@media screen and (max-width:1320px) {
	.cmshtml .body_wrap.is-fixed div.side_bnr {
	bottom: 80px;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.side_bnr {
	width: 150px;
	bottom: calc(50% - 90px);
	}
	.cmshtml .body_wrap.is-fixed div.side_bnr {
	bottom: 70px;
	}
	.cmshtml div.side_bnr_in {
	font-size: 14px;
	}
	.cmshtml div.side_bnr_in a {
	height: 40px;
	padding-left: 40px;
	padding-right: 15px;
	}
	.cmshtml div.side_bnr_in a::before {
	width: 20px;
	height: 20px;
	left: 10px;
	}
	.cmshtml div.side_bnr_in a::after {
	width: calc(7px * .7);
	height: calc(11px * .7);
	right: 5px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.side_bnr_in:hover {
	background-color: #fff;
	transition: .3s !important;
	}
	.cmshtml div.side_bnr_in_sale:hover {
	color: #f79319;
	}
	.cmshtml div.side_bnr_in_cnt:hover {
	color: #1b3fa5;
	}
	.cmshtml div.side_bnr_in_sale:hover a::before {
	background-image: url(../img/ico_sale.svg);
	}
	.cmshtml div.side_bnr_in_cnt:hover a::before {
	background-image: url(../img/ico_mail.svg);
	}
	.cmshtml div.side_bnr_in_sale:hover a::after {
	background-image: url(../img/ico_arrow_o.png);
	}
	.cmshtml div.side_bnr_in_cnt:hover a::after {
	background-image: url(../img/ico_arrow_blue.png);
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.side_bnr {
	position: fixed;
	display: flex;
	width: 100%;
	/*max-width: 375px;*/
	max-width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto !important;
	border-top: 1px solid #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	}
	.cmshtml .body_wrap.is-fixed div.side_bnr {
	bottom: 0;
	}
	.cmshtml div.side_bnr_in {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	text-align: center;
	}
	.cmshtml .body_wrap.is-fixed div.side_bnr_in {
	box-shadow: initial !important;
	}
	.cmshtml div.side_bnr>div {
	width: 50% !important;
	}
	.cmshtml div.side_bnr_in a {
	display: block;
	height: auto;
	padding: 10px 0;
	}
	.cmshtml div.side_bnr_in a::before,
	.cmshtml div.side_bnr_in a::after {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -2px;
	transform: inherit;
	left: inherit;
	right: inherit;
	}
	.cmshtml div.side_bnr_in a::before {
	margin-right: 10px;
	}
	.cmshtml div.side_bnr_in a::after {
	margin-left: 14px;
	}
}
@media screen and (max-width:375px) {
	.cmshtml div.side_bnr {
	width: 100% !important;
	}
}
/* wc */
#editView .cmshtml div.side_bnr {
position: relative !important;
top: inherit !important;
left: 0;
bottom: inherit !important;
transform: inherit !important;
animation: inherit !important;
margin: 20px;
}

/*-----------------------
 TOPページ
-----------------------*/
.cmshtml div.mainv {
position: relative;
height: 100vh;
}
.cmshtml div.mainv_wrap {
position: relative;
height: 100vh;
margin: auto;
}
.cmshtml div.mainv_img {
z-index: -9 !important;
position: fixed !important;
width: 100% !important;
height: 100vh !important;
top: 0 !important;
left: 0 !important;
}
.cmshtml div.mainv_img img {
object-fit: cover !important;
object-position: top center;
width: 100% !important;
height: 100% !important;
}
.cmshtml div.mainv_txt {
position: absolute;
display: flex;
align-items: center;
width: 100%;
top: 320px;
left: 0;
padding-right: 270px;
font-family: "游明朝","Yu Mincho","YuMincho",serif;
font-size: 41px;
font-weight: normal;
text-shadow: 0 0 15px #000;
line-height: 1.8;
letter-spacing: .15em;
color: #fff;
}
.cmshtml div.mainv_txt_in {
width: fit-content;
margin-left: auto;
}
@media screen and (max-width:1800px) {
	.cmshtml div.mainv_txt {
	top: 250px;
	padding-right: 150px;
	}
}
@media screen and (max-width:1339px) {
	.cmshtml div.mainv_txt {
	top: 250px;
	padding-right: 100px;
	font-size: 36px;
	}
}
@media screen and (max-width:1260px) {
	.cmshtml div.mainv_txt {
	padding-right: 80px;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.mainv_txt {
	top: 200px;
	padding-right: 50px;
	font-size: 30px;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.mainv_txt {
	padding-right: 15px;
	font-size: 24px;
	letter-spacing: inherit;
	}
	.cmshtml div.mainv_txt_in {
	width: fit-content !important;
	margin-left: auto !important;
	}
}
/* wc */
.cmshtml div.mainv .rdslide:not([data-type="3"]) .rdsp-buttons {
display: none !important;
}
#editView .cmshtml div.mainv {
height: auto;
}
#editView .cmshtml div.mainv_wrap {
height: auto;
}
#editView .cmshtml div.mainv_img {
position: static !important;
height: auto !important;
}
#editView .cmshtml div.mainv_txt {
position: static !important;
height: auto !important;
top: inherit !important;
padding: 20px;
text-shadow: inherit;
color: #000;
}

/*-----------------------
 bg01（背景白）
-----------------------*/
.cmshtml div.bg01 {
position: relative;
}
.cmshtml div.bg01::after {
z-index: -3;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
}

/*-----------------------
 top共通
-----------------------*/
.cmshtml div.top_sec {
position: relative;
padding: 120px 30px;
}
.cmshtml div.top_wrap {
position: relative;
max-width: 1260px;
margin-left: auto !important;
margin-right: auto !important;
}
.cmshtml div.top_ttl {
position: relative;
margin-bottom: 30px;
padding-top: 30px;
font-weight: bold;
text-align: center;
letter-spacing: 1px;
}
.cmshtml div.top_ttl::before {
position: absolute;
content: "";
width: 17px;
height: 17px;
top: 0;
left: 0;
right: 0;
margin: auto;
background-image: url(../img/ico_h2.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml div.top_ttl_1 {
margin-bottom: 8px;
font-family: "游明朝","Yu Mincho","YuMincho",serif;
font-size: 35px;
font-weight: normal;
line-height: 1.4;
}
.cmshtml div.top_ttl_2 {
font-family: "Cormorant Garamond", serif;
font-size: 24px;
font-style: italic;
font-weight: normal;
line-height: 1.2;
}
.cmshtml div.top_txt {
letter-spacing: 1px;
line-height: 2;
}
.cmshtml div.top_more {
position: relative;
width: fit-content;
min-width: 290px;
margin-top: 2em;
margin-left: auto;
margin-right: auto;
font-weight: bold;
text-align: center;
line-height: 1;
border: 1px solid #222;
border-radius: 100px;
}
.cmshtml div.top_more a {
position: relative;
display: block;
width: 100%;
padding: 26px 40px;
}
.cmshtml div.top_more a::before {
position: absolute;
content: "";
width: calc(9px);
height: calc(14px);
top: 50%;
transform: translateY(-50%);
right: 25px;
background-image: url(../img/ico_arrow.png);
background-repeat: no-repeat;
background-size: contain;
}
@media screen and (max-width:1320px) {
	.cmshtml div.top_wrap {
	max-width: 964px !important;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.top_sec {
	padding: 100px 30px !important;
	}
	.cmshtml div.top_wrap {
	max-width: 708px !important;
	}
	.cmshtml div.top_ttl::before {
	width: 15px;
	height: 15px;
	}
	.cmshtml div.top_ttl_1 {
	margin-bottom: 5px;
	font-size: 30px;
	}
	.cmshtml div.top_ttl_2 {
	font-size: 20px;
	}
	.cmshtml div.top_txt {
	font-size: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
	}
	.cmshtml div.top_more {
	min-width: 220px;
	margin-top: 3em !important;
	font-size: inherit;
	}
	.cmshtml div.top_more a {
	padding: 18px 30px;
	}
	.cmshtml div.top_more a::before {
	width: calc(9px * .7);
	height: calc(14px * .7);
	right: 15px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.top_more:hover {
	color: #fff;
	background-color: #11245a;
	border-color: #11245a;
	transition: background-color .3s,border-color .3s;
	}
	.cmshtml div.top_more:hover a::before {
	filter: brightness(0) invert(1);
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.top_sec {
	padding: 80px 15px !important;
	}
	.cmshtml div.top_wrap {
	max-width: 330px !important;
	margin-left: auto !important;
	}
	.cmshtml div.top_ttl {
	margin-bottom: 25px;
	padding-top: 20px;
	}
	.cmshtml div.top_ttl::before {
	width: 12px;
	height: 12px;
	}
	.cmshtml div.top_ttl_1 {
	margin-bottom: 2px;
	font-size: 26px;
	}
	.cmshtml div.top_ttl_2 {
	font-size: 16px;
	}
	.cmshtml div.top_more {
	width: fit-content !important;
	min-width: 200px;
	margin-left: auto !important;
	}
	.cmshtml div.top_more a {
	padding: 15px 30px;
	}
}
/* wc */
#editView .cmshtml div.top_ttl {
padding-top: 30px !important;
}

/*--- お知らせ ---*/
.cmshtml div.top_news {
padding-bottom: 170px;
}
.cmshtml div.top_news_wrap {
display: flex;
align-items: center;
width: calc(100% - 60px);
max-width: 1040px;
margin: auto;
padding: 73px 110px 42px 80px;
background-color: rgba(255,255,255,.85);
}
.cmshtml div.top_news_wrap>div:nth-of-type(1) {
width: 200px;
}
.cmshtml div.top_news_ttl {
}
.cmshtml div.top_news_ttl1 {
margin-bottom: 30px;
font-size: 50px;
letter-spacing: 1px;
}
.cmshtml div.top_news_ttl2,
.cmshtml div.top_service_ttl2 {
margin-bottom: 65px;
font-size: 18px;
line-height: 1;
color: #636363;
}
.cmshtml div.top_news_wrap>div:nth-of-type(2) {
width: calc(100% - 200px);
padding-left: 70px;
}
.cmshtml div.top_news_box {
}
.cmshtml div.top_news_box .rdblartlist {
/*overflow-x: hidden;
overflow-y: auto;
max-height: 570px;*/
}
.cmshtml div.top_news_box .rdblartlist::-webkit-scrollbar {
width: 6px;
}
.cmshtml div.top_news_box .rdblartlist::-webkit-scrollbar-track {
background-color: #f1f1f1;
border-radius: 0;
}
.cmshtml div.top_news_box .rdblartlist::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 100px;
}
.cmshtml div.top_news_box .rdnewArticle {
position: relative;
padding: 0;
border: 0;
border-top: 1px solid #555;
}
.cmshtml div.top_news_box .rdnewArticle>li,
.cmshtml div.top_news_box .rdnewArticle>div {
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-item {
position: relative;
padding: 16px 0;
border-bottom: 1px solid #555;
}
.cmshtml .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
border-top-width: 0;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-item:last-of-type {
}
.cmshtml div.top_news_box .rdnewArticle-thumbnail {
overflow: hidden;
display: none !important;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 200px;
background-color: #f6f6f6;
}
.cmshtml div.top_news_box .rdnewArticle-thumbnail:not(:has(img)) {
background-repeat: no-repeat;
background-position: center;
background-size: 100% auto;
}
.cmshtml div.top_news_box .rdnewArticle-thumbnail img {
object-fit: cover;
width: 100%;
height: 100%;
border-radius: 0;
max-height: none !important;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-contWrap {
display: flex;
align-items: center;
padding: 0;
border-width: 0 !important;
}
.cmshtml div.top_news_box .rdnewArticle::before {
top: 0;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContDate {
width: 120px;
padding: 0;
font-size: 15px !important;
font-weight: normal !important;
line-height: 1.4;
letter-spacing: 1px;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle {
width: calc(100% - 120px);
font-size: 15px !important;
font-weight: 500;
line-height: 1.6;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a {
position: relative;
display: inline !important;
padding: 0;
}
.cmshtml div.top_news_more {
width: fit-content;
margin-top: 30px;
margin-left: auto;
}
.cmshtml div.top_news_more a {
position: relative;
display: block;
padding: 8px 18px 8px 5px;
border-bottom: 1px solid #222;
}
.cmshtml div.top_news_more a::before {
position: absolute;
content: "";
width: calc(7px);
height: calc(11px);
top: 50%;
transform: translateY(-50%);
right: 0;
background-image: url(../img/ico_arrow.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
@media screen and (max-width:1320px) {
	.cmshtml div.top_news {
	padding-bottom: 120px;
	}
	.cmshtml div.top_news_wrap {
	padding: 70px 50px 40px 50px;
	}
	.cmshtml div.top_news_wrap>div:nth-of-type(2) {
	padding-left: 50px;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContDate {
	width: 100px;
	letter-spacing: 0;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle {
	width: calc(100% - 100px);
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.top_news {
	padding-bottom: 100px;
	}
	.cmshtml div.top_news_wrap {
	display: block;
	padding: 30px 40px;
	}
	.cmshtml div.top_news_wrap>div:nth-of-type(1) {
	width: 100%;
	}
	.cmshtml div.top_news_wrap>div:nth-of-type(2) {
	width: 100%;
	padding-left: 0;
	}
	.cmshtml div.top_news_more {
	margin-top: 20px;
	}
	.cmshtml div.top_news_more a::before {
	width: calc(7px * .7);
	height: calc(11px * .7);
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.top_news_box .rdnewArticle-thumbnail a:hover,
	.cmshtml div.rdnewArticle-ContTitle a:hover {
	opacity: .5;
	transition: .3s !important;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a:hover::before {
	right: -10px;
	transition: .3s !important;
	}
	.cmshtml div.top_news_more:hover {
	opacity: .5;
	transition: .3s !important;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.top_news {
	padding-bottom: 80px;
	}
	.cmshtml div.top_news_wrap {
	display: block;
	padding: 20px;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-item {
	padding: 10px 0;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-contWrap {
	display: block;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContDate {
	width: 100%;
	margin-bottom: 2px;
	font-size: 13px !important;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle {
	width: 100%;
	font-size: 14px !important;
	}
	.cmshtml div.top_news_more {
	width: fit-content !important;
	margin-left: auto !important;
	}
	.cmshtml div.top_news_more a {
	padding: 0 18px 0 0;
	border-bottom-width: 0;
	}
}

/*--- コンセプト ---*/
.cmshtml div.top_about {
padding-top: 190px;
padding-bottom: 150px;
}
.cmshtml div.top_about_bg {
z-index: -2;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
}
.cmshtml div.top_about_bg img {
opacity: .1;
object-fit: cover;
width: 100%;
height: 100%;
}
.cmshtml div.top_about_wrap {
}
.cmshtml div.top_about div.top_ttl {
}
.cmshtml div.top_about div.top_ttl_1 {
letter-spacing: 0;
}
.cmshtml div.top_about div.top_ttl_2 {
}
.cmshtml div.top_about_ttl_1 {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.cmshtml div.top_about_ttl_1_1 {
}
.cmshtml div.top_about_ttl_1_2 {
}
.cmshtml div.top_about_txt {
text-align: center;
line-height: 2.8;
}
.cmshtml div.top_about_txt_in {
}
@media screen and (max-width:1320px) {
}
@media screen and (max-width:1023px) {
	.cmshtml div.top_about_txt {
	text-align: left;
	line-height: inherit;
	}
	.cmshtml div.top_about_txt_in br {
	display: none;
	}
}
@media screen and (min-width:768px) {
	/* hover */
}
@media screen and (max-width:767px) {
}
/* wc */
#editView .cmshtml div.top_about_bg {
z-index: inherit;
position: relative;
margin-bottom: 30px;
}
#editView .cmshtml div.top_about_bg img {
opacity: 1;
}

/*--- イロドリの買取 ---*/
.cmshtml div.top_service {
background-color: #f8f5f1;
}
.cmshtml div.top_service_wrap {
}
.cmshtml div.top_service div.top_ttl {
}
.cmshtml div.top_service div.top_ttl_1 {
}
.cmshtml div.top_service div.top_ttl_2 {
}
.cmshtml div.top_service div.top_txt {
width: fit-content;
margin: 0 auto 50px;
}
.cmshtml div.top_service_list {
display: flex;
align-items: center;
justify-content: center;
max-width: 1011px;
margin: 0 auto;
}
.cmshtml div.top_service_list>div {
width: calc(33.3333%);
}
.cmshtml div.top_service_list_in {
padding: 12px 20px;
}
.cmshtml div.top_service_list_in + .top_service_list_in {
border-left: 2px solid #fff;
}
.cmshtml div.top_service_list_ico {
display: flex;
align-items: center;
justify-content: center;
width: 165px;
height: 165px;
margin: 0 auto 20px;
background-color: #fff;
border-radius: 100%;
}
.cmshtml div.top_service_list_ico img {
object-fit: contain;
object-position: center;
width: 100px;
height: 100px;
}
.cmshtml div.top_service_txt {
font-size: 24px;
font-weight: bold;
text-align: center;
line-height: 1.4;
letter-spacing: 1px;
}
.cmshtml div.top_service div.top_more {
margin-top: 70px;
color: #fff;
background-color: #f79319;
border-color: #f79319;
}
.cmshtml div.top_service div.top_more a::before {
filter: brightness(0) invert(1);
}
@media screen and (max-width:1320px) {
	.cmshtml div.top_service_txt {
	font-size: 20px;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.top_service_list_ico {
	width: 140px;
	height: 140px;
	}
	.cmshtml div.top_service_list_ico img {
	width: 70px;
	height: 70px;
	}
	.cmshtml div.top_service_txt {
	font-size: 18px;
	letter-spacing: 0;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.top_service div.top_more:hover {
	color: #f79319;
	outline: 2px solid #f79319;
	background-color: #fff;
	}
	.cmshtml div.top_service div.top_more:hover a::before {
	background-image: url(../img/ico_arrow_o.png);
	filter: inherit;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.top_service div.top_txt {
	margin-bottom: 30px;
	}
	.cmshtml div.top_service_list {
	flex-wrap: wrap;
	justify-content: center;
	}
	.cmshtml div.top_service_list>div {
	width: calc(50%) !important;
	}
	.cmshtml div.top_service_list_in {
	padding: 0 10px;
	}
	.cmshtml div.top_service_list_in + .top_service_list_in {
	border-left-width: 0;
	}
	.cmshtml div.top_service_list>div:nth-of-type(1) {
	border-right: 2px solid #fff;
	}
	.cmshtml div.top_service_list>div:nth-of-type(3) {
	margin-top: 24px !important;
	}
	.cmshtml div.top_service_list_ico {
	width: 100px !important;
	height: 100px;
	margin-left: auto !important;
	margin-bottom: 10px;
	}
	.cmshtml div.top_service_list_ico img {
	width: 50px;
	height: 50px;
	}
	.cmshtml div.top_service_txt {
	font-size: inherit;
	}
}
/* wc */

/*--- 売りたい ---*/
.cmshtml div.top_sell {
}
.cmshtml div.top_sell_wrap {
}
.cmshtml div.top_sell div.top_ttl {
}
.cmshtml div.top_sell div.top_ttl_1 {
}
.cmshtml div.top_sell div.top_ttl_2 {
}
.cmshtml div.top_sell div.top_txt {
width: fit-content;
margin: 0 auto 60px;
}
.cmshtml div.top_sell_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -12px;
}
.cmshtml div.top_sell_list>div {
width: calc(25% - 24px);
margin: 0 12px !important;
}
.cmshtml div.top_sell_list_in {
padding: 35px 24px 40px 24px;
text-align: center;
border: 1px solid transparent;
border-image: linear-gradient(to bottom, #f8a035, #5c678c) 1;
}
.cmshtml div.top_sell_list_no {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 120px;
height: 120px;
margin: 0 auto 25px;
font-family: "Cormorant Garamond", serif;
font-style: italic;
letter-spacing: .08em;
}
.cmshtml div.top_sell_list_no::before {
z-index: -1;
position: absolute;
content: "";
width: calc(100% - 2px);
height: calc(100% - 2px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-color: #fff;
border-radius: 50%;
}
.cmshtml div.top_sell_list_no::after {
z-index: -2;
position: absolute;
content: "";
width: calc(100%);
height: calc(100%);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-image: linear-gradient(to bottom, #f8a035, #5c678c);
border-radius: 50%;
}
.cmshtml div.top_sell_list_no_1 {
font-size: 29px;
line-height: 1;
}
.cmshtml div.top_sell_list_no_2 {
margin-top: -13px;
font-size: 52px;
line-height: 1;
}
.cmshtml div.top_sell_list_ttl {
display: flex;
align-items: center;
justify-content: center;
height: 79px;
margin-bottom: 23px;
font-family: "游明朝","Yu Mincho","YuMincho",serif;
font-size: 28px;
font-weight: normal;
line-height: 1.3;
letter-spacing: 2px;
}
.cmshtml div.top_sell_list_txt {
margin-bottom: 38px;
font-size: 18px;
font-weight: bold;
letter-spacing: 0;
}
.cmshtml div.top_sell_list_txt_1,
.cmshtml div.top_sell_list_txt_2 {
padding: 2px;
color: #fff;
background-color: #11245a;
border: 1px solid #11245a;
}
.cmshtml div.top_sell_list_txt_1 {
margin-bottom: 5px;
}
.cmshtml div.top_sell_list_txt_2 {
}
.cmshtml div.top_sell_list_more {
position: relative;
max-width: 210px;
margin: 0 auto;
padding: 19px 40px;
line-height: 1;
border: 1px solid #222;
border-radius: 100px;
}
.cmshtml div.top_sell_list_more::before {
position: absolute;
content: "";
width: calc(8px);
height: calc(13px);
top: 50%;
transform: translateY(-50%);
right: 20px;
background-image: url(../img/ico_arrow.png);
background-repeat: no-repeat;
background-size: contain;
}
@media screen and (max-width:1320px) {
	.cmshtml div.top_sell_list {
	margin: 0 -6px;
	}
	.cmshtml div.top_sell_list>div {
	width: calc(25% - 12px);
	margin: 0 6px !important;
	}
	.cmshtml div.top_sell_list_in {
	padding: 30px 15px;
	}
	.cmshtml div.top_sell_list_no {
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
	}
	.cmshtml div.top_sell_list_no_1 {
	font-size: 22px;
	}
	.cmshtml div.top_sell_list_no_2 {
	font-size: 44px;
	}
	.cmshtml div.top_sell_list_ttl {
	height: 63px;
	margin-bottom: 20px;
	font-size: 23px;
	letter-spacing: 0;
	}
	.cmshtml div.top_sell_list_txt {
	margin-bottom: 30px;
	font-size: 15px;
	}
	.cmshtml div.top_sell_list_txt_1,
	.cmshtml div.top_sell_list_txt_2 {
	padding: 2px 0;
	}
	.cmshtml div.top_sell_list_txt_1 {
	margin-bottom: 4px;
	}
	.cmshtml div.top_sell_list_more {
	max-width: 180px;
	padding: 14px 25px;
	font-size: 14px;
	}
	.cmshtml div.top_sell_list_more::before {
	width: calc(8px * .7);
	height: calc(13px * .7);
	right: 12px;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.top_sell div.top_txt {
	margin-bottom: 30px;
	}
	.cmshtml div.top_sell_list {
	flex-wrap: wrap;
	max-width: 520px;
	margin: -6px auto;
	}
	.cmshtml div.top_sell_list>div {
	width: calc(50% - 12px);
	margin: 6px !important;
	}
	.cmshtml div.top_sell_list_in {
	padding: 20px 15px;
	}
	.cmshtml div.top_sell_list_no {
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	}
	.cmshtml div.top_sell_list_no_1 {
	font-size: 18px;
	}
	.cmshtml div.top_sell_list_no_2 {
	margin-top: -10px;
	font-size: 36px;
	}
	.cmshtml div.top_sell_list_ttl {
	height: 52px;
	margin-bottom: 15px;
	font-size: 20px;
	letter-spacing: 0;
	}
	.cmshtml div.top_sell_list_txt {
	margin-bottom: 20px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.top_sell_list_in:hover {
	background-color: #d2daf0;
	border-image: linear-gradient(to bottom, #d2daf0, #d2daf0) 1;
	transition: .3s;
	}
	.cmshtml div.top_sell_list_in:hover div.top_sell_list_no {
	background-color: #fff;
	border-radius: 100%;
	transition: .3s;
	}
	.cmshtml div.top_sell_list_in:hover div.top_sell_list_txt_1,
	.cmshtml div.top_sell_list_in:hover div.top_sell_list_txt_2 {
	font-weight: 500;
	color: #222;
	background-color: #fff;
	border-color: #fff;
	transition: background-color .3s;
	}
	.cmshtml div.top_sell_list_in:hover div.top_sell_list_more {
	color: #fff;
	background-color: #1b3fa5;
	border-color: #1b3fa5;
	transition: border-color .3s,background-color .3s;
	}
	.cmshtml div.top_sell_list_in:hover div.top_sell_list_more::before {
	filter: brightness(0) invert(1);
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.top_sell_list {
	margin: -4px;
	}
	.cmshtml div.top_sell_list>div {
	width: calc(50% - 8px) !important;
	margin: 4px !important;
	}
	.cmshtml div.top_sell_list_in {
	padding: 15px 5px;
	}
	.cmshtml div.top_sell_list_no {
	width: 60px !important;
	height: 60px;
	margin-bottom: 8px;
	margin-left: auto !important;
	}
	.cmshtml div.top_sell_list_no_1 {
	font-size: 14px;
	}
	.cmshtml div.top_sell_list_no_2 {
	margin-top: -8px;
	font-size: 26px;
	}
	.cmshtml div.top_sell_list_ttl {
	height: 47px;
	margin-bottom: 10px;
	font-size: 18px;
	}
	.cmshtml div.top_sell_list_txt {
	margin-bottom: 12px;
	font-size: 12px;
	}
	.cmshtml div.top_sell_list_txt_1 {
	margin-bottom: 1px;
	}
	.cmshtml div.top_sell_list_txt_1,
	.cmshtml div.top_sell_list_txt_2 {
	padding: 0;
	}
	.cmshtml div.top_sell_list_more {
	max-width: calc(100% - 20px);
	margin-left: auto !important;
	padding: 10px 10px;
	font-size: 13px;
	letter-spacing: -1px;
	}
	.cmshtml div.top_sell_list_more::before {
	width: calc(8px * .5);
	height: calc(13px * .5);
	right: 8px;
	}
}
/* wc */
#editView .cmshtml div.top_sell_list_no {
display: block;
}
#editView .cmshtml div.top_sell_list_no_1 {
width: 100%;
}
#editView .cmshtml div.top_sell_list_no_2 {
width: 100%;
margin-top: 0 !important;
}

/*--- 物件を探す ---*/
.cmshtml div.top_buy {
background-image: url(../img/buy_bg.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
}
.cmshtml div.top_buy_wrap {
}
.cmshtml div.top_buy div.top_ttl {
margin-bottom: 88px;
color: #fff;
}
.cmshtml div.top_buy div.top_ttl::before {
filter: brightness(0) invert(1);
}
.cmshtml div.top_buy div.top_ttl_1 {
}
.cmshtml div.top_buy div.top_ttl_2 {
}
.cmshtml div.top_buy_list {
display: flex;
flex-wrap: wrap;
margin: -12px;
}
.cmshtml div.top_buy_list>div {
width: calc(25% - 24px);
margin: 12px !important;
}
.cmshtml div.top_buy_list_in {
position: relative;
padding: 5px;
background-color: #fff;
border: 2px solid #fff;
}
.cmshtml div.top_buy_list_cat {
z-index: 1;
position: absolute;
width: fit-content;
min-width: 100px;
top: 5px;
left: 5px;
padding: 8px 10px;
text-align: center;
line-height: 1;
color: #fff;
}
.cmshtml div.cat01 {
background-color: #f09a2b;
}
.cmshtml div.cat02 {
background-color: #c34513;
}
.cmshtml div.cat03 {
background-color: #1b3fa5;
}
.cmshtml div.cat04 {
background-color: #da5454;
}
.cmshtml div.cat05 {
background-color: #2faa83;
}
.cmshtml div.top_buy_list_img {
overflow: hidden;
}
.cmshtml div.top_buy_list_img img {
object-fit: cover;
aspect-ratio: 287 / 213;
width: 100%;
height: 100%;
}
.cmshtml div.top_buy_list_box {
padding: 15px;
letter-spacing: 1px;
line-height: 1.8;
}
.cmshtml div.top_buy div.top_more {
margin-top: 80px;
color: #fff;
border-color: #fff;
}
.cmshtml div.top_buy div.top_more a::before {
filter: brightness(0) invert(1);
}
@media screen and (max-width:1320px) {
	.cmshtml div.top_buy div.top_ttl {
	margin-bottom: 50px;
	}
	.cmshtml div.top_buy_list {
	margin: -6px;
	}
	.cmshtml div.top_buy_list>div {
	width: calc(25% - 12px);
	margin: 6px !important;
	}
	.cmshtml div.top_buy_list_box {
	padding: 5px 10px 10px 10px;
	letter-spacing: 0;
	line-height: inherit;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.top_buy div.top_ttl {
	margin-bottom: 40px;
	}
	.cmshtml div.top_buy_list>div {
	width: calc(33.3333% - 12px);
	}
	.cmshtml div.top_buy_list_box {
	padding: 5px 10px 10px 10px;
	font-size: 15px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.top_buy_list_in:hover {
	background-color: rgba(255,255,255,.8);
	transition: .3s;
	}
	.cmshtml div.top_buy_list_in:hover div.top_buy_list_cat {
	opacity: .8;
	}
	.cmshtml div.top_buy_list_in:hover div.top_buy_list_img img {
	opacity: .5;
	transform: scale(1.1, 1.1);
	transition: .5s;
	}
	.cmshtml div.top_buy div.top_more:hover {
	color: #222;
	background-color: #fff;
	}
	.cmshtml div.top_buy div.top_more:hover a::before {
	filter: inherit;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.top_buy div.top_ttl {
	margin-bottom: 40px;
	}
	.cmshtml div.top_buy_list {
	margin: -4px;
	}
	.cmshtml div.top_buy_list>div {
	width: calc(50% - 8px) !important;
	margin: 4px !important;
	}
	.cmshtml div.top_buy_list_in {
	padding: 5px;
	border-width: 0;
	}
	.cmshtml div.top_buy_list_box {
	padding: 5px;
	font-size: 15px;
	}
	.cmshtml div.top_buy_list_img {
	}
	.cmshtml div.top_buy_list_cat {
	width: fit-content !important;
	min-width: 60px;
	padding: 4px 8px;
	font-size: 13px;
	}
	.cmshtml div.top_buy_list_box {
	font-size: 13px;
	}
}
/* wc */
#editView .cmshtml div.top_buy_list_cat {
position: relative;
top: inherit;
left: inherit;
margin: 5px;
}

/*--- 不動産再生 ---*/
.cmshtml div.top_rev {
padding-top: 377px;
}
.cmshtml div.top_rev_bg {
overflow: hidden;
z-index: -2;
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
}
.cmshtml div.top_rev_bg img {
object-fit: cover;
width: 100%;
height: auto;
}
.cmshtml div.top_rev_wrap {
display: flex;
padding: 120px 0 0 100px;
background-color: #fff;
}
.cmshtml div.top_rev_wrap>div:nth-of-type(1) {
width: 500px;
}
.cmshtml div.top_rev_box {
padding-bottom: 259px;
}
.cmshtml div.top_rev div.top_ttl {
}
.cmshtml div.top_rev div.top_ttl_1 {
}
.cmshtml div.top_rev div.top_ttl_2 {
}
.cmshtml div.top_rev div.top_txt {
max-width: 400px;
margin: auto;
}
.cmshtml div.top_rev div.top_more {
margin-top: 68px;
}
.cmshtml div.top_rev_wrap>div:nth-of-type(2) {
position: relative;
width: calc(100% - 500px);
}
.cmshtml div.top_rev_img {
}
.cmshtml div.top_rev_img_wrap {
position: absolute;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
width: 812px;
top: -20px;
left: 0;
}
.cmshtml div.top_rev_img_wrap>div:nth-of-type(1) {
width: 48%;
padding-right: 26px;
}
.cmshtml div.top_rev_img_wrap>div:nth-of-type(2) {
width: 52%;
}
.cmshtml div.top_rev_img_wrap_in1 {
}
.cmshtml div.top_rev_img_wrap_in2 {
}
.cmshtml div.top_rev_img_wrap>div:nth-of-type(1) {
}
.cmshtml div.top_rev_img_wrap>div:nth-of-type(2) {
padding-top: 90px;
}
.cmshtml div.top_rev_img_wrap_in1>div:nth-of-type(1) {
padding-bottom: 26px;
}
.cmshtml div.top_rev_img_wrap_in1>div:nth-of-type(2) {
}
.cmshtml div.top_rev_img_wrap_in2>div:nth-of-type(1) {
padding-bottom: 26px;
}
.cmshtml div.top_rev_img_wrap_in2>div:nth-of-type(2) {
}
.cmshtml div.top_rev_img_in {
}
.cmshtml div.top_rev_img_1 {
}
.cmshtml div.top_rev_img_2 {
}
.cmshtml div.top_rev_img_3 {
}
.cmshtml div.top_rev_img_4 {
}
.cmshtml div.top_rev_img_in img {
object-fit: cover;
}
.cmshtml div.top_rev_img_1 img {
width: calc(238px);
height: calc(352px);
margin-right: 0;
}
.cmshtml div.top_rev_img_2 img {
width: calc(358px);
height: calc(246px);
margin-right: 0;
}
.cmshtml div.top_rev_img_3 img {
width: calc(426px);
height: calc(349px);
margin-left: 0;
}
.cmshtml div.top_rev_img_4 img {
width: calc(306px);
height: calc(235px);
margin-left: 0;
}
@media screen and (max-width:1800px) {
	.cmshtml div.top_rev_bg {
	width: 1800px;
	}
}
@media screen and (max-width:1570px) {
	.cmshtml div.top_rev {
	padding-top: 300px;
	}
	.cmshtml div.top_rev_bg {
	width: 1570px;
	}
	.cmshtml div.top_rev_box {
	padding-bottom: 210px;
	}
	.cmshtml div.top_rev_img_wrap {
	width: 690px;
	}
	.cmshtml div.top_rev_img_wrap>div:nth-of-type(1) {
	padding-right: 20px;
	}
	.cmshtml div.top_rev_img_wrap>div:nth-of-type(2) {
	}
	.cmshtml div.top_rev_img_wrap_in1>div:nth-of-type(1) {
	padding-bottom: 20px;
	}
	.cmshtml div.top_rev_img_wrap_in2>div:nth-of-type(1) {
	padding-bottom: 20px;
	}
}
@media screen and (max-width:1320px) {
	.cmshtml div.top_rev {
	padding-top: 250px;
	}
	.cmshtml div.top_rev_bg {
	width: 1320px;
	}
	.cmshtml div.top_rev_wrap {
	padding: 100px 0 0 30px;
	}
	.cmshtml div.top_rev_wrap>div:nth-of-type(1) {
	width: 450px;
	}
	.cmshtml div.top_rev_box {
	padding-right: 40px;
	padding-bottom: 200px;
	}
	.cmshtml div.top_rev_wrap>div:nth-of-type(2) {
	width: calc(100% - 450px);
	}
	.cmshtml div.top_rev_img_wrap {
	width: 510px;
	}
	.cmshtml div.top_rev_img_wrap>div:nth-of-type(1) {
	padding-right: 10px;
	}
	.cmshtml div.top_rev_img_wrap_in1>div:nth-of-type(1) {
	padding-bottom: 10px;
	}
	.cmshtml div.top_rev_img_wrap_in2>div:nth-of-type(1) {
	padding-bottom: 10px;
	}
	.cmshtml div.top_rev_img_1 img {
	width: calc(238px * .7);
	height: calc(352px * .7);
	}
	.cmshtml div.top_rev_img_2 img {
	width: calc(358px * .7);
	height: calc(246px * .7);
	}
	.cmshtml div.top_rev_img_3 img {
	width: calc(426px * .7);
	height: calc(349px * .7);
	}
	.cmshtml div.top_rev_img_4 img {
	width: calc(306px * .7);
	height: calc(235px * .7);
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.top_rev {
	padding-top: 150px !important;
	}
	.cmshtml div.top_rev_bg {
	width: 1023px;
	top: -40px;
	}
	.cmshtml div.top_rev_wrap {
	display: block;
	padding: 60px 30px 0 30px;
	}
	.cmshtml div.top_rev_wrap>div:nth-of-type(1) {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 0;
	}
	.cmshtml div.top_rev_box {
	padding-right: 0;
	padding-bottom: 30px;
	}
	.cmshtml div.top_rev div.top_txt {
	max-width: 100%;
	}
	.cmshtml div.top_rev div.top_more {
	margin-top: 30px !important;
	}
	.cmshtml div.top_rev_wrap>div:nth-of-type(2) {
	width: 100%;
	}
	.cmshtml div.top_rev_img_wrap {
	position: relative;
	width: 100%;
	top: 0;
	}
	.cmshtml div.top_rev_img_wrap>div:nth-of-type(1) {
	padding-right: 10px;
	}
	.cmshtml div.top_rev_img_wrap_in1>div:nth-of-type(1) {
	}
	.cmshtml div.top_rev_img_wrap_in2>div:nth-of-type(1) {
	}
	.cmshtml div.top_rev_img_wrap>div:nth-of-type(2) {
	padding-top: 0;
	}
	.cmshtml div.top_rev_img_1 img {
	width: 160px;
	height: 250px;
	}
	.cmshtml div.top_rev_img_2 img {
	width: 250px;
	height: 160px;
	}
	.cmshtml div.top_rev_img_3 {
	padding-top: 50px;
	}
	.cmshtml div.top_rev_img_3 img {
	width: 250px;
	height: 160px;
	}
	.cmshtml div.top_rev_img_4 img {
	width: 200px;
	height: 150px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
}
@media screen and (max-width:767px) {
	.cmshtml div.top_rev {
	padding-top: 100px !important;
	}
	.cmshtml div.top_rev_bg {
	width: 768px !important;
	top: -50px;
	}
	.cmshtml div.top_rev_wrap {
	padding: 30px 20px 0 20px;
	}
	.cmshtml div.top_rev div.top_more {
	margin-top: 20px !important;
	}
	.cmshtml div.top_rev_img_wrap>div:nth-of-type(1) {
	width: 48% !important;
	}
	.cmshtml div.top_rev_img_wrap>div:nth-of-type(2) {
	width: 42% !important;
	}
	.cmshtml div.top_rev_img_1 img {
	width: 100px;
	height: 150px;
	}
	.cmshtml div.top_rev_img_2 img {
	width: 150px;
	height: 100px;
	}
	.cmshtml div.top_rev_img_3 {
	padding-top: 20px;
	}
	.cmshtml div.top_rev_img_3 img {
	width: 150px;
	height: 100px;
	}
	.cmshtml div.top_rev_img_4 img {
	width: 120px;
	height: 90px;
	}
}
/* wc */
#editView .cmshtml div.top_rev {
padding-top: 0 !important;
}
#editView .cmshtml div.top_rev_bg {
z-index: inherit;
position: relative;
width: 100% !important;
top: inherit;
}
#editView .cmshtml div.top_rev_img_wrap {
position: relative;
width: auto;
top: inherit;
}

/*-----------------------
 下層ページテンプレート
-----------------------*/
/*-- 下層共通body --*/
.cmshtml div.lowbody {
}
.cmshtml div.lowbody_wrap {
}

/*-- 下層ヘッダー --*/
.cmshtml div.lowbody_wrap div.logo {
}
@media screen and (max-width:1439px) {
}
@media screen and (max-width:1320px) {
}
@media screen and (max-width:1023px) {
}
@media screen and (max-width:767px) {
}

/*-- 下層メインエリア --*/
.cmshtml .lowpage {
position: relative;
padding: 100px 0;
}
@media screen and (max-width:767px) {
	.cmshtml .lowpage {
	padding: 60px 0;
	}
}

/*-- 下層フッター --*/
.cmshtml .lowbody_wrap div.footer {
position: relative;
}
@media screen and (max-width:767px) {
}

/*-- ページタイトル --*/
.cmshtml div.pagettl {
position: relative;
margin-left: auto;
margin-right: auto;
}
.cmshtml div.pagettl_img {
position: relative;
}
.cmshtml div.pagettl_img::before {
opacity: .5;
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom, #fff 0%,transparent 80%);
}
.cmshtml div.pagettl_img img {
object-fit: cover;
width: 100%;
height: 250px;
}
.cmshtml div.pagettl_ttl_box {
z-index: 1;
position: absolute;
width: 100%;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
padding: 0 30px;
text-align: center;
text-shadow: 0 0 10px #fff;
line-height: 1;
}
.cmshtml div.pagettl_ttl_1 {
margin-bottom: 20px;
font-family: "Cormorant Garamond", serif;
font-style: italic;
font-size: 28px;
letter-spacing: 1px;
}
.cmshtml div.pagettl_ttl_2 {
font-family: "游明朝","Yu Mincho","YuMincho",serif;
font-size: 36px;
}
@media screen and (max-width:1439px) {
}
@media screen and (max-width:1320px) {
}
@media screen and (max-width:1023px) {
	.cmshtml div.pagettl_img img {
	width: 100%;
	height: 200px;
	}
	.cmshtml div.pagettl_ttl_box {
	bottom: 20px;
	}
	.cmshtml div.pagettl_ttl_1 {
	font-size: 22px;
	}
	.cmshtml div.pagettl_ttl_2 {
	font-size: 30px;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.pagettl_img img {
	height: 150px;
	}
	.cmshtml div.pagettl_ttl_box {
	bottom: 18px;
	padding: 0 15px;
	}
	.cmshtml div.pagettl_ttl_1 {
	margin-bottom: 8px;
	font-size: 18px;
	}
	.cmshtml div.pagettl_ttl_2 {
	font-size: 24px;
	}
}
/* wc */
#editView .cmshtml div.pagettl_ttl_box {
position: relative;
top: inherit;
bottom: inherit;
left: inherit;
transform: inherit;
padding: 30px;
text-shadow: inherit;
color: #000;
}
#editView .cmshtml div.pagettl_img::before {
display: none;
}
#editView .cmshtml div.pagettl_ttl_1,
#editView .cmshtml div.pagettl_ttl_2 {
color: #000;
}

/* 背景あり */
.bg02 {
position: relative;
}
.bg02::after {
z-index: -9;
position: fixed;
content: "";
width: 100%;
height: 100vh;
top: 0;
left: 0;
background-image: url(../img/buy_bg.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
}
/* wc */
#editView .bg02 {
background-image: url(../img/buy_bg.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
}
#editView .bg02::after {
display: none;
}

/*-----------------------
 フォーム
-----------------------*/
.cmshtml input,
.cmshtml select,
.cmshtml textarea {
font-family: inherit;
}
.cmshtml input[type="text"],
.cmshtml input[type="password"],
.cmshtml input[type="date"],
.cmshtml input[type="email"],
.cmshtml textarea {
-webkit-appearance: none;
}
.cmshtml input[type="file"] {
-webkit-appearance: none;
background-color: transparent;
}
.cmshtml input[type="text"]:focus,
.cmshtml input[type="password"]:focus,
.cmshtml input[type="date"]:focus,
.cmshtml input[type="email"]:focus,
.cmshtml textarea:focus {
background-color: #faffd7 !important;
border-color: #aaa !important;
box-shadow: inherit !important;
}
.cmshtml input[readonly="readonly"]:focus {
background-color: #fff !important;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit {
cursor: pointer;
font-size: 16px;
padding: 10px 30px !important;
background-color: #333 !important;
border-color: #333 !important;
border-radius: 4px;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit:hover,
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit:focus {
opacity: .5 !important;
box-shadow: inherit !important;
}
@media screen and (min-width:768px) {
	.cmshtml .contact_item_table {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	}
	.cmshtml .contact_item_title {
	width: 200px;
	padding-right: 20px !important;
	padding-bottom: 10px !important;
	}
	.cmshtml .contact_item_title:not(:first-child) {
	margin-top: 0 !important;
	}
	.cmshtml .contact_item_input {
	width: calc(100% - 200px);
	padding-bottom: 40px;
	}
	.cmshtml .contact_item_input:not(:first-child) {
	/*margin-top: 30px;*/
	padding-bottom: 20px;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .contact_item_table {
	display: block;
	}
	.cmshtml .contact_item_title {
	width: 100%;
	padding-bottom: 10px;
	}
	.cmshtml .contact_item_input {
	width: 100%;
	padding-bottom: 30px;
	}
}

/*-----------------------
 ブログ
-----------------------*/
.cmshtml .blogcol {
display: flex;
max-width: 1200px;
margin: auto;
padding: 0 30px;
}
.cmshtml .blogcol_frame,
.cmshtml .blogcol_main {
width: calc(100% - 350px);
margin-right: 50px;
padding-right: 20px;
padding-left: 20px;
}
.cmshtml .blogcol_side {
width: 300px;
}
@media screen and (max-width:999px) {
	.cmshtml .blogcol {
	display: block;
	}
	.cmshtml .blogcol_frame,
	.cmshtml .blogcol_main {
	width: 100%;
	margin-right: 0;
	margin-bottom: 60px;
	}
	.cmshtml .blogcol_side {
	width: 100%;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .blogcol {
	margin-bottom: 40px;
	padding: 0 15px;
	}
	.cmshtml .blogcol_frame,
	.cmshtml .blogcol_main,
	.cmshtml .blogcol_side {
	padding-right: 5px;
	padding-left: 5px;
	}
}

/* ブログフレーム */
.cmshtml .blog {
padding-bottom: 80px;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem {
background-color: #fff;
border-width: 0;
box-shadow: inherit;
}
.cmshtml .blogcol_frame .rdpublishDate {
margin-bottom: 6px;
font-size: 15px;
color: #888;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem h3.rdarticleTitleText {
/*overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;*/
font-size: inherit;
border-bottom-width: 1px;
border-color: #333;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListExcerpt {
font-size: 90%;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .ItemrdListTagListItem {
background: #eee;
border-color: #eee;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .ItemrdListTagListItem a {
color: #4c464b;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListImageItem {
object-fit: cover;
height: 300px;
border-width: 0;
background-color: #f6f6f6;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListImageItem:not(:has(img)) {
background-image: url(../img/blog_img.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListImageItem {
}
.cmshtml .rdListImageInner a:hover {
opacity: .5;
transition: .5s;
}
.cmshtml .rdListExcerpt  a:hover {
opacity: .5;
transition: .5s;
}
@media screen and (min-width:1151515px) {
}
@media screen and (max-width:767px) {
	.cmshtml .blog {
	padding-bottom: 60px;
	}
	.cmshtml .blogcol_frame .rdListShort .rdListItem {
	width: 100%;
	margin: 0 0 20px 0;
	}
	.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListImageItem {
	height: 245px;
	}
}

/* ブログ記事 */
.cmshtml .blogcol_main .rdarticleTitle h3 {
border-bottom-color: #ccc;
}
.cmshtml .blogcol_main .rdpublishDate {
margin-bottom: 6px;
font-size: 16px;
color: #888;
}

/* ブログメニュー */
.cmshtml .blogcol_side h2,
.cmshtml .lowbody .blogcol_side h2,
.cmshtml .lowbody .blogcol_side .rdplanetitle h2 {
width: 100% !important;
margin-bottom: 0;
padding: 10px 5px !important;
font-size: 16px !important;
font-weight: bold !important;
text-align: center;
color: #333 !important;
background-color: #ddd !important;
background-image: inherit !important;
background-clip: inherit !important;
-webkit-text-fill-color: inherit !important;
}
.cmshtml .blogcol_side h2::before,
.cmshtml .lowbody .blogcol_side h2::before,
.cmshtml .lowbody .blogcol_side .rdplanetitle h2::before,
.cmshtml .blogcol_side h2::after,
.cmshtml .lowbody .blogcol_side h2::after,
.cmshtml .lowbody .blogcol_side .rdplanetitle h2::after {
display: none !important;
}
.cmshtml .blogcol_side .rdblartlist {
padding: 0;
border: 0;
}
.cmshtml .blogcol_side .rdnewArticle {
padding: 0;
border-width: 0;
}
.cmshtml .blogcol_side .rdBlogSearch .rdBlogSearch-btn,
.cmshtml .blogcol_side .rdCalendar .rdCalendarTable-link {
background-color: #333;
}
.cmshtml .blogcol_side .rdCategorylist .rdCategorylist-link:after {
border-color: transparent transparent transparent #333;
}
.cmshtml .blogcol_side .rdMonthlyArchive .rdMonthlyArchive-item:before {
border-color: #333;
}
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link,
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:after,
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:before,
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:after,
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:before {
background-color: #ddd;
}
.cmshtml .blogcol_side .rdYearlyArchive-item .rdYearlyArchive-link {
background-color: #f1f1f1;
}
@media (min-width:768px) {
	/* hover */
	.cmshtml .blogcol_side .rdBlogSearch .rdBlogSearch-btn:hover {
	background-color: #aaa;
	}
	.cmshtml .blogcol_side .rdCalendar .rdCalendarTable-link:hover {
	color: #fff;
	background-color: #aaa;
	}
	.cmshtml .blogcol_side .rdMonthlyArchive .rdMonthlyArchive-item:hover:before {
	border-color: #aaa;
	}
	.cmshtml .blogcol_side .rdCategorylist .rdCategorylist-link:hover {
	color: inherit;
	background-color: #eee;
	}
	.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:hover,
	.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:hover:after,
	.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:hover:before {
	color: inherit;
	background-color: #eee;
	}
	.cmshtml .blogcol_side .rdnewArticle-item:hover .rdnewArticle-ContTitle,
	.cmshtml .blogcol_side .rdMonthlyArchive a:hover {
	opacity: .5;
	transition: .5s;
	}
	.cmshtml .blogcol_side .rdCategorylist .rdCategorylist-link:hover:after {
	border-color: transparent transparent transparent #4c464b;
	}
}

/*-----------------------
 WC用
-----------------------*/

/* 見出しブロック（ブログ記事共通） */
.cmshtml .lowbody_wrap .rdplanetitle h2 {
position: relative;
width: fit-content;
margin: 0 auto 2.5em;
padding-top: 40px;
font-family: "游明朝","Yu Mincho","YuMincho",serif;
font-size: 33px;
font-weight: bold !important;
text-align: center;
}
.cmshtml .lowbody_wrap .lowpage.bg02 .rdplanetitle h2 {
color: #fff;
}
.cmshtml .lowbody_wrap .rdplanetitle h2::before {
position: absolute;
content: "";
width: 17px;
height: 17px;
top: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(../img/ico_h2.png);
background-repeat: no-repeat;
background-size: contain;
}
.cmshtml .lowbody_wrap .lowpage.bg02 .rdplanetitle h2::before {
filter: brightness(0) invert(1);
}
.cmshtml .lowbody_wrap .rdplanetitle h3 {
z-index: 1;
position: relative;
margin-bottom: 1em;
padding: 25px 20px;
font-family: "游明朝","Yu Mincho","YuMincho",serif;
font-size: 24px;
font-weight: bold !important;
color: #11245a;
background-image: linear-gradient(to right,#d2daf0,#eeeff2);
}
.cmshtml .lowbody_wrap .rdplanetitle h4 {
overflow: hidden;
position: relative;
display: flex;
align-items: center;
margin-bottom: 1em;
padding: 14px 15px;
font-family: "游明朝","Yu Mincho","YuMincho",serif;
font-size: 20px;
font-weight: bold !important;
color: #222;
background-color: #f1f1f1;
border-left: 15px solid #1b3fa5;
border-radius: 0 10px 10px 0;
}
.cmshtml .lowbody_wrap .lowpage.bg02 .rdplanetitle h4 {
background-color: #fff;
border-left-color: #298dc3;
border-width: 0 0 0 20px;
}
.cmshtml .lowbody_wrap .rdplanetitle h5 {
display: inline-block;
position: relative;
margin-bottom: 1em;
padding-bottom: 8px;
font-size: 18px;
font-weight: bold !important;
border-bottom: 3px double #11245a;
}
.cmshtml .lowbody_wrap .lowpage.bg02 .rdplanetitle h5 {
color: #fff;
border-bottom-color: #fff;
}
.cmshtml .lowbody_wrap .rdplanetitle h6 {
position: relative;
margin-bottom: 1em;
padding-left: 25px;
font-size: inherit;
font-weight: bold !important;
}
.cmshtml .lowbody_wrap .rdplanetitle h6::before {
position: absolute;
vertical-align: middle;
content: "";
width: 12px;
height: 12px;
top: 50%;
transform: translateY(-50%);
left: 5px;
background-color: #1b3fa5;
border-radius: 2px;
}
.cmshtml .lowbody_wrap .lowpage.bg02 .rdplanetitle h6 {
color: #fff;
}
.cmshtml .lowbody_wrap .lowpage.bg02 .rdplanetitle h6::before {
background-color: #fff;
}
@media screen and (max-width:1023px) {
	.cmshtml .lowbody_wrap .rdplanetitle h3 {
	padding: 20px 15px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h3::after {
	background-size: 800px auto;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .lowbody_wrap .rdplanetitle h2 {
	margin-bottom: 1.5em;
	padding-top: 35px;
	font-size: 22px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h2::before {
	width: 20px;
	height: 20px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h3 {
	padding: 15px 10px;
	font-size: 20px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h3::after {
	background-size: 500px auto;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h4 {
	padding: 10px 12px 10px 20px;
	font-size: 18px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h4::before {
	width: 4px;
	height: calc(100% - 20px);
	left: 10px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h5 {
	padding-bottom: 5px;
	font-size: 17px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h6 {
	padding-left: 20px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h6::before {
	width: 10px;
	height: 10px;
	}
}
/* wc */

/* アンカー */
/*
.cmshtml {
scroll-snap-type: y mandatory;
scroll-padding-top: 70px;
}
@media screen and (max-width: 767px) {
	.cmshtml {
	scroll-padding-top: 30px;
	}
}
*/

/*-----------------------
装飾指定クラス
-----------------------*/
/* box01 */
.cmshtml div.box01 {
}
@media screen and (max-width: 767px) {
	.cmshtml div.box01 {
	max-width: 100% !important;
	padding: 0 3% !important;
	}
}

/* リンクボタン */
.cmshtml .link01,
.cmshtml .link02,
.cmshtml .link03,
.cmshtml .link04 {
}
.cmshtml .link01 a,
.cmshtml .link02 a,
.cmshtml .link03 a,
.cmshtml .link04 a {
position: relative;
padding: 20px 35px 20px 30px;
font-weight: bold;
line-height: 1.4;
border: 1px solid #1b3fa5;
border-radius: 100px;
}
.cmshtml .lowbody_wrap .lowpage.bg02 .link01 a,
.cmshtml .lowbody_wrap .lowpage.bg02 .link02 a {
background-color: #298dc3;
border-color: #298dc3;
}
.cmshtml .lowbody_wrap .lowpage.bg02 .link03 a,
.cmshtml .lowbody_wrap .lowpage.bg02 .link04 a {
border-color: #fff;
}
.cmshtml .link01 a,
.cmshtml .link02 a {
color: #fff;
background-color: #1b3fa5;
}
.cmshtml .link03 a,
.cmshtml .link04 a {
background-color: #fff;
}
.cmshtml .link01 a,
.cmshtml .link03 a {
display: inline-block;
}
.cmshtml .link02 a,
.cmshtml .link04 a {
display: block;
}
.cmshtml .link01 a::after,
.cmshtml .link02 a::after,
.cmshtml .link03 a::after,
.cmshtml .link04 a::after {
position: absolute;
content: "";
width: calc(10px);
height: calc(10px);
top: 50%;
transform: translateY(-50%);
right: 15px;
background-image: url(../img/ico_arrow.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml .link01 a::after,
.cmshtml .link02 a::after {
filter: brightness(0) invert(1);
}
.cmshtml .link03 a::after,
.cmshtml .link04 a::after {
}
@media screen and (max-width: 1023px) {
	.cmshtml .link01 a,
	.cmshtml .link02 a,
	.cmshtml .link03 a,
	.cmshtml .link04 a {
	padding: 18px 30px 18px 20px;
	}
	.cmshtml .link01 a::after,
	.cmshtml .link02 a::after,
	.cmshtml .link03 a::after,
	.cmshtml .link04 a::after {
	width: calc(10px * .9);
	height: calc(10px * .9);
	right: 12px;
	}
}
@media screen and (min-width: 768px) {
	/* hover */
	.cmshtml .link01 a:hover,
	.cmshtml .link02 a:hover,
	.cmshtml .link03 a:hover,
	.cmshtml .link04 a:hover {
	background-color: #f79319 !important;
	border-color: #f79319 !important;
	color: #fff;
	transition: border-color .3s,background-color .3s !important;
	}
	.cmshtml .link03 a:hover::after,
	.cmshtml .link04 a:hover::after {
	filter: brightness(0) invert(1);
	}
}
@media screen and (max-width: 767px) {
	.cmshtml .link01 a,
	.cmshtml .link02 a,
	.cmshtml .link03 a,
	.cmshtml .link04 a {
	padding: 14px 25px 14px 20px;
	}
	.cmshtml .link01 a::after,
	.cmshtml .link02 a::after,
	.cmshtml .link03 a::after,
	.cmshtml .link04 a::after {
	width: calc(10px * .8);
	height: calc(10px * .8);
	right: 10px;
	}
}

/* table */
.cmshtml .tbl01 {
}
.cmshtml .tbl01 table {
width: 100%;
}
.cmshtml .tbl01 th,
.cmshtml .tbl01 td {
padding: 10px !important;
border: 1px solid #151515 !important;
}
.cmshtml .tbl01 th {
background-color: #f1f1f1 !important;
}
.cmshtml .tbl01 td {
background-color: #fff;
}

/* flex50 */
@media screen and (max-width: 767px) {
	.cmshtml .flex50 {
	flex: 0 1 50% !important;
	}
}

/*-----------------------
 FAQ
-----------------------*/
.cmshtml .hanyou_faq {
max-width: 100% !important;
margin: auto;
background-color: #fff;
border: 1px solid #aaa;
}
.cmshtml .hanyou_faq_q {
cursor: pointer;
position: relative;
padding: 25px 30px 20px 70px;
font-weight: bold;
}
.cmshtml .hanyou_faq_q::before,
.cmshtml .hanyou_faq_a::before {
position: absolute;
width: 30px;
height: 30px;
left: 20px;
font-size: 18px;
font-weight: normal;
text-align: center;
line-height: 30px;
border: 2px solid #1b3fa5;
border-radius: 50%;
}
.cmshtml .hanyou_faq_q::before {
content: "Q";
top: 20px;
color: #fff;
background-color: #1b3fa5;
}
.cmshtml .hanyou_faq_a::before {
content: "A";
top: 17px;
color: #1b3fa5;
}
.cmshtml .hanyou_faq_q::after {
position: absolute;
content: "";
width: 10px;
height: 10px;
top: 25px;
right: 15px;
border-style: solid;
border-color: #333;
border-width: 0 4px 4px 0;
transform: rotate(45deg);
}
.cmshtml .hanyou_faq_q.open::after {
border-width: 4px 0 0 4px;
}
.cmshtml .hanyou_faq_a {
position: relative;
padding: 20px 30px 20px 70px;
animation-name: opacity_slow;
animation-duration: 1s;
}
@keyframes opacity_slow {
	0% {
	opacity: 0;
	}
}
.cmshtml .hanyou_faq_img_a {
}
.cmshtml .hanyou_faq_img_a::after {
content:"";
display:block;
clear:both;
}
.cmshtml .hanyou_faq_a_txt {
}
.cmshtml .hanyou_faq_a_img {
float: right;
max-width: 330px;
margin-left: 30px;
}
.cmshtml .faq .tbl01 {
margin-top: 1em;
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml .hanyou_faq_q:hover {
	opacity: 0.5;
	transition: all .5s;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .hanyou_faq {
	}
	.cmshtml .hanyou_faq + .hanyou_faq {
	margin-top: -20px;
	}
	.cmshtml .hanyou_faq_q {
	padding: 17px 30px 15px 50px;
	}
	.cmshtml .hanyou_faq_q::before,
	.cmshtml .hanyou_faq_a::before {
	width: 24px;
	height: 24px;
	top: 14px;
	left: 10px;
	font-size: 16px;
	line-height: 26px;
	}
	.cmshtml .hanyou_faq_a::before {
	top: 2px;
	}
	.cmshtml .hanyou_faq_q::after {
	width: 8px;
	height: 8px;
	top: 22px;
	right: 10px;
	border-width: 0 3px 3px 0;
	}
	.cmshtml .hanyou_faq_q.open::after {
	border-width: 3px 0 0 3px;
	}
	.cmshtml .hanyou_faq_a {
	padding: 5px 30px 15px 50px;
	}
	.cmshtml .hanyou_faq_a_txt {
	}
	.cmshtml .hanyou_faq_a_img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
}

/*-----------------------
 PDF・EXCELリンクボタン
-----------------------*/
.cmshtml .linkbtn_pdf,
.cmshtml .linkbtn_xls {
}
.cmshtml .linkbtn_pdf a,
.cmshtml .linkbtn_xls a {
position: relative;
display: block;
padding: 15px 30px;
padding-left: 60px;
font-weight: 500 !important;
line-height: 1.4;
background-color: #e3e3e3;
border: 2px solid #e3e3e3;
border-radius: 8px;
}
.cmshtml .linkbtn_pdf a::before,
.cmshtml .linkbtn_xls a::before {
position: absolute;
content: "";
width: calc((81px / 2) * .8);
height: calc((90px / 2) * .8);
top: 50%;
transform: translateY(-50%);
left: 10px;
background-repeat: no-repeat;
background-size: contain;
}
.cmshtml .linkbtn_pdf a::before {
background-image: url(../img/ico_pdf.png);
}
.cmshtml .linkbtn_xls a::before {
background-image: url(../img/ico_xls.png);
}
.cmshtml .linkbtn_pdf a::after,
.cmshtml .linkbtn_xls a::after {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
margin-top: -3px;
right: 10px;
border-style: solid;
border-color: #4b4b4b;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml .linkbtn_pdf a:hover,
	.cmshtml .linkbtn_xls a:hover {
	color: #fff;
	background-image: url(../img/bg03.jpg);
	background-size: 100% 100%;
	transition: .3s !important;
	}
	.cmshtml .linkbtn_pdf:hover a::after,
	.cmshtml .linkbtn_xls:hover a::after {
	border-color: #fff;
	transition: .3s !important;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .linkbtn_pdf a,
	.cmshtml .linkbtn_xls a {
	padding: 12px 20px;
	padding-left: 42px;
	font-size: 15px;
	letter-spacing: 1px;
	}
	.cmshtml .linkbtn_pdf a::before,
	.cmshtml .linkbtn_xls a::before {
	width: calc((81px / 2) * .6);
	height: calc((90px / 2) * .6);
	left: 8px;
	}
}

/*-----------------------
 アコーディオンメニュー
-----------------------*/
.cmshtml .accordion {
}
.cmshtml .accordion_ttl {
cursor: pointer;
position: relative;
padding: 20px 50px 20px 20px;
font-size: 18px;
font-weight: bold;
background-color: #f1f1f1;
}
.cmshtml .accordion_ttl::after {
position: absolute;
content: "";
width: 8px;
height: 8px;
top: 50%;
transform: translateY(-50%);
right: 20px;
margin-top: -10px;
border-style: solid;
border-color: #000;
border-width: 0 4px 4px 0;
transform: rotate(45deg);
}
.cmshtml .open .accordion_ttl::after {
margin-top: -5px;
border-width: 4px 0 0 4px;
}
.cmshtml .accordion_txt {
display: none;
position: relative;
padding: 20px 0 50px 0;
}
.cmshtml .open .accordion_txt {
display: block;
animation-name: opacity_slow;
animation-duration: 1s;
}
@keyframes opacity_slow {
	0% {
	opacity: 0;
	}
}
.cmshtml .accordion_txt {
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml .accordion_ttl:hover {
	color: #fff;
	background-color: #1b3fa5;
	transition: background-color .3s !important;
	}
	.cmshtml .accordion_ttl:hover::after {
	border-color: #fff;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .accordion_ttl {
	padding: 15px 35px 15px 15px;
	font-size: 16px;
	}
	.cmshtml .accordion_ttl::after {
	width: 6px;
	height: 6px;
	right: 15px;
	margin-top: -3px;
	border-width: 0 2px 2px 0;
	}
	.cmshtml .open .accordion_ttl::after {
	margin-top: -3px;
	border-width: 2px 0 0 2px;
	}
	.cmshtml .accordion_txt {
	padding: 15px 0 30px 0;
	}
}
/* wc */
#editView .cmshtml .accordion_txt {
display: block !important;
}