@charset "Shift_jis";
/*!
 * ScheduleReserveSystem 1.0.0 by G.O.G Corporation
 * Version - 1.0.1
 * License - https://www.gog.co.jp/
 *
 * Copyright (c)2018 G･O･G Corporation All Rights Reserved
 */

/* FONT PATH */

/* -----------------------------------------------------------------------------

 Defalut Reset

----------------------------------------------------------------------------- */
html,body,duv,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,article,aside,footer,header,hgroup,nav,section{
margin:0px;padding:0px;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,dt{font-size:1em;font-style:normal;font-weight:normal;}
ul,ol{list-style:none;}
form label{cursor:pointer;}
input{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0px;font-size:inherit;font:100%;}
img{border:none;line-height:1em;vertical-align:bottom;}
/* -----------------------------------------------------------------------------

 Common Style

----------------------------------------------------------------------------- */
	.or{
		color:#40c659;
	}
/* -----------------------------------------------------------------------------

 Common Animation

----------------------------------------------------------------------------- */
	/*スケジュール画面*/
	.activeAnimetionsch1{
	animation-duration: 1s;
	animation-name:activeSch1;
	}
	@keyframes activeSch1{
		from{
			background-color: #ccc;
		}
		to{
			background-color:#ffe9cf;
		}
	}

	.activeAnimetionsch2{
	animation-duration: 1s;
	 animation-name:activeSch2;
	}
	@keyframes activeSch2{
		from{
			background-color: #ccc;
		}
		to{
			background-color: #ffe9cf;
		}
	}

	#cachAvd{
		text-indent:-9999px;
		width:1px;
		height:1px;
	}


@media screen and (max-width:640px){
.digicert-info .digicert-seal a {
	color:inherit !important;display:block !important;padding-top:3px !important;font-size:10px!important}
}
@media screen and (min-width:641px) {
.from-guide, .form-guide {margin-left: 0 !important;}
.digicert-info .digicert-seal a{display:block!important;font-size:10px!important;padding-top:3px!important}
}


/* -----------------------------------------------------------------------------

 スマホスタイル

----------------------------------------------------------------------------- */

@media(max-width: 767px){
*{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	list-style: none;
}

/* ------------------- Structure ------------------- */
html{
	font-size:62.5%;
}

body{
	line-height:1.75;
	font-size:1.6rem;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#333;
}
main {
	display: block;
}
header,
main,
footer{
	overflow: hidden;
	width: 100%;
}

#headerBody,
#contentBody,
#footerBody {
	width: 100%;
	margin: 0 auto;
}
#contentBody{
    margin-top:108px;
}

/* -------------------- Utility -------------------- */
.sp {
	display: block;
}
.pc {
	display: none;
}
a{
	text-decoration:none;
	color:#0085ce;
	padding-top:10px;
	padding-bottom:10px;
}
a.hover{
	color:#0074BD;
}
/*
.ms {
    width: 1em;
    margin: 0 auto;
}*/
.faFw{
	color:#666;
}

.tel a, .mail a {
    cursor: default;
}

.mtmb2{
	margin:2em 0;
}

.mb1{
	margin-bottom:1rem;
}
.mb2{
	margin-bottom:2rem;
}
.idt{
	padding-left:1em;
	text-indent:-1em;
}

.mainte{
	padding:10px;
	border:1px double #ccc;
	margin-bottom:10px;
	margin: 20px 2% 1.5rem;
}
.mainte > p{
	text-align:center;
	color:#333;
	line-height:1.4
}
.mainte > p+p{
	font-size:1.3rem;
	color:#333;
	line-height:1.4
}

div.h{
	border-radius: 5px;
	margin: 0 auto;
	border: none;
	font-size:2em;
	line-height:2rem;
	width:96%;
	box-sizing: border-box;
	background-repeat:no-repeat!important;
	z-index:2!important;
	background-size:contain!important;
	background-position:left .5rem top .3rem!important;
	position:relative;
}

div.h div span.com-name{
	margin-right:10px;
}

div.h div span{
	display: block;
	font-size: 1rem;
	font-weight: normal;
	line-height:1rem;
	margin-bottom:3px;
}

img.window{
	font-size:1rem;
	vertical-align:middle;
	padding:0 .1rem 0 .2rem;
}
.linkIcon{
	font-size:1em;
    margin: 0 1.0rem 0 .5rem;
    vertical-align: middle;
}
/* -------------------- header -------------------- */


.mobGHd2011 .gHd2011InnerBox {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px #606060 solid;
    background: #ffffff;
}

header{
	background:#182D7C;
	position: fixed;
	z-index: 5000;
}
header #headerBody {}
header #headerBody p{
	height:50px;
	position: relative;
	padding:.2rem .8rem;
	background:none;
}
header #headerBody a img.fLogo {
	width: 78px;
	height: 50px;
}
header #headerBody a img.gogLogo {
	width: 90px;
	height: 19px;
	position: absolute;
	bottom: 20px;
	right: 10px;
}
header div.headerTitle{
	margin: 10px 0;
	border-left: 8px solid #333;
	margin-bottom: 15px;
}

header .headerTitle p {
	font-size: 2.5rem;
	font-weight: normal;
	color: #333;
	padding: 5px 0 0 7px;
	line-height: 1;
}
header > div.headerGroup {
    height: 36px;
    background-color: #000;
}

header div.inner p{
	position: absolute;
    top: 12px;
    right: 15px;
    width: 70px;
    height: 12px;
	margin-right:.5rem;
}

header > div img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

header #header-title{
    width:100%;
    height:40px;
    background:#fff;
    z-index:1000;
	padding: 0 2%;
}

header #header-title h1{
    display: inline-block;
    margin:.5rem 0 0 0rem;
    max-width: 260px;
    float: left;
}
header #header-title h1 img {
	height:30px;
	max-width: 100%;
}

div.h div.hSnt{
    overflow: hidden;
    padding:1.5rem 0 1.3rem 3rem;
    background-image: url(../images/consul.png);
    background-repeat: no-repeat!important;
    z-index: 2!important;
    background-size: 10vw;
    background-position: left .2rem top 1rem!important;
}
@media (orientation: landscape) {
	div.h div.hSnt{
		background-size:6vw;
	}
}
div.h div.hSnt img{
	width:80px;
	margin:0px 10px .5rem 0px;
	float:left;
}

div.h div.hSnt h2{
    font-size:4rem;
	float:left;
    color: #fff;
	font-size:1.8rem;
	letter-spacing:.2px;
	font-weight:bold;
	margin-left:.8em;
}

/* -------------------- footer -------------------- */
footer {
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
	background:#fff;
}
footer #footerBody {
	width: 96%;
	margin:10px auto;
	overflow:hidden;
}
footer p.copyright{
	text-align: left;
	clear:both;
	color: #333;
	margin:3px 0;
	font-size:1rem;
}
footer p.copyright small {
	display:inline-block;
}
footer #footerBody  ul.secrityPolicy {
	color: #fff;
	font-size:1rem;
}
footer #footerBody  ul.secrityPolicy a {
	text-decoration: none;
	font-size:1.2rem;
	padding:15px 0;
}
footer #footerBody  ul.secrityPolicy li {
	float:left;
	padding:5px 0;
}

/* ------------------ Step Navigation ------------------ */
nav.stepNavi{
	position:relative;
	width :96vw;
	margin:.8em auto;
	background-repeat: no-repeat;
	background-size:100%;
	height: calc(34px + 7.7vw);
	z-index:1;
	position:relative;
}
@media (orientation: landscape) {
	nav.stepNavi{
		height: calc(34px + 7.7vw);
	}
}
nav.naviSp01{
	background-image:url("../images/sp-step-navi-1.png");
    background-size: 82% auto;
	background-position:5.7rem 5px;
}
nav.naviSp02{
	background-image:url("../images/sp-step-navi-2.png");
    background-size: 82% auto;
	background-position:5.7rem 5px;

}
nav.naviSp03{
	background-image:url("../images/sp-step-navi-3.png");
    background-size: 82% auto;
	background-position:5.7rem 5px;
}
nav.naviSp04{
	background-image:url("../images/sp-step-navi-4.png");
    background-size: 82% auto;
	background-position:5.7rem 5px;
}
nav.naviSp05{
	background-image:url("../images/sp-step-navi-5.png");
    background-size: 82% auto;
	background-position:5.7rem 5px;
}
nav.naviSp06{
	background-image:url("../images/sp-step-navi-6.png");
    background-size: 82% auto;
	background-position:5.7rem 5px;
}
nav.naviSp07{
	background-image:url("../images/sp-step-navi-7.png");
    background-size: 82% auto;
	background-position:5.7rem 5px;
}

nav.stepNavi ol{
	position:absolute;
	background:#fff;
	top:29px;
	border:1px solid #182D7C;
	width:18rem;
	list-style-type:decimal;
	border-radius:5px;
}
@media (orientation: landscape) {
	nav.stepNavi ol{
		top: 7.7vw;
	}
}
nav.stepNavi div.slideNav{
transition: .3s ease-in-out;
    position: absolute;
    left:-19rem;
}
@media (orientation: landscape) {
	nav.stepNavi div.slideNav{
	    left:-19.8rem;
	}
}
nav.stepNavi div.slideNav.active{
 transition: .3s ease-in-out;
	left:0;
}
span.navNum{
	display:inline-block;
}

nav.stepNavi ol li {
	line-height:2.2;
	display:block;
	color:#333;
	text-align:center;
	font-size:1.4rem;
	border-bottom:1px solid #ccc;
}

nav.stepNavi ol li:last-child{
	border-bottom:0;
}

nav.stepNavi p{
	position:absolute;
	top:28px;
	display:block;
	float:left;
	background:#fff;
	width:4rem;
	line-height:2.4;
	height:3.2rem;
	border:1px solid #9aa6d1;
	color:#333;
	left:19rem!important;
    border-radius: 5px;
}
@media (orientation: landscape) {
	nav.stepNavi p{
		top: 7.5vw;
	}
}
#contentBody nav.stepNavi p i.fa-chevron-left{
	font-size:2.5rem;
	padding-top:5px;
	padding-left:9px;
	color:/*#9aa6d1*/#182D7C;
	margin:0;
}

#contentBody nav.stepNavi p i.fa-times{
	font-size:3rem;
	padding-top:1px;
	padding-left:10px;
	color:#182D7C;
	margin-top:0;
}
nav.stepNavi div.active p{
	left:18.1rem!important;
}
nav.stepNavi ol li:after{
	position:relative;
	z-index:-1;
	width:200px;
	background:#ccc;
	text-align:center;
	left:23.8rem;
}

nav.stepNavi ol li.current{
	display: block;
	width:100%;
	margin: 0 auto;
	border:1px solid #182D7C;
	background:#182D7C;
	color: #fff;
	padding:1px .2px .3px;
	display: block;
	text-align: center;
	font-size:1.4rem;
	box-sizing: border-box;
}

nav.stepNavi ol li.current:after{
	content: attr(data-item);
	position:absolute;
	z-index:-1;
	background:/*#CCC*/#182D7C;
	color:#fff;
	text-align:center;
	top:-.4vw;
	display:block;
	width:calc(100vw - 6.3rem);
	left:23.8rem;
	 height:3.4rem;
	line-height:2.5;
	border-radius:5px;
	font-weight:normal;
	font-size:1.4rem;
	transition: .3s ease-in-out;
}

nav.stepNavi ol li.current:after.spread{
	width:100vw;
	left:0;	
}
nav.stepNavi ol li.active:after{
	left:12.8vw;
	transition: .3s ease-in-out;
}
@media (orientation: landscape) {
	nav.stepNavi ol li.active:after{
		left:6.0vw;
	}
}

nav.stepNavi .stepImg {
	width: 100%;
	margin-bottom: 0;
	vertical-align: bottom;
}
nav.stepNavi ol.stepNum li {
	float: left;
	text-align: center;
	border-radius: 50% 50%;
	border: 1px solid #333;
	color: #333;
}
p.detail{
	margin:0em 1em;
}
 p.header-img{
	overflow: hidden;
    margin:13vw 0 .5rem;
    width: 100%;
    height: 65vw;
    background: url(../images/kv.png) no-repeat 55% 40px;
    background-size: cover;
}
p.menuGuide , p.menuGuide2{
	margin:0 2% 1rem;
	line-height:1.4;
}
#menuCnt p.menuGuide{
	margin:0 2% 1rem;
}
#menuCnt p.menuGuide2{
	font-size:1rem;
}
#menuCnt #contentBody p.menuGuideDtl{
	margin:0 2% 5px;
	line-height: 1.4;
	text-indent: -1rem;
	padding-left: 1rem;
	font-size:1.2rem;
}

/* -------------------- 入力フォーム -------------------- */
input{
	font-size:1.6rem;
	border: 1px solid #ccc;
	padding:.7rem;
	background: #feffe8;
	vertical-align: middle;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1) inset;
	margin-bottom:.4rem;
	border-radius:5px;
	margin-top:5px;
}

input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
	position:relative;
	line-height:1.4;
}
input::-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
	position:relative;
}
input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
	position:relative;
}
input[type="checkbox"]{
	width: 2rem;
	height: 2rem;
	vertical-align: middle;
	line-height:1;
	margin:.9rem .5rem 0 0;
}

input[type="radio"]{
    display:none;
}
#contentBody > div.errMsg{
	color:#ea1002;
    padding-top: 0px;
    margin-top: 15px;
    margin:0  2% 1rem;
	border-radius: 5px;
	border: solid 1px #ea1002;
	padding: 8px;
}

#contentBody > div.errMsg p{
	text-indent: -1em;
	padding-left:1em;
	line-height:1.4;
}
#contentBody > div.errMsgBlack{
    margin-top: 15px;
    margin:0  2% 1rem;
}
#contentBody > div.errMsgBlack p{
	font-size:1.4rem;
	line-height:1.4;
	text-align:center;
}

#contentBody button.addss{
	margin-bottom:1.5rem;
}

/*--モーダルで表示させる要素--*/
	#inlineWin div{
	position:relative;
	width:300px;
	padding:10px;
	border:1px solid #182D7C;
	background-color:#fffff3;
	border-radius:5px;
	}
	#inlineWin div p.domT{
	display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight:bold;
    width:85%;
}

    #close{
		position:absolute;
		top:.2rem;
		right:.2rem;
		font-size:4.5rem;
		z-index:1000;
		width:4.5rem;
		height:5.1rem;
		padding-left:.85rem;
		padding-top:.35rem;
		border-radius:5px;
		background-color:#666;
		color:#fff;
	}

/* ------------------------ ボタン ------------------------ */
.btnGrp {
	overflow: hidden;
	margin:2rem 2%;
	display: flex;
	justify-content:center;
	box-sizing: border-box;
}
.btnGrp > * {
	float: left;
	display: inline-block;
}

.btnGrp button {
	width: 48.8%;
}
.btnGrp button:nth-child(1){
	margin-right:.8rem;
}
.btnGrp button.simBtn{
	position:relative;
}

.btnGrp button.simBtn:before{
	position: absolute;
	content:'\f1ec';
	font-family:FontAwesome;
	left:1rem;
	font-size:1.9rem;
	speak: none;
	z-index:100;
}

button{
	height: 14vw;
	line-height: 2rem;
	display: block;
	color:#fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	font-family:inherit;
	font-size: 2rem;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	font-size:1.6rem;
	padding-top:0.5px;
}

