@charset "utf-8";

/* ==========================================================================
   Foundation  [ reset / base ]
   ========================================================================== */

/* 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, sup, 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;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
caption, th{
	text-align: left;
}
img {
	display: block;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}

/* Base
   ----------------------------------------------------------------- */
body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	font-size: 20px;
	background-color: #fafafa;
	text-align: center;
}
a {
	display: block;
	color: #ad0101;
	text-decoration: none;
}
a:hover{
	-moz-opacity: 0.6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
img {
	display: block;
}


.wrapper {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.content{
  min-height: 250px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}


/* ==========================================================================
   Layout [ header / main / footer ]
   ========================================================================== */

/* Header
 ---------------------------------------------------------------*/
.mv{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
	background-size: cover;
	background-position: center bottom;
	height: 723px;
	padding: 0;
}
.contents1 {
}
.race {
	background-color: #f0fbd3;
	padding: 50px 0;
	text-align: center;
	border-top: 10px solid #296604;
	border-bottom: 10px solid #296604;
}
.race_ttl img {
	margin: 0 auto 20px;
}
.race_inner {
	background-color: #fff;
	width: 800px;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 20px;
	border: 3px solid #658412;
}
.race_inner p {
	font-size: 40px;
	color: #296604;
	font-weight: bold;
}


/* Main
 ---------------------------------------------------------------*/
#container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#main{
	background-color: #fff;
	box-shadow: 0 0px 14px 3px rgba(0,0,0,.1);
	width: 900px;
	margin: 0 auto;
	padding: 4px 0 80px;
}


/* footer
 ---------------------------------------------------------------*/
#footer{
	width: 100%;
	background-color: #eff0f0;
	box-sizing:border-box;
	padding: 60px 0;
}
.footer_inner{
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}
.footer_inner ul{
	margin: 0 auto;
	display: table;
}
.footer_inner ul li{
	display: table-cell;
	padding: 0 10px;
}
.footer_inner ul li a{
	color: #fff;
	font-size: 16px;
}
.footer_inner ul li a:after{
	content: '|';
	color: #fff;
	padding-left: 20px;
}
.footer_inner ul li:last-of-type a:after{
	content: '';
	color: #fff;
	padding-left: 20px;
}
.copyRight{
	font-size: 12px;
	color: #ccc;
	text-align: center;
	padding-top: 20px;
}


/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.cont_form {
	background-color: #fae5c8;
	padding: 50px 0;
}
.form {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}
.form_inner {
	border: 8px solid #ee6d34;
	border-top: none;
	padding: 40px 0;
}
.form_txt {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.form_txt span {
	font-weight: bold;
	color: #e70d2c;
}
.form_wrap {
	width: 900px;
	margin: 0 auto;
	border-radius: 10px;
	border: 5px solid #ddd;
	background-color: #eee;
	padding: 15px;
	box-sizing: border-box;
}
.form_wrap_inner {
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 80px;
}
form dt {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
form dt.hissu:before {
	content: "必須";
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background-color: #e70d2c;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 5px 0;
	margin-right: 10px;
	letter-spacing: .1em;
}
form dd {
	margin-bottom: 20px;
}
form dd input {
	width: 100%;
	border: 2px solid #eee;
	padding: 15px;
	border-radius: 8px;
	font-size: 26px;
}
form button {
	-webkit-appearance: none;
	background: none;
	border: none;
	margin: 0 auto;
	display: block;
	animation-duration: 1s;
	animation-name: pulse;
	animation-iteration-count: infinite;
}
form button:hover {
	cursor: pointer;
	opacity: .8;
}
.form_note {
	font-size: 18px;
	text-align: center;
}

.body_parts {
	padding: 0;
}
.reason {
	padding: 80px 0;
}
.reason_ttl img {
	margin: 0 auto 50px;
}
.reason_img {
	margin: 0 auto;
}

.step {
	background-color: #059849;
	padding: 80px 0;
}
.step_ttl img {
	margin: 0 auto 50px;
}
.step_img {
	margin: 0 auto;
}

.faq {
	padding: 80px 0;
}
.faq_ttl img {
	margin: 0 auto 50px;
}
.faq_dl {
	width: 900px;
	margin: 0 auto 30px;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 10px;
}
.faq_dl dt {
	background-color: #dddddd;
	color: #000;
	padding: 30px 0 30px 90px;
	background-image: url(img/faq_q.png);
	background-position: left 20px top 24px;
	background-repeat: no-repeat;
	font-size: 28px;
	font-weight: bold;
}
.faq_dl dd {
	padding: 30px 0 30px 90px;
	background-image: url(img/faq_a.png);
	background-position: left 20px top 24px;
	background-repeat: no-repeat;
	font-size: 20px;
}

.subtitle_area h3 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 30px 0;
	background-color: #059849;
	margin-top: 30px;
	margin-bottom: 50px;
}
.sub_dl {
	width: 800px;
	margin: 0 auto 50px;
}
.sub_dl dt {
	margin-bottom: 12px;
	font-weight: bold;
}
.sub_dl dd {
	font-size: 16px;
	line-height: 1.8;
}

/* Project
  ------------------------------------------------------------------- */
.table_design {
  border-collapse: collapse;
  width: 100%;
  max-width: 1280px;
}
.table_design th, .table_design td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  border-radius: 0 15px 15px 0;
  padding: 1em;
}
.table_design th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 15px 0 0 15px;
  width: 20%;
  min-width: 4em;
  position: relative;
}
.table_design th::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #4d9bc1;
  z-index: 2;
}
.table_design th::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 1;
}

/*スマホ対応*/
.pc {
	display: block;
}
.sp {
	display: none!important;
}

.red { color: #ad0101; }
.blue { color: #004f98!important; }
.yellow_txt { color: #ff0; }
.yellow { background: #ff0; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }

.big { font-size: 120%; }

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}