@charset "utf-8";
/*
Theme Name: TUKTUK
Theme URI: null
Description: Description
Author: 81bridge - LXT
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
.text-attention {
	font-weight: bold;
	color: #da0000;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1320px;
	color: #000;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2.2rem 7.5rem 2.6rem;
	position: relative;
}
#gHeader .logo {
	width: 19.5rem;
}
#gNavi {
	position: absolute;
	right: 7.6rem;
	top: 5.1rem;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
#gNavi li:not(:last-child) {
	margin-right: 4.4rem;
}
#gNavi a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.3rem 2rem 1.4rem;
		z-index: 101;
	}
	#gHeader .logo {
		width: 12.2rem;
		position: relative;
		z-index: 100;
	}
	.menu {
		width: 6rem;
		height: 6rem;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.menu span {
		width: 3rem;
		height: 1px;
		position: absolute;
		top: 2.3rem;
		left: 1.5rem;
		background: #9EAAB2;
		transition: all .35s ease;
	}
	.menu span:nth-of-type(2) {
		top: 2.9rem;
	}
	.menu span:nth-of-type(3) {
		top: 3.5rem;
	}
	.menu.on span {
		width: 4rem;
		left: 1rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.6rem) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.6rem) translateX(0) rotate(-45deg);
	}
	.menuBox {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding-right: 2rem;
		overflow-y: auto;
		box-sizing: border-box;
		background-color: #fff;
		z-index: 99;
		display: none;
	}
	.menuBox .menuInfo {
		width: 25rem;
		margin: 0 auto;
		padding: 7.6rem 0;
	}
	#gNavi {
		margin: 0 0 2.3rem;
		position: static;
		font-size: 1.6rem;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li:not(:last-child) {
		margin: 0 0 1.6rem;
	}
	#gNavi a {
		padding-left: 1.8rem;
		display: inline-block;
		color: #595757;
		background: url(img/common/icon08.png) no-repeat left 0.2rem top 55%;
		background-size: 0.7rem auto;
	}
	.menuBox .menuSub {
		position: relative;
	}
	.menuBox .menuLink {
		margin-bottom: 2rem;
	}
	.menuBox .menuLink a {
		padding: 1.4rem 3rem;
		display: block;
		color: #fff;
		font-weight: 700;
		font-size: 1.45rem;
		letter-spacing: 0.3em;
		border-radius: 5rem;
		background: #DD0026 url(img/common/icon09.png) no-repeat right 2rem top 53%;
		background-size: 0.7rem auto;
	}
	.menuBox .sns {
		width: 4.6rem;
		position: absolute;
		bottom: -1.7rem;
		right: 0;
	}
	.menuBox .menuBtn {
		padding-top: 1.8rem;
		border-top: 1px solid #898989;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	.menuBox .menuBtn a {
		color: #9D9D9D;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4.4rem 2rem 0;
	background-color: #595757;
}
#gFooter .fBox {
	max-width: 131.6rem;
	margin: 0 auto 5.3rem;
	position: relative;
}
#gFooter .fLogo {
	width: 14.2rem;
}
#gFooter .fNavi {
	position: absolute;
	right: 2.4rem;
	top: 0;
	width: 37rem;
}
#gFooter .fNavi ul {
	margin: 0 1rem 1rem -1rem;
}
#gFooter .fNavi li {
	width: 60%;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}
#gFooter .fNavi li:nth-child(2n) {
	width: 28%;
}
#gFooter .fNavi li a {
	padding-left: 1.6rem;
	display: inline-block;
	color: #fff;
	letter-spacing: 0.1em;
	background: url(img/common/icon02.png) no-repeat left center;
	background-size: 0.5rem auto;
}
#gFooter .fLink a {
	padding: 1.8rem 0;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	border: 1px solid #fff;
	border-radius: 5rem;
}
#gFooter .fInfo {
	position: absolute;
	left: 17.6rem;
	top: 7rem;
	letter-spacing: 0.06em;
}
#gFooter .fInfo p {
	margin-bottom: 0.2rem;
	color: #fff;
	line-height: 2;
	font-size: 1.6rem;
}
#gFooter .fInfo a {
	color: #fff;
}
#gFooter .fInfo .tel {
	letter-spacing: 0.15em;
}
#gFooter .fInfo .tel a {
	letter-spacing: 0.1em;
}
#gFooter .fInfo .map {
	margin-bottom: 1.4rem;
}
#gFooter .fInfo .map a {
	padding-right: 2rem;
	letter-spacing: 0.1em;
	text-decoration: underline;
	background: url(img/common/icon01.png) no-repeat right 58%;
	background-size: 1.5rem auto;
}
#gFooter .fInfo .sns {
	width: 28.7rem;
	padding-top: 1.9rem;
	border-top: 1px solid #898989;
}
#gFooter .fInfo .sns a {
	display: block;
	width: 4.7rem;
}
#gFooter .fBtn {
	position: absolute;
	right: 2.4rem;
	width: 37rem;
	top: 24.6rem;
	padding-top: 1.6rem;
	border-top: 1px solid #898989;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#gFooter .fBtn a {
	color: #9D9D9D;
}
#gFooter address {
	margin: 0 -2rem;
	padding: 1rem 0 1.2rem;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	background-color: #fff;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi li a:hover {
		opacity: 0.7;
	}
	#gFooter .fLink a:hover {
		color: #595757;
		background-color: #fff;
	}
	#gFooter .fBtn a:hover {
		opacity: 0.7;
	}
	#gFooter .fInfo .map a:hover {
		text-decoration: none;
	}
	#gFooter .fInfo .sns a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 3.6rem;
	}
	#gFooter .fBox {
		max-width: 27.3rem;
		margin: 0 auto 2.8rem;
	}
	#gFooter .fLogo {
		width: 27.3rem;
		margin: 0 auto 2.7rem;
	}
	#gFooter .fNavi {
		margin-bottom: 3.1rem;
		position: static;
		width: auto;
	}
	#gFooter .fNavi ul {
		margin: 0 0 3.2rem;
		display: block;
	}
	#gFooter .fNavi li {
		width: auto !important;
		margin-bottom: 1.1rem;
		font-size: 1.75rem;
	}
	#gFooter .fNavi li a {
		padding-left: 2rem;
	}
	#gFooter .fLink a {
		padding: 1.2rem 0;
		font-size: 1.7rem;
	}
	#gFooter .fInfo {
		position: static;
		letter-spacing: 0.1em;
	}
	#gFooter .fInfo p {
		margin-bottom: 0.35rem;
		font-size: 1.2rem;
	}
	#gFooter .fInfo .map {
		margin-bottom: 1.4rem;
	}
	#gFooter .fInfo .map a {
		padding-right: 2rem;
		background-position: right 64%;
		background-size: 1.2rem auto;
	}
	#gFooter .fInfo .sns {
		width: 4rem;
		margin: -5.6rem 0 0 auto;
		padding-top: 0;
		border-top: none;
	}
	#gFooter .fInfo .sns a {
		width: 4rem;
	}
	#gFooter .fBtn {
		position: static;
		width: auto;
		margin: 3rem -2rem 0;
		padding: 1.1rem 2rem 0;
		font-size: 1.25rem;
	}
	#gFooter address {
		padding: 0.7rem 0;
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 6.5rem;
	position: relative;
	padding: 5.8rem 2rem 10.2rem;
	background: url(img/news/page_title_bg.jpg) no-repeat bottom center #DBF4FF;
	background-size: 100% 6rem;
}
.pageTitle .img {
	position: absolute;
	right: 18.9rem;
	top: 0;
	width: 18.8rem;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 0.7rem;
		padding: 1.1rem 3.1rem 3rem;
		background-image: url(img/news/page_title_bg_sp.jpg);
		background-size: 100% 2.1rem;
	}
	.pageTitle .img {
		right: 3.1rem;
		width: 9.4rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 109.4rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		width: auto !important;
		margin: 0 3rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	max-width: 131.4rem;
	margin: 0 auto;
	color: #595757;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		max-width: inherit;
		font-size: 2.5rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4.8rem;
	position: relative;
	width: fit-content;
	color: #5A5959;
	font-weight: 400;
	font-size: 5rem;
	letter-spacing: 0.1em;
}
.headLine02::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 5rem;
	content: "";
	background-color: #F2F8FA;
	transform: translateY(-45%);
}
.headLine02.color01::before {
	background-color: #fff;
}
.headLine02.color02::before {
	background-color: #FDF7F7;
}
.headLine02 span {
	position: relative;
	z-index: 1;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.3rem;
		padding: 0 0.7rem;
		font-size: 2rem;
	}
	.headLine02::before {
		height: 3rem;
	}
	.headLine02.big {
		margin: 0 auto;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	original_price
------------------------------------------------------------*/
.original_price {
    width: 87.2rem;
    margin: -1.3rem auto 5rem;
    position: relative;
    /* width: fit-content; */
    color: #da0000;
    font-weight: 400;
    font-size: 4rem;
    letter-spacing: 0.1em;
	font-weight: bold;
}
.original_price span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0;
}
@media all and (max-width: 896px) {
	.original_price {
		width: fit-content;
		margin: 0 auto 30px;
        font-size: 3rem;
	}
}

