@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// top
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#top header {
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 101;
}
#top #circle {
	position: absolute;
	z-index: 200;
	right: 30px;
	top: 40%;
}
#top #circle li {
	text-indent: -9999px;
	margin-bottom: 6px;
	background: url(../images/circle_off.png) left top no-repeat;
}
#top #circle li a {
	width: 14px;
	height: 14px;
	display: block;
}
#top #circle li.active {
	background: url(../images/circle_on.png) left top no-repeat;
}
#topContent01, #topContent02, #topContent03, #topContent04, #topContent05, #topContent06, #topContent08 {
	height: 100vh;
}
#topContent01 {
	width: 100%;
	background: url(../images/img01.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
#topContent01 .main_txt {
	position: absolute;
	z-index: 6;
	top: 395px;
	left: 50px;
}
#topContent01 .saison_txt {
	position: absolute;
	z-index: 6;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #1d4294;
	font-size: 34px;
	font-size: 3.4rem;
	padding-top: 35px;
	padding-bottom: 20px;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
}
#topContent01 .saison_txt dl {
	margin: 0 auto;
	max-width: 750px;
	min-width: 700px;
	min-height: 65px;
	padding-left: 100px;
	padding-top: 2px;
	background: url(../images/icon02.png) left top no-repeat;
}
#topContent01 .saison_txt dt, #topContent01 .saison_txt dd {
	float: left;
	margin-bottom: 10px;
	text-align: left;
	margin-top:20px;
}
#topContent01 .saison_txt dt {
	clear: left;
	color: #065ca8;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	width: 145px;
}

#topContent01 .saison_txt dd a {
	color:#4d4d4d;
}
#topContent01 .saison_txt dd.long_text {
	width:79%;
}

#top .subContent {
	width: 410px;
	height: 380px;
	background: rgba(0, 129, 204, 0.8);
	position: absolute;
	top: 170px;
	padding: 40px 70px 0 50px;
}
#top .subContent h2 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
}
#top .subContent h2 img {
	height: 30px;
}
#top .subContent h2 span {
	display: block;
	margin: 0 0 35px;
}
#top .subContent p {
	color: #fff;
}
#top .subContent li a {
	color: #fff;
	width: 280px;
	display: block;
	border: solid 1px #fff;
	margin-top: 15px;
	padding: 8px 0;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	background: url(../common/images/pc_arrow01.png) 260px center no-repeat;
}
#top .subContent li a:hover {
	color: #1d4294;
	background: url(../common/images/pc_arrow01_on.png) 260px center no-repeat #fff;
}
#top .subContent li.kerning a {
	letter-spacing: -1px;
}
#topContent02 {
	width: 100%;
	background: url(../images/img02.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
#topContent02 .subContent {
	right: 0;
	top: 25%;
}
#topContent03 {
	width: 100%;
	background: url(../images/img03.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
#topContent03 .subContent {
	left: 0;
	top: 25%;
}
#topContent03 .subContent h2 span {
	margin-bottom: 0;
}
#topContent04 {
	width: 100%;
	background: url(../images/img04.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
#topContent04 .subContent {
	right: 0;
	top: 25%;
}
#topContent04 .subContent h2 span {
	margin-bottom: 0;
}
#topContent05 {
	width: 100%;
	background: url(../images/img05.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
#topContent05 .subContent {
	left: 0;
	top: 25%;
}
#topContent05 .subContent h2 span {
	margin-bottom: 60px;
}
#topContent06 {
	width: 100%;
	background: #fff;
	position: relative;
	margin-top:76px;
	height: 75vh;
}
#topContent06 .subContent {
	top: 12%;
	left: 10%;
	width: 80%;
	padding: 0;
	background: none;
}
#topContent06 .subContent h2 {
	color: #065ca8;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#topContent06 .subContent h2 img {
	width: 65px;
	height: 65px;
	vertical-align: bottom;
	margin-right: 18px;
}
#topContent06 .subContent dl {
	border-bottom: solid 1px #cccccc;
	margin-bottom: 20px;
}
#topContent06 .subContent dt, #topContent06 .subContent dd {
	padding: 18px 0 28px;
	float: left;
	border-top: solid 1px #cccccc;
}
#topContent06 .subContent dt {
	clear: left;
	width: 17%;
	color: #065ca8;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
