﻿@charset "UTF-8";
/*Theme Name: 698_goto
Theme URI: http://example.com/
Description: 698_goto-template
Version: 1.0
Author: beaut imaging office.
Author URI: http://example.com/
*/

/*============================================================*/
/* Reset CSS
/*============================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*============================================================*/
/* common
/*============================================================*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  /*default size : 10px */
}

body {
  overflow-x: hidden;
  background-color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  /*font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body#wrapper {
  min-height: 100vh;
}

/* anchor */
a {
  text-decoration: underline;
  color: #355887;

  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  opacity: 0.9;
  text-decoration: none;
}

/* img (anchor) */
a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* placeholder */
:placeholder-shown {
  color: #a6a6a6;
}

::-webkit-input-placeholder {
  color: #a6a6a6;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

/* Firefox 19+ */
:-ms-input-placeholder {
  color: #a6a6a6;
}

/* IE 10+ */

/*========================================================
fonts
========================================================*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?3kxpk0");
  src: url("fonts/icomoon.eot?3kxpk0#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?3kxpk0") format("truetype"),
    url("fonts/icomoon.woff?3kxpk0") format("woff"),
    url("fonts/icomoon.svg?3kxpk0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e900";
}

.icon-rightarrow:before {
  content: "\e901";
}

.icon-tel:before {
  content: "\e902";
}

.icon-menu:before {
  content: "\e903";
}

/*========================================================
header
========================================================*/
.ghead {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  min-width: 320px;
  width: 100%;
  background-color: #ffffff;
  padding: 0 0.5em;
  /* border-top: 2px solid #000000; */
}

.ghead .inr {
  max-width: 1100px;
  height: 96px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .ghead .inr {
    padding: 0 10px;
  }
}

/* logo */
.ghead h1 {
  float: left;
  margin-top: 20px;
  width: 252px;
  height: 62px;
}

.ghead h1 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1040px) {
  .ghead h1 {
    width: 252px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 840px) {
  .ghead h1 {
    width: 220px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .ghead h1 {
    width: 150px;
    margin-top: 30px;
  }
}

/* global navi */
.gnav {
  float: right;
  margin-top: 30px;
}

.gnav h2 {
  float: left;
  margin-right: 30px;
  padding-left: 30px;
  background: url(images/common/icon-burger.svg) no-repeat left center;
  background-size: 24px;
  line-height: 3rem;
  font-weight: bold;
  font-size: 1.4rem;
  color: #000;
  cursor: pointer;
  margin-top: 4px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.gnav h2:hover {
  background: url(images/common/icon-burger_over.svg) no-repeat left center;
  background-size: 24px;
  color: #355887;
}

.gnav ul {
  float: left;
  background-color: #fff;
  margin-top: 3px;
}

.gnav ul li {
  float: left;
  margin-right: 28px;
}

@media screen and (max-width: 1000px) {
  .gnav ul li {
    margin-right: 10px;
  }
}

.gnav ul li a {
  display: block;
  overflow: hidden;
  line-height: 3rem;
  text-decoration: none;
  font-size: 1.5rem;
  color: #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.gnav ul li a:hover,
.gnav ul li.current a {
  color: #355887;
  text-decoration: none;
}

@media screen and (min-width: 891px) {
  .gnav h2 {
    display: none;
  }

  .gnav ul {
    display: block;
  }
}

@media screen and (max-width: 890px) {
  .gnav h2 {
    display: block;
    position: relative;
  }

  .gnav ul {
    display: none;

    position: fixed;
    left: 0;
    top: 100px;
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 4px 10px 10px;
    padding: 10px;
    border: 2px solid #355887;

    -webkit-box-shadow: 0 0 8px 0 #666;
    box-shadow: 0 0 8px 0 #666;
    border-radius: 4px;
  }

  .gnav ul:not(:target) {
    -webkit-filter: none;
    filter: none;
  }

  .gnav ul::before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: 50%;
    z-index: -1;
    width: 14px;
    height: 14px;
    background-color: #355887;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
  }

  .gnav ul::after {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 50%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
  }

  .gnav ul li {
    float: left;
    border: none;
    width: 18%;
    text-align: center;
  }

  .gnav ul li:last-child {
    border-right: none;
  }

  .gnav ul li a {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .gnav h2 {
    float: none;
  }

  .gContact {
    float: none;
  }

  .ghead .inr {
    padding: 0 3px;
  }

  .gnav ul li {
    width: auto;
  }

  .gnav {
    margin-top: 10px;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .gnav h2 {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {

  .gContact .mail a span {
    font-size: 10px;
    padding: 0 5px;
  }

  .ghead .inr {
    height: 80px;
  }

  .gnav ul {
    top: 87px;
  }

  .gnav h2 {
    overflow: hidden;
    width: 0;
    height: 40px;
    margin-top: -5px;
    margin-right: 20px;
    padding-left: 40px;
    background: url(images/common/icon-burger.svg) no-repeat left center;
    background-size: 40px;
  }

  .gnav h2:hover {
    background: url(images/common/icon-burger_over.svg) no-repeat left center;
    background-size: 40px;
  }

  .gnav ul::before,
  .gnav ul::after {
    right: 142px;
    margin-right: -7px;
  }

  .gnav ul li {
    width: 100% !important;
    border-bottom: 1px solid #ccc;
  }

  .gnav ul li:nth-child(odd) {
    border-right: none;
  }

  .gnav ul li:last-child {
    border-bottom: none;
  }
}

/* contact */
.gContact {
  float: left;
}

.gContact .mail {
  position: relative;
}

.gContact .mail a {
  position: relative;
  display: block;
  height: 35px;
  background-color: #042046;
  text-align: center;
  text-decoration: none;
  line-height: 3.5rem;
  font-size: 1.5rem;
  padding: 2px;
  color: #fff;
}

.gContact .mail a:hover {
  background-color: #042046;
}

.gContact .mail a span {
  padding: 0 26px;
  border: 1px solid #fff;
  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;
  width: 100%;
  height: 100%;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .gContact .mail a span {
    padding: 0 18px;
  }
}

@media screen and (max-width: 480px) {
  .gContact .mail a {
    line-height: 2.7rem;
    height: 27px;
  }

  .gContact .mail a span {
    padding: 0 5px;
  }

  .gnav h2 {
    margin-right: 0;
    background-size: 35px;
    height: 35px;
  }
}

/*========================================================
footer
========================================================*/
.gFoot {
  background-color: #042046;
  border-top: 2px solid #fff;
}

.gFoot .inr {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0 105px;
}

/* footer navi */
.fnav {
  float: left;
  line-height: 15px;
}

.fnav li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #fff;
}

.fnav li:first-child {
  padding-left: 0;
  border-left: none;
}

.fnav li a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .gFoot .inr {
    padding: 20px 10px 100px;
  }

  .fnav li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .fnav {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
}

/* copyright */
p.copyright {
  float: right;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 480px) {
  p.copyright {
    float: none;
  }
}

/*========================================================
contents
========================================================*/
/* splash */
#splash {
  margin-top: 98px;
  padding: 0;
  /*background-color: #000;*/
  color: #000000;
  font-weight: normal;
}

#splash .block {
  position: relative;
  max-width: none;
  width: 100%;
  padding: 0 0 0 50%;
  text-align: left;
  background-color: #042046;
}

#splash .block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
}

#splash .block .inr {
  display: inline-block;
  max-width: 593px;
  padding: 60px 0 75px 0;
  text-align: left;
  vertical-align: middle;
}

#splash .block:nth-child(1)::before {
  background: url(images/top_image2.png) no-repeat center center;
  background-size: cover;
}

#splash .block:nth-child(2)::before {
  background: url(images/top_image3.png) no-repeat center center;
  background-size: cover;
}

#splash .block:nth-child(3)::before {
  background: url(images/top_image4.png) no-repeat center center;
  background-size: cover;
}