/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList li {
	border-bottom: 1px solid #D9D9D9;
}
.comNewsList a {
	padding: 4.6rem 0 2.57rem;
	display: flex;
	letter-spacing: 0.1em;
}
.comNewsList a:hover {
	opacity: 0.7;
}
.comNewsList .time {
	margin-top: 0.7rem;
	width: 21.5rem;
	flex-shrink: 0;
	font-size: 1.5rem;
}
@media all and (max-width: 896px) {
	.comNewsList a {
		padding: 2rem 0 1.27rem;
		display: block;
		line-height: 1.75;
	}
	.comNewsList .time {
		margin: 0 0 0.4rem;
		width: auto;
		display: block;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 4.4rem;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	margin: 0 1.4rem;
	color: #D9D9D9;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
}
.wp-pagenavi span.current {
	color: #595757;
}
.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #595757;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 2.3rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0 1.05rem;
		font-size: 1.85rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 24rem;
	margin: 0 auto;
	padding-left: 1rem;
	position: relative;
	transition: .3s;
	box-sizing: border-box;
}
.comLink::before {
	position: absolute;
	left: 0;
	top: 1rem;
	right: 1rem;
	height: 100%;
	border: 1px solid #0099DB;
	box-sizing: border-box;
	content: "";
	border-radius: 0.4rem;
	transition: .3s;
}
.comLink a {
	position: relative;
	padding: 1.2rem 1.8rem 1.3rem 0;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	background: #0099DB url(img/common/icon03.png) no-repeat right 1.6rem center;
	background-size: 0.9rem auto;
	border: 1px solid #0099DB;
	border-radius: 0.4rem;
}
.comLink.wid01 {
	width: 33rem;
}
@media all and (min-width: 897px) {
	.comLink:hover::before {
		background-color: #0099DB;
	}
	.comLink:hover a {
		color: #0099DB;
		background-color: #fff;
		background-image: url(img/common/icon03_on.png);
	}
}
@media all and (max-width: 896px) {
	.comLink {
		width: 27.2rem;
	}
	.comLink::before {
		left: -1px;
		top: 1.1rem;
		right: 1.1rem;
	}
	.comLink a {
		padding: 1.5rem 2rem 1.9rem 0;
		background-position: right 1.9rem center;
	}
	.comLink.wid01 {
		width: 31.3rem;
	}
	.comLink.wid01 a {
		padding: 1.3rem 1.5rem 1.7rem 0;
		font-size: 2.45rem;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news {
	padding-bottom: 13rem;
}
@media all and (max-width: 896px) {
	#news {
		padding-bottom: 5.4rem;
	}
}
/*------------------------------------------------------------
	news/detail
------------------------------------------------------------*/
#news .detail {
	margin-bottom: 3.9rem;
	padding: 5.3rem 0 4.2rem;
	border-bottom: 1px solid #D9D9D9;
}
#news .detail .titleBox {
	padding-bottom: 2.2rem;
	margin-bottom: 4.1rem;
	color: #595757;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #D9D9D9;
}
#news .detail .titleBox .time {
	margin-bottom: 3.4rem;
	display: block;
	color: #000;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#news .detail .pho {
	margin-bottom: 7.4rem;
}
#news .detail .pho img {
	width: 100%;
}
#news .detail p,
#news .detail h1,
#news .detail h2,
#news .detail h3,
#news .detail h4,
#news .detail h5,
#news .detail h6,
#news .detail ul {
	margin-bottom: 3.2rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	word-break: break-all;
}
#news .detail li {
	position: relative;
	padding-left: 2.2rem;
}
#news .detail li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "・";
}
#news .detail a {
	text-decoration: underline;
}
#news .detail a:hover {
	opacity: 0.7;
}
#news .comLink {
	margin-bottom: -1.9rem;
}
@media all and (max-width: 896px) {
	#news .detail {
		margin-bottom: 0;
		padding: 2.1rem 0 3.1rem;
		border: none;
	}
	#news .detail .titleBox {
		padding-bottom: 1.5rem;
		margin-bottom: 1.7rem;
		font-size: 1.8rem;
		line-height: 1.66;
		color: #000;
	}
	#news .detail .titleBox .time {
		margin-bottom: 0.4rem;
		font-size: 1.2rem;
	}
	#news .detail .pho {
		margin-bottom: 2.3rem;
	}
	#news .detail p,
	#news .detail h1,
	#news .detail h2,
	#news .detail h3,
	#news .detail h4,
	#news .detail h5,
	#news .detail h6,
	#news .detail ul {
		margin-bottom: 2.8rem;
		line-height: 1.75;
	}
	#news .comLink {
		margin-bottom: 1.7rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
	padding-bottom: 12rem;
}
#contact .pageTitle {
	margin-bottom: 13.1rem;
	background-color: #FCFBED;
	background-image: url(img/contact/page_title_bg.jpg);
}
#contact .topText {
	padding-bottom: 7.6rem;
	margin-bottom: 3.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #D9D9D9;
}
#contact .topText a {
	font-weight: 700;
	text-decoration: underline;
}
#contact .mailForm .formText {
	margin-bottom: 5.9rem;
	text-align: center;
	color: #5A5959;
	letter-spacing: 0.1em;
}
#contact .mailForm table {
	margin: 0 auto 2.5rem;
	width: 87.2rem;
	border-collapse: collapse;
}
#contact .mailForm th,
#contact .mailForm td {
	padding-bottom: 2.5rem;
	display: block;
	font-size: 2.4rem;
	line-height: 2;
	color: #5A5959;
	font-weight: 400;
	letter-spacing: 0.1em;
	word-break: break-all;
	box-sizing: border-box;
}
#contact .mailForm th {
	padding-bottom: 0.3rem;
}
#contact .mailForm td {
	font-weight: 700;
}
#contact .mailForm .must {
	margin: -0.5rem 1.2rem 0 0;
	width: 6rem;
	padding: 0.2rem 0 0.3rem;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.05em;
	background-color: #DD0026;
}
#contact .mailForm input[type="text"],
#contact .mailForm input[type="email"],
#contact .mailForm input[type="tel"],
#contact .mailForm textarea {
	width: 100%;
	padding: 0 1.1rem 0.2rem;
	height: 4rem;
	font-size: 2rem;
	color: #000;
	letter-spacing: 0.1em;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 1.2rem;
	background: #fff;
}
#contact .mailForm td textarea {
	margin-bottom: -0.6rem;
	height: 16rem;
	padding: 0.3rem 1.1rem;
	resize: vertical;
}
#contact .mailForm input::-webkit-input-placeholder,
#contact .mailForm textarea::-webkit-input-placeholder { 
	color: #D9D9D9;
	opacity: 1;
}
#contact .mailForm input:-moz-placeholder,
#contact .mailForm textarea:-moz-placeholder {
	color: #D9D9D9;
	opacity: 1;
}
#contact .mailForm input::-moz-placeholder,
#contact .mailForm textarea::-moz-placeholder {
	color: #D9D9D9;
	opacity: 1;
}
#contact .mailForm input:-ms-input-placeholder,
#contact .mailForm textarea:-ms-input-placeholder {
	color: #D9D9D9;
	opacity: 1;
}
#contact .mailForm input[type="checkbox"] {
	display: none;
}
#contact .mailForm input[type="checkbox"] + span {
	padding-left: 4.8rem;
	display: inline-block;
	font-weight: 400;
	background: url(img/common/radio_img01.png) no-repeat left center;
	background-size: 3.2rem auto;
	cursor: pointer;
}
#contact .mailForm input[type="checkbox"]:checked + span {
	background-image: url(img/common/radio_img02.png);
}
#contact .mailForm .wpcf7-list-item {
	margin: 0 !important;
}
#contact .mailForm .submit {
	padding-top: 4.7rem;
	border-top: 1px solid #D9D9D9;
}
#contact .mailForm .submit li {
	width: 34rem;
	margin: 0 auto 2rem;
	padding: 0 1rem 0 1rem;
	position: relative;
	transition: .3s;
	box-sizing: border-box;
}
#contact .mailForm .submit li:last-child {
	margin-bottom: 0;
}
#contact .mailForm .submit li .wpcf7-spinner {
	margin: 0;
    position: absolute;
    left: 50%;
    bottom: -39px;
    transform: translateX(-50%);
}
#contact .mailForm .submit li::before {
	position: absolute;
	left: 0;
	top: 1rem;
	right: 2rem;
	height: 100%;
	border: 1px solid #DD0026;
	box-sizing: border-box;
	content: "";
	border-radius: 0.4rem;
	transition: .3s;
	z-index: -1;
}
#contact .mailForm .submit input {
	width: 100%;
	padding: 1.1rem 2.3rem 1.6rem 0;
	height: 6rem;
	font-size: 2.2rem;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 1px solid #DD0026;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 0.4rem;
	background: #DD0026 url(img/common/icon03.png) no-repeat right 1.6rem center;
	background-size: 0.9rem auto;
	cursor: pointer;
	transition: .3s;
}
#contact .mailForm .errorTtl {
	margin: -0.5rem 0 3.3rem;
	padding: 1.1rem 0 1.3rem;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	background-color: #DD0026;
	border-radius: 0.2rem;
	display: none;
}
#contact .mailForm input[type="text"].wpcf7-not-valid,
#contact .mailForm input[type="email"].wpcf7-not-valid,
#contact .mailForm input[type="tel"].wpcf7-not-valid,
#contact .mailForm textarea.wpcf7-not-valid {
	border-color: #DD0026;
	border-width: 2px;
}
#contact .mailForm .wpcf7-not-valid-tip {
	margin: -0.3rem 0 -0.5rem;
	padding-left: 4.4rem;
	display: block;
	color: #DD0026;
	font-weight: 400;
	letter-spacing: 0.05em;
	background: url(img/common/icon05.png) no-repeat left top 1rem;
	background-size: 3.2rem auto;
}
@media all and (min-width: 897px) {
	#contact .topText a:hover {
		text-decoration: none;
	}
	#contact .mailForm .submit li:hover::before {
		background-color: #DD0026;
	}
	#contact .mailForm .submit li:hover input {
		color: #DD0026;
		background-color: #fff;
		background-image: url(img/common/icon04.png);
	}
}
@media all and (max-width: 896px) {
	#contact {
		padding-bottom: 7.2rem;
	}
	#contact .pageTitle {
		margin-bottom: 2.5rem;
		background-image: url(img/contact/page_title_bg_sp.jpg);
	}
	#contact .topText {
		padding-bottom: 2rem;
		margin-bottom: 1.2rem;
		line-height: 1.75;
	}
	#contact .topText a {
		text-decoration: none;
	}
	#contact .mailForm .formText {
		margin-bottom: 2.5rem;
		text-align: left;
		color: #000;
		line-height: 1.75;
	}
	#contact .mailForm table {
		margin: 0 auto 0.6rem;
		width: 100%;
	}
	#contact .mailForm th,
	#contact .mailForm td {
		padding-bottom: 2.3rem;
		font-size: 1.6rem;
		line-height: 1.56;
	}
	#contact .mailForm th {
		padding-bottom: 0.4rem;
	}
	#contact .mailForm .must {
		margin: -0.4rem 1rem 0 0;
		width: 4.4rem;
		font-size: 1.6rem;
	}
	#contact .mailForm input[type="text"],
	#contact .mailForm input[type="email"],
	#contact .mailForm input[type="tel"],
	#contact .mailForm textarea {
		padding: 0 0.6rem 0.2rem;
		height: 3rem;
		font-size: 1.6rem;
		border-radius: 0.6rem;
	}
	#contact .mailForm td textarea {
		margin-bottom: -0.2rem;
		height: 12rem;
		padding: 0 0.6rem;
	}
	#contact .mailForm input[type="checkbox"] + span {
		padding-left: 3.1rem;
		background-size: 2.4rem auto;
	}
	#contact .mailForm .submit {
		padding-top: 3.1rem;
	}
	#contact .mailForm .submit li {
		width: 31.5rem;
		padding: 0 0 0 1.2rem;
	}
	#contact .mailForm .submit li::before {
		left: 1px;
		top: 1.1rem;
		right: 1.1rem;
		height: 100%;
	}
	#contact .mailForm .submit input {
		padding: 1.3rem 1.9rem 1.7rem 0;
		height: 6.8rem;
		font-size: 2.45rem;
		border-radius: 0.4rem;
		background-position: right 1.8rem center;
	}
	#contact .mailForm .errorTtl {
		margin: 2.7rem 0 3.1rem;
		padding: 0.4rem 0 0.5rem;
		font-size: 1.8rem;
	}
	#contact .mailForm input[type="text"].wpcf7-not-valid,
	#contact .mailForm input[type="email"].wpcf7-not-valid,
	#contact .mailForm input[type="tel"].wpcf7-not-valid,
	#contact .mailForm textarea.wpcf7-not-valid {
		border-width: 1px;
	}
	#contact .mailForm .wpcf7-not-valid-tip {
		margin: 0.6rem 0 -0.9rem;
		padding: 0 0 0.5rem 3.3rem;
		font-size: 1.4rem;
		background-position: left top;
		background-size: 2.4rem auto;
	}
}
/*------------------------------------------------------------
	contact/thanks
------------------------------------------------------------*/
#contact .thanks {
	margin: -4.1rem 0 -2.9rem;
}
#contact .thanks h3 {
	margin-bottom: 5.5rem;
	font-weight: 400;
	font-size: 4rem;
	letter-spacing: 0.1em;
}
#contact .thanks p {
	margin-bottom: 2.9rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
