@charset "utf-8";
/* CSS Document */
/*@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);*/

* {
	box-sizing: border-box;
	line-height: 150%;
}

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

a:hover {
	opacity: .7;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

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

#wrapper {
	min-width: 1200px;
}

img {
	vertical-align: bottom;
	width: 100%;
}

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

/* for header location fix */
.fixed {
	position: fixed;
	top: 0px;
}

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

small.wage {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	color: #048643;
	font-weight: bolder;
	padding-left: 16px;
}

/*共通
--------------------------------------------------------------------------------------------------------------------*/
:root {
	--blue100: #186ADF;
	--blue50: #62AAFF;
	--blue30: #A0D7FF;
	--gray100: #D9CDB6;
	--gray70: #EAE6DD;
	--gray50: #F5F5F5;
	--green: #00B900;
	--yellow: #FFBC39;
	--orange: #FF6636;
	--red: #FF3E3E;
	--white: #fff;
	--black: #353535;
	--bg-white: var(--white);
	--bg-gray: var(--gray70);
	--bg-blue: var(--blue100);
	--bg-orange: var(--orange);
	--bg-yellow: var(--yellow);
	--bg-green: var(--green);
	--text-black: var(--black);
	--text-white: var(--white);
	--text-blue: var(--blue100);
	--text-red: var(--red);
	--text-green: var(--green);
	--text-orange: var(--orange);
	--text-yellow: var(--yellow);
	--border-black: var(--black);
	--border-gray: var(--gray100);
	--border-orange: var(--orange);
	--border-white: var(--white);
	--border-yellow: var(--white);
}

/* svg */
.svg-icon {
	fill: #353535;
	stroke-miterlimit: 10;
	stroke-width: 6px;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.svg-s {
	width: 1em;
	height: 1em;
}

.svg-m {
	width: 2em;
	height: 2em;
}

.svg-l {
	width: 5em;
	height: 5em;
}

.svg-white {
	fill: var(--white);
}

.svg-blue {
	fill: var(--blue100);
}

.svg-orange {
	fill: var(--orange);
}

.svg-red {
	fill: var(--red);
}

.svg-yellow {
	fill: var(--yellow);
}

.bg-blue {
	background: var(--blue100);
	border-radius: 50%;
}

.bg-white {
	background: var(--bg-white);
	border-radius: 50%;
}

.bg-yellow {
	background: var(--bg-yellow);
	border-radius: 50%;
}

.bg-orange {
	background: var(--bg-orange);
	border-radius: 50%;
}

.bg-gray {
	background: var(--bg-gray);
	border-radius: 50%;
}

.t-red {
	color: #FF0004 !important;
}

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

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

.under-t-link {
	text-decoration: underline;
}

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

.btn-box {
	margin: 30px 0;
	text-align: center;
}

.bl-btn {
	display: inline-block;
	width: 200px;
	border: 1px solid #000000;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	padding-right: 40px;
	text-align: center;
	position: relative;
}

.bl-btn:after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/btn-attow-b.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.wl-btn {
	display: inline-block;
	width: 200px;
	border: 1px solid #FFFFFF;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	padding: 10px;
	padding-right: 40px;
	text-align: center;
	position: relative;
}

.wl-btn:after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/btn-attow-w.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}



.rl-btn {
	display: inline-block;
	width: 200px;
	border: 1px solid #C32519;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #C32519;
	padding: 10px;
	padding-right: 40px;
	text-align: center;
	position: relative;
}

.rl-btn:after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/btn-attow-r.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.pagelink {
	position: absolute;
	top: 0;

	margin-top: -70px;
}

/*header
--------------------------------------------------------------------------------------------------------------------*/
/* header */
header {
	color: #fff
}

header .head-inner {
	display: block;
	width: 75pc;
	overflow: hidden;
	margin: 0 auto;
	font-size: 14px
}

header .head-top {
	background: #000;
	height: 30px
}

header .head-top h1 {
	float: left;
	line-height: 30px
}

header .head-top ul {
	float: right;
	display: table
}

header .head-top ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 5px
}

header .head-top ul li a {
	display: block;
	height: 30px;
	line-height: 30px
}

header .head-top ul li.h-reserve-btn {
	padding-right: 0
}

