@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:#FFFBED;}

@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;
}

.large {
	font-size: 120%;
}

dt {
  font-weight: normal;
}

strong {
    font-weight: bold;
}

.line {
    width: 100%;
    border-top: 2px dotted #666;
    padding-bottom: 5%;
    margin-top: 5%;
}

/*
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;
}

/*navigation*/
.topNavi {
	width: 100%!important;
    background: #CC0000;
	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;
	font-weight: bold;
	display: block;
	width: 33.33333%;
	float: left;
	margin: 0;
    padding: 3% 0;
	border-right: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li:nth-child(n+4) { /*4番目以降*/
	border-bottom: none;
}

.topNavi ul li:nth-child(3),
.topNavi ul li:nth-child(5) {
	border-right: none;
}

/*.topNavi ul li:nth-child(odd) { 奇数
	border-left: none;
}*/

.topNavi ul li:nth-child(4),
.topNavi ul li:nth-child(5) {
	width: 49.99999%;
}

.topNavi ul li a {
    color: #fff;
}

/*メッセージ*/
.message {
    width: 90%;
    margin: 0 auto;
    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;
}

/*見出し*/
h2 {
    text-align: center;
    font-size: 20px;
    color: #cc0033;
    font-weight: bold;
    margin-bottom: 2%;
}

h2 i {
    margin-right: 2%;
}

h3 {
  position: relative;
  padding: 0 1.5rem 0.3rem;
  text-align: center;
  font-size: 20px;
  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;
}

/*概要*/
.summary {
    margin: 0 auto 30px;
    text-align: center;
}
.summary img {
    width: 90%;
}

/*注意事項*/
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.no1,
ul.guideList li.no2,
ul.guideList li.no3,
ul.guideList li.no4,
ul.guideList li.no5 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1.5em;
    margin-left: 1.5em;
}

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.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;
}

/*アコーディオン*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
	width: auto;
	margin: 1em auto;
}

.cp_box label {
	position: relative;
	display: block;
	width: 100%;
	padding: 3%;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #FFF;
	background: #333333;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
}

.cp_box label span {
	font-size: 70%;
}

.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #333333;
}

.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #FFF;
}

.cp_box label:hover::after {
	color: #FFF;
}

.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #FFF;
}

.cp_box input:checked ~ label:hover::after {
	color: #FFF;
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}

/*その他のおすすめプラン*/
.pointBox {
  position: relative;
  padding: 10px 20px 20px 10px;
  background: #D6EFFF;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.pointBox:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}

.pointBox img {
  width: 94%;
}

/*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;
  text-align: center;
}

.itemList2,
.itemList3,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

/*photoswipe*/
figure {
	position: relative;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0 2%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}

img.shindan {
  width: 100%;
}

.bnimg img {
  width: 90%;
  margin: auto 5% 2%;
}

/*申込み*/
.yoyakuBox {
  border: 6px double #000;
  padding: 5%;
  width: 100%;
  margin-bottom: 5%;
  background: #FFF;
}

/*ボタン*/
.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;
  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_hoku {
  color: #fff;
  width: 96%;
  margin: 2% auto;
  text-align: center;
  background: #f7b400;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.0em;
}

.Btn_shira {
  color: #fff;
  width: 96%;
  margin: 2% auto;
  text-align: center;
  background: #ea6d99;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.0em;
}

.Btn_kino {
  color: #fff;
  width: 96%;
  margin: 2% auto;
  text-align: center;
  background: #7fbe33;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.0em;
}

.Btn_haka {
  color: #fff;
  width: 96%;
  margin: 2% auto;
  text-align: center;
  background: #a574af;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.0em;
}

.Btn_hoku a,
.Btn_shira a,
.Btn_kino a,
.Btn_haka a {
	color: #fff;
}

.Btn_hoku::after,
.Btn_shira::after,
.Btn_kino::after,
.Btn_haka::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-weight: bold;
}

.Btn_point {
  color: #fff;
  width: 100%;
  font-size: 18px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 10px auto 0;
}

.Btn_point a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
	background: #0074c0;
	border-radius: 30px;
}

.Btn_point::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  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;
}

/*navigation*/
.topNavi {
	width: 100%!important;
    background: #CC0000;
	text-align: center;
}

.topNavi ul {
	width: 970px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.topNavi ul li {
	list-style: none;
	vertical-align: middle;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 18px;
	font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 20%;
}

.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

/*メッセージ*/
.message {
    padding: 1em 0.5em;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
    text-align: center;
    line-height: 1.8;
    font-size: 20px;
}

/*見出し*/
h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #cc0033;
    margin-bottom: 10px;
}

h2 i {
    margin-right: 10px;
}

h3 {
  position: relative;
  padding: 0 1.5rem 0.3rem;
  text-align: center;
  font-size: 30px;
  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;
}

/*概要*/
.summary {
    margin: 0 auto 30px;
    text-align: center;
}

.summary img {
    width: 850px;
}

/*注意事項*/
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.no1,
ul.guideList li.no2,
ul.guideList li.no3,
ul.guideList li.no4,
ul.guideList li.no5 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1.5em;
    margin-left: 1.5em;
}

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.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;
}

/*アコーディオン*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
	width: auto;
	margin: 0.5em auto 2em;
}

.cp_box label {
	position: relative;
	display: block;
	width: 100%;
    padding: 20px;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #FFF;
	background: #333333;
	border-radius: 0.2em;
	font-size: 18px;
    font-weight: bold;
}

.cp_box label span {
	font-size: 70%;
}

.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #333333;
}

.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #FFF;
}

.cp_box label:hover::after {
	color: #FFF;
}

.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #FFF;
}

.cp_box input:checked ~ label:hover::after {
	color: #FFF;
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}

/*その他のおすすめプラン*/
.pointBox {
  position: relative;
  padding: 10px 20px 20px 10px;
  background: #D6EFFF;
}

.pointBox:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}

.pointBox img {
  width: 100%;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
  text-align: center;
}

.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;
}

/*photoswipe*/
figure {
	position: relative;
	margin-bottom: 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

.shindan {
}

.bnimg {
  text-align: center;
  margin-bottom: 5px;
}

/*申込み*/
.yoyakuBox {
  border: 6px double #000;
  padding: 20px;
  margin: 0 auto 30px;
  width: 850px;
  background: #FFF;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 80%;
  margin: 10px auto;
  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_hoku {
  color: #fff;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  background: #f7b400;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}

.Btn_shira {
  color: #fff;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  background: #ea6d99;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}

.Btn_kino {
  color: #fff;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  background: #7fbe33;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}

.Btn_haka {
  color: #fff;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  background: #a574af;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}

.Btn_hoku a,
.Btn_shira a,
.Btn_kino a,
.Btn_haka a {
	color: #fff;
}

.Btn_hoku::after,
.Btn_shira::after,
.Btn_kino::after,
.Btn_haka::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-weight: bold;
}

.Btn_point {
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 10px auto 0;
}

.Btn_point a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
	background: #0074c0;
	border-radius: 30px;
}

.Btn_point::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 80%;
  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;
}


}