@charset "UTF-8";

body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
color: #000;
overflow-x: hidden;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#F0F7FC;}

@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

article{
width: 100%;
}
section{
  position: relative;
}
.active{
  opacity: 1;
}
a{
  transition: .3s;
}
a:link,
a:visited{
  color: #0952a4;
}
a:hover{
  opacity: 0.7;
}
.textLeft {
	text-align: left;
    line-height: 1.4;
}

.textCenter {
	text-align: center;
    line-height: 1.4;
}

.textRight {
	text-align: right;
    line-height: 1.4;
}

.red {
	color: #ff0000;
}

dt {
  font-weight: normal;
}

strong {
    font-weight: bold;
}

img.middle {
	vertical-align: middle;
}

/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.spnone{
	display:none;
}

#container{
  position: relative;
  width: 100%;
}

.inner {
	width: 98%;
	margin: 0 auto;
	padding: 10% 1%;
}

/*news*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
	font-size:1.1em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*見出し*/
h2 {
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 1em 0 1em 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#2a26bb), to(#7c0b73));
  background-image: -webkit-linear-gradient(left, #2a26bb 0%, #7c0b73 100%);
  background-image: linear-gradient(to right, #2a26bb 0%, #7c0b73 100%);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .1em;
}

h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 1.5rem 0 .5rem;
}

h3 .marker {
    background-image: linear-gradient(0deg, transparent 0.3em, #ffff33 0.3em, #ffff33 0.8em, transparent 0.8em);
    padding: 0.2em; /* テキストの周りにスペースを追加 */
    border-radius: 4px; /* 角を丸くする */
}

h4 {
    font-size: 18px;
    font-weight: bold;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  text-align: center;
  margin: 2em 0 .5em ;
}

h4::before,
h4::after {
  background-color: #0066cc; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  height: 4px; /* 横線の高さ */
  width: 30px; /* 横線の長さ */
}

h4::before {
  margin-right: 10px; /* 文字との余白 */
}

h4::after {
  margin-left: 10px; /* 文字との余白 */
}

  /*お申込みの流れ*/
  .point {
    text-align: center;
    margin-top: 1em;
  }
 .point img {
    width: 100%;
  }
  
.pointBox {
    position: relative;
    margin-top: 0.5em;
    padding: 1.6em 1em 1em 1em;
    border: 3px solid #ff0033;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    line-height: 1.4;
}

.pointBox > .icon {
    position: absolute;
    top: -1.3em;
    left: -.5em;
    padding: 0.4em 1.0em 0.6em;
    border-radius: 25px;
    background-color: #ff0033;
    color: #fff;
    font-size: 16px;
}

.pointBox > .icon::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ff0033;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.pointBox p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.pointBox .large {
    font-size: 28px;
    font-weight: bold;
    color: #ff0033;
}
	
	.pointBox  small{
		font-size: 1.5rem;
	}

/*赤枠*/
.alertBox {
	font-size: 16px;
	line-height: 1.4;
	margin: 2em auto;
	padding: 1em;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
    width: 96%;
}

.alertBox .code {
	background: #FF0;
	padding: 0 .2em .2em .5em;
    margin-top: .3em;
    display: inline-block; /*文字のみ背景色適用*/
}

/*お申込み店舗*/
.yoyakuBox {
	width: 100%;
	text-align: center;
	background: #FFF;
	padding: 1em;
    margin-bottom: 1em;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
    border-radius: 5px;
}

.yoyakuBox .depArea {
	width: 100%;
	font-size: 16px;
    line-height: 1.6;
    color: #FFF;
	text-align: center;
	background: #000;
	padding: .2em;
    border-radius: 20px;
}

.yoyakuBox .shiten {
	font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: .2em;
}

.yoyakuBox .tel {
	font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    color: #F00;
    margin-top: .2em;
}

.yoyakuBox .telTime {
	font-size: 16px;
    line-height: 1.4;
    margin-top: .2em;
}

/*list横並び*/
*, *:before, *:after {
    box-sizing: border-box;
}

.itemList2,
.itemList3,
.itemList4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div,
.itemList3 > div,
.itemList4 > div {
  width: 100%;
  padding: 10px;
}

.itemList4Bn > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList2 > div img,
.itemList3 > div img,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

/*注意事項*/
.subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
}

ul.guideList {
	line-height: 1.4;
	margin-top: 2%;
    font-size: 16px;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li.no1,
ul.guideList li.no2,
ul.guideList li.no3,
ul.guideList li.no4,
ul.guideList li.no5,
ul.guideList li.no6 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.no1:before {
	content: '1.';
}

ul.guideList li.no2:before {
	content: '2.';
}

ul.guideList li.no3:before {
	content: '3.';
}

ul.guideList li.no4:before {
	content: '4.';
}

ul.guideList li.no5:before {
	content: '5.';
}

ul.guideList li.no6:before {
	content: '6.';
}

ul.guideList li span {
	color: #F00;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin-top: 5%;
}

.Btn a {
	color: #fff;
	display: block;
	padding: 5%;
	background: #6699ff;
	border-radius: 5px;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_All {
  color: #fff;
  width: 90%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

.Btn_All a {
	color: #fff;
	display: block;
	padding: 5%;
	background: #6699ff;
	border-radius: 5px;
}

.Btn_All::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin-top: 5%;
  padding: 5%;
  background: #666;
  border-radius: 5px;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn span {
  font-size: 80%;
}
	
	.contact_btn{
		margin-top: 10px;
		padding: 0 10px;
	}
	.contact_btn p.txt{
		font-size: 1.5rem;
		margin-top: 15px;
	}
	.contact_btn ul.kome{
		font-size: 1.4rem;
		line-height: 1.6;
		margin-top: 15px;
		text-align: left;
		font-weight: 700;
	}
	.contact_btn ul.kome .red{
		color: #F00;
	}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}


}




/*
PC
==================================================== */
@media screen and (min-width: 760px),print {
.pcnone{
	display:none;
}
#container{
  position: relative;
  z-index:1;
}

.inner {
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0;
}

/*news*/
#newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*見出し*/
h2 {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 1em 0 1em 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#2a26bb), to(#7c0b73));
  background-image: -webkit-linear-gradient(left, #2a26bb 0%, #7c0b73 100%);
  background-image: linear-gradient(to right, #2a26bb 0%, #7c0b73 100%);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: .1em;
}

h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 1.5rem 0 .5rem;
}

h3 .marker {
    background-image: linear-gradient(0deg, transparent 0.3em, #ffff33 0.3em, #ffff33 0.8em, transparent 0.8em);
    padding: 0.2em; /* テキストの周りにスペースを追加 */
    border-radius: 4px; /* 角を丸くする */
}

h4 {
    font-size: 24px;
    font-weight: bold;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  margin: 2em 0 .5em ;
}

h4::before,
h4::after {
  background-color: #0066cc; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  height: 5px; /* 横線の高さ */
  width: 40px; /* 横線の長さ */
}

h4::before {
  margin-right: 15px; /* 文字との余白 */
}

h4::after {
  margin-left: 15px; /* 文字との余白 */
}

/*お申込みの流れ*/
.point {
    text-align: center;
    margin-top: 1em;
  }
 .point img {
    width: 880px;
  }
  
.pointBox {
    position: relative;
    margin-top: .5em;
    padding: 1.6em 1em 1em 1em;
    border: 3px solid #ff0033;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    line-height: 1.4;
    height: 170px;                  /* 高さを指定 */
}

.pointBox > .icon {
    position: absolute;
    top: -1.3em;
    left: -.5em;
    padding: 0.4em 1.0em 0.6em;
    border-radius: 25px;
    background-color: #ff0033;
    color: #fff;
    font-size: 16px;
}

.pointBox > .icon::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ff0033;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.pointBox p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.pointBox .large {
    font-size: 28px;
    font-weight: bold;
    color: #ff0033;
}
	
	.pointBox small{
		font-size: 1.4rem;
	}

/*赤枠*/
.alertBox {
	font-size: 16px;
	line-height: 1.4;
	margin: 2em auto;
	padding: 1em;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
    width: 980px;
}

.alertBox .code {
	background: #FF0;
	padding: 0 .2em .2em .5em;
    margin-top: .3em;
    display: inline-block; /*文字のみ背景色適用*/
}

/*お申込み店舗*/
.yoyakuBox {
	width: 100%;
	margin: 0 auto 1em;
	text-align: center;
	background: #FFF;
	padding: 1em;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
    border-radius: 5px;
}

.yoyakuBox .depArea {
	width: 100%;
	font-size: 16px;
    line-height: 1.6;
    color: #FFF;
	text-align: center;
	background: #000;
	padding: .2em;
    border-radius: 20px;
}

.yoyakuBox .shiten {
	font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: .2em;
}

.yoyakuBox .tel {
	font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    color: #F00;
    margin-top: .2em;
}

.yoyakuBox .telTime {
	font-size: 16px;
    line-height: 1.4;
    margin-top: .2em;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4  {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList3 > div {
  width: 33.33333%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList4 > div {
  width: 25%;
  height: auto;
  align-self: stretch;
  padding: 10px;
}

.itemList2 > div img,
.itemList3 > div img,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

/*注意事項*/
.subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
}

ul.guideList {
	padding: 0;
    margin-top: 8px;
	line-height: 1.4;
    font-size: 16px;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li.no1,
ul.guideList li.no2,
ul.guideList li.no3,
ul.guideList li.no4,
ul.guideList li.no5,
ul.guideList li.no6 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.no1:before {
	content: '1.';
}

ul.guideList li.no2:before {
	content: '2.';
}

ul.guideList li.no3:before {
	content: '3.';
}

ul.guideList li.no4:before {
	content: '4.';
}

ul.guideList li.no5:before {
	content: '5.';
}

ul.guideList li.no6:before {
	content: '6.';
}

ul.guideList li span {
	color: #F00;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 10px auto 0;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #6699ff;
	border-radius: 5px;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_All{
  color: #fff;
  width: 80%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

.Btn_All a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #6699ff;
	border-radius: 10px;
}

.Btn_All::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  font-size: 16px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 10px auto 0;
  padding: 10px 20px;
  background: #666;
  border-radius: 5px;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn span {
  font-size: 80%;
	}

	.contact_btn{
		margin-top: 15px;
	}
	.contact_btn p.txt{
		font-size: 1.8rem;
		margin-top: 20px;
	}
	.contact_btn ul.kome{
		font-size: 1.6rem;
		margin-top: 20px;
		line-height: 1.8;
		font-weight: 700;
	}
	.contact_btn ul.kome .red{
		color: #F00;
	}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}


}