@charset "Shift_JIS";

.subtit {
	padding-left: 20px;
    padding-bottom: 10px;
	font-weight: bold;
}

#privacy {
	margin-top: 50px;
}
/*=====================================================
	PCサイズ（641px以上）ここから
======================================================*/

@media screen and (min-width:641px), print{
.wrapper {margin-bottom: 40px;}
h3 {margin-top: 40px;}
.sp-br{
	display:none;
}
.message{
	padding:200px 0;
	text-align:center;
	}

.otoiawase{
	width:40%;
	background-color: #E9E9E9;
	text-align: center;
	margin: 0 auto;
	padding:15px 0;
}
	
	
h5.midashi{
	margin-bottom: 20px;
}
#boshu .application{
	text-align: center;
  margin-bottom: 30px;
}
#boshu .application img{
	display: block;
	margin: 0 auto;
}
#boshu .application p{
	display: block;
	margin: 15px 0;
  font-size: 18px;
}
#boshu .application p.blue span{
	display: block;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
}
#boshu .caution{
	background-color: #EDEDED;
	width: 950px;
	padding: 30px 160px;
	box-sizing: border-box;
	margin: 30px auto 50px;;
}
#boshu .caution ul{
	margin-top: 20px;
	padding-left: 35px;
	list-style-type: disc;
	text-align: left;
}
#boshu .caution ul > li{
	margin: 6px;
}

#boshu #form{}
#boshu #form form{
	display: block;
	width: 850px;
	margin: 0 auto;
}

#boshu #form form dl, #boshu #form form .note {
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#boshu #form form dl.row-box{
	display: block;
}

#boshu #form form dl dt{
	width: 280px;
}
#boshu #form form dl.row-box dt {
	width: 100%;
	margin-bottom: 7px;
}

#boshu #form form dl.required dt::after,
#boshu #form form #consent label::after{
	content: "必須";
	display: inline-block;
	font-size: 80%;
	vertical-align: 10%;
	margin-left: 12px;
	color: #CC0000;
	border: 1px solid #CC0000;
	border-radius: 4px;
	padding: 0 4px;
	font-weight: bold;
}
#boshu #form form dl dd {
	/* max-width: 660px; */
	width: calc(100% - 280px);
}
#boshu #form form dl dd label{
	margin: 0 10px;
}
#boshu #form form input[type="radio"],
#boshu #form form input[type="checkbox"]{
	margin-right: 7px;
}
#boshu #form form input[type="text"]{
	border: none;
	background-color: #EDEDED;
	padding: 11px 7px;
	box-sizing: border-box;
	width: 450px;
}
#boshu #form form dl#tel dd input[type="text"]{
	width: 200px;
}
#boshu #form form textarea{
	border: 1.5px solid #C0C0C0;
	width: 100%;
	padding: 5px 7px;
	box-sizing: border-box;
}
#boshu #form form dl dd .ex{
	display: inline-block;
	margin-left: 7px;
	color: #5A5A5A;
} 
#boshu #form form dl dd div{
	margin: 15px 0;
}

#boshu #form form dl dd p{
	margin-bottom: 0;
}
#boshu #form form dl#detail p{
    margin-bottom: 0;
}
#boshu #form form dl#impressions{
	display: block;
}
#boshu #form form dl#impressions dt{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
#boshu #form form dl#impressions dd{
	width: 100%;
}

#boshu #form form ul{
	font-size: 86%;
	padding-left: 190px;
	margin-bottom: 30px;
}


#boshu #form form #privacy textarea{
	border: 1.5px solid #C0C0C0;
	width: 100%;
	margin: 15px 0;
}

#boshu #form form #consent{
	width: 100%;
	text-align: center;
	padding: 12px 0;
	background-color: #FFEAEB;
	margin-bottom: 40px;
}

#boshu #form form #transmission{
	width: 100%;
	border-top: 1px dotted #000000;
	padding-top: 30px;
	box-sizing: border-box;
}

#boshu #form form #transmission input{
	display: block;
	width: 420px;
	height: 55px;
	margin: 0 auto;
	color: #FFFFFF;
	border-style: solid;
	border-color: #5A5A5A;
	background-color: #5A5A5A;
	border-radius: 8px;
	font-size: 120%;
	cursor: pointer;
}
#boshu #form form #transmission input:hover{
	color: #5A5A5A;
	background-color: #FFFFFF;
}
#boshu #form form #transmission.ok{
	text-align: center;
}
#boshu #form form #transmission.ok input{
	display: inline-block;
}
#boshu #form form #transmission.ok input[type="button"]{
	width: 100px;
}
#boshu #form form #transmission.ok input[type="submit"]{
	background-color: #DB0011 !important;
	border: #DB0011 2px solid !important;
}
#boshu #form form #transmission.ok input[type="submit"]:hover{
	background-color: #FFFFFF !important;
	color:#DB0011;
}

