@charset "UTF-8";
/*!
Theme Name:   DVERZ
Theme URI:    https://dverz.co.jp/
Author:       DVERZ
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 inc.
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: #5e5e5e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5384615385;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

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

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

.button-hover, #primary #pager .prev > a:hover,
#primary #pager .next > a:hover,
#primary #pager .list > a:hover, #primary #pagination ul > li > a.arrow:hover, #primary #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.5384615385;
}

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 #5e5e5e;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.link-hover-inverse, #primary .more-link > a {
  text-decoration: none;
}

.link-hover-inverse:hover, #primary .more-link > a:hover {
  text-decoration: underline;
}

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

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, #primary #pagination ul, #pankuzu #breadcrumb ul {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}

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

.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: #446cb1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}

.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: #7796cb;
  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 #446cb1;
  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 #446cb1;
}

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 {
  overflow: hidden;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}

.container {
  margin: 0 auto;
  width: 90%;
  padding: 30px 0;
  min-width: 1000px;
  max-width: 1400px;
  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%;
  vertical-align: middle;
}

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;
}

.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;
  justify-content: space-between;
}

.cards.cards_col_2 > div,
.cards.cards_col_2_smf2 > div {
  width: calc((100% / 2) - 1rem);
  line-height: 0;
  margin-right: calc((2rem / 1));
  margin-bottom: 2rem;
}

.cards.cards_col_2 > div:nth-of-type(2),
.cards.cards_col_2_smf2 > div:nth-of-type(2) {
  margin-right: 0;
}

.cards.cards_col_2 article,
.cards.cards_col_2_smf2 article {
  width: calc((100% / 2) - 1rem);
  margin-bottom: 2rem;
}

.cards.cards_col_2 article .pic,
.cards.cards_col_2_smf2 article .pic {
  line-height: 0.5;
  margin-bottom: 1.5rem;
  text-align: center;
}

.cards.cards_col_2 article .pic a,
.cards.cards_col_2_smf2 article .pic a {
  display: block;
}

.cards.cards_col_2 article .pic img,
.cards.cards_col_2_smf2 article .pic img {
  max-width: 100% !important;
  margin: 0 auto !important;
}

.cards.cards_col_2 article .txt,
.cards.cards_col_2_smf2 article .txt {
  margin: 0;
}

.cards.cards_col_2 article .txt a,
.cards.cards_col_2_smf2 article .txt a {
  margin-bottom: 2rem;
  min-width: 100% !important;
}

.cards.cards_col_3 > div {
  width: calc((100% / 3) - 1rem);
  line-height: 0;
  margin-right: calc((3rem / 3));
  margin-bottom: 2rem;
}

.cards.cards_col_3 > div:nth-of-type(3) {
  margin-right: 0;
}

.cards.cards_col_3 article {
  width: calc((100% / 3) - 1rem);
  margin-bottom: 2rem;
}

.cards.cards_col_3 article .pic {
  line-height: 0.5;
  margin-bottom: 1.5rem;
  text-align: center;
}

.cards.cards_col_3 article .pic a {
  display: block;
}

.cards.cards_col_3 article .pic img {
  max-width: 100% !important;
  margin: 0 auto !important;
}

.cards.cards_col_3 article .txt {
  margin: 0;
}

.cards.cards_col_3 article .txt a {
  margin-bottom: 2rem;
  min-width: 100% !important;
}

.cards.cards_col_3_smf2 > div {
  width: calc((100% / 3) - 1rem);
  line-height: 0;
  margin-right: calc((3rem / 3));
  margin-bottom: 2rem;
}

.cards.cards_col_3_smf2 > div:nth-of-type(3) {
  margin-right: 0;
}

.cards.cards_col_3_smf2 article {
  width: calc((100% / 3) - 1rem);
  margin-bottom: 2rem;
}

.cards.cards_col_3_smf2 article .pic {
  line-height: 0.5;
  margin-bottom: 1.5rem;
  text-align: center;
}

.cards.cards_col_3_smf2 article .pic a {
  display: block;
}

.cards.cards_col_3_smf2 article .pic img {
  max-width: 100% !important;
  margin: 0 auto !important;
}

.cards.cards_col_3_smf2 article .txt {
  margin: 0;
}

.cards.cards_col_3_smf2 article .txt a {
  margin-bottom: 2rem;
  min-width: 100% !important;
}

.cards.cards_col_4 > div {
  width: calc((100% / 4) - 1rem);
  line-height: 0;
  margin-right: calc((4rem / 3));
  margin-bottom: 2rem;
}

.cards.cards_col_4 > div:nth-of-type(4) {
  margin-right: 0;
}

.cards.cards_col_4 article {
  width: calc((100% / 4) - 1rem);
  margin-bottom: 2rem;
}

.cards.cards_col_4 article .pic {
  line-height: 0.5;
  margin-bottom: 1.5rem;
  text-align: center;
}

.cards.cards_col_4 article .pic a {
  display: block;
}

.cards.cards_col_4 article .pic img {
  max-width: 100% !important;
  margin: 0 auto !important;
}

.cards.cards_col_4 article .txt {
  margin: 0;
}

.cards.cards_col_4 article .txt a {
  margin-bottom: 2rem;
  min-width: 100% !important;
}

.cards.cards_col_4_smf2 > div {
  width: calc((100% / 4) - 1rem);
  line-height: 0;
  margin-right: calc((4rem / 3));
  margin-bottom: 2rem;
}

.cards.cards_col_4_smf2 > div:nth-of-type(4) {
  margin-right: 0;
}

.cards.cards_col_4_smf2 article {
  width: calc((100% / 4) - 1rem);
  margin-bottom: 2rem;
}

.cards.cards_col_4_smf2 article .pic {
  line-height: 0.5;
  margin-bottom: 1.5rem;
  text-align: center;
}

.cards.cards_col_4_smf2 article .pic a {
  display: block;
}

.cards.cards_col_4_smf2 article .pic img {
  max-width: 100% !important;
  margin: 0 auto !important;
}

.cards.cards_col_4_smf2 article .txt {
  margin: 0;
}

.cards.cards_col_4_smf2 article .txt a {
  margin-bottom: 2rem;
}

.cards.cards_col_2_full > div {
  width: calc((100% / 2));
  line-height: 0;
  margin-bottom: 2rem;
}

.cards.cards_col_4_full > div {
  width: calc((100% / 4));
  line-height: 0;
  margin-bottom: 2rem;
}

header#header {
  background: #d9d2ca;
  background: -moz-linear-gradient(180deg, #d9d2ca 0%, #ebe5e0 100%);
  background: -webkit-linear-gradient(180deg, #d9d2ca 0%, #ebe5e0 100%);
  background: linear-gradient(180deg, #d9d2ca 0%, #ebe5e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9d2ca",endColorstr="#ebe5e0",GradientType=1);
}

header#header .container {
  padding: 20px 0 10px;
}

header#header .container > h1 {
  color: #9f8b85;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

header#header .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;
  justify-content: space-between;
}

header#header .container .content .head_logo {
  width: 560px;
}

header#header .container .content .head_logo a {
  display: block;
}

header#header .container .content .head_nav {
  width: 430px;
  text-align: center;
}

header#header .container .content .head_nav .btn {
  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;
  justify-content: space-between;
  margin-bottom: 5px;
}

header#header .container .content .head_nav .btn a {
  display: block;
  width: calc((100% / 2) - 5px);
  background: #5d91c3;
  background: -moz-linear-gradient(180deg, #5d91c3 0%, #446cb1 100%);
  background: -webkit-linear-gradient(180deg, #5d91c3 0%, #446cb1 100%);
  background: linear-gradient(180deg, #5d91c3 0%, #446cb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d91c3",endColorstr="#446cb1",GradientType=1);
  color: white;
  font-weight: bold;
  padding: 10px;
}

header#header .container .content .head_nav address, header#header .container .content .head_nav h2 {
  color: #5e5e5e;
  font-size: 12px;
  margin: 5px 0;
  line-height: 1.2;
}

header#header .container .content .head_nav .tel a {
  display: block;
  width: 180px;
  margin: 10px auto 0;
}

#gnav {
  margin-top: 15px;
}

#gnav ul {
  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;
  justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
  justify-content: center;
}

#gnav ul li {
  display: inline-block;
  border-right: 1px dotted #9b8a76;
}

#gnav ul li a {
  display: block;
  padding: 5px 30px;
}

#gnav ul li:nth-of-type(1) {
  border-left: 1px dotted #9b8a76;
}

#pankuzu {
  text-align: right;
}

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

#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 {
  display: none;
  line-height: 1;
  z-index: 9999 !important;
  width: 100px;
  height: 100px;
  background-image: url("images/common/menu_btn_open.png");
  background-size: cover;
}

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

#page .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;
  justify-content: space-between;
}

#page .container .content #primary {
  width: calc((100% - 240px) - 4rem);
}

#page .container .content #secondary {
  width: 240px;
}

#page .container.fullwide #primary {
  width: 100%;
}

#primary {
  /* 武田追加記述　20190527 */
  /***ボタン***************************************************************/
  /**ボタン並び flex****************************************************************/
  /******************************************************************/
  /******************************************************************/
}