#splash .block:nth-of-type(2n) {
  padding: 0 50% 0 0;
  text-align: right;
}

#splash .block:nth-of-type(2n)::before {
  left: auto;
  right: 0;
}

#splash .block:nth-of-type(2n) .inr {
  padding: 60px 0 75px 0;
}

@media screen and (max-width: 1020px) {
  #splash .block {
    padding: 0 10px 0 50%;
  }

  #splash .block:nth-of-type(2n) {
    padding: 0 50% 0 10px;
  }

  #splash .block .inr {
    padding: 60px 0 60px 0;
  }

  #splash .block:nth-of-type(2n) .inr {
    padding: 60px 0 60px 0;
  }

  #splash .block-main {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 768px) {

  #splash .block,
  #splash .block:nth-of-type(2n) {
    padding: 240px 10px 0;
  }

  #splash .block::before {
    width: 100%;
    height: 240px;
  }

  #splash .block .inr,
  #splash .block:nth-of-type(2n) .inr {
    max-width: 100%;
    width: 100%;
    padding: 40px 0;
  }

  #splash .block-table table {
    max-width: none;
  }

  #splash .block-main {
    padding-left: 0.4em;
    padding-right: 0.4em;
  }

  #splash .anc {
    text-align: center;
  }

  #splash .block-table {
    margin-bottom: 0;
  }

  #splash .block-txt {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 480px) {

  #splash .block .inr,
  #splash .block:nth-of-type(2n) .inr {
    padding: 40px 0;
  }
}

#splash h2 {
  font-size: 3.6rem;
}

#splash h3 {
  font-size: 2.6rem;
}

.block-subheading {
  margin-top: 1em;
}

.block-subheading span {
  font-size: 1.4rem;
  padding-left: .8em;
}

