@charset "utf-8";


/* scroll_up ｜ 下から上へ出現
---------------------------------*/
.scroll_up {
	transition: 0.9s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll_up.is-inview {
	transform: translateY(0);
	opacity: 1.0;
}
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}
.timing06 {transition-delay: .10s;}
.timing07 {transition-delay: .12s;}
.timing08 {transition-delay: .14s;}
.timing09 {transition-delay: .16s;}
.timing10 {transition-delay: .18s;}


/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}
body {
	position: relative;
	margin: 0;
	padding: 0px 0 0;
	width: 100%;
	line-height: 1.8;
	color: #333333;
	color: #1a1a1a;
    font-family: 'Montserrat', sans-serif;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
}
#wrapper {
	overflow: hidden;
}
.sponly {
    display: none;
}
.pconly {
    display: inline;
}
#top01, #top02, #top03, #top04, #top05, #top06, #top07, #top08, #top09, #top10, #topform {
    position: relative;
    margin-top: -100px;
    padding-top: 100px;
    z-index: -10;
}

@media screen and (max-width:1279px) {
    body {
        padding: 60px 0 0;
    }
    #top01, #top02, #top03, #top04, #top05, #top06, #top07, #top08, #top09, #top10, #topform {
        margin-top: -80px;
        padding-top: 80px;
    }
}

@media screen and (max-width:599px) {
    .sponly {
        display: inline;
    }
    .pconly {
        display: none;
    }
}

/*	ヘッダー
---------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 1;
	z-index: 1010;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header.bgwhite {
    background-color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 6% 0px 4%;
	width: 100%;
    height: 100px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header.bgwhite .hd-inr {
    height: 80px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hd-logo {
	margin: 0px 0 0 0;
	width: 212px;
    height: 64px;
	text-align: left;
    position: relative;
}
.hd-logo img.logowh {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hd-logo img.logobl {
    position: absolute;
    top: -100px;
    left: 0px;
    opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header.bgwhite .hd-logo img.logowh {
    top: -100px;
    opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header.bgwhite .hd-logo img.logobl {
    top: 0px;
    opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hd-info {
	width: calc(100% - 212px);
    vertical-align: top;
}
.hd-menu {
	margin: 0;
	padding: 0px 0 0;
}
.hd-contact {
}
.hd-mail {
    margin-top: 3px;
    margin-left: 30px;
}
header.bgwhite .hd-mail {
    margin-top: 1px;
}
.hd-mail a {
    display: block;
    width: 180px;
	background: linear-gradient(90deg, #E4DC0B 0%, #F56D00 100%);
    text-align: center;
	border-radius: 52px;
}
.hd-mail a .span01 {
}
.hd-mail a .span02 {
    display: inline-block;
	padding: 13px 0 0 28px;
    height: 51px;
	font-size: 15px;
    line-height: 1.6;
	letter-spacing: 0px;
	font-weight: 700;
    color: #ffffff;
    background: url("../img/cmn/icon_hd_mail.svg") no-repeat center left;
    background-size: 20px;
}
.hd-mail a:hover {
}

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

@media screen and (max-width: 1279px) {
    header {
        background-color: #ffffff;
    }
	.hd-inr {
        padding: 0px 15px 0px 25px;
        height: 60px;
	}
    header.bgwhite .hd-inr {
        height: 60px;
    }
    .hd-logo {
        width: 170px;
        height: auto;
    }
    .hd-logo img.logowh {
        display: none;
        position: static;
        opacity: 0;
    }
    .hd-logo img.logobl {
        position: static;
        opacity: 1;
    }
    header.bgwhite .hd-logo img.logowh {
        display: none;
        position: static;
    }
    header.bgwhite .hd-logo img.logobl {
        position: static;
        opacity: 1;
    }
    .hd-info {
        width: calc(100% - 170px);
		padding: 0 55px 0 0;
		align-items: center;
    }
    .hd-contact {
        height: 40px;
    }
	.hd-menu {
		margin: 0;
		padding: 0;
	}
    .hd-mail {
        margin-top: 0px;
        margin-left: 0px;
    }
    header.bgwhite .hd-mail {
        margin-top: 0px;
    }
    .hd-mail a {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        background: linear-gradient(90deg, #E4DC0B 0%, #F56D00 100%);
        background-size: auto;
        border-radius: 0px;
    }
    .hd-mail a .span01 {
        display: block;
        padding: 0px 0 0 0px;
        width: 100%;
        height: 100%;
        background: url("../img/cmn/icon_hd_mail.svg") no-repeat center center;
        background-size: 22px;
    }
    .hd-mail a .span02 {
        display: none;
    }
}

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

@media screen and (max-width: 599px) {
    .hd-inr {
        padding: 0px 15px 0px 10px;
	}
	.hd-logo {
        width: 150px;
	}
	.hd-info {
		width: calc(100% - 150px);
		padding: 0 45px 0 0;
	}
}

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

/*	フッター
---------------------------------*/
footer {
    position: relative;
}
footer::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: url("../img/cmn/bg_ft.jpg") no-repeat right top;
    background-size: cover;
    background-size: 140% 110%;
    z-index: -10;
}
footer .contents-inr {
	padding-top: 90px;
	padding-bottom: 30px;
}

.ft-left {
    width: 52%;
    border: #ffffff 1px solid;
    border-radius: 5px;
    padding: 30px 5% 20px 5%;
}

