@charset "UTF-8";
* {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-size: 16px;
  overflow-y: scroll;
}
html.sp {
  font-size: 16px !important;
}
html.spmenu {
  overflow: hidden;
}

body, th, main .contents .format table td, td, input, select, textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

pre {
  font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

body {
  margin: 0px auto;
  background: #ffffff;
}

img {
  border: 0px;
  max-width: 100%;
  height: auto;
}

a {
  color: #006bbf;
  text-decoration: none;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}
a:visited {
  color: #810081;
}

dl, ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
}

.clear {
  clear: both;
}

.sp .view_pc {
  display: none !important;
}

.view_sp {
  display: none !important;
}
.sp .view_sp {
  display: block !important;
}

header {
  position: relative;
  height: 140px;
  background: #ffffff;
  z-index: 999;
}
.tablet header {
  height: 100px;
}
.sp header {
  height: 60px;
  background: transparent;
}
header > div {
  position: absolute;
  width: 100%;
  right: 50%;
  height: 140px;
  background: #ffffff;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 999;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.headerfix header > div {
  position: fixed;
}
.headerfix header > div.sp {
  top: 0px;
}
.tablet header > div {
  height: 100px;
}
.headershort header > div {
  height: 80px;
}
.sp header > div {
  -webkit-transition: height 0s;
  transition: height 0s;
  height: 60px;
  right: 0;
  transform: none;
}
header > div > div {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0px 20px;
  height: 140px;
  background: #ffffff;
  z-index: 999;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.sp header > div > div {
  padding: 0px 10px;
}
.tablet header > div > div {
  height: 100px;
}
.headershort header > div > div {
  height: 80px;
}
.sp header > div > div {
  -webkit-transition: height 0s;
  transition: height 0s;
  height: 60px;
}
header #spmenuswitch {
  display: none;
}
.sp header #spmenuswitch {
  display: block;
}
header #spmenuswitch a {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  text-align: left;
  text-indent: -10000px;
}
header #spmenuswitch a > span {
  position: absolute;
  display: block;
  top: 30px;
  left: 15px;
  width: 30px;
  height: 1px;
  background: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header #spmenuswitch a > span:before {
  content: "";
  position: absolute;
  display: block;
  top: -9px;
  left: 0px;
  width: 30px;
  height: 1px;
  background: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header #spmenuswitch a > span:after {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 0px;
  width: 30px;
  height: 1px;
  background: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header #spmenuswitch a.open > span {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header #spmenuswitch a.open > span:before {
  top: 0px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
header #spmenuswitch a.open > span:after {
  top: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
header #headtitle {
  position: absolute;
  top: 10px;
  left: 20px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.headershort header #headtitle {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.sp header #headtitle {
  display: none;
}
header #headtitle h1 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13.2px;
  line-height: 0.825rem;
  font-weight: bold;
}
header #logo {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 183px;
  height: 90px;
  overflow: hidden;
  z-index: 1000;
  -webkit-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
}
.pc header #logo {
  width: 122px;
  height: 60px;
}
.headershort header #logo {
  width: 122px;
  height: 60px;
}
.sp header #logo {
  -webkit-transition: width 0s, height 0s;
  transition: width 0s, height 0s;
  width: 94px;
  height: 46px;
  bottom: 7px;
  left: 10px;
}
header #logo img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}
header #language {
  position: absolute;
  bottom: 90px;
  right: 240px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.tablet header #language {
  bottom: 50px;
}
.headershort header #language {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.sp header #language {
  display: none;
}
header #language ul {
  font-size: 0px;
  line-height: 0px;
}
header #language ul li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13.2px;
  line-height: 0.825rem;
}
header #language ul li a {
  color: #000000;
  position: relative;
  display: inline-block;
}
header #language ul li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  margin-bottom: -0.25em;
  background: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
header #language ul li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
header #language ul li + li {
  position: relative;
  margin-left: 20px;
}
header #language ul li + li:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  left: -10px;
  width: 1px;
  height: 1em;
  background: #000000;
}
header #search {
  position: absolute;
  bottom: 90px;
  right: 170px;
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center center #000000;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
header #search:hover {
  opacity: 0.7;
}
.tablet header #search {
  bottom: 50px;
}
.headershort header #search {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.sp header #search {
  display: none;
}
header #search_box {
  position: absolute;
  top: 65px;
  right: 170px;
  width: 300px;
  height: 30px;
  background: #fff;
  display: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.headershort header #search_box {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
}
header #search_box input.gsc-search-button {
  box-sizing: content-box;
}
header #search_box .gsc-search-box .gsc-search-button {
  position: relative;
  background: #000;
  cursor: pointer;
}
header #search_box .gsc-search-box .gsc-search-button input {
  border: none;
  height: 10px;
}
header #search_box .gsc-search-box button.gsc-search-button {
  position: relative;
  border: none;
  padding: 0 25px;
  height: 23px;
  top: 0px;
}
header #search_box .gsc-search-box button.gsc-search-button:before {
  position: absolute;
  top: 0px;
  left: 8px;
  content: '検索' !important;
  color: #FFF;
  font-size: 16px;
}
header #search_box .gsc-search-box input.gsc-search-button-v2 {
  width: 65px;
  height: 20px;
  padding: 0 !important;
  opacity: 0;
}
header #search_box svg {
  display: none;
}
header #contact {
  position: absolute;
  bottom: 0px;
  right: 20px;
  -webkit-perspective: 100px;
  perspective: 100px;
  z-index: 999;
}
header #contact > * {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #2ebc8f;
}
header #contact > *:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #36ce9e;
  opacity: 1;
}
header #contact > *.press {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #249370;
  -webkit-transform: translateZ(-5px);
  transform: translateZ(-5px);
}
.sp header #contact {
  display: none;
}
header #contact a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  display: table;
  width: 100%;
  width: 140px;
  height: 140px;
  color: #ffffff;
  font-weight: bold;
  background: #2ebc8f;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
header #contact a > * {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.tablet header #contact a {
  height: 100px;
}
.headershort header #contact a {
  height: 80px;
}
header #contact a span:before {
  content: "";
  display: block;
  margin: 0px auto 20px;
  width: 37px;
  height: 35px;
  background: url(../images/contact.png) no-repeat center center;
  -webkit-transition: margin-bottom 0.4s, height 0.4s, -webkit-transform 0.4s;
  transition: margin-bottom 0.4s, height 0.4s, transform 0.4s;
}
.headershort header #contact a span:before {
  margin-bottom: 0px;
  height: 0px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#globalnavi {
  position: absolute;
  right: 50%;
  bottom: 0px;
  width: calc(100% - 40px);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.sp #globalnavi {
  display: none;
}
.headershort #globalnavi > ul > li > .link a {
  display: block;
  padding-bottom: 20px;
}
.headershort #globalnavi .panel {
  top: calc(1.3rem + 8px + 20px);
}
#globalnavi > ul {
  padding-right: 150px;
  font-size: 0px;
  line-height: 0px;
  text-align: right;
}
#globalnavi > ul > li {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  letter-spacing: -1px;
  font-weight: bold;
}
#globalnavi > ul > li > .link {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  z-index: 100;
}
#globalnavi > ul > li > .link a {
  color: #000000;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}
#globalnavi > ul > li > .link a:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 6px;
  background: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#globalnavi > ul > li > .link a.ac:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 6px;
  background: #000000;
  -webkit-transition: 0;
  transition: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#globalnavi > ul > li:hover .link a:after {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#globalnavi > ul > li:hover .panel {
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#globalnavi > ul > li.search {
  display: none;
}
#globalnavi > ul > li + li {
  margin-left: 24px;
}
.tablet #globalnavi > ul > li + li {
  margin-left: 16px;
}
#globalnavi .panel {
  position: absolute;
  display: block;
  left: 0px;
  top: calc(1.3rem + 8px);
  width: 100%;
  max-height: calc(100vh - 140px + 1px);
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  letter-spacing: 0px;
  border-top: 1px solid #ffffff;
  background: #000000;
  overflow: auto;
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
#globalnavi .panel .menu {
  width: 100%;
  display: table;
  table-layout: fixed;
  color: #ffffff;
}
#globalnavi .panel .menu dl {
  display: table-cell;
  vertical-align: top;
}
#globalnavi .panel .menu dt {
  display: block;
  padding: 16px;
  background: #333333;
}
#globalnavi .panel .menu dd {
  position: relative;
  display: block;
  margin-left: 16px;
  padding: 16px 8px 16px 8px;
}
#globalnavi .panel .menu li + li {
  margin-top: 10px;
}
#globalnavi .panel .menu a {
  color: #ffffff;
  position: relative;
  display: inline-block;
}
#globalnavi .panel .menu a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  margin-bottom: -0.25em;
  background: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#globalnavi .panel .menu a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#globalnavi .panel .menu a.banner:before {
  display: none;
}
#globalnavi .panel .menu a.banner img {
  max-width: 192px;
  height: auto;
}
#globalnavi .panel .menu a.banner span {
  display: none;
}
#globalnavi .panel .panel {
  display: none;
}

#spgnavi {
  display: none;
  position: fixed;
  top: 60px;
  left: 0px;
  width: 100%;
  max-height: calc(100% - 60px);
  background: #000000;
  z-index: 500;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  overflow: auto;
}
.sp #spgnavi {
  display: block;
}
.sp.spmenu #spgnavi {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#spgnavi .navi {
  margin-bottom: 20px;
}
#spgnavi .navi > ul > li {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
}
#spgnavi .navi li .link {
  display: table;
  width: 100%;
  z-index: 100;
}
#spgnavi .navi li .link > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: top;
}
#spgnavi .navi li .link > span {
  position: relative;
  width: 50px;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
  cursor: pointer;
}
#spgnavi .navi li .link > span:hover {
  opacity: 0.7;
}
#spgnavi .navi li .link > span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 9px;
  height: 1px;
  background: #ffffff;
  border: 0px solid #000000;
  border-width: 9px 5px;
  box-shadow: 0 0 0 1px #ffffff;
}
#spgnavi .navi li .link > span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 1px;
  height: 9px;
  background: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#spgnavi .navi li .link a {
  padding: 16px 10px;
  color: #ffffff;
}
#spgnavi .navi li.search {
  padding: 16px 10px;
}
#spgnavi .navi li.search input.gsc-search-button {
  box-sizing: content-box;
}
#spgnavi .navi li.search .gsc-search-box .gsc-search-button {
  position: relative;
  background: #000;
  cursor: pointer;
}
#spgnavi .navi li.search .gsc-search-box .gsc-search-button input {
  border: 1px solid #fff;
  width: 10px;
  min-width: 10px;
  height: 10px;
  padding: 6px;
}
#spgnavi .navi li.search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 8px;
}
#spgnavi .navi li.open > .link > span:after {
  height: 0px;
}
#spgnavi .navi .panel {
  display: none;
  width: 100%;
  vertical-align: bottom;
  background: #333333;
}
#spgnavi .navi .panel .menu {
  display: block;
  padding: 0px;
  color: #ffffff;
}
#spgnavi .navi .panel .menu dl {
  display: block;
}
#spgnavi .navi .panel .menu dt {
  display: block;
  padding: 16px 10px;
  border-top: 1px solid #ffffff;
}
#spgnavi .navi .panel .menu dd {
  display: block;
  margin: 0px;
}
#spgnavi .navi .panel .menu dd ul {
  display: table;
  width: 100%;
  border-top: 1px dotted #ffffff;
}
#spgnavi .navi .panel .menu dd li {
  display: table-cell;
  width: 50%;
}
#spgnavi .navi .panel .menu dd li:first-child {
  border-right: 1px dotted #ffffff;
}
#spgnavi .navi .panel .menu dd ul.col1 {
  display: block;
}
#spgnavi .navi .panel .menu dd ul.col1 > li {
  display: block;
  width: 100%;
}
#spgnavi .navi .panel .menu dd ul.col1 > li + li {
  border-top: 1px dotted #ffffff;
}
#spgnavi .navi .panel .menu dd ul.col1 .panel {
  background: #555555;
}
#spgnavi .navi .panel .menu dd a {
  display: block;
  padding: 16px 10px;
  color: #ffffff;
}
#spgnavi .navi .panel .menu dd a.banner img {
  display: none;
}
#spgnavi .contact {
  margin-bottom: 20px;
  padding: 0px 10px;
}
#spgnavi .contact a {
  display: table;
  width: 100%;
  height: 90px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 20.9px;
  line-height: 1.30625rem;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #ffffff;
}
#spgnavi .contact a > * {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
#spgnavi .contact a span:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 37px;
  height: 35px;
  vertical-align: middle;
  background: url(../images/contact.png) no-repeat center center;
}
#spgnavi .search {
  margin-bottom: 20px;
}
#spgnavi .language {
  border-top: 1px solid #ffffff;
}
#spgnavi .language > div {
  position: relative;
  padding: 16px 60px 16px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
  cursor: pointer;
}
#spgnavi .language > div:hover {
  opacity: 0.7;
}
#spgnavi .language > div > span {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#spgnavi .language > div > span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 9px;
  height: 1px;
  background: #ffffff;
  border: 0px solid #000000;
  border-width: 9px 5px;
  box-shadow: 0 0 0 1px #ffffff;
}
#spgnavi .language > div > span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 1px;
  height: 9px;
  background: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#spgnavi .language.open > div > span:after {
  height: 0px;
}
#spgnavi .language ul {
  display: none;
  padding-left: 16px;
  background: #333333;
}
#spgnavi .language ul li {
  display: block;
  border-top: 1px solid #ffffff;
}
#spgnavi .language ul a {
  display: block;
  padding: 10px 10px 10px 2px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15.6px;
  line-height: 0.975rem;
  color: #ffffff;
}

