@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	opacity: .8;
}

body {
	font-size: 14px;
	background: #FFFFFF;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper {
	min-width: 1160px;
}

img {
	vertical-align: bottom;
}

input[type=text],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	border: 1px solid #999999;
}

.for-sp {
	display: none !important;
}

/*共通
----------------------------------------------------------------------------------------------------*/
.t-link {
	text-decoration: underline;
}

.t-link:hover {
	text-decoration: none;
	opacity: 1;
}

.t-red {
	color: #FF0004 !important;
	line-height: 160%;
	display: inline-block !important;
}

.t-blue {
	color: #12438C !important;
	line-height: 160%;
	display: inline-block !important;
}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/
header {}

header .head-inner {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}

header .head-top {
	background: #15438D;
	color: #FFFFFF;
}

header .head-top h1 {
	font-size: 12px;
	margin: 0 auto;
	width: 1160px;
	padding: 2px;
}

header .head-middle {
	background: #FFFFFF;
	height: 80px;
}

header .head-middle .h-logo {
	float: left;

	display: table;
	overflow: hidden;
	height: 80px;
}

header .head-middle .h-logo dt {
	display: table-cell;
	width: 200px;
	vertical-align: middle;
}

header .head-middle .h-logo dt a {
	display: block;
}

header .head-middle .h-logo dt img {
	width: 100%;
}


header .head-middle .h-logo dd {
	display: table-cell;
	width: 260px;
	vertical-align: middle;

	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #15438D;
	text-align: center;
	padding-left: 20px;
}

header .head-middle .h-info {
	float: right;

	display: table;
	overflow: hidden;
	height: 80px;
}

header .head-middle .h-info li {
	display: table-cell;
	vertical-align: middle;
}

header .head-middle .h-info li:first-of-type {
	line-height: 150%;
	font-size: 16px;
	text-align: center;
	padding-right: 10px;
}

header .head-middle .h-info li:first-of-type span {
	display: block;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #DD0003;
	line-height: 100%;
	margin: 2px;
}

header .head-middle .h-info li:first-of-type span img {
	width: 20px;
	vertical-align: baseline;
	margin-right: 5px;
}

header .head-middle .h-info li:last-of-type {}

header .head-middle .h-info li:last-of-type a {
	display: inline-block;
	width: 250px;
	line-height: 150%;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;

	-webkit-box-shadow: inset 0 0 2px #fff;
	box-shadow: inset 0 0 2px #fff;
	color: #fff;
	background-color: #006600;
	border: 1px solid #006600;
	border-radius: 5px;
	padding: 5px 20px 5px 10px;
	position: relative;
}

header .head-middle .h-info li:last-of-type a:after {
	position: absolute;
	right: 10px;
	top: 50%;

	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../img/common/arrow-right.png) no-repeat center;
	background-size: cover;
}

header .head-bottom {
	background: #15438D;
	color: #FFFFFF;
}

header .head-bottom ul {
	display: table;
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #0F3065;
}

header .head-bottom ul li {
	display: table-cell;
	border-right: 1px solid #0F3065;
	text-align: center;
}

header .head-bottom ul li a {
	display: block;
	height: 40px;
	line-height: 40px;

	text-shadow: #000 0 2px;
}

header .head-bottom ul li a img {
	width: 15px;
	margin-right: 5px;
	vertical-align: middle;
}

header .head-bottom ul li a:hover {
	background: #2F68C3;
	opacity: 1;
}

/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main {}

#main .content {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}

#main .content-left {
	float: left;

	display: block;
	overflow: hidden;
	width: 250px;
}

#main .content-right {
	float: right;

	display: block;
	overflow: hidden;
	width: 900px;
}

