@charset "UTF-8";


/* ------------------------------------------------
  reset
------------------------------------------------ */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
caption, th{
	text-align:left;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500;
}
area {
	border:none;
	outline:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
}


/* ------------------------------------------------
  common
------------------------------------------------ */

html,body {
	height: 100%;
}
@media screen and (max-width: 767px) {

}

a {
	color: inherit;
	outline: none;
	text-decoration:none;
}
a:hover,
a:hover span {
	text-decoration: none;
	outline: none;
}

.fade_none {
	pointer-events: none;
    background-color: #d7d8d8!important;
    border: solid 1px #d7d8d8!important;
}

.fade_none_gl {
	pointer-events: none;
    background-color: #c2c2c2!important;
    border: solid 1px #c2c2c2!important;
}

.en_fade{
    background-color: #d7d8d8!important;
    border: solid 1px #d7d8d8!important;    
}

.fade {
	opacity: 1;
	transition: opacity 0.3s ease;
}
.fade:hover {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	.fade {
		opacity: 1;
		transition: opacity 0.3s ease;
	}
	.fade:hover {
		opacity: 1;
	}
}

.fadein {
	opacity : 0;
	transition: opacity 1s;
}
.fadein.scrollin {
	opacity : 1;
}

.cf::before,
.cf::after,
.clearfix::after {
	content: " ";
	display: table;
}
.cf::after,
.clearfix::after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.cb {
	clear: both;
}
/*#suntory_contents {
	background-color: #d7d8d8;
}*/

#wrapper {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height:1.4;
	letter-spacing: 0.06em;

	-webkit-text-size-adjust: 100%;
	font-feature-settings : "palt";

	margin: 0 auto;
	width: 100%;
	/*background-color: #ececec;*/
	min-width: 960px;
	position: relative;
}
@media screen and (max-width: 767px) {
	#wrapper {
		min-width: 375px;
	}

	#wrapper img {
		width: 100%;
		height: auto;
	}
}

#wrapper img.resp {
	width: 100%;
	height: auto;
}


/* ------------------------------------------------
  ヘッダー
------------------------------------------------ */
#header {
	background-color: #FFF;
	/*position: fixed;*/
	position: sticky;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
}
#header .inner {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 7px;
}

#header .logo {
	display: block;
	width: 154px;
    z-index : 10;
}
#header .logo img {
    max-width: 154px;
	width: 100%;
}

#menu .insta a img{
	width: 24px!important;
}

#menu{
    display: flex;
    flex-direction: column; 
	align-items: flex-end;
}

#menu ul {
	display: flex;
    align-items: center;
}
#menu ul li {
    text-align: center;
}
#menu ul li + li {
	margin-left: 0;
}
#menu .nav01 li a {
	font-size: 16px;
	color: #202020;
	line-height: 1.5;
	display: block;
	padding: 8px 20px;
}
#menu .nav02 li a {
	font-size: 14px;
	color: #202020;
	line-height: 1.5;
	display: block;
	padding: 8px 18px;
    margin-left: 12px;
}

#menu .nav02 img{
	width: 34px;
}

#menu ul li.pick01 a {
	color: #FFF;
	line-height: 1;
/*  background-color: #d7d8d8;*/
	background-color: #d90615;
    margin-left: 10px!important;
}

#menu ul li.pick02 a {
	color: #e50044;
	line-height: 1;
    border: 1px solid #e50044;
}

#menu ul li.pick02 .my_fade {
	color: #e50044;
	line-height: 1;
    border: 1px solid #e50044;
}

#menu ul li.pick03 a {
	color: #00ab84;
	line-height: 1;
    border: 1px solid #00ab84;
}

/*#menu ul li.pick02 a{
    pointer-events: none;
	color: #d7d8d8;
	line-height: 1;
    border: 1px solid #d7d8d8;    

}*/

#menu ul li.pick02 {
	padding : 8px 12px;
}

#menu_sp{
    display: none;
}

@media screen and (max-width: 1300px) {
	#menu .nav01 li a {
        font-size: 12px;
    }  
}

@media screen and (max-width: 1050px){
    #header .logo {
		width: 120px;
	}
    
    #header .logo img{
        max-width: 120px;
        width: 100%;
    }
    
    #menu .nav01 li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
	#header .inner {
		width: 100%;
		padding: 10px 15px 10px 20px;
		box-sizing: border-box;
	}
    
    #header .logo {
		width: 100px;
	}    
    
    #menu .nav01 li a {
        font-size: 12px;
        padding: 8px 12px;
    }    

	#menu{
		display: none;
	}
    
    #menu_sp{
        display: flex;
		align-items: center;
    } 
	#header .inner .insta_sp{
		display: block;
		margin-right: 20px;
	}
    
	#header .inner .insta_sp img{
		width: 36px;
	}
