@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	background: url(../img/index/main_bg01.jpg) repeat left top / 10px auto;
	padding-bottom: 40px;
}
#main .mainVisual .photo img {
	width: 100%;
}
#main .mainVisual .note {
	color: #f00;
	font-size: 1.2rem;
	text-align: center;
	margin: 20px 10px 0;
}
#main .mainVisual .splide {
	margin-top: -30%;
	z-index: 99;
	max-width: 750px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
#main .mainVisual .splide__slide img {
	width: 100%;
	height: auto;
}
#main .mainVisual .note a {
	color: #f00;
	text-decoration: underline;
}
#main .mainVisual .note a:hover {
	text-decoration: none;
}
#main .mainVisual .secont_contents {
	margin-bottom: 40px;
}
#main .mainVisual .comBox .title {
	margin: 0 auto;
	max-width: 268.99px;
	margin-bottom: 20px;
}
#main .btn_sub_tit {
	margin: 0 auto;
	width: 78.66vw;
	margin-bottom: 20px;
}
#main .newBox {
	padding: 30px 0 50px;
	background: url(../img/index/new_bg01.jpg) repeat left top / 10px auto;
}
#main .newBox .area {
	margin-bottom: 38px;
}
#main .newBox h2 {
	margin-bottom: 25px;
	padding-left: 7px;
	text-align: center;
}
#main .newBox h2 img {
	width: 100%;
	max-width: 315px;
}
#main .newBox .whiteBox {
	padding: 68px 20px 42px;
	border-radius: 15px;
	background-color: #fff;
}
#main .newBox .whiteBox .textList {
	margin: -20px 0 40px;
	display: block;
}
#main .newBox .whiteBox .textList li {
	margin: 0 0 10px;
	padding: 13px 15px 20px;
	width: auto;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: rgb(255, 252, 205);
}
#main .newBox .whiteBox .textList li:last-of-type {
	margin-bottom: 0;
}
#main .newBox .whiteBox .textList .ttl {
	margin-bottom: -1px;
	font-feature-settings: 'palt';
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .newBox .whiteBox .textList .ttl .num {
	width: 61px;
}
#main .newBox .whiteBox .textList .ttl .num img {
	width: 100%;
}
#main .newBox .whiteBox .textList .ttl .txt {
	width: calc(100% - 71px);
	color: #0a6fbf;
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1.4;
	letter-spacing: 0;
}
#main .newBox .whiteBox .textList .ttl .txt span {
	padding-bottom: 0;
	display: inline-block;
	vertical-align: top;
	border-bottom: 3px dotted rgb(10, 111, 191);
}
#main .newBox .whiteBox .textList .pho {
	margin: 0 auto 9px;
	width: 89.43%;
	display: block;
}
#main .newBox .whiteBox .textList .pho img {
	width: 100%;
}
#main .newBox .whiteBox .textList .price {
	margin: 0 -8px 9px;
	font-size: 1.4rem;
	letter-spacing: 0;
	font-feature-settings: 'palt';
	font-weight: bold;
	text-align: center;
}
#main .newBox .whiteBox .textList .price strong {
	color: #ff7800;
	font-size: 2.8rem;
	letter-spacing: 0;
	line-height: 1;
}
#main .newBox .whiteBox .textList .price small {
	font-size: 1.4rem;
}
#main .newBox .whiteBox .textList .list01 {
	padding: 13px 15px 22px;
	width: auto;
}
#main .newBox .whiteBox .textList .list01 .ttl {
	margin-bottom: -1px;
}
#main .newBox .whiteBox .textList .list01 .ttl .txt {
	margin-top: -3px;
	font-size: 2.1rem;
	width: calc(100% - 71px);
}
#main .newBox .whiteBox .textList .list01 .ttl .txt span {
	padding-bottom: 4px;
}
#main .newBox .whiteBox .textList .list01 .price {
	margin-bottom: 10px;
}
#main .newBox .whiteBox .textList .list01 .price span {
	vertical-align: 1px;
}
#main .newBox h3 {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .newBox h3 .pho {
	width: 41px;
}
#main .newBox h3 .txt {
	margin-top: -2px;
	padding-bottom: 7px;
	width: calc(100% - 47px);
	color: #0a6fbf;
	font-size: 2.1rem;
	line-height: 1.33;
	letter-spacing: 0;
	border-bottom: 3px dotted #0A6FBF;
}
#main .newBox .inner {
	margin-bottom: 33px;
}
#main .newBox .inner:last-of-type {
	margin-bottom: 0;
}
#main .newBox .linkList {
	margin-top: -12px;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
