@charset "utf-8";

/*
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

/*--------------------------------------
	common
--------------------------------------*/
* {
	-webkit-text-size-adjust: 100%;
}
/* body {
	overflow: auto;
	height: 100%;
	line-height: 1.7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	position: relative;
} */
@media screen and (max-width: 860px) {
	body {
		padding-top: 46px;
	}
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
a {
	outline: none;
	text-decoration: none;
	-webkit-transition: 280ms ease-in-out;
	    transition: 280ms ease-in-out;
}
a:hover {
	opacity: .6;
}

@media screen and (min-width: 768px) {
	.pc-only {
		display: none;
	}
}

@media screen and (max-width: 860px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 860px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}

.inner {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 860px) {
	.inner {
		padding: 0 15px;
		max-width: 100%;
		width: 100%;
	}
}

.header {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	display: flex !important;
	justify-content: flex-start !important;
	align-items: center !important;
	padding-right: 50px !important;
	width: 100% !important;
	height: 46px !important;
	background-color: #fff !important;
	box-sizing: border-box !important;
	z-index: 2 !important;
}
.header .logo {
	margin-right: 15px;
}
.header #hsns {
	margin-top: -8px;
}
.logo {
	padding-left: 14px;
}
.hamburger-menu {
	width: 50px;
	height: 40px;
	position: relative;
	border: none;
	background: transparent;
	appearance: none;
	padding: 0;
	cursor: pointer;
}
.hamburger-menu__bar {
	display: inline-block;
	width: 44%;
	height: 2px;
	background: #242424;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
}
.hamburger-menu__bar:first-child {
top: 16px;
}

.hamburger-menu__bar:nth-child(2) {
top: 24px;
}

.hamburger-menu__bar:last-child {
top: 32px;
}

.hamburger-menu--open .hamburger-menu__bar {
top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
display: none;
}

.navigation {
display: none;
background: #242424;
position: absolute;
top: 50px;
width: 100%;
z-index: 9999;
}

.navigation__list {
text-align: center;
list-style: none;
padding: 0;
margin: 0;
}

.navigation__list-item {
border-bottom: solid 1px #474747;
}

.navigation__list-item:first-child {
border-top: solid 1px #474747;
}

.navigation__link {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 24px 0;
	transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
	.navigation__link:hover {
		background: #333;
	}
}
@media(max-width:750px) {
	.nana {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.header {
		display: none !important;
	}
}


#menu-btn {
	display: none;
}
#sp-nav {
    display: none;
}
@media screen and (max-width:860px) {
	#ex_header {
		position: fixed;
		width: 100%;
		height: 46px;
		right: 0;
		top: 0;
		z-index: 2;
		background-color: #fff;
	}
	#ex_header .logo {
		display: block;
	}
	#ex_header #tbl .logo img {
		width: 180px;
	}
	#ex_header #tbl .gnaiv {
		display: none;
	}
	#ex_header #tbl .hlogo {
		padding: 0;
	}
    #ex_header #tbl {
		padding: 11px 15px;
    }
    #ex_header #tbl .sp_tel {
		margin-right: 40px;
	}
    #sp-nav {
        display: block;
        position: fixed;
        top: 0;
        right: 0px;
        bottom: 0;
        z-index: 999;
        width: 100%;
		background-color: #26a8c6;
        padding-top: 0px;
        margin-right: -100%;
        transition: ease-in-out .4s;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        padding-bottom: 120px;
    }
    #sp-nav.active {
        margin-right: 0px;
    }
    #sp-nav .hlogo {
		padding: 19px 15px;
	}
    #menu-img {
        position: fixed;
        top: 32px;
        right: 11px;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }
    #menu-btn {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }
    #menu-btn img.off {
		display: block;
	}
    #menu-btn img.on {
		display: none;
	}
    #menu-btn.active img.off {
		display: none;
	}
    #menu-btn.active img.on {
		display: block;
	}
    #menu-btn .sub-txt {
		position: absolute;
		left: 7px;
		bottom: 15px;
        text-align: center;
    }
    .NL #menu-btn .sub-txt {
		bottom: 12px;
	}
    #sp-nav ul.sns {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
    #sp-nav > nav > ul > li {
		border-bottom: 1px solid #bee5ee;
		background-color: #fff;
		color: #26a8c6;
	}
    #sp-nav ul:nth-child(1) li {
        display: block;
    }
    #sp-nav li .op-box li a {
        text-decoration: none;
        font-weight: bold;
		padding: 15px 0;
        display: block;
		color: #fff;
		border-top: 1px solid #fff;
		background: transparent url(../img/common/cursor_spnavi.svg) no-repeat right 5px bottom 10px;
    }
    #sp-nav li .op-box li:first-child a {
		border-top: none;
	}
    #sp-nav li .op-box a span {
        font-weight: normal;
        margin-left: 9px;
    }
    #sp-nav .btn,
	#sp-nav ul > li > a {
        text-decoration: none;
		font-weight: bold;
		font-size: 15px;
        cursor: pointer;
		padding: 15px 20px;
        position: relative;
		text-align: left;
        display: block;
	}
    #sp-nav .current {
		background-color: #fcee21;
		color: #26a8c6;
	}
	#sp-nav > nav > ul > li:nth-child(1) > a {
		border-top: none;
	}
    #sp-nav .btn.no-arrow:after {
        display: none;
    }
	/* #sp-nav ul > li > a:after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		display: block;
		margin-top: -5px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
    } */
	#sp-nav .sp_menu {
		margin-top: 5px;
		text-align: center;
	}
    #sp-nav .btn span,
	#sp-nav ul > li > a span {
        font-weight: normal;
        margin-left: 10px;
    }
    #sp-nav .op-box {
        display: none;
		padding: 0 20px;
		background-color: #26a8c6;
    }
    #sp-nav .stitle {
		padding: 7px 0;
		text-align: center;
		background-color: #000;
		font-weight: bold;
		font-size: 18px;
	}
    #sp-nav .sp_tel {
		position: absolute;
		right: 60px;
		top: 14px;
	}
    .accordion_icon,
	.accordion_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 10px;
        margin-top: -7px;
        top: 50%;
        vertical-align: middle;
    }
    .accordion_icon span {
        position: absolute;
        left: -6px;
        width: 50%;
        height: 2px;
        background-color: #26a8c6;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .accordion_icon span:nth-of-type(1) {
        top: 5px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .accordion_icon.active span:nth-of-type(1) {
        display: none;
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .menu-trigger,
	.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
		opacity: 1;
    }
    .menu-trigger:hover {
		opacity: 1;
	}
}
@media screen and (max-width:860px) {
    #sp-nav {
        top: 46px;
        box-sizing: border-box;
        webkit-overflow-scrolling: touch;
        overflow-y: auto;
		overflow-x: hidden;
		z-index: 100;
	}
    .fixed #menu-btn .sub-txt {
		margin-top: 0;
    }
    .menu-trigger {
		padding: 10px;
        width: 46px;
		height: 46px;
		background-color: #000;
    }
    .menu-trigger span {
        position: absolute;
        left: 7px;
        width: 32px;
        height: 2px;
        background-color: #ffffff;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 10px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 17px;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 24px;
    }
    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(6px) rotate(-30deg);
        transform: translateY(6px) rotate(-30deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(30deg);
        transform: translateY(-8px) rotate(30deg);
    }
    #sp-nav .info_navi {
		padding: 15px 20px 20px 20px;
		color: #fff;
	}
    #sp-nav .info_navi .title {
		text-align: center;
		font-weight: 600;
		font-family: "Noto Serif JP", sans-serif;
		font-size: 18px;
	}
    #sp-nav .info_navi .title span {
		color: #fcee21;
	}
    #sp-nav .info_navi.bottom {
		background-color: #000;
	}
    #sp-nav .info_navi .rows {
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
	}
    #sp-nav .info_navi .rows .list {
		flex: 0 0 47%;
	}
    #sp-nav .info_navi.bottom .rows .list {
		flex: 0 0 31%;
	}
    #sp-nav .info_navi .rows .list a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 46px;
		letter-spacing: 1px;
		background: transparent url(../img/common/cursor_spnavi.svg) no-repeat right 3px bottom 3px;
		border: 1px solid #fff;
		font-weight: 600;
		font-size: 14px;
		color: #fff;
	}
    #sp-nav .info_navi.top .rows .list:nth-child(2) a {
		letter-spacing: 0;
	}
    #sp-nav .info_navi .rows .list img {
		margin-right: 3px;
	}
}


