@charset "UTF-8";
/*!
Theme Name:   LPHライフコンサルタントver.2026
Theme URI:    http://www.lphlc.co.jp/
Author:       DVERZ Inc.
Author URI:   https://dverz.co.jp/
Description:  LPHライフコンサルタント公式サイト 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: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
  -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: #333333;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: rgb(243.525, 243.525, 243.525);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

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

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: rgb(243.525, 243.525, 243.525);
  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 #333333;
  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 {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.list-inline > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .list-inline > li {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .list-inline > 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: #e24d13;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: rgb(240.3816326531, 125.7428571429, 81.1183673469);
  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 #e24d13;
  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 #e24d13;
}

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: 85%;
  max-width: 1350px;
  min-width: 1000px;
  padding: 9rem 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%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

*:focus {
  outline: none;
}

/*primary--ボタンスタイル-------*/
/*more btn*/
.btn_1 {
  color: #e24d13;
  border: 1px solid #e24d13;
  font-family: "Jost", sans-serif;
  padding: 15px 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  min-width: 200px;
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 10px 0;
  margin-right: 15px;
}
.btn_1:after {
  content: "";
  width: 30px;
  height: 6px;
  background-image: url("images/common/arrow_r.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -15px;
  top: 17px;
  background-position: right top;
}
.btn_1.btn_w {
  color: white;
  border-color: white;
}
.btn_1.btn_w:after {
  background-image: url("images/common/arrow_r_w.png");
}

.btn_2 {
  display: inline-block;
  background: white;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  padding: 15px;
  border-radius: 5px;
  min-width: 300px;
  color: white;
  background: rgb(8, 81, 133);
  background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
}

/*共通見出し*/
.sec_title1 {
  margin-bottom: 30px;
  line-height: 1.5;
}
.sec_title1 h2 {
  font-family: "Jost", sans-serif;
  color: #e24d13;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.sec_title1 h3 {
  display: block;
  color: #404040;
  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;
}
.sec_title1 h3:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #e24d13;
  margin-right: 15px;
}

.sec_title2 {
  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;
  color: #404040;
  font-size: 20px;
}
.sec_title2 em {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
}
.sec_title2 span.num {
  display: inline-block;
  margin-right: 10px;
  color: white;
  background: #e24d13;
  font-family: "Jost", sans-serif;
  padding: 5px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
}

.sec_title3 {
  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;
  color: #404040;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.sec_title3 span.num {
  display: inline-block;
  margin-right: 10px;
  color: #e24d13;
  font-size: 30px;
  letter-spacing: 0.2em;
  font-family: "Jost", sans-serif;
  padding: 10px 10px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}
.sec_title3 span.num:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #e24d13;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.sec_title4 {
  color: #404040;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  position: relative;
}
.sec_title4:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #e24d13;
  display: block;
  margin-top: 10px;
}

.sec_title5 {
  width: 100%;
  margin-bottom: 25px;
}
.sec_title5 h3 {
  color: white;
  background: rgb(8, 81, 133);
  background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
  font-size: 25px;
  padding: 10px 25px;
  line-height: 1.7;
}

.sec_title6 {
  color: #404040;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  position: relative;
  color: #e24d13;
}
.sec_title6 em {
  display: inline-block;
  color: #686868;
}
.sec_title6 em:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #e24d13;
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 10px;
}

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

.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 tr {
  border-bottom: 1px solid #000980;
}
.table_type_1 table tr th, .table_type_1 table tr td {
  padding: 2rem 3rem;
  line-height: 1.7;
}
.table_type_1 table tr th {
  font-weight: bold;
  color: #000980;
  text-align: left;
}
.table_type_1 table tr td > ul li {
  line-height: 1.5;
  margin: 12px 0;
}

.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: #e24d13;
  display: inline-block;
  margin-right: 1rem;
}
.list_type_bar ul li a {
  color: #e24d13;
  font-weight: bold;
}

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

#pankuzu {
  text-align: right;
}
#pankuzu .container {
  padding: 1rem 2rem;
}
#pankuzu #breadcrumb ul > li {
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
}
#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/common/menu_btn_open.png");
  background-size: cover;
}
#menu_btn.close {
  background-image: url("images/common/menu_btn_close.png");
}

#head_fix_section {
  position: fixed;
  width: calc(100% - 60px);
  left: 30px;
  top: 30px;
  z-index: 999;
  background: white;
}

#header .container {
  width: 100%;
  min-width: 900px;
  max-width: 100%;
  padding: 0;
}
#header .container .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;
  justify-content: flex-end;
  align-items: center;
}
#header .container .header_wrap .head_logo {
  width: 320px;
  margin-left: 25px;
  margin-right: auto;
}
#header .container .header_wrap .head_logo a {
  display: block;
}
#header .container .header_wrap .head_logo a img {
  vertical-align: middle;
}
#header .container .header_wrap .head_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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin-right: 25px;
}
#header .container .header_wrap .head_btn .tel {
  width: 240px;
  margin-right: 25px;
}
#header .container .header_wrap .head_btn .tel a {
  display: block;
  text-align: right;
}
#header .container .header_wrap .head_btn .tel a img {
  vertical-align: middle;
}
#header .container .header_wrap .head_btn .tel a span.tel_info {
  display: inline-block;
  font-weight: normal;
}
#header .container .header_wrap .head_btn .contact {
  display: inline-block;
}
#header .container .header_wrap .head_btn .contact a {
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  color: #0da172;
  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;
}
#header .container .header_wrap .head_btn .contact a:before {
  content: "";
  width: 33px;
  height: 33px;
  background-image: url("images/common/icon_mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}
#gnav {
  display: none;
  background: rgb(226, 77, 19);
  background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
  width: 100%;
  height: auto;
  z-index: 1000;
}
#gnav 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;
}
#gnav nav > div {
  width: auto;
  margin: 0 50px;
}
#gnav nav > div > ul > li {
  margin-bottom: 30px;
}
#gnav nav > div > ul > li > a {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
#gnav nav > div > ul > li > a:before {
  content: "■";
  display: inline-block;
  margin-right: 10px;
}
#gnav nav > div > ul > li ul.sub-menu {
  padding-left: 30px;
  margin-top: 10px;
}
#gnav nav > div > ul > li ul.sub-menu li {
  line-height: 1.5;
  margin-bottom: 10px;
}
#gnav nav > div > ul > li ul.sub-menu li a {
  color: white;
  font-weight: bold;
}
#gnav nav > div > ul > li ul.sub-menu li ul {
  padding-left: 15px;
}
#gnav nav > div > ul > li ul.sub-menu li ul li a:before {
  content: "－";
  display: inline-block;
  margin-right: 10px;
}

#vihalf-section {
  position: relative;
  z-index: 0;
}
#vihalf-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: -80%;
  transform: skewY(-5deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 150%;
  background: rgb(8, 81, 133);
  background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
}
#vihalf-section .container {
  padding: 170px 0 70px;
}
#vihalf-section .container h2 {
  font-size: 35px;
  letter-spacing: 0.5rem;
  line-height: 1.5;
  color: white;
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
}
#vihalf-section .container h3 {
  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: flex-start;
  align-items: center;
  letter-spacing: 0.1em;
}
#vihalf-section .container h3:before {
  content: "";
  width: 30px;
  height: 1px;
  background: white;
  display: inline-block;
  margin-right: 15px;
}

#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 #e24d13;
  font-weight: bold;
}
#primary article[class^=post-] > .content h3 {
  color: #e24d13;
  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: #e24d13;
}
#primary article[class^=post-] > .content h5 {
  color: #e24d13;
  background: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #e24d13;
}
#primary article[class^=post-] > .content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#primary article[class^=post-] > .content a {
  text-decoration: underline;
  color: #e24d13;
}
#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 #000980;
  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: #e24d13;
}
#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: #e24d13;
}
#primary article[class^=post-] > .content .gallery_card article {
  width: calc(50% - 1rem);
  box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
  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 #e24d13;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px rgb(216.75, 216.75, 216.75);
  color: #e24d13;
  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:hover {
  margin-top: 1px;
  margin-bottom: -1px;
}
#pagination ul > li > a.page.current {
  background-color: #e24d13;
  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:hover {
  margin-top: 1px;
  margin-bottom: -1px;
}
#pagination ul > li > a.arrow.prev {
  background-image: url(images/pagination/icon-arrow-left.png);
}
#pagination ul > li > a.arrow.next {
  background-image: url(images/pagination/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 rgb(216.75, 216.75, 216.75);
  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 > a:hover,
#pager .next > a:hover,
#pager .list > a:hover {
  margin-top: 1px;
  margin-bottom: -1px;
}
#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: #000980;
  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/news/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: rgb(8, 81, 133);
  background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
  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;
}

#foot-contact-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;
  align-items: center;
}
#foot-contact-section .container .content .head {
  width: calc(100% - 350px - 50px);
}
#foot-contact-section .container .content .head h2 {
  font-family: "Jost", sans-serif;
  color: #000980;
  font-size: 35px;
  letter-spacing: 0.2em;
}
#foot-contact-section .container .content .btn {
  width: 380px;
}
#foot-contact-section .container .content .btn img {
  vertical-align: middle;
}
#foot-contact-section .container .content .btn .btn_2.mail {
  margin-top: 15px;
  width: 100%;
}
#foot-contact-section .container .content .btn .btn_2.mail:before {
  content: "\f0e0";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 15px;
}

footer#footer-nav-section {
  background: rgb(226, 77, 19);
  background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
}
footer#footer-nav-section .container {
  padding: 7rem 0;
}
footer#footer-nav-section .container .content .foot_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;
}
footer#footer-nav-section .container .content .foot_nav nav {
  width: calc(25% - 30px);
}
footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li {
  margin-bottom: 15px;
}
footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > a {
  color: white;
  border-bottom: 1px solid white;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 10px 5px;
}
footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu {
  margin: 15px 0;
}
footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu > li {
  line-height: 1.5;
  margin-bottom: 10px;
}
footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu > li > a {
  color: white;
}
footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu > li > a:before {
  content: "－";
  display: inline-block;
  margin-right: 10px;
}
footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu > li > ul.sub-menu {
  padding-left: 20px;
  margin: 10px 0;
}
footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu > li > ul.sub-menu > li a {
  color: white;
}
footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu > li > ul.sub-menu > li a:before {
  content: "・";
  display: inline-block;
}

footer#footer-info-section .container {
  padding: 30px 0;
}
footer#footer-info-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;
  justify-content: flex-start;
}
footer#footer-info-section .container .foot_logo {
  width: 340px;
  margin-right: 50px;
}
footer#footer-info-section .container .foot_logo a {
  display: block;
}
footer#footer-info-section .container .foot_logo a img {
  vertical-align: middle;
}
footer#footer-info-section .container .info {
  display: inline-block;
  margin-right: 50px;
}
footer#footer-info-section .container .info address, footer#footer-info-section .container .info p {
  margin: 0;
}
footer#footer-info-section .container .tel {
  display: inline-block;
}
footer#footer-info-section .container .tel p {
  margin: 0;
}