#topContent06 .subContent dd {
	width: 83%;
}
#topContent06 .subContent dd a {
	color:#4d4d4d;
}
#topContent06 .subContent ul {
	float: right;
}
#topContent06 .subContent li {
	float: left;
	line-height: 1.2;
	padding-right: 15px;
	background: url(../common/images/pc_arrow01_on.png) right top no-repeat;
}
#topContent06 .subContent li:last-child {
	/*
	border-left: solid 1px #065ca8;
	*/
	padding-left: 5px;
	margin-left: 5px;
}
#topContent06 .subContent li a {
	color: #1d4294;
	display: inline;
	text-decoration: underline;
}
#topContent06 .subContent li a:hover {
	text-decoration: none;
}
#topContent06 footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 10;
}
#top #pagetop {
	display: none;
}
.stayLine {
	text-decoration: underline;
	color: #fff;
}
#top .bnr_area {
	width: 80%;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
#top .bnr_area div {
	width: 48%;
}
#top .bnr_area img {
	width: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// New Guide
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.abstract {
	height: 480px;
	padding-top: 160px;
}
.guide-main {
	position: relative;
	z-index: 4;
	background: #fff url(../images/guidance_top.jpg) top left no-repeat;
	background-size: cover;
}
.content-header {
	width: 470px;
	padding: 40px 50px;
	background-color: #0081cc;
	background-color: rgba(0, 129, 204, 0.8);
	font-size: 3.9rem;
	font-weight: bold;
	color: #fff;
}
.abstract-header img {
	width: 150px;
}
.content-header span {
	display: inline-block;
	max-width: 100%;
	line-height: 2;
	font-size: 1.4rem;
	font-weight: normal;
}
.guide-nav-wrapper {
	position: relative;
	z-index: 5;
	margin-top: -126px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
}
.guide-nav {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
}
.guide-nav li {
	width: 230px;
	border: 1px solid #065ca8;
}
.guide-nav a {
	display: block;
	padding: 10px 25px 10px 0;
	height: 100%;
	background: rgba(255, 255, 255, 0) url(../images/arrow_d_blue_14x10.png) 210px 50% no-repeat;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	color: #065ca8;
	transition: color 0.5s, background-color 0.5s;
}
.guide-nav a:hover,
.guide-nav a:active {
	background-image: url(../images/arrow_d_white_14x10.png);
	background-color: rgba(6, 92, 168, 1);
	color: #fff;
}


.guide-nav02 {
	display: flex;
	justify-content: space-between;
	width: 640px;
	margin: 0 auto;
	padding: 40px 0;
}
.guide-nav02 li {
	width: 298px;
	border: 1px solid #065ca8;
}
.guide-nav02 a {
	display: block;
	padding: 10px 25px 10px 0;
	height: 100%;
	background: rgba(255, 255, 255, 0) url(../images/arrow_d_blue_14x10.png) 280px 50% no-repeat;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	color: #065ca8;
	transition: color 0.5s, background-color 0.5s;
}
.guide-nav02 a:hover,
.guide-nav02 a:active {
	background-image: url(../images/arrow_d_white_14x10.png);
	background-color: rgba(6, 92, 168, 1);
	color: #fff;
}

