@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;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
}
.mv_inner {
}
.mv_img{
	width: 120%;
	max-width: 120%;
	margin-left: -10%;
}


/* Main
	----------------------------------------------------------------- */
#container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#main{
	background-color: #fff;
	width: 100%;
	padding: 4px 0;
}
.line {
	width: 85%;
	margin: 40px auto;
	display: block;
}
.line img {
   animation-duration: 1s; 
   animation-name: pulse; 
   animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.nayami {
/*	border: 3px solid #ddd;
	background-color: #eee;*/
	width: 94%;
	margin: 0 auto;
}
.nayami li {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	/*border-bottom: 1px solid #ddd;*/
	padding-left: 1em;
	text-indent: -1em;
}
.nayami li:last-of-type {
	border-bottom: none;
}
.nayami li:before {
	content: "・";
}
.entry{
	margin-top: 20px;
	background-color: #072b73;
}
.free_entry_ttl{
	background-color: #072b73;
	padding: 10px;
}
.free_entry_ttl img {
	margin: 10px auto 0;
	width: 94%;
}
.free_entry form {
	padding: 10px;
}
.form_ttl_sub {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.05em;
	line-height: 1.3;
	margin-bottom: 5px;
}
.free_entry input[type="text"],
.free_entry input[type="email"]{
	height: 50px;
	width: 100%;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius: 6px;
	font-size: 14px;
	border: 0;
	box-sizing:border-box;
	text-align: center;
}
.free_entry input[type="submit"]{
	-webkit-appearance: none;
	background: none;
	background-image: url(img/form_btn.png);
	width: 100%;
	height: 0;
	padding-top: 13%;
	background-size: 100%;
	border: none;
	cursor: pointer;
	margin-top: 5px;
}
.free_entry input[type="submit"]:hover{
	opacity: .7;
}
.entry_text{
	font-size: 10px;
	line-height: 1.5;
	margin: 0 auto;
	margin-top: 6px;
	color: #fff;
}
.entry_text a {
	color: #fff;
	text-decoration: underline;
}
.important_text{
	display: inline-block;
	color: blue;
	text-decoration: underline;
}
.content_ttl {
	margin: 30px 0;
}
.content_ttl img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
}
.content_ttl_sub {
	border-top: 2px solid #072b73;
	border-bottom: 2px solid #072b73;
	padding: 2px 0;
	width: 90%;
	margin: 30px auto 0;
}
.content_ttl_sub p {
	border-top: 1px solid #072b73;
	border-bottom: 1px solid #072b73;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
}


/* footer
 ---------------------------------------------------------------*/
#footer{
	width: 100%;
	height: auto;
	background-color: #000;
	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: underline;
}
.copyRight{
	font-size: 10px;
	color: #fff;
	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
	----------------------------------------------------------------- */
.content_text{
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height: 180%;
	padding: 0;
	width: 90%;
	margin: 30px auto 0;
	overflow: hidden;
}
.content_text.red_text{
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 12px 0;
	width: 100%;
	line-height: 120%;
	border-bottom: 2px solid #aaa;
	background: url(img/icon_01.png) no-repeat;
	box-sizing:border-box;
}
.content_text.red_text:last-of-type{
	border-bottom: none;
}

.news_img {
	margin: 20px auto;
	max-width: 90%;
}

/* Project
  ------------------------------------------------------------------- */
/*
*top
**/
.content_text.clear_text{
	margin-top: 30px;
	display: block;
	background: url(img/icon_02.png) no-repeat;
	background-position: 0px 0;
	color: #D80000;
	font-size: 14px;
	line-height: 150%;
	margin:0 auto;
	overflow: hidden;
	padding: 0px 30px 20px;
	box-sizing:border-box;
}
.clear_text_bg{
	background-color: #FFFF00;
	margin-top: 20px;
	line-height: 200%;
	padding: 10px 0;
	color: #D80000;
}
.content_img03{
	margin: 40px auto 0px;
	max-width: 100%;
	height: auto;
}
.content_end{
	width: 97%;
	height: auto;
	border:1px solid #000;
	padding: 30px;
	margin: 0 auto 40px;
	box-sizing:border-box;
}
.content_end_text{
	font-size: 12px;
	line-height: 150%;
}
.faq {
	border: 4px solid #013112;
	width: 90%;
	margin: 0 auto 30px;
}
.que {
	padding: 15px 15px 15px 60px;
	background-color: #d1dfd6;
	font-size: 14px;
	font-weight: bold;
	color: #013112;
	position: relative;
}
.que:before {
	content: "";
	background-image: url(img/que.png);
	height: 30px;
	width: 30px;
	background-size: cover;
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
}
.ans {
	padding: 15px 15px 15px 60px;
	font-size: 14px;
	font-weight: bold;
	color: #4f5150;
	position: relative;
}
.ans:before {
	content: "";
	background-image: url(img/ans.png);
	height: 30px;
	width: 30px;
	background-size: cover;
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
}

/*
*sub_page
**/
.subtitle_area {
	margin-bottom: 20px;
}
.sub_page #main {
	font-size: 14px;
	line-height: 180%;
	padding: 30px;
	box-sizing: border-box;
}
.complete_page #main {
	padding: 1px 0 30px;
}
.sub_page .text20 {
	font-size: 18px;
	font-weight: bold;
	line-height: 180%;
}
.sub_page .text40 {
	font-size: 24px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
}
.sub_page h4 {
	font-weight: bold;
	margin-top: 20px;
}

