@charset "UTF-8";
/*!
Theme Name:   DVERZ THEMES
Theme URI:    https:// dverz.co.jp/
Author:       DVERZ Inc.
Author URI:   https://dverz.co.jp/
Description:  DVERZ WP theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  dverz
Tags:         企業サイト
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

a:hover {
  opacity: 0.7 !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  /*  font-size: 2em;	*/
  /*  margin: 0.67em 0;	*/
}

mark {
  background: #ff0;
  color: #000;
}

small {
  /*  font-size: 80%;	*/
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow: hidden;
  background: #fff;
  color: #414141;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.95;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.font-size-small body {
  font-size: 8px;
  font-size: 0.8rem;
}

.font-size-large body {
  font-size: 12px;
  font-size: 1.2rem;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #414141;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover, #pager .prev > a:hover,
#pager .next > a:hover,
#pager .list > a:hover, #pagination ul > li > a.arrow:hover, #pagination ul > li > a.page:hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: #f4f4f4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

p {
  margin-bottom: 1.5rem;
  line-height: 1.95;
}

dfn, cite, i {
  font-style: italic;
}

em {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0;
  font-style: normal;
}

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: #f4f4f4;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code, kbd, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

abbr, acronym {
  border-bottom: dotted 1px #414141;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.link-hover-inverse {
  text-decoration: none;
}

.link-hover-inverse:hover {
  text-decoration: underline;
}

.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}

.font-size-small .monospace {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-large .monospace {
  font-size: 18px;
  font-size: 1.8rem;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline, #pagination ul, #pankuzu #breadcrumb ul {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}

.list-inline > li, #pagination ul > li, #pankuzu #breadcrumb ul > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}

.font-size-small .list-inline > li, .font-size-small #pagination ul > li, #pagination .font-size-small ul > li, .font-size-small #pankuzu #breadcrumb ul > li, #pankuzu #breadcrumb .font-size-small ul > li {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-large .list-inline > li, .font-size-large #pagination ul > li, #pagination .font-size-large ul > li, .font-size-large #pankuzu #breadcrumb ul > li, #pankuzu #breadcrumb .font-size-large ul > li {
  font-size: 18px;
  font-size: 1.8rem;
}

.list-table {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  text-align: center;
}

.list-table > li {
  display: table-cell;
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #414141;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}

.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: #676767;
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #414141;
  color: #666;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #414141;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  vertical-align: middle;
}

#wrapper {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}

.font-size-small #wrapper {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-large #wrapper {
  font-size: 18px;
  font-size: 1.8rem;
}

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1350px;
  min-width: 1000px;
  padding: 8rem 0;
  position: relative;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

blockquote, q {
  quotes: "" "";
}

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

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

*:focus {
  outline: none;
}

/*primary--ボタンスタイル-------*/
/*more btn*/
.btn_1 {
  color: white;
  background: #414141;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 100px;
  display: inline-block;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
}

/*共通見出し*/
.ttl_1 {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2em;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.ttl_2 {
  letter-spacing: 0.2em;
  font-size: 20px;
  border-left: 2px solid #000;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1.5;
}

.ttl_3 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 20px;
  border: 1px solid #000;
  padding: 5px 10px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_col_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_col_2 > div, .flex_col_2 > article {
  width: calc((100% / 2) - 25px);
  margin-bottom: 45px;
}

.flex_col_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_col_3 > div, .flex_col_3 > article {
  width: calc((100% / 3) - 25px);
  margin-bottom: 45px;
}

.youtube_wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.table_type_1 > table {
  border-top: 1px solid #f4f4f4;
}

.table_type_1 > table tr {
  border-bottom: 1px solid #f4f4f4;
}

.table_type_1 > table tr th, .table_type_1 > table tr td {
  padding: 15px 15px;
  line-height: 1.5;
}

.table_type_1 > table tr th {
  text-align: left;
  font-weight: normal;
}

.table_type_1 > table tr td > ul li {
  line-height: 1.5;
  margin: 12px 0;
}

.table_type_1 > table table.sub_table {
  margin: 0;
}

.table_type_1 > table table.sub_table tr {
  border: 0;
}

.table_type_1 > table table.sub_table tr th, .table_type_1 > table table.sub_table tr td {
  padding: 5px;
}

.list_type_bar ul li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.list_type_bar ul li:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #414141;
  display: inline-block;
  margin-right: 1rem;
}

.list_type_bar ul li a {
  color: #414141;
  font-weight: bold;
}

.sp-buttons .sp-button {
  border-bottom-color: #414141;
  width: 8px;
  height: 8px;
}

.sp-buttons .sp-selected-button {
  background-color: #414141;
}

#pankuzu .container {
  padding: 1rem 0;
}

#pankuzu #breadcrumb ul > li {
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.3;
}

#pankuzu #breadcrumb ul > li:before {
  display: inline-block;
  margin-right: 10px;
  content: '>';
}

#pankuzu #breadcrumb ul > li:first-of-type:before {
  display: none;
}

#pankuzu #breadcrumb ul > li > a {
  text-decoration: underline;
}

#menu_btn {
  line-height: 1;
  z-index: 9999 !important;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("../images/menu_btn_open.png");
  background-size: cover;
  display: none;
}

#menu_btn.close {
  background-image: url("../images/menu_btn_close.png");
}

#header-logo-wrap {
  z-index: 10000;
  position: relative;
}

#header-logo-wrap .content .head_logo {
  position: relative;
  width: 200px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

#header-logo-wrap .content .head_logo a {
  display: block;
}

#header-logo-wrap .content .head_logo a img {
  vertical-align: middle;
}

#header .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

/*------------------------------------------------------------------*/
#header {
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}

#header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header #vi-section {
  order: 1;
  width: calc((100% - 200px));
}

