@charset "utf-8";

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

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

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


/*	フッターフローティング
---------------------------------*/
.sp-floating {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 1;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 1010;
    display: none;
}
.sp-floating ul {
}
.sp-floating ul li.sp-floating-tel {
    text-align: center;
    padding-top: 8px;
}
.sp-floating ul li.sp-floating-tel a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.sp-floating ul li.sp-floating-tel strong {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
    line-height: 1;
	font-size: 40px;
    padding: 0 0 0 35px;
    font-weight: 700;
}
.sp-floating ul li.sp-floating-tel strong::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	width: 32px;
	height: 32px;
	background: url("../img/cmn/icon_tel.svg") no-repeat center center;
	background-size: contain;
}

.sp-floating ul li.sp-floating-tel p {
    display: inline-block;
    vertical-align: middle;
	padding: 2px 0 0 0;
	font-size: 16px;
    line-height: 1;
	letter-spacing: 1px;
	font-weight: 500;
}

@media screen and (max-width:1279px) {
    .sp-floating {
        display: inline;
    }
}

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

@media screen and (max-width:767px) {
    .sp-floating ul li.sp-floating-tel strong {
        letter-spacing: 0px;
        line-height: 1;
        font-size: 36px;
        padding: 0 0 0 30px;
        font-weight: 700;
    }
    .sp-floating ul li.sp-floating-tel strong::before {
        width: 28px;
        height: 28px;
    }
    .sp-floating ul li.sp-floating-tel p {
        letter-spacing: 0px;
    }
}

@media screen and (max-width:599px) {
    .sp-floating ul li.sp-floating-tel {
        padding-top: 0px;
    }
    .sp-floating ul li.sp-floating-tel a {
        margin-left: 0px;
        display: block;
    }
    .sp-floating ul li.sp-floating-tel strong {
        letter-spacing: 1px;
        font-size: 33px;
        padding: 0 0 0 26px;
    }
    .sp-floating ul li.sp-floating-tel strong::before {
        width: 26px;
        height: 26px;
    }
    .sp-floating ul li.sp-floating-tel p {
        padding: 3px 0 3px 0;
        font-size: 14px;
        display: block;
    }
}

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


/*------------------------------
トップ - バナー
------------------------------*/

.top-banner {
    padding: 0px 0 20px 0;
}
.top-banner .contents-inr {
}

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

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

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

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


/*------------------------------
トップ - studio D.A. 公式LINE
------------------------------*/

.top-line {
    padding: 0px 0 60px 0;
}
.top-line .contents-inr {
}

.top-line ul {
    border: #00b900 1px solid;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-line li {
}
.top-line li:nth-of-type(1) {
    width: calc(100% - 382px);
    margin: 0px 0px 0 0;
    padding:24px 0px 0px 0px;
    font-size:24px;
    line-height: 1.4;
    color: #00b900;
    font-weight: 700;
    text-align: center;
}
.top-line li:nth-of-type(2) {
    width: 232px;
    margin: 0px 0px 0 0;
    padding:7px 0px 0px 0px;
}
.top-line li:nth-of-type(2) img {
    width: 100%;
    height: auto;
}
.top-line li:nth-of-type(2) a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.top-line li:nth-of-type(2) a:hover {
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.top-line li:nth-of-type(3) {
    width: 150px;
    margin: 0px 0px 0 0;
    padding:0px 0px 0px 0px;
    text-align: center;
}
.top-line li:nth-of-type(3) img {
    width: 86px;
    height: auto;
    max-width: 100%;
    display: inline-block;
}

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

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

@media screen and (max-width: 1100px) {
    .top-line li:nth-of-type(1) {
        width: calc(100% - 350px);
        padding:26px 0px 0px 0px;
        font-size:22px;
    }
    .top-line li:nth-of-type(2) {
        width: 200px;
        padding:12px 0px 0px 0px;
    }
}

@media screen and (max-width: 959px) {
    .top-line li:nth-of-type(1) {
        width: 100%;
        padding:5px 0px 5px 0px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-line {
        padding: 0px 0 40px 0;
    }
    .top-line li:nth-of-type(1) {
        padding:5px 0px 0px 0px;
        font-size:20px;
    }
    .top-line li:nth-of-type(3) {
        margin: 5px 0px 0 0;
    }
}


/*	ヘッダー
---------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    background-color: #fff;
	line-height: 1;
	z-index: 1010;
}
.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 30px 0px 30px;
	width: 100%;
    max-width: 1160px;
    height: 100px;
}
.hd-logo {
	position: relative;
	margin: 0px 0 0 0;
	width: 252px;
	text-align: left;
}
.hd-logo img {
}
.hd-info {
	width: calc(100% - 252px);
    vertical-align: top;
}
.hd-menu {
	margin: 0;
	padding: 0px 0 0;
}
.hd-contact {
}

.hd-tel {
}
.hd-tel strong {
	display: inline-block;
	position: relative;
	padding: 0 0 0 28px;
	letter-spacing: 0px;
    line-height: 1.2;
	font-size: 36px;
	font-weight: 700;
    color: #17324d;
}
.hd-tel strong::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	width: 26px;
	height: 26px;
	background: url("../img/cmn/icon_tel.svg") no-repeat center center;
	background-size: contain;
}
.hd-tel p {
	padding: 0 0 0 2px;
	letter-spacing: 0.8px;
    line-height: 1.6;
	font-size: 14px;
	font-weight: 500;
}

.hd-mail {
    margin-right: 30px;
}
.hd-mail a {
    display: block;
    width: 300px;
    background-color: #d21a1a;
    text-align: center;
    border-radius: 10px;
}
.hd-mail a span {
	display: inline-block;
	padding: 14px 0 0 36px;
	height: 60px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0px;
	font-weight: 700;
	color: #ffffff;
	background: url("../img/cmn/icon_mail.svg") no-repeat left center;
    background-size: 26px;
}

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

@media screen and (max-width: 1279px) {
	.hd-inr {
        padding: 0px 15px 0px 15px;
        height: 60px;
	}
	.hd-logo {
        width: 200px;
	}
	.hd-info {
		width: calc(100% - 200px);
		padding: 0 55px 0 0;
		align-items: center;
	}
    .hd-contact {
        height: 40px;
    }
	.hd-menu {
		margin: 0;
		padding: 0;
	}
	.hd-tel {
        display: none;
	}
    .hd-mail {
        margin-right: 0px;
    }
    .hd-mail a {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        background: #d21a1a url("../img/cmn/icon_mail.svg") no-repeat center center;
        background-size: 23px;
        border-radius: 0px;
        border-bottom: none;
    }
    .hd-mail a span {
        display: none;
    }
}

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

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

@media screen and (max-width: 320px) {
	.hd-logo {
        width: 180px;
	}
	.hd-info {
		width: calc(100% - 180px);
	}
}

/*	フッター
---------------------------------*/
footer {
    background: #17324d;
    text-align: center;
}
footer .contents-inr {
	padding-top: 60px;
	padding-bottom: 60px;
}

footer .footer-area {
    text-align: left;
    border: #ffffff 1px solid;
    padding: 20px 40px 20px 40px;
    margin-bottom: 35px;
}
footer .footer-area h3 {
    margin: 0px 0 5px 0;
    font-weight: 700;
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #ffffff;
}
footer .footer-area p {
    font-weight: 400;
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #ffffff;
}

footer .footer-menu {
    margin-bottom: 30px;
}
footer .footer-menu ul {
    font-size: 0;
}
footer .footer-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 2px 0;
    font-weight: 500;
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #ffffff;
}

footer .ft-logo {
    margin: 0px 0 0px 0;
    font-weight: 700;
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #ffffff;
}
footer .ft-address {
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #ffffff;
}

footer .ft-copyright {
	padding: 20px 5px 20px 5px;
    font-weight: 400;
	font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.6;
    background: #ffffff;
}

@media screen and (max-width:1279px) {
    footer .ft-copyright {
        padding: 15px 5px 75px 5px;
    }
}

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

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

@media screen and (max-width: 599px) {
    .btn-pagetop img {
        width: 30px;
        height: auto;
    }
    footer .contents-inr {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    footer .footer-area {
        padding: 10px 10px 5px 10px;
        margin-bottom: 30px;
    }
    footer .footer-area h3 {
        font-size: 14px;
    }
    footer .footer-area p {
        font-size: 13px;
    }
    footer .footer-menu ul li {
        margin: 0px 0 2px 0;
        font-size: 13px;
        letter-spacing: 0px;
    }
    footer .ft-logo {
        font-size: 14px;
        margin: 0px 0 10px 0;
    }
    footer .ft-address {
        font-size: 13px;
    }
    footer .ft-copyright {
        font-size: 10px;
        letter-spacing: 0px;
    }
}

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

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	line-height: 1;
}
.pc-nav > ul {
	margin: 58px 30px 0 0px;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0px 0px 0 40px;
	padding: 0 0px 0px 0px;
    height: 40px;
}
.pc-nav > ul > li.first {
	margin: 0;
	padding: 0 0px 0px 0px;
}
.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: 16px;
	font-weight: 600;
    letter-spacing: 1px;
}
.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 15px 15px 15px;
	width: 170px;
	max-height: 0;
	background: rgba(0,0,0,0.8);
	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;
    color: #ffffff;
}
.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;
	}
}