#primary .content {
  display: block !important;
}

#primary article[class^="post-"] {
  /*
		p.content_1 {
			border: 1px solid #d29556;
			line-height: 1.5;
			padding: 1.5rem 2rem;
			position: relative;
			border-radius: 1rem;
			&:before {
				content: 'CONTENTS';
				position: absolute;
				top: -1.5rem;
				left: 2.5rem;
				padding: 0.5rem;
				color: #008fcc;
				background: white;
				padding: 0.5rem;
				font-weight: bold;
			}
		}
		*/
}

#primary article[class^="post-"] > p {
  margin-bottom: 3rem;
}

#primary article[class^="post-"] h1, #primary article[class^="post-"] h2, #primary article[class^="post-"] h3, #primary article[class^="post-"] h4, #primary article[class^="post-"] h5 {
  margin-bottom: 25px;
}

#primary article[class^="post-"] .style_ttl {
  background: #d9d2ca;
  margin-bottom: 25px;
}

#primary article[class^="post-"] .style_ttl h1 {
  margin: 0;
  font-weight: 800;
  color: white;
  display: inline-block;
  min-width: 300px;
  padding: 13px 50px 13px 90px;
  background: #446cb1;
  position: relative;
}

#primary article[class^="post-"] .style_ttl h1:before {
  content: '';
  width: 28px;
  height: 33px;
  background-image: url("images/common/icon_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 55px;
  top: 7px;
}

#primary article[class^="post-"] h2 {
  font-size: 25px;
  text-align: center;
  text-shadow: 0 0 0.5rem #d9d2ca;
  font-weight: bold;
}

