@charset "UTF-8";
/* CSS Document */


.contTourFlex01 {
	display: flex;
	justify-content: space-between;
}
.contTourFlex01 li {
	width: 486px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.contTourFlex01 li .img01 {
	position: relative;
}
.contTourFlex01 li .img01::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	position: absolute;
	top: 0px;
	left: 0px;
}
.contTourFlex01 li .contIn01 {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 64px;
}
.contTourFlex01 li .h301 {
}
.contTourFlex01 li .h301 .s01 {
	display: block;
	margin-bottom: 14px;
}
.contTourFlex01 li .h301 .s01 img {
	width: auto;
	height: 56px;
}
.contTourFlex01 li .h301 .s02 {
	display: block;
	font-size: 35px;
	line-height: 1.3em;
	font-weight: bold;
	color: #ffffff;
}

.contTourFlex01 li .btn01 {
	margin-top: 40px;
}
.contTourFlex01 li .btn01 p {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 234px;
	height: 46px;
	margin: auto;
	border-radius: 100px;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	color: #E56878;
	border: 2px solid #E56878;
}
.contTourFlex01 li .btn01 p::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #E56878;
  border-right: solid 2px #E56878;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.contTourFlex01 li .btn01.btn02 p {
	color: #0C9ED1;
	border: 2px solid #0C9ED1;
}
.contTourFlex01 li .btn01.btn02 p::after {
  border-top: solid 2px #0C9ED1;
  border-right: solid 2px #0C9ED1;
}

.panel .btn03 {
	margin-top: 40px;
}
.panel .btn03 p {
    /*position: relative;*/
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 506px;
    height: 58px;
	margin: auto;
	border-radius: 100px;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	color: #0C9ED1;
	border: 2px solid #0C9ED1;
}
/*.panel .btn03 p::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #E56878;
  border-right: solid 2px #E56878;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}*/

/*.panel .btn03 p {
	color: #0C9ED1;
	border: 2px solid #0C9ED1;
    
}*/
/*.panel .btn03 p::after {
  border-top: solid 2px #0C9ED1;
  border-right: solid 2px #0C9ED1;
}*/

/*----------------------------*/

.topRanking01 {
	position: relative;
	margin-top: 115px;
}
.topRanking01 .tab-wrapper {
	position: absolute;
	top: -65px;
	left: 50%;
	translate: -50%;
}
.topRanking01 .tab-B-wrapper {
	pointer-events: none;
}
.topRanking01 .tab {
	display: block;
	width: 50%;
	box-sizing: border-box;
    border-radius: 20px 20px 0px 0px;
    height: 65px;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
	text-align: center;
    cursor: pointer;
}
.topRanking01 .tab.tab-A {
	color: #E76776;
	background-color: #F7EDEE;
}
.topRanking01 .tab.tab-B {
	color: #0C9ED1;
	background-color: #D5F0FA;
	margin-left: auto;
	pointer-events: all;
}
.topRanking01 .tab span {
	margin-right: 1em;
}
.topRanking01 .panel {
	padding: 50px 0px 60px 0px;
}
.topRanking01 .panel.tab-A {
	background-color: #F7EDEE;
}
.topRanking01 .panel.tab-B {
	background-color: #D5F0FA;
}

/*-----------------------------*/

.contInfoFlex01 {
	display: flex;
	justify-content: center;
	margin: auto;
}
.contInfoFlex01 li {
	width: 445px;
	text-align: center;
}
.contBtnWrap01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #000000;
	border-radius: 20px;
	width: 390px;
	height: 154px;
	margin: auto;
	position: relative;
	background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.contBtnWrap01 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -5px;
}

.contBtnWrap01 img {
	width: auto;
	height: 104px;
}
.contInfoFlex01 li .text01 {
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
}

.contBtnWrap01 a:hover {
	background-color: #f2f2f2;
}



























