@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// top
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#topContent01 {
	width: 100%;
}
#topContent01 .main_img {
	/*padding-top: 40px;*/
}
#topContent01 .main_txt {
	top: 315px;
	left: 50px;
}
#topContent01 .saison_txt {
	text-align: center;
	color: #1d4294;
	font-size: 1.4rem;
	padding: 10px;
}
#topContent01 .saison_txt dl {
	margin: 0 auto;
	padding-left: 50px;
	padding-top: 2px;
	background: url(../images/icon02.png) left top no-repeat;
	background-size: 34px auto;
}
#topContent01 .saison_txt dt, #topContent01 .saison_txt dd {
	float: left;
	margin-bottom: 10px;
	text-align: left;
}
#topContent01 .saison_txt dd a {
	color:#4d4d4d;
}
#topContent01 .saison_txt dt {
	width: 30%;
	color: #065ca8;
	font-size: 1.2rem;
	font-weight: bold;
	clear: left;
}
#topContent01 .saison_txt dd {
	width: calc(75% - 50px);
	text-align: left;
}
#top .subContent {
	padding-bottom: 30px;
}
#top .subContent h2 {
	padding: 10px;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	background: #0081cc;
	text-align: center;
}
#top .subContent h2 img {
	width: auto;
	height: 20px;
	margin: 0 auto 5px;
	display: block;
}
#top .subContent p {
	padding: 10px;
}
#top .subContent ul {
	margin: 0 10px;
}
#top .subContent li a {
	color: #065ca8;
	display: block;
	border: solid 1px #0081cc;
	margin-top: 10px;
	padding: 8px 0;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	background: url(../common/images/sp_arrow01.png) 98% center no-repeat;
	background-size: 10px auto;
}
#top #topContent06 h2 {
	background: none;
	text-align: center;
	color: #065ca8;
	font-size: 1.9rem;
	font-weight: bold;
}
#top #topContent06 h2 img {
	display: inline;
	margin-right: 5px;
	width: 26px;
	height: auto;
	vertical-align: middle;
}
#topContent06 .subContent dl {
	border-bottom: solid 1px #cccccc;
	margin: 0 10px 10px;
}
#topContent06 .subContent dt {
	color: #065ca8;
	font-weight: bold;
	padding: 15px 0 5px;
	border-top: solid 1px #cccccc;
}
#topContent06 .subContent dd {
	padding-bottom: 15px;
}
#topContent06 .subContent dd a {
	color:#4d4d4d;
}
#topContent06 .subContent ul {
	float: right;
}
#topContent06 .subContent li {
	float: left;
	line-height: 1.2;
}
#topContent06 .subContent li:last-child {
	/*
	border-left: solid 1px #1d4294;
	*/
	padding-left: 5px;
	margin-left: 5px;
}
#topContent06 .subContent li a {
	color: #065ca8;
	font-size: 1.2rem;
	display: inline;
	border: none;
	padding-right: 20px;
	text-decoration: underline;
}
#top .bnr_area {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
#top .bnr_area .sp_below {
	margin-top: 25px;
	order: 1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// New Guide
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.abstract {
	position: relative;
	z-index: 5;
	padding: 28% 0 18%;
	background: #fff url(../images/guidance_top.jpg) center left no-repeat;
	background-size: cover;
}
.content-header {
	width: 195px;
	padding: 10px;
	background-color: #0081cc;
	background-color: rgba(0, 129, 204, 0.8);
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}
.content-header img {
	width: 100px;
}
.guide-nav-wrapper {
	margin: 10px 10px 30px;
}
.guide-nav {
	margin-top: 15px;
}
.guide-nav li {
	margin-bottom: 10px;
}
.guide-nav a {
	display: block;
	padding: 10px 20px 10px 0;
	background: #fff url(../images/arrow_d_blue_14x10.png) calc(100% - 7px) 50% no-repeat;
	border: 1px solid #065ca8;
	text-decoration: none;
	text-align: center;
	color: #065ca8;
}
.guide-merit {
	position: relative;
	z-index: 3;
	margin: -60px 10px 0;
	padding: 60px 0 0px;
}
.guide-merit::after {
	content: '';
	display: block;
	width: calc(100% + 20px);
	margin-left: -10px;
	height: 30px;
	background-color: #fff;
}
.guide-merit h2 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	color: #065ca8;
}
.guide-merit-list dt {
	margin-bottom: 10px;
	padding: 14px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.guide-merit-list dd {
	margin-bottom: 10px;
	padding: 20px 15px 25px;
	text-align: center;
}
.guide-merit-list h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 2rem;
	color: inherit;
}
.guide-merit-list p {
	margin-top: 15px;
	color: inherit;
	font-size: 1.5rem;
}
.gml1 dt,
.gml1 dd {
	border: 1px solid #065ca8;
	color: #065ca8;
}
.gml1 dd:nth-of-type(1) figure img,
.gml1 dd:nth-of-type(3) figure img {
	width: 28%;
}
.gml1 dd:nth-of-type(2) figure img {
	width: 25%;
}
.gml1 dd:nth-of-type(1) p img {
	width: 68%;
	margin-top: 25px;
}
.gml2 dd:nth-of-type(1) figure img {
	width: 20%;
}
.gml2 dd:nth-of-type(2) figure img {
	width: 28%;
}
.gml2 dd:nth-of-type(3) figure img {
	width: 38%;
}
.guide-merit .txt_c img {
	width: 10%;
}
.gml2 {
	margin: 10px 0 0;
}
.gml2 dt,
.gml2 dd {
	border: 1px solid #0081cc;
	background-color: #0081cc;
	color: #fff;
}
.guide-flow {
	position: relative;
	z-index: 2;
	margin: -60px 0 0;
	padding: 90px 10px 30px;
	background-color: #f6f6f6;
}
.guide-flow h2 {
	margin-bottom: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	color: #065ca8;
}
.guide-flow p {
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
.guide-flow-list {
	margin: 20px auto 25px;
	font-size: 0;
}
.guide-flow-list li img,
.guide-flow-list li span {
	font-size: 1.2rem;
	vertical-align: middle;
}
.guide-flow-list li img {
	width: 55px;
	margin-right: 15px;
}
.guide-flow-list li span {
	max-width: calc(100% - 75px);
	display: inline-block;
}
.guide-flow-list a {
	color: #065ca8;
}
.guide-flow-list li {
	position: relative;
	margin-bottom: 20px;
}
.guide-flow-list li + li::before {
	content: '';
	position: absolute;
	top: -13px;
	left: 21px;
	width: 12px;
	height: 7px;
	background: transparent url(../images/arrow_d_blue_25x14.png) center center no-repeat;
	background-size: 100% auto;
}
.kome {
	display: block !important;
	max-width: none !important;
	text-indent: -1.2rem;
	margin-left: 1.2rem;
}
.guide-otoiawase {
	margin: 15px 0 0;
	padding: 15px 10px;
	border: 1px solid #333;
}
.guide-otoiawase dt,
.guide-otoiawase dd {
	font-size: 1.2rem;
}
.guide-otoiawase dd {
	display: list-item;
	list-style-type: disc;
	margin-left: 20px;
}
.guide-otoiawase dd + dt {
	margin-top: 20px;
}
.guide-inquiry {
	margin: -30px 0 0;
	padding: 60px 0 0;
}
.guide-inquiry h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #065ca8;
}
.guide-inquiry-wrapper {
	padding-top: 35%;
	background: #fff url(../images/bg_inquiry.jpg) bottom center no-repeat;
	background-size: cover;
}
.guide-inquiry-inner {
	padding: 10px;
	background-color: #0081cc;
	background-color: rgba(0, 129, 204, 0.8);
	text-align: center;
}
.guide-inquiry-inner a {
	display: block;
	padding: 10px 0;
	border: 1px solid #fff;
	background: transparent url(../images/arrow_r_white_14x10.png) calc(100% - 5px) 50% no-repeat;
	text-decoration: none;
	font-size: 1.6rem;
	color: #fff;
	transition: background-color 0.25s, color 0.25s;
}
.guide-inquiry-inner a:hover,
.guide-inquiry-inner a:active {
	background-color: #fff;
	background-image: url(../images/arrow_r_blue_14x10.png);
	color: #065ca8;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Services
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.service-main {
	background: #fff url(../images/services_top.jpg) center left no-repeat;
	background-size: cover;
}
.service-main .content-header {
	width: 205px;
}
.service-main .content-header img {
	width: 115px;
}
.guide-nav-wrapper p {
	font-size: 1.2rem;
}
.services-unionpay {
	margin: -60px 10px 0;
	padding-top: 60px;
}
.services-unionpay h2,
.services-funding h2,
.services-promotion h2,
.services-subtitle {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #065ca8;
}
.services-unionpay h2,
.services-promotion h2 {
	font-size: 2rem;
}
.services-unionpay h2 img {
	margin-top: 20px;
}
.services-unionpay h2:nth-of-type(1) img {
	width: 35%;
}
.services-subtitle {
	font-size: 1.6rem !important;
}
.services-unionpay p,
.services-funding p,
.services-promotion p {
	line-height: 1.8;
	font-size: 1.2rem;
}
.services-unionpay h3 {
	margin: 30px 0 25px;
	font-weight: bold;
	font-size: 1.8rem;
	color: #333;
}
.services-unionpay a {
	color: #065ca8;
}
.services-funding {
	margin: -30px 0 0;
	padding: 0 10px 30px;
	background-color: #f6f6f6;
}
.services-funding::before {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	margin-bottom: 30px;
	background-color: #fff;
}
.services-funding h2 img {
	width: 62%;
}
.services-funding h3 {
	margin: 30px 0 20px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
}
.bf-merit {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.bf-merit li {
	width: 33.3%;
	text-align: center;
	font-size: 1.2rem;
	color: #333;
}
.bf-merit img {
	margin-bottom: 15px;
}
.btn-next:link {
	display: block;
	padding: 10px 0;
	border: 1px solid #065ca8;
	background: #fff url(../images/arrow_r_blue_14x10.png) calc(100% - 8px) 50% no-repeat;
	text-decoration: none;
	text-align: center;
	font-size: 1.6rem;
	color: #065ca8;
	transition: background-color 0.25s, color 0.25s;
}
.btn-next:hover {
	background-image: url(../images/arrow_r_white_14x10.png);
	background-color: rgba(6, 92, 168, 1);
	color: #fff;
}
a.btn-next {
	display: block;
	padding: 10px 0;
	border: 1px solid #065ca8;
	background: #fff url(../images/arrow_r_blue_14x10.png) calc(100% - 8px) 50% no-repeat;
	text-decoration: none;
	text-align: center;
	font-size: 1.6rem;
	color: #065ca8;
	transition: background-color 0.25s, color 0.25s;
}
.services-promotion {
	margin-top: -60px;
	padding: 60px 10px 0;
}
/*.services-promotion h2 img {
	margin-top: 10px;
}
.services-promotion h2:nth-of-type(2) img {
	width: 52%;
}*/
.services-promotion h2:nth-of-type(3) img {
	width: 60%;
}
.mf-feature {
	margin: 20px 0;
}
.mf-feature li {
	margin-top: 10px;
	padding: 30px 0;
	background-color: #0081cc;
	text-align: center;
}
.mf-feature p:first-of-type {
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
}
.mf-feature figure {
	margin-bottom: 20px;
}
.mf-feature p:last-of-type {
	line-height: 1.4;
	font-size: 1.6rem;
	color: #fff;
}
.mf-feature li:nth-of-type(1) img {
	width: 22%;
}
.mf-feature li:nth-of-type(2) img {
	width: 20%;
}
.mf-feature li:nth-of-type(3) img {
	width: 21%;
}
.services-promotion .btn-next {
	margin-bottom: 60px;
}
.services-promotion .btn-next.last {
	margin-bottom: 20px;
}
.sf-feature {
	margin: 15px 0 20px;
}
.sf-feature li {
	margin-top: 10px;
}
.sf-feature dl {
	background: #0081cc url(../images/bg_smart.png) top center no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
}
.sf-feature dt {
	padding: 10% 0 15%;
	font-size: 1.8rem;
	font-weight: bold;
	color: inherit;
}
.sf-feature dd {
	padding: 10% 0 30px;
	color: inherit;
}
.sf-feature dd p {
	color: inherit;
}
.sf-feature .sf-feature-title {
	min-height: 4.32rem;
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 1.8rem;
	font-weight: bold;
}
.sf-feature .sf-feature-maru {
	width: 58% !important;
	margin: 0 auto 15px;
	padding: 10px 0;
	border: 1px solid #fff;
	border-radius: 17px;
	line-height: 1;
	font-size: 1.2rem;
}
.sf-feature .sf-feature-strong {
	margin-bottom: 30px;
	line-height: 1 !important;
	font-size: 4.5rem !important;
	font-weight: bold;
}
.sf-feature .sf-feature-strong span {
	font-size: 2.4rem;
}
.sf-feature .sf-feature-text {
	min-height: 6rem;
	line-height: 1.4;
	font-size: 1.4rem;
}
.bc-feature {
	margin-top: 20px;
}
.bc-feature-wrapper {
	margin-bottom: 10px;
	padding: 20px 5%;
	background-color: #eee;
	text-align: center;
	color: #333;
}
.bc-feature-wrapper .bc-feature-title {
	margin-bottom: 25px;
	line-height: 1.4;
	font-size: 1.4rem;
	color: inherit;
}
.bc-feature li:nth-of-type(1) img {
	width: 77%;
}
.bc-feature li:nth-of-type(2) img,
.bc-feature li:nth-of-type(3) img {
	width: 71%;
}
.bc-feature ul li {
	margin: 20px 0 0 20px;
	list-style-type: disc;
	text-align: left;
	font-size: 1.6rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Inquiry
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.inquiry-main {
/*	background: #fff url(../images/bg_inquiry_1.jpg) center left no-repeat;*/
	background: #fff url(../images/inquiry_top.jpg) center left no-repeat;
	background-size: cover;
}
.inquiry-main .content-header {
	width: 200px;
}
.inquiry-desc {
	margin: 35px 10px 25px;
	line-height: 1.8;
	font-size: 1.2rem;
	color: #333;
}
.inquiry-request,
.inquiry-alteration,
.inquiry-register,
.inquiry-download {
	position: relative;
	margin: -60px 0 0;
	padding: 90px 0 0;
}
.inquiry-request {
	z-index: 4;
}
.inquiry-alteration {
	z-index: 3;
}
.inquiry-register {
	z-index: 2;
}
.inquiry-download {
	z-index: 1;
}
.inquiry-request .guide-inquiry-inner a,
.inquiry-alteration .guide-inquiry-inner a,
.inquiry-register .guide-inquiry-inner a,
.inquiry-download .guide-inquiry-inner a {
	background-position: calc(100% - 10px) 50%;
}
.inquiry-download {
	margin-bottom: 30px;
}
.inquiry-request .guide-inquiry-wrapper {
	background: #fff url(../images/bg_inquiry_2.jpg) center left no-repeat;
	background-size: cover;
}
.inquiry-alteration .guide-inquiry-wrapper {
	background: #fff url(../images/bg_inquiry_3.jpg) center left no-repeat;
	background-size: cover;
}
.inquiry-register .guide-inquiry-wrapper {
	background: #fff url(../images/bg_inquiry_4.jpg) center left no-repeat;
	background-size: cover;
}
.inquiry-download .guide-inquiry-wrapper {
	background: #fff url(../images/bg_inquiry_3.jpg) center left no-repeat;
	background-size: cover;
}

.inqNoticeTxt {
	color:#fff;
}
.stores img {
	width: 70%;
	display: block;
	margin: 20px auto 0;
}
.smartpay img {
	width: 80%;
	display: block;
	margin: 20px auto 0;
}
.saison-smartpay {
	margin-bottom: 20px;
}
.saison-smartpay .smartpay-feature {
	margin: 0 auto 30px;
	background-color: #0081cc;
	color: #fff;
	padding: 20px 20px;
}
.saison-smartpay .smartpay-feature li {
	padding-left: 1em;
	text-indent: -1em;
}
.saison-smartpay .smartpay-feature li + li {
	margin-top: 8px;
}
.saison-smartpay .smartpay-feature li p {
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.8rem;
	color: #fff;
}
.saison-smartpay .flex_payment {
	display: flex;
	flex-wrap: wrap;
	margin-top: 27px;
	gap: 25px 0;
}
.payment_box .payment_left img {
	width: 40%;
	margin: 30px auto 20px;
	display: block;
}
.saison-smartpay .flex_payment li.payment_inner {
	text-align: center;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 30px 0;
	background: #fff;
	border-radius: 6px;
	box-sizing: border-box;
	border: 1px solid #187cc9;
	height: 402px;
}
.saison-smartpay .flex_payment.payment_stores li.payment_inner {
	height: 440px;
}
.saison-smartpay .flex_payment li.payment_inner p {
	color: #187cc9;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-top: 35px;
}
.saison-smartpay .flex_payment.payment_stores li.payment_inner p {
	margin-top: 0;
}
.saison-smartpay .flex_payment li.payment_inner img {
	max-width: 257px;
}
.saison-smartpay .flex_payment li.payment_inner div {
	color: #065ca8;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 20px;
	line-height: 1;
	background: #dcebf2;
	width: 260px;
	padding: 12px 0 9px;
}
.saison-smartpay .flex_payment li.payment_inner div span {
	font-size: 3.4rem;
	display: inline-block;
	margin-top: 8px;
	margin-right: 3px;
}
.saison-smartpay .flex_payment li.payment_inner ul {
	padding: 0 15px;
	text-align: left;
}
.saison-smartpay .flex_payment li.payment_inner ul li {
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}
.saison-smartpay h5 {
	margin: 30px 0 5px;
	font-size: 1.4rem;
	font-weight: bold;
}
.slider {
	width:94%;
	margin:0 auto;
}
.slider img {
	width:100%;
	height:auto;
}
.slider .slick-slide {
	margin:0 10px;
}
.slick-prev, 
.slick-next {
	position: absolute;
	top: 42%;
	cursor: pointer;
	outline: none;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	height: 15px;
	width: 15px;
}
.slick-prev.slick-disabled, 
.slick-next.slick-disabled {
	border-top: none;
	border-right: none;
	cursor: default;
}
.slick-prev {
	left: -1.5%;
	transform: rotate(-135deg);
}
.slick-next {
	right: -1.5%;
	transform: rotate(45deg);
}
.slick-dots {
	text-align:center;
	margin: 0 auto;
}
.slick-dots li {
	display:inline-block;
	margin:0 5px;
}
.slick-dots button {
	color: transparent;
	outline: none;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	background: #ccc;
	border: 0;
	aspect-ratio: 1 / 1;
}
.slick-dots .slick-active button{
	background:#333;
}
/*  */
.payment_stores{
	padding: 20px 5px 10px;
	border: 1px #cacaca solid;
	border-radius: 6px;
}
.payment_stores_inner{
	text-align: center;
	padding: 0 10px;
	margin-bottom: 10px;
}
.payment_stores p{
	width: auto;
}
.payment_stores_inner ._title{
	font-size: 1.6rem;
	color: #0d0d0d;
	font-weight: bold;
}
.payment_stores_inner img{
	margin: 10px auto;
	width: auto;
	max-width: 100%;
}
.payment_stores_inner ._num{
	font-weight: bold;
	color: #0d0d0d;
	font-size: 1.8rem;
}
.payment_stores_inner ._icon{
	display: inline-block;
	font-size: 1.3rem;
	color: #fff;
	background: #005df8;
	border-radius: 20px;
	padding: 3px 10px;
}
.payment_stores_inner sup{
	font-size: 80%;
}
.payment_stores_inner ._flex{
	display: flex;
}
.payment_stores_inner ._flex div:nth-of-type(1){
	width: 65%;
}
.payment_stores_inner ._flex div:nth-of-type(2){
	width: 35%;
}
.payment_stores_notes{
	margin-top: 10px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Contact
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contact-main {
	position: relative;
	z-index: 6;
	background: #fff url(../images/bg_contact.jpg) center left no-repeat;
	background-size: cover;
}
.contact-main .content-header,
.contact-main .content-header img {
	width: 200px;
}
.contact-main + div.guide-nav-wrapper {
	position: relative;
	z-index: 5;
}
.external:link {
	color: #065ca8;
}
a.external {
	color:#065ca8;
}
.external::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 14px;
	background: transparent url(../images/arrow_r_blue_14x10.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-left:5px;
}
.contact-sec {
	position: relative;
	margin-top: -60px;
	padding: 80px 10px 20px;
	color: #333;
}
.convention {
	position: relative;
	z-index: 4;
	margin: -60px 0 0;
	padding: 80px 0 20px;
	background-color: #fff;
}
.convention p {
	margin-left: 10px;
	margin-right: 10px;
}
.contact-sec h2 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	color: #065ca8;
}
.attention h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	color: inherit;
}
.attention h4 {
	margin: 25px 0 20px;
	padding-left: 10px;
	border-left: 8px solid #0081cc;
	font-size: 1.4rem;
	font-weight: bold;
	color: inherit;
}
.attention h5 {
	margin: 30px 0 20px;
	font-size: 1.4rem;
	font-weight: bold;
	color: inherit;
}
.contact-sec p {
	margin-top: 20px;
	line-height: 1.8;
	font-size: 1.2rem;
	color: #333;
}
.attention {
	position: relative;
	z-index: 3;
	padding-top: 90px;
	background-color: #f6f6f6;
}
.li-sq {
	margin: 20px 0;
}
.li-sq li {
	position: relative;
	margin-top: 20px;
	padding-left: 1.2rem;
	font-size: 1.2rem;
	color: #333;
}
.li-sq li::before {
	content: '■';
	position: absolute;
	top: 0;
	left: 0;
}
.contact-info {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #333;
}
.register {
	z-index: 2;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// News
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#newsContent {
	padding-top: 80px;
}
#newsContent h2 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	color: #065ca8;
}
#newsContent h2 img {
	display: inline;
	margin-right: 5px;
	width: 26px;
	height: auto;
	vertical-align: -5px;
}
#newsContent dl {
	border-bottom: solid 1px #cccccc;
	margin: 0 10px 10px;
}
#newsContent dt {
	color: #065ca8;
	font-weight: bold;
	padding: 15px 0 5px;
	border-top: solid 1px #cccccc;
}
#newsContent dd {
	padding-bottom: 15px;
}
#newsContent dd a {
	color:#4d4d4d;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// cashless
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#topContent08 {
	width: 100%;    
    background: #fff;
    background-size: cover;
    position: relative;
}
#topContent08 .cashless {
	padding: 60px 0 10px;
	text-align: center;
}
#topContent08 .cashless p.logo img {
	width: 40%;
	margin: 14px 0;
}
#topContent08 .cashless p.title {
	font-size: 5vw;
	font-weight: bold;
	color: #FFFFFF;
}
#topContent08 .cashless p.sub {
	color: #FFFFFF;
}
#topContent08 .cashless .merit {
	width: 90%;
	margin: 20px auto;
}
#topContent08 .cashless .merit p {
	margin: 10px 0;
}
#topContent08 .cashless p.note {
	width: 90%;
	font-size: 0.9em;
	text-align: left;
	text-indent: -1em;
	color: #FFFFFF;
	margin: 0 auto 30px;
}
#topContent08 .cashless .btn {
	width: 80%;
	margin: 0 auto 30px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// NetアンサーforBiz
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#topContent08 {
	width: 100%;
	position: relative;
	text-align: center;
	background: #cdd5dc;
	padding: 80px 0 20px;
}
#topContent08 .netforbiz {
	padding: 70px 0 0;
	text-align: center;
}
#topContent08 .netforbiz .t-group{
	padding: 0 10px;
}
#topContent08 .netforbiz p.title {
	margin: 8px auto 15px;
    padding: 0 15px;
    max-width: 500px;
}
#topContent08 .netforbiz p.sub {
	font-size: 18px;
	font-weight: bold;
	color: #013e99;
	line-height: 1.3;
}
#topContent08 .netforbiz .merit {
	display: block;
	width: 70%;
	margin: 0 auto;
}
#topContent08 .netforbiz .merit div h3{
	font-size: 20px;
    font-weight: bold;
    color: #808080;
    margin: 20px 0 0;
}
#topContent08 .netforbiz .merit p {
    padding: 10px 4px 6px;
}
#topContent08 .netforbiz .netforbiz-btn{
	flex-direction: column;
}
#topContent08 .netforbiz .btn a{
    margin: 15px 15px 0;
    padding: 8px 0 8px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
	box-shadow:0 5px 8px -6px #000000;
}
#topContent08 .netforbiz .btn01 a{
	color: #013e99;
    background: #fff;
	border: 2px solid #013e99;
	position: relative;
}
#topContent08 .netforbiz .btn01 a::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #013e99;
    border-right: 2px solid #013e99;
    transform: rotate(45deg);
    margin-top: -5px;
}
#topContent08 .netforbiz .btn02 a{
	background: #013e99;
	border: 2px solid #013e99;
	position: relative;
	font-size: 1.4rem;
}
#topContent08 .netforbiz .btn02 a::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
}
#topContent08 .netforbiz .btn a:hover {
	opacity: 0.8;
}
@media screen and (min-width:600px) {
    #topContent08 .netforbiz .merit {
        display: flex;
        width: 100%;
    }
}

