@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:#E6F8FF;}

@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;
}

.fixed { /*ナビゲーション 固定*/
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.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;
}

/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.spnone{
	display:none;
}

#container{
  position: relative;
  width: 100%;
}

.inner {
	width: 98%;
	margin: 0 auto;
	padding: 5% 1%;
}

/*title*/
.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

/*見出し*/
h2 {
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(315deg, #ff0099 0%, #ff6699 50%, #ff0099 100%);
    background-image: linear-gradient(135deg, #ff0099 0%, #ff6699 50%, #ff0099 100%);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

h3 {
  position: relative;
  padding: 0 1.5rem 0.3rem;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
}

h3:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #0066cc;
}

/*お申込みの流れ*/
.attention {
    font-size: 14px;
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
    text-align: center;
	background: #FFF;
    line-height: 1.6;
}

.flowBox {
    position: relative;
    margin: 1em auto 0;
    padding: 1.8em 0.5em 1.4em 0.5em;
    border: 3px solid #003399;
    background: #FFF;
    text-align: center;
    border-radius: 10px;
    width: 90%;
    
}

.flowBox .step {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #003399;
    color: #fff;
    font-size: 14px;
}

.flowBox .step::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #003399;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.flowBox span.small {
  font-size: 70%;
  font-weight: normal;
}

.flowBox span.large {
  font-size: 140%;
  font-weight: bold;
}

.flowBox p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.flowBox p strong {
    color: #0066cc;
}

.date dl {
    font-size: 14px;
}

.date dt {
	clear: left;
	float: left;
	width: 50%;
    padding-bottom: 2%;
}

.date dd {
	margin-left: 50%;
    padding-bottom: 2%;
}

/*注意事項*/
.unit dl {
    width: 100%;
	padding: 1px 0;
}

.unit dt {
	width: 100%;
    padding: 5px 8px;
	line-height: 1.5;
    color: #FFF;
}

.unit dt {
    background: #000;
}

.unit dd {
    width: 100%;
    padding: 5px 8px;
    background: #F4F3F3;
    line-height: 1.5;
}

.unit dd .catch {
    font-size: 197%;
    font-weight: bold;
}

ul.guideList {
	line-height: 1.4;
	margin-top: 2%;
}

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 span {
	color: #F00;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div,
.itemList3 > div,
.itemList4 > div {
  width: 100%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList2,
.itemList3,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 96%;
  margin: 2% auto;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.0em;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 2% auto;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 10% 3%;
  position: relative; /* 追記 */
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}



/*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: 970px;
	margin: 0 auto;
	padding: 30px 0;
}

/*title*/
.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 500px;
}

.titleSp {
	display: none !important;
}

/*見出し*/
h2 {
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(315deg, #ff0099 0%, #ff6699 50%, #ff0099 100%);
    background-image: linear-gradient(135deg, #ff0099 0%, #ff6699 50%, #ff0099 100%);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

h3 {
  position: relative;
  padding: 0 1.5rem 0.3rem;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 10px;
}

h3:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #0066cc;
}

/*お申込みの流れ*/
.attention {
	line-height: 1.4;
	margin: 20px 0 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: center;
	background: #FFF;
}

.flowBox {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 1em 0.5em 1em;
    border: 3px solid #003399;
    background: #FFF;
    text-align: center;
    border-radius: 10px;
}

.flowBox .step {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #003399;
    color: #fff;
    font-size: 18px;
}

.flowBox .step::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #003399;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.flowBox p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.flowBox p strong {
    color: #0066cc;
}

.date dl {
    font-size: 20px;
}

.date dt {
	clear: left;
	float: left;
	width: 260px;
    padding-bottom: 10px;
}

.date dd {
	margin-left: 260px;
    padding-bottom: 10px;
}

/*注意事項*/
ul.guideList {
	padding: 0;
    margin-top: 8px;
	line-height: 1.4;
}

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）';
}

/*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,
.itemList3,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  padding: 10px 30px;
  position: relative; /* 追記 */
}

.Btn a {
	color: #fff;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-weight: bold;
}

.Btn02 {
  color: #fff;
  width: 60%;
  margin: 10px auto;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
}

.Btn02 a {
	color: #fff;
}

.Btn02::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-weight: bold;
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/*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;
}


}