@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:#e1ebf5;}

@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;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.red {
	color: #ff0000;
}

.large {
    font-size: 120%;
}

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: 10% 1%;
}

/*title*/
.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

/*navigation*/
.topNavi {
	width: 100%!important;
	background: #003399;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.topNavi ul li {
	font-size: 14px;
	display: block;
	width: 33.33333%;
	float: left;
	margin: 0;
    padding: 3% 0.1%;
	border-left: 1px dashed rgba(255,255,255,0.5);
	/*border-bottom: 1px dashed rgba(255,255,255,0.5);*/
	vertical-align: middle;
	color: #fff;
}

/*.topNavi ul li:nth-child(n+3) { 3番目以降
	border-bottom: none;
    width: 49%;
}*/

.topNavi ul li:nth-child(1) {
	border-left: none;
}

.topNavi ul li a {
    color: #fff;
}

/**/
h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0.5rem;
    margin-bottom: 3%;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(111, 111, 111, 1);
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, right top, from(#3399ff), to(#6699ff));
    background-image: -webkit-linear-gradient(left, #3399ff 0%, #6699ff 100%);
    background-image: linear-gradient(to right, #3399ff 0%, #6699ff 100%);
}

/*イントロ*/
.note {
    width: 100%;
    padding: 1rem 0.5rem;
    margin-bottom: 5%;
    background: #FFFCD2;
    line-height: 1.4;
    text-align: center;
    color: #F00;
    font-weight: bold;
}

.introBox img {
	text-align: center;
    width: 90%!important;
    margin: 0 5%;
}

/*list横並び*/
.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 100%;
    margin-bottom: 2%;
}

.itemList2 > div img {
	width: 100%;
}

.itemList2 > div dt {
    text-align: center;
}

.itemList2 > div dd {
	margin: 0; /* これがないとずれる */
	text-align: center;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    margin-top: 2%;
}

.itemList3 > div {
	width: 80%;
    margin: 1% 10% 3%;
}



/*お申込みの流れ*/
.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-top: 1em;
    padding: 1.8em 0.5em 1.4em 0.5em;
    border: 3px solid #003399;
    background: #FFF;
    font-size: 16px;
    line-height: 1.4;
    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: 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 span.keyword {
  border: 2px solid #000;
  color: #FF0000;
  padding: 1px 5px;
  border-radius: 5px;
  margin: 0 2px 6px 0;
}

.flowBox p {
    margin: 0;
}

.date dl {
    font-size: 14px;
}

.date dt {
	clear: left;
	float: left;
	width: 50%;
    padding-bottom: 2%;
}

.date dd {
	margin-left: 50%;
    padding-bottom: 2%;
}

/*注意事項*/
ul.guideList {
    font-size: 14px;
	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 .frame {
    margin: 0 2px;
    padding : 2px 3px;
    border: 1px solid #000;
    border-radius: 3px;
}


/*◆ボタン*/
.Btn {
  color: #fff;
  width: 90%;
  margin: 2% auto;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::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: 50px 0;
}

/*title*/
.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 400px;
}

.titleSp {
	display: none !important;
}

/*navigation*/
.topNavi {
	width: 100%!important;
    background: #003399;
	text-align: center;
}

.topNavi ul {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.topNavi ul li {
	display: inline;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 18px;
    padding: 5px 20px;
}

.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

/**/
h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 1rem;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(111, 111, 111, 1);
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#3399ff), to(#6699ff));
    background-image: -webkit-linear-gradient(left, #3399ff 0%, #6699ff 100%);
    background-image: linear-gradient(to right, #3399ff 0%, #6699ff 100%);
}

/*イントロ*/
.note {
    width: 950px;
    padding: 20px 10px;
    margin-bottom: 40px;
    background: #FFFCD2;
    line-height: 1.4;
    text-align: center;
    color: #F00;
    font-weight: bold;
}

.introBox {
	text-align: center;
} 

.introBox img {
    width: 810px;
}

/*list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 50%;
	padding: 10px;
}

.itemList2 > div img {
	width: 100%;
}

.itemList2 > div dt {
    text-align: center;
}

.itemList2 > div dd {
	margin: 0; /* これがないとずれる */
	text-align: center;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    margin-top: 10px;
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList3 > div img {
  display: block;
  height: auto;
  width: 100%;
}

/*お申込みの流れ*/
.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 0.5em 0.5em 0.5em;
    border: 3px solid #003399;
    background: #FFF;
    font-size: 20px;
    line-height: 1.6;
    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: .9em;
}

.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 span.keyword {
  border: 2px solid #000;
  color: #FF0000;
  padding: 0 5px;
  border-radius: 5px;
  margin: 0 2px 4px 0;
}

.flowBox p {
    margin: 0;
}

.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）';
}

ul.guideList li .frame {
    margin: 0 2px;
    padding : 0 3px;
    border: 1px solid #000;
    border-radius: 3px;
}



/*ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  padding: 10px 30px;
  position: relative; /* 追記 */
  font-size: 16px;
  font-style: normal;
}

.Btn a {
	color: #fff;
}

.Btn::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;
}


}


