@charset "UTF-8";
body{
	width: 100%;
	/*overflow-y: scroll;*/
	overflow-x: hidden;
}

img{
	width:100%;
}

i{
	margin: 0 0.5rem;
}

*,
*:before,
*:after {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.red{
	color: red;
}

.red_min{
	color: red;
	font-size:70%;
}

.line_yellow{
	background:linear-gradient(transparent 60%, #ffff66 40%);
	/*color: #d6000f;*/
}


.main{
	width: 100%;
	height: auto;
	background-image: url("../img/main_bg_pc.jpg");
	background-size: cover;
	background-position: bottom;
	display: flex;
	justify-content: center;
	margin-bottom: 6rem;
	/* background-image: linear-gradient(120deg, rgba(197, 199, 197, 0.8), rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(64, 70, 79, 0.8), rgba(255, 255, 255, 0)), linear-gradient(340deg, rgba(91, 101, 109, 0.8), rgba(255, 255, 255, 0)); */
	/*border-bottom: solid 20px #3eb134;*/
}

.main h1{
	width:100%;
	max-width: 1600px;
	margin: 0 auto;
}



@media only screen and (max-width: 750px) {
.main{
	/*background-image: url("../img/main_bg_sp.png");*/
}

.main h1{
	width:100%;
}
	
}





/*コンテンツ
---------------------*/

#box_contents{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: 'Mochiy Pop One', sans-serif;

	background:url(../img/bg.jpg) repeat;
	color: darkgreen;
	padding: 4rem 0 10rem;
  background-position: top;
  position: relative;
}

section{
	width: 100%;
	margin: 0rem auto 6rem;
}

section a{
	color: darkgreen;
}

.box_white{
	width: 100%;
	max-width: 1200px;
	padding: 8rem 4rem 4rem;
	margin: 0 auto;
 	background:rgba(255,255,255,0.9);
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.box_white section .program_end_message{
	display: block;
  padding: 1em;
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
  width: 90%;
  background-color: darkgreen;
  color: #ffffff;
  text-align: center;
  font-size: 160%;
}

.value-golf-logo{
	width:200px;
	display: block;
	margin: 0 auto 1rem;
}

/* 概要 */
.overview_wrap{
	width: 100%;
    padding: 0;
    margin: 0;
    margin-top: -21rem;
}

@media screen and (min-width:1921px) {
.overview_wrap{
    margin-top: -26rem;
}

}


@media screen and (max-width:1920px) {
.overview_wrap{
    margin-top: -21rem;
}

}

@media screen and (max-width:1240px) {
.overview_wrap{
    margin-top: -18rem;
}

}

.overview_top{
	position: relative;
	width: 100%;
	height: calc((150 / 1600) * 100vw); 
}

.overview_top::before{/*画像を絶対配置*/
    content: '';
    width: 100%;
    display: block;

	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: inherit;
	height: inherit;

	background-image: url("../img/overview_top.png");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}


@media only screen and (max-width: 750px) {
	
.overview_wrap{
	width: 100%;
    padding: 0;
    margin: 0;
    margin-top: -10rem;
}


#box_contents{
	width: 100%;
	margin: 0 auto;
	padding: 4rem 1.5rem;
}

section{
	margin: 0rem auto;
	padding: 2rem 0 0;
}
	
.box_white{
	width: 100%;
	padding: 2rem 1.7rem;	
}

.value-golf-logo{
	width:45%;

}


}



/*見出し
---------------------*/

.ttl {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 4rem;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}

.ttl.value-golf {
	margin-bottom: 2rem;
}

.txt_adjust_kana{
	letter-spacing: -0.15rem;
}

.theme_txt{
	font-size: 2.4rem;
	line-height: 2;
	margin-bottom: 3rem;
	text-align: center;
	}

.theme_txt p{
	margin-bottom: 1.5rem;
	}



@media only screen and (max-width: 750px) {
	
.ttl {
	width: 100%;
	margin: 0 auto 2rem;
	font-size: 2rem;
}

	
.theme_txt{
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 0;
	}	
}



/*協賛企業バナー　1社の場合*/
.ban_company{
	width: 100%;
	text-align: center;
}


.ban_company img{
	width: 400px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}


@media screen and (max-width: 768px) {

.ban_company img{
	width: 80%;
}

}


/*ラジコ ボタン*/

.radiko_btn{
	width: 100%;
	text-align: center;
	margin:0 auto;
	  
}

#linklist li img{
    width: 420px;
	height: auto;
	margin-bottom: 1rem;
}