#main .newBox .linkList::after {
	width: calc((100% - 16px) / 3);
	content: '';
}
#main .newBox .linkList a {
	display: block;
}
#main .newBox .linkList a:hover {
	opacity: 0.7;
}
#main .service .note a:hover {
	text-decoration: none;
}
#main .newBox .linkList li {
	margin: 12px 0 0;
	width: calc((100% - 16px) / 3);
}
#main .newBox .linkList li:nth-of-type(8n) {
	margin-right: 0;
}
#main .newBox .linkList .pho {
	margin-bottom: 2px;
}
#main .newBox .linkList .pho img {
	width: 100%;
}
#main .newBox .linkList p {
	font-size: 1.4rem;
	text-align: center;
}
#main .newBox .linkList p span {
	padding-right: 16px;
	display: inline-block;
	line-height: 2;
	font-weight: bold;
	letter-spacing: 0;
	vertical-align: top;
	background: url(../img/common/icon02.png) no-repeat right top calc(50% + 1px) / 13px auto;
}
#main .newBox .inner01 h3 {
	margin-bottom: 20px;
}
#main .newBox .btnList {
	margin-top: 0;
	width: auto;
	display: block;
	max-width: inherit;
}
#main .newBox .btnList li {
	margin: 0 0 11px;
	width: auto;
}
#main .newBox .btnList a {
	padding: 4px 40px 6px;
	font-size: 1.4rem;
}
#main .newBox .btnList span {
	font-size: 1.8rem;
	letter-spacing: 0.04em;
}
#main .newBox .btnList a::after {
	right: 10px;
}
#main .newBox .btnList li:last-of-type {
	margin-bottom: 0;
}
#main .newBox .area01 {
	margin-bottom: 28px;
}
#main .newBox .area01 h2 {
	margin-bottom: -23px;
	padding: 0 0 0 14px;
	text-align: center;
}
#main .newBox .area01 h2 img {
	max-width: 314px;
}
#main .newBox .area01 .whiteBox {
	padding: 47px 20px 41px;
}
#main .newBox .area01 .btnList li:not(:last-of-type) {
	margin-bottom: 10px;
}
#main .newBox .area01 .btnList a {
	padding-top: 5px;
	font-size: 1.8rem;
}
#main .service {
	margin-bottom: 51px;
}
#main .service h2 {
	margin-bottom: 31px;
	text-align: center;
}
#main .service h2 img {
	width: 100%;
	max-width: 299px;
}
#main .service .textList {
	margin: 0 0 30px;
	display: block;
}
#main .service .textList li {
	margin: 0 0 32px;
	padding: 1px 20px 38px;
	width: auto;
	box-sizing: border-box;
	border-radius: 15px;
	border: 2px solid rgb(1, 53, 95);
	background-color: #E4F5FF;
}
#main .service .textList li:first-of-type {
	width: 100%;
}
#main .service .textList li:last-of-type {
	margin-bottom: 0;
}
#main .service .textList .title {
	margin: -16px 0 17px;
	color: #0a6fbf;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.63;
	letter-spacing: 0.02em;
	text-align: center;
	font-feature-settings: 'palt';
}
#main .service .textList .title span {
	margin-bottom: 13px;
	display: block;
}
#main .service .textList .title span img {
	width: 100%;
	max-width: 156px;
}
#main .service .textList .title strong {
	margin: 2px -2px 0;
	display: block;
	font-size: 2.1rem;
	line-height: 1.48;
}
#main .service .textList .title em {
	font-style: normal;
	color: #ff7800;
	font-size: 2.8rem;
	font-weight: bold;
	font-feature-settings: 'palt';
	line-height: 1.11;
	letter-spacing: 0;
	background: url(../img/index/sp_service_bg01.jpg) repeat-x left bottom 1px / 2px auto;
}
#main .service .textList li:not(:first-of-type) .title em {
	background-image: url(../img/index/sp_service_bg02.jpg);
	background-size: 1px auto;
}
#main .service .textList .title small {
	margin-top: -2px;
	display: inline;
	color: #01355f;
	font-size: 1.2rem;
	font-weight: normal;
}
#main .service .textList .photo {
	text-align: center;
}
#main .service .textList .photo img {
	width: 100%;
}
#main .service .textList .txt {
	margin-bottom: 13px;
	color: #01355f;
	font-weight: bold;
	line-height: 1.63;
	letter-spacing: 0em;
}
#main .service .textList .txt strong {
	color: #ff7800;
	font-size: 1.8rem;
	line-height: 1.44;
}
#main .service .textList .list01 {
	padding-bottom: 0;
}
#main .service .textList .list01 .photo {
	margin: 0 auto;
	width: 91.41%;
}
#main .service .textList .list02 {
	padding-bottom: 30px;
}
#main .service .textList .list01 .title {
	margin-bottom: 3px;
}
#main .service .textList .list02 .title {
	margin-bottom: 16px;
}
#main .service .textList .list02 .photo {
	margin: 0 -3px;
}
#main .service .textList .list02 .title strong {
	display: inline;
}
#main .service .textList .list02 .photo {
	margin: 0 -3px 0 -2px;
}
#main .service .textList .list03 {
	padding-bottom: 28px;
}
#main .service .textList .list03 .title {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.63;
}
#main .service .textList .list03 .title small {
	display: block;
	font-size: 1.6rem;
}
#main .service .textList .list03 .photo {
	margin-right: -2px;
}
#main .service .textList .list04 {
	padding-bottom: 30px;
}
#main .service .textList .list04 .title {
	margin-bottom: 16px;
}
#main .service .textList .list04 .photo {
	margin: 0 auto;
	width: 75.26%;
}
#main .service .textList .list05 {
	padding-bottom: 30px;
}
#main .service .textList .list05 .photo {
	margin: 0 -2px;
}
#main .service .textList .plan {
	font-size: 1.4rem;
}
#main .service .textList .plan span {
	display: block;
	background: #01355f;
	color: #fff;
	width: 35%;
	text-align: center;
	padding: 1px 0 2px;
	margin-top: 20px;
	margin-bottom: 10px;
} 
#main .service .note {
	margin-bottom: 27px;
	padding-left: 1.5em;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: left;
	text-indent: -1.5em;
}
#main .service .note a {
	text-decoration: underline;
}
#main .flow {
	margin-bottom: 40px;
	padding: 41px 0 61px;
	background: url(../img/index/new_bg01.jpg)repeat left top / 10px auto;
}
#main .flow h2 {
	margin-bottom: 16px;
	text-align: center;
}
#main .flow h2 img {
	width: 100%;
	max-width: 201px;
}
#main .flow .text {
	margin-bottom: 14px;
	line-height: 1.63;
	letter-spacing: 0;
	text-align: left;
}
#main .flow .whiteBox {
	padding: 19px 20px 30px;
	border-radius: 15px;
	background-color: #fff;
}
#main .flow .textList {
	margin-top: 0;
	display: block;
	position: relative;
}
#main .flow .textList::before {
	width: 10px;
	height: calc(100% - 5px);
	position: absolute;
	left: 26px;
	top: 5px;
	border-left: 3px dotted #0A6FBF;
	content: '';
}
#main .flow .textList li {
	margin: 0 0 18px;
	width: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#main .flow .textList li:nth-of-type(4n) {
	margin-right: 0;
}
#main .flow .textList li:last-of-type {
	margin-bottom: 0;
}
#main .flow .textList .step {
	margin: 0;
	width: 55px;
	height: 55px;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #0A6FBF;
	z-index: 2;
}
#main .flow .textList .step span {
	margin-bottom: -1px;
	font-size: 1rem;
}
#main .flow .textList .subBox {
	margin-top: 7px;
	width: calc(100% - 65px);
	display: flex;
	flex-direction: column-reverse;
}
#main .flow .textList .pho {
	margin: 10px 0 0;
	width: 78.26%;
}
#main .flow .textList .ttl {
	margin-bottom: 2px;
	color: #0a6fbf;
	font-size: 2.1rem;
	line-height: 1.24;
	font-weight: bold;
	text-align: left;
}
#main .flow .textList li:first-of-type::before {
	display: none;
}
#main .flow .textList li:nth-of-type(4)::before {
	width: 10px;
	height: calc(100% - 55px);
	position: absolute;
	left: 20px;
	top: 55px;
	background-color: #fff;
	content: '';
}
#main .flow .textList li:nth-of-type(4)::before {
	left: 20px;
	right: auto;
}
#main .flow .textList p {
	font-feature-settings: 'palt';
	letter-spacing: 0.01em;
}
#main .flow .textList p.note {
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.5;
	text-indent: -1em;
}
#main .voice {
	padding: 55px 0 60px;
	background-color: #0A6FBF;
}
#main .voice h2 {
	margin-bottom: 21px;
	text-align: center;
}
#main .voice h2 img {
	width: 100%;
	max-width: 314px;
}
#main .voice .textList {
	margin-top: 0;
	display: block;
	margin-bottom: 38px;
}
#main .voice .textList li {
	margin: 0 0 15px;
	padding: 25px 20px 25px;
	width: auto;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #fff;
}
#main .voice .textList li:last-of-type {
	margin-bottom: 0;
}
#main .voice .textList .imgBox {
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
}
#main .voice .textList .imgBox .phoBox {
	width: 63px;
}
#main .voice .textList .imgBox .txtBox {
	margin-top: -1px;
	width: calc(100% - 82px);
}
#main .voice .textList .imgBox .txtBox .ttl {
	margin-bottom: 11px;
	color: #0a6fbf;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0;
}
#main .voice .textList .imgBox .txtBox .ttl span {
	padding-bottom: 3px;
	display: inline-block;
	border-bottom: 3px dotted #0a6fbf;
	vertical-align: top;
}
#main .voice .textList .imgBox .txtBox p {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
	font-feature-settings: 'palt';
}
#main .voice .textList li > p {
	font-feature-settings: 'palt';
}
#main .faq h2 {
	margin-bottom: 20px;
	text-align: center;
}
#main .faq h2 img {
	width: 100%;
	max-width: 149px;
}
#main .faq .faqList {
	margin-bottom: 38px;
}
#main .faq .faqList li {
	border-radius: 6px;
	border-bottom: 3px solid #0A6FBF;
	background-color: #E4F5FF;
}
#main .faq .faqList li:last-of-type {
	margin-bottom: 0;
}
#main .faq dt {
	padding: 13px 40px 11px 57px;
	position: relative;
	color: #0a6fbf;
	font-weight: bold;
	cursor: pointer;
	min-height: 70px;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-feature-settings: 'palt';
	line-height: 1.28;
	letter-spacing: 0em;
	box-sizing: border-box;
}
#main .faq dt::before,
#main .faq dt::after {
	width: 18px;
	height: 2px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0A6FBF;
	content: '';
	transition: .3s;
}
#main .faq dt::after {
	transform: translateY(-50%) rotate(90deg);
}
#main .faq dt.on::after {
	transform: translateY(-50%);
}
#main .faq dt .num,
#main .faq dd .num {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 10px;
	top: 15px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 50%;
	background-color: #0A6FBF;
}
#main .faq  .faqList li:not(:last-of-type) {
	margin-bottom: 10px;
}
#main .faq .faqList li:not(:first-of-type) dd {
	display: none;
}
#main .faq dd {
	padding: 19px 15px 27px 57px;
	position: relative;
	display: none;
}
#main .faq dd::before {
	width: calc(100% - 30px);
	height: 0;
	position: absolute;
	left: 15px;
	top: 0;
	border-top: 3px dotted #0a6fbf;
	content: '';
}
#main .faq dd .num {
	padding-bottom: 1px;
	left: 10px;
	top: 18px;
	box-sizing: border-box;
	color: #ff7800;
	background-color: #fff;
}
#main .faq dd p {
	margin-bottom: 5px;
	letter-spacing: 0;
}
#main .faq dd p:last-of-type {
	margin-bottom: 0;
}
#main .faq dd .note {
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.5;
	text-indent: -1em;
}
#main .service.reason {
	background: url(../img/index/new_bg01.jpg) repeat left top / 10px auto;
	padding: 30px 0 50px;
} 
#main .service.reason .textList li {
	background: #fff;
}
#main .service.reason .textList .list02 .photo {
	width: 69.70%;
	margin:  40px auto 30px;
}
#main .service.reason .textList .list04 .photo {
	width: 85.07%;
	margin:  40px auto 30px;
}
#main .service.reason .textList .list05 .photo {
	width: 55.97%;
	margin:  40px auto 30px;
}
@media all and (min-width: 601px) {
	#main .mainVisual .comBox .title {
		max-width: 322.78px;
	}
	#main .btn_sub_tit {
        max-width: 490px;
    }
	#main .service .textList .title {
	    font-size: 2.4rem;
	}
	#main .service .textList .title em {
	    font-size: 4.2rem;
	}
	#main .service .textList .title span img {
		max-width: 204px;
	}
	#main .service h2 img {
	    max-width: 358.8px;
	}
	#main .newBox h2 img {
	    max-width: 378px;
	}
	#main .voice h2 img {
	    max-width: 376.8px;
	}
	#main .flow h2 img {
	    max-width: 241.2px;
	}
	#main .faq h2 img {
	    max-width: 178.8px;
	}
	#main .service .textList .plan span {
		width: 25%;
	} 
}
@media all and (max-width: 374px) {
	#main .newBox .whiteBox .textList .ttl .txt,
	#main .newBox .whiteBox .textList .list01 .ttl .txt {
		font-size: 1.7rem;
	}
	#main .newBox .whiteBox .textList .price {
		font-size: 1.3rem;
	}
	#main .newBox .whiteBox .textList .price strong {
		font-size: 2.5rem;
	}
	#main .service .textList .title {
		font-size: 1.9rem;
	}
	#main .service .textList .list03 .title {
		font-size: 1.5rem;
	}
	#main .service .textList .title em {
		font-size: 2.2rem;
	}
	#main .voice .textList .imgBox .txtBox .ttl {
		font-size: 1.6rem;
	}
	#main .faq dt {
		font-size: 1.6rem;
	}
}

