@charset "utf-8";

/* ==========================================================================
	Foundation - reset/base...
	========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, select, textarea,
p, pre, blockquote, span, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: left;
	height: 100%;
}
body {
	color: #000;
	background-color: #FFF;
}
img {
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
dl, ul, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
 a { outline: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
    background: #FFF;
    padding: 6px;
    border: 1px solid #CCC;
    font-size: 12px;
    margin-bottom: 7px;
}
select {
    background: #ffffff;
    padding: 2px;
}
input:focus ,
textarea:focus {
background-color: #fff;
outline:none;
}

/*   [Link scheme]
	----------------------------------------------------------------- */
a:link, a:visited {	text-decoration: none;}
a:hover, a:active {	text-decoration: underline;}
a:link,
a:visited {	color: #ad0101;}
a:hover,
a:active {
	color: #ad0101;
}
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

.nonhover a:hover img{
opacity:1.0;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100)";
}

.soon{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

/* Base
	----------------------------------------------------------------- */
body{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 10.5pt;
	line-height: 1.8em;
	letter-spacing: 0.1em;
    *font-size:12pt;   		letter-spacing: 0.1em;
    *font-size:9.2pt;   		letter-spacing: 0em;
	-webkit-text-size-adjust: 100%;
}
select,input,textarea,button{   font:14px/1.5em "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
    *font-size:9.2pt;}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}
address,th {font-style:normal;font-weight:normal;}
em,strong {font-style:normal;font-weight:bold;}

@-moz-document url-prefix() {
	body{
		font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
		font-style: normal;
		font-variant: normal;
		font-size: 12px;
		line-height: 1.8em;
		letter-spacing: 0.1em;
	}
}
img {
	display: block;
	max-width: 100%;
}

/* ==========================================================================
	Layout - header/main/sidebar/footer...
	========================================================================== */

/* Header
	----------------------------------------------------------------- */
.mv{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
	background-size: cover;
}
.mv_txt {
	margin: 0 auto 0;
	max-width: 96%;
}
.race {
	background-color: #f0fbd3;
	padding: 20px 0;
	text-align: center;
	border-top: 4px solid #296604;
	border-bottom: 4px solid #296604;
}
.race_ttl img {
	margin: 0 auto 10px;
	width: 94%;
}
.race_inner {
	background-color: #fff;
	width: 94%;
	padding: 12px;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 10px;
	border: 2px solid #658412;
}
.race_inner p {
	font-size: 14px;
	color: #296604;
	font-weight: bold;
}


/* Main
	----------------------------------------------------------------- */
#container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#main{
	background-color: #fff;
	width: 100%;
	padding: 4px 0;
}

/* footer
 ---------------------------------------------------------------*/
#footer{
	width: 100%;
	height: auto;
	background-color: #eff0f0;
	box-sizing:border-box;
	padding: 20px 0;
	margin-top: 40px;
}
.footer_inner{
	width: 100%;
	overflow: hidden;
}
.footer_inner ul{
	text-align: center;
	margin: 0 auto;
}
.footer_inner ul li{
	padding: 0 10px;
	padding-bottom: 5px;
}
.footer_inner ul li a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.copyRight{
	font-size: 10px;
	color: #ccc;
	text-align: center;
	padding: 7px 0;
	line-height: 230%;
}

/* ==========================================================================
	Object
		Component - grid/button/form/media...
		Project - articles/ranking/comments/gallary/profile...
		Utility - clearfix/display/margin/padding/align/text...
	========================================================================== */

/* Component
	----------------------------------------------------------------- */
.cont_form {
	background-color: #feeaf0;
	padding: 30px 0;
}
.form {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.form_inner {
	border: 3px solid #ee6d34;
	border-top: none;
	padding: 12px 0;
}
.form_txt {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.form_txt span {
	font-weight: bold;
	color: #e70d2c;
}
.form_wrap {
	width: 94%;
	margin: 0 auto;
	border-radius: 6px;
	border: 3px solid #ddd;
	background-color: #eee;
	padding: 5px;
	box-sizing: border-box;
}
.form_wrap_inner {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px 4%;
}
form dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
form dt.hissu:before {
	content: "必須";
	font-size: 15px;
	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: 10px;
}
form dd input {
	width: 100%;
	border: 2px solid #eee;
	padding: 10px;
	border-radius: 8px;
	font-size: 16px;
}
form button {
	-webkit-appearance: none;
	background: none;
	border: none;
	margin-left: -1%;
	display: block;
	animation-duration: 1s;
	animation-name: pulse;
	animation-iteration-count: infinite;
}
form button:hover {
	cursor: pointer;
	opacity: .8;
}
.form_note {
	font-size: 12px;
	text-align: center;
}

.reason {
	padding: 40px 0;
}
.reason_ttl img {
	margin: 0 auto 30px;
	width: 70%;
}
.reason_img {
	margin: 0 auto;
}

.step {
	background-color: #059849;
	padding: 40px 0;
}
.step_ttl img {
	margin: 0 auto 30px;
	width: 70%;
}
.step_img {
	margin: 0 auto;
}

.faq {
	padding: 40px 0;
}
.faq_ttl img {
	margin: 0 auto 30px;
	width: 70%;
}
.faq_dl {
	width: 94%;
	margin: 0 auto 20px;
	padding: 20px;
	border: 4px solid #ddd;
	border-radius: 8px;
	box-sizing: border-box;
}
.faq_dl dt {
	padding: 2px 0 12px 40px;
	background-image: url(img/faq_q.png);
	background-size: 30px auto;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
}
.faq_dl dd {
	padding: 2px 0 0 40px;
	background-image: url(img/faq_a.png);
	background-size: 30px auto;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 15px;
}

.cv {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(img/mv_bg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 30px 0;
}
.cv_img {
	margin: 0 auto;
	width: 90%;
}

.subtitle_area h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	background-color: #059849;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sub_dl {
	width: 90%;
	margin: 0 auto 30px;
}
.sub_dl dt {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}
.sub_dl dd {
	font-size: 14px;
	line-height: 1.8;
}

/* Project
  ------------------------------------------------------------------- */

.table_design {
  border-collapse: collapse;
  width: 100%;
  max-width: 736px;
}
.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: none!important;
}
.sp {
	display: block;
}

.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);
  }
}