#header #vi-section .vi_wrap {
  position: relative;
}

#header #vi-section .vi_wrap #vi-slide,
#header #vi-section .vi_wrap .vi_signle_img {
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#header #vi-section .vi_wrap #vi-slide img,
#header #vi-section .vi_wrap .vi_signle_img img {
  object-fit: cover;
  width: 100%;
  height: 800px;
  object-position: center;
  vertical-align: middle;
}

#header #vi-section .vi_wrap .vi_txt {
  position: absolute;
  text-align: right;
  right: 50px;
  bottom: 50px;
  color: #d9d9d9;
}

#header #vi-section .vi_wrap .vi_txt h2 {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 25px;
  line-height: 1.5;
}

#header #vi-section .vi_wrap .vi_txt h3 {
  font-size: 25px;
  line-height: 1.8;
  letter-spacing: 0.3em;
}

#header #vihalf-section {
  order: 1;
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: calc((100% - 200px));
}

#header #vihalf-section .container {
  padding: 0;
}

#header #vihalf-section .container img {
  vertical-align: middle;
}

#header #gnav {
  order: 2;
  width: 200px;
  padding: 0 30px;
}

#header #gnav .sns_list {
  display: none;
}

#header #gnav .menu_list {
  position: relative;
  top: 150px;
  top: calc((100% - 186px) / 2 - 20px);
}

#header #gnav .menu_list a {
  display: block;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: 10px 0;
  letter-spacing: 0.1em;
}

.head_fix_btn {
  position: fixed;
  right: 0;
  top: 20px;
  background: #414141;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: 15000;
  box-shadow: 0 0 1rem 0.5rem #d9d9d9;
  background: #e24d13;
  background: -moz-linear-gradient(90deg, #e24d13 0%, #e29414 100%);
  background: -webkit-linear-gradient(90deg, #e24d13 0%, #e29414 100%);
  background: linear-gradient(90deg, #e24d13 0%, #e29414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
}

.head_fix_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;
  padding: 10px 15px;
}

.head_fix_btn a img {
  width: 18px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

#main-content img.size-full {
  margin-bottom: 2.5rem;
}

#primary article[class^="post-"] .container {
  max-width: 1000px;
}

#primary article[class^="post-"] > .content table {
  width: 100%;
  margin-bottom: 3rem;
}

#primary article[class^="post-"] > .content table tr {
  border-bottom: 1px solid #494949;
}

#primary article[class^="post-"] > .content table tr th, #primary article[class^="post-"] > .content table tr td {
  line-height: 1;
  padding: 15px 23px;
  font-size: 1.5rem;
  color: #5f5f5f;
  letter-spacing: 3px;
}

#primary article[class^="post-"] > .content table tr th {
  width: 30%;
  text-align: center;
  font-weight: normal;
}

#primary article[class^="post-"] > .content table tr td {
  line-height: 1.5em;
}

#primary article[class^="post-"] > .content table tr td > p {
  margin-bottom: 1rem;
}

#primary article[class^="post-"] > .content table tr td em {
  font-size: 1.3rem;
  color: #8a8a8a;
  display: block;
  line-height: 1.2;
}

#primary article[class^="post-"] > .content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
}

#primary article[class^="post-"] > .content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-left: 1.5rem;
  border-left: 0.5rem solid #414141;
  font-weight: bold;
}

#primary article[class^="post-"] > .content h3 {
  color: #414141;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
  background: white;
}

#primary article[class^="post-"] > .content h4 {
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #414141;
}

#primary article[class^="post-"] > .content h5 {
  color: #414141;
  background: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #414141;
}

#primary article[class^="post-"] > .content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content a {
  text-decoration: underline;
  color: #414141;
}

#primary article[class^="post-"] > .content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 2rem !important;
  border-bottom: 2px solid #414141;
  border-left: 0px !important;
  border-radius: 0;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}

#primary article[class^="post-"] > .content h2.caption:before {
  content: '\f068';
  font-family: fontawesome;
  display: inline-block;
  margin-right: 2rem;
  color: #414141;
}

#primary article[class^="post-"] > .content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 4rem;
}

#primary article[class^="post-"] > .content ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}

#primary article[class^="post-"] > .content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}

#primary article[class^="post-"] > .content .btn > a {
  text-decoration: none !important;
  min-width: 300px;
}

#primary article[class^="post-"] > .content .btn > a.btn_1 {
  color: #5f5f5f;
}

#primary article[class^="post-"] > .content .btn > a.btn_2 {
  color: white;
  text-align: center;
}

#primary article[class^="post-"] > .content .btn > a.btn_3 {
  color: #414141;
}

#primary article[class^="post-"] > .content .gallery_card article {
  width: calc((100% / 2) - 1rem);
  box-shadow: 0 0 1rem 0.5rem #f4f4f4;
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}

#primary article[class^="post-"] > .content .gallery_card article .pic {
  line-height: 0.5;
}

#primary article[class^="post-"] > .content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}

#primary article[class^="post-"] > .content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}

#primary article[class^="post-"] > .content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}

#primary article[class^="post-"] > .content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content img {
  clear: both;
}

#primary article[class^="post-"] > .content img.size-full {
  width: auto;
  margin-bottom: 0px;
}

#primary article[class^="post-"] > .content img.size-large {
  margin-bottom: 0rem;
}

#pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}

#pagination ul {
  text-align: center;
}

#pagination ul > li > a {
  vertical-align: middle;
}

#pagination ul > li > a.page {
  display: inline-block;
  margin: 0 8px;
  width: 27px;
  height: 27px;
  border: solid 2px #414141;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  color: #414141;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
}

.font-size-small #pagination ul > li > a.page {
  font-size: 10.4px;
  font-size: 1.04rem;
}

