@charset "utf-8";
/* グローバル設定 */
*{
	text-indent: 0px;
	line-height: 180%;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #2A2A2A;
}

body {

}


.sp {
  display:none;
}

a:link,a:visited ,a:hover, a:active {
	color: #59191D;
}
a:hover{
	color: #A51717;
}
.wrapper {
	overflow: hidden;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}  

.logo {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
.hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-color: #9E9E9E;
	margin-bottom: 5px;
}
h1 {
	font-size: 20px;
	color: #424242;
	margin-top: 45px;
}
h2 {
	color: #242629;
	font-size: 20px;
	text-align: center;
}
.pan p  {
	font-size: 10px;
}
.pan a  {
	font-size: 10px;
}
.main_img {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
.model_img {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.center {
	text-align: center;
}
.title {
	color:#242629;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 25px;
}

.footer {
	background-color: #ff6699;
}
.footer p{
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	font-size: 11px;
	padding-bottom: 10px;
}






/*応募ボタン*/


.entry_title p {
    font-size: 12px;
    padding-top: 0.2em;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 12rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.03em; 
  color: #212529;
  border-radius: 0.5rem;
}

a.btn {
	color: #fff;
	background-color: #eb6100;
	border-bottom: 5px solid #b84c00;
	text-shadow: 0px 0px;
}
a.btn:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}


.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /*テスト表示用*/
  max-width: 535px;
  margin: 0 auto 20px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}


a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn-pc-sp--contact {
  color: #fff;
  background: #eb6100;
}

a.btn-pc-sp--tel {
  color: #fff;
  background: #eb6100;
}

.entry a span {
	text-align: center;
}



/*------------------------テーブル---------------------*/

.section{
   padding-bottom:50px; 
}



table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table th {
  width: 25%;
  background: #242629;
  border: 10px solid #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  color:#fff;
  font-weight: bold;
  text-align: center;
}
table td {
  background: #fff;
  border: 10px solid #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