.ft-right {
    padding-left: 7%;
    width: 48%;
}
.ft-right .cmn-contact-tel {
}
.ft-right .cmn-contact-tel a {
	display: inline-block;
}
.ft-right .cmn-contact-tel strong {
	display: inline-block;
	position: relative;
	padding: 0 0 0 35px;
	font-size: 49px;
	letter-spacing: 0px;
	font-weight: 600;
    line-height: 1;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
.ft-right .cmn-contact-tel strong::before {
	transform: translateY(-50%);
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	width: 29px;
	height: 28px;
    background: url("../img/cmn/icon_ft_tel.svg") no-repeat center center;
	background-size: contain;
}
.ft-right .cmn-contact-txt {
	font-size: 13px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
    padding-top: 2px;
    padding-bottom: 10px;
}
.ft-right .cmn-contact-mail {
}
.ft-right .cmn-contact-mail a {
    display: inline-block;
	padding: 0px 0 0 36px;
	font-size: 33px;
    line-height: 1.2;
	letter-spacing: 0px;
	font-weight: 600;
    color: #ffffff;
    background: url("../img/cmn/icon_ft_mail.svg") no-repeat left center;
    background-size: 25px;
    font-family: 'Montserrat', sans-serif;
}
.ft-right .ft-address {
	font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 15px;
}
.ft-right .ft-map {
    padding-bottom: 50px;
}
.ft-right .ft-map iframe {
    width: 100%;
    height: 450px;
}
.ft-right .ft-link {
    text-align: right;
}
.ft-right .ft-link p {
	font-size: 12px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    padding-bottom: 5px;
}

.ft-copyright {
    text-align: center;
	padding: 40px 0px 0px 0px;
	font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

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

@media screen and (max-width:1100px) {
    .ft-right .cmn-contact-tel strong {
        padding: 0 0 0 35px;
        font-size: 43px;
    }
    .ft-right .cmn-contact-mail a {
        padding: 0px 0 0 35px;
        font-size: 28px;
    }
}

@media screen and (max-width: 959px) {
    .ft-left {
        width: 100%;
        margin-bottom: 60px;
    }
    .ft-right {
        width: 100%;
        padding-left: 0;
    }
    .ft-right .ft-map iframe {
        height: 400px;
    }
}

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

@media screen and (max-width: 599px) {
    .btn-pagetop img {
        width: 30px;
        height: auto;
    }
    footer .contents-inr {
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .ft-left {
        padding: 15px 5% 5px 5%;
    }
    .ft-right .cmn-contact-tel strong {
        padding: 0 0 0 28px;
        font-size: 33px;
    }
    .ft-right .cmn-contact-tel strong::before {
        width: 23px;
    }
    .ft-right .cmn-contact-mail a {
        padding: 0px 0 0 30px;
        font-size: 22px;
        background-size: 18px;
    }
    .ft-right .ft-address {
        font-size: 14px;
        line-height: 1.5;
        padding-top: 32px;
        padding-bottom: 15px;
    }
    .ft-right .ft-map {
        padding-bottom: 30px;
    }
    .ft-right .ft-map iframe {
        height: 300px;
    }
    .ft-copyright {
        padding: 30px 0px 0px 0px;
    }
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	line-height: 1;
}
.pc-nav > ul {
	margin: 11px 0px 0 0px;
}
header.bgwhite .pc-nav > ul {
	margin: 10px 0px 0 0px;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0px 0px 0 25px;
	padding: 0 0px 0px 0px;
	height: 30px;
}
.pc-nav > ul > ul li.first {
	margin: 0;
	padding: 0;
}
.pc-nav > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 15px;
    letter-spacing: 0px;
	font-weight: 700;
}
.pc-nav > ul > li > a span {
	position: relative;
}
.pc-nav > ul > li.current a,
.pc-nav > ul > li a:hover {
}

.pc-nav > ul > li.parent div {
	position: absolute;
	top: 100%;
	left: calc(50% + 0px);
	transform: translateX(-50%);
	padding: 15px 10px 15px 12px;
	width: 160px;
	max-height: 0;
	background: rgba(255,255,255,0.7);
	text-align: center;
	z-index: 100;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pc-nav > ul > li.parent div ul {
	display: inline-block;
}
.pc-nav > ul > li.parent div li a {
	display: block;
	padding: 8px 0px 8px 0px;
	text-align: left;
	font-size: 14px;
    letter-spacing: 1px;
	font-weight: 500;
}
.pc-nav > ul > li.parent div li:last-child a {
    border-bottom: none;
}
.pc-nav > ul > li.parent:hover div {
	max-height: 360px;
	opacity: 1;
}

@media screen and (max-width:1279px) {
	.pc-nav {
		display: none;
	}
	.pconly-nav {
		display: none;
	}
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
	display:none;
}
@media screen and (max-width:1279px) {
	header nav.sp-nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 10% 15%;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		font-size: 1.7rem;
		font-weight: 400;
		z-index: 1000;
		visibility: hidden;
		opacity: 0;
		transform: scale(0.9);
		transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	}
	/* ナビゲーション アニメーション */
	header.open nav.sp-nav {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		transition: transform 0.4s, opacity 0.4s;
	}
	header nav.sp-nav a {
		color:#fff;
	}
	header nav.sp-nav a * {
		transition: 0s;
	}
	header nav.sp-nav > ul {
		display: block;
		position :absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	header nav.sp-nav > ul > li {
		margin: 20px 0;
		overflow: hidden;
		text-align: center;
		line-height: 1;
		text-transform: uppercase;
	}

	header nav.sp-nav > ul > li.parent {
		margin: 25px 0;
	}
	header nav.sp-nav > ul > li.parent > a {
		text-decoration: none;
		border: none;
	}
	header nav.sp-nav > ul > li.parent div ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li {
		margin: 10px 0 0;
		font-size: 0.875em;
	}
	header nav.sp-nav > ul > li.parent div li a {
		display: inline-block;
		color: #ccc;
	}
	header nav.sp-nav > ul > li.parent div li a:hover {
		display: inline-block;
		border-bottom: none;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type {
		margin: 10px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li::after {
		content: "/";
		display: inline;
		margin: 0 5px;
		color: #999;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type::after {
		content: "";
	}
	header nav.sp-nav ul li strong,
	header nav.sp-nav ul li br {
		display: none;
	}
	header nav.sp-nav ul li span span,
	header nav.sp-nav ul li br {
		display: none;
	}

	/*ハンバーガーボタン*/
	header .navToggle {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		margin: auto;
		width: 40px;
		height: 40px;
		background: #1c1c1c;
		cursor: pointer;
		z-index: 1002;
	}
	header .navToggle div {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 25px;
		height: 16px;
	}
	header .navToggle span {
		display: block;
		position: absolute;
		height:2px;
		width:100%;
		background: #fff;
		left:0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	header .navToggle span:nth-child(1) {
		top: 0;
	}
	header .navToggle span:nth-child(2) {
		top: 7px;
	}
	header .navToggle span:nth-child(3) {
		top: 14px;
	}
	/* ハンバーガーボタン 切り替えアニメーション */
	header.open .navToggle span {
	}
	header.open .navToggle span:nth-child(1) {
		top: 7px;
		transform: rotate(315deg);
	}
	header.open .navToggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	header.open .navToggle span:nth-child(3) {
		top: 7px;
		transform: rotate(-315deg);
	}
}

@media screen and (max-width:599px) {
	header nav.sp-nav {
		font-size: 14px;
	}
	header .navToggle {
		right: 10px;
	}
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
	position: relative;
	padding: 0 0 0 0;
	width: 100%;
}
.main-img-otr::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #EFF2F5;
    z-index: -10;
}
.main-img-inr {
	position: relative;
	margin: 0 0 0 0;
	width: 100%;
}
.main-img {
	position: relative;
	width: 100%;
	height: 1000px;
        height: 62vw;
	background: no-repeat center center / cover;
}
.main-img.img01 {
	background-image: url("../img/top/img_main01.jpg");
}
.main-img.img02 {
	background-image: url("../img/top/img_main02.jpg");
}
.main-img.img03 {
	background-image: url("../img/top/img_main03.jpg");
}
.main-img.img04 {
	background-image: url("../img/top/img_main04.jpg");
}
.main-img.img05 {
	background-image: url("../img/top/img_main05.jpg");
}
.main-img.img06 {
	background-image: url("../img/top/img_main06.jpg");
}
.main-img.img07 {
	background-image: url("../img/top/img_main07.jpg");
}
.main-img.img08 {
	background-image: url("../img/top/img_main08.jpg");
}
.main-img.img09 {
	background-image: url("../img/top/img_main09.jpg");
}
.main-img.img10 {
	background-image: url("../img/top/img_main10.jpg");
}

.main-img-bg01 {
	position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    width: 26.3%;
	text-align: left;
	z-index: 1001;
}
.main-img-bg01 img {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-bg02 {
	position: absolute;
    top: 48%;
    right: 0;
    width: 29%;
	text-align: right;
	z-index: 1001;
}
.main-img-bg02 img {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-cap {
	position: absolute;
    top: 24.5%;
    left: 4.3%;
    width: 45%;
	text-align: left;
	z-index: 1001;
}
.main-img-cap img {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-scroll {
	position: absolute;
    bottom: 24vw;
    right: 1.6%;
    padding-right: 0px;
	text-align: right;
	z-index: 1001;
}
.main-img-scroll img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-otr .bx-controls {
    display: none;

	position: absolute;
	bottom: 30px;
	left: 0;
    width: 95%;
    text-align: center;
	z-index: 1001;
}
.bx-pager-item {
	display: inline-block;
	margin: 0 10px;
}
.bx-pager-item a {
	display: block;
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 50%;
	text-indent: -9999px;
	text-align: left;
}
.bx-pager-item a.active {
	background: #73c368;
}

@media screen and (max-width:1920px) {
    .main-img {
        height: 62vw;
    }
}

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

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

@media screen and (max-width: 767px) {
    .main-img-cap {
        top: 22%;
        left: 2%;
        width: 50%;
    }
    .main-img-scroll {
        bottom: 15vw;
        right: 1.4%;
        width: 2%;
    }
}

@media screen and (max-width: 599px) {
    .main-img {
        height: 85vw;
        background: no-repeat 40% center / cover;
    }
    .main-img-bg01 {
        width: 23%;
    }
    .main-img-bg02 {
        top: 66%;
        width: 25%;
    }
    .main-img-cap {
        top: 15%;
        left: -2%;
        width: 68%;
    }
    .main-img-scroll {
        display: none;
    }
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1160px;
}
.contents-inr.full {
	max-width: 100%;
	padding: 0;
}
.contents-inr.large {
	max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 599px) {
    .contents-inr {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contents-inr.large {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
    text-align: center;
    margin-bottom: 40px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: 0px;
    color: #333333;
}
.ttl-cmn01 span {
    margin-top: 8px;
    display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.5px;
    color: #0187CE;
    font-family: 'Montserrat', sans-serif;
}

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

@media screen and (max-width: 767px) {
    .ttl-cmn01 {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .ttl-cmn01 span {
        margin-top: 6px;
        font-size: 13px;
    }
}

@media screen and (max-width: 599px) {
    .ttl-cmn01 {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .ttl-cmn01 span {
        margin-top: 4px;
        font-size: 12px;
        letter-spacing: 0px;
    }
}

/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
    padding-top: 2.8vw;
    padding-left: 17%;
    padding-right: 10%;
}
.btn-cmn01 a {
    display: block;
    width: 100%;
	background: linear-gradient(-90deg, #E4DC0B 0%, #F56D00 100%);
    text-align: center;
	border-radius: 52px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.16);
}
.btn-cmn01 a .span01 {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/cmn/icon01.svg") no-repeat 96% center;
    background-size: 20px;
}
.btn-cmn01 a .span02 {
    display: inline-block;
	padding: 19px 0 0 35px;
    height: 70px;
	font-size: 18px;
    line-height: 1.6;
	letter-spacing: 0px;
	font-weight: 700;
    color: #ffffff;
    background: url("../img/cmn/icon_hd_mail.svg") no-repeat center left;
    background-size: 25px;
}

.btn-cmn02 {
}
.btn-cmn02 a {
    display: block;
    width: 100%;
	background: linear-gradient(90deg, #E4DC0B 0%, #F56D00 100%);
    text-align: center;
	border-radius: 52px;
}
.btn-cmn02 a span {
    display: inline-block;
	padding: 23px 0 0 32px;
    height: 80px;
	font-size: 20px;
    line-height: 1.6;
	letter-spacing: 1.5px;
	font-weight: 700;
    color: #ffffff;
    background: url("../img/cmn/icon_hd_mail.svg") no-repeat center left;
    background-size: 20px;
}

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

@media screen and (max-width: 767px) {
    .btn-cmn01 {
        padding-top: 2.5vw;
        padding-left: 10%;
        padding-right: 7%;
    }
    .btn-cmn01 a .span01 {
        background: url("../img/cmn/icon01.svg") no-repeat 93% center;
        background-size: 16px;
    }
    .btn-cmn01 a .span02 {
        padding: 15px 0 0 33px;
        height: 60px;
        font-size: 17px;
        background-size: 23px;
    }
}

@media screen and (max-width: 599px) {
    .btn-cmn01 {
        padding-top: 3.5vw;
        padding-left: 8%;
        padding-right: 0%;
    }
    .btn-cmn01 a .span01 {
        background: url("../img/cmn/icon01.svg") no-repeat 95% center;
        background-size: 12px;
    }
    .btn-cmn01 a .span02 {
        padding: 12px 0 0 25px;
        height: 50px;
        font-size: 15px;
        background-size: 18px;
    }
    .btn-cmn02 a span {
        padding: 16px 0 0 32px;
        height: 60px;
        font-size: 16px;
        letter-spacing: 1px;
    }
}

/*	導入の検討・お問合せはこちら
---------------------------------*/
.cmn-cta {
    position: relative;
    text-align: center;
}
.cmn-cta::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: url("../img/cmn/bg_cta.webp") no-repeat center center;
    background-size: cover;
    z-index: -10;
}
.cmn-cta .contents-inr {
	padding-top: 110px;
	padding-bottom: 130px;
}

.cmn-cta .logo {
	padding-bottom: 10px;
	padding-left: 20px;
}
.cmn-cta .logo span {
    display: inline-block;
    width: 180px;
}

.cmn-cta h3 {
	padding-bottom: 30px;
	font-size: 32px;
    line-height: 1.4;
	letter-spacing: 0px;
	font-weight: 700;
    color: #ffffff;
}
.cmn-cta p {
	padding-bottom: 15px;
	font-size: 16px;
    line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
    color: #ffffff;
}

.cmn-cta .btn-cmn02 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

@media screen and (max-width: 599px) {
    .cmn-cta .contents-inr {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .cmn-cta .logo {
        padding-bottom: 10px;
        padding-left: 20px;
    }
    .cmn-cta .logo span {
        width: 160px;
    }
    .cmn-cta h3 {
        padding-bottom: 20px;
        font-size: 24px;
        line-height: 1.4;
    }
    .cmn-cta p {
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 1px;
    }
    .cmn-cta .btn-cmn02 {
    }
}

/*	よくある課題と解決
---------------------------------*/
.top-box01 {
    position: relative;
}
.top-box01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #EFF2F5;
    z-index: -10;
}
.top-box01 .contents-inr {
	padding-top: 70px;
	padding-bottom: 110px;
}
.top-box01 .ttl-cmn01 {
}

.top-box01 .top-box01__list {
}
.top-box01 .top-box01__list li {
	margin: 0 30px 30px 0;
	width: calc((100% - 90px) / 4);
    text-align: center;
}
.top-box01 .top-box01__list li:nth-of-type(4n) {
	margin: 0 0px 30px 0;
}
.top-box01 .top-box01__list li:last-of-type {
	margin: 0 0px 30px 0;
}

.top-box01 .top-box01__list li .mark {
    margin-top: 45px;
    margin-bottom: 45px;
}
.top-box01 .top-box01__list li .mark img {
    width: 26px;
    height: auto;
}

.top-box01 .top-box01__list li .txt-box01 {
    background: #ffffff;
    border: #C7C7C7 2px solid;
    padding: 20px 10px 30px 10px;
}
.top-box01 .top-box01__list li .txt-box01 h4 {
    margin-bottom: 15px;
	font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0px;
}
.top-box01 .top-box01__list li .txt-box01 p {
    margin-bottom: 20px;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #333333;
}
.top-box01 .top-box01__list li .txt-box01 img {
    width: 120px;
    height: auto;
}

.top-box01 .top-box01__list li .txt-box02 {
    background: #ffffff;
    border: #0187CE 2px solid;
    padding: 25px 2px 25px 2px;
    position: relative;
}
.top-box01 .top-box01__list li .txt-box02 .check {
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
}
.top-box01 .top-box01__list li .txt-box02 .check img {
    width: 31px;
    height: auto;
}
.top-box01 .top-box01__list li .txt-box02 h4 {
    margin-bottom: 15px;
	font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #0187CE;
}
.top-box01 .top-box01__list li .txt-box02 p {
    margin-bottom: 10px;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #333333;
}
.top-box01 .top-box01__list li .txt-box02 img {
    width: 120px;
    height: auto;
}

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

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

@media screen and (max-width: 959px) {
    .top-box01 .contents-inr {
        padding-bottom: 80px;
    }
    .top-box01 .top-box01__list li {
        margin: 0 30px 60px 0;
        width: calc((100% - 30px) / 2);
    }
    .top-box01 .top-box01__list li:nth-of-type(4n) {
        margin: 0 30px 60px 0;
    }
    .top-box01 .top-box01__list li:nth-of-type(2n) {
        margin: 0 0px 60px 0;
    }
    .top-box01 .top-box01__list li:last-of-type {
        margin: 0 0px 60px 0;
    }
    .top-box01 .top-box01__list li .mark {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-box01 .contents-inr {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .top-box01 .top-box01__list li {
        margin: 0 0px 40px 0;
        width: 100%;
    }
    .top-box01 .top-box01__list li:nth-of-type(4n) {
        margin: 0 0px 40px 0;
    }
    .top-box01 .top-box01__list li:nth-of-type(2n) {
        margin: 0 0px 40px 0;
    }
    .top-box01 .top-box01__list li:last-of-type {
        margin: 0 0px 40px 0;
    }
    .top-box01 .top-box01__list li .mark {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .top-box01 .top-box01__list li .mark img {
        width: 20px;
        height: auto;
    }
    .top-box01 .top-box01__list li .txt-box01 {
        padding: 15px 10px 15px 10px;
    }
    .top-box01 .top-box01__list li .txt-box01 h4 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0px;
    }
    .top-box01 .top-box01__list li .txt-box01 p {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0px;
    }
    .top-box01 .top-box01__list li .txt-box02 {
        padding: 20px 10px 15px 10px;
    }
    .top-box01 .top-box01__list li .txt-box02 .check {
        top: -13px;
    }
    .top-box01 .top-box01__list li .txt-box02 .check img {
        width: 26px;
        height: auto;
    }
    .top-box01 .top-box01__list li .txt-box02 h4 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0px;
    }
    .top-box01 .top-box01__list li .txt-box02 p {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

/*	振込入金消込みサービスの仕組み
---------------------------------*/
.top-box02 {
    position: relative;
}
.top-box02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: url("../img/top/bg_service.webp") no-repeat center top;
    background-size: cover;
    z-index: -10;
}
.top-box02 .top-box02-bg01 {
    position: absolute;
    top: -5.6vw;
    left: 0;
    width: 20.5%;
}
.top-box02 .top-box02-bg01 img {
    width: 100%;
    height: auto;
}
.top-box02 .top-box02-bg02 {
    position: absolute;
    bottom: -3vw;
    right: 0;
    width: 28%;
}
.top-box02 .top-box02-bg02 img {
    width: 100%;
    height: auto;
}
.top-box02 .contents-inr {
	padding-top: 140px;
	padding-bottom: 110px;
}
.top-box02 .ttl-cmn01 {
    color: #ffffff;
}
.top-box02 .ttl-cmn01 span {
    color: #ffffff;
}

.top-box02 .txt-box01 {
    margin-bottom: 40px;
	padding: 80px 5.6% 20px 5.6%;
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
    background: #ffffff url("../img/top/bg_service01.jpg") no-repeat right top;
    background-size: auto;
}
.top-box02 .txt-box01 h4 {
    padding-bottom: 18px;
    margin-bottom: 15px;
	font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    border-bottom: #3DABB7 1px solid;
}
.top-box02 .txt-box01 h5 {
    padding-left: 17px;
    margin-bottom: 5px;
	font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.1px;
    color: #3DABB7;
    background: url("../img/top/icon02_01.svg") no-repeat left 5px;
    background-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.top-box02 .txt-box01 p {
    margin-bottom: 20px;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #333333;
}
.top-box02 .txt-box01 .mini {
    margin-top: 10px;
	font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;
}
.top-box02 .txt-box01 .txt-box01-pc {
    text-align: center;
}
.top-box02 .txt-box01 .txt-box01-sp {
    display: none;
}

.top-box02 .txt-box02 {
    margin-bottom: 40px;
    background: #ffffff;
	padding: 80px 5.6% 60px 5.6%;
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
}
.top-box02 .txt-box02 h4 {
    padding-bottom: 18px;
    margin-bottom: 15px;
	font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    border-bottom: #0187CE 1px solid;
}
.top-box02 .txt-box02 h5 {
    padding-left: 17px;
    margin-bottom: 5px;
	font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.1px;
    color: #0187CE;
    background: url("../img/top/icon02_02.svg") no-repeat left 5px;
    background-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.top-box02 .txt-box02 p {
    margin-bottom: 25px;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #333333;
}
.top-box02 .txt-box02 .img-box {
    text-align: center;
}

.top-box02 .txt-box03 {
    margin-bottom: 40px;
    background: #ffffff;
	padding: 80px 5.6% 60px 5.6%;
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
}
.top-box02 .txt-box03 h4 {
    padding-bottom: 18px;
    margin-bottom: 15px;
	font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    border-bottom: #626DD8 1px solid;
}
.top-box02 .txt-box03 h5 {
    padding-left: 17px;
    margin-bottom: 5px;
	font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.1px;
    color: #626DD8;
    background: url("../img/top/icon02_03.svg") no-repeat left 5px;
    background-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.top-box02 .txt-box03 p {
    margin-bottom: 20px;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #333333;
}
.top-box02 .txt-box03 .img-box {
    text-align: center;
}

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

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

@media screen and (max-width: 959px) {
    .top-box02 .txt-box01 {
        padding: 50px 4% 20px 4%;
    }
    .top-box02 .txt-box01 h4 {
        font-size: 28px;
    }
    .top-box02 .txt-box02 {
        padding: 50px 4% 40px 4%;
    }
    .top-box02 .txt-box02 h4 {
        font-size: 28px;
    }
    .top-box02 .txt-box03 {
        padding: 50px 4% 40px 4%;
    }
    .top-box02 .txt-box03 h4 {
        font-size: 28px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-box02 .contents-inr {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .top-box02 .txt-box01 .txt-box01-pc {
        display: none;
    }
    .top-box02 .txt-box01 .txt-box01-sp {
        display: inline;
    }
    .top-box02 .txt-box01 {
        margin-bottom: 30px;
        background: #ffffff url("../img/top/bg_service01.jpg") no-repeat right top;
        background-size: 50%;
        padding: 20px 10px 20px 10px;
        border-radius: 15px;
        box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
    }
    .top-box02 .txt-box01 h4 {
        padding-bottom: 12px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.4;
    }
    .top-box02 .txt-box01 h5 {
        line-height: 1.4;
        background: url("../img/top/icon02_01.svg") no-repeat left 3px;
        background-size: 12px;
    }
    .top-box02 .txt-box01 p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
    .top-box02 .txt-box01 .mini {
        margin-top: 15px;
        font-size: 11px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
    .top-box02 .txt-box02 {
        margin-bottom: 30px;
        background: #ffffff;
        padding: 20px 10px 30px 10px;
        border-radius: 15px;
        box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
    }
    .top-box02 .txt-box02 h4 {
        padding-bottom: 12px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.4;
    }
    .top-box02 .txt-box02 h5 {
        line-height: 1.4;
        background: url("../img/top/icon02_02.svg") no-repeat left 3px;
        background-size: 12px;
    }
    .top-box02 .txt-box02 p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
    .top-box02 .txt-box03 {
        margin-bottom: 30px;
        background: #ffffff;
        padding: 20px 10px 30px 10px;
        border-radius: 15px;
        box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
    }
    .top-box02 .txt-box03 h4 {
        padding-bottom: 12px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.4;
    }
    .top-box02 .txt-box03 h5 {
        line-height: 1.4;
        background: url("../img/top/icon02_03.svg") no-repeat left 3px;
        background-size: 12px;
    }
    .top-box02 .txt-box03 p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

/*	導入事例
---------------------------------*/
.top-box03 {
    position: relative;
}
.top-box03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: url("../img/top/bg_case.jpg") no-repeat center top;
    background-size: cover;
    z-index: -10;
}
.top-box03 .top-box03-bg01 {
    position: absolute;
    bottom: -5vw;
    left: 0;
    width: 10.2%;
}
.top-box03 .top-box03-bg01 img {
    width: 100%;
    height: auto;
}
.top-box03 .contents-inr {
	padding-top: 110px;
	padding-bottom: 80px;
}
.top-box03 .ttl-cmn01 {
}

.top-box03 .top-box03__list {
}
.top-box03 .top-box03__list li {
	margin: 0 40px 40px 0;
	width: calc((100% - 80px) / 3);
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
    padding-bottom: 30px;
    overflow: hidden;
}
.top-box03 .top-box03__list li:nth-of-type(3n) {
	margin: 0 0px 40px 0;
}
.top-box03 .top-box03__list li:last-of-type {
	margin: 0 0px 40px 0;
}
.top-box03 .top-box03__list li .img-box {
    position: relative;
}
.top-box03 .top-box03__list li .img-box img {
}
.top-box03 .top-box03__list li .img-box .name {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: inline-block;
    background: url("../img/top/case_obi@3x.jpg") no-repeat center center;
    background-size: 100% 100%;
    padding: 7px 15px 7px 15px;
	font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #ffffff;
}
.top-box03 .top-box03__list li h4 {
    padding-bottom: 15px;
    margin: 30px 20px 15px 20px;
	font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #14407D;
    border-bottom: #2CB1C4 2px solid;
}
.top-box03 .top-box03__list li p {
    margin: 0px 20px 0px 20px;
	font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
}

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

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

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

@media screen and (max-width: 767px) {
    .top-box03 .top-box03__list li {
        margin: 0 0px 40px 0;
        width: 100%;
    }
    .top-box03 .top-box03__list li:nth-of-type(3n) {
        margin: 0 0px 40px 0;
    }
    .top-box03 .top-box03__list li:last-of-type {
        margin: 0 0px 40px 0;
    }
}

@media screen and (max-width: 599px) {
    .top-box03 .contents-inr {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .top-box03 .top-box03__list li {
        margin: 0 0px 30px 0;
        padding-bottom: 20px;
    }
    .top-box03 .top-box03__list li:nth-of-type(3n) {
        margin: 0 0px 30px 0;
    }
    .top-box03 .top-box03__list li:last-of-type {
        margin: 0 0px 30px 0;
    }
    .top-box03 .top-box03__list li .img-box .name {
        padding: 5px 15px 5px 15px;
        font-size: 13px;
        bottom: -17px;
    }
    .top-box03 .top-box03__list li h4 {
        padding-bottom: 12px;
        margin: 30px 15px 12px 15px;
        font-size: 15px;
        line-height: 1.5;
    }
    .top-box03 .top-box03__list li p {
        margin: 0px 15px 0px 15px;
        font-size: 14px;
        line-height: 1.5;
    }
}

/*	作業時間・コスト削減イメージ
---------------------------------*/
.top-box03-02 {
    position: relative;
}
.top-box03-02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #E9F1F7;
    z-index: -10;
}
.top-box03-02 .top-box03-02-bg01 {
    position: absolute;
    bottom: -3vw;
    right: 0;
    width: 20.6%;
}
.top-box03-02 .top-box03-02-bg01 img {
    width: 100%;
    height: auto;
}
.top-box03-02 .contents-inr {
	padding-top: 120px;
	padding-bottom: 120px;
}

.top-box03-02 .txt-box01 {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
    padding: 60px 3% 40px 3%;
}
.top-box03-02 .txt-box01 .ttl-cmn01 {
}
.top-box03-02 .txt-box01 .img-box {
    text-align: center;
}

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

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

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

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

@media screen and (max-width: 599px) {
    .top-box03-02 .contents-inr {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .top-box03-02 .txt-box01 {
        box-shadow: 0px 4px 15px rgba(0,0,0,0.05);
        padding: 30px 4% 40px 4%;
    }
}

/*	安心のセキリュティ
---------------------------------*/
.top-box04 {
    position: relative;
}
.top-box04::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: url("../img/top/bg_security.webp") no-repeat center top;
    background-size: cover;
    z-index: -10;
}
.top-box04 .top-box04-bg01 {
    position: absolute;
    bottom: -12vw;
    left: 0;
    width: 21%;
}
.top-box04 .top-box04-bg01 img {
    width: 100%;
    height: auto;
}
.top-box04 .contents-inr {
	padding-top: 120px;
	padding-bottom: 100px;
    max-width: 980px;
}
.top-box04 .ttl-cmn01 {
    color: #ffffff;
}
.top-box04 .ttl-cmn01 span {
    color: #ffffff;
}

.top-box04 .top-box04__list {
    padding-top: 10px;
}
.top-box04 .top-box04__list li {
	margin: 0 110px 40px 0;
	width: calc((100% - 220px) / 3);
    text-align: center;
    position: relative;
}
.top-box04 .top-box04__list li::before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	right: -55px;
	margin: 0;
	width: 1px;
	height: 100%;
    background: rgba(255,255,255,0.5);
}
.top-box04 .top-box04__list li:nth-of-type(3n) {
	margin: 0 0px 40px 0;
}
.top-box04 .top-box04__list li:nth-of-type(3n)::before {
	display: none;
}
.top-box04 .top-box04__list li:last-of-type {
	margin: 0 0px 40px 0;
}
.top-box04 .top-box04__list li:last-of-type::before {
	display: none;
}
.top-box04 .top-box04__list li img {
}
.top-box04 .top-box04__list li h4 {
    padding-top: 15px;
    padding-bottom: 20px;
	font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
}
.top-box04 .top-box04__list li p {
	font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
}

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

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

@media screen and (max-width: 959px) {
    .top-box04 .top-box04__list li {
        margin: 0 60px 40px 0;
        width: calc((100% - 120px) / 3);
    }
    .top-box04 .top-box04__list li::before {
        right: -30px;
    }
    .top-box04 .top-box04__list li:nth-of-type(3n) {
        margin: 0 0px 40px 0;
    }
    .top-box04 .top-box04__list li:last-of-type {
        margin: 0 0px 40px 0;
    }
}

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

@media screen and (max-width: 599px) {
    .top-box04 .contents-inr {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .top-box04 .top-box04__list {
        padding-top: 0px;
    }
    .top-box04 .top-box04__list li {
        margin: 0 0px 30px 0;
        width: 100%;
    }
    .top-box04 .top-box04__list li::before {
        display: none;
    }
    .top-box04 .top-box04__list li:nth-of-type(3n) {
        margin: 0 0px 30px 0;
    }
    .top-box04 .top-box04__list li:last-of-type {
        margin: 0 0px 30px 0;
    }
    .top-box04 .top-box04__list li img {
        max-width: 60%;
    }
    .top-box04 .top-box04__list li h4 {
        padding-top: 15px;
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0px;
    }
    .top-box04 .top-box04__list li p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0px;
    }
}

/*	料金プラン
---------------------------------*/
.top-box05 {
    position: relative;
}
.top-box05 .top-box05-bg01 {
    position: absolute;
    bottom: -9vw;
    right: 0;
    width: 12%;
}
.top-box05 .top-box05-bg01 img {
    width: 100%;
    height: auto;
}
.top-box05 .contents-inr {
	padding-top: 120px;
	padding-bottom: 80px;
}
.top-box05 .ttl-cmn01 {
    margin-bottom: 20px;
}
.top-box05 p {
	font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}
.top-box05 .mini {
    margin-top: 5px;
	font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: right;
}

.top-box05 .top-box05-tbl-pc {
}
.top-box05 .top-box05-tbl-pc table {
    margin: 0 0 0 0;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    border-bottom: #DFDDE0 1px solid;
}
.top-box05 .top-box05-tbl-pc table th {
    vertical-align: middle;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
.top-box05 .top-box05-tbl-pc table th.th01 {
    padding: 16px 10px 16px 10px;
    font-size: 18px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    border-bottom: #9bbed1 2px solid;
    width: 22%;
}
.top-box05 .top-box05-tbl-pc table th.th02 {
    padding: 16px 10px 16px 10px;
    font-size: 18px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    background: #81C7EA;
    color: #ffffff;
    border-radius: 20px 0px 0px 0px;
    border-bottom: #9bbed1 2px solid;
    width: 26%;
}
.top-box05 .top-box05-tbl-pc table th.th03 {
    padding: 16px 10px 16px 10px;
    font-size: 18px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    background: #31A8E6;
    color: #ffffff;
    border-bottom: #9bbed1 2px solid;
    border-left: #ffffff 1px solid;
    width: 26%;
}
.top-box05 .top-box05-tbl-pc table th.th04 {
    padding: 16px 10px 16px 10px;
    font-size: 18px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    background: #0379DE;
    color: #ffffff;
    border-radius: 0px 20px 0px 0px;
    border-bottom: #9bbed1 2px solid;
    border-left: #ffffff 1px solid;
    width: 26%;
}
.top-box05 .top-box05-tbl-pc table td {
    vertical-align: middle;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
.top-box05 .top-box05-tbl-pc table td.td01 {
    padding: 5px 10px 5px 10px;
    font-size:16px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    background: #F4F3F5;
    color: #0187CE;
}
.top-box05 .top-box05-tbl-pc table td.td01 span {
    font-size:12px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 500;
    color: #0187CE;
    display: block;
}
.top-box05 .top-box05-tbl-pc table td.td02 {
    padding: 10px 10px 10px 10px;
    font-size:16px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 600;
    background: #F4F3F5;
    font-family: 'Montserrat', sans-serif;
    border-left: #DFDDE0 1px solid;
}
.top-box05 .top-box05-tbl-pc table td.td02 .span01 {
    font-size:16px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.top-box05 .top-box05-tbl-pc table td.td02 .span02 {
    font-size:28px;
    line-height:1.4;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.top-box05 .top-box05-tbl-pc table td.td03 {
    padding: 5px 10px 5px 10px;
    font-size:16px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    color: #0187CE;
}
.top-box05 .top-box05-tbl-pc table td.td03 span {
    font-size:12px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 500;
    color: #0187CE;
    display: block;
}
.top-box05 .top-box05-tbl-pc table td.td04 {
    padding: 12px 10px 12px 10px;
    font-size:16px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    border-left: #DFDDE0 1px solid;
}
.top-box05 .top-box05-tbl-pc table td.td04 .span01 {
    font-size:18px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.top-box05 .top-box05-tbl-pc table td.td04 .span02 {
    font-size:24px;
    line-height:1.4;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.top-box05 .top-box05-tbl-pc table td.td05 {
    padding: 10px 10px 10px 10px;
    font-size:16px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 600;
    background: #F4F3F5;
    border-left: #DFDDE0 1px solid;
}
.top-box05 .top-box05-tbl-pc table td.td06 {
    padding: 17px 10px 17px 10px;
    font-size:16px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    border-left: #DFDDE0 1px solid;
}

.top-box05 .top-box05-tbl-sp {
    display: none;
}
.top-box05 .top-box05-tbl-sp table {
    margin: 0 0 0 0;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    border-bottom: #DFDDE0 1px solid;
}
.top-box05 .top-box05-tbl-sp table th {
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.top-box05 .top-box05-tbl-sp table th.th01 {
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    border-bottom: #9bbed1 2px solid;
    width: 40%;
}
.top-box05 .top-box05-tbl-sp table th.th02 {
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    background: #81C7EA;
    color: #ffffff;
    border-radius: 15px 15px 0px 0px;
    border-bottom: #9bbed1 2px solid;
    width: 60%;
}
.top-box05 .top-box05-tbl-sp table th.th03 {
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    background: #31A8E6;
    color: #ffffff;
    border-radius: 15px 15px 0px 0px;
    border-bottom: #9bbed1 2px solid;
    width: 60%;
}
.top-box05 .top-box05-tbl-sp table th.th04 {
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    background: #0379DE;
    color: #ffffff;
    border-radius: 15px 15px 0px 0px;
    border-bottom: #9bbed1 2px solid;
    width: 60%;
}
.top-box05 .top-box05-tbl-sp table td {
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.top-box05 .top-box05-tbl-sp table td.td01 {
    padding: 10px 10px 10px 10px;
    font-size:14px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    background: #F4F3F5;
    color: #0187CE;
}
.top-box05 .top-box05-tbl-sp table td.td01 span {
    font-size:11px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 500;
    color: #0187CE;
    display: block;
}
.top-box05 .top-box05-tbl-sp table td.td02 {
    padding: 10px 10px 10px 10px;
    font-size:14px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 600;
    background: #F4F3F5;
    font-family: 'Montserrat', sans-serif;
    border-left: #DFDDE0 1px solid;
}
.top-box05 .top-box05-tbl-sp table td.td02 .span01 {
    font-size:14px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.top-box05 .top-box05-tbl-sp table td.td02 .span02 {
    font-size:22px;
    line-height:1.4;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.top-box05 .top-box05-tbl-sp table td.td03 {
    padding: 10px 10px 10px 10px;
    font-size:14px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    color: #0187CE;
}
.top-box05 .top-box05-tbl-sp table td.td03 span {
    font-size:11px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 500;
    color: #0187CE;
    display: block;
}
.top-box05 .top-box05-tbl-sp table td.td04 {
    padding: 10px 10px 10px 10px;
    font-size:14px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    border-left: #DFDDE0 1px solid;
}
.top-box05 .top-box05-tbl-sp table td.td04 .span01 {
    font-size:16px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.top-box05 .top-box05-tbl-sp table td.td04 .span02 {
    font-size:20px;
    line-height:1.4;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.top-box05 .top-box05-tbl-sp table td.td05 {
    padding: 10px 10px 10px 10px;
    font-size:14px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 600;
    background: #F4F3F5;
    border-left: #DFDDE0 1px solid;
}
.top-box05 .top-box05-tbl-sp table td.td06 {
    padding: 10px 10px 10px 10px;
    font-size:14px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    border-left: #DFDDE0 1px solid;
}

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

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

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

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

@media screen and (max-width: 599px) {
    .top-box05 .contents-inr {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .top-box05 p {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0px;
        margin-bottom: 25px;
    }
    .top-box05 .top-box05-tbl-pc {
        display: none;
    }
    .top-box05 .top-box05-tbl-sp {
        display: inline;
    }
}

/*	よくある質問
---------------------------------*/
.top-box06 {
    position: relative;
}
.top-box06::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #F4F5F6;
    z-index: -10;
}
.top-box06 .contents-inr {
	padding-top: 120px;
	padding-bottom: 80px;
}
.top-box06 .ttl-cmn01 {
}
.top-box06 h4 {
}
.top-box06 h4 span {
    display: inline-block;
	padding: 16px 35px 16px 35px;
	font-size: 20px;
    line-height: 1.4;
	letter-spacing: 0px;
	font-weight: 700;
    color: #ffffff;
    border-radius: 20px 20px 0px 0px;
}
.top-box06 h4.h401 span {
    background: #0187CE;
}
.top-box06 h4.h402 span {
    background: #3DABB7;
}
.top-box06 h4.h403 span {
    background: #626DD8;
}

.top-box06 .qa-box {
    background: #ffffff;
    border-radius: 0px 20px 20px 20px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    padding: 20px 5% 30px 5%;
}

.top-box06 .qa-box .acd-box {
    height: auto;
    margin-bottom: 0px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #ffffff;
    border-bottom: #e7e7e7 2px solid;
}
.top-box06 .qa-box .acd-box .acd-content {
    display: none;
}
.top-box06 .qa-box .acd-box.acd-box-open .acd-content {
    display: block;
}
.top-box06 .qa-box .acd-box .acd-label {
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    text-align: left;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
	z-index: 1001;
}
.top-box06 .qa-box .acd-box .acd-label::before,
.top-box06 .qa-box .acd-box .acd-label::after {
	position: absolute;
	content: '';
	top: 0;
	right: 15px;
	bottom: 0;
	width: 15px;
	height: 2px;
	margin: auto;
	background: #0187CE;
}
.top-box06 .qa-box.qa-box02 .acd-box .acd-label::before,
.top-box06 .qa-box.qa-box02 .acd-box .acd-label::after {
	background: #3DABB7;
}
.top-box06 .qa-box.qa-box03 .acd-box .acd-label::before,
.top-box06 .qa-box.qa-box03 .acd-box .acd-label::after {
	background: #626DD8;
}
.top-box06 .qa-box .acd-box .acd-label::after {
	transform: rotate(-90deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.top-box06 .qa-box .acd-box .acd-label.active::after {
	transform: rotate(0deg);
}
.top-box06 .qa-box .acd-box .acd-label h5 {
    padding: 14px 40px 15px 18px;
}
.top-box06 .qa-box .acd-box .acd-label h5 .spanleft {
    margin-top: 0px;
    width: 32px;
}
.top-box06 .qa-box .acd-box .acd-label h5 .spanright {
    padding-top: 2px;
    padding-left: 12px;
    width: calc(100% - 32px);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #333333;
}
.top-box06 .qa-box .acd-box .acd-content {
    background: #F1F6FB;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 14px 40px 15px 18px;
}
.top-box06 .qa-box.qa-box02 .acd-box .acd-content {
    background: #F1F9FB;
}
.top-box06 .qa-box.qa-box03 .acd-box .acd-content {
    background: #F3F1FB;
}
.top-box06 .qa-box .acd-box .acd-content p {
}
.top-box06 .qa-box .acd-box .acd-content p .spanleft {
    margin-top: 0px;
    width: 32px;
}
.top-box06 .qa-box .acd-box .acd-content p .spanright {
    padding-top: 2px;
    padding-left: 12px;
    width: calc(100% - 32px);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #333333;
}

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

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

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

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

@media screen and (max-width: 599px) {
    .top-box06 .contents-inr {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .top-box06 h4 span {
        padding: 10px 15px 10px 15px;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0px;
        border-radius: 15px 15px 0px 0px;
    }
    .top-box06 .qa-box {
        border-radius: 0px 15px 15px 15px;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
        margin-bottom: 30px;
        padding: 10px 3% 20px 3%;
    }
    .top-box06 .qa-box .acd-box .acd-label::before,
    .top-box06 .qa-box .acd-box .acd-label::after {
        right: 5px;
        width: 10px;
        height: 2px;
    }
    .top-box06 .qa-box .acd-box .acd-label h5 {
        padding: 9px 25px 10px 5px;
    }
    .top-box06 .qa-box .acd-box .acd-label h5 .spanleft {
        width: 26px;
    }
    .top-box06 .qa-box .acd-box .acd-label h5 .spanright {
        padding-top: 2px;
        padding-left: 10px;
        width: calc(100% - 26px);
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 1px;
    }
    .top-box06 .qa-box .acd-box .acd-content {
        padding: 9px 25px 10px 5px;
    }
    .top-box06 .qa-box .acd-box .acd-content p .spanleft {
        width: 26px;
    }
    .top-box06 .qa-box .acd-box .acd-content p .spanright {
        padding-top: 2px;
        padding-left: 10px;
        width: calc(100% - 26px);
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 1px;
    }
}

/*	お問合せ・無料相談
---------------------------------*/
.page-inquiry {
}
.page-inquiry h3 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0px;
    color: #ffffff;
}

.page-inquiry .wpcf7-response-output {
    letter-spacing: 1px;
	font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.page-inquiry .recaptcha-comment {
    margin-top: 100px;
    letter-spacing: 1px;
	font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
}
.page-inquiry .recaptcha-comment a {
    text-decoration: underline;
}
.page-inquiry .recaptcha-comment a:hover {
    text-decoration: none;
}

.grecaptcha-badge { visibility: hidden; }

@media screen and (max-width: 599px) {
    .page-inquiry .wpcf7-response-output {
        font-size: 14px;
    }
    .page-inquiry .recaptcha-comment {
        margin-top: 60px;
        font-size: 10px;
    }
}

.page-inquiry .contact-agree-text {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size:14px;
	letter-spacing: 0px;
	line-height:1.6;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
}
.page-inquiry .contact-agree-text a {
	font-size:15px;
	letter-spacing: 0px;
	line-height:1.6;
	font-weight: 700;
	text-decoration: underline;
	color: #ffffff;
}
.page-inquiry .contact-agree-text a:hover {
	text-decoration: none;
}

.page-inquiry .doui {
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size:14px;
	letter-spacing: 0px;
	line-height:1.6;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
}

.page-inquiry table {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.page-inquiry table th {
    display: block;
    width: 100%;
    vertical-align:top;
    padding:0px 0px 0px 0px;
    font-size:18px;
    line-height:1.6;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
}
.page-inquiry table th .span01 {
    margin-top: 3px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    padding:0px 10px 1px 10px;
    font-size:14px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    color: #ffffff;
    background: #F07902;
    border: #707070 1px solid;
}
.page-inquiry table th .span02 {
    margin-top: 3px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    padding:0px 10px 1px 10px;
    font-size:14px;
    line-height:1.5;
    letter-spacing: 0px;
    font-weight: 700;
    color: #ffffff;
    background: #A0A0A0;
    border: #707070 1px solid;
}
.page-inquiry table td {
    display: block;
    width: 100%;
    vertical-align:top;
    padding:5px 0px 15px 0px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 0px;
    font-weight: 500;
    text-align: left;
}

.page-inquiry label {
    letter-spacing: 0px;
    font-weight: 500;
    font-size:16px;
    line-height:1.6;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input {
    width: 100%;
    border: #ffffff 1px solid;
    padding: 8px 20px 8px 20px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size:16px;
    line-height:1.6;
    border-radius: 5px;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputyubin {
    width: 35%;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputkoumoku {
	width:auto;
	border:none;
	padding: 0px;
	line-height:1;
    letter-spacing: 0px;
    font-weight: 500;
    font-size:16px;
	display: inline-block;
	vertical-align:middle;
	margin-top: -3px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry input.inputkamoku {
    width:auto;
    border:none;
    padding: 0px;
    line-height:1;
    letter-spacing: 0px;
    font-weight: 500;
    font-size:16px;
    display: inline-block;
    vertical-align:middle;
    margin-top: -1px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry textarea {
    width: 100%;
    border: #ffffff 1px solid;
    padding: 8px 20px 8px 20px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size:16px;
    line-height:1.6;
    border-radius: 5px;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry select {
    width: auto;
    border: #ffffff 1px solid;
    border-radius: 0px;
    padding: 8px 40px 8px 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size:16px;
    line-height:1.6;
    background-color: #ffffff;
    background-image: url("../img/cmn/icon_form_down.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を非表示 */
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry select::-ms-expand {
    display: none; /* デフォルトの矢印を非表示(IE用) */
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry .formbtnarea {
    text-align: center;
    padding-left: 70px;
    padding-left: 0px;
}
.page-inquiry .formbtn {
    display: block;
    margin: 15px 0 0 0;
    width: 100%;
    text-align: center;
    padding: 18px 0px 20px 0px;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(90deg, #E4DC0B 0%, #F56D00 100%);
    border: none;
    cursor : pointer;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity  0.6s ease;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.page-inquiry .formbtn:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
    color: #B7B7B7;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
    color: #B7B7B7;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
    color: #B7B7B7;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
    color: #B7B7B7; opacity: 1;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼CSS4標準(予定)の記述 */
::placeholder {
    color: #B7B7B7;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

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

@media screen and (max-width: 599px) {
    .page-inquiry {
        margin-top: 5px;
    }
    .page-inquiry h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }

	.page-inquiry .contact-agree-text {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size:13px;
		line-height:1.5;
	}
	.page-inquiry .contact-agree-text a {
		font-size:14px;
		line-height:1.5;
	}

    .page-inquiry table th {
        font-size: 14px;
    }
    .page-inquiry table th .span01 {
        margin-top: 2px;
        margin-left: 10px;
        padding: 0px 10px 0px 10px;
        font-size: 12px;
        line-height: 1.5;
    }
    .page-inquiry table th .span02 {
        margin-top: 2px;
        margin-left: 10px;
        padding: 0px 10px 0px 10px;
        font-size: 12px;
        line-height: 1.5;
    }
    .page-inquiry table td {
        padding: 5px 0px 15px 0px;
        font-size: 14px;
        line-height: 1.6;
    }
    .page-inquiry label {
        font-size: 14px;
    }
    .page-inquiry input {
        padding: 5px 10px 5px 10px;
        font-size: 14px;
        border-radius: 3px;
    }
    .page-inquiry input.inputkoumoku {
        font-size: 14px;
    }
    .page-inquiry input.inputkamoku {
        font-size: 14px;
    }
    .page-inquiry textarea {
        padding: 5px 10px 5px 10px;
        font-size: 14px;
    }
    .page-inquiry select {
        padding: 5px 40px 5px 10px;
        font-size: 14px;
    }
	.page-inquiry .formbtnarea {
	    padding-left: 0px;
	}
    .page-inquiry .formbtn {
        display: block;
        margin: 10px 0 0 0;
        width: 100%;
        padding: 12px 0px 12px 0px;
        border-radius: 30px;
        font-size: 16px;
    }
	.page-inquiry table td p.kakunin {
	    font-size:14px;
	}
}

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

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


/*	コンテンツページ共通
---------------------------------*/
.page-header {
    text-align: center;
    background: #0187CE;
}
.page-header .contents-inr {
	padding-top: 120px;
	padding-bottom: 80px;
}
.page-header h2 {
	font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
}

.breadcrumb {
	padding-top: 10px;
	padding-bottom: 40px;
}
.breadcrumb .contents-inr {
	z-index: 1001;
}
.breadcrumb ul {
    font-size: 0px;
    text-align: left;
}
.breadcrumb ul li {
    display: inline-block;
    width:auto;
    font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.6;
	color: #333333;
}
.breadcrumb ul li span {
    font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.6;
	color: #333333;
}
.breadcrumb ul li a {
    text-decoration: underline;
	color: #333333;
}
.breadcrumb ul li a:hover {
    text-decoration: none;
	color: #333333;
}

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

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

@media screen and (max-width: 959px) {
    .page-header h2 {
        font-size: 24px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-header .contents-inr {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-header h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .breadcrumb {
        padding-bottom: 30px;
    }
    .breadcrumb ul li {
        font-size: 12px;
    }
    .breadcrumb ul li span {
        font-size: 12px;
    }
}


/*	お知らせ・ブログ
---------------------------------*/
.page-news {
    padding-top: 0px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}
.page-news::before {
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 70px);
	background: #ffffff;
    z-index: -8;
}

.page-news .contents-inr {
}

.page-news .contents-inr .content-left {
	float: left;
	width:73%;
}
.wp-detail-guide2
{
    margin: 0px 0 0px 0;
}

.wp-detail
{
    width:100%;
    word-wrap: break-word;
    margin:0px 0px 80px;
    text-align: center;
}
.wp-detail img
{
    width: auto;
    height: auto;
    max-width: 100%;
}
.wp-detail .e_date{
    text-align:right !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin:0 0 5px 0 !important;
}

.wp-detail .ttl-cmn03 {
    margin-bottom: 5px !important;
    text-align: left;
    background: #8ec31f;
}
.wp-detail .ttl-cmn03 a {
    text-decoration: none;
}
.wp-detail .ttl-cmn03 a:hover
{
    opacity: 0.8;
    text-decoration: underline;
}

.wp-detail h1 {
    margin-bottom: 15px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h2 {
    margin-bottom: 15px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h3 {
    margin-bottom: 15px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h4 {
    margin-bottom: 10px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h5 {
    margin-bottom: 10px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h6 {
    margin-bottom: 10px;
    padding: 0px 0 0px 0;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}

.wp-detail p {
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
    text-align: left;
}

.wp-detail span {
    font-weight: 500;
}

.wp-detail strong {
    font-weight: 700;
}

.wp-detail figcaption {
    margin-top: 0px !important;
    line-height:1.5 !important;
    font-size:14px !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    text-align: center !important;
}

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

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

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

@media screen and (max-width: 767px) {
	.page-news .contents-inr .content-left {
		float: none;
		width:100%;
	}
}

@media screen and (max-width: 599px) {
	.page-news {
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.wp-detail
	{
	    margin:0px 0px 60px;
	}
	.wp-detail .e_date{
		font-size: 14px !important;
		margin-bottom: 2px !important;
	}
    .wp-detail .ttl-cmn03 {
        margin-bottom: 2px !important;
    }
    .wp-detail h1 {
        font-size: 26px;
    }
    .wp-detail h2 {
        font-size: 24px;
    }
    .wp-detail h3 {
        font-size: 22px;
    }
    .wp-detail h4 {
        font-size: 20px;
    }
    .wp-detail h5 {
        font-size: 18px;
    }
    .wp-detail h6 {
        font-size: 16px;
    }
	.wp-detail p {
	    font-size:14px;
	}
    .wp-detail figcaption {
        font-size:12px !important;
    }
}


/*------------------------------
ブログ右サイド
------------------------------*/

#sidebar
{
    float: right;
    width:22.5%;
    margin:0 auto;
}
.sidebar2
{
    width:23% !important;
}
#sidebar .sidebar-inner
{
}

#sidebar .sidebar-inner .sidebar-box
{
}
#sidebar .sidebar-inner .sidebar-box h3
{
    line-height:1;
    font-weight:bold;
    text-align:left;
    color:#000000;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 500;
}
#sidebar .sidebar-inner .sidebar-box img
{
    width: 100%;
    height: auto;
}
#sidebar .sidebar-inner .sidebar-box p
{
    padding-top: 10px;
    line-height:1.6;
    font-size:14px;
    font-weight: 500;
}
#sidebar .sidebar-inner .sidebar-box p.text-top
{
    padding-top: 0px;
    padding-bottom: 10px;
    font-size:14px;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.sidebar-wrapper
{
    margin-bottom: 60px;
}
.sidebar-title
{
    line-height:1;
    text-align:left;
    color:#000000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    padding: 0px 0px 10px 0px;
    border-bottom:#666666 1px solid;
}
.sidebar-title strong
{
    color:#000000;
    font-size: 18px;
    font-weight: 500;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_categories ul, .widget_archive ul, .widget_nav_menu ul {
    padding: 0;
    list-style: none;
}
 
.widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_categories li, .widget_archive li, .widget_nav_menu li {
    position: relative;
    padding: 10px;
}
 
.widget_recent_entries li, .widget_nav_menu li {
    padding-left: 25px;
}
 
.widget_recent_entries a, .widget_meta a, .widget_recent_comments a, .widget_pages a, .widget_meta a, .widget_categories a, .widget_archive a, .widget_nav_menu a {
    text-decoration: none;
    color: #000000;
}
 
.widget_recent_entries a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_categories a:hover, .widget_archive a:hover, .widget_nav_menu a:hover {
    opacity: .8;
}
 
/*最近の投稿ウィジェット*/
.widget_saikin li {
    padding: 6px 0 6px 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    display: table;
    text-align:left;
}
.widget_saikin li:before {
    display: table-cell;
    vertical-align: top;
    padding-top: 1px;
    padding-right: 10px;
    content: '>';
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}
.widget_saikin li a {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-align:left;
}
.widget_saikin li a:hover {
    color: #8ec31f;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-align:left;
}

/*タグウィジェット*/
.tagcloud a {
}
 
/*新着ウィジェット*/
.widget_recent_entries {
    margin-top:-46px;
    text-align:left;
}
.widget_recent_entries li {
    padding: 6px 0 6px 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    display: table;
}
.widget_recent_entries li:before {
    display: table-cell;
    vertical-align: top;
    padding-top: 1px;
    padding-right: 10px;
    content: '>';
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}
.widget_recent_entries li a {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}
.widget_recent_entries li a:hover {
    color: #8ec31f;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}
 
/*メニューウィジェット*/
.widget_nav_menu li:before {
}

/*検索ウィジェット*/
.widget_search {
}
.widget_search .screen-reader-text {
    display: none;
}
.widget_search input {
    padding: 6px 6px 4px 6px;
}

/*カテゴリーウィジェット*/
.widget_categories {
    margin-top:-46px;
    text-align:left;
}
.widget_categories label {
    display: none;
}
.widget_categories select {
    padding: 6px 0px 4px 0px;
}

/*アーカイブウィジェット*/
.widget_archive {
    margin-top:-46px;
    text-align:left;
}
.widget_archive label {
    display: none;
}
.widget_archive select {
    padding: 6px 0px 4px 0px;
}

/*カレンダーウィジェット*/
#wp-calendar {
    width: 100%;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666666;
}
#wp-calendar a
{
    color: #3da7ba;
    text-decoration: none;
}
#wp-calendar caption {
    width: 100%;
    line-height:1;
    font-weight:bold;
    text-align:left;
    color:#000000;
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 16px;
}
#wp-calendar tfoot {
    width: 100%;
}
#wp-calendar tfoot tr td#prev {
    padding-top: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
#wp-calendar tfoot tr td#prev a {
    color:#000000;
}
#wp-calendar tfoot tr td#next {
    padding-top: 10px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}
#wp-calendar tfoot tr td#next a {
    color:#000000;
}
#wp-calendar thead {
}
#wp-calendar thead tr {
}
#wp-calendar thead tr th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    padding: 8px 0px 6px 0px;
    font-size: 14px;
    font-weight: 500;
}
/*月曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(1){
}
/*火曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(2){
}
/*水曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(3){
}
/*木曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(4){
}
/*金曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(5){
}
/*土曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(6){
}
/*日曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(7){
}
#wp-calendar tbody {
}
#wp-calendar tbody tr {
}
#wp-calendar tbody tr td {
    text-align: center;
    padding: 12px 0px 2px 0px;
    font-size: 14px;
    font-weight: 500;
}
#wp-calendar tbody tr #today {
}

@media screen and (max-width: 767px) {
	#sidebar
	{
	    padding-top: 60px;
	    float: none;
	    width:100%;
	}
	.sidebar2
	{
	    width:100% !important;
	}
}

@media screen and (max-width: 599px) {
	#sidebar .sidebar-inner .sidebar-box
	{
		text-align: center;
	}
	#sidebar .sidebar-inner .sidebar-box h3
	{
		font-size: 16px;
	}
	#sidebar .sidebar-inner .sidebar-box img
	{
		width: 100%;
		height: auto;
	}
	#sidebar .sidebar-inner .sidebar-box p
	{
		text-align:left;
	}

	.sidebar-wrapper
	{
		margin: 0px 20px 40px 20px;
	}
	.sidebar-title
	{
		font-size: 18px;
	}
	.sidebar-title strong
	{
		font-size: 18px;
	}

	.widget_recent_entries {
		margin-top:-25px;
	}
	.widget_categories {
		margin-top:-25px;
	}
	.widget_archive {
		margin-top:-25px;
	}
}