.guide-merit {
	position: relative;
	z-index: 3;
	margin-top: -60px;
	padding: 120px 0 100px;
	background-color: #fff;
}
.guide-merit h2 {
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	color: #065ca8;
}
.guide-merit-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	width: 960px;
	margin: 0 auto;
}
.guide-merit-list dt {
	width: 940px;
	margin-bottom: 30px;
	padding: 10px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.guide-merit-list dd {
	width: 250px;
	padding: 33px 23px;
	text-align: center;
}
.guide-merit-list dd + dd {
	margin-left: 30px;
}
.guide-merit-list h3,
.guide-merit-list p {
	color: inherit;
}
.guide-merit-list h3 {
	margin-bottom: 25px;
	font-size: 2rem;
	font-weight: bold;
}
.guide-merit-list figure img {
	vertical-align: middle;
}
.gml1 {
	margin-bottom: 30px;
}
.gml1 dt,
.gml1 dd {
	border: 2px solid #065ca8;
	color: #065ca8;
}
.gml1 figure {
	margin: 25px 0;
	line-height: 64px;
	text-align: center;
}
.gml1 dd:nth-of-type(1) figure img,
.gml1 dd:nth-of-type(3) figure img {
	width: 65px;
}
.gml1 dd:nth-of-type(2) figure img {
	width: 61px;
}
.gml1 p img {
	margin-top: 20px;
}
.gml2 {
	margin: 30px auto 0;
}
.gml2 dt,
.gml2 dd {
	border: 2px solid #0081cc;
	background-color: #0081cc;
	color: #fff;
}
.gml2 figure {
	margin: 30px 0;
	line-height: 61px;
	text-align: center;
}
.gml2 dd:nth-of-type(1) figure img {
	width: 59px;
}
.gml2 dd:nth-of-type(2) figure img {
	width: 79px;
}
.gml2 dd:nth-of-type(3) figure img {
	width: 78px;
}
.guide-flow {
	position: relative;
	z-index: 2;
	margin: -80px 0 0;
	padding: 140px 0 90px;
	background-color: #f6f6f6;
}
.guide-flow h2 {
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	color: #065ca8;
}
.guide-flow p {
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	color: #333;
}
.guide-flow-list {
	width: 750px;
	margin: 50px auto 70px;
	font-size: 0;
}
.guide-flow-list a {
	color: #065ca8;
}
.guide-flow-list li {
	position: relative;
	margin-bottom: 40px;
}
.guide-flow-list li + li::before {
	content: url(../images/arrow_d_blue_25x14.png);
	position: absolute;
	top: -27px;
	left: 43px;
}
.guide-flow-list li img,
.guide-flow-list li span {
	font-size: 1.6rem;
	vertical-align: middle;
}
.guide-flow-list li img {
	margin-right: 30px;
}
.guide-flow-list li span {
	display: inline-block;
}
.guide-otoiawase {
	width: 930px;
	margin: 20px auto 0;
	padding: 24px;
	border: 1px solid #333;
	background-color: #fff;
}
.guide-otoiawase dt,
.guide-otoiawase dd {
	font-size: 1.6rem;
}
.guide-otoiawase dd {
	display: list-item;
	list-style-type: disc;
	margin-left: 20px;
}
.guide-otoiawase dd + dt {
	margin-top: 20px;
}
.guide-inquiry {
	margin: -80px 0 400px;
	padding: 180px 0 0;
}
body#page .guide-inquiry {
	margin: -80px 0 0;
}
.guide-inquiry h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #065ca8;
}
.guide-inquiry-wrapper {
	padding-top: 240px;
	background: #fff url(../images/bg_inquiry.jpg) bottom center no-repeat;
	background-size: cover;
}
.guide-inquiry-inner {
	padding: 40px 0;
	background-color: #0081cc;
	background-color: rgba(0, 129, 204, 0.8);
	text-align: center;
}
.guide-inquiry-inner a {
	display: inline-block;
	width: 298px;
	padding: 10px 0;
	border: 1px solid #065ca8;
	background: #fff url(../images/arrow_r_blue_14x10.png) 280px 50% no-repeat;
	text-decoration: none;
	line-height: 1;
	font-size: 1.6rem;
	color: #065ca8;
	transition: background-color 0.25s, color 0.25s;
}
.guide-inquiry-inner a:hover,
.guide-inquiry-inner a:active {
	background-color: #065ca8;
	background-image: url(../images/arrow_r_white_14x10.png);
	color: #fff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Services
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.service-main {
	position: relative;
	z-index: 4;
	background: #fff url(../images/services_top.jpg) center left no-repeat;
	background-size: cover;
}
.service-main img {
	width: 180px;
}
.solution-main img {
	width: 330px !important;
}
.services-unionpay {
	position: relative;
	z-index: 3;
	margin-top: -60px;
	padding: 130px 0 50px;
	background-color: #fff;
}
.services-unionpay h2,
.services-funding h2,
.services-promotion h2,
.services-subtitle {
	margin-bottom: 60px;
	text-align: center;
	font-weight: bold;
	color: #065ca8;
}
.services-unionpay h2,
.services-promotion h2 {
	font-size: 3rem;
}
.services-unionpay h2 img {
	margin-left: 40px;
	vertical-align: middle;
}
.services-subtitle {
	font-size: 2rem !important;
}
.services-unionpay p,
.services-funding p,
.services-promotion p {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
}
.services-unionpay h3 {
	width: 960px;
	margin: 50px auto 35px;
	font-weight: bold;
	font-size: 2.4rem;
	color: #333;
}
.services-funding {
	position: relative;
	z-index: 2;
	margin-top: -60px;
	padding: 130px 0 80px;
	background-color: #f6f6f6;
}
.services-funding h3 {
	width: 960px;
	margin: 45px auto 40px;
	font-weight: bold;
	font-size: 2.4rem;
	color: #333;
}
.bf-merit {
	margin-bottom: 40px;
	text-align: center;
	font-size: 0;
}
.bf-merit li {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	text-align: center;
	font-size: 1.6rem;
	color: #333;
}
.bf-merit li + li {
	margin-left: 100px;
}
.bf-merit img {
	margin-bottom: 25px;
}
.btn-next:link {
	display: inline-block;
	padding: 10px 0;
	border: 1px solid #065ca8;
	background: transparent 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,
.btn-next:active {
	background-image: url(../images/arrow_r_white_14x10.png);
	background-color: rgba(6, 92, 168, 1);
	color: #fff;
}

a.btn-next {
	display: inline-block;
	padding: 10px 0;
	border: 1px solid #065ca8;
	background: transparent 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-funding .btn-next {
	width: 298px;
}
.services-promotion {
	position: relative;
	z-index: 1;
	margin: -60px 0 50px;
	padding: 120px 0 0;
}
/*.services-promotion h2 img {
	margin-left: 50px;
	vertical-align: middle;
}*/
.services-promotion h2:nth-of-type(2) img {
	vertical-align: baseline;
}
.services-promotion .guide-nav {
	margin-bottom: 70px;
	padding-top: 0;
	padding-bottom: 0;
}
.mf-feature,
.sf-feature,
.bc-feature {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 35px auto 40px;
}
.mf-feature li,
.sf-feature li {
	width: 300px;
	padding: 30px 0;
	background-color: #0081cc;
	text-align: center;
	color: #fff;
}
.mf-feature p,
.sf-feature p {
	width: 100%;
	color: inherit;
}
.mf-feature li p:first-of-type {
	line-height: 1.2;
	font-weight: bold;
	font-size: 2rem;
}
.mf-feature li p:last-of-type {
	font-size: 1.4rem;
}
.mf-feature figure {
	margin: 20px 0;
	line-height: 70px;
}
.mf-feature figure img {
	vertical-align: middle;
}
.mf-feature li:nth-of-type(1) img {
	width: 66px;
}
.mf-feature li:nth-of-type(2) img {
	width: 60px;
}
.mf-feature li:nth-of-type(3) img {
	width: 65px;
}
.mf-feature + p {
	margin-bottom: 60px;
}
.services-promotion .btn-next {
	width: 450px;
	padding: 22px 0;
	line-height: 1;
	font-size: 1.9rem;
}
.sf-feature li {
	background: #0081cc url(../images/bg_smart.png) top center no-repeat;
}
.sf-feature dt {
	padding: 0 0 40px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 2rem;
	color: inherit;
}
.sf-feature dd {
	padding: 30px 0 0;
	color: inherit;
}
.sf-feature-title {
	margin-bottom: 25px;
	vertical-align: middle;
	line-height: 4.8rem;
}
.sf-feature-title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	font-weight: bold;
	font-size: 2rem;
}
.sf-feature-maru {
	width: 200px !important;
	margin-bottom: 15px;
	padding: 10px 0;
	border: 1px solid #fff;
	border-radius: 17px;
	line-height: 1;
	font-size: 1.4rem;
}
.sf-feature-strong {
	margin-bottom: 30px;
	line-height: 1;
	font-size: 4rem !important;
	font-weight: bold;
}
.sf-feature-strong span {
	font-size: 2.5rem;
}
.sf-feature-text {
	vertical-align: middle;
	line-height: 4.5;
	font-size: 1.4rem !important;
}
.sf-feature-text span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 100%;
}
.sf-feature + p {
	margin-bottom: 60px;
}
.services-promotion h2:nth-of-type(n+2) {
	margin-top: -100px;
	padding-top: 100px;
}
.bc-feature {
	display: flex;
	justify-content: space-between;
}
.bc-feature > li {
	position: relative;
	width: 300px;
	background-color: #eee;
}
.bc-feature-wrapper {
	padding: 25px 0;
	text-align: center;
	color: #333;
}
.bc-feature p {
	width: 270px;
}
.bc-feature-title {
	margin-bottom: 20px;
}
.bc-feature figure {
	margin-bottom: 40px;
}
.bc-feature ul {
	width: 270px;
	margin: 0 auto;
}
.bc-feature ul li {
	margin: 30px 0 0 20px;
	text-align: left;
	list-style-type: disc;
}
.bc-feature > li .btn-next {
	position: absolute;
	left: 0;
	bottom: -70px;
	width: 298px;
}
.services-unionpay a {
	color: #065ca8;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Inquiry
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body#page{
	overflow-x: hidden;
}
.inquiry-main {
	position: relative;
	z-index: 4;
/*	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;
}
.service-main img {
	width: 190px;
}
.inquiry-desc {
	margin: 60px 0 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
}
.inquiry-request,
.inquiry-alteration,
.inquiry-register,
.inquiry-download {
	margin: -60px 0 0 !important;
	padding: 150px 0 0;
}
.inquiry-download {
	margin-bottom: 100px !important;
}
.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: 340px;
	display: block;
	margin: 25px auto 0;
}
.smartpay img {
	width: 500px;
	display: block;
	margin: 25px auto 0;
}
.saison-smartpay {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.saison-smartpay + p {
	margin-bottom: 100px;
}
.saison-smartpay .smartpay-feature {
	margin: 0 auto 30px;
	background-color: #0081cc;
	color: #fff;
	padding: 20px 25px;
}
.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: 2rem;
	color: #fff;
}
/*.saison-smartpay .flex_payment {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	gap: 25px 0;
}*/
.payment_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.payment_box .payment_left img {
	width: 80%;
}
.payment_box .payment_right {
	width: 660px;
}
.saison-smartpay .flex_payment li.payment_inner {
	text-align: center;
	width: 305px;
	display: flex;
	flex-wrap: wrap;
	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: 397px;
}
.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: 30px;
}
.saison-smartpay .flex_payment.payment_stores li.payment_inner p {
	margin-top: 0;
}
.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: 20px auto 5px;
	font-size: 1.8rem;
	font-weight: bold;
}
.slider{
	width:660px;
	margin:0 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 {
	left: -2.5%;
	transform: rotate(-135deg);
}
.slick-next {
	right: -2.5%;
	transform: rotate(45deg);
}
.slick-prev.slick-disabled, 
.slick-next.slick-disabled {
	border-top: none;
	border-right: none;
	cursor: default;
}
.slick-dots {
	text-align:center;
	margin:20px 0 0 0;
}
.slick-dots li {
	display:inline-block;
	margin:0 5px;
}
.slick-dots button {
	color: transparent;
	outline: none;
	width: 15px;
	height: 15px;
	display: block;
	border-radius: 50%;
	background: #ccc;
	border: 0;
}
.slick-dots .slick-active button{
	background:#333;
}
/*  */
.payment_stores{
	padding: 30px 5px 10px;
	border: 1px #cacaca solid;
	border-radius: 6px;
}
.payment_stores_inner{
	height: 200px;
	position: relative;
	text-align: center;
	padding: 0 10px;
}
.payment_stores_inner:before{
	content: '';
	width: 1px;
	height: 200px;
	background: #cacaca;
	position: absolute;
	right: 0;
}
.payment_stores_inner:last-child:before{
	content: none;
}
.payment_stores p{
	width: auto;
}
.payment_stores_inner ._title{
	color: #0d0d0d;
	font-weight: bold;
}
.payment_stores_inner img{
	margin: 10px 0;
}
.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 {
	padding-top: 160px;
	background: #fff url(../images/bg_contact.jpg) center left no-repeat;
	background-size: cover;
}
.contact-main .content-header {
	min-height: 190px;
}
.contact-main img {
	width: 330px;
}
.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:8px;
}
.contact-sec h2 {
	margin-bottom: 30px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	color: #065ca8;
}
.contact-sec p {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	color: #333;
}
.convention {
	margin-top: -60px;
	padding: 120px 0 0;
}
.convention::after {
	content: '';
	position: relative;
	z-index: 2;
	display: block;
	height: 60px;
	background-color: #fff;
}
.convention p {
	margin-top: 30px;
}
.attention {
	margin-top: -60px;
	padding: 120px 0 60px;
	background-color: #f6f6f6;
	color: #333;
}
.attention h3 {
	width: 960px;
	margin: 50px auto 30px;
	font-size: 2.4rem;
	font-weight: bold;
	color: inherit;
}
.attention h2 + h3 {
	margin-top: 0;
}
.attention h4 {
	width: 944px;
	margin: 35px auto 25px;
	padding-left: 8px;
	border-left: 8px solid #0081cc;
	font-size: 2rem;
	font-weight: bold;
	color: inherit;
}
.attention h3 + h4,
.attention p.contact-info + h4 {
	margin-top: 40px;
}
.attention h5 {
	width: 960px;
	margin: 40px auto 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.helpdesk {
	margin-top: -60px;
	padding: 60px 0 60px;
	background-color: #f6f6f6;
	color: #333;
}
.helpdesk h3 {
	width: 960px;
	margin: 50px auto 30px;
	font-size: 2.4rem;
	font-weight: bold;
	color: inherit;
}
.helpdesk h2 + h3 {
	margin-top: 0;
}
.helpdesk h4 {
	width: 944px;
	margin: 35px auto 25px;
	padding-left: 8px;
	border-left: 8px solid #0081cc;
	font-size: 2rem;
	font-weight: bold;
	color: inherit;
}
.helpdesk h3 + h4,
.helpdesk p.contact-info + h4 {
	margin-top: 40px;
}
.helpdesk h5 {
	width: 960px;
	margin: 40px auto 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.li-sq {
	width: 960px;
	margin: 0 auto;
}
.li-sq li {
	position: relative;
	margin-top: 20px;
	padding-left: 1.6rem;
	font-size: 1.6rem;
	color: #333;
}
.li-sq li::before {
	content: '■';
	position: absolute;
	top: 0;
	left: 0;
}
.contact-info {
	width: 910px !important;
	margin: 20px auto !important;
	padding: 24px;
	border: 1px solid #333;
}
.register {
	margin-top: -60px;
	padding: 120px 0 120px;
}
.register .guide-otoiawase {
	width: 910px;
	margin-bottom: 20px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// News
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#newsContent{
	width: 960px;
	margin: 0 auto;
	padding-top: 100px;
}

#newsContent h2{
	color: #065ca8;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}

#newsContent h2 img {
	width: 65px;
	height: 65px;
	vertical-align: -20px;
	margin-right: 18px;
}

#newsContent dl {
	border-bottom: solid 1px #cccccc;
	margin-bottom: 20px;
}
#newsContent dt, #newsContent dd {
	padding: 25px 0 20px;
	float: left;
	border-top: solid 1px #cccccc;
}
#newsContent dt {
	clear: left;
	width: 17%;
	color: #065ca8;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