#breadcrumbs {
  background: #d9d9d9;
}

#breadcrumbs > ul {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 16px 20px;
}
.sp #breadcrumbs > ul {
  padding: 8px 10px;
}
#breadcrumbs > ul:after {
  content: "";
  display: block;
  clear: both;
}
#breadcrumbs > ul > li {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15.4px;
  line-height: 0.9625rem;
  color: #4d4d4d;
}
#breadcrumbs > ul > li + li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  margin: 0px 8px;
  background: url(../images/breadcrumbs.png);
}

#totop {
  position: relative;
  height: 50px;
  background: #ffffff;
}
.sp #totop {
  height: 30px;
}
#totop > div {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0px;
  background: #ffffff;
  border-top: 1px solid #000000;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 500;
}
.sp #totop > div {
  height: 30px;
}
.headershort #totop > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.totoppos #totop > div {
  position: relative;
}
#totop a {
  display: block;
  height: 49px;
  text-indent: -10000px;
  background: url(../images/totop.png) no-repeat center center;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
#totop a:hover {
  opacity: 0.7;
}
.sp #totop a {
  height: 29px;
  background-size: 30px auto;
}

#footernavi {
  position: relative;
  background: #000000;
  z-index: 500;
}
.sp #footernavi {
  display: none;
}
#footernavi > div {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0px 20px;
}
.sp #footernavi > div {
  padding: 0px 10px;
}
#footernavi .footernavimenu {
  margin-left: -14px;
  margin-right: -5px;
  margin-bottom: -14px;
  padding-top: 20px;
  overflow: hidden;
}
#footernavi .footernavimenu > a {
  float: left;
  display: table;
  width: 100%;
  width: calc((100% - (14px * 3) - 5px) / 3);
  margin-left: 14px;
  margin-bottom: 14px;
  color: #000000;
  background: #ffffff;
}
#footernavi .footernavimenu > a > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: middle;
}
#footernavi .footernavimenu > a > span {
  padding: 16px 16px 16px 90px;
  height: 120px;
}
.tablet #footernavi .footernavimenu > a > span {
  padding: 10px 10px 10px 70px;
}
#footernavi .footernavimenu > a > span span {
  display: inline-block;
  font-weight: bold;
}
#footernavi .footernavimenu > a.form > span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31.2px;
  line-height: 1.95rem;
  background: url(../images/contact_black.png) no-repeat 27px center;
}
.tablet #footernavi .footernavimenu > a.form > span {
  background-position: 17px center;
}
#footernavi .footernavimenu > a.tel > span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31.2px;
  line-height: 1.95rem;
  background: url(../images/tel_black.png) no-repeat 26.5px center;
}
.tablet #footernavi .footernavimenu > a.tel > span {
  background-position: 16.5px center;
}
#footernavi .footernavimenu > a.access > span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  background: url(../images/access_black.png) no-repeat 32px center;
}
.tablet #footernavi .footernavimenu > a.access > span {
  background-position: 22px center;
}
#footernavi .footersitemap {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 20px 0px;
}
#footernavi .footersitemap > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: top;
}
#footernavi .footersitemap dl {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  font-weight: bold;
}
#footernavi .footersitemap dl + dl {
  padding-left: 20px;
}
#footernavi .footersitemap dd + dt {
  margin-top: 40px;
}
#footernavi .footersitemap dt + dt {
  margin-top: 10px;
}
#footernavi .footersitemap dt + dd {
  margin-top: 25px;
}
#footernavi .footersitemap li + li {
  margin-top: 10px;
}
#footernavi .footersitemap dd {
  margin-left: 15px;
}
#footernavi .footersitemap a {
  color: #ffffff;
  position: relative;
  display: inline-block;
}
#footernavi .footersitemap a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  margin-bottom: -0.25em;
  background: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#footernavi .footersitemap a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

footer {
  position: relative;
  background: #ffffff;
  border-top: 1px solid #000000;
  z-index: 500;
}
footer > div {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px 20px;
  min-height: 95px;
}
.sp footer > div {
  padding: 10px 10px;
}
footer #privacymark {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 72px;
  height: 72px;
}
.sp footer #privacymark {
  right: 10px;
}
footer #privacymark img {
  display: block;
  width: 100%;
  height: auto;
}
footer ul {
  font-size: 0px;
  line-height: 0px;
  margin-right: 100px;
}
footer ul li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15.4px;
  line-height: 0.9625rem;
}
.sp footer ul li {
  display: block;
}
footer ul li a {
  color: #000000;
  position: relative;
  display: inline-block;
}
footer ul li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  margin-bottom: -0.25em;
  background: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
footer ul li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
footer ul li + li {
  margin-left: 25px;
}
.sp footer ul li + li {
  margin-top: 10px;
  margin-left: 0px;
}
footer ul li + li:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  left: -12.5px;
  width: 1px;
  height: 1em;
  background: #000000;
}
.sp footer ul li + li:before {
  display: none;
}
footer p {
  margin-right: 100px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20.4px;
  line-height: 1.275rem;
}
.sp footer p {
  margin-right: 0px;
}
footer p span {
  display: inline-block;
}
footer p * + span {
  margin-left: 1em;
}
.sp footer p > span {
  display: block;
  margin-left: 0px;
}
footer * + p {
  margin-top: 15px;
}

main {
  display: block;
  background: #ffffff;
}
main:after {
  content: "";
  display: block;
  clear: both;
}

* {
  margin: 0;
  border: 0;
}

#content {
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 5px 20px 40px;
}
#content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
}
#content p.center {
  text-align: center;
}
#content p.right {
  text-align: right;
}
#content .columns {
  margin-bottom: -48px;
  margin-left: -48px;
  margin-right: -4px;
}
.sp #content .columns {
  margin-left: -24px;
  margin-bottom: -24px;
}
#content .columns:after {
  content: "";
  display: block;
  clear: both;
}
#content .columns > * {
  float: left;
  margin-bottom: 48px;
  margin-left: 48px;
}
.sp #content .columns > * {
  margin-left: 24px;
  margin-bottom: 24px;
}
#content .columns > * h4 {
  margin-top: 0 !important;
}
.sp #content .columns > * .imgcenter {
  text-align: center;
}
#content .columns.col1 > * {
  width: calc((100% - 48px * 1 - 4px) / 1);
}
.sp #content .columns.col1 > * {
  width: calc((100% - 24px * 1 - 4px) / 1);
}
.sp #content .columns.spcol1 > * {
  width: calc((100% - 24px * 1 - 4px) / 1) !important;
}
#content .columns.col2 > * {
  width: calc((100% - 48px * 2 - 4px) / 2);
}
.sp #content .columns.col2 > * {
  width: calc((100% - 24px * 2 - 4px) / 2);
}
.sp #content .columns.spcol2 > * {
  width: calc((100% - 24px * 2 - 4px) / 2) !important;
}
#content .columns.col3 > * {
  width: calc((100% - 48px * 3 - 4px) / 3);
}
.sp #content .columns.col3 > * {
  width: calc((100% - 24px * 3 - 4px) / 3);
}
.sp #content .columns.spcol3 > * {
  width: calc((100% - 24px * 3 - 4px) / 3) !important;
}
#content .columns.col4 > * {
  width: calc((100% - 48px * 4 - 4px) / 4);
}
.sp #content .columns.col4 > * {
  width: calc((100% - 24px * 4 - 4px) / 4);
}
.sp #content .columns.spcol4 > * {
  width: calc((100% - 24px * 4 - 4px) / 4) !important;
}
#content .columns.col5 > * {
  width: calc((100% - 48px * 5 - 4px) / 5);
}
.sp #content .columns.col5 > * {
  width: calc((100% - 24px * 5 - 4px) / 5);
}
.sp #content .columns.spcol5 > * {
  width: calc((100% - 24px * 5 - 4px) / 5) !important;
}
#content .columns.col3 > div.clear {
  clear: both;
}
#content #in_portfolio > * {
  padding-bottom: 0 !important;
}
#content h2 + .columns, #content h3 + .columns, #content h4 + .columns, #content h5 + .columns, #content h6 + .columns, #content .h3_strong + .columns {
  margin-top: 0 !important;
}
#content .imagebox {
  display: table;
  width: 100%;
}
#content .imagebox > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: top;
}
.sp #content .imagebox.spcol1 {
  display: block;
}
.sp #content .imagebox.spcol1 > * {
  display: block;
  width: auto !important;
}
.sp #content .imagebox.spcol1 > * + * {
  padding-top: 32px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#content .imagebox > * {
  margin-top: 0px !important;
}
#content .imagebox > * + * {
  padding-left: 32px;
}
#content .imagebox > .image img {
  max-width: 100%;
  height: auto;
}
#content .imagebox > .image p {
  width: auto !important;
}
#content .imagebox.publish {
  border-top: 1px dotted #666;
  padding-top: 32px;
}
#content .imagebox.publish > .image {
  width: 150px;
}
.sp #content .imagebox.publish > .image {
  text-align: center;
}

#content p a {
  font-weight: bold;
}

#content h2 {
  margin-bottom: 50px;
  font-size: 48px;
  font-size: 3rem;
  line-height: 62.4px;
  line-height: 3.9rem;
  font-weight: normal;
}
.sp #content h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 49.4px;
  line-height: 3.0875rem;
  margin-bottom: 30px;
}
.sp #content h2.h2_form {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 32.5px;
  line-height: 2.03125rem;
}
#content h2.img {
  margin-bottom: 0;
}

#content h3 {
  margin-bottom: 50px;
  font-size: 48px;
  font-size: 3rem;
  line-height: 62.4px;
  line-height: 3.9rem;
  font-weight: normal;
}
.sp #content h3 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 49.4px;
  line-height: 3.0875rem;
  margin-bottom: 30px;
}
#content h3.img {
  margin-bottom: 0;
}

#content p.h3_strong {
  margin: 30px 0px 10px;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31.2px;
  line-height: 1.95rem;
}
.sp #content p.h3_strong {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 10px 0px 10px;
}
#content p.h3_strong.mt {
  margin-top: 40px;
}

#content .blog_box h3 {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31.2px;
  line-height: 1.95rem;
  margin: 10px 0 !important;
}