footer#credit .container {
  padding: 1rem 0;
  min-width: 930px;
}
footer#credit .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: calc(100% - 70px);
}
footer#credit .container .content p {
  font-size: 1.3rem;
  margin: 0;
  font-family: "Jost", sans-serif;
}

#foot-fix-btn {
  display: none;
}

#foot-seminar-btn-section {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffe9d9;
  padding: 15px 0;
  z-index: 1;
}
#foot-seminar-btn-section a {
  background: #0da172;
  color: white;
  border-radius: 100px;
  font-size: 25px;
  padding: 15px;
  line-height: 1.5;
  text-align: center;
  display: block;
  width: 800px;
  margin: 0 auto;
}
#foot-seminar-btn-section a:before {
  content: "\f31c";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 25px;
}

#wrapper.seminar {
  padding-bottom: 180px;
}

body.home #page {
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}
body.home #page #vi-section .container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  line-height: 1;
  position: relative;
}
body.home #page #vi-section .vi {
  width: 100%;
  height: 800px;
  position: relative;
}
body.home #page #vi-section .vi img {
  vertical-align: middle;
}
body.home #page #vi-section .vi .pic {
  position: absolute;
  top: 0;
  right: 380px;
  height: 100%;
  width: calc(100% - 380px);
}
body.home #page #vi-section .vi .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: bottom right;
}
body.home #page #vi-section .vi .blue {
  width: 550px;
  position: absolute;
  right: 0;
  top: 0;
}
body.home #page #vi-section .vi .orange {
  width: 920px;
  position: absolute;
  right: 0;
  bottom: 0;
}
body.home #page #vi-section .vi .vi_content {
  width: 450px;
  height: 100%;
  margin-left: calc(100% - 450px);
  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-content: center;
  justify-content: center;
  padding-right: 25px;
  position: relative;
  z-index: 10;
}
body.home #page #vi-section .vi .vi_content h2, body.home #page #vi-section .vi .vi_content h3 {
  color: #e24d13;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  text-align: center;
  font-size: 35px;
}
body.home #page #vi-section .vi .vi_content h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
body.home #page #vi-section .vi .vi_content h3 {
  letter-spacing: 0.1em;
}
body.home #page #vi-section .news-headline {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 50%;
  min-width: 550px;
}
body.home #page #vi-section .news-headline .feeds {
  background: white;
  border-top-right-radius: 10px;
  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;
  padding: 0 25px;
}
body.home #page #vi-section .news-headline .feeds > h2 {
  color: #e24d13;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e24d13;
}
body.home #page #vi-section .news-headline .feeds article {
  width: calc(100% - 150px);
  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-content: center;
}
body.home #page #vi-section .news-headline .feeds article a {
  display: block;
  line-height: 1.5;
  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: 100%;
  justify-content: flex-start;
  align-items: center;
}
body.home #page #vi-section .news-headline .feeds article a .post-date {
  display: inline-block;
  width: 100px;
  font-size: 13px;
}
body.home #page #vi-section .news-headline .feeds article a .post-cat {
  display: none;
}
body.home #page #vi-section .news-headline .feeds article a .post-title {
  display: inline-block;
  width: calc(100% - 100px - 5px);
  line-height: 1.5;
  padding: 15px 0;
  text-decoration: underline;
  font-size: 14px;
}
body.home #page #business-section {
  position: relative;
  z-index: 0;
}
body.home #page #business-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  /*四角形を傾けます*/
  transform: skewY(9deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 85%;
  background: #f5f5f5;
}
body.home #page #business-section .container .head {
  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;
  margin-bottom: 15px;
}
body.home #page #business-section .container .head .sec_title1 {
  width: 300px;
}
body.home #page #business-section .container .head p {
  width: calc(100% - 300px - 50px);
}
body.home #page #business-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;
}
body.home #page #business-section .container .content article {
  width: 48%;
}
body.home #page #business-section .container .content article:nth-of-type(2) {
  margin-top: 100px;
}
body.home #page #business-section .container .content article .pic {
  margin-bottom: 25px;
}
body.home #page #business-section .container .content article .pic a {
  display: block;
}
body.home #page #business-section .container .content article .pic a img {
  vertical-align: middle;
}
body.home #page #business-section .container .content article .txt .btn {
  text-align: right;
}
body.home #page #aboutus-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;
  align-items: center;
}
body.home #page #aboutus-section .container .content > div {
  width: 47%;
}
body.home #page #aboutus-section .container .content .txt .btn {
  text-align: right;
}
body.home #page #recruit-section {
  background: rgb(8, 81, 133);
  background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
}
body.home #page #recruit-section .container {
  width: 100%;
}
body.home #page #recruit-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;
  align-items: center;
}
body.home #page #recruit-section .container .content > div {
  width: 50%;
}
body.home #page #recruit-section .container .content .pic a {
  display: block;
  height: 570px;
}
body.home #page #recruit-section .container .content .pic a img {
  vertical-align: middle;
  object-fit: cover;
  height: 100%;
  width: auto;
}
body.home #page #recruit-section .container .content .txt {
  padding: 70px;
  color: white;
}
body.home #page #recruit-section .container .content .txt h2 {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  border-left: 4px solid white;
  line-height: 1.5;
  padding-left: 25px;
  color: white;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}
body.home #page #recruit-section .container .content .txt h3 {
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 20px;
}
body.home #page #recruit-section .container .content .txt p {
  margin-bottom: 25px;
}
body.home #page #seminar-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;
  align-items: center;
}
body.home #page #seminar-section .container .content > div {
  width: 47%;
}
body.home #page #seminar-section .container .content .txt .btn {
  text-align: right;
}
body.home #page #news-topics-section {
  background-image: url("images/top/news_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
body.home #page #news-topics-section .container .sec_title1 h2 {
  display: inline-block;
  margin-right: 15px;
}
body.home #page #news-topics-section .container .sec_title1 h3 {
  width: 300px;
  display: inline-block;
}
body.home #page #news-topics-section .container .sec_title1 h3:before {
  display: inline-block;
  margin-bottom: 5px;
}
body.home #page #news-topics-section .container .feeds article a {
  display: block;
  border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
  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;
  align-items: center;
}
body.home #page #news-topics-section .container .feeds article a:after {
  content: "\f054";
  font-family: fontawesome;
  color: #e24d13;
  display: inline-block;
}
body.home #page #news-topics-section .container .feeds article a .post-cat {
  background: rgb(226, 77, 19);
  background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
  display: inline-block;
  color: white;
  line-height: 1;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  width: 150px;
  text-align: center;
}
body.home #page #news-topics-section .container .feeds article a .post-date {
  display: inline-block;
  font-size: 13px;
  width: 120px;
  text-align: center;
}
body.home #page #news-topics-section .container .feeds article a .post-title {
  display: inline-block;
  width: calc(100% - 150px - 120px - 35px);
}
body.home #page #news-topics-section .container .btn {
  margin-top: 45px;
}

.content_box_wrap 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: 80px;
}
.content_box_wrap article:nth-of-type(2n) .pic {
  order: 2;
}
.content_box_wrap article:nth-of-type(2n) .txt {
  order: 1;
}
.content_box_wrap article:last-of-type {
  margin-bottom: 0;
}
.content_box_wrap article .pic {
  width: 530px;
}
.content_box_wrap article .txt {
  width: calc(100% - 530px - 50px);
}
.content_box_wrap article .txt .btn {
  text-align: right;
}

#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: 25px;
  line-height: 1.7;
  margin-bottom: 15px;
}
#wrapper.news #news-list .post-header .post-cat,
#wrapper.news #news-detail .post-header .post-cat {
  background: rgb(226, 77, 19);
  background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
  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: 120px;
  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-message .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;
}
#page-message .container .content .pic {
  width: 400px;
}
#page-message .container .content .txt {
  width: calc(100% - 400px - 50px);
}
#page-message .container .content .txt .name {
  text-align: right;
  color: #e24d13;
}
#page-message .container .content .txt .name h3 {
  font-size: 18px;
}
#page-message .container .content .txt .name h4 {
  font-size: 20px;
}

#page-about #company-section .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;
}
#page-about #company-section .content .pic {
  width: 400px;
}
#page-about #company-section .content .pic img {
  vertical-align: middle;
  margin-bottom: 15px;
}
#page-about #company-section .content .txt {
  width: calc(100% - 400px - 50px);
}
#page-about #access-section .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;
}
#page-about #access-section .content .map {
  width: calc(100% - 500px - 50px);
}
#page-about #access-section .content .map iframe {
  width: 100%;
}
#page-about #access-section .content .txt {
  width: 500px;
}

#page-philosophy #philosophy-section .content {
  background: rgb(226, 77, 19);
  background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
  text-align: center;
  padding: 50px;
  color: white;
  letter-spacing: 0.1em;
}
#page-philosophy #philosophy-section .content h2 {
  font-size: 25px;
  margin-bottom: 30px;
}
#page-philosophy #philosophy-section .content h2:after {
  content: "";
  width: 80px;
  height: 1px;
  background: white;
  display: block;
  margin: 20px auto;
}
#page-philosophy #philosophy-section .content p {
  font-size: 20px;
  line-height: 2.2;
  margin: 0;
}
#page-philosophy #compliance-section .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;
}
#page-philosophy #compliance-section .content article {
  width: 48%;
  margin-bottom: 40px;
}
#page-philosophy #compliance-section .content article .sec_title2 h2 {
  color: #e24d13;
}

#page-associated-company #associated-section .table_type_1 th {
  width: 250px;
}
#page-associated-company #associated-section .table_type_1 td 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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#page-associated-company #associated-section .table_type_1 td ul li {
  width: 48%;
  display: inline-block;
  margin: 5px 0;
  margin-right: 1%;
  position: relative;
  padding-left: 16px;
}
#page-associated-company #associated-section .table_type_1 td ul li:before {
  content: "●";
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 1px;
}
#page-associated-company #associated-section .table_type_1 td .w50 {
  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;
  width: 48%;
  display: inline-block;
}
#page-associated-company #associated-section .table_type_1 td .w50 li {
  width: 100%;
  display: inline-block;
  margin: 5px 0;
  margin-right: 1%;
  position: relative;
  padding-left: 16px;
}
#page-associated-company #associated-section .table_type_1 td .w50 li:before {
  content: "●";
  display: inline-block;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 1px;
}
#page-associated-company #items-section .content {
  margin-bottom: 55px;
}
#page-associated-company #items-section .content:last-of-type {
  margin-bottom: 0;
}
#page-associated-company #items-section .content .item_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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-associated-company #items-section .content .item_list article {
  width: calc(33.3333333333% - 20px);
  text-align: center;
}
#page-associated-company #items-section .content .item_list article .bnr a {
  display: block;
}
#page-associated-company #items-section .content .item_list article .bnr a img {
  vertical-align: middle;
  max-width: 200px;
}
#page-associated-company #items-section .content .item_list article .bnr_txt h3 {
  color: #000980;
  text-align: center;
}

