@charset "utf-8";
/*
==================================================

    CSS File Name - layout.css

    +1: Formatting Reset
    +2: Redefine
	+3: Float, Clear, Align Set, Valign Set
	+4: body
	+5: #wrap
	+6: #container
	+7: #header
	+8: #mainBody
	+9: #footer

==================================================
*/

/*--------------------------------------------------
+1: Formatting Reset
==================================================*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	margin: 0;
	padding: 0;
}
strong,
em {
	font-weight: bold;
}
ol,
ul {
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}
address,
em {
	font-style: normal;
}
img {
	border: none;
	vertical-align: bottom;
}
table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
tr {
	display: table-row;
}
th,
td {
	display: table-cell;
}
caption {
	display: table-caption;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}
button {
	cursor: pointer;
}


/*--------------------------------------------------
+2: Redefine
==================================================*/
a {
	text-decoration:none;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}

/* clearfix
-------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix { height:1%;}
.clearfix { display:block;}

/* alpha
-------------------------------------------------*/
a.alpha:hover img {  
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
} 

/*--------------------------------------------------
+3: Float, Clear, Align Set, Valign Set
==================================================*/
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}

.fo-mincho {
	font-family: "Sawarabi Mincho", serif; 
}

/*--------------------------------------------------
+4: body
==================================================*/

body {
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size: 16px;
	line-height:1.5;
	-webkit-text-size-adjust: none;
	background:url(../images/bg_body.jpg) repeat-y center top;
}


/*--------------------------------------------------
+5: #wrap
==================================================*/
#wrap {
	width:100%;
	/*min-width:985px;*/
	clear:both;
	background:url(../images/bg_wrap.jpg) repeat-y center top;
	/*margin-top:30px;*/
}


/*--------------------------------------------------
+6: #container
==================================================*/

#container {
	width:100%;
	/*min-width:985px;*/
	background:url(../images/bg_container.jpg) no-repeat center top;
	clear:both;
}


/*--------------------------------------------------
+7: #header
==================================================*/
#header {
	width:100%;
	/*min-width:985px;*/
/*	padding-bottom:4px;*/
	clear:both;
}
#header .hinner {
	max-width:1005px;
	margin:0 auto;
	position:relative;
	padding: 0 10px;
}
#logo {
	padding-top: 10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#logo img {
	height: auto;
	max-height: 58px;
}
.logoTxt {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	padding-left: .5%;
}
#hnavi {
	position:absolute;
	right:5px;
	top:0;
}
#hnavi li {
	float:left;
	padding:0 1px;
}
#header .htel {
	max-width:305px;
	color:#fff;
	float:right;
	margin-top: -10px;
}
#header .htel p {
	line-height:1.4;
	padding-bottom:4px;
}
#nav_sp {
	display: none;
}
#navi {
	padding-top: 10px;
}
#navi li {
	float:left;
}

.menu-icon {
	display: none;
}

/*--------------------------------------------------
+8: #mainBody
==================================================*/
/*
#header {
	max-width: 1200px;
	margin: auto;
	transition: .25s;
	top: -50%;
	border-bottom: 4px solid #d8e343;
	background: url(../images/bg_container.jpg) no-repeat center top;
}
#header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: 99999999;
	transition: .25s;
}
*/
#header {
	max-width: 1200px;
	border-bottom: 4px solid #d8e343;
	background: url(../images/bg_container.jpg) no-repeat center top;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: 99999999;
	transition: .25s;
}
.sp_navTel {
	display: none;
}

#mainBody {
	max-width:985px;
	width: 90%;
	margin:0 auto;
	clear:both;
	padding-bottom:28px;
}

/* .mainimg */
.mainimg {
	max-width:100%;
	/*min-width:985px;*/
	height:145px;
	background:url(../images/bg_mainimg.jpg) no-repeat center top;
	clear:both;
	margin-bottom:40px;
}
.mainimg .mtxt {
	color:#fff;
	text-align:center;
}

/* .headTit01 */
.headTit01 {
	padding:40px 0 3px;
	text-align:center;
}
.headTit02 {
	color:#fff;
	line-height:35px;
	font-weight:bold;
	background:url(../images/bg_ttl01.jpg) no-repeat left top;
	padding:0 20px;
  position: relative;
}
.nextArrive a {
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 10px;
}
.nextArrive a.link {
  text-decoration: underline;
} 
.headTit03 {
	background:#000061;
	color:#fff;
	font-weight:bold;
	padding:0 20px;
	line-height:42px;
    max-height: 999999px;
}
.headTit04 {
	width:100%;
	position:relative;
	clear:both;
	background:url(../images/bg_ttl02.gif) repeat-y 14px top;
	padding:3px 0;
}
.headTit04 span {
	display:block;
	color:#000061;
	font-weight:bold;
	border-bottom:#000061 2px solid;
	padding:0 33px 1px;
}
.headTit04 a {
	position:absolute;
	top:0;
	right:0;
}

/* .mainCont */
.mainCont {
	width:100%;
	background:url(../images/bg_mid.png) repeat-y center top;
	clear:both;
	padding:22px 0 0;
}

/* .pageTop */
.pageTop {
	max-width:965px;
	margin:0 auto;
	text-align:right;
	padding:0 10px 23px;
	clear:both;
}
.pageTop img {
	height: auto;
	max-height: 49px;
}
.gotop {
	text-align:right;
	padding:20px 5px 38px 0;
}

.bgTop,
.bgBot {
	clear:both;
}

.bgTop img,
.bgBot img {
	/*vertical-align:baseline;*/
}