.bread {
	padding: 10px 0;
	display: block;
	background: #15438d;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.bread img,
.subbread img {
	width: 15px;
	margin-right: 5px;
	vertical-align: middle;
}


.subbread {
	padding: 10px 0;
	display: block;
	background: none;
	color: #15438d;
	margin-bottom: 20px;
}

.subbread a {
	text-decoration: underline;
}

.subbread a:hover {
	text-decoration: none;
	opacity: 1;
}


/*メイン
----------------------------------------------------------------------------------------------------*/
.main-img {
	display: block;
	position: relative;

	background: url(../img/index/main-img-bk.png) repeat-x center;
}

.main-img .content {
	position: relative;
}

.main-img .content p {
	position: absolute;
	right: 50px;
	top: 50px;

	font-size: 42px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 700;
	color: #404040;
	text-align: right;
	line-height: 150%;
}

.main-img .content p img {
	margin-top: 30px;
}

/*20180704追記*/
.main-img .mainimg2-point {
	position: absolute;
	right: 20px;
	bottom: 20px;

	text-align: center;
	padding: 10px 20px;
}

.main-img .mainimg2-point .mainimg2-desc {
	display: block;
	overflow: hidden;
}

.main-img .mainimg2-point .mainimg2-desc .mainimg2-desc-inner {
	position: absolute;
	right: 0;
	bottom: 0;
}

.main-img .mainimg2-point .mainimg2-desc .mainimg2-di-1,
.main-img .mainimg2-point .mainimg2-desc .mainimg2-di-2 {
	display: none;
}

.banner-box {
	height: 237px;
}

.banner-box .bb-inner {
	margin: 10px 0;
	text-align: center;
}


/*左コンテンツ-----------------------------------------------------*/
.content-left {}

.content-left p {
	margin-bottom: 10px;
	text-align: center;
}

.content-left .content-l-st {
	font-size: 18px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
}

.content-left .content-l-st img {
	width: 150px;
	margin: 0 auto 5px;
}

.content-left .content-l-ot {
	font-size: 12px;
}

.content-left .content-l-tel {
	font-size: 28px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #15438D;
	line-height: 100%;
}

.content-left .content-l-tel img {
	width: 25px;
	vertical-align: middle;
	margin-right: 5px;
}

.content-left .content-l-menu {
	background: #15438D;
	color: #FFFFFF;
	margin: 20px 0;
}

.content-left .content-l-menu ul {
	display: block;
	width: 100%;
	overflow: hidden;
}

.content-left .content-l-menu ul li {
	border-bottom: 1px dashed #FFFFFF;
}

.content-left .content-l-menu ul li:last-of-type {
	border-bottom: none;
}

.content-left .content-l-menu ul li a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;

	text-shadow: #000 0 2px;
}

.content-left .content-l-menu ul li a img {
	width: 15px;
	margin-right: 10px;
	vertical-align: middle;
}

.content-left .content-l-menu ul li a:hover {
	background: #2F68C3;
	opacity: 1;
}

