@charset "utf-8";
/* CSS Document */


/* ---value--- */
/* ---/value--- */
body {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	/* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	width: 100%;
	color: #404040;
	-webkit-text-size-adjust: 100%;
	position: relative;

}
.b_fix body {
	overflow: hidden;
}
@media screen and (min-width: 769px) {
  .b_fix body {
    overflow: inherit;
  }
  #header{
    top: -133px;
  }
}
/*clearfix*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
 *zoom: 1;
}
a {
	color: #1688b0;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.center {
	margin: 0 auto;
}
.mtop {
	margin-top: 20px;
}
.ptop0 {
	padding-top: 0 !important;
}
.mright20 {
	margin-right: 20px;
}
.clear {
	clear: both;
}
/* base */
#header, #header_title, #bread, #key_visual, #contents, #footer {
	width: 100%;
}
.contents_inner, .contents_w_inner, .footer_inner {
	width: 94%;
	margin: 0 auto;
}
/* common  */
html {
	position: relative;
	font-size: 14px;
}
.max_image {
	max-width: 100%;
}
/* header */
#header {
	position: fixed;
	z-index: 2000;
	background: #fff;
	left: 0;
	line-height: 1.4;
    transition: top 0.3s ease-out;
}
#header_nofixed {
	background: #fff;
	top: 0;
	left: 0;
	line-height: 1.4;
}
#header_nofixed .header_upper, #header .header_upper {
	height: 43px;
}
#header_nofixed #logo, #header #logo, #header h1#logo {
	width: 56%;
	padding: 5px 0 0 0;
	float: left;
}
#header_nofixed #logo img, #header #logo img, #header h1#logo img {
	width: 100%;
	max-width: 250px;
	height: auto;
	margin-top: 1px;
}
#header_nofixed #btns, #header #btns {
	padding: 0 0 0 0;
	float: right;
}
#header_nofixed #btns input, #header #btns selectt, #header #btns input, #header #btns selectt {
	width: 165px;
}
#header_nofixed #btns .btns_menu, #header #btns .btns_menu {
	vertical-align: top;
	text-decoration: none;
	display: block;
	float: right;
}
form td select {
	width: 300px;
	height: 25px;
}
#header_nofixed #btns form, #header #btns form {
	vertical-align: middle;
	display: inline;
	display: block;
	float: left;
	margin: 34px 15px 0 0;
}
#header_nofixed #btns form input[type="text"], #header #btns form input[type="text"] {
	background: #f4f5f6;
	border-radius: 5px 0 0 5px;
	border: none;
	padding: 5px;
	height: 14px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
#header_nofixed #btns form input[type="submit"], #header #btns form input[type="submit"] {
	background: #fff url(../images/s.png);
	width: 24px;
	height: 24px;
	border-radius: none;
	border: none;
}
.header_t {
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.header_hide {
	-ms-transform: translate3d(0px, -100%, 0px);
	-webkit-transform: translate3d(0px, -100%, 0px);
	-moz-transform: translate3d(0px, -100%, 0px);
	-o-transform: translate3d(0px, -100%, 0px);
	transform: translate3d(0px, -100%, 0px);
}
.header_display {
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
#header.is-show {
    top: 0;
}
/* sp navigation */
#sp_menu_btn_close {
	/*position: absolute;*/
	float: right;
	margin-right: 30px;
	z-index: 12200;
}
#sp_menu_btn_close a img {
	padding-top: 5px;
	width: 38px;
	height: 33px;
}
#sp_nav_space{}
.sp_nav_space_bg{
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 250%;
    height: 100%;
    z-index: 12100;
}
#sp_nav {
	position: fixed;
	background: #fff;
	top: 0;
	right: 0;
	/* bottom: 0; */
	left: 0;
	width: 75%;
	height: -webkit-fill-available;
	left: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 12101;
padding-bottom: 150px;
}
#sp_nav .header {
	/* position: absolute; */
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0 20px;
}
#sp_nav h1, #sp_nav p.sp_menuttl {
	margin: 10px 0 0 0;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
#sp_nav .menu {
	position: relative;
}
#sp_nav .menu img {
	border-bottom: 1px solid #84919d;
	border-top: 1px solid #84919d;
	display: block;
	width: 100%;
	height: auto;
}
#sp_nav .menu .text {
	margin-top: -20px;
	width: 200px;
	height: 20px;
	display: block;
	position: absolute;
	padding: 10px 0;
	color: #fff;
	top: 50%;
	background: rgba(78, 164, 194, 0.75);
	text-align: center;
}
#sp_nav .menu .text span {
	padding-right: 20px;
	background: url(../images/arw_1.png) no-repeat center right;
}
#sp_nav .menu .text_color1 {
	background: rgba(244, 195, 120, 0.75);
}
#sp_nav ul li {
	border-bottom: 1px solid #ccd1d2;
}

#sp_nav ul li a {
	background: url(../images/arw_sp_down.png) no-repeat right center;
	background-size: 28px;
	padding: 15px 20px;
	display: block;
	color: #020101;
	text-decoration: none;
}
#sp_nav ul li a.menu {
	background: url(../images/arw_sp_right.png) no-repeat right center;
	background-size: 28px;
	padding: 15px 20px;
	display: block;
	color: #020101;
	text-decoration: none;
    z-index: 12102;
}
#sp_nav ul li ul {
	border-top: none;
	display: none;
}
#sp_nav ul li ul li {
	background: #f5f5f5;
    display: block;
}
#sp_nav ul li ul li a {
	padding-left: 40px;
}
#sp_nav ul li ul li:last-child {
	border: none;
}
#sp_nav ul li .opened {
	background: #1688b0 url(../images/arw_sp_up.png) no-repeat right center;
	background-size: 28px;
	color: #fff;
}
#sp_nav #btns {
	padding: 20px;
	border-top: 1px solid #84919d;
	text-align: center;
}
#sp_nav form input[type="text"] {
	background: #f4f5f6;
	border-radius: 5px 0 0 5px;
	border: none;
	max-width: 80%;
	width: 30em;
	padding: 5px;
	height: 24px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
#sp_nav form input[type="submit"] {
	background: #e6e8eb url(../images/rope_s.png) no-repeat center center;
	background-size: 20px;
	width: 34px;
	height: 34px;
	border-radius: 0 5px 5px 0;
	border: none;
}
#g_nav {
	background: #eef1f3;
	position: relative;
	height: 48px;
}
#g_nav ul {
	display: flex;
	text-align: center;
    width:100%;
    flex-wrap:wrap;
}
#g_nav ul li {
	display: block;
	width: 132px;/* fit-content */
	text-align: center;
	float: left;
}
#g_nav ul li:first-child .menu span {
	border-left: 1px solid #d8dadc;
}
#g_nav ul li .menu {
	font-size: 14px;
	display: block;
	padding: 15px 0 10px 0;
	text-align: center;
	color: #333333;
	text-decoration: none;/*font-weight: bold;*/
}
#g_nav ul li .menu span {
	display: block;
	text-align: center;
	border-right: 1px solid #d8dadc;
  padding-right:20.5px;
  padding-left:20.5px;
}

#g_nav ul li .menu span.open_menu1 {
   background-image: url(/images/arw_sp_down_bk.png);
   background-size: 25px;
   background-repeat: no-repeat;
   /* width: fit-content; */
   padding-right: 25px !important;
   box-sizing: border-box;
}
#g_nav ul li:nth-child(2) .menu span.open_menu1 {
   background-position: 110px;
}
#g_nav ul li:nth-child(3) .menu span.open_menu1 {
   background-position: 108px;
}
#g_nav ul li:nth-child(4) .menu span.open_menu1 {
   background-position: 95px;
}
#g_nav ul li:nth-child(5) .menu span.open_menu1 {
   background-position: 108px;
}

/*#g_nav ul li a.active {background: #dee1e3; }*/

#g_nav ul li:nth-child(6) .menu span {
	border-right: none;
}
#g_nav ul li .cat_this, #g_nav ul li .menu:hover {
	background: #dee1e3;
}
/* #g_nav ul li .active_g, */

#g_nav ul li .menu_contact {
	font-size: 15px;
	display: block;
	padding: 5px 0 ;
	text-align: center;
	width: 158px;
	height: 38px;
	text-align: center;
	background-color: #fb9300;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#g_nav ul li .menu_contact span {
	display: block;
	text-align: center;
	width: 140px;
	padding-left: 11px;
	/*background-image: url(../images/balloon.png);*/
	background-repeat: no-repeat;
	background-position: 10px 2px;
}
#g_nav ul li .menu_contact:hover {
	background-color: #f9a42d;
}
#g_nav ul li .hover_contents {
	padding: 15px 0 20px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: rgba(255, 255, 255, 0.95);
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 48px;
	z-index: 9999;
	text-align: left;
}
#g_nav ul li .hover_contents:after {
 url(../images/g_nav_btm.png) repeat-x bottom;
}
#g_nav ul li .hover_contents h1, #g_nav ul li .hover_contents h2 {
	margin-left: 20px;
	font-size: 33px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
	font-weight: normal;
	margin-bottom: 15px;
	color: #404040;
}
#g_nav ul li .hover_contents h1 .link_detail, #g_nav ul li .hover_contents h2 .link_detail {
	vertical-align: top;
	font-size: 14px;
	display: inline-block;
	margin-left: 30px;
	padding: 5px 20px;
	background: #1688b0;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
}
#g_nav ul li .hover_contents h1 .link_detail span, #g_nav ul li .hover_contents h2 .link_detail span {
	padding-right: 20px;
	background: url(../images/arw_1.png) no-repeat right center;
}
#g_nav ul li .hover_contents .left {
	width: 600px;
	float: left;
	margin-left: 20px;
}
/* add for contact gnav 201805 */
#g_nav ul li .hover_contents .contact_dl {
	width: 30%;
	margin: 0 0 20px 20px;
	padding: 10px 10px 15px 10px;
	border: #cccccc solid 1px;
}
#g_nav ul li .hover_contents .contact_form {
	width: 30%;
	margin: 0 0 20px 20px;
	padding: 10px 10px 15px 10px;
	border: #cccccc solid 1px;
}
#g_nav ul li .hover_contents .left .lead {
	margin-bottom: 5px;
	line-height: 1.6;
	font-size: 15px;
}
#g_nav ul li .hover_contents .left .lead02 {
	margin-bottom: 5px;
	line-height: 1.6;
	font-size: 13px;
}
#g_nav ul li .hover_contents .left .lead02 a {
	text-decoration: none;
	color: #333333;
}
#g_nav ul li .hover_contents .left ul li {
	width: auto;
	margin-right: 16px;
	margin-bottom: 8px;
	text-align: left;/*margin-top: 7px;*/
}
#g_nav ul li .hover_contents .left ul li .title {
	color: #1688b0;
	font-size: 13px;
	text-align: left;
}
#g_nav ul li .hover_contents .left ul li .image {
	border: 1px solid #b5b5b6;
	height: 44px;
	text-align: center;
	line-height: 1;
}
/* #g_nav ul li .hover_contents .left ul li .image img {
                display: block; } */
#g_nav ul li .hover_contents .right {
	width: 265px;
	float: right;
	margin: 0 0 10px 0;
}
#g_nav ul li .hover_contents .right .image {
	margin-bottom: 6px;
}
#g_nav ul li .hover_contents .right .image img {
	border: #dddddd solid 1px;
}
#g_nav ul li .hover_contents .right .link a {
	padding: 10px 0;
	display: block;
	background: #fb9300;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#g_nav ul li .hover_contents .right .link a span {
	padding-right: 20px;
	background: url(../images/arw_1.png) no-repeat right center;
}
/*決済手段ロゴ上名前*/
#g_nav ul li .hover_contents .left ul li a.service_name {
	font-size: 10px;
}
/* グロナビ追加　*/
#g_nav h2, #g_nav h3 {
	color: #1688b0;
	margin: 0;
}
#g_nav h2 a, #g_nav h3 a {
	text-decoration: none;
}
#g_nav h2 a.service_name.active, #g_nav h3 a.service_name.active {
	font-size: 10px;
}
#g_nav ul li .hover_contents .left ul li.mar10 {
	margin-right: 5px;
}
#g_nav ul li .hover_contents .left ul li.mar0 {
	margin-right: 0;
}
#g_nav h2.top, #g_nav h3.top {
	margin-top: 10px !important;
}
#g_nav p.title {
	font-size: 12px !important;
	text-align: center !important;
	margin-top: 4px !important;
}
#g_nav p.size {
	width: 268px;
}
#g_nav ul.arwmenu {
	width: 100%;
}
#g_nav ul.arwmenu li {
	margin: 0 12px 12px 0;
	font-size: 16px;
	text-align: left !important;
	float: left;
}
#g_nav ul.arwmenu li.text20 {
	width: 20em !important;
}
#g_nav ul.arwmenu li.text50 {
	width: 50% !important;
}
#g_nav ul.arwmenu li.text25 {
	width: 25% !important;
}
#g_nav ul.arwmenu li.text40 {
	width: 40% !important;
}
#g_nav ul.arwmenu li a {
	background: url(../images/arw_r_1s.png)no-repeat left center;
	padding-left: 15px;
	text-decoration: none;
}
#g_nav ul.arwmenu li a:hover {
	text-decoration: underline;
}
/* add gor gnav contact 201904 */
.contact_dl .gnav_contact_lnk, .contact_form .gnav_contact_lnk {
	margin-bottom: 10px;
}
.contack_lnk_btn {
	width: 30%;
	float: right;
}
#g_nav .contack_lnk_btn ul li {
	width: 100%;
}
#g_nav .contack_lnk_btn ul li img {
	width: 100%;
	max-width: 270px;
}
/* keyvisual */
#key_visual {
	width: 100%;
	height: auto;
	position: relative;
	background: #ffffff;
	border-bottom: #dddddd solid 1px;
}
#key_visual .slick-arrow {
	display: inline-block;
}
#key_visual ul li img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.key_menu ul li {
	float: left;
	width: 25%;
	display: block;
}
.key_menu ul li a {
	display: block;
	position: relative;
	border-right: #f3f3f3 solid 1px;
}
.key_menu ul li a img {
	border-right: #f3f3f3 solid 1px;
	box-sizing: border-box;
	/*width: 100%;*/
	height: auto;
	display: block;
	margin: 0 auto;
}
.key_menu ul li a .text {
	width: 100%;
	height: 15px;
	display: block;
	position: absolute;
	padding: 5px 0 10px 0;
	color: #fff;
	bottom: 0px;
	background: rgba(78, 164, 194, 0.9);
	text-align: center;
	font-size: 14px;
}
.key_menu ul li a .text span {
	padding-right: 20px;
	background: url(../images/arw_1.png) no-repeat center right;
}
.key_menu ul li a .text_color1 {
	background: rgba(244, 195, 120, 0.75);
}
.sp_key_menu ul {
	list-style-type: none;
}
.sp_key_menu ul li {
	float: left;
	width: 50%;
}
.sp_key_menu ul li a {
	display: block;
	position: relative;
	margin: 1px;
	text-decoration: none;
}
.sp_key_menu ul li a img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #999;
	box-sizing: border-box;
}
.sp_key_menu ul li a .text {
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	padding: 5px 0;
	color: #fff;
	bottom: 0px;
	background: rgba(78, 164, 194, 0.75);
	text-align: center;
	text-decoration: none;
}
.sp_key_menu ul li a .text span {
	font-size: 13px;
	padding-right: 20px;
	background: url(../images/arw_1.png) no-repeat center right;
	text-decoration: none;
}
.sp_key_menu ul li a .text_color1 {
	background: rgba(244, 195, 120, 0.75);
}
.slick-slider {
	position: relative;
	overflow: hidden;
/* float:left;
display: none;
height: 100%;
  min-height: 1px; */ 
}
.slick-initialized .slick-slide{
  display: block;
}


.slick-prev {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: 10px;
	background: none;
	border: none;
	background: url(../images/arw_l_1.png) no-repeat;
	width: 10px;
	height: 16px;
	z-index: 100;
	font-size: 0;
	cursor: pointer;
}
.slick-next {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: 10px;
	background: none;
	border: none;
	background: url(../images/arw_r_1.png) no-repeat;
	width: 10px;
	height: 16px;
	z-index: 100px;
	font-size: 0;
	cursor: pointer;
}
#contents {
	padding-top: 43px;
	position: relative;
	overflow: hidden;
}
.howto_contents {
	padding-top: 50px !important;
}
.contents_inner {
	box-sizing: border-box;
	position: relative;
}
.contents_w_inner {
	width: 98%;
	margin: 0 auto;
}
.info_list {
	padding: 30px 0;
	background: #fff;
}
.info_list h1, .info_list h2 {
	font-size: 28px;
	font-weight: normal;
	color: #1688b0;
	margin-bottom: 20px;
}
.info_list ul {
	list-style-type: none;
}
.info_list ul li {
	border: 1px solid #b2b2b2;
	margin-bottom: 30px;
	padding: 10px 15px;
}
.info_list ul li .date {
	padding-right: 20px;
	font-size: 16px;
}
.info_list ul li .cat {
	background: #d8dadc;
	padding: 2px 6px;
	color: #ffffff;
	font-size: 12px;
}
.info_list ul li a {
	/*margin-top: 10px;*/
	display: block;
	font-size: 15px;
}
.service_list {
	padding: 30px 1%;
	position: relative;
	overflow: hidden;
}
.service_list .bg_service_list {
	/*background: url(../images/sp_bg_choice.jpg) bottom right;*/
    /*background-size: cover;*/
	background-color: #2b4b88;
	position: absolute;
	width: 100%;
	height: 400%;
	top: 0;
	left: 0;
	z-index: -1;
}
.service_list h1, .service_list h2 {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
.service_list .lead {
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.service_list ul {
	list-style-type: none;
	margin: 0 2%;
}
.service_list ul li {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	background: rgba(235, 238, 244, 1);
	margin-bottom: 30px;
	padding-bottom: 40px;
	position: relative;
}
.service_list ul li .inner {
	padding: 10px;
}
.service_list ul li .inner a {
	text-decoration: none;
	display: block;
}
.service_list ul li .inner .image {
	text-align: center;
	margin-bottom: 5px;
}
.service_list ul li .inner .image img {
	max-width: 312px;
	width: 100%;
	height: auto;
	border: 1px solid #c7c7c7;
}
.service_list ul li .inner .title {
	font-size: 21px;
	text-align: center;
	color: #383939;
	margin-bottom: 6px;
	line-height: 120%;
}
.service_list ul li .inner .text {
	text-align: center;
	color: #383939;
	margin-bottom: 3px;
}
.service_list ul li .inner .link {
	text-align: center;
	position: absolute;
	bottom: 40px;
	height: 22px;
	width: 94%;
}
.service_list ul li .inner .link span {
	font-size: 13px;
	padding-left: 28px;
	display: inline-block;
	background: url(../images/arw_4.png) no-repeat center left;
	/* line-height: 2;*/
	margin-top: 1em;
	background-size: 22px;
}
.choice_list {
	background: #383939;
	padding: 20px 0 20px 0;
}
.choice_list a {
	text-decoration: none;
}
.choice_list h1, .choice_list h2 {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
.choice_list .lead {
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.choice_list ul {
	list-style-type: none;
	margin: 0 1%;
	text-align: center;
}
.choice_list ul li {
	margin: 35px 0;
	float: left;
	width: 33%;
}
.choice_list ul li .image {
	text-align: center;
}
.choice_list ul li .text {
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.smeans_list {
	padding: 35px 0;
	/* background: #fff url(../images/bg_smeans.png) no-repeat bottom right; */
	text-align: center;
}
.smeans_list h1, .smeans_list h2 {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
.smeans_list .lead {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.smeans_list img.pc_o {
	/* width: 100%; */
    /* max-width: 1080px; */
    /* height: auto; */
    /* margin: 0 auto; */
	margin-left: -50px;
}
.smeans_list img.sp {
	width: 100%;
	/* max-width: 1080px; */
    /* height: auto; */
	margin: 0 auto;/* margin-left: -50px; */
}
.example_list {
	position: relative;
	overflow: hidden;
	padding: 20px 1%;
}
.example_list .bg_example_list {
	/*background: url(../images/sp_bg_example.jpg) no-repeat center center;*/
    /*background-size: inherit;*/
	background-color: #383939;
	position: absolute;
	width: 100%;
	height: 400%;
	top: 0;
	left: 0;
	z-index: -1;
}
.example_list h1, .example_list h2 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
.example_list .lead {
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.example_list ul {
	list-style-type: none;
	margin: 0 2%;
}
.example_list ul li {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 30px;
	background: #fff;
	padding-bottom: 30px;
}
.example_list ul li a {
	text-decoration: none;
}
.example_list ul li .image {
	margin-bottom: 15px;
	border: 1px solid #fff;
}
.example_list ul li .image img {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: #f3f3f3 solid 1px;
}
.example_list ul li .inner {
	margin: 10px;
}
.example_list ul li .inner .name {
	line-height: 1.2;
	/*margin-bottom: 15px;*/
	font-size: 19px;
	height: 2.2em;
	color: #09042d;
	margin: 10px;
}
.example_list ul li .inner .title {
	font-size: 16px;
	color: #1688b0;
	margin: 10px;
}
.example_list ul li .inner .text {
	text-decoration: underline;
	font-size: 13px;
	color: #353535;
	margin: 0 10px;
}
.mark_list {
	padding: 10px 0;
	background: #fff;
	text-align: center;
}
.mark_list img {
	padding: 3px;
	width: auto;
	height: 56px;
}
.bnr_list {
	background: #fff;
	text-align: center;
}
.bnr_list ul {
	list-style-type: none;
	margin-bottom: 20px;
}
.bnr_list ul li {
	width: 100%;
	margin: 0 auto;
	max-width: 230px;
	margin-bottom: 15px;
}
.bnr_list ul li a {
	border: 1px solid #b0b0b0;
	display: block;
}
.bnr_list ul li a img {
	width: 100%;
	height: auto;
	display: block;
}
.bnr_list .sns {
	text-align: center;
}
.sns {
	padding: 0;
	text-align: right;
	margin-right: 1%;
    margin-top:20px;
}
.sns iframe {
	vertical-align: top;
}
#pagetop {
	width: 35px;
	height: 35px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 12000;
	cursor: pointer;
}
#pagetop span {
	width: 35px;
	height: 35px;
	display: block;
}
#pagetop span img {
	display: block;
	width: 100%;
	height: auto;
}
#btn_f_contact {
	position: relative;
	position: fixed;
	bottom: 0;
	left: 0;
	cursor: pointer;
	display: block;
	width: 130px;
	height: 38px;
}
#btn_f_contact img {
	display: block;
	width: 130px;
	height: 38px;
}
#contact_f_box {
	background: #fff;
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	border-top: 1px solid #dbdee0;
	border-bottom: 1px solid #dbdee0;
	z-index: 13500;
}
/* footer */
#footer {
	background: #eef1f3;
	padding-top: 15px;
}
#footer .f_nav {
	margin-bottom: 15px;
}
#footer .f_nav ul {
	width: 100%;
	margin-right: 3%;
	list-style-type: none;
	margin-bottom: 10px;
}
#footer .f_nav ul li a {
	padding-left: 10px;
	text-decoration: none;
	color: #262627;
	font-size: 10px;
	background: url(../images/arw_3.png) no-repeat center left;
}
#footer .f_nav ul li.parent {
	border-bottom: 1px solid #1688b0;
	margin-bottom: 5px;
}
#footer .f_nav ul li.parent a {
	font-size: 14px;
	background: none;
	color: #1688b0;
	padding-left: 0;
}
#footer .f_nav ul:first-child {
	width: 100%;
}
#footer .f_nav ul:last-child {
	margin-right: 0;
}
#footer .f_onav {
	background: #fff;
	padding: 10px 0px;
}
#footer .f_onav ul {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	background: url(../images/border_1.png) repeat-x;
}
#footer .f_onav ul li {
	display: block;
}
#footer .f_onav ul li a {
	padding-left: 10px;
	color: #262627;
	font-size: 10px;
	text-decoration: none;
	background: url(../images/arw_3.png) no-repeat center left;
}
#footer .f_onav ul li a img {
	vertical-align: middle;
}
#footer #copy {
	background: #fbfbfb;
	color: #fff;
	padding: 20px 0 35px 0;
}
#footer #copy img {
	width: 100%;
	max-width: 296px;
	height: auto;
}
/*___ new boiler 20161109 _________*/

