@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }
  
  
/*=================anime================*/
.anime01{
	background:url(https://8cash.biz/img/bg_anime01.jpg) no-repeat;
	width:815px;
	height:138px;
	margin:0 auto 15px;
	position:relative;
	
}
.anime01 p{
    position: absolute;
    top: 15px;
    right: 130px;

}

#img_anime01{
    -webkit-animation: popup 1s ease-in-out infinite alternate;
    animation: popup 1s ease-in-out infinite alternate;
	width:90%;
}

.anime02{
	background:url(https://8cash.biz/img/bg_anime02.png) no-repeat;
	width:469px;
	height:77px;
	margin:auto;
	position:relative;
	background-size:cover;
	
}
#img_anime02_1 {
    -webkit-animation: flipY .6s ease-in-out 3s ;
    animation: flipY .6s ease-in-out 3s forwards;

	position: absolute;
    top: 12px;
    left: 220px;
	width:56px;
}
#img_anime02_2 {
    -webkit-animation: flipY .6s ease-in-out 3.5s ;
    animation: flipY .6s ease-in-out 3.5s forwards;

	position: absolute;
    top: 12px;
    left: 272px;
	width:57px;
}

.anime03{
	background:url(https://8cash.biz/img/bg_anime03.png) no-repeat;
	width:230px;
	height:106px;
	margin:auto;
	position:relative;
	z-index:100;
	background-size:cover;
	
}
.anime03 img{
	position: absolute;
top: 15px;
left: 50px;
z-index: 101;
width: 50px;
}


.contact_ls01{

	text-align:center;
	color:#FFF;
	padding:10px;
	font-size:0.8em;
	line-height:120%;
}
.contact_ls01 a{

	color:#FFF
}

.contact_ls02{

	text-align:center;
	color:#FFF;
	padding:10px;
	font-size:0.8em;
	line-height:120%;
}

#txt_yellow_line{
	border-bottom:2px #FFFF00 solid;
}
#txt_yellow_line01{
	border-bottom:2px #FFFF00 solid;
	display:inline!important;
	color:#000!important;
}

hamburger_menu {
  /*width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;*/
  align-items: center;
  height: 60px;
  padding: 0;
  /*position: fixed;
  top: 0;
  left: 0;*/
  z-index: 2;
}
.menu-trigger_ls {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
}
.menu-trigger_ls span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s .2s;
}
.menu-trigger_ls.active span {
  background-color: #fff;
}
.menu-trigger_ls span:nth-of-type(1) {
  top: 0;
}
.menu-trigger_ls.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger_ls span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger_ls.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger_ls span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger_ls.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
nav_ham {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
nav_ham ul {
  padding: 20px 0;
}
nav_ham ul li {
  padding: 5px 0;
}
nav_ham ul li a{
	color:#FFF;
	text-decoration:none;
}
nav_ham ul li a:hover{
	color:#CCC;
}

.header .site_logo {
        width: 140px; }
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important; }

	
	
	 }
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; }
.form_section table {
  border: 1px solid #ddd;
  width: 100%; }
.anime01{
	background-size:contain;
	width:96%;
	margin:0 auto 15px;
	position:relative;
	height:10vh;
	
}
.anime01 p{
    position: absolute;
    top: 1vh;
    right: 14.5vw;
	width:12vw;
	

}

.anime02{
	background-size:contain;
	margin:auto;
	width:96%;
	height:10vh;
	position: absolute;
	left:5px;
      top: 230px;
      z-index: 210;
	
}
#img_anime02_1 {
	position: absolute;
    top: 1vh;
    left: 45vw;
	width:12vw;
}
#img_anime02_2 {
	position: absolute;
    top: 1vh;
    left: 55vw;
	width:12vw;
}
.anime03{
	background-size:contain;
	margin:auto;
	width:96%;
	position:relative;
	height:30vh;
	
}
.anime03 img{
	position: absolute;
    top: 1.5vh;
    left: 32px;
	width: 30px;
}
.contact_ls01 , .contact_ls02{
	padding:0 10px;
}
  
 }  
  
  
  
  
  
  
  @media only screen and (max-width: 768px) {
    .form_section table {
      border-bottom: none; } }
  .form_section table th, .form_section table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th {
    width: 280px;
    background: #f5f5f5;
    position: relative; }
  .form_section table td {
    background: #fff; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .form_section [type=tel],
    .form_section [type=email],
    .form_section [type=text],
    .form_section [type=password],
    .form_section textarea,
    .form_section select {
      font-size: 16px; } }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #323d7f;
  background: #323d7f;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #fff;
  padding: 20px 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 25px auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      background: #323d7f;
      color: #fff;
      width: 100%;
      padding: 20px 10px; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #ccc; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px;
    z-index: 10; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

