@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:#FFFECE;}

@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;
}

/*
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;
}

/*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;
}

/*navigation*/
.topNavi {
	width: 100%!important;
    background: #C4E1FF;
}

.topNavi ul {
	padding: 5px 0 10px;
	text-align: center;
}

.topNavi ul li {
	display: inline-block;
	border-left: 1px dashed #003399;
    font-size: 16px;
    padding: 0 20px;
    margin-top: 5px;
}

.topNavi ul li:last-child{
	border-right: 1px dashed #003399;
}

.topNavi ul li a {
    color: #003399;
}

/*メッセージ*/
.message {
    width: 90%;
    margin: 10% auto 0;
    padding: 1em 0.5em;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
    text-align: center;
    line-height: 1.4;
    font-size: 1.0em;
}

.uketori img {
    width: 100%;
    margin-top: 3%;
}

/*見出し*/
h2 {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1ECBDC), to(#4AE2D1));
  background-image: -webkit-linear-gradient(left, #1ECBDC 0%, #4AE2D1 100%);
  background-image: linear-gradient(to right, #1ECBDC 0%, #4AE2D1 100%);
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

h3 {
  position: relative;
  padding: 0 1.5rem 0.5rem;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

h3:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #0066cc;
}

h4 {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 5%;
}

h4 span {
  background: linear-gradient(transparent 60%, #FAFF8A 0%);
}

.attention {
	width: 100%;
	margin-bottom: 5%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

/*プラン*/
.planBox {
    background: #FFF;
    width: 100%;
    margin-top: 20px;
    line-height: 1.2;
}

.planBox .ribbon {
  display: inline-block;
  position: relative;
  height: 30px;/*リボンの高さ*/
  line-height: 30px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  margin-bottom: 3px;
  background: #ff9933;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.planBox .ribbon:before,
.planBox .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.planBox .ribbon:before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.planBox .ribbon:after {
  top: 0;
  right: 0;
  border-width: 15px 10px 15px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.planBox .planName {
    font-size: 110%;
	font-weight: bold;
}

.planBox .number {
	font-weight: bold;
    background: #FF0000;
    color: #FFF;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 5px 0 0;
    border-radius: 30px;
    font-size: 90%;
}

.planBox .age {
	font-weight: bold;
    background: #000;
    color: #FFF;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 5px 0 0;
    font-size: 90%;
}

.planBox .price {
    font-size: 200%;
	font-weight: bold;
    color: #FF0000;
}

.planBox .price .date {
    font-size: 47%;
    font-weight: normal;
    color: #000;
}

.planBox .price .small {
    font-size: 60%;
}

.planBox .tokuten {
    margin: 10px 0;
}

.planBox .tokuten img {
    width: 100%;
}

/*ポチっとギフトのご案内*/
.pochiBox {
    margin-top: 20px;
}

.pochiBox img {
    width: 100%;
}

/*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;
}

/*アコーディオン*/
.accordion {
  margin: 1.5rem auto 1rem;
  max-width: 100%;
}

.toggle {
  display: none;
}

.faq {
  position: relative;
  margin-bottom: 1rem;
}

.question,.anser {
  transform: translateZ(0);
  transition: all 0.3s;
}

.question {
  padding: 1rem 2.2rem 1rem 1rem;
  display: block;
  color: #FFF;
  background-color: #0066CC;
  border-radius: 5px;
  line-height: 1.5;
}

.question span {
    font-size: 160%;
    padding-right: 0.6rem;
    line-height: 0;
}

.anser span {
    font-size: 160%;
    padding-right: 0.6rem;
    color: #FF0000;
    line-height: 0;
}

.question:after,.question:before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 0.75rem;
  background-color: #FFF;
  transition: all 0.3s;
}

.question:after {
  transform: rotate(90deg);
}

.anser {
  max-height: 0;
  overflow: hidden;
}

.anser div {
  margin: 0;
  padding: 1rem;
  line-height: 1.5;
}

.toggle:checked + .question + .anser {
  max-height: 500px;
  transition: all 1.5s;
}

.toggle:checked + .question:before {
  transform: rotate(90deg) !important;
}

/*注意事項*/
.subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 5% 0 2%;
}

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;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 96%;
  margin: 0 auto;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  padding: 6% 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: 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: 50px 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;
}

/*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;
}

/*navigation*/
.topNavi {
	width: 100%!important;
    background: #C4E1FF;
}

.topNavi ul {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.topNavi ul li {
	display: inline-block;
	border-left: 1px dashed #003399;
    font-size: 18px;
	font-weight: bold;
    padding: 0 20px;
}

.topNavi ul li:last-child{
	border-right: 1px dashed #003399;
}

.topNavi ul li a {
    color: #003399;
}

/*メッセージ*/
.message {
    max-width: 970px;
    width: 100%;
    padding: 1em 0.5em;
    margin: 50px auto 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
    text-align: center;
    line-height: 1.8;
    font-size: 20px;
}

.uketori img {
    max-width: 970px;
    width: 100%;
    margin-top: 10px;
}

/*見出し*/
h2 {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1ECBDC), to(#4AE2D1));
  background-image: -webkit-linear-gradient(left, #1ECBDC 0%, #4AE2D1 100%);
  background-image: linear-gradient(to right, #1ECBDC 0%, #4AE2D1 100%);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

h3 {
  position: relative;
  padding: 0 1.5rem 0.5rem;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

h3:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #0066cc;
}

h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 30px;
}

h4 span {
  background: linear-gradient(transparent 60%, #FAFF8A 0%);
}

.attention {
    width: 100%;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 10px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

/*プラン*/
.planBox {
    /*border: 1px solid #CCC;*/
    margin-top: 20px;
    background: #FFF;
    width: 970px;
    line-height: 1.2;
    text-align: center;
}

.planBox .planName {
    font-size: 130%;
	font-weight: bold;
}

.planBox .ribbon {
  display: inline-block;
  position: relative;
  height: 30px;/*リボンの高さ*/
  line-height: 30px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  margin-bottom: 5px;
  background: #ff9933;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.planBox .ribbon:before,
.planBox .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.planBox .ribbon:before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.planBox .ribbon:after {
  top: 0;
  right: 0;
  border-width: 15px 10px 15px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.planBox .number {
	font-weight: bold;
    background: #FF0000;
    color: #FFF;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    margin: 10px 5px 0 0;
}

.planBox .age {
	font-weight: bold;
    background: #000;
    color: #FFF;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 5px 0 0;
}

.planBox .price {
    font-size: 300%;
	font-weight: bold;
    color: #FF0000;
}

.planBox .price .date {
    font-size: 34%;
    font-weight: normal;
    color: #000;
}

.planBox .price .small {
    font-size: 60%;
}

.planBox .tokuten {
    margin-top: 10px;
}

.planBox .tokuten img {
    width: 910px;
}

/*ポチっとギフトのご案内*/
.pochiBox {
    margin: 20px auto 0;
    text-align: center;
}

.pochiBox img {
    width: 910px;
}

/*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;
}

/*アコーディオン*/
.accordion {
  margin: 1.5rem auto 1rem;
  max-width: 970px;
}

.toggle {
  display: none;
}

.faq {
  position: relative;
  margin-bottom: 1rem;
}

.question,.anser {
  transform: translateZ(0);
  transition: all 0.3s;
}

.question {
  padding: 1rem 2.2rem 1rem 1rem;
  display: block;
  color: #FFF;
  background-color: #0066CC;
  border-radius: 5px;
}

.question span {
    font-size: 160%;
    padding-right: 0.6rem;
    line-height: 0;
}

.anser span {
    font-size: 160%;
    padding-right: 0.6rem;
    color: #FF0000;
    line-height: 0;
}

.question:after,.question:before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 0.75rem;
  background-color: #FFF;
  transition: all 0.3s;
}

.question:after {
  transform: rotate(90deg);
}

.anser {
  max-height: 0;
  overflow: hidden;
}

.anser div {
  margin: 0;
  padding: 1rem;
  line-height: 1.5;
}

.toggle:checked + .question + .anser {
  max-height: 500px;
  transition: all 1.5s;
}

.toggle:checked + .question:before {
  transform: rotate(90deg) !important;
}

/*注意事項*/
.subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 14px 0 6px;
}

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 span {
	color: #F00;
}

/*条件から探す*/
.search_kokunaiBar{
    width: 100%;
        margin: 20px auto 0;
}
.search_kokunaiBar .serchBox{
/*
    box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
    border-radius: 5px 5px 0 0;
*/
}
.search_kokunaiBar .serchBox > ul{
    font-size: 0;
}
.search_kokunaiBar .serchBox li{
    width: 100%; /* 32 */
    margin: 0;
    margin-right: 1%;
    padding: 15px 0 10px 0;
    background: #fff !important;
    color: #0952a4 !important;
    border-left:none;
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox li:last-child {
    margin-right: 0;
}
.search_kokunaiBar .serchBox li.select {
    background: #0952a4 !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox li:hover {
    background: #0952a4 !important;
    color: #fff !important;
}
.tab_airset{display:none;}

.search_kokunaiBar .serchBox .content_wrap{
    border-top:solid 6px #0952a4;
    box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
    border-radius: 0px 0px 0 0;
}
.search_kokunaiBar .serchBox .date dd{
    padding-top: 2px;
    width: 100%;
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach{
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background: #0952a4 !important;
    padding: 10px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: solid 1px #0952a4 !important;
    width: 60% !important;
    margin: 20px auto 0 !important;
    transition: 0.2s !important;
  	color: #fff !important;	
}
.search_kokunaiBar #doAirSearch:hover,.search_kokunaiBar .btnSeach:hover {
    background: #0952a4 !important;
    color: #fff !important;
    border: solid 1px #0952a4 !important;
    transform: translate(0,2px);
}
.search_kokunaiBar .btnSeach::after{
    position: absolute;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach:hover{
    background-color: #fff!important;
    border: solid 1px #0952a4 !important;
    color: #0952a4!important;
}
.search_kokunaiBar .btnSeach:hover::after{
    border-top: 2px solid #0952a4;
    border-right: 2px solid #0952a4;
}

.search_kokunaiBar #pax_wrap {
    width: 600px !important;
}

.search_kokunaiBar .NTA_air_popup_calendar_contents .title_air {
    padding: 5px 0;
    margin-bottom: 10px;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin: 20px auto 10px;
  text-align: center;
  background: #003399;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
  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: 10px auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 16px;
}

.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;
}


}