#content h4 {
  margin: 30px 0px 20px;
  padding: 6px 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #fff;
  background: #000;
  vertical-align: middle;
}
#content h4 a {
  color: #fff;
}
.sp #content h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}

@media all and (-ms-high-contrast: none) {
  #content h4 {
    padding-top: 12px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #content h4 {
    padding-top: 12px;
  }
}
_:-ms-lang(x), _::-webkit-meter-bar, #content h4 {
  padding-top: 12px;
}

#content h5 {
  margin: 25px 0px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.sp #content h5 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
}

#content h5 span {
  display: inline-block;
  padding: 0px 0px 0px 15px;
  border-left: 5px solid #000;
}

#content p.h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  padding: 4px 10px;
  border: 2px solid #dadada;
}
.sp #content p.h5 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
}

#content h6 {
  margin: 25px 0px 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}
.sp #content h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
}

#content p.h7 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  padding: 4px 10px;
  border: 2px solid #dadada;
}
.sp #content p.h7 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
}

#content p.h8 {
  margin-bottom: 10px;
  padding-left: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  background: url(../images/h6_bg.jpg) no-repeat left 8px;
}

ul.p_navi {
  width: 100%;
  max-width: 940px;
  margin: 10px auto 0px;
}
.tablet ul.p_navi {
  padding: 0 10px;
}

ul.p_navi li {
  display: inline;
}

ul.p_navi li + li {
  margin-left: 10px;
  padding-left: 22px;
  background: url(../images/pankuzu_ico.jpg) no-repeat left center;
}

.profile {
  margin-bottom: 30px;
}

.profile > div {
  display: table;
  width: 100%;
}

.sp .profile > div {
  display: block;
}

.profile > div > div {
  display: table-cell;
  vertical-align: top;
}

.sp .profile > div > div {
  display: block;
}

.profile .img {
  width: 150px;
}

.sp .profile .img {
  margin: 0px auto;
}

.profile .text {
  position: relative;
  padding-left: 15px;
}

.sp .profile .text {
  position: static;
  padding: 15px 0px 0px 0px;
}

.profile .bottom_area {
  position: absolute;
  width: 100%;
  display: table;
}

.sp .profile .bottom_area {
  position: static;
}

.profile .bottom_area .tx {
  display: table-cell;
  vertical-align: bottom;
}

.sp .profile .bottom_area .tx {
  vertical-align: top;
}

.profile .bottom_area .sns {
  display: table-cell;
  padding-right: 15px;
  min-width: 70px;
  text-align: right;
  vertical-align: bottom;
}

.sp .profile .bottom_area .sns {
  padding-right: 0px;
  vertical-align: top;
}

.profile dl {
  font-weight: bold;
}

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

.profile dl dt {
  float: left;
  width: 90px;
  clear: both;
  margin-bottom: 10px;
}

.profile dl dd {
  float: right;
  width: calc(100% - 90px);
  margin: 0 0 10px 0;
}

.profile .bottom_area .tx {
  font-weight: bold;
}

p.link {
  font-weight: bold;
  margin-top: 35px;
}

p.link span {
  font-weight: normal;
}

p.link span.pdf {
  padding-left: 14px;
  font-weight: bold;
  background: url(../images/ico_pdf.jpg) no-repeat;
}

.red {
  color: #ff0000;
}

.indent {
  margin-left: 10px;
}

.form_area {
  margin-top: 60px;
}

.form_area .category {
  margin-bottom: 65px;
}

.form_area .category > div {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.sp .form_area .category > div {
  display: block;
}

.form_area .category .label, .form_area .category .input {
  display: table-cell;
}

.sp .form_area .category .label, .sp .form_area .category .input {
  display: block;
}

.form_area .category .label {
  width: 35%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30.6px;
  line-height: 1.9125rem;
  font-weight: bold;
}

.form_area .category .input {
  padding-left: 65px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  font-weight: bold;
}

.sp .form_area .category .input {
  padding-left: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  font-weight: bold;
}

.form_area .category .input input {
  margin-right: 10px;
}

.form_area .category .box {
  width: 90%;
  padding: 10px;
  border: 1px solid #e2e2e2;
  max-width: 550px;
}

.form_area .category .box:nth-child(n+2) {
  margin-top: 10px;
}

.form_area .form_button a {
  display: block;
  margin: 0px auto;
  width: 200px;
  border: 1px solid #000;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
  font-weight: bold;
  color: #000;
  background: url(../images/arrow01.jpg) no-repeat 10px center #fff;
}

#content .mainarea {
  display: table-cell;
  width: 690px;
  vertical-align: top;
  padding-right: 20px;
}
.sp #content .mainarea {
  display: block;
  width: 100%;
  padding-right: 0px;
}

#content .sidemenu {
  display: table-cell;
  width: 250px;
  padding: 10px 10px 10px 10px;
  background: url(../images/cover_gray.png) repeat;
  vertical-align: top;
  font-weight: nold;
}
.sp #content .sidemenu {
  display: block;
  width: 100%;
  margin-top: 30px;
}

#content .sidemenu ul li {
  margin-bottom: 7px;
  background: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
}

#content .sidemenu ul li.link_block {
  padding: 15px 15px 15px 30px;
  background: url(../images/arrow01.jpg) no-repeat 10px center #fff;
}

#content .sidemenu ul li.link_block a {
  color: #000;
}

#content .sidemenu ul ul {
  padding: 15px 5px 10px 10px;
}

#content .sidemenu ul ul li.link {
  margin-left: 15px;
}

#content .sidemenu ul ul li + li {
  margin-top: 12px;
}

#content .sidemenu ul ul ul {
  padding: 5px 0px 0px 0px;
}

#content .sidemenu ul ul ul li:nth-child(n+2) {
  margin-left: 0px;
}

#content .sidemenu ul ul ul li + li {
  margin-top: 5px;
}

#content .sidemenu .monthly_archive {
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
#content .sidemenu .monthly_archive:hover {
  opacity: 0.7;
}
#content .sidemenu .monthly_archive:not(:first-child) {
  margin-top: 0 !important;
}
#content .sidemenu .monthly_archive:not(:first-child) + ul {
  display: none;
}

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

.page_navi p {
  float: left;
}

.page_navi .middle {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #c4c4c4;
}

.page_navi .prev a {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/arrow_l.jpg) no-repeat;
}

.page_navi .next a {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/arrow_r.jpg) no-repeat;
}

ul.bull li {
  padding-left: 20px;
  background: url(../images/ico_bull.jpg) no-repeat left 0.4em;
}

ul.bull li + li {
  margin-top: 10px;
}

.entry {
  margin-top: 30px;
}

.entry .bg {
  background: url(../images/entry_bg.jpg) repeat-y center;
  background-size: 54%;
}

.entry .bg div {
  background: url(../images/entry_bottom.jpg) no-repeat center bottom;
  background-size: 79%;
}

.entry .block {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  border: 1px solid #2c2c2c;
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30.6px;
  line-height: 1.9125rem;
}

.entry .text {
  text-align: center;
}

.entry .block.end {
  color: #fff;
  background: #ff0000;
  border: none;
}

.estimate_box {
  position: relative;
}
.estimate_box .estimate {
  position: absolute;
  right: 0;
  top: 0;
}
.sp .estimate_box .estimate {
  position: static;
  text-align: center;
  padding-bottom: 10px;
}
.sp .estimate_box .estimate img {
  max-width: 100%;
  height: auto;
}
.estimate_box .estimate p {
  margin-top: 0 !important;
}

.main_visual {
  position: relative;
  display: table;
  margin-top: -60px;
  padding: 20px 0 0;
}
.sp .main_visual {
  position: static;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-top: 0;
}
.main_visual .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.sp .main_visual .text {
  display: block;
  padding-left: 0;
}
.main_visual .img {
  display: table-cell;
  text-align: right;
}
.sp .main_visual .img {
  display: none;
  margin-top: 30px;
  text-align: center;
}
.main_visual .bnr {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.sp .main_visual .bnr {
  display: block;
  padding: 20px 0;
  text-align: center;
}
.sp .main_visual .bnr img {
  width: 100%;
  height: auto;
}

#content .main_visual .text p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36.4px;
  line-height: 2.275rem;
}
.sp #content .main_visual .text p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 37.4px;
  line-height: 2.3375rem;
}

p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
}

* + h6 {
  margin-top: 30px;
}

ul {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
}

.main_lead {
  margin-top: 20px;
  padding: 10px 0px;
  background: #eaeaea;
}

.main_lead h2 {
  width: 100%;
  max-width: 960px;
  padding-left: 10px;
  margin: 0px auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
  font-weight: bold;
}

#content .asterisk {
  color: #f00;
}

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

#content table th, #content main .contents .format table td, main .contents .format #content table td {
  min-width: 200px;
  padding: 20px;
  text-align: left;
  background: #eaeaea;
  vertical-align: top;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  line-height: 1.6;
}
.sp #content table th, .sp #content main .contents .format table td, main .contents .format .sp #content table td {
  min-width: 0;
  word-break: break-all;
}

#content table th:first-child, #content main .contents .format table td:first-child, main .contents .format #content table td:first-child {
  border-left: none;
}

#content table td {
  padding: 20px;
  vertical-align: top;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  line-height: 1.6;
}
#content table td textarea, #content table td select {
  border: 1px solid #999;
}
.sp #content table td textarea, .sp #content table td select {
  width: 100%;
}
#content table td input {
  border: 1px solid #999;
}
#content table td input[type="text"] {
  width: 100%;
}

#content table td:first-child {
  border-left: none;
}

#content table td[rowspan] {
  border-right: 1px solid #c4c4c4;
}

#content table thead th, #content main .contents .format table thead td, main .contents .format #content table thead td {
  text-align: center;
}

#content table thead th:first-child, #content main .contents .format table thead td:first-child, main .contents .format #content table thead td:first-child {
  background: #c4c4c4;
}

#content table ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}

#content table.form_table {
  margin-top: 15px;
}
#content table.form_table th, #content main .contents .format table.form_table td, main .contents .format #content table.form_table td {
  min-width: 220px;
  padding: 20px 10px;
}
#content table.form_table li + li {
  margin-top: 5px;
}
#content table.form_table li p {
  margin-top: 3px;
  padding-left: 15px;
}
#content table.form_table input[type="text"], #content table.form_table input[type="email"], #content table.form_table input[type="tel"] {
  padding: 5px;
  width: 100%;
}
.sp #content table.form_table input[type="text"], .sp #content table.form_table input[type="email"], .sp #content table.form_table input[type="tel"] {
  padding: 10px 5px;
}
.sp #content table.form_table input[type="text"]::placeholder, .sp #content table.form_table input[type="email"]::placeholder, .sp #content table.form_table input[type="tel"]::placeholder {
  font-size: 14px;
}
#content table.form_table textarea {
  padding: 5px;
  width: 100%;
}
.sp #content table.form_table {
  display: block;
}
.sp #content table.form_table tr {
  display: block;
}
.sp #content table.form_table th, .sp #content main .contents .format table.form_table td, main .contents .format .sp #content table.form_table td {
  display: block;
  background: none;
  border: none;
  padding: 20px 0 0 0;
}
.sp #content table.form_table td {
  display: block;
  border: none;
  padding: 10px 0 0 0;
}

.v_scroll {
  height: 100px;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #aaa;
  overflow-y: scroll;
}
.sp .v_scroll {
  padding: 5px;
  height: 130px;
}
.sp .v_scroll p {
  font-size: 14px !important;
}

#content .non_table table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
#content .non_table table th, #content .non_table main .contents .format table td, main .contents .format #content .non_table table td {
  min-width: 0;
  padding: 0px;
  text-align: left;
  background: none;
  vertical-align: top;
  border-top: none;
  border-left: none;
  border-bottom: none;
}
#content .non_table table td {
  padding: 0px;
  vertical-align: top;
  border-top: none;
  border-left: none;
  border-bottom: none;
}
#content .non_table table td input, #content .non_table table td textarea, #content .non_table table td select {
  border: none;
}
#content .non_table table thead th:first-child, #content .non_table main .contents .format table thead td:first-child, main .contents .format #content .non_table table thead td:first-child {
  background: none;
}