#newsContent dd {
	width: 83%;
}
#newsContent dd a {
	color:#4d4d4d;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// cashless
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#topContent08 {
	width: 100%;
	background: #25abd1;
	position: relative;
	text-align: center;
}
#topContent08 .main_img {
	padding-top: 140px;
	width: 100%;
	position: absolute;
	top: 3%;
}
#topContent08 .cashless img {
	width: 100%;
}
#topContent08 .cashless p {
	display: inline-block;
	vertical-align: top;
}
#topContent08 .cashless p.logo {
	width: 15%;
}
#topContent08 .cashless p.title {
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.1;
	color: #FFFFFF;
	text-align: left;
	margin-left: 20px;
}
#topContent08 .cashless p.sub {
	display: block;
	font-size: 1.6em;
	color: #FFFFFF;
	margin: 5px 0;
}
#topContent08 .cashless .merit {
	display: table;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#topContent08 .cashless .merit p {
	display: table-cell;
	height: 38vh;
	max-height: 340px;
	max-width: 32%;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
}
#topContent08 .cashless .merit p:nth-child(1) {
	text-align: right;
}
#topContent08 .cashless .merit p:nth-child(3) {
	text-align: left;
}
#topContent08 .cashless .merit p img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#topContent08 .cashless p.note {
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 15px;
	vertical-align: middle;
}
#topContent08 .cashless .btn {
	width: 30%;
	max-width: 412px;
	display: inline-block;
	margin: 10px 0 0 15px;
	vertical-align: middle;
}
#topContent08 .cashless .btn a:hover {
	opacity: 0.8;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// NetアンサーforBiz
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#topContent08 {
	width: 100%;
	position: relative;
	text-align: center;
	background: #cdd5dc;
	margin-top: 80px;
}
#topContent08 .main_img {
	padding-top: 190px;
	width: 100%;
	position: absolute;
}
#topContent08 .netforbiz p.sub {
	font-size: 22px;
	font-weight: bold;
	color: #013e99;
    padding: 1% 0 ;
}
#topContent08 .netforbiz p.title {
	margin: 0 auto;
    width: 38%;
    max-width: 600px;
}
#topContent08 .netforbiz p.title img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    backface-visibility: hidden;
}
#topContent08 .netforbiz .merit {
	display: table;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#topContent08 .netforbiz .merit p {
	display: table-cell;
	height: 28vh;
	max-height: 300px;
	vertical-align: middle;
}
#topContent08 .netforbiz .merit p:nth-child(1) {
	text-align: right;
}
#topContent08 .netforbiz .merit p:nth-child(3) {
	text-align: left;
}
#topContent08 .netforbiz .merit p img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
    backface-visibility: hidden;
}
#topContent08 .netforbiz .netforbiz-btn{
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
#topContent08 .netforbiz .btn a{
	width: 380px;
    margin: 8% 15px 0;
    padding: 16px 0 12px;
    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{
    background: #fff;
	color: #013e99;
	border: 2px solid #013e99;
	position: relative;
}
#topContent08 .netforbiz .btn01 a::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 7%;
    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;
}
#topContent08 .netforbiz .btn02 a::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 7%;
    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;
}
#gnav {
    background: none;
}
#gnav #nav01{
    width: 100%;
    height: 40px;
    z-index: 100;
    background: url(/merchant/common/images/gnav_bg.png) left top repeat;
}
header #headTop .stop_mailing {
    background: #fff;
    display: inline-block;
    margin: 22px 0 0 26px;
    border-radius: 5px;
}
header #headTop .stop_mailing a {
    color: #f13c3c;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background: #fff;
    padding: 6px 15px;
    border-radius: 5px;
}
#topContent08 .netforbiz {
    width: 65%;
    max-width: 900px;
    margin: 40px auto 0;
    background: #fff;
    border: 2px solid #013e99;
    padding: 35px 0;
    border-radius: 50px;
}
#topContent08 .netforbiz .info_stopMailing {
    padding: 0 15px;
}
#topContent08 .netforbiz .info_stopMailing p {
    font-size: 49px;
    color: #013e99;
    line-height: 1.4em;
}
#topContent08 .saison_txt {
	position: absolute;
	z-index: 6;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #1d4294;
	font-size: 34px;
	font-size: 3.4rem;
	padding-top: 35px;
	padding-bottom: 20px;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
}
#topContent08 .saison_txt dl {
	margin: 0 auto;
	max-width: 750px;
	min-width: 700px;
	min-height: 65px;
	padding-left: 100px;
	padding-top: 2px;
	background: url(../images/icon02.png) left top no-repeat;
}
#topContent08 .saison_txt dt, #topContent08 .saison_txt dd {
	float: left;
	margin-bottom: 10px;
	text-align: left;
	margin-top:20px;
}
#topContent08 .saison_txt dt {
	clear: left;
	color: #065ca8;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	width: 145px;
}
#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 dd.long_text {
	width:79%;
}
header #headTop ul {
	padding-top: 5px;
}
header #headTop li.head01 {
	background: none;
	color:#fff;
	padding: 5px 0;
	font-weight: bold;
	margin-left: 12px;
	float: none;
}
header #headTop li.head02,
header #headTop li.head03{
	text-align: left;
	padding-left: 12px;
}
header #headTop li.head02 a{
	width: 81px;
	background: url(/merchant/common/images/head_icon04.png) 61px 10px;
	background-color:#fff;
	background-repeat: no-repeat;
}
header #headTop li.head03 a{
	width: 166px;
	background: url(/merchant/common/images/head_icon04.png) 145px 10px;
	background-color:#fff;
	background-repeat: no-repeat;
}
header.is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    margin: auto;
}
br.narrow {
    display: none;
}