#primary article[class^="post-"] h3 {
  position: relative;
  padding: 10px 0;
  font-size: 22px;
  font-weight: bold;
  color: #446cb1;
  border-bottom: 3px solid #d9d2ca;
}

#primary article[class^="post-"] h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #9b8a76;
  padding-left: 50px;
  position: relative;
}

#primary article[class^="post-"] h4:before {
  content: '';
  background-image: url("images/common/icon_hukidasi.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 44px;
  height: 35px;
  position: absolute;
  left: 0;
  top: -5px;
}

#primary article[class^="post-"] h5 {
  text-align: center;
}

#primary article[class^="post-"] .style_box1 {
  border: 1px solid #9b8a76;
  padding: 2rem 3rem 2rem;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

#primary article[class^="post-"] .style_box1 > span.ttl {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #9b8a76;
  position: absolute;
  left: 2rem;
  top: -1.5rem;
  padding: 0 1rem;
  background: white;
}

#primary article[class^="post-"] .style_box2 {
  width: 500px;
  margin: 0 auto;
  margin-bottom: 25px;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.1);
}

#primary article[class^="post-"] .style_box2 > span.ttl {
  color: white;
  text-align: center;
  display: block;
  padding: 15px 25px;
  font-size: 16px;
  background: #446cb1;
}

#primary article[class^="post-"] .style_box2 > span.cont {
  padding: 20px 25px;
  background: #d9d2ca;
  display: block;
}

#primary article[class^="post-"] p.content_2 {
  border: 1px solid #9b8a76;
  line-height: 1.5;
  padding: 1.5rem 2rem;
}

#primary article[class^="post-"] p.content_3 {
  position: relative;
  display: block;
  background: #efefef;
  padding: 2.5rem;
  width: 500px;
  margin: 0 auto 2rem;
}

#primary article[class^="post-"] p.content_3:before, #primary article[class^="post-"] p.content_3:after {
  content: '';
  display: inline-block;
  top: 0;
  position: absolute;
  width: 20px;
  height: 100%;
}

#primary article[class^="post-"] p.content_3:before {
  border-left: dotted 2px #446cb1;
  border-top: dotted 2px #446cb1;
  border-bottom: dotted 2px #446cb1;
  left: 0;
}

#primary article[class^="post-"] p.content_3:after {
  border-top: dotted 2px #446cb1;
  border-right: dotted 2px #446cb1;
  border-bottom: dotted 2px #446cb1;
  right: 0;
}

#primary article[class^="post-"] p.content_3 span {
  display: inline-block;
  position: relative;
}

#primary article[class^="post-"] a {
  text-decoration: underline;
}

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

#primary article[class^="post-"] img.size-full {
  width: 100%;
  max-width: 200%;
  margin-bottom: 20px;
}

#primary article[class^="post-"] img.size-medium {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}

#primary article[class^="post-"] img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#primary article[class^="post-"] img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}

#primary article[class^="post-"] img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}

#primary article[class^="post-"] .alignright {
  float: right;
}

#primary article[class^="post-"] .alignleft {
  float: left;
}

#primary article[class^="post-"] .aligncenter {
  margin: 0 auto;
  display: block;
}

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

#primary article[class^="post-"] table tr th, #primary article[class^="post-"] table tr td {
  border: 1px solid gray;
  line-height: 1;
  padding: 20px 23px;
}

#primary article[class^="post-"] table tr th {
  background: #446cb1;
  color: white;
  width: 30%;
  font-weight: bold;
}

#primary .caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.1rem;
  line-height: 1;
  padding: 2rem !important;
  border-bottom: 2px solid #daede7;
  margin: 0 -3rem 0rem !important;
  border-left: 0px !important;
}

#primary .caption:before {
  content: '\f068';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 1.2rem;
  background-position: top;
  line-height: 21px;
  color: #446cb1;
}

#primary .title {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 10px;
  color: #446cb1;
  font-size: 19px;
  font-size: 1.9rem;
}

#primary .more-link {
  float: right;
}

#primary .more-link > a {
  padding-left: 16px;
  background-image: url(images/page/icon-arrow-right.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #446cb1;
}

#primary ul {
  margin: 2rem 0;
}

#primary ol {
  margin: 2rem 0;
}

#primary .style_ul1 {
  list-style: none;
  padding: 0;
}

#primary .style_ul1 li {
  padding: 0 0 1rem;
  padding-left: 3rem;
  position: relative;
  border-bottom: dashed 1px #9b8a76;
  margin-bottom: 1.5rem;
}

#primary .style_ul1 li:before {
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: -2px;
  content: '\f138';
  color: #446cb1;
  width: 15px;
  height: 15px;
  font-size: 1.8rem;
}

#primary .style_ul2 {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

#primary .style_ul2 li {
  padding: 0;
  margin-bottom: 1.5rem;
  list-style-type: none !important;
  list-style-image: none !important;
  position: relative;
  padding-left: 2rem;
}

#primary .style_ul2 li:before, #primary .style_ul2 li:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  height: 11px;
  width: 4px;
  background: #ff8076;
  border-radius: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#primary .style_ul2 li:before {
  top: 8px;
  left: 3px;
  height: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

#primary .style_ul3 {
  margin: 15px 0;
}

#primary .style_ul3 li {
  position: relative;
  padding-left: 17px;
  line-height: 1.5;
  margin: 6px 0;
}

#primary .style_ul3 li:before {
  content: '・';
  color: #d29556;
  position: absolute;
  left: 0;
  top: 0;
}

