@charset "utf-8";

/* page
-----------------------------------------------*/
.contents{
	max-width: 1600px;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -4px;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Osaka, sans-serif;
	text-align: left;
}
.spOnly {
	display: none;
}
@media screen and (max-width: 750px) {
	.spOnly {
		display: block;
	}
	.pcOnly {
		display: none;
	}
}
.mainBox {
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Osaka, sans-serif;
}
/* main */
#mainimg{
	position:relative;
	height:360px;
	/* margin:0 0 30px 0; */
}
#mainimg li{
	position:absolute;
	left:0;
	top:0;
  list-style: none;
}
#mainimg li img{
	width:100%;
	height:auto;
}
#mainimg li img.pc{
	display:block;
}
#mainimg li img.sp{
	display:none;
}
#mainimg li a {
	transition: all .15s ease-in-out;
}
#mainimg li a:hover {
	opacity: .8;
}
#maintab{
	text-align:center;
	font-size:0;
	position:relative;
	z-index:1;
	padding:0;
}
#maintab li{
	display:inline-block;
	width:250px;
	padding-bottom:5px;
	border-bottom:4px solid transparent;
	cursor:pointer;
}
#maintab li#maintab01.active,
#maintab li#maintab01:hover{
	border-bottom:4px solid #1589b6;
}
#maintab li#maintab02.active,
#maintab li#maintab02:hover{
	border-bottom:4px solid #00B2A9;
}
#maintab li#maintab03.active,
#maintab li#maintab03:hover{
	border-bottom:4px solid #e20202;
}
#maintab li a{
	color:#333;
}
#maintab li a:hover{
  text-decoration: none;
}
#maintab li h2,
#maintab li .ttl {
	position:relative;
	z-index:-1;
	margin-bottom:5px;
	font-size:18px;
	font-weight: bold;
}
#maintab li h2 br,
#maintab li .ttl br {
  display: none;
}
#maintab li span{
	display:block;
	font-size:13px;
	position:relative;
	z-index:-1;
	font-weight:bold;
	font-family:'Roboto', sans-serif;
}
.contentsMain{
padding:0 0 10px 0;
}
.contentsMain h1{
padding:10px 0 0 0;
}

@media screen and (max-width: 960px) {
	#mainimg {
		overflow: hidden;
	}
	#mainimg li {
		width: 100%;
		height: 100%;
	}
	#mainimg li a {
		display: block;
		height: 100%;
	}
	#mainimg li img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	#maintab li {
		width: 235px;
	}
}

.sliderkit-panel h2{
font-size:216%;
line-height:100%;
padding-bottom:20px;
}
.sliderkit-panel h3{
margin:20px 0 0 0;
padding:15px 0 15px 15px;
font-size:140%;
background:transparent url(../images/tit_product_bg.gif) no-repeat 0 100%;

}

.productLineup{
margin:25px 0 0 10px;
padding:0;
width:671px;
clear:both;
border:solid 1px #FFF;
}

.productLineupLeft{
margin:0;
padding:0;
width:204px;
float:left;
}

.productLineupRight{
margin:0;
padding:0 0 0 29px;
width:204px;
float:left;
}

.productLineupImg{
margin:0;
padding:0;
text-align:center;
clear:both;
}
.productLineupImg img {
	height: auto;
}

.icon{
margin:10px 0 0;
overflow:hidden;
border:solid 1px #FFF;
}
.icon img{
float:left;
margin:0 3px 0 0;
}

.sliderkit-panel h2,
.sliderkit-panel h4 {
margin:5px 0 0 0;
padding:0 0 0 10px;
font-size:120%;
background:transparent url(/common/images/arrow01.gif) no-repeat 0 4px;
clear:both;
}

.sliderkit-panel h2 a,
.sliderkit-panel h4 a {
margin:0;
padding:0;
clear:both;
}