/*	グローバナビ（スマホ用）
---------------------------------*/
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: #17324d;
		font-size: 1.8rem;
		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;
		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: #eee;
	}
	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: #ccc;
	}
	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: #17324d;
		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;
    margin: 0;
	padding: 0;
	width: 100%;
}
.main-img-inr {
	position: relative;
	margin: 0 0 0 0%;
	width: 100%;
}
.main-img {
	position: relative;
	width: 100%;
	height: 410px;
	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-cap {
	position: absolute;
    top: 14%;
    left: 6%;
	text-align: center;
    width: 87%;
	z-index: 1001;
}
.main-img-cap img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: auto;
    max-width: 1064px;
}

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

	position: absolute;
	bottom: 30px;
	left: 0;
    width: 86%;
    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: #ffde00;
}

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

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

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

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

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

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

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

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
	font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    padding: 0px 0px 15px 0px;
    margin-bottom: 50px;
    border-bottom: #17324d 1px solid;
    text-align: left;
}
.ttl-cmn02 {
	font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: #17324d 1px solid;
    margin-bottom: 50px;
    text-align: left;
}
.ttl-cmn03 {
	font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    padding: 15px 20px 15px 25px;
    margin-bottom: 50px;
    background: #17324d;
    text-align: left;
}

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

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

@media screen and (max-width: 599px) {
    .ttl-cmn01 {
        font-size: 18px;
        padding: 0px 0px 12px 0px;
        margin-bottom: 30px;
    }
    .ttl-cmn02 {
        font-size: 18px;
        padding: 0px 0px 12px 0px;
        margin-bottom: 30px;
    }
    .ttl-cmn03 {
        font-size: 18px;
        padding: 0px 0px 12px 0px;
        margin-bottom: 30px;
    }
}


/*	トップページ
---------------------------------*/
.top-mainbtm {
	background: url("../img/top/img_main_cover.jpg") no-repeat center center;
	background-size: cover;
}
.top-mainbtm .contents-inr {
	padding-top: 40px;
	padding-bottom: 40px;
}
.top-mainbtm .img-box {
    position: absolute;
    bottom: 0px;
    right: 4%;
    width: 30%;
    z-index: 1006;
    text-align: right;
}
.top-mainbtm .img-box img {
    width: 100%;
    height: auto;
    max-width: 330px;
    z-index: 1006;
}
.top-mainbtm .txt-box {
    width: 70%;
}
.top-mainbtm .txt-box h3 {
    margin-bottom: 10px;
}
.top-mainbtm .txt-box h3 .span01 {
	font-size: 48px;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 1.3;
    background: #ffffff;
    padding: 2px 20px 4px 20px;
    display: inline-block;
}
.top-mainbtm .txt-box h3 .span02 {
	font-size: 48px;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 1.3;
    color: #d21a1a;
}

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

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

@media screen and (max-width:1100px) {
    .top-mainbtm .img-box {
        right: 1%;
        width: 28%;
    }
    .top-mainbtm .txt-box {
        width: 73%;
    }
    .top-mainbtm .txt-box h3 .span01 {
        font-size: 40px;
        letter-spacing: -0.5px;
        padding: 2px 20px 4px 20px;
    }
    .top-mainbtm .txt-box h3 .span02 {
        font-size: 40px;
        letter-spacing: -0.5px;
    }
}

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

@media screen and (max-width: 767px) {
    .top-mainbtm .txt-box h3 .span01 {
        font-size: 30px;
        letter-spacing: -0.5px;
        padding: 2px 15px 4px 15px;
    }
    .top-mainbtm .txt-box h3 .span02 {
        font-size: 30px;
        letter-spacing: -0.5px;
    }
}

@media screen and (max-width: 599px) {
    .top-mainbtm .contents-inr {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .top-mainbtm .img-box {
        right: 2%;
        width: 30%;
    }
    .top-mainbtm .img-box img {
    }
    .top-mainbtm .txt-box {
        width: 100%;
        padding-left: 0%;
    }
    .top-mainbtm .txt-box h3 {
        margin-bottom: 5px;
    }
    .top-mainbtm .txt-box h3 .span01 {
        font-size: 22px;
        letter-spacing: -0.5px;
        padding: 2px 10px 4px 10px;
    }
    .top-mainbtm .txt-box h3 .span02 {
        font-size: 22px;
        letter-spacing: -0.5px;
    }
}

@media screen and (max-width: 360px) {
    .top-mainbtm .txt-box h3 .span01 {
        font-size: 21px;
        letter-spacing: -0.5px;
        padding: 2px 10px 4px 10px;
    }
    .top-mainbtm .txt-box h3 .span02 {
        font-size: 21px;
        letter-spacing: -0.5px;
    }
}

@media screen and (max-width: 320px) {
    .top-mainbtm .img-box {
        right: 1%;
        width: 28%;
    }
    .top-mainbtm .txt-box h3 .span01 {
        font-size: 19px;
        letter-spacing: -0.5px;
    }
    .top-mainbtm .txt-box h3 .span02 {
        font-size: 19px;
        letter-spacing: -0.5px;
    }
}


.top-catch5 {
    padding-top: 25px;
	padding-bottom: 5px;
    background: #17324d;
}
.top-catch5 .contents-inr {
}

.top-catch5 ul {
}
.top-catch5 li {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 18px 0px 18px 0px;
    text-align: center;
	font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
}
.top-catch5 li:nth-of-type(5n) {
    margin-right: 0px;
}
.top-catch5 li:last-of-type {
    margin-right: 0px;
}
.top-catch5 li .img-box {
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    text-align: center;
}
.top-catch5 li .img-box img {
    width: 76px;
    height: auto;
}

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

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

@media screen and (max-width:1100px) {
    .top-catch5 li {
        font-size: 24px;
    }
}

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

@media screen and (max-width: 767px) {
    .top-catch5 li {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
        font-size: 22px;
        padding: 7px 0px 5px 0px;
    }
    .top-catch5 li:nth-of-type(5n) {
        margin-right: 15px;
    }
    .top-catch5 li:nth-of-type(3n) {
        margin-right: 0px;
    }
    .top-catch5 li:last-of-type {
        margin-right: 0px;
    }
}

@media screen and (max-width: 599px) {
    .top-catch5 {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .top-catch5 li {
        width: calc((100% - 15px) / 3);
        margin-right: 5px;
        margin-bottom: 10px;
        font-size: 15px;
        border-radius: 10px;
    }
    .top-catch5 li:nth-of-type(5n) {
        margin-right: 5px;
    }
    .top-catch5 li:nth-of-type(3n) {
        margin-right: 0px;
    }
    .top-catch5 li:last-of-type {
        margin-right: 0px;
    }
    .top-catch5 li .img-box {
        top: -6px;
    }
    .top-catch5 li .img-box img {
        width: 40px;
        height: auto;
    }
}

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


.top-cta {
	padding-top: 55px;
	padding-bottom: 70px;
    position: relative;
}
.top-cta::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #f58718;
    z-index: -8;
}
.top-cta .contents-inr {
}

.top-cta h3 {
    margin-bottom: 25px;
	font-size: 34px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
}

.top-cta .top-cta-mail {
    width: calc((100% - 90px) / 2);
    margin-right: 50px;
    margin-left: 20px;
    border-right: #ffffff 5px solid;
    border-bottom: #ffffff 5px solid;
    border-radius: 15px;
}
.top-cta .top-cta-mail a {
    display: block;
    width: 100%;
	height: 100px;
    background: #a44d00;
    text-align: center;
    border-radius: 10px;
    border: #a44d00 5px solid;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    position: relative;
}
.top-cta .top-cta-mail a span {
	display: inline-block;
    margin-top: 23px;
	padding: 0px 0 0 43px;
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 700;
	color: #ffffff;
	background: url("../img/cmn/icon_mail.svg") no-repeat left center;
    background-size: 28px;
}
.top-cta .top-cta-mail a:hover {
    background: #8f4300;
    border: #8f4300 5px solid;
    opacity: 1;
}

.top-cta .top-cta-tel {
    width: calc((100% - 90px) / 2);
    margin-right: 20px;
    border-right: #ffffff 5px solid;
    border-bottom: #ffffff 5px solid;
    border-radius: 15px;
}
.top-cta .top-cta-tel a {
    display: block;
    width: 100%;
	height: 100px;
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    border: #a44d00 5px solid;
}
.top-cta .top-cta-tel h4 {
	display: inline-block;
	position: relative;
    margin-top: 10px;
	padding: 0 0 0 36px;
	letter-spacing: 0px;
    line-height: 1.4;
	font-size: 32px;
	font-weight: 700;
    color: #a44d00;
}
.top-cta .top-cta-tel h4::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	width: 28px;
	height: 28px;
	background: url("../img/cmn/icon_tel_or.svg") no-repeat center center;
	background-size: contain;
}
.top-cta .top-cta-tel p {
    margin-top: -5px;
	padding: 0 0 0 0px;
	letter-spacing: 1px;
    line-height: 1.6;
	font-size: 18px;
	font-weight: 500;
    color: #a44d00;
}

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

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

