/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #212121;
  background: #FFF;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 1160px;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

* {
  letter-spacing: 0.05em;
}

.idpoint {
  position: absolute;
  top: 1px;
  left: 0;
  width: 1px;
  height: 1px;
}

header .common_header {
  padding: 15px 40px;
  background-color: #212121;
  width: 100%;
  z-index: 100000000;
}
header .common_header .wrapper {
  max-width: 1360px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .common_header .wrapper .logo {
  width: 148px;
  display: block;
  padding-top: 2px;
}
header .common_header .wrapper .logo h1 img {
  width: 100%;
  display: block;
}
header .common_header .wrapper .btnlist {
  width: 647px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .common_header .wrapper .btnlist li.btn01 {
  width: 306px;
}
header .common_header .wrapper .btnlist li.btn02 {
  width: 311px;
}
header .common_header .wrapper .btnlist li a {
  width: 100%;
  display: block;
}
header .common_header .wrapper .btnlist li a img {
  width: 100%;
  display: block;
}
header .common_header .wrapper .msg {
  font-size: 12px;
  line-height: 180%;
  color: #fff;
  width: 230px;
}
header .contents_header {
  display: none;
  padding: 50px 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #212121;
  z-index: 100000000;
}
header .contents_header .wrapper {
  width: 1080px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .contents_header .wrapper .logo {
  width: 254px;
  display: block;
}
header .contents_header .wrapper .logo img {
  width: 100%;
  display: block;
  border: 1px solid #212121;
}
header .contents_header .wrapper .btn01 {
  width: 300px;
  display: block;
}
header .contents_header .wrapper .btn01 img {
  width: 100%;
  display: block;
}
header .contents_header .wrapper .btn02 {
  width: 300px;
  display: block;
}
header .contents_header .wrapper .btn02 img {
  width: 100%;
  display: block;
}

main section {
  position: relative;
}
main section .wrapper .sidemenu {
  width: 330px;
}
main section .wrapper .sidemenu .t07 {
  border-top: 3px dashed #212121;
  border-bottom: 3px dashed #212121;
  padding: 30px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
main section .wrapper .sidemenu .snsbox03 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
main section .wrapper .sidemenu .snsbox03 p {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-right: 15px;
  padding-bottom: 3px;
}
main section .wrapper .sidemenu .snsbox03 a {
  margin: 0 2px;
  text-decoration: none;
}
main section .wrapper .sidemenu .cat_dl {
  margin-top: 30px;
}
main section .wrapper .sidemenu .cat_dl dt {
  font-size: 22px;
  font-weight: bold;
  border-left: 13px solid #F7CD00;
  line-height: 100%;
  padding: 15px 0 15px 20px;
}
main section .wrapper .sidemenu .cat_dl dd {
  padding: 15px 0 0 33px;
}
main section .wrapper .sidemenu .cat_dl dd li {
  margin-top: 10px;
}
main section .wrapper .sidemenu .cat_dl dd li a {
  display: inline-block;
  min-height: 21px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #212121;
  padding-left: 40px;
  background-image: url(../images/icon_arrow02.svg);
  background-size: 21px auto;
  background-position: top 3px left 0;
  background-repeat: no-repeat;
}
main section .wrapper .sidemenu .t08 {
  border-bottom: 3px dashed #212121;
  position: relative;
  margin-top: 60px;
}
main section .wrapper .sidemenu .t08 span {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  padding-right: 10px;
  font-weight: bold;
  position: absolute;
  bottom: -13px;
  left: 0;
}
main section .wrapper .sidemenu .contentslist {
  padding-left: 100px;
  margin-top: 40px;
}
main section .wrapper .sidemenu .contentslist li {
  width: 100%;
}
main section .wrapper .sidemenu .contentslist li + li {
  margin-top: 30px;
}
main section .wrapper .sidemenu .contentslist li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #212121;
}
main section .wrapper .sidemenu .contentslist li a .photo {
  width: 100%;
  height: 113px;
}
main section .wrapper .sidemenu .contentslist li a .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section .wrapper .sidemenu .contentslist li a .t01 {
  font-size: 15px;
  line-height: 140%;
  font-weight: bold;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
main section .wrapper .sidemenu .contentslist li a .date {
  text-align: right;
  font-size: 12px;
  color: #919191;
  margin-top: 7px;
}
main section .wrapper .sidemenu .btnlist {
  padding-left: 30px;
}
main section .wrapper .sidemenu .btnlist li {
  margin-top: 45px;
}
main section .wrapper .sidemenu .btnlist li a {
  display: block;
}
main section .wrapper .sidemenu .btnlist li a img {
  width: 100%;
  display: block;
}
main section .wrapper .sidemenu .btn_return {
  width: 300px;
  display: block;
  margin-top: 50px;
  margin-left: 30px;
}
main section .wrapper .sidemenu .btn_return img {
  width: 100%;
  display: block;
}

footer {
  background-color: #F7CD00;
  padding: 60px 0 216px;
}
footer .wrapper_pc {
  width: 1080px;
  margin: 0 auto;
}
footer .wrapper_pc .topbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #212121;
  padding-bottom: 60px;
}
footer .wrapper_pc .topbox .btnlist {
  width: 286px;
}
footer .wrapper_pc .topbox .btnlist li + li {
  margin-top: 45px;
}
footer .wrapper_pc .topbox .btnlist li a {
  width: 100%;
  display: block;
}
footer .wrapper_pc .topbox .btnlist li a img {
  width: 100%;
  display: block;
}
footer .wrapper_pc .topbox .snsbox {
  width: 284px;
  padding-top: 7px;
}
footer .wrapper_pc .topbox .snsbox ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
}
footer .wrapper_pc .topbox .snsbox ul li a {
  display: block;
}
footer .wrapper_pc .topbox .snsbox ul li a img {
  display: block;
}
footer .wrapper_pc .topbox .snsbox .logo {
  width: 150px;
  display: block;
  margin: 56px auto 0;
  border: 1px solid #212121;
}
footer .wrapper_pc .topbox .snsbox .logo img {
  width: 100%;
  display: block;
}
footer .wrapper_pc .topbox .gmap {
  width: 358px !important;
  height: 208px !important;
  display: block !important;
}
footer .wrapper_pc .bottombox {
  padding-top: 35px;
}
footer .wrapper_pc .bottombox .t00 {
  font-size: 15px;
  margin-bottom: 20px;
}
footer .wrapper_pc .bottombox .dl01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrapper_pc .bottombox .dl01 dt {
  width: 400px;
  font-size: 15px;
  line-height: 180%;
}
footer .wrapper_pc .bottombox .dl01 dd {
  width: calc(100% - 400px);
}
footer .wrapper_pc .bottombox .dl01 dd a {
  font-size: 15px;
  color: #212121;
  text-decoration: none;
  line-height: 180%;
}
footer .wrapper_pc .bottombox .dl02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
footer .wrapper_pc .bottombox .dl02 dt {
  width: 50%;
}
footer .wrapper_pc .bottombox .dl02 dt a {
  text-decoration: none;
  font-size: 15px;
  color: #212121;
}
footer .wrapper_pc .bottombox .dl02 dd {
  width: 50%;
  text-align: right;
  font-size: 15px;
}
footer .fixedmenu {
  position: fixed;
  bottom: 0;
  left: 0;
  min-width: 1160px;
  width: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 15px 0 0 0;
}
footer .fixedmenu .menubox {
  width: 1080px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .fixedmenu .menubox .btn01 {
  width: 415px;
  display: block;
}
footer .fixedmenu .menubox .btn01 img {
  width: 100%;
  display: block;
}
footer .fixedmenu .menubox .btn02 {
  width: 454px;
  display: block;
}
footer .fixedmenu .menubox .btn02 img {
  width: 100%;
  display: block;
}
footer .fixedmenu .menubox .ham {
  width: 104px;
  display: block;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
footer .fixedmenu .menubox .ham:hover {
  opacity: 0.6;
}
footer .fixedmenu .t11 {
  text-align: center;
  font-size: 10px;
  color: #fff;
  padding: 2px 0;
}
footer .fixedmenu .t12 {
  background-color: #F7CD00;
  text-align: center;
}
footer .fixedmenu .t12 a {
  font-size: 25px;
  font-weight: bold;
  color: #212121;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
}
footer .fixedmenu .t12 a .span02 {
  display: none;
}
footer .fixedmenu .t12 a img {
  display: inline-block;
  vertical-align: top;
  margin: 8px 0 0 15px;
}
footer .spmenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1160px;
  height: 100%;
  background-color: #F7CD00;
  z-index: 100000000;
  border-left: 1px solid #212121;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}
footer .spmenu .spmenu_wrapper {
  width: 486px;
  background-color: #F7CD00;
  padding: 50px 55px 65px 55px;
  position: absolute;
  top: 50px;
  right: 0;
  border-radius: 50px 0 0 50px;
}
footer .spmenu .spmenu_wrapper .box {
  position: relative;
}
footer .spmenu .spmenu_wrapper ul li {
  border-bottom: 1px solid #212121;
  padding-bottom: 10px;
}
footer .spmenu .spmenu_wrapper ul li + li {
  margin-top: 25px;
}
footer .spmenu .spmenu_wrapper ul li a {
  display: block;
  text-decoration: none;
  color: #212121;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  padding: 7px 0 10px;
  background-image: url(../images/icon_arrow03.svg);
  background-position: top 0 right 0;
  background-size: 47px auto;
  background-repeat: no-repeat;
}
footer .spmenu .spmenu_wrapper .btn_company {
  background-image: url(../images/icon_arrow04.svg);
  background-size: 33px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  background-color: #41A7FF;
  width: 330px;
  margin: 25px auto 0;
  padding: 21px 0;
  text-align: center;
}
footer .spmenu .spmenu_wrapper .close {
  width: 99px;
  display: block;
  position: absolute;
  right: -30px;
  bottom: -109.5px;
  cursor: pointer;
}

.thanks_box {
  padding: 200px 0;
  background-color: #fff;
  text-align: center;
}
.thanks_box .t01 {
  font-size: 32px;
  font-weight: bold;
}
.thanks_box .t02 {
  font-size: 18px;
  line-height: 200%;
  margin-top: 80px;
}
.thanks_box .return {
  margin-top: 80px;
}
.thanks_box .return a {
  color: #212121;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  .idpoint {
    position: absolute;
    top: 1px;
    left: 0;
    width: 1px;
    height: 1px;
  }
  header .common_header {
    padding: 15px 15px;
    background-color: #212121;
    min-width: 375px;
    width: 100%;
  }
  header .common_header .wrapper {
    max-width: 1360px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .common_header .wrapper .logo {
    width: 78px;
    display: block;
    padding-top: 1px;
  }
  header .common_header .wrapper .logo h1 img {
    width: 100%;
    display: block;
  }
  header .common_header .wrapper .btnlist {
    width: 278px;
    max-width: calc(100% - 88px);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .common_header .wrapper .btnlist li {
    width: calc(50% - 2px) !important;
  }
  header .common_header .wrapper .btnlist li a {
    width: 100%;
    display: block;
  }
  header .common_header .wrapper .btnlist li a img {
    width: 100%;
    display: block;
  }
  header .common_header .wrapper .msg {
    display: none;
  }
  header .contents_header {
    display: none;
    padding: 0;
    width: 100%;
    background-color: #fff;
  }
  header .contents_header .wrapper {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
  header .contents_header .wrapper .logo {
    width: 82px;
    display: block;
  }
  header .contents_header .wrapper .logo img {
    width: 100%;
    display: block;
    border: 1px solid #212121;
  }
  header .contents_header .wrapper .btn01 {
    display: none;
  }
  header .contents_header .wrapper .btn02 {
    display: none;
  }
  main section {
    position: relative;
  }
  main section .wrapper .sidemenu {
    width: 100%;
    margin-top: 50px;
  }
  main section .wrapper .sidemenu .t07 {
    display: none;
  }
  main section .wrapper .sidemenu .snsbox03 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    border-top: 3px dashed #212121;
    padding-top: 30px;
  }
  main section .wrapper .sidemenu .snsbox03 p {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-right: 15px;
    padding-bottom: 3px;
  }
  main section .wrapper .sidemenu .snsbox03 a {
    margin: 0 2px;
  }
  main section .wrapper .sidemenu .cat_dl {
    margin-top: 30px;
  }
  main section .wrapper .sidemenu .cat_dl dt {
    font-size: 15px;
    font-weight: bold;
    border-left: 9px solid #F7CD00;
    line-height: 100%;
    padding: 12px 0 12px 13px;
  }
  main section .wrapper .sidemenu .cat_dl dd {
    padding: 8px 0 0 22px;
  }
  main section .wrapper .sidemenu .cat_dl dd li {
    margin-top: 5px;
  }
  main section .wrapper .sidemenu .cat_dl dd li a {
    display: inline-block;
    min-height: 14px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #212121;
    padding-left: 25px;
    background-image: url(../images/icon_arrow02.svg);
    background-size: 14px auto;
    background-position: top 3px left 0;
    background-repeat: no-repeat;
  }
  main section .wrapper .sidemenu .t08 {
    border-bottom: 3px dashed #212121;
    position: relative;
    margin-top: 40px;
  }
  main section .wrapper .sidemenu .t08 span {
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    padding-right: 10px;
    font-weight: bold;
    position: absolute;
    bottom: -13px;
    left: 0;
  }
  main section .wrapper .sidemenu .contentslist {
    padding-left: 0;
    margin-top: 40px;
  }
  main section .wrapper .sidemenu .contentslist li {
    width: 100%;
  }
  main section .wrapper .sidemenu .contentslist li + li {
    margin-top: 25px;
  }
  main section .wrapper .sidemenu .contentslist li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #212121;
  }
  main section .wrapper .sidemenu .contentslist li a .photo {
    width: 100%;
    height: calc((100vw - 40px) * 0.49);
  }
  main section .wrapper .sidemenu .contentslist li a .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section .wrapper .sidemenu .contentslist li a .t01 {
    font-size: 15px;
    line-height: 180%;
    font-weight: bold;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  main section .wrapper .sidemenu .contentslist li a .date {
    text-align: right;
    font-size: 10px;
    color: #919191;
    margin-top: 7px;
  }
  main section .wrapper .sidemenu .btnlist {
    display: none;
  }
  main section .wrapper .sidemenu .btn_return {
    display: none;
  }
  footer {
    background-color: #F7CD00;
    padding: 35px 30px 155px;
  }
  footer .wrapper_sp .t01 {
    font-size: 10px;
  }
  footer .wrapper_sp .logo {
    width: 150px;
    display: block;
    border: 1px solid #212121;
    margin-top: 2px;
  }
  footer .wrapper_sp .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper_sp dl {
    margin-top: 15px;
  }
  footer .wrapper_sp dl.dl01 {
    margin-top: 25px;
  }
  footer .wrapper_sp dl dt {
    font-size: 15px;
  }
  footer .wrapper_sp dl dd {
    margin-top: 3px;
  }
  footer .wrapper_sp dl dd a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 15px;
    color: #212121;
    border-bottom: 1px solid #3478F6;
  }
  footer .wrapper_sp .gmap {
    width: 100% !important;
    height: 194px !important;
    display: block !important;
    margin-top: 20px;
  }
  footer .wrapper_sp .t15 {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 15px;
  }
  footer .wrapper_sp .copy {
    font-size: 15px;
    margin-top: 15px;
  }
  footer .fixedmenu {
    position: fixed;
    bottom: 0;
    left: 0;
    min-width: 375px;
    width: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 10px 0 0 0;
  }
  footer .fixedmenu .menubox {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .fixedmenu .menubox .btn01 {
    width: 148px;
    max-width: calc((100% - 54px - 20px) / 2);
    display: block;
  }
  footer .fixedmenu .menubox .btn01 img {
    width: 100%;
    display: block;
  }
  footer .fixedmenu .menubox .btn02 {
    width: 148px;
    max-width: calc((100% - 54px - 20px) / 2);
    display: block;
  }
  footer .fixedmenu .menubox .btn02 img {
    width: 100%;
    display: block;
  }
  footer .fixedmenu .menubox .ham {
    width: 54px;
    display: block;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  footer .fixedmenu .menubox .ham:hover {
    opacity: 0.6;
  }
  footer .fixedmenu .t11 {
    display: none;
  }
  footer .fixedmenu .t12 {
    background-color: #F7CD00;
    text-align: center;
    margin-top: 10px;
  }
  footer .fixedmenu .t12 a {
    font-size: 15px;
    font-weight: bold;
    color: #212121;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
  }
  footer .fixedmenu .t12 a .span01 {
    display: none;
  }
  footer .fixedmenu .t12 a .span02 {
    display: inline-block;
  }
  footer .fixedmenu .t12 a img {
    width: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  footer .spmenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    height: 100%;
    background-color: #F7CD00;
    z-index: 100000000;
    border-left: 1px solid #212121;
    background-color: rgba(0, 0, 0, 0.75);
  }
  footer .spmenu .spmenu_wrapper {
    width: 360px;
    background-color: #F7CD00;
    padding: 30px 40px 40px 40px;
    position: absolute;
    top: 30px;
    right: 0;
    border-radius: 50px 0 0 50px;
  }
  footer .spmenu .spmenu_wrapper .box {
    position: relative;
  }
  footer .spmenu .spmenu_wrapper ul li {
    border-bottom: 1px solid #212121;
    padding-bottom: 10px;
  }
  footer .spmenu .spmenu_wrapper ul li + li {
    margin-top: 15px;
  }
  footer .spmenu .spmenu_wrapper ul li a {
    display: block;
    text-decoration: none;
    color: #212121;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    padding: 8px 0 8px;
    background-image: url(../images/icon_arrow03.svg);
    background-position: top 0 right 0;
    background-size: 36px auto;
    background-repeat: no-repeat;
  }
  footer .spmenu .spmenu_wrapper .btn_company {
    background-image: url(../images/icon_arrow04.svg);
    background-size: 33px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    background-color: #41A7FF;
    width: 258px;
    margin: 15px auto 0;
    padding: 18px 0;
    text-align: center;
  }
  footer .spmenu .spmenu_wrapper .close {
    width: 53px;
    display: block;
    position: absolute;
    right: -30px;
    bottom: -70.5px;
    cursor: pointer;
  }
  .thanks_box {
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
  }
  .thanks_box .t01 {
    font-size: 20px;
    font-weight: bold;
  }
  .thanks_box .t02 {
    font-size: 14px;
    line-height: 200%;
    margin-top: 50px;
  }
  .thanks_box .return {
    margin-top: 40px;
  }
  .thanks_box .return a {
    font-size: 14px;
    color: #212121;
  }
}