@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth}/*smooth scroll*/
main * { font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4}
.spnone{display:none}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%
}
#dirPathBlock {
	overflow-x: scroll;
	overflow-y: hidden
}
#dirPathBlock p,
#anchorLinkBlock a{
	width: max-content;
	font-size: 12px
}
#wrapper > h1 {margin: 0 1%}
h2 {
	width: fit-content;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 25px;
	padding: 0 10px 5px
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 15px 0;
	box-sizing: border-box;
	color: #222
}
section{
	font-size:16px;
	line-height: 1.5
}

/*title*/
#title{margin: auto}
p.endcontents{
    width: 95%;
    color: #F00;
    margin: 15px auto;
    padding: 10px;
    border: 1px solid #ff0000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box
}

/*期限*/
.detailDay{
	background: #FFF;
	border-radius: 10px;
	box-sizing: border-box
}
.detailDay li{margin: 0 0 15px}
.detailDay li:last-child{margin-bottom: 0}
.detailDay dl dt{
	margin-bottom: 5px;
	padding: 0 0 0 3%;
	display: grid;
	align-items: center;
	border-left: 4px solid #00499f;
	font-weight: bold
}
.detailDay dl dd{padding: 3px 0 5px}

/*note*/
.note {margin: 0 auto 25px}

/*step*/
.step > li {
    border: 2px solid #00499f;
    border-radius: 10px;
    margin: 0 auto 25px;
    padding: 15px;
    position: relative
}
.step > li dt {
    font-size: 20px;
    margin-bottom: 15px
}
.step > li dt p {
    width: 200px;
    text-align: center;
    background: #00499f;
    color: #FFF;
    margin: 0 auto 15px;
    padding: 0 15px;
    border-radius: 1em
}
.step > li dt h3{
    text-align: center;
    font-weight: bold;
    color: #0074c1
}
.step > li dd.twpoint {
    border: 2px dotted #0074c1;
    padding: 10px
}
.step > li dd.twpoint b {color: #0074c1}
.step > li dd.twpoint .blue_btn {margin: 15px 0 10px}
.step > li dd.twpoint .blue_btn a h4 {
    color: #fff !important;
    font-weight: lighter;
    text-align: center;
    margin: 0;
    padding: 0
}

/*discount*/
.discount_Wrap {
    font-size: 14px;
    margin-bottom: 50px
}
.discount_Wrap > li{margin: 0 auto 15px}
.discount_Wrap > li p{
	width: 95%;
	margin: 0 auto
}
.discount_Wrap li h3 {
	background: #E1E1E1;
	margin-bottom: 10px;
	padding: 3px 10px 4px;
	font-weight: bold;
	border-radius: 3px
}
.waribiki_img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto
}
dl.target_plan {
	border: 3px solid #00499f;
	border-radius: 10px;
	margin: 0 auto 25px;
	padding: 25px;
}

/*btn*/
.target_plan h4 {
    width: fit-content;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0074c1;
    margin: 0 auto 15px;
    position: relative
}
.target_plan h4:before,
.target_plan h4:after {
    content: "|";
    display: inline-block;
    font-size: 18px
}
.target_plan h4:before {
    transform: rotate(-25deg);
    position:absolute;
    bottom: 2px;
    left: -24px
}
.target_plan h4:after {
    transform: rotate(25deg);
    position:absolute;
    bottom: 2px;
    right: -24px  
}
.blue_btn{
	display:flex;
	margin-bottom: 20px
}
.blue_btn a{
	width: 96%;
	color: #fff!important;
	background: #00499f;
	margin: 0 auto;
	padding-bottom: 3px;
	line-height: 3;
	box-shadow: 1px 1px 5px #aaa;
    background: #F29A16;
    border-radius: 3rem
}
.blue_btn h5{
	display: flex;
	margin: auto;
    font-weight: lighter;
	width: fit-content
}
.blue_btn svg{
	width: 32px;
	margin-right: 12px
}
.blue_btn a svg circle,
.blue_btn a svg line{
	fill:none;
	stroke:#fff;
	stroke-width:6
}

/*PR*/
#other .inner {padding: 15px 0;}
.pr_banner {
    width: 96%;
    margin: 25px auto 50px;
    text-align: center;
}
.pr_banner img {
    width: 100%;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231}
.pcnone{display:none}

#dirPathBlock,
#wrapper > h1,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px}
#wrapper > h1 {
	width: auto;
	max-width:1080px;
	margin: 0 auto 5px
}
h2 {
	width: fit-content;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 25px;
	padding: 0 10px 5px
}
.inner{
	width: 96%;
	max-width:1080px;
	margin: 0 auto;
	padding:25px 0;
	display: block;
	color: #222
}
section{
	font-size:18px;
	line-height: 1.6
}

/*title*/
#title{
	width: 100%;
	max-width:1080px;
	min-width: 760px;
	margin: 0 auto 2%;
	padding: 0
}
p.endcontents{
	width: 100%;
	max-width:1060px;
	min-width: 740px;
	margin: 25px auto;
	padding: 10px;
	border: 1px solid #ff0000;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
    text-align: center;
	border-radius: 5px;
	box-sizing: border-box
}