@media screen and (max-width: 959px) {
    .top-cta h3 {
        margin-bottom: 25px;
        font-size: 28px;
    }
    .top-cta .top-cta-mail {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .top-cta .top-cta-mail a {
        height: auto;
    }
    .top-cta .top-cta-mail a span {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0px 0 0 38px;
        font-size: 26px;
        background-size: 24px;
    }
    .top-cta .top-cta-tel {
        width: 100%;
        margin-right: 0px;
    }
    .top-cta .top-cta-tel a {
        height: auto;
    }
    .top-cta .top-cta-tel h4 {
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 0 0 0 32px;
        font-size: 28px;
    }
    .top-cta .top-cta-tel h4::before {
        width: 24px;
        height: 24px;
    }
    .top-cta .top-cta-tel p {
        margin-top: -2px;
        font-size: 16px;
        margin-bottom: 5px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-cta {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .top-cta h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .top-cta .top-cta-mail a span {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px 0 0 32px;
        font-size: 20px;
        background-size: 20px;
    }
    .top-cta .top-cta-tel h4 {
        margin-top: 10px;
        padding: 0 0 0 28px;
        font-size: 22px;
    }
    .top-cta .top-cta-tel h4::before {
        width: 22px;
        height: 22px;
    }
    .top-cta .top-cta-tel p {
        margin-top: -2px;
        font-size: 14px;
        margin-bottom: 5px;
    }
}

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


.top-obi1 {
	padding-top: 40px;
	padding-bottom: 40px;
    background: #d21a1a;
    position: relative;
}
.top-obi1::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% - 35px);
	left: calc(50% - 212.5px);
	margin: 0;
	width: 425px;
	height: 73px;
	background: url("../img/top/icon_flow01.png") no-repeat center top;
    background-size: contain;
    z-index: -8;
}
.top-obi1 .contents-inr {
}

.top-obi1 h3 {
	font-size: 50px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
}

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

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

@media screen and (max-width: 959px) {
    .top-obi1 h3 {
        font-size: 40px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-obi1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .top-obi1::before {
        top: calc(100% - 10px);
        left: calc(50% - 100px);
        width: 200px;
        height: 30px;
        background: url("../img/top/icon_flow01.png") no-repeat center bottom;
        background-size: contain;
    }
    .top-obi1 h3 {
        font-size: 26px;
    }
}

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


.top-catch1 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.top-catch1 .contents-inr {
}

.top-catch1 .top-catch1-box {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    border: #d21a1a 6px solid;
    border-radius: 10px;
    padding: 40px 3% 25px 7%;
    margin-bottom: 50px;
}
.top-catch1 .top-catch1-box .check {
	font-size: 50px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
	background: url("../img/top/icon02.png") no-repeat left center;
    background-size: auto;
    margin-bottom: 15px;
    padding: 0 0 0 40px;
}
.top-catch1 h3 {
	font-size: 40px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}
.top-catch1 h4 {
	font-size: 50px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #f58718;
    text-align: center;
}

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

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

@media screen and (max-width: 959px) {
    .top-catch1 .top-catch1-box .check {
        font-size: 40px;
    }
    .top-catch1 h3 {
        font-size: 30px;
    }
    .top-catch1 h4 {
        font-size: 40px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-catch1 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .top-catch1 .top-catch1-box {
        border: #d21a1a 5px solid;
        padding: 30px 10px 20px 15px;
        margin-bottom: 30px;
    }
    .top-catch1 .top-catch1-box .check {
        font-size: 22px;
        line-height: 1.2;
        background: url("../img/top/icon02.png") no-repeat left center;
        background-size: 20px;
        margin-bottom: 10px;
        padding: 0 0 0 30px;
    }
    .top-catch1 h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .top-catch1 h4 {
        font-size: 24px;
    }
}

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


.top-risk {
	padding-top: 70px;
	padding-bottom: 70px;
    background: #f4d81a;
}
.top-risk .contents-inr {
}

.top-risk h3 {
    margin-bottom: 35px;
    text-align: center;
}
.top-risk h3 .span01 {
    display: inline-block;
	font-size: 40px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
	background: url("../img/top/icon03.png") no-repeat left center;
    background-size: contain;
    margin-bottom: 15px;
    padding: 20px 0 30px 150px;
}
.top-risk h3 .span01 .span02 {
	font-size: 60px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
}

.top-risk .top-risk-box {
    border-radius: 20px;
    padding: 30px 50px 30px 50px;
    margin-bottom: 30px;
    background: #ffffff;
}
.top-risk .top-risk-box p {
	font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.5;
}

.top-risk .top-risk-box ul {
    margin-bottom: 20px;
}
.top-risk .top-risk-box ul li {
}
.top-risk .top-risk-box ul li:nth-of-type(1) {
	font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.4;
    width: 50px;
    padding-top: 8px;
}
.top-risk .top-risk-box ul li:nth-of-type(1) p {
    width: 50px;
    height: 50px;
	font-size: 40px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    background: #d21a1a;
}
.top-risk .top-risk-box ul li:nth-of-type(2) {
    width: calc(100% - 50px);
}
.top-risk .top-risk-box ul li:nth-of-type(2) h4 {
	font-size: 50px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.2;
    padding: 0 0 0 20px;
}
.top-risk .top-risk-box ul li:nth-of-type(2) h4 span {
	font-size: 50px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #f58718;
}

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

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

@media screen and (max-width: 959px) {
    .top-risk h3 .span01 {
        font-size: 30px;
        line-height: 1.2;
        background-size: 60px;
        margin-bottom: 15px;
        padding: 10px 0 20px 80px;
    }
    .top-risk h3 .span01 .span02 {
        font-size: 50px;
    }
    .top-risk .top-risk-box {
        border-radius: 15px;
        padding: 20px 30px 20px 30px;
        margin-bottom: 20px;
    }
    .top-risk .top-risk-box p {
        font-size: 24px;
    }
    .top-risk .top-risk-box ul {
        margin-bottom: 15px;
    }
    .top-risk .top-risk-box ul li:nth-of-type(1) {
        width: 40px;
        padding-top: 10px;
    }
    .top-risk .top-risk-box ul li:nth-of-type(1) p {
        width: 40px;
        height: 40px;
        font-size: 30px;
        line-height: 36px;
    }
    .top-risk .top-risk-box ul li:nth-of-type(2) {
        width: calc(100% - 40px);
    }
    .top-risk .top-risk-box ul li:nth-of-type(2) h4 {
        font-size: 40px;
        line-height: 1.4;
        padding: 0 0 0 20px;
    }
    .top-risk .top-risk-box ul li:nth-of-type(2) h4 span {
        font-size: 40px;
        line-height: 1.4;
    }
}

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

@media screen and (max-width: 599px) {
    .top-risk {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .top-risk h3 {
        margin-bottom: 10px;
    }
    .top-risk h3 .span01 {
        font-size: 20px;
        line-height: 1.2;
        background-size: 30px;
        padding: 5px 0 10px 40px;
    }
    .top-risk h3 .span01 .span02 {
        font-size: 28px;
    }
    .top-risk .top-risk-box {
        padding: 10px 10px 15px 10px;
        margin-bottom: 15px;
    }
    .top-risk .top-risk-box p {
        font-size: 16px;
    }
    .top-risk .top-risk-box ul {
        margin-bottom: 10px;
    }
    .top-risk .top-risk-box ul li:nth-of-type(1) {
        width: 30px;
        padding-top: 3px;
    }
    .top-risk .top-risk-box ul li:nth-of-type(1) p {
        width: 30px;
        height: 30px;
        font-size: 24px;
        line-height: 28px;
    }
    .top-risk .top-risk-box ul li:nth-of-type(2) {
        width: calc(100% - 30px);
    }
    .top-risk .top-risk-box ul li:nth-of-type(2) h4 {
        font-size: 24px;
        line-height: 1.4;
        padding: 0 0 0 10px;
    }
    .top-risk .top-risk-box ul li:nth-of-type(2) h4 span {
        font-size: 24px;
        line-height: 1.4;
    }
}

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


.top-catch2 {
	padding-top: 70px;
	padding-bottom: 100px;
    background: #fdf6d6;
}
.top-catch2 .contents-inr {
}

.top-catch2 .h301 {
    margin-bottom: 50px;
	font-size: 60px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: center;
}
.top-catch2 .h302 {
    margin-top: 90px;
    margin-bottom: 50px;
	font-size: 60px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: center;
}

.top-catch2 .top-catch2-box {
    background: #ffffff;
    border: #d21a1a 6px solid;
    border-radius: 10px;
    padding: 40px 3% 25px 5%;
}
.top-catch2 .top-catch2-box .check {
	font-size: 40px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.3;
	background: url("../img/top/icon02.png") no-repeat left center;
    background-size: auto;
    margin-bottom: 15px;
    padding: 0 0 0 40px;
}

.top-catch2 .top-catch2-ul ul {
}
.top-catch2 .top-catch2-ul ul li {
}
.top-catch2 .top-catch2-ul ul li:nth-of-type(1) {
    width: 45%;
}
.top-catch2 .top-catch2-ul ul li:nth-of-type(2) {
    width: 55%;
    padding: 20px 0 0 3%;
}
.top-catch2 .top-catch2-ul ul li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.top-catch2 .top-catch2-ul ul li h4 {
	font-size: 40px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.top-catch2 .top-catch2-ul ul li p {
	font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.4;
}

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

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

@media screen and (max-width: 959px) {
    .top-catch2 .h301 {
        margin-bottom: 40px;
        font-size: 40px;
    }
    .top-catch2 .h302 {
        margin-top: 80px;
        margin-bottom: 50px;
        font-size: 40px;
    }
    .top-catch2 .top-catch2-box {
        padding: 30px 2% 25px 3%;
    }
    .top-catch2 .top-catch2-box .check {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .top-catch2 .top-catch2-ul ul li:nth-of-type(2) {
        padding: 0px 0 0 3%;
    }
    .top-catch2 .top-catch2-ul ul li h4 {
        font-size: 30px;
    }
    .top-catch2 .top-catch2-ul ul li p {
        font-size: 20px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-catch2 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .top-catch2 .h301 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .top-catch2 .h302 {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 26px;
    }
    .top-catch2 .top-catch2-box {
        border: #d21a1a 5px solid;
        padding: 15px 10px 15px 10px;
    }
    .top-catch2 .top-catch2-box .check {
        font-size: 20px;
        background-size: 22px;
        margin-bottom: 12px;
        padding: 0 0 0 30px;
    }
    .top-catch2 .top-catch2-ul ul li:nth-of-type(1) {
        width: 100%;
    }
    .top-catch2 .top-catch2-ul ul li:nth-of-type(2) {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .top-catch2 .top-catch2-ul ul li h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .top-catch2 .top-catch2-ul ul li p {
        font-size: 16px;
    }
}

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


.top-plan {
	padding-top: 90px;
	padding-bottom: 100px;
}
.top-plan .contents-inr {
}

.top-plan h3 {
    margin-bottom: 50px;
	font-size: 38px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #ffffff;
    background: #1f5c99;
    padding: 15px 5px 15px 20px;
}
.top-plan .p02 {
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #1f5c99;
}

.top-plan .top-plan-box {
    margin-bottom: 50px;
    background: #d2deeb;
    padding: 5px 30px 20px 30px;
}
.top-plan .top-plan-box h4 {
    margin-bottom: 20px;
	font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #1f5c99;
    border-bottom: #1f5c99 1px solid;
    padding: 15px 0px 15px 0px;
}
.top-plan .top-plan-box .top-plan-ul ul {
}
.top-plan .top-plan-box .top-plan-ul ul li {
    width: 33%;
    padding-right: 10px;
}
.top-plan .top-plan-box .top-plan-ul ul li:nth-of-type(3n) {
    width: 34%;
}
.top-plan .top-plan-box .top-plan-ul ul li:last-of-type {
    width: 34%;
}
.top-plan .top-plan-box .top-plan-ul ul li p {
	font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #1f5c99;
    padding-bottom: 10px;
}

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

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

@media screen and (max-width: 959px) {
    .top-plan h3 {
        font-size: 30px;
        padding: 15px 10px 15px 15px;
    }
    .top-plan .p02 {
        font-size: 18px;
    }
    .top-plan .top-plan-box {
        margin-bottom: 40px;
    }
    .top-plan .top-plan-box h4 {
        margin-bottom: 20px;
        font-size: 26px;
        padding: 12px 0px 12px 0px;
    }
    .top-plan .top-plan-box .top-plan-ul ul li {
        width: 100%;
        padding-right: 0px;
    }
    .top-plan .top-plan-box .top-plan-ul ul li:nth-of-type(3n) {
        width: 100%;
    }
    .top-plan .top-plan-box .top-plan-ul ul li:last-of-type {
        width: 100%;
    }
    .top-plan .top-plan-box .top-plan-ul ul li p {
        font-size: 16px;
        padding-bottom: 10px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-plan {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .top-plan h3 {
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 1.4;
        padding: 5px 10px 5px 10px;
    }
    .top-plan .p02 {
        font-size: 14px;
        line-height: 1.6;
    }
    .top-plan .top-plan-box {
        margin-bottom: 15px;
        padding: 5px 15px 10px 15px;
    }
    .top-plan .top-plan-box h4 {
        margin-bottom: 15px;
        font-size: 18px;
        padding: 10px 0px 10px 0px;
    }
    .top-plan .top-plan-box .top-plan-ul ul li p {
        font-size: 14px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 320px) {
    .top-plan .top-plan-box {
        padding: 5px 12px 10px 12px;
    }
    .top-plan .top-plan-box h4 {
        font-size: 16px;
    }
}


.top-photo {
    padding-bottom: 20px;
}
.top-photo .top-photo-slider {
    width: 100%;
    overflow: hidden;
}
.top-photo .top-photo-slider .infiniteslide {
}
.top-photo .top-photo-slider .infiniteslide li {
    margin-right: 20px;
}
.top-photo .top-photo-slider .infiniteslide li img {
    width: 400px;
    height: auto;
}

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

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

@media screen and (max-width: 959px) {
    .top-photo .top-photo-slider .infiniteslide li img {
        width: 300px;
        height: auto;
    }
}

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

@media screen and (max-width: 599px) {
    .top-photo {
        padding-bottom: 10px;
    }
    .top-photo .top-photo-slider .infiniteslide li {
        margin-right: 10px;
    }
    .top-photo .top-photo-slider .infiniteslide li img {
        width: 200px;
        height: auto;
    }
}

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


.top-riyuu {
	padding-top: 90px;
	padding-bottom: 110px;
}
.top-riyuu .contents-inr {
}

.top-riyuu h3 {
    margin-bottom: 35px;
	font-size: 50px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: center;
}

.top-riyuu .top-riyuu-box {
    margin-bottom: 40px;
    padding: 30px 45px 50px 45px;
    background: #1f5c99;
    border-radius: 20px;
}
.top-riyuu .top-riyuu-box h4 {
    margin-bottom: 25px;
	font-size: 46px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #ffff33;
}
.top-riyuu .top-riyuu-box h4 span {
	font-size: 60px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #ffff33;
    display: block;
}
.top-riyuu .top-riyuu-box p {
	font-size: 26px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.4;
    margin-bottom: 35px;
    color: #ffffff;
}
.top-riyuu .top-riyuu-box .img-box {
    width: 50%;
    float: right;
}
.top-riyuu .top-riyuu-box .img-left .img-box {
    float: left;
}
.top-riyuu .top-riyuu-box .img-box img {
    width: 100%;
    height: auto;
}
.top-riyuu .top-riyuu-box .txt-box {
    width: 50%;
    float: left;
}
.top-riyuu .top-riyuu-box .img-left .txt-box {
    float: right;
    padding-left: 4%;
}
.top-riyuu .top-riyuu-box .txt-box p.ten {
	font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.4;
	background: url("../img/top/icon04.png") no-repeat 15px 13px;
    background-size: auto;
    margin-top: 25px;
    margin-bottom: 0px;
    padding: 0 0 0 45px;
}

.top-riyuu .top-riyuu-comment {
    margin-top: 100px;
}
.top-riyuu .top-riyuu-comment .img-box {
    width: 45%;
    float: left;
}
.top-riyuu .top-riyuu-comment .img-box img {
    width: 100%;
    height: auto;
}
.top-riyuu .top-riyuu-comment .txt-box {
    width: 50%;
    float: right;
}
.top-riyuu .top-riyuu-comment h4 {
    margin-bottom: 25px;
	font-size: 36px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.4;
}
.top-riyuu .top-riyuu-comment p {
	font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.top-riyuu .top-riyuu-comment .bold {
	font-size: 22px;
    font-weight: 900;
}
.top-riyuu .top-riyuu-comment .red {
	font-size: 22px;
    font-weight: 900;
    color: #d21a1a;
}
.top-riyuu .top-riyuu-comment .name {
    text-align: right;
    margin-bottom: 0px;
}

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

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

@media screen and (max-width: 959px) {
    .top-riyuu h3 {
        font-size: 40px;
    }
    .top-riyuu .top-riyuu-box h4 {
        font-size: 36px;
    }
    .top-riyuu .top-riyuu-box h4 span {
        font-size: 36px;
    }
    .top-riyuu .top-riyuu-box p {
        font-size: 20px;
        line-height: 1.4;
    }
    .top-riyuu .top-riyuu-box .img-box {
        width: 45%;
    }
    .top-riyuu .top-riyuu-box .txt-box {
        width: 55%;
    }
    .top-riyuu .top-riyuu-box .txt-box p.ten {
        font-size: 20px;
        background: url("../img/top/icon04.png") no-repeat 15px 10px;
        background-size: auto;
        margin-top: 15px;
    }
    .top-riyuu .top-riyuu-comment {
        margin-top: 80px;
    }
    .top-riyuu .top-riyuu-comment h4 {
        font-size: 30px;
    }
    .top-riyuu .top-riyuu-comment p {
        font-size: 18px;
    }
    .top-riyuu .top-riyuu-comment .bold {
        font-size: 18px;
    }
    .top-riyuu .top-riyuu-comment .red {
        font-size: 18px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-riyuu {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .top-riyuu h3 {
        margin-bottom: 25px;
        font-size: 26px;
    }
    .top-riyuu .top-riyuu-box {
        margin-bottom: 20px;
        padding: 10px 15px 20px 15px;
        border-radius: 15px;
    }
    .top-riyuu .top-riyuu-box h4 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.3;
    }
    .top-riyuu .top-riyuu-box h4 span {
        font-size: 24px;
        line-height: 1.3;
    }
    .top-riyuu .top-riyuu-box p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .top-riyuu .top-riyuu-box .img-box {
        width: 100%;
    }
    .top-riyuu .top-riyuu-box .txt-box {
        width: 100%;
        margin-top: 10px;
    }
    .top-riyuu .top-riyuu-box .txt-box p.ten {
        font-size: 16px;
        line-height: 1.6;
        background: url("../img/top/icon04.png") no-repeat 0px 10px;
        background-size: 6px;
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 0 0 0 12px;
    }
    .top-riyuu .top-riyuu-comment {
        margin-top: 40px;
    }
    .top-riyuu .top-riyuu-comment .img-box {
        width: 100%;
        float: none;
    }
    .top-riyuu .top-riyuu-comment .txt-box {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .top-riyuu .top-riyuu-comment h4 {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: -0.5px;
    }
    .top-riyuu .top-riyuu-comment p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .top-riyuu .top-riyuu-comment .bold {
        font-size: 16px;
    }
    .top-riyuu .top-riyuu-comment .red {
        font-size: 16px;
    }
}

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


.top-obi2 {
	padding-top: 25px;
	padding-bottom: 25px;
    background: #17324d;
    position: relative;
}
.top-obi2::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% - 60px);
	left: calc(50% - 96px);
	margin: 0;
	width: 192px;
	height: 83px;
	background: url("../img/top/icon_flow02.png") no-repeat center top;
    background-size: contain;
    z-index: -8;
}
.top-obi2 .contents-inr {
}

.top-obi2 h3 {
	font-size: 36px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #ffff33;
    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-obi2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .top-obi2::before {
        top: calc(100% - 10px);
        height: 30px;
    }
    .top-obi2 h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 320px) {
    .top-obi2 h3 {
        font-size: 20px;
    }
}


.top-kanketu {
	padding-top: 75px;
	padding-bottom: 80px;
}
.top-kanketu .contents-inr {
}

.top-kanketu h4 {
    margin-bottom: 40px;
	font-size: 30px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.4;
}
.top-kanketu p {
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
}
.top-kanketu .img-box {
    width: 35%;
    float: right;
}
.top-kanketu .img-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.top-kanketu .txt-box {
    width: 60%;
    float: left;
}

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

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

@media screen and (max-width: 959px) {
    .top-kanketu h4 {
        font-size: 26px;
    }
    .top-kanketu p {
        font-size: 18px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-kanketu {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .top-kanketu h4 {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .top-kanketu p {
        font-size: 16px;
        line-height: 1.6;
    }
    .top-kanketu .img-box {
        margin-top: 20px;
        width: 100%;
        float: none;
    }
    .top-kanketu .txt-box {
        width: 100%;
        float: none;
    }
}

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


.top-jirei {
	padding-top: 90px;
	padding-bottom: 70px;
    background: #fdf6d6;
}
.top-jirei .contents-inr {
}

.top-jirei h3 {
    margin-bottom: 20px;
	font-size: 50px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: center;
}
.top-jirei h4 {
    margin-bottom: 40px;
    text-align: center;
}
.top-jirei h4 span {
	font-size: 30px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #ffff33;
    background: #17324d;
    padding: 6px 30px 10px 30px;
    display: inline-block;
}

.top-jirei .top-jirei-box {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 25px 20px 20px 20px;
    position: relative;
}
.top-jirei .top-jirei-box.top-jirei-box01 {
    padding: 135px 20px 20px 20px;
}
.top-jirei .top-jirei-box .txt-box {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 41%;
}
.top-jirei .top-jirei-box.top-jirei-box01 .txt-box {
    top: 22px;
    width: 100%;
}
.top-jirei .top-jirei-box .txt-box h5 {
	font-size: 30px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.top-jirei .top-jirei-box.top-jirei-box03 .txt-box h5 {
	font-size: 28px;
}
.top-jirei .top-jirei-box.top-jirei-box04 .txt-box h5 {
	font-size: 28px;
}
.top-jirei .top-jirei-box .txt-box p {
	font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
}
.top-jirei .top-jirei-box .img-box {
}

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

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

@media screen and (max-width: 959px) {
    .top-jirei h3 {
        font-size: 40px;
        line-height: 1.4;
    }
    .top-jirei h4 span {
        font-size: 24px;
        padding: 6px 30px 10px 30px;
    }
    .top-jirei .top-jirei-box {
        padding: 15px 20px 20px 20px;
    }
    .top-jirei .top-jirei-box.top-jirei-box01 {
        padding: 15px 20px 20px 20px;
    }
    .top-jirei .top-jirei-box .txt-box {
        position: static;
        width: auto;
    }
    .top-jirei .top-jirei-box.top-jirei-box01 .txt-box {
        width: auto;
    }
    .top-jirei .top-jirei-box .txt-box h5 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 2px;
    }
    .top-jirei .top-jirei-box.top-jirei-box03 .txt-box h5 {
        font-size: 26px;
    }
    .top-jirei .top-jirei-box.top-jirei-box04 .txt-box h5 {
        font-size: 26px;
    }
    .top-jirei .top-jirei-box .txt-box p {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-jirei {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .top-jirei h3 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .top-jirei h4 {
        margin-bottom: 30px;
    }
    .top-jirei h4 span {
        font-size: 20px;
        padding: 4px 10px 6px 10px;
    }
    .top-jirei .top-jirei-box {
        margin-bottom: 20px;
        padding: 10px 5px 5px 5px;
    }
    .top-jirei .top-jirei-box.top-jirei-box01 {
        padding: 10px 5px 5px 5px;
    }
    .top-jirei .top-jirei-box .txt-box h5 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 2px;
    }
    .top-jirei .top-jirei-box.top-jirei-box03 .txt-box h5 {
        font-size: 20px;
    }
    .top-jirei .top-jirei-box.top-jirei-box04 .txt-box h5 {
        font-size: 20px;
    }
    .top-jirei .top-jirei-box .txt-box p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 320px) {
    .top-jirei .top-jirei-box .txt-box h5 {
        font-size: 18px;
    }
    .top-jirei .top-jirei-box.top-jirei-box03 .txt-box h5 {
        font-size: 18px;
    }
    .top-jirei .top-jirei-box.top-jirei-box04 .txt-box h5 {
        font-size: 18px;
    }
}


.top-voice {
	padding-top: 80px;
	padding-bottom: 80px;
}
.top-voice .contents-inr {
}

.top-voice h3 {
    margin-bottom: 40px;
	font-size: 38px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    background: #f58718;
    padding: 15px 5px 15px 5px;
}

.top-voice .top-voice-box {
    background: #fdf6d6;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 35px 20px 35px;
}
.top-voice .top-voice-box .img-box {
    width: 130px;
    float: left;
}
.top-voice .top-voice-box .txt-box {
    width: calc(100% - 160px);
    float: right;
}
.top-voice .top-voice-box .txt-box h4 {
	font-size: 36px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 10px;
}
.top-voice .top-voice-box .txt-box p {
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
    text-align: right;
}

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

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

@media screen and (max-width: 959px) {
    .top-voice h3 {
        font-size: 30px;
    }
    .top-voice .top-voice-box {
        padding: 20px 25px 20px 25px;
    }
    .top-voice .top-voice-box .img-box {
        width: 100px;
    }
    .top-voice .top-voice-box .txt-box {
        width: calc(100% - 130px);
    }
    .top-voice .top-voice-box .txt-box h4 {
        font-size: 28px;
        line-height: 1.4;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .top-voice .top-voice-box .txt-box p {
        font-size: 18px;
        line-height: 1.6;
    }
}

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

@media screen and (max-width: 599px) {
    .top-voice {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    .top-voice h3 {
        margin-bottom: 20px;
        font-size: 24px;
        padding: 10px 5px 10px 5px;
    }
    .top-voice .top-voice-box {
        margin-bottom: 15px;
        padding: 10px 10px 10px 10px;
    }
    .top-voice .top-voice-box .img-box {
        width: 100%;
        float: none;
        text-align: center;
    }
    .top-voice .top-voice-box .img-box img {
        width: 130px;
        height: auto;
    }
    .top-voice .top-voice-box .txt-box {
        width: 100%;
        float: none;
    }
    .top-voice .top-voice-box .txt-box h4 {
        font-size: 22px;
        line-height: 1.4;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .top-voice .top-voice-box .txt-box p {
        font-size: 16px;
        line-height: 1.6;
    }
}

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


.top-erabarete {
	padding-top: 100px;
	padding-bottom: 90px;
    margin-bottom: 20px;
    background: #fdf6d6;
}
.top-erabarete .contents-inr {
}

.top-erabarete h3 {
	font-size: 40px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
}
.top-erabarete p {
	font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
}

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

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

@media screen and (max-width: 959px) {
    .top-erabarete h3 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .top-erabarete p {
        font-size: 20px;
        line-height: 1.6;
    }
}

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

@media screen and (max-width: 599px) {
    .top-erabarete {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 10px;
    }
    .top-erabarete h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .top-erabarete p {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 320px) {
    .top-erabarete h3 {
        font-size: 19px;
    }
}


.top-qa {
	padding-top: 80px;
	padding-bottom: 70px;
}
.top-qa .contents-inr {
}

.top-qa h3 {
    margin-bottom: 50px;
	font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #ffffff;
    background: #17324d;
    padding: 25px 30px 25px 30px;
}
.top-qa h4 {
	font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 45px;
    position: relative;
}
.top-qa h4::before {
	content: "Q.";
	display: block;
	position: absolute;
	top: 0px;
	left: 1px;
	margin: 0;
	font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #1f5c99;
}
.top-qa p {
	font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
    margin-bottom: 40px;
    padding-left: 45px;
    position: relative;
}
.top-qa p::before {
	content: "A.";
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	margin: 0;
	font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.6;
    color: #e84b22;
}

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

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

@media screen and (max-width: 959px) {
    .top-qa h3 {
        font-size: 26px;
        padding: 20px 20px 20px 20px;
    }
    .top-qa h4 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 15px;
        padding-left: 45px;
    }
    .top-qa h4::before {
        top: -1px;
        font-size: 24px;
    }
    .top-qa p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 40px;
        padding-left: 45px;
    }
    .top-qa p::before {
        top: -1px;
        left: 5px;
        font-size: 20px;
        line-height: 1.6;
    }
}

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

@media screen and (max-width: 599px) {
    .top-qa {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .top-qa h3 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.4;
        padding: 15px 10px 15px 15px;
    }
    .top-qa h4 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 10px;
        padding-left: 30px;
    }
    .top-qa h4::before {
        top: -1px;
        left: 1px;
        font-size: 18px;
        line-height: 1.5;
    }
    .top-qa p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
        padding-left: 30px;
    }
    .top-qa p::before {
        top: 0px;
        left: 3px;
        font-size: 14px;
        line-height: 1.6;
    }
}

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


.top-flow {
	padding-bottom: 70px;
}
.top-flow .contents-inr {
}

.top-flow h3 {
    margin-bottom: 50px;
	font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.4;
    color: #ffffff;
    background: #17324d;
    padding: 25px 30px 25px 30px;
}
.top-flow h5 {
	font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.5;
}
.top-flow .p02 {
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.top-flow .top-flow-box {
    border: #17324d 1px solid;
    padding: 20px 30px 30px 30px;
}
.top-flow .top-flow-box.top-flow-box-btm {
    margin-bottom: 50px;
}
.top-flow .top-flow-box h4 {
	font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.top-flow .top-flow-box p {
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.6;
}
.top-flow .img-box {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.top-flow .img-box img {
}

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

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

@media screen and (max-width: 959px) {
    .top-flow h3 {
        font-size: 26px;
        padding: 20px 20px 20px 20px;
    }
    .top-flow h5 {
        font-size: 20px;
        line-height: 1.5;
    }
    .top-flow .p02 {
        font-size: 18px;
        line-height: 1.6;
    }
    .top-flow .top-flow-box h4 {
        font-size: 24px;
        line-height: 1.5;
    }
    .top-flow .top-flow-box p {
        font-size: 18px;
        line-height: 1.6;
    }
}

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

@media screen and (max-width: 599px) {
    .top-flow {
        padding-bottom: 35px;
    }
    .top-flow h3 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.4;
        padding: 15px 10px 15px 15px;
    }
    .top-flow h5 {
        font-size: 18px;
        line-height: 1.6;
    }
    .top-flow .p02 {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .top-flow .top-flow-box {
        padding: 15px 15px 15px 15px;
    }
    .top-flow .top-flow-box.top-flow-box-btm {
        margin-bottom: 30px;
    }
    .top-flow .top-flow-box h4 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .top-flow .top-flow-box p {
        font-size: 14px;
        line-height: 1.6;
    }
    .top-flow .img-box {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top-flow .img-box img {
        width: 50px;
        height: auto;
    }
}

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


.top-company {
	padding-bottom: 80px;
}
.top-company .contents-inr {
}

.top-company h3 {
    margin-bottom: 20px;
	font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.6;
}

.top-company table {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.top-company table th {
    width: 20%;
    vertical-align: top;
    padding:5px 0px 5px 0px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: left;
    border-bottom: #d2deeb 1px solid;
}
.top-company table td {
    vertical-align: top;
    padding:5px 0px 5px 20px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: left;
    border-bottom: #d2deeb 1px solid;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}

@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-company {
        padding-bottom: 50px;
    }
    .top-company h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .top-company table th {
        width: 23%;
        padding:5px 0px 5px 0px;
        font-size:13px;
    }
    .top-company table td {
        padding:5px 0px 5px 10px;
        font-size:13px;
    }
}

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


/*	コンテンツページ共通
---------------------------------*/
.page-bg {
}
.page-bg .page-bg-inr {
    max-width: 100%;
    margin: 0 auto 0 auto;
}

.page-header {
    text-align: center;
	background: #17324d;
}
.page-header .contents-inr {
	padding-top: 25px;
	padding-bottom: 25px;
}
.page-header h2 {
	font-size: 28px;
    letter-spacing: 0px;
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
}
.page-header h2 span {
    margin-bottom: 0px;
    display: block;
	font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0px;
	font-weight: 400;
}

.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: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.6;
}
.breadcrumb ul li span {
    font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.6;
}
.breadcrumb ul li a {
    text-decoration: underline;
}
.breadcrumb ul li a:hover {
    text-decoration: none;
}

@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) {
    .page-header .contents-inr {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-header h2 {
        font-size: 22px;
    }
    .page-header h2 span {
        font-size: 12px;
    }
    .breadcrumb {
        padding-bottom: 20px;
    }
    .breadcrumb ul li {
        font-size: 11px;
    }
    .breadcrumb ul li span {
        font-size: 11px;
    }
}


.page-contents {
    padding-top: 0px;
    padding-bottom: 80px;
}
.page-contents .contents-inr {
}
.page-contents p {
	font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
}
.page-contents p.p02 {
    margin-bottom: 30px;
}
.page-contents .img-box {
    text-align: center;
    margin-bottom: 10px;
}

.page-contents .companymap iframe {
    width: 100%;
    height: 300px;
}

.page-contents table {
    margin: 30px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.page-contents table th {
    width: 30%;
    vertical-align: middle;
    padding:15px 0px 15px 0px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
    border-bottom: #d2deeb 1px solid;
}
.page-contents table td {
    vertical-align: middle;
    padding:15px 0px 15px 20px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
    border-bottom: #d2deeb 1px solid;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}

.page-contents #toplink {
    margin: 30px 0 0px 0;
}
.page-contents #toplink ul li {
    width: calc((100% - 20px) / 2);
    margin: 0px 20px 20px 0;
    padding: 10px 15px 10px 15px;
    display: inline-block;
    vertical-align: top;
    border: #dddddd 1px solid;
    text-align: center;
}
.page-contents #toplink ul li:nth-of-type(2n) {
    margin: 0px 0px 20px 0;
}
.page-contents #toplink ul li h3 {
    margin: 0 0 15px 0;
    padding: 0px 0px 5px 0px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: #17324d;
    border-bottom: #17324d 1px dashed;
}
.page-contents #toplink ul li p {
    margin: 0 0 0px 0;
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
}

.page-contents ul.ul01 {
}
.page-contents ul.ul01 li {
}
.page-contents ul.ul01 li:nth-of-type(1) {
    text-align: center;
    width: 30%;
}
.page-contents ul.ul01 li:nth-of-type(2) {
    padding-left: 30px;
    width: 70%;
}
.page-contents ul.ul01 li p {
    padding-top: 10px;
}

.page-contents ul.ul02 {
}
.page-contents ul.ul02 li {
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
    margin-bottom: 30px;
    text-align: center;
}
.page-contents ul.ul02 li:nth-of-type(4n) {
    margin-right: 0px;
}
.page-contents ul.ul02 li p {
    margin-top: 5px;
	font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.6;
    text-align: left;
}

.page-contents ul.ul03 {
    margin-bottom: 10px;
}
.page-contents ul.ul03 li {
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.page-contents ul.ul03 li:nth-of-type(4n) {
    margin-right: 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) {
}

@media screen and (max-width: 599px) {
    .page-contents {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .page-contents p {
        font-size: 15px;
        line-height: 1.6;
    }
    .page-contents p.p02 {
        margin-bottom: 20px;
    }
    .page-contents table {
        margin: 30px 0px 40px 0px;
    }
    .page-contents table th {
        width: 32%;
        padding:10px 5px 10px 5px;
        font-size:13px;
        line-height:1.6;
        letter-spacing: 0px;
    }
    .page-contents table td {
        padding:10px 0px 10px 0px;
        font-size:13px;
        letter-spacing: 0px;
    }
    .page-contents #toplink {
        margin: 20px 0 0px 0;
    }
    .page-contents #toplink ul li {
        width: 100%;
        margin: 0px 0px 15px 0;
        padding: 10px 15px 10px 15px;
    }
    .page-contents #toplink ul li:nth-of-type(2n) {
        margin: 0px 0px 15px 0;
    }
    .page-contents #toplink ul li:last-of-type {
        margin: 0px 0px 0px 0;
    }
    .page-contents #toplink ul li h3 {
        font-size: 16px;
    }
    .page-contents #toplink ul li p {
        font-size: 14px;
    }
    .page-contents ul.ul01 li:nth-of-type(1) {
        width: 100%;
    }
    .page-contents ul.ul01 li:nth-of-type(2) {
        padding-left: 0;
        width: 100%;
    }
    .page-contents ul.ul01 li p {
        padding-top: 15px;
    }
    .page-contents ul.ul02 li {
        width: calc((100% - 5px) / 2);
        margin-right: 5px;
        margin-bottom: 15px;
    }
    .page-contents ul.ul02 li:nth-of-type(4n) {
        margin-right: 5px;
    }
    .page-contents ul.ul02 li:nth-of-type(2n) {
        margin-right: 0px;
    }
    .page-contents ul.ul02 li p {
        margin-top: 5px;
        font-size: 14px;
    }
    .page-contents ul.ul03 li {
        width: calc((100% - 5px) / 2);
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .page-contents ul.ul03 li:nth-of-type(4n) {
        margin-right: 5px;
    }
    .page-contents ul.ul03 li:nth-of-type(2n) {
        margin-right: 0px;
    }
}


/*	お問い合わせ
---------------------------------*/
.page-inquiry {
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-inquiry .contents-inr {
}

.page-inquiry h3 {
    margin-bottom: 50px;
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    background: none;
    border: none;
    padding: 0;
}

.page-inquiry p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6;
    font-weight: 500;
}
.page-inquiry p a {
    text-decoration: underline;
}
.page-inquiry p a:hover {
    text-decoration: none;
}
.page-inquiry p.btm0 {
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.page-inquiry p.btm20 {
	margin:0px 0px 0px 0px;
    padding:0px 0px 40px 0px;
}
.page-inquiry p.btm40 {
	margin:0px 0px 0px 0px;
    padding:0px 0px 80px 0px;
}

.page-inquiry .red {
    color:#d21a1a !important;
    font-weight: 400 !important;
}
.page-inquiry .small {
    font-size: 12px !important;
}
.page-inquiry .big {
    font-size: 20px !important;
    font-weight: 400 !important;
}
.page-inquiry .center {
    text-align: center !important;
}
.page-inquiry .pthanks {
    text-align: center !important;
    padding-top: 0px;
    padding-bottom: 30px;
}

.page-inquiry p.text {
    letter-spacing: 0px;
	font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    text-align: left;
}
.page-inquiry p.text a {
    text-decoration: underline;
}
.page-inquiry p.text a:hover {
    text-decoration: none;
}

.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 .doui
{
    margin-top: 30px;
    margin-bottom: 50px;
    font-size:18px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}
.page-inquiry .doui a
{
    font-size:18px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: underline;
}
.page-inquiry .doui a:hover
{
    text-decoration: none;
}

.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
{
    width: 30%;
    vertical-align:top;
    padding:12px 0px 10px 0px;
    font-weight:normal;
    font-size:18px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
}
.page-inquiry table td
{
    vertical-align:top;
    padding:10px 0px 10px 0px;
    font-size:18px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
}
.page-inquiry table td p.kakunin
{
    padding-top:12px;
    font-size:18px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
}
.page-inquiry table td .colorbox
{
    display: inline-block;
    background-color: #def0fb;
    line-height: 2.2;
    padding: 5px 0 5px 20px;
}

.page-inquiry label
{
    letter-spacing: 1px;
    font-weight: 400;
    font-size:18px;
    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:#dddddd 1px solid;
    padding: 6px 20px 6px 20px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size:18px;
    line-height:1.6;
    border-radius: 0px;
	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: 1px;
    font-weight: 400;
    font-size:18px;
	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: 1px;
    font-weight: 400;
    font-size:18px;
    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:#dddddd 1px solid;
    padding: 6px 20px 6px 20px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size:18px;
    line-height:1.6;
    border-radius: 0px;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry select
{
    width: auto;
    border:#dddddd 1px solid;
    border-radius: 0px;
    padding: 6px 40px 6px 20px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size:18px;
    line-height:1.6;
    background-color: #ffffff;
    background-image: url("../img/cmn/icon_form_down.png");
    background-position: right 4px 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: inline-block;
    margin: 30px 0 0 0;
    width: 220px;
    text-align: center;
    padding: 12px 0px 12px 0px;
    border-radius: 0px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
	background: #d21a1a;
    border-radius: 10px;
    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.7;
	filter: alpha(opacity=70);
}

.page-inquiry .formbtn02
{
    display: inline-block;
    margin: 60px 0 0 0;
    width: 160px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-radius: 0px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #ffffff;
	background: #d21a1a;
    border-radius: 10px;
    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 .formbtn02:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
    color: #dddddd;
	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: #dddddd;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
    color: #dddddd;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
    color: #dddddd; opacity: 1;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* ▼CSS4標準(予定)の記述 */
::placeholder {
    color: #dddddd;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.page-inquiry .privacy-box {
    margin: 40px 0 30px 0;
	padding: 20px 30px 0px 30px;
    height: 200px;
    overflow: auto;
    border: #dbdbdb 1px solid;
}
.page-inquiry .privacy-box h3 {
	padding: 0px 0px 5px 0px;
    font-size:15px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height:1.6;
}
.page-inquiry .privacy-box p {
	padding: 0px 0px 30px 0px;
    font-size:13px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height:1.6;
}

@media screen and (max-width: 959px) {
    .page-inquiry h3 {
        font-size: 36px;
    }
    .page-inquiry table th
    {
        display: block;
        width: 100%;
        padding:10px 0px 10px 0px;
    }
    .page-inquiry table td
    {
        display: block;
        width: 100%;
        padding:10px 0px 10px 0px;
    }
	.page-inquiry table td p.kakunin
	{
	    padding-top:5px;
	    padding-bottom:5px;
	}
    .page-inquiry input.inputyubin
    {
        width: 40%;
    }
}

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

@media screen and (max-width: 599px) {
    .page-inquiry {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .page-inquiry h3 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 1.4;
    }
    .page-inquiry .big {
        font-size: 16px !important;
        font-weight: 400 !important;
        letter-spacing: 0px !important;
    }
	.page-inquiry .pthanks {
	    padding-top: 0px;
	    padding-bottom: 20px;
	}
    .page-inquiry p {
        font-size: 15px;
    }
    .page-inquiry p.text
    {
        font-size:15px;
        line-height:1.6;
        letter-spacing: 1px;
        font-weight: 400;
        text-align: left;
    }
    .page-inquiry .doui
    {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .page-inquiry table th
    {
        display: block;
        width: 100%;
        padding:10px 0px 10px 0px;
        font-size:15px;
        line-height:1.6;
        letter-spacing: 1px;
        font-weight: 700;
        text-align: left;
    }
    .page-inquiry table td
    {
        display: block;
        width: 100%;
        padding:10px 0px 10px 0px;
        font-size:15px;
        line-height:1.6;
        letter-spacing: 1px;
        font-weight: 400;
        text-align: left;
    }
	.page-inquiry table td p.kakunin
	{
	    font-size:15px;
	}
    .page-inquiry input
    {
        padding: 5px 5px 5px 5px;
    }
    .page-inquiry input.inputyubin
    {
        width: 50%;
    }
    .page-inquiry textarea
    {
        padding: 5px 5px 5px 5px;
    }
    .page-inquiry label
    {
        font-size:15px;
    }
    .page-inquiry input
    {
        font-size:15px;
    }
    .page-inquiry input.inputkoumoku
    {
        font-size:15px;
    }
    .page-inquiry input.inputkamoku
    {
        font-size:15px;
    }
    .page-inquiry textarea
    {
        font-size:15px;
    }
    .page-inquiry select
    {
        font-size:15px;
    }
    .page-inquiry .formbtn
    {
        display: inline-block;
        margin: 20px 0 0 0;
        width: 200px;
        font-size: 16px;
        padding: 10px 0px 10px 0px;
    }
    .page-inquiry .formbtn02
    {
        margin: 40px 0 0 0;
        width: 140px;
        padding: 10px 0px 10px 0px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .page-inquiry .privacy-box {
        margin: 10px 0 10px 0;
        padding: 15px 15px 0px 15px;
        height: 120px;
        overflow: auto;
        border: #dbdbdb 1px solid;
    }
    .page-inquiry .privacy-box h3 {
        padding: 0px 0px 5px 0px;
        font-size:14px;
        letter-spacing: 1px;
        font-weight: 600;
        line-height:1.6;
    }
    .page-inquiry .privacy-box p {
        padding: 0px 0px 20px 0px;
        font-size:12px;
        letter-spacing: 1px;
        font-weight: 300;
        line-height:1.6;
    }
}

@media screen and (max-width: 371px) {
    .page-inquiry .formbtnarea
    {
        text-align: left;
        text-align: center;
        padding-left: 0;
    }
}

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