.sliderkit-panel p{
margin:5px 0 0 0;
padding:0;
clear:both;
color:#333;
}
.sliderkit-panel p.copy{
margin:5px 0 0 0;
padding:0;
font-weight:bold;
clear:both;
}


.productLineupBtn{
margin:0 0 25px 0;
padding:0;
clear:both;
}

.productLineupBtn ul{
margin:20px 0 0 10px;
padding:0;
width:671px;
clear:both;
}

.productLineupBtn li{
margin:0;
padding:0 0 0 15px;
float:left;
display:inline;
}

.productLineupBtn li.head{
margin:0;
padding:0;
float:left;
display:inline;
}

.iconRight{
float:right;
width:36px;
display:block;
text-align:right;
}
.space{
padding-right:10px;
}
.bottomInfo{
margin:0 auto;
}
.bottomInfoSp{
display:none;
}

/* NEWアイコン */
.sliderkit-panel ul li {
position: relative;	
}
.sliderkit-panel ul li .newIcon {
position: absolute;
top: 10px;
right: 10px;	
}

/* MS1バナー */
.ms1Banner{
	padding-top:24px;
}
.ms1Banner a img {
	width: 100%;
}
.ms1Banner a:hover img{
	opacity:0.8;
}
.col2 {
	display: flex;
	gap: 24px;
	margin-top: 24px;
}
.col2 .ms1Banner {
	width: 50%;
	padding-top: 0;
}
.col2 .ms1Banner img {
	width: 100%;
	object-fit: contain;
}
@media screen and (max-width: 750px) {
	.col2 {
		flex-direction: column;
		gap: 12px;
		margin-top: 12px;
	}
	.col2 .ms1Banner {
		width: 100%;
	}
}

/* pageTop */
#pageTop{
padding:0px 10px 10px;
background-color:#00a3d9;
position:fixed;
bottom:40px;
right:0px;
cursor:pointer;
color:#FFF;
font-weight:bold;
line-height:1.2em;
text-align:center;
z-index:300;
}
#pageTop i{
display:block;
font-size:24px;
line-height:1.2em;
}
#pageTop span{
font-family: 'Open Sans', sans-serif;
font-size:14px;
}

@media screen and (max-width: 740px) {
.contents{
	width:100%;
	min-width:320px;
}

/* footstepBox */
.footstepBox{
	width:auto;
	padding:0.5em 15px;
	font-size: 10px;
}

/* main */
#mainimg{
	height:auto;
	padding-top:49%;
}
#mainimg li img.pc{
	display:none;
}
#mainimg li img.sp{
	display:block;
}
#maintab li{
	width:33.3%;
}
#maintab li h2,
#maintab li .ttl {
	font-size:13px;
	margin-bottom:2px;
  font-feature-settings: "palt";
}
#maintab li h2 br,
#maintab li .ttl br {
  display: block;
}
#maintab li span{
	font-size:10px;
}
.contentsMain{
padding:0.5em 15px;
}
.contentsMain h1{
padding:0.2em 0;
line-height:140%;
font-size:1rem;
font-weight:bold;
}
.contentsMain h1 img{
display:none;
}

.contentsBox{
	width:100%;
}
.sliderkit-panel h2{
font-size:140%;
padding:0 15px 0.5em;
}
.sliderkit-panel h3:first-child{
margin-top:0;
}
.sliderkit-panel h3{
margin:25px 15px 5px;
}
.sliderkit-panel h2,
.sliderkit-panel h4,
.sliderkit-panel p.copy{
	clear:none;
}

/* NEWアイコン */
.sliderkit-panel ul li .newIcon {
position: absolute;
width: 40px;
top: 10px;
left: 10px;	
right:auto;
}
.sliderkit-panel ul li .newIcon img{
	max-width:100%;
	height:auto;
}

/* MS1バナー */
.ms1Banner{
	padding:20px 15px 0;
}
.ms1Banner img{
	max-width:100%;
	height:auto;
}