button:hover {
	cursor: pointer;
	opacity: .8;
}
input.serchBtn{
	float:left;
	margin:0;
	width:50%;
	height:14vw;
	border-radius:5px;
    background: linear-gradient(to bottom, #40c659 5%, #4caa5e 100%);
 /*   background-color: #f29500;*/
    color: #fff;
    border-radius: .4rem;
	color:#fff;
}

.btnPre {
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #c0bfc0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4d2307 0%,#c0bfc0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e9e9e9 0%,#c0bfc0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 5px;
	width: 96%;
	color:#333!important;
}
.btnNext {
	background: linear-gradient(to bottom, #40c659 5%, #4caa5e 100%);
    background-color: #40c659;
    border-radius: .3em;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
    font-weight: bold;
}

	h3.caption{
		clear: both;
	    font-size: 1.8rem;
	    color: #182D7C;
	    border-left: 10px solid #182D7C;
	    padding-left: 10px;
	    margin: 0 2% .5rem;
	    color: #182D7C;
	}
	h3.caption + p.captionDetail{
		font-size:1.2rem;
	}

a.windowIcon {
    position: relative;
}
a.windowIcon:before {
    content: "\f2d2";
    font-family:FontAwesome;
    color:#182D7C;
    vertical-align:middle;
    font-size:1rem;
    position: absolute;
    margin: 0;
    padding: 0;
    right: -1.5rem;
    top: -2px;
}

span.win10 a.windowIcon:before{
    font-size:1rem;
	margin-right:-.25em;
}


/* -----------------------------------------------------------------------------

 トップページ

----------------------------------------------------------------------------- */

/* -------------------- SSL証明書 (2019.12.05追加)-------------------- */
.digicert-info{
	overflow: hidden;
	font-size:.6rem;
	line-height:1.4;
	width:96%;
	margin:1em auto 0;
}
.digicert-info .digicert-txt{
	margin-left:0px;
	padding-top:0px;
	font-size:1rem;
}
.digicert-info .digicert-seal{
	display:inline-block;
	float:right;
	margin-left:0px;
	width:85px;
}
.digicert-info img{
	width: 80px!important;
}

.trubleIcon{
	width:10%;
}
/* -------------------- 端末からメニューを絞り込み -------------------- */


#device {
	border:1px solid #1480ff;
	padding: 0 .5em;
	margin: 0 2% 1.25rem;
	overflow: hidden;
}
#device p {
	margin: .5em 0;
	font-size: 1.6rem;
	text-align: center;
	color:#182D7C;
}
#device ul {
	overflow: hidden;
}
#device ul li {
	width: 49%;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom:.5em;
	padding:1.18em 0;
	border-radius:.2em;
	font-size:1.2rem;
	text-align:center;
	line-height:1.2;
}
#device ul li span.bl_pearl{
	color:#717171;
	margin-right:2px;
}
@media screen and(max-width:320px){
	#device ul li {
		font-size: .75rem;
	}
}
#device ul li:first-child {
	width: 100%;
	line-height:2.4;
	line-height: 1.4;
    font-size: 1.6rem;
}
#device ul li:nth-child(1),
#device ul li:nth-child(5){
	padding:.6em 0;
}
#device ul li:nth-child(2),
#device ul li:nth-child(4){
	float: left;
}
#device ul li:nth-child(3),
#device ul li:nth-child(5){
	float: right;
}
#device ul li.now ,#device ul li.now span.bl_pearl{
    color:#1480ff;
    background:#e2f0f6;
}

.menuList {
	margin: 0;
}
.menuList a{
	color:#182D7C;
}
form div.menuList div.menuTitle{
	margin-bottom:10px;
}

form div.menuList div.menuTitle h3,form div.overtimeMenu div.menuTitle h3{
	border-left:0;
	margin:unset;
	padding-left:0;
	color:#182D7C;
	font-weight: bold;
}
.menuList ul.tab{
	display: table;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #cc6633;
	border-bottom: none;
	display:flex;
}
.menuList div.menu{
	color: #333;
	font-weight:normal;
	line-height:1.5;
	display:block;
	margin:0 auto;
	border:2px solid #ccc;
	margin-bottom:1.5rem;
	background-color:#fffff3;
	border-radius:5px;
	position:relative;
	margin:0 2% 1rem;
}

.menuList div > div.menuDetail,
.overtimeMenu div > div.menuDetail{
	font-size:1.6rem;
	color: #333;
	font-weight:normal;
	line-height:1.5;
	display:block;
	margin:0 2% 1.25rem;
	border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
	background: #fffff3;
}
.menuList div > div.menuDetail ul li label input{
	display: inline-block;
	margin-right: 4px;
	margin-top: 0;
}
.menuList div > div.menuDetail ul li .acordion_tree{
	padding: 5px;
	padding:10px;
}
.menuList div > div.menuDetail ul li .acordion_tree span.price{
	text-align:right;
}
.menuList div > div.menuDetail ul li .acordion_tree:first-child(1){
	margin-bottom:10px;
}
.menuList div.menu > div{
	margin-bottom:0rem;
	width:95%;
}
.menuList div.menu p{
	font-size:1.4rem;
	margin-top:2px;
}
.menuList div.selected div.cateGrp p {
	padding-top:.15rem;
}
.menuList div ul li div.menuDetail{
	display:block;
	padding-left:25px;
}
.menuList div > div.menuDetail div.menuSmall{
	display:flex;
    align-items: center;
}
.menuList div > div.menuDetail div.clsSmall{
	margin-bottom:10px;
}
.menuList div > div.menuDetail div.menuBox div.clsSmall:last-child{
	margin-bottom:0;
}
.menuList div > div.menuDetail ul li{
	position:relative;
}
.menuList div > div.menuDetail ul li.timeOver i.fas{
	top:8px;
}
#menuCnt .menuList div > div.menuDetail ul li.timeOver input[type="checkbox"]{
	margin:1rem 1rem 0rem;
}
#menuCnt .menuList div > div.menuDetail ul li.timeOver span.radiobox-os{
		display:none;
	}
.menuList div > div.menuDetail ul li .acordion_tree{
	overflow:hidden;
}
.menuList div > div.menuDetail ul li .acordion_tree img{
	margin-right:10px;
	margin-bottom:5px;
	float:left;
}
.menuList div > div.menuDetail ul li .acordion_tree span.price{
	float:right;
	color:#f00;
}
.menuList div > div.menuDetail ul li .acordion_tree span.unit{
	color:#333;
}
.menuList div > div.menuDetail ul li .acordion_tree span.radiobox-os{
	width:100%;
	display:block;
	margin-top:5px;
	overflow: hidden;
}
.acordion_tree span.radiobox-os label{
	display:inline-block;
	float:left;
	margin-right:5px;
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    padding: 2px;
    font-weight: normal;
}
.menuList div > div.menuDetail ul li label{
	display:block;
}
#menuCnt .menuList div > div.menuDetail p span.price{
	display: block;
	margin-bottom: 4px;
	margin-top: -3px;
	float:right;
}
.menuList div > div.menuDetail ul li label p:first-child,
.overtimeMenu div > div.menuDetail ul li label{
	display: block;
   	padding:7px 0;
}
.overtimeMenu div > div.menuDetail ul li label p+p{
	text-align: right;
}
.menuList div > div.menuDetail ul li label p:first-child span{
	font-size:1.8rem;
	display:block;
   padding-left: 2.5rem;

}
.menuList div > div.menuDetail ul li label p:first-child span.tag{
	color: #1480ff;
    display: block;
    width: initial;
    margin-left:40px;
}
.menuList div > div.menuDetail ul li label p:first-child span.tag span{
    font-size:1.2rem;
}
.menuList div > div.menuDetail ul li label p:first-child span.tag{
	color: #1480ff;
}
.menuList div > div.menuDetail ul li label p+p{
	font-size:1.4rem;
	padding:10px;
}
.menuList div > div.menuDetail ul li label p+p span{
	display:block;
}
.menuList div > div.menuDetail ul i.fas{
	position:absolute;
	top:17px;
	bottom:auto;
	right:0px;
	font-size: 2.2rem;
    color:#ffa500;
    width:15%;
    text-align: center;
	display:block;
	z-index:500;
	height:30px;
}
.menuList div > div.menuDetail ul  i.active{
	top:17px;
}
.menuList div > div.menuDetail ul li i:before{
	content:"\f078";
}
.menuList div > div.menuDetail ul li i.active:before{
	content:"\f077";
}
.menuList div > div.menuDetail ul li.timeOver div.acordion_tree img{
	display:none;
}
p.scLink{
	text-align:center;
	margin:0 2%;
	line-height:1.4;
	font-weight: bold;
}

p.scLink span{
	width: 22px;
    display: inline-block;
    text-align: center;
}
/* -------------------- 料金表示 -------------------- */
.priceContainer{
    background-color:#fffff3;
    position: relative;
    margin: 0 2%;
    border: solid 1px #ccc;
    border-radius: 5px;
	vertical-align:middle;
	margin-bottom:1em;
}
.priceContainer .block{
	position:relative;
	padding:.7rem 1rem;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}

.priceContainer .block div:nth-child(2) {
    width: 50%;
    float: left;
    text-align:right;
}
.priceContainer div.title .blockElement p,
.priceContainer div.title .blockElement p{
    padding-right: 12vw;
}
.priceContainer .blockElement p.mName,
.priceContainer .blockElement p.model{
	width:87%;
}
.priceContainer .block p.feePri, 
.priceContainer .block p.sumPri {
    display: block;
    padding-right: 14vw;
}
.priceContainer div.member p,
.priceContainer div.member p span.yen{
	color:#f00;
}

.priceContainer div.title > div span a{
	font-size:12rem;
    display: block;
    line-height:1rem;
}
.priceContainer .block .blockElement{
    vertical-align: middle;
}
.blockElement p.model{
	font-size:1.2rem;
	color:#666;
	line-height:1.6;
}
.blockElement p.mName{
	line-height:1.4;
	font-size:1.8rem;
}

.priceContainer .block .blockElement > p span{
	font-size:1.2rem;
    display:inline-block;
    line-height: 1.4;
	color:#666;
}
.priceContainer .block .blockElement > p span.otk{
	display: inline-block;
}

.priceContainer div.title > div span a{
	font-size:1rem;
}

.priceContainer .block:nth-last-child(2){
	border-bottom:1px dashed #ccc;
}
.priceContainer .block:last-child{
	border-bottom:none;
	padding:.7rem 1rem;
}
.priceContainer .block:last-child div.sumYen p{
	font-size:2rem;
}


.priceContainer .block div:nth-child(2) div{
	margin-top:-12px;
}

.priceContainer .block div:nth-child(3){
	text-align:right;
}

.priceContainer .block div.quantity div select , .priceContainer .block div.quantity div p{
	float:left;
	height:3.5rem;
	width:6rem;
}

.priceContainer .block .dlt p,
.priceContainer .block .dlt button{
	font-weight:normal;
    font-size:1.4rem;
    line-height: 2.8rem;
    height:3rem;
    color: #333;
    text-align:center;
    float:right;
    padding:0px 5px 0px;
    cursor:pointer;
    border:1px solid #dcdcdc;
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-left:.5rem;
}

.priceContainer + p{
	margin:0 2% 10px;
	font-size:1.4rem;
	line-height:1.2;
}

.priceContainer div.block div span.yen{
	font-weight: normal;
	font-size: 1.2rem;
}

.priceContainer div.title > div span a:before{
    right:0;
    top: -1px;
}
#contentBody div.block div.quantity p.unit{
	font-size:1.4rem;
	line-height:4.1;
	margin-top:-2px;
	width:1rem;
}


.priceTable{
	position:relative;
	background-color: #fffff3;
	position: relative;
	margin:0 2% 1.3rem;
	border:solid 1px #cc6633;
	border-radius:5px;
}
.priceTable dl{
	border-bottom:1px dashed #ccc;
	padding:.63rem 0 .35rem;
	position:relative;
}
.priceTable dl:first-child {
	color: #333;
    line-height:2.5em;
    height:2.5em;
	padding-bottom:.8rem;
}

.priceTable dl:last-child{
	border-bottom:none;
}
.priceTable dl:nth-last-child(2){
	border-bottom: 1px dashed #cc6633;
}
.priceTable dt {
	color: #333;
}
.priceTable dl:last-child dt{
	font-size:1.1rem;
}

.priceTable dd {
	overflow: hidden;
}

.priceTable dd.priceCellHeader div{
	float:left;
	width:45%;
}

.priceTable dd.priceCellHeader div + div p{
	line-height:1.2em;
	margin-left:3rem;
}
.priceTable dd.priceCellHeader div p {
	line-height: 2.8em;
	height: 2.4em;
	text-align:center;
	font-size: 1.2rem;
	margin-left:5rem;
}

.priceTable dd.priceCellHeader p:last-child{
	height: 2.4em;
	font-size:1.1rem;
}
.priceTable dd.priceCellHeader div p > span {
	text-align: center;
	font-size: 1rem;
	color: inherit;
	font-weight: normal;
}


.priceTable dd.priceCell div:first-child{
	width:43%;
}
.priceTable dd.priceCell div{
	width:40%;
	float:left;
}

.priceTable dd.priceCell div p{
	text-align:right;
	font-size: 1.2rem;
	margin-right:.0rem;

}

.priceTable dd.priceCell div:nth-child(3){
	width:15%;
	text-align:left;
}

.priceTable dd div  p > span{
	color: #e60000;
}

.priceTable dd div  p  span.yen{
	color: inherit;
	font-weight: normal;
	font-size:1rem;
}
.priceTable dd div  p > span.small-size{
	color: inherit;
	font-weight: normal;
	font-size:1rem;
}

.priceTable dd div  p > span.p-free{
	border-radius: 10px;/* CSS3草案 */
	font-weight: bold;
	font-size:1rem;
	background-color:#cc6633;
	color:#fff;
	padding:.15rem;
}

.priceTable dd > div p.dlt{
	font-size:1.2rem;
	line-height:1.6rem;
	height:1.5rem;
	color:#333;
	text-align:center;
	float:right;
	padding: 0px 5px 1px;
	cursor:pointer;
	border:1px solid #dcdcdc;
	background:#f0f0f0 none repeat scroll 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:absolute;
	top:.8rem;
	right:.8rem;
	margin-left:.5rem;
}

.priceTable dt {
	font-size:1rem;
	margin-bottom:.2rem;
}

.priceTable div.kome p {
	display: inline;
	color: #7c7c7c;
}
.entryChk{
	margin-bottom:1rem;
}
.entryChk > p{
	text-align:center;
	margin-bottom:5px;
	font-size:1rem;
}


.entryChk > p div.menuDetail > span{
	font-size:1.0rem;
}

