@charset "utf-8";

/* CSS Document */
body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

body * {
  box-sizing: border-box;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width:599px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* PCとSPの改行切り替え */
@media screen and (min-width: 1025px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}

@media only screen and (max-width:599px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}
.image_area {
width: 320px;
display: block;
vertical-align: bottom;
}
.image_area2 {
width: 260px;
display: block;
vertical-align: bottom;
}
@media only screen and (min-width: 737px){
.image_right {
float: right;
margin: 0 0 21px 25px;
}
.image_left {
float: left;
margin: 0 25px 30px 0;
}
}
@media only screen and (max-width: 736px){
.image_right {
float: none;
margin: 25px auto;
}
.image_left {
float: none;
margin: 25px auto;
}
}

/*共通設定*/
.center{
	text-align : center;
}
.clear{
	clear : both;
}
.space_m{
	height : 30px;
}
.space_l{
	height : 50px;
}
.section_space{
	height : 60px;
}
.marker_yellow{
	background : #fbe9a3;
}
.ttl{
	text-align : center;
}
.rinen_box{
    padding: 30px;
    margin: 1em 0;
    color: #333;
    background: #fcfaf6;
    border: solid 6px #e9c070;
    border-radius: 9px;
}
.rinen-ttl {
	width : 240px;
	margin : 0 auto 25px;;
  padding: 8px 20px;
	font-size : 24px;
	font-weight : 600;
	text-align : center;
	border : 3px double #a13a09;
	font-family: 'Shippori Mincho B1', serif;
	background : #fb7739;
	color : #fff;
}
.rinen-text{
	font-size : 18px;
	text-align : center;
}
.bosyu-ttl {
	width : auto;
	margin : 10px auto;
color: #ffffff;/*文字色*/
background-color : #ea5514;
padding: 10px 0px;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
	text-align : center;
	font-size : 20px;
	width : 320px;
	border : 1px solid #fff;
}
/*** 募集要項の表 ***/
.youkou{
  width:100%;
  border: 1px solid #fdd494;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.youkou th{
  padding: 6px 8px 5px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #fbead1;
  vertical-align : middle;
}
 
.youkou td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #000000;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 640px){
.youkou{
  width:100%;
  border: 0px solid #fdd494;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.youkou th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.youkou td{
  display: list-item;
  width: 100%;
  border-top: none !important;
	text-align : center;
}
}/* end */


#footer{
	width : 100%;
	padding : 10px 0px;
	background : #333;
	color : #fff;
	font-size : 13px;
	text-align : center;
}

/*応募フォーム*/
.submitbutton {
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 30px;
    background-color: #ea5410;
    color: #fff;
    border-style: none;
	margin : 20px auto;
}
.hissu{
	font-size : 12px;
	width : 50px;
	background : #ea5410;
	padding : 2px 15px;
	margin-right : 10px;
	color : #fff;
	border-radius : 8px;
}
.nini{
	font-size : 12px;
	width : 50px;
	background : #0889b4;
	padding : 2px 15px;
	margin-right : 10px;
	color : #fff;
	border-radius : 8px;
}
.oubo_box {
  border-collapse: collapse;
  width: auto;
	background : #fff;
}
.oubo_box th,
.oubo_box td {
  border: 1px solid #dbe1e8;  
  padding: 12px;
 }
 
.oubo_box th {
  background: #f9fafc;
  text-align: left;
  width: 35%;
}
input {
font-size: 17px;
}
textarea.big {
  width: 100%;
  height: 100px; /* 高さを必要に応じて調整 */
font-size: 17px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}
 
@media only screen and (max-width: 800px) {
.oubo_box table{
	width : 100%;
}
.oubo_box tr,
.oubo_box th,
.oubo_box td {
    display: block;
	width : 100%;
  }
  
.oubo_box tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
.oubo_box th,
.oubo_box td {
    border-top: none;
  }
}
textarea {
  width: 100%;
  height: 100px; /* 高さを必要に応じて調整 */
font-size: 16px!important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}

.youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
	padding : 10px;
}