.pagetopBtn01{
display:none;
}
.bottomInfo{
display:none;
}
.bottomInfoSp{
display:block;
width:288px;
height:auto;
max-width:691px;
margin:20px auto 0;
padding:0px;
border:solid 1px #CBCBCB;
overflow:hidden;
background-color:#F7F7F7;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
.bottomInfoSpTel{
border-bottom: 1px solid #eee;
background-color: #fff;
padding: 0.2em 0;
}
.bottomInfoSpTel .bottomTel{
background: url(/common/new_images/bottomInfo_bg_sp.jpg) no-repeat;
background-size: 130px;
padding: 10px;
padding-bottom: 0;
overflow: hidden;
text-align: right;
background-color: #fff;
top:0;
left:0;
height:auto;
width:auto;
}
.bottomInfoSpTel .bottomTel a{
text-align:right;
}
.bottomInfoSpTel .bottomTel img{
width: 160px;
height: auto;
margin-top: -6px;
}
.bottomInfoSpBtn{
margin:10px 0;
padding:0.2em 0;
}
.bottomInfoSpBtn .bottomBtn a{
display:block;
text-align:center;
}
.bottomInfoSpBtn .bottomBtn img{
height:auto;
max-width:100%;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 1px;
}

/* pageTop */
#pageTop{
bottom:0px;
}
#pageTop i{
font-size:20px;
line-height:1em;
}
#pageTop span{
font-size:10px;
}
#pageTop span br{
display:none;
}
}

/* banner */
.banner{
overflow: hidden;
margin-top: 48px;
}
.banner .col{
width: 284px;
float: left;
margin-right: 24px;
margin-bottom: 24px;
}
.banner .col:nth-child(3n){
margin-right: 0;
}
.banner .col a img{
width: 100%;
height: auto;
}
.banner .col a:hover img{
	opacity:0.8;
}
@media screen and (max-width: 960px) {
	.banner {
		margin-top: 24px;
	}
	.banner .col {
		width: calc(100% / 3 - 16px);
		margin-bottom: 0;
	}
}
@media screen and (max-width: 740px) {
.banner{
margin-top: 12px;
}
.banner .col{
width: calc(100% - 32px);
float: none;
margin: 12px 16px 0;
}
.banner .col:first-child{
margin-top: 0;
}
.banner .col:nth-child(3n) {
	margin: 12px 16px 0;
}
}

.bottomInfo {
	padding: 30px 0 0px 0;
	height: 109px;
	width: 100%;
}
.bottomInfo .bottomBtn img {
	width: 100%;
}
.bottomInfo .bottomTel {
	top: -90px;
	left: 300px;
	width: 250px;
}
.bottomInfo .bottomTel img {
	width: 100%;
}