.entryChk > p div.menuDetail span span{
	font-size:1rem;
}
div.detailP{
	margin:0 2% 1rem;
	font-size:1.2rem;
	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

div.detailP ul li{
	padding-left:1em;
	text-indent:-1em;
}

div.detailP ul li{
	margin-bottom:1px;
	line-height: 1.2;
	margin-bottom:.3rem;
}
div.detailP ul li:last-child{
	margin-bottom:0;
}

div .detailP ul li.pink{
    padding-top:.1rem;
	padding-left:.3rem;
	padding-right:2px;
    border-radius: 3px;
    background-color: #FFE0E2;
    padding-left: 1em;
    text-indent: -1em;
}
p.sub-cap{
	font-size:1.0rem;
}

.priceTable p.detail{
	font-size:1rem;
	display: flex;
	width:96%;
	margin:0 2%;
}


/* -------------------- 住所入力テーブル -------------------- */
.adressTable {
	margin: 0 auto .5em;
	border-top: 1px solid #ccc;
}
.adressTable table{
	width:100%;
}
.adressTable th {
	padding:10px 2%;
	width: 100%;
	display: block;
	font-size: 1rem;
	text-align:left;
	font-weight:normal;
	box-sizing: border-box;
}
.adressTable td {
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	padding:0 2% .7em 2%;
}

.adressTable td input {
	font-size: 1.2rem;
	padding:5px;
	box-sizing: border-box;
	width: 100%;
}

.adressTable span{
	font-weight:bold;
}
.adressTable{
	display: inline-block;
	margin-top: .5em !important;
	font-weight: bold;
	color:#454544;
	text-align: center;
	box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px inset;
	margin:0 auto;
	padding: 3px 0px 0px 5px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
}



/* ----------------- 個人情報保護方針同意 ----------------- */
.priBtn .scr{
	text-align:left;
	margin:0 2% 2rem;
	font-size:1.4rem!important;
	line-height:1.2;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 5px;
	padding:10px;
}
.priBtn .scr p{
	line-height: 1.4;
}
.priBtn .scr p+p{
	margin-bottom:0;
}

.priBtn p div.menuDetail{
	font-size: 1.0rem;
}

.priBtn input[type="checkbox"]{
	width:2.5rem;
	height:2.5rem;
	vertical-align: middle;
	margin-top:-2px;
	margin:-2px .2rem .1rem 0;
}
.priBtn div.scr div p a.windowIcon:before{
	top:-.1rem;
}

.priBtn div p span.indent{
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}

/*-----------------------------------------

 選択画面

-----------------------------------------*/
#menuCnt .menuList input[type="checkbox"],
#menuCnt .overtimeMenu input[type="checkbox"]{
	display:block;
	float:left;
}

#menuCnt div.trigger h3{
	color:#006FBC;
	font-size:1.6rem;
}
#menuCnt div.trigger i.fa{
	font-size:2.5rem;
	float:left;
	color:#666;
	height:3rem;
	line-height:3.3rem;
	width:10%;
	margin:0 .5rem;
}
#menuCnt div.trigger i.fa-graduation-cap{
	font-size:1.9rem;
}
#menuCnt div.trigger div.submenuI{
	float:left;
	margin-right:.5rem;
	margin-top:3px;
}
#menuCnt div.trigger div.submenuI p{
	color:#666;
}
#menuCnt div.trigger div.submenuI p ,#menuCnt div.trigger h4.title ,#menuCnt div.trigger h3{
	color:#182D7C;
}

#menuCnt .btnGrp{
	margin-top:2rem;
}
#menuCnt .menuList div > div.menuDetail h4.title{
	font-size:1.8rem;
	color: #182D7C;
}
#menuCnt .menuList div > div.menuDetail div.menuBox div.clsSmall > p{
	font-weight:bold;
	margin-bottom:10px;
}
#menuCnt .menuList div > div.menuDetail div.menuBox div.clsSmall > p span{
	margin-right:4px;
    width: 22px;
    display: inline-block;
    text-align: center;
/*	color: #df2b2b;*/
}
#menuCnt .menuList div > div.menuDetail div p{
	 font-size:1.5rem;
	 line-height:1.4;
	margin-left: auto;
}
#menuCnt .menuList div > div.menuDetail div p img{
	width:20vw;
	margin-left:8px;
}

#menuCnt .menuList div > div.menuDetail p span.price,
#menuCnt .overtimeMenu div > div.menuDetail p span.price{
	font-size:1.7rem;
/*	color:#f00;*/
	text-align:right;
}
#menuCnt .menuList div > div.menuDetail p span.price span.unit,
#menuCnt .overtimeMenu div > div.menuDetail p span.price span.unit{
	font-weight:normal;
	display:inline;
	font-size:1.2rem;
	color:#333;
}
#menuCnt .menuList div > div.menuDetail p span.price span.yen,
#menuCnt .overtimeMenu div > div.menuDetail p span.price span.yen{
	font-weight:normal;
	display:inline;
	font-size:1.2rem;
}

#menuCnt .menuList div > div.menuDetail div.submenuI p.fa{
	font-size:2.5rem;
}

/*一番目*/
#menuCnt .menuList div:first-child >div.menuDetail div:after{
	position:absolute;
	margin:5px 10px 0;
	bottom:0;
	right:0rem;
	top:-.8rem;
}
#menuCnt .menuList div:first-child > div.menuDetail div.active:after{
	position:absolute;
	margin-top:0;
	bottom:0;
}

#menuCnt #contentBody div.scut{
	margin:2rem auto;
}
#menuCnt #contentBody div.scut:hover{
	cursor:pointer;
}	
#menuCnt #contentBody div.scut p{
	text-align:center;
	color:#0085ce;
	line-height:1.4;
}	
div.menuList{
	position:relative;
}
#priceList .priceTable dl.pack-dlt dt{
  width: 80%;
  margin:0 .8rem .2rem;
}

/* -----------------------------------------------------------------------------

 住所入力

----------------------------------------------------------------------------- */
#address div.priBtn{
	margin-bottom:2rem;
}
#address div.entryTbl table tr:first-child td div {
    line-height: 1.2;
    width:100%;
	display:inline-block;
}
#address div.entryTbl table tr:first-child td p {
   font-size: 1.2rem;
}


div.agreeBtn p{
	font-size:1.5rem;
	line-height:1.4;
	text-align:center;
}

/*safari*/
#loadBgsf{
 display:none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index:2000;
}

#loadSf{
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto auto;
	text-align: center;
	width:350px;
	height:215px;
	z-index:3000;
	}

#loadSf img{
		width:100px;
		height:119px;
	}

	/*2020/06/16 tm追加*/
	/* ---------------------店舗名項目追加 -------------------- */
		.shopCon label {
		    display: flex;
			margin-bottom:5px;
		}
		.shopCon label:last-child{
			margin-bottom:0;
		}
		.shopCon input {
			width: 2rem !important;
		    height: 2rem;
		    vertical-align: middle;
		    line-height: 1;
		    margin: .5rem .5rem 0 0;
			border-radius: 50%;
		    box-shadow: none;
		}

/* -----------------------------------------------------------------------------

 サポート日の選択

----------------------------------------------------------------------------- */
#schedule .scheduleTable {
	width: 100%;
	margin-bottom:0px;
}
#schedule .scheduleTable > p{
	margin:0 2% 1rem;
	line-height:1.4;
}
#schedule .scheduleTable > p span.mark{
	font-family:inherit;
	font-weight: bold;
}
#schedule .scheduleTable > p span.mark01{
 color:#EA0505;
}
#schedule .scheduleTable > p span.mark02{
 color:#0044FF;
}
#schedule .scheduleTable >p span.mark03{
 color:#737373;
}

#schedule .scheduleTable div.caution ul li{
	float:left;
	font-size:1.4rem;
	padding:.5rem .6rem;
	border-radius:5px;
	background-color:#FFE0E2;
	line-height:1.4;
}

#schedule .scheduleTable div.caution{
		overflow:hidden;
		border-radius:5px;
		margin:0 2% .8em;
}
#schedule .scheduleTable div.caution p {
	font-size:1rem;
}
#schedule .scheduleTable div.caution span{
		color:#f00;
		font-weight:bold;
}

#schedule .scheduleTable .pagenation {
	overflow: hidden;
	clear: both;
}
#schedule .scheduleTable .pagenation p {
	float: left;
	display: inline-block;
	padding-left: .5em;

}
#schedule .scheduleTable .pagenation p+p {
	float: right;;
	display: inline-block;
	padding-right: .5em;
}

/* ---------- Schedule Table Structure ---------- */
#schedule .scheduleTable ul.date > li {
	float:left;
	width:12.2%;
	border-right: 1px solid #ccc;
}

#schedule .scheduleTable ul.date > li:last-child{
	border-right:none;
}


#schedule .scheduleTable ul.date > li.timeSet:first-child li{
	text-align:center;
	padding:;
    padding-top: 15px;
    height: 35px;
	font-weight:bold;
}
#schedule .scheduleTable ul.date .active::after {
	content: "\f106";
	font-family: fontawesome;
	font-size: 2.5rem;
	color: #777;
	position: absolute;
	right: 1em;
	top: 2px;
}
#schedule .scheduleTable ul.date .active {
	border-bottom: 1px solid #ccc;
}

#schedule .scheduleTable ul.date > li > ul.timeTable {}
#schedule .scheduleTable ul.date > li > ul.timeTable li {
	font-size:1.2rem;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ccc;
	height:50px;
	position:relative;
}

#schedule .scheduleTable ul.date > li p {
	background: #f2f2f2;
	font-size: 1.1rem;
	padding: 1.2rem 0;
	text-align:center;
}
#schedule .scheduleTable ul.date > li p{
	font-weight:bold;
}

#schedule .scheduleTable ul.date > li.sun p{
    background-color: #F8D1D3;
}
#schedule .scheduleTable ul.date > li.sta p {
    background-color: #eaf9f3;
}

#schedule .scheduleTable ul.date > li > ul.timeTable li span {
	display:inline-block;
}

#schedule .scheduleTable ul.date > li > ul.timeTable li span.startTime{
	margin-right:2em;
	color: #333;
	font-size: 1.6rem;
}

#schedule .scheduleTable ul.date > li > ul.timeTable li a {
	text-decoration: none;
	display: block;
}
#schedule input[type="radio"] {
	display:block;
	opacity:0;
}
#schedule .scheduleTable ul.date > li:nth-child(n+2) ul li input:checked + label {
    background-color: #ffe9cf;
    position: absolute;
    top:0;
    z-index: 100;
    width: 100%;
}

#schedule .scheduleTable ul.date > li > ul.timeTable li label {
    display: block;
	padding:15px 0;
    padding-left: .2rem;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
}
#schedule .scheduleTable ul.date > li > ul.timeTable li.mTrigger{
	padding-top:0;
	font-weight:normal;
}
#schedule .scheduleTable ul.date > li input{
	margin-bottom:0;
}

#schedule .scheduleTable ul.date > li:nth-child(n+2) ul li input:checked + label{
    background-color: #ffe9cf;
}

/* ---------- Reserve Status Marker ---------- */

#schedule .scheduleTable ul.date > li > ul.timeTable li span.status img{
	width:20px;
	vertical-align:middle;
	margin-top:-4px;
}

#schedule .scheduleTable ul.date > li > ul.timeTable li div.menuDetail{
	display:block;
	padding:.3em 0;
	padding-left:.5rem;
}

#schedule .scheduleTable ul.date > li:nth-child(n+2) ul li input:checked + div.menuDetail{
	background-color:#ffe9cf;
}

#schedule .scheduleTable ul.date > li > ul.timeTable li input[type="radio"]{
	margin-top:0;
	width:100%;
	height:100%;
}

/* -----------------------------------------------------------------------------

 お客様情報の入力

----------------------------------------------------------------------------- */

div.entryTbl{
	margin: 0 auto 1em;
	border-top: 1px solid #ccc;
}

#input div.entryTbl{
	margin: 0 auto 2rem;
}
div.entryTbl table {
	width: 100%;
}

div.entryTbl table th{
	width:100%;
	font-size:1.6rem;
	display:block;
	position:relative;
	padding:.8rem 2% .1rem;
	text-align:left;
	font-weight:normal;
	box-sizing:border-box;
}

div.entryTbl table th img.window{
	font-size:1rem;
	vertical-align:middle;
}

div.entryTbl table th span.info{
	width:1rem;
}

div.entryTbl table td{
	width:100%;
	font-size:1.6rem;
	display:block;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	padding:0  2% .9rem;
}

div.entryTbl table td div > span{
	width: 100%;
	display: block;
}

span.hissu{
    text-shadow: 0 0 0 white;
    text-align: center;
    background-color: transparent;
    color:#ea1002;
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    height: 1rem;
    float: right;
    line-height:1rem;
    margin: 0;
    letter-spacing: 0;
    padding:1rem .5rem;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    position: absolute;
    right:.2rem;
    top: .5rem;
}
div.entryTbl table input{
	width :100%;
	box-sizing: border-box;
}

div.entryTbl table tr td{
	overflow:hidden!important;
}

div.entryTbl table tr span.detail{
	font-size:1.2rem;
	display:block;
	margin-top:-.1rem;
	text-indent: -1rem;
    padding-left: 1rem;
	line-height:1.4;
}

div.entryTbl table tr.postNum td input.serchBtn{
	height: 2.25em;
    border: 0;
    background: linear-gradient(to bottom, #40c659 5%, #4caa5e 100%);
    color: #fff;
    line-height: 1.35;
    font-weight: bold;
    margin-top: 5px;
}


div.entryTbl table tr:first-child > input + input{
	margin-top:-.5rem;
}
div.entryTbl tr.postNum td{
	-webkit-align-items:baseline;
	padding-bottom:.9rem;

}
div.entryTbl tr.postNum td span{
	padding-right:.5rem;
}

div.entryTbl tr.postNum input.pCode{
	margin-right:2%;
    width: 49%;
    box-sizing: border-box;
    float: left;
}
div.entryTbl tr.postNum input.pCode + input{
	width: 49%;
    box-sizing: border-box;
    float: left;
}

#address .selectBox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	padding: .7rem;
	background: #feffe8;
	vertical-align: middle;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1) inset;
	margin-bottom: .4rem;
	border-radius: 5px;
	background: url(../images/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #feffe8 0%,#feffe8 100%);
	background: url(../images/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #feffe8 0%,#feffe8 100%);
	background-size: 25px, 100%;
}

div.entryTbl table div.name1 input , div.entryTbl table div.name2 input{
	width: 85%;
	float:right;
}

div.entryTbl table div.name1 span , div.entryTbl table div.name2 span{
	overflow:hidden;
}
div.entryTbl table div.name1 span:last-child , div.entryTbl table div.name2 span:last-child{
	margin-bottom: 0;
}
div.entryTbl table div.name1 , div.entryTbl table div.name2{
	overflow:hidden;
}
div.entryTbl table div.name1 span:first-child input ,div.entryTbl table div.name2 span:first-child input{
	margin-bottom:0.5rem;
}
div.entryTbl table div.mail2{
	overflow:hidden;
}
div.entryTbl table div.mail2 input:first-child{
	width:45%;
	float:left;
}
div.entryTbl table div.mail2 input:last-child{
	width:45%;
	float:right;
}

div.entryTbl table div.mail2 span{
	width:10%;
	padding-top:.5rem;
}
span.items{
	display:block;
	width:40px;
	text-align:center;
	float:left;
	padding-top:.73rem;
}


/* -----------------------------------------------------------------------------

 内容の確認

----------------------------------------------------------------------------- */

#confirm .priceContainer .block div:first-child,
#conScut .priceContainer .block div:first-child{
	width:100%;
}

#confirm .blockElement p.mName,
#conScut .blockElement p.mName{
	margin-bottom:-2px;
}

#confirm #contentBody div.block div.quantity p.unit,
#conScut #contentBody div.block div.quantity p.unit{
	width:2.5rem;
}

#confirm  div.entryTbl table td,
#conScut  div.entryTbl table td{
	padding:0  2% .85rem;
	font-size:1.6rem;
}


#confirm div.entryTbl+div.entryTbl table.entryTbl-2 td,
#conScut div.entryTbl+div.entryTbl table.entryTbl-2 td,
#complete div.entryTbl+div.entryTbl table.entryTbl-2 td,
#finScut div.entryTbl+div.entryTbl table.entryTbl-2 td{
	border-bottom:1px solid #ccc;
}
#confirm div.entryTbl table:first-child td p,
#conScut div.entryTbl table:first-child td p{
	font-size:1.2rem;
	margin-bottom:.3rem;
	padding-left:1em;
	text-indent:-1em;
    line-height: 1.2;
}