/* .btnArea */
.btnArea {
	width: 90%;
	max-width:750px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding-bottom:32px;
}
.btnArea li {
	float:left;
}
.btnArea li:last-of-type {
	padding-right: 0;
}
.btnArea li a {
	display:block;
	background:url(../images/bg_btn01.gif) no-repeat left top #55a9fd;
	background-size: 100% auto;
	color:#fff;
	font-weight:bold;
	line-height:36px;
	text-align:center;
}
.btnArea li a span {
	background:url(../images/ico_arrow.png) no-repeat left center;
	padding-left:25px;
	font-size: 13px;
}
/*.btnArea.w208 {
	max-width:476px;
	margin:0 auto;
}
.btnArea.w208 li {
	padding:0 15px;
}
.btnArea.w208 li a {
	max-width:208px;
	background:url(../images/bg_btn02.gif) no-repeat left top;
}
*/
/* .listTxt01 */
.listTxt01 {
	background:#0071D1;
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:98px;
	line-height:40px;
}
.listTxt02 {
	background:#008FFF;
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:40px;
	padding: 0 10px;
}
.listTxt03 {
	background:#2E3191;
	text-align:center;
	color:#fff;
	font-weight:bold;
	max-width:98px;
	line-height:40px;
}

/* .detailBtn */
.detailBtn a {
	display:block;
	text-align:center;
	max-width:152px;
	line-height:35px;
	clear:both;
	color:#fff;
	background:#2E170B;
	font-weight:bold;
	padding: 0 10px;
	letter-spacing: .05em;
	cursor: pointer;
}
.detailBtn02 {
	max-width:108px;
	display:block;
	background:url(../images/bg_detail.gif) no-repeat left top;
	text-align:center;
	color:#000061;
	line-height:25px;
	padding: 0 2%;
	border-radius: 5px;
}
.detailBtn03 {
	max-width:108px;
	display:block;
	background:url(../images/bg_detail02.gif) no-repeat left top;
	padding:0 2px 0 10px;
	color:#000061;
	line-height:25px;
	float:right;
	border-radius: 5px;

}

/* .priceTxt */
.priceTxt {
	color:#E70016;
	line-height:1.2;
	padding:2px 0 0;
}

/* .starArea */
.starArea {
	max-width:190px;
	clear:both;
	padding-bottom:4px;
}
.starArea li {
	display:inline;
	font-size:0;
	line-height:0;
	padding:0 5px 0 0;
}
.starArea li img {
	vertical-align:baseline;
}

/* .titleArea */
.titleArea {
	width:100%;
	clear:both;
	position:relative;
	padding-bottom:23px;
}
.titleArea .starArea {
	position:absolute;
	top:7px;
	right:0;
}

/* .contactBtn */
.contactBtn {
	width:100%;
	text-align:center;
	clear:both;
}
.contactBtn p {
	font-weight:bold;
	color:#000061;
	padding-bottom:12px;
}
.contactBtn ul {
	width:100%;
	clear:both;
}
.contactBtn ul li {
	display:inline;
	padding:0 5px;
}

.line img {
	border:#000000 1px solid;
}

/*--------------------------------------------------
+9: #footer
==================================================*/
.foot_bnrs {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.foot_bnrs dl {
	width: 32%;
	color: #fff;
}
.foot_bnrs dd {
	margin-top: 8px;
}
#footer {
	width:100%;
	/*min-width:985px;*/
	clear:both;
	background:url(../images/bg_footer.jpg) repeat-y center top;
	color:#fff;
}
#footer .fnavi {
	width:100%;
	/*min-width:985px;*/
	text-align:center;
	background:url(../images/bg_fnavi.gif) no-repeat center bottom;
	clear:both;
	padding:15px 0;
}
#footer .fnavi li {
	display:inline;
	color:#CBCBCB;
}
#footer .fnavi li a {
	padding:0 12px;
	color:#CBCBCB;
}
#finner {
	max-width:875px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
#finner .flogo {
	padding:30px 0 0;
	float:left;
	font-size: 20px;
	font-weight: bold;
}
#finner .ftel {
	max-width:474px;
	float:right;
	padding:37px 0 0;
}
#finner .ftel dt {
	max-width:118px;
	float:left;
	padding:15px 0 0;
}
#finner .ftel dd {
	max-width:356px;
	float:right;
}
#finner .ftel dd p {
	padding-bottom:5px;
}
#finner .addr {
	clear:both;
	text-align:center;
	padding:20px 0 25px;
}
#finner .copyright {
	text-align:center;
	color:#BCCBD3;
	padding:18px 0;
}



/*2020年更新css
-----------------------------------------*/
.container {
	max-width: 1200px;
	margin: auto;
	text-align: center;
}
.contWrap {
	margin-bottom: 65px;
}

/*--------------トップページ--------------*/
/* .mainimg */
.mainimg {
	width:100%;
	/*min-width:985px;*/
	height:auto;
	position:relative;
	clear:both;
	margin-bottom:0;
}
#top01 .mainimg {
	background:url(../../common/images/line02.gif) no-repeat center bottom;
	padding-bottom:1px;
}
.mainimg .main {
	width:100%;
	/*min-width:985px;*/
	background:url(../../images/top/mainimg.jpg) no-repeat center top;
	clear:both;
}
.mainimg .mainner {
	max-width:985px;
	margin:0 auto;
	clear:both;
}
.mainimg h2 {
	padding:37px 0 58px;
}
.mainimg .mainTxt {
	max-width:302px;
	padding:0 0 118px 8px;
	clear:both;
}
.mainimg .mainImg {
	background:url(../../images/top/main_ln.png) no-repeat left bottom;
	padding-bottom:29px;
}