.message_txt{
	margin-top: 1rem;
}


@media screen and (max-width: 768px) {
#linklist li img{
    width: 80%;
}

.message_txt{
	text-align: left;
	font-size: 1.2rem;
}
}


/*イベント*/

.event_box{
	width: 100%;
	margin: 0 auto;
}


.event_box table {
	border-collapse: collapse;
  width: 100%;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 2;
	
}
.event_box table th, table td {
	padding: 2rem;
	border: solid 1px green;
	background-color: white;
}
.event_box table th{
	background: darkgreen;
	width: 30%;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	}

.event_caption{
	font-size: 1.2rem;
	text-align: center;
	}

.img_fax{
	width: 40%;
	margin-bottom: 1rem;
	border: solid 1px #ccc;
}

.guideline li{
  text-indent: -1em;
  padding-left: 1em;
}


@media only screen and (max-width: 750px) {	
.event_box table {
  width: 100%;
	font-size: 1.4rem;
}

.event_box table th, table td {
  display: block;
  width: 100%;
	border-top: none; /* 一旦、すべてのborder-topを削除 */
}
	
.event_box table tr:first-child th{
      border-top: 1px solid #88c5d4; /* 一番上にあるthだけborder-topを追加 */
    }

	
.img_fax{
	width: 100%;
}

}

/*** ボタン用装飾 ***/
.button{
  text-align: center;
	width: 100%;
  margin: 0 auto 1.5rem;
}

/* リンク部分 */
.button a{
	width: 70%;
	margin: 0rem auto;
  display: inline-block;
	padding: 2rem;
  background: #d6000f; /*ボタン色*/
	font-size: 2.6rem;
  color: yellow;
  text-decoration: none; /*下線削除*/
box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	border-radius: 45px;
	border: solid 4px white;
}

/*** ボタンを光らせる ***/
.btn-shine a{
  position: relative; /*疑似要素の起点*/
  overflow: hidden; /*範囲外の光を隠す*/
}

/*** ボタンをキラッとさせる ***/
.btn-shine a:after{
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 10%;
  height: 150%;
  background: #fff; /*光の色*/
  transform: rotate(45deg); /*45度傾ける*/
  animation: reflect 5s ease-in-out infinite;
/*animation: アニメ名｜光る周期｜動き方｜ループ*/
}

/*** 光のアニメーション ***/
@keyframes reflect{
  0%,75%{
    transform: rotate(45deg) scale(0);
    opacity: 1;
  }
  100%{
    transform: rotate(45deg) scale(100);
    opacity: 0;
  }
}

@media only screen and (max-width: 750px) {
	
.button a{
	width: 100%;
	font-size: 1.4rem;
}
	
}


.box_message_txt{
	width: 70%;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.8;
	margin: 0 auto 6rem;
}

.box_message_txt li{
  text-indent: -1em;
  padding-left: 1em;
}


/*応募フォーム*/


.form_attention {
	width: 100%;
	padding: 2rem;
	background-color: white;
	border: green solid 5px;
	margin: 0 auto;
}

.form_attention_midashi {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	color: darkgreen;
}

.form_attention_midashi a{
	color: darkgreen;
}


.form_attention p{
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.form_box{
	width: 100%;
	padding: 2rem;
	background-color: white;
	margin:0 auto;
}


.thanks_box{
	width: 100%;
	padding: 2rem;
	background-color: white;
	color: black;
	font-size: 2rem;
}

.txt_blue{
		color: #2395d1;
}


@media only screen and (max-width: 750px) {
.box_message_txt{
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.5;
}

.form_attention {
	padding: 1.5rem;
}
	
.form_attention_midashi {
	font-size: 1.6rem;
}
.form_attention p{
	font-size: 1.4rem;
}
	
	
	
.form_box{
	padding: 1.5rem;
}
	
.thanks_box{
	font-size: 1.4rem;
}

	
}


/* PCのみ表示
------------------------------*/
@media only screen and (max-width: 750px) {

	.for_pc{
		display: none;
	}
	
}

/* スマホのみ表示
------------------------------*/

@media only screen and (min-width: 751px) {

	.for_sp{
		display: none;
	}
	
}




/* header/footer --------------------*/

.header_simple {
   background: #333333;
}

.footer_simple {
    background: #333333;
}

.footer_simple .copyright{
	color: #ffffff;
}