@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

article, .section {
padding: 60px 60px 80px;
}


nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}
html {
  min-width: 320px;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  background: #fff;
}
@media screen and (max-width: 1080px) {
  body {
    background: #fff;
  }
}


@media screen and (max-width: 767.98px) {

	article, .section {
padding: 40px 5% 60px;
}
}



h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  font-weight: 600;
}
p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 2em;
}
h2 {
  color: #00469d;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
.bg-primary {
  background-color: #0048ce!important;
  color: #fff;
}
.bg-secondary {
  background-color: #00479D!important;
  color: #fff;
}
.color-primary {
  color: #0048ce;
}
.color-attention {
  color:#D90003;
}
h3.heading, h4.heading, h5.heading {
  line-height: 1;
  margin-bottom: 0.5em;
  padding: 14px 1em;
  text-align: center;
  background: #ddd;
  border-radius: 6px;
}
h3.heading-line, h4.heading-line, h5.heading-line {
  line-height: 1;
  margin-bottom: 0.5em;
  padding: 10px 0;
	color: #00479D;
  text-align: center;
	border-bottom: #00479D solid 2px;
}
h4.has-check {
  position: relative;
  padding-left: 1.3em;
  color: #dcb314;
  line-height: 1.2;
}
h4.has-check::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: #000 solid 2px;
}
h4.has-check::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 5px;
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/check.png") no-repeat;
  background-size: 28px 28px;
}
h4.has-check + .tagline {
  margin-top: -1em;
  font-size: 18px;
  font-weight: 600;
}
h4.has-check + .tagline-nomal {
  margin-top: -1em;
  font-size: 16px;
  color: #0077bc;
}
p, th, td, li, dt, dd {
  font-size: 16px;
  line-height: 1.5;
}
p, table, ul, ol, dl {
  margin: 0 0 1em 0;
}
h2 + p.lead {
  margin-top: -0.7em;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.small {
  font-size: 80%;
}
@media screen and (max-width: 767.98px) {
  h2 {
    font-size: 24px;
    text-align: left;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  p, th, td, li, dt, dd {
    font-size: 15px;
  }
  h2 + p.lead {
    font-size: 20px;
  }

}
img {
  width: 100%;
	max-width: 100%;
  height: auto;
}
figure {
  margin-bottom: 1em;
}
a {
  text-decoration: none;
  color: #0077bc;
}
a.txt-link {
  position: relative;
  color: #0077bc;
  padding-right: 10px;
}
a.txt-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: #0077bc solid 2px;
  border-right: #0077bc solid 2px;
  transform: rotate(-45deg) translateY(2px);
  transition: 0.3s;
}
a.txt-link:hover::after {
  right: -2px;
}
.btn {
  display: block;
  max-width: 640px;
  padding: 1em;
  margin: 0 auto 1em auto;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  background-color: rgba(94, 94, 94, 1.00);
  border: #000 solid 3px;
  border-radius: 60px;
  transition: 0.3s;
}
.btn-s {
  display: inline-block;
  width: 12em;
  margin: 0 auto 1.5em auto;
  padding: 0.8em 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background-color: rgba(94, 94, 94, 1.00);
  border: #000 solid 4px;
  border-radius: 60px;
  transition: 0.3s;
}
.btn-link {
	position: relative;
	color: #2D5E00;
  background-color:#fff;
 border: #2D5E00 solid 4px;
}
.btn-link:hover {color: #fff;
  background-color:#2D5E00;
}
.btn-link::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: #2D5E00 solid 2px;
	border-right: #2D5E00 solid 2px;
	transform: rotate(45deg);
	transition: .3s;
}
.btn-link:hover::after {
	right: 15px;
	border-color: #fff;
}

.btn-entry {
  background-color: #d80000;
}
.btn-entry:hover {
  background-color: #ef2c2c;
  border-color: #ef2c2c;
}