header .head-top ul li.h-reserve-btn a {
	background: #c32519;
	padding: 0 10px
}

header .head-menu {
	background-color: hsla(0, 0%, 6%, .83);
	z-index: 1;
	width: 100%
}

header .head-menu .head-inner {
	display: table !important;
	height: 70px;
	overflow: hidden
}

header .head-menu .h-logo {
	display: table-cell;
	width: 200px;
	padding: 5px 10px;
	vertical-align: middle
}

header .head-menu .h-logo img {
	height: 60px;
	object-fit: contain;
}

header .head-menu .hm-menulist {
	float: right;
	vertical-align: middle
}

header .head-menu .hm-menulist ul li {
	float: left
}

header .head-menu .hm-menulist ul li a {
	display: block;
	height: 100%;
	text-align: center;
	font-family: Noto sans japanese, sans-serif;
	font-size: 1pc;
	font-weight: 500;
	line-height: 70px;
	padding: 0 20px
}

header .head-menu .hm-menulist ul li a:hover {
	background: #3f3f3f;
	opacity: 1
}

/*メイン
--------------------------------------------------------------------------------------------------------------------*/
/*メイン共通
---------------------------------*/
#main {
	display: block;
	overflow: hidden;
}

#main .content {
	display: block;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.gray-box {
	background: #F1F1F1;
}

.index-desc {
	display: block;
	width: 100%;
	background-color: #357FD4;
	color: #FFFFFF;
	padding: 20px 50px 20px 50px;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 200%;
}

.index-desc .str-area {
	font-size: 24px;
	font-weight: 700;
}

.index-desc img {
	width: 300px;
}


.sub-st {
	text-align: center;
	font-size: 18px;
}

h2 {
	text-align: center;
	margin: 10px 0 30px;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #C32519;
}

h2 img {
	width: 35px;
	vertical-align: middle;
	margin-right: 10px;
}

h2.blue {
	color: #357FD4;
}

h2.green {
	color: #048643;
}

.twin-box {
	display: table;
	width: 100%;
	overflow: hidden;
}

.twin-box li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

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

.logo-box {
	display: block;
	text-align: center;
	margin: 60px 0;
}

.logo-box img {
	width: 200px;
}

/*メインコンテンツ
---------------------------------*/
/*メインイメージ*/
.main-img {
	display: block;
	height: 300px;
	background: url("./../img/index/pc-index-header-bg.png") repeat-x center;
}

.main-img .mi-inner {
	display: block;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}


.main-img .mi-inner dl {
	display: table;
	overflow: hidden;
}

.main-img .mi-inner dt {
	display: table-cell;
	width: 800px;
}

.main-img .mi-inner dt .mii-left-head {
	font-size: 24px;
	font-family: "Mplus 1p", sans-serif;
	font-weight: 700;
	color: #424242;
	margin: 50px 0 0 20px;
}

.main-img .mi-inner dt .mii-left-main {
	margin: 20px 0 0 20px;
}

.main-img .mi-inner dt .mii-left-main p {
	font-size: 74px;
	font-family: "Mplus 1p", sans-serif;
	font-weight: 700;
	line-height: 120%;
	color: #C32519;
}

.main-img .mi-inner dt .mii-left-btm {
	margin: 30px 0 0 20px;
}

.main-img .mi-inner dt .mii-left-btm ul {
	display: table;
	width: 750px;
	overflow: hidden;
}

.main-img .mi-inner dt .mii-left-btm ul li {
	display: table-cell;
	width: 250px;
	text-align: center;
	font-size: 24px;
	font-family: "Mplus 1p", sans-serif;
	font-weight: 500;
}

.main-img .mi-inner dt .mii-left-btm ul li .mii-left-btm-box {
	background-color: #77C159;
	width: 240px;
	height: 40px;
	padding: 3px 0 0 0;
	color: #FFFFFF;
	border: 2px solid #77C159;
	border-radius: 0.2em;
}


.main-img .mi-inner dd {
	display: table-cell;
	width: 400px;
	height: 400px;
	background: url(./../img/index/mi-right.jpg );
	background-position: center center;
}



.main-img .mi-inner .mimg-text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -90px;

	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
}

