@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#wrapper{
	font-family:'Noto Sans JP', sans-serif;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#D9EFFD;}
html {scroll-behavior: smooth;}/*smooth scroll*/

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.textLeft {
	text-align: left;
    font-size: 123.1%;
    line-height: 1.4;
    margin-top: 5px;
}

.textCenter {
	text-align: center;
    font-size: 123.1%;
    line-height: 1.4;
    margin-top: 5px;
}

.textRight {
	text-align: right;
    font-size: 123.1%;
    line-height: 1.4;
    margin-top: 5px;
}

.red { 
    color: #FF0000;
}

.blue { 
    color: #0066cc;
}

.item {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 40s 0s infinite;
  animation: anime 30s 0s infinite;
}

.item:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.item:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

/*◆ふわっとアニメーション*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 94%;
	margin: 0 auto;
	padding: 3%;
}

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 {
    text-align: center;
    font-size: 182%;
    color: #0066cc;
    font-weight: bold;
    margin-bottom: 2%;
}

h2 i {
    margin-right: 2%;
}

h3 {
  padding: 0.5rem 0.3rem;
  color: #fff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0099ff), to(#0066cc));
  background-image: -webkit-linear-gradient(left, #0099ff 0%, #0066cc 100%);
  background-image: linear-gradient(to right, #0099ff 0%, #0066cc 100%);
  font-size: 153.9%;
  text-align: center;
  text-shadow: 1px 1px 3px #003399;
  -webkit-box-shadow: 2px 2px 0 #99ccff;
  box-shadow: 2px 2px 0 #99ccff;
  line-height: 1.4;
}

h3 span {
  font-size: 70%;
}

h4 {
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  line-height: 1.6;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.attention {
	font-size: 123.1%;
    line-height: 1.5;
	width: 100%;
	margin: 2% 0;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

.attention span {
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.05rem 0.05rem 0.1rem 0.2rem;
    background: #FF0000;
}

.BnCenter img {
	max-width: 100%; 
    height: auto;
	text-align: center;
}

/*◆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: 116%;
	font-weight: bold;
	display: block;
	width: 49%;
	float: left;
	margin: 0;
    padding: 3% 0.4%;
	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),
.topNavi ul li:nth-child(3) {
	border-left: none;
}

.topNavi ul li a {
    color: #fff;
}

/*◆新着情報*/
.whatsnew {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 100px;
}

.whatsnew dl {
    width: 100%;
	font-size: 123.1%;
	padding: 2% 0;
	border-bottom: 1px solid #ccc;
}

.whatsnew dt {
	padding-bottom: 1%;
}

.whatsnew dl:last-child{
	border: none;
}

/*◆slider*/
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 1%;
}

.slider div p {
	font-size: 123.1%;
	padding: 2% 1%;
	text-align: left;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}
.slick-center {
	opacity: 1 !important;
}