@media only screen and (max-width: 768px) {
  #sp_menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 55px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    height: 100vh;
    padding-bottom: 55px; }
    #sp_menu ul {
      padding: 30px 20px 0; }
      #sp_menu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        #sp_menu ul li:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.5); }
        #sp_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 15px 0;
          color: #fff; }
        #sp_menu ul li span {
          display: inline-block;
          font-size: 10px;
          color: #060054;
          margin-left: 10px; }
    #sp_menu .txt {
      padding: 30px 40px 0; }

  .header_menu {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    padding: 11px 0 0 12px;
    z-index: 20; }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .menu-trigger {
    position: relative;
    width: 34px;
    height: 30px; }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #574332;
    border-radius: 4px; }
    .menu-trigger span:nth-of-type(1) {
      top: 7px; }
    .menu-trigger span:nth-of-type(2) {
      top: 15px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 5px; }

  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .5s forwards;
    animation: menu-bar01 .5s forwards; }

  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(-45deg); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(8px) rotate(-45deg); }
    100% {
      transform: translateY(0) rotate(0); } }
  .menu-trigger span:nth-of-type(2) {
    -webkit-animation: menu-bar02 .5s forwards;
    animation: menu-bar02 .5s forwards; }

  @-webkit-keyframes menu-bar02 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes menu-bar02 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar03 .5s forwards;
    animation: menu-bar03 .5s forwards; }

  @-webkit-keyframes menu-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(45deg); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar03 {
    0% {
      transform: translateY(-8px) rotate(45deg); }
    100% {
      transform: translateY(0) rotate(0); } }
  .menu-trigger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    border: 1px solid rgba(204, 183, 86, 0.3);
    transition: all .1s;
    opacity: 0; }

  .menu-trigger.close::after {
    -webkit-animation: circle .5s;
    animation: circle .5s; }

  @-webkit-keyframes circle {
    0% {
      -webkit-transform: scale(0.1);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: scale(3.5);
      opacity: 0; } }
  @keyframes circle {
    0% {
      transform: scale(0.1);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: scale(3.5);
      opacity: 0; } }
  .menu-trigger.close span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .5s .5s forwards;
    animation: active-menu-bar01 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    100% {
      -webkit-transform: translateY(8px) rotate(-45deg); } }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0); }
    100% {
      transform: translateY(8px) rotate(-45deg); } }
  .menu-trigger.close span:nth-of-type(2) {
    -webkit-animation: active-menu-bar02 .5s .5s forwards;
    animation: active-menu-bar02 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar02 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes active-menu-bar02 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  .menu-trigger.close span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .5s .5s forwards;
    animation: active-menu-bar03 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    100% {
      -webkit-transform: translateY(-8px) rotate(45deg); } }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0); }
    100% {
      transform: translateY(-8px) rotate(45deg); } } }
body {
  background: #fff;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

a, a img {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background: rgba(50, 61, 127, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #323d7f;
    color: #fff; }
  .page_top::after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -23px auto 0;
    z-index: 2; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 85px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        margin: -17px auto 0; } }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); }
  .header .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 67px;
    padding: 10px 0 0 10px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%;
        height: 55px;
        padding-top: 14px; } }
  .header .site_logo {
    width: 160px; }
    @media only screen and (max-width: 768px) {
      .header .site_logo {
        width: 110px; } }
  .header .header_tel,
  .header .header_btn {
    position: absolute; }
    @media only screen and (max-width: 768px) {
      .header .header_tel,
      .header .header_btn {
        top: 10px; }
        .header .header_tel a,
        .header .header_btn a {
          display: block;
          width: 36px;
          height: 36px; } }
  @media only screen and (min-width: 769px) {
    .header .header_tel {
      width: 260px;
      top: 12px;
      right: 375px; }
    .header .header_btn {
      top: 8px;
      right: 75px;
      width: 272px; }
	  .header hamburger_menu{
		  top: 17px;
      right: 0px;
	  position:absolute;
	  }
      .header .header_btn a {
        display: block;
        text-align: center;
        text-decoration: none;
        border: 2px solid #ed3b3b;
        color: #ed3b3b;
        font-size: 18px;
        padding: 10px 10px 10px 40px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        background-image: url(img/header_btn.png);
        background-repeat: no-repeat;
        background-position: 25px center;
        background-size: 30px auto; }
        .header .header_btn a:hover {
          background: #ed3b3b;
          color: #fff;
          background-image: url(img/header_btn_active.png);
          background-repeat: no-repeat;
          background-position: 25px center;
          background-size: 30px auto; } }
  @media only screen and (max-width: 768px) {
    .header .header_btn {
      right: 95px; }
      .header .header_btn a {
        background: url(img/header_btn_sp.png) no-repeat center top;
        background-size: 36px auto; }
    .header .header_tel {
      right: 50px; }
	  .header hamburger_menu{
		  top: 14px;
      right: 5px;
	  position:absolute;
	  }
      .header .header_tel a {
        background: url(img/header_tel_sp.png) no-repeat center top;
        background-size: 36px auto; } }

.wrapper {
  padding-top: 67px;
  padding-bottom: 80px; }
.menu-trigger_ls span {
  height: 2px;
}
.menu-trigger_ls {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.menu-trigger_ls p{
	text-align:center;
	font-size:12px;
	margin:16px 0 0 0;
}
.menu-trigger_ls span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger_ls.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger_ls.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
  @media only screen and (max-width: 768px) {
    .wrapper {
      padding-top: 55px;
      padding-bottom: 100px; } }

.top .slide {
  position: relative;
  height: 438px; }
  .top .slide .slide_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 438px; }
    .top .slide .slide_inner .fv_txt {
      position: absolute;
      right: 0;
      top: 230px;
      z-index: 200;
	  padding:10px;
	  border:2px #ccc solid;
	  background: 
    rgba(255,255,255,.6); }
    .top .slide .slide_inner .fv_txt2 {
      position: absolute;
      right: 0;
      top: 30px;
      z-index: 100;
      width: 230px; }
    .top .slide .slide_inner::after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      margin: 0 auto;
      background: url(img/slide_after.png) no-repeat center top;
      height: 57px;
      bottom: 0;
      z-index: 100; }
  .top .slide .slideshow {
    position: absolute;
    width: 100vw;
    height: 438px;
    overflow: hidden;
    top: 0; }
.top .sp_slide {
  position: relative;
  padding-top: 150.5333%;
  height: 73vh; }
  .top .sp_slide .slideshow {
    position: absolute;
    width: 100vw;
    overflow: hidden;
    top: 0;
    padding-top: 150.5333%; }
  .top .sp_slide .fv_txt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 140px;
    z-index: 100;
    padding: 0 25px;
	left: 0;
  right: 0;
  width:96%;
  margin:auto;
	padding:10px;
	  border:2px #ccc solid;
	  background: 
    rgba(255,255,255,.6); }
  .top .sp_slide .fv_txt2 {
    position: absolute;
    right: 10px;
    width: 150px;
    top: 50px;
    z-index: 100;
	 }
	 
	#waku{
		padding:10px;
	  border:2px #ccc solid;
	  background: 
    rgba(255,255,255,.6);
	}
  .top .sp_slide::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(img/slide_after_sp.png) no-repeat center 40px;
    background-size: cover;
    padding-top: 150.5333%;
    width: 100%;
    bottom: 0;
    z-index: 10; }