.ctaArea{
	border:4px solid #333;
	/* width:740px; */
	margin:40px auto 0 auto;
	padding:20px 40px;
}
.ctaArea,
.ctaArea *,
.ctaArea :before,
.ctaArea :after{
  box-sizing:border-box;
}
.ctaArea h3{
	font-size:23px;
	text-align:center;
	color:#005C94 !important;
	margin-bottom:10px;
}
.ctaArea .time{
	text-align:center;
	font-size:14px;
	margin-bottom:20px;
}
.ctaArea .col_box{
	overflow:hidden;
}
.ctaArea .col{
	float:left;
	width:50%;
	padding-left:15px;
	padding-right:15px;
}
.ctaArea .contact_tel strong{
	display:block;
	font-family:"Roboto",sans-serif;
	font-size:48px;
	line-height:1em;
	text-align:center;
}
.ctaArea .contact_tel .col > a{
	display:block;
	width:300px;
	height:52px;
	padding-top:18px;
	margin: 0 auto;
	background:#005C94;
	border-radius:6px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.ctaArea .contact_tel .col > a:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.ctaArea .contact_line{
	border-top:2px solid #dedede;
	margin-top:20px;
	padding-top:20px;
}
.ctaArea .contact_line h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:6px;
	text-align:left;
}
.ctaArea .contact_line p{
	margin: 1em 0 0;
	font-size:14px;
	line-height:1.6em;
	text-align:left;
}
.ctaArea .contact_line a{
	display:block;
	width:300px;
	height:54px;
	padding-top:16px;
	margin: 0 auto;
	background:#6BC315;
	border-radius:6px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.ctaArea .contact_line a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.ctaArea .contact_line a img{
	height:23px;
	width:auto;
}
@media screen and (max-width:768px) {
.ctaArea{
	width:auto;
	margin:20px 20px 0 20px;
	padding:10px 0;
}
.ctaArea h3{
	font-size:16px;
}
.ctaArea .time{
	font-size:12px;
	margin-bottom:10px;
}
.ctaArea .col_box{
	margin-left:15px;
	margin-right:15px;
}
.ctaArea .col{
	float:none;
	width:auto;
	padding:0;
}
.ctaArea .contact_tel strong{
	margin-bottom:10px;
}
.ctaArea .contact_tel strong,
.ctaArea .contact_tel strong a{
	font-size:30px;
	text-decoration:none;
}
.ctaArea .contact_tel .col > a{
	width:100%;
	height:40px;
	font-size:16px;
	padding-top:12px;
}
.ctaArea .contact_line h4{
	font-size:14px;
	text-align:center;
}
.ctaArea .contact_line p{
	font-size:12px;
	line-height:1.4em;
	text-align:center;
	margin-bottom:10px;
}
.ctaArea .contact_line a{
	width:100%;
	height:41px;
	font-size:16px;
	padding-top:11px;
}
.ctaArea .contact_line a img{
	height:20px;
}
}

/* common */
.comBox {
	padding: 80px 0 0;
}
.comBox .inner {
	position: relative;
}
.comBox .ttlArea h2 {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #003459;
}
.comBox .ttlArea h2 span {
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	font-size: 36px;
	line-height: 0.9;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.comBox .ttlArea h2 strong {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: -3px;
}
.comBox .more{
	width: 99px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}
.comBox .more a{
	display: block;
	height: 100%;
	background: #e3e9f1;
	border-radius: 4px;
	color: #003459;
	transition: background .2s cubic-bezier(.210, .60, .350, 1);
}
.comBox .more a:hover{
	background: #c0c5cb;
}
.comBox .more a::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #003459;
	border-right: solid 2px #003459;
	margin-left: 6px;
	margin-bottom: 3px;
	transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
	.comBox {
		padding: 64px 20px 0;
	}
	.comBox .ttlArea h2 {
		font-size: 13px;
	}
	.comBox .ttlArea h2 span {
		font-size: 24px;
	}
	.comBox .ttlArea h2 strong {
    display: block;
    margin-top: 6px;
	}
	.comBox .more {
		width: 84px;
    height: 30px;
		line-height: 30px;
	}
}

/* case */
#case {
	padding: 100px 0 0;
}
#caseSlideBox{
	margin-top: 20px;
	border-top: solid 1px #e3e9f1;
	padding-top: 20px;
}
#case ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 16px;
	padding: 0;
	margin: 0;
}
#case ul li {
	list-style: none;
}
#case ul li a{
	display: block;
}
#case ul li a .thumb{
	overflow: hidden;
}
#case ul li a .thumb img{
	width: 100%;
	transition: transform 0.2s ease-out;
}
#case ul li a:hover .thumb img{
	transform: scale(1.04);
}
@media screen and (max-width: 750px) {
	#case {
		padding: 100px 20px 0;
	}
	#case ul {
		grid-template-columns: 1fr 1fr;
		column-gap: 12px;
		row-gap: 12px;
	}
}