#footer .boiler_nav {
	width: 950px;
	margin: 0px auto 50px auto;
	padding-top: 10px;
}
#footer .boiler_nav h2, #footer .boiler_nav p {
	/* add 201803 */
	font-size: 14px;
	background: none;
	color: #1688b0;
	padding-left: 0;
	border-bottom: 1px solid #1688b0;
	margin-top: 26px;
	margin-bottom: 5px;
	font-weight: normal;
}
#footer .boiler_nav h2 a, #footer .boiler_nav p a {
	text-decoration: none;
	background: url(../images/arw_r_1s.png)no-repeat left center;
	padding-left: 15px;
	text-decoration: none;
}
#footer .boiler_nav .boiler_left {
	float: left;
	padding-right: 25px;
	width: 625px;
}
#footer .boiler_nav .boiler_middle {
	float: right;
	width: 300px;
}
#footer .boiler_nav .boiler_right {
	width: 300px;
	float: left;
	margin-right: 25px;
}
#footer .boiler_nav .boiler_right2 {
	width: 300px;
	float: right;
	margin-right: 0;
}
#footer .boiler_nav ul {
	list-style: none;
	margin-left: 10px;
}
#footer .boiler_nav li a {
	padding-left: 10px;
	text-decoration: none;
	font-size: 12px;
	background: url(../images/arw_3.png) no-repeat center left;
	color: #000;
}
#footer .boiler_nav .boiler_left .ul_left {
	float: left;
	width: 300px;
	margin-right: 25px;
}
#footer .boiler_nav .boiler_left .ul_right {
	margin-right: 0;
}
#footer .spmenu, #footer .spmenu01, #footer .spmenu02, #footer .spmenu03, #footer .spmenu04 {
	display: none;
}
/* serice */
.n_lead {
	font-size: 16px;
}
.n_contents {
	padding-top: 30px;
	/* 16px */
	overflow: hidden;/*LPのバランス影響あり。本サイトページにも影響ありうる*/
}
.n_block {
	margin-bottom: 50px;
}
.n_contents.sec.contents_inner .n_block {
	margin-bottom: -10px;
}
.line_title {
	font-size: 19px;
	border-bottom: 1px solid #1688b0;
	margin-bottom: 20px;
}
@media screen and (max-width: 670px){
.line_title {
    margin-top: 0 !important;
    padding-top: 0 !important;
    display: block;
}
}
.line_title02 {
	font-size: 19px;
	border-bottom: 1px solid #1688b0;
	margin-bottom: 20px;
}
.n_table {
	border: 1px solid #b2b2b2;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.n_table th, .n_table td {
	border: 1px solid #b2b2b2;
	padding: 10px;
}
.n_table th {
	background: #d0e7ef;
}
.n_table tr:nth-child(2n) {
	background: #f7f7f7;
}
.n_icon_link_list {
	list-style-type: none;
	margin: 10px 0 10px;
}
.n_icon_link_list li {
	width: 100%;
	margin-bottom: 2%;
}
.n_icon_link_list li a {
	padding: 10px;
	border: 1px solid #1688b0;
	display: block;
}
.n_icon_link_list li a span {
	font-size: 16px;
	font-weight: bold;
	padding-left: 28px;
	display: inline-block;
	background: url(../images/arw_4.png) no-repeat center left;
	line-height: 2;
	background-size: 22px;
}
.n_color_icon_link_list {
	list-style-type: none;
}
.n_color_icon_link_list li {
	width: 100%;
	margin-bottom: 4%;
}
.n_color_icon_link_list li a {
	color: #fff;
	padding: 5px 20px;
	background: #f27737;
	display: block;
}
.n_color_icon_link_list li a span {
	font-size: 13px;
	padding-left: 28px;
	display: inline-block;
	background: url(../images/arw_2.png) no-repeat center left;
	line-height: 2;
}
/*サービス一覧*/
#key_service {
	background: url(../images/service/service_key.png) no-repeat right;/*background-size: cover;*/
}
/*サービス その他*/
#key_service_detail1 {
	background: url(../images/service/asp_other_key.png) no-repeat right;
}
/*ソリューション 不正検知*/
#key_security_fraud_protection {
	background: url(../images/solution/security/fraud_protection/fraud_protection_key.png) no-repeat right;
}
/*クレジットカードの非保持化*/
#key_security_card_security {
	background: url(../images/support/ec/card_security/card_security_key.png) no-repeat right;
}
/*マーケティング支援プラン無償提供*/
#key_solution_promotion_atpress {
	background: url(../images/solution/promotion/atpress/attop_pc.png) no-repeat right;
}
/*サービス クレジットカード*/
#key_service_asp_credit {
	background: url(../images/service/asp_creditcard_key.png) no-repeat right;
}
/*サービス キャリア*/
#key_service_asp_mobile {
	background: url(../images/service/asp_mobile_key.png) no-repeat right;
}
/*サービス コンビニ*/
#key_service_asp_convenience {
	background: url(../images/service/asp_convenience_key.png) no-repeat right;
}
/*仮想通貨*/
#key_service_virtualmoney {
	background: url(../images/service/virtualmoney_key.png) no-repeat right;
}
/*提携サービス一覧*/
#key_service_partner {
	background: url(../images/service/service_partner.png) no-repeat right;
}
/*オンライン決済サービス一覧*/
#key_service_asp {
	background: url(../images/service/asp_key.png) no-repeat right;/*background-size: cover;*/
}
/*決済システム接続方式*/
#key_service_connection {
	background: url(../images/service/connect_key.png) no-repeat right;/*background-size: cover;*/
}
/*決済オプション*/
#key_service_method {
	background: url(../images/service/option_key.png) no-repeat right;/*background-size: cover;*/
}
/*導入サポート*/
#key_support {
	background: url(../images/support/support_key.png) no-repeat right;/*background-size: cover;*/
}
/*ご利用イメージ*/
#key_support_how_to_pay {
	background: url(../images/support/support_key.png) no-repeat right;/*background-size: cover;*/
}
/*EC関連情報*/
#key_support_ec {
	background: url(../images/case/key_detail1.png) no-repeat right;/*background-size: cover;*/
}
/*導入事例一覧*/
#key_case {
	background: url(../images/case/case_key.png) no-repeat right;/*background-size: cover;*/
}
/*強み*/
#key_advantage {
	background: url(../images/advantage/advantage_key.png) no-repeat right;/*background-size: cover;*/
}
/*メリット*/
#key_credit_lp01 {
	background: url(../images/service/credit_lp_key02.png) no-repeat right;/*background-size: cover;*/
    /*margin-top: -180px;*/
}
/*メリット new 201803*/
#key_credit_lp01b {
	background: url(../images/service/credit_lp_key02b.png) no-repeat right;
}

/*gpay new 201805*/
#key_gpay_lp {
	background: url(../images/service/asp_gpay_key.png) no-repeat right;
}
/*NP 201809*/
#key_np_detail1 {
	background: url(../images/service/asp_np_key_pc.png) no-repeat right;
}



#key_service .lead {
	color: #1688b0;/*#4e4e4e*/
}
#key_service_detail1 .lead {
	color: #4e4e4e;
	margin-bottom: 10px;
	font-size: 15pt;
}
/* paypay オンライン　*/
/* paypay オンライン決済用*/
#key_paypayonline_service_detail1 {
	background: url(../images/service/asp_paypayonline_key.png) no-repeat right bottom;
}
#key_paypayonline_service_detail1 .lead {
	color: #4e4e4e;
	margin-bottom: 10px;
	font-size: 15pt;
}
#key_paypayonline_service_detail1 .lead span {
	font-weight: bold;
	font-size: 16px;
}
#key_paypayonline_service_detail1 .lead span.sup {
	font-size: 16px;
}
#key_paypayonline_service_detail1 .lead span.sup {
	font-size: 11px;
	vertical-align: top;
	position: relative;
	top: -0.8em;
}
@media screen and (max-width: 640px) {
   #key_paypayonline_service_detail1 {
	background: url(../images/service/sp_asp_paypayonline_key.jpg) no-repeat right;
}
}
@media screen and (min-width: 641px) {
   #key_paypayonline_service_detail1 {
	background-size: 80% !important;
}
}
/* paypayオンライン */
#key_gpay_lp .lead {
	color: #4e4e4e;
	margin-bottom: 20px;
	font-size: 15pt;
}
#key_service_detail1 .lead span {
	font-weight: bold;
	font-size: 16px;
}
#key_service_detail1 .lead span.sup {
	font-size: 16px;
}
/*#key_find {
  background: url(../images/find/key.png) center center;
  background-size: cover; }
  #key_find .lead {
    color: #1688b0; }*/
#key_find .bread {
	padding: 15px 0;
}
.key {
	position: relative;
	height: 380px;
	width: 100%;
	border-bottom: #f3f3f3 solid 1px;
}
.howto_contents .key, .othersingle .key {
	height: auto;
}
.key .key_contents {
	padding-top: 20px;
}
.key .key_contents img {
	max-width: 100%;
	height: auto;
}
.key .key_contents .bread {
	margin-bottom: 30px;
	font-size: 10pt;
}
.key .key_contents .bread a {
	text-decoration: none;
}
.key .key_contents .title {
	font-size: 20pt;
	line-height: 120%;
	margin-bottom: 10px;
}
.key .key_contents .lead {
	line-height: 150%;
	font-size: 15pt;
	color: #1688b0;
	text-shadow: 0 0 5px #ffffff;
}
.key .link_list, .key .link_list_l {
	border-top: 1px solid #1688b0;
	border-bottom: 1px solid #1688b0;
	list-style-type: none;
	width: 90%;
}
.key .link_list li, .key .link_list_l li {
	line-height: 1.4;
	width: 170px;
	float: none;
}
.key .link_list_l li {
	width: 220px;
}
.key .link_list li a, .key .link_list_l li a {
	text-decoration: none;
}
.key .link_list li a span, .key .link_list_l li a span {
	background: url("../images/arw_5.png") no-repeat scroll left center;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding-left: 20px;
}
.key .link_list li.max {
	width: 100%;
}
.key .link_list_l li.max {
	width: 100%;
}
.n_title {
	font-size: 24px;
	border-top: 1px solid #d8dadc;
	border-bottom: 1px solid #d8dadc;
}
.n_title h1 {
	line-height: 1;
	padding: 1em 0;
}
.n_bread {
	line-height: 1;
	padding: 1em 0;
	font-size: 16px;
}
.n_bread a {
	text-decoration: none;
}
.under_menu {
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background: #fff;
	padding: 5px 0;
	width: 100%;
	-ms-box-shadow: 0px 1px 1px 0px #dddddd;
	-webkit-box-shadow: 0px 1px 1px 0px #dddddd;
	-moz-box-shadow: 0px 1px 1px 0px #dddddd;
	-o-box-shadow: 0px 1px 1px 0px #dddddd;
	box-shadow: 0px 1px 1px 0px #dddddd;
	margin-bottom: 20px;
}
.under_menu a {
	font-size: 14px;
	padding: 0 10px 0 6px;
	border-right: 1px solid #d8dadc;
	text-decoration: none;
}
.under_menu a:first-child {
	padding: 0 10px;
    border-left: 1px solid #d8dadc;
}
.under_menu a:last-child {
	padding: 0 10px 0 5px;
}
/* info */
.info_contents {
	margin-top: 24px !important;
}
#info .info_side {
	margin-bottom: 60px;
}
#info .info_side .i_list li {
	list-style-type: none;
	border-bottom: 1px solid #d8dadc;
}
#info .info_side .i_list li a {
	font-size: 14px;
	display: block;
	color: #272727;
	text-decoration: none;
	line-height: 1;
	padding: 1em;
}
#info .info_side .i_list .active {
	border-top: 2px solid #1688b0;
	background: #ebeced;
}
#info .info_main {
	margin-bottom: 40px;
}
#info .info_main h1.title {
	color: #1688b0;
	font-size: 16px;
	border-bottom: 1px solid #d8dadc;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 0.5em;
	text-align: center;
}
#info .info_main .date_cat {
	text-align: right;
	padding: 1em 0;
}
#info .info_main .date_cat .date {
	vertical-align: middle;
}
#info .info_main .date_cat .date2 {
	padding-right: 10px;
	vertical-align: middle;
}
#info .info_main .date_cat .cat {
	/*color: #fff;
      background: #1688b0;
      padding: 5px 10px;
      font-size: 12px;
      vertical-align: middle;*/
	display: none;
}
#info .info_main .date_cat .cate {
	color: #fff;
	background: #1688b0;
	padding: 5px 10px;
	font-size: 12px;
	vertical-align: middle;
	width: 8em;
	display: inline-block;
	text-align: center;
}
#info .info_main .date_cat .cat_new {
	background: #b0ba17;
}
#info .info_main .date_cat .cat_cam {
	background: #17b058;
}
#info .info_main .date_cat .cat_sem {
	background: #671fb0;
}
#info .info_main .block {
	/* border-bottom: 1px dotted #000000; */
	margin-bottom: 1em;
	padding: 1em 0;
	line-height: 1.8;
}
#info .info_main h2 {
	border-bottom: 1px solid #1688b0;
	font-weight: normal;
	margin-bottom: 1em;
	font-size: 16px;
}
#info .info_main .il_title {
	color: #1688b0;
	font-size: 20px;
	border-bottom: 1px solid #d8dadc;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 0.5em;
}
#info .info_main .il_list li {
	list-style-type: none;
	border-bottom: 1px dotted #000000;
}
#info .info_main .il_list li a {
	color: #272727;
	text-decoration: none;
	display: block;
	padding: 20px 0;
	font-size: 14px;
}
#info .info_main .il_list li a .date_cat {
	text-align: left;
	padding: 0.3em 0 1em;
}
#info .info_main .il_list li a .il_title {
	font-size: 16px;
	color: #1688b0;
	border: none;
	margin-bottom: 0;
}
.info_img_right {
	float: right;
	margin: 0 0 25px 30px;
	text-align: center;
	width: 280px;
}
.info_img_right img {
	width: 280px;
	height: auto;
}
.info_main .sns {
	margin: 20px -24px 0 0;
}
.contact_block {
	background: #fa9300;
	text-align: center;
	padding: 3em 0 5em 0;
}
.contact_block .title {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 1em;
	line-height: 1.2;
}
.contact_block a {
	color: #fa9300;
	padding: 15px 60px;
	background: #fff;
	text-decoration: none;
}
.contact_block a span {
	font-size: 21px;
	padding-left: 28px;
	display: inline-block;
	background: url(../images/arw_6.png) no-repeat center left;
}
.tab_contents .tab_content {
	display: none;
}
.tab_contents .tab_content:first-child {
	display: block;
}
.find_choice {
	background: #383939;
	padding: 20px 0 20px 0;
}
.find_choice a {
	text-decoration: none;
}
.find_choice h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
.find_choice .tab {
	list-style-type: none;
	margin: 0 10%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.find_choice .tab li {
	display: none;
	padding: 5px 5px;
	cursor: pointer;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.find_choice .tab li .image {
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	line-height: 1;
}
.find_choice .tab li .image img {
	width: 20px;
	height: 20px;
}
.find_choice .tab li .text {
	vertical-align: middle;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 13px;
}
.find_choice .tab li.init {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: block;
	background: #f9be00 url(../images/arw_b_2.png) center right no-repeat;
}
/*information*/
.info_main h3 {
	margin: 10px 0;
}
.info_main p.lead {
	margin: 0 0 20px;
	word-break: break-word;
}
.info_main hr {
	border-top: solid 1px #cccccc;
}
table.company_profile {
	width: 100%;
	border-collapse: collapse;
}
table.company_profile th {
	width: 25%;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	color: #fff;
	background: #4597b5;
	border: 1px solid #d8dadc;
}
table.company_profile td {
	padding: 5px;
	background: #fff;
	border: 1px solid #d8dadc;
}
table.overview_tbl {
	width: 100%;
	border-collapse: collapse;
}

@media screen and (max-width: 640px) {
table.overview_tbl {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	word-break: break-word;
}
}
table.overview_tbl th {
	width: 25%;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	background: #f7f7f7;
	border: 1px solid #d8dadc;
}
table.overview_tbl td {
	padding: 5px;
	background: #fff;
	border: 1px solid #d8dadc;
}
table.monthly_rate_tbl {
	width: 100%;
	border-collapse: collapse;
}
table.monthly_rate_tbl th {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	background: #f7f7f7;
	border: 1px solid #d8dadc;
}
table.monthly_rate_tbl td {
	padding: 5px;
	background: #fff;
	text-align: center;
	border: 1px solid #d8dadc;
}
.info_link {
	display: block;
}
.info_link::before {
	content: "\25b6\00a0";
	color: #4597b5;
}
span.note {
	vertical-align: super;
	font-size: 11px;
}
p.note {
	font-size: 12px;
	margin: 20px 0;
}
p.text_right {
	text-align: right;
}
ul.list li {
	list-style: none;
}
p.info_img {
	margin: 0 auto 10px;
	text-align: center;
}
p.info_img_left {
	float: left;
	display: block;
	margin-right: 15px;
}
p.moushikomi_btn {
	margin: 20px auto 10px;
	text-align: center;
}
ul.note_list {
	margin-left: 1em;
}
ul.note_list li {
	font-size: 12px;
	list-style: none;
	padding: 0;
	list-style-position: outside;
	text-indent: -1em;
}
ul.note_list li:before {
	content: "\203b";
}
.info_main .note_text {
	font-size: 11px !important;
	margin-left: 0.5em;
}
ul.dot_list_s li, ul.circle_list_s li {
	font-size: 80%;
	list-style: none;
	padding: 0 0 0 10px;
	list-style-position: outside;
	text-indent: -1em;
}
ul.dot_list_ss li, ul.circle_list_s li {
	font-size: 90%;
	list-style: none;
	padding: 0 0 0 25px;
	list-style-position: outside;
	text-indent: -1em;
}
ul.dot_list_n, ul.circle_list {
	padding-left: 5px;
}
ul.dot_list_n li, ul.circle_list li {
	list-style: none;
	padding: 0 0 0 10px;
	list-style-position: outside;
	text-indent: -1em;
}
ul.dot_list_s li:before, ul.dot_list_ss li:before, ul.dot_list_n li:before {
	content: "\30fb";
}
ul.circle_list_s li:before, ul.circle_list li:before {
	content: "\25cf";
}
ol.no_list, ul.no_list {
	padding-left: 20px;
}
ol.no_list ol li, ul.no_list ol li {
	padding-left: 1.2em;
	text-indent: -1.3em;
	list-style: none;
}
/*201610 + add service*/
h2.m_title, h3.m_title {
	font-size: 18px;
	color: #1688b0;
	margin-top: 20px;
	margin-bottom: 15px;
}
h3.m_title_b {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
}
/* add_nk_20161026 */
.key_no_margin {
	margin-bottom: 6px !important;
}
.n_block p.brline {
	margin-top: 1em;
}
.n_block h4 {
	margin: 1.5em 0 0 0;
}
.n_block h4::before {
	content: "\25cf";
	padding: 0 5px 3px 0;
	vertical-align: middle;
	font-size: 10px;
	color: #1688b0;
}
.n_block .blue_list {
	margin-top: 0.5em;
}
.n_block .blue_list li {
	list-style: none;
	padding-left: 1em;
	text-indent: -0.9em;
}
.n_block .blue_list li::before {
	content: "\25cf";
	padding: 0 5px 3px 0;
	vertical-align: middle;
	font-size: 10px;
	color: #1688b0;
}
.n_block .s_box {
	border: 2px solid #1688b0;
	color: #1688b0;
	font-weight: bold;
	float: left;
	width: 30%;
	margin: 0 10px;
	text-align: center;
	padding: 10px 0;
	height: 180px;
}
.n_block .s_box:first-child {
	margin-left: 26px;
}
.n_block .s_box p {
	font-size: 140%;
	line-height: 1.2;
}
.n_block .s_box span {
	font-size: 180%;
}
.n_block .note_s {
	font-size: 12px;
	margin-top: 0.5em;
}
.n_icon_link_long li {
	width: 60%;
}
.n_icon_link_long li {
	list-style: none;
}
.n_icon_link_long li a {
	padding: 10px;
	border: 1px solid #1688b0;
	text-align: center;
	display: block;
}
.n_icon_link_long li a span {
	font-size: 16px;
	font-weight: bold;
	padding-left: 28px;
	display: inline-block;
	background: url(../images/arw_4.png) no-repeat center left;
	background-size: 22px;
	line-height: 2;
}
.n_block .dc_box h4::before {
	content: "";
}
.n_block .dc_box h4 {
	margin: 0.3em 0;
}
.n_block .text_box_blue {
	width: 100%;
	margin: 1em 0;
	text-align: center;
	border: 1px solid #1688b0;
	color: #1688b0;
	padding: 10px;
	box-sizing: border-box;
}
/* add_nk_20161026_end */

/* add_nk_20161027 */
.provide_long {
	width: 100%;
}
.provide_long th, .provide_half th {
	border: solid 1px #b2b2b2;
	background: #d0e7ef;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	vertical-align: middle;
}
.provide_long td, .provide_half td {
	border: solid 1px #b2b2b2;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	font-size: 16px;
}
.cvs td {
	text-align: left;
}
/* add for cloum 20171120 */
.cloum_body {
	width: 950px;
	margin: 0 auto;
}
.cloum_body .cloum_left {
	width: 700px;
	float: left;
}
.cloum_body .cloum_left .contents_inner {
	width: 700px;
}
.cloum_body .cloum_left .contents_inner .n_block {
	margin-bottom: 20px;
}
.cloum_body .cloum_left .contents_inner p {
	line-height: 200%;
}
.cloum_body .cloum_left .key {
	border-bottom: none;
}
.cloum_body .cloum_left .key .key_contents .bread {
	font-size: 12px;
}
.cloum_body .cloum_left .detail_title .clm_date {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background: #524948;
	padding: 3px 10px;
	color: #fff;
	margin-bottom: 20px;
}
.cloum_body .cloum_left .detail_title {
	border-top: none;
	border-bottom: 1px solid #d8dadc;
	padding: 0 0 1em 0;
	line-height: 1.4;
}
.cloum_body .cloum_left .sns {
	padding: 0 0 0 0;
	text-align: left;
}
.cloum_body .cloum_left .sns .contents_inner iframe{height:30px;}

.cloum_body .cloum_left .detail_title h1 {
	font-size: 30px;
	width: 700px;
	margin: 0 auto;
	letter-spacing: -0.05em;
	font-weight: normal;
}
.cloum_body .cloum_left .clm_index {
	border-bottom: #CCC dotted 1px;
	margin: 10px auto 20px auto;
	padding: 0 0 20px 0;
}
.cloum_body .cloum_left .clm_index .clm_indx {
	float: left;
	width: 380px;
}
.cloum_body .cloum_left .clm_index img.clm_image01 {
	float: right;
	width: 300px;
	margin: 5px 0 0 0;
	border: #CCC solid 1px;
}
.cloum_body .cloum_left .clm_index img.clm_image01b {
	width:99%;
	max-width: 700px;
	margin:0 0 20px 0;
	border: #CCC solid 1px;
}
.cloum_body .cloum_left img.kappu_item_img {
	width: 100%;
}
.cloum_body .cloum_left .clm_index .clm_indx {
	float: left;
	width: 380px;
}
.cloum_body .cloum_left .clm_index .clm_indx p {
	padding: 0 0 0 25px;
	margin: 10px 0 0 0;
	background: url(/images/support/ec/indx_point.png) no-repeat 0 3px;
	font-size: 14px;
}

.cloum_body .cloum_left .clm_index .clm_indx02 {
	width: 88%;
    padding: 20px;
    border: #ccc solid 1px;
    border-radius: 5px;
}
.cloum_body .cloum_left .clm_index .clm_indx02 p {
	padding: 0 0 0 25px;
	margin: 10px 0 0 0;
	background: url(/images/support/ec/indx_point.png) no-repeat 0 3px;
	font-size: 14px;
}
.cloum_body .cloum_left .clm_index .clm_indx02 p.clm_indx_ttl {
	padding: 0 0 0 15px;
    margin: 10px 0 20px 5px;
    border-left: #000 solid 5px;
    font-size: 18px;
    font-weight: bold;
    background: none;
    line-height: 100%;
}

.cloum_body .cloum_left h2.line_title {
  margin-top: -100px;
  padding-top: 100px;
	font-size: 19px;
	border-bottom: 1px solid #1688b0;
	margin-bottom: 20px;
}
.cloum_body .cloum_left h3 {
	margin: 10px 0 10px 0;
}
.cloum_body .cloum_left p.clm_red {
	font-size: 12px;
}
.cloum_body .cloum_left div.clm_list {
	padding: 0 0 10px 1em;
	text-indent: -1em;
}
.cloum_body .cloum_left div#clm_indx_01 p, .cloum_body .cloum_left div#clm_indx_02 p, .cloum_body .cloum_left div#clm_indx_03 p {
	padding: 0 0 20px 0;
}
.cloum_body .cloum_left div#clm_indx_02 p.h4_lead {
	padding: 0 0 20px 15px;
}
.cloum_body .cloum_left img.clm_image {
	width: 100%;
	margin: 10px 0;
	border: #CCC;
}
.cloum_body .cloum_left img.clm_image_p01 {
	width: 100%;
	margin: 30px 0;
	border: #CCC;
}
.cloum_body .cloum_right {
	width: 210px;
	margin: 0 0 0 30px;
	padding: 40px 0 0 0;
	float: right;
}
.cloum_body .cloum_right h3 {
	border-bottom: #999 solid 1px;
	margin: 0 0 20px 0;
}

/* 20191108 コラム　資料ダウンロード */
.cloum_body .cloum_right div.column_dl img:hover {
opacity: 0.7;
}

/* 20190925 関連コラム limit 10 */
/*div.cloum_right div.cloum_list:nth-of-type(n + 12) { display:none;}*/
.cloum_body .cloum_right div.cloum_list {
	margin: 20px 0 10px 0;
	font-size: 14px;
}
.cloum_body .cloum_right div.cloum_list p.cloum_date, .cloum_body .cloum_right div.cloum_list p.cloum_outline {
	font-size: 12px;
}
.cloum_body .cloum_right div.cloum_list p.cloum_date {
	font-weight: bold;
}
.cloum_body .cloum_right div.cloum_list img {
	width: 210px;
	border: #CCC solid 1px;
}
#key_security_ec_kappu_caut {
	background: url(/images/support/ec/kappu_01.png) no-repeat right;
}
/* add 20180129 */
ul.clm_dot_list {
	margin: 0 0 20px 20px;
}
ul.clm_num_list {
	list-style: decimal;
	margin: 0 0 20px 20px;
}
table.provide_long td.tbl_clm_num {
	padding-left: 2em;
	text-indent: -1.25em;
	text-align: left;
}
table.provide_long td.tbl_clm_num02 {
	padding-left: 2.25em;
	text-indent: -2em;
	text-align: left;
}
/* end for cloum */