.bunner_bgarea {
  margin-top: 40px;
  padding: 60px 60px 46px 60px;
  width: 100%;
  text-align: center;
  background: url(../images/cover_gray.png) repeat;
}

.sp .bunner_bgarea {
  padding: 20px;
}

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

.bunner_bgarea .column .box {
  float: left;
  padding: 10px 10px 0px 10px;
  width: calc((100% - 14px) / 2);
  margin-bottom: 14px;
  background: #fff;
}
.bunner_bgarea .column .box > a {
  display: block;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.bunner_bgarea .column .box > a:hover {
  opacity: 0.7;
}

.sp .bunner_bgarea > .column > .box {
  float: none;
  width: 100%;
}

.bunner_bgarea .column .box + .box {
  margin-left: 14px;
}

.sp .bunner_bgarea .column .box + .box {
  margin-left: 0px;
}

.bunner_bgarea .column .title {
  margin-top: 25px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: bold;
}

#content .bunner_bgarea .column .title + .text {
  margin-top: 25px;
  min-height: 4em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
}

.ta_l {
  text-align: left !important;
}

.bunner_bgarea .column > a {
  display: block;
  color: #000;
}

.bunner_bgarea .column > a .img {
  height: 100px;
  line-height: 100px;
}

.bunner_bgarea .column > a .img img {
  vertical-align: middle;
}

.haken_bgarea {
  background: url(../../career/images/haken_bgarea.jpg) repeat center top;
  background-size: cover;
  margin-top: 20px;
  padding: 30px 20px;
}
.sp .haken_bgarea {
  padding: 30px 20px;
  margin-top: 30px;
}
.haken_bgarea > p {
  text-align: center;
}
.haken_bgarea > ul {
  margin-top: 40px;
}
.haken_bgarea > ul:after {
  content: "";
  display: block;
  clear: both;
}
.sp .haken_bgarea > ul {
  margin-top: 20px;
}
.haken_bgarea > ul > li {
  float: left;
  width: 49%;
}
.sp .haken_bgarea > ul > li {
  float: none;
  width: auto;
}
.haken_bgarea > ul > li + li {
  margin-left: 2%;
}
.sp .haken_bgarea > ul > li + li {
  margin-left: 0;
  margin-top: 20px;
}
.haken_bgarea > ul > li a {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid #fff;
  height: 160px;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 50px;
}
.sp .haken_bgarea > ul > li a {
  font-size: 18px;
  height: 100px;
  padding-top: 20px;
}
.haken_bgarea > ul > li a span:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 40px;
}
.sp .haken_bgarea > ul > li a span:before {
  bottom: 15px;
}
.haken_bgarea > ul > li a.link span:after {
  content: "";
  position: absolute;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 42px;
}
.sp .haken_bgarea > ul > li a.link span:after {
  bottom: 17px;
}
.haken_bgarea > ul > li a.blank span:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/blankblack.svg) no-repeat;
  background-size: 16px 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 47px;
}
.sp .haken_bgarea > ul > li a.blank span:after {
  bottom: 22px;
}
.haken_bgarea > ul > li > span {
  color: #000;
  font-weight: bold;
}

.lineup_bgarea {
  margin-top: 30px;
  padding: 20px;
  width: 100%;
  background: url(../images/cover_gray.png) repeat;
}
.sp .lineup_bgarea {
  padding: 10px;
}
.lineup_bgarea > .inner {
  width: 100%;
}
.lineup_bgarea > .inner:after {
  content: "";
  display: block;
  clear: both;
}
.lineup_bgarea > .inner > .box {
  float: left;
  background: #fff;
  width: 16%;
}
.lineup_bgarea > .inner > .box:not(:first-child) {
  margin-left: 0.8%;
}
.sp .lineup_bgarea > .inner > .box:not(:first-child) {
  margin-left: 0;
}
.sp .lineup_bgarea > .inner > .box {
  width: calc(50% - 5px);
}
.sp .lineup_bgarea > .inner > .box:nth-of-type(2n+1) {
  clear: both;
  margin-right: 10px;
}
.sp .lineup_bgarea > .inner > .box:nth-of-type(n+3) {
  margin-top: 10px;
}
.lineup_bgarea > .inner > .box > a {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
}

.sns_area {
  text-align: right;
  margin-top: 15px;
}

.blog {
  margin-top: 45px;
  padding: 20px;
  border: 1px solid #c1c1c1;
}

.border {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #c1c1c1;
}
.border h5 {
  margin-top: 0 !important;
}

#content .blog h4 {
  margin-top: 0;
  margin-bottom: 30px;
}

.blog ul li + li {
  margin-top: 35px;
}

.blog ul li a {
  font-weight: bold;
}

.bunner_area {
  display: table;
  margin: 50px auto;
}

.bunner_area div {
  display: table-cell;
}

.sp .bunner_area {
  display: block;
}

.sp .bunner_area div {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.bunner_area div + div {
  padding-left: 10px;
}

.contents_box:after {
  content: "";
  display: block;
  clear: both;
}
.contents_box .img_l {
  float: right;
  padding: 0 0 10px 20px;
}
.sp .contents_box .img_l {
  float: none;
  padding: 0 0 10px 0px;
  text-align: center;
}
* + .contents_box h2 {
  margin-top: 30px;
}
.contents_box .figure {
  text-align: center;
}
.contents_box .figure img {
  max-width: 100%;
  height: auto;
}
.contents_box * + ul {
  margin-top: 20px;
}
.contents_box ul li {
  padding-left: 20px;
  background: url(../images/ico_bull.jpg) no-repeat left 0.2em;
}
.contents_box ul li + li {
  margin-top: 10px;
}
.contents_box ul li.li_col2 span {
  display: inline-block;
}
.sp .contents_box ul li.li_col2 span {
  display: block;
}
.contents_box ul li.li_col2 span:not(:last-child) {
  width: 210px;
}
.sp .contents_box ul li.li_col2 span:not(:last-child) {
  width: auto;
}
.contents_box ul.list5col:after {
  content: "";
  display: block;
  clear: both;
}
.contents_box ul.list5col li {
  float: left;
  width: 180px;
  margin-bottom: 10px;
}
.contents_box ul.list5col li + li {
  margin-top: 0px;
}
.contents_box dl dd {
  margin-top: 10px;
  line-height: 1.7rem;
}
.contents_box > .category {
  display: none;
}
.contents_box th, .contents_box main .contents .format table td, main .contents .format table .contents_box td, .contents_box td {
  line-height: 1.6;
}
.contents_box ol li {
  list-style-type: decimal;
  line-height: 1.8;
  margin-left: 25px;
}
.contents_box p + ol {
  margin-top: 16px;
}

.contents_box .imgfix .figure {
  height: 160px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.contents_box .imgfix .figure img {
  width: 100%;
  height: auto;
}
.contents_box .imgfix + .links li {
  padding-left: 0;
  background: none;
}
.contents_box .imgfix + .links li a {
  display: block;
  float: left;
  width: 200px;
  position: absolute;
}
.contents_box .imgfix .banner {
  margin-top: 20px;
}
.contents_box .imgfix p {
  margin-top: 0 !important;
}

#content .portfolio_title {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24.2px;
  line-height: 1.5125rem;
}
#content .portfolio_title + .border {
  margin-top: 10px !important;
}

.checkboxlist label {
  margin-bottom: 5px;
  margin-right: 20px;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.8;
}
.sp .checkboxlist label {
  display: block;
  white-space: normal;
}
.checkboxlist + .buttons {
  margin-top: 20px;
  text-align: center;
}
.checkboxlist + .buttons button {
  cursor: pointer;
  width: 200px;
  padding: 10px 0px;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.checkboxlist + .buttons button:hover {
  opacity: 0.7;
}
.checkboxlist + .buttons button + button {
  margin-left: 20px;
}
.sp .checkboxlist + .buttons button + button {
  margin-top: 10px;
  margin-left: 0px;
}

.object_and_text {
  width: 100%;
}
.sp .object_and_text {
  display: block;
}
.object_and_text .text {
  display: table-cell;
  vertical-align: top;
}
.object_and_text .text p.opacity_a a {
  display: block;
}
.sp .object_and_text .text {
  display: block;
}
.object_and_text .text > h5 {
  margin-top: 0 !important;
}
.object_and_text .text dt.mt {
  margin-top: 15px;
}
.object_and_text .text dd + dt {
  margin-top: 15px;
}
.object_and_text .text dd ul li {
  display: inline-block;
  margin-right: 20px;
}
.object_and_text .object {
  display: table-cell;
  vertical-align: top;
  min-width: 250px;
}
.object_and_text .object .figure {
  text-align: center;
}
.sp .object_and_text .object {
  display: block;
  width: auto !important;
}
.object_and_text > *:first-child {
  padding-right: 20px;
}
.sp .object_and_text > *:first-child {
  padding-right: 0px;
}

.ski_mainvisual {
  height: 351px;
  margin-top: 20px;
  background: url(../../ski/images/mainvisual.jpg) center center no-repeat;
  background-size: cover;
}
.sp .ski_mainvisual {
  height: 200px;
}

ul.linear {
  margin-left: -18px;
}
ul.linear li {
  display: inline-block;
  margin-left: 18px;
}
ul.linear li + li {
  margin-bottom: 5px;
}

dl.release {
  width: 100%;
  padding-top: 30px;
}
dl.release dt {
  clear: left;
  float: left;
  width: 10em;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
}
.sp dl.release dt {
  float: none;
}
dl.release dd {
  line-height: 1.5em;
  padding: 10px 0 10px 10em;
  border-bottom: 1px dotted #666;
}
.sp dl.release dd {
  padding: 0px 0 10px 0;
}

h5 + dl.release {
  padding-top: 0px;
}

._ac {
  text-align: center;
}
._ac input {
  border: 1px solid #999;
  padding: 5px;
  cursor: pointer;
}
._ac input:hover {
  opacity: 0.7;
}

form label.error {
  margin-left: 0.25em;
  color: #E60012;
  font-weight: bold;
}

.blog_index h3 {
  padding-top: 20px;
  border-top: 1px solid #aaa;
}
.blog_index h4 {
  display: none;
}
.blog_index h4 + .contents_box {
  display: none;
}

.entry_date_area {
  margin-bottom: 15px;
}
.entry_date_area:after {
  content: "";
  display: block;
  clear: both;
}
.entry_date_area .sns_area_right {
  float: right;
}
.sp .entry_date_area .sns_area_right {
  float: none;
  text-align: right;
}
.sp .entry_date_area .entry_date {
  margin-bottom: 10px;
}

#content span.blog_date {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 17px;
  line-height: 1.0625rem;
}

.blog_more {
  margin-top: 15px;
}
.blog_more a {
  font-weight: bold;
}

#content .blog_box2 {
  display: table;
  width: 100%;
  padding: 15px 0;
  margin-top: 15px;
}
#content .blog_box2 > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: middle;
}
#content .blog_box2:last-child {
  border-bottom: 2px solid #ccc;
}
#content .blog_box2 + .blog_box2 {
  margin-top: 0;
  border-top: 2px solid #ccc;
}
#content .blog_box2 > div:first-child {
  width: calc(100% - 120px);
}
#content .blog_box2 > div:last-child {
  width: 120px;
}
#content .blog_box2 h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin: 0 0 5px 0 !important;
  font-weight: bold;
}
#content .blog_box2 h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin: 0 0 5px 0 !important;
  padding: 0;
  font-weight: bold;
  background: none;
  color: #006bbf;
}
#content .blog_box2 .blog_date {
  display: inline-block;
  margin: 0 !important;
  min-width: 120px;
}
#content .blog_box2 .cat {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #707070;
  padding: 3px 0px 2px;
  min-width: 130px;
}
#content .blog_box2 img {
  width: 120px;
  height: auto;
}