.slide_selector{
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/*◆テーマで選ぶ*/
.areaName {
	font-size: 138.5%;
	font-weight: bold;
    color: #FFFFFF;
	padding: 3% 0;
	text-align: center;
    background: #FF6633;
    border-radius: 6px 6px 0 0;
    margin-top: 4%;
}

.areaName img {
	max-width: 76px; 
    height: auto;
	padding: 0;
    margin-left: 2%;
    vertical-align: middle;
}

.img-frame {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.areaText {
	text-align: left;
	font-size: 123.1%;
	margin-top: 2%;
}

.areaTag {
    width: 100%;
    padding: 3%;
    margin-top: 2%;
    font-size: 123.1%;
    background: #F0F0F0;
}

.areaTag span {
    color: #0033cc;
}

.areaTag span a {
    color: #0033cc;
    padding-right: 4%;
}

.areaTag02 {
    width: 100%;
    padding: 3%;
    margin-top: 2%;
    font-size: 123.1%;
    background: #E8ECFE;
    border: 2px solid #4472C4;
}

/*◆エリアで選ぶ*/
.borderBox {
    width: 100%;
	padding: 4% 5%;
	margin-top: 3%;
	border: solid 4px #09F;
	background: #FFF;
	font-size: 123.1%;
}
    
.borderBox img {
	max-width: 200px; 
    height: auto;
	padding: 0;
    margin: 0% 2%;
    vertical-align: middle;
}

.borderBox .icon {
    width: 100%;
    border: #000000 solid 1px;
    padding: 2%;
    margin:2% 0%;
}

.borderBox .icon ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.borderBox .icon ul li {
    list-style: none;
    width: 100%;
}




.areaPhoto img {
    width: 100%;
}

/*メディア紹介*/
.radioBox {
	font-size: 123.1%;
}

.radioBox .detail {
}

.radioBox .detail img {
    width: 100%;
	margin: 2% 0 1%;
}

.radioBox .photo img {
	text-align: center;
	width: 70%!important;
    margin: 2% 15% 1%;
}

.radioBox .photo p {
    text-align: center;
	font-weight: bold;
}

.radioCaption {
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	margin-top: 2%;
}

.scheduleBox {
	font-size: 123.1%;
	line-height: 1.4;
	width: 100%;
	padding: 2% 0;
	margin-top: 2%;
	text-align: center;
	background: #FDD;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}

.scheduleBox span {
    font-weight: bold;
	color: #F00;
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2,
.itemList3,
.itemList4,
.itemList6 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    align-items: stretch;
}

.itemList2 > div {
	width: 100%;
	padding: 1%;
}
    
.itemList3 > div {
	float: left;
	width: 100%;
	padding: 1%;
}
    
.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
}

.itemList3 > div img,
.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt .Btn {
	padding: 5% 0;
}

.itemList3 > div dd,
.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
    margin-bottom: 2%
	/*background: #FFF;*/
}

.itemList6 > div {
	width: 48%;
    margin: 1% 1%0;
    text-align: center;
    padding-bottom: 4%;
}

/*◆ボタン*/
.Btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
    padding: 10px 5px;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-size: 153.9%;
    line-height: 1.4;
    width: 100%;
}

.Btn::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 160px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-Btn 2s infinite linear;
}

@keyframes animation-Btn {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn:hover {
    background-color: #1579c0;
}

.Btn a {
	color: #fff;
}

.Btn_normal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
    padding: 10px 5px;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-size: 153.9%;
    line-height: 1.4;
    width: 100%;
}

.Btn_normal::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    width: 70px;
    height: 160px;
}

.Btn_normal::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_normal:hover {
    background-color: #1579c0;
}

.Btn_normal a {
	color: #fff;
}
    
.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 2% auto 4%;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 3%;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
	
}





/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
	
.pcnone{
    display: none !important;
	}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 12px;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 500px;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
    text-align: center;
    font-size: 300%;
    font-weight: bold;
    color: #0066cc;
    margin-bottom: 10px;
}

h2 i {
    margin-right: 10px;
}