#page-insurance-agency-business #nintei-section .inner {
  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;
  background: white;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 50px 70px;
}
#page-insurance-agency-business #nintei-section .inner .pic {
  width: 250px;
}
#page-insurance-agency-business #nintei-section .inner .txt {
  width: calc(100% - 250px - 70px);
}
#page-insurance-agency-business #nintei-section .inner .txt ul.ul_icon_check li {
  position: relative;
  line-height: 1.5;
  margin: 11px 0;
  font-size: 18px;
  font-weight: bold;
  background: rgb(243.525, 243.525, 243.525);
  padding: 10px 20px;
  padding-left: 45px;
  border-radius: 5px;
}
#page-insurance-agency-business #nintei-section .inner .txt ul.ul_icon_check li:before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  left: 20px;
  top: 10px;
  color: #e24d13;
}

#page-visit-insurance-business #intro-section .container {
  width: 100%;
  max-width: 1600px;
}
#page-visit-insurance-business #intro-section .container .vi {
  position: relative;
  margin-bottom: 60px;
}
#page-visit-insurance-business #intro-section .container .vi .pic {
  width: 75%;
}
#page-visit-insurance-business #intro-section .container .vi .pic img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 600px;
}
#page-visit-insurance-business #intro-section .container .vi .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  padding: 45px 50px;
  width: 40%;
}
#page-visit-insurance-business #intro-section .container .pics {
  max-width: 1350px;
  width: 85%;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-visit-insurance-business #intro-section .container .pics img {
  width: 48%;
}
#page-visit-insurance-business #intro-section .container .pics p {
  width: 100%;
  margin-top: 45px;
}
#page-visit-insurance-business #info-section .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;
  margin-bottom: 60px;
}
#page-visit-insurance-business #info-section .content:last-of-type {
  margin-bottom: 0;
}
#page-visit-insurance-business #info-section .content .map {
  width: calc(100% - 500px - 50px);
}
#page-visit-insurance-business #info-section .content .map iframe {
  width: 100%;
}
#page-visit-insurance-business #info-section .content .txt {
  width: 500px;
}

#page-counter-insurance-business #intro-section .container {
  width: 100%;
  max-width: 1600px;
}
#page-counter-insurance-business #intro-section .container .vi {
  position: relative;
  margin-bottom: 60px;
}
#page-counter-insurance-business #intro-section .container .vi .pic {
  width: 75%;
}
#page-counter-insurance-business #intro-section .container .vi .pic img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 600px;
  object-position: top;
}
#page-counter-insurance-business #intro-section .container .vi .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  padding: 45px 50px;
  width: 55%;
}
#page-counter-insurance-business #intro-section .container .pics {
  max-width: 1350px;
  width: 85%;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-counter-insurance-business #intro-section .container .pics .pic {
  width: 48%;
}
#page-counter-insurance-business #intro-section .container .pics .pic h3 {
  color: #e24d13;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  margin: 5px 0;
}
#page-counter-insurance-business #intro-section .container .pics .pic p {
  width: 100%;
  margin-top: 10px;
}
#page-counter-insurance-business #hokenomadoguchi-section {
  background: #f2f2f2;
}
#page-counter-insurance-business #hokenomadoguchi-section .head {
  margin-bottom: 50px;
}
#page-counter-insurance-business #hokenomadoguchi-section .content 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;
}
#page-counter-insurance-business #hokenomadoguchi-section .content article:last-of-type {
  margin-bottom: 0;
}
#page-counter-insurance-business #hokenomadoguchi-section .content article .pic {
  width: 400px;
}
#page-counter-insurance-business #hokenomadoguchi-section .content article .txt {
  width: calc(100% - 400px - 50px);
}
#page-counter-insurance-business #hokenomadoguchi-section .content article .txt .sec_title2 h2 {
  color: #e24d13;
}
#page-counter-insurance-business #flow-section {
  background: rgb(226, 77, 19);
  background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
}
#page-counter-insurance-business #flow-section .sec_title6, #page-counter-insurance-business #flow-section em {
  color: white;
}
#page-counter-insurance-business #flow-section .sec_title6:before, #page-counter-insurance-business #flow-section em:before {
  background: white;
}
#page-counter-insurance-business #flow-section .flow_list {
  margin-bottom: 60px;
  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;
}
#page-counter-insurance-business #flow-section .flow_list article {
  background: white;
  width: calc(25% - 20px);
  position: relative;
  padding: 25px 20px;
  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-content: center;
}
#page-counter-insurance-business #flow-section .flow_list article h3 {
  color: #e24d13;
  text-align: center;
  font-size: 17px;
  width: 100%;
}
#page-counter-insurance-business #flow-section .flow_list article ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  margin: 7px 0;
}
#page-counter-insurance-business #flow-section .flow_list article ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #e24d13;
}
#page-counter-insurance-business #flow-section .flow_list article:after {
  content: "";
  width: 20px;
  height: 100%;
  background-image: url("images/counter-insurance-business/arrow.png");
  background-size: 100% 100%;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -20px;
}
#page-counter-insurance-business #flow-section .flow_list article:last-of-type:after {
  content: none;
}
#page-counter-insurance-business #flow-section .flow_list article .arrow {
  text-align: center;
  width: 100%;
}
#page-counter-insurance-business #flow-section .flow_list article .arrow img {
  width: 80px;
  vertical-align: middle;
}
#page-counter-insurance-business #flow-section .flow_list article.half {
  width: calc(12.5% - 20px);
  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;
}
#page-counter-insurance-business #flow-section .flow_list article.tate h4 {
  writing-mode: vertical-rl;
  color: #e24d13;
  font-size: 17px;
}
#page-counter-insurance-business #flow-section .flow_list article:last-of-type h4 {
  padding-top: 40px;
}
#page-counter-insurance-business #flow-section .flow_list article:last-of-type h6 {
  color: white;
  background: rgb(8, 81, 133);
  background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  top: -45px;
  left: calc((100% - 100px) / 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;
  align-content: center;
  justify-content: center;
  letter-spacing: 0.2em;
  border-radius: 50%;
  font-weight: bold;
  font-size: 110%;
}
#page-counter-insurance-business #flow-section .bnr {
  width: 900px;
  margin: 30px auto 0;
}
#page-counter-insurance-business #flow-section .bnr a {
  display: block;
}
#page-counter-insurance-business #kodawari-section .head {
  margin-bottom: 60px;
}
#page-counter-insurance-business #kodawari-section .kodawari_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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-counter-insurance-business #kodawari-section .kodawari_list article {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 30px;
}
#page-counter-insurance-business #kodawari-section .kodawari_list article .pic {
  margin-bottom: 15px;
}
#page-counter-insurance-business #kodawari-section .kodawari_list article .sec_title2 {
  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: flex-start;
}
#page-counter-insurance-business #kodawari-section .kodawari_list article .sec_title2 h2 {
  width: calc(100% - 50px - 5px);
  color: #e24d13;
}
#page-counter-insurance-business #faq-section .sec_title6 {
  position: relative;
}
#page-counter-insurance-business #faq-section .sec_title6 p {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: #000;
}
#page-counter-insurance-business #faq-section .faq_lsit article {
  margin-bottom: 30px;
}
#page-counter-insurance-business #faq-section .faq_lsit article .q {
  background: rgb(8, 81, 133);
  background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
  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;
  align-items: center;
  padding-right: 25px;
}
#page-counter-insurance-business #faq-section .faq_lsit article .q:after {
  content: "\f054";
  font-family: fontawesome;
  color: white;
}
#page-counter-insurance-business #faq-section .faq_lsit article .q h3 {
  color: white;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 10px 25px;
}
#page-counter-insurance-business #faq-section .faq_lsit article .q h3:before {
  content: "Q";
  display: inline-block;
  font-family: "Jost", sans-serif;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
#page-counter-insurance-business #faq-section .faq_lsit article .a {
  background: #e9f4ff;
  padding: 15px 30px;
  display: none;
}
#page-counter-insurance-business #bnr-section .container {
  padding-top: 0;
}
#page-counter-insurance-business #bnr-section .bnr {
  width: 900px;
  margin: 30px auto 0;
}
#page-counter-insurance-business #bnr-section .bnr a {
  display: block;
}

#page-independent-financial-advisor #intro-section .container {
  width: 100%;
  max-width: 1600px;
}
#page-independent-financial-advisor #intro-section .container .vi {
  position: relative;
  margin-bottom: 60px;
}
#page-independent-financial-advisor #intro-section .container .vi .pic {
  width: 75%;
}
#page-independent-financial-advisor #intro-section .container .vi .pic img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 600px;
}
#page-independent-financial-advisor #intro-section .container .vi .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  padding: 45px 50px;
  width: 50%;
  min-width: 620px;
}
#page-independent-financial-advisor #intro-section .container .vi .txt .sec_title4 {
  margin-bottom: 0;
}
#page-independent-financial-advisor #intro-section .container .pics {
  max-width: 1350px;
  width: 85%;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-independent-financial-advisor #intro-section .container .pics img {
  width: 48%;
}
#page-independent-financial-advisor #intro-section .container .pics p {
  width: 100%;
  margin-top: 45px;
}
#page-independent-financial-advisor #ifa-section .pic {
  width: 950px;
  margin: 30px auto 0;
}
#page-independent-financial-advisor #merito-section article {
  margin-bottom: 30px;
}
#page-independent-financial-advisor #merito-section article strong {
  color: #000980;
  font-weight: normal;
}
#page-independent-financial-advisor #merito-section article:last-of-type {
  margin-bottom: 0;
}
#page-independent-financial-advisor #merito-section article .sec_title2 h2 {
  color: #e24d13;
}
#page-independent-financial-advisor #service-section {
  background: #f2f2f2;
}
#page-independent-financial-advisor #service-section .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;
  align-items: center;
  margin-bottom: 40px;
}
#page-independent-financial-advisor #service-section .content .pic {
  width: 520px;
}
#page-independent-financial-advisor #service-section .content .txt {
  width: calc(100% - 520px - 50px);
}
#page-independent-financial-advisor #service-section .merito_list strong {
  color: #000980;
  font-weight: normal;
}
#page-independent-financial-advisor #service-section 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;
}
#page-independent-financial-advisor #service-section article:last-of-type {
  margin-bottom: 0;
}
#page-independent-financial-advisor #service-section article .pic {
  width: 350px;
  order: 2;
}
#page-independent-financial-advisor #service-section article .txt {
  order: 1;
  width: calc(100% - 350px - 20px);
}
#page-independent-financial-advisor #service-section article .txt .sec_title2 h2 {
  color: #e24d13;
  width: calc(100% - 30px - 20px);
  line-height: 1.3;
}
#page-independent-financial-advisor #info-section .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;
  margin-bottom: 60px;
}
#page-independent-financial-advisor #info-section .content:last-of-type {
  margin-bottom: 0;
}
#page-independent-financial-advisor #info-section .content .map {
  width: calc(100% - 500px - 50px);
}
#page-independent-financial-advisor #info-section .content .map iframe {
  width: 100%;
}
#page-independent-financial-advisor #info-section .content .txt {
  width: 500px;
}
#page-independent-financial-advisor #info-section .pdf_btn a {
  display: block;
  width: 800px;
  margin: 0 auto 25px;
  background: rgb(226, 77, 19);
  background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
  color: white;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  padding: 15px;
  font-size: 17px;
  position: relative;
}
#page-independent-financial-advisor #info-section .pdf_btn a:before {
  content: "\f1c1";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 15px;
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  left: 45px;
  top: 8px;
}