/*20171115*/
ul.three_block {
	display: block;
	padding: 0 0 30px;
	height: 100%;
}
ul.three_block li {
	float: left;
	width: 32%;
	list-style: none;
}
ul.three_block li img {
	margin: 0 auto;
}
ul.three_block li:not(:first-child) {
	margin-left: 10px;
}
ul.three_block li h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	color: #2996cc;
}
ul.three_block li p.table-txt {
	font-size: 14px;
	text-align: left;
	padding: 10px;
	height: 130px;
}
ul.service-tbl_l {
	display: block;
	padding: 20px 0 30px;
	height: 100%;
}
ul.service-tbl_l li {
	float: left;
	border: solid 1px #b2b2b2;
	width: 32%;
	list-style: none;
}
ul.service-tbl_l li:not(:first-child) {
	margin-left: 10px;
}
ul.service-tbl_l li h3 {
	font-size: 14px;
	font-weight: bold;
	background: #d0e7ef;
	border-bottom: solid 1px #b2b2b2;
	text-align: center;
	padding: 5px 0;
}
ul.service-tbl_l li p.table-txt {
	font-size: 14px;
	text-align: left;
	padding: 10px;
	height: 200px;
}
ul.service-tbl_l li p.table-txt02 {
	font-size: 14px;
	text-align: left;
	padding: 10px;
	height: 150px;
}
ul.service-tbl_l li p.token.table-txt02 {
	height: 200px;
}
.bs_ttl {
	font-size: 16px;
	color: #2996cc;
	display: block;
}
.left_icon {
	width: 103px;
	float: left;
}
.right_txt {
	padding-top: 20px;
	padding-left: 115px;
	text-align: left !important;
}
.c_img {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}

@media screen and (max-width: 949px) {
ul.service-tbl_l li {
	height: auto;
	width: 45%;
	list-style: none;
	margin: 0 10px 0 0;
}
ul.service-tbl_l li:not(:first-child) {
	margin: 0 auto 10px;
}
ul.service-tbl_l li p.table-txt {
	font-size: 14px;
	text-align: left;
	padding: 10px;
	height: auto;
}
 ul.service-tbl_l li p.token.table-txt02:not(:nth-child(3)) {
 height: 150px
}
}

@media screen and (max-width: 640px) {
ul.service-tbl_l {
	display: block;
	padding: 20px 0 0;
	height: 100%;
}
ul.service-tbl_l li {
	float: none;
	height: auto;
	width: 95%;
	margin: 0 auto 10px;
}
ul.three_block li {
	float: none;
	width: 100%;
	list-style: none;
}
.left_icon {
	width: 90%;
	float: none;
}
.left_icon img {
	width: 80%;
}
.right_txt {
	padding-top: 20px;
	padding-left: 0;
	text-align: center !important;
}
.cvs th,  .cvs td {
	font-size: 12px;
}
}
.provide_long .noborder {
	border: none;
	background: #fff;
}
.provide_long th.name, .provide_half th.name {
	background: #fff;
}
.provide_long .w25 {
	width: 25%;
}
table.paypal {
	width: 80%;
}
table.paypal th, table.paypal td {
	width: 20%;
}
.provide_long .wide15 {
	width: 15%;
}
.paypal_mail {
	width: 60%;
	margin: 40px auto;
	font-size: 140%;
	text-align: center;
}
.provide_half {
	width: 49%;
	float: left;
}
.provide_half table {
	width: 100%;
}
.provide_half th {
	text-align: left;
}
.provide_right {
	float: right;
}
.career_list h3 a {
	text-decoration: none;
}
.n_block .blue_2box {
	margin: 20px 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.n_block .blue_2box li {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 2px solid #1688b0;
	width: 45%;
	list-style: none;
}
.n_block .blue_2box li:nth-child(odd) {
	margin-right: 30px;
}
.n_block .blue_2box h4 {
	text-align: center;
}
.n_block .blue_2box h4::before {
	content: "";
}
.n_block .blue_2box p.img {
	text-align: center;
}
.n_block ul.prica {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
}
.n_block ul.prica li {
	float: left;
	margin: 0 1% 2% 1%;
	width: 23%;
	max-width: none;
	position: relative;
}
.n_block ul.prica .note {
	margin-bottom: 3em;
}
.n_block ul.prica .bottom_link {
	position: absolute;
	bottom: -2em;
}
.n_block ul.csv_box {
	/* add_nk_20161108 */
	list-style: none;
	margin: 1em 0 1em 20px;
	width: 100%;
}
.n_block ul.csv_box li {
	float: left;
	border: 1px solid #c5c5c5;
	text-align: center;
	position: relative;
	margin-right: 2%;
	margin-bottom: 16px;
}
.n_block ul.csv_box li span {
	display: block;
	margin-top: 1em;
	font-size: 14px;
}
.n_block ul.csv_box li a {
	display: inline-block;
	background: url(../images/arw_4.png) no-repeat top left;
	background-size: 22px;
	padding-left: 28px;
	padding-top: 2px;
	line-height: 1.4;
	text-decoration: none;
	min-height: 3.0em;
}
.n_block ul.csv_box li img {
	top: 4em;
	width: 100%;
	max-width: 160px;
	height: auto;
}
.n_block .gray_line_box {
	border: 1px solid #c5c5c5;
	;
	padding: 1em;
	margin-bottom: 1em;
	box-sizing: border-box;
}
/* add_nk_20161027_end */
p.note {
	margin-top: 10px;
	font-size: 14px;
}
p.note02 {
	/* margin-left:20px; */
	font-size: 10px;
	margin-top: 5px;
}
p.note_box {
	background: #ededed;
	font-size: 12px;
	padding: 20px;
	width: 92%;
	margin-left: 20px;
}
ul.service_cnt {
	padding-left: 20px;
}
ul.service_cnt li {
	list-style: none;
	margin-bottom: 15px;
}
ul.service_cnt li p {
	padding-left: 15px;
}
ul.service_cnt li.first {
	margin-top: 15px;
}
ul.service_cnt h4::before {
	content: "\25cf";
	padding: 0 5px 3px 0;
	vertical-align: middle;
	font-size: 10px;
	color: #1688b0;
}
ul.service_cnt li .list_in {
	padding-left: 15px;
}
ul.service_cnt ul li {
	/* add_ysd_20161107*/
	margin: 0 0 3px 0;
	padding: 0;
}
p.service_img {
	text-align: center;
	margin: 0 auto;
}
p.service_img img {
	margin: 25px auto 0;
}
p.service_img img.space {
	margin-left: 50px;
}
ul.provide_table {
	/* padding-left:20px; */
	width: 100%;
}
ul.noleft {
	padding-left: 0;
}
ul.provide_table li {
	list-style: none;
	display: inline-block;
	width: 35%;
	padding: 15px 4px 0 0;
}
ul.provide_table li.w28 {
	width: 28%;
}
ul.provide_table li:last-child {
	padding: 15px 0 0 0;
}
ul.provide_table table {
	width: 100%;
	border-collapse: collapse;
}
ul.provide_table table th {
	border: solid 1px #b2b2b2;
	background: #d0e7ef;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	font-size: 14px;
}
ul.provide_table table td {
	border: solid 1px #b2b2b2;
	text-align: center;
	padding: 5px 4px;
	vertical-align: middle;
	font-size: 14px;
}
ul.provide_table table td.w3 {
	width: 33%;
}
ul.provide_table table td.w2, .provide_half table .w2 {
	width: 50%;
}
/*吹き出し*/
a.pop {
	background: url(../images/service/q_icon.png) no-repeat right;
	padding-right: 17px;
}
a.pop:hover {
	position: relative;
	top: 0px;
	left: 0px;
}
.pop_dc, .pop_dc_right {
	position: absolute;
	font-size: 12px;
	text-align: left;
	top: -130px;
	display: none;
	padding: 15px;
	width: 151px;
	height: 103px;
	text-decoration: none;
	color: #ffffff;
}
.pop_dc {
	left: -20px;
	background: url(../images/service/pop.png) no-repeat left;
}
.pop_dc_right {
	right: -10px;
	background: url(../images/service/pop_right.png) no-repeat right;
}
a:hover .pop_dc, a:hover .pop_dc_right {
	display: block;
}
a.arrow_detail {
	display: block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: right;
}
a.arrow_detail::before {
	content: "\25b6\00a0";
}
span.pop {
	cursor: pointer;
	background: url(../images/service/q_icon.png) no-repeat right;
	padding-right: 17px;
}
span.pop:hover {
	position: relative;
	top: 0px;
	left: 0px;
}
.pop_dc, .pop_dc_right {
	position: absolute;
	font-size: 12px;
	text-align: left;
	top: -130px;
	display: none;
	padding: 15px;
	width: 151px;
	height: 103px;
	text-decoration: none;
	color: #ffffff;
}
.pop_dc {
	left: -20px;
	background: url(../images/service/pop.png) no-repeat left;
}
.pop_dc_right {
	right: -10px;
	background: url(../images/service/pop_right.png) no-repeat right;
}
a:hover .pop_dc, a:hover .pop_dc_right {
	display: block;
}
a.arrow_detail {
	display: block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: right;
}
a.arrow_detail::before {
	content: "\25b6\00a0";
}
.tooltip_templates {
	display: none;
}
.tooltip_templates {
	display: none;
}
#link-content a, #api-content a, #account1-content a, #account2-content a, #account3-content a, #link-content2 a, #api-content2 a, #account1-content2 a, #account2-content2 a, #account3-content2 a, #link-content3 a, #api-content3 a, #account1-content3 a, #account2-content3 a, #account3-content3 a {
	color: #fff;
}
span.pop {
	background: url(../images/service/q_icon.png) no-repeat right;
	padding-right: 17px;
	color: #1688b0;
	text-decoration: underline;
}
span.pop_nonstyle {
	background: url(../images/service/q_icon.png) no-repeat right;
	padding-right: 17px;
}
dl.faq_list {
	margin: 20px 0 0;
	padding: 10px 0 0;
	clear: both;
	border-top: dotted 1px #000;
}
dl.faq_last {
	padding-bottom: 20px;
	border-bottom: dotted 1px #000;
}
dl.faq_list dt {
	padding: 6px 0 0;
	float: left;
	width: 25px;
	height: 20px;
	clear: both;
}
dl.faq_list dd {
	padding: 11px 0 0 0;
	margin-left: 30px;
}
dl.faq_list dt span {
	font-size: 20px;
	font-weight: bold;
}
dl.faq_list dt span.faq_q {
	color: #1688b0;
}
dl.faq_notLast:first-of-type {
    border-top: none;
}
dl.faq_list dt span.faq_a {
	color: #fb9300;
}
p.arrow_link {
	margin: 10px 0 0 0;
}
p.arrow_link::before {
	content: "\25b6\00a0";
	color: #1688b0;
	font-size: 14px;
}
/*導入事例*/
#key_case_detail1 {
	background: url(../images/case/key_detail1.png) no-repeat right;/*background-size: cover;*/
}
#key_case_detail1 .lead {
	color: #1688b0;
	margin-bottom: 20px;
	float: left;
	width: 72%;
	/* letter-spacing: -0.05em; */
	line-height: 150%;
}
#key_case_detail1 .lead span {
	font-weight: bold;
	font-size: 16px;
}
#key_case_detail1 .key_contents .logo {
	float: right;
	margin-top: 10px;
}
p.case_img img {
	margin: 25px auto 0;
}
table.bd_box {
	clear: both;
	width: 100%;
	display: block;
	border: solid 1px #dfdfdf;
}
table.bd_box td.copy {
	padding: 20px;
	vertical-align: top;
	font-size: 14px;
}
table.bd_box td.img {
	margin: 0;
	padding: 20px 0;
	height: auto;
}
table.bd_box td.img02 {
	margin: 0;
	padding: 20px 0 20px 20px;
	height: auto;
}
table.bd_box td.name {
	padding: 20px;
	font-size: 12px;
	vertical-align: bottom;
}
.split_block {
display: block;
    height: auto;
    clear: both;
    width: 100%;
    overflow: auto;
}


.credit_lp01 .split_block {
	display:inline-flex;
	height: auto;
	clear: both;
	width: 31%;
	overflow: auto;
	font-size: 15px;
    margin-right: 15px;
}
@media screen and (max-width: 640px) {
	.credit_lp01 .split_block {
		width: 100%;
	   margin-right: 10px;
	margin-bottom: 30px;
}
}

.split_block .left_block {
	display: inline-block;
	float: left;
}
.split_block .right_block {
	display: inline-block;
}
.credit_lp01 .split_block img {
	border: #cccccc solid 1px;
	width: 95%;
	max-width: 313px;
}
.split_block p{
	font-size: 14px;
	width: 98%;
}
.split_block p.case_title{
	font-size: 15px;
	margin-top: 10px;
}
.split_block p.case_title span {
	margin-left: 0;
	font-size: 12px;
	font-weight: bold;
}
.split_block .w20 {
	width: 20%;
}
.split_block .w25 {
	width: 25%;
}
.split_block .w30 {
	width: 30%;
}
.split_block .w35 {
	width: 35%;
}
.split_block .w45 {
	width: 45%;
}
.split_block .w50 {
	width: 50%;
}
.split_block .w60 {
	width: 60%;
}
.split_block .w70 {
	width: 70%;
}
.split_block .w75 {
	width: 75%;
}
.split_block .w80 {
	width: 80%;
}
.split_block .r_img {
	margin: 0 0 0 15px;
}
.split_block .r_img02 {
	margin: 0 0 0 15px;
}
.split_block .l_img, .split_block .l_img_w {
	margin: 0 20px 0 0;
}
.split_block .l_img25 {
	margin: 25px 20px 0 0;
}
.mt30 {
	margin-top: 30px;
}
.split_block p.note {
	font-size: 12px;
}
p.note_s {
	margin: -10px 0 20px;
	font-size: 12px;
}
table.company_profile {
	width: 100%;
	/*margin-top:20px;*/
	margin-bottom: 20px;
	border-collapse: collapse;
}
table.company_profile th {
	width: 25%;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	color: #fff;
	background: #4597b5;
	border: 1px solid #d8dadc;
}
table.company_profile td {
	padding: 5px;
	background: #fff;
	border: 1px solid #d8dadc;
}
ul.cace_portraits {
	padding: 0;
	width: 80%;
	margin: 0 auto;
}
ul.cace_portraits li {
	display: inline-block;
	width: 30%;
	text-align: center;
	padding: 10px 10px 30px;
	height: auto;
	margin: 0 auto;
}
ul.cace_portraits li p.note {
	font-size: 12px;
	margin: 0;
}
#contents ul.pageNav01 {
	margin: 0 0 50px;
	padding: 10px 10px 5px;
	background: #fff;
	text-align: center;
}
#contents ul.pageNav01 li {
	display: inline;
	margin: 0 2px;
	color: #c3c3c3;
	font-weight: bold;
	padding: 0;
}
#contents ul.pageNav01 li span, #contents ul.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	text-decoration: none;
	vertical-align: middle;
}
#contents ul.pageNav01 li a {
	color: #333;
}
#contents ul.pageNav01 li.nolink {
	pointer-events: none;
}
#contents ul.pageNav01 li span {
	background: #1688b0;
	color: #fff;
}
#contents ul.pageNav01 li a:hover {
	background: #1688b0;
	color: #fff;
}
#contents ul.pageNav01 li.nolink_b::before {
	content: "\25c0\00a0";
}
#contents ul.pageNav01 li.nolink_a::after {
	content: "\00a0\25b6";
}
#contents ul.pageNav01 li:first-child a::before {
	content: "\25c0\00a0";
}
#contents ul.pageNav01 li:last-child a::after {
	content: "\00a0\25b6";
}
/*目的から探す*/
.under_menu_find {
	background: #999;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	padding: 15px 0;
	width: 100%;
	margin-bottom: 20px;
}
.under_menu_find a {
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
.under_menu_find a:first-child {
	border-left: 1px solid #fff;
}
.find_box_list {
	padding: 30px 1%;
	position: relative;
	overflow: hidden;
}
.find_box_list h1 {
	font-size: 24px;
	font-weight: bold;
	color: #404040;
	margin-bottom: 10px;
}
.find_box_list h2 {
	font-size: 21px;
	font-weight: bold;
	color: #1688b0;
	margin-bottom: 5px;
}
.find_box_list p.copy {
	margin-bottom: 20px;
}
.find_box_list ul {
	list-style-type: none;
	/* margin: 0 2%; */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1100px;
}
.find_box_list ul li {
	width: 48%;
	/* max-width: 320px; */
	margin: 0 1% 20px 1%;
	background: #fff;
	padding-bottom: 40px;
	position: relative;
	border: 1px solid #c5c5c5;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.find_box_list ul li .inner {
	padding: 10px;
}
.find_box_list ul li .inner a {
	text-decoration: none;
	display: block;
}
.find_box_list ul li .inner .image {
	text-align: center;
	margin-bottom: 5px;
}
.find_box_list ul li .inner .image img {
	max-width: 312px;
	width: 100%;
	height: auto;
	border: 1px solid #c5c5c5;
}
.find_box_list ul li .inner .title {
	font-size: 21px;
	text-align: center;
	color: #383939;
	margin-bottom: 6px;
}
.find_box_list ul li .inner .text {
	text-align: center;
	color: #383939;
	margin-bottom: 16px;
}
.find_box_list ul li .inner .link {
	text-align: center;
	position: absolute;
	bottom: 12px;
	width: 94%;
}
.find_box_list ul li .inner .link span {
	font-size: 14px;
	font-weight: bold;
	padding-left: 28px;
	display: inline-block;
	background: url(../images/arw_4.png) no-repeat center left;
	background-size: 22px;
	line-height: 1.6;
	color: #1688b0;
}
.find_search {
	clear: both;
	display: block;
	background: #383939;
	height: 100px;
	padding: 50px 0;
	margin: 0 auto;
}
.find_search p {
	color: #fff;
	text-align: center;
}
.find_search form {
	width: 510px;
	vertical-align: middle;
	display: block;
	margin: 10px auto;
}
.find_search form input[type="text"] {
	background: #f4f5f6;
	border: solid 1px #e6e8eb;
	padding: 5px;
	font-size: 16px;
	width: 450px;
	height: 30px;
}
.find_search input[type="submit"] {
	background: #fff url(../images/s_l.png);
	width: 42px;
	height: 42px;
	border: none;
}
/*端末決済*/
#g_nav ul li .menu_entry {
	font-size: 16px;
	display: block;
	padding: 12px 0;
	text-align: center;
	width: 158px;
	background-color: #fb9300;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#g_nav ul li .menu_entry span {
	display: block;
	height: 19px;
	text-align: left;
	line-height: 110%;
	padding-left: 45px;
	padding-top: 5px;
	border-right: 1px solid #d8dadc;
	background-image: url(../images/entry.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
#g_nav ul li .menu_entry:hover {
	background-color: #f9a42d;
}
#btn_use, #btn_contact, #btn_entry {
	cursor: pointer;
}
#use_box, #contact_box, #entry_box {
	background: #fff;
	/* display: none;*/
	position: absolute;
	width: 100%;
	top: 52px;
	margin-left: -130px;
	border-top: 1px solid #dbdee0;
	border-bottom: 1px solid #dbdee0;
	z-index: 13500;
}
#contact_box .contact_box_inner, #entry_box .entry_box_inner {
	max-width: 310px;
	margin: 0 auto;
	background: #fff;
	padding: 0;
}
#contact_box .contact_box_inner h1 {
	font-size: 16px;
	border-bottom: 1px solid #b7b7b8;
	padding-bottom: 10px;
}
#contact_box .contact_box_inner .title {
	font-size: 14px;
	color: #1688b0;
	margin: 15px 0 5px 0;
	line-height: 16px;
	padding: 6px 0;
	padding-left: 25px;
}
#contact_box .contact_box_inner .title_memo {
	background: url(../images/icon_memo_w.png) no-repeat left center;
}
#contact_box .contact_box_inner .title_tel {
	background: url(../images/icon_tel_sp_w.png) no-repeat left center;
}
#contact_box .contact_box_inner a {
	display: block;
	background: #fb9300;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin: 20px;
	border-radius: 3px;
	line-height: 22px;
	padding: 10px 0;
}
#contact_box .contact_box_inner a span {
	background: url(../images/arw_5.png) no-repeat left center;
	padding: 10px 10px 10px 30px;
}
#contact_box .contact_box_inner .form {
	border-bottom: 1px dashed #000000;
}
#contact_box .contact_box_inner .contact .tel {
	font-size: 16px;
	float: left;
}
#contact_box .contact_box_inner .contact .time {
	float: right;
}
#use_box .contact_box_inner a.arrow, #contact_box .contact_box_inner a.arrow {
	display: block;
	background: #fff;
	text-align: center;
	color: #1688b0;
	text-decoration: none;
	margin: 15px;
	border: solid 1px #1688b0;
	border-radius: 3px;
	line-height: 22px;
	padding: 10px 0;
}
#use_box .contact_box_inner a span, #contact_box .contact_box_inner a span {
	background: url(../images/arw_4.png) no-repeat left center;
	background-size: 22px;
	padding: 10px 10px 10px 30px;
}
#use_box .contact_box_inner a span, #contact_box .contact_box_inner a span {
	background: url(../images/arw_4.png) no-repeat left center;
	background-size: 22px;
	padding: 10px 10px 10px 30px;
}
#contact_box .contact_box_inner a, #entry_box .entry_box_inner a {
	text-decoration: none;
}
#entry_box .entry_box_inner a.arrow {
	display: block;
	background: #fb9300;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin: 15px;
	border-radius: 3px;
	line-height: 22px;
	padding: 10px 0;
}
#entry_box .entry_box_inner a span {
	background: url(../images/arw_2.png) no-repeat left center;
	padding: 10px 10px 10px 30px;
}
/*端末決済*/
.ml5 {
	margin-left: 5px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.contact ul.mb_str ul {
	width: 100%;
}
#key_device {
	background: url(../images/device/key_device.png) no-repeat center;
}
.key_under {
	position: relative;
	height: 200px;
	/*width: 950px;*/
	margin: 0 auto;
}
.key_under .key_contents {
	padding-top: 20px;
}
.key_under .key_contents img {
	max-width: 100%;
	height: auto;
}
.key_under .key_contents .bread {
	margin-bottom: 30px;
	font-size: 10pt;
}
.key_under .key_contents .bread a {
	text-decoration: none;
}
.key_under .key_contents .title {
	font-size: 22pt;
	line-height: 120%;
	margin: 80px 0 0 10px;
}
.key_under .key_contents .lead {
	line-height: 120%;
	font-size: 10pt;
}
#key_device_under {
	background: url(../images/device/key_device_under.png) no-repeat center center;
	margin: 0 auto;
	padding: 0;
}
#key_device .bread {
	padding-top: 0;
	margin: -25px 0 0 0;
}
#key_device .device_title {
	/* background: url(../images/device/device_title.png)no-repeat 0 100%;*/
	height: 410px;
	position: relative;
	display: none;
}
/* 20161112　調整 */
#key_device .device_title h1 img {
	bottom: 0;
	position: absolute;
}
#key_device .sp_device {
	display: none;
}
ul.bbox {
	display: block;
	clear: both;
	margin: 10px 0;
}
ul.bbox li {
	display: inline-block;
	padding: 3px 10px;
	margin: 0 5px 5px 0;
	color: #fff;
	background: #1688b0;
}
h2.d_title {
	font-size: 19px;
	margin-bottom: 20px;
}
h3.dm_title {
	font-weight: bold;
}
h4.ds_title {
	font-weight: bold;
	margin: 30px 0 10px;
}
.nex-m2302 {
	clear: both;
	display: block;
	background: #fafafa;
	margin: 30px 0;
	height: 300px;
	width: 100%;
}
.nex-m2302 .left_box {
	padding: 20px;
	display: block;
	float: left;
}
.nex-m2302 .left_box img {
	margin-top: 10px;
}
.nex-m2302 .right_box {
	float: left;
	padding: 20px;
}
.nex-m2302 .right_box p.name {
	font-weight: bold;
	font-size: 26px;
	border-bottom: solid 1px #777;
	margin: 0 0 10px;
}
.nex-m2302 .right_box p.name02 {
	font-weight: bold;
	margin-top: 10px;
}
.nex-m2302 .right_box p.note {
	margin: 0;
	font-size: 14px;
}
.nex-m2302 .right_box p.note_red {
	font-size: 12px;
	margin-top: 10px;
	color: #eb1212;
}
#contact_f_box .contact_box_inner .title_arrow {
	background: url(../images/arw_4.png) no-repeat left center;
	background-size: 22px;
}
table.device_tbl {
	width: 100%;
	border-collapse: collapse;
}
table.device_tbl th {
	width: 25%;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	color: #fff;
	background: #4597b5;
	border: 1px solid #d8dadc;
}
table.device_tbl td {
	padding: 5px;
	background: #fff;
	vertical-align: middle;
	border: 1px solid #d8dadc;
}
table.device_tbl td img {
	vertical-align: middle;
}
table.device_tbl td p {
	margin: 0;
}
table.device_tbl td p.emp {
	font-weight: bold;
}
table.device_tbl td p.note {
	font-size: 14px;
}
ul.circle_list_d {
	margin: 5px 0;
}
ul.circle_list_d li {
	font-size: 14px;
	list-style: none;
	padding: 0 0 0 20px;
	list-style-position: outside;
	text-indent: -1.2em;
}
ul.circle_list_d li:before {
	content: "\25cd";
	padding-right: 3px;
}
ul.circle_list_dfaq {
	margin: 0;
}
ul.circle_list_dfaq li {
	list-style: none;
	padding: 0 0 0 14px;
	list-style-position: outside;
	text-indent: -1.2em;
}
ul.circle_list_dfaq li.mt20 {
	margin-top: 20px;
}
ul.circle_list_dfaq li:before {
	content: "\25cf";
	padding-right: 3px;
}
ul.device_cnt {
	padding-left: 20px;
}
ul.device_cnt li {
	list-style: none;
	margin-bottom: 15px;
}
ul.device_cnt li p {
	padding-left: 15px;
}
ul.device_cnt li.first {
	margin-top: 15px;
}
ul.device_cnt h4 {
	padding-left: 20px;
	text-indent: -1em;
}
ul.device_cnt h4::before {
	content: "\25cf";
	padding: 0 5px 3px 0;
	vertical-align: middle;
	font-size: 10px;
	color: #1688b0;
}
ul.device_cnt h4.check {
	padding-left: 20px;
	text-indent: -1em;
}
ul.device_cnt h4.check::before {
	content: url(../images/check.png);
	font-size: 32px;
	padding: 3px 5px 0 0;
	vertical-align: middle;
	font-size: 10px;
	color: #1688b0;
}
ul.device_cnt li .list_in {
	padding-left: 15px;
}
ul.device_cnt ul.dot_list {
	padding: 10px 0 10px 30px;
}
ul.device_cnt ul.dot_list li {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	text-indent: -1em;
}
ul.device_cnt ul.dot_list li:before {
	content: "\30fb";
}
.flow_box {
	width: 90%;
	margin: 0 auto;
	border: solid 1px #d8dadc;
	padding: 20px;
}
.flow_box h3 {
	color: #4597b5;
	margin-bottom: 10px;
	font-size: 20px;
}
.flow_box h3 span {
	color: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background: #4597b5;
	width: 30px;
	height: 30px;
	margin: 0 5px 3px 0;
	border-radius: 30px;
}
.flow_box p.cnt {
	margin-top: 1em;
}
.flow_box .entry_btn {
	display: block;
	background: #fb9300;
	width: 50%;
	height: 45px;
	padding-top: 5px;
	margin: 20px 0 30px;
	text-align: center;
}
.flow_box .entry_btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
}
.flow_box .entry_btn a span {
	padding-left: 28px;
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	background: url(../images/arw_2.png) no-repeat center left;
}
.flow_box .n_icon_link_list {
	list-style-type: none;
	margin: 10px 0 10px;
}
.flow_box .n_icon_link_list li {
	width: 35%;
	margin-bottom: 2%;
}
.flow_box .n_icon_link_list li a {
	padding: 10px;
	border: 1px solid #1688b0;
	display: block;
}
.flow_box .n_icon_link_list li a span {
	font-size: 16px;
	font-weight: bold;
	padding-left: 28px;
	display: inline-block;
	background: url(../images/arw_4.png) no-repeat center left;
	background-size: 22px;
	line-height: 2;
}
.flow_arrow {
	clear: both;
	display: block;
	width: 50px;
	margin: 20px auto 10px;
}
.tab_device {
	display: none;
}
ul.howto_flow {
	clear: both;
	display: block;
}
ul.howto_flow li {
	display: inline-block;
	padding-bottom: 30px;
	height: 100%;
	list-style: none;
}
ul.howto_flow li.howto_box {
	width: 30.2%;
	margin: 0 0 30px 0;
	vertical-align: top;
	padding: 0;
}
ul.howto_flow li.howto_box img {
	/*width:100%;*/
	margin: 0 0 0 30px;
}
ul.howto_flow li.howto_box h3 {
	font-weight: normal;
	/*color:#4597b5;*/
	margin: 10px;
	padding-left: 30px;
	letter-spacing: 0.02em;
	font-size: 16px;
}
ul.howto_flow li.howto_box span.no {
	float: left;
	color: #fff;
	display: inline-block;
	text-align: center;

	vertical-align: middle;
	background: #4597b5;
	font-weight: bold;
	width: 25px;
	height: 25px;
	margin: 2px 5px 10px 10px;
	border-radius: 30px;
}
ul.howto_flow li.howto_box p.note {
	padding-left: 40px;
}
ul.howto_flow li.flow_arrow_r {
	margin: 0 auto;
	padding-top: 200px;
}
.gray_box {
	margin: 20px 0;
	width: 96%;
	background: #f4f4f4;
	padding: 15px;
}
table.resource_box {
	width: 100%;
}
table.resource_box th, table.resource_box td {
	padding-bottom: 20px;
	vertical-align: top;
}
table.resource_box td {
	width: 95%;
}
table.resource_box th img {
	margin-right: 10px;
}
table.resource_box td textarea {
	width: 95%;
	outline: none;
	font-size: 14px;
	line-height: 130%;
	border: solid 1px #ccc;
	height: 10em;
	padding: 13px;
}
#footer .f_dnav {
	background: #eef1f3;
	padding: 0;
}
#footer .f_dnav ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer .f_dnav ul li {
	display: inline;
	border-right: 1px solid #cccccc;
	padding: 0 10px;
}
#footer .f_dnav ul li a {
	text-decoration: none;
	color: #262627;
	font-size: 12px;
}
/*__ 下層タイトル __*/