/* showcase */
#showcase .useList{
	margin-top: 20px;
	border-top: solid 1px #e3e9f1;
	padding-top: 16px;
	/* text-align: center; */
}
#showcase .listInner{
	display: inline-block;
	margin: 0 -4px;
	text-align: left;
}
#showcase .listInner h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.01em;
	width: 6.1em;
	margin: 4px 0 4px 4px;
}
#showcase .listInner a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.01em;
	padding: 3px 10px;
	color: #003459;
	background: #e3e9f1;
	border-radius: 4px;
	position: relative;
	margin: 4px;
}
#showcase .listInner a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
#showcase .listInner a:hover {
	text-decoration: none;
}
#showcase .listInner a:hover::after{
	opacity: 0.2;
}
.keyword-list {
  max-height: 2.4em;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.keyword-list.expanded {
  max-height: none;
}
.keyword-toggle {
 	position: absolute;
	bottom: -24px;
	right: 0;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	color: #333;
	font-size: 14px;
}
.keyword-toggle.active {
	bottom: 8px;
}
.keyword-toggle span {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 4px;
}
.keyword-toggle span::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	rotate: 45deg;
}
.keyword-toggle.active span::before {
  top: 5px;
	transform: rotate(-180deg);
}
@media screen and (max-width: 767.9px) {
	.keyword-toggle {
		color: #333;
		font-size: 12px;
	}
	.keyword-toggle {
		bottom: -20px;
	}
	.keyword-toggle.active {
		bottom: -22px;
	}
}

/* voice */
#voice ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 16px;
	padding: 20px 0 0 0;
	margin-top: 20px;
	border-top: solid 1px #e3e9f1;
	font-size: 0;
}
#voice ul li{
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
	list-style: none;
}
#voice ul li a{
	font-size: 14px;
	color: #333;
}
#voice ul li a:hover{
	text-decoration: none;
}
#voice ul li a strong{
	display: block;
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 8px;
}
#voice ul li a strong span{
	font-size: 18px;
	color: #003459;
	margin-right: 10px;
}
#voice ul li a .thumb{
	overflow: hidden;
	margin-bottom: 14px;
}
#voice ul li a .thumb img{
	width: 100%;
	transition: transform 0.2s ease-out;
}
#voice ul li a:hover .thumb img{
	transform: scale(1.04);
}
@media screen and (max-width: 750px) {
	#voice ul{
		grid-template-columns: 1fr 1fr;
		row-gap: 12px;
		text-align: left;
		margin-top: 18px;
	}
	#voice ul::after{
		content: "";
		display: block;
		clear: both;
	}
	#voice ul li{
		margin-left: 0;
		font-size: 12px;
		line-height: 1.84;
	}
	#voice ul li a{
		display: block;
		font-size: 13px;
		line-height: 1.5;
	}
	#voice ul li a strong{
		font-size: 13px;
		margin-bottom: 2px;
	}
	#voice ul li a strong span{
		font-size: 18px;
		margin-right: 10px;
	}
	#voice ul li a .thumb{
		margin-bottom: 8px;
	}
}