#confirm div.entryTbl table:first-child tr,
#conScut div.entryTbl table:first-child tr{
	margin-bottom:2rem;
}
#confirm div.entryTbl+.entryTbl,
#complete div.entryTbl+.entryTbl,
#finScut div.entryTbl+.entryTbl{
	margin-bottom:1.2rem;
}
#confirm .adressTable,
#conScut .adressTable{
	border: none;
}

#confirm div table.entryTbl-2 tr:first-child th,
#conScut div table.entryTbl-2 tr:first-child th{
	padding-top:.8rem;
}
#confirm .priceTable,
#conScut .priceTable{
    margin: 0 2% 1.1rem;
}
#confirm .priceTable dl,
#conScut .priceTable dl{
    padding: .63rem .8rem .35rem;
}
#confirm .priceTable dl:first-child,
#conScut .priceTable dl:first-child{
	padding-bottom:.8rem;}

#confirm .priceTable dd.priceCellHeader div,
#conScut .priceTable dd.priceCellHeader div{
	float:left;
	width:50%;
}

#confirm .priceTable dd.priceCell div,
#conScut .priceTable dd.priceCell div{
	width:50%;
	float:left;
}
#confirm .priceTable dd.priceCell div + div,
#conScut .priceTable dd.priceCell div + div{
	width:46%;
}
#confirm .priceTable dd.priceCellHeader div p,
#conScut .priceTable dd.priceCellHeader div p{
	margin-left:6.8rem;
}
#confirm .priceTable dd.priceCellHeader div + div p,
#conScut .priceTable dd.priceCellHeader div + div p{
	margin-left:4.8rem;
}
#confirm .priceTable dd.priceCell div:first-child p,
#conScut .priceTable dd.priceCell div:first-child p{
	margin-right:0rem;
}
#confirm .priceTable dd.priceCell div p,
#conScut .priceTable dd.priceCell div p{
	margin-right:0rem;
}
#confirm div.attention,
#conScut div.attention,
#conScut div.attention,
#conScut div.attention{
	 margin: 0 2%;
}
#confirm div.attention p,
#conScut div.attention p,
#conScut div.attention p,
#conScut div.attention p{
	font-size:1.4rem;
	line-height:1.4;
	margin-top:20px;
	text-align:center;
}
#confirm .priceContainer .blockElement p.mName,
#conScut .priceContainer .blockElement p.model{
	width:100%;
}
#confirm .priceContainer .block:last-child div.sumYen p,
#conScut .priceContainer .block:last-child div.sumYen p{
	font-size:2rem;
    padding-right: 14vw;
}
#conScut div.detailP ul li.cut{
	display:none;
}
.priceContainer .block p.feePri, 
.priceContainer .block p.sumPri {
    display: block;
    padding-right: 14vw;
}


/* -----------------------------------------------------------------------------

 予約完了

----------------------------------------------------------------------------- */

#complete p span.telNum,
#finScut p span.telNum{
	color:#333;
	text-decoration: none;
	font-size:2rem;
}
#complete .message,
#finScut .message {

	line-height:1.5;
    margin: 0 2% 1rem;
}
#complete .message > p,
#finScut .message > p {
    text-align: center;
	font-size:2rem;
 	margin-bottom:2.5em;
    margin-top:2.5em;
}
#complete .message > p span,
#finScut .message > p span{
	font-size:1.6rem;
	line-height:1.4;
	display:inline-block;
	margin-top:10px;
}
#complete .message div p,
#finScut .message div p {
	margin-bottom:1rem;
	font-size:1.2rem;
}
#complete .message div > p + p,
#finScut .message div > p + p {
	border:solid 1px #cc6633;
	border-radius: 5px;
	background-color: #fffff3;
	padding:.5rem .6rem .4rem .6rem;
	margin-bottom:0;
}
#complete .message div.conInfo,
#finScut .message div.conInfo{
    border: solid 1px #ccc;
    border-radius: 5px;
    background-color: #fffff3;
    padding:10px;
	text-align:center;
}
#complete .message div.conInfo span:nth-child(1),
#finScut .message div.conInfo span:nth-child(1){
	display:block;
}
#complete .message div.conInfo span.telNum span,
#finScut .message div.conInfo span.telNum span{
	font-size:2rem;
	display: inline-block;
}
#complete .message div.conInfo span.telNum a,
#finScut .message div.conInfo span.telNum a{
	margin-right:10px;
}
/* -----------------------------------------------------------------------------

 ショートカットお客様情報入力

----------------------------------------------------------------------------- */

.workCon label {
    display: flex;
	margin-bottom:5px;
}
.workCon label:last-child{
	margin-bottom:0;
}
.workCon input {
	width: 2rem !important;
    height: 2rem;
    vertical-align: middle;
    line-height: 1;
    margin: .3rem .5rem 0 0;
    box-shadow: none;
}
.workCon  th p{
	font-weight:bold;
	color: #182D7C;
	font-size: 1.8rem;
}

/* -----------------------------------------------------------------------------

 推奨環境についてページ

----------------------------------------------------------------------------- */
	#pageInfo header{
		margin-bottom:20px;
	}

	#pageInfo div.systemAbout{
		margin-bottom:20px;
	}
	#pageInfo div.systemAbout div.inner ,#pageInfo .systemReq div.inner{
			padding-left:10px;
			width:95%;
			line-height:1.6;
	}
	#pageInfo div.systemReq div p{
		margin-bottom:20px;
	}
	
	#pageInfo .systemReq h3.caption{
	    clear: both;
	    font-size: 1.8rem;
	    font-weight: normal;
	    border-left: 10px solid #182D7C;
	    padding-left: 10px;
	    color:#182D7C;
	    margin-bottom: 10px;
	}
	#pageInfo .systemReq  h4{
	    background: url(../images/square.gif) no-repeat scroll center left;
	    font-size: 1.5rem;
	    margin-bottom: 10px;
	    padding-left: 24px;	
	}
	#pageInfo .systemReq  ul{
		margin-bottom:20px;
		list-style-type:disc;
	}
	#pageInfo .systemReq ul.vGroup li:first-child{
		list-style-type:none;
		margin-left:-2px;
	}
	#pageInfo .systemReq ul.vGroup li:first-child span{
		padding-right:5px;
	}
	#pageInfo .systemReq ul li{
	    list-style-type: disc;
		margin-left:20px;
	}
	
	#pageInfo .systemReq ul li li{
	   list-style-type:circle;
	}

	#pageInfo ul li ul li{
	   list-style-type:circle;
	}

/*---------------------
Google Androidスマホのみ
-----------------------*/
	.android *{
		font-family:メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	}
	.android #contentBody > div.errMsg{
		padding:0;
	}
	/*ローディング非活性化*/
	.android #loaderBg {
	  display: none;
	  position: fixed;
	  width: 100%;
	  height:100%;
	  top: 0;
	  left: 0;
	  z-index:2000;
	}
	.android #loader{
	  position:fixed;
	  top:0;
	  bottom:20%;
	  right:0;
	  left:0;
	  margin:auto auto;
	  width:350px;
	  height: 100px;
	  text-align: center;
	  color: #fff;
	  opacity:1 !important;
	  z-index:3000;
	}
	.android #loader p{
		color:#333;
		margin-top:10px;
	}
	.android nav.naviSp01 , .android nav.naviSp02 , .android nav.naviSp03 , .android nav.naviSp04 , .android nav.naviSp05 , .android nav.naviSp06 , .android nav.naviSp07{
	    background-size: 85% auto;
		background-position:5.7rem 6px;
	}
	.android nav.stepNavi ol li.active:after{
		left:13.4vw;
		transition: .3s ease-in-out;
	}
	.android nav.stepNavi ol li.current{
		padding:0.1px .2px .3px;
	}
	.android button.serchBtn{
		height:14vw;
		border-radius:5px;
	}
	.android div.sslInfo p{
		line-height:1.2;
	}
	.android button{
		padding-top:.2rem;
	}
	.android .menuList a{
		color:#182D7C;
	}
	.android #contentBody > div.errMsg,.android #contentBody > div.errMsgBlack{
		padding-top:.1rem;
	}
	.android #menuCnt .menuList div > div.menuDetail p.title{
		margin-bottom:2px;
	}
	.android #menuCnt div.trigger div.submenuI{
		margin-top:3px;
		margin-top:2px;
	}
	.android #menuCnt .menuList:nth-child(6) div > div.menuDetail div.submenuI h4{
		margin-top:-4px;
	}
	.android #menuCnt #contentBody div.scut p{
		font-size:1.4rem;
	}
	.android #menuCnt .menuList div:first-child >div.menuDetail div:after{
		right:.8rem;
	}
	.android #menuCnt .menuList div > div.menuDetail div.submenuI > p.fa-gamepad{
		margin-top:-5px;
	}
	.android #menuCnt .menuList div > div.menuDetail div.submenuI > p.fa-print{
		margin-top:-3px;
	}
	.android #close{
		font-size:3rem;
	    right: 0.1rem;
	    font-size: 3rem;
	    z-index: 1000;
	    width: 3rem;
	    height: 3.5rem;
	    padding-left: .75rem;
	    padding-top: .35rem;
	}
	.android #schedule .scheduleTable ul.date > li.timeSet div.trigger p,
	.android #schedule .scheduleTable ul.date li.timeSet ul.timeTable div p,
	.android #schedule .scheduleTable ul.date > li.timeSet ul li.mTrigger div p{
		font-size:1.08rem;
	}
	.android #confirm div.entryTbl table:first-child td p{
	padding-left:1em;
	text-indent:-1em;
	}
	.android #confirm .priceTable dd.priceCell div + div{
		width:44.5%;
	}
	.android #confirm .priceTable dd.priceCellHeader div + div p{
		margin-left:4.4rem;
	}
	.android a.windowIcon:before {
		top: 0;
	}
	.android .priceContainer div.title > div span a:before{
		top:0;
	}
	.android .priceContainer .block .dlt p{
	    padding: 0px 10px 0px;
	}
	.android .priBtn div.scr div p a.windowIcon:before{
		top:0;
	}
	.android div.quantity select{
		margin-top:-1px;
	}
	.android div .detailP ul li.pink{
		padding-top:.2rem;
		padding-bottom:.2rem;
	}
	.android span.items{
		padding-top:.5rem;
	}
	.android #inlineWin div{
		z-index:3!important;
	}
	.android #address div.entryTbl table tr.postNum td input.serchBtn{
		height:2.2em;
	}
	.android div.h div.hSnt{
		background-size:38px;
	}
}/*sp*/
/*---------------------
iphone5/ipod
-----------------------*/
	@media screen and (max-width: 359px){

		nav.stepNavi ol li.active:after{
			left: 18.8vw;
		}
	}