input[type="radio"], input[type="checkbox"]{
	cursor: pointer;
}

/*備考*/
.memo {
    margin-bottom: 30px;
    text-align: center;
    color: #c30d23;
    line-height: 1.6;
}



}
/*======================================================
	SPサイズ（640px以下）ここから
======================================================*/

@media screen and (max-width: 640px){
.sp-br{
	display:block;
}
	
	
.message{
	padding:150px 0;
	text-align:center;
	}
	
/*ゴルフ大会*/

.golf-info{
	width:98%;
	margin: 0 auto;
	margin-bottom: 20px;
	}
.golf-info .text{
	text-align: left;
	line-height: 1.4;
	}

.otoiawase{
	width:95%;
	background-color: #E9E9E9;
	text-align: center;
	margin: 0 auto;
	padding:5px 0;
	margin-bottom: 20px;
	}

	
h5.midashi{
	margin-bottom: 1rem;
}
#boshu .application{
	text-align: center;
}
#boshu .application img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}
#boshu .application p{
	width: 95%;
	display: block;
	margin: 1em auto;
  text-align: left;
}

#boshu .caution{
	text-align: left;
	background-color: #EDEDED;
	width: 100%;
	padding: 1.5em 0.7em;
	box-sizing: border-box;
	margin: 30px auto 50px;;
}
#boshu .caution ul{
	margin-top: 1.5em;
	padding-left: 1em;
	list-style-type: disc;
}
#boshu .caution ul > li{
	margin: 0.5em;
}

#boshu #form{}
#boshu #form form{
	display: block;
	width: 98%;
	margin: 0 auto;
}
#boshu #form form dl, #boshu #form form .note{
	display: block;
	margin-bottom: 1.7em;
}
#boshu #form form dl dt{
	width: 100%;
	font-weight: bold;
	margin-bottom: 0.6em;
}
#boshu #form form dl.required dt:after,
#boshu #form form #consent label:after{
	content: "必須";
	font-size: 85%;
	vertical-align: 10%;
	margin-left: 12px;
	color: #CC0000;
	border: 1px solid #CC0000;
	border-radius: 4px;
	padding: 0 6px;
	font-weight: bold;
}
#boshu #form form dl dd{
	width: 100%;
	}
#boshu #form form dl dd label{
	margin: 0 7px;
}
#boshu #form form input[type="radio"],
#boshu #form form input[type="checkbox"]{
	margin-right: 5px;
}
#boshu #form form input[type="text"]{
	border: none;
	background-color: #EDEDED;
	padding: 11px 7px;
	box-sizing: border-box;
	width: 100%;
}
#boshu #form form textarea{
	border: 1.5px solid #C0C0C0;
	width: 100%;
	padding: 5px 7px;
	box-sizing: border-box;
}
#boshu #form form dl dd .ex{
	display: block;
	color: #5A5A5A;
	margin: 3px 0;
} 
#boshu #form form dl dd div{
	margin: 1em 0;
}
#boshu #form form dl#photo input[type="submit"]{
	display: block;
	margin: 0.5em 0 1em;
	margin-left: auto;
}
#boshu #form form dl#impressions{
	display: block;
}
#boshu #form form dl#impressions dt{
	display: block;
	width: 100%;
	margin-bottom: 3px;
}
#boshu #form form dl#impressions dd{
	width: 100%;
}

#boshu #form form ul{
	margin-bottom: 2em;
}

#boshu #form form #privacy textarea{
	border: 1.5px solid #C0C0C0;
	width: 100%;
	margin: 0.7em 0;
}

#boshu #form form #consent{
	width: 100%;
	text-align: center;
	padding: 1em 0;
	background-color: #FFEAEB;
	margin-bottom: 2em;
}

#boshu #form form #transmission{
	width: 100%;
	border-top: 1px dotted #000000;
	padding: 2em 0;
	box-sizing: border-box;
}

#boshu #form form #transmission input{
	display: block;
	width: 100%;
	max-width: 420px;
	height: 3em;
	margin: 0 auto;
	color: #FFFFFF;
	border-style: solid;
	border-color: #5A5A5A;
	background-color: #5A5A5A;
	border-radius: 8px;
	font-size: 120%;
}
#boshu #form form #transmission input:hover{
	color: #5A5A5A;
	background-color: #FFFFFF;
}

/*備考*/
.memo {
    margin-bottom: 30px;
    color: #c30d23;
    line-height: 1.6;
}



}