.blog_tab {
  display: flex;
}
.blog_tab > li {
  display: block;
  min-width: 150px;
}
.blog_tab > li + li {
  margin-left: 20px;
}
.blog_tab > li > a {
  display: block;
  background: #707070;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30.6px;
  line-height: 1.9125rem;
}
.blog_tab > li > a.ac {
  background: #CE0C1A;
}

.blog_pickup {
  display: flex;
  margin-bottom: 50px;
}
.blog_pickup > a {
  display: block;
  width: 48%;
}
.blog_pickup > a + a {
  margin-left: 4%;
}
.blog_pickup > a > span {
  display: block;
}
.blog_pickup > a > span img {
  width: 100%;
  height: auto;
}
.blog_pickup > a > span.tx {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
  line-height: 2.125rem;
}

.paging {
  text-align: center;
  margin-top: 20px;
}

.blog_pagenavi {
  display: table;
  width: 100%;
  padding-top: 30px;
}
.sp .blog_pagenavi {
  display: block;
  padding-top: 20px;
}
.blog_pagenavi > p {
  display: table-cell;
  width: 47%;
  padding-left: 3%;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 18.7px;
  line-height: 1.16875rem;
}
.blog_pagenavi > p:first-child {
  padding: 0 3% 0 0;
}
.sp .blog_pagenavi > p {
  display: block;
  width: 100%;
  padding: 0;
}
.sp .blog_pagenavi > p:first-child {
  padding: 15px 0 0 0;
}

dl.style3 {
  line-height: 1.5;
}
dl.style3 dt {
  border-top: 1px dotted #aaa;
  padding-top: 10px;
}
dl.style3 dd {
  padding: 5px 0 10px 15px;
}

.access_box {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.tablet .access_box {
  display: block;
}
.access_box .figure {
  display: table-cell;
  vertical-align: top;
  width: 340px;
}
.tablet .access_box .figure {
  display: block;
  width: auto;
  text-align: center;
}
.tablet .access_box .figure img {
  max-width: 100%;
  height: auto;
}
.access_box .map {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 340px);
}
.tablet .access_box .map {
  display: block;
  width: auto;
  margin-top: 20px;
}
.access_box .map .g_map {
  position: relative;
  padding-top: 54.1%;
  height: 0;
  overflow: hidden;
}
.access_box .map .g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sitemap_layout ul li {
  padding-left: 20px;
  background: url(../images/ico_bull.jpg) no-repeat left 0.4em;
  margin-top: 10px;
}
.sitemap_layout ul li + li {
  margin-top: 10px;
}
.sitemap_layout ul ul {
  padding-bottom: 10px;
}
.sitemap_layout ul ul li {
  position: relative;
  background: none;
}
.sitemap_layout ul ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 7px;
  background: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sitemap_layout ul ul li ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  left: 3px;
  top: 12px;
  background: #fff;
  border: none;
  border-top: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

dl.interview {
  line-height: 1.8;
}
dl.interview dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dl.interview dd + dt {
  margin-top: 15px;
}

dl.profile {
  line-height: 1.8;
}
dl.profile dt {
  font-weight: bold;
}

._ar {
  text-align: right;
}

ul.ib {
  margin-top: 15px;
}
ul.ib li {
  display: inline-block;
  vertical-align: middle;
}
ul.ib li img {
  vertical-align: middle;
}
ul.ib li:first-child {
  margin-right: 15px;
}

table.definition_style4 {
  width: 100%;
}
table.definition_style4 th, main .contents .format table.definition_style4 td {
  min-width: 0 !important;
}

#content.webportfolio .contents_box .object_and_text a.external {
  word-break: break-all;
}

.youtube_box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 17px;
  height: 17px;
  padding-top: 2px;
  margin-left: 7px;
  background: url(../images/ico_pdf.png) no-repeat;
}

.ex:after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 11px;
  height: 11px;
  padding-top: 4px;
  margin-left: 5px;
  margin-right: 3px;
  background: url(../images/ico_ex.jpg) no-repeat;
  background-size: 11px 11px;
}

a.ex_w:after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 11px;
  height: 11px;
  padding-top: 2px;
  margin-left: 5px;
  margin-right: 3px;
  background: url(../images/ico_ex_w.png) no-repeat;
  background-size: 11px 11px;
}

.bunner_area.web {
  margin-top: 10px;
}
.bunner_area.web img {
  margin-bottom: 10px;
}
.bunner_area.web a {
  color: #000;
  font-weight: bold;
}

#content .web_catch {
  margin: 50px 0 70px;
  display: flex;
}
.sp #content .web_catch {
  display: block;
  margin: 30px 0 50px;
}
#content .web_catch > div {
  position: relative;
  display: flex;
  align-items: center;
  width: calc((100% - 120px) / 3);
  background: #CE0C1A;
  border-radius: 100vh;
}
.sp #content .web_catch > div {
  display: block;
  padding-left: 2.5rem;
  width: 100%;
  background: none;
  border-radius: 0;
}
.sp #content .web_catch > div::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
  background: #CE0C1A;
  border-radius: 50%;
}
#content .web_catch > div + div {
  margin-left: 60px;
}
.sp #content .web_catch > div + div {
  margin: 30px 0 0 0;
}
#content .web_catch > div p {
  padding: 10px;
  width: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.sp #content .web_catch > div p {
  padding: 0;
  text-align: left;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26.4px;
  line-height: 1.65rem;
  color: #000;
}
#content .web_catch > div p span {
  display: inline-block;
}
#content .web_catch > div p span:first-child {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
}
.sp #content .web_catch > div p span:first-child {
  display: inline-block;
  padding-right: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}

#content .main_visual .text.web p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 45px;
  line-height: 2.8125rem;
  font-weight: bold;
}
.sp #content .main_visual .text.web p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 33px;
  line-height: 2.0625rem;
}
#content .main_visual .text.web p span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: normal;
}
.sp #content .main_visual .text.web p span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.sp body.bghide {
  -webkit-transition: 0s;
  transition: 0s;
  height: auto !important;
  padding-top: 0px !important;
  overflow: auto !important;
}
body.bghide #onetimevisual {
  background: transparent;
  -webkit-transition: 1.2s 2.2s;
  transition: 1.2s 2.2s;
}
body.bghide #onetimevisual .logo {
  display: block;
}
body.bghide #logo {
  display: none;
}

body.logomove #onetimevisual .logo {
  display: block;
}
body.logomove #onetimevisual .logo img {
  left: 20px;
  top: 40px;
  width: 183px;
  height: auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: -webkit-translate(0, 0);
  transform: translate(0, 0);
}
.pc body.logomove #onetimevisual .logo img {
  left: 20px;
  top: 70px;
  width: 122px;
}
.tablet body.logomove #onetimevisual .logo img {
  top: 30px;
}
.headershort body.logomove #onetimevisual .logo img {
  left: 20px;
  top: 10px;
  width: 122px;
}

body.onetimevisual #onetimevisual .movie {
  display: block;
}
body.onetimevisual #onetimevisual .movie video {
  -webkit-transition: 1.2s cubic-bezier(0, 0.63, 0.675, 0.525) 2.2s;
  transition: 1.2s cubic-bezier(0, 0.63, 0.675, 0.525) 2.2s;
  opacity: 0;
}

body.trigger #onetimevisual .yoneya {
  display: block;
}
body.trigger #onetimevisual .yoneya img {
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
}
body.trigger #onetimevisual .logo {
  display: block;
}
body.trigger #onetimevisual .logo img {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: -webkit-translate(-50%, -50%) -webkit-scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
}
body.trigger #onetimevisual .movie {
  display: block;
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
}
body.trigger #onetimevisual .movie video {
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 1;
}

#onetimevisual {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 5000;
}
#onetimevisual .yoneya {
  position: absolute;
  right: 50%;
  padding: 0px 20px;
  max-width: 960px;
  width: 100%;
  height: 100vh;
  -webkit-transform: -webkit-translateX(50%);
  transform: translateX(50%);
  z-index: 2;
  opacity: 1;
}
#onetimevisual .yoneya img {
  position: absolute;
  width: 700px;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transition: 3s cubic-bezier(0, 0.82, 0, 0.86) 1s;
  transition: 3s cubic-bezier(0, 0.82, 0, 0.86) 1s;
  -webkit-transform: -webkit-translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
#onetimevisual .logo {
  display: none;
  position: absolute;
  right: 50%;
  padding: 0px 20px;
  max-width: 1000px;
  width: 100%;
  height: 100vh;
  -webkit-transform: -webkit-translateX(50%);
  transform: translateX(50%);
  z-index: 1;
  opacity: 1;
}
#onetimevisual .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: 3s cubic-bezier(0, 0.82, 0, 0.86) 1s;
  transition: 3s cubic-bezier(0, 0.82, 0, 0.86) 1s;
  -webkit-transform: -webkit-translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
#onetimevisual .movie {
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
#onetimevisual .movie video {
  position: absolute;
  right: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: -webkit-translateX(50%);
  transform: translateX(50%);
  z-index: 0;
}
.mobile #onetimevisual .movie video {
  display: none;
}

main #topbg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
main #topbg > div {
  width: 100%;
  margin: auto;
}
main #topbg > div > div {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
}
main #topbg .cover > div {
  background: url(../images/cover_black.png);
  z-index: 2;
}
main #topbg .movie > div {
  background: url(../images/nomovie.jpg) no-repeat center center #555555;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
main #topbg .movie > div video {
  position: absolute;
  right: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: -webkit-translateX(50%);
  transform: translateX(50%);
  z-index: -100;
}
.mobile main #topbg .movie > div video {
  display: none;
}

#canvas-radial {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

main .topcontents {
  position: relative;
  padding: 0px;
  z-index: 10;
}
main .topcontents:after {
  content: "";
  display: block;
  clear: both;
}
main .topcontents > div {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 50px 20px 40px;
}
.sp main .topcontents > div {
  padding: 25px 10px 20px;
}
main .topcontents h2 {
  margin: 0px 0px 45px;
  padding: 0px;
  font-size: 48px;
  font-size: 3rem;
  line-height: 62.4px;
  line-height: 3.9rem;
  font-weight: normal;
  text-align: center;
}
.sp main .topcontents h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 39px;
  line-height: 2.4375rem;
}
main .topcontents .button {
  text-align: center;
}
main .topcontents .button > div {
  display: inline-block;
  -webkit-perspective: 100px;
  perspective: 100px;
}
main .topcontents .button > div > * {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: transparent;
}
main .topcontents .button > div > *:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(13, 13, 13, 0);
  opacity: 1;
}
main .topcontents .button > div > *.press {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: transparent;
  -webkit-transform: translateZ(-5px);
  transform: translateZ(-5px);
}
.sp main .topcontents .button > div {
  display: block;
}
main .topcontents .button a {
  position: relative;
  display: inline-block;
  min-width: 165px;
  padding: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15.4px;
  line-height: 0.9625rem;
  color: #000000;
  text-align: center;
  font-weight: normal;
  border: 2px solid #000000;
  cursor: pointer;
}