#ex_header {
	padding: 9px 0;
}
#ex_header .inner {
	display: flex;
	justify-content: space-between;
}
#ex_header .hlogo {
	position: relative;
	margin-top: 5px;
}
#ex_header .hlogo a {
	display: block;
}
#ex_header .hlogo span {
	position: absolute;
	right: -102px;
	bottom: 11px;
	display: inline-block;
	margin-left: 10px;
}
#ex_header .hinfo {
	display: flex;
}
#ex_header .hinfo .htel {
	text-align: center;
}
#ex_header .hinfo .htel .tel a {
	line-height: 1.2;
	letter-spacing: 2px;
	font-family: Helvetica;
	font-weight: 600;
	font-size: 28px;
	color: #000;
}
#ex_header .hinfo .htel .tel img {
	margin: -4px 5px 0 0;
	vertical-align: middle;
}
#ex_header .hinfo .htel .time {
	line-height: 1.4;
	font-size: 16px;
}
#ex_header .hinfo .htel .txt {
	font-size: 10px;
}
#ex_header .hinfo .hcontact {
	margin-left: 30px;
}
#ex_header .hinfo .hcontact .txt {
	font-weight: 600;
}
#ex_header .hinfo .hcontact .btn_blk {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}
#ex_header .hinfo .hcontact .btn_blk .btn {
	flex: 0 0 48%;
}
#ex_header .hinfo .hcontact .btn_blk .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 1.2;
	background-color: #37aa24;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
}
#ex_header .hinfo .hcontact .btn_blk .btn.mail a {
	background-color: #27aecb;
}
#ex_header .hinfo .hcontact .btn_blk .btn img {
	margin-right: 10px;
}
@media screen and (max-width: 860px) {
	#ex_header {
		padding-right: 50px;
	}
	#ex_header .hlogo {
		margin-top: 0;
	}
	#ex_header .hlogo span {
		display: none;
	}
	#ex_header .hlogo img {
		width: 150px;
	}
	#ex_header .hinfo {
		display: none;
	}
}

#gnavi {
	background-color: #27aecb;
}
#gnavi .inner {
	margin: 0 auto;
	max-width: 1416px;
}
.NL #gnavi .inner {
	max-width: 1440px;
}
#gnavi #exnavi > ul {
	display: flex;
	justify-content: center;
}
#gnavi #exnavi > ul > li {
	flex: 0 0 14.4%;
	border-left: 2px solid #52bed5;
}
#gnavi #exnavi > ul > li:first-child {
	border-left: none;
}
#gnavi #exnavi > ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 5px 10px 5px;
	width: 100%;
	height: 62px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	box-sizing: border-box;
}
#gnavi #exnavi > ul li a img {
	margin: 3px 0 0 5px;
	vertical-align: middle;
}
@media screen and (max-width: 1440px) {
	#gnavi #exnavi > ul li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1350px) {
	#gnavi #exnavi > ul li a {
		font-size: 12px;
	}
}
@media screen and (max-width: 1200px) {
	#gnavi #exnavi > ul li a {
		font-size: 12px;
	}
	#gnavi #exnavi > ul li a img {
		width: 14px;
	}
}
@media screen and (max-width: 860px) {
	#gnavi {
		display: none;
	}
}
#exnavi > ul > li > ul {
	display: none;
	position: absolute;
	background-color: #27aecb;
	z-index: 2;
}
#exnavi > ul > li > ul > li {
	border-top: 2px solid #52bed5;
}
#exnavi > ul > li > ul > li:first-child {
	border-top: none;
}
#exnavi > ul > li > ul > li > a {
	padding: 10px 15px !important;
	justify-content: flex-start !important;
}

#hsns {
	display: none;
}
@media screen and (max-width: 860px) {
	#hsns {
		display: block;
	}
	#hsns ul {
		display: flex;
	}
	#hsns ul li {
		margin: 0 0 0 6px;
	}
}

#ex_footer {
	margin-top: 50px;
}
#f_top {
	padding: 40px 0;
	text-align: center;
}
#f_top .title {
	letter-spacing: 2px;
	line-height: 1.2;
	font-weight: 600;
	font-size: 34px;
}
#f_top .row {
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
	max-width: 1200px;
}
#f_top .row .info {
	flex: 0 0 46%;
}
#f_top .row .info .tel a {
	line-height: 1;
	letter-spacing: 2px;
	font-family: Helvetica;
	font-weight: 600;
	font-size: 70px;
	color: #000;
}
#f_top .row .info .tel img {
	margin: -10px 15px 0 0;
	width: 64px;
	vertical-align: middle;
}
#f_top .row .info .text {
	font-size: 12px;
}
#f_top .row .btn_blk {
	flex: 0 0 46%;
}
#f_top .row .btn_blk {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
#f_top .row .btn_blk .btn {
	flex: 0 0 48%;
}
#f_top .row .btn_blk .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 58px;
	text-align: center;
	line-height: 1.2;
	background-color: #37aa24;
	border-radius: 5px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}