@media(min-width:768px){
/* -----------------------------------------------------------------------------
PC & タブレット 共通 
----------------------------------------------------------------------------- */
	*{
		margin: 0;
		padding: 0;
		-webkit-text-size-adjust: 100%;
		list-style: none;
	}
	html {
		min-width: 950px;
		overflow-y: scroll;
		font-size:62.5%;
	}

	body{
		line-height:1.75;
		font-family: inherit;
		color:#333;
		font-size:1.8rem;
		font-family: "メイリオ", meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	}
	table,
	input,
	select,
	option {
		font-family:inherit;
	}
	a.tel{
		pointer-events:none;
		color:inherit;
	}
	/* ------------------- Structure ------------------- */
	main {
		display: block;
	}

	header,
	main,
	footer {
		overflow:hidden;
		width: 100%;
	}
	#headerBody,
	#contentBody,
	#footerBody {
		width: 950px;
		margin: 0 auto;
	}
	a{
		text-decoration:none;
		color:#0074BD;
	}
	a:hover{
		text-decoration:underline;
		color:#0074BD;
	}
	a.tel{
		display:inline-block;
	}
	/* -------------------- Utility -------------------- */
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.mb0{
		margin-bottom:0!important;
	}
	.mb10{
		margin-bottom:10px!important;
	}
	.mb20{
		margin-bottom:20px!important;
	}
	.mb30{
		margin-bottom:30px!important;
	}
	.mb40{
		margin-bottom:40px!important;
	}
	.mb50{
		margin-bottom:50px!important;
	}
	.mtmb30{
		margin:30px auto;
	}
	.fs12{
		font-size:1.2rem!important;
	}
	.fs14{
		font-size:1.2rem!important;
	}
	/* オプション取り消し。他の選択支とオプションが重複した場合、取り消し線を入れて小計から省く 2/12 sasai add */
	.optDel{
		text-decoration: line-through;
	}
	.fs16{
		font-size:1.6rem!important;
	}
	table{
		table-layout:fixed;
	}
	.idt{
		padding-left:1em;
		text-indent:-1em;
	}
	img.window{
		vertical-align: middle;
		padding: 0 2px 0 3px;
		width:15px;
	}
	.linkIcon{
	    margin: 0 5px;
	    vertical-align: middle;
	}
	/*エラーメッセージ*/
	.noscriptError{
		color:#f00;
		margin-bottom:10px;
	}
	/* -------------------- header -------------------- */
	header{
	    margin: 0 auto;
		border-top:0;
		position: fixed;
		z-index: 5000;
	}
	header > div div.inner{
		max-width:1000px;
	    margin: 0 auto;
		position:relative;
	}

	header div.inner > p {
	    position: absolute;
	    top: 12px;
	    right: 15px;
	    width: 70px;
	    height: 12px;
	}
	header > div img{
	    max-width: 100%;
	    height: auto;
	    vertical-align: top;
	}
	header #header-title{
	    background: #fff;
		width: 100%;
		padding:10px 0;
		z-index: 10000;
		-webkit-box-shadow: 0 8px 8px -8px rgba(0,0,0,.2);
		box-shadow: 0 8px 8px -8px rgba(0,0,0,.2);
	}
	header #header-title h1 img{
	    display: block;
	    height:40px;
	    padding-left:25px;
	}
	.mainte{
		padding:6px 0 5px 5px;
		border:1px double #ccc;
		margin-bottom:10px;
		margin: 20px auto;text-align: center;
	}
	.mainte > p{
		font-size:1.5rem;
		text-align:center;
		color:#333;
		line-height:1.4
	}
	.mainte > p+p{
		font-size:1.3rem;
		color:#333;
		line-height:1.4
	}
	div.h{	
		position:relative;
		min-height:39px;
		margin:0 auto;
		background-repeat:no-repeat!important;
		z-index:2!important;
		background-size:contain!important;
		background-position: left 5px top 5px!important;
		background:#182D7C;
	}
	div.h div.hSnt{
		margin:0 auto;
	    color: #fff;
		font-size:2.5rem;
	}
	div.h div.hTitle{
		width:950px;
	    margin: 0 auto;
	    box-sizing: border-box;
	    padding: 15px 0 7px 75px;
	    background-image: url(../images/consul.png)!important;
	    background-repeat: no-repeat!important;
	    z-index: 2!important;
	    background-size: 60px;
	    background-position: left .5rem top .8rem!important;
	}
	div.h div.hTitle h2{
	    font-size:3.5rem;
		font-weight:bold;
		line-height:1.2;
	}
	div.h div.hTitle h2 span{
	    display: block;
		font-size: 15px;
		font-weight: normal;
	}
	div.h div.hSnt img{
		float:left;
		margin:0px 20px 0 0;
	}
	div.phone {
		position: absolute;
		width:110px;
		height: 30px;
		right: 0px;
		top: 12px;
		padding: 0;
	}
	div.phone > p > a > i.fa{
		font-size:1.7rem;
		width:1em;
		padding-left:5px;
		display: block;
		float:left;
		line-height:0.95;
	}

	div.phone > p {
		border: 1px solid #333;
	    padding: 2.5px 2px 2px 2px;
		font-size:1.5rem;
		font-weight: normal;
		color: #333;
		border-radius: 5px;
		text-align: center;
	}
	div.phone > p:hover{
		background-color:#666;
		color:#fff;
	}
	div.phone a:hover{
		color:#fff;
	}
	div.phone a{
		color:#333;
	}
	.fa-phone:before {
	    content:"\f095";
	    font-size:2.0rem;
		vertical-align: -3px;;
	}
	h3.caption{
		clear:both;
		font-size:2.5rem;
		font-weight:normal;
		border-left:10px solid #182D7C;
		padding-left:10px;
		margin-bottom:10px;
		color:#182D7C;
		height:3.2rem;
		line-height:1.4;
	}

	/* -------------------- footer -------------------- */
	footer{
		border-top:1px solid #cecece;
		border-bottom:1px solid #cecece;
		min-width: 900px;
		height: 36px;
		line-height: 36px;
		background: #fff;
		margin-top: 40px;
	}
	footer #footerBody {
		position: relative;
	}

	footer p.copyright{
		float:right;
		color: #333;
	}
	footer  ul.secrityPolicy{
		float:left;
		color: #fff;
		font-size:1.2rem;
	}
	footer ul.secrityPolicy li:nth-child(1){
		margin-right:10px;
	}
	footer  ul.secrityPolicy li{
		float:left;
	}

	/* -------------------- 入力フォーム -------------------- */
	input{
		border-radius:5px;
		border: 1px solid #ccc;
		padding:10px 8px 8px 8px; 
		background: #feffe8;
		vertical-align: middle;
		box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1) inset;
		font-size:1.8rem;
	}

	#input .entryTbl table td span input ,
	#custScut .entryTbl table td span input,
	#input .entryTbl table td input#tel{
		width:267px;
		box-sizing:border-box;
	}



	input::-webkit-input-placeholder {
	    color: #ccc;
	    font-weight: normal;
	}
	input:-ms-input-placeholder { /* IE 10 以降 */
	    color: #ccc;
	    font-weight:normal;

	}
	input::-moz-placeholder {
	    color: #ccc;
	    font-weight: normal;

	}

	/* ------------------------ ボタン ------------------------ */
	.btnGrp {
		margin:40px auto;
		display: flex;
		 justify-content: center;

	}
	.btnGrp > * {
		float: left;
		display: inline-block;
	}
	.btnGrp > *:nthchild(1) {
		margin-left: 20px;
		color:#fff;
	}
	.btnPre{
		background: -moz-linear-gradient(top,  #e9e9e9 0%, #c0bfc0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #e9e9e9 0%,#c0bfc0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #e9e9e9 0%,#c0bfc0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		border-radius: 5px;
		padding-left: 5px;
		color:#333!important;
	}
	.btnNext{
	    background: linear-gradient(to bottom, #40c659 5%, #40c659 100%);
	    background-image:linear-gradient(#40c659 5%, #4caa5e 100%);
	    background-position-x: initial;
	    background-position-y: initial;
	    background-size: initial;
	    background-repeat-x: initial;
	    background-repeat-y: initial;
	    background-attachment: initial;
	    background-origin: initial;
	    background-clip: initial;
	    background-color: #40c659;
		border-radius: 5px;
		padding-left: 5px;
		color: #fff;
	    border-radius: .4rem;
	    margin-left: 20px;
	    font-weight: bold;
	    line-height:2.9;
	    font-size: 20px;
	    text-align: center;
	}
	.btnNml{
		background: -moz-linear-gradient(top,  #e9e9e9 0%, #c0bfc0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #e9e9e9 0%,#c0bfc0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #e9e9e9 0%,#c0bfc0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		border-radius: 5px;
	}
	 
	.simBtn{
		position:relative;
		width:450px!important;
	}


	button , p.btn{
		width:300px;
		height: 55px;
		line-height:60px;
		display: block;
		color: #fff;
		font-weight: bold;
		text-align: center;
		position: relative;
		font-family: inherit;
		font-size:2.6rem;
		border-width: initial;
		border-style: none;
		border-color: initial;
		padding-top:.7px;
		font-size:20px;
	}
	button:hover,button:focus,input.serchBtn:hover,input.serchBtn:focus{
		cursor: pointer;
	    filter: brightness(120%);
	    -webkit-filter: brightness(120%);
    	letter-spacing: .08em;
    	transition: .2s;
		opacity:.8;
	}
	/* ------------------ Step Navi ------------------ */
	nav.stepNavi{
		margin:12px 0 20px;
	}
	nav.stepNavi ol{
		overflow:hidden;
		background-repeat:repeat-y;
	    width: 950px;
		min-height:41px;
		overflow:hidden;
		margin:0 auto;
		border-radius: 5px
	}
	nav.stepNavi ol.naviImg01{
		background-image:url("../images/step_navi_01.png");
	}
	nav.stepNavi ol.naviImg02{
		background-image:url("../images/step_navi_02.png");
	}
	nav.stepNavi ol.naviImg03{
		background-image:url("../images/step_navi_03.png");
	}
	nav.stepNavi ol.naviImg04{
		background-image:url("../images/step_navi_04.png");
	}
	nav.stepNavi ol.naviImg05{
		background-image:url("../images/step_navi_05.png");
	}
	nav.stepNavi ol.naviImg06{
		background-image:url("../images/step_navi_06.png");
	}
	nav.stepNavi ol.naviImg07{
		background-image:url("../images/step_navi_07.png");
	}
	nav.stepNavi ol li{
		width:120px;
		float:left;
		line-height:1.2;
		text-align:center;
		margin-top:14px;
		padding-left:12px;
		font-size:1.25rem;
	}
	nav.stepNavi ol li:first-child{
		padding-left:12px;
	}
	nav.stepNavi ol li:nth-child(n+2){
		padding-left:22px;
	}
	nav.stepNavi ol li:last-child{
		    width: 80px;
			padding-left:22px;
	}
	nav.stepNavi ol li.current{
		color:#fff;
	}
	nav.stepNavi ol li.current span{
	    position: relative;
	}
	nav.stepNavi ol li.current span::before,nav.stepNavi ol li.current span::after{
		content: "";
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom:1.5px;
	}
	nav.stepNavi ol li:nth-last-child(2) , nav.stepNavi ol li:last-child{
		letter-spacing:5px;
	}
	.bread {
		background: #ddd;
		width: 100%;
	}
	nav.stepNavi ol li a{
		text-decoration: underline;
	}

	/* -----------------------------------------------------------------------------

	 トップページ

	----------------------------------------------------------------------------- */
	#contentBody i.fa{/*アイコン*/
			float:left;
			font-size:4rem;
			color: #fff;
			height:40px;
			line-height:40px;
			display: block;
			margin-right:10px;
			margin:auto 0;
			padding-top:7px;
			padding-right:8px;
	}
	#menuCnt #contentBody p.fa{
		padding:0;
		position:inherit;
		color:#182D7C;
		top:0;
		font-size:4rem;
		text-align:center;
		display: inline-block;
	}
	#menuCnt .menuList div > div.menuDetail div.menuBox div.clsSmall{
		margin-bottom:10px;
	}
	#menuCnt .menuList div > div.menuDetail div.menuBox div.clsSmall > p{
		font-size:1.6rem;
		font-weight: bold;
		margin-left:4px;
	}
	
	#menuCnt .menuList div > div.menuDetail div.menuBox div.clsSmall > p span{
		font-size:2rem;
		display:inline-block;
		vertical-align: middle;
		margin-right:6px;
		text-align: center;
    	width: 22px;
	}
	#menuCnt .menuList div > div.menuDetail div.menuBox div.clsSmall:nth-child(odd){
		margin-right:20px;
	}
	#menuCnt .menuList div > div.menuDetail div.menuBox div.clsSmall:nth-child(even){
		padding-top:30px;
	}
	#menuCnt .menuList div > div.menuDetail div.menuBox div.clsSmall:nth-last-child(1),
	#menuCnt .menuList div > div.menuDetail div.menuBox div.clsSmall:nth-last-child(2){
		margin-bottom:0px;
	}
	#menuCnt .menuList+.menuList div > div.menuDetail div.menuBox div.clsSmall,
	#menuCnt .menuList+.menuList+.menuList div > div.menuDetail div.menuBox div.clsSmall{
		padding-top:0;
	}

	#menuCnt .menuList div > div.menuDetail ul li span.price{
		position:absolute;
		right:5px;
		bottom:4px;
		color:#f00;
	    font-size:1.8rem;
		padding:5px;
	}
	#menuCnt .menuList div > div.menuDetail ul li span.price span.unit{
		font-size:1.2rem;
		color:#333;
		font-weight:normal;
		display:inline;
	}
	#menuCnt  #contentBody p.menuGuideDtl{
		font-size: 0.75em;
    	line-height: 1.4em;
    	margin-bottom: 20px;
    	text-indent: -1em;
    	padding-left: 1em;
		float:left;
	}
	#menuCnt .menuList div > div.menuDetail div.submenuI > p{
		font-size:4.2rem;
		padding-top:5px;
	}
	#menuCnt .menuList div > div.menuDetail div.submenuI > p.fa-tablet{
		padding:3px 0 0 7px;
	}
	#menuCnt .menuList div > div.clsSmall{
		width:48.8%;
		float:left;
	}
	#menuCnt .menuList div > div.clsSmall > div.menuSmall{
		display:flex;
		align-items: center;
		margin-left:-5px;
	}
	#menuCnt #contentBody div.scut{
		margin:40px auto 0;
	}
	#menuCnt #contentBody div.scut:hover{
		cursor:pointer;
	}	
	#menuCnt #contentBody div.scut p{
		text-align:center;
		color:#0074BD;
		font-size:1.6rem;
	}
	#menuCnt #contentBody h3{
		border-left:0;
		padding-left:0;
		margin-bottom:0;
		margin-left:5px;
		color:#182D7C;
		font-weight:bold;
	}
	#menuCnt p.menuGuide2{
		text-align:center;
		margin-top:40px;
		font-size:13px;
	}

	#contentBody i.fa-graduation-cap{
			font-size:3.0rem;
	}
	 p.header-img{
		overflow:hidden;
		margin:142px 0 0;
		width:100%;
		height:350px;
		background:url(../images/kv.png) no-repeat center -80px;
	}
	#contentBody p.menuGuide {
		padding-top:0px;
		margin-bottom:15px;
		font-size:1.6rem;
	}

	/* 入力エラーが合った場合、ページ上部にエラーメッセージを表示。全ページ共通スタイル 2017/02/12 add sasai */
	#contentBody div.errMsg{
		color:#ea1002;
		font-size:1.6rem;
		line-height:1.2;
		padding:5px 4px 2px 4px;
		margin-top: 20px;
		margin-bottom: 15px;
		border: solid 1px #ea1002;
		border-radius: 5px;
	    text-indent: -1em;
	    padding-left: 1em;
	}
	#contentBody div.errMsgBlack{
		font-size:1.6rem;
		line-height:1.2;
		margin-top: 22px;
		margin-bottom: 18px;
		text-align:center;
	}

	#contentBody .priceContainer div.title div.blockElement p{
	    width: 130px;
	    text-align:right;
	    margin: 0 auto;
	}
	#contentBody .priceContainer div.block p.feePri,
	#contentBody .priceContainer div.block div.sumPri{
	    margin: 0 auto;
	    font-size: 20px;
	    text-align: right;
	    width:130px;
	}
	#contentBody div.title div.blockElement{
		padding: 15px 0 11px;
	}
	
	/* ------------- SSL証明書(2019.12.05追加)PC ------------- */
		.digicert-info {
			overflow: hidden;
			margin-bottom:0px;
			font-size:13px;
			line-height:1.5;
		}
		.digicert-info .digicert-txt {
			margin-left: 0px;
			font-size: 13px;
			padding-top:24px
		}
		.digicert-info .digicert-txt span.pc{
			display:inline;
		}
		.digicert-info .digicert-seal {
			float: right;
			margin-top: 0px;
			margin-left: 15px;
			margin-right: 5px;
			width: 80px;
			height: 46px;
			display: block;
		}
		.digicert-info img {
			width: 80px !important;
		}

	/* -------------------- ナビゲーション -------------------- */
	nav.stepNavi2{
		margin: 20px 0;
	}
	/* -------------------- 端末からメニューを絞り込み --------------- */
	#device{
	    border: 4px solid #daf0ff;
	    padding:10px;
	    margin-bottom: 20px;
	    position: relative;
	}
	#device > p{
		position: absolute;
		top: -13px;
		left: 10px;
		display: inline-block;
		padding: 0 5px 0 5px;
		background: #fff;
		z-index: 100;
		font-size: 1.5rem;
		color:#182D7C;
	}
	#device ul{
		clear: both;
		overflow: hidden;
		margin-top:8px;
		display: flex;
	    justify-content: space-around;
	}
	#device ul.device-list li{
		float: left;
		display: inline-block;
		margin-right: 7px;
		padding:1.5px 6px 0px 6px;
		font-size:16px;
		cursor: pointer;
		font-weight: bold;
	}
	#device ul.device-list li:last-child{
		margin-right: 0;
	}
	#device ul.device-list li.now,
	#device ul.device-list li.now span.bl_pearl{
		color: #1480ff;
		background:#e2f0f6
	}
	#device ul li span.bl_pearl{
		color:#717171;
	    font-size:24.5px;
	    vertical-align:middle;
	    line-height:1;
	    display: block;
	    width: 25px;
	    float: left;
	    margin-top:1.9px;
	}
	.trubleIcon{
		width:40px;
	}
	.menuList,.overtimeMenu{
		width:950px;
		box-sizing: border-box;
		margin:0;
	    border: 1px solid #ccc;
	    border-radius: 5px;
	    padding: 10px;
	    margin-bottom: 20px;
		overflow:hidden;
		background: #fffff3;
	}

	.clsSmall div p.menuImg{
	    margin-left: auto;
	}
	.clsSmall div p.menuImg img{
		width:100px;
		display:block;
	}
	.menuList .tabDetail div.cateGrp a{
		text-decoration:none;
	}
	.menuList ul.tab {
		width: 950px;
		border-bottom: 1px solid rgb(102, 102, 102);
		border-bottom: none;
	}
	.menuList ul.tab li {
		float: left;
		width: 50%;
		text-align: center;
		padding: 13px 0 12px 0;
		font-size:2.0rem;
		font-weight: normal;
		color: #333;
		border-left: 2px solid #182D7C;
		border-right: 2px solid #182D7C;
		border-top: 2px solid #182D7C;
		border-bottom: 1px solid #182D7C;
		border-radius: 5px 5px 0 0;
		-moz-background-clip: padding-box;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		cursor: pointer;
		position: relative;
		box-sizing: border-box;
		background: url(../images/bgheader.png) repeat #182D7C;
		color: #fff;
		font-weight: bold;
	}
	input[type="checkbox"]{
		width: 20px;
		height:20px;
		vertical-align:middle;
	}
	.menuList a{
		text-decoration:none;
		color:#182D7C;
	}
	.menuList .cateGrp ul li input:hover{
		cursor: pointer;
	}
	form div.menuList  div.menu{
		font-size:2.0rem;
		padding: 8px 10px 10px 10px;
		color: #333;
		font-weight:normal;
		line-height:1.5;
		display:block;
		margin:0 auto;
		border:2px solid #ccc;
		margin-bottom:20px;
		background-color:#fffff3;
		border-radius:5px;
		position:relative;
		overflow:hidden;
	}
	.menuList  div input[type="radio"]:checked +label{
		border:2px solid #182D7C;
	}
	.menuList div.menu:hover{
		border:2px solid #182D7C;
	}
	.menuList div:last-child > label{
		border-radius: 5px;
	}
	.menuList  div > label:hover{
		border:2px solid #182D7C;
	}
	.menuList input[type="radio"] {
	/* ラベルでのみ選択させる場合はnoneにする */
		display:none;
	 }
	/* 選ばれているラジオボタンに対応するラベル */
	input[type="radio"]:checked div{
	    background-color:#fff9f0;
	}
	input[type="radio"] {
	/* ラベルでのみ選択させる場合はnoneにする */
	    display:none;
	}
	.entryChk > p{
		color: #676767;
	}
	.block{
		width:100%;
		display: table;
	}
	.scLink{
		text-align:center;
		font-weight: bold;
	}
	.scLink span{
		font-size: 2rem;
		display: inline-block;
		vertical-align: middle;
	    width: 22px;
	    text-align: center;
	}
	/* -----------------------------------------------------------------------------

	 メニュー選択画面

	----------------------------------------------------------------------------- */

	#menuCnt .menuList div > div.menuDetail ul li,
	#menuCnt .overtimeMenu div > div.menuDetail ul li.timeOver{
		position:relative;
		border-radius:5px;
		box-sizing: border-box;
	}
	#menuCnt .menuList div > div.menuDetail ul li.basicPac .acordion_tree img,
	#menuCnt .menuList div > div.menuDetail ul li.timeOver span.radiobox-os{
		display:none;
	}
	#menuCnt .menuList div > div.menuDetail ul li.basicPac{
		height:260px;
	}
	#menuCnt .menuList div > div.menuDetail ul li.timeOver{
		height:80px;
	}
	#menuCnt .overtimeMenu div > div.menuDetail ul li.timeOver input{
		margin-top:1.2px;
	}
	#menuCnt .overtimeMenu div > div.menuDetail div.menuTitle{
		margin: 5px 0 10px;
	}
	#menuCnt .menuList div > div.menuDetail ul li span{
		display:unset;
	}
	#menuCnt .menuList div > div.menuDetail ul li span.tag{
	    letter-spacing: 0;
	    font-weight:normal;
	    margin-left:10px;
		order:1;
		white-space: nowrap;
		text-align: end;
	}
	#menuCnt .menuList div > div.menuDetail ul li span.tag span{
		color: #fff;
	    font-weight: normal;
		padding: 2px 7px;
	    font-size: 11px;
	    border-radius:5px;
	    background: #1480ff;
	}
	#menuCnt .overtimeMenu div ul li p span.price span.unit{
		    font-size: 1.2rem;
		    color: #333;
		    font-weight: normal;
		    display: inline;
	}
	#menuCnt .overtimeMenu div ul li p span.yen{
		font-size: 1.2rem;
    	font-weight: normal;
    	display: inline;
	}
	#menuCnt .menuList div > div.menuDetail ul li span.tag span.pcOnly{
		padding:2px 7px;
	}
	#menuCnt .menuList span.radiobox-os label input[type="radio"]{
		display:block;
		display:inline-block;
		margin-right:3px;
	}
	#menuCnt .menuList div > div.menuDetail ul li i{
		display:none;
	}
	#menuCnt .menuList div > div.menuDetail ul li label{
		display:block;
		height:auto;
	}
	#menuCnt .menuList div > div.menuDetail ul li label p{
		cursor:pointer;
		display:block;
	}
	#menuCnt .menuList div > div.menuDetail ul li label p:nth-child(1),
	#menuCnt .overtimeMenu div > div.menuDetail ul li label p:nth-child(1){
		padding:7px 10px;
		font-size:2rem;
	}
	#menuCnt .menuList div > div.menuDetail ul li label p:nth-child(1) span.m-name{
		order:1;
		font-size:2rem;
	    text-indent: -0.2rem;
	    display: block;
	    margin-left: 2.8rem;
		line-height:1.5;
	}
	#menuCnt .menuList div > div.menuDetail ul li .acordion_tree{
		display:block!important;
		font-size:1.6rem;
		margin:10px;
		overflow:hidden;
	}
	#menuCnt .menuList div > div.menuDetail ul li .acordion_tree img{
		float:left;
		margin-right:10px;
		height:95px;
	    width:110px;
		margin-bottom:5px;
	}
	#menuCnt .menuList div > div.menuDetail ul li.basicPac .acordion_tree img,
	#menuCnt .menuList div > div.menuDetail ul li.timeOver .acordion_tree img{
		display:none;
	}
	#menuCnt .menuList div > div.menuDetail ul li label p+p span{
		display:block;
	}

	#menuCnt .menuList div > div.menuDetail ul li label p span.price span.yen{
		font-size:1.2rem;
		font-weight:normal;
		font-weight:normal;
		display:inline;
	}
	#menuCnt .menuList div > div.menuDetail ul li label p:first-child span.tag{
		margin-top:-1.3px;
	}
	#menuCnt .menuList div > div.menuDetail ul li span.radiobox-os{
	    display: block;
	    margin-top: 10px;
	    overflow: hidden;
	    position: absolute;
	    bottom: 10px;
	    width: 295px;
	    height: max-content;
	}
	#menuCnt .menuList div > div.menuDetail ul li span.radiobox-os label{
		display:block;
		margin-right:5px;
		float:left;
		font-size:1.2rem;
		line-height:1.4;
		margin-right:5px;
		background-color: rgb(255, 255, 255);
	    color: rgb(51, 51, 51);
	    padding: 2px;
	    font-weight: normal;
	}
	#menuCnt .menuList div > div.menuDetail ul li span.radiobox-os label input:disabled{
		pointer-events:none;
	}
	#menuCnt .menuList div > div.menuDetail ul li span.radiobox-os label input:disabled + span{
		color:#999;
	}

	#menuCnt .menuList div > div.menuDetail ul li span.radiobox-os label input:checked{
		background-color:#e2f0f6;
		color:#1480ff;
	}
	#menuCnt .menuList div > div.menuDetail > div.menuTitle,
	#menuCnt .menuTitle div > div.menuDetail > div.menuTitle{
		margin:5px 0 10px;
		overflow:hidden;
	}
	#menuCnt .menuList div > div.menuDetail div h3 + p span{
		display:block;
		float:left;
		margin-top:-2px;
	}
	
	#menuCnt input[type="checkbox"]{
		display:block;
		float:left;
	    margin-top:0px;
		cursor:pointer;
	    position: absolute;
	    top:11.4px;
	    left:10px;
	}
	#menuCnt .overtimeMenu input{
		top:12.5px;
	}
	/*一番目*/
	#menuCnt .menuList div:first-child >div.menuDetail div:after{
		position:absolute;
		right:15px;
		margin-top:7.5px;
		bottom:0;
	}
	#menuCnt .menuList div:first-child div.active:after{
		position:absolute;
		right:15px;
		top:4px!important;
		margin-top:0;
		bottom:0;
	}
	#menuCnt .menuList span.otk{
		display:inline-block;
	    position: absolute;
	    top:13.5px;
	    width:29px;
	    padding: 1px 6px 0px;
	    background-color: #ed6110;
	    color: #fff;
	    font-style: italic;
	    border-radius: 2px;
	    font-size:1.2rem!important;
		margin-left:5px;
	}
	.overtimeMenu div > div.menuDetail div h3 + p{
		font-size: 1.4rem;
		padding-top:5px;
		margin-left:5px;
	}
	.overtimeMenu ul li{
		position:relative;
		width:48.8%;
		float:left;
	}
	.overtimeMenu ul li:nth-child(odd){
		margin-right:20px;
		margin-left:-5px;
	}
	.overtimeMenu ul li nth-child(odd){
		margin-right:20px;
	}
	.overtimeMenu ul li label >p:nth-child(1) span{
		margin-left: 2.8rem;
	}
	.overtimeMenu ul li label{
		display:flex;
		align-items: baseline;
	}
	.overtimeMenu ul li label p + p{
		margin-left: auto;
		padding-right:30px;
	}
	#menuCnt footer{
		margin-top:10px;
	}
	#contentBody{
		margin-top:173px;
	}
	#priceList div.btnGrp{
		margin-top:40px;
	}
	#priceList button.addss{
		margin:0 auto;
		width:456px;
	    padding-left: 0px;
	    padding-right: 5px;
		color:#333;
	}
	div.menuTitle{
		margin-top:-2px;
		overflow:hidden;
	    border-radius: 5px;
		margin-bottom:2px;
		width:100%;
	}
	div.menuTitle h3 span{
		display:block;
		line-height:1.35;
	}
	div.menuTitle + p.menu_tp{
		margin-bottom:15px;
		font-size:1.6rem;
	}
	div.menuTitle p.indu{
		margin-bottom:10px;
	}
	/* -------------------- 料金表示 -------------------- */
	.priceContainer{
		margin: 0 auto 25px;
		border: solid 1px #ccc;
		border-radius:5px;
		padding:0px 30px 0;
		font-size:2.0rem;
		line-height: 1.2;
		position:relative;
	    background:#fffff3;
	}
	.priceContainer .cautionIcon{
	    position: absolute;
	    right: 30px;
	    top: 10px;
	    padding: 6px 10px 5px;
	    color: #fff;
	    font-size:1.2rem;
	    border-radius: 3px;
	}
	.priceContainer > div div:first-child{
		width:460px;
	}
	/*下線*/
	.priceContainer div.block{
		border-bottom: 1px dashed #ccc;
		position:relative;
	}

	.priceContainer div.title > div span a{
		font-size:1.2rem;
	    display:block;
	    line-height:1rem;
		margin-top:2px;
	}/*
	.priceContainer div.title > div.mcp{
		line-height: 1.2;
	}*/
	.priceContainer div.member,
	.priceContainer div.member p span.yen{
		color:#f00;
	}
	.priceContainer div.block:nth-last-child(2){
		border-bottom: 1px solid #ccc;
	}
	.priceContainer div.block:last-child{
		border-bottom:none;
	}
	.priceContainer span.unit{
		font-size:1.6rem;
		color:#333;
	} 
	.priceContainer div.sum div.sumYen p{
		font-size:30px;
		width:130px;
		margin: 0 auto;
		text-align:right;
	}
	.priceContainer div.block:last-child div span.yen{
		color:inherit;
		font-weight: normal;
	}
	div.priceContainer span.otk{
		display: inline-block;
		padding: .5px 4px 0px;
		background-color: #ed6110;
		color: #fff;
		font-style: italic;
		border-radius: 2px;
		font-size:1rem;
	}
	.priceContainer div.title > div span a:before{
	    right:19px;
		top:-1px;
	}
	.priceContainer div.sum >div:first-child{
		letter-spacing:5px;
	}
	.priceContainer +p{
		margin-bottom:40px;
		font-size:1.2rem;
		text-align:right;
	}
	.blockElement{
		display: table-cell;
		padding: 18px 0 15px;
	   width: 170px;
		vertical-align:middle;
	}
	div.block div{
		padding:10px 0 7.5px;
	}

	div.block:last-child div{
		padding:15px 0 14px;
	}

	.blockElement p.model{
		font-size:1.2rem;
	}
	.blockElement p.mName{
		line-height:1.2;
   		margin-top: 3px;
	}
	.priceContainer div.title div:nth-child(n+2),
	.priceContainer div.title div:nth-child(n+2) p{
		text-align:center;
	}
	div.block:first-child div:nth-child(n+2) p , div.block:last-child div:nth-child(n+2) p{
		margin-top:0;
	}
	.blockElement > p span{
	    line-height: 1.5!important;
	    display: inline-block;
		color:#666;
		margin-top:2px;
	}
	div.block div.quantity > div{
		margin-top:-12px;
		float:right;
	}
	div.quantity select{
	    font-size:1.8rem;
		float:left;
		margin-right:3px;
		padding-top:2px;
	}
	div.quantity select:hover{
		cursor:pointer;
	}
	div.quantity > div{
		margin:0 auto;
	}
	div.block div.quantity p.unit{
		float:left;
		font-size:1.6rem;
		margin-top:14px;
	}
	.mac div.quantity select{
		margin-top:8px;
	}
	div.block div.dlt{
	    font-size:1.2rem;
	    line-height: 1.5rem;
	    height: 1.5rem;
		width:45px;
	    color: #333;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    padding-top: 10px;
	}


	div.block div.dlt p,
	div.block div.dlt button{
	   border-radius: 3px;
	    padding:6px 5px 5px 6px;
		width:35px;
		float:right;
	/*背景グラデ*/
		background: -moz-linear-gradient(top,#e9e9e9 0%, #c0bfc0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,#e9e9e9 0%,#c0bfc0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,#e9e9e9 0%,#c0bfc0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#c0bfc0',GradientType=0 );  IE6-9 */
	 }

	div.block div.dlt button {
		font-size:12px;
		font-weight:normal;
		height:28px;
		line-height:.5;
		width:45px;
		color:#333;
	}

	div.block div.dlt p:hover
	div.block div.dlt button:hover
	div.block div.dlt button:focus{
		cursor: pointer;
		opacity:.8;
	}


	div.kome p{
		display:inline;
		color:#7c7c7c;
	}
	div .detailP ul{
	    border: solid 1px #ccc;
	    border-radius: 5px;
		padding: 10px 10px 8px;
	}

	div .detailP ul li{
		padding-left:1em;
		text-indent:-1em;
		font-size:1.5rem;
	    line-height: 1.2;
	    margin-bottom: .5rem;
	}
	div .detailP ul li:last-child{
	    margin-bottom:0;
	}
	div .detailP ul li a.tel{
		text-indent:.5rem;
	}
	.entryChk{
		font-size:1.6rem;	
		margin-bottom:35px;
	}

	.entryChk > p{
		text-align:center;
		margin-bottom:4px;
	}
	.entryChk p label span{
		font-size:1.8rem;
	}
	div .detailP ul li.pink{
		padding:4px 2px 2px 1em;
		border-radius: 5px;
	    background-color: #FFE0E2;
	    text-indent: -1em;
	}

	/* -----------------------------------------------------------------------------

	 入力フォーム

	----------------------------------------------------------------------------- */
	div.entryTbl{
		border:1px solid #ccc;
		border-radius:5px;
		overflow: hidden;
		margin-bottom:25px;
	}
	.entryTbl table{
		table-layout:fixed;
		width:948px;
	}
	.entryTbl table th{
		/* 左上・左下のみ角丸 */
		border-bottom: 1px dotted #ccc;
		background-color:#fffff3;
		width:265px;
		text-align:left;
		padding:23px 0 20px 20px;
		font-weight:normal;
		line-height:1.2;
		font-size:1.8rem;
	}
	.entryTbl table th div{
		display:flex;
		align-items:center;
	}
	.entryTbl table th div p{
		width:216px;
	}
	.entryTbl table th div p span:nth-child(1){
		margin-bottom: .3rem;
		display: block;
	}
	.entryTbl table th div span.detail{
		display:block;
		letter-spacing: -.7px;
		line-height: 1.4;
	}
	.entryTbl table tr.stAddress th , .entryTbl table tr.addressNum th{
		letter-spacing:5px;
	}
	.entryTbl table th > span.detail{
	    text-indent: -1em;
	    padding-left: 1em;
	    display:block;
		width:218px;
		margin-top:5px;
	}
	.entryTbl table tr:last-child th ,.entryTbl table tr:last-child td{
		border-bottom: 0 dotted #ccc;
	}
	.entryTbl table td{
		font-weight: normal;
		text-align: left;
	    padding:10px;
		margin: 2px;
		border-left: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		font-size:1.8rem;
	}
	.entryTbl table td span{
		display:block;
		float:left;
	}
	.entryTbl table td #adresssData{
		width:100%;
	}
	.entryTbl table td input.mailw{
		width:100%;
		box-sizing:border-box;;
	}
	.entryTbl table td div.mail2 input{
		width:43%;
	}
	#input div.entryTbl table  td div > span,
	#custScut div.entryTbl table  td div > span{
		width:50%;
	}
	#input span.items,
	#custScut span.items{
		display:block;
		text-align:center;
		width:50px;
		margin-top:10px;
	}
	#input span.hissu,
	#custScut span.hissu{
		text-shadow: 0 0 0 white;
		text-align: center;
		background-color: transparent;
		color:#ea1002;
		font-weight: bold;
		font-size:1.3rem;
		display: block;
		height: 1em;
		float: right;
		line-height: 1em;
		margin: 0;
		letter-spacing: 0;
		padding: 5px 10px;
		border-radius:5px;
	}
	.entryTbl table tr:last-child th span.hissu{
		top:31px;
	}
	.serchBtn{
	    font-weight: 600;
	    color: #fff;
	    text-align: center;
	    margin: 0px auto;
	    padding: 3px 0px 0px 5px;
	    border-width: initial;
	    border-style: none;
	    border-color: initial;
	    border-image: initial;
	    border-radius: 5px;
	    height: 47px;
	    line-height: 2.1;
	    margin: 0;
	    width: 200px;
	    font-size: 20px;
	    float: left;
	    background: linear-gradient(to bottom, #f7b425 5%, #f29500 100%);
	    background-image: linear-gradient(#40c659 5%, #4caa5e 100%);
	    background-position-x: initial;
	    background-position-y: initial;
	    background-size: initial;
	    background-repeat-x: initial;
	    background-repeat-y: initial;
	    background-attachment: initial;
	    background-origin: initial;
	}
	span.hissu{
		text-shadow: 0 0 0 white;
		text-align: center;
		background-color: transparent;
		color:#ea1002;
		font-weight: bold;
		font-size:1.3rem;
		display: block;
		height: 1em;
		float: right;
		line-height: 1em;
		margin: 0;
		letter-spacing: 0;
		padding: 5px 10px;
		border-radius:5px;
    }
	/*--モーダルで表示させる要素--*/
		#inlineWin div{
		position:relative;
		width:600px;
		background-color:#fffff3;
		padding:10px;
		padding: 10px 15px 8px;
		border:1px solid #182D7C;
		border-radius:5px;
	    }
		#inlineWin div p.domT{
		display: block;
	    font-size:2rem;
	    -webkit-margin-before: 0em;
	    -webkit-margin-after: 0em;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	    font-weight:bold;
		}
		#close {
		    position:absolute;
		    top: 0.2rem;
		    right: 0.2rem;
		    font-size:3rem;
		    z-index: 1000;
		    color: #fff;
		    border-radius: 4px;
		    background-color: #666;
		    cursor: pointer;
		    min-height: 32px;
		    width:1em;
		    height:1em;
		}
		.fa-times:before{
			padding:0px 3px 3px;
			speak:none;
		}

	/*2020/06/16 tm追加*/
	/* ---------------------店舗名項目追加 -------------------- */
		.shopCon label {
		    display: flex;
			margin-bottom:5px;
		}
		.shopCon label:last-child{
			margin-bottom:0;
		}
		.shopCon input {
			width: 2rem !important;
		    height: 2rem;
		    vertical-align: middle;
		    line-height: 1;
		    margin: .5rem .5rem 0 0;
			border-radius: 50%;
		    box-shadow: none;
		}

	/* -----------------------------------------------------------------------------

	 確認フォーム

	----------------------------------------------------------------------------- */

	#confirm .adressTable {
		border: none;
	}
	#confirm div.entryTbl table td{
		padding:12px 10px 8px 10px;
	}
	#confirm div.entryTbl table:first-child td{
		padding:20px 10px 20px 10px;
	}
	#confirm .priceContainer div.title > div span a:before{
		right:29px;
	}
	#confirm div.block div.quantity p.unit{
		font-size:2rem;
	}
	#confirm div.attention p ,#conScut div.attention p{
		text-align:center;
	    font-size: 1.6rem;
	}
	#conScut div.detailP ul li.cut{
		display:none;
	}
	/* -----------------------------------------------------------------------------

	 住所入力画面

	----------------------------------------------------------------------------- */

	/* -------------------- 住所入力テーブル -------------------- */
	#address div.entryTbl table td input{
		width:100%;
		box-sizing: border-box;
	}
	#address div.entryTbl table tr:first-child td input.serchBtn{
		width:200px;
		line-height:1;
	}

	#address div.entryTbl table tr.postNum input.pCode,
	#custScut div.entryTbl table tr.postNum input.pCode{
		width:25%;
		float:left;
		margin-right:10px;
	}