.content-left .btn-box a {
	display: block;
	border: 1px solid #15438D;
	padding: 0 10px;
	color: #15438D;
	font-size: 16px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.content-left .btn-box a img {
	width: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

/*右コンテンツ-----------------------------------------------------*/
h2 {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 900;
	text-shadow: 1px 1px 1px #EEEEEE;
	color: #12438C;
}

h2::before {
	content: " ";
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(./../img/common/logo-mark.png );
	background-size: contain;
	vertical-align: middle;
	margin-right: 6px;
}

.content-box {
	width: 100%;
	margin-bottom: 20px;
}

.content-title {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #12438C;
	/*background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;*/
}

.content01 {
	width: 100%;
	margin-bottom: 20px;
}

.content01 .twin-box {
	width: 100%;
	overflow: hidden;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.content01 .twin-box li {
	flex: 0 1 50%;
	position: relative;
	margin-bottom: 4px;
}

.content01 .twin-box li:last-child {
	width: 100%;
}

.content01 .twin-box li a {
	display: block;
	width: 100%;
	height: 100%;
}

.content01 .twin-box li dl dt span {
	position: absolute;
	bottom: 70px;
	left: 20px;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 42px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #222222;
	color: #FFFFFF;
	z-index: 999;
	line-height: 120%;
}

.content01 .twin-box li dl dt img {
	width: 100%;
}

.content01 .twin-box li:first-child {
	background: #15438d;
	height: 300px;
}

.content01 .twin-box li:nth-child(2) {
	background-color: #00a372;
	height: 300px;
}

.content01 .twin-box dl dd {
	overflow: hidden;
	width: 100%;
}

.content01 .twin-box dl dd {
	float: left;
	position: relative;
	height: 50px;
	width: 100%;
	font-size: 18px;
	text-align: left;
	padding: 14px 10px;
	color: #fff;
}

.content01 .twin-box dl dd p:after {
	content: "";
	background-image: url(../img/index/triangle.png);
	background-position: center;
	background-size: 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 9px;
	height: 34px;
	padding-left: 30px;
}

.content02 {
	width: 100%;
}

.con02-box ul {
	overflow: hidden;
	width: 100%;
	padding-top: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.con02-box ul li {
	flex: 0 1 50%;
}

.con02-box__text,
.con02-box__img {
	flex: 0 1 50%;
}

.con02-box__text {
	text-align: left;
	font-size: 1rem;
	line-height: 1.6;
}

.con02-box__img img {
	width: 100%;
	height: 100%;
	max-height: 500px;
	object-fit: contain;
}

.content03 {
	width: 100%;
}

.con03-box ul {
	overflow: hidden;
	width: 100%;
}

.con03-box ul li {
	float: left;
	width: 50%;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	line-height: 160%;
}

.con03-box ul li:first-child .con03btn {
	position: relative;
	background: #12438C;
	color: #fff;
	padding: 10px 20px;
	width: 430px;
	margin: 40px auto;
}

.con03-box ul li:first-child a {
	display: block;
	width: 100%;
}

.con03-box ul li:first-child a:after {
	content: "";
	background-image: url(../img/index/triangle.png);
	background-position: center;
	background-size: 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 2px;
	height: 34px;
	padding-left: 30px;
}

.con03-box ul li:nth-child(2) {
	float: right;
	width: 50%;
	display: block;
}

.con03-box ul li h3 {
	background: #f1f1f1;
	line-height: 1.4;
	padding: 10px;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 700;
	/* color: #404040;*/
	color: #15438d;
	margin: 0 0 0.5em;
}

.con03-box ul li p {
	/*padding: 12px 0;*/
	line-height: 180%;
}

.con03-box ul li img {
	width: 100%;
}

.content04 {
	width: 100%;
}

.con04-box {
	width: 100%;
	overflow: hidden;
}

.con04-box .con04-box-l {
	float: left;
	width: 550px;
}

.con04-box .con04-box-l .con04-rbnbox {
	position: relative;
	background: #f1f1f1;
	line-height: 1.4;
	padding: 10px;
	margin: 2em 0 0.5em;

	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 700;
	/*color: #404040;*/
	color: #15438d;
}

.con04-box .con04-box-l .con04-rbnbox:after {
	position: absolute;
	font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
	content: '\f00c Check';
	background: #15438D;
	color: #fff;
	left: 0px;

	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}

.con04-box .con04-box-l li dl dd {
	margin: 10px 0 10px 30px;
	width: 440px;
	font-size: 16px;
	line-height: 160%;
}

.con04-box .con04-box-r {
	float: left;
	width: calc(350px - 2px);
	height: 882px;
	overflow: hidden;
	background: url(./../img/index/covid01.png ) no-repeat bottom;
	position: relative;
	padding: 50px 0 0 10px;
}

.con04-box .con04-box-r-msg {
	width: 100%;
	padding: 10px 10px 10px 10px;
	border: 1px solid #888888;

	background: white;
	border-top: solid 5px #12438C;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.con04-box .con04-box-r-msg p {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	color: #12438C;
}

.content04 .con03btn {
	position: relative;
	background: #12438C;
	color: #fff;
	padding: 10px 20px;
	width: 550px;
	margin: 40px 0;
	font-size: 16px;
}

.content04 .con03btn a {
	display: block;
	width: 100%;
}

.content04 .con03btn a:after {
	content: "";
	background-image: url(../img/index/triangle.png);
	background-position: center;
	background-size: 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 2px;
	height: 34px;
	padding-left: 30px;
}

.content05 {
	width: 100%;
}

.con05-box {
	width: 100%;
	overflow: hidden;
}

.con05-box .con05-box-l {
	float: left;
	width: 346px;
	height: 605px;
	background: url(./../img/index/con05.png ) 0 0 no-repeat;
}

.con05-box .con05-box-r {
	float: right;
	width: 550px;
	padding: 20px 10px 0 10px;
}

.con05-box .con05-box-r ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.con05-box .con05-box-r ul li {
	border: 2px solid #15438d;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 4px 10px;
	position: relative;
}

.con05-box .con05-box-r ul li::after {
	bottom: -34px;
	color: #15438d;
	content: "▼";
	font-size: 40px !important;
	left: 48%;
	position: absolute;
}

.con05-box .con05-box-r ul li.con05-box-r-listend::after {
	content: "";
}

.con05-box .con05-box-r ul li dl dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #15438d;
	margin-bottom: 5px;
}

.con05-box .con05-box-r ul li dl dd {
	border-top: 1px solid #15438d;
	padding-top: 5px;
	font-size: 16px;
	line-height: 160%;
}

.content05 .con03btn {
	position: relative;
	background: #12438C;
	color: #fff;
	padding: 10px 20px;
	width: 530px;
	margin: 40px auto;
	font-size: 16px;
}

.content05 .con03btn a {
	display: block;
	width: 100%;
}

.content05 .con03btn a:after {
	content: "";
	background-image: url(../img/index/triangle.png);
	background-position: center;
	background-size: 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 2px;
	height: 34px;
	padding-left: 30px;
}

.content06 {
	width: 100%;
}

.con06-box {
	width: 100%;
	overflow: hidden;
}

.con06-box .con06-box-desc {
	width: 880px;
	padding: 10px 40px 10px 50px;
	font-size: 16px;
}

.con06-box ul {
	width: calc(900px - 100px);
	margin: 0 40px;
}

.con06-box ul li {
	padding-bottom: 10px;
}

.con06-box ul li dl {
	width: 700px;
	overflow: hidden;
	_zoom: 1;
}

.con06-box ul li dl dt,
.con06-box ul li dl dd {
	color: #444444;
	font-size: 16px;
	margin: 0 0 0 0;
	padding-left: 40px;
	line-height: 160%;
	background: none no-repeat left top;
	min-width: 40px;
	min-height: 55px;
}

.con06-box ul li dl dt {
	background: url(./../img/index/con06-q.png ) no-repeat;
	background-size: 30px 30px;
	background-position: 0 10px;
	border-top: 1px dashed #c4c4c4;
	padding-top: 15px;
	margin-top: -1px;
}

.con06-box ul li dl dd {
	background: url(./../img/index/con06-a.png ) no-repeat;
	background-size: 30px 30px;
	overflow: hidden;
}

.con06-box ul li:last-child {
	border-bottom: 0px !important;
}

.con06-box .con03btn {
	position: relative;
	background: #12438C;
	color: #fff;
	padding: 10px 20px;
	width: 530px;
	margin: 40px;
	font-size: 16px;
}

.con06-box .con03btn a {
	display: block;
	width: 100%;
}

.con06-box .con03btn a:after {
	content: "";
	background-image: url(../img/index/triangle.png);
	background-position: center;
	background-size: 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 2px;
	height: 34px;
	padding-left: 30px;
}

.faqGroup {
	display: none;
	opacity: 0;
}

.faqGroup.active {
	display: block;
	animation: fadeIn .5s linear forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.tab {
	display: flex;
	gap: 1rem;
	width: calc(900px - 100px);
	margin: 2rem 40px;
}

.tab__item {
	flex: 0 1 100%;
	height: 3rem;
	font-size: 1.125rem;
	border-radius: 4px;
	background: gray;
	color: white;
	border: unset;
	cursor: pointer;
}

.tab__item--contract.active {
	background: #15438D;
}

.tab__item--prepare.active {
	background: #0f9120;
}

.tab__item--support.active {
	background: #e77b17;
}




.content07 {
	width: 100%;
}

.content07 .con03btn {
	position: relative;
	background: #12438C;
	color: #fff;
	padding: 10px 20px;
	width: 530px;
	margin: 40px 0;
	font-size: 16px;
}

.content07 .con03btn a {
	display: block;
	width: 100%;
}

.content07 .con03btn a:after {
	content: "";
	background-image: url(../img/index/triangle.png);
	background-position: center;
	background-size: 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 2px;
	height: 34px;
	padding-left: 30px;
}

/*20200323追加　[owners]*/
.content07 .ownersbox01 ul {
	overflow: hidden;
	width: 100%;
}

.content07 .ownersbox01 ul li:first-child {
	float: left;
	width: 60%;
}

.content07 .ownersbox01 ul li:last-child {
	float: right;
	width: 40%;
}

.content07 .ownersbox01 ul li:last-child img {
	width: 100%;
}

.content07 .ownersbox01 ul li dl {
	padding: 10px;
}

.content07 .ownersbox01 ul li dl dt {
	width: 100%;
	display: block;
}

.content07 .ownersbox01 ul li dl dd {
	width: 100%;
	display: block;
	padding: 0;
	font-size: 16px;
	line-height: 160%;
}


.content07 .ownersbox02 ul {
	overflow: hidden;
	width: 100%;
}

.content07 .ownersbox02 ul li:first-child {
	float: left;
	width: 60%;
}

.content07 .ownersbox02 ul li:last-child {
	float: right;
	width: 40%;
}

.content07 .ownersbox02 ul li:last-child img {
	width: 100%;
}

.content07 .ownersbox02 ul li dl {
	padding: 10px;
}

.content07 .ownersbox02 ul li dl dt {
	width: 100%;
	display: block;
}

.content07 .ownersbox02 ul li dl dd {
	width: 100%;
	display: block;
	padding: 0;
	font-size: 16px;
	line-height: 160%;
}

.content07 .benefitbox01 ul {
	overflow: hidden;
	width: 100%;
}

.content07 .benefitbox01 ul li:first-child {
	float: left;
	width: 60%;
}

.content07 .benefitbox01 ul li:last-child {
	float: right;
	width: 40%;
}

.content07 .benefitbox01 dl {
	padding: 10px;
}

.content07 .benefitbox01 dl dt {
	width: 100%;
}

.content07 .benefitbox01 dl dd {
	width: 100%;
	padding: 0;
	line-height: 160%;
	font-size: 16px;
}

.content07 .benefitbox01 .con07-calc dd {
	width: 90%;
}

.content07 .benefitbox01 .con07-calc dd span {
	font-size: 16px;
}


/*//*/
.content07 .benefitbox02 ul {
	overflow: hidden;
	width: 100%;
}

.content07 .benefitbox02 ul li:first-child {
	float: left;
	width: 60%;
}

.content07 .benefitbox02 ul li:last-child {
	float: right;
	width: 40%;
}

.content07 .benefitbox02 dl {
	padding: 10px;
}

.content07 .benefitbox02 dl dt {
	width: 100%;
}

.content07 .benefitbox02 dl dd {
	width: 100%;
	padding: 0;
	line-height: 160%;
}

.content07 .benefitbox02 .con07-calc dd span {
	font-size: 16px;
}

.content07 .benefitbox02 .con07-calc dd {
	width: 90%;
}

/*//*/
.content07 .benefitbox03 ul {
	overflow: hidden;
	width: 100%;
}

.content07 .benefitbox03 ul li:first-child {
	float: left;
	width: 60%;
}

.content07 .benefitbox03 ul li:last-child {
	float: right;
	width: 40%;
}

.content07 .benefitbox03 dl {
	padding: 10px;
}

.content07 .benefitbox03 dl dt {
	width: 100%;
}

.content07 .benefitbox03 dl dd {
	width: 100%;
	padding: 0;
}

.content07 .benefitbox03 .con07-calc dd {
	width: 90%;
}

.content07 .benefitbox03 .con07-calc dd span {
	font-size: 16px;
}

.content07 .content-title {}

.con07-box {
	width: 100%;
	border-top: none;
	overflow: hidden;
	padding: 10px;
}

.con07-box img {
	width: 100%;
	margin: 10px 0;
}

.con07-box ul {
	display: block;
	width: 100%;
	overflow: hidden;
}

/*.con07-box ul li:first-of-type{
	float: left;
	width:70%;
}*/

.con07-box ul li dl {
	/*	padding-right:20px;*/
	overflow: hidden;
	width: 100%;
}

.con07-box ul li dl dt {
	margin-bottom: 50px;
	float: left;
	width: 50%;
}

.con07-box ul li dl dt img {
	width: 100%;
}

.con07-box ul li dl dd {
	width: 25%;
	display: flex;
	padding-left: 10px;
}

.con07-box ul li dl dd img {
	width: 100%;
}

/*.con07-box ul li:last-of-type{
	float: right;
	width:30%;
}*/

.con07-box ul li:last-of-type span.con7-name {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.con07-box ul li dl dd span.con07-att {
	display: block;
	color: #FF0004;
	line-height: 150%;
	font-weight: bold;
}

.con07-box ul li dl dd span.con07-att span {
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
}


.con07-box ul li dl dd.desc {
	text-align: right;
}

.content-news {
	width: 100%;
}

.con-news-box {
	display: block;
	overflow: hidden;
	padding: 10px;
}

.con-news-box .con-nb-left {
	float: left;
	width: 50%;
	font-size: 16px;
}

.con-news-box .con-nb-left ul {
	display: block;
	margin-right: 10px;
}

.con-news-box .con-nb-left ul li {
	border-bottom: 1px dashed #CCCCCC;
	padding: 10px 5px;
}

.con-news-box .con-nb-left ul li dl {}

.con-news-box .con-nb-left ul li dl dt {}

.con-news-box .con-nb-left ul li dl dd {
	line-height: 150%;
}

.con-news-box .con-nb-right {
	float: right;
	width: 50%;
	text-align: center;
}

.contact-box {
	background: #00a372;
	padding: 20px;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 12px;
}

.contact-box .contact-b-st {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #FFFFFF;
}

.contact-box .contact-b-inner {
	display: table;
	width: 100%;
	overflow: hidden;
}

.contact-box .contact-b-inner .cb-i-left,
.contact-box .contact-b-inner .cb-i-right {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.contact-box .contact-b-inner .cb-i-left p {
	margin: 10px 0;
	line-height: 150%;
}

.contact-box .contact-b-inner .cb-i-left p:nth-of-type(2) {
	text-align: center;
}

.contact-box .contact-b-inner .cb-i-left p.cb-i-tel img {
	width: 100%;
}

.contact-box .contact-b-inner .cb-i-left p.btn-box {
	margin-top: 20px;
}

.contact-box .contact-b-inner .cb-i-left p.btn-box a {
	display: block;
	border: 1px solid #FFFFFF;
	padding: 20px;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.contact-box .contact-b-inner .cb-i-left p.btn-box a:last-of-type {
	margin-top: 8px;
}

.contact-box .contact-b-inner .cb-i-left p.btn-box a:hover {
	opacity: 1;
	background: rgba(255, 255, 255, .3)
}


.contact-box .contact-b-inner .cb-i-right {
	padding-left: 20px;
}

.contact-box .contact-b-inner .cb-i-right img {
	width: 100%;
}


/*20180606追加/無料説明会参加フォーム*/
.free-infomation {
	width: 100%;
	margin-bottom: 20px;
}

.free-infomation .free-info-box {}


.free-infomation .free-info-box ul {
	overflow: hidden;
	width: 100%;
}

.free-infomation .free-info-box ul li {
	width: 100%;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	line-height: 160%;
}

.free-infomation .free-info-box ul li:first-of-type span {
	display: block;
}

.free-infomation .free-info-box ul li:first-of-type .shopinfo {
	padding: 10px 10px 10px 10px;
	border: 1px solid #15438D;
}

.free-infomation .free-info-box ul li:first-of-type dl {
	border-bottom: 1px dashed #CCCCCC;
	padding: 10px 5px;
	overflow: hidden;
	width: 100%;
}

.free-infomation .free-info-box ul li:first-of-type dl dt {
	margin-bottom: 10px;
	font-weight: bolder;
	float: left;
	width: 30%;
}

.free-infomation .free-info-box ul li:first-of-type dl dd {
	line-height: 150%;
	float: right;
	width: 70%;
}

.free-infomation .free-info-box ul li:first-of-type dl dd p {}


.free-infomation .free-info-box ul li .fi-formst {
	font-size: 18px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.free-infomation .free-info-box ul li .fi-formst:first-of-type {
	margin-top: 20px;
}

.free-infomation .free-info-box ul li:last-of-type dl {
	display: table;
	width: 100%;
	overflow: hidden;
}

.free-infomation .free-info-box ul li:last-of-type dl dt {
	display: table-cell;
	width: 30%;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}

.free-infomation .free-info-box ul li:last-of-type dl dd {
	display: table-cell;
	width: 70%;
	font-size: 16px;
}

.free-infomation .free-info-box ul li:last-of-type dl dd .addr-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.free-infomation .free-info-box ul li:last-of-type dl dd input,
.free-infomation .free-info-box ul li:last-of-type dl dd select {
	width: 100%;
	height: 30px;
}

.free-infomation .free-info-box ul li:last-of-type .btn-box {
	margin-top: 10px;
	text-align: center;
}

.free-infomation .free-info-box ul li:last-of-type .btn-box .submit-btn {
	border: 1px solid #15438D;
	width: 300px;
	padding: 10px;
	color: #15438D;
	font-size: 16px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	background-color: #FFFFFF;
}


/*20200316追加　parts-right*/
.fixed-right {
	position: fixed;
	/*-webkit-writing-mode: vertical-rl;*/
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	right: 0;
	top: 50%;
	z-index: 999;
	/* -webkit-transform: translateY(-50%);*/
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	color: #FFFFFF;
	cursor: pointer;
}

.fixed-right ul {
	display: flex;
}

.fixed-right ul li {}

.fixed-right ul li img {
	height: 200px;
}

/*20200317追加[about]*/
.content06 .aboutbox-desc {
	font-size: 16px;
}

.content06 .aboutbox01 {
	overflow: hidden;
	width: 100%;
}

.content06 .aboutbox01 li:first-child {
	float: left;
	width: 50%;
	padding: 10px;
	line-height: 160%;
}

.content06 .aboutbox01 li:last-child {
	float: right;
	width: 50%;
	padding: 10px;
}

.content06 .aboutbox01 li:last-child img {
	width: 100%;
}

.content06 .aboutbox01 .con04-box .con04-rbnbox {
	padding-bottom: 10px;
	/*background: #ffe38e;*/
}

.content06 .aboutbox01 .con04-box .con04-rbnbox p {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
}

.content06 .aboutbox01 .con04-box span {
	display: block;
	width: 880px;
	padding: 10px 40px 10px 50px;
	font-size: 16px;
}

.content06 .aboutbox02 .con04-box .con04-box-l {
	display: block;
	width: 100%;
}

.content06 .aboutbox02 .con04-box .con04-box-l .con04-box-r-msg {
	margin: 20px 0;

}

.content06 .aboutbox02 .con04-box .con04-box-l .con04-box-r-msg span {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	color: #12438C;
}

.content06 .aboutbox02 .con04-box dl {
	width: 100%;
	overflow: hidden;
}

.content06 .aboutbox02 .con04-box dl dt {
	float: left;
	width: 60%;
}

.content06 .aboutbox02 .con04-box dl dt img {
	width: 100%;
}

.content06 .aboutbox02 .con04-box dl dd {
	float: right;
	width: 40%;
}

.content06 .aboutbox02 .con04-box dl dd img {
	width: 100%;
}

.content04 .aboutbox04 .content-title {
	border-bottom: 1px solid #666 !important;
}

.content04 .aboutbox04 h2 {
	color: #666;
	font-weight: 700;
}

.content04 .aboutbox04 h2:before {
	display: none;
}

.content04 .aboutbox04 .con04-box-l {
	display: block;
	width: 100%;
}

.content04 .aboutbox04 .con04-box .con04-rbnbox:after {
	display: none;
}

.content04 .aboutbox04 .con04-box .con04-rbnbox p {
	color: #000;
}

.content04 .aboutbox04 .con04-box-l dl dd {
	width: 100%;
}

/*[afteropen]*/
.content04 .afterbox01 .con04-box-l {
	display: block;
	width: 100%;
}

.content04 .afterbox01 .con04-box-l dl dd {
	width: calc(100% - 30px);
}

.content04 .afterbox02 ul {
	overflow: hidden;
	width: 100%;
}

.content04 .afterbox02 ul li {
	float: left;
	width: 50%;
	padding: 10px;
}

.content04 .afterbox02 ul li img {
	width: 100%;
}

.content04 .afterbox02 .con04-box-l span {
	font-size: 16px;
	line-height: 180%;
}

/*20200824｜新店オープン情報
-------------------------------------------------------------------------------------------------*/
.content03-2 {
	width: 100%;
}

.content03-2 .new-shops {
	margin-top: 20px;
}

.content03-2 .new-shops ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content03-2 .new-shops ul li {
	width: 48%;
	border: 2px solid #15438d;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 4px 10px;
}

.content03-2 .new-shops ul li a {}

.content03-2 .new-shops a dl {}

.content03-2 .new-shops a dl dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #15438d;
	margin-bottom: 5px;
}

.content03-2 .new-shops a dl dd {
	border-top: 1px solid #15438d;
	padding-top: 5px;
	font-size: 16px;
	line-height: 160%;
}

.content03-2 .new-shops a dl dd span {
	font-weight: 600;
	color: #3fd800;
}

/*フッター
----------------------------------------------------------------------------------------------------*/
footer {
	position: relative;
}

footer .foot-inner {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}

footer .totop {
	position: absolute;
	top: 0;
	right: calc(50% - 580px);

	margin-top: -30px;
	background: #15438D;
	color: #FFFFFF;
	padding: 0 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}


footer .foot-nav {
	background: #15438D;
	color: #FFFFFF;
	margin-top: 40px;
}

footer .foot-nav ul {
	display: table;
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #0F3065;
}

footer .foot-nav ul li {
	display: table-cell;
	border-right: 1px solid #0F3065;
	text-align: center;
}

footer .foot-nav ul li a {
	display: block;
	height: 40px;
	line-height: 40px;

	text-shadow: #000 0 2px;
}

footer .foot-nav ul li a img {
	width: 15px;
	margin-right: 5px;
	vertical-align: middle;
}

footer .foot-nav ul li a:hover {
	background: #2F68C3;
	opacity: 1;
}

footer .foot-bottom {
	background: #FFFFFF;
	padding: 20px 0;
	text-align: center;
}

footer .foot-bottom ul {}

footer .foot-bottom ul li {
	display: inline-block;
	border-right: 1px solid #000000;
	padding: 0 10px;
}

footer .foot-bottom ul li:first-of-type {
	border-left: 1px solid #000000;
}

footer .foot-bottom ul li a:hover {
	opacity: 1;
	text-decoration: underline;
}

footer .foot-bottom .f-logobox {
	width: 472px;
	margin: 32px auto 20px;
}

footer .f-logobox .flex-box {
	display: flex;
	flex-wrap: wrap;
}

footer .f-logobox .flex-box li {
	border: none !important;
	margin-bottom: 12px;
	width: 50%;
	height: 80px;
}

footer .f-logobox .flex-box li a {}

footer .f-logobox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

footer .foot-bottom .f-copy {}

.pagetop {
	position: fixed;
	bottom: 60px;
	/*適宜変更*/
	right: calc(50% - 450px);
	/*適宜変更 これはコンテンツ幅の右に合わせる場合の指定です*/
	z-index: 99;
	/*適宜変更・削除*/

	display: inline-block;
	/*必要があれば適宜変更*/
}

.pagetop img {
	/*アイコンを置く場合などは適宜サイズ指定など追加。*/
}

/*blands.php
----------------------------------------------------------------------------------------*/


#blands .con03-box ul li:first-child .con03btn {
	position: relative;
	color: #fff;
	padding: 10px 20px;
	width: 430px;
	margin: 40px auto;
}

#blands .con03-box ul li:first-child .bg1 {
	background: #12438C;
}

#blands .con03-box ul li:first-child .bg2 {
	background: #da291c;
}

#blands .con03-box ul li:first-child .bg3 {
	background: #00a0e9;
}

#blands .con03-box ul li:first-child .bg4 {
	background: #2A3855;
}


#blands .con03-box ul li:first-child a {
	display: block;
	width: 100%;
}

#blands .content-title {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #12438C;
}