#primary .style_ul4 {
  margin: 15px 0;
}

#primary .style_ul4 li {
  position: relative;
  padding-left: 17px;
  line-height: 1.5;
  margin: 6px 0;
}

#primary .style_ul4 li:before {
  content: '●';
  color: #446cb1;
  position: absolute;
  left: 0;
  top: 0;
}

#primary .style_ul5 {
  margin: 15px 0;
}

#primary .style_ul5 li {
  position: relative;
  padding-left: 17px;
  line-height: 1.5;
  margin: 6px 0;
}

#primary .style_ul5 li:before {
  content: '■';
  color: #9b8a76;
  position: absolute;
  left: 0;
  top: 0;
}

#primary .style_ol1 {
  counter-reset: li;
  padding-left: 1.5rem;
}

#primary .style_ol1 li {
  position: relative;
  display: block;
  padding: 8px 0px 8px 40px;
  margin: 5px 0;
}

#primary .style_ol1 li:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 15px;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #9b8a76;
}

#primary .style_ol1 li:after {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: -16px;
  top: 2px;
  background: #E8E4C5;
  height: 35px;
  width: 35px;
  line-height: 2.1;
  border: 2px solid #9b8a76;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  color: #8f8f8f;
}

#primary .style_ol2 {
  counter-reset: list;
  list-style-type: none;
  padding-left: 1rem;
}

#primary .style_ol2 li {
  position: relative;
  line-height: 1.5;
  margin: 7px 0 10px 30px;
  padding: 0.5rem 1rem;
  background: #d9d2ca;
}

#primary .style_ol2 li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -40px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #446cb1;
  top: 50%;
  font-weight: bold;
  line-height: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#primary .style_ol2 li:after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #446cb1;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#primary .style_ol3 {
  counter-reset: li;
  padding-left: 1.5rem;
}

#primary .style_ol3 li {
  position: relative;
  display: block;
  padding: 8px 0px 15px 25px;
  margin: 5px 0;
  border-bottom: 1px dashed #848484;
}

#primary .style_ol3 li:after {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: -10px;
  top: 6px;
  background: #9b8a76;
  height: 28px;
  width: 28px;
  line-height: 1.75;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  color: white;
}

#primary .btn_1 {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: white;
  background: #d9d2ca;
  text-align: center;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  border-radius: 50px;
}

#primary .btn_2 {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: white;
  background: #89B3DB;
  text-align: center;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  box-shadow: 0 0 0.5rem 0.3rem rgba(0, 0, 0, 0.1);
}

#primary .btn_3 {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #808080;
  border: 1px solid #808080;
  text-align: center;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

#primary .btn_list_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;
  justify-content: space-between;
  justify-content: flex-start;
}

#primary .btn_list_col_3 li {
  width: calc((100% / 3) - 5px);
  margin-right: calc((5px * 3) / 2);
}

#primary .btn_list_col_3 li:nth-of-type(3n) {
  margin-right: 0;
}

#primary .btn_list_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;
  justify-content: space-between;
}

#primary .btn_list_col_2 li {
  width: calc((100% / 2) - 5px);
}

#primary .btn_list_col_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;
  justify-content: space-between;
  justify-content: center;
}

#primary .btn_list_col_1 li {
  width: 350px;
}

#primary #news-section {
  margin-bottom: 4rem;
}

#primary #news-section .container {
  min-width: calc((1000px - 240px) - 4rem);
}

#primary #news-section .container .feeds_thumb {
  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;
  justify-content: space-between;
  justify-content: flex-start;
  margin: 25px 0;
}

#primary #news-section .container .feeds_thumb article {
  width: calc((100% / 4) - 15px);
  margin-right: calc((15px * 4) / 3);
  margin-bottom: 15px;
}

#primary #news-section .container .feeds_thumb article:nth-of-type(4n) {
  margin-right: 0;
}

#primary #news-section .container .feeds_thumb article .thumb a {
  display: block;
}

#primary #news-section .container .feeds_thumb article .thumb a img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}

#primary #news-section .container .feeds_thumb article .post-title {
  color: #997844;
}

#primary #news-section .container .feeds {
  margin: 25px 0;
}

#primary #news-section .container .feeds article a {
  text-decoration: none;
  padding: 10px 0;
  font-size: 20px;
  display: block;
  color: #808080;
  border-bottom: 1px solid #808080;
  padding-left: 18px;
  position: relative;
}

#primary #news-section .container .feeds article a:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 10px;
  color: #9f8000;
}

#primary #news-section .container .feeds article a > span {
  display: inline-block;
  margin-right: 10px;
}

#primary #news-section .container .feeds article a .post-title {
  color: #997844;
}

#primary #news-section .container .feeds article a .post-cat {
  font-size: 15px;
  color: white;
  background: #446cb1;
  padding: 0 15px;
  border-radius: 20px;
}

#primary .news-feeds {
  margin-bottom: 4rem;
}

#primary .news-feeds .container {
  min-width: calc((1000px - 240px) - 4rem);
}

#primary .news-feeds .container .feeds_thumb {
  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;
  justify-content: space-between;
  justify-content: flex-start;
  margin: 25px 0;
}

#primary .news-feeds .container .feeds_thumb article {
  width: calc((100% / 4) - 15px);
  margin-right: calc((15px * 4) / 3);
  margin-bottom: 15px;
}