/*
	#address div.entryTbl table tr.postNum input:last-child:hover{
		opacity:.8;
	}
*/

	#address div.entryTbl table tr.postNum input.pCode +input:hover{
		cursor: pointer;
	}
	#address div.entryTbl table tr:first-child td div{
		float:right;
		line-height:1.2;
		width:48.2%;
	}
	#address div.entryTbl table tr:first-child td p{
		padding: 10px 0;
		font-size:1.2rem;
	}

	#addressNum input:first-child{
		width:100px;
		margin-right:10px;
	}
	#address .postNum input+input{
		width:150px;
	}
	#address .selectBox select {
		width: 100%;
		border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 8px 8px 8px;
    background: #feffe8;
    vertical-align: middle;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 1.8rem;
	}
	/*ローディング非活性化*/
	#loaderBg{
	  display: none;
	  position: fixed;
	  width:100%;
	  height:100%;
	  top: 0px;
	  left: 0px;
	  background:#fff;
	  z-index:2000;
	}
	#loader{
	  position: fixed;
	  top:0;
	  bottom:0;
	  right:0;
	  left:0;
	  margin:auto auto;
	  width: 500px;
	  height: 300px;
	  text-align: center;
	  color: #fff;
	  opacity:1 !important;
	  z-index:3000;
	}
	#loader p{
		color:#333;
		margin-top:10px;
	}
	/*IPadローディング非活性化*/
	#loadBgsf{
	 display: none;
	  position: fixed;
	  width: 100%;
	  height: 100%;
	  top: 0px;
	  left: 0px;
	  z-index:2000;
	}

	#loadSf{
		position:fixed;
		top:0;
		bottom:0;
		right:0;
		left:0;
		margin:auto auto;
	  text-align: center;
	  width: 500px;
	  height: 300px;
		z-index:3000;
	}
	/* ----------------- 個人情報保護方針同意 ----------------- */
	.priBtn div.scr{
		margin-bottom:20px;
	}

	.priBtn > p{
		text-align:left;
		font-size:2rem;
	}
	.priBtn div.scr > div{
		border-radius:5px;
		padding: 10px 15px 6px;
		font-size:1.5rem;
		text-align: left;
		border: 1px solid #ccc;
		line-height:1.5;
	}
	.priBtn div.scr div p{
	 	margin-bottom:3px;
	}

	.priBtn div.scr div p:last-child{
		margin-bottom:0px;
	}
	.priBtn div.scr div p:last-child{
		margin-bottom:0px;
	}
	.priBtn div.agreeBtn label{
		cursor:pointer;
	}
	.priBtn div.agreeBtn label input{
		cursor:pointer;
	}
	.priBtn .agreeBtn p{
		text-align:center;
	}

	/* -----------------------------------------------------------------------------

	 サポート日の選択

	----------------------------------------------------------------------------- */
	#schedule  nav.stepNavi2{
		margin: 20px 0;
	}
	#schedule .scheduleTable > p{
		margin-bottom:15px;
		font-size:1.6rem;
	}
	#schedule .scheduleTable > p span.mark01{
	 color:#EA0505;
	}
	#schedule .scheduleTable > p span.mark02{
	 color:#0044FF;
	}
	#schedule .scheduleTable >p span.mark03{
	 color:#737373;
	}

	#schedule .scheduleTable {
		width: 100%;
		margin-bottom:20px;
		overflow: hidden;
	}

	#schedule .scheduleTable p.detail{
		width:500px;
		float:left;
		margin-bottom:10px;
	}
	/* ---------- Agent Selector ---------- */
	#schedule .scheduleTable .agent-selector{
		float: right;
		margin-bottom:10px;
	}
	#schedule .scheduleTable .agent-selector select{
		width: 150px;
		font-size:1.5rem;
	}


	#schedule .scheduleTable .agent-selector option {
		font-size:inherit;
	}

	#schedule .scheduleTable div.caution{
		overflow:hidden;
		border-radius:5px;
		background-repeat:no-repeat;
		background-size:90px;
		background-position:97% 40%;
	}
	#schedule .scheduleTable div.caution ul li{
		border-radius:5px;
		padding:10px 15px;
		background-color:#FFE0E2;
	}

	#schedule .scheduleTable div.caution span{
			color:#ea1002;
	}

	#schedule .scheduleTable .pagenation {
		overflow: hidden;
		margin:5px 0;
	}
	#schedule .scheduleTable .pagenation p.previous {
		float: left;
		margin-top:7px;
	}
	#schedule .scheduleTable .pagenation p+p {
		float: right;
		line-height:2;
		margin-top:5px;
	}
	/* ---------- schedule Table Structure ---------- */
	#schedule .scheduleTable ul.date {
		overflow:hidden;
		border-radius:5px;
		table-layout: fixed;
		width: 100%;
		margin:-5px 0; /* 次の週を、スケジュール表に寄せる */
	}

	#schedule .scheduleTable ul.date > li > ul.timeTable li{
	height:50px;
	position:relative;
	}
	#schedule .scheduleTable ul.date li ul.time li {
		border-left: none !important;
	}
	#schedule .scheduleTable ul.date > li {
		float: left;
		text-align: center;
		width: 123px;
	}

	#schedule .scheduleTable ul.date > li.sta p,
	#schedule .scheduleTable ul.date > li.sta ul li.mTrigger div.trigger p{
		background-color: #eaf9f3;
	}
	#schedule .scheduleTable ul.date > li.sun p,
	#schedule .scheduleTable ul.date > li.sun ul li.mTrigger div.trigger p{
		background-color:#F8D1D3;
	}
	#schedule .scheduleTable ul.date > li.timeSet:first-child{
		width:89px;
	}
	#schedule .scheduleTable ul.date > li.timeSet div.trigger p{
		line-height:1.2;
	}
	#schedule .scheduleTable ul.date > li.timeSet:first-child ul li{
		padding:10px 0;
		height:30px;
		overflow:visible;
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li.mTrigger{
		padding:0;
		min-height:50px;
		overflow:visible;
		border-bottom:none;
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li.mTrigger:hover{
		background:#fff;
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li div.trigger{
		border-left:none;
		padding:0;
		min-height:52px;
	}
	#schedule .scheduleTable ul.date > li.timeSet ul li.mTrigger div p{
		line-height:3.2;
		min-height: 43px;
		border-left: none;
		padding: 6px 0 4px;
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li div.trigger p{
		background: #f2f2f2;
		background-color: rgb(242, 242, 242);
		padding: 7px 0 3px;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		line-height: 1.2em;
		min-height: 43px;
		border-left:none;
	}
/*
	#schedule .scheduleTable ul.date > li.timeSet > ul.timeTable li div.trigger p{
		line-height:3;
	}*/
	#schedule .scheduleTable ul.date > li.timeSet{
		width: 95px;
	}
	#schedule .scheduleTable ul.date > li p{
		background: #f2f2f2;
		font-size:1.8rem;
		padding: 7px 0 3px;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		line-height:1.2em;
		min-height:43px;
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li {
		font-size:1.8rem;
		overflow: hidden;
		clear:both;
		border-bottom: 1px solid #ccc;
		text-align: center;
		border-left: 1px solid #ccc;
		cursor: pointer; /* 2017/2/20 sasai add */
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li span index.php{
		width:80%;
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li span.startTime {
		display: none;
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li a {
		text-decoration: none;
	}


	/* ---------- Reserve Status Marker ---------- */
	#schedule .scheduleTable ul.date > li > ul.timeTable li input{
		display:inline-block;
		opacity:0;
		width:100%;
		height:100%;
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li input:hover{
		cursor:pointer;
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li span.status{
		font-size:14px;
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		background-size:20%;
		width: 100%;
		height: 100%;
	}

	#schedule .scheduleTable ul.date > li > ul.timeTable li span img{
		width:20%;
	    margin-left:4px;
		vertical-align:middle;
		width:0;
		height:0;
   	}

	#schedule .scheduleTable ul.date > li > ul.timeTable li span.reserveng{
		cursor:default;
		background-size:15%;
		background-image:url(../images/reserveng.png);
		width:100%;
		height:100%;
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li span.reservelow{
		background-image:url(../images/reservelow.png);
		width:100%;
		height:100%;
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li span.reserveok{
		background-image:url(../images/reserveok.png);
		width:100%;
		height:100%;
	}

	#schedule .scheduleTable ul.date > li > ul.timeTable li label{
		padding:14px 0 12px;
		display:block;
		margin-top:-50px;
	}
	#schedule .scheduleTable ul.date > li > ul.timeTable li label:hover{
		cursor:pointer;
	}
	#schedule .scheduleTable ul.date > li:nth-child(n+2) ul li:hover{
		background-color:#ffe9cf;
	}

	#schedule .scheduleTable ul.date > li:nth-child(n+2) ul li input:checked + label , #schedule .scheduleTable ul.date > li:nth-child(n+2) ul li input:focus + label{
		background-color:#ffe9cf;
	}

	#schedule .trigger > p:first-child {
		color:inherit;
	}
	#schedule ul.date li.timeSet > div p , #schedule ul.date li.timeSet ul.timeTable div p {	    	line-height:3.2;
		min-height:43px;
		border-left:none;
		padding: 6px 0 4px;
	}


	/* ------------------------------------------------------------------------------

	 完了画面

	-------------------------------------------------------------------------------- */
	#complete .message,
	#finScut .message{
		line-height:1.5;
		margin: 150px 0;
		margin:100px auto 0;
	}
	#complete .message > p,
	#finScut .message > p{
		text-align:center;
		font-size:2.6rem;
		margin-bottom:140px;
		margin-top:150px;
	}
	#complete .message > p span,
	#finScut .message > p span{
		font-size: 1.8rem;
		display: block;
		margin-top:20px;
	}
	#complete .message div p,
	#finScut .message div p{
		margin:0 54px;
		margin-bottom:1px;
	}
	#complete .message div > p + p,
	#finScut .message div > p + p{
		border: solid 1px #182D7C;
		border-radius: 5px;
		background-color: #fffff3;
		padding: 20px 30px 18px;
	}
	#complete .message div.conInfo,
	#finScut .message div.conInfo{
	    border: solid 1px #ccc;
	    border-radius: 5px;
	    background-color: #fffff3;
	    padding: 20px 30px 18px;
		margin: 0 54px;
		text-align:center;
	}
	#complete .message div.conInfo > span,
	#finScut .message div.conInfo > span{
		padding-right:10px;
		display:block;
	}
	#complete .message div.conInfo > span:last-child,
	#finScut .message div.conInfo > span:last-child{
		padding-right:0;
	}
	#complete .message div.conInfo span.telNum span,
	#finScut .message div.conInfo span.telNum span{
		font-size:2.5rem;
		display:inline-block;
	}
	#complete .message div.conInfo p,
	#finScut .message div.conInfo p{
		margin:0;
	}
	#complete .message div.conInfo p span,
	#finScut .message div.conInfo p span{
		margin-top:0;
		display:inline-block;
	}

	/* -----------------------------------------------------------------------------

	  ショートカットページ　住所入力画面

	----------------------------------------------------------------------------- */
	#custScut .entryTbl table tr.postNum input.pCode{
	    width:20% ;
		float:left;
		margin-right:10px;
	}
	#custScut div.entryTbl table tr.postNum td input{
		width: 200px;
	}