#blands h2 {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 900;
	text-shadow: 1px 1px 1px #EEEEEE;
	color: #12438C;
}

#blands h2::before {
	content: " ";
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(./../img/common/logo-mark.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 6px;
}

#blands .con03-box ul {
	overflow: hidden;
	width: 100%;
}

#blands .con03-box ul li {
	float: left;
	width: 50%;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	line-height: 160%;
}

#blands .con03-box ul li:first-child a {
	display: block;
	width: 100%;
}

#blands .con03-box ul li img {
	width: 100%;
}

#blands .con03-box ul li:first-child a:after {
	content: "";
	background-image: url(../img/index/triangle.png);
	background-position: center;
	background-size: 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 2px;
	height: 34px;
	padding-left: 30px;
}

#blands .con03-box ul li:first-child a {
	display: block;
	width: 100%;
	text-align: center;
}

#blands .con03-box ul li:nth-child(2) {
	float: right;
	width: 50%;
	display: block;
}

#blands .con03-box ul li img {
	width: 100%;
}

#blands .con03-box ul li:first-child img {
	width: 80%;
}

#blands .con03-box ul li p {
	margin-top: 20px;
}

/*エラーページ
---------------------------------------------------------------------------*/
#error .h-img img {
	width: 250px;
}

#error .error-line {
	width: 100%;
	height: 5px;
	background-color: #12438C;
}