.font-size-large #pagination ul > li > a.page {
  font-size: 15.6px;
  font-size: 1.56rem;
}

#pagination ul > li > a.page.current {
  background-color: #414141;
  color: #fff;
}

#pagination ul > li > a.arrow {
  display: inline-block;
  margin: 0 8px;
  width: 15px;
  height: 27px;
  border: none 0 transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#pagination ul > li > a.arrow.prev {
  background-image: url(../images/icon-arrow-left.png);
}

#pagination ul > li > a.arrow.next {
  background-image: url(../images/icon-arrow-right.png);
}

#pager {
  position: relative;
  margin: 6rem auto 0;
  text-align: center;
  min-height: 70px;
  width: 90%;
}

#pager .prev > a,
#pager .next > a,
#pager .list > a {
  display: inline-block;
  box-sizing: border-box;
  width: 140px;
  height: 27px;
  border: solid 2px #000;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 24px;
}

.font-size-small #pager .prev > a, .font-size-small #pager .next > a, .font-size-small #pager .list > a {
  font-size: 10.4px;
  font-size: 1.04rem;
}

.font-size-large #pager .prev > a, .font-size-large #pager .next > a, .font-size-large #pager .list > a {
  font-size: 15.6px;
  font-size: 1.56rem;
}

#pager .prev {
  position: absolute;
  top: 0;
  left: 0;
}

#pager .prev > a:before {
  display: inline-block;
  vertical-align: middle;
  content: '\f053';
  margin-right: 1rem;
  font-family: FontAwesome;
}

#pager .next {
  position: absolute;
  top: 0;
  right: 0;
}

#pager .next > a:after {
  display: inline-block;
  vertical-align: middle;
  content: '\f054';
  margin-left: 1rem;
  font-family: FontAwesome;
}

#pager .list {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
}

#secondary .widget {
  margin-bottom: 30px;
}

#secondary .widget h2.widget-title {
  background: #414141;
  color: white;
  line-height: 1.5;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 10px 8px;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}

#secondary .widget h2.widget-title:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 26px;
  background-image: url("../images/icon_r.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}

#secondary #wp-calendar {
  text-align: center;
  font-size: 13px;
}

#secondary #wp-calendar td a {
  color: white;
  background: #a9a9a9;
  display: block;
}

#secondary .widget_recent_entries ul li {
  padding-left: 15px;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 14px;
}

#secondary .widget_recent_entries ul li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

#secondary .widget_recent_entries ul li a {
  text-decoration: underline;
}

#secondary .widget_categories ul li {
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 14px;
}

#go-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #414141;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
  z-index: 100;
}

#go-top:after {
  content: '\f077';
  font-family: fontawesome;
  font-size: 30px;
  line-height: 1;
}

footer#footer-nav-section .container {
  padding: 7rem 0 0;
  width: 100%;
  max-width: 100%;
}

footer#footer-nav-section .container .content .foot_nav {
  border-top: 1px solid #414141;
}

footer#footer-nav-section .container .content .foot_nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}

footer#footer-nav-section .container .content .foot_nav nav a {
  display: inline-block;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px 10px;
  letter-spacing: 0.1em;
}

footer#footer-nav-section .container .content .foot_nav nav a:after {
  content: '｜';
  display: inline-block;
  margin-left: 15px;
}

footer#footer-nav-section .container .content .foot_nav nav a:last-of-type:after {
  content: none;
}

footer#footer-nav-section .container .content .foot_info {
  border-top: 1px solid #414141;
  padding: 50px 0;
  text-align: center;
}

footer#footer-nav-section .container .content .foot_info .logo {
  width: 100px;
  margin: 0 auto 30px;
}

footer#footer-nav-section .container .content .foot_info .logo a {
  display: block;
}

footer#footer-nav-section .container .content .foot_info .logo a img {
  vertical-align: middle;
}

footer#footer-nav-section .container .content .foot_info address, footer#footer-nav-section .container .content .foot_info p {
  line-height: 1.5;
  margin: 0 0 10px;
}

footer#footer-nav-section .container .content .credit {
  border-top: 1px solid #414141;
  padding: 15px;
}

footer#footer-nav-section .container .content .credit h5 {
  text-align: center;
  font-size: 13px;
}

body.home #page {
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}

body.home #page #news-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 800px;
  box-shadow: 0 0 1rem 0.5rem #f4f4f4;
  margin: 0 auto;
}

body.home #page #news-section .container .content .head {
  width: 200px;
  background: #414141;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
}

body.home #page #news-section .container .content .head h2 {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
}

body.home #page #news-section .container .content .feeds {
  width: calc((100% - 200px));
}

body.home #page #news-section .container .feeds article a {
  display: block;
  border-bottom: 1px solid #f4f4f4;
  padding: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}

body.home #page #news-section .container .feeds article a:after {
  content: '\f054';
  font-family: fontawesome;
  color: #414141;
  display: inline-block;
  margin-left: auto;
}

body.home #page #news-section .container .feeds article a .post-date {
  display: inline-block;
  font-size: 13px;
  width: 80px;
}

body.home #page #news-section .container .feeds article a .post-cat {
  background: #414141;
  display: inline-block;
  color: white;
  font-size: 13px;
  line-height: 1;
  padding: 3px;
  border-radius: 0.5rem;
  width: 80px;
  text-align: center;
}

body.home #page #news-section .container .feeds article a .post-title {
  display: inline-block;
  width: calc((100% - 80px - 80px) - 35px);
  margin-left: 20px;
}

body.home #page #news-section .container .btn {
  margin-top: 45px;
  text-align: center;
}

body.home #page #concept-section {
  background: #414141;
  color: white;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: calc((100% - 80px));
  margin-left: 80px;
}

body.home #page #concept-section .container {
  padding: 90px 50px 120px;
}