.block-txt-lead {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.block-header {
  color: #fff;
  line-height: 1.2;
  padding: 0.5em 0;
  margin-bottom: .5em;
  position: relative;
  border-bottom: 5px solid #fff;
  font-size: 3.6rem;
}

@media screen and (max-width: 980px) {

  .block-txt-lead {
    font-size: 1.9rem;
  }
}

.block-header span {
  font-size: 1.6rem;
}

.block-main {
  padding-left: 1.5em;
  padding-right: 2em;
}

.block-txt {
  margin-bottom: 1.5em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.8;
  font-size: 1.6rem;
  color: #fff;
}

.block-main-lead {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
  padding: 0.1em 0.3em;
  margin-bottom: 1em;
  text-align: center;
}

.main-lead-strong {
  font-size: 3rem;
  display: block;
  text-align: center;
  margin-bottom: 0.3em;
}

.main-lead-strong br {
  display: none;
}

.block-sub-lead {
  font-size: 2.2rem;
  color: #000;
  background-color: #fff;
  padding: 0.1em;
  margin-right: 0.1em;
  text-decoration: none;
  font-weight: 600;
}

.block-sub-text {
  padding-top: 1.5em;
  font-size: 1.5rem;
  text-align: center;
}

.block-sub-text .br {
  display: none;
}

.office-info {
  margin-bottom: 1em;
  color: #fff;
}

.tell-num {
  font-size: 3rem;
}

.tell-num a {
  color: #fff;
  text-decoration: none;
}

.address-info {
  font-size: 1.4rem;
}

.block-table {
  margin-bottom: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff;
}

.block-table table {
  display: table;
  width: 100%;
  max-width: 490px;
}

.block-table table th,
.block-table table td {
  padding: 0.44em 0;
  vertical-align: top;
  border-bottom: 1px solid #cccccc;
}

.block-table table tr:last-child th,
.block-table table tr:last-child td {
  border-bottom: none;
}

.block-table table th {
  width: 5.5em;
  font-weight: 600;
  padding-left: 0.5em;
}

.block-list {
  padding: 1em 0 1.5em;
  margin-bottom: 1em;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 5px solid #fff;
}

.block-list li {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin: 0.3em 0.2em;
  color: #fff;
  width: 95px;
  height: 100px;
}

.block-list-in {
  text-align: center;
}

.block-info-txt {
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #fff;
}

#splash h3 {
  line-height: 1.2;
  font-size: 2.6rem;
  margin-bottom: 0.3em;
  color: #fff;
}

.main-text-wrap {
  border-bottom: 5px solid #fff;
}

#splash p {
  line-height: 1.8;
  text-justify: inter-ideograph;
}

#splash .anc {
  margin-top: 2em;
}

@media screen and (max-width: 1000px) {
  .block-list li {
    position: relative;
    width: calc(50% - 0.4em);
  }

  .block-info-txt {
    font-size: 1.6rem;
  }

  .block-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 1.5em;
  }
}

@media screen and (max-width: 960px) {
  #splash h2 {
    font-size: 2.8rem;
  }

  .main-lead-strong br {
    display: block;
  }

}

@media screen and (max-width: 768px) {
  #splash .block-header span {
    font-size: 1.5rem;
  }

  .block-info-txt .br {
    display: none;
  }

  .block-sub-text .br {
    display: block;
  }

  .block-list li {
    width: calc(25% - 0.4em);
  }

}

@media screen and (max-width: 480px) {
  .main-lead-strong {
    font-size: 2.6rem;
  }

  .main-lead-strong br {
    display: block;
  }

  .block-main-lead {
    font-size: 2rem;
  }

  #splash h2 {
    font-size: 2.4rem;
  }

  #splash .block-header span {
    font-size: 1.4rem;
  }

  #splash h3 {
    font-size: 2rem;
    line-height: 1.5;
  }

  #splash .block-main {
    padding-left: 0;
    padding-right: 0;
  }

  #splash .block-table {
    padding-left: 0.5em;
  }

  .block-table table th,
  .block-table table td {
    font-size: 1.5rem;
  }

  .block-header ::before {
    border-left: 18px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }

  .block-list li {
    width: calc(50% - 0.4em);
  }
}

/* category cover */
#cover {
  min-height: 120px;
  margin-top: 100px;
  padding: 45px 0;
  background-color: #042046;
  /* background: url(images/under-bg.png) no-repeat center center;
  background-size: cover; */
}

#cover p {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  line-height: 3rem;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 400px) {
  #cover {
    min-height: 90px;
    margin-top: 100px;
    padding: 30px 0;
    background-color: #000;
  }
}

/* frame set */
.section {
  padding: 50px 10px 60px;
}

.section.hasNavBlock {
  padding: 0;
}