.page_bread {
	margin-bottom: 16px !important;
}
.page_detail {
	background-image: none !important;
	height: auto;
}
.detail_title {
	border-top: 1px solid #d8dadc;
	border-bottom: 1px solid #d8dadc;
	padding: 0.5em 0;
}
.detail_title h1 {
	font-size: 28px;
}
/*__ 下層タイトル_end __*/


/*__ 口座下層 _______________________*/

/* タブメニュー */
#tab-menu {
	list-style: none;
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
}
#tab-menu li {
	display: table-cell;
	padding: 0 2px 0 0;
	width: 25%;
}
#tab-menu li:last-child {
	padding-right: 0;
}
#tab-menu li span {
	display: inline-block;
	padding: 8px 0;
	background: #ededed;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	width: 100%;
}
#tab-menu li.active span {
	background: #1688b0;
	color: #fff;
}
/* タブの中身 */
#tab-box {
	padding: 25px 0;
	border-top: 2px solid #1688b0;
}
#tab-box>div {
	display: none;
}
#tab-box div.active {
	display: block;
}
table.account_list {
	width: 100%;
}
table.account_list th, table.account_list td {
	border: 1px solid #b2b2b2;
	padding: 5px 10px;
	font-size: 14px;
}
table.account_list thead{
  display: contents;
}
table.account_list thead th {
	background: #d0e7ef;
	padding: 0.5em 13px;
	text-align: center;
}
table.account_list thead th:first-child {
	background: #d0e7ef;
	padding: 0.5em 13px;
	text-align: center;
}
table.account_list tbody th {
	background: #ededed;
	width: 280px;
}
table.account_list ul {
	margin: 0;
	padding: 0;
}
table.account_list ul.daytime {
	list-style: none;
}
table.account_list li {
	margin-left: 1.5em;
	padding: 0;
}
table.account_list ul.daytime li {
	margin-left: 0;
}
table.account_list p.title {
	font-weight: bold;
}
table.account_list p.note_text {
	margin-top: 1em;
}
.account_sin th {
	white-space: nowrap;
}
.account_sin td {
	text-align: left;
}
/*__口座下層 _end______________________________*/


/*__ 接続方式 ____________________*/

.n_block .half_block {
	float: left;
	clear: both;
	width: 48%;
	margin-bottom: 2em;
}
.n_block .half_block_r {
	float: right;
	width: 48%;
}
.n_block .half_block .n_icon_link_long li, .n_block .half_block_r .n_icon_link_long li {
	width: 80%;
}
/*__ 接続方式 end _________________*/

/*__ mobile d ___________*/

.d_header {
	width: 80% !important;
	max-width: 363px;
	float: none !important;
}
.d_header img {
	width: 100% !important;
	max-width: 100% !important;
}
.d_contents {
	padding-top: 50px !important;
}
.d_footer {
	padding-top: 0 !important;
}
.n_block form input[type="text"] {
	background: #f4f5f6;
	border-radius: 5px 0 0 5px;
	border: none;
	padding: 5px;
	height: 32px;
	width: 300px;
}
.n_block form input[type="submit"] {
	background: #fff url(../images/s_l.png) no-repeat center 50%;
	width: 44px;
	height: 44px;
	border-radius: none;
	border: none;
}
.docomo_list {
	margin: 1em 0;
}
.docomo_list li {
	display: block;
	border: 1px solid #b2b2b2;
	margin-bottom: 1em;
	padding: 0.5em;
}
.docomo_list a {
	display: block;
	background: url(../images/arw_r_1.png) no-repeat right 50%;
	color: #404040;
	text-decoration: none;
}
.docomo_list a span {
	color: #1688b0 !important;
	text-decoration: underline;
}
.docomo_list a:hover span {
	text-decoration: none;
}
.detail_title h1 span {
	font-size: 16px;
}
.back_link {
	list-style-type: none;
	margin: 10px 0 10px;
}
.back_link li {
	width: 100%;
	margin-bottom: 2%;
}
.back_link li a {
	padding: 10px;
	border: 1px solid #1688b0;
	display: block;
}
.back_link li a span {
	font-size: 16px;
	font-weight: bold;
	padding-left: 28px;
	display: inline-block;
	background: url(../images/arw_4b.png) no-repeat center left;
	background-size: 22px;
	line-height: 2;
}

/*__ mobile d end _______*/

/*__ how_to_pay_start _______*/

.clearfloat {
	clear: both;
}
dl.howto {
	border-bottom: 1px solid #d8dadc;
	padding-bottom: 16px;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
dl.howto dt, dl.howto dt.dt2 {
	clear: both;
	float: left;
	width: 470px;
	text-align: center;
}
dl.howto dt.dt2 {
	margin: 30px 0 0 0;
}
dl.howto dd {
	margin-left: 490px;
}
dl.howto dd.dd2 {
	float: left;
	margin: 30px 0 0 0;
	max-width: 480px;
}
dl.howto .note_list {
	margin: 1em 0 1em 1em;
}
dl.howto .note_list li {
	font-size: 12px;
}
dl.howto .mark {
	background: #EC9800;
	color: #fff;
	padding: 0 8px;
	margin-right: 8px;
	font-weight: bold;
}
p.red_text {
	color: #c00;
	font-weight: bold;
	margin: 1em 0;
}
p.red_box {
	color: #c00;
	font-weight: bold;
	margin-bottom: 1em;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #d8dadc;
	padding-bottom: 1em;
}
.down_link {
	margin-bottom: 2em;
}
.down_link li {
	background: url(../images/arw_5.png) no-repeat scroll left center;
	display: inline-block;
	padding-left: 20px;
	margin-right: 30px;
}
/*__ how_to_pay_end _______*/


/*__ support ___________*/

.n_block .flow_bg {
	background: url(../images/support/flow/arrow01.gif) bottom left no-repeat;
	padding-left: 80px;
	bottom: 0;
}
.download_box {
	margin: 10px 0 0 0;
	padding: 16px;
	box-sizing: border-box;
	background: #f4f4f4;
	font-size: 12px;
}
.download_box img {
	float: left;
	margin-right: 24px;
}
.download_box span {
	padding-top: 8px;
	display: block;
}
/*__ support_end _______*/


/*提携サービス*/
p.application_btn {
	display: block;
	background: #fb9300;
	width: 50%;
	height: 45px;
	padding-top: 5px;
	margin: 30px auto 0;
	text-align: center;
}
p.application_btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
}
p.application_btn a span {
	/*padding-left: 28px;*/
	display: inline-block;
	/*font-weight:bold;*/
	font-size: 21px;
	padding: 5px 0 0 28px;
	background: url(../images/arw_2.png) no-repeat center left;
}
ul.ec_list {
	max-width: 600px;
	list-style: none;
	margin: 0 auto;
}
ul.ec_list li {
	display: inline;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}
/*____ contact _____________________*/
.contact_tbl {
	width: 100%;
	border-collapse: collapse;
	color: #6c6c6c;
}
.contact_tbl tr{
    display: table-row;
}
.contact_tbl th, .contact_tbl td {
	border: 1px solid #b2b2b2;
	padding: 8px 16px;
	text-align: left;
	clear: both;
	font-weight: normal;
}
.contact_tbl th {
	white-space: nowrap;
	min-width: 210px;
	background: #efefef;
	vertical-align: middle;
}
.contact_tbl th span, .contact_tbl td span.red {
	background: #d8271c;
	color: #fff;
	display: inline-block;
	float: right;
	padding: 2px 8px;
	margin-right: 8px;
}
.contact_tbl td span.red {
	float: none;
}
.contact_tbl th label {
	float: left;
}
.contact_tbl input[type="text"], .contact_tbl textarea {
	background: #fff !important;
	border-radius: 0 !important;
	border: 1px solid rgb(169, 169, 169) !important;
	padding: 5px !important;/* 0 !important */
	width: 100%;
	color: #000;
	outline: none;
	font-family:auto;
}
.contact_tbl input input[type="radio"] {
	margin-top: 0 !important;
}
.required {
	background: #d8271c;
	color: #fff;
	padding: 2px 8px;
	margin-right: 1em;
}
.contact_tbl_check {
	text-align: center !important;
	padding: 1.5em 0;
}
.confirm_btn {
	text-align: center;
}
.confirm_btn button {
	width: 90%;
	margin: 0 auto;
	background: #1889b0;
	padding: 20px 0;
	border-style: none;
	margin: 2em 0 0 0;
}
.confirm_btn button span {
	min-height: 32px;
	padding: 8px 8px 8px 27px;
	font-size: 16px;
	color: #fff;
    position: relative;
}
.confirm_btn button span::before,.confirm_btn button span::after{
    content: "";
    position: absolute;
    transition: all 0.2s ease-out;
    top: 50%;
}
.confirm_btn button span::before{
    left: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
}
.confirm_btn button span::after{
    left: 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    width: 6px;
    height: 6px;
}
@media screen and (min-width: 769px) {
  .confirm_btn button{
    cursor: pointer;
    border: 1px solid #1889b0;
    transition: all 0.3s ease-out;
  }
  .confirm_btn button:hover{
    background: #fff;
  }
  .confirm_btn button:hover span{
    color: #1889b0;
  }
  .confirm_btn button:hover span::before,.confirm_btn button:hover span::after{
    border-color: #1889b0;
  }
}
.confirm_btn button.backtocheck {
	display: block;
    margin: 0 auto;
    background: none;
    width: auto;
    border: none;
    outline: none;
}
.confirm_btn button.backtocheck span {
	    text-decoration: underline;
    background:none;
	color: #1889b0;
padding:8px;
}
.confirm_btn button.backtocheck span::before,.confirm_btn button.backtocheck span::after{
  display: none;
}
.confirm_btn button.backtocheck span:hover {
	    text-decoration:none;
cursor: pointer;
}

/*仮想通貨*/
p.note_box_f {
	background: #ededed;
	padding: 20px;
	width: 92%;
}
p.mb20 {
	margin-bottom: 20px;
}
.n_block h4.contract {
	margin: 1em 0 0.5em;
}
.n_block h4.contract::before {
	content: none !important;
}
table.vm_overview_tbl {
	width: 100%;
	border-collapse: collapse;
}
table.vm_overview_tbl th {
	width: 25%;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	background: #f7f7f7;
	border: 1px solid #d8dadc;
}
table.vm_overview_tbl td {
	padding: 5px;
	background: #fff;
	word-wrap: break-word;
	border: 1px solid #d8dadc;
}
/*FAQ*/
#key_faq {
	background: url(../images/faq/faq_key.png) no-repeat center;
height:290px;
}
#key_faq .lead {
	color: #4e4e4e;
	margin-bottom: 10px;
}
h3.faq_title {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: -15px;
}
dl#slidetoggle_menu dt {
	margin-top: 30px;
	padding: 5px 20px 5px 10px;
	background: url(../images/arw_5.png) 98% center no-repeat;
	cursor: pointer;
	font-size: 16px;
	color: #45a0c0;
	font-weight: bold;
	border: solid 1px #d8dadc;
}
dl#slidetoggle_menu dt.active {
	background: url(../images/arw_8.png) 98% center no-repeat;
}
dl#slidetoggle_menu dt span {
	font-size: 18px;
	display: block;
	float: left;
	width: 24px;
}
dl#slidetoggle_menu dt p {
	padding: 2px 0 0 25px;
}
dl#slidetoggle_menu dd {
	display: none;
	font-size: 16px;
	padding: 5px 10px;
	border-left: solid 1px #d8dadc;
	border-right: solid 1px #d8dadc;
	border-bottom: solid 1px #d8dadc;
}
dl#slidetoggle_menu dd.open {
	display: block;
}
dl#slidetoggle_menu dd span {
	color: #fb9300;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 18px;
}
dl#slidetoggle_menu dd .atitle {
	color: #fb9300;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 18px;
	width: 24px;
}
dl#slidetoggle_menu dd .text {
	float: left;
	margin-left: -30px;
	padding-left: 30px;
	width: 100%;
	box-sizing: border-box;
}
dl#slidetoggle_menu dd p {
	padding: 2px 0 0 25px;
}
.faq_link {
	padding: 10px 0;
	display: block;
}
.faq_link a {
	margin: 0 auto;
	font-weight: bold;
	padding-left: 28px;
	text-decoration: none;
	display: inline-block;
	background: url(../images/arw_4.png) no-repeat center left;
	background-size: 22px;
	line-height: 2;
}
/*当社の強み*/
h2.ad_line_title {
	/*border-bottom: 1px solid #1688b0;*/
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;/* 70px 201805 */
    margin-top: -50px;
    padding-top: 50px;
}
p.sub_lead {
	background: #e3e2e2;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	width: 280px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	margin: 10px 0 0;
	padding: 3px 0;
	font-size: 20px;
	font-weight: bold;
}
p.bld {
	font-size: 18px;
	display: inline-block;
	padding: 10px 5px 0 0;
	float: left;
	font-weight: bold;
}
p.ad_emp {
	display: inline-block;
	font-size: 30px;
	color: #1889b0;
	padding-bottom: 20px;
}
p.ad_emp span {
	padding-left: 10px;
	color: #404040;
	font-size: 14px;
}
table.ad_point_tbl {
	border-collapse: separate;
	border-spacing: 20px;
}
table.ad_point_tbl td {
	padding: 25px 10px 10px;
	border: solid 1px #1688b0;
	text-align: center;
}
table.ad_point_tbl td.w50 {
	width: 50%;
}
table.ad_point_tbl td.w33 {
	width: 33%;
}
table.ad_point_tbl td p.title {
	font-size: 22px;
	padding-bottom: 20px;
	font-weight: bold;
}
table.ad_point_tbl td p.txt {
	text-align: left;
}
p span.point {
	display: block;
	color: #1688b0;
	font-weight: bold;
	font-size: 28px;
}
.pt_img img {
	padding-left: 17px;
}
table.ad_overview_tbl {
	margin-top: 30px;
	width: 100%;
	border-collapse: collapse;
}
table.ad_overview_tbl th {
	width: 50%;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	background: #f7f7f7;
	border: 1px solid #d8dadc;
}
table.ad_overview_tbl td {
	text-align: center;
	padding: 5px;
	background: #fff;
	border: 1px solid #d8dadc;
}
.advantage_btn {
	display: block;
	background: #fb9300;
	width: 55%;
	height: 70px;
	padding-top: 5px;
	margin: 30px auto 0;
	text-align: center;
}
.advantage_btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
}
.advantage_btn a p {
	padding-left: 28px;
	display: inline-block;
	font-weight: bold;
	font-size: 21px;
	background: url(../images/arw_2.png) no-repeat center left;
}
.advantage_btn a span {
	display: block;
	clear: both;
	font-size: 16px;
	font-weight: normal;
}
/* add for new images for advantage 201805 */
ul.adv_p_list {
	width: 100%;
	list-style: none;
	margin: 0 0 30px 0;
	min-height: 280px;
}
ul.adv_p_list li {
	float: left;
	width: 25%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
}
p.adv_p_lead {
	clear: both;
}
p.adv_p_lead span.adv_lead_caut {
	font-size: 12px;
}

@media screen and (max-width:645px) {
ul.adv_p_list li {
	width: 50%;
	margin-bottom: 20px;
}
ul.adv_p_list li img {
	width: 100%;
}
}
/*クレジットLP
#key_credit_lp01 {
    background: url(../images/credit_lp01/key.png) no-repeat right;
}*/

#key_credit_lp01 .title, #key_credit_lp01b .title {
	margin-top: 35px;
/*	font-size: 25pt;*/
}
#key_credit_lp01 .lead {
	color: #1688b0;
	margin-top: 20px;
	margin-bottom: 25px;
	width: 72%;
	letter-spacing: -0.06em;
	line-height: 140%;
	font-size: 25px
}
.credit_lp01 h2 span, #ngn_contents h2 span {
	font-size: 30px;
	text-align: center;
	padding: 10px;
	display: block;
}
.credit_lp01 h3 {
	font-size: 22px;
}
.credit_lp01 h4 {
	text-align: center;
	margin: 10px 0;
}
.credit_lp01 h4::before {
	content: none;
}
.credit_lp01 .half_block p.image, .credit_lp01 .half_block_r p.image {
	text-align: center;
}
.credit_lp01 .half_block img, .credit_lp01 .half_block_r img {
	width: 100%;
	height: auto;
	max-width: 410px;
}
.credit_lp01 p.titleh4 {
	text-align: center;
	font-weight: bold;
	margin-top: 16px
}
#g_nav ul li .menu_contact_lp {
	font-size: 16px;
	display: block;
	padding: 8px 0 18px;
	text-align: center;
	width: 158px;
	height: 22px;
	text-align: center;
	background-color: #fb9300;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#g_nav ul li .menu_contact_lp span {
	display: block;
	text-align: left;
	line-height: 110%;
	width: 113px;
	padding-left: 45px;
	border-right: 1px solid #d8dadc;
	background-image: url(../images/balloon.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
#g_nav ul li .menu_contact_lp:hover {
	background-color: #f9a42d;
}
p.pfm_title {
	font-size: 18px;
	font-weight: bold;
}
p.mt20 {
	margin-top: 20px;
}
p.mt30 {
	margin-top: 30px;
}
p.pfm {
	font-size: 30px;
	color: #1688b0;
}
p.pfm span {
	font-size: 12px;
	color: #404040;
}
p.case_title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
p.case_title span {
	border: solid 1px #1688b0;
	color: #1688b0;
	font-size: 15px;
	font-weight: normal;
	padding: 1px 25px;
	margin-left: 10px;
}
p.lp_b {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}
#footer_lp {
	padding-top: 15px;
}
#footer_lp .f_onav {
	background: #fff;
	padding: 10px 0px;
}
#footer_lp .f_onav ul {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	background: url(../images/border_1.png) repeat-x;
}
#footer_lp .f_onav ul li {
	display: block;
}
#footer_lp .f_onav ul li a {
	padding-left: 10px;
	color: #262627;
	font-size: 10px;
	text-decoration: none;
	background: url(../images/arw_3.png) no-repeat center left;
}
#footer_lp .f_onav ul li a img {
	vertical-align: middle;
}
#footer_lp #copy {
	background: #fbfbfb;
	color: #fff;
	padding: 20px 0 35px 0;
}
#footer_lp #copy img {
	width: 100%;
	max-width: 296px;
	height: auto;
}
/*用語集*/
.glossary dt {
	font-size: 18px;
	font-weight: bold;
	color: #1688b0;
	margin-top: 40px;
	margin-bottom: 0.5em;
	background: url(../images/blue_sq.png) no-repeat 0 center;
	padding-left: 20px;
}
.glossary dd p.linktitle {
	margin: 1em 0 0.5em 1em;
}
.glossary dd p.linktitle::before {
	content: "\25cf";
	padding: 0 5px 3px 0;
	vertical-align: middle;
	font-size: 10px;
	color: #1688b0;
}
.glossary dd p.arrow_link {
	margin: 0 0 0 1em;
}
/* アンカー用 */
#about_lp, #flow_lp, #feature_lp, #howto_lp, #provide_lp, #process_lp, #faq_lp, #list_lp, .line_title, #c01 span, #c02 span, #c03 span, #c04 span, #c05 span, #c06 span, #c07 span {
	margin-top: -240px;
	padding-top: 260px;
	display: block;
}
h2 .list-mv07 .line_title .mv07 {
	margin-top: 0px;
	padding-top: 0px;
}
/* グロナビ追加　*/
#g_nav ul li .hover_contents .gnav_close {
	width: 100%;
	clear: both;
	margin: 0 auto;
	background: #ddd;
	height: 40px;
	text-align: center;
	cursor: pointer;
}
#g_nav ul li .hover_contents .gnav_close img {
	width: 40px;
	margin: 0 auto;
}
.srvc_name02 {
	float: left;
}
/* グロナビ追加ここまで　*/

/* add 20161130 */
h1.notfound {
	font-size: 30px;
}
h1.notfound span {
	font-size: 16px;
	margin-left: -10px;
}
#key_service_detail1 .lead span.sup {
	font-size: 11px;
	vertical-align: top;
	position: relative;
	top: -0.8em;
}
.promo_area {
	background: #eee;
}
/* add for info_list 1st 201705 */
.info_list_1st {
	width: 100%;
	background: #dddddd;
	padding: 20px;
}
.info_list_1st p {
	width: 950px;
	margin: 0 auto;
	font-size: 21px;
	line-height: 200%;
	padding: 100px 0 0 0;
	height: 300px;
	font-weight: bold;
}
.info_list_1st p span, .info_list_1st p strong {
	color: #c01730;
}
.info_list_1st p a {
	color: #c01730;
}
/*20170525*/

