@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.7;
  background: url(images/top/body.png) repeat;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  padding-top: 70px;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 12px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.otf {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-bold {
  font-family: roboto,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-regular {
  font-family: roboto,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
}


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

/* Header
---------------------------------------------------------------*/
.l-header {
  background-color: #000000;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
  height: 70px;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-logo {
  margin-top: 10px;
  display: block;
}

.l-header-logo img {
  width: auto;
  height: 27px;
}

.l-header-info {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.l-header .model-house {
  display: none;
}

.l-header .info-block {
  display: none;
}

/*NAV*/
.l-header-nav {
  position: fixed;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #000;
  padding: 20px 0px;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-nav.active {
  top: 70px;
}


.l-header-nav .l-header-nav__list {
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.l-header-nav ul {
  display: block;
  width: 100%;
}

.l-header-nav ul li {
  width: 92.5%;
  margin: 0 auto;
  border-bottom: 1px dashed rgba(250,250,250,.4);
}

.l-header-nav ul li a {
  color: #fff;
  font-size: 14px;
  padding: 20px 10px;
  display: block;
}

/*hamburger menu*/
.c-navigation-main__hamburger-wrap {
  display: block;
  position: absolute;
  width: 70px;
  z-index: 30;
  height: 70px;
  top: 0;
  right: 0;
}
.c-navigation-main__hamburger-wrap span {
  position: absolute;
  left: 15px;
  width: 40px;
  height: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #fff;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(1) {
  top: 22px;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(2) {
  top: 30px;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(3) {
  bottom: 29px;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  top: 27px;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(2) {
  opacity: 0;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.c-navigation-main__hamburger-wrap.is-show span {
  background-color: #001489;
}

/* Main
---------------------------------------------------------------*/
.l-wrapper {
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/
.l-footer {
  padding: 40px 0 30px;
  background: url(images/top/body_white.png) repeat;
}

.l-footer-inner {
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.f-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.f-nav-list {
  width: 49%;
  margin-right: 0;
  margin-bottom: 25px;
}

.f-nav-list:nth-child(2n) {
  margin-left: 2%;
}

.f-nav-list li {
  margin-bottom: 8px;
}

.f-nav-list li a {
  padding-left: 12px;
  position: relative;
  font-size: 13px;
}

.f-nav-list li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 3px;
  height: 14px;
  background: #c0a140;
}

.sns {
  margin: 40px auto 0;
  text-align: center;
  height: 48px;
}

.sns ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  height: 48px;
}

.sns ul li {
  margin-right: 28px;
}

.sns ul li:nth-child(1) {
  width: 48px;
}

.sns ul li:nth-child(2) {
  width: 44px;
}

.sns ul li:nth-child(3) {
  width: 57px;
  margin-right: 0;
}

.sns ul li:nth-child(1) a {
  background: url(images/top/sns-logo.png) no-repeat 0 0;
  display: block;
  width: 48px;
  height: 48px;
}

.sns ul li:nth-child(2) a {
  background: url(images/top/sns-logo.png) no-repeat -76px 0px;
  display: block;
  width: 44px;
  height: 46px;
}

.sns ul li:nth-child(3) a {
  background: url(images/top/sns-logo.png) no-repeat -146px 0px;
  display: block;
  width: 57px;
  height: 45px;
}

.f-btn {
  position: absolute;
  left: 50%;
  top: 210px;
  width: 38vw;
  margin: 0 auto 20px;
  background: #fff;
  border: 1px solid #c8c8c8;
}

.f-btn a {
  display: block;
}

.f-btn p {
  line-height: 1.3;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.f-btn span {
  padding: 12px 12px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  background: #594e88;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.f-btn span:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.f-logo {
  text-align: center;
  margin: 55px auto 40px;
}

.f-info {
  text-align: center;
  font-size: 13px;
}

.copyright p {
  text-align: center;
  font-size: 11px;
  margin-top: 29px;
}

/*fixed-banner*/
.fixed-banner {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 200px;
  z-index: 1000;
  display: none;
}

.fixed-banner .close {
  position: absolute;
  right: 1px;
  top: -33px;
  width: 32px;
  height: 32px;
  background: url(images/top/fixed-btn-close.svg) no-repeat top center;
  background-size: 100%;
  display: block;
}

.fixed-banner img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

.mv {
  height: calc(100vh - 70px);
  width: 100%;
}

.mv-inner {
  height: calc(100vh - 70px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-attachment: fixed;*/
}

.mv_slide {
  position: relative;
}

.mv_one {
  background-image: url(images/top/mv_slider01_sp.png);
  background-position: bottom center;
}

.mv_two {
  background-image: url(images/top/mv_slider02_sp.png);
  background-position: center center;
}

.mv_three {
  background-image: url(images/top/mv_slider03_sp.png);
  background-position: center center;
}

.mv_four {
  background-image: url(images/top/mv_slider04_sp.png);
  background-position: center center;
}

.mv_five {
  background-image: url(images/top/mv_slider05_sp.png);
  background-position: center center;
}

.mv_six {
  background-image: url(images/top/mv_slider06_sp.png);
  background-position: center center;
}

.mv-inner .mv-catch {
  margin-top: 6vw;
  text-align: center;
}

.mv-inner .mv-catch .mv-catch-txt {
  margin-bottom: 5vw;
  line-height: 1.3;
  font-size: 8vw;
  letter-spacing: 2px;
  color: #fff;
}

.mv-inner .mv-catch .mv-catch-txt.type02,
.mv-inner .mv-catch span.type02 {
  text-shadow: 0px 0px 13px rgba(250,250,250,0.9), -1px -1px 13px rgba(250,250,250,0.9);
}

.mv-inner .mv-catch .mv-catch-txt.type03,
.mv-inner .mv-catch span.type03 {
  color: #000;
  text-shadow:0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6),
  0 0 6px rgba(250,250,250,0.6);
}

.mv-inner .mv-catch .mv-catch-txt.type04,
.mv-inner .mv-catch span.type04 {
  text-shadow: 0px 0px 13px rgba(0,0,0,.9);
}

.mv-inner .mv-catch span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
}

.mv-inner .mv-catch .mv-catch-txt.u-color-black ,
.mv-inner .mv-catch span.u-color-black {
  color: #000;
}

.mv-inner .mv-catch .mv-catch-txt p {
  position: relative;
  left: 10px;
}

.sp-mv-info {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  overflow: hidden;
  display: block;
}

.model-house {
  width: 80%;
  margin: 0 auto;
}

.model-house a {
  width: 100%;
  padding: 6px 0;
  position: relative;
  background-color: #94771e;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding-left: 10px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.model-house a:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.info-block {
  width: 80%;
  margin: 10px auto 0;
}

.info-block a {
  width: 100%;
  padding: 6px 0;
  position: relative;
  background-color: #4b2f61;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding-left: 10px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.info-block a:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.customer {
  width: 80%;
  margin: 10px auto 0;
}

.customer a {
  width: 100%;
  padding: 6px 0;
  position: relative;
  background-color: #94771e;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding-left: 10px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.customer a:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*about*/
.about {
  padding: 0px 0 60px;
}

.about .c-center {
  padding: 0;
}

.about .lead-sub {
  padding-top: 30px;
}

.about-list + .about-list {
  margin-top: 0px;
}

.about-list {
  display: block;
}

.about-list .block {
  width: 100%;
  background-color: #fff;
}

.about-list .block.about-txt {
  padding: 60px 30px 60px;
}

.about-list .block h2 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 24px;
}

.about .btnArea {
  width: 80%;
  margin: 45px auto 0;
  text-align: center;
}

.youtube_area {
  padding: 40px 0 0;
}

.youtube_area h2 {
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.youtube_area a {
  width: 86%;
  display: block;
  font-size: 14px;
  padding: 1em 0;
  margin: 10px auto 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
}

.infoArea + .youtube_area {
  padding: 0px 0 50px;
}



.youtube_scroll {
  width: 100%;
  overflow: scroll;
  position: relative;
  padding: 15px 0;
}

.youtube_list {
  width: 270%;
  padding: 0 20px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.youtube_list li {
  width: 32%;
}

.youtube_list li div {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.youtube_list li div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*build*/
.build {
  padding: 40px 0 40px;
  background: url(images/top/body_white.png) repeat;
}

.build h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.build-list {
  display: block;
  width: 86%;
  margin: 0 auto;
}

.build-list__item {
  margin: 0 0px;
}

.build-list__item + li {
  margin-top: 35px;
}

.build-list__item h3 {
  text-align: center;
  font-size: 26px;
  color: #8f772f;
  margin-bottom: 10px;
}

.build-list__item .thum ,
.build-list__item .thum img {
  width: 100%;
}

.build-list__item .ttl {
  text-align: center;
  margin: 16px 0 19px;
  font-size: 14px;
  font-weight: bold;
}

.build-list__item .txt15 {
  margin-bottom: 15px;
  font-size: 13px;
}

.build-list__item .btnArea {
  text-align: center;
}

/*case*/
.casevoice {
  padding: 50px 0 50px;
}

.case {
  width: 86%;
  margin: 0 auto 35px;
  display: block;
  padding-bottom: 35px;
  border-bottom: 1px solid #828282;
}

.casevoice .c-center .btnArea {
  text-align: center;
}

.case .thum {
  width: 100%;
}

.case .thum img {
  width: 100%;
}

.case .info {
  width: 100%;
  margin-top: 20px;
}

.case .info .box {
  margin-bottom: 10px;
}

.casevoice h2 {
  font-size: 38px;
  color: #8f772f;
  margin-bottom: 15px;
}

.casevoice .txt17 {
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.case .btnArea {
  text-align: right;
}

.voicetop {
  width: 86%;
  margin: 0 auto;
  display: block;
}

.voicetop .thum {
  width: 100%;
  position: relative;
}

.voicetop .thum span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 13px;
}

.voicetop .info {
  order: 1;
  margin-right: auto;
}

/*flow*/
.flow {
  padding: 50px 0 50px;
  background: url(images/top/body_white.png) repeat;
}

.lead {
  text-align: center;
  margin-bottom: 30px;
}

.lead h2 {
  font-size: 15px;
  color: #8f772f;
}

.lead span {
  display: block;
  line-height: 1.4;
  font-size: 32px;
}

.flow .inner {
  width: 86%;
  margin: 0 auto;
  display: block;
}

.flow .inner .thum ,
.flow .inner .info {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flow .inner .info {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 20px 20px 10px;
}

.flow .inner .info .txt17 {
  line-height: 1.8;
}

.flow .inner .info .btnArea {
  margin-top: 25px;
  text-align: center;
  margin-bottom: 25px;
}

/*column*/
.column {
  padding: 50px 0 50px;
}

.column-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

.column-list li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}

.column-list li:nth-child(2n) {
  margin-right: 0;
}

.column-list li .thum {
  border: 1px solid #000;
}

.column-list li .thum ,
.column-list li .thum img {
  width: 100%;
}

.column-list li .info {
  background: #fff;
  padding: 20px 10px 35px;
  position: relative;
  border: 1px solid #000;
  border-top: none;
}

.column-list li .info:before {
  content: '＞';
  position: absolute;
  right: 13px;
  bottom: 12px;
  font-size: 13px;
}

.column .linkArea {
  text-align: center;
  margin-top: 24px;
}

/*news*/
.news {
  padding: 50px 0 50px;
  margin-bottom: 20px;
  margin-top: 20px;
  background: url(images/top/body_white.png) repeat;
}

.news-list {
  max-width: 92%;
  margin: 0 auto;
}

.news-list li {
  margin-bottom: 18px;
}

.news-list li a {
  display: block;
}

.news-list li a .news-date {
  width: 100px;
}

.news-list li h2 {
  margin-top: 0px;
  width: 100%;
  font-size: 13px;
}

.news-list li a h2 {
  color: #4276BE;
  text-decoration: underline;
  word-wrap:break-word;
}

.news .linkArea {
  text-align: center;
  margin-top: 36px;
}

/*news*/
.faq {
  padding: 50px 0 50px;
  background: url(images/top/body_white.png) repeat;
}

.faq .txt17 {
  text-align: center;
}

.faq .btnArea {
  margin-top: 40px;
  text-align: center;
}

/*info*/

.infoArea {
  padding: 50px 0;
}

.infoArea .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 92%;
  margin: 0 auto;
}

.infoArea .info-list {
  width: 48%;
  background: #fff;
  margin-right: 2%;
  padding: 25px 0px 45px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.infoArea .info-list:nth-child(2){
  margin-left: 2%;
  margin-right: 0;
}

.infoArea .info-list .thum {
  text-align: center;
  margin: 0 auto 10px;
  max-width: 40px;
}

.infoArea .info-list .txt16 {
  margin-bottom: 10px;
  font-size: 13px;
  min-height: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infoArea .info-list .btnArea {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.infoArea .info-list a {
  width: 100%;
  font-size: 13px;
}
/*lv*/
.lv {
  padding: 40px 10px;
}

.lv h1 ,
.lv p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}

/*breadcrumbs*/
.breadcrumbs {
  padding: 10px 20px;
}

.breadcrumbs ol {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.breadcrumbs ol li {
  float: left;
  margin-right: 15px;
  font-size: 12px;
}

/*about*/

.about-head {
  padding: 30px 0 50px;
  text-align: center;
}

.lead-sub {
  text-align: center;
  margin-bottom: 20px;
}

.lead-sub h2 {
  font-size: 20px;
}

.lead-sub span {
  text-align: center;
  display: block;
  margin-top: 20px;
}

.about-head .btnArea {
  margin-top: 30px;
}

.about-catch {
  text-align: center;
  margin-top: 66px;
}

.about-catch .ttl {
  color: #fff;
  font-size: 24px;
  padding-top: 70px;
  position: relative;
  margin-bottom: 30px;
}

.about-catch .ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 40px;
  background: #fff;
}

.about-catch .txt16 {
  color: #fff;
}

/*仕組み*/
.fadein {
  transition: .5s cubic-bezier(0.77, 0, 0.175, 1);
  margin-top: 50px;
  visibility: hidden;
  opacity: 0;
}

.fadein.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.shikumi_container {
  position: relative;
  background-color: #fff;
  /*cursor: pointer;*/
}

.shikumi_container .text {
  max-width: 1050px;
  padding: 30px 20px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.shikumi_container p {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 1%;
}

.shikumi_container h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 3%;
}

.shikumi_li {
  padding-bottom: 5%;
}

.shikumi_li li {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

.shikumi_container li::before {
  content: "Q";
  position: absolute;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  background: #060606;
  top: 0px;
  left: 0px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.shikumi_container .visiual .shikumi_img {
  width: 100%;
  height: auto;
}

.shikumi_container .visiual .pc_only {
  width: 30%;
  position: absolute;
  top: 8%;
  right: 0;
}

.shikumi_container .c-btn.c-btn-medium {
  width: 220px;
  margin: 20px auto 0;
  display: block;
  height: 42px;
  line-height: 42px;
}

.shikumi_container .slidshow  {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: .2s ease-in;
}

.shikumi_container .slidshow.active  {
  visibility: visible;
  opacity: 1;
}

.shikumi_container .layout {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.shikumi_container .close_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  transform: rotate(45deg);
  z-index: 1;
}

.shikumi_container .close_btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 15px;
}

.shikumi_container .close_btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #000;
  position: absolute;
  left: 15px;
  top: 0px;
}

.shikumi_container .swiper-container {
  width: 335px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}

.shikumi_container .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%!important;
  transform: translateX(-50%);
}

.shikumi_container .swiper-pagination-bullet {
  margin: 0 3px!important;
}

.shikumi_container .swiper-pagination-bullet-active {
  background: #FFA700;
}

.swiper-button-prev,
.swiper-button-next {
 position: absolute;
 top: 50%;
 width: calc(var(--swiper-navigation-size) / 44 * 27);
 height: var(--swiper-navigation-size);
 margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
 z-index: 10;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--swiper-navigation-color, var(--swiper-theme-color));
 width: 48px;
 height: 48px;
 background-size: 48px 48px;
 margin-top: -24px;
}

.swiper-button-prev {
 background-image: url(images/about/arrow_orange.svg);
}

.swiper-button-next {
 background-image: url(images/about/arrow_orange.svg);
 transform: scale(-1, 1); /* 左右反転 */
}

.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}

/*schene*/

.schene {
  padding: 40px 0 60px;
}

.schene-inner {
  display: block;
}

.schene-inner .schene-inner-list {
  width: 100%;
}

.schene-inner .schene-inner-list + .schene-inner-list {
  margin-top: 45px;
}

.schene-inner .schene-inner-list .box {
  margin-bottom: 30px;
}

.schene-inner .schene-inner-list .box img {
  width: 100%;
}

.schene-inner .schene-inner-list .ttl {
  text-align: center;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

/*voice*/

.voice.sub {
  width: 100%;
  position: relative;
}

.voice-inner {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 40px 0;
}

.voice-inner .lead-sub {
  margin-bottom: 0;
}

.voice-inner-box span {
  margin-bottom: 25px;
  display: block;
}

.sp-voice-thum img {
  width: 100%;
}

/*開発の想い*/

.developer {
  padding: 40px 0;
}

.developer-list + .developer-list {
  margin-top: 50px;
}

.developer-list {
  display: block;
}

.developer-list .thum {
  width: 100%;
}

.developer-list .thum img {
  width: 100%;
}

.developer-list .info {
  width: 100%;
  margin-top: 20px;
}

.developer-list .info .txt18 + .txt18 {
  margin-top: 20px;
}

.developer-list .info .txt18 {
  line-height: 2;
  letter-spacing: -0.01em;
}

.developer-list.second .thum {
  order: 2;
}

.developer-list.second .info {
  margin-left: 0;
  margin-right: auto;
  order: 1;
}

/*hotel*/

.category {
  padding-top: 30px;
  padding-bottom: 40px;
}

.category .cat_ttl {
  margin-bottom: 14px;
  padding-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #111111;
}

.category-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.category-list li {
  margin-right: 7px;
  margin-bottom: 7px;
}

.category-list li a {
  display: block;
  text-align: center;
  padding: 4px 17px;
  font-size: 13px;
  border-radius: 150px;
  border: 1px solid #060606;
  line-height: 1.3;
}

.category-list li.active a,
.category-list li:hover a {
  background: #060606;
  color: #fff;
}

.hotel {
  padding-bottom: 90px;
}

.hotel-list {
  padding-bottom: 58px;
  display: block;
}

.hotel-list .hotel-list-thum {
  width: 100%;
  order: 2;
}

.hotel-list .hotel-list-thum img {
  width: 100%;
}

.hotel-list .hotel-list-info {
  width: 100%;
  margin-right: auto;
  order: 1;
}

.hotel-list:nth-child(odd) .hotel-list-info {
  margin-right: 0;
  margin-left: auto;
  order: 2;
}

.hotel-list:nth-child(odd) .hotel-list-thum {
  width: 100%;
  order: 1;
}

.hotel-list .hotel-list-info h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
}

.hotel-list .hotel-list-info .catch {
  margin-bottom: 20px;
}

.hotel-list-info__inner {
  padding: 20px;
  margin: 0px 0 10px;
}

.sp-hotel-list-thum img {
  width: 100%;
}

.hotel-list-info__inner dl {
  display: table;
  width: 100%;
}

.hotel-list-info__inner dl dt ,
.hotel-list-info__inner dl dd {
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
}

.hotel-list-info__inner dl + dl {
  margin-top: 10px;
}

.hotel-list-info__inner dl dt {
  width: 100px;
}

.hotel-list-info__inner dl dd {
  padding-left: 15px;
}

.hotel-list .c-btn.c-btn-medium {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  display: block;
}

/*lineup*/

.lineup-head {
  padding: 40px 0;
}

.lineup_slide {
  padding-bottom: 30px;
}

.lineup_slide .slick-slide {
  margin: 0 2vw;
}

.lineup_slide_btn {
  text-align: center;
}

.lineup_slide_btn {
  margin-top: 45px;
}

.lineup_slide_btn a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 13px 60px;
  line-height: 1.2;
  border: 1px solid #fff;
  position: relative;
}

.lineup_slide_btn a:before {
  content: '';
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.lineup-center {
  padding: 40px 0 70px;
}

.ttlType01 {
  background: #E8E3D3;
  padding: 12px 20px;
  font-size: 17px;
  margin-bottom: 20px;
}

.lineup-list {
  margin: 30px 0 50px;
  display: block;
}

.lineup-list .lineup-list-items {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.lineup-list .lineup-list-items:nth-child(2n) {
  margin-left: auto;
}

.lineup-list .lineup-list-items .thum {
  margin-bottom: 10px;
}

.lineup-list .lineup-list-items .thum img {
  width: 100%;
}

.lineup-inner + .lineup-inner {
  margin-top: 60px;
}

.lineup-inner .btn-pdf {
  text-align: center;
}

.data {
  padding: 40px 0px 0px;
}

.data .lead-sub span {
  width: 92.5%;
  margin-left: auto;
  margin-right: auto;
}

.lineup-case {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  padding: 40px 0 50px;
}

.case-ttl p {
  width: 92.5%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

.case-ttl p span {
  font-size: 42px;
  font-weight: 500;
}

.case-ttl p + span {
  width: 92.5%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.case-ttl time {
  display: block;
  font-size: 13px;
}

.lineup-case-bg {
  margin-top: 30px;
  padding-bottom: 20%;
  background: url(images/lineup/case_bg.png) repeat-x top center;
  -webkit-animation: bgroop 20s linear infinite;
  animation: bgroop 20s linear infinite;
  background-size: auto 100%;
  height: 200px;
}

@-webkit-keyframes bgroop {
  from {
    background-position: 0  0;
  }
  to {
    background-position: -1956px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1956px 0;
  }
}

.ability-list {
  padding: 40px 0;
}

.ability-list .c-center03 {
  display: block;
}

.ability-list-thum ,
.ability-list-thum img {
  width: 100%;
}

.ability-list-thum {
  margin-bottom: 10px;
}

.ability-list-info {
  padding-top: 20px;
  width: 100%;
  order: 1;
}

.slick-dots {
  width: 100%!important;
  margin-left: 0!important;
  left: 0!important;
  padding: 0!important;
}

.ability-list:nth-child(even) .ability-list-thum {
  margin-left: 0;
  margin-right: auto;
  order: 1;
}

.ability-list:nth-child(even) .ability-list-info {
  order: 2;
}

.ability-list-thum__full {
  width: 100%;
  order: 2;
  margin-top: 40px;
}

.ability-list-thum__full .ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.ability-list-thum__full-inner + .ability-list-thum__full-inner {
  margin-top: 30px;
}

.ttl-type02 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.ability-list-info .txt16 {
  color: #fff;
}

.ability-btn {
  text-align: center;
  margin-top: 70px;
}

.ability-btn a {
  display: block;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  font-size: 14px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ability-btn a:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 22px;
  width: 16px;
  height: 1px;
  background: #fff;
}

.ability-btn a:after {
  content: '';
  position: absolute;
  right: 28px;
  top: 15px;
  width: 1px;
  height: 16px;
  background: #fff;
}

.license {
  padding-top: 40px;
  padding-bottom: 50px;
}

.license-inner {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
  display: block;
}

.license-inner-thum {
  width: 100%;
  text-align: center;
}

.license-inner-info {
  width: 100%;
  margin-top: 20px;
}

.license-inner-info p + p {
  margin-top: 20px;
}

.license-inner-info .license-bg {
  background: #E8E3D3;
  padding: 15px 15px;
  margin-top: 30px;
}

.license-inner-info .license-bg .ttl {
  font-weight: bold;
  margin-bottom: 12px;
}

.license-inner-info .license-bg .txt {
  margin-top: 0;
  font-size: 13px;
}

/*flow*/

.l-nav {
  padding: 20px 20px 50px;
}

.l-nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.l-nav-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.l-nav-list {
  position: relative;
  z-index: 1;
}

.l-nav-list li {
  border-right: 2px solid #fff;
  margin-bottom: 2px;
  background-color: #E8E3D3;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-nav-list li:nth-child(2n) {
  border-right: 0;
}

.l-nav-list li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 17px 10px;
  background: url(images/flow/arw-btm.svg) no-repeat left bottom;
  background-size: 13px auto;
  line-height: 1.2;
  font-size: 13px;
  font-weight: medium;
  height: 100%;
}

.flow-sub {
  padding-bottom: 10px;
}

.flow-inner {
  margin-bottom: 64px;
  position: relative;
}

.flow-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 100%;
  background: #060606;
  color: #fff;
  font-size: 16px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -34px;
  width: 41px;
  height: 34px;
  background: url(images/flow/flow-arw-btm.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.flow-inner.flow01:before {
  content: '';
}

.flow-inner.flow02:before {
  content: '全国各地のF-CON取扱会社へお問い合わせください';
}

.flow-inner.flow03:before {
  content: 'ファーストプランご提示目安／１週間から２週間';
}

.flow-inner.flow04:before {
  content: '目安／２週間から１ヶ月';
}

.flow-inner.flow05:before {
  content: '目安／２週間から１ヶ月';
}

.flow-inner.flow06:before {
  content: 'ご注文から納品目安／１ヶ月から２ヶ月　　　　施工期間目安／２ヶ月から３ヶ月';
}

.flow-list {
  background: #fff;
  padding: 20px 15px;
  margin-left: 41px;
}

.flow-list + .flow-list {
  margin-top: 40px;
}

.faqArea.faq-box {
  margin-bottom: 0;
  border-top: 1px solid #111111;
}

.faqArea.faq-box.last {
  margin-bottom: 30px;
}

.faqArea.inner {
  position: relative;
}

.voicer-head {
  padding: 15px 0;
  position: relative;
  box-sizing: border-box;
}

.default_show .js-toggle-open {
  display: none;
}

.js-toggle-open a {
  display: block;
  cursor: pointer;
  text-decoration: underline;
  color: #000;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  text-indent: -9999px;
}

.default_show .js-toggle-open {
  display: none;
}

.toggle {
  display: none;
  position: relative;
  text-align: left;
  vertical-align: middle;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 0%;
  margin-right: 0%;
  width: 100%;
  max-height: 100%;
  max-width: 1060px;
  background: #fff;
  cursor: auto;
  z-index: 20;
  white-space: normal;
}

.toggle.active {
  display: block;
}

.toggle-inner {
  background-color: #F7F7F7;
  padding: 20px;
  width: 100%;
  box-sizing:border-box;
  border-top: 1px solid #cccccc;
}

.toggle-inner a {
  text-decoration: underline;
  color: #007e9b;
}

.toggle-inner span {
  width: 55px;
  font-size: 18px;
  color: #94771e;
  font-weight: 500;
  padding-right: 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.default_show .toggle-inner {
  display: block;
}

.toggle-inner p {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.voicer-head .question {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}

.voicer-head span {
  text-align: center;
  display: inline-block;
  width: 34px;
  height: 38px;
  line-height: 38px;
  background: #E8E3D3;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 500;
}

.voicer-head h3 {
  font-size: 16px;
  font-weight: 500;
  width: 81%;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#js-modal .voicer-head h3 {
  padding-right: 0;
}

.voicer-head h3:before {
  display: none;
}

.js-toggle-close a:before {
  content: '';
  background: url(images/about/ico-target.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 24px;
  height: 20px;
  right: 14px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
}

.js-toggle-open a:before {
  content: '';
  background: url(images/about/ico-target.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 18px;
  height: 20px;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
}

.flow-list .btnArea {
  text-align: center;
  margin-top: 40px;
}

.flow-ttl {
  margin-bottom: 20px;
}

.flow-list-inner__info p + p {
  margin-top: 25px;
}

.flow-ttl .en {
  display: block;
  padding-left: 20px;
  position: relative;
  margin-bottom: 3px;
  font-size: 12px;
  color: #AAAAAA;
  font-weight: bold;
}

.flow-ttl .en:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 3px;
  background: #C1A041;
}

.flow-ttl h2 {
  font-size: 22px;
}

.flow-ttl .flow-con span {
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 200px;
  padding: 3px 15px 2px;
  line-height: 1.2;
  font-size: 12px;
  background: #060606;
}

.flow-faq-ttl {
  margin-bottom: 14px;
  margin-top: 20px;
}

.flow-faq.last {
  border-bottom: 1px solid #111;
}

.flow-list-inner {
  display: block;
}

.flow-list-inner__info {
  width: 100%;
}

.flow-list-inner__thum {
  margin-top: 10px;
  width: 100%;
}

.flow-list-inner__thum img {
  width: 100%;
}

.estimate-items {
  display: block;
  margin-bottom: 36px;
}

.estimate-list {
  width: 100%;
}

.estimate-list li {
  margin-bottom: 6px;
  padding-left: 16px;
  position: relative;
}

.estimate-list li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #060606;
}

.estimate-list li p {
  color: #DD3636;
}

.flow-inner.flow08 .flow-list {
  margin: 0;
}

.flow-inner.flow08:before ,
.flow-inner.flow08:after {
  display: none;
}
.modal-close__wrap {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 30;
}

.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}

.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}

.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: .5;
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}

.overlay.open {
  display: block;
}

/*FAQ*/

.faqsub {
  padding-bottom: 100px;
}

.faqsub .c-center03 {
  padding: 20px 20px 30px;
  max-width: 92.5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 29px;
}

.faqsub .c-center03 .flow-faq:last-of-type .faqArea.faq-box {
  border-bottom: 1px solid #111;
}

/*VOICE*/
.voicesub .lead-sub span {
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 30px;
}

.voicesub-list {
  display: block;
}

.voicesub-list-items {
  width: 100%;
  margin-bottom: 35px;
}

.voicesub-list-items .thum img {
  width: 100%;
}

.voicesub-list-items h3 {
  margin: 10px 0;
}

.voicesub-list-items h3 a:hover {
  text-decoration: underline;
}

.voice-tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.voice-tag li {
  margin-right: 11px;
  margin-bottom: 10px;
}

.voice-tag li a {
  display: inline-block;
  padding-left: 12px;
  background: url(images/voice/ico-tag.svg) no-repeat left center;
  background-size: 9px;
  color: #96761A;
  font-size: 13px;
}

.voicesub-box .btnArea {
  text-align: center;
}

.voicesub-box {
  padding-bottom: 40px;
}

.housing-case .c-center03 {
  padding: 40px 20px 0;
}

.voicesub .c-btn.c-btn-medium ,
.housing-case .c-btn.c-btn-medium {
  width: 320px;
}

/*single page*/

.body-single {
  padding: 30px 0 60px;
}

.body-single h1 {
  font-size: 22px;
  color: #060606;
  margin-bottom: 20px;
}

.single-head {
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #111111;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.single-head time {
  color: #555555;
  font-size: 13px;
}

.single-head .voice-cat {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
  color: #95771F;
  font-size: 13px;
}

.single-head .voice-cat:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: #555555;
}

.body-single h2 {
  background: #E8E3D3;
  padding: 12px 10px;
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.body-single h3 {
  font-size: 17px;
  font-weight: bold;
  padding-left: 12px;
  border-left: 4px solid #333;
  margin-bottom: 15px;
}

.body-single h4 {
  font-size: 15px;
  font-weight: bold;
  color: #94771e;
  margin-bottom: 15px;
}

.body-single ul {
  margin-top: 15px;
  margin-bottom: 25px;
}

.body-single ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 7px;
}

.body-single ul li:before {
  content: '・';
  position: absolute;
  left: -6px;
  top: -5px;
  font-size: 18px;
  color: #94771e;
}

.body-single ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 20px;
}

.body-single ol li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 15px;
}

.body-single ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  left: -6px;
  top: -2px;
  font-size: 14px;
  color: #94771e;
}

.body-single p {
  margin-bottom: 20px;
}

.body-single img {
  margin-bottom: 25px;
}

.body-single a {
  text-decoration: underline;
}

.body-single a:hover {
  text-decoration: none;
}

.body-single table {
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #ccc;
  width: 100%;
  margin: 25px 0;
}

.body-single table tr td {
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
}

.body-single table tr th {
  background-color: #E8E3D3;
  padding: 5px;
  border: 1px solid #ccc;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.body-single strong {
  font-weight: bold;
}

.prev_next_area {
  width: 100%;
  margin: 30px auto 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prev_next_area .next-link {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(images/voice/next-btn.svg) no-repeat top center;
  background-size: 32px auto;
  float: right;
}

.prev_next_area .prev-link {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(images/voice/prev-btn.svg) no-repeat top center;
  background-size: 32px auto;
  float: left;
}

.prev_next_area .btnArea {
  text-align: center;
  margin-bottom: 4px;
}

.prev_next_area .btnArea .c-btn.c-btn-medium {
  text-decoration: none;
}

.related-box {
  padding-bottom: 50px;
}

.post-inner {
  width: 100%;
  padding: 0 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.related-box h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.post-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #111111;
}

.post-list-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.post-list-inner .thum {
  width: 30%;
}

.post-list-inner .thum img {
  width: 100%;
}

.post-list-inner .info {
  width: calc(100% - 33%);
  margin-left: auto;
  padding-top: 0px;
}

.post-list-inner .info-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.post-list-inner time {
  color: #555555;
  font-size: 12px;
}

.post-list-inner .voice-cat {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 12px;
  color: #95771F;
}

.post-list-inner .voice-cat:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: #555555;
}

.post-list-inner .info p.ttl {
  font-size: 13px;
}

.post-list a .post-list-inner .info .ttl {
  color: #4276BE;
  text-decoration: underline;
}

/*COLUMN*/
.column-catch {
  text-align: center;
  padding: 38px 0 30px;
  font-size: 16px;
  line-height: 1.6;
}

/*CONTACT*/
.contact {
  padding: 30px 0 0;
}

.contact-catch {
  text-align: center;
  margin-bottom: 50px;
}

.sended-txt {
  padding: 30px 0 100px;
}

.h2-title {
  font-size: 18px;
}

.formTable {
  width: 100%;
  padding-top: 30px;
}

.formTable tr {
  border-top: 1px solid #AAAAAA;
  margin-bottom: 4px;
  display: block;
}

.formTable tr th {
  text-align: left;
  vertical-align: top;
  padding: 14px 0px;
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.formTable tr th.vtop {
  vertical-align: top;
}

.formTable tr th.hissu:after {
  content: '必須';
  display: inline-block;
  padding: 3px 10px;
  line-height: 1;
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #CB1313;
}

.formTable tr td {
  padding: 0px 0px 10px;
  padding-right: 0;
  display: block;
}

.formTable tr th span {
  color: #C54A45;
  font-size: 13px;
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid #C54A45;
  line-height: 1.3;
  text-align: center;
  margin-left: 10px;
  border-radius: 4px;
}

.formTable tr td label {
  margin-right: 30px;
}

.formTable tr td.btm-label label {
  margin-right: 30px;
  margin-bottom: 6px;
  display: inline-block;
}

textarea {
  width: 100%;
  height: 140px;
  padding: 20px;
}

.c-input, select[class^="c-select"],
.c-textarea,
.c-radio,
.c-checkbox {
  margin: 0;
  border-radius: 0;
  font: inherit;
}

.c-textarea
.c-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.c-input {
  overflow: visible;
}

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

.c-input::-moz-placeholder {
  opacity: 1;
}

.c-textarea {
  overflow: auto;
}

.c-textarea::-moz-placeholder {
  opacity: 1;
}

select[class^="c-select"] {
  text-transform: none;
}

select[class^="c-select"] optgroup {
  font: inherit;
}

/* Input, select and textarea
 ========================================================================== */
.c-input, .c-textarea {
  -webkit-appearance: none;
}

.c-input, select[class^="c-select"], .c-textarea {
  max-width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #333;
  border: 1px solid #bec1c7;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

.c-input {
  height: 46px;
  vertical-align: middle;
  display: inline-block;
}

select[class^="c-select"] {
  height: 46px;
  vertical-align: middle;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}

.c-textarea {
  line-height: 1.5;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 4px;
}

/* Focus */
.c-input:focus, select[class^="c-select"]:focus,
.c-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #333;
  border-color: #bec1c7;
}

/* Text, Textarea
 ========================================================================== */
.c-input, .c-textarea {
  width: 100%;
}

.c-input.c-input--small {
  width: 54px;
}

.c-input.c-input--medium {
  width: 48%;
}

.c-input + .c-input {
  margin-left: 2%;
}

select[class^="c-select"] + .c-input,
.c-input + select[class^="c-select"] {
  margin-left: 12px;
}

/* Select
 ========================================================================== */
select[class^="c-select"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%226px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(113%2C%20113%2C%20113)%22%20d%3D%22M10.014%2C0.009%20L-0.014%2C0.009%20L5.000%2C6.000%20L10.014%2C0.009%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 7px top 50%;
}

.c-select {
  width: 100%;
}

.c-select--small {
  width: 96px;
}

select[class^="c-select"] option {
  color: #333;
}

/* Radio & Checkbox
 ========================================================================== */
.c-radio,
.c-checkbox {
  display: inline-block;
  height: 15px;
  width: 15px;
  overflow: hidden;
  margin-top: -2px;
  margin-right: 7px;
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 1px solid #383736;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}

.c-radio {
  border-radius: 50%;
  transform: rotate(1deg);
}

.c-radio:focus,
.c-checkbox:focus {
  outline: none;
  border-color: #383736;
}

.c-radio:checked,
.c-checkbox:checked {
  background-color: transparent;
  border-color: #383736;
}

.c-radio:checked:focus,
.c-checkbox:checked:focus {
  background-color: transparent;
}

/* Checked Icons */
.c-radio::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  background-color: transparent;
  border-radius: 50%;
}

.c-radio:checked::after {
  background-color: #383736;
}

.c-checkbox::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 3px;
  width: 6px;
  height: 12px;
  border-right: 3px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(40deg);
}

.c-checkbox:checked::after {
  border-color: #383736;
}

.p-submit {
  width: 320px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  line-height: 50px;  
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #BEA042;
  position: relative;
  margin-top: 20px;
  border: none;
  display: inline-block;
}

.p-submit:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-submit:hover {
  opacity: .7;
  cursor: pointer;
}

/*COMPANY*/
.company {
  padding: 40px 0 60px;
}

.company-inner + .company-inner {
  margin-top: 100px;
}

.company-inner h2 {
  padding-bottom: 11px;
  border-bottom: 1px solid #060606;
  margin-bottom: 20px;
}

.company-inner dl {
  display: table;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #AAAAAA;
}

.company-inner dl dt,
.company-inner dl dd {
  display: table-cell;
  vertical-align: middle;
}

.company-inner dl dt {
  width: 140px;
  font-weight: bold;
}

.company-map {
  margin-top: 40px;
  height: 239px;
}

.company-map iframe {
  width: 100%;
  height: 100%;
}

/*RPIVACY*/
.privacy {
  padding: 40px 0 50px;
}

.privacy-inner {
  margin-bottom: 35px;
}

.privacy-inner h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}

.privacy-inner p {
  line-height: 1.8;
}

/*PLAN*/

.plan {
  padding: 44px 0 100px;
}

.plan-catch {
  text-align: center;
  margin-bottom: 15px;
}

.plan-catch a{
  text-decoration: underline;
}

.search-plan {
  padding: 20px 20px;
  background: #E8E3D3;
  margin-bottom: 30px;
}

.select-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
}

.select-head select[class^="c-select"] {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  font-size: 11px;
}

.search-submit {
  width: 100%;
  max-width: 320px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #BEA042;
  position: relative;
  margin: 0 auto 1em;
  border: none;
}

.search-submit:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-submit:hover {
  opacity: .7;
  cursor: pointer;
}

.searched-txt {
  font-size: 18px;
  margin-bottom: 38px;
}

.plan-list {
  background-color: #fff;
  padding: 20px 20px;
  margin-bottom: 40px;
  border-top: 2px solid #060606;
}

.plan-list .ttl-type02 {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.plan-list-inner {
  display: block;
}

.plan-list-inner .plan-list-thum {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.plan-list-inner .plan-list-thum span {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  background: url(images/plan/plan-zuum.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
}

#jquery-lightbox {
  z-index: 1000!important;
}

#lightbox-container-image-data-box,
#lightbox-container-image-box,
#lightbox-image {
  width: 100%!important;
  height: 100%!important;
  -webkit-box-sizing: border-box!important;
  -moz-box-sizing: border-box!important;
  box-sizing: border-box!important;
}

#lightbox-image-details-currentNumber {
  display: none!important;
}

img#lightbox-image {
  border: 1px solid #E4E4E4!important;
}

#lightbox-nav-btnPrev {
  background: url(images/plan/prev.svg) left 2% no-repeat!important;
  background-size: 50px!important;
}

#lightbox-nav-btnNext {
  background: url(images/plan/next.svg) right 2% no-repeat!important;
  background-size: 50px!important;
}

#lightbox-nav-btnPrev, 
#lightbox-nav-btnNext {
  height: 100px!important;
}

.plan-list-inner .plan-list-thum:hover span {
  opacity: .7;
  cursor: pointer;
}

.plan-list-inner .plan-list-thum　img {
  width: 100%;
}

.plan-list-inner .plan-info {
  width: 100%;
}

.plan-list-inner .plan-info .ttl {
  margin-bottom: 20px;
  background: #E8E3D3;
  padding: 10px 20px;
  font-size: 20px;
}

.plan-list-inner .plan-info dl {
  display: block;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #ccc;
}

.plan-list-inner .plan-info dl + dl {
  margin-top: 30px;
}

.plan-list-inner .plan-info dl dt {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
}

.plan-list-inner .plan-info dl dd {
  width: 100%;
  margin-top: 5px;
}

/*MODELHOUSE*/
.modelhouse-list {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.modelhouse-thum {
  width: 100%;
  margin-bottom: 45px;
}

.modelhouse-thum img {
  width: 100%;
}

.plan-list-thum .slick-dots ,
.modelhouse-thum .slick-dots {
  width: 100%!important;
  margin: 0!important;
  left: 0!important;
  bottom: -30px!important;
}

.plan-list-thum  .slick-dots li button:before,
.modelhouse-thum .slick-dots li button:before {
  background: #ccc!important;
  border: 1px solid #ccc!important;
}

.plan-list-thum .slick-dots li.slick-active button:before,
.modelhouse-thum .slick-dots li.slick-active button:before {
  background: #C1A041!important;
  border: 1px solid #C1A041!important;
}

.modelhouse-info {
  width: 100%;
}

.modelhouse-info h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.modelhouse-info-inner {
  background-color: #fff;
  padding: 20px;
}

.modelhouse-info-inner dl {
  display: table;
  width: 100%;
}

.modelhouse-info-inner dl + dl {
  margin-top: 10px;
}

.modelhouse-info-inner dl dt,
.modelhouse-info-inner dl dd {
  display: table-cell;
  vertical-align: top;
}

.modelhouse-info-inner dl dt {
  width: 90px;
}

.modelhouse-info-inner dl dd {
  padding-left: 40px;
}

.modelhouse-bunya {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

/*.modelhouse-bunya li {
  position: relative;
  margin-right: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #4276BE;
  text-align: center;
}*/

.modelhouse-bunya li {
  position: relative;
  margin-right: 20px;
}

/*.modelhouse-hover {
  position: absolute;
  left: -30px;
  top: -40px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #4276BE;
  border: 1px solid transparent;
  display: none;
}

.modelhouse-hover:before ,
.modelhouse-hover:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}

.modelhouse-hover:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
}

.modelhouse-hover:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
  border-top-color: #4276BE;
  border-top-style: solid;
  border-top-width: 6px;
}*/

.modelhouse-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.modelhouse-btn .btn-target {
  /*width: 48%;*/
  width: 100%;
  background: url(images/modelhouse/ico-target.svg) no-repeat 96% 50%;
  background-size: 12px auto;
  background-color: #BEA042;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modelhouse-btn .btn-pdf {
  width: 48%;
  background: url(images/modelhouse/ico-pdf.svg) no-repeat 96% 50%;
  background-size: 17px auto;
  background-color: #060606;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  padding: 0 20px;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-center02 {
  padding: 0 20px;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-center03 {
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bg-white {
  background: url(images/top/body_white.png) repeat;
}

.bg-black {
  background-color: rgba(250,250,250,.07);
}

/*pagenavi*/
.pagenavi {
  text-align: center;
}

.wp-pagenavi {
  width: auto;
  display: inline-block;
}

.wp-pagenavi span,
.wp-pagenavi a {
  color: #fff;
  min-width: 32px;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  line-height: 32px;
  height: 32px;
  background: #060606;
  text-align: center;
  border: #060606 solid 1px;
}

.wp-pagenavi span.current {
  background: #C1A041;
  border-color: #C1A041;
  color: #fff;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
  padding: 0 3px;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-12 { width: 100%; }

/*text*/
.txt15 {
  font-size: 14px;
}

.txt16 {
  font-size: 14px;
}

.txt17 {
  font-size: 16px;
}

.txt18 {
  font-size: 16px;
}

strong {
  font-weight: bold;
}

/*ボタン*/
.c-btn {
  display: inline-block;
  color: #fff;
  background: #c0a140;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.c-btn.c-btn-full {
  font-size: 14px;
  width: 90%;
  height: 44px;
  line-height: 44px;
  background: #f7ce2d; /* Old browsers */
  background: -moz-linear-gradient(top, #f7ce2d 0%, #8e7219 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7ce2d 0%,#8e7219 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7ce2d 0%,#8e7219 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.c-btn.c-btn-full:hover {
  opacity: 1;
  background: #8e7219; /* Old browsers */
  background: -moz-linear-gradient(top, #8e7219 0%, #f7ce2d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8e7219 0%,#f7ce2d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8e7219 0%,#f7ce2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.c-btn.c-btn-full:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn.c-btn-medium {
  width: 220px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.c-btn.c-btn-small {
  width: 150px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.c-btn.c-btn-small:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn.c-btn-medium:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn.c-btn-sub {
  color: #000;
  margin: 2em 0 0;
  padding: 1em 3em;
  font-size: 14px;
  background: transparent;
  border: #000 1px solid;
}

.c-btn.c-btn-sub:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*pdf btn*/
.btn-pdf a {
  display: inline-block;
  color: #fff;
  background: url(images/lineup/ico-pdf.svg) no-repeat 95% 50%;
  background-size: 21px auto;
  background-color: #c0a140;
  text-align: center;
  position: relative;
  font-weight: bold;
  width: 320px;
  padding: 15px 35px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*リンク*/
.c-link {
  font-size: 13px;
}

.c-link.c-link-white {
  color: #fff;
}

/*color*/

.u-color-white {
  color: #fff;
}

/*background-color*/
.u-bg-white {
  background-color: #fff;
}

/*アニメーション*/
.box {
  overflow: hidden;
}

.box .boxInner {
  background-color: #fff;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /*background-image: linear-gradient( 109.6deg,  rgba(156,252,248,1) 11.2%, rgba(110,123,251,1) 91.1% );*/
  background: #c0a140;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

/* アニメーション */
.sa {
  opacity: 0;
  transition: all 0.5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-50px, 0);
}
.sa--rl {
  transform: translate(50px, 0);
}
.sa--up {
  transform: translate(0, 50px);
}
.sa--down {
  transform: translate(0, -50px);
}
.sa--scaleUp {
  transform: scale(.9);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}
/*可変幅*/
@media screen and (max-width: 350px){
  .p-info-name {
    font-size: 18px;
  }
  .p-info-box__tell a {
    font-size: 28px;
  }
  .c-btn-mail {
    background-position: 12px 18px;
    font-size: 14px;
    padding-left: 40px;
  }
  .c-btn-mail.c-btn-mail__blue {
    padding-left: 40px;
  }
  .p-solution h3 br {
    display: none!important;
  }
  .p-solution-txt br {
    display: none!important;
  }
}