#primary .news-feeds .container .feeds_thumb article:nth-of-type(4n) {
  margin-right: 0;
}

#primary .news-feeds .container .feeds_thumb article a {
  text-decoration: none !important;
}

#primary .news-feeds .container .feeds_thumb article .thumb a {
  display: block;
}

#primary .news-feeds .container .feeds_thumb article .thumb a img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}

#primary .news-feeds .container .feeds_thumb article .thumb a img.size-full {
  width: 100% !important;
  height: auto;
  border-radius: 7px;
}

#primary .news-feeds .container .feeds_thumb article .post-title {
  color: #997844;
}

#primary .news-feeds .container .feeds {
  margin: 25px 0;
}

#primary .news-feeds .container .feeds article a {
  text-decoration: none;
  padding: 10px 0;
  font-size: 20px;
  display: block;
  color: #808080;
  border-bottom: 1px solid #808080;
  padding-left: 18px;
  position: relative;
}

#primary .news-feeds .container .feeds article a:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 10px;
  color: #9f8000;
}

#primary .news-feeds .container .feeds article a > span {
  display: inline-block;
  margin-right: 10px;
}

#primary .news-feeds .container .feeds article a .post-title {
  color: #997844;
}

#primary .news-feeds .container .feeds article a .post-cat {
  font-size: 15px;
  color: white;
  background: #446cb1;
  padding: 0 15px;
  border-radius: 20px;
}

#primary #news-list .feeds {
  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;
  justify-content: space-between;
  justify-content: flex-start;
}

#primary #news-list article {
  width: calc((100% / 4) - 15px);
  margin-right: calc((15px * 4) / 3);
  margin-bottom: 20px;
}

#primary #news-list article a {
  text-decoration: none;
}

#primary #news-list article .date {
  display: block;
  color: #7c7c7c;
}

#primary #news-list article .post-title {
  display: block;
  color: #997844;
}

#primary #news-list article:nth-child(4n) {
  margin-right: 0;
}

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

#primary #pagination ul {
  text-align: center;
}

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

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

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

#primary #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;
}

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

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

#primary #pager {
  width: 670px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
  text-align: center;
  min-height: 70px;
}

#primary #pager .prev > a,
#primary #pager .next > a,
#primary #pager .list > a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding: 1rem 3rem;
  border-radius: 50px;
  background-color: #cfc1a6;
  color: white;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 24px;
  font-size: 1.5rem;
}

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

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

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

#primary #pager .list a {
  padding: 1rem 6rem;
}

#secondary .side-nav {
  margin-bottom: 50px;
}

#secondary .side-nav nav > div > ul.side-menu a {
  padding: 10px;
  display: block;
  text-align: center;
  font-weight: bold !important;
}

#secondary .side-nav nav > div > ul.side-menu > li.menu-item {
  margin-bottom: 10px;
}

#secondary .side-nav nav > div > ul.side-menu > li.menu-item > a {
  background: #D9D2CA;
  border-left: 6px solid #446cb1;
}

#secondary .side-nav nav > div > ul.side-menu > li.menu-item > ul.sub-menu > li > a {
  border-bottom: 4px solid #d9d2ca;
  color: #9b8a76;
}

#secondary .side-nav nav > div > ul.side-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu > li > a {
  border-bottom: 1px dotted #d9d2ca;
}

footer#footer {
  background-image: url("images/common/footer_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

footer#footer .container .foot_info {
  text-align: center;
}

footer#footer .container .foot_info .foot_logo {
  display: block;
  width: 495px;
  margin: 0 auto 15px;
}

footer#footer .container .foot_info > h1 {
  color: #765e58;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

footer#footer .container .foot_info .tel {
  margin-bottom: 20px;
}

footer#footer .container .foot_info .tel a {
  display: block;
  width: 270px;
  margin: 0 auto;
}

footer#footer .container .foot_info address {
  font-size: 18px;
}

footer#footer .container .foot_info h2 {
  font-size: 26px;
}

footer#footer-nav {
  background: #9f8b85;
}

footer#footer-nav .container {
  padding: 60px 0;
}

footer#footer-nav .container .nav_list {
  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;
  justify-content: space-between;
  justify-content: center;
}

footer#footer-nav .container .nav_list nav {
  display: inline-block;
  margin: 0 40px;
}

footer#footer-nav .container .nav_list nav ul.footer-menu > li.menu-item {
  margin-bottom: 5px;
}

footer#footer-nav .container .nav_list nav ul.footer-menu > li.menu-item a {
  color: white;
  padding: 3px 0;
  font-size: 17px;
  display: inline-block;
}

footer#footer-nav .container .nav_list nav ul.footer-menu > li.menu-item > ul.sub-menu > li:before {
  content: '・';
  display: inline-block;
  color: white;
}

footer#footer-nav .container .nav_list nav ul.footer-menu > li.menu-item > ul.sub-menu > li > ul.sub-menu {
  padding-left: 25px;
}

footer#credit {
  background: #446cb1;
  color: white;
  text-align: center;
}

footer#credit .container {
  padding: 0;
  font-size: 12px !important;
}

body.home #vi-section .container {
  padding: 0;
}

body.home #vi-section .container .sp-slide .txt {
  position: absolute;
  color: #9f8b85;
  padding: 30px;
}

body.home #vi-section .container .sp-slide .txt h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 0 1rem #d9d2ca;
}

body.home #vi-section .container .sp-slide .txt p {
  font-size: 19px;
  font-weight: normal;
  text-shadow: 0 0 1rem #d9d2ca;
}