.main-img .mi-inner .mimg-text .mi-t-att {
	font-size: 36px;
	font-weight: 800;
	color: #c32519;
	margin-bottom: 20px;
}

.main-img .mi-inner .mimg-text .mi-t-att span {
	font-size: 70px;
}

.main-img .mi-inner .mimg-text ul {
	display: table;
	width: 870px;
	margin: 0 auto;
	overflow: hidden;
}

.main-img .mi-inner .mimg-text ul li {
	display: table-cell;
	width: 290px;
	text-align: center;
	font-size: 24px;
	font-weight: 800;
}

/*対応機種・値段紹介*/
#intro {
	padding: 60px 0;
	position: relative;
}

#intro .intro-left {
	float: left;
	width: 30%;
	padding: 30px;
	margin: 10px 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
	transition: all .3s ease-in-out;
	background: #FFFFFF;
}

#intro .intro-left .intro-l-st {
	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 30px;
	font-weight: 700;
}

#intro .intro-left .intro-list {
	width: 80%;
	margin: auto;
}

#intro .intro-left .game-st {
	margin-top: 0.5em 0 0;
}

#intro .intro-left .intro-list li {
	display: block;
	margin-bottom: 10px;
}

#intro .intro-left .intro-list li a {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 10px;
	color: #C32519;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 18px;
	font-weight: 700;
}

#intro .intro-left .intro-list li a:before {
	content: "";

	display: inline-block;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	background: url(../img/index/smartphone-icon.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

#intro .intro-left .intro-list .li-game:before {
	content: "";

	display: inline-block;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	background: url(../img/index/game-icon.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

#intro .intro-left .btn-box {
	margin-bottom: 0 !important;
}

#intro .intro-left .btn-box a {
	width: 200px;
}

#intro .intro-right {
	float: right;
	width: 70%;
	margin-bottom: 10px;
}

#intro .repair-list-right {
	width: 100%;
}

#intro .intro-right ul {
	display: block;
	width: 100%;
}

#intro .intro-right ul li {
	float: left;
	margin: 10px 0 0 20px;
	width: 400px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
	transition: all .3s ease-in-out;
}

#intro .intro-right ul li dl {}

#intro .intro-right ul li dl dt {
	margin-bottom: 1px;
	background: #FFFFFF;
}

#intro .intro-right ul li dl dt img {
	width: 100%;
}

#intro .intro-right ul li dl dt img.border-b {
	border-bottom: 1px solid #eee;
}

#intro .intro-right ul li dl dd {
	padding: 10px;
	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	background: #FFFFFF;
}

#intro .intro-right ul li dl dd span {
	color: #C32519;
	display: block;
}

/*店舗紹介*/
#store-list {
	padding: 60px 0;
}

#store-list .store-l-box {
	width: 100%;
	overflow: hidden;
}

#store-list .slb-left {
	float: left;
	width: 30%;
	overflow: hidden;
	display: block;
}

#store-list .slb-left img {
	width: 100%;
}

#store-list .slb-right {
	float: right;
	width: 70%;
}

#store-list .slb-right ul {
	display: block;
	width: 100%;
	margin-top: -10px;
}

#store-list .slb-right ul li {
	float: left;
	margin: 10px 10px 0 20px;
	width: 390px;

	height: 250px;
}

#store-list .slb-right ul li a {
	display: block;
}

#store-list .slb-right ul li dl {
	width: 390px;
	margin: 0 auto;
	position: relative;
}

#store-list .slb-right ul li dl dt {
	border: 1px solid #000000;
	height: 250px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#store-list .slb-right ul li dl dt img {
	/*	width:100%; */
	width: 390px;
}

#store-list .slb-right ul li dl dd {
	/*	padding:5px;*/
	font-size: 16px;
	background: #000000;
	color: #FFFFFF;


	padding: 12px 0 12px 10px;
	position: absolute;
	top: 202px;
	left: 0px;
	height: 50px;
	width: 392px;
	opacity: 0.8;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 500;
	overflow: hidden;
}

#store-list .slb-right .slbr-name {
	float: left;
}

#store-list .slb-right .slbr-sel {
	float: right;
	padding: 0 12px 0 0;
}

#store-list .slb-right .slbr-sel a {
	display: inline-block;
}

#store-list .slb-right .slbr-sel img {
	width: 30px;
}