.top .section01 {
  padding: 50px 0; }
  
  .anime_lsnew{
	  position:absolute;
	  right:0;
	  top:115px;
	  z-index:100;
  }
  @media only screen and (max-width: 768px) {
    .top .section05 , .top .section02 , .top .cominfo {
      padding: 25px 0 0px;
      position: relative;
      margin-top: 140px; }
	  .top .section01 {
      padding: 0px 0 0px;
      position: relative;
      margin-top: -40px;
	  background-color:#FFF;
	  z-index:300; } }
  .top .section01 .inner {
    width: 1100px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .top .section01 .inner {
        width: 100%; } }
  .top .section01 .heading {
    width: 1015px;
    height: 209px;
    margin: 0 auto;
    background: url(img/section01_heading.png) no-repeat center top;
    padding-top: 30px; }
	
	.top .section01 .heading01 {
	}
    .top .section01 .heading h2 , .top .section01 .heading01 h2 {
      text-align: center;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      line-height: 1.1;
      letter-spacing: 0.08em; }
      .top .section01 .heading h2 span {
        display: block; }
      .top .section01 .heading h2 strong {
        font-size: 56px; }
  .top .section01 .read {
    text-align: center;
    font-size: 35px;
    color: #323d7f; }
    @media only screen and (max-width: 768px) {
      .top .section01 .read {
        font-size: 28px;
        font-weight: bold; } }
  .top .section01 .campaign {
    margin-top: 20px;
    background: url(img/campaign_bg.png) no-repeat center center;
    background-color: #323d7f;
    position: relative; }
    .top .section01 .campaign::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 36px 38px 0 38px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0; }
      @media only screen and (max-width: 768px) {
        .top .section01 .campaign::before {
          border-width: 18px 19px 0 19px; } }
    .top .section01 .campaign .inner2 {
      padding: 60px 0;
      width: 900px;
      margin: 0 auto;
      display: table;
      table-layout: fixed; }
      @media only screen and (max-width: 768px) {
        .top .section01 .campaign .inner2 {
          width: 100%;
          padding: 30px 10px; }
          .top .section01 .campaign .inner2 .sp_image {
            padding: 0 80px;
            margin: 20px 0; } }
      .top .section01 .campaign .inner2 .image, .top .section01 .campaign .inner2 .txt {
        display: table-cell;
        vertical-align: middle; }
        @media only screen and (max-width: 768px) {
          .top .section01 .campaign .inner2 .image, .top .section01 .campaign .inner2 .txt {
            display: block; } }
    .top .section01 .campaign .image {
      width: 320px; }
      @media only screen and (max-width: 768px) {
        .top .section01 .campaign .image {
          display: none !important; } }
    .top .section01 .campaign .txt {
      padding-left: 40px;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .top .section01 .campaign .txt {
          padding-left: 0;
          text-align: center; } }
      .top .section01 .campaign .txt .txt1 {
        font-size: 20px; }
        @media only screen and (max-width: 768px) {
          .top .section01 .campaign .txt .txt1 {
            font-size: 5vw; } }
      .top .section01 .campaign .txt .txt2 {
        font-size: 30px;
        font-weight: bold; }
        .top .section01 .campaign .txt .txt2 strong {
          color: #ffee62; }
        @media only screen and (max-width: 768px) {
          .top .section01 .campaign .txt .txt2 {
            font-size: 6vw; } }
.top .cv {
  margin: 30px auto 0;
  width: 734px;
  border: 2px solid #323d7f;
  display: table;
  table-layout: fixed;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .top .cv {
      width: 95%; } }
  .top .cv::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #323d7f;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -3.4%; }
  .top .cv.mail_only::after {
    display: none; }
  .top .cv .item {
    display: table-cell;
    vertical-align: middle;
    width: 50%; }
    .top .cv .item a {
      display: block;
      text-decoration: none;
      text-align: center;
      color: #323d7f;
      padding: 30px 20px 30px 40px;
      font-size: 28px; }
      @media only screen and (max-width: 768px) {
        .top .cv .item a {
          padding: 12px 5px 12px 25px;
          font-size: 4vw;
          font-weight: bold; } }
      @media only screen and (min-width: 769px) {
        .top .cv .item a:hover {
          background-color: #323d7f;
          color: #fff; } }
    .top .cv .item.tel a {
      background-image: url(img/cv_tel.png);
      background-repeat: no-repeat;
      background-position: 50px center; }
      @media only screen and (max-width: 768px) {
        .top .cv .item.tel a {
          background-size: 20px auto;
          background-position: 20px center; } }
      @media only screen and (min-width: 769px) {
        .top .cv .item.tel a:hover {
          background-image: url(img/cv_tel_active.png);
          background-repeat: no-repeat;
          background-position: 50px center; } }
    .top .cv .item.mail a {
      background-image: url(img/cv_mail.png);
      background-repeat: no-repeat;
      background-position: 40px center;
      padding-left: 60px; }
      @media only screen and (max-width: 768px) {
        .top .cv .item.mail a {
          padding-left: 36px;
          background-size: 20px auto;
          background-position: 12px center; } }
      @media only screen and (min-width: 769px) {
        .top .cv .item.mail a:hover {
          background-image: url(img/cv_mail_active.png);
          background-repeat: no-repeat;
          background-position: 40px center; } }
  .top .cv.mail_only .mail a {
    background-position: 220px center; }
    @media only screen and (max-width: 768px) {
      .top .cv.mail_only .mail a {
        background-position: 60px center;
        padding-left: 0; } }
    @media only screen and (min-width: 769px) {
      .top .cv.mail_only .mail a:hover {
        background-image: url(img/cv_mail_active.png);
        background-repeat: no-repeat;
        background-position: 220px center; } }
.top .section02 {
  background: #faeae7; }
  @media only screen and (max-width: 768px) {
    .top .section02 {
      background: #fff; } }
  .top .section02 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0; }
    @media only screen and (max-width: 768px) {
      .top .section02 .inner {
        width: 100%;
        padding: 0 10px 15px; } }
  .top .section02 ul {
    margin-top: 40px;
    padding-left: 200px; }
    @media only screen and (max-width: 768px) {
      .top .section02 ul {
        padding-left: 0;
        margin-top: 20px; } }
    .top .section02 ul li {
      margin-top: 15px;
      display: table;
      table-layout: fixed; }
      .top .section02 ul li:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .top .section02 ul li {
          border-bottom: 1px solid #ddd;
          padding: 15px 0;
          display: block;
          margin-top: 0; } }
      .top .section02 ul li .heading, .top .section02 ul li .txt {
        display: table-cell;
        vertical-align: top; }
        @media only screen and (max-width: 768px) {
          .top .section02 ul li .heading, .top .section02 ul li .txt {
            display: block; } }
      .top .section02 ul li .heading {
        width: 180px; }
        @media only screen and (max-width: 768px) {
          .top .section02 ul li .heading {
            width: 150px; } }
        .top .section02 ul li .heading span {
          display: block;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          background-image: url(img/section02_ico.png);
          background-repeat: no-repeat;
          background-position: 12px center;
          background-size: 18px auto;
          background-color: #b70030;
          text-align: center;
          color: #fff;
          font-size: 15px;
          padding: 5px 5px 5px 10px;
          font-weight: bold; }
      .top .section02 ul li .txt {
        padding-left: 30px;
        color: #ed3b3b;
        font-size: 20px; }
        @media only screen and (max-width: 768px) {
          .top .section02 ul li .txt {
            padding-left: 0;
            margin-top: 5px;
            font-size: 16px; } }
  .top .section02 .txt2 {
    background: #323d7f; }
    @media only screen and (max-width: 768px) {
      .top .section02 .txt2 {
        background: none; } }
    .top .section02 .txt2 .txt2_inner {
      width: 1100px;
      height: 190px;
      margin: 0 auto;
      text-align: center;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      padding: 35px 0;
      position: relative;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 768px) {
        .top .section02 .txt2 .txt2_inner {
          width: 100%;
          height: auto;
          font-size: 6vw;
          padding: 0; } }
      .top .section02 .txt2 .txt2_inner .image {
        position: absolute;
        width: 639px;
        z-index: 10;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto; }
        @media only screen and (max-width: 768px) {
          .top .section02 .txt2 .txt2_inner .image {
            position: static;
            width: 100%; } }
      .top .section02 .txt2 .txt2_inner::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24px 35px 0 35px;
        border-color: #faeae7 transparent transparent transparent;
        top: 0; }
        @media only screen and (max-width: 768px) {
          .top .section02 .txt2 .txt2_inner::before {
            display: none; } }
.top .section03 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .top .section03 .inner {
      width: 100%;
      padding: 40px 20px 0px; }
	  
	  
 }
.top .section03 ul {
  margin-top: 50px;
  font-size: 0; }
.genkin_txt{
	padding:60px 0 0 180px;
}
  @media only screen and (max-width: 768px) {
    .top .section03 ul {
      margin-top: 30px; } 
	  .genkin_txt{
	padding:60px 0 0 0;
	width:96%;
	margin:auto;
}
}
  .top .section03 ul li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-left: 2%;
    border: 1px solid #4e5cac;
    background: #4e5cac; }
    .top .section03 ul li:first-child {
      margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .top .section03 ul li {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 20px; }
        .top .section03 ul li:first-child {
          margin-top: 0; } }
.top .section03 .txt {
  padding: 12px;
  color: #fff;
  text-align: center; }
  .top .section03 .txt .heading {
    font-size: 24px;
    font-weight: bold; }
  .top .section03 .txt p {
    margin-top: 5px;
    font-size: 16px;
    height: 80px; }
    @media only screen and (max-width: 768px) {
      .top .section03 .txt p {
        height: auto; } }
.top .section04 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0; }
  
  
  @media only screen and (max-width: 768px) {
    .top .section04 .inner {
      width: 100%;
      padding: 10px 10px; } }
.top .section04 ul {
  margin-top: 80px;
  padding: 0 30px; }
  @media only screen and (max-width: 768px) {
    .top .section04 ul {
      margin-top: 30px;
      padding: 0; }
      .top .section04 ul li {
        margin-top: 40px;
        position: relative; }
        .top .section04 ul li:first-child {
          margin-top: 0; }
        .top .section04 ul li::after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 30px;
          height: 27px;
          background: url(img/section04_ico5.png) no-repeat center top;
          background-size: 30px auto;
          bottom: -40px; }
        .top .section04 ul li:last-child::after {
          display: none; } }
  @media only screen and (min-width: 769px) {
    .top .section04 ul li {
      margin-top: 80px;
      background: #323d7f;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 40px 20px 40px 200px;
      color: #fff;
      font-size: 24px;
      -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
      position: relative;
      font-weight: bold;
      height: 120px; }
      .top .section04 ul li:nth-child(3) {
        padding-top: 24px; }
      .top .section04 ul li:first-child {
        margin-top: 0; }
      .top .section04 ul li::before {
        content: "";
        position: absolute;
        left: 5px;
        top: -22px;
        width: 161px;
        height: 169px; }
      .top .section04 ul li:nth-child(1)::before {
        background: url(img/section04_ico1.png) no-repeat center top; }
      .top .section04 ul li:nth-child(2)::before {
        background: url(img/section04_ico2.png) no-repeat center top; }
      .top .section04 ul li:nth-child(3)::before {
        background: url(img/section04_ico3.png) no-repeat center top; }
      .top .section04 ul li:nth-child(4)::before {
        background: url(img/section04_ico4.png) no-repeat center top; }
      .top .section04 ul li::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 98px;
        height: 27px;
        background: url(img/section04_ico5.png) no-repeat center top;
        bottom: -58px; }
      .top .section04 ul li:last-child::after {
        display: none; } }