/* .topArea */
.topMv_under {
	background: -webkit-gradient(linear,left top, right top,from(#000),color-stop(64%, #0a4abb),to(#000));
	background: -ms-linear-gradient(left,#000 0%,#0a4abb 64%,#000 100%);
	background: -o-linear-gradient(left,#000 0%,#0a4abb 64%,#000 100%);
	background: linear-gradient(90deg,#000 0%,#0a4abb 64%,#000 100%);
	padding: 25px 1% 15px;
	border-top: 4px solid #d8e343;
}
.topMv_under ul:first-of-type {
	margin: 0 auto 20px;
	text-align: center;
}
.topMv_under ul:first-of-type li:nth-of-type(2) {
	margin: 0 1%;
}
.topMv_under ul:first-of-type li {
	color: #fff;
	font-size: 26px;
	letter-spacing: .1em;
	text-indent: .1em;
	white-space: nowrap;
	background: -webkit-gradient(linear,left top, right top,from(#0a27a5),color-stop(64%, #0a7cff),to(#0a27a5));
	background: -ms-linear-gradient(left,#0a27a5 0%,#0a7cff 64%,#0a27a5 100%);
	background: -o-linear-gradient(left,#0a27a5 0%,#0a7cff 64%,#0a27a5 100%);
	background: linear-gradient(90deg,#0a27a5 0%,#0a7cff 64%,#0a27a5 100%);
	border: 1px solid #fff;
	padding: 5px 17px 4px;
}
.topHead_gallery li {
	width: 33%;
}
.topMv_under ul+p {	
	color: #fff;
	font-size: 25px;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
.topMv_under ul+p img{	
	height: auto;
	max-height: 24px;
}


.topWrap {
	color: #fff;
}
.topArea {
	max-width:985px;
	clear:both;
	padding:35px 0 0;
}
.topPointWrap {
	border: 1px solid #e4d880;
	padding: 140px 5% 65px;
	position: relative;
	margin-top: 92px;
}
.topPointWrap h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: -92px;
	margin: auto;
	text-align: center;
}
.topPointWrap h1 img {
	display: block;
	margin: auto;
}
.topTxt {
	font-size: 23px;
}
.pointBox {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 95px;
}
.pointPic {
	width: 30%;
	text-align: center;
	padding-right: 3%;
}
.pointCont {
	width: 67%;
}
.pointNum {
	position: absolute;
	left: -20px;
	top: -35px;
}
.pointNum img {
	height: auto;
	max-height: 110px;
}
.pointCont dt {
	color: #dcba42;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 15px;
}
.pointCont h2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	font-family: "Sawarabi Mincho", serif; 
	color: #fff;
	font-size: 30px;
	letter-spacing: .1em;
}
img[src*="top/point_ttl"] {
	height: auto;
	max-height: 28px;
}
img[src*="top/point_ttl02"] ,
img[src*="top/point_ttl05"] ,
img[src*="top/point_ttl06"] {
	height: auto;
	max-height: 70px;
}
.topPointWrap .pointBox:nth-of-type(even) .pointNum {
	left: auto;
	right: -20px;
}
.topPointWrap .pointBox:nth-of-type(even) .pointPic {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-right: 0;
	padding-left: 3%;
}
.topPointWrap .pointBox p.pointTxt{
	width: 100%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.topPointWrap .pointBox:last-of-type {
	margin-bottom: 0;
}
.mentenanceWrap {
	border: 1px solid #fff;
	padding: 50px 5%;
	text-align: center;
	background: -o-linear-gradient(148deg,#000 0%,#0a4abb 36%,#000 100%);
	background: -ms-linear-gradient(148deg,#000 0%,#0a4abb 36%,#000 100%);
	background: -webkit-linear-gradient(-58deg,#000 0%,#0a4abb 36%,#000 100%);
	background: linear-gradient(-58deg,#000 0%,#0a4abb 36%,#000 100%);
}
.mentenanceWrap h1 {
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.mentenanceWrap h1 img {
	height: auto;
	max-height: 33px;
}
.mentenanceWrap h1+p {
	margin-bottom: 30px;
}
.mentenanceWrap li {
	width: 32%;
	margin-bottom: 15px;
}

.menteTxt_wrap {
	background: url(../../images/program/bg_photo.png) no-repeat center bottom;
	padding-bottom: 30px;
	margin: 20px auto 30px;
	text-align: center;
	font-size: 18px;
}
.menteTxt {
	background: -webkit-gradient(linear,left top, right top,from(#9d801b),color-stop(30%, #cfb441),color-stop(50%, #e1d8a7),color-stop(70%, #cfb441),to(#9d801b));
	background: -o-linear-gradient(left,#9d801b 0%,#cfb441 30%,#e1d8a7 50%,#cfb441 70%,#9d801b 100%);
	background: -ms-linear-gradient(left,#9d801b 0%,#cfb441 30%,#e1d8a7 50%,#cfb441 70%,#9d801b 100%);
	background: linear-gradient(90deg,#9d801b 0%,#cfb441 30%,#e1d8a7 50%,#cfb441 70%,#9d801b 100%);
	padding: 5px;
}
.menteBg {
	background: url("../../images/top/mente_bg.png") center center no-repeat;
	background-size: cover;
	padding: 20px 3%;
}
.menteTxt p strong {
	display: block;
	font-size: 105%;
}
.mentenanceWrap h1.buhinTitle {
	margin-top: 80px;
	font-size: 30px;
	padding: 11px 2%;
	border-top: 1px solid #fff;
}


/* .programArea */
.programWrap {
	background: url("../../images/program/bg_wrap.jpg") top center repeat-y;
}
.programArea {
	padding:1px 11.726% 10px;
	margin:0 auto;
	clear:both;
	border:#919bae 2px solid;
	background:url("../../images/program/bg.jpg") no-repeat center 1px;
	color:#fff;
}
.programArea .cont {
	max-width:736px;
	margin:0 auto;
	clear:both;
	padding:53px 0 20px;
}
.programArea .cont .title {
	padding:17px 0 0;
	margin-left:-20px;
	position:relative;
}
.programArea .cont .txt01 {
	color:#F0E76B;
	border:#F0E76B 1px solid;
	text-align:center;
	line-height:33px;
	margin-bottom:20px;
	max-width: 373px;
}
.presentBnr {
	max-width: 373px;
	margin-bottom: 10px;
}
.programArea .cont ul {
	max-width:394px;
	float:left;
}
.programArea .cont ul li {
	float:left;
	padding:0 10px 0 0;
}
.programArea .arrow {
	width:100%;
	text-align:center;
	clear:both;
	padding-bottom:24px;
}
.programArea .arrow li {
	display:inline;
	font-size:0;
	line-height:0;
	padding:0 8px;
}
.programArea .arrow li img {
	vertical-align:baseline;
}
.programArea .stepArea {
	overflow:hidden;
	clear:both;
	padding-bottom:8px;
}
.programArea .stepArea .photo {
	background:url(../../images/program/bg_photo.png) no-repeat center bottom;
	float:left;
	padding:21px 0 40px;
	width: 45%;
}
.programArea .stepArea .txt02 {
	float:right;
	padding:15px 20px 0 0;
	line-height:1.8;
	width: 55%;
	padding-left: 3%;
}
.programArea .caseArea {
	border:#DFC441 1px solid;
	clear:both;
	padding:27px 40px 4px 34px;
	margin-bottom:40px;
}
.programArea .caseArea .tit {
	border-bottom:#fff 1px solid;
	padding-bottom:10px;
	margin-bottom:13px;
}
.programArea .caseArea .inner {
	overflow:hidden;
	padding-bottom:25px;
	clear:both;
}
.programArea .caseArea .inner .photo {
	float:left;
	width: 45%;
}
.programArea .caseArea .txt03 {
	padding:0 20px 0 0;
	float:right;
	line-height:1.55;
	width: 55%;
	padding-left: 3%;
}
.programArea .img01 {
	text-align:center;
	padding:10px 0 30px;
}
.programArea .botBtn {
	width:100%;
	text-align:center;
	clear:both;
}
.programArea .botBtn li {
	display:inline;
	padding:0 15px;
}
.stepTtl {
	background: url(../../images/program/step_bg.png) left top 20px no-repeat;
	background-size: auto 40px;
	position: relative;
	padding-top: 40px;
	padding-left: 155px;
}
.stepTtl > img {
	display: inline-block;
	height: auto;
	max-height: 40px;
	position: absolute;
	left: 2%;
	top: 0;
}
.stepTtl > span {
	display: inline-block;
	font-size: 26px;
	font-weight: 600;
}
#programDetail {
	padding-bottom: 60px;
}
/*ラインナップ一覧
-----------------------------*/
/* .lineupArea */
#lineupList .btnArea li {
	float:left;
	padding-right: 2%;
	width: 25%;
}
#lineupList .btnArea li:last-of-type {
	padding-right: 0;
}

.lineupArea {
	width: 90%;
	max-width:750px;
	clear:both;
	margin:0 auto;
	padding-bottom:10px;
}
.lineupArea .headTit02 {
	margin-bottom:2px;
}
.lineupArea .cont {
	max-width:750px;
	padding:0 5px 24px;
	border-bottom:#999999 1px dotted;
	clear:both;
}
.lineupArea .cont::after {
	content: "";
	display: block;
	clear: both;
}
.lineupArea .cont .pro {
	width: 40%;
	float:left;
	margin: auto;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lineupArea .pro dt ,
.lineupArea .pro dd {
	width: 100%;
}
.lineupArea .pro.pic02 dd{
	width: 49%;
}
.lineupArea .cont .pro dt {
	background:#2E170B;
	padding:0 10px;
	line-height:26px;
	color:#fff;
	margin-bottom:11px;
}
.lineupArea .cont .pro dd {
	overflow: hidden;
	border:#bfbfbf 1px solid;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 145px;
}
.lineupArea .cont .inner {
	padding-left: 2%;
	padding-top: 30px;
	float: right;
	width: 60%;
}
.lineupArea .cont .inner .tit {
	font-weight:bold;
	padding-bottom:12px;
}
.lineupArea .cont .inner .tit a {
	color:#000;
	text-decoration:underline;
}
.lineupArea .cont .inner .tit a span {
	display: inline-block;
}
.lineupArea .cont .inner .tit a span + span {
	margin-left: .5em;
}
.lineupArea .cont .inner .tit a:hover {
	text-decoration:none;
}
.lineupArea .cont .inner .list {
	width:100%;
	overflow:hidden;
	clear:both;
}
.lineupArea .cont .inner .list li {
	float:left;
	padding-right:11px;
	margin-bottom: 5px;
}
.lineupArea .cont .inner .detail {
	overflow:hidden;
	clear:both;
}
.lineupArea .cont .inner .txt01 {
	clear:both;
	padding:10px 0;
}
.lineupArea .cont p.sold {
	margin:70px auto;
	text-align:center;
	border-bottom:#006 1px dotted;
	width:60%;
	clear:both;
	font-size:14px;
	color:#006;
}
.subHead {
	padding: 40px 5%;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
	background: url("../images/subhead.jpg") right bottom no-repeat;
}
.subHead h2 {
	padding: 0;
}
.subHead h2 img {
	height: auto;
	max-height: 44px;
}
.lineupArea .cont._so {
	background: #e9e9e9
}
/*
.lineupArea .cont._so .tit a::before {
	content: "売り切れ";
	display: inline-block;
	background: red;
	color: #fff;
	margin-right: .5em;
	font-size: 70%;
	line-height: 1;
	padding: 5px;
}
*/
.lineupArea .cont._so dl {
	position: relative;
}
.lineupArea .cont._so dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: rgba(0,0,0,.5) url("../images/soldout.svg") center center no-repeat;
	background-size: 70% auto;
}

/*ラインナップ詳細
---------------------------------*/
/* .linupDetail */
.contactBnr {
	width: 90%;
	max-width: 750px;
	margin: 0 auto 50px;
}
.linupDetail {
	width: 90%;
	max-width:750px;
	margin:0 auto;
	clear:both;
	padding-bottom:20px;
}
.linupDetail .cont {
	width:98%;
	margin:0 auto;
	clear:both;
}
.linupDetail .cont .links {
	text-align:right;
	padding-bottom:6px;
}
.linupDetail .cont .links a {
	color:#000000;
	text-decoration:underline;
}
.linupDetail .cont .links a:hover {
	text-decoration:none;
}
.linupDetail .cont .title {
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	padding:32px 0 0;
}
.linupDetail .cont .title span {
	color:#3FA9F5;
}
.linupDetail .detailBox {
	background:#E5E5E5;
	clear:both;
	padding:13px 8px;
	margin-bottom:40px;
}
.linupDetail .detailBox p{
    max-height: 999999px;
}
.linupDetail .detailBox .list {
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:16px;
}
.linupDetail .detailBox .list li img {
  height: 45px;
  width: auto;
}
.linupDetail .detailBox .list li {
	padding: 2px 5px;
	float:left;
}
.linupDetail .detailBox .list li .listTxt01,
.linupDetail .detailBox .list li .listTxt02 {
	line-height:55px;
}
.linupDetail .detailBox .list li .listTxt02 {
	line-height: 45px;
}
.linupDetail .detailBox table {
	border-top:#808080 1px solid;
	border-left:#808080 1px solid;
	border-right:#808080 1px solid;
	clear:both;
	width: 98%;
	margin:0 auto 11px;
}
.linupDetail .detailBox table th {
	padding:0 0 0 10px;
	border-bottom:#808080 1px solid;
	background:#DBEBF9;
	font-weight:normal;
	line-height:1.2;
	text-align:left;
	vertical-align:middle;
}
.linupDetail .detailBox table td {
	border-bottom:#808080 1px solid;
	background:#fff;
	padding:7px 4px 7px 10px;
	line-height:1.2;
	text-align:left;
	vertical-align:middle;
}
.linupDetail .detailBox table th.th01 {
	width:125px;
}
.linupDetail .detailBox table th.th02 {
	width:80px;
}
.linupDetail .detailBox table td.td01 {
	width:110px;
	padding:7px 0 7px 12px;
}
.linupDetail .detailBox table td.td02 {
	width:80px;
	padding:7px 0 7px 12px;
}
.linupDetail .detailBox table td.td03 {
	/*width:322px;*/
}
.linupDetail .detailBox02 {
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:27px;
}
.linupDetail .detailBox02 .photo {
	width: 46%;
	float:left;
}
.linupDetail .detailBox02 .detailCont {
	width:54%;
	padding-left: 4%;
	float:right;
}
.linupDetail .detailBox02 .num {
	padding:0 3px;
}
.linupDetail .detailBox02 .num span {
	display:inline-block;
	background:#2E170B;
	font-weight:bold;
	color:#fff;
	line-height:28px;
	padding:0 12px;
}
.linupDetail .detailBox02 .detailCont table {
	width:100%;
	clear:both;
	line-height:1.2;
	margin:17px 0 3px;
}
.linupDetail .detailBox02 .detailCont .red {
	color:#E70016;
}
.linupDetail .detailBox02 .detailCont table th {
	width:170px;
	text-align:left;
	padding:0 0 9px;
	vertical-align:bottom;
}
.linupDetail .detailBox02 .detailCont table td {
	text-align:right;
	padding:0 0 9px;
	vertical-align:bottom;
}
.linupDetail .detailBox02 .detailCont table .dis th,
.linupDetail .detailBox02 .detailCont table .dis td {
	padding-bottom:2px;
}
.linupDetail .detailBox02 .detailCont .txt01 {
	clear:both;
	border:#000000 1px solid;
	padding:7px 18px 6px 8px;
}
.linupDetail .detailBox02 .detailCont .txt01 li {
	line-height:1.3;
}
.linupDetail .cont02 {
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.linupDetail .cont02 dl {
	width: 48%;
	padding:0 0 23px 0;
	float:left;
	margin-right: 4%;
}
.linupDetail .cont02 dl:nth-of-type(even) {
	margin-right: 0;
}
.linupDetail .cont02 dl dt {
	padding:6px;
	border:#b3b3b3 1px solid;
	text-align: center;
}
.linupDetail .cont02 dl dd {
	word-wrap: break-word;
	line-height:1.3;
	padding:12px 2px 0;
}
.linupDetail .txtArea {
	width: 90%;
	border:#1F8FFF 1px solid;
	margin:0 auto 50px;
	clear:both;
	padding:6px 20px 6px;
}
.linupDetail .txtArea p {
	line-height:37px;
	background:url(../../images/lineup/txt_bg.gif) repeat-y center -2px;
	padding-bottom:0px;
    max-height: 999999px;
}
.linupDetail .detailBox03 {
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding-bottom:25px;
}
.linupDetail .detailBox03 .img01 {
	float:left;
	padding:31px 0 0;
}
.linupDetail .detailBox03 .graph {
	width:322px;
	height:376px;
	background:url('../../images/lineup/img01.jpg') no-repeat;
	float:left;
}
.yellow{
	position:relative;
	top:105px; 
	left:60px; 
	width:50px; 
	height:231px;	
	}
.linupDetail .detailBox03 .apfBox {
	width:50%;
	float:right;
	padding:28px 0 0;
}
.linupDetail .detailBox03 .apfBox .tit {
	font-weight:bold;
	padding-bottom:12px;
}
.linupDetail .detailBox03 .apfBox .txt02 {
	line-height:1.3;
	padding-bottom:34px;
}
.linupDetail .detailBox03 .apfBox .txt03 {
	color:#FF0000;
	font-weight:bold;
	padding-top:33px;
	line-height:1.4;
}
.linupDetail .cont .txt04 {
	width:98%;
	background:#E5E5E5;
	clear:both;
	line-height:1.3;
	padding:8px 12px;
	margin-bottom:52px;
    max-height: 999999px;
}
.linupDetail .detailBox04 {
	clear:both;
	padding-bottom:48px;
}
.linupDetail .detailBox04 .title02 {
	background:#000061;
	color:#fff;
	text-align:center;
	border-bottom:#6d7252 2px solid;
	line-height:29px;
	font-weight:bold;
	padding:3px 0 0;
}
.linupDetail .detailBox04 div {
	border:#000061 1px solid;
	border-top:#000061 3px solid;
	clear:both;
	padding:28px 10% 13px;
}
.linupDetail .detailBox04 div .tit02 {
	overflow:hidden;
	clear:both;
	border-bottom:#231815 1px solid;
	padding-bottom:10px;
}
.linupDetail .detailBox04 div .tit02 span {
	display:block;
	float:left;
}
.linupDetail .detailBox04 div .tit02 a {
	display:block;
	float:right;
	background:#1F8FFF;
	color:#fff;
	padding:5px 14px 3px;
	line-height:18px;
}
.linupDetail .detailBox04 div ul {
	width:100%;
	clear:both;
	padding:12px 0;
    max-height: 999999px;
}
.linupDetail .detailBox04 div ul li {
	line-height:1.85;
}
.linupDetail .detailBox04 div ul li span {
	display:inline-block;
	width:220px;
}
._so .linupDetail .headTit03::before {
	content: "売切れ";
  display: inline-block;
  background: red;
  color: #fff;
  margin-right: .5em;
  font-size: 70%;
  line-height: 1;
  padding: 5px 10px;
}
._so .linupDetail .photo,._so .linupDetail .cont02 dl dt {
	position: relative;
}
._so .linupDetail .photo::after
,._so .linupDetail .cont02 dl dt::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: rgba(0,0,0,.5) url("../images/soldout.svg") center center no-repeat;
	background-size: 75% auto;
}



/*サーチ
---------------------------------*/
/* .searchArea */
#seachCont .btnArea li {
	float:left;
	padding: 0;
	margin-right: 2%;
	width: 25%;
	min-width: 187.5px;
}
#seachCont .btnArea li:last-of-type {
	padding-right: 0;
}
.btnArea {
	max-width: 750px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.searchArea {
	max-width:750px;
	width: 90%;
	clear:both;
	margin:0 auto;
	padding-bottom:20px;
}
.searchArea .cont {
	width:100%;
	overflow:hidden;
	clear:both;
}
.searchArea .cont .inner {
	width:50%;
	padding:0 2% 15px 2%;
	float:left;
}
.searchArea .cont .inner .photo {
	text-align:center;
	padding:32px 0;
}
.searchArea .cont.dis .inner .photo {
	padding:27px 0 43px;
}
.searchArea .cont02 {
	width:100%;
	padding:0 0 10px 5px;
	overflow:hidden;
	clear:both;
}
.searchArea .cont02 .photo {
	float:left;
	background:url(../../images/search/bg_photo.jpg) no-repeat left bottom;
	padding-bottom:30px;
	width: 30%;
}
.searchArea .cont02 .inner {
	width:70%;
	float:right;
	padding-left: 3%;
}
.searchArea .cont02 .inner ul {
	width:100%;
	clear:both;
	padding:13px 0;
}
.searchArea .cont02 .inner ul li {
	width:100%;
	overflow:hidden;
	clear:both;
	font-size: 95%;
	padding:4px 0;
}
.searchArea .cont02 .inner ul li span {
	display:inline-block;
	padding:2px 0 0 1%;
}
.searchArea .cont02 .inner ul li span.w125 {
	width:130px;
}
.detailBtn03 {
	max-width: none;
	padding: 1px 2%;
}

/*よくある質問
--------------------------------------*/
/* .faq */
.faqArea {
	width:100%;
	max-width: 980px;
	border:#9198a8 2px solid;
	clear:both;
	margin:0 auto;
	padding:70px 0 20px;
}
.faq .caseFaq {
	width:88%;
	margin:0 auto;
	padding:0 0 0 4px;
}
.faq .caseFaq::after {
	content: "";
	display: block;
	clear: both;
}
.faq .caseFaq .case {
	float:left;
	width: 13%;
}
.faq .caseFaq .faq {
	width:87%;
	float:right;
	padding-bottom:40px;
	padding-left: 3%;
}
.faq .caseFaq .faq .que {
	color:#FFFFFF;
	background:url(../../images/faq/ico_q.png) no-repeat left top 5px;
	background-size: 20px auto;
	font-weight:bold;
	padding:5px 0 10px 0px;
	font-size: 15px;
	padding-left:30px;
}
.faq .caseFaq .faq .anws {
	color:#fff;
	background:url(../../images/faq/ico_a.png) no-repeat left top 5px;
	background-size: 20px auto;
	padding:5px 0 0 0px;
	line-height:1.6;
	font-size: 14px;
	padding-left:30px;
}
.faq .caseFaq .faq .anws a {
	color:#fff;
	text-decoration:underline;
}
.faq .caseFaq .faq .anws a:hover {
	text-decoration:none;
}
.faqTEl {
	text-decoration: none!important;
}

/*会社概要
-----------------------------*/
/* .companyArea */
.companyArea {
	width:100%;
	max-width: 980px; 
	border:#9198a8 2px solid;
	clear:both;
	margin:0 auto;
	padding-bottom:35px;
}
.companyArea .company {
	max-width:750px;width: 88%;
	margin:0 auto;
	clear:both;
	padding:70px 0 40px;
}
.companyArea .company::after {
	content: "";
	display: block;
	clear: both;
}
.companyArea .title {
	width:100%;
	overflow:hidden;
	clear:both;
	border-bottom:#5ecaf2 1px solid;
}
.companyArea .title img {
	float:left;
}
.companyArea .title span {
	display:block;
	float:left;
	color:#78E6FF;
	font-weight:bold;
	padding:10px 0 0;
}
.companyArea .txtArea {
	width:100%;
	max-width: 675px;
	margin:0 auto;
	clear:both;
	color:#fff;
	padding:0 0 42px;
}
.companyArea .txtArea p {
	text-indent:1em;
	padding-bottom:22px;
}
.companyArea .txtArea .names {
	text-indent:0;
	text-align:right;
}
.companyArea .profile {
	width:60%;
	float:left;
}
.companyArea .link .title,
.companyArea .profile .title {
	border-bottom:#5ecaf2 2px solid;
}
.companyArea .link .title span,
.companyArea .profile .title span {
	padding-top:14px;
}
.companyArea .profile dl {
	width:100%;
	overflow:hidden;
	clear:both;
	border-bottom:#5ecaf2 2px solid;
	padding:9px 0 10px;
}
.companyArea .profile dl dt {
	float:left;
	font-weight:bold;
	padding:0 12px;
	color:#78E6FF;
	width: 25%;
}
.companyArea .profile dl dd {
	float:left;
	color:#fff;
	width: 75%;
}
.companyArea .profile dl dd a {
	color:#fff;
}
.companyArea .link {
	width:40%;
	padding-left: 5%;
	float:right;
}
.companyArea .link dl {
	border-bottom:#5ecaf2 2px solid;
	padding:16px 0 7px 12px;
	clear:both;
}
.companyArea .link dl dt {
	color:#78E6FF;
	font-weight:bold;
	padding-bottom:2px;
}
.companyArea .link dl dd a {
	color:#fff;
	display:block;
	padding-bottom:11px;
}








/*edgeハック*/
@supports (-ms-ime-align: auto) {
}
/*ieハック*/
@media all and (-ms-high-contrast: none) {
}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1080px) {
	.bgTop, .bgBot {
		background: #fff;
	}
	.bgTop img, .bgBot img {
		display: none;
	}
}
@media screen and (max-width: 920px) {
	
}
@media screen and (max-width: 820px) {
	.logoTxt {
		padding-top: 22px;
	}
	#header .htel {
		margin-top: 0;
	}
	.headTit03 + .starArea {
		position: static;
		background: #000061;
		max-width: 100%;
		padding-left: 20px;
	}
	.linupDetail .detailBox03 .graph {
		margin: auto;
		float: none;
	}
	.linupDetail .detailBox03 .apfBox {
		width: 100%;
		float: none;
		text-align: center;
	}
}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {
	body {
		font-size: 14px;
		min-width: 320px;
	}
	/*ヘッダー
	---------------------------------*/
	#wrap {
		margin-top: 0;
		padding-top: 85px;
	}
	#header {
		padding-bottom: 10px;
	}
	#header.fixed {
	}
	#hnavi,#header .htel {
		display: none;
	}
	#navi {
		display: none;
	}
	#logo {
		position: relative;
		width: 82%;
		display: block;
	}
	.logoTxt {
		display: block;
		font-size: 13px;
		padding-top: 3px;
	}
	#logo > a {
		display: block;
	}
	#header {
		padding-bottom: 10px;
		position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 99999999;
	}
	.menu-icon {
		display: block;
		position: absolute;
		top: 39px;
		right: 5%;
	}
	.menu-icon img {
    height: 28px;
	}
	#nav_sp {
		display: none;
	}
	#nav_sp li {
		border-bottom: 1px solid #fff;
	}
	#nav_sp li a {
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
		padding: 8px 0;
	}
	#nav_sp li:last-of-type {
		border-bottom: none;
	}
	.sp_navTel {
		display: block;
	}
	.sp_navTel p {
		font-size: 14px;
	}
	.sp_navTel img {
		display: block;
		width: 60%;
		margin: auto;
	}
	#header .hinner::after {
		display: none;
	}
	.close {
		width: 20%;
		text-align: center;
		margin: 10px auto 0;
		padding: 3px 0;
		color: #fff;
		background: #333;
	}
	/*---------------トップ----------------*/
	.topMv_under {
		padding: 20px 5%;
	}
	.topMv_under ul:first-of-type img {
		height: auto;
	}
	.topMv_under ul:first-of-type {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.topMv_under ul:first-of-type li {
		font-size: 14px;
		width: 49%;
	}
	.topMv_under ul:first-of-type li:nth-of-type(2) {
		margin: 0 0 0 2%;
	}
	.topMv_under ul:first-of-type li:last-of-type {
		margin-top: 10px;
	}
	.topMv_under ul+p {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.topTxt {
		font-size: 15px;
		text-align: left;
	}
	.topPointWrap {
		margin-top: 46px; padding-bottom: 50px;
	}
	.topPointWrap h1 {
		top: -46px;
		width: 94%;
	}
	.topPointWrap {
		padding-top: 85px;
	}
	.pointBox {
		margin-bottom: 70px;
	}
	.pointCont {
		width: 100%;
	}
	.pointPic {
		width: 100%;
		padding: 0 0 15px 0;
	}
	.topPointWrap .pointBox:nth-of-type(even) .pointPic {
		order: 0;
	}
	.pointNum img {
		max-height: none;
	}
	.pointNum,.topPointWrap .pointBox:nth-of-type(even) .pointNum {
		width: 30%;
		left: -2%;
		right: auto;
	}
	.pointCont dt {
		font-size: 18px;
	}
	.pointCont h2 {
		font-size: 20px;
	}
	.mentenanceWrap h1+p {
		text-align: left;
	}
	.mentenanceWrap {
		padding-bottom: 30px;
	}
	.menteTxt_wrap {
		font-size: 14px;
		text-align: left;
	}
	.mentenanceWrap h1.buhinTitle {
		margin-top: 50px;
		font-size: 24px;
		padding: 8px 0;
	}

	.programArea {
		padding: 0 5% 10px;
		background: none;
	}
	.programArea .cont .txt01 {
		background: rgba(0,0,0,.5);
	}
	.programArea .cont ul li {
		width: 50%;
	}
	.programArea .cont ul li {
		width: 50%;
		text-align: center;
	}
	.programArea .cont ul li {
		padding-right: 0;
	}
	.programArea .cont ul li img {
		height: auto;
		max-height: 44px;
		width: auto;
	}
	.programArea .cont ul+ p.left {
		display: none;
	}
	.programArea .cont {
		padding-top: 15px;
	}
	.programArea .caseArea {
		padding: 30px 5% 5px;
	}
	.stepTtl {
		padding-left: 0;
		background-position: right top 50px;
		text-align: center;
		padding-top: 65px;
		margin-bottom: 15px;
	}
	.stepTtl > span {
		font-size: 20px;
	}
	.stepTtl > img {
		left: 0;
		right: 0;
		margin: auto;
	}
	.programArea .stepArea .photo,
	.programArea .stepArea .txt02,
	.programArea .caseArea .inner .photo,
	.programArea .caseArea .txt03{
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	#program .programWrap {
		margin-bottom: 0;
	}
	.programArea .botBtn li {
		display: block;
		margin-bottom: 15px;
	}
	#programDetail {
		padding-bottom: 40px;
	}
	/*ラインナップ一覧
	---------------------------*/
	.contactBnr {
		margin-bottom: 30px;
	}
	.btnArea {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.btnArea li ,
	#lineupList .btnArea li {
		width: 50%;
		margin-bottom: 10px;
	}
	.btnArea li a span {
			font-size: 12px;
		white-space: nowrap;
	}
	.btnArea li:nth-of-type(even) {
		padding-right: 0!important;
	}
	.subHead {
		background-position: top center;
	}
	.btnArea li a {
		background-position: center center;
	}
	.lineupArea .cont p.sold {
		width: 100%;
		padding-bottom: 5px;
	}
	.lineupArea .cont {
		padding-left: 0;
	}
	.lineupArea .cont .pro dd {
		min-height: 40vw;
	}
	.lineupArea .cont .pro,
	.lineupArea .cont .inner {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.lineupArea .cont .inner .list {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.lineupArea .cont .inner .list li {
		width: 50%;
		float: none;
	}
	.lineupArea .cont .inner .list li:nth-of-type(even) {
		padding-right: 0;
	}
	.lineupArea .cont .inner .listTxt02 {
		font-size: 11px;
		max-width: 100%;
		white-space: nowrap;
	}
	.lineupArea .cont .inner .detail {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
	.lineupArea .cont .inner .detail .priceTxt ,
	.lineupArea .cont .inner .detail .detailBtn {
		float: none;
		width: 100%;
	}
	.lineupArea .cont .inner .detail .detailBtn {
		order: 1;
		text-align: center;
	}
	.detailBtn a {
		margin: 10px auto 0;
		max-width: 80%;
	}
	
	/*ラインナップ詳細
	--------------------------*/
	.headTit03 {
		line-height: 1.4;
		padding: 5px 20px;
		font-size: 18px;
	}
	.linupDetail .detailBox .list li {
		margin-bottom: 5px;
	}
	.linupDetail .detailBox table th,
	.linupDetail .detailBox table th.th01,
	.linupDetail .detailBox table td.td01,
	.linupDetail .detailBox table td,
	.linupDetail .detailBox table th.th02,
	.linupDetail .detailBox table td.td02{
		display: block;
		width: 100%;
	}
	.linupDetail .detailBox p {
		padding: 0!important;
		font-size: 10px;
	}
	.linupDetail .detailBox02 .photo {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.linupDetail .detailBox02 .detailCont {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	.linupDetail .cont .title {
		font-size: 15px;
		text-align: left;
		margin-bottom: 20px;
	}
	.linupDetail .detailBox03 .apfBox {
		text-align: center;
	}
	.linupDetail .detailBox03 .apfBox .tit,
	.linupDetail .detailBox03 .apfBox .txt02,
	.linupDetail .detailBox03 .apfBox .txt03{
		text-align: left;
	}
	.linupDetail .detailBox .list li .listTxt01, .linupDetail .detailBox .list li .listTxt02 {
		padding: 0 10px!important;
	}
	.linupDetail .detailBox03 .graph {
		background: url(../../images/lineup/img01_sp.jpg) no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 95vw;
	}
	.yellow {
		display: none;
	}
	.linupDetail .detailBox04 div ul li span {
		width: 100%;
		display: block;
		margin-top: 5px;
	}
	
	/*サーチ
	------------------------------*/
	.btnArea {
		padding-bottom: 20px;
	}
	.headTit02 {
		font-size: 16px;
	}
	.searchArea .cont .inner {
		width: 100%;
	}
	.headTit04 {
		margin-bottom: 5px;
	}
	.headTit04 a {
		display: block;
		top: 100%;
	}
	.searchArea .cont02 {
		padding-left: 0;
	}
	.searchArea .cont02 .photo,
	.searchArea .cont02 .inner {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.searchArea .cont02 .photo {
		text-align: center;
	}
	.searchArea .cont02 .inner ul li {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.searchArea .detailBtn03 {
		order: 1;
		width: 100%;
		background: #d1e9ff;
		margin-bottom: 20px;
		text-align: center;
		font-weight: bold;
		margin-top: 5px;
	}
	/*よくある質問
	----------------------------*/
	.faq .caseFaq .case,
	.faq .caseFaq .faq {
		float: none;
		width: 100%;
	}
	.faq .caseFaq .case{
		text-align: center;
		margin-bottom: 15px;
	}	
	.faqTEl {
		text-decoration: underline!important;
	}

	/*会社概要
	-----------------------------*/
	.companyArea .profile,
	.companyArea .link {
		float: none;
		width: 100%;
	}
	.companyArea .txtArea p {
		font-size: 14px;
	}
	.companyArea .profile{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.companyArea .profile dl dt {
		padding: 0 2%;
	}
	.companyArea .title span {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.companyArea .link {
		padding-left: 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	/*フッター
	---------------------------*/
	.foot_bnrs {
		display: block;
	}
	.foot_bnrs dl {
		width: 100%;
		margin-bottom: 30px;	
	}
	.foot_bnrs dt {
		text-align: center;
	}
	#footer .menu-icon {
		position: static;
		text-align: center;
		font-weight: bold;
		color: #fff;
		font-size: 18px;
		padding: 7px;
		background: #1f1f1f;
		text-decoration: none;
	}
	#footer .fnavi {
		display: none;
		background: #f2f2f2;
		padding: 0;
		color: #000;
	}
	#footer .fnavi li {
		width: 100%;
		display: block;
	}
	#footer .fnavi li a{
		width: 100%;
		display: block;
		color: #666;
		padding: 10px 0;
		border-bottom: 1px solid #dedede;
	}
	#footer .fnavi li span {
		display: none;
	}
	#finner .flogo {
		padding-top: 30px;
		font-size: 16px;
	}
	#finner .flogo img {
		width: 80%;
		height: auto;
		margin: auto;
	}
	#finner .ftel {
		padding-top: 20px;
	}
	#finner {
		text-align: center;
		padding: 0 5%;
	}
	#finner .flogo,#finner .ftel,
	#finner .ftel dt,#finner .ftel dd {
		float: none;
		max-width: 100%;
	}
	
	#finner .ftel dt {
		font-size: 16px;
		padding-right: 0!important;
		margin-bottom: 5px;
	}
	
	#finner .addr,#finner .ftel dd p,#finner .ftel dd .fo19 {
		font-size: 14px;
	}
	img[src*="/ftel.png"] {
		width: 75%;
		height: auto;
		display: block;
		margin: auto;
	}
	#finner .copyright {
		padding-top: 0;
		padding-bottom: 5px;
		font-size: 10px;
	}
	
	
	
	
}
@media screen and (max-width: 360px) {
	.btnArea li a span {
		font-size: 10px;
	}
}