body.home #vi-section .container .sp-slide:nth-of-type(1) .txt {
  top: 30px;
  left: 30px;
  right: auto;
  bottom: auto;
}

body.home #vi-section .container .sp-slide:nth-of-type(2) .txt {
  top: 30px;
  left: auto;
  right: 30px;
  bottom: auto;
}

body.home #vi-section .container .sp-slide:nth-of-type(3) .txt {
  top: auto;
  left: 30px;
  right: auto;
  bottom: 30px;
}

body.home #vi-section .container .sp-slide:nth-of-type(4) .txt {
  top: 30px;
  left: auto;
  right: 30px;
  bottom: auto;
}

body.home #vi-section .container .sp-slide:nth-of-type(5) .txt {
  top: auto;
  left: 30px;
  right: auto;
  bottom: 30px;
}

#news-section {
  background-image: url("images/common/news_bg.jpg");
  background-size: cover;
}

#news-section .sec_ttl_wide {
  background: #5d91c3;
  background: -moz-linear-gradient(180deg, #5d91c3 0%, #446cb1 100%);
  background: -webkit-linear-gradient(180deg, #5d91c3 0%, #446cb1 100%);
  background: linear-gradient(180deg, #5d91c3 0%, #446cb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d91c3",endColorstr="#446cb1",GradientType=1);
  text-align: center;
  padding: 12px;
}

#news-section .sec_ttl_wide p {
  display: inline-block;
  font-weight: bold;
  padding-left: 55px;
  position: relative;
  color: white;
  font-size: 22px;
  margin: 0;
}

#news-section .sec_ttl_wide p:before {
  content: '';
  display: inline-block;
  width: 39px;
  height: 47px;
  background-image: url("images/common/icon_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -6px;
}

#news-section .feed_content {
  max-width: 1300px;
  min-width: 1000px;
  margin: 0 auto;
  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;
  justify-content: space-between;
}

#news-section .feed_content > div {
  width: 50%;
  padding: 20px;
}

#news-section .feed_content .sec_title1 {
  text-align: center;
  width: 80%;
  margin: 0 auto 30px;
}

#news-section .feed_content .sec_title1 h3 {
  font-size: 48px;
  font-weight: bold;
  color: #5e5e5e;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

#news-section .feed_content .sec_title1 h3:after {
  content: none;
}

#news-section .feed_content .sec_title1 h2 {
  font-size: 22px;
  border-top: dotted #9b8a76;
  background: none;
  color: #9b8a76;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 10px;
  padding-top: 5px;
}

#news-section .feed_content .sec_title1 h2:after {
  content: none;
}

#news-section .news_feeds .feeds article, #news-section .blog_feeds .feeds article {
  border-bottom: 1px dotted #5e5e5e;
}

#news-section .news_feeds .feeds article a, #news-section .blog_feeds .feeds article a {
  display: block;
  text-decoration: none;
  padding: 8px 0;
  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;
  justify-content: space-between;
}

#news-section .news_feeds .feeds article a .post-date, #news-section .blog_feeds .feeds article a .post-date {
  display: inline-block;
  width: 100px;
}

#news-section .news_feeds .feeds article a .post-title, #news-section .blog_feeds .feeds article a .post-title {
  width: calc((100% - 100px));
}

#news-section .news_feeds .feeds article a .post-cat, #news-section .blog_feeds .feeds article a .post-cat {
  display: none;
}

#news-section .news_feeds .btn, #news-section .blog_feeds .btn {
  text-align: center;
  margin-top: 30px;
}

#news-section .news_feeds .btn .btn_2, #news-section .blog_feeds .btn .btn_2 {
  display: inline-block;
  width: 300px;
  padding: 15px;
  color: white;
  background: #9b8a76;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.5;
  margin-bottom: 10px;
  box-shadow: 0 0 0.5rem 0.3rem rgba(0, 0, 0, 0.1);
}

.contact #page form p label {
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}

.contact #page form p input {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #9b8a76;
}

.contact #page form p input[type="radio"] {
  width: auto;
}

.contact #page form p textarea {
  width: 100%;
  border: 1px solid #9b8a76;
}

.contact #page form p input.wpcf7-submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: #446cb1;
  color: white;
  line-height: 2em;
  padding: 1rem 5rem;
  font-weight: bold;
  margin: 2rem 0;
}

.contact #page .info {
  overflow: hidden;
}

.contact #page .info .text {
  float: left;
  width: 50%;
}

.contact #page .info .text h2 {
  font-weight: bold;
  font-size: 1.5rem;
}

.contact #page .info .text ul li {
  display: inline-block;
  margin-right: 2rem;
}

.contact #page .info .tel {
  float: right;
  width: 45%;
}