#contact .thanks .red {
	margin-bottom: 7.5rem;
	color: #DD0026;
}
@media all and (max-width: 896px) {
	#contact .thanks {
		margin: 0 0 -0.2rem;
	}
	#contact .thanks h3 {
		margin-bottom: 2.5rem;
		font-size: 2.5rem;
		line-height: 1.6;
	}
	#contact .thanks p {
		margin-bottom: 2.8rem;
		line-height: 1.75;
	}
	#contact .thanks .red {
		margin-bottom: 6.7rem;
	}
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#privacy {
	padding-bottom: 13.5rem;
}
#privacy .pageTitle {
	margin-bottom: 8.7rem;
	background-color: #F5F5F5;
	background-image: url(img/privacy/page_title_bg.jpg);
}
#privacy .topText {
	margin-bottom: 4.7rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
#privacy .textList {
	margin-bottom: 13.8rem;
}
#privacy .textList li:not(:last-child) {
	margin-bottom: 4.6rem;
}
#privacy .textList .ttl {
	padding-bottom: 1.6rem;
	margin-bottom: 2rem;
	color: #5A5959;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #D9D9D9;
}
#privacy .textList p {
	line-height: 2;
	letter-spacing: 0.05em;
	font-size: 1.8rem;
	color: #6A6A6A;
}
#privacy .textList p a {
	color: #6A6A6A;
}
#privacy .textList p a:hover {
	text-decoration: underline;
}
#privacy .comLink::before {
	border-color: #9EAAB2;
}
#privacy .comLink a {
	background-color: #9EAAB2;
	border-color: #9EAAB2;
}
@media all and (min-width: 897px) {
	#privacy .comLink:hover::before {
		background-color: #9EAAB2;
	}
	#privacy .comLink:hover a {
		color: #9EAAB2;
		background-color: #fff;
		background-image: url(img/common/icon06.png);
	}
}
@media all and (max-width: 896px) {
	#privacy {
		padding-bottom: 7.1rem;
	}
	#privacy .pageTitle {
		margin-bottom: 2rem;
		background-image: url(img/privacy/page_title_bg_sp.jpg);
	}
	#privacy .topText {
		margin-bottom: 5.4rem;
		line-height: 1.75;
	}
	#privacy .textList {
		margin-bottom: 8.3rem;
	}
	#privacy .textList li:not(:last-child) {
		margin-bottom: 4.3rem;
	}
	#privacy .textList .ttl {
		padding: 0 0.5rem 1.1rem 0;
		margin-bottom: 0.9rem;
		color: #000;
		font-size: 2rem;
		line-height: 1.8;
	}
	#privacy .textList p {
		line-height: 1.75;
		letter-spacing: 0.1em;
		font-size: 1.6rem;
		color: #000;
	}
	#privacy .textList p a {
		color: #000;
	}
	#privacy .textList p a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainVisual {
	padding: 0 7.5rem;
	position: relative;
}
#index .mainVisual .pho img {
	width: 100%;
	height: 92rem;
	object-fit: cover;
}
#index .mainVisual p {
	position: absolute;
	left: 6.5rem;
	top: 16rem;
	width: 55.4rem;
}
#index .mainVisual .link {
	position: absolute;
	right: 20rem;
	bottom: -8rem;
	width: 25rem;
	height: 25rem;
	background-color: #fff;
	border-radius: 100%;
}
#index .mainVisual .link a {
	position: relative;
	display: block;
	height: 25rem;
	padding: 0 0 0.5rem 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.1em;
	background-color: #DD0026;
	border-radius: 100%;
	box-sizing: border-box;
}
#index .mainVisual .link a:hover {
	opacity: 0.7;
}
#index .mainVisual .link a::before {
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(img/index/main_visual_link_img.png) no-repeat;
	background-size: 36.3rem auto;
	width: 36.3rem;
	height: 36.3rem;
	margin: -18.1rem 0 0 -18.1rem;
	content: "";
	animation: rotation 15s linear infinite;
}
a.link-off {
    opacity: 0.6;
    pointer-events: none;
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
#index .sec01 {
	padding: 24rem 0 14.4rem;
	position: relative;
}
#index .sec01 .movie {
	width: calc(50% + 32.5rem);
	margin: 0 0 13.5rem auto;
	position: relative;
    height: 63.3rem;
    overflow: hidden;
}
#index .sec01 .movie iframe,
#index .sec01 .movie img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#index .sec01 .pho01 {
	position: absolute;
	left: 0;
	top: 50.9rem;
	width: calc(50% - 45.2rem);
	max-width: 34.8rem;
}
#index .sec01 .pho02 {
	position: absolute;
	right: 0;
	bottom: 2.2rem;
	width: calc(50% - 45.2rem);
	max-width: 34.8rem;
}
#index .sec01 .textBox {
	width: 65rem;
	margin: 0 auto;
}
#index .sec01 p {
	line-height: 2;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
}
#index .sec02 {
	padding: 10.5rem 0 11rem;
	position: relative;
	background-color: #F2F8FA;
	min-height: 500px;
}
#index .sec02::before {
	position: absolute;
	left: 0;
	top: -5rem;
	width: 100%;
	background: url(img/index/sec02_bg.png) no-repeat;
	background-size: 100% 5rem;
	height: 5rem;
	content: "";
}
#index .sec02 .img {
	position: absolute;
	left: -3.7rem;
	top: 1.5rem;
	width: 41.6rem;
}
#index .sec02 .headLine02 {
	margin-bottom: 1.4rem;
}
#index .sec03 {
	padding: 7.9rem 0 8.4rem;
}
#index .sec03 ul {
	width: 87.2rem;
	margin: -1.3rem auto 5rem;
}
#index .sec03 li {
	margin: 0 -5rem 3.7rem 0;
	display: flex;
	align-items: center;
	color: #595757;
}
#index .sec03 li .sml {
	margin: 0.5rem 2rem 0 0;
	width: 20rem;
	padding: 1px 0 0.2rem;
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	background-color: #EDDBDB;
}
#index .sec03 li .num {
	min-width: 22.4rem;
	font-size: 4.5rem;
	letter-spacing: 0.1em;
}
#index .sec03 li:last-child .sml {
	color: #fff;
	font-weight: 700;
	background-color: #9EAAB2;
}
#index .sec03 .note {
	width: 87.2rem;
	margin: 0 auto;
	padding-top: 2.3rem;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	border-top: 1px solid #D9D9D9;
}
#index .sec04 {
	padding: 8.5rem 0 11rem;
	background-color: #F2F8FA;
}
#index .sec04 .imgInfo {
	width: 42.4rem;
}
#index .sec04 p {
	margin: -1px 0 4.3rem;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