#page-solicitation-policy #solicitation-section .content {
  background: rgb(226, 77, 19);
  background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
  text-align: center;
  padding: 50px;
  color: white;
  letter-spacing: 0.1em;
}
#page-solicitation-policy #solicitation-section .content h2 {
  font-size: 25px;
  margin-bottom: 30px;
}
#page-solicitation-policy #solicitation-section .content h2:after {
  content: "";
  width: 80px;
  height: 1px;
  background: white;
  display: block;
  margin: 20px auto;
}
#page-solicitation-policy #solicitation-section .content p {
  font-size: 20px;
  line-height: 2.2;
  margin: 0;
}
#page-solicitation-policy #policy-section .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;
}
#page-solicitation-policy #policy-section .content article {
  margin-bottom: 40px;
}
#page-solicitation-policy #policy-section .content article .sec_title2 h2 {
  color: #e24d13;
}

#page-management-policy #philosophy-section .container .content,
#page-management-policy #progress-report .container .content {
  background: rgb(226, 77, 19);
  background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
  text-align: center;
  padding: 50px;
  color: white;
  letter-spacing: 0.1em;
}
#page-management-policy #philosophy-section .container .content h2,
#page-management-policy #progress-report .container .content h2 {
  font-size: 25px;
  margin-bottom: 30px;
}
#page-management-policy #philosophy-section .container .content h2:after,
#page-management-policy #progress-report .container .content h2:after {
  content: "";
  width: 80px;
  height: 1px;
  background: white;
  display: block;
  margin: 20px auto;
}
#page-management-policy #philosophy-section .container .content p,
#page-management-policy #progress-report .container .content p {
  font-size: 20px;
  line-height: 2.2;
  margin: 0;
}
#page-management-policy #philosophy-section .pdf_files,
#page-management-policy #progress-report .pdf_files {
  margin-top: 45px;
}
#page-management-policy #philosophy-section .pdf_files a,
#page-management-policy #progress-report .pdf_files a {
  display: block;
  width: 800px;
  margin: 0 auto 25px;
  background: rgb(226, 77, 19);
  background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
  color: white;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  padding: 15px;
  font-size: 17px;
  position: relative;
  border: 1px solid white;
}
#page-management-policy #philosophy-section .pdf_files a:before,
#page-management-policy #progress-report .pdf_files a:before {
  content: "\f1c1";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 15px;
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  left: 45px;
  top: 8px;
}
#page-management-policy #basic-policy .container article {
  margin-bottom: 70px;
}
#page-management-policy #basic-policy .container article:last-of-type {
  margin-bottom: 0;
}
#page-management-policy #basic-policy .container article h2 {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
#page-management-policy #basic-policy .container article h2:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #e24d13;
  display: block;
  margin-top: 10px;
}
#page-management-policy #basic-policy .container article h3 {
  color: #e24d13;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#page-management-policy #basic-policy .container article p {
  margin-bottom: 20px;
}
#page-management-policy #basic-policy .container article p.torikumi {
  margin-bottom: 15px;
}
#page-management-policy #basic-policy .container article h4 {
  font-size: 20px;
  color: white;
  line-height: 1.5;
  background: rgb(8, 81, 133);
  background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
  letter-spacing: 0.2em;
  padding: 10px 15px;
}
#page-management-policy #basic-policy .container h5 {
  text-align: right;
  margin-top: 30px;
}

#page-shop #shop1-section .osusume {
  background: rgb(226, 77, 19);
  background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
  color: white;
  padding: 50px 0;
  margin-bottom: 45px;
}
#page-shop #shop1-section .osusume h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
#page-shop #shop1-section .osusume .list {
  text-align: center;
}
#page-shop #shop1-section .osusume .list ul {
  display: inline-block;
  margin: 0 30px;
}
#page-shop #shop1-section .osusume .list ul li {
  width: auto;
  text-align: left;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
  font-size: 17px;
  margin-bottom: 15px;
}
#page-shop #shop1-section .osusume .list ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
#page-shop #shop1-section .goyoyaku .head {
  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;
}
#page-shop #shop1-section .goyoyaku .head .pic {
  width: 150px;
}
#page-shop #shop1-section .goyoyaku .head .pic img {
  vertical-align: middle;
}
#page-shop #shop1-section .goyoyaku .head .txt {
  width: calc(100% - 150px - 25px);
  text-align: center;
}
#page-shop #shop1-section .goyoyaku .head .txt h2 {
  font-size: 30px;
  font-weight: bold;
}
#page-shop #shop1-section .goyoyaku .head .txt h2 strong {
  display: inline-block;
  color: #000980;
  font-size: 45px;
}
#page-shop #shop1-section .goyoyaku .head .txt h3 {
  background: #0da172;
  color: white;
  text-align: center;
  font-size: 25px;
  line-height: 1.7;
  padding: 5px;
  font-weight: bold;
}
#page-shop #shop1-section .goyoyaku > .pic {
  width: 890px;
  margin: 30px auto 40px;
}
#page-shop #shop1-section .goyoyaku .message {
  text-align: center;
  margin-bottom: 45px;
}
#page-shop #shop1-section .goyoyaku .message h4 {
  display: inline-block;
  margin-bottom: 15px;
  background: rgb(8, 81, 133);
  background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
  color: white;
  font-weight: bold;
  font-size: 25px;
  padding: 0 15px;
}
#page-shop #shop1-section .contact_info {
  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;
}
#page-shop #shop1-section .contact_info article {
  width: calc(50% - 30px);
  border: 2px solid #e24d13;
  padding: 30px 40px;
}
#page-shop #shop1-section .contact_info article h2 {
  text-align: center;
  font-size: 20px;
  color: #e24d13;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#page-shop #shop1-section .contact_info article h2:before {
  content: "";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 10px;
}
#page-shop #shop1-section .contact_info article h2.tel:before {
  content: "\f095";
}
#page-shop #shop1-section .contact_info article h2.net:before {
  content: "\f390";
}
#page-shop #shop1-section .contact_info article p {
  margin-bottom: 0;
}
#page-shop #shop2-section li {
  width: calc(25% - 30px);
}
#page-shop #shop2-section .btn_1 {
  width: 100%;
}
#page-shop #shop3-section .shop_list {
  justify-content: flex-start;
  margin-bottom: 4rem;
}
#page-shop #shop3-section .shop_list > article {
  width: calc(33.3333333333% - 20px);
  box-shadow: 0 0 1rem 0.5rem rgba(100, 100, 100, 0.1);
  background-color: white;
  margin-right: 30px;
  margin-bottom: 30px;
}
#page-shop #shop3-section .shop_list > article:nth-of-type(3n) {
  margin-right: 0;
}
#page-shop #shop3-section .shop_list > article .thumb {
  line-height: 0.5;
}
#page-shop #shop3-section .shop_list > article .content {
  padding: 1.5rem 2rem;
}
#page-shop #shop3-section .shop_list > article .content h2 {
  color: #e24d13;
  font-size: 2rem;
}
#page-shop #shop3-section .shop_list > article .content address {
  line-height: 1.5;
  font-size: 1.4rem;
  min-height: 85px;
}
#page-shop #shop3-section .shop_list > article .content .btn_list {
  margin-top: 1rem;
}
#page-shop #shop3-section .shop_list > article .content .btn_list a {
  background: #e24d13;
  color: white;
  text-align: center;
  padding: 5px 10px;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  position: relative;
}
#page-shop #shop3-section .shop_list > article .content .btn_list a:before {
  content: "";
  font-family: fontawesome;
  display: inline-block;
  font-weight: normal;
  position: absolute;
  left: 25px;
  top: 5px;
}
#page-shop #shop3-section .shop_list > article .content .btn_list .tel > a {
  background: rgb(226, 77, 19);
  background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
  font-family: "Jost", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#page-shop #shop3-section .shop_list > article .content .btn_list .tel > a:before {
  content: "\f095";
}
#page-shop #shop3-section .shop_list > article .content .btn_list .contact > a {
  background: rgb(11, 135, 96);
  background: -moz-linear-gradient(90deg, rgb(11, 135, 96) 0%, rgb(16, 179, 155) 100%);
  background: -webkit-linear-gradient(90deg, rgb(11, 135, 96) 0%, rgb(16, 179, 155) 100%);
  background: linear-gradient(90deg, rgb(11, 135, 96) 0%, rgb(16, 179, 155) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b8760",endColorstr="#10b39b",GradientType=1);
}
#page-shop #shop3-section .shop_list > article .content .btn_list .contact > a:before {
  content: "\f390";
}
#page-shop #shop3-section .shop_list > article .content .btn_list .contact > a .pc-only {
  display: inline-block;
}

#page-seminar {
  letter-spacing: 0.1em;
}
#page-seminar .btn a.btn_seminar {
  background: #0da172;
  color: white;
  font-size: 25px;
  padding: 15px;
  display: block;
  text-align: center;
  border-radius: 20px;
  font-weight: bold;
  width: 800px;
  margin: 10px auto;
}
#page-seminar #vi-section .container {
  width: 100%;
  padding: 0;
}
#page-seminar #intro-section .content {
  width: 800px;
  text-align: center;
  margin: 0 auto 50px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
#page-seminar #intro-section .content .l {
  position: absolute;
  left: -388px;
  top: 0;
  width: 388px;
}
#page-seminar #intro-section .content .r {
  position: absolute;
  right: -416px;
  top: 0;
  width: 416px;
}
#page-seminar #intro-section .content .ttl {
  width: 570px;
  display: inline-block;
  margin-bottom: 35px;
}
#page-seminar #intro-section .content h2 {
  color: #0da172;
  font-size: 35px;
}
#page-seminar #intro-section .content p {
  font-size: 20px;
}
#page-seminar #sinpai-section .container {
  width: 100%;
  padding: 0;
}
#page-seminar #sinpai-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;
  align-items: center;
}
#page-seminar #sinpai-section .container .content .pic {
  width: calc(100% - 610px - 30px);
  border-top-right-radius: 30px;
  overflow: hidden;
}
#page-seminar #sinpai-section .container .content .pic img {
  vertical-align: middle;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: auto;
}
#page-seminar #sinpai-section .container .content .txt {
  width: 610px;
}
#page-seminar #sinpai-section .container .content .txt h2 {
  color: #0da172;
  font-size: 30px;
  text-align: center;
  line-height: 1.7;
  padding: 10px;
  border-top: 1px solid #0da172;
  border-bottom: 1px solid #0da172;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
}
#page-seminar #sinpai-section .container .content .txt ul {
  padding: 0 15px;
}
#page-seminar #sinpai-section .container .content .txt ul li {
  position: relative;
  line-height: 1.7;
  padding: 15px;
  padding-left: 40px;
  border-bottom: 1px solid rgb(159.375, 159.375, 159.375);
}
#page-seminar #sinpai-section .container .content .txt ul li:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("images/seminar/icon_check.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 12px;
}
#page-seminar #sinpai-section .container .kaiketu {
  font-family: "Noto Serif JP", serif;
  width: 750px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