/*----------ハンバーガー----------*/    
/*　ハンバーガーボタン　*/
    .hamburger {
        display : block;
        position: relative;
        z-index : 3;
        right : 10px;
        top   : 0px;
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }
    
    .hamburger span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 2px ;
        left    : 6px;
        background : #555;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 20px;
    }
    .hamburger span:nth-child(3) {
        top: 30px;
    }
    
    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top : 16px;
        left: 6px;
        background :#000000;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background :#000000;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }
    nav.globalMenuSp {
        position: fixed;
        z-index : 2;
        top  : 0;
        left : 0;
        color: #fff;
        background: rgba(255,255,255,1);
        text-align: center;
        width: 100%;
        height: 100vh;
        pointer-events: none;
        opacity: 0;
        transition: opacity .3s linear;
        /*transition: opacity .6s ease, visibility .6s ease;*/
    }
    nav.globalMenuSp .nav01 {
        margin: 0 auto;
        padding: 200px 0 0;
        width: 100%;
    }
    nav.globalMenuSp .nav01 li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
        border-bottom: solid 1px #cbcdce;
    }
    nav.globalMenuSp .nav01 li:last-child {
        padding-bottom: 0;
    }
    nav.globalMenuSp .nav01 li a {
        display: block;
        color: #000000;
        padding: 20px 0;
        text-decoration :none;
    }
    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
          pointer-events: auto;
        opacity: 1;
    }  
    
    nav.globalMenuSp .nav02 {
        padding: 46px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    nav.globalMenuSp .nav02 li {
        list-style-type: none;
        padding: 0 15px;
    }  
    
    nav.globalMenuSp .pick02 {
        color: #e50044;
        background-color: #ffffff;
        line-height: 1;
        border: 1px solid #e50044;
        padding: 14px 38px;
		display: block;
		width: 70%;
		margin: 7px auto;
    }  

	nav.globalMenuSp .pick03 {
        color: #00ab84;
        background-color: #ffffff;
        line-height: 1;
        border: 1px solid #00ab84;
        padding: 14px 38px;
		display: block;
		width: 70%;
		margin: 7px auto;
    }  
    
    nav.globalMenuSp .nav02 li .my_fade_none{
        pointer-events: none;
        color: #cbcdce;
        line-height: 1;
        border: 1px solid #cbcdce;   
        opacity: 1;
        background-color: transparent;
    }

    
    nav.globalMenuSp .nav02 li .pick01 {
        color: #FFF;
        line-height: 1;
        background-color: #d90615;
        padding: 14px 38px;
    }
	
	nav.globalMenuSp .insta a img{
		width: 50px!important;
	}
}


/* ------------------------------------------------
  コンテンツ
------------------------------------------------ */

.section .inner {
	max-width: 1000px;
	margin: 0 auto;
}

.title-head {
	background-color: #353535;
	text-align: center;
}
.title-head .inner {
	padding: 26px;
}
.title-head .inner .ttl {
	font-size: 24px;
	color: #FFF;
}
.title-head .inner .ttl + .jp {
	font-size: 10px;
	color: #FFF;
	margin-top: 12px;
}

#title-head {
	background-color: #353535;
	text-align: center;
}
#title-head .inner {
	padding: 26px;
}
#title-head .inner .ttl {
	font-size: 24px;
	color: #FFF;
}
#title-head .inner .ttl + .jp {
	font-size: 10px;
	color: #FFF;
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	.title-head .inner {
		padding: 20px 15px 15px;
	}
	.title-head .inner .ttl {
		font-size: 22px;
	}
	.title-head .inner .ttl + .jp {
		font-size: 11px;
		margin-top: 5px;
	}
	#title-head .inner {
		padding: 20px 15px 15px;
	}
	#title-head .inner .ttl {
		font-size: 22px;
	}
	#title-head .inner .ttl + .jp {
		font-size: 11px;
		margin-top: 5px;
	}    
}


#back_to_top {
	background-color: #e50044;
	text-align: center;
	padding: 65px;
}
#back_to_top a {
	display: inline-block;
	font-size: 16px;
	color: #FFF;
}
#back_to_top a::before {
	content: "";
	display: block;
	margin: 0 auto 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #3f3c3d transparent;
}
@media screen and (max-width: 767px) {
	#back_to_top {
		padding: 17px;
	}
	#back_to_top a {
		font-size: 10px
	}
}