#f_top .row .btn_blk .btn.mail a {
	background-color: #27aecb;
}
#f_top .row .btn_blk .btn img {
	margin-right: 10px;
}
@media screen and (max-width: 1200px) {
	#f_top .title {
		font-size: 26px;
	}
	#f_top .row .info .tel a {
		font-size: 50px;
	}
	#f_top .row .info .tel img {
		width: 44px;
	}
}
@media screen and (max-width: 860px) {
	#f_top {
		padding: 40px 0;
	}
	#f_top .title {
		letter-spacing: 0;
		line-height: 1.6;
		font-size: 18px;
	}
	#f_top .row {
		flex-wrap: wrap;
		margin: 30px auto 0;
		max-width: 100%;
	}
	#f_top .row .info {
		flex: 0 0 100%;
	}
	#f_top .row .info .tel a {
		letter-spacing: 1px;
		font-size: 40px;
	}
	#f_top .row .info .tel img {
		margin: -10px 10px 0 0;
		width: 44px;
	}
	#f_top .row .info .text {
		margin-top: 5px;
		line-height: 1.6;
		font-size: 12px;
	}
	#f_top .row .btn_blk {
		flex: 0 0 100%;
	}
	#f_top .row .btn_blk {
		flex-wrap: wrap;
		margin-top: 10px;
	}
	#f_top .row .btn_blk .btn {
		flex: 0 0 100%;
		margin: 20px auto 0;
		max-width: 300px;
	}
	#f_top .row .btn_blk .btn a {
		width: 100%;
		height: 58px;
		line-height: 1.2;
		font-size: 18px;
	}
	#f_top .row .btn_blk .btn img {
		margin-right: 10px;
	}
}
#f_center {
	padding: 50px 15px;
	background-color: #27aecb;
	color: #fff;
}
#fnavi .rows {
	display: flex;
	justify-content: space-between;
}
#fnavi .rows .list {
	flex: 0 0 16%;
}
#fnavi .rows .list .title {
	padding: 5px 8px;
	border: 3px solid #fff;
	line-height: 1.4;
	font-weight: 600;
	font-size: 14px;
}
#fnavi .rows .list ul li {
	border-bottom: 1px dotted #fff;
}
#fnavi .rows .list ul li a {
	position: relative;
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
}
#fnavi .rows .list ul li a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
@media screen and (max-width: 1300px) {
	#fnavi .rows .list .title {
		font-size: 12px;
	}
	#fnavi .rows .list ul li a {
		padding: 5px 10px;
		font-size: 12px;
	}
}
@media screen and (max-width: 860px) {
	#f_center {
		padding: 50px 0;
	}
	#fnavi .rows {
		flex-wrap: wrap;
	}
	#fnavi .rows .list {
		flex: 0 0 100%;
		margin-top: 20px;
	}
	#fnavi .rows .list:first-child {
		margin-top: 0;
	}
	#fnavi .rows .list .title {
		padding: 5px 8px;
		border: 3px solid #fff;
	}
}
#finfo {
	margin-top: 30px;
}
#finfo .rows {
	display: flex;
	justify-content: space-between;
}
#finfo .rows .address {
	flex: 0 0 30%;
	line-height: 1.8;
}
#finfo .rows .address .body {
	margin-top: 10px;
}
#finfo .rows .address .flogo span {
	display: inline-block;
	margin-left: 10px;
}
#finfo .rows .access {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 30%;
	align-content: center;
}
#finfo .rows .access .title {
	flex: 0 0 100%;
	padding-left: 8px;
	line-height: 1;
	border-left: 3px solid #fff;
	font-weight: 600;
	font-size: 24px;
}
#finfo .rows .access .body {
	flex: 0 0 100%;
	margin-top: 15px;
}
#finfo .rows .sns {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 30%;
	justify-content: flex-end;
	align-content: flex-end;
	text-align: right;
}
#finfo .rows .sns .title:after {
	content: "";
	display: inline-block;
	margin-left: 7px;
	margin-bottom: 5px;
	width: 50px;
	border-top: 1px solid #fff;
}
#finfo .rows .sns ul {
	display: flex;
}
#finfo .rows .sns ul li {
	margin-left: 17px;
}
#finfo .rows .sns ul li img {
	width: 30px;
}
@media screen and (max-width: 1300px) {
	#finfo .rows .address .body {
		font-size: 14px;
	}
	#finfo .rows .access .title {
		font-size: 20px;
	}
	#finfo .rows .access .body {
		font-size: 14px;
	}
}
@media screen and (max-width: 860px) {
	#finfo {
		margin-top: 50px;
	}
	#finfo .rows {
		flex-wrap: wrap;
	}
	#finfo .rows .address {
		flex: 0 0 100%;
	}
	#finfo .rows .address .flogo {
		text-align: center;
	}
	#finfo .rows .address .flogo span {
		display: block;
		margin-left: 0;
		text-align: center;
	}
	#finfo .rows .address .body {
		margin-top: 10px;
		font-size: 14px;
	}
	#finfo .rows .access {
		flex: 0 0 100%;
		margin-top: 30px;
	}
	#finfo .rows .access .title {
		flex: 0 0 100%;
		padding-left: 8px;
		border-left: 3px solid #fff;
		font-size: 20px;
	}
	#finfo .rows .access .body {
		flex: 0 0 100%;
		margin-top: 15px;
		font-size: 14px;
	}
	#finfo .rows .sns {
		flex: 0 0 100%;
		justify-content: center;
		align-content: center;
		text-align: center;
		margin-top: 50px;
	}
	#finfo .rows .sns .title {
		display: none;
	}
	#finfo .rows .sns ul {
		display: flex;
	}
	#finfo .rows .sns ul li {
		margin-left: 17px;
	}
	#finfo .rows .sns ul li:first-child {
		margin-left: 0;
	}
}
#f_footer .map {
	position: relative;
	width: 100%;
	height: 350px;
}
#f_footer .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
}


.ex_btn {
	margin-top: 50px;
}
.ex_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	width: 300px;
	height: 58px;
	text-align: center;
	line-height: 1.2;
	background-color: #27aecb;
	border-radius: 5px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}
.ex_btn.t2 a {
	background-color: #fff;
	color: #27aecb;
}
.ex_btn a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: transparent url(../img/common/icon_cursor.svg) no-repeat 0 0;
	background-size: 20px auto;
}
.ex_btn.t2 a:after {
	background: transparent url(../img/common/icon_cursor2.svg) no-repeat 0 0;
	background-size: 20px auto;
}
@media screen and (max-width: 860px) {
	.ex_btn a:after {
		margin-top: -8px;
		width: 16px;
		height: 16px;
		background: transparent url(../img/common/icon_cursor.svg) no-repeat 0 0;
		background-size: 16px auto;
	}
	.ex_btn.t2 a:after {
		background: transparent url(../img/common/icon_cursor2.svg) no-repeat 0 0;
		background-size: 16px auto;
	}
}

.bg_lblue {
	background-color: #e9f7fa;
}
.bg_blue {
	background-color: #27aecb;
	color: #fff;
}

.sec .inner {
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 30px;
	padding-right: 30px;
}
.sec .inner.t0 {
	padding-top: 0;
}
.sec .inner.b0 {
	padding-bottom: 0;
}
.OTHER .midashi {
	position: relative;
	text-align: center;
	line-height: 1.4;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 38px;
	color: #27aecb;
}
@media screen and (max-width: 1250px) {
	.OTHER .midashi {
		font-size: 34px;
	}
}
@media screen and (max-width: 1150px) {
	.OTHER .midashi {
		font-size: 26px;
	}
}
.OTHER .midashi.t2 {
	color: #000;
}
.OTHER .midashi span.maker {
	background:linear-gradient(transparent 70%, #ffe15e 70%);
}
.OTHER .mt20 {
	margin-top: 20px;
}
.OTHER .mt30 {
	margin-top: 30px;
}
.OTHER .mt50 {
	margin-top: 50px;
}
.OTHER .mt100 {
	margin-top: 100px;
}
.OTHER .mt150 {
	margin-top: 150px;
}
.OTHER .bg_blue .midashi {
	color: #fff;
}
.OTHER .midashi:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -30px;
	width: 60px;
	border-top: 2px solid #27aecb;
}
.OTHER .bg_blue .midashi:after {
	border-top: 2px solid #fff;
}
.OTHER .midashi.t2:after {
	border-top: none;
}
.OTHER .midashi.none:after {
	border-top: none;
}
.OTHER .lead {
	margin-top: 50px;
	text-align: center;
	line-height: 1.6;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 18px;
}
.OTHER.PAGE .lead {
	font-size: 15px;
}
@media screen and (max-width: 860px) {
	.sec .inner {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.OTHER .midashi {
		line-height: 1.6;
		font-size: 20px;
	}
	.OTHER .midashi:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -10px;
		margin-left: -15px;
		width: 30px;
	}
	.OTHER .mt50 {
		margin-top: 30px;
	}
	.OTHER .mt100 {
		margin-top: 50px;
	}
	.OTHER .mt150 {
		margin-top: 100px;
	}
	.OTHER .pt20s {
		padding-top: 20px;
	}
	.OTHER .lead {
		margin-top: 30px;
		font-size: 14px;
	}
}

#EX_TOP #topban {
	position: relative;
}
#EX_TOP #topban img {
	width: 100%;
}
#EX_TOP #topban .box {
	position: absolute;
	bottom: 5%;
	width: 100%;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	color: #fff;
}
#EX_TOP #topban .box .txt1 {
	margin: 0 auto;
	width: 80%;
	text-align: center;
}
#EX_TOP #topban .box .txt2 {
	position: relative;
	margin-top: 5%;
	line-height: 1.4;
	font-weight: 600;
	font-size: 36px;
}
#EX_TOP #topban .box .txt2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -30px;
	width: 60px;
	border-top: 2px solid #fff;
}
#EX_TOP #topban .box .txt3 {
	margin-top: 3%;
	line-height: 1.6;
	font-size: 18px;
}
@media screen and (max-width: 860px) {
#EX_TOP #topban .box {
	bottom: 16%;
}
	#EX_TOP #topban .box .txt1 {
		width: 90%;
	}
	#EX_TOP #topban .box .txt2 {
		margin-top: 60px;
		font-size: 22px;
	}
	#EX_TOP #topban .box .txt2:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -20px;
		margin-left: -15px;
		width: 30px;
		border-top: 2px solid #fff;
	}
	#EX_TOP #topban .box .txt3 {
		margin-top: 50px;
		line-height: 1.8;
		font-size: 14px;
	}
}