#topservice {
  background: #ffffff;
}
#topservice .servicemenu {
  margin-left: -14px;
  margin-right: -5px;
  margin-bottom: -12px;
  overflow: hidden;
}
.sp #topservice .servicemenu {
  margin-bottom: -5px;
}
#topservice .servicemenu > * {
  float: left;
  width: calc((100% - 14px * 3 - 5px) / 3);
  margin-left: 14px;
  margin-bottom: 12px;
}
.sp #topservice .servicemenu > * {
  margin-bottom: 5px;
  width: calc(100% - 14px - 5px);
}
#topservice .servicemenu > * > a {
  position: relative;
  display: block;
  padding: 8px;
  color: #000000;
  border: 2px solid #000000;
}
.sp #topservice .servicemenu > * > a {
  padding-right: 30%;
  overflow: hidden;
}
#topservice .servicemenu > * > a strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
  font-weight: bold;
}
#topservice .servicemenu > * > a img {
  display: block;
  margin: 0px auto 10px;
  max-width: 100%;
  height: auto;
}
.sp #topservice .servicemenu > * > a img {
  position: absolute;
  width: 20%;
  max-width: 87px;
  right: 15%;
  top: 50%;
  margin-bottom: 0px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#topservice .servicemenu > * > a span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
  font-weight: bold;
}
#topservice .servicemenu > * ul {
  display: block;
  padding: 3px 0px 0px;
}
.sp #topservice .servicemenu > * ul {
  display: none;
}
#topservice .servicemenu > * ul li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
}
#topservice .servicemenu > * ul li a {
  position: relative;
  display: block;
  padding: 8px 16px 8px 8px;
  color: #ffffff;
  background: #000000;
}
#topservice .servicemenu > * ul li a:before {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  bottom: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}
#topservice .servicemenu > * ul li + li {
  margin-top: 3px;
}
#topservice .servicemenu > *.main > a strong {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31.2px;
  line-height: 1.95rem;
}
#topservice .servicemenu > *.main > a img {
  display: block;
  margin-bottom: 15px;
}
.sp #topservice .servicemenu > *.main > a img {
  width: 25%;
  max-width: 269px;
  margin-bottom: 0px;
}
#topservice .servicemenu + .servicemenu {
  margin-top: 12px;
}
.sp #topservice .servicemenu + .servicemenu {
  margin-top: 5px;
}

#topcompany {
  color: #ffffff;
}
#topcompany > div {
  display: table;
  width: 100%;
  padding-top: 40px;
  height: 370px;
}
#topcompany > div > * {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.sp #topcompany > div {
  padding-top: 25px;
  height: auto;
}
.sp #topcompany > div > div {
  text-align: left;
}
#topcompany p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30.6px;
  line-height: 1.9125rem;
}
.sp #topcompany p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
}
#topcompany p span {
  display: inline-block;
}
.sp #topcompany p span {
  display: inline;
}
#topcompany .button {
  margin-top: 40px;
}
#topcompany .button a {
  color: #ffffff;
  border-color: #ffffff;
}

#toprecruit {
  overflow: hidden;
}
#toprecruit h2 {
  position: relative;
  z-index: 10;
}
#toprecruit ul {
  position: relative;
  margin: -20px auto 20px;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
}
#toprecruit ul:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 860px;
  height: 100%;
  border: 10000px solid #ffffff;
  z-index: 0;
}
.pc #toprecruit ul:before {
  width: 420px;
}
.sp #toprecruit ul:before {
  width: 315px;
}
.pc #toprecruit ul {
  width: 440px;
}
.sp #toprecruit ul {
  width: 320px;
}
#toprecruit li {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 220px;
  border: 20px solid #ffffff;
  overflow: hidden;
}
.sp #toprecruit li {
  width: 160px;
  height: 160px;
  border: 5px solid #ffffff;
}
#toprecruit li a {
  position: absolute;
  display: table;
  width: 100%;
  width: 260px;
  height: 260px;
  top: 50%;
  left: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
  color: #ffffff;
  border: 40px solid #ffffff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1 !important;
}
#toprecruit li a > * {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.sp #toprecruit li a {
  width: 230px;
  height: 230px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20.4px;
  line-height: 1.275rem;
}
#toprecruit li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#toprecruit li a > span {
  width: 180px;
  height: 180px;
  padding: 20px;
  overflow: hidden;
}
.sp #toprecruit li a > span {
  width: 150px;
  height: 150px;
  padding: 5px;
}
#toprecruit li a strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
}
.sp #toprecruit li a strong {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}

#topcsr {
  color: #ffffff;
}
#topcsr .csrmenu {
  margin-left: -14px;
  margin-right: -5px;
  overflow: hidden;
}
.sp #topcsr .csrmenu {
  margin-bottom: -14px;
}
#topcsr .csrmenu > * {
  float: left;
  width: calc((100% - 14px * 2 - 5px) / 2);
  margin-left: 14px;
  background: rgba(255, 255, 255, 0.6);
}
.sp #topcsr .csrmenu > * {
  width: calc(100% - 14px - 5px);
  margin-bottom: 14px;
}
#topcsr .csrmenu a {
  padding-bottom: 20px;
  color: #000000;
  font-weight: bold;
}
.sp #topcsr .csrmenu a {
  padding-bottom: 10px;
}
#topcsr .csrmenu a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.sp #topcsr .csrmenu a img {
  margin-bottom: 15px;
}
#topcsr .csrmenu a strong {
  position: relative;
  display: block;
  margin: 0px 20px 0px 120px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
}
.sp #topcsr .csrmenu a strong {
  margin-left: 40px;
  margin-right: 10px;
}
#topcsr .csrmenu a strong:before {
  content: "";
  position: absolute;
  display: block;
  top: -53px;
  left: -80px;
  width: 55px;
  height: 55px;
  background: #d80c18;
  border-radius: 5px;
  transform: rotate(45deg);
}
.sp #topcsr .csrmenu a strong:before {
  top: -33px;
  left: -28px;
  width: 35px;
  height: 35px;
}
#topcsr .csrmenu a strong:after {
  content: "";
  position: absolute;
  display: block;
  top: -53px;
  left: -80px;
  width: 55px;
  height: 55px;
  background: none no-repeat center center;
}
.sp #topcsr .csrmenu a strong:after {
  top: -33px;
  left: -28px;
  width: 35px;
  height: 35px;
}
#topcsr .csrmenu a.ski strong:after {
  background-image: url(../images/ski.png);
}
.sp #topcsr .csrmenu a.ski strong:after {
  background-size: 23.5px auto;
}
#topcsr .csrmenu a.uij strong:after {
  background-image: url(../images/uij.png);
}
.sp #topcsr .csrmenu a.uij strong:after {
  background-size: 17px auto;
}
#topcsr .csrmenu a span {
  display: block;
  margin: 15px 20px 0px 120px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
}
.sp #topcsr .csrmenu a span {
  margin-left: 40px;
  margin-right: 10px;
}

#topfunnote {
  background: #61b57e;
}
#topfunnote > canvas {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#topfunnote > div {
  padding-top: 25px;
}
#topfunnote > div.title {
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
}
#topfunnote h2 {
  margin: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: bold;
  color: #000000;
}
.sp #topfunnote h2 {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
}
#topfunnote h2 span {
  display: inline-block;
  margin: 0px 12px;
}
#topfunnote h2 img {
  position: relative;
  display: inline-block;
  top: -0.2em;
  margin: 20px 12px;
  vertical-align: middle;
}
.sp #topfunnote h2 img {
  display: block;
  width: 100%;
  max-width: 256px;
  height: auto;
  margin: 15px auto 10px;
}
#topfunnote .funnotemenu {
  position: relative;
}
.sp #topfunnote .funnotemenu {
  margin-left: -14px;
  margin-right: -5px;
  margin-bottom: -14px;
}
.sp #topfunnote .funnotemenu:after {
  content: "";
  display: block;
  clear: both;
}
#topfunnote .funnotemenu a {
  display: block;
  color: #000000;
  font-weight: bold;
  background: #ffffff;
}
.sp #topfunnote .funnotemenu a {
  float: left;
  margin-left: 14px;
  margin-bottom: 14px;
}
#topfunnote .funnotemenu a img {
  display: block;
  width: 100%;
  height: auto;
}
#topfunnote .funnotemenu a .title {
  display: block;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
  background: #ffffff;
}
#topfunnote .funnotemenu a .title em {
  display: inline-block;
  margin-right: 8px;
  padding: 4px 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-style: normal;
  color: #ffffff;
  background: #d80c18;
}
#topfunnote .funnotemenu a .text {
  display: block;
  padding: 0px 10px 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30.6px;
  line-height: 1.9125rem;
}
#topfunnote .funnotemenu a .image {
  display: block;
}
#topfunnote .funnotemenu a.main {
  width: calc((100% - 14px) / 2);
}
.sp #topfunnote .funnotemenu a.main {
  width: calc(100% - 14px - 5px);
}
#topfunnote .funnotemenu a.sub {
  position: absolute;
  top: 0px;
  width: calc((100% - 14px * 3) / 4);
  height: 55%;
}
.sp #topfunnote .funnotemenu a.sub {
  position: relative;
  width: calc((100% - 14px * 2 - 5px) / 2);
}
#topfunnote .funnotemenu a.sub .image {
  height: calc(100% - 1.4625rem - 20px);
  background: none no-repeat center center;
  background-size: cover;
}
.sp #topfunnote .funnotemenu a.sub .image {
  padding-top: 43.1965%;
  height: 0px;
}
#topfunnote .funnotemenu a.sub .title {
  position: absolute;
  bottom: 0px;
}
.sp #topfunnote .funnotemenu a.sub .title {
  position: relative;
}
#topfunnote .funnotemenu a.sub1 {
  right: calc(((100% - 14px * 3) / 4) + 14px);
}
.sp #topfunnote .funnotemenu a.sub1 {
  right: 0px;
}
#topfunnote .funnotemenu a.sub1 .image {
  background-image: url(../../images/funnote02.jpg);
}
#topfunnote .funnotemenu a.sub2 {
  right: 0px;
}
#topfunnote .funnotemenu a.sub2 .image {
  background-image: url(../../images/funnote03.jpg);
}
#topfunnote .funnotemenu .information {
  position: absolute;
  width: calc((100% - 14px) / 2);
  height: calc(45% - 14px);
  top: calc(55% + 14px);
  right: 0px;
  background: #f6e821;
}
.sp #topfunnote .funnotemenu .information {
  position: relative;
  float: left;
  top: 0px;
  width: calc(100% - 14px - 5px);
  margin-left: 14px;
  margin-bottom: 14px;
}
#topfunnote .funnotemenu .information:before {
  content: "";
  position: absolute;
  display: block;
  left: 24px;
  bottom: -24px;
  border: 12px solid transparent;
  border-left-color: #f6e821;
  border-top-color: #f6e821;
}
.sp #topfunnote .funnotemenu .information:before {
  left: 50%;
  margin-left: -12px;
}
#topfunnote .funnotemenu .information > div {
  display: table;
  width: 100%;
  height: 100%;
}
#topfunnote .funnotemenu .information > div > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: middle;
}
#topfunnote .funnotemenu .information p {
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
  font-weight: bold;
}
#topfunnote .button {
  margin-top: 40px;
}

#toprelease {
  background: #ffffff;
}
#toprelease > div {
  overflow: hidden;
}
#toprelease > div:after {
  content: "";
  position: absolute;
  display: block;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 1px;
  height: calc(100% - 90px);
  top: 50px;
  background: #000000;
}
.sp #toprelease > div:after {
  display: none;
}
#toprelease .facebook {
  float: left;
  width: calc((100% - 32px) / 2);
}
.sp #toprelease .facebook {
  float: none;
  width: 100%;
}
#toprelease .facebook .view_sp a {
  display: block;
  width: 80%;
  margin: auto;
  text-align: center;
  color: #006bbf;
}
#toprelease .facebook .view_sp a img {
  display: block;
  width: 100%;
  height: auto;
}
#toprelease .facebook .view_sp a > span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15.6px;
  line-height: 0.975rem;
}
#toprelease .facebook .view_sp a > span span {
  display: inline-block;
}
#toprelease .pressrelease {
  float: right;
  width: calc((100% - 32px) / 2);
}
.sp #toprelease .pressrelease {
  position: relative;
  float: none;
  width: 100%;
  margin-top: 45px;
}
.sp #toprelease .pressrelease:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 20px);
  height: 1px;
  top: -25px;
  left: -10px;
  background: #000000;
}
#toprelease .pressrelease dl {
  font-weight: bold;
}
#toprelease .pressrelease dt {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  color: #666666;
}
#toprelease .pressrelease * + dt {
  margin-top: 25px;
}
#toprelease .pressrelease dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
  margin: 0px;
}
#toprelease .pressrelease dd a {
  color: #006bbf;
  position: relative;
  display: inline-block;
}
#toprelease .pressrelease dd a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  margin-bottom: -0.25em;
  background: #006bbf;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#toprelease .pressrelease dd a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#toprelease .button {
  margin-top: 45px;
}