/*
	#custScut div.entryTbl table tr.postNum td input:hover{
		opacity:.8;
	}
*/
	#custScut div.entryTbl table tr.postNum td div{
	    float: right;
	    line-height: 1.2;
	    width: 48.2%;
	}
	#custScut div.entryTbl table tr.postNum td p{
		padding: 10px 0;
	    font-size:1.2rem;
	}
	#custScut div.entryTbl table tr.addressNum td input,
	#custScut div.entryTbl table tr.buildNum td input{
	    width: 100%;
	    box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	/* -----------------------------------------------------------------------------

	 ショートカットページ　確認画面

	----------------------------------------------------------------------------- */


	#custScut .adressTable {
		border: none;
	}
	#custScut div.entryTbl table td{
		padding:11px 10px 12px 10px;
	}

	#custScut .priceContainer div.title > div span a:before{
		right:29px;
	}


	/* -----------------------------------------------------------------------------

	 推奨環境について

	----------------------------------------------------------------------------- */
	#pageInfo div.h{
		margin-bottom:40px;
	}

	#pageInfo div div.inner{
	    padding-left:20px;
		margin:0 auto;
	}

	#pageInfo div h3.caption{
	    clear: both;
	    font-size: 2rem;
	    font-weight: normal;
	    border-left: 10px solid #182D7C;
	    padding-left: 10px;
	    color: #182D7C;
	    margin-bottom: 10px;
	}

	#pageInfo .systemReq  h4{
	    background: url(../images/square.gif) no-repeat scroll center left;
	    font-size:1.8rem;
	    margin-bottom: 20px;
	    padding-left: 24px;	
	}
	#pageInfo .systemReq  ul{
		margin-bottom:20px;
		list-style-type:disc;
	}
	#pagei_nfo .systemReq ul.vGroup li:first-child{
		list-style-type:none;
		margin-left:-5px;
	}
	#pageInfo .systemReq ul.vGroup li:first-child span{
		margin-right:5px;
	}
	#pageInfo .systemReq ul li{
	    list-style-type: disc;
		margin-left:20px;
	}
	#pageInfo .systemReq ul li li{
	    list-style-type:circle;
	}
	#pageInfo ul li ul li{
	   list-style-type: circle;
	}

	/* -----------------------------------------------------------------------------

	 ショートカットぺージ　住所入力

	----------------------------------------------------------------------------- */
	#custScut .entryTbl table tr.workCon p {
		font-size:2rem;
		font-weight:bold;
		color:#182D7C;
	}
	#custScut .entryTbl table tr.workCon td label{
		display:flex;
		margin-bottom:5px;
	}
	#custScut .entryTbl table tr.workCon td label:last-child{
		margin-bottom:0;
	}
	#custScut .entryTbl table tr.workCon td label input{
	    width: 18px;
	    height: 18px;
	    border-radius: 5px;
	    margin-right: 5px;
		margin-top:5.3px;
    	box-shadow: none;
	}
	#custScut div.priBtn{
		margin-bottom:2rem;
	}

	#custScut .entryTbl table tr.postNum input.pCode {
		width :48%;
		float:left;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#custScut div.entryTbl table tr.postNum td div{
	   line-height: 1.2;
	    width:100%;
		display:inline-block;
	}

	#custScut div.entryTbl table tr.postNum td p{
	    font-size: 1.2rem;
	}

	#custScut div.entryTbl table tr.address td input,
	#custScut div.entryTbl table tr.building td input{
		width:100%;
		box-sizing: border-box;
	}