body.home #page #concept-section h3 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  margin-bottom: 60px;
}

body.home #page #concept-section .concept_list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

body.home #page #concept-section .concept_list article:last-of-type {
  margin-bottom: 0;
}

body.home #page #concept-section .concept_list article .pic {
  width: 360px;
}

body.home #page #concept-section .concept_list article .pic img {
  vertical-align: middle;
  border-radius: 10px;
}

body.home #page #concept-section .concept_list article .txt {
  width: calc((100% - 360px) - 50px);
}

body.home #page #concept-section .concept_list article .txt h4 {
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.15em;
}

body.home #page #concept-section .concept_list article:nth-of-type(1) .pic {
  order: 2;
}

body.home #page #concept-section .concept_list article:nth-of-type(1) .txt {
  order: 1;
}

body.home #page #concept-section .concept_list article:nth-of-type(2) .pic {
  order: 1;
}

body.home #page #concept-section .concept_list article:nth-of-type(2) .txt {
  order: 2;
}

body.home #page #item-section .head {
  text-align: center;
  margin-bottom: 40px;
}

body.home #page #item-section .head > h3 {
  font-size: 24px;
  letter-spacing: 0.15em;
}

body.home #page #item-section .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}

body.home #page #item-section .item_wrap article {
  width: calc((100% / 3) - 40px);
  margin: 10px;
}

body.home #page #item-section .item_wrap article img {
  border-radius: 10px;
  object-fit: contain;
  object-position: right;
}

body.home #page #item-section .item_wrap article h3 {
  text-align: center;
}

body.home #page #item-section .item_wrap p {
  margin: 30px auto;
  text-align: center;
}

body.home #page #item-section .item_wrap .btn {
  width: 100%;
  text-align: center;
}

body.home #page #contact-form-section {
  background: #414141;
  color: white;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: calc((100% - 80px));
  margin-right: 80px;
}

body.home #page #contact-form-section .container {
  padding: 90px 50px 120px;
}

body.home #page #company-section .container .logo {
  width: 300px;
  margin: 0 auto 35px;
}

body.home #page #company-section .container .table_type_1 {
  width: 550px;
  margin: 0 auto;
}

body.home #page #map-section .container {
  width: 100%;
  max-width: 100%;
}

body.home #page #map-section .container iframe {
  width: 100%;
}

#wrapper.news #news-list.container,
#wrapper.news #news-detail.container {
  width: 1000px;
  margin: 0 auto;
}

#wrapper.news #news-list > article,
#wrapper.news #news-detail > article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
}

#wrapper.news #news-list .post-header .post-title,
#wrapper.news #news-detail .post-header .post-title {
  font-size: 25px;
  line-height: 1.7;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
}

#wrapper.news #news-list .post-header .post-cat,
#wrapper.news #news-detail .post-header .post-cat {
  background: #414141;
  display: inline-block;
  color: white;
  line-height: 1;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  width: 150px;
  text-align: center;
}

#wrapper.news #news-list .post-header .post-date,
#wrapper.news #news-detail .post-header .post-date {
  display: inline-block;
  font-size: 13px;
  width: 100px;
  text-align: center;
}

#wrapper.news #news-list .btn,
#wrapper.news #news-detail .btn {
  text-align: right;
}

#wrapper.news #news-detail .post-header {
  margin-bottom: 30px;
}

#page-item #item-section .container {
  width: 1000px;
}

#page-item #item-section .container .head {
  text-align: center;
  margin-bottom: 60px;
}

#page-item #item-section .container .head h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}

#page-item #item-section .container .head p {
  width: 750px;
  margin: 0 auto;
  text-align: left;
}

#page-item #item-section .container article.item {
  margin-bottom: 70px;
}

#page-item #item-section .container article.item:last-of-type {
  margin-bottom: 0;
}

#page-item #item-section .container article.item .pic {
  margin-bottom: 30px;
}

#page-item #item-section .container article.item img {
  border-radius: 10px;
  vertical-align: middle;
}

#page-item #item-section .container article.item .txt {
  width: 750px;
  margin: 0 auto;
}

#page-item #contact-us-section .container {
  text-align: center;
  width: 1000px;
}

#page-privacy-policy #privacy-section article {
  margin-bottom: 50px;
}

#page-privacy-policy #privacy-section h3 {
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1.5;
}

#page-privacy-policy #privacy-section h3:before {
  content: '';
  width: 30px;
  height: 2px;
  background: #414141;
  display: block;
  margin: 0 0 10px;
}

#page-privacy-policy #privacy-section h4 {
  font-size: 18px;
  line-height: 1.5;
}

#page-privacy-policy #privacy-section p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
}

#page-privacy-policy #privacy-section li {
  font-size: 14px;
}

#page-privacy-policy #privacy-section ul {
  list-style: disc;
  padding-left: 4rem;
  margin-bottom: 3rem;
  margin-top: 10px;
}

#page-privacy-policy #privacy-section ul li {
  line-height: 1.5;
  margin-bottom: 1rem;
}

#page-privacy-policy #privacy-section ol {
  padding-left: 3rem;
  margin-bottom: 3rem;
  color: #414141;
}

#page-privacy-policy #privacy-section ol li {
  line-height: 1.5;
  margin-bottom: 1rem;
}

#contact-form-section .head {
  text-align: center;
}

#contact-form-section .head a {
  text-decoration: underline;
  color: white;
}

.form-wrap {
  text-align: center;
  padding-bottom: 25px;
}

.form-wrap div.wpcf7 .ajax-loader {
  min-width: 24px !important;
}

.form-wrap form {
  width: 100%;
  width: auto;
  box-sizing: border-box;
  margin: 2rem auto;
}

.form-wrap form .form_input_list {
  padding: 3rem 0;
  border-top: 1px solid #d9d9d9;
}