#EX_TOP #sec1 .rows {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
#EX_TOP #sec1 .rows .list {
	flex: 0 0 32%;
	margin-left: 2%;
	margin-top: 30px;
}
#EX_TOP #sec1 .rows .list:nth-child(3n+1) {
	margin-left: 0;
}
@media screen and (max-width: 860px) {
	#EX_TOP #sec1 .rows {
		margin-top: 10px;
	}
	#EX_TOP #sec1 .rows .list {
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 20px;
	}
}

#EX_TOP #sec2 .rows {
	display: flex;
	flex-wrap: wrap;
}
#EX_TOP #sec2 .rows .list {
	flex: 0 0 32%;
	margin-left: 2%;
	margin-top: 30px;
}
#EX_TOP #sec2 .rows .list:nth-child(3n+1) {
	margin-left: 0;
}
#EX_TOP #sec2 .rows .list .title {
	padding: 10px 15px 13px 15px;
	line-height: 1.4;
	background-color: #27aecb;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}
@media screen and (max-width: 860px) {
	#EX_TOP #sec2 .rows {
		margin-top: 10px;
	}
	#EX_TOP #sec2 .rows .list {
		flex: 0 0 48%;
		margin-left: 4%;
		margin-top: 15px;
	}
	#EX_TOP #sec2 .rows .list:nth-child(3n+1) {
		margin-left: 4%;
	}
	#EX_TOP #sec2 .rows .list:nth-child(2n+1) {
		margin-left: 0;
	}
	#EX_TOP #sec2 .rows .list .title {
		padding: 5px 5px 8px 5px;
		text-align: center;
		font-size: 12px;
	}
}

#case_blk .rows {
	display: flex;
	flex-wrap: wrap;
}
#case_blk .rows .list {
	flex: 0 0 32%;
	margin-left: 2%;
	margin-top: 30px;
}
#case_blk .rows .list:nth-child(3n+1) {
	margin-left: 0;
}
#case_blk .rows .list a {
	display: block;
	background-color: #fff;
	color: #000;
}
#case_blk .rows .list .title {
	margin-top: 10px;
	padding: 0 5px;
	min-height: 50px;
	line-height: 1.4;
	font-weight: 600;
	font-size: 18px;
}
#case_blk .rows .list .date {
	margin-top: 15px;
	padding: 0 5px;
	font-size: 12px;
	color: #275297;
}
#case_blk .rows .list .tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	padding: 8px 5px;
	background-color: #eee;
}
#case_blk .rows .list .tags span {
	display: inline-block;
	margin: 2px 5px;
	padding: 3px 10px;
	line-height: 1.4;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #275297;
	font-size: 12px;
	color: #275297;
}
@media screen and (max-width: 860px) {
	#case_blk .rows {
		margin-top: 10px;
	}
	#case_blk .rows .list {
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	#case_blk .rows .list .title {
		min-height: auto;
		font-size: 14px;
	}
	#case_blk .rows .list .date {
		margin-top: 10px;
	}
	#case_blk .rows .list .tags {
		margin-top: 5px;
	}
	#case_blk .rows .list .tags span {
		margin: 0 5px;
		padding: 3px 10px;
		font-size: 10px;
	}
}
#EX_TOP #sec4 .rows {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
#EX_TOP #sec4 .rows .list {
	flex: 0 0 48%;
	margin-left: 4%;
	margin-top: 30px;
}
#EX_TOP #sec4 .rows .list:nth-child(2n+1) {
	margin-left: 0;
}
#EX_TOP #sec4 .rows .list .title {
	position: relative;
	padding-left: 105px;
	line-height: 1.4;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 34px;
	color: #27aecb;
}
#EX_TOP #sec4 .rows .list .title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	display: block;
	width: 90px;
	height: 90px;
}
#EX_TOP #sec4 .rows .list:nth-child(1) .title:before {
	background: transparent url(../img/top/no1.svg) no-repeat 0 0;
}
#EX_TOP #sec4 .rows .list:nth-child(2) .title:before {
	background: transparent url(../img/top/no2.svg) no-repeat 0 0;
}
#EX_TOP #sec4 .rows .list:nth-child(3) .title:before {
	background: transparent url(../img/top/no3.svg) no-repeat 0 0;
}
#EX_TOP #sec4 .rows .list:nth-child(4) .title:before {
	background: transparent url(../img/top/no4.svg) no-repeat 0 0;
}
#EX_TOP #sec4 .rows .list .img {
	margin-top: 25px;
}
#EX_TOP #sec4 .rows .list .text {
	margin-top: 20px;
}
@media screen and (max-width: 1300px) {
	#EX_TOP #sec4 .rows .list .title {
		padding-left: 70px;
		font-size: 28px;
	}
	#EX_TOP #sec4 .rows .list .title:before {
		content: "";
		position: absolute;
		left: 0;
		top: 8px;
		display: block;
		width: 60px;
		height: 60px;
	}
	#EX_TOP #sec4 .rows .list:nth-child(1) .title:before {
		background: transparent url(../img/top/no1.svg) no-repeat 0 0;
		background-size: 60px auto;
	}
	#EX_TOP #sec4 .rows .list:nth-child(2) .title:before {
		background: transparent url(../img/top/no2.svg) no-repeat 0 0;
		background-size: 60px auto;
	}
	#EX_TOP #sec4 .rows .list:nth-child(3) .title:before {
		background: transparent url(../img/top/no3.svg) no-repeat 0 0;
		background-size: 60px auto;
	}
	#EX_TOP #sec4 .rows .list:nth-child(4) .title:before {
		background: transparent url(../img/top/no4.svg) no-repeat 0 0;
		background-size: 60px auto;
	}
}
@media screen and (max-width: 1250px) {
	#EX_TOP #sec4 .rows .list .title {
		font-size: 26px;
	}
}
@media screen and (max-width: 1000px) {
	#EX_TOP #sec4 .rows .list .title {
		padding-left: 60px;
		font-size: 21px;
	}
	#EX_TOP #sec4 .rows .list .title:before {
		content: "";
		position: absolute;
		left: 0;
		top: 8px;
		display: block;
		width: 50px;
		height: 50px;
	}
	#EX_TOP #sec4 .rows .list:nth-child(1) .title:before {
		background: transparent url(../img/top/no1.svg) no-repeat 0 0;
		background-size: 50px auto;
	}
	#EX_TOP #sec4 .rows .list:nth-child(2) .title:before {
		background: transparent url(../img/top/no2.svg) no-repeat 0 0;
		background-size: 50px auto;
	}
	#EX_TOP #sec4 .rows .list:nth-child(3) .title:before {
		background: transparent url(../img/top/no3.svg) no-repeat 0 0;
		background-size: 50px auto;
	}
	#EX_TOP #sec4 .rows .list:nth-child(4) .title:before {
		background: transparent url(../img/top/no4.svg) no-repeat 0 0;
		background-size: 50px auto;
	}
}
@media screen and (max-width: 860px) {
	#EX_TOP #sec4 .rows {
		margin-top: 30px;
	}
	#EX_TOP #sec4 .rows .list {
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	#EX_TOP #sec4 .rows .list .title {
		padding-left: 60px;
		font-size: 19px;
	}
	#EX_TOP #sec4 .rows .list .title:before {
		content: "";
		position: absolute;
		left: 0;
		top: 1px;
		display: block;
		width: 50px;
		height: 50px;
	}
	#EX_TOP #sec4 .rows .list:nth-child(1) .title:before {
		background: transparent url(../img/top/no1.svg) no-repeat 0 0;
		background-size: 50px auto;
	}
	#EX_TOP #sec4 .rows .list:nth-child(2) .title:before {
		background: transparent url(../img/top/no2.svg) no-repeat 0 0;
		background-size: 50px auto;
	}
	#EX_TOP #sec4 .rows .list:nth-child(3) .title:before {
		background: transparent url(../img/top/no3.svg) no-repeat 0 0;
		background-size: 50px auto;
	}
	#EX_TOP #sec4 .rows .list:nth-child(4) .title:before {
		background: transparent url(../img/top/no4.svg) no-repeat 0 0;
		background-size: 50px auto;
	}
	#EX_TOP #sec4 .rows .list .img {
		margin-top: 15px;
	}
	#EX_TOP #sec4 .rows .list .text {
		margin-top: 15px;
		font-size: 14px;
	}
}
#EX_TOP #sec5 .in {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}
#EX_TOP #sec5 .movie {
	margin-top: 30px;
	width: 100%;
	aspect-ratio: 16 / 9;
}
#EX_TOP #sec5 .movie iframe {
  width: 100%;
  height: 100%;
}
#EX_TOP #sec5 .text {
	margin-top: 20px;
}