#gnav #stop_mailing {
    padding: 10px;
    background: #0081cc;
}
#gnav #stop_mailing li {
    background: #fff;
    border: solid 1px #0081cc;
    border-bottom: none;
}
#gnav #stop_mailing li a {
    color: #f13c3c;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
#gnav #nav00 {
    padding: 10px;
    background: #ff4f4f;
}
#gnav .nav00 {
    padding: 10px 10px 0;
    background: #ff4f4f;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
#gnav #nav00 li {
    background: #fff;
    border: solid 1px #ff4f4f;
    border-bottom: none;
}
#gnav #nav00 li a {
    color: #ff4f4f;
    padding: 10px;
    display: block;
    text-decoration: none;
    background: url(/merchant/common/images/head_icon05.png) 97% center no-repeat;
    background-repeat: no-repeat;
}
#topContent08 .netforbiz {
    width: 85%;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #013e99;
    padding: 25px 10px;
    border-radius: 30px;
}
#topContent08 .netforbiz .info_stopMailing p {
    font-size: 21px;
    font-weight: bold;
    color: #013e99;
    margin-top: 18px;
}
#topContent08 .saison_txt {
	text-align: center;
	color: #1d4294;
	font-size: 1.4rem;
	padding: 10px;
	background: #fff;
}
#topContent08 .saison_txt dl {
	margin: 0 auto;
	padding-left: 50px;
	padding-top: 2px;
	background: url(../images/icon02.png) left top no-repeat;
	background-size: 34px auto;
}
#topContent08 .saison_txt dt, #topContent08 .saison_txt dd {
	float: left;
	margin-bottom: 10px;
	text-align: left;
}
#topContent08 .saison_txt dd a {
	color:#4d4d4d;
}
#topContent08 .saison_txt dd.stop_mailing a,
#topContent06 .subContent dd.stop_mailing a {
    color: #f13c3c;
}
#topContent08 .saison_txt dt {
	width: 30%;
	color: #065ca8;
	font-size: 1.2rem;
	font-weight: bold;
	clear: left;
}
#topContent08 .saison_txt dd {
	width: calc(75% - 50px);
	text-align: left;
}