.form-wrap form .form_input_list span {
  vertical-align: middle;
}

.form-wrap form .form_input_list > span:nth-of-type(1) {
  display: inline-block;
  min-width: 20rem;
  text-align: right;
  margin-right: 4rem;
  font-weight: bold;
}

.form-wrap form .form_input_list > span:nth-of-type(1) > em {
  background: #9e8c4e;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-style: normal;
  color: white;
}

.form-wrap form .form_input_list > span:nth-of-type(2) {
  display: inline-block;
  text-align: left;
}

.form-wrap form .form_input_list dl {
  display: inline-block;
  margin: 0;
}

.form-wrap form .form_input_list dl dd {
  display: inline-block;
  margin: 0;
  margin-right: 2rem;
}

.form-wrap form .form_input_list dl dd > em {
  font-style: normal;
  display: inline-block;
  font-weight: bold;
  margin-right: 1rem;
}

.form-wrap form .form_input_list dl dd > span {
  display: inline-block;
}

.form-wrap form .form_input_list dl dd input {
  width: 20rem;
}

.form-wrap form .form_check_btn {
  display: block;
  width: 800px;
  margin: 25px auto;
  padding: 15px;
  background: #d9d9d9;
}

.form-wrap form .form_check_btn input {
  width: auto;
  display: inline-block;
  margin-right: 15px;
}

.form-wrap form .submit_btn_wrap {
  text-align: center;
  justify-content: center;
}

.form-wrap form .submit_btn_wrap input[type="submit"] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: white;
  border: none;
}

.form-wrap form .submit_btn_wrap .wpcf7-spinner {
  min-width: 2.5rem !important;
}

.form-wrap form input,
.form-wrap form textarea {
  display: block;
  width: 650px;
  box-sizing: border-box;
  padding: 1rem 2rem;
}

.form-wrap form input :placeholder-shown,
.form-wrap form input ::-webkit-input-placeholder,
.form-wrap form input :-ms-input-placeholder,
.form-wrap form input :-moz-placeholder,
.form-wrap form input ::-moz-placeholder,
.form-wrap form textarea :placeholder-shown,
.form-wrap form textarea ::-webkit-input-placeholder,
.form-wrap form textarea :-ms-input-placeholder,
.form-wrap form textarea :-moz-placeholder,
.form-wrap form textarea ::-moz-placeholder {
  color: #f4f4f4;
}

.form-wrap form input[type="radio"] {
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}

.form-wrap form input[type="button"],
.form-wrap form input[type="submit"] {
  background: #9e8c4e;
  color: white;
  box-sizing: border-box;
  padding: 2rem 0;
  display: block;
  margin: 1rem 0;
}

.form-wrap form select,
.form-wrap form .wpcf7-select {
  outline: none;
  text-overflow: '';
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 650px;
  position: relative;
  display: block;
  padding: 1rem 2rem;
  background: #f4f4f4;
}

.form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
  z-index: 1;
  content: '\f054';
  font-family: FontAwesome;
  color: #414141;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.form-wrap form .birth select {
  width: 100px;
  display: inline-block;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

@media screen and (max-width: 732px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .container {
    padding: 5rem 0;
    width: 90%;
    min-width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
  }
  /*more btn*/
  /*more btn*/
  /*共通見出し*/
  .ttl_1 {
    letter-spacing: 0.2em;
    font-size: 25px;
    margin-bottom: 15px;
  }
  .ttl_2 {
    font-size: 18px;
  }
  .ttl_3 {
    font-size: 18px;
  }
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex_col_2 > div, .flex_col_2 > article {
    width: 100%;
    margin-bottom: 30px;
  }
  .flex_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex_col_3 > div, .flex_col_3 > article {
    width: 100%;
    margin-bottom: 30px;
  }
  .youtube_wrap {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
  }
  .youtube_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .table_type_1 > table {
    border-top: 1px solid #f4f4f4;
  }
  .table_type_1 > table tr {
    border-bottom: 1px solid #f4f4f4;
  }
  .table_type_1 > table tr th, .table_type_1 > table tr td {
    padding: 15px 15px;
    line-height: 1.5;
  }
  .table_type_1 > table tr th {
    text-align: left;
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
  }
  .table_type_1 > table tr td {
    padding-right: 0;
  }
  .table_type_1 > table tr td > ul li {
    line-height: 1.5;
    margin: 12px 0;
  }
  .table_type_1 > table table.sub_table {
    margin: 0;
  }
  .table_type_1 > table table.sub_table tr {
    border: 0;
  }
  .table_type_1 > table table.sub_table tr th, .table_type_1 > table table.sub_table tr td {
    padding: 5px;
  }
  .list_type_bar ul li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
  }
  .list_type_bar ul li:before {
    content: '';
    width: 15px;
    height: 1px;
    background: #414141;
    display: inline-block;
    margin-right: 1rem;
  }
  .list_type_bar ul li a {
    color: #414141;
    font-weight: bold;
  }
  .sp-buttons .sp-button {
    border-bottom-color: #414141;
    width: 8px;
    height: 8px;
  }
  .sp-buttons .sp-selected-button {
    background-color: #414141;
  }
  #pankuzu {
    text-align: right;
  }
  #pankuzu .container {
    padding: 1rem 0;
  }
  #pankuzu #breadcrumb ul > li {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #pankuzu #breadcrumb ul > li:before {
    display: inline-block;
    margin-right: 10px;
    content: '>';
  }
  #pankuzu #breadcrumb ul > li:first-of-type:before {
    display: none;
  }
  #pankuzu #breadcrumb ul > li > a {
    text-decoration: underline;
  }
  #menu_btn {
    line-height: 1;
    z-index: 9999 !important;
    display: inline-block;
    width: 61px;
    height: 61px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/menu_btn_open.png");
    background-size: cover;
  }
  #menu_btn.close {
    background-image: url("../images/menu_btn_close.png");
  }
  #header-logo-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
  }
  #header-logo-wrap .content .head_logo {
    position: relative;
    left: auto;
    top: auto;
    width: 140px;
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  #header-logo-wrap .content .head_logo a {
    display: block;
  }
  #header-logo-wrap .content .head_logo a img {
    vertical-align: middle;
  }
  /*------------------------------------------------------------------*/
  #header {
    margin-top: 61px;
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  #header .container {
    padding: 0;
  }
  #header .header_wrap {
    display: block;
    position: relative;
  }
  #header #vi-section {
    width: 100%;
  }
  #header #vi-section .vi_wrap #vi-slide,
