/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

label {
  cursor: pointer;
}

button:focus {
	outline:0;
}

a {
  color: #e84545;
}

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}


h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.8rem;
  word-break: break-all;
}

img {
  width: 100%;
}

.sp {
  display: none;
}

/* */
/* */
/* *//* *//* *//* *//* *//* */

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.col_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.col-90 { width: 90%;}
.col-80 { width: 80%;}
.col-75 { width: 75%;}
.col-60 { width: 60%;}
.col-50 { width: 50%;}
.col-40 { width: 40%;}
.col-33 { width: calc(100% / 3)}
.col-25 { width: 25%;}
.col-20 { width: 20%;}
.col-10 { width: 10%;}

.rev {
  flex-direction: row-reverse;
}

.bg_g {
  background: rgb(245, 245, 245);
}

.area_mv {
  background: url(../images/bg_blue.jpg) no-repeat;
  padding: 125px 0 50px;
}

.area_mv > div > div:nth-child(2) > img {
  max-width: 420px;
  margin: 15px 0 0 0;
}

.area_mv > div > div:nth-child(2) > h1 {
  font-size: 1.5rem;
  letter-spacing: 3px;
  color: #fff;
}

.area_intro {
  background: rgb(245, 245, 245);
}

.area_intro p {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 70px 0;
  line-height: 3rem;
}

.area_about {
  text-align: center;
  padding: 60px 0;
}

.area_about h2 {
  display: inline-block;
  margin: 0 0 10px;
}

.area_about h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1,60,147,1) 0%, rgba(67,143,255,1) 100%);
  margin: 15px;
}

.area_about h2 span {
  font-size: 1.3rem;
}

.area_about p {
  text-align: left;
  padding: 5px 150px;
}

.area_feature .wrap {
  max-width: inherit;
  margin: inherit;
}

.area_feature .col_box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

.area_feature .col-50 div {
  margin: 0 40px;
}

.area_feature .col-50 h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.area_feature h2 span {
  font-size: 1.3rem;
  margin: 0 10px 0 0;
  color: #023c93;
  vertical-align: top;
}

.area_feature .col-50 div p {
  margin: 30px 0;
}

.area_feature .col-50 div a {
  /*ボタンの形状*/
  display: block;
  color:#fff;
  padding: 15px 60px;
  border-radius:30px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: linear-gradient(90deg, rgba(1,60,147,1) 0%, rgba(67,143,255,1) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;

  text-align: center;
}

.area_feature .col-50 div a:hover {
  color: #fff;
  background-position: 99% 50%;
}

.area_feature .col-50 div a span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

.area_feature .area_btn {
  display: flex;
}

.area_feature .col-50 div li {
  width: 50%;
}

.area_feature .col-50 div li:first-child {
  margin: 0 5px 0 0;
}

.area_feature .col-50 div li:last-child {
  margin: 0 0 0 5px;
}

.area_feature > .wrap > .col_box > .col-50 > div > .area_btn > li > a > span::before {
  content: inherit;
}

.area_feature .col-50 div a {
  padding: 15px 0;
}

.area_feature .col-50 li:nth-child(1) a {
    /*ボタンの形状*/
    display: block;
    color:#fff;
    border-radius:30px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: rgb(251,144,28);
    background: linear-gradient(90deg, rgba(251,144,28,1) 0%, rgba(255,166,70,1) 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;

    text-align: center;
}

.area_use {
  text-align: center;
  padding: 60px 0;
}

.area_use .col-33 {
  margin: 0 10px;
}

.area_use h2 {
  display: inline-block;
  margin: 0 0 10px;
}

.area_use h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1,60,147,1) 0%, rgba(67,143,255,1) 100%);
  margin: 15px;
}

.area_use h2 span {
  font-size: 1.3rem;
}

.area_use p {
  text-align: left;
  padding: 0 150px;
}

.area_use h3 {
  font-size: 1.8rem;
  margin: 30px 0;
}

.area_use h3 span{
  font-size: 1.3rem;
  margin: 0 10px 0 0;
  color: #023c93;
}

.area_contact {
  background: #013c93;
  text-align: center;
}

.area_contact .wrap {
  padding: 60px 0;
}

.area_contact h2 {
  padding: 0 0 40px;
  font-size: 1.5rem;
  color: #fff;
}

.area_contact .col-50 a {
  /*ボタンの形状*/
  display: block;
  color:#fff;
  padding: 15px 60px;
  border-radius:30px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;

  margin: 0 20px;
  text-align: center;
}

.area_contact .col-50:nth-child(1) a {
  background: rgb(251,144,28);
  background: linear-gradient(90deg, rgba(251,144,28,1) 0%, rgba(255,166,70,1) 100%);
}