ul.service-tbl {
	display: block;
	padding: 20px 0 30px;
	height: 100%;
}
ul.service-tbl li {
	float: left;
	border: solid 1px #b2b2b2;
	width: 32%;
	list-style: none;
}
ul.service-tbl li:not(:first-child) {
	margin-left: 10px;
}
ul.service-tbl li h3 {
	font-size: 14px;
	font-weight: bold;
	background: #d0e7ef;
	border-bottom: solid 1px #b2b2b2;
	text-align: center;
	padding: 5px 0;
}
ul.service-tbl li p.table-txt {
	font-size: 14px;
	text-align: left;
	padding: 10px;
	height: 130px;
}
ul.service-tbl .h230 {
	height: 230px;
	border: solid 1px #dbdee0;
}
ul.service-tbl .h230 h3 {
	font-size: medium;
	background: #2996cc;
	border-bottom: none;
	text-align: center;
	padding: 5px 0;
	color: #fff;
}
ul.service-tbl .h320 {
	height: 320px;
	border: solid 1px #dbdee0;
}
ul.service-tbl .h320 h3 {
	font-size: medium;
	background: #2996cc;
	border-bottom: none;
	text-align: center;
	padding: 5px 0;
	color: #fff;
}
ul.service-tbl .h130 {
	height: 130px;
}
ul.service-tbl li p.link-txt {
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 7px;/*add 20180319 for creditcard six square by ra */
}
/*add 20170628 for services_partner */
.promo_area {
	background: #2b4b88;
}
.promo_area p.prom_ttl {
	color: #ffffff;
	font-size: 21px;
	text-align: center;
}
.promo_lnk {
	padding: 50px 0 0 0;
	text-align: center;
	font-size: 18px;
}

/* sp -------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 320px) {
table.resource_box td textarea {
	height: 18em;
}
#key_device .bread {
	letter-spacing: -0.05em;
}
}

@media screen and (min-width: 640px) {
.contents_inner,  .contents_w_inner,  .footer_inner,  .info_list_1st {
	width: 94%;
	margin: 0 auto;
}
html {
	font-size: 14px;
}
.sp {
	display: none !important;
}
.n_icon_link_list {
	margin-top: 10px;
}
.n_icon_link_list li {
	float: left;
	width: 48%;
	margin-bottom: 2%;
}
.n_icon_link_list li.right_side {
	float: right;
	width: 50%;
}
.n_icon_link_list li:nth-child(2n) {
	margin-left: 4%;
}
.n_icon_link_list li a {
	padding: 10px;
	text-align: center;
}
.n_icon_link_list li a span {
	font-size: 14px;
	padding-left: 28px;
}
.n_color_icon_link_list li {
	float: left;
	width: 48%;
	margin-bottom: 4%;
}
.n_color_icon_link_list li:nth-child(2n) {
	margin-left: 4%;
}
.n_color_icon_link_list li a {
	color: #fff;
	padding: 5px 20px;
	text-align: center;
}
.n_color_icon_link_list li a span {
	font-size: 13px;
	padding-left: 28px;
}
.back_link {
	margin-top: 10px;
}
.back_link li {
	width: 48%;
	margin-bottom: 2%;
}
.back_link li a {
	padding: 10px;
	text-align: center;
}
.back_link li a span {
	font-size: 14px;
	padding-left: 28px;
}
.tab_device {
	display: block;
}
}

@media screen and (max-width: 640px) {
#key_device_under {
	background: url(../images/device/key_device_under.png) no-repeat -55px center;
	margin: 0 auto;
	background-size: 200%;
	padding: 0;
}
h2.ad_line_title {
	font-size: 18px;
	margin-bottom: 30px;
}
.tablet {
	display: none !important;
	margin-top: -14px !important;
}
/* apple sp用 */
.m_negatop {
	margin-top: -30px !important;
}
.n_icon_link_long li {
	width: 100%;
	margin-bottom: 2%;
}
.n_icon_link_long li a span {
	font-size: 14px;
}
.n_block .dc_box {
	width: 300px;
	float: none;
	margin: 16px auto 0 auto;
}
.provide_half {
	width: 100%;
	float: none;
	margin-bottom: 1em;
}
.provide_right {
	float: none;
}
.n_block .blue_2box li {
	width: 100%;
	float: none;
}
.n_block .blue_2box li:nth-child(odd) {
	margin-right: 0;
}
.n_block ul.csv_box li {
	width: 47%;
}
p.service_img img {
	width: 96%;
	height: auto;
	margin: 0 auto 10px auto;
}
p.service_img img.space {
	display: block;
	width: auto;
	margin: 10px auto 0 auto;
}
h2.m_title,  h3.m_title {
	font-size: 16px;
	margin-top: 20px;
}
ul.provide_table {
	padding-left: 0;
}
 ul.provide_table li,  ul.provide_table li.w28, {
 display: block;
 width: 100%;
 padding: 15px 0 0 0;
}
ul.service_cnt {
	padding-left: 0;
}
p.note_box {
	margin-top: 15px;
}
.find_search {
	height: auto;
	padding: 30px 0;
}
.find_search form {
	width: 90%;
}
.find_search form input[type="text"] {
	width: 80%;
}
#tab-menu li {
	display: block;
	width: 100%;
	border: 1px solid #fff;
}
#tab-menu li span {
	border-radius: 0;
}
#tab-box {
	border-top: none;
}
table.account_list {
	width: 100%;
}
table.account_list thead {
	display: none;
}
table.account_list tr {
	display: list-item;
	margin-bottom: 16px;
}
table.account_list th,  table.account_list td {
	display: list-item;
	width: 100% !important;
	padding: 8px !important;
	box-sizing: border-box;
}
table.account_list td {
	border-top: none;
}
.n_block .half_block,  .n_block .half_block_r {
	width: 100%;
	float: none;
	margin-bottom: 1.5em;
}
.n_block .half_block ul,  .n_block .half_block_r ul {
	float: none;
	margin-bottom: 1em;
}
.n_block form input[type="text"] {
	width: 230px;
}
p.application_btn {
	width: 90%;
}
p.application_btn a span {
	font-size: 18px;
}
table.vm_overview_tbl,  table.vm_overview_tbl tbody,  table.vm_overview_tbl tr {
	width: 98%;
	display: block;
}
table.vm_overview_tbl th,  table.vm_overview_tbl td {
	width: 100%;
	display: block;
}
table.vm_overview_tbl td {
	border-top: none;
	border-bottom: none;
}
table.vm_overview_tbl td.last {
	border-top: none;
	border-bottom: 1px solid #d8dadc;
}
p.note_box_f {
	width: 87%;
}
dl#slidetoggle_menu dt p {
	padding: 2px 0 0 18px;
}
dl#slidetoggle_menu dd p {
	padding: 2px 0 0 18px;
}
.faq_link {
	margin-left: 10px;
}
table.ad_point_tbl td p.title {
	font-size: 18px;
}
p span.point {
	font-size: 22px;
}
p.ad_emp {
	font-size: 24px;
}
.advantage_btn {
	height: 60px;
	width: 90%;
}
.advantage_btn a p {
	font-size: 18px;
}
#key_credit_lp01 .title {
	font-size: 14pt;
}
#key_credit_lp01 .lead {
	width: 90%;
	font-size: 20px;
}
.tab_device {
	display: none;
}
ul.service-tbl {
	display: block;
	padding: 20px 0 0;
	height: 100%;
}
ul.service-tbl li {
	float: none;
	border: solid 1px #b2b2b2;
	height: auto;
	width: 95%;
	list-style: none;
	margin: 0 auto 10px;
}
ul.service-tbl li:not(:first-child) {
	margin: 0 auto 10px;
}
ul.service-tbl li p.table-txt {
	font-size: 14px;
	text-align: left;
	padding: 10px;
	height: auto;
}
ul.service-tbl .h230 {
	height: auto;
}
ul.service-tbl .h130 {
	height: auto;
}
/* add 20170628 for services_partner */
.promo_lnk p {
	font-size: 16px;
	padding: 0 10px;
}
.promo_area p.prom_ttl {
	margin-top: 30px;
}
}

@media screen and (max-width:645px) {
#key_case_detail1 .title {
	line-height: 130%;
	/*font-size: 16pt;*/
	text-shadow: 0px 0px 10px #ffffff;
}
#key_case_detail1 .lead {
	line-height: 150%;
	font-size: 12pt;
}
ul.howto_flow li.howto_box {
	width: 100%;
}
table.resource_box td textarea {
	height: 16em;
}
}

@media screen and (min-width: 950px) {
.header_inner,  .contents_inner,  .footer_inner {
	width: 950px;
	margin: 0 auto;
}
.n_contents.sec.contents_inner {
	width: 1060px;
	margin-top: 30px;
}
.info_list_1st {
	width: 100%;
	margin: 0 auto;
}
html {
	font-size: 16px;
}
.sp_tab {
	display: none !important;
}
.tablet {
	display: none !important;
}
#header_nofixed .header_upper,  #header .header_upper {
	height: 85px;
}
#header_nofixed #logo,  #header #logo,  #header h1#logo {
	padding: 25px 0 20px 0;
	width: 544px;
}
#header_nofixed #logo img,  #header #logo img,  #header h1#logo img {
	width: auto;
	max-width: none;
}
#header_nofixed #btns,  #header #btns {
	width: auto;
	padding: 0 0 0 0;
	float: right;
}
#header_nofixed #btns .btns_menu img,  #header #btns .btns_menu img {
	width: auto;
	height: auto;
}
.header_t {
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.header_hide {
	-ms-transform: translate3d(0px, -85px, 0px);
	-webkit-transform: translate3d(0px, -85px, 0px);
	-moz-transform: translate3d(0px, -85px, 0px);
	-o-transform: translate3d(0px, -85px, 0px);
	transform: translate3d(0px, -85px, 0px);
}
.header_display {
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
#contents {
	padding-top: 132px;
}
.howto_contents {
	padding-top: 85px !important;
}
.info_list ul li {
	border: none;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 150%;
}
.info_list ul li .date {
	font-size: 14px;
	font-weight: bold;
}
.info_list ul li .cat {
	font-size: 12px;
	color: #ffffff;
}
.info_list ul li a {
	font-size: 16px;
}
.service_list {
	padding: 42px 1%;
}
.service_list .bg_service_list {
	/*background: url(../images/bg_choice.jpg);*/
        /*background-size: cover;*/
	background-color: #2b4b88;/*height: 400%;*/
}
.service_list h1,  .service_list h2 {
	font-size: 28px;
}
.service_list .lead {
	font-size: 20px;
	margin-bottom: 30px;
}
.service_list ul {
	max-width: 1280px;
	margin: 0 auto;
}
.service_list ul li {
	float: left;
	margin: 0 1% 2% 1%;
	width: 31.3333%;
	max-width: none;
}
.service_list ul li .inner {
	padding: 10px;
}
.service_list ul li .inner .title {
	font-size: 20px;
}
.service_list ul li .inner .link span {
	font-size: 14px;
}
.choice_list {
	padding: 40px 0 30px 0;
}
.choice_list h1,  .choice_list h2 {
	font-size: 28px;
	margin-bottom: 10px;
}
.choice_list .lead {
	font-size: 20px;
	margin-bottom: 20px;
}
.choice_list ul {
	margin: 0 1%;
}
.choice_list ul li {
	margin: 15px 10px;
	display: inline-block;
	width: 22%;
	float: none;
}
.choice_list ul li .text {
	color: #fff;
	font-size: 16px;
}
.example_list {
	padding: 40px 1%;
}
.example_list .bg_example_list {
	/*background: url(../images/bg_example.jpg) no-repeat center center;*/
        /*background-size: cover;*/
	background-color: #383939;/*height: 400%;*/
}
.example_list h1,  .example_list h2 {
	font-size: 34px;
}
.example_list .lead {
	font-size: 24px;
	margin-bottom: 20px;
}
.example_list ul {
	max-width: 1280px;
	margin: 0 auto;
}
.example_list ul li {
	float: left;
	width: 31.3333%;
	max-width: none;
	margin: 0 1% 2% 1%;
}
.example_list ul li .image {
	margin-bottom: 5px;
}
.example_list ul li .inner {
	margin: 10px;
	float: left;
}
.example_list ul li .inner .name {
	line-height: 1.2;
	margin-bottom: 15px;
	font-size: 21px;
	height: 2.2em;
}
.example_list ul li .inner .title {
	font-size: 16px;
	color: #1688b0;
	margin-bottom: 15px;
	line-height: 1.2;
}
.example_list ul li .inner .text {
	text-decoration: underline;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.mark_list {
	padding: 25px 0 0;
}
.mark_list img {
	padding: 15px 15px 0 15px;
	width: auto;
	height: auto;
}
.bnr_list ul {
	list-style-type: none;
	margin-bottom: 20px;
}
.bnr_list ul li {
	width: 32%;
	margin: 1%;
	/* float: left; */
	margin-bottom: 0;
	display: inline-block;
}
.bnr_list ul li a img {
	width: 100%;
	height: auto;
}
#pagetop {
	width: 50px;
	height: 50px;
	bottom: 200px;
	right: 30px;
}
#pagetop span {
	width: 50px;
	height: 50px;
}
#btn_f_contact {
	display: none;
	position: relative;
	position: fixed;
	bottom: 0;
	right: 160px;
	width: 164px;
	height: 48px;
}
#btn_f_contact img {
	width: 164px;
	height: 48px;
}
#footer {
	padding-top: 0;
}
#footer .f_nav {
	margin-bottom: 30px;
}
#footer .f_nav ul {
	width: 23%;
	margin-right: 3%;
	float: left;
	list-style-type: none;
}
#footer .f_nav ul li a {
	padding-left: 10px;
	text-decoration: none;
	font-size: 12px;
	background: url(../images/arw_3.png) no-repeat center left;
}
#footer .f_nav ul li.parent {
	border-bottom: 1px solid #1688b0;
	margin-bottom: 5px;
}
#footer .f_nav ul li.parent a {
	font-size: 14px;
	padding-left: 0;
}
#footer .f_nav ul:first-child {
	width: 21%;
}
#footer .f_nav ul:last-child {
	margin-right: 0;
}
#footer .f_onav {
	background: #fff;
	padding: 10px 20px;
}
#footer .f_onav ul {
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/border_1.png) repeat-x;
}
#footer .f_onav ul li {
	display: inline;
	border-right: 1px solid #cccccc;
	padding: 0 10px;
}
#footer .f_onav ul li a {
	padding-left: 10px;
	color: #262627;
	font-size: 11px;
	background: url(../images/arw_3.png) no-repeat center left;
}
#footer #copy {
	padding: 20px 0 35px 0;
}
.n_table {
	margin-bottom: 30px;
}
.n_table th,  .n_table td {
	padding: 20px;
	min-width: 6em;
}
.n_icon_link_list {
	margin-top: 10px;
}
.n_icon_link_list li {
	float: left;
	width: 31.33333%;
	margin-bottom: 3%;
}
.n_icon_link_list li:nth-child(2n) {
	margin-left: 0;
}
.n_icon_link_list li:nth-child(3n-1) {
	margin: 0 3%;
}
.n_icon_link_list li a span {
	font-size: 16px;
	font-weight: bold;
	padding-left: 28px;
}
.n_color_icon_link_list li {
	float: left;
	width: 32.33333%;
	margin-bottom: 1.5%;
}
.n_color_icon_link_list li:nth-child(2n) {
	margin-left: 0;
}
.n_color_icon_link_list li:nth-child(3n-1) {
	margin: 0 1.5%;
}
.n_color_icon_link_list li a {
	color: #fff;
	padding: 10px 20px;
	background: #f27737;
}
.n_color_icon_link_list li a span {
	font-size: 13px;
	padding-left: 28px;
}
.key {
	position: relative;
	height: 450px;
	width: 100%;
}
.key .key_contents {
	padding-top: 40px;
}
.key .key_contents .bread {
	margin-bottom: 50px;
	font-size: 16px;
}
.key .key_contents .title {
	font-size: 36px;
	line-height: 120%;
	margin-bottom: 20px;
	letter-spacing: -0.05em;
	font-weight: bold;
}
#key_advantage .key_contents .title {
	margin-top: 80px;
}
.key .key_contents .lead {
	line-height: 1.2;
	font-size: 21px !important;
	color: #1688b0;
	line-height: 150%;
}
.key .link_list,  .key .link_list_l {
	list-style-type: none;
	width: 360px;
}
.key .link_list_l {
	width: 460px;
}
.key .link_list li,  .key .link_list_l li {
	width: 180px;
	float: left;
}
.key .link_list_l li {
	width: 240px;
}
.key .link_list_l li:nth-child(odd) {
	width: 220px;
}
.key .link_list li a,  .key .link_list_l li a {
	text-decoration: none;
}
.key .link_list li a span,  .key .link_list_l li a span {
	font-size: 11px;
	padding-left: 20px;
}
.key .link_list li.max {
	width: 380px;
}
.key .link_list_l li.max {
	width: 460px;
}
.n_title {
	font-size: 30px;
}
.n_title h1 {
	line-height: 1;
	padding: 1em 0;
	letter-spacing: -0.05em;
	font-weight: normal;
}
.n_bread {
	line-height: 1;
	padding: 1em 0;
	font-size: 16px;
}
.n_bread a {
	text-decoration: none;
}
/*
.under_menu_abs {
	position: fixed;
	top: 47px;
	z-index: 10;
}
.under_menu_abs_d {
	position: fixed;
	top: 47px;
	z-index: 10;
}
*/
#info .info_side {
	width: 210px;
	float: left;
}
#info .info_main {
	float: right;
	width: 700px;
	margin-bottom: 60px;
}
#info .info_main h1.title {
	font-size: 20px;
	text-align: center;
}
#info .info_main h2 {
	font-size: 20px;
}
#info .info_main .il_title {
	font-size: 24px;
}
.info_main .sns {
	margin: 20px 0 0 -250px;
}
.contact_block .title {
	font-size: 24px;
}

.contact_block a span {
	font-size: 21px;
	padding-left: 28px;
}
.n_icon_link_long {
	margin-top: 10px;
}
.n_icon_link_long li {
 float-right;
	width: 45%;
	margin-bottom: 3%;
}
.n_icon_link_long li:nth-child(2n) {
	margin-left: 0;
}
.n_icon_link_long li:nth-child(3n-1) {
	margin: 0 3%;
}
.n_icon_link_long li a span {
	font-size: 16px;
	font-weight: bold;
	padding-left: 28px;
}
.n_block .dc_box {
	width: 33%;
	float: left;
	margin: 16px 0 0 0;
}
.find_box_list {
	padding: 42px 1%;
}
.find_box_list h1 {
	font-size: 26px;
}
.find_box_list .lead {
	font-size: 24px;
	margin-bottom: 30px;
}
.find_box_list ul {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.find_box_list ul li {
	float: left;
	margin: 0 1% 2% 1%;
	width: 31.3333%;
	max-width: none;
}
.find_box_list ul li .inner {
	padding: 10px;
}
.find_box_list ul li .inner .title {
	font-size: 21px;
}
.find_box_list ul li .inner .link span {
	font-size: 16px;
}
#btn_use,  #btn_contact,  #btn_entry {
	position: relative;
}
#use_box,  #contact_box,  #entry_box {
	padding-top: 17px;
	background: url(../images/contact_box.png) no-repeat left top;
	width: 332px;
	top: 44px;
	border: none;
}
#use_box .contact_box_inner,  #contact_box .contact_box_inner,  #entry_box .entry_box_inner {
	background: #fff;
	padding: 10px;
	width: 310px;
	border: 1px solid #dbdee0;
	border-top: none;
}
#contact_box .contact_box_inner h1 {
	font-size: 16px;
	border-bottom: 1px solid #b7b7b8;
	padding-bottom: 10px;
}
#contact_box .contact_box_inner .title {
	clear: both;
	font-size: 14px;
	color: #1688b0;
	margin: 7px 0 0 10px;
	text-align: left;
	line-height: 16px;
	padding-left: 25px;
}
#contact_box .contact_box_inner .title_memo {
	background: url(../images/icon_memo_w.png) no-repeat left center;
}
#contact_box .contact_box_inner .title_tel {
	background: url(../images/icon_tel_sp.png) no-repeat left center;
	margin-bottom: 10px;
}
#contact_box .contact_box_inner a {
	display: block;
	background: #ffffff;
	/*#fb9300;*/
	font-size: 16px;
	text-align: center;
	color: #1688b0;
	text-decoration: none;
	margin: 0 0 0 0;
	/* 8px 20px 8px 20px */
	border-radius: 3px;
	line-height: 22px;
	padding: 0 0 0 0/* 8px 0 */
;
}
#contact_box .contact_box_inner a span {
	background: url(../images/arw_4.png) no-repeat left center;
	background-size: 22px;
	padding: 10px 10px 10px 30px;
}
#contact_box .contact_box_inner a,  #entry_box .entry_box_inner a {
	text-decoration: none;
}
#contact_box .contact_box_inner .form {
	border-bottom: 1px dotted #000000;
}
#contact_box .contact_box_inner .contact .tel {
	line-height: 1;
	font-size: 20px;
	float: left;
}
#contact_box .contact_box_inner .contact .time {
	float: left;
	font-size: 14px;
	padding-left: 10px;
	line-height: 1.2;
}
.detail_title h1 {
	font-size: 36px;
	width: 950px;
	margin: 0 auto;
	letter-spacing: -0.05em;
	font-weight: normal;
}
.back_link {
	margin-top: 10px;
}
.back_link li {
	width: 31.33333%;
	margin-bottom: 3%;
}
.back_link li a span {
	font-size: 16px;
	font-weight: bold;
	padding-left: 28px;
}
#footer_lp {
	padding-top: 30px;
}
#footer_lp .f_onav {
	padding: 10px 20px;
}
#footer_lp .f_onav ul {
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/border_1.png) repeat-x;
}
#footer_lp .f_onav ul li {
	display: inline;
	border-right: 1px solid #cccccc;
	padding: 0 10px;
}
#footer_lp .f_onav ul li a {
	padding-left: 10px;
	color: #262627;
	font-size: 11px;
	background: url(../images/arw_3.png) no-repeat center left;
}
#footer_lp #copy {
	padding: 20px 0 35px 0;
}
.tab_device {
	display: none;
}
}

@media screen and (max-width: 950px) {
#header {
	border-bottom: 1px solid #eee;
}
.noborder {
	border: none !important;
}
.noborder .header_upper {
	height: 70px !important;
	border-bottom: 1px solid #eee;
}
#header #btns .btns_menu {
/* padding-top:10px; */
}
#sp_menu_btn,  #header #btns .btns_menu .btn_tel {
	padding-top: 10px;
}
.under_menu {
	display: none;
}
p.info_img img {
	width: 100%;
	height: auto;
}
.n_block .dc_box {
	width: 47%;
	float: left;
	margin: 16px 10px 0 0;
	min-height: 180px;
}
.n_block .dc_box img {
	width: 100%;
}
ul.provide_table {
	padding-left: 0;
}
ul.provide_table li {
	width: 32%;
	padding: 15px 5px 0 0;
}
ul.provide_table table td {
	padding: 5px;
	font-size: 13px;
}
p.note_box {
	margin-left: 0;
	width: 93.2%;
}
.flow_box .n_icon_link_list {
	margin-top: 10px;
}
.flow_box .n_icon_link_list li {
	float: left;
	width: 50%;
	margin-bottom: 3%;
}
.flow_box .n_icon_link_list li:nth-child(2n) {
	margin-left: 0;
}
.flow_box .n_icon_link_list li:nth-child(3n-1) {
	margin: 0 3%;
}
.flow_box .n_icon_link_list li a span {
	font-size: 16px;
	font-weight: bold;
	padding-left: 28px;
}
ul.howto_flow li {
	padding-bottom: 20px;
}
ul.howto_flow li:nth-last-child(3),  ul.howto_flow li:nth-last-child(5) {
	clear: both;
}
ul.howto_flow li.howto_box {
	width: 40%;
}
ul.howto_flow li.flow_arrow_r img {
	width: 80%;
}
#key_device .bread {
	padding-top: 0;
	font-size: 12pt;
	margin: 0 0 -25px 0;
}
#key_device .device_title {
	height: 360px;
	margin-left: -100px;
	/* background: url(../images/device/device_title_m.png)no-repeat 0 100%; */
	position: relative;
}
#key_device .sp_device {
	display: none;
}
#key_device .device_title h1 img {
	bottom: 0;
	left: 0;
	position: absolute;
	min-width: 600px;
	width: 70%;
}
.n_block p.image img {
	width: 100%;
	height: auto;
}
p.service_img img {
	width: 100%;
	height: auto;
}
.nex-m2302 {
	margin: 30px 0;
	height: auto;
}
.nex-m2302 .left_box {
	margin: 0 auto;
	float: none;
}
.nex-m2302 .left_box img {
	margin: 0 auto;
	width: 70%;
}
.nex-m2302 .right_box {
	float: none;
	padding: 20px;
}
#footer .f_dnav {
	padding: 10px 0px;
}
#footer .f_dnav ul {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}
#footer .f_dnav ul li {
	padding: 0 0;
	border-right: none;
	display: block;
}
#footer .f_dnav ul li a {
	padding-left: 10px;
	color: #262627;
	font-size: 10px;
	text-decoration: none;
	background: url(../images/arw_3.png) no-repeat center left;
}
.detail_title h1 {
	/* */
	width: 96%;
	margin: 0 auto;
}
}

/*20161025 */
@media screen and (max-width: 670px) {
#key_device {
	background: url(../images/device/device_title_s.png) no-repeat center;
	background-size: 100%;
	height: 360px;
}
#key_device .bread {
	margin: 0 0 -22px 0;
	font-size: 10pt;
}
#key_device .device_title {
	/* background: url(../images/device/device_title_s.png)no-repeat 0 100%; */
	margin-left: -15px;
	height: 360px;
	position: relative;
	overflow: hidden;
}
/* 20161112　調整 */
#key_device .device_title h1 img {
	bottom: 0;
	left: 0;
	position: absolute;
	min-width: 360px !important;
	width: 50% !important;
}
/* キービジ　スマホ用 */

    /*サービス一覧*/