#header #vi-section .vi_wrap .vi_signle_img {
    border-radius: 0;
  }
  #header #vi-section .vi_wrap #vi-slide img,
#header #vi-section .vi_wrap .vi_signle_img img {
    height: 400px;
    object-position: left;
  }
  #header #vi-section .vi_wrap .vi_txt {
    right: 15px;
    bottom: 15px;
    text-shadow: 0 0 3px black;
    color: white;
  }
  #header #vi-section .vi_wrap .vi_txt h2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  #header #vi-section .vi_wrap .vi_txt h3 {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  #header #vihalf-section {
    border-radius: 0;
    width: 100%;
  }
  #header #gnav {
    display: none;
    width: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 61px;
    width: 100%;
    z-index: 999;
    background: white;
  }
  #header #gnav .sns_list {
    display: block;
    border-top: 1px solid #d9d9d9;
    text-align: center;
    padding: 15px;
  }
  #header #gnav .sns_list a {
    background: #e24d13;
    background: -moz-linear-gradient(90deg, #e24d13 0%, #e29414 100%);
    background: -webkit-linear-gradient(90deg, #e24d13 0%, #e29414 100%);
    background: linear-gradient(90deg, #e24d13 0%, #e29414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
  }
  #header #gnav .sns_list a img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
  }
  #header #gnav .menu_list {
    top: auto;
    border-top: 1px solid #d9d9d9;
  }
  #header #gnav .menu_list a {
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 30px;
    position: relative;
  }
  #header #gnav .menu_list a:after {
    content: '\f054';
    font-family: fontawesome;
    position: absolute;
    right: 30px;
    top: 15px;
  }
  .head_fix_btn {
    display: none;
  }
  #main-content img.size-full {
    margin-bottom: 2.5rem;
  }
  #primary .container {
    padding: 4rem 0;
  }
  #primary article[class^="post-"] > .content table {
    width: 100%;
    margin-bottom: 3rem;
  }
  #primary article[class^="post-"] > .content table tr th, #primary article[class^="post-"] > .content table tr td {
    line-height: 1;
    padding: 1.5rem;
    font-size: 1.2rem;
  }
  #primary article[class^="post-"] > .content table tr th {
    width: 30%;
  }
  #primary article[class^="post-"] > .content table tr td {
    line-height: 1.5em;
  }
  #primary article[class^="post-"] > .content table tr td em {
    font-size: 1.2rem;
  }
  #primary article[class^="post-"] > .content h1 {
    margin: 1rem 0 2rem;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
  }
  #primary article[class^="post-"] > .content h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    padding-left: 1.5rem;
    border-left: 0.5rem solid #414141;
    font-weight: bold;
  }
  #primary article[class^="post-"] > .content h3 {
    color: #414141;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: inline-block;
    min-width: 50%;
  }
  #primary article[class^="post-"] > .content h4 {
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background: #414141;
  }
  #primary article[class^="post-"] > .content h5 {
    color: #414141;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #414141;
  }
  #primary article[class^="post-"] > .content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  #primary article[class^="post-"] > .content a {
    text-decoration: underline;
    color: #414141;
  }
  #primary article[class^="post-"] > .content h2.caption {
    box-sizing: border-box;
    color: #000 !important;
    font-size: 2.1rem;
    line-height: 1.5;
    padding: 2rem !important;
    border-bottom: 2px solid #414141;
    border-left: 0px !important;
    border-radius: 0;
    margin-bottom: 4rem !important;
    background: none;
    box-shadow: none;
    display: block;
    text-align: left;
  }
  #primary article[class^="post-"] > .content h2.caption:before {
    content: '\f068';
    font-family: fontawesome;
    display: inline-block;
    margin-right: 2rem;
    color: #414141;
  }
  #primary article[class^="post-"] > .content ul {
    margin: 2rem 0 3rem;
    list-style: disc;
    padding-left: 4rem;
  }
  #primary article[class^="post-"] > .content ul li {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-style: normal;
  }
  #primary article[class^="post-"] > .content .btn {
    text-align: right;
    margin: 1rem 0 1rem;
  }
  #primary article[class^="post-"] > .content .btn > a {
    text-decoration: none !important;
    text-align: left;
    min-width: 250px;
  }
  #primary article[class^="post-"] > .content .gallery_card article {
    width: calc((100% / 2) - 1rem);
    box-shadow: 0 0 1rem 0.5rem #f4f4f4;
    background: white;
    text-align: center;
    margin-bottom: 2rem;
  }
  #primary article[class^="post-"] > .content .gallery_card article:nth-of-type(2n) {
    margin-left: 2rem;
  }
  #primary article[class^="post-"] > .content .gallery_card article .pic {
    line-height: 0.5;
  }
  #primary article[class^="post-"] > .content .gallery_card article .pic img {
    width: 100%;
    margin: 0;
  }
  #primary article[class^="post-"] > .content .gallery_card article .txt {
    line-height: 1;
    padding: 1rem 2rem;
  }
  #primary article[class^="post-"] > .content .gallery_card article .txt h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  #primary article[class^="post-"] > .content iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
  }
  #primary article[class^="post-"] > .content img {
    clear: both;
  }
  #primary article[class^="post-"] > .content img.size-full {
    width: auto;
    margin-bottom: 0px;
  }
  #primary article[class^="post-"] > .content img.size-large {
    margin-bottom: 0rem;
  }
  #pager {
    margin: 1rem auto 3rem;
  }
  #pager > .prev, #pager > .list, #pager > .next {
    display: block !important;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 0 1rem;
  }
  #pager > .prev a, #pager > .list a, #pager > .next a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #go-top {
    width: 50px;
    height: 50px;
  }
  #go-top:after {
    font-size: 20px;
  }
  footer#footer-nav-section .container {
    padding: 7rem 0 0;
  }
  footer#footer-nav-section .container .content .foot_nav {
    border-top: 1px solid #414141;
  }
  footer#footer-nav-section .container .content .foot_nav nav a {
    width: 50%;
    margin: 0;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 15px;
    position: relative;
  }
  footer#footer-nav-section .container .content .foot_nav nav a:after {
    content: "" !important;
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 15px;
  }
  footer#footer-nav-section .container .content .foot_nav nav a:nth-of-type(even) {
    border-left: 1px solid #d9d9d9;
  }
  footer#footer-nav-section .container .content .foot_nav nav a:nth-of-type(5), footer#footer-nav-section .container .content .foot_nav nav a:nth-of-type(6) {
    border-bottom: 0;
  }
  footer#footer-nav-section .container .content .foot_info {
    padding: 30px 0;
  }
  footer#footer-nav-section .container .content .foot_info .logo {
    width: 60px;
    margin: 0 auto 20px;
  }
  footer#footer-nav-section .container .content .credit {
    padding: 13px;
  }
  footer#footer-nav-section .container .content .credit h5 {
    text-align: left;
    font-size: 12px;
  }
}