.block {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

.section .block+.block {
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .section {
    padding: 40px 10px;
  }
}

/* flex set */
.flexSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexSet.col2 {}

.flexSet.col2>* {
  width: calc((100% - 20px) / 2);
}

.flexSet.partition.col2>* {
  width: 50%;
}

.flexSet.partition.col2>*:nth-child(odd) {
  padding-right: 20px;
  border-right: 1px solid #daddd9;
}

.flexSet.partition.col2>*:nth-child(even) {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .flexSet {
    display: block;
  }

  .flexSet.col2>* {
    width: 100%;
    margin-top: 30px;
  }

  .flexSet.col2>*:first-child {
    margin-top: 0;
  }

  .flexSet.partition.col2>* {
    width: 100%;
  }

  .flexSet.partition.col2>*:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }

  .flexSet.partition.col2>*:nth-child(even) {
    margin-top: 0;
    padding-left: 0;
    border-top: 1px solid #daddd9;
  }
}

@media screen and (max-width: 480px) {}

/*========================================================
design format
========================================================*/

/* frame box -------------------------------------------*/
.frmBox {}

.section.__accent {
  background-color: #f8f8f8;
}

/* frame head */
.frmBox .frmHead {
  max-width: 1100px;
  margin: 0 auto 2em;
  text-align: center;
  padding: 0.7em 0;
}

.frmBox .frmHead h3 {
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  color: #000000;
  font-weight: 500;
}

.frmBox .frmHead span {
  display: block;
  color: #aaaaaa;
}

/* frame body */
.frmBox .frmBody {
  max-width: 1100px;
  overflow: hidden;
  margin: 0 auto;
}

.frmBox .frmBody .box {
  float: right;
  width: 48.5%;
}

.frmBox .frmBody .box:first-child {
  float: left;
}

/* frame foot */
.frmBox .frmFoot {}

.frmBox .frmFoot .anc {
  text-align: center;
}

@media screen and (max-width: 1020px) {
  .frmBox .frmBody {
    padding: 0 5px;
  }
}

@media screen and (max-width: 960px) {
  .frmBox .frmBody .box {
    float: none;
    width: auto;
    margin-top: 20px;
  }

  .frmBox .frmBody .box:first-child {
    float: none;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .frmBox .frmHead h3 {
    font-size: 2.6rem;
  }

  .frmBox .frmHead span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .frmBox .frmHead h3 {
    font-size: 2.2rem;
  }

  .frmBox .frmHead {
    margin: 0 auto 1em;
  }
}

/* category frame --------------------------------------

/* category title */
.catTitle {
  max-width: 1000px;
  margin: 0 auto;
}

.catTitle h1 {
  font-size: 3rem;
  color: #000;
}

.catTitle p {
  margin-top: 30px;
  font-size: 108%;
}

/* inner block */
.catBlock {
  max-width: 1000px;
  overflow: hidden;
  margin: 0px auto 60px;
}

.catBlock .catBox {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .catBlock {
    margin-top: 40px;
  }
}

@media screen and (max-width: 400px) {
  .catBlock .catBlock {
    margin-top: 20px;
  }
}

.catBlockTitle {
  margin-bottom: 20px;
}

.catBlockTitle h2 {
  padding: 10px;
  background-color: #355887;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}

.catBlockTitle p {
  margin-top: 30px;
  font-size: 116%;
}

/* detail */
.catBlock .catBoxTitle {
  margin: 60px 0 20px;
  padding: 9px 8px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  background-color: #eee;
  border-left: 4px solid #000;
}

.catBlock .catBoxTitle:first-child {
  margin-top: 0;
}

.catBlock .hdlv04 {
  margin-top: 30px;
  font-weight: bold;
}

.catBlock p {
  line-height: 1.5;
}

.catBlock .flt-l+p,
.catBlock .flt-r+p {
  margin-top: 0;
}

.catBlock p em {
  font-weight: bold;
}

.catBlock p strong {
  font-weight: bold;
}

/* page index */
.catBlockTitle+dl.catIndexPage {
  margin-top: 60px;
}

dl.catIndexPage {
  margin-top: 30px;
  border: 2px solid #daddd9;
  border-radius: 2px;
}

dl.catIndexPage dt {
  padding: 14px;
  background-color: #fff6e1;
  font-weight: bold;
  font-size: 116%;
}

dl.catIndexPage dd {
  padding: 29px;
}

dl.catIndexPage dd p {
  font-size: 108%;
}

dl.catIndexPage dd p:first-child {
  margin-top: 0;
}

dl.catIndexPage dd ul.pageList {
  margin-top: 30px;
}

dl.catIndexPage dd ul.pageList li {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-top: -1px;
  padding: 15px 0;
  border-top: 1px dotted #daddd9;
  border-bottom: 1px dotted #daddd9;
}

dl.catIndexPage dd ul.pageList li.clr {
  margin-left: 0;
}

dl.catIndexPage dd ul.pageList li a {
  display: inline-block;
  line-height: 1.2;
  padding-left: 20px;
  background: url(images/common/link_bullet_arr.png) no-repeat left 0.1em;
  font-size: 116%;
}

@media screen and (max-width: 400px) {
  dl.catIndexPage dd {
    padding: 9px;
  }
}

/* hedding ------------------------------------------*/
.blockTitle {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #000;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  border-radius: 2px;
}

/* form ----------------------------------------------*/
#formArea {}

.formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;

  background-color: #fff;
  border: 2px solid #daddd9;
}

.formList dt {
  position: relative;
  width: 240px;
  padding: 10px 30px 10px 10px;
  border-top: 1px solid #daddd9;
  font-weight: bold;
  font-size: 1.2rem;
}

.formList dt small {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 13px;
  padding: 0 4px;
  background-color: #042046;
  font-size: 1rem;
  color: #fff;
  border-radius: 2px;
}

.formList>*:nth-child(-n + 2) {
  border-top: none;
}

.formList dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;

  width: calc(100% - 240px);
  padding: 10px;
  border-top: 1px solid #daddd9;
}