#topcontact {
  background: #ffffff;
  border-top: 1px solid #000000;
}
#topcontact p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30.6px;
  line-height: 1.9125rem;
  text-align: center;
}
.sp #topcontact p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  text-align: left;
}
#topcontact p span {
  display: inline-block;
}
.sp #topcontact p span {
  display: inline;
}

.contactmenu {
  margin-top: 45px;
  margin-left: -14px;
  margin-right: -5px;
  overflow: hidden;
}
.sp .contactmenu {
  margin-top: 25px;
  margin-bottom: -14px;
}
.contactmenu > * {
  float: left;
  display: table;
  width: 100%;
  margin-left: 14px;
  width: calc((100% - 14px * 3 - 5px) / 3);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31.2px;
  line-height: 1.95rem;
  font-weight: bold;
  color: #000000;
  background: url(../images/cover_gray.png);
}
.contactmenu > * > * {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.sp .contactmenu > * {
  margin-bottom: 14px;
  width: calc(100% - 14px - 5px);
  min-height: 90px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
}
.contactmenu > * > span {
  position: relative;
  padding: 70px 20px 20px;
}
.sp .contactmenu > * > span {
  padding: 15px 15px 15px 50px;
}
.contactmenu > * > span:before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 35px;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: none no-repeat center center;
}
.sp .contactmenu > * > span:before {
  top: 50%;
  left: 25px;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contactmenu > * > span span {
  display: inline-block;
}
.contactmenu > * > span strong {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  line-height: 41.6px;
  line-height: 2.6rem;
  font-weight: normal;
}
.sp .contactmenu > * > span strong {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28.6px;
  line-height: 1.7875rem;
}
.contactmenu .form > span:before {
  background-image: url(../images/contact_black.png);
}
.sp .contactmenu .form > span:before {
  background-size: 28.8px auto;
}
.contactmenu .tel > span:before {
  background-image: url(../images/tel_black.png);
}
.sp .contactmenu .tel > span:before {
  background-size: 29.6px auto;
}
.contactmenu .download > span:before {
  background-image: url(../images/download_black.png);
}
.sp .contactmenu .download > span:before {
  background-size: 32px auto;
}

#content * + .imagebox, main .contents * + .lead, main .contents * + .text, main .contents * + .image, main .contents * + .imagebox, main .contents * + .button, main .contents * + .impactbutton, main .contents * + .table, main .contents * + .format, main .contents * + .googlemap {
  margin-top: 32px;
}
.sp #content * + .imagebox, #content .sp * + .imagebox, .sp main .contents * + .lead, main .contents .sp * + .lead, .sp main .contents * + .text, main .contents .sp * + .text, .sp main .contents * + .image, main .contents .sp * + .image, .sp main .contents * + .imagebox, main .contents .sp * + .imagebox, .sp main .contents * + .button, main .contents .sp * + .button, .sp main .contents * + .impactbutton, main .contents .sp * + .impactbutton, .sp main .contents * + .table, main .contents .sp * + .table, .sp main .contents * + .format, main .contents .sp * + .format, .sp main .contents * + .googlemap, main .contents .sp * + .googlemap {
  margin-top: 24px;
}

#content * + .columns, main .contents * + .column, main .contents * + .layout, main .contents * + .menu, main .contents * + .box {
  margin-top: 48px;
}

#content * + p, main .contents .lead * + p, main .contents .text * + p, main .contents .text * + ul, main .contents .text * + ol, main .contents .text * + .image.floatright, main .contents .text * + .image.floatleft {
  margin-top: 16px;
}

main .contents {
  position: relative;
  padding: 0px;
}
main .contents:after {
  content: "";
  display: block;
  clear: both;
}
main .contents > div:not(.background) {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 40px 20px;
}
.sp main .contents > div:not(.background) {
  padding: 20px 10px;
}
.sp main .contents > div:not(.background) {
  width: auto;
}
main .contents h1 + *, main .contents h2 + *, main .contents h3 + *, main .contents h4 + *, main .contents h5 + *, main .contents h6 + * {
  margin-top: 0px !important;
}
main .contents h1 {
  clear: both;
  display: block;
  margin: 0px 0px 32px;
  padding: 0px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 46.8px;
  line-height: 2.925rem;
  font-weight: normal;
}
main .contents * + h1 {
  margin-top: 96px;
}
main .contents h2 {
  clear: both;
  display: block;
  margin: 0px 0px 32px;
  padding: 0px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36.4px;
  line-height: 2.275rem;
  font-weight: bold;
}
main .contents h2.center {
  text-align: center;
}
main .contents * + h2 {
  margin-top: 72px;
}
main .contents h3 {
  clear: both;
  position: relative;
  margin: 0px 0px 16px;
  padding: 0px 0px 12px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  border-bottom: 3px solid #d9d9d9;
}
main .contents h3:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  bottom: -3px;
  width: 50px;
  height: 3px;
  background: #d80c18;
}
main .contents * + h3 {
  margin-top: 32px;
}
main .contents h4 {
  clear: both;
  display: block;
  margin: 0px 0px 16px;
  padding: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
}
main .contents * + h4 {
  margin-top: 32px;
}
main .contents .lead.center {
  text-align: center;
}
.sp main .contents .lead.center {
  text-align: left;
}
main .contents .lead p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30.6px;
  line-height: 1.9125rem;
  font-weight: bold;
}
.sp main .contents .lead p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
}
main .contents .stack {
  margin-top: 0px !important;
}
main .contents .text:after {
  content: "";
  display: block;
  clear: both;
}
main .contents .text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
}
main .contents .text p .required {
  color: #fb3b3b;
  margin-left: 4px;
  margin-right: 4px;
}
main .contents .text p.error_mes {
  color: #fb3b3b;
}
main .contents .text p a {
  position: relative;
  display: inline-block;
}
main .contents .text p a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  margin-bottom: -0.25em;
  background: #006bbf;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
main .contents .text p a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
main .contents .text p.center {
  text-align: center;
}
main .contents .text p.right {
  text-align: right;
}
main .contents .text ul {
  clear: both;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
}
main .contents .text ul > li {
  margin-left: 14px;
  text-indent: -14px;
}
main .contents .text ul > li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background: #d80c18;
}
main .contents .text ul > li + li {
  margin-top: 4px;
}
main .contents .text ul > li a {
  position: relative;
  display: inline-block;
}
main .contents .text ul > li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  margin-bottom: -0.25em;
  background: #006bbf;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
main .contents .text ul > li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
main .contents .text ol {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  counter-reset: number;
}
main .contents .text ol > li {
  margin-left: 1.2em;
  text-indent: -0.63em;
}
main .contents .text ol > li:before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  margin-right: 0.3em;
}
main .contents .text ol > li + li {
  margin-top: 4px;
}
main .contents .text ol > li a {
  position: relative;
  display: inline-block;
}
main .contents .text ol > li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  margin-bottom: -0.25em;
  background: #006bbf;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