#EX_TOP #sec6 .in {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}
#EX_TOP #sec6 .rows {
	display: flex;
	flex-wrap: wrap;
}
#EX_TOP #sec6 .rows .list {
	flex: 0 0 46%;
	margin-left: 8%;
	margin-top: 40px;
}
#EX_TOP #sec6 .rows .list:nth-child(2n+1) {
	margin-left: 0;
}
#EX_TOP #sec6 .rows .list .title {
	position: relative;
	margin-top: 10px;
	text-align: center;
	line-height: 1.4;
	font-weight: 600;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 26px;
	color: #fff;
}
#EX_TOP #sec6 .rows .list .title:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: transparent url(../img/common/icon_cursor.svg) no-repeat 0 0;
	background-size: 24px auto;
}
@media screen and (max-width: 860px) {
	#EX_TOP #sec6 .rows .list {
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	#EX_TOP #sec6 .rows .list .title {
		font-size: 22px;
	}
}
#EX_TOP #sec6 .rows2 {
	margin: 60px auto 0;
	max-width: 1080px;
	width: 100%;
}
#EX_TOP #sec6 .rows2 .list {
	margin-top: 20px;
}
#EX_TOP #sec6 .rows2 .list a {
	display: flex;
	padding: 10px 0;
	line-height: 1.4;
	border: 2px solid #fff;
	font-size: 20px;
	color: #fff;
}
#EX_TOP #sec6 .rows2 .list .date {
	flex: 0 0 150px;
	padding: 0 15px;
	letter-spacing: 1px;
}
#EX_TOP #sec6 .rows2 .list .title {
	flex: 1;
	padding: 0 15px;
	border-left: 2px solid #fff;
}
@media screen and (max-width: 860px) {
	#EX_TOP #sec6 .rows2 {
		margin: 40px auto 0;
		width: 100%;
	}
	#EX_TOP #sec6 .rows2 .list {
		margin-top: 20px;
	}
	#EX_TOP #sec6 .rows2 .list a {
		display: block;
		padding: 5px 10px 10px;
		font-size: 16px;
	}
	#EX_TOP #sec6 .rows2 .list .date {
		padding: 0;
	}
	#EX_TOP #sec6 .rows2 .list .title {
		margin-top: 5px;
		padding: 0;
		border-left: none;
	}
}

.OTHER #mainimg {
	margin-top: 20px;
}
.OTHER #mainimg .page_title {
	padding: 10px 15px;
	background-color: #000;
	color: #fff;
}
.OTHER #mainimg .img img {
	width: 100%;
}
@media screen and (max-width: 860px) {
	.OTHER #mainimg {
		margin-top: 0;
	}
	.OTHER #mainimg .page_title {
		padding: 5px 15px;
	}
}

#bread {
	padding: 5px 0 10px;
}
#bread li {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	font-size: 14px;
}
#bread li:first-child {
	padding-left: 0;
}
#bread li::before {
	content: "»";
	position: absolute;
	left: 3px;
	top: 0;
	font-size: 14px;
}
#bread li:first-child::before {
	content: "";
	padding-left: 0;
}
#bread li a {
	font-size: 14px;
	color: #000;
}
@media screen and (max-width: 860px) {
	#bread li a {
		font-size: 12px;
	}
}

h2.ptitle {
	font-size: 18px;
	color: #fff;
	padding: 0.8em 1em;
	border-radius:5px;
	background: linear-gradient(#007ab5 0%, #007ab5 50%, #004364 50%, #0099e3 100%);
}
@media screen and (max-width: 860px) {
	h2.ptitle {
		font-size: 14px;
	}
}

.single {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

.contact_blk.bg {
	padding: 20px 0 30px 0;
	background-color: #e9f7fa;
}
.contact_blk .title {
	margin-bottom: 20px;
	padding: 10px 0;
	line-height: 1.4;
	background-color: #fff;
	border-top: 2px solid #27aecb;
	border-bottom: 2px solid #27aecb;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #27aecb;
}
.contact_blk .title2 {
	margin-bottom: 20px;
	padding: 10px 0;
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
}
.contact_blk .row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto;
	max-width: 1200px;
}
.PAGE .contact_blk .row {
	padding: 0 20px;
}
.contact_blk .row .info {
	flex: 0 0 46%;
	text-align: center;
}
.PAGE .contact_blk .row .info {
	flex: 0 0 48%;
}
.contact_blk .row .info .tel a {
	line-height: 1;
	letter-spacing: 2px;
	font-family: Helvetica;
	font-weight: 600;
	font-size: 70px;
	color: #000;
}
.PAGE .contact_blk .row .info .tel a {
	font-size: 58px;
}
.contact_blk .row .info .tel img {
	margin: -10px 15px 0 0;
	width: 64px;
	vertical-align: middle;
}
.contact_blk .row .info .text {
	font-size: 12px;
}
.PAGE .contact_blk .row .info .text {
	font-size: 11px;
}
.contact_blk .row .btn_blk {
	flex: 0 0 46%;
}
.contact_blk .row .btn_blk {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.contact_blk .row .btn_blk .btn {
	flex: 0 0 48%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 58px;
	text-align: center;
	line-height: 1.2;
	background-color: #27aecb;
	border-radius: 5px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}
.contact_blk .row .btn_blk .btn a:hover {
	opacity: 1;
}
.contact_blk .row .btn_blk .btn.estimate {
	background-color: #50442f;
}
.contact_blk .row .btn_blk .btn img {
	margin-right: 10px;
}
.contact_blk .row .btn_blk .btn.line a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 58px;
	text-align: center;
	line-height: 1.2;
	background-color: #37aa24;
	border-radius: 5px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}
.contact_blk .row .btn_blk .btn.mail a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 58px;
	text-align: center;
	line-height: 1.2;
	background-color: #27aecb;
	border-radius: 5px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}
@media screen and (max-width: 1200px) {
	.contact_blk .row .btn_blk .btn {
		margin: 20px auto 0;
		max-width: 300px;
	}
	.contact_blk .row .info .tel a {
		font-size: 50px;
	}
	.PAGE .contact_blk .row .info .tel a {
		font-size: 50px;
	}
	.contact_blk .row .info .tel img {
		width: 44px;
	}
	.contact_blk .row .btn_blk .btn.line a,
	.contact_blk .row .btn_blk .btn.mail a {
		width: 100%;
		height: 58px;
		line-height: 1.2;
		font-size: 18px;
	}
}
@media screen and (max-width: 860px) {
	.contact_blk .title {
		margin-bottom: 20px;
		padding: 10px 0;
		font-size: 16px;
	}
	.contact_blk .title2 {
		margin-bottom: 0;
		padding: 10px 0;
		font-size: 18px;
	}
	.contact_blk .row {
		flex-wrap: wrap;
		max-width: 100%;
	}
	.contact_blk .row .info {
		flex: 0 0 100%;
	}
	.PAGE .contact_blk .row .info {
		flex: 0 0 100%;
	}
	.contact_blk .row .info .tel a {
		letter-spacing: 1px;
		font-size: 42px;
	}
	.PAGE .contact_blk .row .info .tel a {
		font-size: 37px;
	}
	.contact_blk .row .info .tel img {
		margin: -10px 10px 0 0;
		width: 44px;
	}
	.contact_blk .row .info .text {
		margin-top: 5px;
		line-height: 1.6;
		font-size: 12px;
	}
	.contact_blk .row .btn_blk {
		flex: 0 0 100%;
	}
	.contact_blk .row .btn_blk {
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.contact_blk .row .btn_blk .btn {
		flex: 0 0 48%;
		margin: 20px auto 0;
		max-width: 300px;
	}
	.contact_blk .row .btn_blk .btn {
		width: 100%;
		height: 58px;
		line-height: 1.2;
		font-size: 18px;
	}
	.contact_blk .row .btn_blk .btn img {
		margin-right: 10px;
	}
}

.OTHER.PAGE #sec1 .img {
	margin-top: 60px;
}
.OTHER.PAGE #sec1 .text {
	margin-top: 20px;
}
@media screen and (max-width: 860px) {
	.OTHER.PAGE #sec1 .img {
		margin-top: 30px;
	}
}