/*detailDay*/
.detailDay{
	width: 700px;
	margin: 10px auto;
	padding: 0 25px;
	background: #FFF;
	border-radius: 10px;
	box-sizing: border-box
}
.detailDay li{margin: 0 0 15px}
.detailDay dl{display: flex}
.detailDay dl dt{
	width: 24%;
	padding: 0 0 0 1%;
	display: grid;
	align-items: center;
	border-left: 5px solid #00499f;
	font-weight: bold
}
.detailDay dl dd{
	width: 72%;
	padding: 3px 0 5px
}

/*note*/
.note {
    margin: 0 auto 25px;
    width: 660px
}
.note > li {margin-bottom: 5px}

/*step*/
.step > li {
    border: 3px solid #00499f;
    border-radius: 10px;
    margin: 0 auto 25px;
    padding: 25px;
    position: relative
}
.step > li dt {
    font-size: 22px;
    margin-bottom: 15px
}
.step > li dt p {
    position: absolute;
    background: #00499f;
    color: #FFF;
    padding: 0 25px;
    border-radius: 1em
}
.step > li dt h3{
    text-indent: 140px;
    font-weight: bold;
    color: #0074c1
}
.step > li dd.twpoint {
    border: 2px dotted #0074c1;
    padding: 10px;
    position: relative
}
.step > li dd.twpoint b {color: #0074c1}
.step > li dd.twpoint .blue_btn {
    width: 240px;
    position: absolute;
    bottom: 0;
    right: 1%
}
.step > li dd.twpoint .blue_btn a h4 {
    color: #fff !important;
    font-weight: lighter;
    text-align: center;
    margin: 0;
    padding: 0
}

/*discount*/
.discount_Wrap {margin-bottom: 50px}
.discount_Wrap > li{
	width: 96%;
	margin: 0 auto 25px
}
.discount_Wrap li h3 {
	background: #E1E1E1;
    margin-bottom: 15px;
    padding: 8px 10px;
	font-weight: bold;
	border-radius: 3px
}
.waribiki_img {
    display: block;
    margin: auto;
}
dl.target_plan {
	border: 2px solid #00499f;
	border-radius: 10px;
	margin: 0 auto 25px;
	padding: 15px;
}

/*btn*/
.target_plan h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #0074c1;
    margin-bottom: 15px;
    position: relative
}
.target_plan h4:before,
.target_plan h4:after {
    content: "|";
    display: inline-block
}
.target_plan h4:before {
    transform: rotate(-25deg);
    margin-right: 15px
}
.target_plan h4:after {
    transform: rotate(25deg);
    margin-left: 15px
}
.search_btn {display: flex}
.blue_btn {
	width: 64%;
	display: flex;
	margin: 0 auto 10px
}
.blue_btn a{
	width: 96%;
	color: #fff!important;
	background: #00499f;
	margin: 0 auto;
	padding-bottom: 3px;
	line-height: 2.4;
	box-shadow: 1px 1px 5px #aaa;
    background: #F29A16;
    border-radius: 3rem
}
.blue_btn h5{
	display: flex;
	margin: auto;
    font-weight: lighter;
	width: fit-content
}
.blue_btn svg{
	width: 32px;
	margin-right: 12px
}
.blue_btn a svg circle,
.blue_btn a svg line{
	fill:none;
	stroke:#fff;
	stroke-width:6
}

/*PR*/
#other .pr_banner {
    width: 640px;
    margin: 0 auto 50px;
    text-align: center;
}

}

/*underbox anim*/
.fadeIn {
	width: 100%;		/* 横幅いっぱい */
	opacity: 0;		 /* 初期値は透明にしておく */
	transition: .5s;	/* 動くスピードを0.5秒に指定 */
	position: relative; /* 相対位置の設定 */
	top: 50px		  /* 事前に下に50pxずらしておく */
}
.active {
	opacity: 1;
	top: 0
}

/*important-red*/
.JSimportant{
	word-break: keep-all;
	position: relative
}
.JSimportant.important-red{transition: all 0.3s}
.JSimportant::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #F00;
	transition: all 1.0s;
	transform: scale(0, 1);
	transform-origin: left top;
	transition-delay: 0.1s
}
.JSimportant.important-red::after {transform: scale(1, 1)}

/*underline*/
.JSunderline{
	word-break: keep-all;
	position: relative
}
.JSunderline::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #00499f;
	transition: all 0.5s;
	transform: scale(0, 1);
	transform-origin: left top;
	transition-delay: 0.1s
}
.JSunderline.lineaction::after {transform: scale(1, 1)}

/*gradientmove*/
@keyframes gradientmove {
  0% {
	background-position: 150% 50%;
  }
  50% {
	background-position: 150% 50%;
  }
  100% {
	background-position: -25% 50%;
  }
}