#page-seminar #sinpai-section .container .kaiketu .l {
  position: absolute;
  left: -262px;
  top: 0;
  width: 262px;
}
#page-seminar #sinpai-section .container .kaiketu .r {
  position: absolute;
  right: -288px;
  top: 0;
  width: 288px;
}
#page-seminar #sinpai-section .container .kaiketu .pic {
  width: 160px;
  margin: 40px auto;
}
#page-seminar #sinpai-section .container .kaiketu h2 {
  font-size: 30px;
  line-height: 2.5;
  margin-bottom: 25px;
}
#page-seminar #sinpai-section .container .kaiketu h2 strong {
  color: #0da172;
  font-weight: normal;
}
#page-seminar #sinpai-section .container .kaiketu .memo {
  background: #fff8e0;
  padding: 20px 25px;
  border-radius: 15px;
}
#page-seminar #sinpai-section .container .kaiketu .memo p {
  font-size: 18px;
}
#page-seminar #voice-section .container > h2 {
  font-family: "Noto Serif JP", serif;
  color: #0da172;
  font-size: 35px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 45px;
}
#page-seminar #voice-section .container > h2 em {
  display: block;
  font-size: 15px;
  color: #000;
}
#page-seminar #voice-section .container .voice_list {
  margin-bottom: 45px;
}
#page-seminar #voice-section .container .voice_list article {
  background: #fff7fa;
  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;
  padding: 30px 35px;
  margin-bottom: 25px;
}
#page-seminar #voice-section .container .voice_list article:nth-of-type(2n) {
  background: #fffaf0;
}
#page-seminar #voice-section .container .voice_list article .pic {
  width: 205px;
}
#page-seminar #voice-section .container .voice_list article .pic img {
  vertical-align: middle;
}
#page-seminar #voice-section .container .voice_list article .txt {
  width: calc(100% - 205px - 50px);
}
#page-seminar #voice-section .container .voice_list article .txt p {
  font-size: 18px;
}
#page-seminar #voice-section .container .voice_list article .txt .name {
  text-align: right;
}
#page-seminar #voice-section .container .btn {
  margin-bottom: 45px;
}
#page-seminar #voice-section .container .btn > a {
  margin: 30px auto;
}
#page-seminar #voice-section .container .seminar h3 {
  font-family: "Noto Serif JP", serif;
  color: #0da172;
  font-size: 35px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 45px;
}
#page-seminar #flow-section {
  background: #e9f4ff;
}
#page-seminar #flow-section .container > h2 {
  font-family: "Noto Serif JP", serif;
  color: #000980;
  font-size: 35px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 45px;
}
#page-seminar #flow-section .container > h2 em {
  display: block;
  font-size: 15px;
  color: #000;
}
#page-seminar #flow-section .container h3 {
  color: #e24d13;
  font-size: 25px;
  text-align: center;
  margin: 25px 0;
}
#page-seminar #flow-section .container .flow_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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-seminar #flow-section .container .flow_list article {
  width: calc(33.3333333333% - 25px);
}
#page-seminar #flow-section .container .flow_list article .pic {
  margin-bottom: 15px;
}
#page-seminar #flow-section .container .flow_list article .pic img {
  vertical-align: middle;
}
#page-seminar #flow-section .container .flow_list article .txt .sec_title2 h2 {
  color: #e24d13;
}
#page-privacy-policy .head {
  margin-bottom: 50px;
}
#page-privacy-policy .policy_list article {
  margin-bottom: 50px;
}
#page-privacy-policy .policy_list article .sec_title2 h2 {
  color: #e24d13;
}
#page-privacy-policy .name {
  text-align: right;
}
#page-privacy-policy h4 {
  border-bottom: 1px solid #000980;
  font-size: 1.8rem;
  display: inline-block;
  color: #000980;
  font-weight: normal;
}
#page-privacy-policy ol {
  color: #000980;
}
#page-privacy-policy ol li {
  margin-bottom: 15px;
  font-family: "Jost", sans-serif;
  list-style: none;
}
#page-privacy-policy .num_list {
  text-indent: -3.7rem;
  padding-left: 4rem;
}
#page-privacy-policy .num_list li .memo {
  font-size: 95%;
  margin-top: 1rem;
  color: #181818;
  line-height: 1.5;
  display: block;
  text-indent: 0;
}
#page-privacy-policy .circle_list {
  padding-left: 3rem;
}
#page-privacy-policy .circle_list li {
  list-style: disc;
}
#page-privacy-policy table tr {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
#page-privacy-policy table tr th {
  color: #000980;
  font-weight: bold;
  text-align: left;
}
#page-privacy-policy table tr td {
  padding: 15px 0;
}
#page-privacy-policy #policy-3-section {
  background: #f2f2f2;
}

#page-contact #caution-section .container {
  width: 1000px;
  margin: 0 auto;
}
#page-contact #caution-section .container .sec_title4 {
  text-align: left;
}
#page-contact #caution-section .container > p {
  margin-bottom: 25px;
}
#page-contact #caution-section .container ul {
  display: inline-block;
}
#page-contact #caution-section .container ul li {
  padding-left: 2rem;
  position: relative;
  text-align: left;
}
#page-contact #caution-section .container ul li a {
  text-decoration: underline;
  color: #000980;
}
#page-contact #caution-section .container ul li:before {
  content: "■";
  color: #e24d13;
  position: absolute;
  left: 0;
  top: 0;
}
#page-contact #caution-section .container .btn {
  text-align: right;
  margin-bottom: 25px;
}
#page-contact #contact-form .container > h3 {
  background: rgb(8, 81, 133);
  background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
  color: white;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  font-size: 25px;
}