.formList dd>div:nth-child(odd) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.formList dd>div:nth-child(even) {
  width: 200px;
  padding-left: 10px;
}

.formList dd>div:nth-child(even) p {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .formList dd {
    display: block;
  }

  .formList dd>div:nth-child(even) {
    width: auto;
    margin-top: 5px;
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .formList {
    display: block;
  }

  .formList dt {
    position: relative;
    width: auto;
    padding: 10px;
  }

  .formList dt small {
    position: static;
    margin-left: 10px;
  }

  .formList dd {
    width: 100%;
    padding: 0 10px 10px;
    border-top: none;
  }
}

/* フォームボタン */
#formArea .btnArea {
  margin-top: 30px;
}

#formArea .btnArea input[type="submit"] {
  display: inline-block;
  width: 200px;
  background-color: #000;
}

/* form */
.formList input[type="text"],
.formList input[type="password"],
.formList input[type="email"],
.formList input[type="tel"],
.formList textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px;
  border: 1px solid #ccc;
  line-height: 1.2;
  text-align: left;
  font-size: 1.4rem;
  border-radius: 2px;
  outline: none;
}

.formList input[type="text"]:focus,
.formList input[type="password"]:focus,
.formList input[type="email"]:focus,
.formList input[type="tel"]:focus,
.formList textarea:focus {
  border: 1px solid #355887;
}

.formList input[type="radio"],
.formList input[type="checkbox"] {}

.formList select {
  height: 36px;
  border: 1px solid #ccc;
  background-color: #fff;
  outline: none;
}

.formList select:focus {
  border: 1px solid #355887;
}

.full {
  width: 100%;
}

.zip1,
.zip2,
.tel1,
.tel2,
.tel3 {
  width: 60px;
}

/* pager -----------------------------------------------*/
.pager {
  clear: both;
  margin: 30px 0;
  position: relative;
  line-height: 1em;
  text-align: center;
  /*font-size: 0;*/
}

.pager .inr {
  display: inline-block;
}

.pager span,
.pager a {
  float: left;
  display: block;
  margin-left: 8px;
  width: 36px;
  height: 36px;
  padding: 8px 0;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #355887;
  text-align: center;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #355887;
  border-radius: 50%;
}

.pager *:first-child {
  margin-left: 0;
}

.pager a:hover {
  opacity: 1;
  background-color: #e9e0d6;
}

.pager .current {
  background-color: #355887;
  color: #fff;
}