@media screen and (max-width: 767.98px) { 
.btn {
  padding: 1em;
  font-size:18px;
}
	.btn-link {
		border-width: 3px;
	}
	.btn-link::after {
	right: 14px;
	width: 10px;
	height: 10px;
}
.btn-link:hover::after {
	right: 11px;
}
}



.entry-note {
  text-align: center;
}
h2 + .entry-note, .btn + .entry-note {
  margin-top: -1.5em;
}
ul.list, ol.list {
  margin-left: 1.5em;
  margin-bottom: 2em;
}
.list li {
  margin-bottom: 8px;
  line-height: 1.4;
}

.list ul {
 display: flex;
 flex-wrap: wrap;
 margin: 0;
 padding: 0.5em 0 0 0;
 list-style: none;
}

.list ul li {
 width: 10em;
 margin: 0 0 6px 0;
 padding: 0;
 position: relative;
 letter-spacing: normal;
}

.list ul li:last-of-type {
 width: 100%;
}

.list ul li small {
 font-size: 80%;
}
.list ul li::before {
 content: "◎";
}

@media screen and (max-width: 640px) {
 .list ul li {
 display: inline-block!important;
  width: auto;
  padding-left: 0;
}
 .list ul li::before {
 content: "";
}
  .list ul li::after {
 content: "、";
}
}

.dl dt {
  font-weight: 600;
}
.dl dd {}
header {
  margin-bottom: 3em;
}
header p {
  text-align: center;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #000;
  text-align: left;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #000;
  background: rgba(255, 255, 255, 0.60);
}
.table tbody + tbody {
  border-top: 1px solid #000;
}
.table-sm th, .table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #000;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #000;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.section {
  padding: 60px 20px 100px 20px;
}
.container {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.container-w {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column .inner {
  margin-bottom: 4em;
}
@media screen and (max-width: 767.98px) {
  .section {
    padding: 40px 20px 80px 20px;
  }
  header h2 br {
    display: none;
  }
}


body#home .first-section {
  position: relative;
  padding: 0 ;
  overflow: hidden;
  background:#ffe400 url("../images/hero_bg.webp") no-repeat center top;
  background-size: auto 630px;
}

.site-logo {
 position: absolute;
	top: 16px;
	left: 0;
	right: 0;
  max-width: 840px;
  margin: auto;
}




.site-logo img {
	width: 14%;
}
.first-section.form-section {
  padding: 0;
}
.first-section .container {
  position: relative;
}
.first-section.form-section .container {
  position: relative;
  padding-top: 0;
}
.first-section header {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.first-section header::after {
  content: "";
  display: block;
  padding-top: 50%;
  clear: both;
}

.first-section h1.cp-title {
  position: absolute;
  top: 51%;
  left: 0;
	right: 0;
  width: 50%;
  margin: auto;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
  background: url("../images/teaser_2025winter.webp") no-repeat center top;
  background-size: 100% auto;
	transform: translateY(-50%);
	line-height: 0;
 z-index: 3;
}
.first-section h1.cp-title::after {
  content: "";
  display: block;
  padding-top: 78.125%;
}


body:not(#home) .first-section {
  position: relative;
  overflow: hidden;
  background:#ffe400 url("../images/fstsc_bg.webp") no-repeat center top;
  background-size: 2400px auto;
}
body:not(#home) .site-logo {
	top: 16px;
	max-width: 920px;
}
body:not(#home) .site-logo img {
	width: 80px;
	height: auto;
}
body:not(#home) .first-section header {
	position: relative;
	max-width: 600px;
		height: 280px;
	margin: 0 auto;
}
body:not(#home) .first-section header::after {
	content: "";
	display: block;
	padding-top: 0;
	clear: both;
}
body:not(#home) .first-section header h1.cp-title {	
	position: absolute;
	width: auto;
	max-width: 310px;
margin: auto;
}






.share-btn-area {
padding: 20px 0 0 0;
  text-align: center;
}
.share-btn-area .share-btn {
  display: inline-block;
}
.share-btn-area .share-btn + .share-btn {
  margin-left: 8px;
}
.s_twitter {
  color: #ff000 !important;
}
.twitter-share-button {}


@media screen and (max-width: 767.98px) {
	
body#home .first-section {
  background:#ffe400 url("../images/fstsc_bg_sp.webp") no-repeat center bottom;
  background-size: 100% auto;
}
	
body#home .first-section h1.cp-title {
  width: 50%;
}
	

		.site-logo {
	top: 10px;
	left: 10px;
			right: auto;
}
.site-logo img {
	width: 60px;
}

	body:not(#home) .site-logo {
	top: 10px;
		left: 10px;
		right: auto;
		width: 12%;
	}
body:not(#home) .site-logo img {
	width: 100%;
	margin: 0;
}
body:not(#home) .first-section {
  background:#ffe400 url("../images/fstsc_bg_sp.webp") no-repeat center bottom;
  background-size: 100% auto;
}
	body:not(#home) .first-section header {
		width: 100%;
		height: auto;
	}
	body:not(#home) .first-section header::after {
		content: "";
  padding-top: 53.333%;
	}
	body:not(#home) .first-section header h1.cp-title {
	  width: 58%;
	}
	
	
	
}