/*事例紹介*/
#episode {
	padding: 60px 0;
}

#episode .twin-box {
	margin: 20px 0;
	display: block;
	overflow: hidden;
}

#episode .twin-box li.twin-box-left {
	float: left;
	display: block;
	width: 50%;
}

#episode .twin-box li.twin-box-right {
	float: right;
	display: block;
	width: 50%;
}

#episode .twin-box li.text-box {
	vertical-align: top !important;
}

#episode .twin-box li.text-box {}

#episode .twin-box li.text-box dl {
	padding: 20px;
}

#episode .twin-box li.text-box dl dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
	border-left: 5px solid #048643;
	padding-left: 10px;
	color: #424242;
}

#episode .twin-box li.text-box dl dd {
	font-size: 16px;
	line-height: 180%;
	padding: 0 10px 0 16px;
	color: #424242;
}


/*FAQ*/
#faq {
	padding: 60px 0;
	position: relative;
}

#faq dl {
	width: 80%;
	margin: 40px auto;
}

#faq dl dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #424242;
}

#faq dl dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #424242;
}

#faq .btn-box .rl-btn {
	font-size: 18px;
	width: 50%;
}

/*修理メニュー*/
#repair-menu {
	padding: 60px 0;
	margin-bottom: 60px;
	position: relative;
}

#repair-menu .rm-list {}

#repair-menu .rm-list ul {
	display: block;
	overflow: hidden;
	margin-left: -5px;
	padding-bottom: 10px;
	width: 720px;
	margin: 0 auto;
}

.top-rm-list ul {
	width: 960px !important;
}

#repair-menu .rm-list ul li {
	float: left;
	width: 230px;
	margin: 10px 0 0 10px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
	transition: all .3s ease-in-out;
}

#repair-menu .rm-list ul li a {
	display: block;
}

#repair-menu .rm-list ul li dl {}

#repair-menu .rm-list ul li dl dt {
	background: #FFFFFF;
	text-align: center;
	margin-bottom: 1px;
}

#repair-menu .rm-list img {
	height: 150px;
	margin: 10px 0;
}

#repair-menu .rm-list ul li dl dd {
	background: #FFFFFF;
	line-height: 150%;
	padding: 10px;
	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 70px;
}

.top-rm-list ul li dl dd {
	height: 44px !important;
}

/*事例紹介2*/
#trouble-intro {}

#trouble-intro .gray-box {
	margin-top: 50px;
}

#trouble-intro .content {
	position: relative;
	overflow: visible;
	padding: 0 0 60px 0;
}

#trouble-intro p.ti-sp-img {
	position: absolute;
	right: 0;
	top: 0;

	width: 30%;
	margin-top: -40px;
}

#trouble-intro p.ti-sp-img img {
	width: 100%;
}

#trouble-intro .ti-box {
	width: 70%;
	padding: 20px 0;
}

#trouble-intro .ti-box dl {
	margin-bottom: 20px;
}

#trouble-intro .ti-box dl:last-of-type {
	margin-bottom: 0;
}

#trouble-intro .ti-box dl dt {
	margin-bottom: 10px;
	color: #C32519;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 28px;
	font-weight: 500;
}

#trouble-intro .ti-box dl dd {
	line-height: 180%;
	color: #424242;
}

#trouble-intro .ti-box dl dd span {
	display: block;
	line-height: 180%;
	font-size: 14px;
	margin: 0 0 5px 0;
}

#trouble-intro .ti-box dl dd span a:hover {
	text-decoration: underline;
}

/*LINE@*/
.line-a {
	text-align: center;
}

.line-a img {
	max-width: 1000px;
	;
	margin: 20px auto;
}

/*LINE@*/
.switch-box {
	text-align: center;
}

.switch-box img {
	max-width: 1000px;
	;
	margin: 20px auto;
}

/*予約クーポン帯
---------------------------------*/
#reserve-box {
	background: #C32519;
	padding: 20px 0;
	color: #FFFFFF;
}

#reserve-box .content {
	padding: 0 100px;
}

#reserve-box .rb-text {
	float: left;
}

#reserve-box .rb-text dt {
	font-size: 18px;
	margin-bottom: 10px;
}

#reserve-box .rb-text dd {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 40px;
	font-weight: 700;
}