@media screen and (max-width: 732px) {
  .cards.cards_col_2 > div,
.cards.cards_col_3 > div {
    width: 100%;
    margin-right: 0;
  }
  .cards.cards_col_2 article,
.cards.cards_col_3 article {
    width: 100%;
  }
  .cards.cards_col_4 > div {
    width: 100%;
    margin-right: 0;
  }
  .cards.cards_col_4 article {
    width: 100%;
  }
  .cards.cards_col_2_smf2 > div,
.cards.cards_col_3_smf2 > div,
.cards.cards_col_4_smf2 > div {
    width: calc(100% / 2);
    margin-right: 0;
  }
  .cards.cards_col_2_smf2 article,
.cards.cards_col_3_smf2 article,
.cards.cards_col_4_smf2 article {
    width: calc((100% / 2) - 1rem);
  }
  .cards.cards_col_2_full > div,
.cards.cards_col_4_full > div {
    width: 100%;
    line-height: 0;
    margin-bottom: 2rem;
  }
  #page {
    padding: 2.5rem 0;
  }
  .container {
    padding: 0 !important;
    width: 95% !important;
    min-width: auto !important;
    max-width: auto !important;
    box-sizing: border-box;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
    min-width: auto !important;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  header#header .container {
    padding: 0;
    width: 100% !important;
  }
  header#header .container > h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    width: calc((100% - 65px));
    display: none;
  }
  header#header .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;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  header#header .container .content .head_logo {
    width: calc((100% - 80px));
    margin: 15px 0 10px;
  }
  header#header .container .content .head_nav {
    width: 100%;
    margin-top: 10px;
  }
  header#header .container .content .head_nav .btn {
    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;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  header#header .container .content .head_nav .btn a {
    padding: 5px;
  }
  header#header .container .content .head_nav .tel {
    margin-bottom: 15px;
  }
  #gnav {
    margin-top: 15px;
    display: none;
  }
  #gnav ul {
    display: block;
    border-top: 1px solid #9b8a76;
  }
  #gnav ul li {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #9b8a76;
  }
  #gnav ul li a {
    padding: 10px 15px;
    position: relative;
  }
  #gnav ul li a:after {
    content: '\f054';
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #446cb1;
  }
  #gnav ul li:nth-of-type(1) {
    border-left: 0;
  }
  #side_btn {
    display: none;
  }
  #menu_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 5.5rem;
    height: 5.5rem;
    display: block;
    z-index: 999;
    background: #446cb1;
    text-align: center;
    border: 1px solid white;
  }
  #menu_btn:after {
    content: '\f0c9';
    color: white;
    font-size: 3.5rem;
    font-family: FontAwesome;
    line-height: 5.5rem;
  }
  #pankuzu .container #breadcrumb {
    padding: 1rem 0rem;
  }
  /*武田追記　20210827 */
  #primary ul {
    margin: 1.5rem 0;
  }
  #primary ol {
    margin: 1.5rem 0;
  }
  #primary .style_ol1 li:after {
    line-height: 2.5;
  }
  #primary .style_ol2 li:before {
    line-height: 2.5;
  }
  #primary .style_box1 {
    padding: 1.5rem 2rem 1.5rem;
  }
  #primary .style_box1 > span {
    font-size: 1.6rem;
    top: -1.4rem;
    left: 1.5rem;
  }
  #primary .style_box2 {
    width: 100% !important;
  }
  #primary .btn_list_col_3 li {
    width: 100%;
    margin-right: 0;
  }
  #primary .btn_list_col_2 li {
    width: 100%;
    margin-right: 0;
  }
  /******************************************************************/
  #primary #news-section .container h5 {
    width: 200px;
    margin: 0 auto;
  }
  #primary #news-section .container .feeds_thumb article {
    width: calc((100% / 2) - 15px);
    margin-right: calc((15px * 4) / 3);
    margin-bottom: 15px;
  }
  #primary #news-section .container .feeds_thumb article:nth-of-type(2n) {
    margin-right: 0;
  }
  #primary #news-section .container .feeds {
    margin: 25px 0;
  }
  #primary #news-section .container .feeds article a {
    font-size: 15px;
  }
  #primary #news-section .container .feeds article a .post-cat {
    font-size: 12px;
    color: white;
    background: #446cb1;
    padding: 0 15px;
    border-radius: 20px;
  }
  #primary .news-feeds .container h5 {
    width: 200px;
    margin: 0 auto;
  }
  #primary .news-feeds .container .feeds_thumb article {
    width: calc((100% / 2) - 15px);
    margin-right: calc((15px * 4) / 3);
    margin-bottom: 15px;
  }
  #primary .news-feeds .container .feeds_thumb article:nth-of-type(2n) {
    margin-right: 0;
  }
  #primary .news-feeds .container .feeds {
    margin: 25px 0;
  }
  #primary .news-feeds .container .feeds article a {
    font-size: 15px;
  }
  #primary .news-feeds .container .feeds article a .post-cat {
    font-size: 12px;
    color: white;
    background: #446cb1;
    padding: 0 15px;
    border-radius: 20px;
  }
  footer#footer .container {
    padding: 30px 0 !important;
  }
  footer#footer .container .foot_info .foot_logo {
    width: 80%;
  }
  footer#footer .container .foot_info > h1 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  footer#footer .container .foot_info .tel a {
    width: 60%;
  }
  footer#footer .container .foot_info address {
    font-size: 14px;
  }
  footer#footer .container .foot_info h2 {
    font-size: 26px;
  }
  #footer-nav {
    display: none;
  }
  #primary article[class^="post-"] {
    padding: 0 1rem;
  }
  #primary article[class^="post-"] h2.sec_title1 {
    padding: 0.5rem 0.5rem 0.5rem 5.5rem;
    font-size: 2.1rem;
    border-radius: 2.5rem 0 0 2.5rem;
    margin: 2rem 0;
  }
  #primary article[class^="post-"] h2.sec_title1:before {
    line-height: 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
  }
  #primary article[class^="post-"] > h5 span {
    min-width: 100%;
    padding: 16px 20px;
  }
  #primary article[class^="post-"] > h6:before {
    font-size: 2rem;
    padding: 0.8rem 2.5rem 0.5rem 1.3rem;
  }
  #primary article[class^="post-"] p.content_3 {
    width: 100%;
  }
  #primary article[class^="post-"] #news-section {
    padding-top: 3rem;
  }
  #primary article[class^="post-"] #news-section .container .news-feed article a span.post-date {
    margin-right: 3rem;
    display: block;
  }
  #primary article[class^="post-"] #news-section .container .btn_archive {
    text-align: center;
  }
  #primary article[class^="post-"] #news-section .container .btn_archive a {
    text-decoration: none;
  }
  #primary img.alignright {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
  }
  #primary img.alignleft {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
  }
  #primary .alignright {
    float: none;
  }
  #primary .alignleft {
    float: none;
  }
  #primary #pager {
    width: 80%;
    position: relative;
    margin-top: 0;
    text-align: center;
    min-height: auto;
    padding: 3rem 0;
  }
  #primary #pager .prev > a,