.area_contact .col-50:nth-child(2) a {
  border: 1px solid #fff;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.area_contact .col-50 a:hover {
  color: #fff;
  background-position: 99% 50%;
}

.area_contact .col-50 a span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

.area_offset {
  padding: 64px 0 0;
}

.area_title {
  background: url(../images/bg_blue.jpg) no-repeat;
  /*padding: 170px 0 100px;*/
  padding: 106px 0 100px;
}

.area_title h2 {
  color: #fff;
}

.area_feature-list {
  padding: 60px 0;
  text-align: center;
}

.area_feature-list ul {
  max-width: 450px;
  margin: 0 auto;
}

.area_feature-list ul li {
  text-align: left;
  font-size: 1.3rem;
  line-height: 2.7rem;
  font-weight: bold;
}

.area_feature-list ul li span {
  text-align: left;
  font-size: 0.9rem;
  vertical-align: top;
  color: #023c93;
  margin: 0 10px 0 0;
}

.area_feature-list h2 {
  display: inline-block;
  margin: 0 0 10px;
}

.area_feature-list h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1,60,147,1) 0%, rgba(67,143,255,1) 100%);
  margin: 15px;
}

.area_feature-list h2 span {
  font-size: 1.3rem;
}

.area_function {
  padding: 60px 0;
  text-align: center;
}

.area_function h2 {
  display: inline-block;
  margin: 0 0 10px;
}

.area_function h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1,60,147,1) 0%, rgba(67,143,255,1) 100%);
  margin: 15px;
}

.area_function h2 span {
  font-size: 1.3rem;
}

.area_function table{
  width: 100%;
  border-collapse: collapse;
}

.area_function table tr{
  border-bottom: solid 2px white;
}

.area_function table tr:last-child{
  border-bottom: none;
}

.area_function table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #023c93;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.area_function table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #023c93;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.area_function table td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 15px 30px;
}

.area_accordion {
  margin: 50px 0;
}

.area_accordion .toggle {
  display: none;
}
.area_accordion .option {
  position: relative;
  margin-bottom: 1em;
}
.area_accordion .title,
.area_accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.area_accordion .title {
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
}
.area_accordion .title::after,
.area_accordion .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.area_accordion .title::after {
  transform: rotate(90deg);
}
.area_accordion .title {
  font-size: 1.5rem;
  line-height: 2rem;
}

.area_accordion .title span {
  vertical-align: top;
  color: #023c93;
  font-size: 1.2rem;
  margin: 0 10px 0 0;
}

.area_accordion .content {
  max-height: 0;
  overflow: hidden;
}
.area_accordion .content p {
  margin: 0;
  padding: 20px 0;
}
.area_accordion .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.area_accordion .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

.error_message {
  color: red;
  padding: 10px 0 0;
  display: block;
}

.form_btn-area form:nth-child(2) {
  margin: 5px 0 0;
}

.Form {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.Form {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

#iframeBlock {
  height:100%;
}

#iframeBlock .iframeBody {
  height:100%;
}

  #iframeBlock .iframeBody iframe{
  border:none;
  width:100%;
  height:100%;
  padding:0;
  margin:0;
}

.area_thanks {
  text-align: center;
  padding: 200px 0;
}

.area_thanks h2 {
  display: inline-block;
  margin: 0 0 10px;
}

.area_thanks h2:after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, rgba(1,60,147,1) 0%, rgba(67,143,255,1) 100%);
  margin: 15px;
}

.area_thanks h2 span {
  font-size: 1.3rem;
}

.area_thanks p {
  text-align: left;
  padding: 5px 150px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #023c93;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.area_form .Form-Btn {
  appearance: inherit;
  user-select: inherit;
  white-space: inherit;
  align-items: inherit;
  text-align: inherit;
  cursor: inherit;
  box-sizing: inherit;
  background-color: inherit;
  color: inherit;
  padding: 0;
  border-width: inherit;
  border-style: inherit;
  border-color: inherit;
  border-image: initial;
}

.area_form .form_btn-area {
  text-align: center;
  padding: 50px 0;
}