.ttl {
	margin-left: -50px;
	margin-bottom: 10px;
	text-align: center;
}
.ttl:nth-of-type(1) {
	margin-bottom: 30px;
}
.ttl img {
	width: calc( 100% + 60px );
	height: auto;
}
.line_btn {
	display: block;
	width: 96%;
	height: auto;
	margin: 0 auto;
}
.line_btn img {
	width: 100%;
	height: auto;
}


.sub_table {
	display: block;
	width: 100%;
}
.sub_table:last-of-type {
	border-bottom: 1px solid #aaa;
}
.sub_table dt {
	background-color: #fafafa;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-weight: bold;
	padding: 10px;
}
.sub_table dd {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 10px;
}

.sub_dl {
	width: 100%;
	margin-bottom: 30px;
}
.sub_dl dt {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.sub_dl dd {
	font-size: 14px;
	line-height: 1.8;
}

.txt01 {
	margin: 0 auto;
	margin-top: -10px;
	max-width: 90%;
}
.txt02 {
	margin: 0 auto 10px;
	max-width: 90%;
}
.arrow {
	margin: 10px auto;
	max-width: 40px;
}
.step {
	width: 90%;
	border: 2px solid #ad0101;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}
.step_dl {
	display: table;
	margin-top: 6px;
	line-height: 1.5;
}
.step_dl dt {
	display: table-cell;
	border: 1px solid #111;
	padding: 0px 10px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	width: 110px;
	box-sizing: border-box;
	line-height: 100%;
}
.step_dl dd {
	display: table-cell;
	font-size: 12px;
	padding: 5px 10px;
	vertical-align: middle;
}
.large {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.attention {
	border: #ddd solid 2px;
	width: 90%;
	margin: 30px auto;
	box-sizing: border-box;
	padding: 20px 10px;
	font-size: 12px;
	line-height: 1.8;
}
.ttl_attention_sub1 img {
	margin: 0 auto;
	height: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.ttl_attention_sub2 {
	background-color: #ad0101;
	color: #fff;
	font-weight: bold;
	margin-top: 30px;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.ttl_regist {
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

/*スマホ対応*/
.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%; }

/* LINE */
.line_wrap {
	border: 2px solid #072b73;
	width: 96%;
	margin: 20px auto;
}
.line_ttl {
	color: #fff;
	background-color: #072b73;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
.line_wrap_inner {
	padding: 30px 10px 20px;
}
.line_wrap_inner .center {
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.5;
}
.line_wrap_subttl {
	color: #072b73;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	margin: 30px 0 10px;
	padding: 10px 10px 7px;
	border: 1px solid #aaa;
	border-left: 5px solid #072b73;
}
.qr img {
	margin: 20px auto 0;
	max-width: 50%;
}
.btn_line {
	position: relative;
}
.btn_line:before {
	content: "";
	display: block;
	background-image: url(img/arrow_left.png);
	width: 20%;
	height: 50%;
	background-size: 100% 100%;
	position: absolute;
	top: 28%;
	left: -15%;
	z-index: 1;
  animation-name: wobble2;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-fill-mode: both;
}
.btn_line:after {
	content: "";
	display: block;
	background-image: url(img/arrow_right.png);
	width: 20%;
	height: 50%;
	background-size: 100% 100%;
	position: absolute;
	top: 28%;
	right: -15%;
	z-index: 1;
  animation-name: wobble2;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-fill-mode: both;
}
.btn_line a {
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.wobble {
  animation-name: wobble;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-fill-mode: both;
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }

  30% {
    -webkit-transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }

  45% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }

  60% {
    -webkit-transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }

  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble2 {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }

  30% {
    -webkit-transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }

  45% {
    -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }

  60% {
    -webkit-transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }

  75% {
    -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, 0deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}