h3 {
  padding: 0.5rem;
  color: #fff;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0099ff), to(#0066cc));
  background-image: -webkit-linear-gradient(left, #0099ff 0%, #0066cc 100%);
  background-image: linear-gradient(to right, #0099ff 0%, #0066cc 100%);
  font-size: 182%;
  text-align: center;
  text-shadow: 1px 1px 3px #003399;
  -webkit-box-shadow: 3px 3px 0 #99ccff;
  box-shadow: 3px 3px 0 #99ccff;
}

h3 span {
  font-size: 70%;
}

h4 {
  text-align: center;
  font-size: 167%;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin-top: 20px;
	padding: 15px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

.attention span {
	font-size: 120%;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.05rem 0.05rem 0.2rem 0.2rem;
    background: #FF0000;
}

.BnCenter {
	max-width: 100%; 
    height: auto;
	text-align: center;
	margin-top: 20px;
}

/*◆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: 153.9%;
	font-weight: bold;
    padding: 5px 20px;
}

.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

/*◆新着情報*/
.whatsnew {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 200px;
}

.whatsnew dl {
	font-size: 123.1%;
	padding: 2% 0;
	border-bottom: 1px solid #ccc;
}

.whatsnew dt {
	clear: left;
	float: left;
	width: 170px;
}

.whatsnew dd {
	margin-left: 170px;
}

.whatsnew dl:last-child{
	border: none;
}

/*◆slider*/
.slider {
	width: 90%;
    margin: 0 5%;
}

.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 10px;
    text-align: center;
}

.slider div p {
	font-size: 123.1%;
	padding: 10px 0;
	text-align: center;
}

.slide-arrow {
  position: absolute;
  top: 45%;
  margin-top: -15px;
  cursor: pointer;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}

.slick-center {
	opacity: 1 !important;
}

.slide_selector {
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/*◆テーマで選ぶ*/
.areaName {
  font-size: 153.9%;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  background: #FF6633;
  border-radius: 10px 10px 0 0;
}

.areaName img {
	max-width: 72px; 
    height: auto;
    margin-left: 4px;
    vertical-align: middle;
}

.img-frame {
  height: 224px;
  overflow: hidden;
  position: relative;
}

.areaText {
    text-align: left;
	font-size: 123.1%;
	margin-top: 6px;
	/*height: 80px;*/
}

.areaTag {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    font-size: 123.1%;
    background: #F0F0F0;
}

.areaTag span {
    color: #0033cc;
}

.areaTag span a {
    color: #0033cc;
    padding-right: 10px;
}

.areaTag02 {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    font-size: 123.1%;
    background: #E8ECFE;
    border: 2px solid #4472C4;
}

/*◆エリアで選ぶ*/
.borderBox {
	display: inline-block;
	padding: 15px;
	margin-top: 20px;
	border: solid 4px #09F;
	background: #FFF;
	position: relative;
	font-size: 123.1%;
	line-height: 1.4;
    width: 950px;
}
    
.borderBox img {
	max-width: 210px; 
    height: auto;
    margin: 0px 4px;
    vertical-align: middle;
}

.borderBox .icon {
    width: 100%;
    border: #000000 solid 1px;
    padding: 2px 0px;
    margin: 10px 0px;
}

.borderBox .icon ul {
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.borderBox .icon ul li {
    list-style: none;
    width: 33.33333%;
}

.areaPhoto img {
    width: 100%;
}


/*メディア紹介*/
.radioBox {
    width: 950px;
	font-size: 123.1%;
	line-height: 1.2;
    margin-top: 20px;
}

.radioBox .detail {
	float: left;
	width: 700px;
    margin-right: 10px;
}

.radioBox .detail img {
	width: 700px;
    margin-bottom: 5px;
}

.radioBox .photo {
	float: left;
	width: 240px;
}

.radioBox .photo p {
	text-align: center;
	margin-top: 4px;
	font-weight: bold;
}

.radioBox .photo img {
	width: 240px;
	height: auto;
}

.radioCaption {
	text-align: center;
	font-size: 153.9%;
	font-weight: bold;
	margin-top: 30px;
}

.scheduleBox {
	font-size: 123.1%;
	line-height: 1.4;
	width: 80%;
	margin: 0 10% 10px;
	padding: 20px 0;
	margin-top: 10px;
	text-align: center;
	background: #FDD;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}

.scheduleBox span {
	font-size: 120%;
    font-weight: bold;
	color: #F00;
}

/*◆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: 0px 10px;
    text-align: center;
}

.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList3 > div img {
	width: 100%;
}

.itemList3 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	/*background: #FFF;*/
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px 5px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 10px;
	background: #FFF;
}

.itemList6 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList6 > div {
	width: 16.66666%;
	padding: 10px 5px 0;
}

/*◆ボタン*/
.Btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
    padding: 10px 5px;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-size: 153.9%;
    line-height: 1.4;
    width: 100%;
}

.Btn::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 160px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-Btn 2s infinite linear;
}

@keyframes animation-Btn {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn:hover {
    background-color: #1579c0;
}

.Btn a {
	color: #fff;
}
    
.Btn_normal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
    padding: 10px 5px;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-size: 153.9%;
    line-height: 1.4;
    width: 100%;
}

.Btn_normal::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    width: 70px;
    height: 160px;
}


.Btn_normal::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_normal:hover {
    background-color: #1579c0;
}

.Btn_normal a {
	color: #fff;
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 15px 10px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}


}