#key_service {
	background: url(../images/service/service_key_sp.jpg) no-repeat center;
	height: 360px;
}
/*サービス その他*/
#key_service_detail1 {
	background: url(../images/service/asp_other_key_sp.jpg) no-repeat center;
}
/*強み*/
#key_advantage {
	background: url(../images/advantage/advantage_key_sp.jpg) no-repeat center;
	height: 360px;
}
#key_advantage .key_contents .title {
	text-align: center;
}
#key_advantage .key_contents img {
	max-width: 100%;
	height: auto;
	margin: 130px 0 0 20px;
	text-align: center;
}
/*サービス クレジットカード*/
#key_service_asp_credit {
	background: url(../images/service/asp_creditcard_key_sp.jpg) no-repeat center;
	height: 360px;
}
/*ソリューション 不正検知*/
#key_security_fraud_protection {
	background: url(../images/solution/security/fraud_protection/fraud_protection_key_sp.png) no-repeat center;
	height: 360px;
}
/*クレジットカードの非保持化*/
#key_security_card_security {
	background: url(../images/support/ec/card_security/card_security_key_sp.png) no-repeat center;
	height: 360px;
}
/*マーケティング支援プラン無償提供*/
#key_solution_promotion_atpress {
	background: url(../images/solution/promotion/atpress/attop_sp.png) no-repeat center;
	height: 360px;
}
/*サービス キャリア*/
#key_service_asp_mobile {
	background: url(../images/service/asp_mobile_key_sp.jpg) no-repeat center;
	height: 360px;
}
/*サービス コンビニ*/
#key_service_asp_convenience {
	background: url(../images/service/asp_convenience_key_sp.jpg) no-repeat center;
	height: 360px;
}
/*仮想通貨*/
#key_service_virtualmoney {
	background: url(../images/service/virtualmoney_key_sp.jpg) no-repeat center;
	height: 360px;
}
/*提携サービス一覧*/
#key_service_partner {
	background: url(../images/service/service_partner_sp.jpg) no-repeat center;
	height: 360px;
}
/*決済システム接続方式*/
#key_service_connection {
	background: url(../images/service/connect_key_sp.jpg) no-repeat center;
	height: 360px;
}
/*決済オプション*/
#key_service_method {
	background: url(../images/service/option_key_sp.jpg) no-repeat center;
	height: 360px;
}
/*導入サポート*/
#key_support {
	background: url(../images/support/support_key_sp.jpg) no-repeat center;
	height: 360px;
}
/*ご利用イメージ*/

#key_support_how_to_pay {
	background: url(../images/support/support_key_sp.jpg) no-repeat center;
	height: 360px;
}
/*EC関連情報*/
#key_support_ec {
	background: url(../images/case/key_detail1_sp.jpg) no-repeat center;
	height: 360px;
}
/*導入事例一覧*/
#key_case {
	background: url(../images/case/case_key_sp.jpg) no-repeat center;
    background-size: cover;
	height: 360px;
}
/*メリット*/
#key_credit_lp01 {
	background: url(../images/service/credit_lp_key_sp.jpg) no-repeat center;
	height: 360px;
}
/*オンライン決済サービス一覧*/
#key_service_asp {
	background: url(../images/service/asp_key_sp.jpg) no-repeat center;
	height: 360px;
}
/*FAQ*/
#key_faq {
	background: url(../images/faq/faq_key_sp.png) no-repeat right 20px bottom 25px;
background-size: 171px auto;
}
/*gpay new 201805*/
#key_gpay_lp {
	background: url(../images/service/asp_gpay_key_sp.jpg) no-repeat center;
}
/*NP 201809*/
#key_np_detail1 {
	background: url(../images/service/asp_np_key_sp.jpg) no-repeat center;
}
#key_device .pc_device {
	display: none;
}
#key_device .sp_device {
	display: block;
}
ul.device_cnt {
	padding-left: 0;
}

#key_service_detail1 .lead span.sup {
	font-size: 11px;
	vertical-align: top;
	position: relative;
	top: -0.8em;
}
#case_detail .key {
	/*height: auto;*/
	padding-bottom: 10px;
}
.example_list ul li .image img {
	border-bottom: #f3f3f3 solid 1px;
}
.example_list ul li .inner .name {
	line-height: 1.2;
	margin-bottom: 15px;
	font-size: 19px;
	height: auto;
	color: #09042d;
	margin: 10px;
}
.service_list ul li .inner .link span {
	font-size: 12px;
	padding-left: 0px;
	display: inline-block;
	background: none;
	line-height: 120％;
	margin-top: 20px;
	font-weight: bold;
}
.service_list ul li .inner .text {
	text-align: center;
	color: #383939;
	margin-bottom: 3px;
	line-height: 120%;
}
/* add for cloum 20171120 */
.cloum_body {
	width: 100%;
	margin: 0 auto;
}
.cloum_body .cloum_left {
	width: 100%;
	float: none;
}
.cloum_body .cloum_left .contents_inner {
	width: 94%;
}
.cloum_body .cloum_left .contents_inner .n_block {
	margin-bottom: 20px;
}
.cloum_body .cloum_left .sns {
	text-align: center;
}
.cloum_body .cloum_left .sns .contents_inner iframe{height:30px;}
.cloum_body .cloum_left .detail_title h1 {
	font-size: 30px;
	width: 96%;
	margin: 0 auto;
}
.cloum_body .cloum_left .clm_index img.clm_image01 {
	float: none;
	width: 100%;
}
.cloum_body .cloum_left .clm_index .clm_indx {
	float: none;
	width: 100%;
	margin: 0 0 0 0;
}
.cloum_body .cloum_left h2.line_title {
	margin-top: 20px;
}
.cloum_body .cloum_left .contents_inner p {
}
.cloum_body .cloum_left img.kappu_caut_img02 {
	width: 100%;
}
.cloum_body .cloum_left img.kappu_item_img {
	width: 100%;
}
.cloum_body .cloum_right {
	width: 94%;
	float: none;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.cloum_body .cloum_right div.cloum_list img {
	width: 100%;
}
.cloum_body .cloum_right div.cloum_list p.cloum_date,  .cloum_body .cloum_right div.cloum_list p.cloum_outline {
	font-size: 16px;
}
/* add for sp contact bottom 201904  */

#contact_f_box {
	display: block;
	bottom: 0px;
	background: #f9a42d;
}
#contact_f_box .contact_box_inner {
}
#contact_f_box .contact_box_inner h1 {
}
#contact_f_box .contact_box_inner .title {
}
#contact_f_box .contact_box_inner .title_memo {
	background: url(../images/icon_memo_w.png) no-repeat left center;
	background-size: 23px;
	padding-left: 30px;
}
#contact_f_box .contact_box_inner .title_tel {
	background: url(../images/icon_tel_sp_w.png) no-repeat left center;
	background-size: 18px;
	padding-left: 25px;
}
#contact_f_box .contact_box_inner a {
	display: block;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
}
#contact_f_box .contact_box_inner a span {
	background: url(../images/arw_2.png) no-repeat left center;
	padding: 10px 10px 10px 30px;
}
#contact_f_box .contact_box_inner .form_box, #contact_f_box .contact_box_inner .contact_box {
	width: 43%;
	float: left;
	padding: 10px 0 10px 20px;
	color: #ffffff;
}
#contact_f_box .contact_box_inner .form_box {
	border-right: #ffffff solid 2px;
}
#contact_f_box .contact_box_inner .contact .tel a {
}
#contact_f_box .contact_box_inner .contact .time {
}
/* add for main visual 201904 */
#key_visual .slick-arrow {
	display: inline-block;
}
.slick-prev {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	border: none;
	background: url(../images/arw_l_1.png) no-repeat;
	background-position: 20% 50%;
	width: 20%;
	height: 100%;
	z-index: 100;
	font-size: 0;
	cursor: pointer;
	outline: none;
}
.slick-next {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 0px;
	background: none;
	border: none;
	background: url(../images/arw_r_1.png) no-repeat;
	background-position: 80% 50%;
	width: 20%;
	height: 100%;
	z-index: 100;
	font-size: 0;
	cursor: pointer;
	outline: none;
}
}

@media screen and (min-width: 671px) {
#key_visual .slick-arrow {
	display: none !important;
}
}

@media screen and (max-width: 639px) {
.pc {
	display: none !important;
}
.tab_device {
	display: none;
}
}
}

@media screen and (max-width: 748px) {
.info_img_right {
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 100%
}
.info_img_right img {
	width: 100%;
	height: auto;
	max-width: 500px;
}
.tac img {
	width: 100%;
}
}

@media screen and (max-width: 949px) {
.pc_o {
	display: none !important;
}
.info_list_1st p {
	width: 90%;
	margin: 0 0 0 0;
	font-size: 21px;
	line-height: 200%;
	padding: 20px 0 0 0;
	height: auto;
	font-weight: bold;
}
/*}*/

#footer .boiler_nav {
	width: 90%;
	margin: -20px auto 50px auto;
}
#footer .pcmenu {
	display: none;
}
#footer .spmenu,  #footer .spmenu01,  #footer .spmenu02,  #footer .spmenu03,  #footer .spmenu04 {
	display: block !important;
}
#footer .boiler_nav .boiler_left,  #footer .boiler_nav .boiler_middle,  #footer .boiler_nav .boiler_right,  #footer .boiler_nav .boiler_right2,  #footer .boiler_nav .boiler_left .ul_left {
	float: none;
	width: 100%;
	margin: 0;
}
#footer .boiler_nav a {
	display: block;
}
#footer .boiler_nav .navi h2,  #footer .boiler_nav .navi p {
	background: url("../images/btn_minus.png") no-repeat right center;
	min-height: 26px;
	background-size: 24px;
}
#footer .boiler_nav .navioff h2,  #footer .boiler_nav .navioff p {
	background: url("../images/btn_plus.png") no-repeat right center;
	min-height: 26px;
	background-size: 24px;
}
#footer .boiler_nav .navioff ul {
	display: none;
}
#footer .boiler_nav li,  #footer .boiler_nav li.spmenu {
	margin-top: 10px;
}
#footer .boiler_nav .naviar h2 {
	background: url("../images/arw_r_1sp.png") no-repeat right center;
	min-height: 26px;
	background-size: 10px;
}
#footer .boiler_nav h2 a,  #footer .boiler_nav p a {
	background-image: none;
	padding-left: 0;
}
}

@media screen and (max-width: 850px) {
table.resource_box th,  table.resource_box td {
	width: 98%;
	text-align: left;
	display: block;
}
table.resource_box th {
	padding-bottom: 0;
}
table.resource_box td {
	padding-bottom: 30px;
}
table.resource_box td textarea {
	height: 11em;
}
}

@media screen and (max-width: 880px) {
table.ad_overview_tbl {
	width: 100%;
}
.pt_img img {
	padding-left: 0;
}
table.ad_point_tbl {
	width: 95%;
	border-spacing: 10px;
}
table.ad_point_tbl td {
	width: 96%;
	display: block;
	padding: 25px 10px 10px;
	border: solid 1px #1688b0;
	text-align: center;
}
table.ad_point_tbl td.w100 {
	width: 98%;
}
table.ad_point_tbl td.w50 {
	width: 98%;
}
table.ad_point_tbl td.sps {
	margin-bottom: 10px;
}
table.ad_point_tbl td.w33 {
	margin-bottom: 10px;
	width: 100%;
}
p span.point {
	color: #1688b0;
	font-weight: bold;
	font-size: 28px;
}
}

@media screen and (max-width: 768px) {
#header{
    top: -43px;
  }
.choice_list ul li {
	width: 50%;
	margin: 0 0 20px 0;
}
.choice_list ul li:nth-child(odd) {
	clear: both;
}
.choice_list ul li .text {
	font-size: 14px;
	padding: 0 10px;
}
.career_list h3 a {
	display: block;
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
	text-decoration: none;
}
.career_nav h3 {
	background: url("../images/btn_minus.png") no-repeat right center;
	min-height: 26px;
	background-size: 24px;
}
.career_nav .navioff h3 {
	background: url("../images/btn_plus.png") no-repeat right center;
	min-height: 26px;
	background-size: 24px;
}
.career_nav .navioff .c_box {
	display: none;
}
.n_block ul.csv_box {
	margin-left: 0;
}
.n_block ul.csv_box li {
	width: 47%;
}
.n_block ul.csv_box li img {
	top: 4em;
	width: 100%;
	max-width: 160px;
	height: auto;
}
n_block ul.csv_box li span {
	display: block;
	margin-top: 0px;
	font-size: 14px;
}
.n_block ul.csv_box li a {
	display: inline-block;
	background: none;
	padding-left: 0px;
	padding-top: 2px;
	line-height: 1.4;
	text-decoration: none;
	min-height: 3.0em;
}
ul.provide_table {
	padding-left: 0;
}
ul.provide_table li,  ul.provide_table li.w28 {
	width: 100%;
	padding: 15px 0 0 0;
}
ul.provide_table table td {
	padding: 5px;
	font-size: 14px;
}
p.note02 {
	margin-left: 0;
}
dl.howto dt {
	float: none;
	width: 100%;
	margin-bottom: 1em;
}
dl.howto dt img {
	width: 100%;
	max-width: 470px;
}
dl.howto dd {
	margin-left: 0;
	float: none;
}
dl.howto dd.dd2 {
	margin: 0;
	max-width: 100%;
}
dl.howto img.arrow {
	margin-top: 20px;
}
.contact_tbl {
	width: 100%;
}
.contact_tbl th {
	border-top: none;
	display: block;
	white-space: normal;
}
.contact_tbl th span {
	background: #d8271c;
	color: #fff;
	display: inline-block;
	float: right;
	padding: 2px 8px;
	margin-left: 2em;
}
.contact_tbl th.top {
	border-top: 1px solid #b2b2b2;
}
.contact_tbl td {
	display: block;
	border-top: none;
}
.contact_tbl input[type="text"],  .contact_tbl textarea {
	width: 95%;
}
.contact_tbl textarea {
	height: 7em;
}
.required {
	display: block;
	width: 3em;
}
}

@media screen and (max-width:872px) {
.n_block .s_box {
	float: none;
	width: 80%;
	margin: 10px auto !important;
	height: auto;
}
.split_block .left_block,  .split_block .right_block {
	display: block;
	float: none;
}
.split_block .w20,  .split_block .w25,  .split_block .w30,  .split_block .w35,  .split_block .w45,  .split_block .w50,  .split_block .w60,  .split_block .w70,  .split_block .w75,  .split_block .w80 {
	width: 100%;
}
.split_block .mt20 {
	margin: 20px 0 0 0;
}
.split_block .r_img,  .split_block .r_img02 {
	width: 80%;
	text-align: center;
	margin: 20px auto 0 auto;
}
.split_block .l_img,  .split_block .l_img25 {
	width: 80%;
	text-align: center;
	margin: 20px auto 0 auto;
}
.split_block .l_img_w {
	width: 95%;
	text-align: center;
	margin: 20px auto 0 auto;
}
table.bd_box tr {
	display: block;
	clear: both;
	width: 100%;
}
table.bd_box tbody {
	display: block !important;
	clear: both;
	width: 100%;
}
table.bd_box td {
	display: block !important;
	clear: both;
	width: 90%;
}
table.bd_box td.copy {
	padding: 20px;
}
table.bd_box td.img {
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	height: auto;
}
table.bd_box td.img02 {
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	text-align: center;
	height: auto;
}
table.bd_box td.name {
	text-align: center;
	display: block;
	padding: 20px;
	font-size: 12px;
	vertical-align: bottom;
}
p.note_s {
	margin: 0 0 20px;
}
}

@media screen and (max-width: 800px) {
ul.howto_flow li {
	display: block;
	padding-bottom: 40px;
}
ul.howto_flow li:nth-child(2n) {
	background: url(../images/device/flow_arrow.png)no-repeat 50% 50%;
}
ul.howto_flow li.howto_box {
	margin: 0 auto;
	width: 80%;
}
ul.howto_flow li.flow_arrow_r {
	padding-top: 0;
}
ul.howto_flow li.flow_arrow_r img {
	display: none;
}
ul.howto_flow li.howto_box span.no {
	margin: 0 5px 10px 10px;
}
ul.howto_flow li.howto_box p.note {
	padding-left: 40px;
}
}

@media screen and (min-width: 769px) {
.n_block ul.csv_box li {
	width: 22%;
}
#tab-menu.large li {
   width: calc(100% / 3);
  }
}

@media screen and (max-width:780px) {
#key_case_detail1 .title {
/*font-size:160%;*/
}
#key_case_detail1 .lead {
	width: 100%;
	font-size: 130%;
	font-weight: bold;
}
#key_case_detail1 .key_contents .logo {
	float: none;
	text-align: center;
	margin-top: 20px;
}
}

@media screen and (max-width: 710px) {
.flow_box {
	box-sizing: border-box;
	width: 98%;
}
.flow_box .entry_btn {
	width: 100%;
	height: 43px;
	padding-top: 8px;
}
.flow_box .entry_btn a span {
	font-size: 20px;
}
.flow_box .n_icon_link_list {
	margin-top: 10px;
}
.flow_box .n_icon_link_list li {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 2%;
}
.flow_box .n_icon_link_list li:nth-child(2n) {
	margin-left: 4%;
}
.flow_box n_icon_link_list li a {
	padding: 10px;
	text-align: center;
}
.flow_box .n_icon_link_list li a span {
	font-size: 14px;
	padding-left: 28px;
}
}

@media screen and (max-width: 1099px) {
.pc_w_o {
	display: none !important;
}
}

@media screen and (min-width: 1100px) {
.contents_w_inner {
	max-width: 1086px;
	margin: 0 auto;
}
.find_choice {
	padding: 40px 0 0 0;
}
.find_choice h1 {
	font-size: 34px;
	margin-bottom: 20px;
}
.find_choice .lead {
	font-size: 24px;
	margin-bottom: 20px;
}
.find_choice .tab {
	border: none;
	margin: 0;
	text-align: center;
}
.find_choice .tab li {
	border: none;
	display: inline-block !important;
	background: none;
	width: 133.8px;
	vertical-align: top;
	padding: 10px 0;
}
.find_choice .tab li .text {
	display: block;
	color: #fff;
	font-size: 13px;
	height: 2.8em;
	line-height: 1.4;
}
.find_choice .tab li .image {
	display: block;
}
.find_choice .tab li .image img {
	width: auto;
	height: auto;
}
.find_choice .tab li.active {
	background: #999;
	padding-bottom: 15px;
}
.find_choice .tab li.init {
	display: none !important;
}
.promo_area {
	margin-top: 10px;
	padding-top: 10px;
}
}

@media screen and (min-width:1200px) and (max-width:1336px) {
#key_visual ul li img {
	width: 1335px;
}
}
/* -------仕様書ダウンロード------- */
/*トップボタン*/
.fast_read_btn {
	display: block;
	width: 100%;
	height: 70px;
	margin: 0 auto;
}
.fast_read_btn a {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #1688b0;
	font-size: 26px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
ul.spec_top_btn {
	display: block;
	clear: both;
}
ul.spec_top_btn li {
	width: 306px;
	height: 50px;
	text-align: left;
	float: left;
	font-size: 14px;
	list-style: none;
	border: solid 1px #cdcece;
	margin-bottom: 20px;
	margin-right: 12px;
	background-color: #f7f8f8;
}
ul.spec_top_btn li p {
	padding: 10px 0 0 65px;
}
ul.spec_top_btn li a {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 0;
	color: #404040;
	text-decoration: none;
}
ul.spec_top_btn li:nth-child(3n) {
	margin-right: 0;
}
ul.spec_top_btn li.link_sys {
	background-image: url("../images/specification/link_sys.png");
	background-repeat: no-repeat;
	background-position: 7% 50%;
}
ul.spec_top_btn li.api_sys {
	background-image: url("../images/specification/api_sys.png");
	background-repeat: no-repeat;
	background-position: 6% 50%;
}
ul.spec_top_btn li.test_sp {
	background-image: url("../images/specification/test_sp.png");
	background-repeat: no-repeat;
	background-position: 7% 50%;
}
ul.spec_top_btn li.link_guide {
	background-image: url("../images/specification/link_guide.png");
	background-repeat: no-repeat;
	background-position: 7% 50%;
}
ul.spec_top_btn li.tool_manual {
	background-image: url("../images/specification/tool_manual.png");
	background-repeat: no-repeat;
	background-position: 7% 50%;
}
/*リンクボタン小*/
.spec_block {
	display: block;
	clear: both;
	height: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
ul.spec_btn {
	height: 100%;
	margin: 0 auto;
}
ul.spec_btn li {
	width: 179px;
	height: 90px;
	font-size: 15.5px;
	line-height: 140%;
	margin: 0 10px 10px 0;
	text-align: center;
	float: left;
	list-style: none;
	border: solid 1px #cdcece;
}
ul.spec_btn li:nth-child(5n) {
	margin: 0 0 10px 0 !important;
}
ul.spec_btn li a {
	display: block;
	width: 179px;
	height: 80px;
	padding: 5px 0;
	text-decoration: none;
}
ul.spec_btn li span {
	display: block;
	padding-top: 5px;
}
/*BOX*/
#all_doc {
	display: block;
	clear: both;
	min-height: 160px;
	background: #f7f8f8;
	padding: 20px;
	margin-bottom: 20px;
}
#link_sys {
	display: block;
	clear: both;
	min-height: 220px;
	background: #f3f9fb;
	padding: 20px;
	margin-bottom: 20px;
}
#api_sys {
	display: block;
	clear: both;
	min-height: 200px;
	background: #fffcf8;
	padding: 20px;
	margin-bottom: 40px;
}
p.doc_box_ttl {
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	border-bottom: solid 1px #cdcece;
	font-size: 14px;
}
p.doc_box_ttl img {
	padding-right: 5px;
	margin-bottom: -7px;
}
p.doc_box_ttl span {
	float: right;
	border: solid 1px #cdcece;
	background: #fff;
	padding: 2px 10px;
}
ul.pdf_link {
	margin: 0 0 10px 30px;
}
ul.pdf_link li {
	width: 50%;
	font-size: 14px;
	float: left;
	list-style: none;
	margin-bottom: 5px;
}
ul.pdf_link li a {
	text-decoration: none;
}
ul.pdf_link li::before {
	content: "\25b6\00a0";
	color: #1688b0;
}
ul.pdf_link li a::after {
	content: url("../images/specification/pdf_icon_s.png");
	padding-left: 5px;
	width: 90%;
}
/*pdfリンク*/
.pdf_linkbox_bg {
	display: block;
	clear: both;
	background: #f4f5f6;
}
.pdf_linkbox {
	width: 950px;
	margin: 0 auto;
	padding: 40px 0;
}
.pdf_block {
	display: block;
	clear: both;
	margin: 0 auto 5px;
	width: 100%;
	background: #fff;
	height: auto;
	padding: 20px 20px 0 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pdf_block p.pdf_ttl {
	border-bottom: solid 1px #cdcece;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.pdf_block p.pdf_ttl img {
	padding-left: 10px;
	margin-bottom: -5px;
}
.pdf_block p.pdf_sttl {
	margin-left: 30px;
}
.pdf_block ul.pdf_list {
	margin: 0 30px 10px 30px;
	border-bottom: dotted 1px #cdcece;
	height: 100%;
	overflow: hidden;
}
.pdf_block ul.pdf_list li {
	width: 50%;
	float: left;
	font-size: 15px;
	list-style: none;
	margin-bottom: 10px;
	margin-top: 5px;
}
.pdf_block ul.pdf_list li.justone {
	width: 100%;
	float: left;
	font-size: 15px;
	list-style: none;
	margin-bottom: 10px;
}
.pdf_block ul.pdf_list li a {
	text-decoration: none;
}
.pdf_block ul.pdf_list li::before {
	content: "\25b6\00a0";
	color: #1688b0;
}
.pdf_block ul.pdf_list li a::after {
	content: url("../images/specification/pdf_icon_s.png");
	padding-left: 5px;
}
.pdf_block ul.pdf_list li.btn {
	display: block;
	clear: both;
}
.pdf_block ul.pdf_list li.btn::before {
	content: none;
}
.pdf_block ul.pdf_list li.btn a::after {
	content: none;
}
.list_back a {
	display: block;
	clear: both;
	float: right;
	color: #404040;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.list_back a::before {
	content: "\25b2\00a0";
	font-size: 12px;
}
a.toollink {
	color: #fff !important;
	text-decoration: underline;
}
a:hover.toollink {
	text-decoration: none;
}
.anchor {
	display: block;
	clear: both;
	min-height: 160px;
	border: 1px solid #cdcece;
	padding: 20px;
	margin: 10px 0 20px;
}
.anchor_a {
	display: block;
	clear: both;
	min-height: 400px;
	border: 1px solid #cdcece;
	padding: 20px;
	margin: 10px 0 20px;
}
.anchor_b {
	display: block;
	clear: both;
	min-height: 100px;
	border: 1px solid #cdcece;
	padding: 20px;
	margin: 10px 0 20px;
}
.modMenuBoxList__item--3cols:first-of-type {
   display: none;
}
/*モーダル*/
.modal-content {
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	display: none;
	z-index: 2002;
}
#modal-overlay {
	z-index: 2001;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}
a.button-link {
	color: #404040;
	border: solid 1px #cdcece;
	text-align: center;
	padding: 5px 10px 5px 35px;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}