/*------------------------------------------------------------
	ranking
------------------------------------------------------------*/
.get_ranking .p-ranking-tile {
    background-color: #fff;
    border-radius: 1px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1em;
    margin-top: .5em;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 6px;
}
.get_ranking .p-ranking__rank {
    font-size: 3.4rem;
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    border-radius: 50%;
    border-style: solid;
    border-width: .2em;
    border-color: #198BDB;
    background-color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    left: -10px;
    top: -.2em;
    letter-spacing: -.05em;
    text-indent: -.05em;
    z-index: 3;
    box-sizing: border-box;
}
.get_ranking #rank_1 .p-ranking__rank {
    border-color: #CBC14C;
    left: -16px;
    font-size: 4rem;
}
.get_ranking #rank_2 .p-ranking__rank {
    border-color: #C8C8C8;
    left: -14px;

    font-size: 3.8rem;
}
.get_ranking #rank_3 .p-ranking__rank {
    border-color: #CB853E;
    left: -12px;
    font-size: 3.6rem;
}
.get_ranking .p-ranking__rank small {
    font-size: .28em;
    position: absolute;
    display: block;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    background-color: #147BCC;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    right: -.8em;
    bottom: -.8em;
}
.get_ranking .p-ranking__name {
    background-color: #F7F7F7;
    padding-left: 3.5em;
    padding-top: .75em;
    padding-bottom: .25em;
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    z-index: 1;
    box-sizing: border-box;
}
#main .newBox .get_ranking .p-ranking__name h2 {
	margin-bottom: 0;
    padding-left: 0;
    text-align: left;
    margin: 0;
    position: relative;
    font-size: 1.5em;
    line-height: 1.5;
}
.get_ranking .p-ranking__name h2:after {
    display: inline-block;
    content: "";
    width: .7em;
    height: .7em;
    color: #FF3455;
    position: relative;
    margin-left: .2em;
    top: -.45em;
    background: url(../img/index/heart.svg) no-repeat;
}
.get_ranking .p-ranking__price {
    width: 50%;
    -ms-flex-order: 3;
    order: 3;
    line-height: 1;
    padding-top: .25em;
    font-size: min(9vw, 6.2rem);
    position: relative;
    z-index: 2;
}
.get_ranking .p-ranking__price dl {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.get_ranking .p-ranking__price dt {
    font-weight: bold;
    font-size: .4em;
}
.get_ranking .p-ranking__price dd {
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
}
.get_ranking .p-ranking__price .pc-price {
    font-family: "Roboto", sans-serif;
    color: #ff7800;
}
.get_ranking .p-ranking__price .pc-yen {
    text-align: center;
    padding-top: 1rem;
}
.get_ranking .p-ranking__price .pc-yen strong, .p-ranking__price .pc-yen small {
    display: block;
}
.get_ranking .p-ranking__price .pc-yen strong {
    margin-bottom: .25em;
    font-size: .3em;
}
.get_ranking .p-ranking__price .pc-yen small {
    white-space: nowrap;
    font-weight: bold;
    font-size: .22em;
}
.get_ranking .p-ranking__price .pc-logo {
    position: absolute;
    width: 1em;
    right: .1em;
    bottom: 60%;
}
.get_ranking .p-ranking__photo {
    width: 47%;
    -ms-flex-order: 2;
    order: 2;
    padding-right: .5em;
    padding-left: .5em;
    padding-top: .5em;
    box-sizing: border-box;
}
.get_ranking .p-ranking__go {
	order: 4;
    width: auto;
    margin: 0 auto;  
}
.get_ranking .p-ranking__go a {
	width: 220px;
	padding: 5px 20px;
    display: block;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.02em;
    border-radius: 50px;
    border-bottom: 3px solid #0A6FBF;
    box-shadow: 0px 3px 0px 0px rgba(10, 111, 191, 0.004);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 225, 60) 0%, rgb(255, 204, 0) 100%);
    text-align: center;
}
.get_ranking .p-ranking__go a:after {
	width: 8px;
    height: 12px;
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/common/icon01.png) no-repeat center center / cover;
    content: '';
}
.get_ranking .c-notes {
	padding-left: 1em;
    font-size: 1.2rem;
    line-height: 1.5;
    text-indent: -1em;
    margin-top: 20px;
    margin-bottom: 40px;
}