@charset "utf-8";

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #333;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: currentColor;
}

body{
	font-size:12px;
	line-height: 16px;
	color:#333333;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	scrollbar-face-color: white; scrollbar-highlight-color:black;
	scrollbar-shadow-color:black; scrollbar-3dlight-color: white;
	scrollbar-arrow-color: black; scrollbar-track-color: white;
	scrollbar-darkshadow-color: white;
	-webkit-background-size: 3px 3px;
-moz-background-size: 3px 3px;
background-size: 3px 3px;
background-color: #ffffff;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ececec), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ececec),
            color-stop(.75, #ececec), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #ececec 25%, transparent 25%,
          transparent 50%, #ececec 50%, #ececec 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #ececec 25%, transparent 25%,
          transparent 50%, #ececec 50%, #ececec 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #ececec 25%, transparent 25%,
          transparent 50%, #ececec 50%, #ececec 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #ececec 25%, transparent 25%,
          transparent 50%, #ececec 50%, #ececec 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ececec 25%, transparent 25%,
          transparent 50%, #ececec 50%, #ececec 75%,
          transparent 75%, transparent);
}


/*=================================================
 * CSS MAIN
 * ================================================= */

h1{
	font-weight: normal;
	font-size: 10px;
	line-height: 1;
}

#bg{
	display: grid;
	min-height: 100vh;
	min-height: 100svh;
	grid-template-rows: auto 1fr auto;
	width: 650px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}


/** header **/

header{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 10px;
	border-bottom: 1px solid #1a335b;
	position: -webkit-sticky;
	position: sticky;
	z-index: 10001;
	background: #fff;
	top: 0;
}

#header_in{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 100%;
	font-size: 0;
	line-height: 0;
	height: 95px;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#header_logo{
	width: 165px;
}

#header_logo #home{
	display: inline-block;
	vertical-align: top;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#header_logo #home:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#header_logo #home img{
	width: 100%;
	height: auto;
}

#header_logo .hbt{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #5c6371;
	margin: 5px 0 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#header_logo .hbt em{
	position: relative;
	font-style: normal;
	letter-spacing: 3px;
}
#header_logo .hbt em:before,
#header_logo .hbt em:after{
	content: "";
	width: 8px;
	border-bottom: 1px solid #a5acba;
	position: absolute;
	top: 10px;
}
#header_logo .hbt em:before{	left: -15px;}
#header_logo .hbt em:after{	right: -15px;}

#header_logo a.hbt:before{
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: calc(50% - 2.5px);
	left: 8px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#header_logo a.hbt:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


#header_in .hbt_r{
	display: inline-block;
	width: 30px;
    font-size: 14px;
    line-height: 14px;
	text-align: center;
	margin-right: 10px;
	vertical-align: middle
}

#header_in .hbt_r span{
	transform: scale(-1, 1);
	font-size: 30px;
	font-weight: bold;
}


#header_in #prof{
	width: 90px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

#header_in #prof .img{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}
#header_in #prof .img img{
	width: 100%;
	max-width: 65px;
	height: auto;
}
#header_in #prof .name{
	margin: 3px 0 0 0;
	font-size: 10px;
	line-height: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}


/** navToggle **/
#navToggle{
	width: 55px;
	display: inline-flex;
	align-items: flex-start;
	align-content: flex-start;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: fixed;
	z-index: 100003;
	top: 15px;
	right: calc(50% - 310px);
}
#navToggle button,
#navToggle a{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	text-align: center;
	cursor: pointer;
	color: #333;
	background: none;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#navToggle button:focus{	outline: 0;}
#navToggle button em{
	width: 55px;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	text-align: center;
	position: absolute;
	bottom: -18px;
	right: -1px;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}
.bb{
	width: 25px;
	height: 2px;
	right: 14px;
	background: #1a335b;
	position: absolute;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}
.bb-1{	top:18px;}
.bb-2{	top:26px;}
.bb-3{	top:34px;}
.closebt em{
	color: #fff;
}
.closebt .bb-1{
	top: 26px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform:rotate(45deg);
}
.closebt .bb-2{
	opacity: 0;
}
.closebt .bb-3{
	top: 26px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/** nav **/
nav{
	position: fixed;
	z-index: 100002;
	width: 375px;
	height: 100vh;
	top: -150vh;
	right: calc(50% - 325px);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.opennav nav{
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	overflow: visible;
	overflow-y: auto;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}
.opennav nav::-webkit-scrollbar{	display: none;}


/** nav_logo **/

#nav_logo{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	position: absolute;
	z-index: 100003;
	top: 20px;
	left: 20px;
}
#nav_logo img{
	width: 120px;
	height: auto;
}


/** mainmenu **/