.info-section {
  position: relative;
  background-color: #fff;
}
.info-section h3 {
  font-size: 28px;
  text-align: left;
}
.info-section h3.bg-primary {
  padding: 10px 1em;
  line-height: 1.4;
}
.info-section h4 {
  margin-bottom: 6px;
  padding: 8px 0;
  font-size: 17px;
  color: #0077bc;
  border-bottom: #0077bc solid 2px;
}
.info-section p + h4, .info-section ul + h4, .info-section ol + h4 {
  margin-top: 2em;
}
.info-section article {
  margin-bottom: 0;
}


.related-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.related-links li {
	position: relative;
	display: block;
	width: calc(33% - 10px);
}
.related-links li::after {
	content: "";
	display: block;
	padding-top: 100%;
}
.related-links a  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: .3s;
}
.related-links a:hover {
	opacity: .6;
}
.related-links a.related-link01 {
	background: url("../images/relatedlink_btn01.jpg") no-repeat;
	background-size: 100% auto;
}
.related-links a.related-link02 {
	background: url("../images/relatedlink_btn02.jpg") no-repeat;
	background-size: 100% auto;
}
.related-links a.related-link03 {
	background: url("../images/relatedlink_btn03.jpg") no-repeat;
	background-size: 100% auto;
}
.related-links a.related-link03 {
	background: url("../images/relatedlink_btn04.jpg") no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 640px) {
.related-links li {
	width: 100%;
	margin-bottom: 10px;
}
	.related-links li::after {
	padding-top: 20%;
}
.related-links a.related-link01 {
	background: url("../images/relatedlink_btn04_sp.jpg") no-repeat;
	background-size: 100% auto;
}
.related-links a.related-link02 {
	background: url("../images/relatedlink_btn02_sp.jpg") no-repeat;
	background-size: 100% auto;
}
.related-links a.related-link03 {
	background: url("../images/relatedlink_btn01_sp.jpg") no-repeat;
	background-size: 100% auto;
}
}