.top .section05 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .top .section05 .inner {
      width: 100%;
      padding: 20px 10px 30px; } }
.top .section05 ul {
  margin-top: 50px;
  padding: 0 30px; }
  @media only screen and (max-width: 768px) {
    .top .section05 ul {
      padding: 0;
      margin-top: 30px; } }
  .top .section05 ul li {
    display: table;
    width: 100%;
    margin-top: 40px; }
    .top .section05 ul li:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 768px) {
      .top .section05 ul li {
        display: block;
        margin-top: 30px; }
        .top .section05 ul li .sp_txt {
          color: #323d7f;
          font-size: 20px;
          text-align: center;
          margin-top: 10px; } }
    .top .section05 ul li .image, .top .section05 ul li .txt {
      display: table-cell;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .top .section05 ul li .image, .top .section05 ul li .txt {
          display: block; } }
    .top .section05 ul li .image {
      width: 236px;
      padding-right: 20px; }
      @media only screen and (max-width: 768px) {
        .top .section05 ul li .image {
          width: 200px;
          padding: 0;
          margin: 0 auto; } }
    .top .section05 ul li .txt {
      background: #fffeee;
      color: #323d7f;
      padding: 25px; }
      @media only screen and (max-width: 768px) {
        .top .section05 ul li .txt {
          margin-top: 10px;
          padding: 12px; } }
      .top .section05 ul li .txt .heading {
        font-size: 24px;
        font-weight: bold; }
      .top .section05 ul li .txt p {
        margin-top: 10px;
        font-size: 17px; }
        @media only screen and (max-width: 768px) {
          .top .section05 ul li .txt p {
            margin-top: 0;
            font-size: 15px; } }