#footer_menu {
	background: rgb(186,15,27);
	background: linear-gradient(90deg, rgba(186,15,27,1) 0%, rgba(120,5,0,1) 100%);
}
#footer_menu .inner {
	padding: 30px;
}
#footer_menu ul {
	display: flex;
	justify-content: center;
}
#footer_menu li {
	margin: 0 30px;
}
#footer_menu a {
	font-size: 16px;
	color: #FFF;
}
@media screen and (max-width: 767px) {
	#footer_menu .inner {
		padding: 20px 20px;
	}
	#footer_menu ul {
		display: flex;
		justify-content: space-between;
	}
	#footer_menu li {
		margin: 0;
	}
	#footer_menu a {
		font-size: 9px;
	}
}

/*------------------------------------------------
フィナルレポート モーダル
------------------------------------------------*/

.remodal.remodal_report {
	max-width: 1030px;
	width: 100%!important;
	font-size: 0;

	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height:1.4;
	letter-spacing: 0.06em;

	-webkit-text-size-adjust: 100%;
}
.remodal.remodal_report .internal {
	background-color: #fff;
	position: relative;
}
.remodal.remodal_report .tit {
	font-size: 24px;
	color: #FFF;
	padding: 45px;
	background: #00ab84;
}
.remodal.remodal_report .body {
	padding: 40px;
}
.remodal.remodal_report .txt {
	font-size: 16px;
	color: #000;
	line-height: 1.8;
    text-align: center; 
}
.remodal.remodal_report .internal .btn_close {
	display: block;
	width: 30px;
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 10;
}
.remodal.remodal_report .internal .btn_close img {
	width: 100%;
	height: auto;
}

.remodal.remodal_report .internal .link {
	text-align: center;
	margin-top: 30px;
}
.remodal.remodal_report .internal .link a {
	font-size: 20px;
	color: #FFF;
	display: inline-block;
	padding: 14px 60px 12px;
	background: #c79f62;
}

@media screen and (max-width: 767px) {
	.remodal.remodal_report .tit {
		font-size: 18px;
		padding: 15px;
	}
	.remodal.remodal_report .body {
		padding: 15px;
	}
	.remodal.remodal_report .txt {
		font-size: 10px;
		text-align: center;
	}
	.remodal.remodal_report .internal .btn_close {
		width: 20px;
		top: 0;
		right: 0;
	}

	.remodal.remodal_report .internal .link {
		margin-top: 20px
	}
	.remodal.remodal_report .internal .link a {
		font-size: 12px;
		padding: 9px 33px;
	}
}



/*------------------------------------------------
その他
------------------------------------------------*/

.sp_disp {
	display: none!important;
}

@media screen and (max-width: 767px) {
	.pc_disp {
		display: none!important;
	}
	.sp_disp {
		display: block!important;
	}
	table.sp_disp {
		display: table!important;
	}
	tbody.sp_disp {
		display: table-row-group!important;
	}
	img.sp_disp {
		display: inline-block!important;
	}
	br.sp_disp {
		display: inline!important;
	}
}

.eng_btn{
	display: none;
}

.pam_btn{
	display: none;
}

/*------------------------------------------------
選考結果モーダル
------------------------------------------------*/

.remodal-overlay {
	background-color: rgba(0,0,0,0.8);
}
.remodal.remodal_result {
	max-width: 1030px;
	width: 100%!important;
	font-size: 0;

	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height:1.4;
	letter-spacing: 0.06em;

	-webkit-text-size-adjust: 100%;
}

.txt{
    text-align: left;
}

.txt .sm_txt{
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 30px;
}

.remodal.remodal_result .tit {
	font-size: 24px;
	color: #FFF;
	padding: 45px;
	background: #00ab84;
}

.remodal.remodal_result .body {
	padding: 40px;
}

.remodal.remodal_result .txt {
    text-align: center;
	font-size: 16px;
	color: #000;
	line-height: 1.8;
}

.remodal.remodal_result .txt_sm {
    text-align: right;
	font-size: 11px;
	color: #000;
	line-height: 1.8;
}
@media screen and (max-width: 1050px){
	.remodal.remodal_result .txt_sm{
		text-align: right;
		padding-left: 0;
	}
}

.remodal.remodal_result .internal .btn_close {
	display: block;
	width: 30px;
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 10;
}

.remodal.remodal_result .internal .btn_close img {
	width: 100%;
	height: auto;
}