.mainmenu{
	height: auto;
	position: relative;
	margin: 0;
	padding: 0 50px;
	padding: 90px 50px 50px 50px;
	background: #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mainmenu ul{
	position: relative;
}
.mainmenu li{
	position: relative;
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #3a3a3a;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mainmenu li:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 17px;
	left: 8px;
}
.mainmenu li:nth-of-type(odd):before{	background: #ea3d3d;}
.mainmenu li:nth-of-type(even):before{	background: #16b03d;}
.mainmenu li.wh:before{	background: #fff;}
.mainmenu li:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #000;
	border-width: 2px 0px 2px 4px;
	position: absolute;
	top: 20px;
	left: 12px;
}
.mainmenu li > a{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	height: 44px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 0 0 0 24px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mainmenu li > a.sub{
	height: 30px;
	font-size: 14px;
	line-height: 20px;
}
.nav_sns_bt{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #3a3a3a;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nav_sns_bt a{
	position: relative;
	z-index: 2;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	margin: 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nav_sns_bt a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.nav_sns_bt .bt_line{	background: url(../img/sns_bt1.png) no-repeat #00b900; background-size: 30px auto;}
.nav_sns_bt .bt_x{	background: url(../img/sns_bt2.png) no-repeat #000; background-size: 30px auto; filter: invert();}
.nav_sns_bt .bt_sche{	background: url(../img/sns_bt3.png) no-repeat #17bba6; background-size: 30px auto;}
.nav_sns_bt .bt_tik{	background: url(../img/sns_bt4.png) no-repeat #fff; background-size: 30px auto;}
.nav_sns_bt .bt_insta{
	background-image:
	url(../img/sns_bt5.png),
	linear-gradient(45deg, rgba(255,207,0,1) 15%, rgba(255,55,0,1) 37%, rgba(255,0,197,1) 63%, rgba(118,9,255,1) 85%) !important;
	background-repeat: no-repeat, no-repeat;
	background-size: 30px auto, 30px auto;
}
.nav_sns_bt span{
	z-index: 2;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 12.5px;
	margin: 0 0 0 10px;
	padding: 0 10px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nav_f{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 20px 0 0 0;
}
.nav_f span{
	display: block;
	margin: 0 0 20px 0;
}
.nav_f span img{
	width: 66px;
	height: auto;
}
.nav_f a{
	display: inline-block;
	vertical-align: top;
}
.nav_f a img{
	width: 125px;
	height: auto;
}


main{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


.block_title.fix{
	position: -webkit-sticky;
	position: sticky;
	z-index: 9999;
	top: 96px;
}
.ss_title.fix{
	position: -webkit-sticky;
	position: sticky;
	z-index: 10001;
	top: 153px;
}

/** ad_bnr **/

#ad_bnr{
	text-align: center;
	font-size: 0;
	line-height: 0;
	padding: 15px 0;
	border-bottom: 2px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ad_pc{
	width: auto;
	margin: 0;
	padding: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.ad_pc a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 0;
}
.ad_pc a:last-of-type{	margin-bottom: 0;}
.ad_sp{	display: none;}
.ad_pc{	display: none;}
.ad_sp{
	display: block;
	max-width: 320px;
	margin: 0 auto;
}
.ad_sp a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px 0;
}
.ad_sp a img{
	width: 100%;
	max-width: 320px;
	height: auto;
}
.ad_sp a:last-of-type{	margin-bottom: 0;}

.ad_mv{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.ad_mv iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.ad_bnr img{
	width: 90%;
	max-width: 750px;
	height: auto;
}


/** aside **/

aside{
	width: auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
aside a{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 450px;
	font-size: 16px;
	line-height: 25px;
	color: #fff !important;
	height: 80px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-radius: 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
aside a:after{
	content: '';
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: calc(50% - 3.5px);
	right: 16px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
aside a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
aside a:nth-of-type(1){
	border-left: 10px solid #ab1b1b;
	background: url(../img/as_bt1.png) no-repeat top center;
	background-size: cover;
}
aside a:nth-of-type(2){
	border-left: 10px solid #995d0e;
	background: url(../img/as_bt2.png) no-repeat top center;
	background-size: cover;
}
aside a:nth-of-type(3){
	border-left: 10px solid #12822c;
	background: url(../img/as_bt3.png) no-repeat top center;
	background-size: cover;
}
aside a:nth-of-type(4){
	border-left: 10px solid #106bab;
	background: url(../img/as_bt4.png) no-repeat top center;
	background-size: cover;
}

aside a:last-of-type{	margin-bottom: 0;}


/** footer **/

footer{
	text-align: center;
}

footer .f_ktxet{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding: 5px 0;
	border-bottom: 2px solid #e6e6e6;
}
footer .f_ktxet span{ color: #ff0000;}

footer .f_menu{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0 10px 0;
}

#fbt{
	width: 650px;
	font-size: 0;
	line-height: 0;
	background: rgba(245, 245, 245, 0.7);
	margin: 0;
	padding: 5px 0;
	border-top: solid 1px rgba(0,0,0,0.15);
	position: fixed;
	bottom: 0;
	left: calc(50% - 325px);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#fbt a{
	display: inline-block;
	vertical-align: top;
	width: calc(90% / 4);
	max-width: 120px;
	padding: 0 0;
	/*border-right: solid 1px rgba(0,0,0,0.15);*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#fbt a:last-of-type{ border-right: none;}
#fbt a img{
	width: 80px;
	height: auto;
}


/***** COMMON CSS *****/

/**  block_title **/

.block_title{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	min-height: 55px;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #1a335b;
	padding: 7px 10px;
	border-top: 2px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.block_title span{
	width: 100%;
	font-size: 14px;
}
.block_title em{
	font-style: normal;
}

/** s_title **/

.s_title{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 60px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title span{
	font-size: 14px;
	line-height: 18px;
}
.s_title:after{
	content: "";
	width: 80px;
	height: 4px;
	background: #1a335b;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
}

.ss_title{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	padding: 7.5px 10px;
	background: #f5f5f5;
	box-shadow:0px 0px 0px 1px #ccc inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** info_list **/

#info_list{
	width: 1040px;
	margin: 0 auto;
	padding: 0 0 1px 0;
	border-bottom: 5px solid #1a335b;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info_list dl{
	display: flex;
	align-items: stretch;
	align-content: flex-start;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#info_list dt,
#info_list dd{
	padding: 10px 7px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info_list dt{
	font-size: 16px;
	background: #f5f5f5;
	box-shadow:0px 0px 0px 1px #ccc inset;
	text-align: center;
	margin-right: 1px;
}
#info_list dt:last-of-type{	margin-right: 0;}
#info_list dd{
	text-align: left;
	background: #fcf8e3;
	border-right: 1px solid #fff;
}
#info_list dd:nth-of-type(1){
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#info_list dd:nth-of-type(2) a{
	display: -webkit-inline-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#info_list dl:nth-of-type(even) dd{	background: #fff;}

#info_list dt:nth-of-type(1), #info_list dd:nth-of-type(1){	padding: 10px 7px;}
#info_list dt:last-of-type, #info_list dd:last-of-type{	border-right: none;}

#info_list.list dt:nth-of-type(1), #info_list.list dd:nth-of-type(1){	width: 210px;}
#info_list.list dt:nth-of-type(2), #info_list.list dd:nth-of-type(2){	width: calc(100% - 210px);}

#info_list.brand dt:nth-of-type(1), #info_list.brand dd:nth-of-type(1){	width: 65px; text-align: center;}
#info_list.brand dt:nth-of-type(2), #info_list.brand dd:nth-of-type(2){	width: calc(100% - 130px);}
#info_list.brand dt:nth-of-type(3), #info_list.brand dd:nth-of-type(3){	width: 65px; text-align: center;}

#info_list .del_btn{	cursor: pointer;}


/** info_list **/

#info_list2{
	width: 1040px;
	margin: 0 auto;
	padding: 0 0 1px 0;
	border-bottom: 5px solid #1a335b;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info_list2 dl{
	display: flex;
	align-items: stretch;
	align-content: flex-start;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#info_list2 dt,
#info_list2 dd{
	padding: 10px 7px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#info_list2 dt{
	color: #fff;
	background: #1a335b;
	text-align: center;
	border-right: 1px solid #fff;
}
#info_list2 dd{
	text-align: left;
	background: #fcf8e3;
	border-right: 1px solid #fff;
}
#info_list2 dd:nth-of-type(2){
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#info_list2 dd:nth-of-type(3) a{
	display: -webkit-inline-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#info_list2 dl:nth-of-type(even) dd{	background: #fff;}

#info_list2 dt:nth-of-type(1), #info_list2 dd:nth-of-type(1){	padding: 10px 7px;}
#info_list2 dt:last-of-type, #info_list2 dd:last-of-type{	border-right: none;}

#info_list2.list dt:nth-of-type(1), #info_list2.list dd:nth-of-type(1){	width: 135px;text-align: center;}
#info_list2.list dt:nth-of-type(2), #info_list2.list dd:nth-of-type(2){	width: 210px;}
#info_list2.list dt:nth-of-type(3), #info_list2.list dd:nth-of-type(3){	width: calc(100% - 345px);}


	#info_list{
		width: auto;
		margin: 0;
		padding: 0 0 1px 0;
		margin: 0 2px;
	}
	#info_list dl{
		font-size: 13px;
		line-height: 15px;
	}
	#info_list dd{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	#info_list dt:nth-of-type(1){	font-size: 13px;}
	#info_list dl:nth-of-type(1) dt:nth-of-type(1){	font-size: 16px;}
	#info_list dd:nth-of-type(1){	font-size: 13px;}


	#info_list.list dt:nth-of-type(1), #info_list.list dd:nth-of-type(1){	width: 155px;}
	#info_list.list dt:nth-of-type(2), #info_list.list dd:nth-of-type(2){	width: calc(100% - 155px);}

	#info_list.brand dt:nth-of-type(1), #info_list.brand dd:nth-of-type(1){	width: calc(100% - 75px);}
	#info_list.brand dd:nth-of-type(1){	text-align: left;}
	#info_list.brand dt:nth-of-type(2), #info_list.brand dd:nth-of-type(2){	width: 75px; text-align: center;}

	#info_list.list dd:nth-of-type(2) a,
	#info_list.brand dd:nth-of-type(1) a{
		-webkit-line-clamp: 3;
	}




	#info_list2{
		width: auto;
		margin: 0;
		padding: 0 0 1px 0;
		margin: 0 2px;
	}
	#info_list2 dl{
		font-size: 13px;
		line-height: 15px;
	}
	#info_list2 dd{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	#info_list2 dt:nth-of-type(1){	font-size: 13px;}
	#info_list2 dd:nth-of-type(1){	font-size: 13px;}

	#info_list2 dl:nth-of-type(1) dt{	font-size: 16px;}
	#info_list2.list dt:nth-of-type(1), #info_list2.list dd:nth-of-type(1){	width: 70px; padding: 10px 2px;}
	#info_list2.list dt:nth-of-type(2), #info_list2.list dd:nth-of-type(2){	width: 120px;}
	#info_list2.list dt:nth-of-type(3), #info_list2.list dd:nth-of-type(3){	width: calc(100% - 190px);}

	#info_list2.list dd:nth-of-type(3) a{
		-webkit-line-clamp: 2;
	}




/** mypage_info **/

#mypage_info{
	margin: 0 0;
	border-bottom: 5px solid #1a335b;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#mypage_info h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #1a335b;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#mypage_info > div{
	padding: 15px 15px;
	text-align: left;
}
#mypage_info > div:nth-of-type(odd){	background: #fcf8e3;}
#mypage_info > div a{	color: currentColor;}
#mypage_info > div .date{
	font-size: 11px;
	line-height: 18px;
	color: #777;
	margin: 0 0 0px 0;
}
#mypage_info > div .title{
	overflow: hidden;
	display: -webkit-box;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 3px 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
#mypage_info > div .name{
	font-size: 13px;
	line-height: 18px;
	color: #264a83;
}


/** basic_list **/

.basic_list{
	font-size: 0;
	line-height: 0;
	padding: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.basic_list:last-of-type{	border-bottom: 5px solid #1a335b;}
.basic_list ul{}
.basic_list li{
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.basic_list li a,
.basic_list li p{
	display: block;
	color: currentColor;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	padding: 12px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.basic_list li:nth-of-type(even){	background: #fcf8e3;}
.basic_list li a:before{
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: calc(50% - 4px);
	right: 9px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.basic_list li a span,
.basic_list li p span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 1.4;
	margin-left: 5px;
	top: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** bt **/

.bt_bg{
	text-align: center;
}
.bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 280px;
	height: 60px;
	font-size: 16px !important;
	font-weight: bold;
	line-height: 20px !important;
	color: #ff4e00 !important;
	border: 1px solid #ff4e00;
	background: none;
	border-radius: 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.bt:hover{
	text-decoration: none;
	color: #fff !important;
	background: #ff4e00;
}


/** zero **/

.zero{
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 100px 0;
}
.zero_bd{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	margin: 50px 15px;
	padding: 50px 10px;
	border: 3px double #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.zero_bd span{	color: #ff9900;}
.subcaution{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding: 0 10px;
}
.subcaution span{	color: #ff0000;}

@media screen and (max-width: 650px) {
	.zero{
		font-size: 14px;
		padding: 50px 10px;
	}
	.zero_bd{
		font-size: 14px;
		text-align: center;
	}
}

.red{	color: #ff0000;}

.pc_none{ display: none;}



/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	.pc_none{ display: inline-block;}
	#bg{
		width: 100%;
		margin: 0;
	}
	#navToggle{
		top: 15px;
		right: 15px;
	}
	nav{
		width: 100%;
		right: 0;
	}
	.mainmenu{
		height: auto;
		position: relative;
		margin: 0;
		padding: 90px 20px 120px 20px;
	}
	#fbt{
		width: 100%;
		left: 0;
	}
}