.top .section06 .inner {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .top .section06 .inner {
      width: 100%;
      padding: 30px 10px; } }
.top .section06 .form_section {
  margin-top: 50px; }
.top .section06 .heading {
  text-align: center; }
  .top .section06 .heading span {
    display: block;
    color: #f00; }
    @media only screen and (max-width: 768px) {
      .top .section06 .heading span {
         } }
.top .section06 table {
  margin: 40px auto 0; }
.top .section06 .yosan input {
  width: 100px;
  margin-right: 10px; }
.top .section06 .yosan p {
  margin-top: 5px;
  font-size: 14px; }
.top .section06 p.ermsg {
  font-size: 12px;
  color: #f00; }

.confirm {
  padding-top: 30px; }
  .confirm .inner {
    width: 800px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .confirm .inner {
        width: 100%;
        padding: 0 10px; } }
  .confirm .heading {
    margin-top: 30px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .confirm .heading {
        font-size: 4vw; } }

.thanks {
  padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    .thanks {
      padding-top: 75px; } }
  .thanks .inner {
    width: 800px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .thanks .inner {
        width: 100%;
        padding: 0 10px; } }
  .thanks p {
    margin-top: 40px; }
  .thanks a {
    display: block;
    border: 1px solid #323d7f;
    background: #323d7f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    width: 400px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 35px auto;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    @media only screen and (min-width: 769px) {
      .thanks a:hover {
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        opacity: 0.75; } }
    @media only screen and (max-width: 768px) {
      .thanks a {
        background: #323d7f;
        color: #fff;
        width: 100%;
        padding: 20px 10px; } }

#contact {
  margin-top: -67px;
  padding-top: 67px; }
  @media only screen and (max-width: 768px) {
    #contact {
      margin-top: -55px;
      padding-top: 55px; } }

.main_ttl {
  text-align: center;
  font-size: 30px;
  color: #323d7f;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold; }
  
  .main_ttl::before, .main_ttl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #323d7f;
    height: 1px; }
  .main_ttl::before {
    bottom: -8px;
    width: 500px; }
#main_ttl01 {
  text-align: center;
  font-size: 30px;
  color: #323d7f;
  letter-spacing: 0.1em;
  margin:0 0 60px 0;
  position: relative;
  font-weight: bold; }
.main_subttl{
	color:#fff;
	margin:0 0 10px 180px;
	padding:0 10px 0 0;
	background-color:#323E7F;
	width: max-content;
}

#tit_txt01{
	font-weight:bold;
	margin: 0 0 10px 180px;
}
#tit_txt02{
	font-weight:bold;
	margin: 0 0 10px 0;
}
.message{
	border:1px #333F7F solid;
	padding:20px;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	color:#333F7F;
	margin:20px auto;
	width:1000px;
}
.genkin_about_txt{
	padding:0 0 40px 180px;
}
.genkin_about_txt01{
	padding:60px 0 40px 180px;
}
.genkin_about_img{
	background:url(img/bg_genkin_about.jpg) right 90% no-repeat;
	background-size:33vw;
}
.pc_br{
	display:block;
}
#otoku_area{
	width:646px;
	margin:0 auto 30px;
}
#otoku_area h6{
	background-color:#333E7F;
	color:#FFF;
	text-align:center;
	font-size:1.6em;
	font-weight:600;
}
#otoku_area_txt{
	color:#F00;
}
.evaluation_area{
	padding:40px 0;
	margin:auto;
	width:50vw;
}
.evaluation_areatxt01{
	text-align:center;
	margin:40px 0 0 0;
}
.left_evaluation{
	float:left;
	border:1px #333333 solid;
	width:7.5vw;
	padding:15px;
	
}
.right_evaluation{
	float:right;
	width:40vw;
	
	
}
.kodawari{
	text-align:center;
}
.kodawari h2{
	background-color:#202F55;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	font-size:1.3em;
	text-align:center;
	color:#FFF;
	margin:0;
}
.kodawari h2 span{
	font-size:0.6em;
	white-space:nowrap;
}
    @media only screen and (max-width: 768px) {
      .main_ttl::before {
        width: 80%; } 
		.main_subttl{
	padding:0 0 0 0;
	margin:0;
	width:100%
}
.genkin_about_txt{
	padding:0 0 20px 0;
}
.genkin_about_txt01{
	padding:30px 0 0px 0;
}
.genkin_about_img{
	background:url(img/bg_genkin_about.jpg) right 90% no-repeat;
	background-size:40vw;
}
.message{
	width:96%;
	margin:20px auto;
	padding:10px;
}
#tit_txt01{
	margin: 0 0 10px 0;
}
.pc_br{
	display:none;
}
#main_ttl01 {
  font-size: 6vw;
  margin:0 0 30px 0;
 }