@media screen and (min-width:769px) and (max-width:969px){
	br.narrow {
	    display: block;
	}
	header #headTop .stop_mailing {
	    margin: 13px 0 0 26px;
	}
}


/*202303追記*/
#topContent08 {
	background: #eef3f8;
	margin-top: 80px;
}
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 {
	display: flex;
	align-items: center;
	margin-top: 80px;
	height: auto;
	padding: 110px 0 40px;
}
.mv-content-size {
    width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#topContent08 .maincopy_box {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0 25px;
}
#topContent08 .maincopy_box h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 4.6rem;
	font-weight: 900;
	color: #004eaa;
}
#topContent08 .maincopy_box h2 .small_ttl{
	font-size: 3rem;
	color: #141414;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}
#topContent08 .maincopy_box .login-panel {
	border: 3px #003777 solid;
	background-color: #FFF;
	padding: 30px;
	text-align: center;
	width: 47%;
	box-sizing: border-box;
}
#topContent08 .maincopy_box .login-panel h3 {
	font-size: 2.6rem;
	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: 20px;
	font-weight: bold;
	font-size: 2.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: 15px;
	margin-bottom: 15px;
}
.btn_blue:hover {
	color: #2b598f !important;
}
.btn_blue:hover:before {
	background-color: #2b598f;
}
.btn_orange {
	background-color: #e97900;
	border: 3px solid #e97900;
	font-size: 3rem !important;
	margin-top: 100px;
	box-shadow: 10px 10px 0px 0 rgba(0, 0, 0, 0.1);
}
.btn_orange:hover {
	color: #e97900 !important;
}
.btn_orange:hover:before {
	background-color: #e97900;
}

