@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;
}

.small {
    font-size: 80%;
}

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%;
}

.innerOffset {
	width: 98%;
	margin: 0 auto;
	padding: 0 1% 10%;
}

/*タイトル*/
.unit img {
	width: 100%;
    height: auto;
}

.unit:nth-child(2) {
    margin-top: 5%;
}

/*見出し*/
h2 {
    padding: 3%;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-size: 120%;
    border-radius: 5px;
}

h2.alert {
    background: #FF0000;
}

h2.yoyaku {
    background: #0066cc;
}

.attention {
	width: 100%;
	margin-top: 4%;
	border: 2px #F00 solid;
	padding: 3%;
	background: #FFF;
    line-height: 1.2;
}

/*注意事項*/
.label {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 3% 0 2%;
}

ul.guideList {
	margin-top: 2%;
}

ul.guideList li {
	list-style: none;
    line-height: 1.4;
	padding-bottom: 4px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome,
ul.guideList li.no01,
ul.guideList li.no02,
ul.guideList li.no03,
ul.guideList li.no04,
ul.guideList li.no05,
ul.guideList li.no06 {
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.no01:before {
	content: '1．';
}

ul.guideList li.no02:before {
	content: '2．';
}

ul.guideList li.no03:before {
	content: '3．';
}

ul.guideList li.no04:before {
	content: '4．';
}

ul.guideList li.no05:before {
	content: '5．';
}

ul.guideList li.no06:before {
	content: '6．';
}

/*お問い合わせ先*/
.yoyakuBox {
	width: 96%;
	margin: 5% 2% 0;
    line-height: 1.4;
	text-align: center;
	background: #FFF;
	padding: 3% 3% 5%;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}

.yoyakuBox strong {
	font-size: 110%;
    font-weight: bold;
}

.yoyakuBox span {
	color: #ff0000;
}

.yoyakuBox .code {
	width: 94%;
	margin: 3% auto 0;
    line-height: 1.5;
	text-align: center;
	background: #FFE8E8;
	padding: 2%;
}

.yoyakuBox p {
	text-align: left;
    margin-top: 10px;
}

/*list横並び*/
.itemList3 > div {
	width: 100%;
	padding: 3% 0;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  padding: 4% 2%;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.0em;
  line-height: 1.4;
}

.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: 90%;
  margin: 0 auto;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 4% 2%;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.0em;
  line-height: 1.4;
}

.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: 50px 0;
}

.innerOffset {
    width: 970px;
	margin: 0 auto;
	padding: 0 0 50px;
}

/*タイトル*/
.unit img {
	width: 970px;
    height: auto;
}

.unit:nth-child(2) {
    margin-top: 50px;
}

/*見出し*/
h2 {
    padding: 30px 10px;
    color: #fff;
    text-align: center;
    line-height: 1.0;
    font-size: 140%;
    border-radius: 5px;
}

h2.alert {
    background: #FF0000;
}

h2.yoyaku {
    background: #0066cc;
}

.attention {
	line-height: 1.5;
	margin: 30px 0 10px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

/*注意事項*/
.label {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 14px 0 6px;
}

ul.guideList {
	margin-top: 10px;
}

ul.guideList li {
	list-style: none;
    line-height: 1.4;
	padding-bottom: 4px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome,
ul.guideList li.no01,
ul.guideList li.no02,
ul.guideList li.no03,
ul.guideList li.no04,
ul.guideList li.no05,
ul.guideList li.no06 {
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.no01:before {
	content: '1．';
}

ul.guideList li.no02:before {
	content: '2．';
}

ul.guideList li.no03:before {
	content: '3．';
}

ul.guideList li.no04:before {
	content: '4．';
}

ul.guideList li.no05:before {
	content: '5．';
}

ul.guideList li.no06:before {
	content: '6．';
}

/*お問い合わせ先*/
.yoyakuBox {
	width: 750px;
	margin: 30px auto 0;
    line-height: 1.5;
	text-align: center;
	background: #FFF;
	padding: 20px;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}

.yoyakuBox strong {
	font-size: 150%;
    font-weight: bold;
}

.yoyakuBox span {
	color: #ff0000;
}

.yoyakuBox .code {
	width: 650px;
	margin: 10px auto 0;
    line-height: 1.5;
	text-align: center;
	background: #FFE8E8;
	padding: 10px;
}

.yoyakuBox p {
	text-align: left;
}

/*list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  padding: 20px;
  position: relative; /* 追記 */
  font-size: 110%;
  font-weight: bold;
  line-height: 1.4;
}

.Btn a {
	color: #fff;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-weight: bold;
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px;
  position: relative; /* 追記 */
  font-size: 110%;
  font-weight: bold;
  line-height: 1.4;
}

.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;
}


}