#otoku_area{
	width:100%;
	margin:0 auto 30px;
}
#otoku_area h6{
	font-size:1.3em;
}
.evaluation_area{
	width:96vw;
}
.left_evaluation{
	float:left;
	border:1px #333333 solid;
	width:25.5vw;
	padding:8px;
	
}
.right_evaluation{
	float:right;
	width:60.5vw;
	
}
}
  .main_ttl::after {
    bottom: -15px;
    width: 250px; }
    @media only screen and (max-width: 768px) {
      .main_ttl::after {
        width: 50%; } }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      font-size: 6vw; } }

.footer {
  background: #323d7f; }
  .footer .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%;
        padding: 20px 10px; } }
  .footer .f_nav ul {
    text-align: center;
    font-size: 0; }
    .footer .f_nav ul li {
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      margin-left: 10px;
      color: #fff; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li::before {
        content: "｜";
        margin-right: 10px; }
      .footer .f_nav ul li:first-child::before {
        display: none; }
      .footer .f_nav ul li a {
        color: #fff;
        text-decoration: none; }
        .footer .f_nav ul li a:hover {
          text-decoration: underline; }
  .footer .copyright {
    margin-top: 20px;
    color: #fff;
    font-size: 12px; }

.terms {
  padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    .terms {
      padding-top: 75px; } }
  .terms .inner {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .terms .inner {
        width: 100%;
        padding: 0 10px;
        padding-bottom: 40px; } }
  .terms .heading {
    margin-top: 30px; }
  .terms .txt h3 {
    font-size: 18px;
    font-weight: bold;
    color: #323d7f;
    margin-top: 30px; }
  .terms .txt p {
    margin-top: 5px; }

.footer_fixed_btn {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7); }
  .footer_fixed_btn .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 7px 320px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .footer_fixed_btn .inner {
        width: 100%;
        padding: 5px 30px; } }

.footer_fixed_btn_sp {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7); }
  .footer_fixed_btn_sp .inner {
    width: 100%;
    padding: 5px 10px; }
  .footer_fixed_btn_sp ul {
    font-size: 0;
    text-align: center; }
    .footer_fixed_btn_sp ul li {
      font-size: 15px;
      width: 49%;
      display: inline-block;
      vertical-align: top;
      margin-left: 2%; }
      .footer_fixed_btn_sp ul li:first-child {
        margin-left: 0; }

.footer_fixed_btn_sp2 {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7); }
  .footer_fixed_btn_sp2 .inner {
    width: 100%;
    padding: 5px 22px; }
  .footer_fixed_btn_sp2 ul {
    font-size: 0;
    text-align: center; }
    .footer_fixed_btn_sp2 ul li {
      font-size: 15px; }

.section07 .main_ttl {
  color: #de1a1a; }
  .section07 .main_ttl::before, .section07 .main_ttl::after {
    display: none; }
@media only screen and (max-width: 768px) {
  .section07 .sp_only {
    margin-top: 15px; } }
.section07 .wrap {
  background: url(img/section07_bg.png) no-repeat center center;
  background-color: #d00000;
  margin-top: 20px;
  height: 310px; }
  .section07 .wrap .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    padding-top: 90px;
    text-align: center;
    font-size: 38px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }
    @media only screen and (max-width: 768px) {
      .section07 .wrap .inner {
        width: 100%;
        padding: 20px 10px;
        font-size: 6vw;
        min-height: auto;
        background-size: 100px auto;
        background-position: 98% center; } }
    .section07 .wrap .inner span {
      font-size: 48px;
      font-weight: bold;
      color: #fffd4d; }
      @media only screen and (max-width: 768px) {
        .section07 .wrap .inner span {
          font-size: 8vw; } }


.comparison , .cominfo, .kankinrate{
	width: 1100px;
margin: 0 auto;
padding: 50px 0;
}

.comparison table , .kankinrate table{
	width:100%;
	margin-top: 80px;
	box-sizing:border-box;
	border:1px #CCCCCC solid;
	border-collapse:collapse;
}
.cominfo table{
	width:800px;
	margin:80px auto 50px;
	box-sizing:border-box;
	border:1px #CCCCCC solid;
	border-collapse:collapse;
}
.cominfo iframe{
	width:800px;
	margin:0 auto 50px;
	display:block;
	height:450px;
}
.comparison table th{
	width:33%;
	background-color:#323D7F;
	color:#FFF;
	font-weight:600;
	padding:10px;
	text-align:center;
	border:1px #CCCCCC solid;
}
.comparison table td{
	width:33%;
	padding:10px;
	text-align:center;
	border:1px #CCCCCC solid;
}
.cominfo table th{
	padding:15px;
	background-color:#323D7F;
	color:#FFF;
	border:1px #CCCCCC solid;
}
.cominfo table td{
	padding:15px;
	border:1px #CCCCCC solid;
}
.kankinrate table td{
	width:20%;
	padding:10px;
	text-align:center;
	border:1px #CCCCCC solid;
}
#kankinrate_txt01{
	background-color:#F00;
	color:#FFF;
	font-weight:600;
}
#kankinrate_txt02{
	background-color:#323d7f;
	color:#FFF;
	font-weight:600;
}
#kankinrate_txt03{
	color:#F00;
	font-weight:600;
}
#kankinrate_txt04{
	color:#F90;
	font-weight:600;
}
#faq_area{

}

.faq{
	border:1px #CCCCCC solid;
	width:1100px;
	margin:100px auto 0;
}
.faq h5{
	border-bottom:1px #CCCCCC solid;
	
	color:#FFF;
	background:url(../img/ico_faq01.jpg) 2% 50% no-repeat;
	padding:20px 20px 20px 5%;
	min-height:28px;
	background-color:#323D7F;
}
.faq p{

	color:#000;
	background:url(../img/ico_faq02.jpg) 2% 50% no-repeat;
	padding:20px 20px 20px 5%;
	min-height:28px;
}
#faq_txt01{
	color:#323D7F;
	border:1px #CCCCCC solid;
	background-color:#FFF;
	padding:10px;
	text-align:center;
	margin:0 15px 0 0;
	vertical-align:middle;
}
#faq_txt02{
	color:#fff;
	border:1px #CCCCCC solid;
	background-color:#CC2237;
	padding:10px;
	text-align:center;
	margin:0 15px 0 0;

}

