@charset "utf-8";
#site-nav{
	top:135px;
}
#site-nav #site-nav-menu .site-nav-menu_webmart_btn a,
.site-nav-menu_webmart_btn a, #productPage .site-nav-menu_webmart_btn a:link, #productPage .site-nav-menu_webmart_btn a:visited{
	background-color: #2878c8;
	color: #fff;
	padding: 5px 20px;
	border-radius: 18px;
	transition: color .3s linear .2s, border .3s linear 0s;	
}
#site-nav #site-nav-menu .site-nav-menu_webmart_btn a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#site-nav #site-nav-menu .site-nav-menu_webmart_btn:hover:after{
	content: none;
}
#site-nav #site-nav-menu .site-nav-menu_webmart_btn a:hover:after {
	content: none;
}
.custom-table{
	box-sizing: border-box;
	text-align: center;
	width: 100%;
    margin: auto;
	table-layout: fixed;
}
/*PC表示 2列のとき*/
.custom-table_col2{
	max-width: 700px;
}
/*PC表示 3列のとき*/
.custom-table_col3{
	max-width: 870px;
}
/*PC表示 4列のとき*/
.custom-table_col4{
	max-width: 1280px;
}
.custom-table th,.custom-table td{
    padding: 0 2%;	
}
.custom-table_col2 th,
.custom-table_col2 td{
	width: 37%;
}
.custom-table_col3 th,
.custom-table_col3 td
{
	width: 30%;
}
.custom-table_col4 th,
.custom-table_col4 td{
	width: 23%;
}
.custom-table th{
	padding-top: 20px;
	font-size: 11px;
	font-weight: normal;
}
.custom-table td{
	padding-top: 5px;
	font-size: 14px;
}
.custom-table-title th,.custom-table-title td{
	font-size: 18px;
}
.custom-table-title td{
	padding-top: 20px;
	padding-bottom: 20px;
}
.custom-table-title th span{
	border-bottom: solid 1px #999;
	display: block;
	padding-bottom: 20px;
}
.custom-table tr:last-child td{
	padding-top: 35px;
}
.custom-box-img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.custom-box-inner p.custom-box-text{
	padding: 20px 0 40px;
}
.custom-box-inner p.custom-box-text.u-bdt-n{
	border-top: none;
	padding: 0 0 15px;
	margin-top: 0;
}
.custom-box-inner .custom-box-text-area:last-of-type{
	padding-bottom: 30px;
}
.custom-box-inner .custom-box-text.height-line2{
	min-height: 54px;
}
.custom-box-inner .custom-box-text.height-line3{
	min-height: 81px;
}
.custom-box-inner .custom-box-text.height-line4{
	min-height: 108px;
}
.custom-table .btn-1,
.custom-box .btn-1{
  display:block;
  font-size:1.8rem;
  width:70%;
  text-align:center;
  border:1px solid #999;
  border:.1rem solid #999;
  padding:1rem 0;
  margin:0 auto;
  text-decoration:none;
  color:#333;
  background:url(/fmv/img2019/common/arrow_r_b.png) no-repeat right 50% #fff;
  -webkit-transition:all .3s;
  transition:all .3s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.custom-box .btn-1{
  margin-top: auto;
}
.custom-table .btn-1:hover,
.custom-box .btn-1:hover {
  background:url(/fmv/img2019/common/arrow_r.png) no-repeat right 50% #2878c8;
  border-color:#999;
  box-shadow: none;
  color:#fff;
}
/* カスタムメイドボタン色変更 */
.custom-table .btn-1.color-b,
.custom-box .btn-1.color-b{
	background: url(/fmv/img2019/common/arrow_r.png) no-repeat right 50%;
	background-color: transparent;
	border: .1rem solid #eee;
	color: #fff;
}
.custom-table .btn-1.color-b:hover,
.custom-box .btn-1.color-b:hover{
	background: url(/fmv/img2019/common/arrow_r_b.png) no-repeat right 50%;
	background-color: #fff;
	border: .1rem solid #999;
	color: #333;
}

.custom-table_col2 .btn-1{
	width: 55%;
}
.custom-box-text-area p:first-child{
  font-size: 15px;
  margin-bottom: 5px;
}
.custom-box-inner .custom-box-text-area:first-of-type p:first-child{
 font-size: 1.8rem;
}

@media screen and (min-width:500px) and (max-width:999px){
	.flex-box.custom-box{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.flex-box > div.custom-box-inner{
		display: flex;
		flex-direction: column;
		width: 48%;
		margin-top: 20px;
		margin-left: 1%;
		margin-right: 1%;
	}
	.custom-box-img{
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}

}
@media only screen and (max-width: 768px){
	.site-nav-menu_webmart_btn a, #productPage .site-nav-menu_webmart_btn a:link, #productPage .site-nav-menu_webmart_btn a:visited{
		margin: 20px 0;
		padding: 10px 30px;
		display: inline-block;
	}
}
@media screen and (max-width:499px) {
	.flex-box.custom-box {
		display: block;
	}
	.custom-box-inner{
		margin: 0 auto 50px;
	}
	.custom-box-inner:last-child{
		margin-bottom: 0;
	}
	.custom-box-inner .custom-box-text.height-line2,
	.custom-box-inner .custom-box-text.height-line3,
	.custom-box-inner .custom-box-text.height-line4{
		min-height: auto;
	}
}