@charset "UTF-8";
 @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap&subset=japanese");
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
font-style: normal;
}
article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
display: block;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
a {
color: #4C82B6;
border: none;
text-decoration: none;
}
a:hover {
color: #4C82B6;
text-decoration: underline;
}
table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
}
th,
td {
padding: 0;
vertical-align: middle;
text-align: left;
}
ol,
ul {
list-style: none;
}
img,
video,
iframe {
max-width: 100%;
}
img {
border: none;
vertical-align: top;
}
b,
strong {
font-weight: 500;
}
blockquote,
q {
quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: "";
content: none;
}
hr {
display: block;
height: 0;
margin: 0 0 1em;
padding: 0;
font-size: 1em;
line-height: 0;
border: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}  .main-heading,
.news-heading {
position: relative;
max-width: 1100px;
margin: 0 auto 0.7em;
padding: 0 0 1em;
font-size: 1.2em;
line-height: 1.3;
border-bottom: 2px solid #4C82B6;
}
@media screen and (min-width: 640px),
print {
.main-heading,
.news-heading {
padding: 0 0 0.5em;
font-size: 1.4em;
}
}
@media screen and (min-width: 768px),
print {
.main-heading,
.news-heading {
margin-bottom: 1em;
font-size: 1.7em;
}
} .main-subheading {
margin-bottom: 1rem;
font-size: 1.3em;
line-height: 1.2;
}
@media screen and (min-width: 640px),
print {
.main-subheading {
font-size: 1.5em;
}
} .main ul>li {
position: relative;
padding-left: 1.5em;
line-height: 1.5;
list-style-type: none;
}
.main ul>li:before {
content: "";
display: block;
position: absolute;
top: 0.5em;
left: 0.5em;
width: 6px;
height: 6px;
background: #000;
}
.main ol>li {
margin-left: 1.5em;
line-height: 1.5;
list-style-type: decimal;
} ul.list-style-none>li {
padding-left: 0;
list-style-type: none;
}
ul.list-style-none>li:before {
display: none;
}
ol.list-style-none>li {
margin-left: 0;
list-style-type: none;
} ul.list-style-note>li {
position: relative;
padding-left: 1em;
line-height: 1.5;
}
ul.list-style-note>li:before {
content: "※";
display: block;
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto;
border-radius: 0;
background: none;
} .note {
margin-left: 1em;
text-indent: -1em;
} .more {
margin-top: 1.5em;
text-align: center;
}
.link-button {
display: inline-block;
vertical-align: top;
position: relative;
padding: 0.4em 6em 0.4em 1em;
color: #fff;
font-size: 0.9em;
line-height: 1.4;
text-align: left;
background-color: #1B406F;
}
.link-button:before {
display: block;
position: absolute;
content: "";
top: 50%;
right: 15px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: translateY(-50%) rotate(45deg);
-ms-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1100px),
print {
.link-button {
font-size: 1em;
}
} a.link-button:hover {
color: #fff;
text-decoration: none;
background-color: #3766a4;
}
a.link-button:hover:before {
color: #fff;
} .inner {
position: relative;
max-width: 1100px;
margin-right: auto;
margin-left: auto;
}
.inner:after {
content: "";
display: table;
clear: both;
} .gutter {
margin-bottom: 5em;
}
.gutter>.inner {
padding-right: 1.5em;
padding-left: 1.5em;
line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
.gutter>.inner {
padding-right: 0;
padding-left: 0;
line-height: 1.6;
}
}
.gutter>.inner .inner {
overflow: hidden;
}
.gutter .inner:not(:last-child) {
margin-bottom: 42px;
margin-bottom: 3rem;
}
.gutter.dmy {
max-width: none;
}
.gutter.dmy>.inner {
max-width: none;
padding: 0;
line-height: 1;
text-align: center;
}
.gutter.dmy.wide {
margin-right: -22%;
margin-left: -22%;
}
@media screen and (min-width: 1100px),
print {
.gutter.dmy.wide {
margin-right: -230px;
margin-left: -230px;
}
} .anchor-point {
display: block;
}
.anchor-point:before {
content: "";
display: block;
position: relative;
height: 1px;
margin-top: -80px;
margin-bottom: 80px;
background: rgba(255, 255, 255, 0) url(//marulaw-mihori.com/wp-content/themes/298_mihori/img/base/blank.gif);
z-index: -100;
}
@media screen and (min-width: 1100px),
print {
.anchor-point:before {
margin-top: -60px;
margin-bottom: 60px;
}
} .subsection:not(:last-child) {
margin-bottom: 1.5em;
padding-bottom: 1.5em;
border-bottom: 1px dotted #eee;
} .css-counter {
counter-reset: section;
}
.css-counter .counter:before {
counter-increment: section;
content: counter(section) ". ";
} .marker {
background: -o-linear-gradient(rgba(0, 0, 0, 0) 85%, black 0%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(0, 0, 0, 0)), color-stop(0%, black));
background: linear-gradient(rgba(0, 0, 0, 0) 85%, black 0%);
} .widelink {
display: inline-block;
position: relative;
margin: -10px;
padding: 10px;
} .card {
position: relative;
}
.card a:before {
content: "";
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
} .sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
} .global-contact {
font-size: 0.9em;
text-align: center;
}
@media screen and (min-width: 1100px),
print {
.global-contact {
font-size: 1em;
}
}
.global-contact-items {
margin: 0 -1em -1em 0;
}
@media screen and (min-width: 640px),
print {
.global-contact-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 -0.5em 0 0;
}
}
.global-contact-item {
padding: 0 1em 1em 0;
}
@media screen and (min-width: 640px),
print {
.global-contact-item {
padding: 0 1.2em 0 0;
}
}
.global-contact-item.mail {
display: none;
}
@media screen and (min-width: 1100px),
print {
.global-contact-item.mail {
display: block;
}
}
.global-contact .tel-link {
display: block;
position: relative;
margin-bottom: 0.5rem;
height: 100%;
color: #000;
line-height: 1.1;
text-align: center;
}
@media screen and (min-width: 1100px),
print {
.global-contact .tel-link {
text-align: right;
}
}
.global-contact a.tel-link {
color: #000;
}
.global-contact a.tel-link:hover {
color: #000;
text-decoration: none;
}
.global-contact .text-item {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 0.8em;
font-weight: bold;
margin-bottom: 0.5rem;
height: 26px;
line-height: 26px;
padding: 0 0.5rem;
background-color: #fff;
border: 1px solid #4C82B6;
border-right: none;
}
@media screen and (min-width: 640px),
print {
.global-contact .text-item {
margin: 0 1rem 0 0;
}
}
.global-contact .text-item:after {
position: absolute;
display: block;
content: "";
border-top: 1px solid #4C82B6;
border-right: 1px solid #4C82B6;
width: 18px;
height: 18px;
top: 3px;
right: -9px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.global-contact .tel-num {
display: block;
}
@media screen and (min-width: 640px),
print {
.global-contact .tel-num {
display: inline-block;
vertical-align: middle;
}
}
.global-contact .tel-num span {
position: relative;
width: 100%;
font-size: 1.8em;
line-height: 1;
font-weight: 700;
padding: 0 0 0 45px;
color: #fff;
}
.global-contact .tel-num span:before {
font-family: "icomoon" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
content: "\e900";
display: block;
position: absolute;
top: 50%;
left: 0;
width: 50px;
height: 50px;
color: #4C82B6;
text-align: center;
line-height: 50px;
font-size: 35px;
font-size: 2.5rem;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.global-contact .time-area {
display: table;
margin: 0 auto;
font-size: 0.7em;
padding: 0.75rem;
}
@media screen and (min-width: 1100px),
print {
.global-contact .time-area {
display: block;
margin: 0;
}
}
.global-contact .time-area p {
font-size: 0.9em;
}
.global-contact .time-list {
overflow: hidden;
}
.global-contact .time-list dt,
.global-contact .time-list dd {
font-weight: 700;
}
.global-contact .time-list dt {
float: left;
clear: left;
width: 6em;
background-color: #4C82B6;
color: #fff;
text-align: center;
padding: 2px;
margin: 0 5px 5px 0;
}
.global-contact .time-list dd {
float: left;
width: 6em;
padding: 2.5px;
margin-bottom: 5px;
text-align: left;
color: #fff;
}
.global-contact .time-list:last-child dt,
.global-contact .time-list:last-child dd {
margin-bottom: 0;
}
.global-contact .mail-link {
display: block;
position: relative;
height: 100%;
background-color: #4C99B6;
color: #fff;
line-height: 1.1;
font-size: 0.9em;
text-align: center;
padding: 50px 0.75em 0.5em 0.75em;
}
.global-contact .mail-link:hover {
background-color: #6abddb;
color: #fff;
text-decoration: none;
}
.global-contact .mail-link:hover:before {
color: #fff;
}
.global-contact .mail-link:before {
font-family: "icomoon" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
content: "\e901";
display: block;
position: absolute;
top: 10px;
left: 0;
right: 0;
margin: auto;
color: #fff;
text-align: center;
font-size: 49px;
font-size: 3.5rem;
}  @font-face {
font-family: "icomoon";
src: url(//marulaw-mihori.com/wp-content/themes/298_mihori/fonts/icomoon.eot?h1zj8g);
src: url(//marulaw-mihori.com/wp-content/themes/298_mihori/fonts/icomoon.eot?h1zj8g#iefix) format("embedded-opentype"),
url(//marulaw-mihori.com/wp-content/themes/298_mihori/fonts/icomoon.ttf?h1zj8g) format("truetype"),
url(//marulaw-mihori.com/wp-content/themes/298_mihori/fonts/icomoon.woff?h1zj8g) format("woff"),
url(//marulaw-mihori.com/wp-content/themes/298_mihori/fonts/icomoon.svg?h1zj8g#icomoon) format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"],
[class*=" icon-"] { font-family: "icomoon" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-tel:before {
content: "\e900";
}
.icon-mail:before {
content: "\e901";
}     @font-face {
font-family: "SourceHanSansEL";
src: url(//marulaw-mihori.com/wp-content/themes/298_mihori/fonts/SourceHanSans-ExtraLight.woff2) format("woff2"),
url(//marulaw-mihori.com/wp-content/themes/298_mihori/fonts/SourceHanSans-ExtraLight.woff) format("woff"),
url(//marulaw-mihori.com/wp-content/themes/298_mihori/fonts/SourceHanSans-ExtraLight.otf) format("opentype");
font-weight: normal;
font-style: normal;
} html,
body {
height: 100%;
}
html {
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px),
print {
html {
overflow-y: scroll;
}
}
body {
min-width: 320px;
color: #000; font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
"HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.7rem;
line-height: 1.6;
text-align: left;
background-color: #fff;
}
html.nav-open,
html.slideout-open {
position: relative;
width: 100%;
height: 100%;
z-index: -1;
overflow-y: hidden;
overflow-x: hidden;
} .wrapper {
position: relative;
overflow: hidden;
}
@media screen and (max-width: 1099.98px) {
.wrapper .header-logo,
.wrapper .nav-button {
-webkit-transition: top 0.3s;
-o-transition: top 0.3s;
transition: top 0.3s;
}
.wrapper .tel-button,
.wrapper .contact-button,
.wrapper .pagetop {
-webkit-transition: bottom 0.3s;
-o-transition: bottom 0.3s;
transition: bottom 0.3s;
}
.wrapper.hide .header-logo,
.wrapper.hide .nav-button {
top: -60px;
-webkit-box-shadow: none;
box-shadow: none;
}
.wrapper.hide .tel-button,
.wrapper.hide .contact-button {
bottom: -60px;
}
.wrapper.hide .pagetop {
bottom: 10px;
}
} .header {
padding-top: 60px;
background-color: #1B406F;
}
@media screen and (min-width: 1100px),
print {
.header {
padding-top: 160px;
border-top: 5px solid #1B406F;
}
}
.header .inner {
position: static;
max-width: none;
z-index: auto;
}
@media screen and (min-width: 1100px),
print {
.header .inner {
position: absolute;
top: 0;
right: 0;
left: 0;
width: 100%;
padding: 0 1em;
z-index: 1001;
}
}
.header-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (min-width: 1100px),
print {
.header-content {
display: block;
position: relative;
max-width: 1100px;
margin: auto;
}
}
.header-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
font-size: 100%;
background-color: #1B406F;
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
z-index: 900;
}
@media screen and (min-width: 1100px),
print {
.header-logo {
display: block;
position: relative;
max-width: 1100px;
height: auto;
margin: auto;
background: none;
z-index: auto;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.header-link {
display: block;
width: 120px;
}
@media screen and (min-width: 640px),
print {
.header-link {
width: 140px;
}
}
@media screen and (min-width: 1100px),
print {
.header-link {
position: absolute;
top: 15px;
width: 202px;
}
}
.header-contact {
display: block;
padding: 1em;
}
@media screen and (min-width: 1100px),
print {
.header-contact {
position: absolute;
top: 18px;
right: 0;
padding: 0;
}
}  .nav {
display: block;
}
@media screen and (max-width: 1099.98px) {
.nav {
position: fixed;
top: 0;
left: -270px;
width: 280px;
height: 100%;
background-color: rgba(0, 0, 0, 0);
z-index: 1001;
-webkit-transition: left 0.3s;
-o-transition: left 0.3s;
transition: left 0.3s;
}
.nav-open .nav {
left: 0;
}
}
@media screen and (min-width: 1100px),
print {
.nav {
position: absolute;
top: 105px;
width: 100%;
z-index: 1000;
background-color: #1B406F;
}
}
@media screen and (min-width: 1100px),
print {
.nav:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background-color: #1B406F;
}
}
@media screen and (max-width: 1099.98px) {
.nav .inner {
position: relative;
width: 270px;
height: 100%;
margin: 0;
background-color: #fff;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
}
@media screen and (min-width: 1100px),
print {
.nav .inner {
position: static;
}
} @media screen and (max-width: 1099.98px) {
.main-nav {
margin-top: 60px;
padding: 0 10px;
background-color: #fff;
opacity: 0;
}
.nav-open .main-nav,
.slideout-open .main-nav {
opacity: 1;
}
}
@media screen and (min-width: 1100px),
print {
.main-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: #1B406F;
}
}
@media screen and (max-width: 1099.98px) {
.main-nav .nav-item {
position: relative;
}
.main-nav .nav-item:first-child {
border-top: 1px solid #eee;
}
}
@media screen and (min-width: 1100px),
print {
.main-nav .nav-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
}
}
@media screen and (max-width: 1099.98px) {
.main-nav .nav-link {
display: block;
position: relative;
padding: 1em 1em 1em 0.5em;
color: #000;
border-bottom: 1px solid #eee;
}
.main-nav .nav-link:hover {
color: #fff;
background-color: #4C82B6;
text-decoration: none;
}
}
@media screen and (min-width: 1100px),
print {
.main-nav .nav-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
height: 60px;
color: #fff;
text-align: center;
}
.main-nav .nav-link:hover {
text-decoration: none;
z-index: 1;
}
.main-nav .nav-link:hover span:after {
border-color: #fff;
}
.main-nav .nav-link span {
position: relative;
display: block;
font-size: 1em;
}
.main-nav .nav-link span:after {
position: absolute;
display: block;
content: "";
border-right: 2px solid #1B406F;
border-bottom: 2px solid #1B406F;
width: 8px;
height: 8px;
bottom: -5px;
left: 0;
right: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
} .sub-nav {
height: 0;
visibility: hidden;
opacity: 0;
}
@media screen and (max-width: 1099.98px) {
.sub-nav {
overflow: hidden;
}
}
@media screen and (min-width: 1100px),
print {
.sub-nav {
position: absolute;
top: 50%;
left: -25%;
width: 150%;
margin: 0;
padding: 0;
background: #fff;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
}
.sub-nav-active .sub-nav {
visibility: visible;
opacity: 1;
}
@media screen and (max-width: 1099.98px) {
.sub-nav-active .sub-nav {
height: auto;
overflow: visible;
}
}
@media screen and (min-width: 1100px),
print {
.sub-nav-active .sub-nav {
top: 100%;
}
}
.sub-nav ul {
margin-top: -1px;
}
@media screen and (min-width: 1100px),
print {
.sub-nav ul {
margin-top: 10px;
}
.sub-nav ul:after {
content: "";
display: table;
clear: both;
}
}
.sub-nav li:not(:last-child) {
margin-bottom: 1px;
}
@media screen and (min-width: 1100px),
print {
.sub-nav li:not(:last-child) {
margin-bottom: 0;
}
}
.sub-nav a {
display: block;
position: relative;
padding: 1em;
font-size: 0.9em;
color: #fff;
background-color: #4C82B6;
overflow: hidden;
}
@media screen and (min-width: 1100px),
print {
.sub-nav a {
padding: 1.5em 1em;
}
}
.sub-nav a:hover {
color: #fff;
text-decoration: none;
background-color: #4C82B6;
} .sub-nav-button {
display: block;
position: absolute;
top: 0;
right: 0;
width: 4em;
height: 4em;
margin: 0;
padding: 0;
border: none;
background: rgba(0, 0, 0, 0) url(//marulaw-mihori.com/wp-content/themes/298_mihori/img/base/blank.gif);
cursor: pointer;
outline: none;
z-index: 1;
}
@media screen and (min-width: 1100px),
print {
.sub-nav-button {
width: 100%;
height: 100%;
background: none;
z-index: 10;
}
}
.sub-nav-button:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 8px;
height: 8px;
margin: auto;
border-top: 1px solid #999;
border-right: 1px solid #999;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
@media screen and (min-width: 1100px),
print {
.sub-nav-button:after {
top: auto;
right: 0;
bottom: 8px;
left: 0;
}
}
@media screen and (max-width: 1099.98px) {
.sub-nav-button:hover:after {
border-color: #4C82B6;
}
}
@media screen and (min-width: 1100px),
print {
.sub-nav-button:hover:after {
border-color: #fff;
}
}
.sub-nav-active .sub-nav-button:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@media screen and (max-width: 1099.98px) {
.sub-nav-active .sub-nav-button:after {
bottom: -0.5em;
border-color: #4C82B6;
}
}
@media screen and (min-width: 1100px),
print {
.sub-nav-active .sub-nav-button:after {
bottom: 3px;
border-color: #fff;
}
} @media screen and (min-width: 1100px),
print {
.sub-nav-button:hover+.nav-link,
.sub-nav-active .nav-link,
.sub-nav-active .sub-nav-button:hover+.nav-link,
.sub-nav-button.nav-link:hover,
.sub-nav-active .nav-link.sub-nav-button:hover {
color: #fff;
background-color: #4C82B6;
z-index: 1;
}
.sub-nav-button:hover+.nav-link:before,
.sub-nav-active .nav-link:before,
.sub-nav-active .sub-nav-button:hover+.nav-link:before,
.sub-nav-button.nav-link:hover:before,
.sub-nav-active .nav-link.sub-nav-button:hover:before {
height: 100%;
background-color: #4C82B6;
}
}   .nav-button {
display: block;
position: fixed;
top: 0;
left: 0;
width: 60px;
height: 60px;
background-color: #fff;
cursor: pointer;
outline: none;
z-index: 910;
}
@media screen and (min-width: 1100px),
print {
.nav-button {
display: none;
}
}
.nav-button-icon {
display: block;
position: absolute;
top: -14px;
right: 0;
bottom: 0;
left: 0;
width: 33px;
height: 2px;
margin: auto;
background-color: #000;
}
.nav-button-icon:before,
.nav-button-icon:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
margin: auto;
background-color: #000;
}
.nav-button-icon:before {
margin-top: -8px;
}
.nav-button-icon:after {
margin-top: 8px;
}
.nav-button:after {
content: "MENU";
display: block;
position: absolute;
bottom: 7px;
left: 0;
width: 100%;
color: #000;
font-size: 0.65em;
font-weight: 700;
text-align: center;
} .nav-close-button {
display: none;
}
@media screen and (max-width: 1099.98px) {
.nav-close-button {
display: block;
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
background-color: #fff;
cursor: pointer;
outline: none;
z-index: 10;
}
.nav-close-button .nav-button-icon {
display: block;
position: absolute;
top: -14px;
right: 0;
bottom: 0;
left: 0;
width: 30px;
height: 2px;
margin: auto;
background: none;
}
.nav-close-button .nav-button-icon:before,
.nav-close-button .nav-button-icon:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
margin: auto;
background-color: #000;
}
.nav-close-button .nav-button-icon:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-close-button .nav-button-icon:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nav-close-button:after {
content: "CLOSE";
display: block;
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
color: #000;
font-size: 0.65em;
font-weight: 700;
text-align: center;
}
} .nav-screen {
display: inline;
}
@media screen and (min-width: 1100px),
print {
.nav-screen {
display: none;
}
}
.nav-screen-overlay {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 100vh;
margin: auto;
background-color: #000;
pointer-events: none;
opacity: 0;
z-index: 950;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.nav-open .nav-screen-overlay,
.contact-open .nav-screen-overlay,
.slideout-open .nav-screen-overlay {
opacity: 0.4;
cursor: pointer;
pointer-events: auto;
} @media screen and (min-width: 1100px) {
.nav.fixed {
position: fixed;
top: 0;
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
#top .nav.fixed {
position: fixed;
top: 0;
}
.nav.fixed:before {
display: none;
}
} .main {
display: block;
position: relative;
padding: 2.5em 0 0;
background: #fff;
overflow: hidden;
z-index: 100;
}
#top .main {
padding: 0;
}
@media screen and (min-width: 1100px),
print {
.main {
padding: 2.5em 0 0;
}
#top .main {
padding: 0;
}
}
.main>.inner {
max-width: none;
} @media screen and (min-width: 1100px),
print {
.main-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.main-container .main-column {
margin-bottom: 5em;
}
@media screen and (min-width: 1100px),
print {
.main-container .main-column {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
margin-bottom: 0;
padding-right: 2em;
}
}
.main-container .main-column:after {
content: "";
display: table;
clear: both;
}
@media screen and (min-width: 1100px),
print {
.main-container .side-column {
width: 280px;
}
}
.main-container .side-column .inner {
padding: 0;
line-height: 1.5;
}
@media screen and (min-width: 1100px),
print {
.main-container .side-column-inner {
position: -webkit-sticky;
position: sticky;
top: 0;
}
} .footer {
display: block;
position: relative;
padding: 0 1em;
overflow: hidden;
z-index: 100;
background-color: #1B406F;
}
@media screen and (min-width: 1100px),
print {
.footer {
padding: 0 2em;
}
}
.footer .inner {
max-width: none;
}
.footer-main {
margin: 0 -1em;
padding: 0 1em;
border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1100px),
print {
.footer-main {
margin: 0 -2em;
padding: 0 2em;
}
}
.footer-side {
max-width: 1100px;
margin: auto;
}
.footer-map {
position: relative;
margin: 0 -1em;
}
@media screen and (min-width: 1100px),
print {
.footer-map {
margin: 0 -2em;
}
}
.footer-map:before {
content: "";
display: block;
padding-top: 400px;
background-color: #fff;
}
@media screen and (min-width: 768px),
print {
.footer-map:before {
padding-top: 450px;
}
}
.footer-map iframe {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.footer-lead {
max-width: 1100px;
margin: auto;
padding: 1em 0;
color: #fff;
}
.footer-lead p {
font-size: 0.9em;
}
.footer-nav {
padding: 1.5em 0;
}
@media screen and (min-width: 1100px),
print {
.footer-nav {
float: left;
}
}
@media screen and (min-width: 480px),
print {
.footer-nav .nav-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.footer-nav .nav-item {
margin-right: 1em;
}
.footer-nav .nav-link {
font-size: 0.8em;
}
.footer-nav .nav-link span {
position: relative;
display: inline-block;
background-color: #1B406F;
border-radius: 5px;
border: 1px solid #fff;
color: #fff;
padding: 8px 40px 8px 10px;
margin-bottom: 0.5rem;
}
@media screen and (min-width: 480px),
print {
.footer-nav .nav-link span {
margin: 0;
}
}
.footer-nav .nav-link span:hover {
background-color: #fff;
color: #1B406F;
}
.footer-nav .nav-link span:after {
position: absolute;
display: block;
content: "";
top: 50%;
right: 15px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: translateY(-50%) rotate(45deg);
-ms-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
.footer-nav .nav-link span:hover:after {
border-top: 2px solid #1B406F;
border-right: 2px solid #1B406F;
}
.footer .pagetop {
display: block;
position: fixed;
width: 50px;
height: 50px;
right: 10px;
bottom: 70px;
margin: 0;
text-align: center;
overflow: hidden;
z-index: 100;
border: 1px solid #fff;
}
@media screen and (min-width: 1100px),
print {
.footer .pagetop {
bottom: 10px;
opacity: 0;
pointer-events: none;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
}
@media screen and (min-width: 1100px) {
.footer .pagetop.fixed {
opacity: 1;
pointer-events: auto;
}
}
.footer .pagetop a {
display: block;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
background-color: #1B406F;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.footer .pagetop a:hover {
color: #fff;
text-decoration: none;
background-color: #3766a4;
}
.footer .pagetop a:hover:before {
border-color: #fff;
}
.footer .pagetop a:before {
content: "";
display: block;
position: absolute;
top: 0.5em;
right: 0;
bottom: 0;
left: 0;
width: 0.8em;
height: 0.8em;
margin: auto;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.footer .copy {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 70px;
margin: 0 -1em;
padding: 0 1em;
color: #000;
background-color: #1B406F;
overflow: hidden;
}
@media screen and (min-width: 1100px),
print {
.footer .copy {
float: right;
display: block;
margin: 0 -2em;
padding: 2em 80px 2em 0;
}
}
.footer .copy small {
display: block;
width: 100%;
font-size: 0.8em;
color: #fff;
}
@media screen and (min-width: 480px),
print {
.footer .copy small {
text-align: center;
}
}
@media screen and (min-width: 768px),
print {
.footer .copy small {
font-size: 0.9em;
}
}
.footer .copy span {
display: none;
}
@media screen and (min-width: 768px),
print {
.footer .copy span {
display: inline;
}
} .mainvisual {
position: relative;
}
.mainvisual .inner {
width: 100%;
height: 100%;
max-width: none;
background-color: #fff;
}
.mainvisual .inner>figure {
margin-bottom: 0;
}
.mainvisual-img img {
width: 100%;
height: auto;
}
.mainvisual-catch {
text-align: center;
border-bottom: 1px solid #eee;
}
@media screen and (min-width: 1100px),
print {
.mainvisual-catch {
position: absolute;
display: block;
top: 50%;
left: 0;
width: 100%;
border-bottom: none;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.mainvisual-catch-inner {
width: 100%;
margin: 0 auto;
padding: 2em 1em;
background-color: rgba(255, 255, 255, 0.9);
}
.mainvisual-catch .catch {
color: #000;
font-size: 2.4rem;
margin-bottom: 0.5em;
font-weight: bold;
line-height: 2;
}
.mainvisual-catch .catch span {
font-weight: bold;
position: relative;
}
.mainvisual-catch .catch span.dot::after {
display: block;
content: "";
position: absolute;
top: -5px;
left: 35%;
width: 6px;
height: 6px;
border-radius: 100%;
background-color: #4C82B6;
}
@media screen and (min-width: 1100px),
print {
.mainvisual-catch .catch span::after {
top: -10px;
width: 10px;
height: 10px;
}
}
.mainvisual-catch .sub-catch {
font-size: 1.4rem;
line-height: 1.5;
margin-bottom: 0.6em;
overflow-wrap: break-word;
word-break: keep-all;
}
.mainvisual-catch .br {
display: block;
}
.mainvisual-catch .br2 {
display: block;
}
@media screen and (min-width: 480px),
print {
.mainvisual-catch .catch {
font-size: 2.8rem;
letter-spacing: 0.2rem;
}
}
@media screen and (min-width: 580px),
print {
.mainvisual-catch .br {
display: none;
}
}
@media screen and (min-width: 980px),
print {
.mainvisual-catch .catch {
font-size: 3.2rem;
letter-spacing: 0.3rem;
} .mainvisual-catch .sub-catch {
font-size: 1.8rem;
}
.mainvisual-catch .br2 {
display: none;
}
}
@media screen and (min-width: 1100px),
print {
.mainvisual-catch .catch {
font-size: 4rem;
text-align: left;
margin-left: auto;
width: 602px;
}
.mainvisual-catch .sub-catch {
text-align: left;
width: 602px;
margin-left: auto;
margin-bottom: 0;
}
.mainvisual-catch-inner {
max-width: 50%;
min-width: -webkit-fit-content;
min-width: -moz-fit-content;
min-width: fit-content;
margin: 0 auto 0 0;
text-align: right;
position: relative;
padding: 3em;
}
} .slider {
position: relative;
margin-bottom: 40px;
background-color: #fff;
}
.slider .inner {
width: 100%;
height: 100%;
max-width: none;
}
.slider-main {
display: block;
position: relative;
}
.slider-main:before {
content: "";
display: block;
padding-top: 35.14%;
}
@media screen and (min-width: 1600px),
print {
.slider-main:before {
padding-top: 674px;
}
}
.slider-side {
padding: 1.5em 1em;
background-color: #4C82B6;
}
@media screen and (min-width: 768px),
print {
.slider-side {
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding: 0 60px;
background: none;
z-index: 100;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media screen and (min-width: 1100px),
print {
.slider-side {
padding: 0 140px;
}
}
.slider-catch {
max-width: 1100px;
margin: auto;
color: #fff;
text-align: center;
}
.slider-catch .catch {
font-weight: 700;
}
.slider-catch .catch1 {
display: block;
font-size: 0.9em;
}
@media screen and (min-width: 1100px),
print {
.slider-catch .catch1 {
font-size: 1.4em;
}
}
.slider-catch .catch2 {
display: block;
font-size: 1.5em;
font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3",
"Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 1100px),
print {
.slider-catch .catch2 {
font-size: 2.4em;
}
}
.slider-catch .br {
display: block;
}
@media screen and (min-width: 640px),
print {
.slider-catch .br {
display: none;
}
}
.slider .slick-slider,
.slider .slick-list,
.slider .slick-track {
height: 100%;
}
.slider .slick-slider {
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
visibility: hidden;
}
.slider .slick-slider.slick-initialized {
opacity: 1;
visibility: visible;
}
.slider .slide {
display: block;
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.slider .slide img {
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
max-width: none;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.slider-arrow {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
max-width: 1600px;
height: 1px;
margin: auto;
z-index: 101;
}
.slider-prev,
.slider-next {
display: block;
position: absolute;
top: -20px;
width: 40px;
height: 40px;
cursor: pointer;
}
@media screen and (min-width: 768px),
print {
.slider-prev,
.slider-next {
top: -25px;
width: 50px;
height: 50px;
}
}
@media screen and (min-width: 1100px),
print {
.slider-prev,
.slider-next {
top: -55px;
width: 110px;
height: 110px;
}
}
.slider-prev:before,
.slider-next:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 50%;
height: 50%;
margin: auto;
border-top: 2px solid #fff;
border-left: 2px solid #fff;
}
.slider-prev {
left: 0;
}
.slider-prev:before {
left: 30%;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.slider-next {
right: 0;
}
.slider-next:before {
right: 30%;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.slider-dots {
position: absolute;
bottom: -40px;
left: 0;
width: 100%;
text-align: center;
z-index: 100;
}
.slider-dots ul {
height: 100%;
text-align: center;
overflow: hidden;
}
.slider-dots li {
display: inline-block;
vertical-align: middle;
position: relative;
width: 30px;
height: 40px;
cursor: pointer;
}
.slider-dots li:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 12px;
height: 12px;
margin: auto;
border-radius: 100%;
background-color: #ddd;
}
.slider-dots li.slick-active:before {
background-color: #999;
}
.slider-dots button {
display: none;
} .tel-button,
.contact-button {
display: block;
position: fixed;
bottom: 0;
right: 0;
width: 50%;
height: 60px;
margin: 0;
padding: 0;
font-size: 100%;
color: #fff;
text-align: center;
border: none;
background: #4C82B6;
cursor: pointer;
outline: none;
z-index: 900;
}
@media screen and (min-width: 1100px),
print {
.tel-button,
.contact-button {
display: none;
}
}
.tel-button:hover,
.contact-button:hover {
color: #fff;
background-color: #3766a4;
}
.tel-button a,
.contact-button a {
display: block;
position: relative;
width: 100%;
height: 100%;
color: #fff;
border-top: 1px solid #fff;
}
.tel-button a:hover,
.contact-button a:hover {
color: #fff;
text-decoration: none;
}
.tel-button .icon,
.contact-button .icon {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tel-button .icon:before,
.contact-button .icon:before {
display: block;
position: absolute;
top: 10px;
left: 0;
width: 100%;
font-size: 35px;
font-size: 2.5rem;
}
.tel-button .icon:after,
.contact-button .icon:after {
content: "";
display: block;
position: absolute;
bottom: 8px;
left: 0;
width: 100%;
font-size: 0.7em;
font-weight: 700;
letter-spacing: 0.1em;
font-family: "Noto Sans JP", sans-serif;
} .tel-button {
right: 0;
}
.tel-button .icon:after {
content: "TEL";
} .contact-button {
left: 0;
}
.contact-button a:before {
content: "";
display: block;
position: absolute;
top: 0;
right: -1px;
bottom: 0;
width: 2px;
height: 50%;
margin: auto;
background-color: #fff;
}
.contact-button .icon:after {
content: "CONTACT";
} .page-title {
display: block;
position: relative;
background: url(//marulaw-mihori.com/wp-content/themes/298_mihori/img/base/bg.jpg) center no-repeat;
background-size: cover;
overflow: hidden;
}
.page-title-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 150px;
line-height: 1.2;
text-align: center;
}
@media screen and (min-width: 1100px),
print {
.page-title-inner {
height: 200px;
}
}
.page-title-name {
display: inline-block;
vertical-align: middle;
font-size: 0.6em;
font-weight: bold;
text-align: center;
padding: 10px 30px;
background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1100px),
print {
.page-title-name {
font-size: 0.9em;
}
} .topic-path {
position: relative;
margin: -5em 0 3em;
overflow: hidden;
z-index: 10;
}
@media screen and (min-width: 1100px),
print {
.topic-path {
margin: -5em 0 5em;
}
}
.topic-path ul {
max-width: 1100px;
margin: auto;
padding: 1em 0.5em;
}
@media screen and (min-width: 1100px),
print {
.topic-path ul {
padding: 1.5em 0.5em;
}
}
.topic-path ul:after {
content: "";
display: table;
clear: both;
}
.topic-path li {
float: left;
position: relative;
margin: 0;
padding: 0;
line-height: 1;
text-indent: 0;
font-size: 0.85em;
font-family: "Noto Sans JP", sans-serif;
}
.topic-path li:before,
.topic-path li:after {
display: none;
}
.topic-path li.current {
color: #000;
}
.topic-path a {
display: block;
position: relative;
margin-right: 0.7em;
padding-right: 1em;
}
.topic-path a:hover {
text-decoration: underline;
}
.topic-path a:after {
content: "";
display: block;
position: absolute;
top: 50%;
right: 0;
width: 0.5em;
height: 0.5em;
border-top: 1px solid #333;
border-right: 1px solid #333;
-webkit-transform: translateY(-50%) rotate(45deg);
-ms-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
} @media print {
html,
body {
width: 1100px;
background: none;
}
}  .section {
margin-right: -1em;
margin-left: -1em;
}
@media screen and (min-width: 1100px),
print {
.section {
margin-right: -2em;
margin-left: -2em;
}
}
.section-header {
position: relative;
margin-bottom: 3em;
padding: 0 1em;
text-align: center;
}
@media screen and (min-width: 1100px),
print {
.section-header {
background: none;
padding: 0 2em;
}
}
.section-header:after {
position: absolute;
display: block;
content: "";
bottom: -5px;
right: 0;
width: 100%;
border-bottom: 1px solid #000;
z-index: 1;
}
.section-header-inner {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 1100px;
margin: 0 auto;
height: 100px;
padding: 0 1em;
}
@media screen and (min-width: 1100px),
print {
.section-header-inner {
height: 140px;
}
}
.section-head {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
z-index: 2;
}
.section-heading {
display: block;
font-size: 1.5em;
font-weight: 500;
color: #000;
text-align: center;
margin-bottom: 0.2em;
}
@media screen and (min-width: 840px),
print {
.section-heading {
font-size: 2.2em;
}
}
.section-caption {
display: block;
text-align: center;
}
.section-caption span {
color: #333;
letter-spacing: 2px;
font-size: 0.9em;
}
@media screen and (min-width: 840px),
print {
.section-caption span {
font-size: 1em;
}
}
.section>.inner {
line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
.section>.inner {
line-height: 1.6;
}
} .feature-section {
padding: 2.5em 1em;
background-color: #DEEDFC;
}
@media screen and (min-width: 1100px),
print {
.feature-section {
padding: 4em 2em 6.5em;
}
}
.feature-section .inner {
padding: 0 1em;
}
.feature-section .section-header:after {
display: none;
}
.feature-section .section-heading {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
position: relative;
}
.feature-section .section-heading::after {
display: block;
position: absolute;
content: '';
width: 100%;
height: 15px;
bottom: 0;
left: 0;
background-color: rgba(76, 130, 182, 0.5);
z-index: -1;
}
.feature-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: -1em;
}
.feature-item {
background-color: #fff;
margin-right: 1em;
position: relative;
width: 100%;
margin-bottom: 5em;
}
@media screen and (min-width: 480px),
print {
.feature-item {
width: calc(50% - 1em);
}
}
@media screen and (min-width: 1100px),
print {
.feature-items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.feature-item {
width: calc(100% / 4);
margin-bottom: 0;
}
}
.feature-number {
position: absolute;
color: #4C82B6;
font-weight: bold;
font-size: 6rem;
top: -4.5rem;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 5;
}
.feature-image {
height: 200px;
text-align: center;
-ms-flex-line-pack: center;
align-content: end;
padding-bottom: 2.5em;
}
.feature-image figure {
margin: 0;
}
.feature-text {
background-color: #4C82B6;
color: #fff;
padding: 1.5em;
height: 160px;
line-height: 1.8;
font-size: 1.6rem;
} .stance-section {
padding: 2.5em 1em;
background-color: #EFF4F7;
}
@media screen and (min-width: 1100px),
print {
.stance-section {
padding: 4em 2em 6.5em;
}
}
.stance-section .inner {
padding: 0 1em;
}
.stance-wrapper{
display: flex;
justify-content: center;
gap: 2em;
}
@media screen and (max-width: 980px),
print {
.stance-wrapper {
flex-direction: column;
align-items: center;
}
}
.stance-side{
width: 300px;
flex-shrink: 0;
}
.stance-side figure{
text-align: center;
max-width: 100%;
height: auto;
} .business-section {
padding: 2.5em 1em;
}
@media screen and (min-width: 1100px),
print {
.business-section {
padding: 4em 2em 6.5em;
}
}
.business-section .inner {
padding: 0 1em;
}
.business-items {
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-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0 -1em -2em 0;
}
@media screen and (min-width: 640px),
print {
.business-items {
margin: 0 -2em -3em 0;
}
}
.business-item {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
padding: 0 1em 2em 0;
}
@media screen and (min-width: 640px),
print {
.business-item {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
padding: 0 2em 3em 0;
}
}
@media screen and (min-width: 1100px),
print {
.business-item {
-ms-flex-preferred-size: 33.3333333333%;
flex-basis: 33.3333333333%;
max-width: 33.3333333333%;
padding: 0 2em 3em 0;
}
}
.business-inner {
display: block;
position: relative;
padding-bottom: 2em;
}
.business-inner.content-open {
height: 100%;
}
.business-head {
margin-bottom: 1em;
}
.business-figure {
margin-bottom: 1em;
text-align: center;
}
.business-figure img {
width: 100%;
height: auto;
}
.business-foot {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
}
.business-heading {
display: block;
padding: 0.5em 0;
background-color: #dddddd;
color: #000;
font-size: 1.1em;
font-weight: 500;
line-height: 1.1;
text-align: center;
}
@media screen and (min-width: 1100px),
print {
.business-heading {
font-size: 1.2em;
}
}
.business-content-more {
display: block;
position: absolute;
bottom: 2.5em;
left: 0;
width: 100%;
height: 44px;
border-top: 1px dotted #ccc;
z-index: 1;
}
.business .accordion-button {
cursor: pointer;
}
.business .accordion-button:after {
content: "";
display: block;
position: absolute;
top: -3px;
right: 0;
bottom: 0;
left: 0;
width: 10px;
height: 10px;
margin: auto;
border-top: 2px solid #666;
border-right: 2px solid #666;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.business .accordion-button.active:after {
bottom: -7px;
border-color: #999;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.business .accordion-panel {
position: relative;
max-height: 5em;
overflow: hidden;
-webkit-transition: max-height 0.4s;
-o-transition: max-height 0.4s;
transition: max-height 0.4s;
}
.business .accordion-panel:before {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
pointer-events: none;
}
.business .accordion-panel.active:before {
display: none;
}
.business-lead-text {
margin-bottom: 3em;
text-align: left;
line-height: 2;
}
@media screen and (min-width: 780px),
print {
.business-lead-text {
text-align: center;
}
}
.business-lead-text span {
position: relative;
}
.business-lead-text span::after {
display: block;
position: absolute;
content: '';
width: 100%;
height: 10px;
bottom: 0;
left: 0;
background-color: rgba(76, 130, 182, 0.5);
z-index: -1;
}
@media screen and (max-width: 580px),
print {
.business-lead-text span {
font-weight: bold;
}
.business-lead-text span::after {
display: none;
}
} .news-section {
padding: 2.5em 1em;
}
@media screen and (min-width: 1100px),
print {
.news-section {
padding: 4em 2em 6.5em;
}
}
.news-section .inner {
padding: 0 1em;
} .knowledge-section {
padding: 2.5em 1em;
background-color: #1B406F;
}
@media screen and (min-width: 1100px),
print {
.knowledge-section {
padding: 4em 2em 6.5em;
}
}
.knowledge-section .inner {
padding: 0 1em;
}
.knowledge-section .section-heading,
.knowledge-section .section-caption span {
color: #fff;
}
.knowledge-section .section-header:after {
border-bottom: 1px solid #fff;
}
.knowledge-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-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0 -0.5em -1.5em 0;
}
@media screen and (min-width: 768px),
print {
.knowledge-list {
margin: 0 -1em -1.5em 0;
}
}
.knowledge-topics {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
padding: 0 0.5em 1.5em 0;
}
@media screen and (min-width: 768px),
print {
.knowledge-topics {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
padding: 0 1em 1.5em 0;
}
}
@media screen and (min-width: 1100px),
print {
.knowledge-topics {
-ms-flex-preferred-size: 33.3333333333%;
flex-basis: 33.3333333333%;
max-width: 33.3333333333%;
}
}
.knowledge-link {
position: relative;
display: block;
min-height: 100%;
background-color: #fff;
color: #000;
padding: 1em 0;
}
.knowledge-link:hover {
color: #000;
text-decoration: none;
}
.knowledge-link:hover .knowledge-title {
color: #4C82B6;
}
.knowledge-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.knowledge-item.img {
width: 90px;
margin: 0 10px 0 0;
}
.knowledge-item.text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.knowledge-img img {
width: 90px;
height: 90px;
max-width: none;
vertical-align: bottom;
}
.knowledge-title {
font-size: 0.95em;
font-weight: bold;
color: #4C82B6;
text-decoration: underline;
margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px),
print {
.knowledge-title {
font-size: 1em;
}
}
.knowledge-body {
font-size: 0.8em;
} .keyword-section { background-color: #ffffff;
background-image: -o-repeating-linear-gradient(left, rgba(214, 214, 214, 0.4) 0px 1px, transparent 1px 6px),
-o-repeating-linear-gradient(bottom, rgba(214, 214, 214, 0.4) 0px 1px, transparent 1px 6px);
background-image: repeating-linear-gradient(90deg, rgba(214, 214, 214, 0.4) 0px 1px, transparent 1px 6px),
repeating-linear-gradient(0deg, rgba(214, 214, 214, 0.4) 0px 1px, transparent 1px 6px);
background-size: cover;
padding: 2.5em 1em;
}
@media screen and (min-width: 1100px),
print {
.keyword-section {
padding: 4em 2em 6.5em;
}
}
.keyword-section .inner {
padding: 0 1em;
}
.keyword-section .section-header {
background: none;
}
.keyword-section .section-header:after {
display: none;
}
.keyword-items {
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-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0 -1em -1em 0;
}
.keyword-item {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
position: relative;
padding: 0 1em 1em 0;
}
@media screen and (min-width: 768px),
print {
.keyword-item {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
}
@media screen and (min-width: 992px),
print {
.keyword-item {
-ms-flex-preferred-size: 33.3333333333%;
flex-basis: 33.3333333333%;
max-width: 33.3333333333%;
}
}
.keyword-item-inner {
display: block;
position: relative;
height: 100%;
padding-top: 70px;
}
.keyword-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 70px;
padding: 0 2.5em 0 1em;
background-color: #1B406F;
}
.keyword-body {
position: relative;
height: 100%;
}
.keyword-heading {
display: block;
position: relative;
width: 100%;
line-height: 1.3;
font-size: 100%;
color: #fff;
}
.keyword-list {
position: relative;
padding-bottom: 2em;
}
.keyword-list-container {
position: relative;
height: 100%;
padding: 1em;
border: 1em solid #1B406F;
border-top: none;
}
.keyword-list-container:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
}
.keyword .accordion-button {
cursor: pointer;
}
.keyword .accordion-button:after {
content: "";
display: block;
position: absolute;
top: -3px;
right: 20px;
bottom: 0;
width: 8px;
height: 8px;
margin: auto;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.keyword .accordion-button.active:after {
bottom: -7px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.keyword .accordion-panel {
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.4s;
-o-transition: max-height 0.4s;
transition: max-height 0.4s;
}
.keyword .accordion-panel.active {
min-height: 100%;
} .staff-section {
padding: 2.5em 1em;
background-color: #DEEDFC;
}
@media screen and (min-width: 1100px),
print {
.staff-section {
padding: 4em 2em 6.5em;
}
}
.staff-section .inner {
padding: 0 1em;
}
.staff-item:not(:last-child) {
margin-bottom: 5em;
}
@media screen and (min-width: 768px),
print {
.staff-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.staff-item-img {
text-align: center;
margin-bottom: 30px;
}
@media screen and (min-width: 768px),
print {
.staff-item-img {
width: 265px;
margin: 0 30px 0 0;
}
}
@media screen and (min-width: 768px),
print {
.staff-item.text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
}
.staff-item-side {
width: 100%;
}
.staff-head {
text-align: left;
margin-bottom: 1em;
padding: 0.5em 1em;
background-color: #1B406F;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 480px),
print {
.staff-head {
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.staff-head .position {
display: block;
vertical-align: text-bottom;
font-weight: 500;
font-size: 2rem;
overflow-wrap: break-word;
word-break: keep-all;
}
.staff-head .name {
display: block;
vertical-align: text-bottom;
font-size: 3rem;
font-weight: 500;
margin-right: 0.5em;
margin-bottom: 0.2em;
line-height: 1.3;
}
.staff-body {
margin-bottom: 1.8em;
}
.staff-body p {
line-height: 1.6;
}
.staff-foot dl dt {
color: #000;
border-bottom: 1px solid #012149;
border-left: 1px solid #012149;
margin-bottom: 0.8rem;
padding: 0 0.5em 0.5em 0.5em;
font-weight: 600;
}
.staff-foot ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.staff-career-year {
width: 6em;
}
.staff-career-detail {
width: 100%;
}
.staff-foot-item:not(:first-child) {
margin-top: 2em;
}
.staff-lead-text {
font-size: clamp(2rem, 2vw, 2.2rem);
margin-bottom: .5em;
color: #012149;
} .office-section {
padding: 2.5em 1em 5em;
background-color: #EFF4F7;
}
@media screen and (min-width: 1100px),
print {
.office-section {
padding: 4em 2em 6.5em;
}
}
.office-section .inner {
padding: 0 1em;
}
@media screen and (min-width: 992px),
print {
.office-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.office-item.text {
margin-bottom: 1.5em;
}
@media screen and (min-width: 992px),
print {
.office-item.text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin: 0;
}
}
.office-item.img {
text-align: center;
}
@media screen and (min-width: 992px),
print {
.office-item.img {
width: 270px;
margin: 0 0 0 30px;
}
}
.office table {
display: table;
width: 100%;
border-collapse: separate;
border-spacing: 5px 0;
}
@media screen and (min-width: 640px),
print {
.office table tr:first-child th {
border-top: 1px solid #4C82B6;
}
}
@media screen and (min-width: 640px),
print {
.office table tr:first-child td {
border-top: 1px solid #ddd;
}
}
.office table th,
.office table td {
display: block;
}
@media screen and (min-width: 640px),
print {
.office table th,
.office table td {
display: table-cell;
}
}
.office table th {
color: #4C82B6;
}
@media screen and (min-width: 640px),
print {
.office table th {
width: 10em;
color: #000;
padding: 10px;
border-bottom: 1px solid #4C82B6;
}
}
.office table td {
padding: 0 0 1em 1em;
}
@media screen and (min-width: 640px),
print {
.office table td {
padding: 10px;
border-bottom: 1px solid #ddd;
}
}
@media screen and (min-width: 992px),
print {
.office ul.list-style-none {
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-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0 -10px -10px 0;
}
}
.office ul.list-style-none li {
display: block;
padding: 0 10px 10px 0;
}
@media screen and (min-width: 640px),
print {
.office ul.list-style-none li {
display: inline-block;
}
}
@media screen and (min-width: 992px),
print {
.office ul.list-style-none li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
.office-image {
text-align: center;
}
.office-image figure:first-child {
margin-bottom: 0.5em;
}
@media screen and (min-width: 992px),
print {
.office-image {
float: right;
width: 340px;
}
}
@media screen and (max-width: 992px),
print {
.office-image {
margin-top: 1em;
}
} .news-area {
position: relative;
}
.news-area .inner {
line-height: 1.5;
}
.news-area .inner:not(:last-child) {
margin-bottom: 0;
}
.news-area .news-list,
.news-area .news-thumb-list,
.news-area .news-img-list {
padding-bottom: 2em;
}
.news-detail .inner {
line-height: 1.5;
}
.news-detail .inner:not(:last-child) {
margin-bottom: 0;
}
.news-detail .news-date {
font-size: 0.9em;
}
.news-link {
display: block;
padding: 1em 0;
border-bottom: 1px dotted #ccc;
}
.news-title {
word-break: break-all;
word-wrap: break-word;
}
.news-body {
word-break: break-all;
word-wrap: break-word;
text-align: left;
}
.news-text {
margin-top: 1em;
line-height: 1.8;
word-break: break-all;
word-wrap: break-word;
}
.news-text p,
.news-text div {
word-break: break-all;
word-wrap: break-word;
}
.news-back {
clear: both;
max-width: 1100px;
margin: 2em auto 0;
padding: 2em 0 0 0;
text-align: center;
border-top: 1px dotted #eee;
} .news-list .news-link {
position: relative;
padding: 0.8em 1em;
}
@media screen and (min-width: 640px),
print {
.news-list .news-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.news-list .news-link:hover {
text-decoration: none;
}
.news-list .news-link:hover .news-date {
color: #4C82B6;
}
.news-list .news-link:hover .news-title {
text-decoration: underline;
}
.news-list .news-date {
font-size: 0.9em;
color: #000;
}
@media screen and (min-width: 640px),
print {
.news-list .news-date {
width: 7em;
font-size: 1em;
}
} .news-thumb-list .news-link {
display: block;
position: relative;
padding-left: 95px;
}
.news-thumb-list .news-link:hover {
text-decoration: none;
}
.news-thumb-list .news-link:hover .news-date {
color: #4C82B6;
}
.news-thumb-list .news-link:hover .news-title {
text-decoration: underline;
}
.news-thumb-list .news-date {
font-size: 0.9em;
color: #000;
}
.news-thumb-list .news-title {
overflow: hidden;
font-variant: normal;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
.news-thumb-list .news-img {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 80px;
height: 60px;
margin: auto;
background: #fff url(//marulaw-mihori.com/wp-content/themes/298_mihori/img/base/logo.png) center no-repeat;
background-size: 80% auto;
overflow: hidden;
}
.news-thumb-list .news-img img {
display: block;
position: absolute;
top: 50%;
left: 50%;
width: auto;
height: auto;
max-width: 100px;
max-height: 100px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .news-img-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-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0 -0.5em -1em 0;
}
@media screen and (min-width: 640px),
print {
.news-img-list {
margin: 0 -1em -1.5em 0;
}
}
.news-img-list .news-topics {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
padding: 0 0.5em 1em 0;
}
@media screen and (min-width: 640px),
print {
.news-img-list .news-topics {
padding: 0 1em 1.5em 0;
}
}
@media screen and (min-width: 768px),
print {
.news-img-list .news-topics {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
}
.news-img-list .news-link {
position: relative;
height: 100%;
padding: 75% 0 0;
color: #000;
text-align: center;
line-height: 1.5;
font-size: 0.9em;
border: none;
}
@media screen and (min-width: 1100px),
print {
.news-img-list .news-link {
font-size: 1em;
}
}
.news-img-list .news-link:hover {
color: #4C82B6;
text-decoration: none;
}
.news-img-list .news-link:hover .news-date {
color: #4C82B6;
}
.news-img-list .news-date {
margin: 0.5em 0 0.2em;
font-size: 0.9em;
color: #000;
}
.news-img-list .news-img {
display: block;
position: absolute;
top: 0;
right: 0;
left: 0;
width: 100%;
margin: auto;
background: #ddd url(//marulaw-mihori.com/wp-content/themes/298_mihori/img/base/logo.png) center no-repeat;
background-size: 80% auto;
overflow: hidden;
}
.news-img-list .news-img:before {
content: "";
display: block;
padding-top: 75%;
}
.news-img-list .news-img img {
display: block;
position: absolute;
top: 50%;
left: 50%;
width: auto;
height: auto;
max-width: 150%;
max-height: 150%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .news-slider-list {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.news-slider-list.slick-initialized {
opacity: 1;
visibility: visible;
}
.news-slider-list .news-topics {
width: 240px;
padding: 0 10px;
}
@media screen and (min-width: 1100px),
print {
.news-slider-list .news-topics {
width: 260px;
padding: 0 15px;
}
}
.news-slider-list .news-link {
position: relative;
height: 100%;
padding: 75% 0 0;
color: #000;
text-align: center;
line-height: 1.5;
font-size: 0.9em;
border: none;
}
@media screen and (min-width: 1100px),
print {
.news-slider-list .news-link {
font-size: 1em;
}
}
.news-slider-list .news-link:hover {
color: #4C82B6;
text-decoration: none;
}
.news-slider-list .news-link:hover .news-date {
color: #4C82B6;
}
.news-slider-list .news-date {
margin: 0.5em 0 0.2em;
font-size: 0.9em;
color: #000;
}
.news-slider-list .news-title {
overflow: hidden;
font-variant: normal;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
.news-slider-list .news-img {
display: block;
position: absolute;
top: 0;
right: 0;
left: 0;
width: 100%;
margin: auto;
background: #fff url(//marulaw-mihori.com/wp-content/themes/298_mihori/img/base/logo.png) center no-repeat;
background-size: 80% auto;
overflow: hidden;
}
.news-slider-list .news-img:before {
content: "";
display: block;
padding-top: 75%;
}
.news-slider-list .news-img img {
display: block;
position: absolute;
top: 50%;
left: 50%;
width: auto;
height: auto;
max-width: 150%;
max-height: 150%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .news-arrow {
display: block;
clear: both;
margin-top: 1em;
text-align: center;
}
@media screen and (min-width: 640px),
print {
.news-arrow {
position: absolute;
top: 50%;
right: 0;
left: 0;
width: 100%;
max-width: 1280px;
margin: -1.5em auto 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media screen and (min-width: 1100px),
print {
.news-arrow {
margin-top: -2em;
}
}
.news-arrow-prev,
.news-arrow-next {
display: inline-block;
vertical-align: middle;
position: relative;
margin: 0 15px;
width: 34px;
height: 34px;
border-radius: 100%;
background-color: #ccc;
border: 1px solid #ccc;
cursor: pointer;
}
@media screen and (min-width: 640px),
print {
.news-arrow-prev,
.news-arrow-next {
display: block;
position: absolute;
top: -20px;
width: 40px;
height: 40px;
margin: 0;
}
}
@media screen and (min-width: 1100px),
print {
.news-arrow-prev,
.news-arrow-next {
top: -24px;
width: 48px;
height: 48px;
}
}
.news-arrow-prev:before,
.news-arrow-next:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 40%;
height: 40%;
margin: auto;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
}
@media screen and (min-width: 640px),
print {
.news-arrow-prev:before,
.news-arrow-next:before {
border-width: 2px;
}
}
@media screen and (min-width: 640px),
print {
.news-arrow-prev {
left: 10px;
}
}
.news-arrow-prev:before {
left: 20%;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@media screen and (min-width: 640px),
print {
.news-arrow-next {
right: 10px;
}
}
.news-arrow-next:before {
right: 20%;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
} .news-pagers {
position: relative;
margin-top: 2em;
padding-top: 2em;
border-top: 1px dotted #eee;
overflow: hidden;
}
.news-pager {
width: 70px;
height: 40px;
margin: auto;
overflow: hidden;
}
@media screen and (min-width: 480px),
print {
.news-pager {
width: 80px;
}
}
.news-pager a {
display: block;
position: relative;
color: #fff;
line-height: 40px;
text-align: center;
border-radius: 0;
background-color: #4C82B6;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.news-pager a:hover {
color: #fff;
text-decoration: none;
background-color: #6da8df;
}
.news-pager a:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 8px;
height: 8px;
margin: auto;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
}
.news-pager-prev {
position: absolute;
top: 2em;
right: 0;
left: -190px;
}
@media screen and (min-width: 480px),
print {
.news-pager-prev {
left: -240px;
}
}
.news-pager-prev a {
padding-left: 10px;
}
.news-pager-prev a:before {
display: none;
}
.news-pager-prev a:after {
left: -40px;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.news-pager-next {
position: absolute;
top: 2em;
right: -190px;
left: 0;
}
@media screen and (min-width: 480px),
print {
.news-pager-next {
right: -240px;
}
}
.news-pager-next a {
padding-right: 10px;
}
.news-pager-next a:before {
display: none;
}
.news-pager-next a:after {
right: -40px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.news-pager-back {
width: 90px;
font-size: 13px;
}
@media screen and (min-width: 480px),
print {
.news-pager-back {
width: 120px;
}
}
.news-pager-back a:before,
.news-pager-back a:after {
display: none;
}  .pankz {
max-width: 1100px;
margin: 0 auto 2.5em;
padding: 0 1em;
}
.pankz .taxonomy,
.pankz .category {
padding: 0;
} .pagination {
margin-top: 2em;
} .pagination {
padding-top: 2em;
text-align: center;
overflow: hidden;
}
.pagination a,
.pagination span {
display: inline-block;
vertical-align: middle;
margin-bottom: 4px;
padding: 0.6em 1.2em;
color: #fff;
text-align: center;
border-radius: 3px;
background-color: #ccc;
}
.pagination a:hover,
.pagination span.current {
background-color: #4C82B6;
color: #fff;
}
.pagination a:hover {
text-decoration: none;
} .category {
padding: 2.5em 1em;
}
@media screen and (min-width: 1100px),
print {
.category {
padding: 2.5em 2em;
}
}
.category .inner {
padding: 0 1em;
}
@media screen and (min-width: 1100px),
print {
.category .inner {
padding: 0 2em;
}
}
.category-text {
line-height: 1.8;
margin-bottom: 3em;
}
.category-text p:not(:last-child) {
margin-bottom: 1em;
}
.category-list 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-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0 -1.5em -1.5em 0;
}
.category-list ul li {
overflow: hidden;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
padding: 0 1.5em 1.5em 0;
}
@media screen and (min-width: 768px),
print {
.category-list ul li {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
}
.category-link {
float: right;
width: 100%;
margin-left: -90px;
padding-left: 100px;
color: #000;
}
.category-link:hover {
text-decoration: none;
}
.category-title {
font-size: 1em;
font-weight: bold;
text-decoration: underline;
margin-bottom: 0.5rem;
}
.category-body {
font-size: 0.9em;
}
.category-img {
float: left;
width: 90px;
}
.category-img img {
width: 90px;
height: 90px;
vertical-align: bottom;
} .taxonomy {
padding: 2.5em 1em;
}
@media screen and (min-width: 1100px),
print {
.taxonomy {
padding: 2.5em 2em;
}
}
.taxonomy .inner {
padding: 0 1em;
}
@media screen and (min-width: 1100px),
print {
.taxonomy .inner {
padding: 0 2em;
}
}
.taxonomy-list 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-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0 -1.5em -1.5em 0;
}
.taxonomy-list ul li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
padding: 0 1.5em 1.5em 0;
}
@media screen and (min-width: 768px),
print {
.taxonomy-list ul li {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
}
.taxonomy-link {
color: #000;
}
.taxonomy-link:hover {
text-decoration: none;
}
.taxonomy-title {
font-size: 1em;
font-weight: bold;
text-decoration: underline;
margin-bottom: 0.5rem;
}
.taxonomy-body {
font-size: 0.9em;
} .detail {
padding: 2.5em 1em;
}
@media screen and (min-width: 1100px),
print {
.detail {
padding: 2.5em 2em;
}
}
.detail .inner {
padding: 0 1em;
}
@media screen and (min-width: 1100px),
print {
.detail .inner {
padding: 0 2em;
}
}
.detail-text {
line-height: 1.8;
margin-bottom: 3em;
}
.detail-paging-subsection:first-child {
overflow: hidden;
margin-bottom: 1.5em;
}
.detail-paging-subsection a {
font-weight: bold;
text-decoration: underline;
}
.detail-paging-subsection .prev {
float: left;
}
.detail-paging-subsection .next {
float: right;
}
.detail-paging-subsection .back {
text-align: center;
}
.detail .post-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-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0 -1.5em -1.5em 0;
}
.detail .post-list li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
padding: 0 1.5em 1.5em 0;
}
@media screen and (min-width: 768px),
print {
.detail .post-list li {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
}
.detail .post-list li:before {
display: none;
}
.detail .post-list li a {
display: inline-block;
font-weight: bold;
color: #555;
text-decoration: underline;
margin-bottom: 0.5rem;
}
.detail .post-list li p {
font-size: 0.9em;
}
.detail .post-list mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
.detail h3 {
padding-left: 0.5em;
padding-bottom: 0.3em;
margin: 3em 0 1.5em;
border-left: 4px solid #4C82B6;
border-bottom: 1px solid #4C82B6;
}
.detail h4 {
margin: 3em 0 1.5em;
padding: 0.5em 1em;
background-color: #DEEDFC;
} .contact {
padding: 2.5em 1em;
}
@media screen and (min-width: 1100px),
print {
.contact {
padding: 2.5em 2em;
}
}
.contact .inner {
padding: 0 1em;
}
@media screen and (min-width: 1100px),
print {
.contact .inner {
padding: 0 2em;
}
}
.contact-description {
border: 2px solid #c1272d;
border-radius: 5px;
padding: 10px;
}
.contact-form table tr {
display: block;
}
@media screen and (min-width: 768px),
print {
.contact-form table tr {
display: table;
width: 100%;
}
}
.contact-form table tr:not(:last-child) {
margin-bottom: 1.5em;
}
@media screen and (min-width: 768px),
print {
.contact-form table tr:not(:last-child) {
margin-bottom: 0;
}
}
.contact-form table th {
position: relative;
display: block;
margin-bottom: 0.5em;
}
@media screen and (min-width: 768px),
print {
.contact-form table th {
display: table-cell;
vertical-align: middle;
width: 15em;
margin-bottom: 0;
padding: 0.8em 1em;
}
}
.contact-form table th .title {
font-weight: bold;
}
.contact-form table th .require,
.contact-form table th .option {
display: block;
position: absolute;
top: 50%;
right: 0;
font-size: 0.9em;
color: #fff;
width: 3em;
margin: 0 auto;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.contact-form table th .require {
background-color: #4C82B6;
}
.contact-form table th .option {
background-color: #999;
}
.contact-form table td {
display: block;
}
@media screen and (min-width: 768px),
print {
.contact-form table td {
display: table-cell;
vertical-align: middle;
padding: 0.8em 0 0.8em 1em;
}
}
.contact-form table td input[type="text"],
.contact-form table td input[type="email"],
.contact-form table td input[type="tel"] {
padding: 8px;
border: 1px solid #999;
border-radius: 3px;
font-size: 1em;
}
.contact-form table td input::-webkit-input-placeholder {
font-size: 0.9em;
color: #ccc;
}
.contact-form table td input:-ms-input-placeholder {
font-size: 0.9em;
color: #ccc;
}
.contact-form table td input::-ms-input-placeholder {
font-size: 0.9em;
color: #ccc;
}
.contact-form table td input::-moz-placeholder {
font-size: 0.9em;
color: #ccc;
}
.contact-form table td input::placeholder {
font-size: 0.9em;
color: #ccc;
}
.contact-form table td .full {
width: 100%;
}
.contact-form table td .per60 {
width: 100%;
}
@media screen and (min-width: 768px),
print {
.contact-form table td .per60 {
width: 60%;
}
}
.contact-form table td select {
padding: 8px 4px;
border-radius: 3px;
}
.contact-submit {
margin-top: 1em;
text-align: center;
}
.contact-submit .btn {
display: block;
border: 1px solid #4C82B6;
background-color: #fff;
color: #4C82B6;
text-decoration: none;
font-weight: bold;
padding: 20px;
width: 150px;
margin: 0 auto;
cursor: pointer;
}
.contact-submit .btn:hover {
color: #fff;
background-color: #4C82B6;
} .privacy {
padding: 2.5em 1em;
}
@media screen and (min-width: 1100px),
print {
.privacy {
padding: 2.5em 2em;
}
}
.privacy .inner {
padding: 0 1em;
}
@media screen and (min-width: 1100px),
print {
.privacy .inner {
padding: 0 2em;
}
}
.privacy strong {
font-weight: bold;
}
.privacy h3 {
font-size: 2.4rem;
font-weight: 500;
margin: 3.5em 0 1em;
padding-bottom: 0.5em;
border-bottom: 2px solid #4C82B6;
}
.privacy-section-inner {
margin-bottom: 2.5em;
}
.privacy h4 {
margin-bottom: 0.5em;
font-size: 2.2rem;
font-weight: 500;
background-color: #eee;
padding: 0.2em 0.5em;
}
.privacy h5 {
margin-bottom: 0.3em;
font-size: 1.8rem;
font-weight: 600;
} .global-contact .tel-text {
display: block;
font-size: 0.7em;
color: #fff;
text-align: right;
}
@media screen and (min-width: 640px),
print {
.global-contact .tel-text {
text-align: right;
font-size: 1.4rem;
}
} .detail-text strong {
font-weight: 700;
}
.detail-text blockquote {
padding: 1.5em;
border-radius: .5em;
border: 2px solid #ddd;
background-color: #fafafa;
text-align: center;
}
.detail-text blockquote p,
.detail-text blockquote strong,
.detail-text blockquote em {
font-style: italic;
font-weight: 700;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color: #555;
}
.detail-text blockquote p {
margin-bottom: 1em;
}
.detail-text blockquote p:last-child {
font-style: normal;
margin-bottom: 0;
}
.detail-text table {
border-collapse: collapse;
}
.detail-text table th,
.detail-text table td {
padding: .5em 1em;
border: 1px solid #ddd;
}
.detail-text table th {
text-align: center;
background-color: #f7f7f7;
}
.detail-text ol > li {
list-style: decimal;
margin: 0 0 0 1.5em;
}
.detail-text .number-list {
counter-reset: list-counter;
}
.detail-text .number-list > li {
position: relative;
padding: 0 0 0 1.5em;
margin-left: 0 !important;
list-style: none;
}
.detail-text .number-list > li:before {
counter-increment: list-counter;
content: counter(list-counter);
display: inline-block;
position: absolute;
top: .4em;
left: 0;
border: 1px solid #555;
border-radius: 50%;
height: 18px;
width: 18px;
color: #333;
font-size: 1.2rem;
line-height: 16px;
text-align: center;
background-color: transparent;
}
.detail-text .arrow-list > li {
position: relative;
list-style: none;
}
.detail-text .arrow-list > li:before {
content: "";
display: inline-block;
position: absolute;
top: .8rem;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 8px solid #333;
border-right: 0;
background: transparent;
}
.detail-text .katakana-list {
counter-reset: kana;
}
.detail-text .katakana-list > li {
position: relative;
list-style: none;
padding-left: 2.5em;
}
.detail-text .katakana-list > li:before {
counter-increment: kana;
content: "(" counter(kana,katakana) ") ";
position: absolute;
top: 0;
left: 0;
width: auto;
height: auto;
background: transparent;
}
.detail-text ul li:not(:last-child),
.detail-text ol li:not(:last-child) {
margin-bottom: 1.3em;
}
.detail-text ul li ul,
.detail-text ol li ul,
.detail-text ul li ol,
.detail-text ol li ol {
margin-top: 1em;
margin-bottom: 1em;
}
.detail-text ul li ul li:not(:last-child),
.detail-text ol li ul li:not(:last-child),
.detail-text ul li ol li:not(:last-child),
.detail-text ol li ol li:not(:last-child) {
margin-bottom: 0.7em;
}