#error .head {
	width: 100%;
	height: 5px;
	background-color: #12438C;
}

#error .h-img {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

#error .h-text {
	margin-top: 20px;
	text-align: center;
}

#error .h-botan {
	margin-top: 20px;
	text-align: center;
}

#error .h-botan a {
	margin: 0 auto;
	font-size: 13px;
}

#error .morebtn-b {
	display: inline-block;
	font-size: 18px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	background: #1869c3;
	border-radius: 5px;
	text-align: center;
	width: 400px;
	height: 50px;
	line-height: 50px;
	border: 0;
}

#error .morebtn-b:before {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: url(../img/common/right-circle-w.png)no-repeat center;
	background-size: cover;
	vertical-align: middle;
}

/*20210927　831行目margin-bottom元消さずに追加
---------------------------------------------------------------------------*/

.con05-box .con05-box-r ul li {
	margin-bottom: 40px;
}


.line-official-banner {
	margin: 12px 0;
}

.line-official-banner img {
	width: 100%;
}


/*20221220 お知らせ一覧
---------------------------------------------------------------------------*/

.news-li {
	display: flex;
	overflow: hidden;
	width: 100%;
}

.news-li .news-con {
	width: 50%;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	line-height: 160%;
}

.news-li .news-title {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #15438d;
	margin-bottom: 5px;
	border-bottom: 1px solid #15438d;
}

