@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/* ==========================================================================
   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;
}
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;
}

/* ==========================================================================
   Layout [ header / main / footer ]
   ========================================================================== */

/* Header
 ---------------------------------------------------------------*/
.mv{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fafafa;
}
.mv_inner {
	max-width: 1400px;
	margin: 0 auto;
}
.mv_img{
	margin: 0 auto;
}




/* Main
 ---------------------------------------------------------------*/
#container{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(img/container_bg.png) repeat;
}
#main{
	background-color: #fff;
	box-shadow: 0 0px 14px 3px #AAAAAA;
	width: 900px;
	margin: 0 auto;
	padding: 4px 0 80px;
}
.line {
	width: 792px;
	margin: 70px auto;
}
.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: 5px solid #ddd;
	background-color: #eee;*/
	width: 720px;
	margin: 0 auto;
}
.nayami li {
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
	/*border-bottom: 2px solid #ddd;*/
}
.nayami li:last-of-type {
	border-bottom: none;
}
.nayami li:before {
	content: "・";
}
.entry{
	margin-top: 50px;
	margin-left: -50px;
	width: 1000px;
	background-color: #072b73;
}
.free_entry_ttl{
	background-color: #072b73;
	padding-top: 50px;
	padding-bottom: 20px;
}
.free_entry_ttl img {
	margin: 0 auto;
}
.free_entry form {
	padding: 20px 0 40px;
}
.free_entry input[type="text"],
.free_entry input[type="email"]{
	height: 90px;
	width: 800px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 0.7;
	box-sizing:border-box;
	text-align: center;
	margin: 0 auto;
	display: block;
	border: 0;
}
.free_entry input[type="submit"]{
	-webkit-appearance: none;
	background: url(img/form_btn.png);
	width: 800px;
	height: 120px;
	border: none;
	cursor: pointer;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.free_entry input[type="submit"]:hover{
	opacity: .7;
}
.entry_text{
	font-size: 14px;
	line-height: 1.9;
	margin: 0 auto;
	margin-top: 30px;
	color: #fff;
	width: 800px;
}
.entry_text a {
	color: #fff;
}
.important_text{
	display: inline-block;
	color: blue;
	text-decoration: underline;
}
.content_ttl {
	margin: 50px 0;
}
.complete_page .content_ttl {
	padding: 40px 0;
	font-size: 44px;
	font-weight: bold;
	text-shadow: 0 4px 0 rgba(0,0,0,.3);
}
.content_ttl img {
	margin: 0 auto;
}
.content_ttl_sub {
	border-top: 2px solid #022c14;
	border-bottom: 2px solid #022c14;
	padding: 2px 0;
	width: 760px;
	margin: 50px auto 0;
}
.content_ttl_sub p {
	border-top: 1px solid #022c14;
	border-bottom: 1px solid #022c14;
	padding: 5px 0;
	text-align: center;
	font-size: 30px;
}

/* footer
 ---------------------------------------------------------------*/
#footer{
	width: 100%;
	background-color: #000;
	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: 14px;
}
.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: 10px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}


/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.content_text{
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	line-height: 180%;
	padding: 0 70px;
	margin-top: 40px;
}
.content_text.red_text{
	font-weight: bold;
	font-size: 33px;
	margin: 0;
	padding: 15px 0;
	width: 800px;
	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: 50px auto;
}

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

/*
*sub_page
**/
.subtitle_area {
	margin-bottom: 20px;
}
.sub_page #main {
	font-size: 16px;
	line-height: 180%;
	padding: 50px;
	box-sizing: border-box;
}
.complete_page #main {
	padding: 1px 0 50px;
}
.sub_page .text20 {
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
}
.sub_page .text40 {
	font-size: 40px;
	font-weight: bold;
	line-height: 180%;
}
.sub_page h4 {
	font-weight: bold;
	margin-top: 20px;
}

.ttl {
	margin-left: -50px;
	margin-bottom: 30px;
	text-align: center;
	width: 1000px;
}
.ttl:nth-of-type(1) {
	margin-bottom: 50px;
}
.line_btn {
	display: block;
	width: 600px;
	height: 114px;
	margin: 0 auto;
}

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

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

.txt01 {
	margin: 0 auto;
	margin-top: -30px;
}
.txt02 {
	margin: 0 auto 60px;
}
.arrow {
	margin: 30px auto;
}
.step {
	width: 760px;
	border: 2px solid #ad0101;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
}
.step_dl {
	display: table;
	margin-top: 6px;
}
.step_dl dt {
	display: table-cell;
	border: 1px solid #111;
	padding: 0px 10px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	width: 160px;
	box-sizing: border-box;
	line-height: 100%;
}
.step_dl dd {
	display: table-cell;
	padding: 5px 10px;
	vertical-align: middle;
}
.large {
	margin-top: 60px;
	font-size: 34px;
	text-align: center;
}
.attention {
	border: #ddd solid 2px;
	width: 760px;
	margin: 40px auto;
	box-sizing: border-box;
	padding: 30px 18px;
}
.ttl_attention_sub1 img {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
.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: 760px;
	margin: 0 auto;
	margin-top: 60px;
}

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

/* LINE */
.line_wrap {
	border: 2px solid #072b73;
	width: 720px;
	margin: 20px auto;
}
.line_ttl {
	color: #fff;
	background-color: #072b73;
	font-size: 26px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.line_wrap_inner {
	padding: 40px 20px 30px;
}
.line_wrap_inner .center {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.line_wrap_subttl {
	color: #072b73;
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 10px;
	padding: 10px 10px 7px;
	border: 1px solid #aaa;
	border-left: 10px solid #072b73;
}
.qr img {
	margin: 20px auto 0;
}
.btn_line {
	position: relative;
}
.btn_line:before {
	content: "";
	display: block;
	background-image: url(img/arrow_left.png);
	width: 188px;
	height: 104px;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -52px;
	left: -140px;
	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: 188px;
	height: 104px;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -52px;
	right: -140px;
	z-index: 1;
  animation-name: wobble2;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-fill-mode: both;
}
.btn_line a {
	border-radius: 20px;
}
.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;
  }
}