#menubar {
	padding: 0 10px;
}


.EX_TSCOATING #sec2 .sub {
	text-align: center;
}
.EX_TSCOATING #sec2 .sub span {
	padding: 5px 20px 7px 25px;
	line-height: 1.4;
	letter-spacing: 2px;
	background-color: #27aecb;
	border-radius: 50px;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 800;
	font-size: 28px;
	color: #fff;
}
.EX_TSCOATING #sec2 .sub2 {
	position: relative;
	margin-top: 10px;
	text-align: center;
	letter-spacing: 2px;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 800;
	font-size: 24px;
}
.EX_TSCOATING #sec2 .sub2 span {
	font-size: 36px;
}
.EX_TSCOATING #sec2 .sub2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -30px;
	width: 60px;
	border-top: 2px solid #27aecb;
}
.EX_TSCOATING #sec2 .rows {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.EX_TSCOATING #sec2 .rows .list {
	flex: 0 0 48%;
	margin-left: 4%;
	margin-top: 30px;
}
.EX_TSCOATING #sec2 .rows .list:nth-child(2n+1) {
	margin-left: 0;
}
.EX_TSCOATING #sec2 .rows .list .title {
	line-height: 1.4;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 36px;
	color: #27aecb;
}
.EX_TSCOATING.PAGE #sec2 .rows .list .title {
	font-size: 26px;
}
.EX_TSCOATING #sec2 .rows .list .img {
	margin-top: 25px;
}
.EX_TSCOATING #sec2 .rows .list .text {
	margin-top: 20px;
}
.EX_TSCOATING #sec2 .catch {
	margin-top: 50px;
	text-align: center;
	line-height: 1.6;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #27aecb;
}
.EX_TSCOATING #sec2 .catch span {
	background:linear-gradient(transparent 70%, #ffe15e 70%);
}
.EX_TSCOATING #sec2 .btn_blk {
	display: flex;
	justify-content: center;
}
.EX_TSCOATING #sec2 .btn_blk .ex_btn {
	margin-left: 10px;
	margin-right: 10px;
}
.EX_TSCOATING #sec2 .btn_blk .ex_btn:nth-child(1) a {
	font-size: 15px;
}
@media screen and (max-width: 1300px) {
	.EX_TSCOATING #sec2 .rows .list .title {
		font-size: 28px;
	}
}
@media screen and (max-width: 860px) {
	.EX_TSCOATING #sec2 .sub span {
		padding: 3px 15px 5px 20px;
		font-size: 22px;
	}
	.EX_TSCOATING #sec2 .sub2 {
		margin-top: 10px;
		letter-spacing: 0;
		font-size: 20px;
	}
	.EX_TSCOATING #sec2 .sub2 span {
		font-size: 26px;
	}
	.EX_TSCOATING #sec2 .sub2:after {
		bottom: -20px;
		margin-left: -15px;
		width: 30px;
	}
	.EX_TSCOATING #sec2 .rows {
		margin-top: 30px;
	}
	.EX_TSCOATING #sec2 .rows .list {
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.EX_TSCOATING #sec2 .rows .list .title {
		font-size: 19px;
	}
	.EX_TSCOATING.PAGE #sec2 .rows .list .title {
		font-size: 19px;
	}
	.EX_TSCOATING #sec2 .rows .list .img {
		margin-top: 15px;
	}
	.EX_TSCOATING #sec2 .rows .list .text {
		margin-top: 15px;
		font-size: 14px;
	}
	.EX_TSCOATING #sec2 .catch {
		margin-top: 30px;
		text-align: left;
		font-size: 24px;
	}
	.EX_TSCOATING #sec2 .btn_blk {
		display: block;
	}
	.EX_TSCOATING #sec2 .btn_blk .ex_btn {
		margin-left: 0;
		margin-right: 0;
	}
	.EX_TSCOATING #sec2 .btn_blk .ex_btn:nth-child(2) {
		margin-top: 20px;
	}
}
.EX_TSCOATING #sec3 .rows {
	display: flex;
	flex-wrap: wrap;
}
.EX_TSCOATING #sec3 .rows .list {
	flex: 0 0 48%;
	margin-left: 4%;
	margin-top: 40px;
}
.EX_TSCOATING #sec3 .rows .list:nth-child(2n+1) {
	margin-left: 0;
}
.EX_TSCOATING #sec3 .rows .list .img a {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 32px;
	color: #fff;
}
.EX_TSCOATING #sec3 .rows .list .img img {
	width: 100%;
}
.EX_TSCOATING #sec3 .rows .list .title {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -30px;
}
.EX_TSCOATING #sec3 .rows .list .text {
	margin-top: 10px;
}
@media screen and (max-width: 860px) {
	.EX_TSCOATING #sec3 .rows .list {
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.EX_TSCOATING #sec3 .rows .list .img a {
		font-size: 22px;
	}
	.EX_TSCOATING #sec3 .rows .list .title {
		margin-top: -20px;
	}
}
.EX_TSCOATING #sec4 .rows {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.EX_TSCOATING #sec4 .rows .list {
	flex: 0 0 24%;
	margin-left: 1.3%;
	margin-top: 20px;
}
.EX_TSCOATING #sec4 .rows .list:nth-child(4n+1) {
	margin-left: 0;
}
.EX_TSCOATING #sec4 .rows .list table {
	width: 100%;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.EX_TSCOATING #sec4 .rows .list table thead td {
	padding: 5px;
	text-align: center;
	line-height: 1.4;
	background-color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 10px;
	color: #fff;
}
.EX_TSCOATING #sec4 .rows .list table tbody td {
	padding: 3px;
	width: 60%;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 10px;
}
.EX_TSCOATING #sec4 .rows .list table tbody td:nth-child(1) {
	width: 33%;
}
@media screen and (max-width: 860px) {
	.EX_TSCOATING #sec4 .rows {
		margin-top: 20px;
	}
	.EX_TSCOATING #sec4 .rows .list {
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.EX_TSCOATING #sec4 .rows .list table thead td {
		padding: 5px;
	}
	.EX_TSCOATING #sec4 .rows .list table tbody td {
		padding: 3px;
		width: 60%;
	}
}
.EX_TSCOATING #sec5 .img {
	margin-top: 50px;
	text-align: center;
}
@media screen and (max-width: 860px) {
	.EX_TSCOATING #sec5 .img {
		margin-top: 30px;
	}
}
.EX_TSCOATING #sec6 .rows {
	margin: 0 auto;
	max-width: 800px;
}
.EX_TSCOATING #sec6 .rows .list {
	margin-top: 50px;
}
.EX_TSCOATING #sec6 .rows .list .title {
	line-height: 1.6;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 22px;
}
.EX_TSCOATING #sec6 .rows .list .body {
	margin-top: 20px;
	font-size: 16px;
}
@media screen and (max-width: 860px) {
	.EX_TSCOATING #sec6 .rows .list {
		margin-top: 30px;
	}
	.EX_TSCOATING #sec6 .rows .list .title {
		font-size: 18px;
	}
	.EX_TSCOATING #sec6 .rows .list .title span {
		display: block;
	}
	.EX_TSCOATING #sec6 .rows .list .title span:nth-child(1) {
		text-align: center;
		font-size: 22px;
		color: #27aecb;
	}
	.EX_TSCOATING #sec6 .rows .list .body {
		margin-top: 10px;
		font-size: 16px;
	}
}

