@charset "utf-8";/* html/body設定----------------------------------------------------------------*/
body{width:100%;color:#333;background:#F5F9FA;font-size:16px;line-height:1; letter-spacing: 1px; -webkit-text-size-adjust:none;/* 縦横文字サイズ同じ */
-webkit-font-smoothing:antialiased;font-family:"Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
a{color:#0b768d;}
a:hover{color:#286C7C }
strong{font-weight:bold;}
/*===============================================================基本文字サイズ===============================================================*/
h2{font-weight:bold;line-height:1.5;}
h3{font-weight:bold;line-height:1.5;}
h4{line-height:1.5;font-weight:bold;}
p{line-height:1.5;}
sup{margin:0;padding:0;font-size:11px;line-height:1.5;}
h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd{font-size:16px;}

/*===============================================================bese===============================================================*/

/*  display
-----------------------------------------------------------------------------*/
.sp,
.sp_block{display:none;}/*width:768px以下の場合のみ表示*/
@media only screen and (max-width :768px) {
  .pc{display:none !important;}
  .sp{display:inline;}
  .sp_block{display:block;}
}

/*  width
-----------------------------------------------------------------------------*/
.w10p{width:10%;height:auto;box-sizing: border-box;}
.w20p{width:20%;height:auto;box-sizing: border-box;}
.w30p{width:30%;height:auto;box-sizing: border-box;}
.w40p{width:40%;height:auto;box-sizing: border-box;}
.w50p{width:50%;height:auto;box-sizing: border-box;}
.w60p{width:60%;height:auto;box-sizing: border-box;}
.w70p{width:70%;height:auto;box-sizing: border-box;}
.w80p{width:80%;height:auto;box-sizing: border-box;}
.w90p{width:90%;height:auto;box-sizing: border-box;}
.w95p{width:95%;height:auto;box-sizing: border-box;}
.w100p{width:100%;height:auto;box-sizing: border-box;}

/*  font
-----------------------------------------------------------------------------*/
.txt45 { font-size: 45px !important; line-height: 1.6; }
.txt42 { font-size: 42px !important; line-height: 1.6; }
.txt35 { font-size: 35px !important; line-height: 1.6; }
.txt30 { font-size: 30px !important; line-height: 1.6; }
.txt28 { font-size: 28px !important; line-height: 1.6; }
.txt26 { font-size: 26px !important; line-height: 1.6; }
.txt25 { font-size: 25px !important; line-height: 1.6; }
.txt24 { font-size: 24px !important; line-height: 1.6; }
.txt23 { font-size: 23px !important; line-height: 1.6; }
.txt22 { font-size: 22px !important; line-height: 1.6; }
.txt21 { font-size: 21px !important; line-height: 1.6; }
.txt20 { font-size: 20px !important; line-height: 1.6; }
.txt19 { font-size: 19px !important; line-height: 1.6; }
.txt18 { font-size: 18px !important; line-height: 1.6; }
.txt16 { font-size: 16px !important; line-height: 1.6; }
.txt15 { font-size: 15px !important; line-height: 1.6; }
.txt14 { font-size: 14px !important; line-height: 1.6; }
.txt13 { font-size: 13px !important; line-height: 1.6; }
.txt12 { font-size: 12px !important; line-height: 1.6; }
.txt11 { font-size: 11px !important; line-height: 1.6; }
.txt10 { font-size: 10px !important; line-height: 1.6; }
.txt_b { font-weight: bold; }
.lh160p{line-height:1.6;}
.lh200p{line-height:2;}
.lh215p{line-height:2.15;}
.lh250p{line-height:2.5;}
.lp_minus { letter-spacing:-1px;}
.m_t10{margin-top: 10px;}
.p_b80{padding-bottom: 80px!important;}
/*  color
-----------------------------------------------------------------------------*/
.red{color: #D90000;}
.yellow{color: #FFFF00;}
.blue{color: #00468C;}

/*	margin padding
-----------------------------------------------------------------------------*/
.m_b00 { margin-bottom: 0px !important; }
.m_b05 { margin-bottom: 5px !important; }
.m_b10 { margin-bottom: 10px !important; }
.m_b15 { margin-bottom: 15px !important; }
.m_b20 { margin-bottom: 20px !important; }
.m_b25 { margin-bottom: 25px !important; }
.m_b30 { margin-bottom: 30px !important; }
.m_b35 { margin-bottom: 35px !important; }
.m_b40 { margin-bottom: 40px !important; }
.m_b45 { margin-bottom: 45px !important; }
.m_b50 { margin-bottom: 50px !important; }
.m_b55 { margin-bottom: 55px !important; }
.m_b60 { margin-bottom: 60px !important; }
.m_b65 { margin-bottom: 65px !important; }
.m_b70 { margin-bottom: 70px !important; }
.m_b75 { margin-bottom: 75px !important; }
.m_b80 { margin-bottom: 80px !important; }
.m_b85 { margin-bottom: 85px !important; }
.m_b90 { margin-bottom: 90px !important; }
.m_b95 { margin-bottom: 95px !important; }
.m_auto { margin-left: auto !important; margin-right: auto !important; }
@media only screen and (max-width :768px) {
  .m_b00 { margin-bottom: 0px !important; }
  .m_b05 { margin-bottom: 5px !important; }
  .m_b10 { margin-bottom: 8px !important; }
  .m_b15 { margin-bottom: 10px !important; }
  .m_b20 { margin-bottom: 12px !important; }
  .m_b25 { margin-bottom: 13px !important; }
  .m_b30 { margin-bottom: 15px !important; }
  .m_b35 { margin-bottom: 17px !important; }
  .m_b40 { margin-bottom: 20px !important; }
  .m_b45 { margin-bottom: 22px !important; }
  .m_b50 { margin-bottom: 25px !important; }
  .m_b55 { margin-bottom: 27px !important; }
  .m_b60 { margin-bottom: 30px !important; }
  .m_b65 { margin-bottom: 32px !important; }
  .m_b70 { margin-bottom: 35px !important; }
  .m_b75 { margin-bottom: 37px !important; }
  .m_b80 { margin-bottom: 40px !important; }
  .m_b85 { margin-bottom: 42px !important; }
  .m_b90 { margin-bottom: 45px !important; }
  .m_b95 { margin-bottom: 47px !important; }
}

/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right !important; }
.align_c { text-align: center !important; }
.align_l { text-align: left !important; }
.sp_align_r{}
.sp_align_c{}
.sp_align_l{}
.valign_b { vertical-align: bottom; }
.valign_m { vertical-align: middle; }
.valign_t { vertical-align: top; }
@media only screen and (max-width :768px) {
.sp_align_r,
.align_r.sp_align_r,
.align_c.sp_align_r,
.align_l.sp_align_r{ text-align: right !important; }
.sp_align_c,
.align_r.sp_align_c,
.align_c.sp_align_c,
.align_l.sp_align_c{ text-align: center !important; }
.sp_align_l,
.align_r.sp_align_l,
.align_c.sp_align_l,
.align_l.sp_align_l{ text-align: left !important; }
}
/*	photo 
-----------------------------------------------------------------------------*/
.photo_img, .photo_left, .photo_right { padding: 7px; border: #E8E8E8 1px solid; background: #FFFFFF; }
.photo_img { margin: 0 0px 8px 0; }
.photo_left { margin: 0 8px 8px 0; float: left; }
.photo_right { margin: 0 0 8px 8px; float: right; }

.img_photo { margin: 0 0px 8px 0; }
.img_left { margin: 0 8px 8px 0; float: left; }
.img_right { margin: 0 0 8px 8px; float: right; }
@media only screen and (max-width :768px) {
	.photo_img, .photo_left, .photo_right,
	.img_photo, .img_left, .img_right { margin-left: auto; margin-right: auto; display: block; float: none;}
}
/*  float
-----------------------------------------------------------------------------*/
.fl {float: left;}
.fr {float: right;}


/*===============================================================レイアウト===============================================================*/
.wrapper{background:#F5F9FA; url("../../image/main_bg.jpg") top center repeat-x;}
.content_width{width:auto;max-width:980px;margin-left:auto;margin-right:auto;box-sizing:border-box;-webkit-box-sizing:border-box;}
.mid_width{width:auto;max-width:1100px;margin-left:auto;margin-right:auto;box-sizing:border-box;-webkit-box-sizing:border-box;}
.narrow_width{width:auto;max-width:900px;margin-left:auto;margin-right:auto;box-sizing:border-box;-webkit-box-sizing:border-box;}
.section_wrp{margin-top:0;}
#section06{background:#FFF;color:#000;}
#section06 .section_inner{padding-bottom:60px !important;background:#F5F9FA;}

/* header */
.header_wrp{width: 100%; background: #eaeef2 0% 0% no-repeat padding-box;}
.header_wrp .header { overflow: hidden; padding: 15px 0; height: auto; max-width: 1080px;}
.header_wrp .header .logo{text-align: center; width: auto; position:static; height: auto;}
.top.notmember .header_wrp .header .logo{text-align:left;}
.header_wrp .header .nav{margin-left: auto; position: static; width: auto; height: auto; float: right;}
.header_wrp .header .nav ul{text-align: right;}
.header_wrp .header .nav ul li{ width: auto; font-size: 16px; font-weight: bold; line-height: 32px; float: none; display: inline-block;}
.header_wrp .header .nav ul li a{padding: 0 14px !important; color: #555; }
.header_wrp .header .nav ul li a:before{display: none !important;}
.header_wrp .header .nav ul li.username {font-size: 14px;}

.header_wrp .header .nav ul li.member_box a{background: #FFA545; color: #fff; padding:2px 30px !important; border-radius: 5px; }

/* navigation_wrp */
.navigation_wrp{display: none;}

/* pankuzu */
.pankuzu .content_width {max-width: 1080px; padding: 0;}

/* localnav */
.localnav .navlist{max-width: 1120px;}

/* other */
.localnav,
.pankuzu,
.content_cart{background: none;}

/* footer */
#footer{ background: #DDDDDD; padding: 25px 0; text-align: center;}
.footer_wrp{background-color: #777777; color: #fff; text-align: center; padding: 20px 0;}
.l-footer-right + .l-footer-left{width: auto; display: block; text-align: center; float:none;}
#btn_pagetop a{background-color: #b3b3b3 !important;}
.footerContent .content{padding: 20px 40px; background-color: #fff;}


/* common
----------------------------------------------------------*/
/* 見出しカスタマイズ */
.headline{margin-bottom: 30px;}
.headline .title { border-bottom: none; font-size: 28px; padding-bottom: 20px;color: #333; text-align: center; position: relative;font-weight: bold;
  line-height: 1.4;margin-top: 40px;padding-left: 20px;padding-right: 20px;}

/*  ボタン関連カスタマイズ  */
.btn_detail.big_btn{ max-width: 660px;}
.btn_detail.big_btn a{ padding: 30px 30px; font-size: 26px; color: #fff; letter-spacing: 2px; text-align: center; border-radius: 5px; line-height: 1.2; text-decoration: none; display: block; width: 100%; position: relative; font-weight: bold; transition: 0.5s;}
.btn_detail.big_btn a::after{content: ""; position: absolute; top: 50%; margin-top: -4px; transform: rotate(-45deg); width: 8px; height: 8px; right: 15px; border-right: solid 3px #fff; border-bottom: solid 3px #fff; transition: 0.5s;}
.btn_detail.big_btn a:hover{opacity: 0.5;}
.btn_detail.big_btn a:hover::after{right: 10px;}

.btn_detail.btn_next a, .btn_detail.btn_next button, .btn_detail.btn_next input, .btn_detail.regist a{ background-color: #FF8A15;}
.btn_detail.btn_other a, .btn_detail.btn_other button, .btn_detail.btn_other input{ background-color: #999999;}
.btn_detail.btn_other a:hover, .btn_detail.btn_other button:hover, .btn_detail.btn_other input:hover{ opacity: 0.7;}

[class^="btn_"].btn_detail a, [class^="btn_"].btn_detail button, [class^="btn_"].btn_detail input, .submit_btns .custom_items_button{ padding-top: 20px; padding-bottom: 20px;}

section.box_wrp{padding: 0; margin-bottom: 80px;}
.section_inner{padding-top: 20px; margin-bottom: 0px !important; box-sizing: border-box; background-color: none; border-radius: 8px;}

/* top
----------------------------------------------------------*/
#top_main_img{padding: 0;}
#top_main_img dl{height: 370px; display: flex; justify-content: space-between; align-items: center;}

.btn_detail.big_btn.top_main_imgbtn{margin: 20px auto 80px auto;}

/* #section01 */
.top_contents #section01 #top_flow_box .top_flow_img{max-width: 153px;}
.top_contents #section01 #top_flow_box ul li{background-color: #fff;}
.top_contents #section01 #top_flow_box ul li:nth-child(odd){background-color: #EAF8FD;}
.top_contents #section01 #top_flow_box ul li .content_width{ display: flex; justify-content: space-between; flex-direction:row-reverse; padding: 20px 0;}
.top_contents #section01 #top_flow_box dl{max-width: 800px;}
.top_contents #section01 #top_flow_box dl dt{font-size: 24px; letter-spacing: 2px; margin-bottom: 30px; font-weight: bold;}
.top_contents #section01 #top_flow_box dl dt img{vertical-align: baseline; margin-right: 10px;}

/* #section02 */
.top_contents #section02{background: url("../../image/bg_line.gif") repeat-y top center; padding: 80px 0;}
.top_contents #section02 dl{display: flex; justify-content: space-between; margin-bottom: 40px; }
.top_contents #section02 dl:nth-child(2n){flex-direction: row-reverse;}
.top_contents #section02 dl dt{margin-bottom: 10px; }
.top_contents #section02 dl dd{padding: 25px 0px 25px 40px;width: 365px; box-sizing: border-box;}
.top_contents #section02 dl:nth-child(2n) dd{padding: 25px 40px 25px 0px;}
.top_contents #section02 dl dd h3{margin-bottom: 25px; font-size: 20px;}

/* #section03 */
.top_contents #section03 ul{margin-bottom: 50px;}
.top_contents #section03 ul li{background-color: #fff;padding: 10px 0;}
.top_contents #section03 ul li:nth-child(odd){background-color: #EAF8FD;}
.top_contents #section03 dl dt,
.top_contents #section03 dl dd{ padding: 20px 0 20px 55px; background-position:5px 6px; background-repeat: no-repeat; background-image: url("../../image/qa-list_q.png"); font-size:18px; }
.top_contents #section03 dl dd{background-image: url("../../image/qa-list_a.png"); font-size: 16px;}

.copyright{font-size:12px;}

/* 商品一覧
----------------------------------------------------------*/
.section_inner.l-section-wide .content_cart{display: block; }
.section_inner.l-section-wide .l-productListItem{background-color: #fff;}
.m-product-detail .o-product-name a{text-decoration: underline;}

/* 会員登録
----------------------------------------------------------*/
.content.form h3,
.content.form p{text-align: center;}
#password_policy{display: none;}
.m-inputCustomerInfo.u-2cols-container .o-right .caption{text-align: left;}
.ui-spinner input[type="text"]{	vertical-align: top;}
/* 入力項目を短くする 生成部分なので変わる場合もある */
/* 郵便番号、電話番号 */
#custom_items_8c78f7e8-b4dc-11e9-a879-000d3a50cc50,
#custom_items_d009c01a-b4dc-11e9-a879-000d3a50cc50{width: 30%;}
/*申込ID数*/
#custom_items_99f3f47d-7874-4aba-bf6f-514ef6b4cf82{width: 10%;}


/* 1280px*/
@media screen and (max-width:1280px){}
/* for tablet max-width:1280px */
/* タブレット以下 */
@media screen and (min-width:1160px){.mid_width{width:100%;}
.tabaccordionhead ul{text-align:center;}
.tabaccordionhead ul li{display:inline-block;float:none;}
.section_product_detail2 + #section02 .content_width{max-width:100%;}
.section_product_detail2 + #section02 .content_width .fitimg{text-align:center;}
.section_product_detail2 + #section02 .content_width .tabcontent{padding-bottom:100px;}
.section_product_detail2 + #section02 .content_width .fitimg img{width:auto;margin:0 auto !important;}
.section_product_detail2 + #section02 .content_width .fitimg .btn_prev{margin-bottom:60px;}
.section_product_detail2 + #section02 .section_inner{padding:60px 0 0;}
.section_product_detail2 + #section02 .content_width .tabaccordionbody{padding:80px 0 0;}
.section_product_detail2 + #section02 .content_width .tabcontent{display:block !important;}
}
@media screen and (max-width:1160px){.sp_img{width:100% !important;}
}
/* for tablet max-width:768px */
/* タブレット以下 */
@media screen and (max-width:768px){
.narrow_width{padding:0;}
.content_width{padding:0;}
.section_product_detail2 + #section02 .content_width .fitimg img{width:100%;}
/* header */
.header_wrp{ position:relative; top: 0; width: 100%;}
.header_wrp .header { padding: 8px 0px;}
.header_wrp .header .logo{margin-left:0;}
	.header_wrp .header .logo img{width: 130px; height: auto; padding-top: 0;}
	.header_wrp .header .logo a{height: auto; line-height: inherit;}

	/* navi */
	.header_wrp .header .nav:after{top: 5px; right: 5px; color: #888; line-height: 1;}
	.header_wrp .header .nav.open:after{ font-size: 22px;}
	.header_wrp .header .nav.open{position: relative; cursor: pointer; width: 100%; padding: 30px; overflow: hidden; float: none; border: none;}
	.header_wrp .nav .navlist.open{width: 100%; position: relative; background: #fff; top: 10px;}
	.header_wrp .header .nav{border: none;}
	.header_wrp .header .nav ul li{display: block; margin: 0 0px;}
	.header_wrp .header .username{padding-right: 0; margin-bottom: 10px !important;}
	.header_wrp .header .nav ul li a{text-align: left; border-bottom: 1px solid #ddd; padding: 0 0 10px 0; margin-bottom: 10px; position: relative;}
	.header_wrp .header .nav ul li a::after{content: ""; position: absolute; display: block; width: 8px; height: 8px; border-right: solid 2px #ddd; border-bottom: solid 2px #ddd; transform: rotate(-45deg); top: 50%; right: 10px; margin-top: -4px;}

/* common
----------------------------------------------------------*/
/* 見出しカスタマイズ */
.headline{margin-bottom: 15px !important;}
.headline .title { font-size: 20px;}
.popbox .popbox_body h3{
  font-size: 14px!important;
}

/*  ボタン関連カスタマイズ  */
.btn_detail.big_btn a{ padding: 10px 30px; font-size: 20px;letter-spacing: 1px; text-align: center;}

section.box_wrp{padding: 0; margin-bottom: 40px;}
	
	
/* top
----------------------------------------------------------*/
#top_main_img dl{height:auto; display: block; padding: 25px 30px; text-align: center;}
#top_main_img dl dt,
#top_main_img dl dd{display:inline-block;}
#top_main_img dl dt img,
#top_main_img dl dd img{width: 80%; height: auto;}
#top_main_img dl dt{margin-bottom: 10px; overflow: hidden;}

.btn_detail.big_btn.top_main_imgbtn{margin: 20px auto 40px auto;}

/* #section01 */
.top_contents #section01 #top_flow_box .top_flow_img{max-width: 153px; margin: 0 auto 10px auto;}
.top_contents #section01 #top_flow_box ul li {padding: 0 15px;}
.top_contents #section01 #top_flow_box ul li .content_width{ display:block;}
.top_contents #section01 #top_flow_box dl{max-width:inherit; display: block;}
.top_contents #section01 #top_flow_box dl dt{font-size: 20px; letter-spacing: 1px; }
.top_contents #section01 #top_flow_box dl dt img{width: 80px;}

/* #section02 */
.top_contents #section02{background: url("/image/bg_line.gif") repeat-y top center; padding: 40px 0;}
.top_contents #section02 dl{display:block; margin-bottom: 20px; }
.top_contents #section02 dl dt{margin-bottom: 10px; }
.top_contents #section02 dl dd{width:auto; padding: 0px 15px 10px 15px !important; display: block; box-sizing: border-box;}
.top_contents #section02 dl dd h3{margin-bottom: 15px; font-size: 20px;}

/* #section03 */
.top_contents #section03 ul{margin-bottom: 25px;}
.top_contents #section03 ul li{padding: 10px 0;}
.top_contents #section03 dl dt,
.top_contents #section03 dl dd{ padding: 10px 15px 10px 55px;font-size:16px; }
.top_contents #section03 dl dd{font-size: 14px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.sp_iframe{width:100%;}
}
/* for SP max-width:480px */
/*===============================================================grid===============================================================*/
.gridcontainer{}
.gridcontainer_mt0{margin-top:-50px;}
.gridcontainer .grid{float:left;}
.grid{margin-top:50px;}
/*gridSize:445 gutterSize:50 column:2 */
.gridwrp_2{width:105.319%;}
.gridwrp_2 .grid_2{width:94.949%;margin-right:5.051%;}
.gridwrp_2 .grid_1{width:44.949%;margin-right:5.051%;}
.gridwrp_2 .grid:nth-child(2n+1){clear:both;}
/*gridSize:400 gutterSize:40 column:3 */
.gridwrp_3{width:103.125%;}
.gridwrp_3 .grid_3{width:96.970%;margin-right:3.030%;}
.gridwrp_3 .grid_2{width:63.636%;margin-right:3.030%;}
.gridwrp_3 .grid_1{width:30.303%;margin-right:3.030%;}
.gridwrp_3 .grid:nth-child(3n+1){clear:both;}
/*gridSize:210 gutterSize:40 column:4 */
.gridwrp_4{width:104.167%;}
.gridwrp_4 .grid_4{width:96.000%;margin-right:4.000%;}
.gridwrp_4 .grid_3{width:71.000%;margin-right:4.000%;}
.gridwrp_4 .grid_2{width:46.000%;margin-right:4.000%;}
.gridwrp_4 .grid_1{width:21.000%;margin-right:4.000%;}
.gridwrp_4 .grid:nth-child(4n+1){clear:both;}
.column + .gridcontainer{margin-top:-20px;}
 /* タブレット以下 */
@media screen and (max-width:768px){.gridcontainer_mt0{margin-top:-20px;}
.grid{margin-top:20px;}
.grid_border > *{padding:20px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.gridwrp_3,.gridwrp_3 .grid_1,.gridwrp_2,.gridwrp_2 .grid_1{width:100%;margin-right:0;}
.gridwrp_4{width:105.000%;}
.gridwrp_4 .grid_1{width:45.238%;margin-right:4.762%;}
.grid:first-child{/*margin-top:0px;*/
}
.gridwrp_4 .grid:nth-child(2){/*margin-top:0;*/
}
.sp_gridwrp2 .gridwrp_3{width:105.319%;}
.sp_gridwrp2 .gridwrp_3 .grid_2{width:94.949%;margin-right:5.051%;}
.sp_gridwrp2 .gridwrp_3 .grid_1{width:44.949%;margin-right:5.051%;}
.sp_gridwrp2 .gridwrp_3 .grid:nth-child(2n+1){clear:both;}
.sp_gridwrp2 .gridwrp_3 .grid:nth-child(3n+1){clear:none;}
.sp_gridwrp2 .gridwrp_2{width:105.319%;}
.sp_gridwrp2 .gridwrp_2 .grid_2{width:94.949%;margin-right:5.051%;}
.sp_gridwrp2 .gridwrp_2 .grid_1{width:44.949%;margin-right:5.051%;}
.sp_gridwrp2 .gridwrp_2 .grid:nth-child(2n+1){clear:both;}
.sp_gridwrp2 .gridwrp_2 .grid:nth-child(3n+1){clear:none;}
.sp_gridwrp2 .linkarea p{padding:0;}
.column + .gridcontainer{margin-top:0;}
 }
/* for SP max-width:480px */
/*===============================================================fixed===============================================================*/
.fixed{position:fixed;top:0;}
.bg_fixed{background-attachment:fixed;}
/* タブレット以下 */
@media screen and (max-width:768px){.fixed{position:fixed;top:0;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================PAGETOP===============================================================*/
#btn_pagetop{width:100%;overflow:hidden;}
#btn_pagetop a{display:block;position:absolute;right:-300px;top:0;width:50px;height:50px;color:#fff;background-color:#861718;text-indent:100%;overflow:hidden;white-space:nowrap;z-index:101;position:fixed;}
#btn_pagetop a:hover{background-color:#a61617;}
#btn_pagetop a:after{position:absolute;content:" ";width:14px;height:14px;top:20px;left:0;right:0;bottom:auto;margin:auto;border-top:solid 2px #fff;border-left:solid 2px #fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-radius:2px;}
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){#btn_pagetop a{width:40px;height:40px;background-size:40px 40px;}
#btn_pagetop a:after{width:12px;height:12px;top:17px;left:0;right:0;bottom:auto;}
}
/* for SP max-width:480px */
/*===============================================================btn_detail===============================================================*/

.btn_detail.btn_next:after, .btn_detail.regist:after{right: 15px; border-right: solid 3px #fff; border-bottom: solid 3px #fff;}
/*.btn_detail{width:auto;margin:0 auto;margin-top:40px;}
.btn_detail a{position:relative;display:block;color:#fff;font-size:16px;line-height:20px;font-weight:bold;text-align:center;padding:15px 0;border-radius:2px;background:#000;text-decoration:none;}
.btn_detail a:after{position:absolute;content:'';top:0;bottom:0;right:10px;margin:auto;border:solid 3px #fff;width:10px;height:10px;border-top:none;border-left:none;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.btn_detail a:hover{text-decoration:none;background:#333;}
.btn_detail_red a{background-color:#c91b36;}
.btn_detail_red a:hover{background-color:#e31838;}
.btn_detail_black a{background-color:#000;}
.btn_detail_black a:hover{background-color:#222;}*/
/* タブレット以下 */
@media screen and (max-width:768px){.btn_detail{width:90%;margin:0 auto;margin-top:20px;}
.btn_detail a{font-size:16px;background-size:18px 30px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------btn_white-------------------------------------------------------------*/
.btn_white{width:300px;margin:0 auto;margin-top:30px;}
.btn_white a{text-decoration:none;display:block;background-color:#fff;text-align:center;color:#1d50a2;font-size:18px;line-height:20px;font-weight:bold;padding:15px 0;border:solid 1px #1d50a2;}
.btn_white a:hover{text-decoration:none;color:#fff;background-color:#1d50a2;}
.btn_white a:after{border-top:solid 1px #1d50a2;border-left:solid 1px #1d50a2;}
.btn_white a:hover:after{border-top:solid 2px #fff;border-left:solid 2px #fff;}
/* タブレット以下 */
@media screen and (max-width:768px){.btn_white{width:90%;margin:0 auto;margin-top:20px;}
.btn_white a{font-size:14px;line-height:20px;padding:10px 0;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================BP6 上書き===============================================================*/
/*-------------------------------------------------------------カートボタン-------------------------------------------------------------*/
.content_cart + .submit_3btns .btn_detail a,.submit_3btns .btn_detail input{background-color:#DAD9D6;border:solid 1px #DAD9D6;color:#000;}
.content_cart + .submit_3btns .btn_detail a:hover,.submit_3btns .btn_detail input:hover{background-color:#DAD9D6;border:solid 1px #DAD9D6;color:#000;opacity:0.7 !important;}
.content_cart + .submit_3btns .btn_order a,.content_cart + .submit_3btns .btn_order input{background-color:#FF0000;border:solid 1px #FF0000;color:#fff;}
.content_cart + .submit_3btns .btn_order a:hover,.content_cart + .submit_3btns .btn_order input:hover{background-color:#FF0000;border:solid 1px #FF0000;color:#fff;opacity:0.7 !important;}
.content_cart + .submit_3btns .btn_estimate a,.content_cart + .submit_3btns .btn_estimate input{background-color:#A30B1A;border:solid 1px #A30B1A;color:#fff;}
.content_cart + .submit_3btns .btn_estimate a:hover,.content_cart + .submit_3btns .btn_estimate input:hover{background-color:#A30B1A;border:solid 1px #A30B1A;color:#fff;opacity:0.7 !important;}
.content_cart + .submit_3btns .btn_deactive a,.content_cart + .submit_3btns .btn_deactive input,.content_cart + .submit_3btns .btn_deactive a:hover,.content_cart + .submit_3btns .btn_deactive input:hover{opacity:1 !important;}
/*-------------------------------------------------------------カートボタン-------------------------------------------------------------*/
.product_detail2 .btn_detail.favorite{width:250px;margin:0;margin-top:0;margin-bottom:20px;}
.product_detail2 .btn_detail.favorite a{font-weight:normal;text-decoration:none;background:#FF0000;border:solid 1px #FF0000;padding:10px 0;border-radius:3px;opacity:1 !important;}
.product_detail2 .btn_detail.favorite a:hover{background:#FF0000;opacity:0.7 !important;}
.product_detail2 .btn_detail.favorite a:after{content:none;}
.estimate{background:#C6C6C0;}
/*===============================================================headline_BPE見だし===============================================================*/
.headline_BPE{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0 auto;text-align:left;background:#3cb4cb;width:1080px;margin-left:auto;margin-right:auto;}
.headline_BPE .title{font-size:20px;line-height:1.2;color:#fff;padding:0;border:0;padding:10px;}
.headline_BPE .comment{color:#333;padding-top:10px;}
/* タブレット以下 */
@media screen and (max-width:1140px){.headline_BPE{width:100%;}
}
/* for tablet max-width:768px */
/* タブレット以下 */
@media screen and (max-width:768px){.headline_BPE{padding:0;}
.section_label + .headline_BPE{margin-top:20px;}
.headline_BPE::before,.headline_BPE::after{width:5px;height:100%;border-top:1px solid #333;border-bottom:1px solid #333;}
.headline_BPE::before{left:0;border-left:1px solid #333;}
.headline_BPE::after{right:0;border-right:1px solid #333;}
.headline_BPE .title{font-size:20px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.headline_BPE .title{font-size:16px;}
}
/* for SP max-width:480px */
/*===============================================================subhead小見出し===============================================================*/
.subhead{font-size:24px;line-height:1.4;text-align:center;margin-top:30px;}
/* タブレット以下 */
@media screen and (max-width:768px){.subhead{font-size:18px;line-height:1.4;text-align:center;margin-top:20px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================背景===============================================================*/
.bg_graytile{background-image:url(../image/asset/bg_graytile.jpg);background-position:top center;background-repeat:repeat;}
.bg_gray{background-color:#eee;}
.bg_gray2{background-color:#dad9d6;}
.bg_gray3{background-color:#3c3c35;}
.bg_baige{background-color:#f6efdd;}
.bg_photo_leaf{background-color:#fff;background-image:url(../image/bg_photo_leaf.jpg);background-position:top center;background-repeat:repeat;background-size:cover;}
/*===============================================================secitonheadlineとcontentなど、複数の要素、機能を取りまとめるコンテナ的な親要素。幅はsection_innerに記述する===============================================================*/
.section_wrp{}
.section{width:100%;border-top:solid 1px #ddd;text-align:left;position:relative;}
.section_inner{margin:0 auto; max-width: 880px; box-sizing: border-box; border-radius: 8px;padding-right: 20px;padding-left: 20px;}

/* 1360px */
@media screen and (max-width:1360px){.section_inner{padding:16px 30px 0px;max-width: 880px;}
}
/* for 1360px max-width:1360px */
/* タブレット以下 */
@media screen and (max-width:768px){
	.section_wrp{padding-top:20px; padding-bottom: 20px;
}
.section_inner{margin:0 auto;padding:20px 20px 0px !important;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){
  .section_inner{
    width: 95%;
  margin:0 auto;padding:20px 20px 0px !important;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------section_label-------------------------------------------------------------*/
.label_wrp{position:relative;}
.section_label{position:absolute;display:inline-block;top:0;left:0;background:#6f0f10;color:#fff;padding:10px 30px;font-size:16px;line-height:20px;font-weight:bold;}
/* タブレット以下 */
@media screen and (max-width:768px){.section_label{padding:5px 15px;font-size:14px;line-height:15px;display:inline-block;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================content 個別のコンテンツ===============================================================*/
.content{text-align:left;}
.headline_BPE + .content{margin-top:25px;}
.content + .content{margin-top:80px;}
/* タブレット以下 */
@media screen and (max-width:768px){.content{width:100%;margin:0 auto;box-sizing:border-box;-webkit-box-sizing:border-box;}
.headline_BPE + .content{margin-top:20px;}
.content + .content{margin-top:30px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.headline_BPE + .content{margin-top:5px;}
.content + .content{margin-top:20px;}
}


.flowbox .popbox{
  margin: auto;
}
.layout_box2{
  margin: 0 auto;
  max-width: 880px;
  margin-top: 40px;
}
.txt-content{
  max-width: 880px;
  margin: 0 auto;
}
.flowbox .popbox.active .popbox_body{background:#0B768D; color: #fff;}
.flowbox .popbox_right.active .popbox_body{border:solid 1px #0B768D;}
.flowbox .popbox_right .popbox_body{width: 95%;}
.popbox.active .popbox_arw:after{background:#0B768D;}
.flowbox .popbox{margin-top:0; position: relative;}
@media only screen and (max-width:480px){}
.flowbox .popbox_right .popbox_arw{position:absolute;width:20px;height:50px;margin:auto;top:-20px;bottom:0;left:auto;right:0;z-index:1;}
.flowbox .popbox_right .popbox_arw:after{top:0;bottom:0;left:auto;right:15px;box-shadow:none;}
.flowbox .popbox_right .popbox_body{border:solid 1px #ccc;-webkit-box-shadow:none;box-shadow:none;margin-left:0px;background:#fff;color:#ccc;border-radius: 2px;}
.popbox .popbox_inner{padding:10px 24px; display: flex; align-items: center;}
.popbox .popbox_body h3{font-size:16px;font-weight:bold; margin-right: 10px;}
.flowbox .popbox .popbox_body p{display:inline-block;margin-top:0px;padding-left:0;font-size:16px;line-height:1.2;font-weight:bold;vertical-align:middle;}
.popbox .popbox_arw.js-popbox_arw_overWhite{z-index:2;background:none;right:1px;}
.flowbox .popbox_right .popbox_arw{position:absolute;width:20px;height:50px;margin:auto;top:0;bottom:0;left:auto;right:2px;z-index:1;overflow:hidden;}
.popbox .popbox_arw:after{position:absolute;z-index:5;content:'';margin:auto;top:0;bottom:0;left:8px;right:auto;width:30px;height:30px;box-shadow:0px 0px 5px rgba(0, 0, 0, 0.20);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.popbox .popbox_arw.js-popbox_arw_overWhite:after{background:#fff;-webkit-box-shadow:none;box-shadow:none;}
.flowbox .popbox_right .popbox_arw:after{top:-20px;bottom:0;left:auto;right:15px;border:solid 1px #ccc;}
.caution_text{margin-left:10px;margin-top:10px;font-size:14px;}
.content_header .title{font-size:20px;line-height:1.2;color:#1c7ebf;}

#trial_form iframe{width: 100%; height: 1740px;
  overflow: auto;}
#thanks_box{line-height: 200%;padding-top: 20px;padding-right: 56px; padding-left: 56px;padding-bottom: 20px;}
#contents_box{
  background-color: #fff;
}
@media only screen and (max-width:480px){
  #thanks_box{
    padding-right: 8px; padding-left: 8px
  }
}


/* for SP max-width:480px */
/*===============================================================column囲み、メモなどサブ的な括り。===============================================================*/
.column{width:100%;margin:0 auto;}
.column h3{font-size:20px;font-weight:bold;text-align:left;margin-top:30px;}
.column h4{font-size:18px;font-weight:bold;text-align:left;margin-top:30px;}
.column p{margin-top:30px;font-size:16px;}
.column * + p{margin-top:20px;font-size:16px;}
.column p + p{margin-top:15px;}
.column p.caution{font-size:12px;}
.column .bbottom{border-bottom:1px solid #000;padding-bottom:10px;}
/* タブレット以下 */
@media screen and (max-width:768px){.column{width:100%;margin:0 auto;}
.column h3{font-size:18px;margin-top:15px;}
.column h4{font-size:16px;margin-top:15px;}
.column p{margin-top:10px;font-size:14px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.column h3{font-size:16px;}
.column h4{font-size:14px;}
.column p,.column li{font-size:12px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------.notes-------------------------------------------------------------*/
.notes{background:#eee;padding:20px;margin-top:20px;}
.notes p{font-size:12px;line-height:20px;}
.notes > p{margin-top:0;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================txtlink 2016/11/16===============================================================*/
.txtlink a{padding-left:15px;color:#000;text-decoration:none;position:relative;display:inline-block;}
.txtlink a:hover{opacity:0.7;}
.txtlink a:after{position:absolute;content:" ";width:6px;height:6px;top:0;bottom:0;left:0;right:auto;margin:auto;border-top:solid 2px #6f0f10;border-left:solid 2px #6f0f10;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}
.txtlink.arw_prev a{}
.txtlink.arw_prev a:after{top:0;bottom:0;left:3px;right:auto;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.txtlink.arw_after a{padding-left:0;padding-right:10px;}
.txtlink.arw_after a:after{left:auto;right:0;}
.txtlink.arw_down a:after{top:7px;bottom:auto;left:2px;right:auto;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}
.txtlink.arw_after_down a{padding-left:0;padding-right:10px;}
.txtlink.arw_after_down a:after{top:7px;bottom:auto;left:auto;right:0;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}
/*arw_box */
.txtlink.arw_box a{color:#861718;font-weight:bold;padding-left:25px;}
.txtlink.arw_box a:before{content:' ';width:20px;height:20px;background:#861718;position:absolute;top:0;bottom:0;left:0;right:auto;margin:auto;}
.txtlink.arw_box a:after{border-top:solid 1px #fff;border-left:solid 1px #fff;top:0;bottom:0;left:5px;right:auto;margin:auto;}
/*===============================================================arw_btn===============================================================*/
.arw_btn{width:440px;margin:0 auto;margin-top:30px;}
.arw_btn a{display:block;border:solid 1px #5e5e5e;padding:10px 0;font-size:17px;text-align:center;text-decoration:none;color:#000;}
.arw_btn a span{padding-right:20px;position:relative;}
.arw_btn a span:after{position:absolute;content:'';position:absolute;margin:auto;top:0;bottom:0;right:0;width:5px;height:5px;border-top:3px solid transparent;border-right:5px solid transparent;border-bottom:3px solid transparent;border-left:5px solid #a30b1a;box-sizing:border-box;-webkit-box-sizing:border-box;}
.arw_btn a:hover{color:#a30b1a;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.arw_btn{width:100%;margin-top:20px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------morelink-------------------------------------------------------------*/
.morelink{}
.morelink a{position:relative;padding-left:12px;}
.morelink a:after{content:'';position:absolute;margin:auto;top:0;bottom:0;left:0;width:5px;height:5px;border-top:4px solid transparent;border-right:5px solid transparent;border-bottom:4px solid transparent;border-left:5px solid #a30b1a;box-sizing:border-box;-webkit-box-sizing:border-box;}
.morelinkn a:hover{}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================modal 2016/10/11===============================================================*/
.modal_bg{position:absolute;top:0;left:0;background:#000;display:none;z-index:9998;}
.modal{position:absolute;top:0;left:0;width:800px;display:none;z-index:9999;transition:top 0.2s linear,left 0.1s linear;-moz-transition:top 0.2s linear,left 0.1s linear;-ms-transition:top 0.2s linear,left 0.1s linear;-o-transition:top 0.2s linear,left 0.1s linear;-webkit-transition:top 0.2s linear,left 0.1s linear;}
.modal .close{position:absolute;width:30px;height:30px;top:0;right:0;text-indent:100%;overflow:hidden;white-space:nowrap;cursor:pointer;z-index:9999;}
.modal .close:before{content:" ";position:absolute;width:30px;height:2px;background:#fff;top:10px;right:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.modal .close:after{content:" ";position:absolute;width:30px;height:2px;background:#fff;top:10px;right:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.modal .close:hover{opacity:0.7;}
.modal .modal_container{padding:0;position:relative;}
.modal .modal_contents_wrp{position:relative;padding:40px;width:100%;height:100%;box-sizing:border-box;-webkit-box-sizing:border-box;}
.modal .modal_inner{padding:30px;}
.modal .modal_contents_wrp::-webkit-scrollbar{display:none;}
/* タブレット以下 */
@media screen and (max-width:768px){.modal{width:100%;}
.modal .modal_container{}
.modal .close{top:5px;right:0px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------.modal .modal_pager-------------------------------------------------------------*/
.modal .modal_pager li a{position:absolute;top:0;bottom:0;margin:auto;display:block;width:30px;height:30px;white-space:nowrap;text-indent:100%;overflow:hidden;}
.modal .modal_pager li a:after{position:absolute;content:" ";width:15px;height:15px;top:6px;left:0;border-top:solid 2px #fff;border-left:solid 2px #fff;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}
.modal .modal_pager li.prev a{left:0;-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);}
.modal .modal_pager li.next a{right:0;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------.modal_container-------------------------------------------------------------*/
.modal .modal_container .modal_header{}
.modal .modal_container .modal_header h3{font-size:25px;line-height:50px;text-align:center;font-weight:bold;text-shadow:none;}
.modal .modal_container .modal_header p{font-size:14px;line-height:20px;text-align:center;font-weight:bold;}
.modal .btn{width:560px;margin:0 auto;margin-top:40px;}
/* タブレット以下 */
@media screen and (max-width:768px){.modal .modal_container .modal_header h3{font-size:20px;line-height:25px;padding-top:5px;}
.modal .btn{width:100%;margin:0 auto;margin-top:40px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------.modal_container .btn-------------------------------------------------------------*/
.modal_container .btn{width:450px;margin:0 auto;margin-top:30px;}
.modal_container .btn a{position:relative;display:block;background-color:#e63412;text-align:center;color:#fff;font-size:18px;line-height:20px;font-weight:bold;padding:20px 0;border-radius:5px;box-shadow:rgba(0, 0, 0, 0.2) 0px 3px 0px 0px;-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 3px 0px 0px;-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 3px 0px 0px;text-decoration:none;}
.modal_container .btn a:hover{text-decoration:none;background-color:#ff6600;}
.modal_container .btn a:after{position:absolute;content:" ";width:13px;height:13px;top:0;left:auto;bottom:0;right:10px;margin:auto;border-top:solid 2px #fff;border-left:solid 2px #fff;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}
/* タブレット以下 */
@media screen and (max-width:768px){.modal_container .btn{width:100%;margin:0 auto;margin-top:15px;}
.modal_container .btn a{font-size:16px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------nodata-------------------------------------------------------------*/
.modal .nodata{padding:50px 15px;text-align:center;}
.modal .nodata h3{font-size:16px;color:#fff;}
.modal .closebtn a{display:block;width:120px;margin:0 auto;line-height:30px;border:solid 1px #fff;text-align:center;margin-top:20px;color:#fff;}
.modal_gamedetail .closebtn a:hover{color:#000;background:#fff;text-decoration:none;}
/* タブレット以下 */
@media screen and (max-width:768px){.modal .close{top:30px;right:0px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------モーダル制作時の確認用-------------------------------------------------------------*/
.modal{/*display:block;*/
}
.modal_demo1 .modal_inner,.modal_demo2 .modal_inner{color:#fff;background:#333;padding:30px;}
/*===============================================================基本のレイアウトsection_contents===============================================================*/
.section_contents{}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------headline-------------------------------------------------------------*/
.section_contents .headline_BPE{text-align:center;}
.section_contents .headline_BPE .title{font-size:35px;line-height:1.4;}
.section_contents .headline_BPE .read{font-size:22px;line-height:1.4;font-weight:bold;margin-top:5px;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------visual-------------------------------------------------------------*/
.section_contents .visual{margin-top:30px;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------content-------------------------------------------------------------*/
.section_contents .headline_BPE + .content, .section_contents .visual + .content{margin-top:30px;}
.section_contents .content + .content{margin-top:80px;}
/*h3*/
.section_contents .content h3{font-size:25px;line-height:1.8;}
/*h4*/
.section_contents .content h4{font-size:18px;line-height:1.8;}
/*p*/
.section_contents .content p{font-size:16px;line-height:2;}
/*margin*/
.section_contents .content * + h3,.section_contents .content * + h4,.section_contents .content * + p{margin-top:2em;}
.section_contents .content h3 + p,.section_contents .content h3 + h4,.section_contents .content h4 + p{margin-top:0;}
/* タブレット以下 */
@media screen and (max-width:768px){.section_contents .headline_BPE + .content, .section_contents .visual + .content{margin-top:15px;}
.section_contents .content + .content{margin-top:30px;}
/*h3*/
.section_contents .content h3{font-size:20px;}
/*h4*/
.section_contents .content h4{font-size:16px;}
/*p*/
.section_contents .content p{font-size:14px;}
/*margin*/
.section_contents .content * + h3,.section_contents .content * + h4,.section_contents .content * + p{margin-top:1em;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================txt_area===============================================================*/
.txt_area{}
* + .txt_area{margin-top:30px;}
.txt_area .tag{display:inline-block;color:#861718;font-size:24px;line-height:1;text-align:center;padding:10px;border:1px solid #861718;}
.txt_area .read{font-size:20px;line-height:1.4;}
.txt_area .title{font-size:30px;line-height:1.4;}
.txt_area * + .title{margin-top:10px;}
.txt_area .subtitle{font-size:24px;}
.txt_area p{font-size:16px;text-align:left;}
.txt_area * + p{margin-top:10px;}
/* タブレット以下 */
@media screen and (max-width:768px){.txt_area{}
* + .txt_area{margin-top:20px;}
.txt_area .tag{display:block;font-size:14px;padding:5px;border:1px solid #861718;}
.txt_area .read{font-size:14px;}
.txt_area .title{font-size:25px;}
.txt_area * + .title{margin-top:5px;}
.txt_area .subtitle{font-size:16px;}
.txt_area p{font-size:14px;}
.txt_area * + p{margin-top:10px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.txt_area .title{font-size:20px;}
}
/* for SP max-width:480px */
/*===============================================================pickup_item===============================================================*/
.pickup_item{position:relative;z-index:1;background:#fff;text-align:left;padding:0;box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.20);}
.pickup_item .pickup_item_label{position:absolute;top:0;right:0;width:130px;height:130px;text-align:center;font-size:19px;line-height:20px;padding:45px 0;background:#fe0000;color:#fff;box-sizing:border-box;-webkit-box-sizing:border-box;}
/* タブレット以下 */
@media screen and (max-width:1160px){.pickup_item .pickup_item_label{width:80px;height:80px;font-size:14px;line-height:15px;padding:25px 0;}
}
/* for tablet max-width:1100px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.pickup_item .pickup_item_label{width:70px;height:70px;font-size:12px;line-height:15px;padding:20px 0;}
}
/* for SP max-width:480px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.pickup_item .pickup_item_label{width:50px;height:50px;font-size:10px;line-height:15px;padding:10px 0;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------pickup_item txt img-------------------------------------------------------------*/
.pickup_item .txt{float:right;width:60%;padding:40px;box-sizing:border-box;-webkit-box-sizing:border-box;}
.pickup_item .txt .read{font-size:18px;line-height:1.4;font-weight:bold;}
.pickup_item .txt * + .title{margin-top:10px;}
.pickup_item .txt .title{font-size:32px;line-height:1.3;}
.pickup_item .txt .title .label{font-size:26px;color:#fe0000;}
.pickup_item .txt .title .type{color:#a30b1a;}
.pickup_item .txt p{font-size:16px;line-height:1.68;margin-top:15px;}
.pickup_item .txt p.red{color:#fe0000;font-weight:bold;}
.pickup_item .img{float:left;width:40%;}
.pickup_item .txt .btn{width:440px;margin:0 auto;margin-top:30px;}
.pickup_item .txt .btn a{display:block;border:solid 1px #5e5e5e;padding:8px 0;font-size:17px;text-align:center;text-decoration:none;color:#000;}
.pickup_item .txt .btn a span{padding-right:20px;position:relative;}
.pickup_item .txt .btn a span:after{position:absolute;content:'';position:absolute;margin:auto;top:0;bottom:0;right:0;width:5px;height:5px;border-top:3px solid transparent;border-right:5px solid transparent;border-bottom:3px solid transparent;border-left:5px solid #a30b1a;box-sizing:border-box;-webkit-box-sizing:border-box;}
.pickup_item .txt .btn a:hover{color:#a30b1a;}
/* タブレット以下 */
@media screen and (max-width:1160px){.pickup_item .txt .read{font-size:16px;}
.pickup_item .txt .title{font-size:25px;}
.pickup_item .txt .title .label{font-size:18px;color:#fe0000;}
.pickup_item .txt p{font-size:14px;line-height:1.68;margin-top:15px;}
.pickup_item .txt .btn{width:90%;}
}
/* for tablet max-width:1100px */
/* タブレット以下 */
@media screen and (max-width:768px){.pickup_item .txt{float:none;width:100%;margin-top:0;padding:20px;}
.pickup_item .txt .read{font-size:16px;}
.pickup_item .txt * + .title{margin-top:5px;}
.pickup_item .txt .title{font-size:18px;}
.pickup_item .txt p{font-size:14px;line-height:1.6;margin-top:10px;}
.pickup_item .img{float:none;width:100%;margin-top:15px;}
.pickup_item .txt .btn{margin-top:15px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.pickup_item .txt .title{font-size:16px;}
.pickup_item .txt p{font-size:12px;}
.pickup_item .txt .btn a{font-size:14px;}
.pickup_item .txt .btn a span{padding-right:15px;}
.pickup_item .txt .btn{width:100%;}
}
/* for SP max-width:480px */
/* SP向けレイアウトの指定：～320px */
@media only screen and (max-width:320px){.pickup_item .txt .btn a{font-size:12px;}
}
/* for SP max-width:320px */
/*-------------------------------------------------------------pickup_items -------------------------------------------------------------*/
.pickup_items{}
.pickup_items .flol,.pickup_items .flor{width:49%;}
.pickup_items .pickup_item .txt{float:right;width:66%;padding:30px;box-sizing:border-box;-webkit-box-sizing:border-box;}
.pickup_items .pickup_item .img{float:left;width:34%;}
.pickup_items .pickup_item .txt .btn{width:100%;margin:0 auto;margin-top:25px;}
/* タブレット以下 */
@media screen and (max-width:768px){.pickup_items .flol,.pickup_items .flor{width:100%;float:none;}
.pickup_items .flor{margin-top:20px;}
.pickup_items .pickup_item .img{margin-top:0;width:25%;}
.pickup_items .pickup_item .txt{width:75%;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.pickup_items .pickup_item .txt{padding:20px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------pickup_items font size-------------------------------------------------------------*/
.pickup_items .pickup_item .txt .title{font-size:25px;}
.pickup_items .pickup_item .txt .title .label{font-size:20px;}
.pickup_items .pickup_item .txt p{font-size:16px;line-height:1.68;margin-top:15px;}
/* タブレット以下 */
@media screen and (max-width:1160px){.pickup_items .pickup_item .txt .title{font-size:20px;}
.pickup_items .pickup_item .txt .title .label{font-size:18px;color:#fe0000;}
.pickup_items .pickup_item .txt p{font-size:14px;margin-top:10px;}
.pickup_items .pickup_item .txt .btn a{font-size:14px;}
}
/* for tablet max-width:1100px */
/* タブレット以下 */
@media screen and (max-width:768px){.pickup_items .pickup_item .txt * + .title{margin-top:5px;}
.pickup_items .pickup_item .txt .title{font-size:18px;}
.pickup_items .pickup_item .txt p{font-size:14px;line-height:1.6;margin-top:10px;}
.pickup_items .pickup_item .txt .btn{margin-top:15px;}
.pickup_items .pickup_item .txt .btn a{font-size:13px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.pickup_items .pickup_item .txt .title{font-size:16px;}
.pickup_items .pickup_item .txt p{font-size:12px;}
.pickup_items .pickup_item .txt .btn a{font-size:14px;}
.pickup_items .pickup_item .txt .btn a span{padding-right:15px;}
.pickup_items .pickup_item .txt .btn{width:100%;}
}
/* for SP max-width:480px */
/* SP向けレイアウトの指定：～320px */
@media only screen and (max-width:320px){.pickup_items .pickup_item .txt .btn a{font-size:12px;}
}
/* for SP max-width:320px */
/*===============================================================price_off===============================================================*/
.price_off{text-align:center;}
.price_off .title{font-size:25px;line-height:1.2;font-weight:bold;color:#C00;}
.price_off .price{background-color:#666;color:#fff;margin-top:20px;padding:10px 10px;font-size:40px;line-height:1.2;font-weight:bold;position:relative;}
.price_off .price + .price{margin-top:30px;}
.price_off .price .cap{font-size:14px;font-weight:normal;}
.price_off .btn_detail{width:auto;max-width:400px;margin:0 auto;margin-top:30px;}
/* 1280px */
@media screen and (max-width:1280px){.price_off .price .cap{display:block;}
}
/* for tablet max-width:1280px */
/* 960px */
@media screen and (max-width:960px){.price_off .title{font-size:23px;}
.price_off .price{font-size:30px;}
}
/* for tablet max-width:960px */
/* タブレット以下 */
@media screen and (max-width:768px){.price_off .title{font-size:20px;}
.price_off .price{padding:5px;margin-top:10px;font-size:20px;}
.price_off .price .cap{font-size:12px;}
.price_off .btn_detail{width:90%;margin:0 auto;margin-top:20px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------org_price-------------------------------------------------------------*/
.org_price:after,.org_price:before{content:' ';position:absolute;width:90%;height:3px;background:#c00;top:0;bottom:0;left:0;right:0;margin:auto;transform:rotate(-12deg);}
.org_price:after{transform:rotate(12deg);}
.price_off .off_price{background:#c00;}
.off_price:after{content:' ';position:absolute;top:-25px;left:0;right:0;margin:auto;width:30px;height:30px;border-top:20px solid #c00;border-right:15px solid transparent;border-bottom:20px solid transparent;border-left:15px solid transparent;box-sizing:border-box;-webkit-box-sizing:border-box;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================itemlist===============================================================*/
.itemlist h3{text-align:center;}
.itemlist .item{box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.20);background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;}
.itemlist_case .item{box-shadow:none;background:none;}
.itemlist .item .head{color:#fff;font-size:14px;line-height:40px;font-weight:bold;text-align:center;background:#333;width:120px;height:40px;position:absolute;top:10px;left:-10px;}
.itemlist .item .head.head_campaign{background:#308dd3;}
.itemlist .item .head.head_column{background:#1ca12c;}
.itemlist .item .head.head_service{background:#fe0000;}
.itemlist .item .head.head_case{background:#706aba;}
.itemlist .youtube{position:relative;width:100%;padding-top:56.25%;}
.itemlist .youtube iframe{position:absolute;top:0;right:0;width:100% !important;height:100% !important;}
.itemlist .item .txt{padding:15px;}
.itemlist_case .item .txt{padding:15px 5px;}
.itemlist .item .txt .title{font-size:18px;}
.itemlist .item .txt p{font-size:14px;}
.itemlist .item .txt * + p{margin-top:5px;}
.itemlist .item .morelink{text-align:right;}
/* タブレット以下 */
@media screen and (max-width:768px){.itemlist .title{width:auto;font-size:18px;}
.itemlist .item{margin-top:20px;}
.itemlist .item .head{font-size:12px;line-height:30px;width:100px;height:30px;}
.itemlist .item .txt{padding:10px;}
.itemlist .item .txt .title{font-size:14px;}
.itemlist .item .txt p{font-size:14px;margin-top:5px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================headline_BPE_wrp===============================================================*/
.headline_BPE_wrp{position:relative;}
.headline_BPE_wrp .title{font-size:26px;line-height:1.4;padding-bottom:15px;border-bottom:1px solid #333;}
.headline_BPE_wrp .read{color:#000;font-size:15px;line-height:2;text-align:center;margin-top:30px;}
.headline_BPE_wrp .txtlink{position:absolute;bottom:10px;right:0;font-size:16px;}
/* タブレット以下 */
@media screen and (max-width:768px){.headline_BPE_wrp .title{font-size:18px;}
.headline_BPE_wrp .txtlink{font-size:14px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================section_news===============================================================*/
.section_news{color:#fff;}
.news_list{margin-top:0;border-bottom:solid 1px rgba(255,255,255,0.5);padding-bottom:15px;}
.news_list dt,.news_list dd{color:#fff;font-size:16px;line-height:1.5;border-top:solid 1px rgba(255,255,255,0.5);padding-top:14px;}
.news_list dt{width:180px;float:left;font-weight:bold;}
.news_list dd{margin-left:180px;}
.news_list dd + dt,.news_list dd + dt + dd{margin-top:15px;}
.news_list dd a{color:#fff;text-decoration:none;}
.news_list dd a:hover{color:#ccc;}
/* タブレット以下 */
@media screen and (max-width:768px){.news_list{margin-top:15px;}
.news_list dt{font-size:14px;font-weight:bold;width:100%;float:none;}
.news_list dd{font-size:14px;margin-left:0;margin-top:0 !important;border:0;padding-top:5px;}
.news_list dd + dt{margin-top:10px;}
.news_list dd a:hover{color:#000;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------section_news .arw_btn-------------------------------------------------------------*/
.section_news .arw_btn{width:400px;margin:0 auto;margin-top:30px;}
.section_news .arw_btn a{display:block;border:solid 1px #fff;background:#fff;color:#000;}
.section_news .arw_btn a:hover{color:#a30b1a;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.section_news .arw_btn{width:100%;}
}
/* for SP max-width:480px */
/*===============================================================contact_link===============================================================*/
.contact_link{}
.contact_link .read{color:#000;font-size:24px;font-weight:normal;text-align:center;border-bottom:none;-webkit-box-sizing:border-box;box-sizing:border-box;}
.contact_link .contact_box{width:990px;margin:0 auto;}
.contact_link .contact_box .box{background:#eee;width:47%;border:0;box-sizing:border-box;-webkit-box-sizing:border-box;}
.contact_link .contact_box .box .txt{padding:20px;padding-bottom:0;}
.contact_link .contact_box .box h3{text-align:center;font-size:26px;line-height:1.5;border-bottom:solid 1px #000;padding-bottom:10px;}
.contact_link .contact_box .box p{font-size:14px;line-height:20px;}
.contact_link .contact_box .box .cap{font-size:12px;margin-top:5px;line-height:15px;}
.contact_link .contact_box .box .btn a{background:#000;display:block;color:#fff;text-align:center;font-size:16px;text-decoration:none;line-height:60px;}
/* タブレット以下 */
@media screen and (max-width:1050px){.contact_link .contact_box{width:100%;}
.contact_link .contact_box .box{width:49%;padding:15px;}
.contact_link .contact_box .box .txt{padding:15px;padding-bottom:0;}
}
/* for tablet max-width:768px */
/* タブレット以下 */
@media screen and (max-width:768px){.contact_link .read{font-size:18px;}
.contact_link .contact_box .box h3{font-size:18px;}
.contact_link .contact_box .box p{font-size:12px;}
.contact_link .contact_box .box .cap{font-size:12px;}
.contact_link .contact_box .box .btn a{font-size:14px;line-height:40px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.contact_link .contact_box .box{width:100%;float:none;}
}
/* for SP max-width:480px */
/*===============================================================read_visual===============================================================*/
.read_visual{background:#666 no-repeat center center;background-size:cover;padding:80px 40px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.read_visual .txt{color:#fff;}
.read_visual .txt h2{font-size:40px;line-height:1.4;}
.read_visual .txt p{font-size:18px;line-height:1.8;margin-top:20px;}
/* タブレット以下 */
@media screen and (max-width:768px){.read_visual{padding:0;background:none;}
.read_visual .txt{width:100%;padding:20px;color:#333;}
.read_visual .txt h2{font-size:20px;line-height:1.4;}
.read_visual .txt p{font-size:14px;line-height:1.6;margin-top:10px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================section_intro===============================================================*/
/*-------------------------------------------------------------localmenu-------------------------------------------------------------*/
.localmenu{}
.localmenu li{float:left;text-align:center;width:16.66%;box-sizing:border-box;-webkit-box-sizing:border-box;}
.localmenu li a{display:block;padding:15px 0;border:solid 1px #ddd;border-left:0;text-decoration:none;background:#eee;color:#333;font-size:16px;font-weight:bold;}
.localmenu li a:hover{background:#333;color:#fff;}
.localmenu ul{border-left:solid 1px #ddd;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.localmenu li{width:33.333%;}
.localmenu li a{font-size:14px;padding:10px 0;border-bottom:0;}
.localmenu ul{border-bottom:solid 1px #ddd;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------section_intro-------------------------------------------------------------*/
.section_intro{text-align:center;}
.section_intro h3{font-size:30px;margin-top:50px;text-align:center;}
.section_intro p{font-size:16px;margin-top:30px;text-align:left;}
/* タブレット以下 */
@media screen and (max-width:768px){.section_intro h3{font-size:25px;margin-top:30px;}
.section_intro p{font-size:14px;margin-top:15px;text-align:left;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.section_intro h3{font-size:20px;}
}
/* for SP max-width:480px */
/*===============================================================section_overview===============================================================*/
.section_overview{}
.section_overview .gridcontainer{margin-top:-30px;}
/* タブレット以下 */
@media screen and (max-width:768px){.section_overview .gridcontainer{margin-top:0;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================section_operating_environment===============================================================*/
.section_operating_environment .btn_detail{width:400px;}
/* タブレット以下 */
@media screen and (max-width:768px){.section_operating_environment .btn_detail{width:90%;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------speclist1-------------------------------------------------------------*/
.speclist1 table{width:100%;text-align:left;border-collapse:collapse;border-spacing:0;border-bottom:solid 1px #ddd;}
.speclist1 table .bold{font-weight:bold;}
.speclist1 table th{width:200px;padding:15px;font-weight:bold;border:solid 1px #ddd;border-right:0;border-bottom:0;background:#fafafa;color:#000;font-size:16px;line-height:1.8;box-sizing:border-box;-webkit-box-sizing:border-box;}
.speclist1 table td{padding:15px;border:solid 1px #ddd;border-bottom:0;color:#333;font-size:16px;line-height:1.8;box-sizing:border-box;-webkit-box-sizing:border-box;}
.speclist1 table td + td{border-left:0;}
.speclist1 table tr:nth-child(odd){background:#fff;}
.speclist1 table tr:nth-child(even){?background:#fafafa;}
.subhead + .speclist1{margin-top:10px;}
.notice{
  font-size: 14px;
  margin-left: 8px;
  margin-top: 0px;
}
/* タブレット以下 */
@media screen and (max-width:768px){.speclist1 .table{margin-top:15px;}
.speclist1 table{padding:0;margin-top:0px;}
.speclist1 table a:hover{color:#003b77;}
.speclist1 table th{padding:10px;display:list-item;list-style:none;border-right:solid 1px #ddd;width:100%;font-size:14px;line-height:1.6;}
.speclist1 table td{padding:10px;display:list-item;list-style:none;width:100%;font-size:14px;line-height:1.6;}
.speclist1 table tr:nth-child(odd) ,.speclist1 table tr:nth-child(even){?background:#fff;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------speclist2-------------------------------------------------------------*/
.speclist2{margin-top:50px;}
.speclist2 table{text-align:left;border-collapse:collapse;border-spacing:0;width:100%;}
.speclist2 table thead th:first-child{width:200px;}
.speclist2 table th{color:#000;font-size:16px;font-weight:bold;padding:15px;border:1px solid #ddd;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fafafa;}
.speclist2 table td{color:#333;font-size:16px;padding:15px;border:1px solid #ddd;-webkit-box-sizing:border-box;box-sizing:border-box;}
.speclist2 table tbody th.feat{text-align:center;}
.speclist2 table tbody th.func{width:50px;vertical-align:middle;}
.speclist2 table tbody th.func + th{width:150px;}
/* タブレット以下 */
@media screen and (max-width:768px){.speclist2{margin-top:20px;}
.speclist2 table{display:block;border-bottom:0;}
.speclist2 table thead{display:none;}
.speclist2 table tbody{display:block;}
.speclist2 table tbody tr{display:block;border-top:solid 1px #ddd;border-left:solid 1px #ddd;border-right:solid 1px #ddd;}
.speclist2 table tbody th,.speclist2 table tbody td{display:list-item;list-style:none;border:none;font-size:14px;}
.speclist2 table tbody th{list-style-type:none;padding:10px;width:100%;box-sizing:border-box;background:#fafafa;border-bottom:1px solid #ddd;}
.speclist2 table tbody td{margin-left:0px;padding:10px;border-bottom:solid 1px #ddd;text-align:left;width:100%;box-sizing:border-box;}
.speclist2 table tbody th.feat{text-align:left;}
.speclist2 table tbody tr:nth-child(2){border-top:0;border-left:0;border-right:0;}
.speclist2 table tbody tr:nth-child(3),.speclist2 table tbody tr:nth-child(4),.speclist2 table tbody tr:nth-child(5),.speclist2 table tbody tr:nth-child(6){border-top:0;}
.speclist2 table tbody tr:nth-child(2) th,.speclist2 table tbody tr:nth-child(2) td{border-left:1px solid #ddd;border-right:1px solid #ddd;}
.speclist2 table tbody tr th.func{width:100%;text-align:center;border-left:0;border-right:0;background:none;vertical-align:middle;}
.speclist2 table tbody th.func + th{width:100%;}
.speclist2 table tbody td:nth-of-type(1):before{display:block;content:"長時間残業抑止　SaaS（クラウド版）";padding-right:15px;font-weight:bold;}
.speclist2 table tbody td:nth-of-type(2):before{display:block;content:"長時間残業抑止（パッケージ版）";padding-right:15px;font-weight:bold;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------pricelist1-------------------------------------------------------------*/
.pricelist1{margin-top:50px;}
.pricelist1 table{text-align:left;border-collapse:collapse;border-spacing:0;width:100%;}
.pricelist1 table thead th:first-child{width:55%;}
.pricelist1 table tr:nth-child(3){background:#fff5f5;}
.pricelist1 table th{color:#fff;font-size:18px;line-height:20px;font-weight:bold;text-align:center;padding:15px 0;border:1px solid #ddd;-webkit-box-sizing:border-box;box-sizing:border-box;background:#333;}
.pricelist1 table td{color:#333;font-size:16px;line-height:25px;text-align:center;padding:15px 0;border:1px solid #ddd;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline;}
.pricelist1 table td.red{color:#c00;}
.pricelist1 table td .semi_bold{font-size:20px;line-height:30px;font-weight:bold;}
.pricelist1 table td .bold{font-size:26px;line-height:1;font-weight:bold;}
/* タブレット以下 */
@media screen and (max-width:768px){.pricelist1{margin-top:20px;}
.pricelist1 table{display:block;border-bottom:0;}
.pricelist1 table thead{display:none;}
.pricelist1 table tbody{display:block;}
.pricelist1 table tbody tr{display:block;border-top:solid 1px #ddd;border-left:solid 1px #ddd;border-right:solid 1px #ddd;}
.pricelist1 table tbody tr + tr{margin-top:10px;}
.pricelist1 table tbody th,.pricelist1 table tbody td{display:list-item;list-style:none;border:none;font-size:14px;line-height:1.6;}
.pricelist1 table tbody th{list-style-type:none;padding:10px;width:100%;background:#fafafa;border-bottom:1px solid #ddd;}
.pricelist1 table tbody td{margin-left:0px;padding:10px;border-bottom:solid 1px #ddd;text-align:left;width:100%;}
.pricelist1 table td .semi_bold{font-size:16px;line-height:20px;}
.pricelist1 table td .bold{font-size:20px;}
.pricelist1 table tbody td:nth-of-type(1){color:#fff;background:#333;}
.pricelist1 table tbody td:nth-of-type(1).red{color:#c00;}
.pricelist1 table tbody td:nth-of-type(1):before{content:"プラン";padding-right:15px;font-weight:bold;}
.pricelist1 table tbody td:nth-of-type(2):before{content:"価格";padding-right:15px;font-weight:bold;}
.pricelist1 table tbody td:nth-of-type(3):before{content:"備考";padding-right:15px;font-weight:bold;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================section_costcheck===============================================================*/
/*-------------------------------------------------------------form_section-------------------------------------------------------------*/
.section_costcheck .form_section{margin:0 auto;box-sizing:border-box;-webkit-box-sizing:border-box;}
/* タブレット以下 */
@media screen and (max-width:768px){.section_costcheck .form_section{width:100%;margin:0 auto;padding:50px;box-sizing:border-box;-webkit-box-sizing:border-box;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.section_costcheck .form_section{padding:20px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------.txt -------------------------------------------------------------*/
.section_costcheck .form_section .txt{margin-top:30px;}
.section_costcheck .form_section .txt p{font-size:14px;line-height:1.6;text-align:center;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.section_costcheck .form_section .txt{margin-top:15px;}
.section_costcheck .form_section .txt p{font-size:12px;text-align:left;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------form-------------------------------------------------------------*/
.section_costcheck .form_content{text-align:left;margin-top:30px;font-size:16px;}
/* タブレット以下 */
@media screen and (max-width:768px){.section_costcheck .form_content{margin-top:15px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){
  .layout_box2{
    width: 50%;
    display: contents;
  }
  .flowbox{
    display: flex;
    padding-left: 8px;
    padding-bottom: 20px;
  }
  .flowbox .popbox_right .popbox_arw{
right: -7px;
  }
  .popbox .popbox_inner{
    padding: 10px 16px;
  }
  .flowbox .popbox .popbox_body p{
    font-size: 14px;
  }
}
/* for SP max-width:480px */
/*-------------------------------------------------------------form dl-------------------------------------------------------------*/
.section_costcheck .form_content dl{border-bottom:solid 1px #ddd;margin:0;}
.section_costcheck .form_content dt ,.section_costcheck .form_content dd{padding:20px 10px;border-top:solid 1px #ddd;box-sizing:border-box;-webkit-box-sizing:border-box;font-size:14px;line-height:20px;}
.section_costcheck .form_content dt{padding-top:32.5px;float:left;width:25%;font-weight:bold;clear:both;}
.section_costcheck .form_content dt span{padding-left:3px;}
.section_costcheck .form_content dd{float:right;width:75%;}
.section_costcheck .form_content .red{font-size:11px;color:#FF6283;font-weight:normal;}
/* タブレット以下 */
@media screen and (max-width:768px){.section_costcheck .form_content dt{padding:15px 0 0 0;float:none;width:100%;}
.section_costcheck .form_content dd{border:0;padding:10px 0 15px 0;float:left;width:100%;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------.section_costcheck .form_item-------------------------------------------------------------*/
.section_costcheck .form_item{position:relative;width:100%;}
.section_costcheck .form_item + .section_costcheck .form_item{margin-top:20px;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------.section_costcheck .form_item-------------------------------------------------------------*/
.section_costcheck .form_item .clearbtn{position:absolute;top:5px;margin:auto;right:0;}
.clearbtn a{display:inline-block;padding:5px 25px;position:relative;background:#eee;border-radius:2px;border:solid 1px #ddd;color:#666;text-decoration:none;}
.clearbtn a:hover{opacity:0.7;}
.clearbtn a:after ,.clearbtn a:before{position:absolute;content:' ';width:10px;height:1px;background:#999;top:0;bottom:0;right:10px;margin:auto;transform:rotate(45deg);}
.clearbtn a:before{transform:rotate(-45deg);}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.section_costcheck .form_item .clearbtn{top:-38px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------form_contenttable-------------------------------------------------------------*/
.section_costcheck .form_content table,.section_costcheck .form_content table th,.section_costcheck .form_content table td{background:none;border:0;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------.section_costcheck .form_content input-------------------------------------------------------------*/
.section_costcheck .form_content input.txtinput{width:90%;border:0;padding:10px;font-size:14px;line-height:1.6;border:solid 1px #ccc;margin:0;border-radius:5px;-webkit-appearance:none;outline:0;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-ms-transition:all 0.1s linear;transition:all 0.1s linear;}
.section_costcheck .form_content input.txtinput_m{width:60%;}
.section_costcheck .form_content input.txtinput_s{width:25%;}
.section_costcheck .form_content input.txtinput_postal{width:150px;border:0;padding:10px;font-size:14px;line-height:1.6;border:solid 1px #ccc;margin:0;border-radius:5px;-webkit-appearance:none;outline:0;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-ms-transition:all 0.1s linear;transition:all 0.1s linear;}
.section_costcheck .form_content textarea{width:90%;border:0;padding:10px;font-size:14px;line-height:1.6;border:solid 1px #ccc;margin:0;vertical-align:middle;border-radius:5px;-webkit-appearance:none;outline:0;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-ms-transition:all 0.1s linear;transition:all 0.1s linear;}
.section_costcheck .form_content input.txtinput:focus,.section_costcheck .form_content input.txtinput_postal:focus,.section_costcheck .form_content textarea:focus{border-color:#333;}
.section_costcheck .form_content .sample{font-size:90%;line-height:1;margin-top:10px;color:#999;}
.section_costcheck .form_content .sample a{color:#999;text-decoration:none;}
/* タブレット以下 */
@media screen and (max-width:768px){.section_costcheck .form_content input.txtinput_m,.section_costcheck .form_content input.txtinput_s{width:50%;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.section_costcheck .form_content input.txtinput,.section_costcheck .form_content textarea,.section_costcheck .form_content input ,.section_costcheck .form_content textarea{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;}
.section_costcheck .form_content input.txtinput_postal{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;}
.section_costcheck .form_content .sample{margin-top:5px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------.section_costcheck .form_content .radio-------------------------------------------------------------*/
.section_costcheck .form_content .radio li input{width:auto;display:none;border:0;margin:0;}
.section_costcheck .form_content .radio li{padding:0;}
.section_costcheck .form_content .radio li + li{margin-top:10px;}
/*　ラジオボタンの装飾　*/
.section_costcheck .form_content .radio li label{display:inline-block;vertical-align:middle;position:relative;padding-left:24px;cursor:pointer;font-size:14px;line-height:20px;}
.section_costcheck .form_content .radio li label:before{content:"";position:absolute;top:0;bottom:0;left:0;margin:auto;border-radius:50%;width:16px;height:16px;background:#fff;border:1px solid #333;-webkit-box-sizing:border-box;box-sizing:border-box;}
.section_costcheck .form_content .radio li label:after{content:"";position:absolute;top:0;bottom:0;left:4px;margin:auto;border-radius:50%;width:8px;height:8px;background:#333;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-ms-transition:all 0.1s linear;transition:all 0.1s linear;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}
.section_costcheck .form_content .radio li input:checked + label:after{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.section_costcheck .form_content .radio li label{font-size:12px;line-height:20px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------.section_costcheck .form_content checkbox -------------------------------------------------------------*/
.section_costcheck .form_content .checkbox li{float:left;width:33.3333%;padding:0;}
.section_costcheck .form_content .checkbox li:nth-child(4),.section_costcheck .form_content .checkbox li:nth-child(5),.section_costcheck .form_content .checkbox li:nth-child(6){margin-top:10px;}
.section_costcheck .form_content .agreebox{padding-top:20px;font-size:14px;line-height:20px;text-align:center;}
.section_costcheck .form_content .checkbox li input,.section_costcheck .form_content .agreebox input{width:auto;display:none;border:0;margin:0;}
/*　チェックボックスの装飾　*/
.section_costcheck .form_content .checkbox li label,.section_costcheck .form_content .agreebox label{display:inline-block;vertical-align:middle;position:relative;padding-left:24px;cursor:pointer;font-size:14px;line-height:20px;}
.section_costcheck .form_content .checkbox li label:before,.section_costcheck .form_content .agreebox label:before{content:"";position:absolute;top:0;bottom:0;left:0;margin:auto;border-radius:10%;width:16px;height:16px;background:#fff;border:1px solid #333;-webkit-box-sizing:border-box;box-sizing:border-box;}
.section_costcheck .form_content .checkbox li label:after,.section_costcheck .form_content .agreebox label:after{content:"";position:absolute;top:-4px;left:5px;margin:auto;width:6px;height:14px;border-right:2px solid transparent;border-bottom:2px solid transparent;-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg);-webkit-transition:border-bottom-color,border-right-color .2s linear;-moz-transition:border-bottom-color,border-right-color .2s linear;-ms-transition:border-bottom-color,border-right-color .2s linear;transition:border-bottom-color,border-right-color .2s linear;}
.section_costcheck .form_content .checkbox li input:checked + label:after,.section_costcheck .form_content .agreebox input:checked + label:after{border-color:#333;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.section_costcheck .form_content .checkbox li{width:100%;}
.section_costcheck .form_content .checkbox li + li{margin-top:10px;}
.section_costcheck .form_content .checkbox li label,.section_costcheck .form_content .agreebox label{font-size:12px;}
.section_costcheck .form_content .agreebox{padding-top:10px;font-size:12px;text-align:left;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------.section_costcheck .form_content select -------------------------------------------------------------*/
.section_costcheck .form_content select{background:#fff;/*background:url(../image/space1x1.gif) no-repeat;*/
}
.section_costcheck .form_content select option{background:#fff;color:#333;}
.section_costcheck .form_content optgroup.area{color:#333;background:#eee;}
/* セレクタの装飾 */
.select_wrap{position:relative;overflow:hidden;display:inline-block;min-width:30em;background-color:#ffffff;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eee 100%);background-image:linear-gradient(top, #ffffff 0%, #eee 100%);border:1px solid #ddd;border-radius:3px;color:#333;/*padding:0 5px;*/
box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-ms-transition:all 0.1s linear;transition:all 0.1s linear;}
.select_wrap:hover{border:1px solid #333;}
.select_wrap2{min-width:20em;}
.select_wrap3{min-width:10em;margin-right:5px;}
.select_wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;z-index:2;display:block;width:200%;/* fallback non calc support */
width:-webkit-calc(100% + 5em);width:100%;margin:0;padding:10px;background:transparent;border:0;outline:none;font-size:14px;line-height:1.6;cursor:pointer;}
.select_wrap:after{content:'';position:absolute;bottom:10px;right:10px;width:5px;height:5px;border-top:4px solid rgba(0,0,0,0.5);border-right:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;}
.select_wrap:before{content:'';position:absolute;top:10px;right:10px;width:5px;height:5px;border-top:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(0,0,0,0.5);border-left:4px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){/* セレクタの装飾 */
.select_wrap{min-width:auto;width:100%;padding:0;margin:0;}
.select_wrap + .select_wrap{margin-top:10px;}
.select_wrap select{padding:10px;font-size:12px;}
.select_wrap:after{content:'';position:absolute;bottom:8px;right:10px;width:5px;height:5px;border-top:4px solid rgba(0,0,0,0.5);border-right:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;}
.select_wrap:before{content:'';position:absolute;top:8px;right:10px;width:5px;height:5px;border-top:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(0,0,0,0.5);border-left:4px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------.section_costcheck .form_content .submit-------------------------------------------------------------*/
.section_costcheck .form_content .submit{padding:40px 0;margin:0;}
.section_costcheck .form_content .submit input{width:200px;margin:0 auto;padding:15px 0;display:block;color:#eee;font-size:18px;line-height:20px;font-weight:bold;text-decoration:none;text-shadow:0px 1px 2px rgba(0,0,0,0.8);border:0;border-radius:5px;background:#333;box-shadow:0 2px 0 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,0.2);-webkit-transition:all 0.1s linear;-ms-transition:all 0.1s linear;-moz-transition:all 0.1s linear;transition:all 0.1s linear;cursor:pointer;-webkit-appearance:none;}
.section_costcheck .form_content .submit input:hover{background:#D4145A;}
.section_costcheck .form_content .submit .cap{color:#666;font-size:12px;line-height:1.6;margin-top:40px;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.section_costcheck .form_content .submit{padding:15px 0;}
.section_costcheck .form_content .submit input{width:100%;padding:10px 0;font-size:14px;}
.section_costcheck .form_content .submit .cap{margin-top:15px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------.section_costcheck .form_content .two_submit-------------------------------------------------------------*/
.section_costcheck .form_content .submit_two{width:440px;margin:0 auto;}
.section_costcheck .form_content .submit_two .flol ,.section_costcheck .form_content .submit_two .flor{width:50%;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.section_costcheck .form_content .submit_two{width:100%;}
.section_costcheck .form_content .submit_two .flol ,.section_costcheck .form_content .submit_two .flor{width:49%;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------バリデート-------------------------------------------------------------*/
.validate{padding-bottom:5px;margin-bottom:10px;}
.validate p{background:#fee;padding:10px;color:#c00;font-size:14px;line-height:1.6;}
.validate_submit{margin:0 auto;text-align:center;padding-bottom:20px;}
.validate_submit p{padding:10px;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.validate{margin-bottom:5px;}
.validate p{font-size:12px;padding:7px;}
.validate_submit{margin:0 auto;text-align:left;}
}
/* for SP max-width:480px */
/*===============================================================フッタ===============================================================*/

.footer_wrp .content_width{max-width:100%;margin:0 !important;padding:0 !important;}
.footer_wrp .bnrs{width:610px !important;font-size:0;}
.footer_wrp .bnrs li{display:inline-block;background:#FFF;width:300px;vertical-align:top;}
.footer_wrp .bnrs li:nth-child(2n+1){margin-right:10px;}
.fsus_footer{padding:40px 0 50px 0;box-sizing:border-box;-webkit-box-sizing:border-box;text-align:left;width:1100px;}
.fsus_footer a{text-decoration:none;color:#000;}
.fsus_footer a:hover{text-decoration:underline;color:#000;}
.fsus_footer .links{width:468px;}
.fsus_footer .bnrs{}
.fsus_footer .bnrs li{display:inline-block;}
.fsus_footer .bnrs img{width:100%;height:auto;}
.fsus_footer .links ul{width:auto;float:left;padding-right:50px;}
.fsus_footer ul li{font-size:14px;line-height:20px;margin-top:10px;}
/* タブレット以下 */
@media screen and (max-width:1160px){.fsus_footer{width:100%;padding:40px 30px 50px 30px;}
}
/* for tablet max-width:768px */
/* タブレット以下 */
@media screen and (max-width:828px){.fsus_footer{padding:20px;}
.fsus_footer .links,.fsus_footer .bnrs{width:100%;float:none;}
.fsus_footer .links ul{width:33.33%;padding-right:0;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.fsus_footer{padding-top:10px;}
.fsus_footer .links ul{width:100%;float:none;}
.footer_wrp .bnrs{width:100% !important;font-size:0;}
.footer_wrp .bnrs li{width:100%;vertical-align:top;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------footer_copy_wrp-------------------------------------------------------------*/
.footer_copy_wrp{max-width:100%;text-align:center;padding:20px;background:#666;box-sizing:border-box;-webkit-box-sizing:border-box;}
.footer_copy_wrp .content_width{max-width:1280px;margin:0 auto !important;}
.footer_copy_wrp .footer_link{float:left;}
.footer_copy_wrp .footer_link li{float:left;margin-right:30px;}
.footer_copy_wrp .footer_link li a{color:#fff;text-decoration:none;}
.footer_copy_wrp .copyright{color:#fff;float:right;padding:0 !important;display:inline-block;clear:none;}

/* タブレット以下 */
@media screen and (max-width:768px){.footer_copy_wrp{padding:20px;}
.footer_copy_wrp .footer_link{float:none;margin-top:-10px;}
.footer_copy_wrp .footer_link li{width:50%;margin:10px 0 0 0;text-align:left;font-size:12px;line-height:1.4;}
.footer_copy_wrp .footer_link li a{color:#fff;text-decoration:none;}
.footer_copy_wrp .copyright{font-size:10px;line-height:1.4;float:none;margin-top:15px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================.main_slider .slider===============================================================*/
/*-------------------------------------------------------------bx-------------------------------------------------------------*/
.main_slider .bx-wrapper{padding-bottom:0;}
.main_slider .bx-wrapper .bx-pager{padding-top:0;text-align:right;display:none;}
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------main_slider-------------------------------------------------------------*/
.main_slider .slider{position:relative;background:#fff;}
.main_slider .slider .slide{width:100%;position:relative;}
.main_slider .slider .owl-controls{display:none;}
/* タブレット以下 */
@media screen and (max-width:1280px){}
/* for tablet max-width:1280px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.main_slider .slider .slide ,.main_slider .slider .slide:nth-child(even){float:none;width:100%;}
.main_slider .slider .slide img{width:100%;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------.main_slider .slider .slide .slide_inner -------------------------------------------------------------*/
.main_slider .slider .slide .slide_inner{width:1280px;height:560px;margin-left:auto;margin-right:auto;box-sizing:border-box;-webkit-box-sizing:border-box;}
/* タブレット以下 */
@media screen and (max-width:1280px){.main_slider .slider .slide .slide_inner{width:100%;}
}
/* for tablet max-width:1280px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.main_slider .slider .slide .slide_inner{height:auto;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------.main_slider .slider .pager-------------------------------------------------------------*/
.main_slider .slider .pager{position:absolute;top:0;bottom:0;margin:auto;width:30px;height:30px;z-index:5;}
.main_slider .slider .prev{left:10px;}
.main_slider .slider .next{right:10px;}
/* タブレット以下 */
@media screen and (max-width:1280px){}
/* for tablet max-width:1280px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.main_slider .slider .pager{display:none;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------.main_slider .slider .pager a-------------------------------------------------------------*/
.main_slider .slider .pager a{display:block;width:30px;height:30px;border-radius:50% 50%;overflow:hidden;text-indent:-200%;position:relative;background:rgba(0,0,0,1);}
.main_slider .slider .pager a:hover{background:rgba(0,0,0,0.7);}
.main_slider .slider .pager a:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:8px;height:8px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid #fff;border-right:8px solid transparent;box-sizing:border-box;-webkit-box-sizing:border-box;transform:rotate(0) translateX(5px);transition:all .3s;}
.main_slider .slider .prev a:after{transform:rotate(180deg) translateX(5px);}
.main_slider .slider .pager a:hover:after{}
/* タブレット以下 */
@media screen and (max-width:1280px){}
/* for tablet max-width:1280px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------.main_slider .slider .slide .photo-------------------------------------------------------------*/
.main_slider .slider .slide .photo img{width:inherit;max-width:100%;min-width:100%;height:auto;}
/* タブレット以下 */
@media screen and (max-width:1280px){}
/* for tablet max-width:1280px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------.main_slider .slider .controler-------------------------------------------------------------*/
.main_slider .slider .controler{position:absolute;bottom:20px;right:0;width:auto;height:auto;z-index:100;}
/* タブレット以下 */
@media screen and (max-width:1280px){}
/* for tablet max-width:1280px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------.main_slider .slider .controler .btn a-------------------------------------------------------------*/
.main_slider .slider .controler .btn{width:25px;float:left;margin-left:10px;}
.main_slider .slider .controler .btn a{display:block;width:25px;height:25px;background:rgba(0,0,0,0.9);overflow:hidden;text-indent:100%;position:relative;}
.main_slider .slider .controler .btn a:hover{background:rgba(0,0,0,0.6);}
.main_slider .slider .controler .btn a:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:6px;height:6px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #fff;border-right:5px solid transparent;box-sizing:border-box;-webkit-box-sizing:border-box;transform:rotate(0) translateX(3px);transition:all .3s;}
.main_slider .slider .controler .prev a:after{transform:rotate(180deg) translateX(3px);}
.main_slider .slider .controler .btn a:hover:after{}
/* タブレット以下 */
@media screen and (max-width:1280px){}
/* for tablet max-width:1280px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------.main_slider .slider .controler .pouse a-------------------------------------------------------------*/
.main_slider .slider .controler .pouse a:before,.main_slider .slider .controler .pouse a:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:2px;height:10px;-webkit-transform:translate(-2px,0);-moz-transform:translate(-2px,0);-ms-transform:translate(-2px,0);transform:translate(-2px,0);background:#fff;border:0;}
.main_slider .slider .controler .pouse a:after{-webkit-transform:translate(2px,0);-moz-transform:translate(2px,0);-ms-transform:translate(2px,0);transform:translate(2px,0);}
.main_slider .slider .controler .pouse.active a{background:#eee;}
.main_slider .slider .controler .pouse.active a:hover{background:#ccc;}
.main_slider .slider .controler .pouse.active a:before,.main_slider .slider .controler .pouse.active a:after{background:#666;}
/* タブレット以下 */
@media screen and (max-width:1280px){}
/* for tablet max-width:1280px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*===============================================================main_slider slide===============================================================*/
/*-------------------------------------------------------------.main_slider .slider .slide_bg-------------------------------------------------------------*/
.main_slider .slider .slide{background-repeat:no-repeat;background-position:center center;}
/* タブレット以下 */
@media screen and (max-width:1280px){}
/* for tablet max-width:1280px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------slide01-------------------------------------------------------------*/
.main_slider .slider .slide01{background-image:url(/image/mainslide01_bg);}
.main_slider .slider .slide01 .txt{width:450px;padding-top:75px;padding-left:90px;}
.main_slider .slider .slide01 .txt h3 img{width:100%;height:auto;}
.main_slider .slider .slide01 .txt .arw_btn a{background:#fff;}
/* タブレット以下 */
@media screen and (max-width:1280px){}
/* for tablet max-width:1280px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:540px){.main_slider .slider .slide01{background-size:cover;}
.main_slider .slider .slide01 .txt{width:100%;padding:20px;padding-bottom:60px;box-sizing:border-box;-webkit-box-sizing:border-box;}
.main_slider .slider .slide01 .txt .arw_btn a{font-size:14px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------slide03-------------------------------------------------------------*/
.main_slider .slider .slide03{background-image:url(/image/mainslide03_bg);}
.main_slider .slider .slide03 .txt{width:450px;padding-top:75px;padding-left:90px;}
.main_slider .slider .slide03 .txt h3 img{width:100%;height:auto;}
.main_slider .slider .slide03 .txt .arw_btn a{background:#fff;}
/* タブレット以下 */
@media screen and (max-width:1280px){}
/* for tablet max-width:1280px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:540px){.main_slider .slider .slide03{background-size:cover;}
.main_slider .slider .slide03 .txt{width:100%;padding:20px;padding-bottom:60px;box-sizing:border-box;-webkit-box-sizing:border-box;}
.main_slider .slider .slide03 .txt .arw_btn a{font-size:14px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------slide02-------------------------------------------------------------*/
.main_slider .slider .slide02{background-image:url(/image/mainslide02_bg);}
.main_slider .slider .slide02 .txt{width:450px;padding-top:75px;padding-left:90px;}
.main_slider .slider .slide02 .txt h3 img{width:100%;height:auto;display:none;}
.main_slider .slider .slide02 .txt .arw_btn a{background:#fff;}
.main_slider .slider .slide .sp{display:none;}
/* タブレット以下 */
@media screen and (max-width:1280px){}
/* for tablet max-width:1280px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:540px){.main_slider .slider .slide02{background-size:cover;background:#a40000;}
.main_slider .slider .slide .sp{display:block;}
.main_slider .slider .slide01 h3,.main_slider .slider .slide02 h3,.main_slider .slider .slide03 h3,.main_slider .slider .slide01 .arw_btn,.main_slider .slider .slide02 .arw_btn,.main_slider .slider .slide03 .arw_btn{display:none;}
.main_slider .slider .slide01 .txt,.main_slider .slider .slide02 .txt,.main_slider .slider .slide03 .txt{width:100%;padding:0;}
.main_slider .slider .slide01 img,.main_slider .slider .slide02 img,.main_slider .slider .slide03 img{width:100%;}
.main_slider .slider .slide02 .txt .arw_btn a{font-size:14px;}
}
/* for SP max-width:480px */
/*===============================================================static===============================================================*/
/*-------------------------------------------------------------locallink_box-------------------------------------------------------------*/
.locallink_box{background:#eee;padding:30px;}
.locallink_box .locallink{width:48%;}
.locallink_box .locallink h3{font-size:18px;}
.locallink_box .locallink * + h3{margin-top:30px;}
.locallink_box .locallink li{margin-top:10px;padding-left:15px;position:relative;}
.locallink_box .locallink li:before{content:' ';width:6px;height:6px;border-radius:50%;background:#a30b1a;position:absolute;left:0px;top:9px;}
/* タブレット以下 */
@media screen and (max-width:768px){.locallink_box{padding:20px;}
.locallink_box .locallink h3{font-size:16px;}
.locallink_box .locallink * + h3{margin-top:20px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.locallink_box .locallink{width:100%;float:none;}
.locallink_box .locallink h3{font-size:14px;}
.locallink_box .locallink li{font-size:12px;margin-top:5px;}
.locallink_box .locallink + .locallink{margin-top:20px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------static_content-------------------------------------------------------------*/

.static_content .column + .column{margin-top:30px;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------static_content title-------------------------------------------------------------*/
.static_content .title{font-size:18px;background:#a30b1a;color:#fff;padding:10px;}
.static_content .column + .title{margin-top:50px;}
.static_content .column .title{background:#eee;color:#000;margin-top:15px;}
.static_content .column * + .title{margin-top:30px;}
.static_content .column .subtitle{border-left:solid 3px #a30b1a;padding-left:15px;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.static_content .title{font-size:15px;}
.static_content .subtitle{font-size:14px;}
.static_content .column .title{margin-top:10px;}
.static_content .column + .title{margin-top:30px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------static_content number_title-------------------------------------------------------------*/
.static_content .column .number_title{color:#a30b1a;}
.static_content .column .number_title .number{background:#a30b1a;padding:2px 5px;color:#fff;margin-right:10px;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.static_content .column .number_title{padding-left:35px;position:relative;}
.static_content .column .number_title .number{margin:0;position:absolute;top:-2px;left:0;padding:0;min-width:25px;line-height:25px;text-align:center;font-size:14px;}
}
/* for SP max-width:480px */
/*-------------------------------------------------------------static_content list-------------------------------------------------------------*/
.static_content .column ul{margin-top:20px;}
.static_content .column li{margin-top:5px;padding-left:15px;position:relative;}
.static_content .column li:before{content:' ';width:4px;height:4px;border-radius:50%;background:#3c3b36;position:absolute;left:0px;top:8px;}
/* タブレット以下 */
@media screen and (max-width:768px){}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){}
/* for SP max-width:480px */
/*-------------------------------------------------------------static_content table_wrp-------------------------------------------------------------*/
.table_wrp table{width:100%;text-align:left;font-size:14px;line-height:1.5;border-collapse:separate;border-spacing:0;border-bottom:solid 1px #ddd;}
.table_wrp table th{padding:10px;font-weight:bold;border:solid 1px #ddd;border-right:0;border-bottom:0;background:rgba(0,0,0,0.05);color:#000;box-sizing:border-box;-webkit-box-sizing:border-box;width:auto;}
.table_wrp table thead th{background:rgba(0,0,0,0.1);}
.table_wrp table td{padding:10px;border:solid 1px #ddd;border-bottom:0;color:#000;box-sizing:border-box;-webkit-box-sizing:border-box;}
.table_wrp table td + td{border-left:0;}
.table_wrp table tr:nth-child(odd){background:#fff;}
.table_wrp table tr:nth-child(even){?background:rgba(0,0,0,0.05);}
/* タブレット以下 */
@media screen and (max-width:768px){.table_wrp table{padding:0;margin-top:20px;}
.table_wrp table th,.table_wrp table td{display:table-cell;width:auto;padding:10px;font-size:14px;}
}
/* for tablet max-width:768px */
/* SP向けレイアウトの指定：～480px */
@media only screen and (max-width:480px){.static_content .table_wrp{width:100%;}
.static_content .table_wrp table th{font-size:12px;font-weight:bold;}
.static_content .table_wrp table td{font-size:12px;}
.static_content .table_simple table th{display:list-item;list-style:none;width:100%;border-right:solid 1px #ddd;}
.static_content .table_simple table td{display:list-item;list-style:none;width:100%;border-top:dotted 0px #ddd;}
.static_content .table_simple table tr:nth-child(odd) ,.static_content .table_simple table tr:nth-child(even){background:#fff;}
.static_content .table_scroll{width:100%;overflow-x:scroll;}
.static_content .table_scroll table{width:1000px;}
}
/* for SP max-width:480px */
img{max-width:100%;height:auto;}

.check_ico{
  text-align: center;
  margin-top: 20px;
  padding-left: 16px;
}
.check_ico img{
  max-width: 100px;
}

/* efo
-------------------------------------*/
.headline .title {
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	line-height: calc(30 / 19);
	margin-bottom: 18px;
  margin-top: 27px;
}
@media screen and (min-width: 1024px) {
	.headline .title {
		font-size: 25px;
     margin-top: 35px;
     margin-bottom: 5px;
	}
}
p {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}
.page-download {
	background: #f5f9fa 0% 0% no-repeat padding-box;
}

.page-download_headerTitle {
	height: 0px;
	color: #333333;
}

.page-download_main {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 74px;
}
@media screen and (min-width: 1024px) {
	.page-download_main {
		margin-top: 91px;
	}
}

.content {
	display: table;
	width: 1065px;
}

.column {
	float: left;
	width: 50%;
	max-width: 450px;
	margin: 48px 5px;
}

.download_content_img {
	display: none;
}
@media screen and (min-width: 1024px) {
	.download_content_img {
		display: block;
		margin: 21px 27px 0;
		width: 100%;
		max-width: 347px;
	}
}

.download_mokuji_title {
	margin-top: 16px;
	font: normal normal bold 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #333333;
	opacity: 1;
}

.download_book_headerTitle {
	margin-top: 0;
	margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
	.content {
		width: 363px;
	}
	.column {
		width: 100%;
		float: left;
		max-width: 343px;
		margin: 24px 10px;
		display: flex;
		flex-direction: column;
	}
	.download_content_img {
		border: 1px solid #e8e8e8;
		border-radius: 8px;
		opacity: 1;
		width: 100%;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		margin-bottom: 10px;
	}

	.download_book_headerTitle {
		font-size: 24px;
	}
	.page-download_headerTitle {
		height: 0px;
	}
	.download_mokuji_list p {
		font-size: 14px;
		font-weight: 500;
		margin: 0;
		line-height: 1.5;
	}
	.download_mokuji_list p br {
		display: none;
	}
	.download_mokuji_list ul {
		display: block;

		margin-block-start: 0;
		margin-block-end: 0;
		padding-inline-start: 14px;
		font-size: 10px;
		line-height: 1.9;
		margin-left: 10px;
		margin-top: 12px;
	}
	.download_mokuji_list {
		background: #f8f9fa;
		border-radius: 12px;
		border: 3px solid #707070;
		padding: 17px 19px 17px;
		margin: 24px 13px 66px;
		position: relative;
	}
}
.download_mokuji_list {
	position: relative;
	border: 3px solid #707070;
	background: #f8f9fa;
	border-radius: 18px;
	padding: 17px 14px 20px;
	margin-top: 28px;
	margin-bottom: 75px;
	margin-left: 23px;
	margin-right: 23px;
}
.download_mokuji_list img {
	width: 119px;
	position: absolute;
	bottom: -41px;
	right: -3px;
}
@media screen and (min-width: 1024px) {
	.download_mokuji_list img {
		width: 186px;
		right: -28px;
	}
}
.download_mokuji_list li {
	font-size: 14px;
	margin-bottom: 5px;
	position: relative;
}
.download_mokuji_list li:before {
	content: "";
	background: url(/assets/img/common/icon_check_green.svg) no-repeat center /
		contain;
	width: 14px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	left: -17px;
	position: absolute;
}
@media screen and (min-width: 1024px) {
	.download_mokuji_list li:before {
		left: -20px;
	}
}
.column__notice__list p {
	font-size: 12px;
	line-height: 1.7;
}
@media screen and (min-width: 1024px) {
	.column__notice__list p {
		font-size: 13px;
		line-height: 1.8;
	}
}
.column__notice__form {
	font-size: 12px;
	text-align: center;
	line-height: 1.7;
	margin-top: 12px;
}
@media screen and (min-width: 1024px){
  .column__notice__form {
    background-color: #FFF;
    font-size: 14px;
    padding-bottom: 74px;
    margin-top: -1px;
  }
}
.content {
	padding-top: 24px;
}
.column__title {
	display: none;
}
@media screen and (min-width: 1024px) {
	.column__title {
		display: block;
		font-weight: 700;
		font-size: 30px;
		text-align: center;
	}
	.column__title span {
		display: block;
    font-size: 27px;
	}
	.column__title span:first-child {
		font-size: 14px;
	}
}
.column__notice {
	font-size: 14px;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.column__notice {
		display: none;
	}
}

.column.-first {
	margin-top: 0;
	margin-bottom: 40px;
	background-color: #fff;
	padding: 26px 14px 23px;
  margin-left: 0;
}

#openDialog1 {
	border-radius: 10px;
	background: #ffffff;
	padding: 13px 18px;
	margin-top: 10px;
	border: none;
}

@media screen and (max-width: 768px) {
	#openDialog1 {
		pointer-events: none;
	}
}
.download_mokuji_list p {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0;
}

.p-book__titleSub {
	font-size: 14px;
	font-weight: 400;
}

.download_book_headerTitle {
	font-weight: 700;
	font-size: 18px;
}

.column.-second {
	position: relative;
}
@media screen and (min-width: 1024px) {
	.column.-second {
		margin: 63px 5px;
    margin-right: 0;
		max-width: 510px;
		border-radius: 10px;

	}
}
.download_notice {
	margin-top: 20px;
	font-size: 12px;
}
@media screen and (min-width: 1024px) {
	.download_notice {
		margin-top: 20px;
		font-size: 14px;
	}
}

.contact-count {
	position: absolute;
	top: -18px;
	left: 0;
	background: #2faecb;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	width: 100%;
	height: 30px;
}

.contact-count p {
	transform: translateY(-3px);
  font-size: 16px;
}

.contact-count .count {
	font-size: 21px;
	font-weight: 700;
	padding-left: 4px;
	padding-right: 8px;
}

.column__deco {
	position: absolute;
	background: #e16363;
	font-size: 16px;
	align-items: center;
	line-height: 1.375;
	font-weight: 700;
	color: #fff;
	display: block;
	width: 87px;
	height: 87px;
	z-index: 2;
	border-radius: 50%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	right: 0;
	top: -49px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.column__deco p{
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .column__deco p{
    font-size: 21px;
    font-weight: 900;
  }
}
.p-book__title {
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.p-book__title {
		text-align: center;
	}
	.p-book__titleSub {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 7px;
	}
	.download_book_headerTitle {
		font-size: 25px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.column.-first {
		padding: 34px 26px 43px;
		margin-top: 63px;
	}
	.download_mokuji_list p {
		font-size: 15px;
		font-weight: 500;
		margin: 0;
	}
	.download_mokuji_list ul {
		display: block;

		margin-block-start: 0;
		margin-block-end: 0;

		font-size: 16px;
		line-height: 1.875;
		margin-top: 12px;
		padding-left: 52px;
	}
	.download_mokuji_list li {
		font-size: 16px;
	}
	#openDialog1 {
		padding: 20px 28px;
		border-radius: 0;
		margin-top: 10px;
		position: relative;
	}
	#openDialog1:before {
		content: "";
		background: url(/assets/img/common/icon_glass.svg) no-repeat center/contain;
		position: absolute;
		right: 7px;
		bottom: 10px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
	}
	dialog:-internal-dialog-in-top-layer::backdrop {
		background: rgba(0, 0, 0, 0.6);
	}
	.featherlight-close-icon {
		position: absolute;
		z-index: 9999;
		top: -40px;
		right: -40px;
		line-height: 25px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: inherit;
		color: #000;
		border: 0;
		padding: 0;
		width: 75px;
		height: 75px;
	}
	#dialog1 {
		position: relative;
		text-align: left;
		vertical-align: middle;
		overflow: auto;

		max-height: 95%;
		background: #fff;
		cursor: auto;
		white-space: normal;

		border: none;
		margin: auto auto;
		overflow: visible;
		padding: 0;
		width: 75%;
	}
	.AppDialog__Layout img {
		object-fit: contain;
		width: 100% !important;
		max-height: 77vh;
	}
	.contact-count p {
		transform: translateY(-9px);
    font-size: 20px;
    font-weight: 700;
	}
 
	.contact-count {
		width: 960px;
		left: -459px;
		font-size: 20px;
		font-weight: 700;
		height: 44px;
		top: -60px;
	}
	.contact-count .count {
		font-size: 36px;
		padding-left: 16px;
		padding-right: 16px;
		font-weight: 700;
	}
	.column__deco {
		width: 130px;
		height: 130px;
		font-size: 22px;
		line-height: 1.4090909091;
		top: -88px;
		right: -40px;
	}
}

.footer_wrp{
  background-color: #eaeef2;
      color: #808080;
      text-align: center;
}
.header-menu.-logo-only{
  padding: 0px 0 0px 0;
    border-bottom: 0px solid #e4e4e4;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    height: 90px;
}
@media screen and (max-width: 768px){
    .header-menu.-logo-only {
        height: 72px;
    }
}
.header-menu.-logo-only .header-menu__content{
  margin: 0 auto;
    width: 100%;
    display: flex
;
    justify-content: space-between;
    position: relative;
    /* max-width: 1280px; */
max-width: none;
    height: 100%;
}
@media screen and (min-width: 1560px){
.header-menu.-logo-only .header-menu__content{
          max-width: 1280px;
}
}

.header-menu.-logo-only .header-menu__content .logo-item{
  margin-left: 40px;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 1;
    margin: 20px 0px 20px 40px;
    display: flex
;
    align-items: center;
}
@media screen and (max-width: 1023px){
  .header-menu.-logo-only .header-menu__content .logo-item {
        margin: 0;
    }
        .header-menu .header-menu__content {
        align-items: center;
        padding: 12px 16px 12px 16px;
        position: relative;
    }
}

.header-menu .header-menu__content .logo-item img{
  width: 141px;
    height: 36px;
    vertical-align: bottom;
}
@media screen and (max-width: 1023px){
  .header-menu .header-menu__content .logo-item img{
    width: unset;
        height: 32px;
  }
      .header-menu .header-menu__content .logo-item > a {
        display: block;
    }
}
.header-menu .header-menu__content .logo-item img.logo-black{
display: inline-block;
}
.header-menu .header-menu__content .logo-item img.logo-white{
  display: none;
}
.content{
  padding-top: 74px;
}
@media screen and (min-width: 1024px) {
  .content{
padding-top: 81px;
max-width: 978px;
		margin: 0 auto;
  }
}
.headline{margin-bottom: 0;}
/* efo
-------------------------------------*/