/* --------------------------------------------------------------- */
/* ------------------- タブレットCSS ----------------------------- */
/* --------------------------------------------------------------- */
	@media screen and (min-width:768px) and (max-width:949px){

		html{
			width:900px;
		}
		#headerBody, #contentBody, #footerBody{
			width:900px!important;
		}
		div.h{
			margin-bottom:0;
		}
		header #header-title div.inner {
		    max-width: 900px;
		    margin: 0 auto;
		}
		header #header-title h1 img{
			padding-left:0;
		}
		div.h div.hTitle{
			width:900px;
			margin:0 auto;
   			padding: 15px 0 10px 75px;
			background-position: left .5rem top .9rem!important;
		}
		.inner{
			width:inherit;
		}
		div.h div.h-Title{
			width:900px;
			margin:0 auto;
		}
		div.menuTitle{
			margin-bottom:0;
		}
		div.menuTitle h3{
			margin-bottom:0;
		}
		.digicert-info{
			margin-bottom:0px;
			padding-top:0;
		}
		#DigiCertClickID_fcaO8e0x{
			margin-top:12px;
		}
		.digicert-seal img{
			margin-top:5px;
		}
		#menuCnt .menuList,#menuCnt .overtimeMenu{
			width:900px;
		}
		#menuCnt .menuList div > div.menuDetail ul li span.radiobox-os{
		    width: 300px;
		}
		#menuCnt .menuList div > div.menuDetail div h3 + p{
			padding-top:3.5px;
		}
		#menuCnt .menuList div > div.menuDetail div h3 + p span{
			margin-top:0px;
			display:block;
			float:left;
		}
		#menuCnt .menuList div > div.menuDetail div.menuBox div.clsSmall > p span{
			margin-top:-2px;
		}
		#menuCnt .scLink a span{
			margin-top:-4.5px;
			margin-right: 3px;
		}
		.clsSmall div p.menuImg img {
			width: 10vw;
		}
		.btnNext{
			line-height:2.5;
		}
		button{
			padding-top:0.7px;
		}
		nav.stepNavi{
			margin:25px 0 20px;
		}
		nav.stepNavi ol{
			width:900px;
			margin:0 auto;
			min-height:39px;
		}
		nav.stepNavi ol li{
			margin-top:12.5px;
			padding-left:13px;
			font-size:1.25rem;
		}
		nav.stepNavi ol li:nth-child(n+2){
			padding-left:15px;
		}
		#schedule nav.stepNavi ol li:nth-child(4){
			padding-left:12px;
		}

		nav.stepNavi ol li:first-child{
			padding-left:8px;
		}
		nav.stepNavi ol.naviImg01{
				background-position-y: .8px;
				background-size:contain;
		}
		nav.stepNavi ol.naviImg02{
				background-size:contain;
		}
		nav.stepNavi ol.naviImg03{
				background-size:contain;
		}
		nav.stepNavi ol.naviImg04{
				background-size:contain;
		}
		nav.stepNavi ol.naviImg05{
				background-size:contain;
		}
		nav.stepNavi ol.naviImg06{
				background-size:contain;
		}
		nav.stepNavi ol.naviImg07{
				background-size:contain;
		}

		form div.menuList  div.menu{
			padding:8px 10px 11px 11px;
		}
		#contentBody div.errMsg{
			padding-top:3px;
			padding-bottom:1px;
		}
		#contentBody i.fa{
			padding-top:10px;
		}
		button{
		    line-height: 56.8px;
		}
		input{
			line-height:1.6;
			padding: 10.5px 8px 6px 8px;
		}
		.btnPre:before{
		    top:.5px;
		}
		.btnNext:before{
		    top:0px;
		}
		h3.caption{
			line-height:1.3;
		}
		#device ul{
			margin-top:6px;
		}
		#device ul.device-list li{
			margin-right:5px;
			font-size:1.5rem;
			line-height: 1.2;
			padding-bottom:2px;
		}
		#device ul.device-list li span.bl_pearl{
			font-size:20px;
			width: 22px;
			margin-top:.8px;
		}
		#menuCnt .menuList div > div.menuDetail ul{
			width:910px;
		}
		div.block div.quantity > div{
			margin-top:-4px;
		}
		div.block div.dlt p{
		   border-radius: 3px;
		   padding:5px 5px 6px 6px;
			width:35px;
			font-size:1.4rem;
		}
		div.block:first-child div p{
			padding-top:0px;
		}
		#priceList div.inner{
			max-width:900px;
			margin:0 auto;
		}
		.priceContainer{
			padding-top:2px;
		}

		.priceContainer div.title > div span a:before{
			top:-1.6px;
		}

		.priceContainer div.title > div.mcp{
			padding:20px 0;
		}
		.entryChk > p{
			margin-bottom:5px;
		}
		.serchBtn{
			padding-top:2.5px;
		}
		#input .entryTbl table td span input,
		#input .entryTbl table td input#tel,
		#custScut .entryTbl table td span input,
		#custScut .entryTbl table td input#tel{
			width:247px;
		}
		#custScut .entryTbl table tr.workCon td label input{
			margin-top:7px;
		}
		.entryTbl table td{
			padding-top:12px;
		}
		#contentBody p.menuGuide{
			margin-bottom:17px;
			font-size:1.5rem;
		}
		#contentBody p.menuGuide2{
			margin-bottom:0px;
		}
		#schedule .scheduleTable{
			width:900px;
			margin:0 auto;
		}
		#schedule .scheduleTable .pagenation{
			width:900px;
		}
		#schedule .scheduleTable .pagenation p+p{
    		overflow: hidden;
		}
		#schedule .scheduleTable ul.date > li {
			float: left;
			text-align: center;
			width: 115px;
		}
		#schedule .scheduleTable ul.date > li p{
			padding: 7px 0 5px;
		}
		#schedule ul.date li.timeSet > div p, #schedule ul.date li.timeSet ul.timeTable div p{
			padding:7px 0 5px;
		}
		#schedule .scheduleTable ul.date > li:nth-child(n+2) ul li:hover{
			background-color: transparent;
		}
		#schedule .btnGrp{
			margin-top:10px;
			margin-bottom:10px;
		}
		/*-------------メニュー選択----------------*/

		#menuCnt .menuList div > div.menuDetail div.trigger{
			padding-bottom:12px;
		}
		#menuCnt #contentBody i.fa{
			font-size:3.5rem;
		}
		#menuCnt .menuList span.otk{
			position:absolute;
			top:.9rem;
		}
		#menuCnt div.menuTitle{
			margin-bottom:10px;
		}
		#menuCnt input[type="checkbox"]{
			width:20px;
			height:20px;
			position:absolute;
			top:12px;
		}
		#menuCnt .menuList div > label ul li{
			line-height:1.3;
		    padding:10px 5px 0 6px;
		}
		#menuCnt .menuList div > label ul li label{
			padding-bottom:7px;
			width:98%;
		}
		#menuCnt .menuList div > label ul{
			overflow:hidden;
			margin-top:10px;
		}
		#menuCnt .menuList div > label {
		    padding:10px 15px 13px;
		}
		#menuCnt .menuList div > label ul li:last-child,
		#menuCnt .menuList div > label ul li:nth-last-child(2){
			margin-bottom:0;
		}
		#menuCnt .menuList div > label ul li:nth-last-child(2){
			width:47%;
		}
		#menuCnt .overtimeMenu div > div.menuDetail ul li label p:nth-child(1){
			font-size:1.8rem;
		}
		.entryTbl table{
			width:900px;
		}
		.entryTbl table th > span.detail{
			margin-top:5px;
		}
		.priBtn div.scr > div{
		    padding: 10px 15px;
		}
		div .detailP ul li.pink{
			padding-bottom:4px;
			padding-top:2px;
		}
		#contentBody .entryTbl table th > span.detail{
			line-height:1.4;
		}
		#schedule .scheduleTable ul.date > li.timeSet div.trigger p,
		#schedule .scheduleTable ul.date li.timeSet ul.timeTable div p, 
		#schedule .scheduleTable ul.date > li.timeSet ul li.mTrigger div p{
			font-size:1.8rem;
			line-height:1.2;
		}
		#schedule .scheduleTable ul.date > li.timeSet > ul.timeTable li div.trigger p{
			line-height:1.2;
		}
		#custScut .entryTbl table tr.workCon td label input{
			margin-top:6px;
		}
		#finScut .message{
			font-size:1.5rem;
			width:900px;
		}
		#finScut .message div > p + p{
			 padding: 10px 15px;
		}
		div.block div.quantity > div{
			width:80px;
		}
	
	/*---------------------
		Google Androidのみ
	-----------------------*/

		.android #custScut nav.stepNavi ol li,
		.android #conScut nav.stepNavi ol li,
		.android #finScut nav.stepNavi ol li{
			margin-top:13px;
		}
		.android #custScut #contentBody div.errMsg,
		.android #conScut #contentBody div.errMsg,
		.android #finScut #contentBody div.errMsg{
			padding-bottom:3px;

		}
		.android #contentBody div.errMsg{
	    	padding-bottom:5px;
		}
		.android input[type="checkbox"]{
			width: 25px;
			height: 25px;
		}
		.android #menuCnt input[type="checkbox"]{
			top:13px;
		}
		.android .menuList .tabDetail div.cateGrp p{
			padding-top:2px;
		}
		.android nav.stepNavi2 ol li:after,
		.android nav.stepNavi2 ol li.current:after{
			background-position:0 2px;
		}
		.android #address div.entryTbl table tr:first-child td p,
		.android #custScut div.entryTbl table tr:first-child td p{
			padding-top:6.5px;
		}
		.android #address .serchBtn{
			padding-top:0px;
		}
		.android .entryTbl table td{
			padding-top:11px;
		}
	    .android .serchBtn{
			height:47px;
		}

		/*---- 料金表 ----*/
		.android .blockElement{
			padding: 9px 0 8px;
		}
		.android div.block div.dlt{
			padding-top:8px;
		}
		.android div.priBtn div.scr > div,
		.android div .detailP ul{
			padding:10px;
		}
		.android div .detailP ul li.pink{
			padding-bottom:0px;
		}
		.android div.block div.quantity p.unit{
			margin-top:7.5px;
		}
		.android a.windowIcon:before{
			top:-1.4px;
			right:-22px;
		}
		.android #confirm a.windowIcon:before{
			top:-1px;
		}
		.android .priceContainer div.title > div span a:before{
			top:-1px;
			right:20px;
		}
		.android #confirm .priceContainer div.title > div span a:before{
			top:-.5px;
			right:31px;
		}
		.android .priBtn div.scr > div{
			padding-bottom:.5rem;
		}
		.android #schedule .scheduleTable div.caution ul li{
			padding:10px 15px 8px;
		}
		.android div.scheduleTable .pagenation p{
			font-size:2rem;
		}
		.android #schedule .scheduleTable ul.date > li p{
			padding:7px 0 4px;
		}
		.android #priceList button.addss{
			    width:300px;
		}
		.android #priceList .blockElement p.model{
			margin-bottom:5px;
		}
		.android #priceList nav.stepNavi ol{
 		   background-size:contain;
		}
	}