/*202303追記*/
header #headTop li {
	float: right;
}
header #headTop li.head03 a {
	width: 81px;
	background: url(/merchant/common/images/head_icon04.png) 61px 10px;
	background-color: #fff;
    background-repeat: no-repeat;
}
#topContent08 {
	background: #eef3f8;
	display: flex;
	align-items: center;
	padding: 12vh 0 3vh;
	background-size: 500%;
}
.mv-content-size {
    width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#topContent08 .maincopy_box {
	text-align: center;
}
#topContent08 .maincopy_box h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.8rem;
	font-weight: 900;
	color: #004eaa;
}
#topContent08 .maincopy_box h2 .small_ttl{
	font-size: 1.8rem;
	color: #141414;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
#topContent08 .maincopy_box .login-panel {
	border: 3px #003777 solid;
	background-color: #FFF;
	padding: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	margin-top: 15px;
}
#topContent08 .maincopy_box .login-panel h3 {
	font-size: 2.3rem;
	font-weight: bold;
	color: #0081cb;
	margin-bottom: 10px;
}
#topContent08 .maincopy_box .login-panel p {
	font-size: 1.8rem;
}
#topContent08 .maincopy_box .login-panel a {
	color: #0081cb;
	font-size: 1.8rem;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.btn {
	display: block;
	color: #FFF !important;
	padding: 15px;
	font-weight: bold;
	font-size: 2rem !important;
	text-decoration: none !important;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	position: relative;
}
.btn:before {
	content: "";
	-webkit-mask-image: url("../common/images/icn_link.svg");
	mask-image: url("../common/images/icn_link.svg");
	background-size: cover;
	background-color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.btn:hover {
	background-color: #FFF;
}
.btn_blue {
	background-color: #2b598f;
	border: 3px solid #2b598f;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn_blue:hover {
	color: #2b598f !important;
}
.btn_blue:hover:before {
	background-color: #2b598f;
}
.btn_orange {
	background-color: #e97900;
	border: 3px solid #e97900;
	font-size: 2.3rem !important;
	box-shadow: 10px 10px 0px 0 rgba(0, 0, 0, 0.1);
	padding: 20px 50px 20px 20px;
	line-height: 1.4;
}
.btn_orange:hover {
	color: #e97900 !important;
}
.btn_orange:before {
	right: 10px;
}
.btn_orange:hover:before {
	background-color: #e97900;
}

#topContent07 a {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}


.guide-nav.flex-col3 li {
	width: 100%;
}
.guide-nav.flex-col2 li {
	width: 100%;
}
.guide-nav.flex-col a {
	background-position: 96% 50%;
}

.content-size {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#tetsuduki ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#tetsuduki ul li {
	width: 100%;
	margin-bottom: 20px;
}
.btn-blue-border {
	display: block;
    padding: 25px;
    height: 100%;
    background: rgba(255, 255, 255, 0) url(../images/arrow_d_blue_14x10.png) 96% 50% no-repeat;
    box-sizing: border-box;
    text-align: left;
    text-decoration: none !important;
    font-size: 2rem;
    color: #065ca8 !important;
	border: 1px solid #065ca8;
    transition: color 0.5s, background-color 0.5s;
}
.btn-blue-border.two_line {
    padding: 10px 25px;
}
.btn-blue-border:hover {
	background-color: #065ca8;
	color: #FFF !important;
	background-image: url(../images/arrow_d_white_14x10.png);
}
.btn-blue-border.icn-arrow-right {
    background: rgba(255, 255, 255, 0) url(../images/arrow_r_blue_14x10.png) 96% 50% no-repeat;
}
.btn-blue-border.icn-arrow-right:hover {
	background-color: #065ca8;
	color: #FFF !important;
	background-image: url(../images/arrow_r_white_14x10.png);
}
#faq h2 {
	font-size: 3rem;
}
#faq p {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
#faq .btn-blue-border {
	width: 100%;
	margin: 30px auto 0;
}
#contact h3 {
    margin: 50px auto 30px;
    font-size: 2.4rem;
    font-weight: bold;
    color: inherit;	
}
#contact .guide-otoiawase {
	margin-bottom: 20px;
}