#index .sec04 .pho {
	position: relative;
	width: 28rem;
	margin-left: auto;
}
#index .sec04 .pho .ico {
	position: absolute;
	left: -17.2rem;
	top: -2.3rem;
	width: 22.6rem;
}
#index .sec04 .pho p {
    font-size: 1.2rem;
    text-align: center;
    padding: 4px 0;
}
#index .sec04 .map {
	width: calc(50% + 10.3rem);
	margin-top: 1.5rem;
}
#index .sec05 {
	padding: 10.5rem 0 12rem;
}
#index .sec05 li {
	width: 24.1%;
	padding: 4.1rem 3rem 4.4rem;
	background-color: #FDF7F7;
	border-radius: 1.2rem;
	box-sizing: border-box;
}
#index .sec05 .pho {
	margin-bottom: 1.1rem;
	position: relative;
}
#index .sec05 .pho::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 6.5rem;
	height: 6.5rem;
	background-color: #FDF7F7;
	content: "";
}
#index .sec05 .num {
	position: absolute;
	left: -1rem;
	top: -3rem;
	font-size: 8rem;
	line-height: 1;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.1em;
	-webkit-text-stroke: 0.5rem transparent;
	-webkit-text-fill-color: #fff;
	background: #595757;
	-webkit-background-clip: text;
}
#index .sec05 .ttl {
	margin-bottom: 1.5rem;
	min-height: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #595757;
	font-weight: 400;
	line-height: 1.27;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
}
#index .sec05 .ttl .bg {
	background: -webkit-linear-gradient(#fff,#fff) repeat-x center center / 100% 70%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#index .sec05 p {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
#index .sec06 {
	padding: 6.5rem 0 12rem;
	background-color: #F2F8FA;
}
#index .sec06 .widBox {
	width: 109.4rem;
	margin: -1.7rem auto 0;
}
#index .sec06 .txtList {
	margin-bottom: 3.3rem;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #595757;
}
#index .sec06 .txtList li:not(:last-child) {
	margin-bottom: 3.2rem;
}
#index .sec06 .txtList .ttl {
	font-weight: 700;
}
#index .sec06 .txtList li p {
    padding-left: 1.6rem;
    text-indent: -1.6rem;
}
#index .sec06 .border {
	padding: 3.7rem 5.4rem 3.1rem;
	background-color: #fff;
	border: 1px solid #0099DB;
}
#index .sec06 .border .title {
	margin: 0 -1.6rem 1.1rem;
	color: #0099DB;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#index .sec06 .border p {
	margin-bottom: 0.6rem;
	color: #595757;
	font-size: 2rem;
	line-height: 2;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#index .sec06 .border .link {
	font-weight: 400;
	font-size: 2.2rem;
}
#index .sec06 .border .link a {
	padding-right: 2.5rem;
	display: inline-block;
	color: #595757;
	text-decoration: underline;
	background: url(img/common/icon07.png) no-repeat right center;
	background-size: 2.4rem auto;
}
#index .sec06 .border .link a:hover {
	text-decoration: none;
}
#index .sec06 .border .link .en {
	color: #0099DB;
	font-weight: 700;
	letter-spacing: 0.03em;
}
#index .sec07 {
	padding: 10.8rem 0 8rem;
}
#index .sec07 .headLine02 {
	margin: 0 auto 4.5rem;
	font-size: 4rem;
}
#index .sec07 .headLine02::before {
	display: none;
}
#index .sec07 li {
	width: 15.65%;
	margin: 0 1.22% 4rem 0;
}
#index .sec07 li a {
	padding-bottom: 100%;
	display: block;
	position: relative;
}
#index .sec07 li a:hover {
	opacity: 0.7;
}
#index .sec07 li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 897px) {
	#index .content {
		max-width: 135.6rem;
		padding: 0 2rem;
		width: auto;
		position: relative;
		box-sizing: border-box;
	}
	#index .sec02 .content {
		padding-left: 46.4rem;
	}
	#index .sec02 .comNewsList a {
		padding-top: 3.6rem;
	}
	#index .sec02 .comNewsList .time {
		width: 15rem;
	}
	#index .sec05 .headLine02 {
		margin-bottom: 5.6rem;
	}
	#index .sec05 li:not(:nth-child(4n)) {
		margin-right: 1.2%;
	}
	#index .sec07 li:nth-child(6n) {
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	#index {
		overflow: hidden;
	}
	#index .mainVisual {
		padding: 0 3.1rem;
		position: relative;
		z-index: 2;
	}
	#index .mainVisual .pho img {
		height: 45rem;
	}
	#index .mainVisual p {
		left: 5.1rem;
		top: 2rem;
		width: 7rem;
	}
	#index .mainVisual .link {
		right: -0;
		bottom: -4.6rem;
		width: 12.5rem;
		height: 12.5rem;
		opacity: 0.92;
	}
	#index .mainVisual .link a {
		height: 12.5rem;
		padding: 0 0 0.2rem 0.2rem;
		font-size: 1.5rem;
	}
	#index .mainVisual .link a::before {
		background-size: 18.1rem auto;
		width: 18.1rem;
		height: 18.1rem;
		margin: -9.1rem 0 0 -9.1rem;
	}
	#index .sec01 {
		padding: 6rem 0 17.2rem;
	}
	#index .sec01 .movie {
		width: auto;
		margin: 0 3.1rem 5.1rem;
		height: 0;
		padding-bottom: 47%;
	}
	#index .sec01 .phoBox {
		margin-bottom: 3rem;
		position: relative;
	}
	#index .sec01 .pho01 {
		position: static;
		width: 16rem;
		max-width: inherit;
	}
	#index .sec01 .pho02 {
		bottom: 4.2rem;
		width: 15rem;
		max-width: inherit;
	}
	#index .sec01 .textBox {
		width: auto;
		margin: 0 3rem;
	}
	#index .sec01 p {
		line-height: 2.08;
		font-size: 1.2rem;
	}
	#index .sec02 {
		padding: 0.5rem 0 5.8rem;
		min-height: unset;
	}
	#index .sec02::before {
		background-image: url(img/index/sec02_bg_sp.jpg);
	}
	#index .sec02 .img {
		left: 50%;
		top: -13rem;
		width: 14.8rem;
		transform: translateX(-50%);
	}
	#index .sec02 .headLine02 {
		margin-bottom: -0.2rem;
	}
	#index .sec03 {
		padding: 5.1rem 0 5.5rem;
	}
	#index .sec03 .headLine02 {
		margin-bottom: 2.4rem;
	}
	#index .sec03 ul {
		width: auto;
		margin: 0 auto -0.2rem;
		max-width: 27.3rem;
	}
	#index .sec03 li {
		margin: 0 0 2rem;
		display: block;
		text-align: center;
	}
	#index .sec03 li .sml {
		margin: 0 0 0.4rem;
		width: auto;
		display: block;
		padding: 0;
		font-size: 2rem;
	}
	#index .sec03 li .num {
		margin-bottom: 2.6rem;
		min-width: inherit;
		display: block;
		font-size: 2.5rem;
	}
	#index .sec03 .note {
		width: 27.3rem;
		padding-top: 0.8rem;
		font-size: 1.4rem;
		line-height: 1.71;
	}
	#index .sec04 {
		padding: 3.1rem 0.1rem 3.9rem;
	}
	#index .sec04 .headLine02 {
		margin-bottom: 2.7rem;
	}
	#index .sec04 .imgBox {
		display: block;
	}
	#index .sec04 .imgInfo {
		width: auto;
	}
	#index .sec04 img {
		width: 100%;
	}
	#index .sec04 p {
		margin: 0 0 2.8rem;
		font-size: 1.25rem;
		color: #5A5959;
	}
	#index .sec04 .pho {
		width: auto;
		margin-left: 10.3rem;
	}
	#index .sec04 .pho .ico {
		left: -12.4rem;
		top: 50%;
		transform: translateY(-50%);
		width: 15.4rem;
	}
	#index .sec04 .map {
		width: auto;
		margin-top: 2rem;
	}
	#index .sec05 {
		padding: 4.9rem 0.1rem 2rem;
	}
	#index .sec05 .headLine02 {
		margin-bottom: 4rem;
	}
	#index .sec05 ul {
		display: block;
	}
	#index .sec05 li {
		margin-bottom: 3rem;
		width: auto;
		padding: 2rem 2rem 2.2rem;
		border-radius: 0.6rem;
	}
	#index .sec05 .pho {
		margin-bottom: 1rem;
	}
	#index .sec05 .pho img {
		width: 100%;
	}
	#index .sec05 .pho::before {
		width: 4.5rem;
		height: 4.5rem;
	}
	#index .sec05 .num {
		left: -0.5rem;
		top: -1.5rem;
		font-size: 5rem;
	}
	#index .sec05 .ttl {
		margin-bottom: 0.7rem;
		min-height: inherit;
		display: block;
		font-size: 2.5rem;
	}
	#index .sec05 p {
		font-size: 1.25rem;
		letter-spacing: 0.1em;
		color: #5A5959;
	}
	#index .sec06 {
		padding: 3.1rem 0.1rem 5rem;
	}
	#index .sec06 .widBox {
		width: auto;
		margin: 3.8rem auto 0;
	}
	#index .sec06 .txtList {
		margin-bottom: 3.1rem;
		font-size: 1.25rem;
		letter-spacing: 0.1em;
	}
	#index .sec06 .txtList li:not(:last-child) {
		margin-bottom: 2.5rem;
	}
	#index .sec06 .txtList li p {
		padding-left: 1.4rem;
		text-indent: -1.4rem;
	}
	#index .sec06 .border {
		padding: 1.8rem 1.9rem 1rem;
	}
	#index .sec06 .border .title {
		margin: 0 0 1.2rem;
		font-size: 1.75rem;
	}
	#index .sec06 .border p {
		margin-bottom: 1.3rem;
		font-size: 1.5rem;
		line-height: 1.83;
	}
	#index .sec06 .border .link {
		margin-bottom: 1.6rem;
		font-size: 1.75rem;
		line-height: 1.71;
	}
	#index .sec06 .border .link a {
		padding-right: 2rem;
		display: inline;
		background-size: 1.8rem auto;
	}
	#index .sec06 .border .link a:hover {
		text-decoration: underline;
	}
	#index .sec07 {
		padding: 2.8rem 0.1rem 2rem;
	}
	#index .sec07 .headLine02 {
		margin: 0 auto 2.1rem;
		font-size: 2.5rem;
	}
	#index .sec07 ul {
		justify-content: space-between;
	}
	#index .sec07 li {
		width: 48%;
		margin: 0 0 1.3rem;
	}
}