.area_form .Form-Btn {
  /*ボタンの形状*/
  display: inline-block;
  color:#fff;
  padding: 15px 200px;
  border-radius:30px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: rgb(251,144,28);
  background: linear-gradient(90deg, rgba(251,144,28,1) 0%, rgba(255,166,70,1) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  font-size: 1rem;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;

  margin: 10px 20px;
  text-align: center;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.area_form input:hover {
  color: #fff;
  background-position: 99% 50%;
}


@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}

.area_contact_sub {
  text-align: center;
}

.area_contact_sub h2 {
  padding: 0 0 40px;
  font-size: 1.5rem;
  color: #fff;
}

.area_contact_sub .col-50 a {
  /*ボタンの形状*/
  display: block;
  color:#fff;
  padding: 15px 60px;
  border-radius:30px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;

  margin: 0 20px;
  text-align: center;
}

.area_contact_sub .col-50:nth-child(1) a {
  background: rgb(251,144,28);
  background: linear-gradient(90deg, rgba(251,144,28,1) 0%, rgba(255,166,70,1) 100%);
  margin: 0 10px 0 0;
}

.area_contact_sub .col-50:nth-child(2) a {
  border: 1px solid #fff;
  background: linear-gradient(90deg, rgba(1,60,147,1) 0%, rgba(67,143,255,1) 100%);
  margin: 0 0 0 10px;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.area_contact_sub .col-50 a:hover {
  color: #fff;
  background-position: 99% 50%;
}

.area_contact_sub .col-50 a span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}










.footer {
  background: rgb(15, 15, 15);
}

.footer .col_box {
  padding: 60px 0 0;
}

.footer .col_box .col-50:nth-child(1) {
  padding: 0 20px 0 130px;
}

.footer .col_box .col-50:nth-child(2) {
  padding: 0 130px 10px 20px;
}

.footer .nav,
.footer .copy {
  color: #fff;
}

.footer .nav {
  margin: 20px 0 0;
}

.footer .copy {
  padding: 20px 0 60px;
}

.footer .nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .nav ul a {
  color: #fff;
  text-decoration: none;
}

.footer .nav ul li {
  padding: 0 20px;
  border-right: 1px solid #fff;
}

.footer .nav ul li:last-child {
  border-right: none;
}

.footer .copy {
  font-size: 0.8rem;
  text-align: center;
}




/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/

.gnav {
    display: flex;
}

.gnav li a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 10px 0;
}

.gnav li li a {
  border-top: 1px solid #ffffff85;
}

.gnav li:nth-child(9) a {
  /*ボタンの形状*/
  display: block;
  color:#fff;
  border-radius: 50px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
  text-align: center;

  padding: 10px 20px;
  background: rgb(251,144,28);
  background: linear-gradient(90deg, rgba(251,144,28,1) 0%, rgba(255,166,70,1) 100%);
}

.gnav li:nth-child(9) a:hover {
  background-position: 99% 50%;
}

.gnav li:nth-child(10) a {
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 10px 20px;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1;
 }

#open {
  color: #fff;
  background: none;
  border: none;
}

#close {
  width: 100px;
  height: 100px;
  float: right;
  background: none;
  border: none;
  margin: 10px 15px 0 0;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #013c93;
}

#header .logo {
  max-width: 180px;
  padding: 5px 0 0 0;
}

#header .header-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  padding: 10px 0;
  width: 100%;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

#header.fixed {
  background: #013c93;
}

#header.fixed .header-content {
  border-bottom: 0;
  padding: 10px 0;
}

#header.fixed .nav-toggle {
  top: 18px;
}

.head-animation {
  transform: translateY(-100%);
}

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation .gnav li {
  margin: 0 10px;
}

.navigation a {
  font-weight: bold;
  letter-spacing: 1px;
}

.navigation a:hover {
  color: #fff;
}

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 11px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-toggle:before, .nav-toggle:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.nav-toggle:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.nav-toggle:after {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.nav-toggle span {
  background-color: #fff;
  bottom: auto;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span:before, .nav-toggle span:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.nav-toggle span:before {
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.nav-toggle.close-nav:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
  background-color: #fff;
}

.nav-toggle.close-nav span:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.nav-toggle.close-nav span:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.login_plan,
.login_app {
  display: inline-block;
  border-radius: 5px;
  min-width: 400px;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 10%;
}

.login_app {
  background: #4DB5AB;
  top: 45%;
}

.login_app a,
.login_plan a {
  padding: 15px;
  display: block;
  color: #fff;
}

.login_plan a:hover {
  color: #4DB5AB;
}


.login_plan {
  background: #fff;
  border: 1px solid #4DB5AB;
  top: 55%;
}

.login_plan a {
  color: #4DB5AB;
}

/* メニュー全体 */
.menu ul:hover {
  display: block;
  position: absolute;
  margin: 0 0 0 -35px;
}

/* チェックボックスは非表示にする（内部的な Off/On の機能だけ利用する） */
.menu input {
    display: none;
}

/* 開いた状態のサブメニュー */
.menu input:hover + ul {
    display: block;
    position: absolute;
    margin: 0 0 0 -35px;
}

/* 閉じた状態のサブメニュー */
.menu ul {
    display: none;
    /* 下記は開閉によらず共通の設定 */
    background: #013c93;
    list-style: none;
    margin: 0;
}

/* 親項目の装飾 */
.menu label {
  display: block;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  font-size: 0.9rem;
}