#primary #pager .next > a,
#primary #pager .list > a {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    padding: 1rem 0;
  }
  #primary #pager .prev {
    position: relative;
    top: auto;
    left: auto;
  }
  #primary #pager .next {
    position: relative;
    top: auto;
    right: auto;
  }
  #primary #pager .list {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
  }
  #primary #news-list article {
    width: calc((100% / 2) - 1rem);
    margin-right: calc((15px * 2) / 2);
    padding: 0 0.5rem;
  }
  #primary #news-list article:nth-child(2n) {
    margin-right: 0;
  }
  #primary #pagination {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 732px) {
  body.home #page {
    margin: 0;
  }
  body.home #vi-section .container .sp-slide .pic img {
    object-fit: cover;
    object-position: top center;
    width: auto;
    height: 240px;
  }
  body.home #vi-section .container .sp-slide .txt {
    background: #d9d2ca;
    position: relative;
    padding: 20px;
    text-align: center;
  }
  body.home #vi-section .container .sp-slide .txt h3 {
    font-size: 18px;
  }
  body.home #vi-section .container .sp-slide .txt p {
    font-size: 13px;
  }
  body.home #vi-section .container .sp-slide .txt {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  #news-section .feed_content {
    max-width: auto;
    min-width: auto;
  }
  #news-section .feed_content > div {
    width: 100%;
    padding: 20px;
  }
  #news-section .feed_content .sec_title1 {
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
  }
  #news-section .feed_content .sec_title1 h3 {
    font-size: 30px;
  }
  #news-section .feed_content .sec_title1 h2 {
    font-size: 18px;
    margin-top: 0;
  }
  #news-section .news_feeds .feeds article, #news-section .blog_feeds .feeds article {
    border-bottom: 1px dotted #5e5e5e;
  }
  #news-section .news_feeds .feeds article a, #news-section .blog_feeds .feeds article a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
    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;
    justify-content: space-between;
  }
  #news-section .news_feeds .feeds article a .post-date, #news-section .blog_feeds .feeds article a .post-date {
    display: inline-block;
    width: 100px;
  }
  #news-section .news_feeds .feeds article a .post-title, #news-section .blog_feeds .feeds article a .post-title {
    width: calc((100% - 100px));
  }
  #news-section .news_feeds .feeds article a .post-cat, #news-section .blog_feeds .feeds article a .post-cat {
    display: none;
  }
  #news-section .news_feeds .btn, #news-section .blog_feeds .btn {
    text-align: center;
    margin-top: 30px;
  }
  #news-section .news_feeds .btn .btn_2, #news-section .blog_feeds .btn .btn_2 {
    display: inline-block;
    width: 300px;
    padding: 15px;
    color: white;
    background: #9b8a76;
    text-align: center;
    text-decoration: none !important;
    line-height: 1.5;
    margin-bottom: 10px;
    box-shadow: 0 0 0.5rem 0.3rem rgba(0, 0, 0, 0.1);
  }
  #page .container #primary {
    width: 100% !important;
    float: none !important;
  }
  #page .container #secondary {
    width: 100% !important;
    float: none !important;
  }
  #page .container #primary .btn_list {
    margin-top: 2rem;
  }
  #page .container #primary .btn_list li {
    width: 100%;
    float: none;
  }
  #page .container #primary .btn_list_circle {
    margin-top: 2rem;
  }
  #page .container #primary .btn_list_circle li {
    width: 100%;
    float: none;
  }
  #page .container #primary .btn_big {
    margin-top: 2rem;
  }
  #page .container #primary .btn_big a {
    min-width: 100%;
  }
  #page .container #primary table tr th, #page .container #primary table tr td {
    width: auto !important;
    padding: 1rem 0.5rem !important;
  }
  #page .container #primary table tr th {
    text-align: center;
  }
  #page .container .btn_list_2col {
    display: block;
  }
  #page .container .btn_list_2col li {
    width: 100%;
  }
  #page .container .btn_list_2col li:nth-of-type(2n) {
    margin-left: 0;
  }
  #page .container #primary #page-medical-checkup table tr th, #page .container #primary #page-medical-checkup table tr td {
    font-size: 1.2rem !important;
  }
  #page .container #primary #page-medical-checkup table tr th {
    width: 24% !important;
  }
  .contact #page form p .wpcf7-list-item {
    display: block;
    margin-top: 1rem;
  }
  .contact #page form p .wpcf7-list-item label {
    margin-bottom: 0;
  }
}