main .contents .text ol > li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
main .contents .text .image.floatright {
  float: right;
  margin-left: 32px;
  margin-bottom: 16px;
}
.sp main .contents .text .image.floatright {
  margin-left: 16px;
  margin-bottom: 8px;
}
main .contents .text .image.floatleft {
  float: left;
  margin-right: 32px;
  margin-bottom: 16px;
}
.sp main .contents .text .image.floatleft {
  margin-right: 16px;
  margin-bottom: 8px;
}
.sp main .contents .text .image.spclear {
  float: none;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
main .contents .image img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
main .contents .image p {
  margin: auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
}
* + main .contents .image p {
  margin-top: 8px;
}
main .contents .image.left img {
  margin-left: 0px;
}
main .contents .image.left p {
  margin-left: 0px;
}
main .contents .image.right img {
  margin-right: 0px;
}
main .contents .image.right p {
  margin-right: 0px;
}
main .contents .imagebox {
  display: table;
  width: 100%;
}
main .contents .imagebox > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: top;
}
.sp main .contents .imagebox.spcol1 {
  display: block;
}
.sp main .contents .imagebox.spcol1 > * {
  display: block;
  width: auto !important;
}
.sp main .contents .imagebox.spcol1 > * + * {
  padding-top: 32px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
main .contents .imagebox > * {
  margin-top: 0px !important;
}
main .contents .imagebox > * + * {
  padding-left: 32px;
}
main .contents .imagebox.reverse {
  direction: rtl;
}
main .contents .imagebox.reverse > * {
  direction: ltr;
}
main .contents .imagebox.reverse > * + * {
  padding-left: 0px;
  padding-right: 32px;
}
main .contents .imagebox > .image img {
  width: 100%;
}
main .contents .imagebox > .image p {
  width: auto !important;
}
main .contents .column {
  margin-bottom: -48px;
  margin-left: -48px;
  margin-right: -4px;
}
.sp main .contents .column {
  margin-left: -24px;
  margin-bottom: -24px;
}
main .contents .column:after {
  content: "";
  display: block;
  clear: both;
}
main .contents .column > * {
  float: left;
  margin-bottom: 48px;
  margin-left: 48px;
}
.sp main .contents .column > * {
  margin-left: 24px;
  margin-bottom: 24px;
}
main .contents .column.col1 > * {
  width: calc((100% - 48px * 1 - 4px) / 1);
}
.sp main .contents .column.col1 > * {
  width: calc((100% - 24px * 1 - 4px) / 1);
}
.sp main .contents .column.spcol1 > * {
  width: calc((100% - 24px * 1 - 4px) / 1) !important;
}
main .contents .column.col2 > * {
  width: calc((100% - 48px * 2 - 4px) / 2);
}
.sp main .contents .column.col2 > * {
  width: calc((100% - 24px * 2 - 4px) / 2);
}
.sp main .contents .column.spcol2 > * {
  width: calc((100% - 24px * 2 - 4px) / 2) !important;
}
main .contents .column.col3 > * {
  width: calc((100% - 48px * 3 - 4px) / 3);
}
.sp main .contents .column.col3 > * {
  width: calc((100% - 24px * 3 - 4px) / 3);
}
.sp main .contents .column.spcol3 > * {
  width: calc((100% - 24px * 3 - 4px) / 3) !important;
}
main .contents .column.col4 > * {
  width: calc((100% - 48px * 4 - 4px) / 4);
}
.sp main .contents .column.col4 > * {
  width: calc((100% - 24px * 4 - 4px) / 4);
}
.sp main .contents .column.spcol4 > * {
  width: calc((100% - 24px * 4 - 4px) / 4) !important;
}
main .contents .column.col5 > * {
  width: calc((100% - 48px * 5 - 4px) / 5);
}
.sp main .contents .column.col5 > * {
  width: calc((100% - 24px * 5 - 4px) / 5);
}
.sp main .contents .column.spcol5 > * {
  width: calc((100% - 24px * 5 - 4px) / 5) !important;
}
main .contents .layout {
  display: table;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
main .contents .layout > * {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
main .contents .layout:after {
  content: "";
  display: block;
  clear: both;
}
.sp main .contents .layout {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
main .contents .layout > * {
  padding: 0px 20px;
}
.sp main .contents .layout > * {
  padding: 0px 10px;
}
main .contents .layout > *.left {
  text-align: left;
}
main .contents .layout > *.right {
  text-align: right;
}
main .contents .layout > *.top {
  vertical-align: top;
}
main .contents .layout > *.bottom {
  vertical-align: bottom;
}
.sp main .contents .layout.spcol1 {
  display: block;
  width: auto;
  margin-left: 0px;
  margin-bottom: -24px;
  margin-right: 0px;
}
.sp main .contents .layout.spcol1 > * {
  display: block;
  margin-bottom: 24px;
  padding: 0px;
  width: auto !important;
}
.sp main .contents .button {
  text-align: center;
}
main .contents .button > div {
  display: inline-block;
  -webkit-perspective: 100px;
  perspective: 100px;
}
main .contents .button > div > * {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #006bbf;
}
main .contents .button > div > *:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #0079d9;
  opacity: 1;
}
main .contents .button > div > *.press {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #004e8c;
  -webkit-transform: translateZ(-5px);
  transform: translateZ(-5px);
}
.sp main .contents .button > div {
  display: block;
}
main .contents .button > div + div {
  margin-left: 20px;
}
.sp main .contents .button > div + div {
  margin-top: 20px;
  margin-left: 0px;
}
main .contents .button a {
  position: relative;
  display: inline-block;
  min-width: 190px;
  padding: 12px 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  border: 0px;
  cursor: pointer;
}
main .contents .button a:before {
  content: "";
  position: absolute;
  display: block;
  right: 5px;
  bottom: 5px;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
main .contents .button a.center {
  text-align: center;
}
.sp main .contents .button a {
  width: 100%;
}
main .contents .button.nega > div {
  -webkit-perspective: 100px;
  perspective: 100px;
}
main .contents .button.nega > div > * {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #ffffff;
}
main .contents .button.nega > div > *:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: white;
  opacity: 1;
}
main .contents .button.nega > div > *.press {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #e6e6e6;
  -webkit-transform: translateZ(-5px);
  transform: translateZ(-5px);
}
main .contents .button.nega a {
  color: #006bbf;
  border: 1px solid #006bbf;
}
main .contents .button.nega a:before {
  border-right-color: #006bbf;
  border-bottom-color: #006bbf;
}
main .contents .button.center {
  text-align: center;
}
main .contents .button.right {
  text-align: right;
}
.sp main .contents .button.right {
  text-align: center;
}
main .contents .impactbutton {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-left: -32px;
  width: calc(100% + 32px);
}
.sp main .contents .impactbutton {
  display: block;
}
main .contents .impactbutton > * {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.sp main .contents .impactbutton > * {
  display: block;
}
main .contents .impactbutton > div {
  padding-left: 32px;
}
main .contents .impactbutton a {
  position: relative;
  display: table;
  width: 100%;
  width: 100%;
  height: 128px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26.4px;
  line-height: 1.65rem;
  color: #000000;
  font-weight: bold;
  background: #ffffff;
  cursor: pointer;
}
main .contents .impactbutton a > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: middle;
}
main .contents .impactbutton a:before {
  content: "\e900";
  position: absolute;
  display: block;
  left: 18px;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -20px;
  font-family: 'icons' !important;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  text-indent: 4px;
  color: #ffffff;
  background: #006bbf;
  border: 4px solid #ffffff;
  border-radius: 50%;
  z-index: 5;
}
main .contents .impactbutton a .label {
  position: relative;
  padding: 8px 8px 8px 66px;
  text-shadow: 1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px 1px 0px #ffffff, -1px -1px 0px #ffffff;
  border: 8px solid #000000;
  z-index: 5;
}
main .contents .impactbutton a .label small {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-weight: normal;
}
main .contents .impactbutton a .image {
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0px 0px 0px 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  overflow: hidden;
}
main .contents .impactbutton a .image img {
  position: absolute;
  display: block;
  right: 0px;
  width: auto;
  max-width: none;
  height: 100%;
}
.sp main .contents .impactbutton a .image img {
  opacity: 0.5;
}
main .contents .table {
  overflow-x: auto;
}
main .contents .table table {
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
}
main .contents .table table tbody {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
main .contents .table table th, main .contents .table .format table td, main .contents .format .table table td {
  padding: 20px 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: normal;
  color: #ffffff;
  background: #d80c18;
}
.sp main .contents .table table th, .sp main .contents .table .format table td, .sp main .contents .format .table table td {
  white-space: nowrap;
}
.sp main .contents .table table th span, .sp main .contents .table .format table td span, .sp main .contents .format .table table td span {
  display: block;
}
.sp main .contents .table table th * + span, .sp main .contents .table .format table td * + span, .sp main .contents .format .table table td * + span {
  margin-top: 4px;
}
main .contents .table table tbody th, main .contents .table .format table tbody td, main .contents .format .table table tbody td {
  vertical-align: left;
  text-align: left;
  color: #000000;
  background: #1a1a1a;
}
main .contents .table table td {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: normal;
  color: #000000;
  background: #ffffff;
}
main .contents .table table tbody tr:nth-child(even) th, main .contents .table .format table tbody tr:nth-child(even) td, main .contents .format .table table tbody tr:nth-child(even) td {
  background: #000000;
}
main .contents .table table tbody tr:nth-child(even) td {
  background: #d9d9d9;
}
main .contents .table table .left {
  text-align: left;
}
main .contents .table table .right {
  text-align: right;
}
main .contents .table table .center {
  text-align: center;
}
main .contents .table table .top {
  vertical-align: top;
}
main .contents .table table .bottom {
  vertical-align: bottom;
}
main .contents .table table .middle {
  vertical-align: middle;
}
main .contents .table > p {
  margin-top: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
}
main .contents .format table {
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
  border-bottom: 1px solid #b3b3b3;
}
main .contents .format table th, main .contents .format table td {
  padding: 16px 8px;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  font-weight: bold;
  color: #000000;
  border-top: 1px solid #b3b3b3;
}
main .contents .format table td {
  font-weight: normal;
}
.sp main .contents .format table {
  display: block;
}
.sp main .contents .format table tbody {
  display: block;
}
.sp main .contents .format table tr {
  display: block;
}
.sp main .contents .format table th, .sp main .contents .format table td {
  display: block;
}
.sp main .contents .format table td {
  display: block;
  padding-top: 0px;
  border-top: 0px;
}
main .contents .menu {
  margin-bottom: -20px;
  margin-left: -20px;
  margin-right: -4px;
}
main .contents .menu:after {
  content: "";
  display: block;
  clear: both;
}
.sp main .contents .menu {
  margin-bottom: -10px;
  margin-left: -10px;
}
main .contents .menu > * {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.sp main .contents .menu > * {
  margin-left: 10px;
  margin-bottom: 10px;
}
main .contents .menu.col1 > * {
  width: calc((100% - 20px * 1 - 4px) / 1);
}
.sp main .contents .menu.col1 > * {
  width: calc((100% - 10px * 1 - 4px) / 1);
}
.sp main .contents .menu.spcol1 > * {
  width: calc((100% - 10px * 1 - 4px) / 1) !important;
}
main .contents .menu.col2 > * {
  width: calc((100% - 20px * 2 - 4px) / 2);
}
.sp main .contents .menu.col2 > * {
  width: calc((100% - 10px * 2 - 4px) / 2);
}
.sp main .contents .menu.spcol2 > * {
  width: calc((100% - 10px * 2 - 4px) / 2) !important;
}
main .contents .menu.col3 > * {
  width: calc((100% - 20px * 3 - 4px) / 3);
}
.sp main .contents .menu.col3 > * {
  width: calc((100% - 10px * 3 - 4px) / 3);
}
.sp main .contents .menu.spcol3 > * {
  width: calc((100% - 10px * 3 - 4px) / 3) !important;
}
main .contents .menu.col4 > * {
  width: calc((100% - 20px * 4 - 4px) / 4);
}
.sp main .contents .menu.col4 > * {
  width: calc((100% - 10px * 4 - 4px) / 4);
}
.sp main .contents .menu.spcol4 > * {
  width: calc((100% - 10px * 4 - 4px) / 4) !important;
}
main .contents .menu.col5 > * {
  width: calc((100% - 20px * 5 - 4px) / 5);
}
.sp main .contents .menu.col5 > * {
  width: calc((100% - 10px * 5 - 4px) / 5);
}
.sp main .contents .menu.spcol5 > * {
  width: calc((100% - 10px * 5 - 4px) / 5) !important;
}
main .contents .menu > a {
  position: relative;
  display: block;
  padding-bottom: calc(1.625rem + 26px);
  background: #ffffff;
  overflow: hidden;
}
.sp main .contents .menu > a {
  padding-bottom: calc(1.42188rem + 26px);
}
main .contents .menu > a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
main .contents .menu > a div {
  overflow: hidden;
}
main .contents .menu > a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
main .contents .menu > a strong {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
}
main .contents .menu > a strong span {
  display: inline-block;
}
.sp main .contents .menu > a strong {
  font-size: 17.5px;
  font-size: 1.09375rem;
  line-height: 22.75px;
  line-height: 1.42188rem;
}
main .contents .menu > a > span {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0px;
  padding: 12px 12px 16px;
  color: #ffffff;
  background: #006bbf;
}
main .contents .menu > a > span p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
}
main .contents .menu > a > span p.more {
  font-weight: bold;
}
main .contents .menu > a > span p + p {
  margin-top: 8px;
}
main .contents .menu > a > span.slide {
  bottom: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
main .contents .menu > a > span.slide strong {
  padding-bottom: 16px;
}
html:not(.sp) main .contents .menu > a:hover > span.slide {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
main .contents .menu > a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 5px;
  right: 5px;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
main .contents .menu.simple a {
  padding: 19px 19px 0px;
  border: 1px solid #d9d9d9;
}
.sp main .contents .menu.simple a {
  padding: 9px 9px 0px;
}
main .contents .menu.simple a > span {
  position: static;
  display: table;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 19px;
  color: #000000;
  background: transparent;
}
main .contents .menu.simple a > span > * {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.sp main .contents .menu.simple a > span {
  padding-bottom: 9px;
}
main .contents .menu.simple a > div + span {
  padding-top: 12px;
}
main .contents .menu.simple a:after {
  border-right-color: #006bbf;
  border-bottom-color: #006bbf;
}
main .contents .box {
  padding: 32px;
  border: 1px solid #000000;
}
.sp main .contents .box {
  padding: 16px;
}
main .contents .googlemap {
  position: relative;
  padding-top: 50%;
}
.sp main .contents .googlemap {
  padding-top: 75%;
}
main .contents .googlemap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
main .contents .youtube {
  max-width: 640px;
  margin: auto;
}
main .contents .youtube > div {
  position: relative;
  padding-top: 56.25%;
}
main .contents .youtube > div > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
main .contents .youtube p {
  margin: auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
}
* + main .contents .youtube p {
  margin-top: 8px;
}

.btn {
  text-align: center;
  margin-top: 15px;
}
.btn a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 15px 36px 15px 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  background: #2ebc8f;
}
.btn a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
}
.btn a:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn a:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 5px;
  border-top: 5px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #2ebc8f;
}

.col3_index {
  padding: 15px 0 10px;
}
.col3_index:after {
  content: "";
  display: block;
  clear: both;
}
.col3_index > * {
  display: block;
  width: 32%;
  float: left;
  margin-left: 2%;
}
.sp .col3_index > * {
  width: auto;
  float: none;
  margin-left: 0;
  margin-bottom: 15px;
}
.col3_index > *:nth-of-type(3n+1) {
  margin-left: 0;
}
.col3_index > *:nth-of-type(n+4) {
  margin-top: 30px;
}
.sp .col3_index > *:nth-of-type(n+4) {
  margin-top: 0;
}
.col3_index > * .tx {
  margin-top: 5px;
  text-align: center;
}
.col3_index > *.b {
  padding: 10px 0;
  text-align: center;
  background: #2173b5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
.col3_index > *.b span {
  position: relative;
}
.col3_index > *.b span:after {
  content: ">";
  position: absolute;
  right: -20px;
  font-weight: normal;
}

.acd {
  padding: 0 !important;
}
.acd a {
  padding: 6px 10px;
  display: block;
  position: relative;
}
.acd a:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 8px;
  width: 2px;
  height: 20px;
  background: #fff;
}
.sp .acd a:before {
  top: 6px;
}
.acd a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 17px;
  width: 20px;
  height: 2px;
  background: #fff;
}
.sp .acd a:after {
  top: 15px;
}
.acd a.open:before {
  display: none;
}

.acd_area {
  display: none;
}