.EX_CAR-FILM #sec1 .rows {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.EX_CAR-FILM #sec1 .rows .list {
	flex: 0 0 48%;
}
.EX_CAR-FILM #sec1 .text {
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 860px) {
	.EX_CAR-FILM #sec1 .rows {
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.EX_CAR-FILM #sec1 .rows .list {
		flex: 0 0 100%;
		margin-top: 20px;
	}
	.EX_CAR-FILM #sec1 .text {
		margin-top: 20px;
		text-align: left;
	}
}
.EX_CAR-FILM #sec2 .img {
	margin-top: 30px;
	text-align: center;
}
.EX_CAR-FILM #sec2 .img img {
	width: 500px;
}
.EX_CAR-FILM #sec2 .cursor {
	margin-top: 30px;
	text-align: center;
}
.EX_CAR-FILM #sec2 .catch {
	margin-top: 30px;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #27aecb;
}
.EX_CAR-FILM #sec2 .rows {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.EX_CAR-FILM #sec2 .rows .list {
	flex: 0 0 24%;
}
.EX_CAR-FILM #sec2 .rows .list img {
	width: 100%;
}
.EX_CAR-FILM #sec2 .text {
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 860px) {
	.EX_CAR-FILM #sec2 .img img {
		width: 100%;
	}
	.EX_CAR-FILM #sec2 .catch {
		margin-top: 30px;
		font-size: 20px;
	}
	.EX_CAR-FILM #sec2 .rows {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.EX_CAR-FILM #sec2 .rows .list {
		flex: 0 0 49.3%;
		margin-top: 5px;
	}
	.EX_CAR-FILM #sec2 .text {
		margin-top: 20px;
		text-align: left;
	}
}
.EX_CAR-FILM #sec3 .rows {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.EX_CAR-FILM #sec3 .rows .list {
	flex: 0 0 48%;
	margin-top: 20px;
}
.EX_CAR-FILM #sec3 .rows .list .title {
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #27aecb;
}
.EX_CAR-FILM #sec3 .rows .list .img {
	margin-top: 10px;
}
.EX_CAR-FILM #sec3 .rows .list .text {
	margin-top: 10px;
	font-size: 18px;
}
@media screen and (max-width: 860px) {
	.EX_CAR-FILM #sec3 .rows .list {
		flex: 0 0 100%;
		margin-top: 20px;
	}
	.EX_CAR-FILM #sec3 .rows .list .title {
		font-size: 20px;
	}
	.EX_CAR-FILM #sec3 .rows .list .img {
		margin-top: 10px;
	}
	.EX_CAR-FILM #sec3 .rows .list .text {
		margin-top: 10px;
		font-size: 14px;
	}
}
.EX_CAR-FILM #sec4 .img {
	margin-top: 30px;
	text-align: center;
}
.EX_CAR-FILM #sec4 .rows {
	margin-top: 30px;
}
.EX_CAR-FILM #sec4 .rows .title {
	padding: 10px;
	text-align: center;
	line-height: 1.4;
	background-color: #f15a24;
	border-radius: 50px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}
.EX_CAR-FILM #sec4 .rows.st2 .title {
	background-color: #0071bc;
}
.EX_CAR-FILM #sec4 .rows .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.EX_CAR-FILM #sec4 .rows .row .list {
	flex: 0 0 19%;
	margin-left: 1%;
	margin-top:20px;
}
.EX_CAR-FILM #sec4 .rows .row .list:nth-child(5n+1) {
	margin-left: 0;
}
.EX_CAR-FILM #sec4 .rows .row .list .name {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}
.EX_CAR-FILM #sec4 .rows .row .list .more {
	margin-top: 5px;
}
.EX_CAR-FILM #sec4 .rows .row .list .more a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	width: 130px;
	height: 24px;
	text-align: center;
	line-height: 1.2;
	background-color: #000;
	border-radius: 30px;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
}
.EX_CAR-FILM #sec4 .rows .row .list .more a:after {
	content: "";
	position: absolute;
	right: 7px;
	top: 50%;
	display: block;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: transparent url(../img/common/icon_cursor3.svg) no-repeat 0 0;
	background-size: 12px auto;
}
.EX_CAR-FILM #sec4 .rows .text {
	margin-top: 50px;
	text-align: center;
	font-size: 22px;
}
@media screen and (max-width: 860px) {
	.EX_CAR-FILM #sec4 .img {
		margin-top: 30px;
	}
	.EX_CAR-FILM #sec4 .rows {
		margin-top: 30px;
	}
	.EX_CAR-FILM #sec4 .rows .title {
		padding: 7px;
		font-size: 16px;
	}
	.EX_CAR-FILM #sec4 .rows .row {
		flex-wrap: wrap;
	}
	.EX_CAR-FILM #sec4 .rows .row .list {
		flex: 0 0 49%;
		margin-left: 2%;
		margin-top:20px;
	}
	.EX_CAR-FILM #sec4 .rows.st2 .row .list:nth-child(2n+1),
	.EX_CAR-FILM #sec4 .rows.st2 .row .list:nth-child(5n+1) {
		margin-left: 0;
	}
	.EX_CAR-FILM #sec4 .rows.st1 .row .list:nth-child(1) {
		flex: 0 0 100%;
		margin-left: 0;
		text-align: center;
	}
	.EX_CAR-FILM #sec4 .rows.st1 .row .list:nth-child(1) img {
		margin: 0 auto;
		width: 48%;
	}
	.EX_CAR-FILM #sec4 .rows.st1 .row .list:nth-child(1)
	.EX_CAR-FILM #sec4 .rows.st1 .row .list:nth-child(2) {
		margin-left: 0;
	}
	.EX_CAR-FILM #sec4 .rows .row .list .name {
		margin-top: 5px;
	}
	.EX_CAR-FILM #sec4 .rows .row .list .more {
		margin-top: 5px;
	}
	.EX_CAR-FILM #sec4 .rows .text {
		margin-top: 20px;
		text-align: left;
		font-size: 14px;
	}
}
.EX_CAR-FILM #sec5 .rows {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.EX_CAR-FILM #sec5 .rows .list {
	margin: 0 3px;
}
.EX_CAR-FILM #sec5 .text {
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 860px) {
	.EX_CAR-FILM #sec5 .text {
		margin-top: 20px;
		text-align: left;
	}
}
.EX_CAR-FILM #sec6 .rows {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.EX_CAR-FILM #sec6 .rows .list {
	flex: 0 0 48%;
	margin-top: 40px;
}
.EX_CAR-FILM #sec6 .rows .list .title {
	margin-top: 10px;
}
@media screen and (max-width: 860px) {
	.EX_CAR-FILM #sec6 .rows .list {
		flex: 0 0 100%;
		margin-top: 30px;
	}
}