.all_doc_sbtn {
	background-color: #f7f8f8;
	background-image: url("../images/specification/all_doc_ss.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.link_sys_sbtn {
	background-color: #f3f9fb;
	background-image: url("../images/specification/link_sys_ss.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.api_sys_sbtn {
	background-color: #fff9f1;
	background-image: url("../images/specification/api_sys_ss.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
a#modal-close {
	clear: both;
	display: block;
	float: right;
	padding: 5px 10px;
	margin: 10px 0;
	font-size: 12px;
	color: #404040;
	border: solid 1px #cdcece;
	text-decoration: none;
	cursor: pointer;
	background: #fff;
}

@media screen and (max-width:950px) {
.fast_read_btn {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}
.fast_read_btn a {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #1688b0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.pdf_linkbox {
	width: 95%;
	margin: 0 auto;
	padding: 40px 0;
}
.pdf_block {
	display: block;
	clear: both;
	margin: 0 auto 5px;
	width: 100%;
	background: #fff;
	height: auto;
	padding: 10px 10px 0 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pdf_block ul.pdf_list li {
	width: 100%;
	float: none;
	font-size: 14px;
	list-style: none;
	margin-bottom: 5px;
}
.pdf_block p.pdf_sttl {
	margin-left: 0;
}
.pdf_block ul.pdf_list {
	margin: 0 0 10px 0;
	border-bottom: dotted 1px #cdcece;
	height: 100%;
	overflow: hidden;
}
ul.pdf_link {
	margin: 0 0 10px 0;
}
ul.pdf_link li {
	width: 100%;
	font-size: 14px;
	float: none;
	list-style: none;
	margin-bottom: 10px;
}
.pdf_block ul.pdf_list li a::after,  ul.pdf_link li a::after {
	padding-left: 5px;
}
.pdf_block ul.pdf_list li.btn {
	display: block;
	margin: 10px 0;
}
p.doc_box_ttl span {
	font-size: 13px;
	padding: 2px 2px;
	margin: 5px 0;
}
ul.spec_btn li:nth-child(5n) {
	margin: 0 10px 10px 0 !important;
}
p.doc_box_ttl span {
	float: none;
	clear: both;
	display: inline-block;
	border: solid 1px #cdcece;
	background: #fff;
	padding: 2px 5px;
	margin: 5px 0 5px 20px;
}
ul.spec_top_btn li:not(:last-child) {
	margin-bottom: 10px;
}
ul.spec_top_btn li:nth-child(3n) {
	margin-right: 12px;
}
#modal-content {
	width: 70% !important;
	margin: 1.5em auto 0;
	padding: 15px 5px;
	border: 1px solid #cdcece;
	background: #fff;
	z-index: 2;
	position: fixed;
}
#all_doc {
	width: 90%;
	height: auto;
}
#link_sys {
	width: 90%;
	height: auto;
}
#api_sys {
	width: 90%;
	height: auto;
}
}

@media screen and (max-width:421px) {
ul.spec_top_btn li {
	width: 95%;
	height: 50px;
	text-align: left;
	float: none;
	list-style: none;
	border: solid 1px #cdcece;
	margin-bottom: 10px;
}
ul.spec_top_btn li.link_sys {
	background-position: 5% 50%;
}
ul.spec_top_btn li.api_sys {
	background-position: 4% 50%;
}
ul.spec_top_btn li.test_sp {
	background-position: 5% 50%;
}
ul.spec_top_btn li.link_guide {
	background-position: 5% 50%;
}
ul.spec_top_btn li.tool_manual {
	background-position: 5% 50%;
}
ul.spec_top_btn li p {
	padding: 10px 0 0 55px;
}
ul.spec_btn li {
	width: 95%;
	height: auto;
	line-height: 140%;
	margin: 0 10px 5px 0;
	text-align: center;
	float: left;
	list-style: none;
	border: solid 1px #cdcece;
}
ul.spec_btn li a {
	display: block;
	width: 95%;
	height: auto;
	padding: 5px 0;
	text-decoration: none;
}
#modal-content {
	width: 90% !important;
	margin: 1.5em auto 0;
	padding: 15px 5px;
	border: 1px solid #cdcece;
	background: #fff;
	z-index: 2;
	position: fixed;
}
}
/* -------仕様書ダウンロードここまで------- */

.yellow {
	background: linear-gradient(transparent 60%, #ffffa2 0%);
}
span.arrow {
	background: url(../images/arw_4.png) no-repeat top left;
	line-height: 1.8;
	background-size: 22px;
}
/*支払代行サービス　LP 201707*/
#ngn_contents {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 85px;
}
#key_service_lp {
	background: url(../images/service_lp/key.png) no-repeat center;
}



.key .key_contents .title span {
	font-size: 18px;
	line-height: 120%;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #1688b0;
	display: block;
}
ul.pm_lead li {
	font-size: 16px;
	line-height: 1.5;
	list-style: none;
}
ul.pm_lead li.first {
	color: #1688b0;
}
ul.pm_lead li:not(:first-child)::before {
	content: url("../images/service_lp/check.png");
	padding-right: 5px;
}
.key .key_contents .lead_memo {
	font-size: 10px;
	padding-top: 150px;
}
p.purpose_ttl {
	font-size: 34px;
	color: #1688b0;
	text-align: center;
	padding-top: 20px;
}
p.purpose_text {
	clear: both;
	/*color:#1688b0;*/
	text-align: center;
}
ul.purpose_list {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0;
}
ul.purpose_list li {
	float: left;
	padding: 30px 50px;
	text-align: center;
	list-style: none;
}
ul.purpose_list li p {
	font-size: 18px;
	padding-top: 15px;
}
.payment_method {
	clear: both;
	display: block;
	padding-top: 50px;
	text-align: center;/*background: url(../images/service_lp/label.png) no-repeat 85% 70%;*/
}
h2.payment_ttl {
	font-size: 34px;
	font-weight: 100;
	text-align: center;
}
.payment_method p {
	font-size: 22px;
}
.pm_tbl {
	clear: both;
	display: block;
	height: auto;
	padding: 20px 0 40px;
}
table.pm_tbl_l {
	width: 590px;
	float: left;
	border-collapse: separate;
}
table.pm_tbl_r {
	margin-left: 10px;
	width: 343px;
	border-collapse: separate;
}
table.pm_tbl_l th, table.pm_tbl_l td, table.pm_tbl_r th, table.pm_tbl_r td {
	padding: 5px;
	font-weight: normal;
	vertical-align: middle;
}
.pm_v03 {
	background: rgba(4, 179, 4, 0.77);
	color: #ffffff;
	width: 436px;
	padding: 5px 0;
	height: 28px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
img.pm_img02 {
	padding-bottom: 38px;
}
.pm_ttl {
	border: solid 1px #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	text-align: left;
	font-weight: normal;
	height: 75px;
	width: 85%;
	font-size: 16px;
	margin: 10px 5px 5px;
	padding: 15px 10px;
}
.pm_con {
	background: #f3f3f3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	text-align: center;
	height: 80px;
	width: 94%;
	margin: 10px 5px 5px;
	padding: 15px 10px;
}
.pm_flx {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pm_pad {
	padding: 30px 10px 0 10px;
}
.pm_con span {
	display: block;
	color: #1688b0;
}
.pm_img {
	width: 100%;
	display: block;
	clear: both;
	/*background:#f5f5f5; payment agency gray block cancel 20180319 by ra*/
    /*padding:50px 0; payment agency img block adjust  20180319 by ra*/
	margin-bottom: 50px;
	text-align: center;
}
.pm_img p {
	font-size: 22px;
}
.pm_img img {
	margin: 0 auto;
	padding: 30px 0;
}
.pm_img .img4left {
	margin: 0 auto;
	padding: 10px 0;
}
/*adjust payment agency float left img 20180319 by ra*/

p.easy_contact_btn {
	display: block;
	background: #fb9300;
	width: 500px;
	height: 75px;
	padding-top: 5px;
	margin: 30px auto 0;
	text-align: center;
}
p.easy_contact_btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
}
p.easy_contact_btn a span {
	margin-top: 15px;
	display: inline-block;
	font-size: 21px;
	padding: 5px 0 0 28px;
	background: url(../images/arw_2.png) no-repeat center left;
}

/* cashless 修正 20191119 */
@media screen and (max-width: 640px) {
.cashless_logo {
width : 150px;
}
.cashless_lead .first {
font-size: 14px;
}

}
/* cashless 修正 20200127 */
@media screen and (max-width: 321px) {
#ngn_contents .key {
    height: 320px !important;
}
}

/*cashless 201906*/
#key_cashless {
	background: url(../images/service/asp_cashless_key_pc.png) no-repeat right;
}
.cashl_lead {background: #1688b0;}
.cashl_lead p, .cashl_lead p.purpose_ttl, .cashl_lead p a{color:#ffffff; }
.cashl_lead p.purpose_ttl {padding-top: 0px;}

#key_cashless .key_contents .lead_memo{
	padding-top: 50px;
}

.cashless_point ul.purpose_list li{
	padding: 30px;
}
.cashless_method {
	clear: both;
	display: block;
	padding-top: 50px;
	text-align: center;
}
.cashless_method p{
	font-size: 16px;
width: 80%;
    margin: 20px auto;
text-align:left;}
h2.cashless_ttl {
    font-size: 30px;
    font-weight: 100;
    text-align: center;
	background: linear-gradient(transparent 60%, #ffffa2 0%);
	line-height: 100%;
}




@media screen and (max-width: 768px) {
#tab-menu.large li {
display: inline-block;  
}
ngn_contents .key {
	height: 275px;
}
.mr10 {
	margin-right: 10px;
}
ul.pm_lead {
	padding: 13px;
	background-color: rgba(255, 255, 255, 0.76);
}
#ngn_contents {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 40px;
}
#key_service_lp {
	background: url(../images/service_lp/key_sp.png) no-repeat center;
}
.key .key_contents .title span {
	font-size: 18px;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #1688b0;
	display: block;
}
#key_service_lp h1.title {
	margin-top: 0;
	font-size: 26pt;
	font-weight: 100;
	line-height: 120%;
	margin-bottom: 10px;
}
	#key_cashless {
	background: url(../images/service/asp_np_key_pc.png) no-repeat right;
}
ul.pm_lead li:not(:first-child) {
	font-size: 13px;
}
.key .key_contents .lead_memo {
	font-size: 10px;
	padding-top: 25px;
}
p.purpose_ttl {
	font-size: 20px;
	color: #1688b0;
	text-align: center;
	padding-top: 0;
	padding-bottom: 20px
}
ul.purpose_list {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
ul.purpose_list li {
	float: left;
	width: 33%;
	padding: 0 0;
	text-align: center;
	list-style: none;
}
ul.purpose_list li img {
	width: 100%;
	height: auto;
}
ul.purpose_list li p {
	font-size: 14px;
	padding-top: 0;
}
p.purpose_text {
	clear: both;
	color: #1688b0;
	text-align: center;
	padding-top: 30px;
}
.payment_method {
	clear: both;
	display: block;
	padding-top: 30px;
	text-align: center;
	background: none;
	border-top: solid 1px #bcbcbc;
}
h2.payment_ttl {
	font-size: 24px;
	font-weight: 100;
	text-align: center;
	padding-bottom: 30px;
}
.payment_method p {
	font-size: 16px;
}
.pm_tbl {
	clear: both;
	display: block;
	height: auto;
	padding: 0 0 0;
}
table.pm_tbl_l {
	display: block;
	width: 100%;
	float: none;
	border-collapse: separate;
}
table.pm_tbl_r {
	display: block;
	margin-left: 0;
	width: 100%;
	border-collapse: separate;
}
table.pm_tbl_l th,  table.pm_tbl_l td,  table.pm_tbl_r th,  table.pm_tbl_r td {
	display: block;
	padding: 5px;
}
table.pm_tbl_l img,  table.pm_tbl_r img {
	width: 100%;
	height: auto;
}
.pm_v03 {
	background: rgba(4, 179, 4, 0.77);
	color: #ffffff;
	width: 100%;
	padding: 5px 0;
	height: 28px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	font-size: 0.95rem;
	line-height: 28px;
}
img.pm_img02 {
	padding-bottom: 0px;
}
.pm_ttl {
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	text-align: left;
	font-weight: bold;
	height: auto;
	width: 94%;
	font-size: 16px;
	margin: 0 0 0;
	padding: 15px 0 0 5px;
}
.pm_img {
	width: 94%;
	display: block;
	clear: both;
	background: #fff;
	padding: 50px 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: solid 1px #bcbcbc;
}
.pm_img img {
	width: 80%;
	height: auto;
}
.pm_con {
	background: #f3f3f3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	text-align: left;
	height: auto;
	width: 94%;
	margin: 0 0 0;
	padding: 15px 10px;
}
.pm_img p {
	font-size: 16px;
}
.pm_flx {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pm_pad {
	padding: 15px 10px;
}
p.easy_contact_btn {
	display: block;
	background: #fb9300;
	width: 315px;
	height: 75px;
	padding-top: 5px;
	margin: 30px auto 0;
	text-align: center;
}
}
.h_1 {
	display: block;
	height: 10%;
}
.h_2 {
	display: block;
	height: 30%;
}
#loaded_content {
	display: block;
	clear: both;
	min-width: 550px;
	max-width: 700px;
	/*width: 70%;*/
	height: 580px;
	background: #fff;
	margin: 0 auto;
	overflow-y: scroll;
	border-radius: 6px;
}
/*7115*/
.doc_box_ttl02 {
	padding: 10px;
	border-bottom: solid 1px #ededed;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
}
.doc_box_ttl02 .blue {
	font-size: 2.3rem;
	font-weight: bold;
	background: -webkit-linear-gradient(#8aa9e6, #0b64bd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.doc_box_body {
	margin: 0 0 10px 0;
}
.doc_box_body .img_area {
	position: relative;
}
.doc_box_body img {
	width: 50%;
	border-radius: 3px;
	margin-left: 20px;
}
.doc_box_body .msg_area {
	position: absolute;
	top: 30px;
	right: 60px;
	/*background: rgba(255, 255, 255, 0.90);*/
    /*height: 100%;*/
	width: 52%;/*padding: 0 10px 0 20px;*/
}
.msg_area p.msg01 {
	font-size: 1.5rem;
	line-height: 2.0rem;
	margin-top: 2.5rem;/*font-weight: bold;*/
}
.msg_area p.msg02 {
	color: cornflowerblue;
}
.doc_box_block {
	padding: 15px 15px 0 15px;
}
.doc_box_block .title {
	color: cornflowerblue;
	font-size: 1.3rem;
	display: inline;
	padding: 0 0 5px 0;
	margin-bottom: 10px;/*border-bottom: solid 1px #c0d0ed;*/
}
.doc_box_block ul li {
	float: right;
	width: inherit;
}
.doc_box_block ul li a {
	border-radius: 10px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
}
.doc_box_block ul li a:hover {
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px 2px rgba(0, 0, 0, 0.2);/*浮き上がるように*/
}
.separator {
	border-top: 1px solid #ccc;
	height: 1px;
}
#modal-content-recommend a#modal-close {
	padding: 5px 10px;
	margin: 10px 0;
	color: #fff;
	border: 2px solid #b2b2b2;
	text-decoration: none;
	cursor: pointer;
	background: #b2b2b2;
	width: 35px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
	font-size: 150%;
	position: absolute;
}
/*20171129 press*/
ul.three_block2 {
	display: block;
	padding: 0;
}
ul.three_block2 li {
	float: left;
	width: 32%;
	list-style: none;
}
ul.three_block2 li h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	color: #2996cc;
}
ul.three_block2 li p.table-txt {
	font-size: 14px;
	text-align: left;
	padding: 10px;
	height: 160px;
}
.block_second {
	border: 1px solid #ccc;
}
.block_second2 {
	margin-left: 10px;
}
.career_list2 h3 a {
	text-decoration: none;
}
.career_list2 {
	height: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
ul.three_block2 li {
	clear: left;
	width: 100%;
}
.block2 {
	width: 100%;
}
ul.three_block2 li {
	margin-bottom: 10px;
}
.block_second2 {
	margin: 0;
}
.career_list2 {
	margin: 0;
}
}
/* add card_info_strage 20171127 */
#ngn_contents .mb60 {
	padding-bottom: 60px;
}
.swiper-container {
	text-align: center;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 50px 0;
}
.swiper-container a {
	text-decoration: none
}
.swiper-container .swiper-slide {
	min-width: 250px;
	min-height: 300px;
	border: #CCC solid 1px;
	height: auto;
	min-height: 370px;
}
.swiper-container .swiper-slide p.image2 {
	height: 148px;
	overflow: hidden;
	box-sizing: inherit;
	border: 1px solid #ddd;
	margin: 10px;
	position: relative;
}
.swiper-container .swiper-slide img {
	/*min-width:230px;*/
    /*max-width: 100%;*/
	height: auto;
	position: absolute;
	top: 0%;
	left: -40px;
}
.swiper-container .swiper-slide p.text {
	text-align: left;
	margin: 16px 10px;
	color: #383939;
	font-size: 12px;
}
.swiper-container .swiper-slide p.comments {
	text-align: left;
	font-size: 10px;
	padding: 0 10px 10px;
	color: #383939;
}
.swiper-container a p.comments .un_line {
	text-decoration: underline;
	color: #1688b0;
}
.swiper-container .swiper-slide p.link {
	color: #1688b0;
	text-align: center;
	width: 94%;
}
.swiper-container .swiper-slide p.link span {
	font-size: 14px;
	background: url(/arw_4.png) no-repeat top left;
	line-height: 1.8;
	background-size: 22px;
	padding-left: 28px;
	display: inline-block;
}
.prettyprint {
	border: none;
	background: #fafafa;
	color: #697d86;
	font-size: 14px;
}
/*.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 0px;}
        #about_lp, #flow_lp, #feature_lp, #howto_lp, #provide_lp, #process_lp, #faq_lp, #list_lp, .line_title, #c01 span, #c02 span, #c03 span, #c04 span, #c05 span, #c06 span, #c07 span {
    margin-top: 50px;
    padding-top:0px;
    display: block;
}*/

/* add for interview contents 2017/11/30 */

#chart-quiz-wrapp {
	display: block;
	width: 100%;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.45, #fff), color-stop(0.00, #f3f4f4));
	background: -webkit-linear-gradient(top, #f3f4f4 0%, #fff 45%);
	background: -moz-linear-gradient(top, #f3f4f4 0%, #fff 45%);
	background: -o-linear-gradient(top, #f3f4f4 0%, #fff 45%);
	background: -ms-linear-gradient(top, #f3f4f4 0%, #fff 45%);
	background: linear-gradient(to bottom, #f3f4f4 0%, #fff 45%);
}
#chart-quiz {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 1.8em 0 0;
}
#chart-quiz h2 {
	margin: 0 auto 0.5em;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	text-shadow: 2px 2px 0 #fff;
}
#chart-quiz h2 span {
	display: inline;
	margin: 0 0 0 0.5em;
}
#quiz-container {
	width: 100%;
	background-size: auto;
}
#quiz-container.q01 {
	background: url(/images/interview/q_chara_p01.png) no-repeat 0px 0px;
}
#quiz-container.q02 {
	background: url(/images/interview/q_chara_p02.png) no-repeat 0px 0px;
}
#quiz-container.q03 {
	background: url(/images/interview/q_chara_p03.png) no-repeat 0px 0px;
}
#quiz-container.q04 {
	background: url(/images/interview/q_chara_p04.png) no-repeat 100% 0px;
}
#quiz-container.q05 {
	background: url(/images/interview/q_chara_p05.png) no-repeat 0px 0px;
}
#quiz-container.q06 {
	background: url(/images/interview/q_chara_p06.png) no-repeat 0px 0px;
}
#quiz-container.q07 {
	background: url(/images/interview/q_chara_p07.png) no-repeat 0px 0px;
}
#quiz-container.q08 {
	background: url(/images/interview/q_chara_p08.png) no-repeat 0px 0px;
}
#quiz-container.q09 {
	background: url(/images/interview/q_chara_p08.png) no-repeat 0px 0px;
}
#fukidashi {
	width: 64%;
	min-height: 505px;
	box-sizing: border-box;
	padding: 15px 28px;
	border: 1px solid #fb9300;
	border-radius: 10px;
	background-color: #fff;
}
#fukidashi.arrow-l, #fukidashi.arrow-r {
	position: relative;
}
#fukidashi.arrow-l {
	margin: 0 0 0 32%;
}
#fukidashi.arrow-r {
	margin: 0 0 0 6%;
}
#fukidashi.arrow-l:after, #fukidashi.arrow-r:after {
	content: "";
	display: block;
	width: 25px;
	height: 16px;
	position: absolute;
	top: 85px;
	z-index: 10;
}
#fukidashi.arrow-l:after {
	left: -25px;
	background: url(/images/interview/q_fuki_arrow_l.png) no-repeat 0 0;
}
#fukidashi.arrow-r:after {
	right: -25px;
	background: url(/images/interview/q_fuki_arrow_r.png) no-repeat 0 0;
}
ul.q-text-link {
	list-style: none;
	width: 64%;
	margin: 10px 0 0 32%;
	padding: 0;
	text-align: center;
	font-size: 18px;
}
.q04 ul.q-text-link {
	margin-left: 60px;
}
#quiz-container p.quiz-lead {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.5;
	padding: 0.5em 0;
	color: #fb9300;
	border-bottom: 1px dotted #c9c9c9;
}
dl .ques {
	font-size: 30px;
	line-height: 1.4;
	color: #1688b0;
	font-weight: 600;
	padding: 0 0 0 83px;
	margin: 45px auto 10px;
	background: url(/images/interview/q_ques_icon.png) no-repeat 0 10%;
}
#quiz-container.q03 dt.ques {
	padding-bottom: 80px;
}
.choices ul {
	line-height: 1;
	font-size: 1;
	letter-spacing: -0.4em;
}
.choices li {
	list-style: none;
	margin: 6px 0;
}
.choices li.q-btn-half {
	display: inline-block;
	width: 48%;
}
.choices li.q-btn-half:nth-of-type(2n) {
	margin-left: 4%;
}
.choices li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	border-radius: 5px;
	background-color: #ababab;
	transition: 0.4s;
}
.choices li a span {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.choices li a em {
	font-style: normal;
	font-size: 26px;
}
.choices li a.blue-btn {
	background-color: #1688b0 !important;
}
.choices li a.green-btn {
	background-color: #57b016 !important;
}
.choices li a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10%;
	height: 100px;
	margin: 0 0 0 0.3em;
	background: url(/images/interview/q_btn_arrow.png) no-repeat 50% 48%;
	background-size: contain;
}
.choices li.q-btn-full a:after {
	width: 5%;
	height: 80px;
}
.choices li a:hover {
	opacity: 0.7;
}
#quiz-container p.q-video-ttl {
	text-align: center;
	color: #1688b0;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	padding: 25px 0 10px;
}
#quiz-container p.q-video-ttl span {
	display: inline-block;
	margin-right: 0.2em;
}
#quiz-container .youtube-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
#quiz-container .youtube-box iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#quiz-container .q-recommend {
	margin: 30px auto 0;
}
#quiz-container .q-recommend a {
	text-decoration: none;
}
#quiz-container .q-recommend a:hover h3 {
	text-decoration: underline;
}
#quiz-container.q07 .q-recommend, #quiz-container.q09 .q-recommend {
	margin-top: 85px;
}
#quiz-container .q-recommend .q-recom-img {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	height: auto;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#quiz-container .q-recommend > div {
	display: inline-block;
	vertical-align: top;
	width: 78%;
	margin: 0 0 0 1%;
}
#quiz-container .q-recommend > div h3 {
	color: #1688b0;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 0.4em;
}
#quiz-container .q-recommend > div h3:after {
	content: url(/images/interview/q_arrow.png);
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
#quiz-container .q-recommend > div p {
	font-size: 14px;
	line-height: 1.6;
	color: #404040;
}
#quiz-container .q-recommend > div p.note {
	font-size: 10px;
	margin: 12px 0 0;
}





/* BreakPoint 768px
------------------------------------------------*/
@media screen and (max-width: 949px) {
.choices li.q-btn-half:not(.yesno-btn) {
	width: 100%;
}
.choices li.q-btn-half:nth-of-type(2n):not(.yesno-btn) {
	margin-left: 0;
}
.choices li:not(.yesno-btn):not(.q-btn-full) a {
	text-align: left;
	height: 50px;
	padding: 0 8% 0 3%;
	background: #ababab url(/images/interview/q_btn_arrow.png) no-repeat 98% 50%;
	background-size: 5%;
}
.choices li.q-btn-full a {
	text-align: center;
}
.choices li a br {
	display: none;
}
.choices li.q-btn-half:not(.yesno-btn) a:after {
	content: "";
	width: 1px;
	height: 100%;
	margin: 0 0 0 -1px;
	background: none;
}
.choices li.yesno-btn a:after,  .choices li.q-btn-full a:after {
	height: 50px;
}
}

/* BreakPoint 768px
------------------------------------------------*/