.service-exp {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.service-exp .flex-box {
    display: flex;
    align-items: center;
	padding: 24px;
    border: 1px solid #333;
	margin-bottom: 20px;
}
.service-exp .img-box {
	width: 12%;
	margin-right: 3%;
}
.service-exp .img-box img {
	width: 100%;
}
.service-exp .img-box img.size-aj {
	width: 90%;
	padding: 0 5%;
	margin-left: auto;
	margin-right: auto;
}
.service-exp .txt-box {
	width: 85%;
}
.service-exp .txt-box h6 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
	color: #065ca8;
}
.service-exp .txt-box .txt-attention {
	font-size: 1.25rem;
	margin-top: 15px;
	margin-bottom: 10px;
}
.service-exp .txt-box ul,
.service-exp .txt-box ul li {
	list-style-type: disc;
	list-style-position: inside;
}

/* 240723追加 */
.h2-utility > img{
	display: inline-block;
	margin-left: 0!important;
	width: 75%!important;
}
.sony-feature{
	margin: 35px auto 40px;
}
.sony-feature li{
	margin-bottom: 20px;
}
.sony-feature li .large{
	font-size: 2.0rem;
	color: #f15a24;
	font-weight: bold;
	margin-bottom: 10px;
}
.sony-feature .num{
	font-size: 4.0rem;
	color: #0071bc;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
}
.sony-feature p{
	width: auto!important;
}
.sony-feature p .orange{
	color: #f15a24;
}
.sony-feature .img > img{
	max-width: 100%;	
}




.guide-nav a.drop-menu-ttl {
	background: none;
	position: relative;
}
.guide-nav a.drop-menu-ttl.is-active {
	background-image: none;
	background-color: rgba(6, 92, 168, 1);
	color: #fff;
}
.guide-nav a.drop-menu-ttl::before, .guide-nav a.drop-menu-ttl::after {
	content: '';
	display: block;
	background-color: rgba(6, 92, 168, 1);
	position: absolute;
	top: 50%;
	width: 14px;
	height: 2px;
	right: 4%;
}
.guide-nav a.drop-menu-ttl::after {
	transform: rotate(90deg);
	transition-duration: .3s;
}
.guide-nav a.drop-menu-ttl.is-active::before {
	opacity: 0;
}
.guide-nav a.drop-menu-ttl.is-active::after {
	transform: rotate(0);
	background-color: #fff;
}
.drop-menu-list {
	display: none;
}
.guide-nav li.drop-menu-item {
	margin-bottom: 0;
}
.guide-nav li.drop-menu-item a {
	border-top: none;
	background-color: #fff;
}