.pager .page-prev,
.pager .page-next {
  overflow: hidden;
  width: 36px;
  height: 0;
  padding: 32px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.pager .page-prev {
  background-image: url(images/common/pager_prev_br.svg);
}

.pager .page-next {
  background-image: url(images/common/pager_next_br.svg);
}

.pager .page-of {
  display: none;
}

@media only screen and (max-width: 480px) {
  .pager {
    font-size: 12px;
    line-height: 12px;
  }

  .pager span,
  .pagination a {
    padding: 7px 10px 7px 10px;
  }

  .pager .current {
    padding: 7px 10px 7px 10px;
  }
}

/* box layout */
.flt-r {
  float: right;
  margin-left: 20px;
}

.flt-l {
  float: left;
  margin-right: 20px;
}

.flt-r+*,
.flt-r+* {
  margin-top: 0 !important;
}

.flt-r img,
.flt-l img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {

  .flt-r,
  .flt-l {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}

/* 記事リスト */
.articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.articleList li {
  margin-top: 40px;
  margin-left: 40px;
}

.articleList.col2 li {
  width: calc((100% - 40px) / 2);
}

.articleList.col2 li:nth-child(2n + 1) {
  margin-left: 0;
}

.articleList.col2 li:nth-child(-n + 2) {
  margin-top: 0;
}

.articleList.col3 li {
  width: calc((100% - 80px) / 3);
}

.articleList.col3 li:nth-child(3n + 1) {
  margin-left: 0;
}

.articleList.col3 li:nth-child(-n + 3) {
  margin-top: 0;
}

.articleList.col4 li {
  width: calc((100% - 120px) / 4);
}

.articleList.col4 li:nth-child(4n + 1) {
  margin-left: 0;
}

.articleList.col4 li:nth-child(-n + 4) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .articleList.col4 li {
    width: calc((100% - 40px) / 2);
  }

  .articleList.col4 li:nth-child(2n + 1) {
    margin-left: 0;
  }

  .articleList.col4 li:nth-child(-n + 4) {
    margin-top: 40px;
  }

  .articleList.col4 li:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {

  .articleList.col2 li,
  .articleList.col3 li,
  .articleList.col4 li {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .articleList.col2 li:nth-child(2n + 1),
  .articleList.col3 li:nth-child(3n + 1),
  .articleList.col4 li:nth-child(2n + 1),
  .articleList.col4 li:nth-child(4n + 1) {
    margin-left: 0;
  }

  .articleList.col2 li:nth-child(-n + 2),
  .articleList.col3 li:nth-child(-n + 3),
  .articleList.col4 li:nth-child(-n + 2),
  .articleList.col4 li:nth-child(-n + 4) {
    margin-top: 20px;
  }

  .articleList.col2 li:nth-child(1),
  .articleList.col3 li:nth-child(1),
  .articleList.col4 li:nth-child(1) {
    margin-top: 0;
  }
}

.articleList li .atclHead {
  padding: 3px 10px;
  background-color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 4px;
}

.articleList li .atclBody {
  margin-top: 10px;
}

/* general tag format ----------------------------------*/
/* table - format01 */
table.fmt01 {
  width: 100%;
  font-size: 92%;
}

table.fmt01 th {
  padding: 8px 4px;
  background-color: #f8faf7;
  border: 1px solid #daddd9;
}

table.fmt01 td {
  padding: 8px 4px;
  border: 1px solid #daddd9;
  text-align: center;
  line-height: 1.2;
}

/* table - format02 */
table.fmt02 {
  width: 100%;
  font-size: 92%;
}

table.fmt02 thead th,
table.fmt02 thead td {
  padding: 8px;
  background-color: #eee;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

table.fmt02 tbody th,
table.fmt02 tbody td {
  padding: 8px;
  border: 1px solid #ccc;
  line-height: 1.2;
}

table.fmt02 th {
  width: 20%;
  background-color: #eee;
  text-align: center;
  vertical-align: middle;
}

table.fmt02 td a {
  color: #000;
  text-decoration: none;
}

.catBlock p {
  margin-bottom: 10px;
}

.catBlock .catBox p {
  margin-bottom: 0;
}

/* table - text decoration */
table span.cap {
  display: inline-block;
  font-size: 76%;
}

/* ul - default */
ul.default {
  margin-top: 20px;
  list-style: disc;
  margin-left: 30px;
}

ul.default li {
  margin-top: 3px;
}

/* ol - default */
ol.default {
  margin-top: 20px;
  list-style: decimal;
  margin-left: 30px;
}

ol.default li {
  margin-top: 3px;
}

/* ul - data format */
ul.dataFmt {
  margin-top: 20px;
}

ul.dataFmt li {
  position: relative;
  margin-top: 3px;
  padding-left: 30px;
}

ul.dataFmt li:before {
  position: absolute;
  left: 13px;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #355887;
  border-radius: 2px;
}

/* dl - data format */
dl.dataBox {
  margin-top: 30px;
  border: 2px solid #daddd9;
}

dl.dataBox dt {
  padding: 8px;
  background-color: #355887;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}

dl.dataBox dd {
  padding: 28px;
}

/* dl - data format */
dl.dataFmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

dl.dataFmt dt {
  position: relative;
  min-width: 100px;
  padding: 10px 0;
  border-top: 1px solid #daddd9;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.2rem;
}

dl.dataFmt dt::before {
  position: absolute;
  right: -2px;
  top: 10px;
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  background-color: #042046;
  border-radius: 2px;
}

dl.dataFmt dt:nth-of-type(1)::before {
  top: 0;
  height: calc(100% - 10px);
}

dl.dataFmt dt:nth-last-of-type(1)::before {
  height: calc(100% - 10px);
}

dl.dataFmt dd {
  min-width: calc(100% - 100px);
  padding: 10px 0 10px 10px;
  border-top: 1px solid #daddd9;
  font-size: 1.4rem;
}

dl.dataFmt>*:nth-child(-n + 2) {
  padding-top: 0;
  border-top: none;
}

dl.dataFmt>*:nth-last-child(-n + 2) {
  padding-bottom: 0;
}

/* button */
.btnArea {
  text-align: center;
}

.btn {
  display: block;
  padding: 10px;
  background-color: #f7931d;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;

  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.btn:hover {
  text-decoration: none;

  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* anchor */
.anc {}

.anc a {
  position: relative;
  display: inline-block;
  max-width: 223px;
  width: 100%;
  font-size: 2rem;
  background-color: #215AA5;
  color: #fff;
  text-align: left;
  text-decoration: none;
  line-height: 1.2;
  padding: 0.43em 1.5em 0.38em 0.7em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /* border: 1px solid #fff; */
}

.anc a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.anc a:hover {
  background-color: #4a88da;
  color: #fff;
}

.anc.rvs a {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}

.anc.rvs a:hover {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 480px) {
  #splash .anc {
    margin-top: 1em;
  }

  .anc a {
    font-size: 1.6rem;
  }

  #splash .block .inr,
  #splash .block:nth-of-type(2n) .inr {
    padding: 30px 0;
  }
}

/*========================================================
   個別装飾
========================================================*/
/* グーグルマップ */
.map {
  width: 100%;
  height: 360px;
  background-color: #fff;
}

/* アクセスマップ */
#accessMap .map {
  margin-top: 10px;
}

/* お知らせ一覧 */
ul.infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;

  padding: 12px 0;
  border-bottom: 1px dashed #aaaaaa;
}

ul.infoList li:first-child {
  padding-top: 0;
}

ul.infoList li em {
  width: 110px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 1em;
}

ul.infoList li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-top: 0;
  padding-left: 24px;
  line-height: 1.2;
  font-size: 1.6rem;
}

ul.infoList li p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #355887;
  border-radius: 2px;
}

.catBlock ul.infoList {
  margin-top: 30px;
  width: 100%;
}

ul.infoList li a {
  text-decoration: none;
  color: #52311C;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

ul.infoList li a:hover {
  color: #355887;

}

.frmFoot {
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  ul.infoList li {
    display: block;
    padding: 10px 0;
  }

  ul.infoList li em {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }

  ul.infoList li p {
    padding-left: 14px;
  }

  .frmFoot {
    margin-top: 1.5em;
  }
}

/* よくある質問・アクセス */
.navBlock {
  position: relative;
  width: 100%;
}

.navBlock::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 50%;
  z-index: -1;
  background: url("images/footer_bg2.jpg") no-repeat center / cover;
}

.navBlock::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 50%;
  z-index: -1;
  background: url("images/footer_bg1.jpg") no-repeat center / cover;
}