@media screen and (max-width: 732px) {
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page #shop-btn-section .container {
    padding-bottom: 0;
    text-align: center;
  }
  body.home #page #shop-btn-section .container .btn_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin: 0 auto;
    padding: 15px;
    font-family: "Noto Serif JP", serif;
    background: #e24d13;
    background: -moz-linear-gradient(90deg, #e24d13 0%, #e29414 100%);
    background: -webkit-linear-gradient(90deg, #e24d13 0%, #e29414 100%);
    background: linear-gradient(90deg, #e24d13 0%, #e29414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
  }
  body.home #page #shop-btn-section .container .btn_1:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../images/icon_shop_w.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
  }
  body.home #page #news-section .container .content {
    display: block;
    width: 100%;
    box-shadow: none;
  }
  body.home #page #news-section .container .content .head {
    width: auto;
    display: block;
  }
  body.home #page #news-section .container .content .head h2 {
    text-align: center;
    margin-bottom: 5px;
  }
  body.home #page #news-section .container .content .feeds {
    width: 100%;
  }
  body.home #page #news-section .container .feeds article a {
    padding: 1rem 0;
  }
  body.home #page #news-section .container .feeds article a .post-date {
    font-size: 13px;
    width: auto;
    margin-right: 10px;
  }
  body.home #page #news-section .container .feeds article a .post-cat {
    font-size: 12px;
    padding: 3px 15px;
    width: auto;
  }
  body.home #page #news-section .container .feeds article a .post-title {
    display: block;
    width: 100%;
    margin: 3px 0 0 0;
    width: calc((100% - 16px));
  }
  body.home #page #news-section .container .btn {
    margin-top: 25px;
  }
  body.home #page #concept-section {
    border-radius: 0;
    width: 100%;
    margin: 0;
  }
  body.home #page #concept-section .container {
    padding: 30px 0;
    width: 100%;
  }
  body.home #page #concept-section h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  body.home #page #concept-section .concept_list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  body.home #page #concept-section .concept_list article:last-of-type {
    margin-bottom: 0;
  }
  body.home #page #concept-section .concept_list article .pic {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  body.home #page #concept-section .concept_list article .txt {
    width: 90%;
    margin: 0 auto;
  }
  body.home #page #concept-section .concept_list article .txt h4 {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.15em;
  }
  body.home #page #concept-section .concept_list article:nth-of-type(1) .pic {
    order: 1;
    left: 30px;
  }
  body.home #page #concept-section .concept_list article:nth-of-type(1) .txt {
    order: 2;
  }
  body.home #page #concept-section .concept_list article:nth-of-type(2) .pic {
    order: 1;
    right: 30px;
  }
  body.home #page #concept-section .concept_list article:nth-of-type(2) .txt {
    order: 2;
  }
  body.home #page #item-section .head {
    margin-bottom: 25px;
  }
  body.home #page #item-section .head > h3 {
    font-size: 18px;
  }
  body.home #page #item-section .item_wrap {
    justify-content: center;
  }
  body.home #page #item-section .item_wrap article {
    width: calc((100% / 2) - 20px);
    margin: 10px;
  }
  body.home #page #item-section .item_wrap article img {
    object-position: center;
  }
  body.home #page #item-section .item_wrap p {
    margin: 20px auto;
    text-align: left;
  }
  body.home #page #contact-form-section {
    border-radius: 0;
    width: 100%;
    margin: 0;
  }
  body.home #page #contact-form-section .container {
    padding: 50px 0;
  }
  body.home #page #company-section .container .logo {
    width: 200px;
    margin: 35px auto 35px;
  }
  body.home #page #company-section .container .table_type_1 {
    width: 100%;
    margin: 0 auto;
  }
  body.home #page #company-section .container .table_type_1 th {
    width: 80px;
  }
  body.home #page #map-section .container {
    padding: 0;
  }
  body.home #page #map-section .container iframe {
    height: 250px;
  }
  #wrapper.news #news-list.container,