.characteristic{
	background:url(img/bg_char_mi.jpg) repeat-y;
	box-sizing:border-box;
	width:1100px;
	margin:60px auto;
	background-size:cover;
}
.characteristic p{
	color:#FFF;
	width:90%;
	margin:auto;
	padding:50px 0;
}
.bg_char01{
	width:100%;
	vertical-align:top;
}
.bg_char02{
	width:100%;
	vertical-align:bottom;
}

.privacy_area , .flow_area{
	box-sizing:border-box;
	width:1100px;
	margin:60px auto;
}

.privacy_area p , .flow_area p{
	margin:0 0 50px 0;
	line-height:180%;
}
.privacy_area table{
	width:70%;
	margin:auto;
}
.privacy_area table td{
	padding:20px 0;
	border-bottom:1px #CCCCCC dotted;
}
.flow_area table{
	width:100%;
	margin:0 auto;
	border:3px #0465C1 solid;
	border-collapse:collapse;
}
.flow_area table th{
	text-align:center;
	background-color:#0465C1;
	color:#FFF;
	padding:10px;
}
.flow_area table td{
	padding:10px 5px;
}
.flow_area table td img{
	width:350px;
}
.flow_area_txt01{
	display:block;
	text-align:center;
	padding:40px 0;
	margin:auto;
}


.sitemap{
	box-sizing:border-box;
	width:1100px;
	margin:60px auto;
}
.sitemap h6{
	background-color: #F2F2F2;
width: 100%;
padding: 10px;
box-sizing: border-box;
margin:0 0 20px 0;
}

.sitemap ul{
	margin:0 0 40px 20px;
}

.sitemap li{
	list-style-type:circle;
	line-height:180%;
}

#footer_area{
width:100%;
background-color:#D0D2E2;
padding:20px 0;
}
#footer_area_inner{
width:1100px;
margin:auto;
color:#FFF;
}

#footer_area_inner h5{
text-align:center;
font-weight:bold;
font-size:2em;
margin:0 0 30px 0;
}
#footer_area_inner p{
text-align:center;
line-height:160%;
color:#323D7F;
font-size:0.9em;
}
#footer_area_inner p a{color:#323D7F;}
.smp_footlinks{display:none;}