#reserve-box .rb-btn {
	float: right;
	margin: 20px;
}

#reserve-box .rb-btn a {
	font-size: 18px;
}

#reserve-box .rb-btn a:hover {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.20);
}

/*footer
--------------------------------------------------------------------------------------------------------------------*/
/*footer
--------------------------------------------------------------------------------------------------------------------*/
footer{
	
}

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

footer .foot-top{
	background:#212121;
	color:#FFFFFF;
	padding:50px 0;
}

footer .foot-top ul{
	display: table;
	width:100%;
	overflow: hidden;
}

footer .foot-top ul li{
	display: table-cell;
	width:25%;
	vertical-align: top;
	padding:0 10px;
}

footer .foot-top ul li:first-of-type img{
	width:100%;
}

footer .foot-top ul li dl{}

footer .foot-top ul li dl dt{
	font-family:'Noto sans japanese', sans-serif;
	font-size:18px;
	font-weight:500;
	margin:7px 0 20px 0;
}

footer .foot-top ul li dl dt dd{
	margin-bottom:10px;
}


footer .foot-bottom{
	background:#000000;
	color:#FFFFFF;
	padding:30px 0;
}

footer .foot-bottom ul{
	display: block;
	text-align: center;
}

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

footer .foot-bottom ul li:last-of-type{
	border-right:1px solid #FFFFFF;
}

footer .foot-bottom .f-copy{
	margin:50px 0 20px;
	text-align: center;
}

/*トップに戻るボタン*/
.to-top{
	position:fixed;
	bottom:30px;
	right:calc( 50% - 550px);
	
	display: inline-block;
	width:50px;
	padding:5px;
}
.to-top img{
	width:100%;
}

/*修理事例
--------------------------------------------------------------------------------------------------------------------*/
.content-shuuri {}

.syuuri-3 {
	display: block;
	overflow: hidden;

}

.syuuri-3 dl {
	float: left;
	width: 292px;
	margin-right: 12px;

}

.syuuri-3 dl:nth-of-type(3n) {
	margin-right: 0px;
}

.syuuri-3 dl dt {
	position: relative;
	height: 219px;
	overflow: hidden;
}

.syuuri-3 dl dt img {
	width: 100%;

}

.syuuri-3 dl dt p {


	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	padding: 10px;
	height: 57px;
}

.syuuri-3 dl dd {
	padding: 10px;
	height: 120px;
}

.green2 {
	color: #79C257;
}

.green2 img {
	width: 35px;
	margin-right: 10px;
}

/*連絡先
--------------------------------------------------------------------------------------------------------------------*/
.red2 img {
	width: 35px;
	margin-right: 10px;
}

.about-list li span label {
	float: left;
	width: 160px;
	padding: 5px;
}

.hissu {
	color: #ff0000;
}

.alist-title2 {
	float: left;
	width: 200px;
	font-size: 18px;
	padding-right: 50px;
}

.about-list li span textarea {
	width: 100%;
	height: 180px;
	padding: 5px;
	resize: none;
}

/*repair.php
--------------------------------------------------------------------------------------------------------------------*/
.content-syuuri2 {
	font-size: 14px;
}


.zirei-3 {
	width: 100%;
	margin: 20px 0;
}

.zirei-3 dl {
	display: table;
	width: 90%;
	overflow: hidden;
	border: 1px solid #357FD4;
	margin: 0 auto;

}

.zirei-3 dt {
	display: table-cell;
	width: 15%;
	vertical-align: middle;
	color: #357FD4;
	text-align: center;
	font-weight: 600;
}

.zirei-3 dd {
	padding: 5px 10px;
}

.zirei-3 dl dd ul {
	display: table;
	width: 100%;
}

.zirei-3 dl dd ul li {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}

.zirei-3 dl dd ul li select {
	width: 230px;
	height: 30px;
}

.zirei-3 dl dd ul li button {
	background: #357FD4;
	color: #ffffff;
	padding: 10px;
	width: 150px;
}

.btn-box-red {
	border: 1px solid #C32519;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #C32519;
	padding: 10px;
	text-align: center;
	width: 40%;
	margin: 10px auto;
	position: relative;
}

.btn-box-red img {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	text-align: right;
}