#topContent07 a {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}


.guide-nav.flex-col3 li {
	width: 32%;
}
.guide-nav.flex-col2 li {
	width: 48%;
}
.guide-nav.flex-col a {
	background-position: 96% 50%;
}

.content-size {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#tetsuduki ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#tetsuduki ul li {
	width: 32%;
	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 0;
}
.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: 50%;
	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: 960px;
	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: 100px;
	margin-right: 30px;
}
.service-exp .img-box img {
	width: 100px;
}
.service-exp .img-box img.size-aj {
	width: 80px;
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
}
.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: 450px;
}
.sony-feature{
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 35px auto 40px;
}
.sony-feature li{
	width: 300px;
}
.sony-feature li .large{
	font-size: 2.0rem;
	color: #f15a24;
	font-weight: bold;
	margin-bottom: 20px;
}
.sony-feature li .large > sup{
	font-size: 60%;
}
.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.text{
	height: 77px;
}
.sony-feature p .orange{
	color: #f15a24;
}
.sony-feature .img > img{
	max-width: 100%;	
}
/*.sony-feature + p{
	margin-bottom: 60px;
}*/
.guide-nav li.drop-menu {
	position: relative;
	border: 0;
}
.guide-nav li:hover .drop-menu-list {
	transform: scaleY(1);
}
.guide-nav a.drop-menu-ttl {
	background: none;
	position: relative;
	border: 1px solid #065ca8;
}
.guide-nav a.drop-menu-ttl:hover, .guide-nav a.drop-menu-ttl:active {
	background-image: none;
	background-color: rgba(6, 92, 168, 1);
}
.guide-nav .drop-menu:hover a.drop-menu-ttl, .guide-nav .drop-menu:active a.drop-menu-ttl {
	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: 15px;
	height: 2px;
	right: 17px;
}
.guide-nav a.drop-menu-ttl::after {
	transform: rotate(90deg);
	transition-duration: .3s;
}
.guide-nav .drop-menu:hover a.drop-menu-ttl::before {
	opacity: 0;
}
.guide-nav .drop-menu:hover a.drop-menu-ttl::after {
	transform: rotate(0);
	background-color: #fff;
}
.drop-menu-item:hover {
	opacity: .8;
	transition: opacity .3s;
}
.drop-menu-list {
	left: 0;
	position: absolute;
	top: 100%;
	left: 0;
	transform: scaleY(0);
	transform-origin: center top;
	transition: transform .3s;
	width: max-content;
	z-index: 1;
	width: 100%;
}
@-moz-document url-prefix() {
	.drop-menu-list {
		width: calc(100% - 1px);
	}
}
.drop-menu-list li{
	width: 100% !important;
}
.guide-nav li.drop-menu-item {
	border: 0;
	border-top: none;
	transition: opacity .3s;
}
.guide-nav li.drop-menu-item a {
	border: 1px solid #065ca8;
	border-top: none;
	transition: opacity .3s;
	box-sizing: border-box;
}