@media only screen and (max-width: 768px) {
        .comparison , .cominfo{
	width: 100%;
margin: 0 auto;
padding: 50px 0;
}
.kankinrate{
	width: 100%;
margin: 0 auto;
padding: 20px 0;
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.kankinrate::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.kankinrate::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.kankinrate::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

#faq_area , #char_area{
	padding: 25px 0 30px;
position: relative;
margin-top: 140px;
}
.faq{
	margin:0 0 30px 0;
	width:100%;
 }
 .faq h5{
	padding:20px 20px 20px 11%;
}
.faq p{
	padding:20px 20px 20px 11%;
}
 .mar_faq{
	 margin:50px 0 30px 0;
 }
.cominfo table{
	width:100%;
	margin:80px auto 30px;
} 
.cominfo iframe{
	width:100%;
	margin:0 auto 20px;
	display:block;
}
.characteristic{
	background:url(img/bg_char_mi.jpg) repeat-y;
	box-sizing:border-box;
	width:100%;
	margin:60px auto;
	background-size:contain;
}
.privacy_area , .flow_area{
	box-sizing:border-box;
	width:100%;
	margin:60px auto;
}
.privacy_area table{
	width:90%;
	margin:auto;
}


.smp_footlinks{
margin:0 0 30px 0;
display:block;
}
.smp_footlinks h3{
text-align:center;
color:#FFF;
font-size:1.3em;
font-weight:700;
padding:10px 0;
background-image: -webkit-gradient(linear,left top,left bottom,from(#323D7F),color-stop(0.49, #414E98),color-stop(0.50, #4653A0),to(#5665BC)),
-moz-linear-gradient(top,#323D7F 0%,#414E98 49%,#4653A0 50%,#5665BC);
background-color:#323D7F;
}
.smp_footlinks ul{
margin:auto;
width:100%;
}
.smp_footlinks li{
line-height:250%;
background-color:#ECEDF2;
padding:10px 0 10px 10px;
}
.smp_footlinks li:nth-child(2n){
line-height:250%;
background-color:#D2D5E3;
padding:10px 0 10px 10px;
}
.smp_footlinks li a{
display:block;
width:100%;
color:#000;
}

#footer_area{
width:100% !important;
background-color:#D0D2E2;
padding:20px 0;
}

#footer_area_inner{
width:100% !important;
margin:auto;
}
#footer_area_inner img{width:100%;}
.foot_link{display:none;}

}



.txt_yellow_line {
  border-bottom: none;
  background-image: -webkit-linear-gradient(left, transparent 50%, #FFFF00 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #FFFF00 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #FFFF00 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #FFFF00 50%);
  background-image: linear-gradient(left, transparent 50%, #FFFF00 50%);
  background-repeat: repeat-x;
  background-size: 200% .4em;
  background-position: 0 1em;
  transition: all 1.5s ease;
}
.txt_yellow_line.isActive {
  background-position: -100% 1em;
  color: #ed3b3b!important;
}

.graf-area {
  border-bottom: 1px solid #000;
  position: relative;
  height: 350px;
}

.graf-area img {
  display: block;
  margin: auto;
  object-fit: contain; 
  image-rendering: -webkit-optimize-contrast;
}

.graf-area .plan01 {
  position: absolute;
  bottom: 0;
  left: 7%;
  text-align: center;
  width: 20%;
}
.graf-area .plan02 {
  position: absolute;
  bottom: 0;
  left: 29%;
  text-align: center;
  width: 20%;
}
.graf-area .plan03 {
  position: absolute;
  bottom: 0;
  left: 51%;
  text-align: center;
  width: 20%;
}
.graf-area .plan04 {
  position: absolute;
  bottom: 0;
  left: 73%;
  text-align: center;
  width: 20%;
}
.graf-area .box01 {
  opacity: 0;
	transition: all 1000ms;
}
.graf-area .box01.scrollin {
  opacity: 1;
}
.graf-area .box02 {
  opacity: 0;
	transition: all 1000ms;
  transition-delay: 0.5s;
}
.graf-area .box02.scrollin {
  opacity: 1;
}
.graf-area .box03 {
  opacity: 0;
	transition: all 1000ms;
  transition-delay: 1.25s;
}
.graf-area .box03.scrollin {
  opacity: 1;
}
.graf-area .box04 {
  opacity: 0;
	transition: all 1000ms;
  transition-delay: 2s;
}
.graf-area .box04.scrollin {
  opacity: 1;
}

.graf-area .plan-par {
  opacity: 0;
	transition: all 1000ms;
}

.graf-area .plan-par.scrollin {
  opacity: 1;
}

.graf-area .plan-par01 {
  transition-delay: 0.25s;
}
.graf-area .plan-par02 {
  transition-delay: 0.75s;
}
.graf-area .plan-par03 {
  transition-delay: 1.5s;
}
.graf-area .plan-par04 {
  transition-delay: 2.25s;
}

.graf-area .plan-msg {
  opacity: 0;
	transition: all 1000ms;
}

.graf-area .plan-msg.scrollin {
  opacity: 1;
}

.graf-area .plan-msg01 {
  transition-delay: 1s;
}
.graf-area .plan-msg02 {
  transition-delay: 1.75s;
}
.graf-area .plan-msg03 {
  transition-delay: 2.5s;
}

.graf-area .plan-par {
  color: #333E7F;
  font-weight: bold;
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 5px;
}
.graf-area .plan-par span {
  font-size: 18px;
}

.graf-container .plan-name-container {
  position: relative;
  height: 160px;
}
.graf-container .plan-name01 {
  position: absolute;
  top: 10px;
  left: 7%;
  text-align: center;
  width: 20%;
  font-size: 20px;
  font-weight: bold;
}
.graf-container .plan-name02 {
  position: absolute;
  top: 10px;
  left: 29%;
  text-align: center;
  width: 20%;
  font-size: 20px;
  font-weight: bold;
  color: #333E7F;
  line-height: 1.3;
}
.graf-container .plan-name02 span {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.2;
  display: block;
}
.graf-container .plan-name03 {
  position: absolute;
  top: 10px;
  left: 51%;
  text-align: center;
  width: 20%;
  font-size: 20px;
  font-weight: bold;
  color: #333E7F;
  line-height: 1.3;
}
.graf-container .plan-name03 span {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.2;
  display: block;
}
.graf-container .plan-name04 {
  position: absolute;
  top: 10px;
  left: 73%;
  text-align: center;
  width: 23%;
  font-size: 20px;
  font-weight: bold;
  color: #333E7F;
  line-height: 1.3;
}
.graf-container .plan-name04 span {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.2;
  display: block;
}

.bururi {
  animation: bururi 1s infinite;
}
@keyframes bururi {
  50% {
      transform: scale(1, 1);
  }
  52% {
      transform: scale(0.98, 0.95)
  }
  54% {
      transform: scale(1, 1);
  }
  56% {
      transform: scale(0.98, 0.95)
  }
  58% {
      transform: scale(1, 1);
  }
  60% {
      transform: scale(0.98, 0.95)
  }
}

/* .yureru-s {
  animation: yureru-s 2s infinite;
}
@keyframes yureru-s {
  0% {
      transform: translate(2px, 0px);
  }
  5% {
      transform: translate(-2px, 0px);
  }
  10% {
      transform: translate(2px, 0px);
  }
  15% {
      transform: translate(-2px, 0px);
  }
  20% {
      transform: translate(2px, 0px);
  }
  25% {
      transform: translate(-2px, 0px);
  }
  30% {
      transform: translate(0px, 0px);
  }
}


@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
} */

.shiny {
  position: relative;
}
.shiny::before {
  position: absolute;
  display: block;
  z-index: 1;
  left: -30%;
  top: -4%;
  content: '';
  width: 46px;
  height: 100%;
  transform: rotate(
15deg);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, .8) 60%, rgba(255,255,255,0) 100%);
  animation: shiny 3.4s infinite linear;
}

@keyframes shiny {
  0% {
    left: 0%;
  }
  16% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.cv_btn {
  animation: anime1 1s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

.tenmetu {
  animation: blink 2s infinite;
}

@-webkit-keyframes blink{0%,50%,to{opacity:.5}25%,75%{opacity:1}}
@keyframes blink{0%,50%,to{opacity:.5}25%,75%{opacity:1}}

.fv_txt .fv_txt-pr {
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  color: #293771;
  font-weight: bold;
}


.fv_txt2 .fv_txt2-pr {
  font-size: 18px;
  line-height: 1.2;
  color: #293771;
  font-weight: bold;
  border: 2px #ccc solid;
  background: rgba(255,255,255,.6);
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .graf-area .plan-par {
    font-size: 2vw;
  }
  .graf-area .plan-par span {
    font-size: 3vw;
  }
  .graf-container .plan-name01 {
    font-size: 3.5vw;
  }
  .graf-container .plan-name02 {
    font-size: 3.5vw;
  }
  .graf-container .plan-name02 span {
    font-size: 1vw;
  }
  .graf-container .plan-name03 {
    font-size: 3vw;
  }
  .graf-container .plan-name03 span {
    font-size: 1vw;
  }
  .graf-container .plan-name04 {
    font-size: 3vw;
  }
  .graf-container .plan-name04 span {
    font-size: 1vw;
  }
  .graf-area {
    height: 70vw;
  }
  .graf-container .plan-name-container {
    height: 30vw;
  }

  .footer_fixed_btn_sp {
    z-index: 1000;
  }

  .section07 .wrap {
    height: auto;
  }

  .fv_txt .fv_txt-pr {
    font-size: 4.5vw;
  }

  .fv_txt2 .fv_txt2-pr {
    font-size: 3.2vw;
  }
  
  /* .contact_ls01 {
    z-index: 2;
  }
  .contact_ls02 {
    position: relative;
  }
  
  .contact_ls02:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 100) 81%, rgba(255, 255, 255, 0) 100%);
    animation: shine 3s infinite; 
    z-index: 1;
  } */
}