/*20191225追加
--------------------------------------------------------------------------------------------------------------------*/
.intro-right .icon {
	position: relative;
	display: block;
}

.intro-right .icon2 {
	position: absolute;
	height: 20px;
	width: 20px;
	right: 30px;
	top: 197px;
}

.btn-box2 {
	margin: 50px 30px 0;
	text-align: center;
}

.btn-box2 .rl-btn2 {
	font-size: 18px;
	width: 100%;
	font-weight: 600;
	color: #C32519;
	padding: 10px;
	padding-right: 40px;
	text-align: center;
	position: relative;
	border: 1px solid #C32519;
	display: inline-block;
}

.btn-box2 .rl-btn2::after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/btn-attow-r.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.btn-box3 {
	margin: 10px 0;
	text-align: left;
}

.btn-box3 .rl-btn3 {
	font-size: 18px;
	width: 50%;
	font-weight: 600;
	color: #C32519;
	padding: 10px;
	padding-right: 40px;
	text-align: center;
	position: relative;
	border: 1px solid #C32519;
	display: inline-block;
}

.btn-box3 .rl-btn3::after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/btn-attow-r.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

/*20200327追加
--------------------------------------------------------------------------------------------------------------------*/
#error .head {
	width: 100%;
	height: 5px;
	background-color: #000;
}

#error.h-img {
	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;
}

.line-banner {
	text-align: center;
	margin: 30px auto;
}

.line-banner img {
	/*width: 900px;*/
	width: 880px;
}


/*ブログ一覧*/
.indexblog-list {
	margin: 50px 0;
	display: block;
	overflow: hidden;
}

.indexblog-list .blog-listbox {
	display: block;
	width: 100%;
	overflow: hidden;
}


.indexblog-list .blog-listbox ul {
	display: block;
	width: 100%;
	overflow: hidden;
}

.indexblog-list .blog-listbox ul li {
	float: left;
	width: calc(33.33% - 10px);
	margin-right: 15px;
}

.indexblog-list .blog-listbox ul li:nth-of-type(3n) {
	margin-right: 0;
}

.indexblog-list .blog-listbox ul li dl dt {}

.indexblog-list .blog-listbox ul li dl dt a {
	display: block;
	width: 100%;
	padding-top: 50%;
	overflow: hidden;
	position: relative;
}

.indexblog-list .blog-listbox ul li dl dt img {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 99%;
}

.indexblog-list .blog-listbox ul li dl dd {
	line-height: 150%;
	margin-top: 10px;
	font-size: 14px;
}

.indexblog-list .blog-listbox ul li dl dd p {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 18px;
	font-weight: 600;
	height: 81px;
}

.indexblog-list .blog-listbox ul li dl dd a {
	color: #da291c;
}

.indexblog-list .blog-listbox ul li dl dd .btn-box {
	margin: 10px 0 0;
}

.indexblog-list .blog-listbox ul li dl dd .wl-btn {
	width: 100%;
	font-size: 14px;
	padding: 5px 10px;
	padding-right: 35px;
	background: #da291c;
	color: #FFFFFF;
}

.indexblog-list .btn-box .rl-btn {
	background: #FFFFFF;
	width: 600px;
}

.indexblog-list .blog-shopname {
	font-weight: bold;
}

/*20210114｜キャンペーンバナー用レイアウト*/

.banner-box {
	margin-top: 8px;
}

/*20210205｜ルミナスz-index設定*/
.lum-lightbox.lum-open {
	display: block;
	z-index: 9;
}

/*switchバナー*/
.switch-banner {
	max-width: 1000px;
	margin: auto;
	display: flex;
	font-family: 'Noto sans japanese', sans-serif;
	margin: 2rem auto;
}

.switch-banner a {
	width: 50%;
}

.switch-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: calc(50% - 13px);
}

.switch-banner div {
	width: 50%;
	background: #fa8639;
	padding: 12px;
}

.switch-banner dl {}

.switch-banner dl dt {
	font-weight: 600;
	text-align: center;
	/*font-size: 2rem;*/
	font-size: 1.8rem;
	letter-spacing: 1px;
	border-bottom: 1px solid;
	margin-bottom: 7px;
}

.switch-banner dl dd {
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin-bottom: 4px;
}