.news-li .li-con .con03btn {
	position: relative;
	background: #12438C;
	color: #fff;
	padding: 10px 20px;
	width: 430px;
	margin: 40px auto;
}

.news-li .li-con .span-btn {
	display: block;
	width: 100%;
}

.news-li .li-con .span-btn:after {
	content: "";
	background-image: url(../img/index/triangle.png);
	background-position: center;
	background-size: 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 2px;
	height: 34px;
	padding-left: 30px;
}

.news-li .li-con p {
	line-height: 180%;
}

.news-li .li-img {
	width: 50%;
	aspect-ratio: 3/2;
	display: block;
}

.news-li .li-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

/**/

.topic-header {
	width: 900px;
	height: 360px;
	margin-bottom: 10px;
	overflow: hidden;
}

.topic-header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topic-box {}

.topic-title {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #12438C;
}

.topic-text {
	font-family: 'Noto sans japanese', sans-serif;
}

.topic-text {
	font-size: 16px;
	padding: 20px 10px;
	line-height: 170%;
}

.topic-text>div {
	font-weight: bold;
	line-height: 170%;
}

.topic-text strong {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 170%;
}

.topic-text h1,
.topic-text h2 {
	border-bottom: 2px dotted #15438d;
	border-left: 20px solid #15438d;
	padding: 7px;
	font-size: 2em;
	width: 100%;
	white-space: nowrap;
	font-weight: bold;
	color: #272727;
}

.topic-text h2 {
	border-left: none;
}

.topic-text h3 {
	border-left: 20px solid #15438d;
	padding: 7px;
	font-size: 1.8em;
	width: 100%;
	white-space: nowrap;
	font-weight: bold;
	color: #272727;
}

.topic-text h4 {
	padding: 7px;
	font-size: 2em;
	white-space: nowrap;
	font-weight: bold;
	color: #272727;
}

.topic-text .blog-inner-st {
	font-weight: bold;
	font-size: 2em;
}

.topic-text img {
	display: block;
	margin: 10px auto;
	width: 80%;
	aspect-ratio: 3/2;
	object-fit: cover;
}

/**/

.sub-topics {}

.sub-topics .sub-topic-list {
	margin-bottom: 1em;
}

.sub-topic-list a {
	display: flex;
	gap: 1em;
}

.sub-topic-list img {
	width: 30%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.sub-topic-list .sub-listopic {}

.sub-topic-list .sub-listopic-title {
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	color: #15438d;
}

.sub-topic-list .sub-listopic-date {
	text-align: left;
	font-weight: bold;
	color: #a4a4a4;
}