#privacypolicy-section {
  background: #f2f2f2;
}
#privacypolicy-section .container {
  width: 1000px;
  margin: 0 auto;
}
#privacypolicy-section article {
  margin: 3rem 0;
}
#privacypolicy-section h4 {
  color: #e24d13;
  font-size: 20px;
  margin-bottom: 15px;
}
#privacypolicy-section p {
  font-size: 14px;
}
#privacypolicy-section li {
  font-size: 14px;
}
#privacypolicy-section ul {
  list-style: disc;
  padding-left: 4rem;
  margin-bottom: 3rem;
  margin-top: 10px;
}
#privacypolicy-section ul li {
  line-height: 1.5;
  margin-bottom: 1rem;
}
#privacypolicy-section ol {
  padding-left: 3rem;
  margin-bottom: 3rem;
  color: #000980;
}
#privacypolicy-section ol li {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.form-wrap {
  text-align: center;
  background: white;
  padding-bottom: 25px;
}
.form-wrap div.wpcf7 .ajax-loader {
  min-width: 24px !important;
}
.form-wrap > h3 {
  text-align: left;
  color: #e24d13;
  background: #000980;
  line-height: 1.3;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.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 rgb(216.75, 216.75, 216.75);
}
.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: #e24d13;
  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: rgb(216.75, 216.75, 216.75);
}
.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: rgb(243.525, 243.525, 243.525);
}
.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: #e24d13;
  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: rgb(243.525, 243.525, 243.525);
}
.form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
  z-index: 1;
  content: "\f054";
  font-family: FontAwesome;
  color: #e24d13;
  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*/
  .btn_1 {
    color: #e24d13;
    border: 1px solid #e24d13;
    font-family: "Jost", sans-serif;
    padding: 15px 20px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.1em;
    min-width: 200px;
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 10px 0;
    margin-right: 15px;
  }
  .btn_1:after {
    content: "";
    width: 30px;
    height: 6px;
    background-image: url("images/common/arrow_r.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    top: 17px;
    background-position: right top;
  }
  .btn_1.btn_w {
    color: white;
    border-color: white;
  }
  .btn_1.btn_w:after {
    background-image: url("images/common/arrow_r_w.png");
  }
  .btn_2 {
    padding: 15px;
    min-width: 200px;
  }
  /*共通見出し*/
  .sec_title1 {
    margin-bottom: 25px;
  }
  .sec_title1 h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .sec_title1 h3:before {
    width: 30px;
    margin-right: 15px;
  }
  .sec_title2 {
    justify-content: space-between;
  }
  .sec_title2 em {
    font-size: 14px;
  }
  .sec_title2 span.num {
    margin-right: 0;
    padding: 10px 10px;
    width: 40px;
    font-size: 18px;
  }
  .sec_title2 h2 {
    width: calc(100% - 40px - 15px);
    line-height: 1.2;
    font-size: 18px;
    letter-spacing: 0;
  }
  .sec_title3 {
    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;
    color: #404040;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  .sec_title3 span.num {
    display: inline-block;
    margin-right: 10px;
    color: #e24d13;
    font-size: 30px;
    letter-spacing: 0.2em;
    font-family: "Jost", sans-serif;
    padding: 10px 10px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
  }
  .sec_title3 span.num:after {
    content: "";
    width: 80px;
    height: 1px;
    background: #e24d13;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .sec_title4 {
    font-size: 20px;
    margin-bottom: 35px;
    letter-spacing: 0em;
  }
  .sec_title4:after {
    width: 50px;
    margin-top: 10px;
  }
  .sec_title5 {
    width: 100%;
    margin-bottom: 25px;
  }
  .sec_title5 h3 {
    font-size: 17px;
    padding: 7px 20px;
  }
  .sec_title6 {
    color: #404040;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
    position: relative;
    color: #e24d13;
  }
  .sec_title6 em {
    display: inline-block;
    color: #686868;
  }
  .sec_title6 em:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #e24d13;
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px;
  }
  .table_type_1 table tr {
    border-bottom: 1px solid #000980;
  }
  .table_type_1 table tr th, .table_type_1 table tr td {
    padding: 10px 10px;
    line-height: 1.5;
  }
  .table_type_1 table tr th {
    font-weight: bold;
    color: #000980;
    text-align: left;
  }
  .table_type_1 table tr td > ul li {
    line-height: 1.5;
    margin: 5px 0;
  }
  .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: #e24d13;
    display: inline-block;
    margin-right: 1rem;
  }
  .list_type_bar ul li a {
    color: #e24d13;
    font-weight: bold;
  }
  .sp-buttons .sp-button {
    border-bottom-color: #e24d13;
    width: 8px;
    height: 8px;
  }
  .sp-buttons .sp-selected-button {
    background-color: #e24d13;
  }
  #pankuzu {
    text-align: right;
  }
  #pankuzu .container {
    padding: 1rem 0;
  }
  #pankuzu #breadcrumb ul > li {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
    display: inline-block;
  }
  #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 {
    width: 60px;
    height: 60px;
  }
  #page {
    margin-top: 60px;
  }
  #head_fix_section {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  #header .container {
    min-width: auto;
    max-width: 100%;
  }
  #header .container .header_wrap {
    justify-content: space-between;
    align-items: center;
  }
  #header .container .header_wrap .head_logo {
    width: 200px;
    margin-left: 15px;
  }
  #header .container .header_wrap .head_btn {
    display: none;
  }
  #gnav .container {
    padding: 0;
    width: 100%;
  }
  #gnav 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;
  }
  #gnav nav > div {
    width: 100%;
    margin: 0;
  }
  #gnav nav > div > 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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #gnav nav > div > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid white;
    width: 100%;
  }
  #gnav nav > div > ul > li > a {
    font-size: 13px;
    padding: 10px 20px;
    display: block;
    position: relative;
    border-bottom: 1px solid #e29414;
  }
  #gnav nav > div > ul > li > a:before {
    content: none;
  }
  #gnav nav > div > ul > li > a:after {
    content: "\f054";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  #gnav nav > div > ul > li > ul.sub-menu {
    margin-top: 0px;
    padding: 10px 15px;
    padding-left: 30px;
    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;
  }
  #gnav nav > div > ul > li > ul.sub-menu > li {
    margin-bottom: 0;
    width: 50%;
  }
  #gnav nav > div > ul > li > ul.sub-menu > li > a {
    display: block;
    font-weight: normal;
    position: relative;
    padding: 5px 20px;
  }
  #gnav nav > div > ul > li > ul.sub-menu > li > a:before {
    content: "\f0da";
    font-family: fontawesome;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
  }
  #gnav nav > div > ul > li > ul.sub-menu > li ul {
    padding-left: 15px;
  }
  #gnav nav > div > ul > li > ul.sub-menu > li ul li a {
    font-weight: normal;
  }
  #gnav nav > div > ul > li > ul.sub-menu > li ul li a:before {
    margin-right: 5px;
  }
  #gnav nav > div > ul > li.half {
    width: 50%;
  }
  #vihalf-section {
    position: relative;
    z-index: 0;
  }
  #vihalf-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    transform: skewY(-5deg);
    transform-origin: bottom left;
    z-index: -1;
    width: 100%;
    height: 150%;
    background: rgb(8, 81, 133);
    background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
    background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
    background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
  }
  #vihalf-section .container {
    padding: 30px 0 40px;
  }
  #vihalf-section .container h2 {
    font-size: 25px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  #vihalf-section .container h3 {
    letter-spacing: 0;
  }
  #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 #e24d13;
    font-weight: bold;
  }
  #primary article[class^=post-] > .content h3 {
    color: #e24d13;
    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: #e24d13;
  }
  #primary article[class^=post-] > .content h5 {
    color: #e24d13;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #e24d13;
  }
  #primary article[class^=post-] > .content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  #primary article[class^=post-] > .content a {
    text-decoration: underline;
    color: #e24d13;
  }
  #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 #000980;
    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: #e24d13;
  }
  #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(50% - 1rem);
    box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
    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;
  }
  #foot-contact-section .container .content .head {
    width: 100%;
    text-align: center;
  }
  #foot-contact-section .container .content .head h2 {
    font-size: 30px;
    letter-spacing: 0.2em;
  }
  #foot-contact-section .container .content .btn {
    width: 80%;
    margin: 10px auto 0;
  }
  #foot-contact-section .container .content .btn .btn_2.mail {
    min-width: auto;
  }
  footer#footer-nav-section .container {
    padding: 20px 0;
  }
  footer#footer-nav-section .container .content .foot_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;
  }
  footer#footer-nav-section .container .content .foot_nav nav {
    width: 100%;
  }
  footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li {
    margin-bottom: 15px;
  }
  footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > a {
    font-size: 14px;
    padding: 8px 5px;
  }
  footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu {
    margin: 15px 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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu > li {
    margin-bottom: 0px;
    width: 49%;
  }
  footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu > li > a {
    padding: 5px 15px;
    position: relative;
    display: block;
  }
  footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu > li > a:before {
    position: absolute;
    left: 0;
    top: 5px;
  }
  footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu > li > ul.sub-menu {
    padding-left: 20px;
    margin: 10px 0;
  }
  footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu > li > ul.sub-menu > li a {
    color: white;
  }
  footer#footer-nav-section .container .content .foot_nav nav ul.footer-menu > li > ul.sub-menu > li > ul.sub-menu > li a:before {
    content: "・";
    display: inline-block;
  }
  footer#footer-info-section .container {
    padding: 30px 0;
  }
  footer#footer-info-section .container .content {
    display: block;
  }
  footer#footer-info-section .container .foot_logo {
    width: 250px;
    margin: 0 auto 20px;
  }
  footer#footer-info-section .container .info {
    display: block;
    margin: 0;
    text-align: center;
  }
  footer#footer-info-section .container .tel {
    display: block;
    text-align: center;
  }
  footer#credit .container {
    padding: 1rem 20px;
    width: 100%;
    min-width: 100%;
  }
  footer#credit .container .content {
    width: calc(100% - 50px);
  }
  #foot-fix-btn {
    display: none;
  }
}
@media screen and (max-width: 732px) {
  #foot-seminar-btn-section {
    padding: 15px 0;
  }
  #foot-seminar-btn-section a {
    font-size: 15px;
    padding: 10px;
    font-weight: bold;
    margin: 0;
    margin-left: 15px;
    width: calc(100% - 50px - 30px);
  }
  #foot-seminar-btn-section a:before {
    margin-right: 25px;
  }
  #wrapper.seminar {
    padding-bottom: 73px;
  }
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page #vi-section .container {
    height: 90vh;
  }
  body.home #page #vi-section .vi {
    height: 70vh;
  }
  body.home #page #vi-section .vi .pic {
    position: relative;
    top: 0;
    right: auto;
    height: auto;
    width: 110%;
  }
  body.home #page #vi-section .vi .pic img {
    object-position: bottom right;
  }
  body.home #page #vi-section .vi .blue {
    width: 70%;
  }
  body.home #page #vi-section .vi .orange {
    width: 100%;
    bottom: 0;
  }
  body.home #page #vi-section .vi .vi_content {
    width: 85%;
    height: auto;
    margin-left: 0;
    padding: 0;
    display: block;
    position: absolute;
    z-index: 900;
    bottom: 2rem;
    left: 0;
    text-shadow: 0 0 0.8rem black;
  }
  body.home #page #vi-section .vi .vi_content h2, body.home #page #vi-section .vi .vi_content h3 {
    letter-spacing: 0.1em;
    color: white;
  }
  body.home #page #vi-section .vi .vi_content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  body.home #page #vi-section .vi .vi_content h3 {
    font-size: 17px;
    letter-spacing: 0.2em;
  }
  body.home #page #vi-section .news-headline {
    background: rgb(243.525, 243.525, 243.525);
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    min-width: 100%;
    padding: 25px 0;
  }
  body.home #page #vi-section .news-headline .feeds {
    border-top-right-radius: 0;
    padding: 0 25px;
    background: none;
  }
  body.home #page #vi-section .news-headline .feeds > h2 {
    border-right: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  body.home #page #vi-section .news-headline .feeds article {
    width: 100%;
  }
  body.home #page #vi-section .news-headline .feeds article a .post-date {
    width: 90px;
  }
  body.home #page #vi-section .news-headline .feeds article a .post-cat {
    display: none;
  }
  body.home #page #vi-section .news-headline .feeds article a .post-title {
    width: calc(100% - 90px - 0);
    font-size: 13px;
  }
  body.home #page #business-section:after {
    top: 15%;
    width: 100%;
    height: 85%;
  }
  body.home #page #business-section .container .head .sec_title1 {
    width: 100%;
  }
  body.home #page #business-section .container .head p {
    width: 100%;
  }
  body.home #page #business-section .container .content article {
    width: 100%;
  }
  body.home #page #business-section .container .content article:nth-of-type(2) {
    margin-top: 40px;
  }
  body.home #page #business-section .container .content article .pic {
    margin-bottom: 20px;
  }
  body.home #page #business-section .container .content article .pic a img {
    object-fit: cover;
    width: 100%;
    height: auto;
    object-position: top;
  }
  body.home #page #aboutus-section .container .content > div {
    width: 100%;
  }
  body.home #page #aboutus-section .container .content .pic {
    margin-bottom: 15px;
  }
  body.home #page #aboutus-section .container .content img {
    object-fit: cover;
    width: 100%;
    height: auto;
    object-position: top;
  }
  body.home #page #recruit-section .container {
    padding: 0;
  }
  body.home #page #recruit-section .container .content > div {
    width: 100%;
  }
  body.home #page #recruit-section .container .content .pic {
    order: 1;
  }
  body.home #page #recruit-section .container .content .pic a {
    height: auto;
  }
  body.home #page #recruit-section .container .content .pic a img {
    vertical-align: middle;
    object-fit: cover;
    height: 250px;
    width: 100%;
  }
  body.home #page #recruit-section .container .content .txt {
    order: 2;
    padding: 30px;
  }
  body.home #page #recruit-section .container .content .txt h2 {
    font-size: 30px;
    padding-left: 20px;
    margin-bottom: 25px;
  }
  body.home #page #recruit-section .container .content .txt h3 {
    font-size: 18px;
  }
  body.home #page #recruit-section .container .content .txt p {
    margin-bottom: 20px;
  }
  body.home #page #recruit-section .container .content .btn {
    text-align: right;
  }
  body.home #page #seminar-section .container .content > div {
    width: 100%;
  }
  body.home #page #seminar-section .container .content .pic {
    margin-bottom: 15px;
  }
  body.home #page #seminar-section .container .content img {
    object-fit: cover;
    width: 100%;
    height: auto;
    object-position: top;
  }
  body.home #page #news-topics-section {
    background-image: url("images/top/news_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  body.home #page #news-topics-section .container .sec_title1 h2 {
    display: inline-block;
    margin-right: 15px;
  }
  body.home #page #news-topics-section .container .sec_title1 h3 {
    width: auto;
  }
  body.home #page #news-topics-section .container .feeds article a {
    padding: 10px 0;
    justify-content: flex-start;
  }
  body.home #page #news-topics-section .container .feeds article a:after {
    margin-left: auto;
  }
  body.home #page #news-topics-section .container .feeds article a .post-cat {
    padding: 0.5rem 1rem;
    width: 100px;
  }
  body.home #page #news-topics-section .container .feeds article a .post-date {
    font-size: 12px;
    width: 100px;
  }
  body.home #page #news-topics-section .container .feeds article a .post-title {
    width: calc(100% - 20px);
    margin-top: 10px;
  }
  body.home #page #news-topics-section .container .btn {
    margin-top: 25px;
  }
  .content_box_wrap 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: 80px;
  }
  .content_box_wrap article:nth-of-type(2n) .pic {
    order: 1;
  }
  .content_box_wrap article:nth-of-type(2n) .txt {
    order: 2;
  }
  .content_box_wrap article:last-of-type {
    margin-bottom: 0;
  }
  .content_box_wrap article .pic {
    width: 100%;
    margin-bottom: 10px;
  }
  .content_box_wrap article .txt {
    width: 100%;
  }
  #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: 25px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  #wrapper.news #news-list .post-header .post-cat,
  #wrapper.news #news-detail .post-header .post-cat {
    background: rgb(226, 77, 19);
    background: -moz-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
    background: -webkit-linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
    background: linear-gradient(90deg, rgb(226, 77, 19) 0%, rgb(226, 148, 20) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e24d13",endColorstr="#e29414",GradientType=1);
    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: 120px;
    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-message .container .content .pic {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-message .container .content .txt {
    width: 100%;
  }
  #page-message .container .content .txt .name h3 {
    font-size: 13px;
  }
  #page-message .container .content .txt .name h4 {
    font-size: 14px;
  }
  #page-about #company-section .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;
  }
  #page-about #company-section .content .pic {
    width: 100%;
    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;
  }
  #page-about #company-section .content .pic img {
    width: calc(50% - 5px);
    margin-bottom: 15px;
  }
  #page-about #company-section .content .txt {
    width: 100%;
  }
  #page-about #access-section .container {
    padding-top: 0;
  }
  #page-about #access-section .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;
  }
  #page-about #access-section .content .map {
    width: 100%;
  }
  #page-about #access-section .content .map iframe {
    width: 100%;
    height: 300px;
  }
  #page-about #access-section .content .txt {
    width: 100%;
  }
  #page-philosophy #philosophy-section .content {
    padding: 35px;
  }
  #page-philosophy #philosophy-section .content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #page-philosophy #philosophy-section .content h2:after {
    width: 50px;
    margin: 20px auto;
  }
  #page-philosophy #philosophy-section .content p {
    font-size: 15px;
  }
  #page-philosophy #compliance-section .content article {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-associated-company #associated-section .table_type_1 tr {
    border-bottom: 0;
    border-top: 1px solid #000980;
  }
  #page-associated-company #associated-section .table_type_1 th, #page-associated-company #associated-section .table_type_1 td {
    display: block;
  }
  #page-associated-company #associated-section .table_type_1 th {
    width: 100%;
    background: rgb(243.525, 243.525, 243.525);
  }
  #page-associated-company #associated-section .table_type_1 td 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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
  }
  #page-associated-company #associated-section .table_type_1 td ul li {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  #page-associated-company #associated-section .table_type_1 td .w50 {
    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;
    width: 100%;
    display: block;
  }
  #page-associated-company #associated-section .table_type_1 td .w50 li {
    margin-right: 0;
  }
  #page-associated-company #items-section .container {
    padding-top: 0;
  }
  #page-associated-company #items-section .content {
    margin-bottom: 55px;
  }
  #page-associated-company #items-section .content .item_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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-associated-company #items-section .content .item_list article {
    width: calc(50% - 5px);
    margin: 0 0 20px;
  }
  #page-associated-company #items-section .content .item_list article .bnr a img {
    max-width: 100%;
  }
  #page-associated-company #items-section .content .item_list article .bnr_txt h3 {
    line-height: 1.5;
  }
  #page-insurance-agency-business #nintei-section .inner {
    padding: 30px 25px;
  }
  #page-insurance-agency-business #nintei-section .inner .pic {
    width: 60%;
    margin: 0 auto 25px;
  }
  #page-insurance-agency-business #nintei-section .inner .txt {
    width: 100%;
  }
  #page-insurance-agency-business #nintei-section .inner .txt .sec_title4 h2 {
    font-size: 15px;
  }
  #page-insurance-agency-business #nintei-section .inner .txt ul.ul_icon_check li {
    margin: 10px 0;
    font-size: 14px;
    padding: 10px 10px;
    padding-left: 35px;
  }
  #page-insurance-agency-business #nintei-section .inner .txt ul.ul_icon_check li:before {
    left: 15px;
    top: 10px;
    color: #e24d13;
  }
  #page-visit-insurance-business #intro-section .container {
    max-width: 100%;
    padding-bottom: 0;
  }
  #page-visit-insurance-business #intro-section .container .vi {
    margin-bottom: 20px;
  }
  #page-visit-insurance-business #intro-section .container .vi .pic {
    width: 90%;
  }
  #page-visit-insurance-business #intro-section .container .vi .pic img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  #page-visit-insurance-business #intro-section .container .vi .txt {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 25px;
    width: 100%;
  }
  #page-visit-insurance-business #intro-section .container .pics {
    max-width: 100%;
  }
  #page-visit-insurance-business #intro-section .container .pics p {
    margin-top: 20px;
  }
  #page-visit-insurance-business #info-section .content {
    margin-bottom: 40px;
  }
  #page-visit-insurance-business #info-section .content .map {
    width: 100%;
  }
  #page-visit-insurance-business #info-section .content .map iframe {
    height: 300px;
  }
  #page-visit-insurance-business #info-section .content .txt {
    width: 100%;
  }
  #page-counter-insurance-business #intro-section .container {
    max-width: 100%;
    padding-bottom: 0;
  }
  #page-counter-insurance-business #intro-section .container .vi {
    margin-bottom: 20px;
  }
  #page-counter-insurance-business #intro-section .container .vi .pic {
    width: 90%;
  }
  #page-counter-insurance-business #intro-section .container .vi .pic img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  #page-counter-insurance-business #intro-section .container .vi .txt {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 25px;
    width: 100%;
  }
  #page-counter-insurance-business #intro-section .container .vi .txt .sec_title4 br {
    display: none;
  }
  #page-counter-insurance-business #intro-section .container .pics {
    max-width: 100%;
    width: 90%;
  }
  #page-counter-insurance-business #intro-section .container .pics .pic {
    width: 100%;
  }
  #page-counter-insurance-business #hokenomadoguchi-section .head {
    margin-bottom: 30px;
  }
  #page-counter-insurance-business #hokenomadoguchi-section .content 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;
  }
  #page-counter-insurance-business #hokenomadoguchi-section .content article .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-counter-insurance-business #hokenomadoguchi-section .content article .pic img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
  }
  #page-counter-insurance-business #hokenomadoguchi-section .content article .txt {
    width: 100%;
  }
  #page-counter-insurance-business #flow-section .flow_list {
    margin-bottom: 60px;
    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;
  }
  #page-counter-insurance-business #flow-section .flow_list article {
    width: 100%;
    padding: 25px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
  }
  #page-counter-insurance-business #flow-section .flow_list article:after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    bottom: -40px;
    right: calc((100% - 15px) / 2);
    top: auto;
    background: none;
    width: auto;
    height: auto;
    color: white;
    font-size: 25px;
  }
  #page-counter-insurance-business #flow-section .flow_list article:last-of-type:after {
    content: none;
  }
  #page-counter-insurance-business #flow-section .flow_list article .arrow {
    text-align: center;
    width: 100%;
  }
  #page-counter-insurance-business #flow-section .flow_list article .arrow img {
    width: 80px;
    vertical-align: middle;
  }
  #page-counter-insurance-business #flow-section .flow_list article.half {
    width: 100%;
  }
  #page-counter-insurance-business #flow-section .flow_list article.tate h4 {
    writing-mode: initial;
  }
  #page-counter-insurance-business #flow-section .flow_list article:last-of-type {
    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: space-between;
    align-items: center;
  }
  #page-counter-insurance-business #flow-section .flow_list article:last-of-type h4 {
    order: 2;
    padding-top: 0;
    padding-left: 0;
    padding-right: 15px;
  }
  #page-counter-insurance-business #flow-section .flow_list article:last-of-type h4 br {
    display: none;
  }
  #page-counter-insurance-business #flow-section .flow_list article:last-of-type h6 {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    border-radius: 10px;
    height: 50px;
  }
  #page-counter-insurance-business #flow-section .bnr {
    width: 100%;
    margin: 0 auto 0;
  }
  #page-counter-insurance-business #kodawari-section .head {
    margin-bottom: 30px;
  }
  #page-counter-insurance-business #kodawari-section .kodawari_list article {
    width: 100%;
    margin-bottom: 30px;
  }
  #page-counter-insurance-business #kodawari-section .kodawari_list article .sec_title2 {
    align-items: center;
  }
  #page-counter-insurance-business #kodawari-section .kodawari_list article .sec_title2 h2 {
    width: calc(100% - 50px);
  }
  #page-counter-insurance-business #faq-section .sec_title6 p {
    position: inherit;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #000;
    text-align: center;
  }
  #page-counter-insurance-business #faq-section .faq_lsit article {
    margin-bottom: 15px;
  }
  #page-counter-insurance-business #faq-section .faq_lsit article .q {
    padding: 10px 15px;
  }
  #page-counter-insurance-business #faq-section .faq_lsit article .q h3 {
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 15px;
    padding-left: 25px;
    position: relative;
    width: calc(100% - 12px);
    line-height: 1.5;
  }
  #page-counter-insurance-business #faq-section .faq_lsit article .q h3:before {
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 5px;
  }
  #page-counter-insurance-business #faq-section .faq_lsit article .a {
    padding: 5px 25px;
  }
  #page-counter-insurance-business #bnr-section .bnr {
    width: 100%;
    margin: 0 auto 0;
  }
  #page-independent-financial-advisor #intro-section .container {
    max-width: 100%;
    padding-bottom: 0;
  }
  #page-independent-financial-advisor #intro-section .container .vi {
    margin-bottom: 0;
  }
  #page-independent-financial-advisor #intro-section .container .vi .pic {
    width: 90%;
  }
  #page-independent-financial-advisor #intro-section .container .vi .pic img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  #page-independent-financial-advisor #intro-section .container .vi .txt {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 25px;
    width: 100%;
    min-width: auto;
  }
  #page-independent-financial-advisor #intro-section .container .vi .txt .sec_title4 {
    font-size: 17px;
  }
  #page-independent-financial-advisor #intro-section .container .vi .txt .sec_title4 br {
    display: none;
  }
  #page-independent-financial-advisor #ifa-section .pic {
    width: 100%;
    margin: 30px auto 0;
  }
  #page-independent-financial-advisor #merito-section article {
    margin-bottom: 30px;
  }
  #page-independent-financial-advisor #service-section .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;
    margin-bottom: 40px;
  }
  #page-independent-financial-advisor #service-section .content .pic {
    width: 100%;
  }
  #page-independent-financial-advisor #service-section .content .txt {
    width: 100%;
  }
  #page-independent-financial-advisor #service-section 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;
  }
  #page-independent-financial-advisor #service-section article:last-of-type {
    margin-bottom: 0;
  }
  #page-independent-financial-advisor #service-section article .pic {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  #page-independent-financial-advisor #service-section article .txt {
    order: 2;
    width: 100%;
  }
  #page-independent-financial-advisor #info-section .content {
    margin-bottom: 50px;
  }
  #page-independent-financial-advisor #info-section .content .map {
    width: 100%;
  }
  #page-independent-financial-advisor #info-section .content .map iframe {
    height: 300px;
  }
  #page-independent-financial-advisor #info-section .content .txt {
    width: 100%;
  }
  #page-independent-financial-advisor #info-section .pdf_btn a {
    width: 100%;
    border-radius: 7px;
    padding: 15px;
    font-size: 13px;
    position: relative;
    padding-left: 50px;
    text-align: left;
  }
  #page-independent-financial-advisor #info-section .pdf_btn a:before {
    margin: 0;
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 15px;
    line-height: 1;
  }
  #page-solicitation-policy #solicitation-section .content {
    padding: 35px;
  }
  #page-solicitation-policy #solicitation-section .content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #page-solicitation-policy #solicitation-section .content h2:after {
    width: 50px;
    margin: 20px auto;
  }
  #page-solicitation-policy #solicitation-section .content p {
    font-size: 14px;
  }
  #page-solicitation-policy #solicitation-section .content p br {
    display: none;
  }
  #page-solicitation-policy #policy-section .content article {
    margin-bottom: 30px;
  }
  #page-management-policy #philosophy-section .container .content,
  #page-management-policy #progress-report .container .content {
    padding: 35px 20px;
  }
  #page-management-policy #philosophy-section .container .content h2,
  #page-management-policy #progress-report .container .content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #page-management-policy #philosophy-section .container .content h2:after,
  #page-management-policy #progress-report .container .content h2:after {
    width: 50px;
    margin: 20px auto;
  }
  #page-management-policy #philosophy-section .container .content p,
  #page-management-policy #progress-report .container .content p {
    font-size: 14px;
    text-align: left;
  }
  #page-management-policy #philosophy-section .container .content p br,
  #page-management-policy #progress-report .container .content p br {
    display: none;
  }
  #page-management-policy #philosophy-section .pdf_files,
  #page-management-policy #progress-report .pdf_files {
    margin-top: 45px;
  }
  #page-management-policy #philosophy-section .pdf_files a,
  #page-management-policy #progress-report .pdf_files a {
    width: 100%;
    border-radius: 7px;
    padding: 15px;
    font-size: 13px;
    position: relative;
    padding-left: 50px;
    text-align: left;
  }
  #page-management-policy #philosophy-section .pdf_files a:before,
  #page-management-policy #progress-report .pdf_files a:before {
    margin: 0;
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 15px;
    line-height: 1;
  }
  #page-management-policy #basic-policy .container article {
    margin-bottom: 50px;
  }
  #page-management-policy #basic-policy .container article h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
  #page-management-policy #basic-policy .container article p {
    margin-bottom: 20px;
  }
  #page-management-policy #basic-policy .container article p.torikumi {
    margin-bottom: 15px;
  }
  #page-management-policy #basic-policy .container article h4 {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #page-management-policy #basic-policy .container h5 {
    text-align: right;
    margin-top: 30px;
  }
  #page-shop #shop1-section .osusume {
    padding: 30px 20px;
  }
  #page-shop #shop1-section .osusume h3 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  #page-shop #shop1-section .osusume .list ul {
    margin: 0 30px;
  }
  #page-shop #shop1-section .osusume .list ul li {
    padding-left: 16px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  #page-shop #shop1-section .goyoyaku .head .pic {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #page-shop #shop1-section .goyoyaku .head .pic img {
    width: 70px;
  }
  #page-shop #shop1-section .goyoyaku .head .txt {
    width: 100%;
    text-align: center;
  }
  #page-shop #shop1-section .goyoyaku .head .txt h2 {
    font-size: 15px;
  }
  #page-shop #shop1-section .goyoyaku .head .txt h2 strong {
    font-size: 17px;
  }
  #page-shop #shop1-section .goyoyaku .head .txt h3 {
    font-size: 15px;
    line-height: 1.4;
  }
  #page-shop #shop1-section .goyoyaku > .pic {
    width: 90%;
  }
  #page-shop #shop1-section .goyoyaku .message {
    margin-bottom: 45px;
    background: rgb(8, 81, 133);
    background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
    background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
    background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
    padding: 15px 20px;
  }
  #page-shop #shop1-section .goyoyaku .message h4 {
    margin-bottom: 0;
    font-size: 15px;
    padding: 0;
    display: inline;
    width: auto;
    background: none;
  }
  #page-shop #shop1-section .contact_info {
    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;
  }
  #page-shop #shop1-section .contact_info article {
    width: 100%;
    margin-bottom: 15px;
    padding: 25px 30px;
  }
  #page-shop #shop2-section li {
    width: calc(50% - 10px);
  }
  #page-shop #shop2-section li a {
    min-width: auto;
    margin: 5px 0;
  }
  #page-shop #shop2-section .btn_1 {
    width: 100%;
  }
  #page-shop #shop3-section .shop_list {
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  #page-shop #shop3-section .shop_list > article {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 30px;
  }
  #page-shop #shop3-section .shop_list > article .content {
    padding: 10px 15px;
  }
  #page-shop #shop3-section .shop_list > article .content .txt {
    height: 145px;
  }
  #page-shop #shop3-section .shop_list > article .content h2 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #page-shop #shop3-section .shop_list > article .content address {
    font-size: 12px;
    min-height: auto;
  }
  #page-shop #shop3-section .shop_list > article .content .btn_list {
    margin-top: 1rem;
  }
  #page-shop #shop3-section .shop_list > article .content .btn_list a {
    padding: 5px 0;
    margin: 0;
    font-size: 13px;
  }
  #page-shop #shop3-section .shop_list > article .content .btn_list a:before {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin-right: 5px;
  }
  #page-shop #shop3-section .shop_list > article .content .btn_list .tel > a {
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  #page-shop #shop3-section .shop_list > article .content .btn_list .contact > a {
    margin-bottom: 5px;
  }
  #page-shop #shop3-section .shop_list > article .content .btn_list .contact > a .pc-only {
    display: none;
  }
  #page-seminar {
    letter-spacing: 0;
  }
  #page-seminar .btn a.btn_seminar {
    font-size: 17px;
    padding: 15px;
    border-radius: 10px;
    width: 90%;
  }
  #page-seminar #vi-section .container {
    width: 100%;
    padding: 0;
  }
  #page-seminar #intro-section .content {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  #page-seminar #intro-section .content .l {
    display: none;
  }
  #page-seminar #intro-section .content .r {
    position: absolute;
    right: -10px;
    top: -20px;
    width: 100px;
  }
  #page-seminar #intro-section .content .ttl {
    width: 70%;
    margin-bottom: 25px;
  }
  #page-seminar #intro-section .content h2 {
    font-size: 18px;
  }
  #page-seminar #intro-section .content p {
    font-size: 14px;
  }
  #page-seminar #sinpai-section .container .content .pic {
    width: 100%;
    border-radius: 0;
  }
  #page-seminar #sinpai-section .container .content .pic img {
    width: 100%;
    height: 200px;
  }
  #page-seminar #sinpai-section .container .content .txt {
    width: 90%;
    margin: 25px auto 20px;
  }
  #page-seminar #sinpai-section .container .content .txt h2 {
    font-size: 20px;
  }
  #page-seminar #sinpai-section .container .content .txt ul {
    padding: 0 15px;
  }
  #page-seminar #sinpai-section .container .content .txt ul li {
    padding: 10px 15px;
    padding-left: 25px;
  }
  #page-seminar #sinpai-section .container .content .txt ul li:before {
    width: 17px;
    height: 17px;
    top: 12px;
  }
  #page-seminar #sinpai-section .container .kaiketu {
    width: 90%;
    margin-bottom: 30px;
  }
  #page-seminar #sinpai-section .container .kaiketu .l {
    left: 0;
    top: auto;
    bottom: 30px;
    width: 17%;
  }
  #page-seminar #sinpai-section .container .kaiketu .r {
    display: none;
  }
  #page-seminar #sinpai-section .container .kaiketu .pic {
    width: 50px;
    margin: 20px auto;
  }
  #page-seminar #sinpai-section .container .kaiketu h2 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 25px;
  }
  #page-seminar #sinpai-section .container .kaiketu h2 strong {
    font-size: 20px;
    font-weight: bold;
  }
  #page-seminar #sinpai-section .container .kaiketu .memo {
    padding: 10px 20px;
    border-radius: 5px;
    width: 80%;
    margin-left: 20%;
  }
  #page-seminar #sinpai-section .container .kaiketu .memo p {
    font-size: 13px;
    text-align: left;
  }
  #page-seminar #sinpai-section .container .kaiketu .memo p br {
    display: none;
  }
  #page-seminar #voice-section .container > h2 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  #page-seminar #voice-section .container > h2 em {
    font-size: 14px;
  }
  #page-seminar #voice-section .container .voice_list {
    margin-bottom: 45px;
  }
  #page-seminar #voice-section .container .voice_list article {
    background: #fff7fa;
    display: block;
    padding: 30px 35px 10px;
    margin-bottom: 25px;
  }
  #page-seminar #voice-section .container .voice_list article .pic {
    width: 50%;
    margin: 0 auto 12px;
    mix-blend-mode: multiply;
  }
  #page-seminar #voice-section .container .voice_list article .txt {
    width: 100%;
  }
  #page-seminar #voice-section .container .voice_list article .txt p {
    font-size: 13px;
  }
  #page-seminar #voice-section .container .btn {
    margin-bottom: 45px;
  }
  #page-seminar #voice-section .container .btn > a {
    margin: 30px auto;
  }
  #page-seminar #voice-section .container .seminar h3 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  #page-seminar #flow-section .container > h2 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  #page-seminar #flow-section .container > h2 em {
    font-size: 14px;
  }
  #page-seminar #flow-section .container h3 {
    font-size: 20px;
    margin: 25px 0;
  }
  #page-seminar #flow-section .container .flow_list article {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-seminar #flow-section .container .flow_list article .pic {
    margin-bottom: 15px;
  }
  #page-seminar #flow-section .container .flow_list article .pic img {
    object-fit: cover;
    width: 100%;
    height: 150px;
  }
  #page-seminar #flow-section .container .flow_list article .txt .sec_title2 h2 {
    color: #e24d13;
  }
  #page-privacy-policy .policy_list article {
    margin-bottom: 30px;
  }
  #page-privacy-policy h4 {
    font-size: 1.5rem;
  }
  #page-privacy-policy ol li {
    margin-bottom: 10px;
  }
  #page-privacy-policy .num_list {
    text-indent: -3.2rem;
    padding-left: 3rem;
  }
  #page-privacy-policy .circle_list {
    padding-left: 2rem;
  }
  #page-privacy-policy table tr td {
    padding: 15px 0;
  }
  #page-contact #caution-section .container {
    width: 90%;
    text-align: center;
  }
  #page-contact #caution-section .container > h3 {
    font-size: 18px;
  }
  #page-contact #caution-section .container ul li {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #page-contact #contact-form .container > h3 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  #privacypolicy-section {
    background: #f2f9ff;
  }
  #privacypolicy-section .container {
    width: 90%;
  }
  #privacypolicy-section article {
    margin: 3rem 0;
  }
  #privacypolicy-section h4 {
    font-size: 16px;
    line-height: 1.7;
  }
  #privacypolicy-section h3 {
    font-size: 15px;
  }
  #privacypolicy-section p {
    font-size: 13px;
  }
  #privacypolicy-section li {
    font-size: 13px;
  }
  #privacypolicy-section ul {
    list-style: disc;
    padding-left: 4rem;
    margin-bottom: 3rem;
    margin-top: 10px;
  }
  #privacypolicy-section ul li {
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  #privacypolicy-section ol {
    padding-left: 4rem;
    margin-bottom: 3rem;
  }
  #privacypolicy-section ol li {
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  #privacypolicy-section ol li > ol {
    margin-top: 15px;
    padding: 25px 25px 15px;
    padding-left: 50px;
    background: #000980;
    margin-bottom: 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: rgb(216.75, 216.75, 216.75);
  }
  .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: rgb(243.525, 243.525, 243.525);
  }
  .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: #e24d13;
    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: #e24d13;
    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;
  }
}