.EX_CARGLASS #sec1 .title {
	margin-top: 30px;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 24px;
}
.EX_CARGLASS #sec1 .img2 {
	margin-top: 20px;
	text-align: center;
}
.EX_CARGLASS #sec1 .text {
	text-align: center;
	font-size: 18px;
}
@media screen and (max-width: 860px) {
	.EX_CARGLASS #sec1 .title {
		font-size: 18px;
	}
	.EX_CARGLASS #sec1 .text {
		text-align: left;
		font-size: 14px;
	}
}
.EX_CARGLASS #sec2 .img {
	margin-top: 30px;
	text-align: center;
}
.EX_CARGLASS #sec2 .img img {
	width: 500px;
}
.EX_CARGLASS #sec2 .cursor {
	margin-top: 30px;
	text-align: center;
}
.EX_CARGLASS #sec2 .catch {
	margin-top: 30px;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #27aecb;
}
.EX_CARGLASS #sec2 .rows {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.EX_CARGLASS #sec2 .rows .list {
	flex: 0 0 48%;
}
.EX_CARGLASS #sec2 .rows .list img {
	width: 100%;
}
.EX_CARGLASS #sec2 .text {
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 860px) {
	.EX_CARGLASS #sec2 .img img {
		width: 100%;
	}
	.EX_CARGLASS #sec2 .catch {
		margin-top: 30px;
		line-height: 1.6;
		font-size: 20px;
	}
	.EX_CARGLASS #sec2 .rows {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.EX_CARGLASS #sec2 .rows .list {
		flex: 0 0 100%;
		margin-top: 10px;
	}
	.EX_CARGLASS #sec2 .text {
		margin-top: 20px;
		text-align: left;
	}
}
.EX_CARGLASS #sec3 .lead {
	font-weight: 600;
	font-size: 20px;
}
.EX_CARGLASS #sec3 .rows {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.EX_CARGLASS #sec3 .rows .list {
	flex: 0 0 23%;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	border: 2px solid #27aecb;
	box-sizing: border-box;
}
.EX_CARGLASS #sec3 .rows .list .no {
	line-height: 1.4;
	font-weight: 600;
	font-size: 22px;
	color: #27aecb;
}
.EX_CARGLASS #sec3 .rows .list .title {
	margin-top: 5px;
	line-height: 1.6;
	font-size: 18px;
}
.EX_CARGLASS #sec3 .img {
	margin: 30px auto 0;
	max-width: 600px;
	width: 100%;
}
.EX_CARGLASS #sec3 .title2 {
	margin-top: 20px;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #27aecb;
}
.EX_CARGLASS #sec3 .text {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}
@media screen and (max-width: 860px) {
	.EX_CARGLASS #sec3 .lead {
		font-size: 18px;
	}
	.EX_CARGLASS #sec3 .rows {
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.EX_CARGLASS #sec3 .rows .list {
		flex: 0 0 48%;
		margin-top: 10px;
	}
	.EX_CARGLASS #sec3 .rows .list .no {
		font-size: 20px;
	}
	.EX_CARGLASS #sec3 .rows .list .title {
		font-size: 16px;
	}
	.EX_CARGLASS #sec3 .title2 {
		text-align: left;
		font-size: 18px;
	}
	.EX_CARGLASS #sec3 .text {
		margin-top: 10px;
		text-align: left;
		line-height: 1.6;
		font-size: 14px;
	}
}
.EX_CARGLASS #sec4 {
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}
.EX_CARGLASS #sec4 .lead {
	text-align: left;
}
.EX_CARGLASS #sec4 .ptitle {
	margin-top: 50px;
	text-align: center;
	background-color: #27aecb;
	border-radius: 50px;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}
.EX_CARGLASS #sec4 .ptext {
	margin-top: 20px;
	line-height: 1.6;
	font-size: 24px;
}
.EX_CARGLASS #sec4 .pimg {
	margin-top: 20px;
}
.EX_CARGLASS #sec4 .caption {
	margin-top: 5px;
	text-align: center;
	font-size: 18px;
}
.EX_CARGLASS #sec4 .sub {
	margin-top: 40px;
	text-align: center;
}
.EX_CARGLASS #sec4 .sub span {
	padding: 10px;
	border: 1px solid #000;
	font-size: 20px;
}
@media screen and (max-width: 860px) {
	.EX_CARGLASS #sec4 .ptitle {
		margin-top: 50px;
		font-size: 18px;
	}
	.EX_CARGLASS #sec4 .ptext {
		font-size: 14px;
	}
	.EX_CARGLASS #sec4 .caption {
		font-size: 14px;
	}
	.EX_CARGLASS #sec4 .sub {
		margin-top: 20px;
	}
	.EX_CARGLASS #sec4 .sub span {
		font-size: 14px;
	}
}

.EX_ROOMCLEANING #sec2 .img {
	margin-top: 30px;
	text-align: center;
}
.EX_ROOMCLEANING #sec2 .img img {
	width: 500px;
}
.EX_ROOMCLEANING #sec2 .cursor {
	margin-top: 30px;
	text-align: center;
}
.EX_ROOMCLEANING #sec2 .catch {
	margin-top: 30px;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #27aecb;
}
.EX_ROOMCLEANING #sec2 .rows {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.EX_ROOMCLEANING #sec2 .rows .list {
	flex: 0 0 48%;
	margin-top: 40px;
}
.EX_ROOMCLEANING #sec2 .rows .list img {
	width: 100%;
}
.EX_ROOMCLEANING #sec2 .text {
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 860px) {
	.EX_ROOMCLEANING #sec2 .img img {
		width: 100%;
	}
	.EX_ROOMCLEANING #sec2 .catch {
		margin-top: 30px;
		line-height: 1.6;
		font-size: 20px;
	}
	.EX_ROOMCLEANING #sec2 .rows {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.EX_ROOMCLEANING #sec2 .rows .list {
		flex: 0 0 48%;
		margin-top: 10px;
	}
	.EX_ROOMCLEANING #sec2 .text {
		margin-top: 20px;
		text-align: left;
	}
}
.EX_ROOMCLEANING #sec3 .rows1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.EX_ROOMCLEANING #sec3 .rows1 .list {
	flex: 0 0 48%;
	margin-top: 40px;
}
@media screen and (max-width: 860px) {
	.EX_ROOMCLEANING #sec3 .rows1 {
		margin-top: 30px;
	}
	.EX_ROOMCLEANING #sec3 .rows1 .list {
		flex: 0 0 100%;
		margin-top: 10px;
	}
}
.EX_ROOMCLEANING #sec3 .rows2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.EX_ROOMCLEANING #sec3 .rows2 .list {
	flex: 0 0 48%;
}
.EX_ROOMCLEANING #sec3 .rows2 .cursor {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 4%;
}
.EX_ROOMCLEANING #sec3 .rows2 .cursor img {
	transform: rotate(-90deg);
}
@media screen and (max-width: 860px) {
	.EX_ROOMCLEANING #sec3 .rows2 {
		margin-top: 30px;
	}
	.EX_ROOMCLEANING #sec3 .rows2 .list {
		flex: 0 0 100%;
	}
	.EX_ROOMCLEANING #sec3 .rows2 .cursor {
		flex: 0 0 100%;
		padding: 10px 0;
	}
	.EX_ROOMCLEANING #sec3 .rows2 .cursor img {
		transform: rotate(0);
	}
}

.EX_NAGARE #top_menu {
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}
.EX_NAGARE #top_menu .inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.EX_NAGARE #top_menu .rows {
	display: flex;
	flex-wrap: wrap;
}
.EX_NAGARE #top_menu .rows .list {
	flex: 0 0 100%;
	margin-top: 10px;
	width: 400px;
}
.EX_NAGARE #top_menu .rows .list a {
	position: relative;
	display: block;
	padding: 10px;
	width: 100%;
	text-align: center;
	background-color: #27aecb;
	border-radius: 7px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.EX_NAGARE #top_menu .rows .list img {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
}
.EX_NAGARE .box {
	margin: 30px auto 0;
	max-width: 600px;
	width: 100%;
}
.EX_NAGARE .box .cursor {
	margin-top: 20px;
	text-align: center;
}
.EX_NAGARE .box .title {
	margin-top: 30px;
	text-align: center;
	line-height: 1.6;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 24px;
}
.EX_NAGARE .box .title span.maker {
	background:linear-gradient(transparent 70%, #ffe15e 70%);
}
.EX_NAGARE .box .img {
	margin-top: 20px;
	text-align: center;
}
.EX_NAGARE .box .text {
	margin-top: 20px;
	line-height: 1.8;
	font-size: 16px;
}
.EX_NAGARE .box .note {
	margin-top: 5px;
	line-height: 1.6;
	font-size: 12px;
}
.EX_NAGARE .box .ttl {
	margin-top: 20px;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width: 860px) {
	.EX_NAGARE .box .cursor {
		margin-top: 20px;
		text-align: center;
	}
	.EX_NAGARE .box .title {
		margin-top: 20px;
		font-size: 20px;
	}
	.EX_NAGARE .box .img {
		margin-top: 20px;
	}
	.EX_NAGARE .box .text {
		margin-top: 15px;
		font-size: 14px;
	}
}