.remodal.remodal_result .internal {
	background-color: #fff;
	position: relative;
}

@media screen and (max-width: 767px) {
	.remodal.remodal_result .tit {
		font-size: 18px;
		padding: 15px;
	}
	.remodal.remodal_result .body {
		padding: 15px;
	}
	.remodal.remodal_result .txt {
		font-size: 10px;
	}
    
    .txt .sm_txt{
        font-size: 10px;
        line-height: 1.8;
    }    
    
	.remodal.remodal_result .internal .btn_close {
		width: 20px;
		top: 0;
		right: 0;
	}
}

/* 出場者一覧 */

.remodal.remodal_result .item {
	margin-top: 45px;
    margin-bottom: 10px;
	text-align: left;
}

.remodal.remodal_result .s_tit {
	font-size: 24px;
	text-align: center;
	margin-bottom: -30px;
}

.remodal.remodal_result table {
	width: 100%;
}

.remodal.remodal_result table,
.remodal.remodal_result table tbody {
	line-height: 1.6;
	letter-spacing: 0.06em;
}
.remodal.remodal_result table + table:not(.sp) {
	margin-top: 2px;
}
.remodal.remodal_result table tr.head {
	border-bottom: 4px solid #FFF;
}

.remodal.remodal_result table tr > *:nth-child(1) {
	width: 60px;
}
.remodal.remodal_result table tr > *:nth-child(2) {
	width: 150px;
}
.remodal.remodal_result table tr > *:nth-child(3) {
	width: 490px;
}

.remodal.remodal_result table tr.head {
	border-left: 1px solid #cccccc;
}
.remodal.remodal_result table tr.head + tr {
	border-left: 1px solid #ececec;
}

.remodal.remodal_result table th {
	font-size: 14px;
	border-right: 1px solid #cccccc;
	padding: 7px 10px;
}
.remodal.remodal_result table td {
	font-size: 14px;
	background-color: #ececec;
	padding: 8px 10px;
}
.remodal.remodal_result table td + td {
	border-left: 1px solid #FFF;
}
.remodal.remodal_result table td a {
	color: #74694a;
}

@media screen and (max-width: 1050px) {
	.remodal.remodal_result .item {
		margin-top: 40px;
	}

	.remodal.remodal_result .s_tit {
		font-size: 18px;
		margin-bottom: -20px;
	}  

	.remodal.remodal_result table + table:not(.sp) {
		margin-top: 0;
	}
	.remodal.remodal_result table tr.head {
		border-bottom: none;
	}

	.remodal.remodal_result table tr > *:nth-child(1) {
		width: 20%;
	}
	.remodal.remodal_result table tr > *:nth-child(2) {
		width: 35%;
	}
	.remodal.remodal_result table tr > *:nth-child(3) {
		width: 45%;
	}
	.remodal.remodal_result table tr > *:nth-child(4) {
		display: none !important;
	}

	.remodal.remodal_result table tr.head {
		border-left: none;
	}
	.remodal.remodal_result table th {
		font-size: 10px;
		border-right: none;
		padding: 1px 0;
		padding-left: 5px
	}
	.remodal.remodal_result table td {
		font-size: 10px;
		background-color: #ececec;
		padding: 7px;
	}
	.remodal.remodal_result table td + td {
		border-left: 1px solid #FFF;
	}
}

.remodal.remodal_result table.sp,
.remodal.remodal_result .sp_head {
	display: none;
}

@media screen and (max-width: 1050px) {
	.remodal.remodal_result table.sp {
		margin-top: 5px
	}
	.remodal.remodal_result table.sp,
	.remodal.remodal_result table.sp tbody {
		width: 100%;
		display: table;
	}
	.remodal.remodal_result .sp_head {
		display: table-row;
	}
	.remodal.remodal_result table + table:not(.sp) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.remodal.remodal_result .award_ttl {
		font-size: 10px;
		padding: 6px 10px;
		margin-bottom: 10px;
	}
}


/*----------2025年10月リスト改修----------*/

.remodal.remodal_result .item {
    margin-bottom: 10px;
	text-align: left;
}

.remodal.remodal_result table {
	width: 100%;
}