/* shop */
#shop {
	margin-bottom: 20px;
	padding-top: 72px;
}
#shop .box{
	position: relative;
	padding: 20px 0 0 31.3%;
	margin-top: 20px;
	/*	border-top: solid 1px #e3e9f1;*/
}
#shop .search{
	position: absolute;
	left: 0;
	top: 20px;
	margin-left: 0;
	width: 31.33%;
	height: calc(100% - 20px);
}
#shop .search a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	background: #00afdd;
	text-align: center;
	border-radius: 4px;
}
#shop .search a .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
#shop .search a .txt img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#shop .search a .txt strong{
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1;
}
#shop ul{
	font-size: 0;
	padding: 0;
}
#shop ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 3%);
	margin: 3% 0 0 3%;
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
	border: none;
}
#shop ul li:nth-child(1),
#shop ul li:nth-child(2){
	margin-top: 0;
}
#shop ul li.wide{
	width: calc(100% - 4.377%);
}
#shop ul li a{
	display: block;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
    padding: 0px;
}
#shop ul li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
#shop ul li a:hover::after{
	opacity: 1;
}
#shop ul li a .thumb img {
	width: 100%;
}
#shop .sp{
	display: none;
}
@media screen and (max-width: 750px) {
	#shop .box{
		overflow: hidden;
		padding: 20px 0 0 0;
	}
	#shop .search{
		position: unset;
		width: 100%;
		height: 120px;
		margin-bottom: 12px;
	}
	#shop .search a{
		position: relative;
	}
	#shop .search a .txt img{
		display: block;
		margin: 0 auto;
	}
	#shop .search a .txt strong{
		display: block;
		margin-top: 15px;
		font-size: 16px;
		line-height: 1.2;
	}
	#shop .search a .txt strong br {
		display: none;
	}
	#shop ul{
		display: flex;
		gap: 12px;
		overflow: visible;
		margin-top: 0;
	}
	#shop ul li{
		width: calc(50% - 6px);
		margin: 0;
		font-size: 13px;
		line-height: 1.84;
	}
	#shop ul li:nth-child(2n){
		margin-left: 0;
	}
  #shop ul li.wide{
		width: calc(50% - 9px);
  }
	#shop ul li a{
		border-radius: 2px;
	}
	#shop .pc{
		display: none;
	}
	#shop .sp{
		display: block;
	}
}

.mainCtaArea {
	padding: 10px;
	margin-bottom: 38px;
	background: #fff;
	box-shadow: 0 1.8px 3.6px rgb(0 0 0 / .25);
}
.mainCtaArea .h2 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.mainCtaArea .col3 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
}
.mainCtaArea .col3 .mainCtaArea_tel span {
	display: block;
}
.mainCtaArea .col3 .mainCtaArea_tel span:nth-of-type(1) {
	font-size: 10px;
	line-height: 1.8;
}
.mainCtaArea .col3 .mainCtaArea_tel span.telLink {
	position: relative;
	padding-left: 32px;
	color: #003459;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
}
.mainCtaArea .col3 .mainCtaArea_tel span.telLink::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(/common/images/ms/icn-tel_01.png) no-repeat center / 100%;
	transform: translateY(-50%);
}
.mainCtaArea .col3 .mainCtaArea_btn span {
	display: block;
	color: #003459;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.mainCtaArea .col3 .mainCtaArea_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 220px;
	height: 40px;
	border-radius: 6px;
}
.mainCtaArea .col3 .mainCtaArea_btn a:hover {
	text-decoration: none;
	opacity: .75;
}
.mainCtaArea .col3 .mainCtaArea_btn a .img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	padding: 2px;
	background: #fff;
	border-radius: 50%;
}
.mainCtaArea .col3 .mainCtaArea_btn a p {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.mainCtaArea .col3 .shopLink a {
	background: #2C373A;
}
.mainCtaArea .col3 .onlineLink a,
.mainCtaArea .col3 .catalogLink a {
	background: #00AFDD;
}

@media screen and (min-width: 768px) {
  .telLink a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 850px) {
	.mainCtaArea .col3 {
		gap: 16px;
	}
	.mainCtaArea .col3 .mainCtaArea_btn a {
		width: 200px;
	}
}

@media screen and (max-width: 767px) {
	.mainCtaArea {
		margin-bottom: 12px;
	}
	.mainCtaArea .col3 {
		flex-direction: column;
		gap: 8px;
	}
	.mainCtaArea .col3 .mainCtaArea_tel span:nth-of-type(1) {
		text-align: center;
	}
	.mainCtaArea .col3 .mainCtaArea_btn span {
		display: none;
	}
	.mainCtaArea .col3 .mainCtaArea_btn {
		display: none;
	}
	.telLink a:hover {
		text-decoration: none;
	}
}