@media screen and (max-width: 767px) {
.n_block ul.prica li{
  width:45%;
  margin:30px 3% 2% 2%
}
#chart-quiz {
	width: 90%;
}
#chart-quiz h2 {
	font-size: 24px;
	text-align: left;
	margin: 0 auto;
}
#chart-quiz h2 span {
	display: block;
	margin: 0;
}
#quiz-container {
	padding: 150px 0 0;
}
#quiz-container.q01 {
	background: url(/images/interview/q_chara_p01_sp.png) no-repeat 50% 0px;
}
#quiz-container.q02 {
	background: url(/images/interview/q_chara_p02_sp.png) no-repeat 50% 0px;
}
#quiz-container.q03 {
	background: url(/images/interview/q_chara_p03_sp.png) no-repeat 50% 0px;
}
#quiz-container.q04 {
	background: url(/images/interview/q_chara_p04_sp.png) no-repeat 50% 0px;
}
#quiz-container.q05 {
	background: url(/images/interview/q_chara_p05_sp.png) no-repeat 50% 0px;
}
#quiz-container.q06 {
	background: url(/images/interview/q_chara_p06_sp.png) no-repeat 50% 0px;
}
#quiz-container.q07 {
	background: url(/images/interview/q_chara_p07_sp.png) no-repeat 50% 0px;
}
#quiz-container.q08 {
	background: url(/images/interview/q_chara_p08_sp.png) no-repeat 50% 0px;
}
#quiz-container.q09 {
	background: url(/images/interview/q_chara_p08_sp.png) no-repeat 50% 0px;
}
#fukidashi {
	width: 100%;
	min-height: 350px;
	padding: 15px;
}
#fukidashi.arrow-l,  #fukidashi.arrow-r {
	margin: 0 auto;
}
#fukidashi.arrow-l:after,  #fukidashi.arrow-r:after {
	width: 16px;
	height: 25px;
	top: -25px;
	left: 70%;
	background: url(/images/interview/q_fuki_arrow_top.png) no-repeat 0 0;
}
#quiz-container p.quiz-lead {
	font-size: 16px;
}
dl .ques {
	font-size: 18px;
	padding-left: 10%;
	background-size: 7%;
	margin-top: 22px;
}
#quiz-container.q03 dt.ques {
	padding-bottom: 20px;
}
.choices li a {
	font-size: 14px;
}
.choices li a em {
	font-size: 18px;
}
#quiz-container p.q-video-ttl {
	font-size: 16px;
}
#quiz-container p.q-video-ttl span {
	display: block;
	margin: 0;
}
#quiz-container.q07 .q-recommend,  #quiz-container.q09 .q-recommend {
	margin-top: 15px;
}
#quiz-container .q-recommend .q-recom-img {
	width: 25%;
}
#quiz-container .q-recommend > div {
	width: 71%;
}
#quiz-container .q-recommend > div h3 {
	font-size: 15px;
}
ul.q-text-link,  .q04 ul.q-text-link {
	width: 100%;
	margin: 10px auto;
	font-size: 14px;
}
}

/* BreakPoint 420px
------------------------------------------------*/
@media screen and (max-width: 420px) {
#quiz-container.q01,  #quiz-container.q02,  #quiz-container.q03,  #quiz-container.q04,  #quiz-container.q05,  #quiz-container.q06,  #quiz-container.q07,  #quiz-container.q08,  #quiz-container.q09 {
	background-size: contain;
}
}
#quiz-container ul.q-text-link {
	display: flex;
	margin: 10px 0 0 47%;
}
ul.q-text-link li {
	padding-right: 30px
}

@media screen and (max-width: 767px) {
#quiz-container ul.q-text-link {
	margin: 10px auto;
}
}
/* LP youtube thumnail */
p.cs_about_lead {
	float: left;
	width: 520px;
}
.cs_movie {
	float: right;
}

@media screen and (max-width: 767px) {
p.cs_about_lead {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.cs_movie {
	float: none;
	clear: both;
}
.cs_movie h2 {
	margin: 20px 0 5px 0px;
}
}
/* add on 20180320 for device promo block by ra↓*/
.promobox {
	clear: both;
	display: block;
	background: #fafafa;
	margin: 30px 0;
	height: 250px;
	width: 100%;
}
.promobox .left_box {
	padding: 20px;
	display: block;
	float: left;
}
.promobox .left_box img {
	margin-top: 10px;
}
.promobox .right_box {
	float: left;
	padding: 20px;
}
.promobox .right_box p.name {
	font-weight: bold;
	font-size: 26px;
	border-bottom: solid 1px #777;
	margin: 0 0 10px;
}
/* /add on 20180320 for device promo block by ra*/

/* add on 20180506 for pdf DL*/
#pdfdl_lp {
	margin-top: -80px;
	padding-top: 80px;
}
#pdfdl_lp02 {
	margin-top: 0px;
	padding-top: 0px;
}

@media screen and (min-width: 769px) {
.dl_choice_inner {
	display: flex;
    flex-wrap: wrap;
}
}
.dl_choice_blk {
	width: 220px;
	margin: 20px 15px 0 0;
	float: left;
}
.dl_choice_blk ul.image_list {
	list-style: none;
}
.dl_choice_blk ul.image_list li {
}
.dl_choice_blk ul.image_list li.dl_ttl {
	font-size: 16px;
	font-weight: bold;
	color: #1688b0;
	margin-bottom: 10px;
}
.dl_choice_blk ul.image_list li.dl_exp {
	font-size: 14px;
	margin-top: 10px;
}
.dl_choice_blk ul.image_list li.dl_exp02 {
	font-size: 10px;
	font-weight: bold;
	border-top: #cccccc dotted 1px;
	padding-top: 10px;
	margin-top: 10px;
}
ul.image_list li .image_box {
	position: relative;
}
.image_box img.thumbnail {
	display: block;
	cursor: pointer;
	width: 220px;
	height: 220px;
	padding: 3px;
	border: 1px solid #ccc;
}
.image_box:hover {
	opacity: 0.7;
}
.image_box img.thumbnail.checked {
	padding: 1px;
	width: 220px;
	height: 220px;
	border: #0086ae 3px solid;
}
.image_box .disabled_checkbox, .image_box .disabled_checkbox + label {
	position: absolute;
	display: none;
}
.image_box img.thumbnail.checked + .disabled_checkbox {
	/* 画像にcheckedクラスが指定されたときは、
  チェックボックスの非表示を解除します。 */
	display: block;
}
.image_box img.thumbnail + label {
	position: absolute;
	top: 0px;
	right: -6px;
	display: block;
	background: url(/images/dl_unchecked.png);
	width: 40px;
	height: 40px;
    background-size: 40px;
    pointer-events: none;
}
.image_box img.thumbnail.checked + label {
	position: absolute;
	top: 0px;
	right: -6px;
	display: block;
	background: #0086ae url(/images/dl_checked.png);
	width: 40px;
	height: 40px;
    background-size: 40px;
}
/* add 20180628 記事用 */
p.sato_place {
	padding-bottom: 20px;
	line-height: 140%;
}
p.sato_place a {
	font-size: 80%;
	padding-left: 10px;
}

/* 20190204 SP用メニュー内バナー */
@media screen and (max-width: 640px) {
#sp_nav .add_contact_bnr {
	border-top: #ccc solid 1px;
}
#sp_nav .add_contact_bnr .advantage_btn {
	height:70px;
	width: 90%;
	display: block;
	background: #55d20e;
	padding-top: 5px;
	margin: 10px auto;
	text-align: center;
	box-shadow: 0px 4px #87a57e;
	border-radius: 4px;
}
#sp_nav .add_contact_bnr .advantage_btn a p {
	font-size: 18px;
	margin-top: 3px;
	padding-left: 28px;
	display: inline-block;
	font-weight: bold;
	background: url(../images/arw_2.png) no-repeat 10px 3px;
}
}
/* add 190307 column link */
.clm_inq_lnk {
	margin-top: 30px;
	margin-bottom: 30px;
}
.clm_inq_lnk p.btn {
	border: 0px solid transparent;
	width: 50%;
	height: auto;
	border-radius: 6px;
	text-align: center;
 background-color: background: linear-gradient(-150deg, #6cc3d8, #3a65f4);
	font-size: 18px;
	background: linear-gradient(-150deg, #fb5100, #f4a63a);
	padding: 10px;
	margin: 0 auto;
}
.clm_inq_lnk p.btn a {
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	display: block;
	line-height: 140%;
	vertical-align: bottom;
}
.clm_inq_lnk p.btn a:hover {
	opacity:0.5;
}
.clm_inq_lnk p.btn a img {
	vertical-align: bottom;
	margin-right: 10px;
}
.clm_inq_lnk p.btn_bnr img {width:100%;}

/* add 20200617 */
.clm_doc_bnr{width:100%; text-align:center; margin: 30px auto; padding: 30px 0; max-width:700px; border-top: #333 dotted 1px; clear:both;}
.clm_doc_bnr a{}
.clm_doc_bnr a img{width:100%;}
.clm_doc_bnr a:hover{opacity:0.5;}

@media screen and (max-width: 640px) {
.clm_inq_lnk p.btn {
	width: 80%;
	margin: 0 auto 50px auto;
}
}

/* for LP gnav 201909 */
#g_nav_lp {
	background: #eef1f3;
	position: relative;
	height: 48px;
}
#g_nav_lp ul {
	display: block;
	text-align: center;
}
#g_nav_lp ul li {
	display: block;
	width: 158px;
	text-align: center;
	float: left;
}
#g_nav_lp ul li:first-child .menu span {
	border-left: 1px solid #d8dadc;
}
#g_nav_lp ul li .menu {
	font-size: 15px;
	display: block;
	padding: 15px 0 10px 0;
	text-align: center;
	width: 158px;
	text-align: center;
	color: #333333;
	text-decoration: none;/*font-weight: bold;*/
}
#g_nav_lp ul li .menu span {
	display: block;
	text-align: center;
	width: 157px;
	border-right: 1px solid #d8dadc;
}

/*FAQ*/
#key_faq_02 {
	background: url(/images/faq/faq_key2.png) no-repeat center;
	height: 290px;
}
#key_faq_02 .lead {
	color: #4e4e4e;
	margin-bottom: 10px;
}
.under_menu_02{
	margin: 25px 0 0 0;
}
.under_menu_02 p{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.under_menu_02 .link{
	color: #1688b0;
	display: block;
	font-size: 14px;
	margin: 5px 0 0;
	text-align: right;
	text-decoration: none;
}
.under_menu_02 .link:before{
    content :'';
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #1688b0;
    display: inline-block;
    height: 0;
    margin-right: 6px;
    vertical-align: middle;
    width: 0;
}
.under_menu_02 .link span{
	border-bottom: 1px solid #1688b0;
}
.under_menu_02 ul{}
.under_menu_02 ul li{
	border: 1px solid #1688b0;
	list-style: none;
	line-height: 1.4;
	float: left;
	margin: 0 10px 10px 0;
	width : 24%;
    width : -webkit-calc((100% - 38px) / 4) ;
    width : calc((100% - 38px) / 4) ;
}
.under_menu_02 ul li:nth-child(5),
.under_menu_02 ul li:nth-child(9),
.under_menu_row li:nth-child(4),
.under_menu_row li:nth-child(8){
	margin-right: 0;
}
.under_menu_02 ul li.init {
	display: none;
}
.under_menu_02 ul li small{
	display: block;
	font-size: 12px;
}
.under_menu_02 ul li a{
	display: block;
	color: #1688b0;
	font-size: 16px;
	font-weight: bold;
	height: 56px;
	padding: 0 15px;
	text-decoration: none;
	position: relative;
}
.under_menu_02 ul li a:hover{
	background: #1688b0;
	color: #fff;
}
.under_menu_02 ul li a span{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.under_menu_02 ul li a:before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #1688b0;
	border-right: 2px solid #1688b0;
	transform: translateX(-50%) rotate(135deg);
}
.under_menu_02 ul li a:hover:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.under_menu_row{}
.under_menu_row li{
	background: #f1f1f1;
	list-style: none;
	line-height: 1.4;
	float: left;
	margin: 0 10px 10px 0;
	width : 24%;
    width : -webkit-calc((100% - 30px) / 4) ;
    width : calc((100% - 30px) / 4) ;
}
.under_menu_row li a{
	display: block;
	color: #1688b0;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	padding: 0 15px;
	text-decoration: none;
	position: relative;
}
.under_menu_row li a:hover{
	background: #1688b0;
	color: #fff;
}
.under_menu_row li a span{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.under_menu_row li a:before {
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	top: calc(50% - 8px);
	right: 16px;
	width: 6px;
	border-top: 2px solid #1688b0;
	border-right: 2px solid #1688b0;
	transform: translateX(-50%) rotate(135deg);
}
.under_menu_row li a:hover:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
@media screen and (max-width: 930px) {
	.under_menu_02 ul {
		border-bottom: 1px solid #1688b0;
padding-bottom:20px;
	}
	.under_menu_02 ul li {
		/* display: none;*/
		border-bottom: none;
		line-height: 1.2;
		float: none;
		margin: 0;
	    width: -webkit-calc(100% - 2px);
	    width: calc(100% - 2px);
width: 95%;
	}
.under_menu_02 ul li:last-of-type {
border-bottom: 1px solid #1688b0;
}
.tab li {display: none;}
	.under_menu_02 ul li.init {
		border: none;
		display: block;
		background: #1688b0;
		line-height: 1.2;
		float: none;
		margin: 0;
	    width: -webkit-calc(100% - 2px);
	    width: calc(100% - 2px);
	    width: 95%;
	    border: 1px solid #1688b0;
	}
	.under_menu_02 ul li:nth-child(5),
	.under_menu_02 ul li:nth-child(9),
	.under_menu_row li:nth-child(3),
	.under_menu_row li:nth-child(6){
		margin-right: 0;
	}
	.under_menu_row li:nth-child(4){
		margin-right: 10px;
	}
	.under_menu_02 ul li small{
		font-size: 9px;
	}
	.under_menu_02 ul li a{
		color: #1688b0;
		font-size: 15px;
		height: 50px;
		padding-left: 15px;
	}
	.under_menu_02 ul li.init a{
		color: #fff;
		font-size: 15px;
		height: 50px;
		padding-left: 15px;
	}
	.under_menu_02 ul li a:hover{
		background: #fff;
		color: #1688b0;
	}
	.under_menu_02 ul li.init a:hover{
		background: #1688b0;
	}
	.under_menu_02 ul li.init a span{
		color:#ffffff;
		text-align: left;
		width: 90%;
	    width: -webkit-calc(100% - 16px);
	    width: calc(100% - 16px);
	}
	.under_menu_02 ul li a:before {
		display: none;
	}
	.under_menu_02 ul li.init a:before {
		display: block;
		height: 8px;
		right: 15px;
		left: auto;
		margin: auto 0;
		border-top: 2px solid #fff;
    	border-right: 2px solid #fff;
		width: 8px;
	}
	.under_menu_02 .link {
	    margin: 15px 0 0;
	}
	.under_menu_row li{
		width : 24%;
	    width : -webkit-calc((100% - 20px) / 3) ;
	    width : calc((100% - 20px) / 3) ;
	}
}
@media screen and (max-width: 670px) {
	/*FAQ*/
	#key_faq_02 {
		background: url(/images/faq/faq_key2_sp.png) no-repeat right 20px bottom 25px;
		background-size: 171px auto;
		height: 298px;
	}
	#key_faq_02 .lead {
		margin-bottom: 0;
	}
	.under_menu_02 p {
		line-height: 1.2;
	    margin-bottom: 20px;
	}
.under_menu_02 p.faq_leadnew {display:none;}
	#faq .sp{
		display: block;
	}
	.under_menu_row li{
		line-height: 1.2;
	    width: 45%;
	    width: -webkit-calc((100% - 10px) / 2);
	    width: calc((100% - 10px) / 2);
	}
	.under_menu_row li a{
		height: 55px;
		font-size: 13px;
		padding: 0 8px;
	}
	.under_menu_row li a span{
		top: 12px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		text-align: center;
		width: 90%;
	    width: -webkit-calc(100% - 16px);
	    width: calc(100% - 16px);
	}
	.under_menu_row li a:before {
		height: 8px;
		bottom: 10px;
		top: auto;
		right: 0;
		left: 0;
		margin: auto;
		width: 8px;
	}
	.under_menu_row li:nth-child(2),
	.under_menu_row li:nth-child(4){
		margin-right: 0;
	}
	.under_menu_row li:nth-child(3){
		margin-right: 10px;
	}
}

/* 20200225 ご利用イメージ修正*/
.howto_note01 {
  background-color: rgb(219,238,244);
  padding: 7px 15px 5px 15px;
}

@media screen and (max-width: 640px) {
  .howto_credit_3d {
       max-width: 350px;
  }
}

/* 202007 SNSブロック*/
.pocket-btn{display:inline-block;}
/*#twitter-widget-0{
float: right;
    margin: 8px 10px;
}*/

/* top template css 202007 */

/* small caution */
.caut_point{
    padding-top: 5px;
    font-size: 82%;
}
.caut_point_1line{
    padding-top: 2em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 82%;
}

/* 202008 コラムリンク枠 */
.banner_link {
	margin: 30px 0
	}	
	
.banner_link h3 {
	font-size: 16px;
	font-weight: bold;
	}		

.banner_link2 {
	border: #CCC solid 1px;
	overflow: hidden;
	width: 99%;
	}	
	
.banner_link2_img {
	width: 30%;
    float: left;
	}	
	
.banner_link2_img img {
	width: 92%;
	margin: 4% 4% 0 4%;
	}	
	
.banner_link2_text {
	width: 69%;
    float: left;
	margin: 0 0 0 1%;
	}	

.cloum_body .cloum_left .banner_link .banner_link2 .banner_link2_text h3 {
	margin: 0 1% 0 0 !important;
	}			
	
.cloum_body .cloum_left .banner_link .banner_link2 .banner_link2_text p {
	padding-bottom: 0 !important;
	color: #353535;
	}	

@media screen and (min-width: 640px)  {
	
.banner_link2_text {
	width: 65%;
    float: left;
	margin: 1% 3% 0 2%;
	}		
	
.banner_link2 {
	width: 80%;
	}
		
.cloum_body .cloum_left .banner_link .banner_link2 .banner_link2_text h3 {
	margin-bottom: 5px !important;
	}		
	
.cloum_body .cloum_left .banner_link .banner_link2 .banner_link2_text p {
	padding-bottom: 10px !important;
	}		
		
}

	
@media screen and (min-width: 950px)  {
	
.banner_link h3 {
	font-size: 18px;
	}		
			
}/* フォームリニューアル用css*/
.customForm input[type="checkbox"],
.customForm input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.customForm textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}
.customForm select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.customForm select::-ms-expand{
  display: none;
}

.customForm .contact_tbl{
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif !important;
}
.customForm .contact_tbl input,
.customForm .contact_tbl textarea{
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif !important;
}
.customForm .contact_tbl tr:last-of-type{
  justify-content: center;
}
.customForm .contact_tbl th, .customForm .contact_tbl td{
  border: none;
}
.customForm .contact_tbl th{
  background: none;
  padding-right: 11px;
  padding-left: 0;

}
.customForm .contact_tbl td{
  font-weight: 300;
  padding-right: 0;
}
.customForm .contact_tbl th label{
  color: #404040;
  white-space: normal;
  font-weight: bold;
}
.customForm .contact_tbl th .must,.customForm .contact_tbl td span.red{
  display: inline-block;
  font-size: 12px;
  font-weight: 200;
  border-radius: 5px;
  padding: 1px 12px;
  transform: translateY(-3px);
}
.customForm .contact_tbl td .modTextRadio>span{
white-space: nowrap;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 16px 0 0;
}
.customForm .contact_tbl td .modTextRadio>span::before,.customForm .contact_tbl td .modTextRadio>span::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
.customForm .contact_tbl td .modTextRadio>span::before{
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  left: 0;
}
.customForm .contact_tbl td .modTextRadio>span::after{
  opacity: 0;
  left: 3.5px;
  width: 9px;
  height: 9px;
  background: #2C57E3;
}
.customForm .modTextRadio input[type="radio"]:checked+span::before{
  border-color: #2C57E3;
}
.customForm .modTextRadio input[type="radio"]:checked+span::after{
  opacity: 1;
}
.customForm .n_block form input[type="text"], .customForm .n_block form textarea{
  border-color: #ccc !important;
  border-radius: 5px !important;
  width: 100% !important;
  padding: 15px 20px !important;
}
.customForm .contact_tbl td .modTextCheckbox>span:not(.red){
  position: relative;
  padding: 0 0 0 28px;
margin: 0 16px 0 0;
}
.customForm .contact_tbl td .modTextCheckbox>span:not(.red)::before,.customForm .contact_tbl td .modTextCheckbox>span:not(.red)::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.customForm .contact_tbl td .modTextCheckbox>span:not(.red)::before{
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #ccc;
  top: 7px;
  left: 0;
}
.customForm .contact_tbl td .modTextCheckbox>span:not(.red)::after{
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 7px;
  height:4px;
  transform: translateY(-50%) rotate(-45deg);
  left: 5px;
  top: 6px;
  opacity: 0;
}
.customForm .contact_tbl td .modTextCheckbox>input:checked+span:not(.red)::before{
  background: #2C57E3;
  border-color: #2C57E3;
}
.customForm .contact_tbl td .modTextCheckbox>input:checked+span:not(.red)::after{
  opacity: 1;
}
.customForm .n_block form input[type="text"]{
  height: 18px;
}
.customForm .n_block form input[type="text"]::placeholder, .customForm .n_block form textarea::placeholder{
  color: #858585;
}
.customForm .n_block form input[type="text"]:focus, .customForm .n_block form textarea:focus{
  border-color: #2C57E3 !important;
}
.customForm .confirm_btn{
  margin-top: 20px;
}
.customForm .confirm_btn button:first-of-type{
  background: #2C57E3;
  margin-top: 0;
  border-radius: 30px;
  border: 1px solid transparent;
}
.customForm .confirm_btn button span::before,.customForm .confirm_btn button span::after{
  display: none;
}
.customForm .confirm_btn button.backtocheck>span{
  color: #2C57E3;
}
.customForm .confirm_btn button.backtocheck:hover>span{
  text-decoration: none;
}
.customForm .confirm_btn button:first-of-type>span{
  position: relative;
  background: none;
  padding: 0 16px 0 0;
}
.customForm .confirm_btn button:first-of-type>span::before,.customForm .confirm_btn button:first-of-type>span::after{
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  right: -14px;
}
.customForm .confirm_btn button:first-of-type>span::before{
  width: 20px;
  top: 56%;
  transform: translateY(-50%);
}
.customForm .confirm_btn button:first-of-type>span::after{
  width: 10px;
  transform: rotate(30deg);
  top: 38%;
}
.customForm .contact_tbl td select{
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px;
}
.customForm .modFormRadio{
    display: flex !important;
    flex-wrap: wrap;
  }
@media screen and (min-width: 769px){
.customForm .contact_tbl_check{
  width: 690px;
}
.customForm .contact_tbl td select{
   cursor: pointer;
}
.customForm .modFormSelect::after{
top: 26px;
}
  .customForm .contact_tbl th{
    display: flex;
    align-items: flex-start;
    width: 274px;
  }
  .customForm .contact_tbl td{
    color: #383838;
    width: calc(100% - 285px);
    padding-left: 11px;
  }
.customForm .contact_tbl .modFormSelect{
     width: 272px;
  }
  .customForm .n_block form input[type="text"], .customForm .n_block form textarea {
    width: calc(100% - 42px) !important;
font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  }
  .customForm .contact_tbl th label{
    width: 216px;
  }
  .customForm .contact_tbl tr{
    display: flex;
  }
  .customForm .contact_tbl tr:nth-child(n+2){
    margin: 24px 0 0;
  }
  .customForm .contact_tbl .note_s{
    margin-top: 16px;
    margin-bottom: 0;
    line-height: 2;
  }
  .customForm .contact_tbl .note_s+.note_s{
    margin-top: 6px;
  }
  .customForm .confirm_btn button{
    width: 360px;
    padding: 14px 0;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .customForm .confirm_btn button>span{
    font-size: 20px;
  }
  .customForm .confirm_btn button:hover{
    background: #fff;
    border-color: #2C57E3;
  }
  .customForm .confirm_btn button:hover>span{
    color: #2C57E3;
  }
  .customForm .confirm_btn button:hover>span::before,.customForm .confirm_btn button:hover>span::after{
    background: #2C57E3;
  }
  .customForm .contact_tbl td .modTextRadio>span,.customForm .contact_tbl td .modTextCheckbox>span:not(.red){
    cursor: pointer;
  }
  .customForm .n_block form input[type="text"]::placeholder, .customForm .n_block form textarea::placeholder{
    font-size: 16px;
  }
  .customForm .modFormLabel{
    padding-top: 20px !important;
  }
  .customForm .modFormRadio--small label{
    display: inline-block;
    width: 30%;
  }
  .customForm .modFormCheckbox--middle label{
    display: inline-block;
   width: 47%;
  }
}
@media screen and (max-width: 768px){
.contact_tbl th span, .contact_tbl td span.red{
margin-right: 2px;
}
.customForm .contact_tbl th .must{
float: left;
margin-top: 3px;
}
.customForm .modFormSelect::after{
  top: 50%;
  transform: rotate(45deg) trasnlateY(-50%);
  margin-top: -3px;
}
  .customForm .contact_tbl th.top{
    border-top: none;
  }
  .customForm .contact_tbl td{
    padding-left: 0;
  }
  .customForm .n_block form input[type="text"], .customForm .n_block form textarea{
    width: 87% !important;
  }
  .customForm .modFormCheckbox{
    display: flex !important;
    flex-wrap: wrap;
  }
  .customForm .modFormRadio label,.customForm .modFormCheckbox label{
    width: auto;
    white-space: nowrap;
  }
  .customForm .confirm_btn button{
    padding: 17px 0;
  }
  .customForm .confirm_btn button>span::after{
    top: 43%;
  }
}
 .customForm .contact_tbl td select{
    width: 100%;
  }
.customForm .modFormSelect{
position: relative;
}
.customForm .modFormSelect::after{
content: "";
position: absolute;
width: 9px;
height: 9px;
border-bottom: 2px solid #404040;
border-right: 2px solid #404040;
transform: rotate(45deg);
right: 20px;
}
.customForm .modFormSelect.is-confirmed::after{
display: none;
}#case_detail .service_cnt a[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(/assets/img/common/icon_blank.svg) no-repeat 100% 0;
	background-size: 10px;
	padding: 0 0 0 5px;
	}