.remodal.remodal_result table,
.remodal.remodal_result table tbody {
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.remodal.remodal_result table + table:not(.sp) {
	margin-top: 2px;
}

.remodal.remodal_result table tr.head {
	border-bottom: 4px solid #FFF;
}

.remodal.remodal_result table tr > *:nth-child(1) {
	width: 60px;
}
.remodal.remodal_result table tr > *:nth-child(2) {
	width: 120px;
}
.remodal.remodal_result table tr > *:nth-child(3) {
	width: 280px;
}
.remodal.remodal_result table tr > *:nth-child(4) {
	width: 160px;
}
.remodal.remodal_result table tr.head {
	border-left: 1px solid #cccccc;
}
.remodal.remodal_result table tr.head + tr {
	border-left: 1px solid #ececec;
}
.remodal.remodal_result table th {
	font-size: 14px;
	border-right: 1px solid #cccccc;
	padding: 7px 10px;
}
.remodal.remodal_result table td {
	font-size: 14px;
	background-color: #ececec;
	padding: 20px 10px;
}
.remodal.remodal_result table td + td {
	border-left: 1px solid #FFF;
}
.remodal.remodal_result table td a {
	color: #74694a;
}

.remodal.remodal_result .txt_sm {
    text-align: right;
	font-size: 11px;
	color: #000;
	line-height: 1.8;
}

@media screen and (max-width: 1050px) {
	.remodal.remodal_result table + table:not(.sp) {
		margin-top: 0;
	}
	.remodal.remodal_result table tr.head {
		border-bottom: none;
	}

	.remodal.remodal_result table tr > *:nth-child(1) {
		width: 30%;
	}
	.remodal.remodal_result table tr > *:nth-child(2) {
		width: 35%;
	}
	.remodal.remodal_result table tr > *:nth-child(3) {
		width: 45%;
	}
	.remodal.remodal_result table tr > *:nth-child(4) {
		display: none !important;
	}

	.remodal.remodal_result table tr > *:nth-child(5) {
		display: none !important;
	}

	.remodal.remodal_result table tr.head {
		border-left: none;
	}
	.remodal.remodal_result table th {
		font-size: 10px;
		border-right: none;
		padding: 1px 0;
		padding-left: 5px
	}
	.remodal.remodal_result table td {
		font-size: 10px;
		background-color: #ececec;
		padding: 7px;
	}
	.remodal.remodal_result table td + td {
		border-left: 1px solid #FFF;
	}
}

.remodal.remodal_result table.sp,.sp_head {
	display: none;
}

@media screen and (max-width: 1050px) {
	.remodal.remodal_result table.sp {
		margin-top: 5px
	}
	.remodal.remodal_result table.sp,table.sp tbody {
		width: 100%;
		display: table;
	}
	.remodal.remodal_result .sp_head {
		display: table-row;
	}
	.remodal.remodal_result table + table:not(.sp) {
		margin-top: 40px;
	}
	.remodal.remodal_result .txt_sm{
		text-align: right;
		padding-left: 0;
	}
}

.remodal.remodal_result .award_ttl{
	display: flex;
	align-items: center;
	padding: 10px 20px;
	margin-bottom: 17px;
}

.remodal.remodal_result .award_ttl p{
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
}

.remodal.remodal_result .award_ttl img {
	flex-shrink: 0;
	display: block;
	width: 20px;
	height: 40px;
	margin-right: 15px;
}

.remodal.remodal_result .award_ttl.gold {
	background-color: #c79f62;
}
.remodal.remodal_result .award_ttl.silver {
	background-color: #b1b2b3;
}

.remodal.remodal_result .award_ttl.win {
	background-color: #595959;
}

@media screen and (max-width: 767px) {
	.remodal.remodal_result .award_ttl {
		padding: 10px 10px;
		margin-bottom: 10px;
	}
	.remodal.remodal_result .award_ttl img {
		width: 12px;
		height: 24px;
	}
}

.remodal.remodal_result .btn_area{
	text-align: center;
}

.remodal.remodal_result .btn_area .btn{
	width: 100%;
	background-color: #c79f62;
	border-radius: 30px;
	padding: 7px 0;
}

.remodal.remodal_result .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.remodal.remodal_result .btn a p{
	font-size: 12px;
	color :#ffffff;
}

.remodal.remodal_result .btn a img{
	width: 10px;
	margin-left: 5px;
}

@media screen and (max-width: 767px) {
	.remodal.remodal_result .btn_area .btn{
		width: 80%;
		border-radius: 30px;
		padding: 5px 0;
		margin: 0 auto;
	}
	.remodal.remodal_result .btn a p{
		font-size: 10px;
		color :#ffffff;
	}
	.remodal.remodal_result .btn a img{
		width: 10px!important;
		margin-left: 3px;
	}
	.remodal.remodal_result .tokuten_same .contents_area{
		padding-top: 0;
	}
}