.navBlock .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
}

.navBlock .inr>div {
  width: 50%;
}

.navBlock .faqBlock {
  padding: 60px 50px 60px 10px;
}

.navBlock .accessBlock {
  padding: 60px 10px 60px 50px;
}

.navBlock .inr>div h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.navBlock .inr>div p {
  margin-top: 20px;
  font-size: 1.4rem;
}

.navBlock .inr>div .anc {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .navBlock {
    background: none;
  }

  .navBlock .faqBlock {
    padding: 60px 30px 60px 10px;
  }

  .navBlock .accessBlock {
    padding: 60px 10px 60px 30px;
  }
}

@media screen and (max-width: 480px) {
  .navBlock .inr {
    display: block;
  }

  .navBlock .inr>div {
    width: 100%;
  }

  .navBlock .faqBlock {
    padding: 40px 10px;
  }

  .navBlock .accessBlock {
    padding: 40px 10px;
  }

  .navBlock::before {
    display: none;
  }

  .navBlock::after {
    display: none;
  }

  .faqBlock {
    background: url("images/footer_bg2.jpg") no-repeat center / cover;
  }

  .accessBlock {
    background: url("images/footer_bg1.jpg") no-repeat center / cover;
  }
}

/* archive--------------------------------------------- */
/* 記事リスト */
dl.articleFmt {
  display: table;
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dotted #daddd9;
}

dl.articleFmt dt {
  clear: both;
  display: table-cell;
  width: 9em;
  padding: 5px 10px 0 0;
  white-space: nowrap;
  vertical-align: top;
  line-height: 1.5;
  font-weight: bold;
}

dl.articleFmt dd {
  position: relative;
  display: table-cell;
  padding-left: 14px;
  vertical-align: top;
  line-height: 1.5;
}

dl.articleFmt dd:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #355887;
  border-radius: 2px;
}

dl.articleFmt dd em {}

dl.articleFmt dd h3 {
  line-height: 1.5;
}

dl.articleFmt dd h3 a {
  font-size: 164%;
}

dl.articleFmt dd p {}

dl.articleFmt dd p.continue {
  text-align: right;
}