.backto {
  margin: 2em 0 0;
  text-align: center;
}
footer .backto {
  margin: -1em 0 1em;
}
.backto a {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
  width: 220px;
  line-height: 48px;
  background:#0048ce;
  border: #0048ce solid 2px;
  border-radius: 26px;
  transition: 0.3s;
}
.backto a:hover {
  opacity: 0.8;
}
footer {
  padding: 40px 0;
  background: #fff;
  border-top: #ccc solid 2px;
}
footer nav {
  margin: 0 auto 2em auto;
  text-align: center;
  letter-spacing: -.4em;
}
footer nav li {
  display: inline-block;
  letter-spacing: normal;
}
footer nav li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: rgba(255, 255, 255, 0.50) solid 1px;
}
footer nav li a {
  display: block;
  font-size: 15px;
  line-height: 34px;
  transition: 0.3s;
}
footer nav li a:hover {
  opacity: 0.4;
}
footer nav li a i {
  display: inline-block;
  width: 38px;
  height: 38px;
    background: url("../images/pay-easy-logo-circle.png") no-repeat;
  background-size: 38px auto;
  vertical-align: middle;
}
footer nav li:first-of-type a {
  width: 220px;
  line-height: 48px;
  border: #0048ce solid 2px;
  border-radius: 26px;
}
footer p {
  margin-bottom: 0.3em;
  padding: 0 20px;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
footer .copy-right {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  /*
  footer nav {
    text-align: left;
  }
  footer nav li {
    display: block;
    border-bottom: rgba(255, 255, 255, 0.50) solid 1px;
  }
  footer nav li:first-of-type {
    padding-left: 0;
    background: none;
  }
  footer nav li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  footer nav li a {
    display: block;
    padding: 0 20px;
    line-height: 50px;
    transition: 0.3s;
  }
  footer nav li a:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.40);
  }
  footer nav li:first-of-type a {
    padding-left: 62px;
    background-image: url("../images/pay-easy-logo-circle.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 34px auto;
  }
  */
  footer p {
    text-align: left;
  }
}


#ad .tab-area {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	border-bottom: #00469d solid 8px
}
#ad .tab-area .tab {
	position: relative;
	display: table-cell;
	align-content: center;
	width: calc(50% - 4px);
	height: 80px;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background-color: #ccc;
	border-radius: 14px 14px 0 0;
	transition: 0.3s;
	overflow: hidden
}
#ad .tab-area .tab span {
	display: block;
	font-size: 80%
}
#ad .tab-area .tab.active {
	position: relative;
	background-color: #00469d;
	color: #fff
}
#ad .aditem-area {
	padding: 1em 0;
	border: #00469d solid 2px
}
#ad .aditem-area p.lead {
	padding: 0 1em;
	text-align: center;
	font-size: 90%
}
#ad .aditem-area p.lead strong {
	font-size: 120%
}
#ad .aditem-area p.lead span {
	display: block;
	font-size: 80% !important;
	font-weight: normal
}
#ad .aditem-area .aditem {
	display: none
}
#ad .aditem-area .aditem.active {
	display: block
}
.banner-box, .data-box {
	width: 100%
}
.banner-box th, .data-box th {
	color: #fff;
	padding: 4px 0;
	background: #00469d;
	line-height: 1.3
}
.banner-box th + th, .data-box th + th {
	border-left: #f8f3e5 solid 1px
}
.banner-box td, .data-box td {
	padding: 10px;
	text-align: center
}
.banner-box td + td, .data-box td + td {
	border-left: #e9dfc4 dotted 1px
}
.banner-box td img, .data-box td img {
	width: 100%
}
.banner-box td {
	vertical-align: middle
}
.banner-box td ul {
	margin: 0.3em 0 0.6em 0;
	padding: 0;
	list-style: none
}
.banner-box td ul li {
	display: inline-block;
	margin: 0 0 3px 0;
	padding: 0 0.5em;
	line-height: 1.3
}
.banner-box td ul li + li {
	border-left: #000 solid 1px
}
.data-box td {
	width: 50%;
	vertical-align: top
}
.data-box td span {
	display: block;
	text-align: left
}
.data-box td span br {
	display: none
}
.backto {
	margin: -1em 0 1em;
	text-align: center
}
.backto a {
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	width: 220px;
	line-height: 48px;
	background: #0048ce;
	border: #0048ce solid 2px;
	border-radius: 26px;
	transition: 0.3s
}
.backto a :hover {
	opacity: 0.8
}
@media screen and (min-width: 576px) {
	#ad .tab-area .tab {
		border-radius: 10px 10px 0 0
	}
	.banner-box td img {
		width: 80%
	}
	.data-box td img {
		width: 80%
	}
	.data-box td span {
		text-align: center
	}
	.data-box td span br {
		display: block
	}
}
@media screen and (min-width: 1024px) {
	.banner-box td img {
		width: auto;
		height: auto
	}
	.data-box td img {
		max-width: 300px
	}
}