#wrapper.news #news-detail.container {
    width: 90%;
    margin: 0 auto;
  }
  #wrapper.news #news-list > article,
#wrapper.news #news-detail > article {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #wrapper.news #news-list .post-header .post-title,
#wrapper.news #news-detail .post-header .post-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #wrapper.news #news-list .post-header .post-cat,
#wrapper.news #news-detail .post-header .post-cat {
    width: auto;
    margin-right: 15px;
  }
  #wrapper.news #news-list .post-header .post-date,
#wrapper.news #news-detail .post-header .post-date {
    width: auto;
    margin-right: 15px;
    text-align: center;
  }
  #wrapper.news #news-list .btn,
#wrapper.news #news-detail .btn {
    text-align: right;
  }
  #wrapper.news #news-detail .post-header {
    margin-bottom: 30px;
  }
  #page-item #item-section .container {
    width: 90%;
  }
  #page-item #item-section .container .head {
    margin-bottom: 40px;
  }
  #page-item #item-section .container .head h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #page-item #item-section .container .head p {
    width: 100%;
  }
  #page-item #item-section .container article.item {
    margin-bottom: 70px;
  }
  #page-item #item-section .container article.item:last-of-type {
    margin-bottom: 0;
  }
  #page-item #item-section .container article.item .pic {
    margin-bottom: 30px;
  }
  #page-item #item-section .container article.item img {
    border-radius: 10px;
    vertical-align: middle;
  }
  #page-item #item-section .container article.item .txt {
    width: 100%;
    margin: 0 auto;
  }
  #page-item #contact-us-section .container {
    text-align: center;
    width: 90%;
  }
  #page-privacy-policy #intro-section {
    text-align: left;
  }
  #page-privacy-policy #privacy-section article {
    margin-bottom: 50px;
  }
  #page-privacy-policy #privacy-section article:last-of-type {
    margin-bottom: 0;
  }
  #page-privacy-policy #privacy-section h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #page-privacy-policy #privacy-section h4 {
    font-size: 17px;
  }
  #page-privacy-policy #privacy-section p {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  #page-privacy-policy #privacy-section li {
    font-size: 13px;
  }
  #page-contact #intro-section .container {
    text-align: left;
  }
  #page-contact #intro-section .btn {
    text-align: center;
  }
  #page-contact #contact-form .container > h3 {
    font-size: 15px;
    letter-spacing: 0;
  }
  .form-wrap > h3 {
    font-size: 1.6rem;
  }
  .form-wrap > h3:before {
    margin-right: 1rem;
  }
  .form-wrap form {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto 0;
  }
  .form-wrap form .form_input_list {
    padding: 1rem 0;
    display: block;
    text-align: left;
  }
  .form-wrap form .form_input_list > span:nth-of-type(1) {
    display: inline-block;
    min-width: auto;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .form-wrap form .form_input_list > span:nth-of-type(1) > em {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .form-wrap form .form_input_list > span:nth-of-type(2) {
    display: block;
  }
  .form-wrap form .form_input_list dl {
    display: inline-block;
    margin: 0;
  }
  .form-wrap form .form_input_list dl dd {
    display: inline-block;
    margin: 0;
    margin-right: 2rem;
  }
  .form-wrap form .form_input_list dl dd > em {
    font-style: normal;
    display: inline-block;
    font-weight: bold;
    margin-right: 1rem;
  }
  .form-wrap form .form_input_list dl dd > span {
    display: inline-block;
  }
  .form-wrap form .form_input_list dl dd input {
    width: 70%;
  }
  .form-wrap form .form_check_btn {
    display: block;
    width: 100%;
    margin: 25px auto;
    padding: 15px;
    background: #d9d9d9;
  }
  .form-wrap form .form_check_btn input {
    width: auto;
    display: inline-block;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap {
    text-align: center;
    padding-bottom: 0;
  }
  .form-wrap form .submit_btn_wrap input[type="submit"] {
    display: inline-block !important;
    font-weight: bold;
    width: 30rem;
    border-radius: 1rem;
    margin: 0;
  }
  .form-wrap form .submit_btn_wrap span {
    display: block !important;
  }
  .form-wrap form input,
.form-wrap form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
  }
  .form-wrap form input :placeholder-shown,
.form-wrap form input ::-webkit-input-placeholder,
.form-wrap form input :-ms-input-placeholder,
.form-wrap form input :-moz-placeholder,
.form-wrap form input ::-moz-placeholder,
.form-wrap form textarea :placeholder-shown,
.form-wrap form textarea ::-webkit-input-placeholder,
.form-wrap form textarea :-ms-input-placeholder,
.form-wrap form textarea :-moz-placeholder,
.form-wrap form textarea ::-moz-placeholder {
    color: #f4f4f4;
  }
  .form-wrap form input[type="radio"] {
    width: 2rem;
    display: inline-block;
    margin-right: 1rem;
  }
  .form-wrap form input[type="button"],
.form-wrap form input[type="submit"] {
    color: white;
    box-sizing: border-box;
    padding: 2rem 0;
    display: block;
    margin: 1rem 0;
  }
  .form-wrap form select,
.form-wrap form .wpcf7-select {
    outline: none;
    text-overflow: '';
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: 100%;
    position: relative;
    display: block;
    padding: 1rem 2rem;
  }
  .form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
    z-index: 1;
    content: '\f054';
    font-family: FontAwesome;
    color: #414141;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth span {
    display: inline-block !important;
  }
  .form-wrap form .birth span:nth-of-type(1) {
    text-align: left;
    display: block !important;
  }
  .form-wrap form .birth select {
    width: 60px;
    display: inline-block;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    padding: 1rem 0.5rem;
  }
}