@media screen and (max-width: 600px) {
  dl.articleFmt {
    display: block;
  }

  dl.articleFmt dt {
    position: relative;
    display: block;
    width: auto;
    margin-top: 10px;
    padding: 0 0 0 10px;
  }

  dl.articleFmt dt:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #355887;
    border-radius: 2px;
  }

  dl.articleFmt dd {
    display: block;
    width: auto;
    padding: 10px 0 0 10px;
    line-height: 1.5;
  }

  dl.articleFmt dd:before,
  dl.articleFmt dd:after {
    display: none;
  }
}

/* detail --------------------------------------------- */
p.detailPageDate {
  margin: 0;
  margin-bottom: 20px;
}

.detailPageNavi p {
  text-align: right;
}

/* 記事中のノーマライズ化 */
.normalize {}

.normalize h2 {
  display: block;
  page-break-after: avoid;
  /* IEのみ */

  margin: 60px 0 20px;
  padding: 9px 8px;
  font-weight: bold;
  font-size: 2rem;
  color: #000;
  background-color: #eee;
  border-left: 4px solid #000;
}

.normalize h2:first-of-type {
  margin-top: 0;
}

.normalize h3 {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  font-weight: bold;
  page-break-after: avoid;
  /* IEのみ */
  padding: 9px 8px;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #042046;

}

.normalize p {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
}

.normalize ul,
.catBox ul {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  padding-left: 1.5em;
  /* IEは、padding-left: 30pt; Operaは、padding-left: 40px; */
  list-style-type: disc;
  list-style-position: outside;
}

.normalize ol,
.catBox ol {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  padding-left: 1.5em;
  /* IEは、padding-left: 30pt; Operaは、padding-left: 40px; */
  list-style-type: decimal;
  list-style-position: outside;
}

.normalize li,
.catBox li {
  display: list-item;
}

.normalize dl,
.catBox dl {
  display: block;
  margin: 1em 0;
  /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
}

.normalize dt,
.catBox dt {
  display: block;
}

.normalize dd,
.catBox dd {
  display: block;
  margin-left: 40px;
  /* Webkit, Firefoxは、margin-start: 40px; */
}

.normalize img {}

.normalize strong,
.catBox strong {
  font-weight: bold;
}

.normalize em {
  font-weight: italic;
}

/* 下層ページ用css */
/* サイトマップ */
.wsp-pages-list {
  list-style: disc;
  list-style-position: inside;
}

/* パンくずリスト */
.breadcrumbs {
  max-width: 1000px;
  margin: 20px auto;
  font-size: 90%;
  padding-top: 5px;
}

@media screen and (max-width: 1000px) {
  .breadcrumbs {
    padding: 5px 1em 0;
  }
}

/* 前の記事へ、次の記事へ　リンク  */
.paging {
  overflow: hidden;
  padding: 20px 0;
}

.paging .prev {
  float: left;
}

.paging .prev a {
  font-size: 16px;
  font-weight: bold;
}

.paging .next {
  float: right;
}

.paging .next a {
  font-size: 16px;
  font-weight: bold;
}

.paging .back {
  text-align: center;
}

.paging .back a {
  font-size: 16px;
  font-weight: bold;
}

/*追加*/
.news-area {
  background-color: #F1F1F1;
}

.anchor-point {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
  height: 0;
}

@media screen and (max-width: 640px) {
  .anchor-point {
    margin-top: -50px;
    padding-top: 50px;
  }
}

/* 221104 */
#wrapper .tel-button {
  -webkit-transition: bottom .3s;
  transition: bottom .3s;
}

#wrapper.hide .tel-button {
  bottom: 0;
}

.tel-button {
  display: block;
  position: fixed;
  bottom: -80px;
  right: 0;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #fff;
  text-align: center;
  border: none;
  background: #042046;
  outline: none;
  z-index: 900;
}

.tel-button .tel-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2em;
  padding: .1em 0;
  text-decoration: none;
  border-top: 1px solid #fff;
}

.tel-button .icon-tel:before {
  font-size: .9em;
  margin-right: .2em;
}

@media screen and (max-width: 640px) {
  .tel-button .tel-link {
    font-size: 1.5em;
    padding: .4em 0;
  }

  .tel-button .icon-tel:before {
    font-size: .8em;
  }
}

.tel-button .tel-link:hover {
  color: #fff;
  text-decoration: none;
}

.tel-button .icon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: .5em;
  font-weight: 700;
  letter-spacing: .1em;
}

.tel-button .icon:after {
  content: "お電話でのお問い合わせはこちら";
}

.br_pc {
  display: none;
}

@media screen and (min-width: 940px) {
  .br_pc {
    display: block;
  }
}

body#wrapper.is-short .tel-button {
  position: static;
  bottom: auto;
  right: auto;
  width: 100%;
  transform: none;
}

/* 短いページ用：tel-button(80px)分を見込んで wrapper の最低高さを調整して
   “余計なスクロール”が出にくくする */
body#wrapper.is-short {
  min-height: calc(100vh - 80px);
}

body#wrapper.is-short .gFoot .inr {
  padding: 25px 0 25px;
}
