@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&amp;subset=japanese);
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jcss {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcsc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  a:focus {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 640px) {
  a:active {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 640px) {
  a:hover {
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 9;
  }
  .disnone a {
    color: #fff;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .disnone {
    display: block !important;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 9;
  }
  .disnone a {
    color: #fff;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

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 {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  word-wrap: break-word;
  font-size: 16px;
  min-width: 100%;
  overflow: hidden;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .inner {
    padding: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding: 64px 0 20px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  padding-bottom: 100px;
}

#contents {
  width: 100%;
  max-width: 1000px;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 834px) and (max-width: 1200px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

a {
  -webkit-transition: 1s;
  transition: 1s;
}

.imgR, .imgL {
  float: none !important;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  float: none;
  max-width: 100% !important;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}

@keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media only screen and (max-width: 834px) {
  .hed_left {
    width: auto;
    margin-right: 30px;
  }
}

.LRwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  .LRwrap {
    display: block;
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .LRwrap {
    padding: 30px 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.time {
  font-size: 13px;
  width: 100%;
  padding: 5px;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .time {
    display: none;
  }
}

.time dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5em;
}

.time dl dt {
  border: 1px solid #004797;
  border-radius: 3px;
  background: #f7f7f7;
  padding: 0 2px;
  width: 80px;
  display: inline-block;
  text-align: center;
  margin: 2px 0;
  margin-right: 15px;
  line-height: 1.5em;
  font-size: 12px;
  font-weight: bold;
  color: #004797;
}

.time dl dd {
  text-align: center;
  line-height: 1;
}

.hed_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .hed_right {
    position: fixed;
    bottom: 0;
    z-index: 999999992;
    padding: 0 10px;
    right: 0;
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0px;
    background: #fff;
    padding: 10px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .hed_right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-right: 10%;
  }
}

.hed_right .right_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 834px) {
  .hed_right .right_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.hed_right .tel2 {
  font-size: 2em;
  font-family: "Times New Roman";
  font-weight: 500;
}

.hed_right .tel2 a {
  color: #333333;
  font-weight: 500;
}

.hed_right .tel2 span {
  display: block;
  font-size: 13px;
}

.hed_right .blog_btn {
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .hed_right .blog_btn {
    width: 50%;
  }
  .hed_right .blog_btn:last-child {
    margin-right: 0;
  }
}

.hed_right .blog_btn a {
  background: #004797;
  display: block;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 100px;
  height: 80px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 !important;
}

@media only screen and (max-width: 640px) {
  .hed_right .blog_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 0;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px !important;
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
  }
}

.hed_right .blog_btn a span {
  display: block;
  line-height: 1;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .hed_right .blog_btn a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    margin-top: 0;
  }
}

.hed_right .blog_btn i {
  font-size: 1.7em;
}

@media only screen and (max-width: 640px) {
  .hed_right .blog_btn i {
    margin-right: 7px;
  }
}

@media only screen and (max-width: 640px) {
  .hed_right .cont {
    width: 50%;
  }
}

.hed_right .cont a {
  background: #004797;
  display: block;
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 100px;
  height: 100px;
  padding: 35px;
  font-size: 1.7em;
}

@media only screen and (max-width: 640px) {
  .hed_right .cont a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 0;
    height: auto;
    padding: 20px 0 !important;
  }
}

.hed_center {
  margin-right: 50px;
}

@media screen and (min-width: 834px) and (max-width: 1480px) {
  .hed_center {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  #header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

#header #siteID {
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #header #siteID {
    text-align: center;
  }
}

#header #siteID a {
  opacity: 1;
  display: block;
}

.top_txt {
  background: #319f2d;
  color: #ffffff;
  font-size: 0.8em;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  .top_txt {
    padding: 10px;
  }
}

.top_txt .inner {
  padding: 0 10px !important;
}

.center_rightwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

@media screen and (min-width: 834px) and (max-width: 1480px) {
  .center_rightwrap {
    display: block;
    width: auto;
  }
}

#hed_info .address {
  text-align: right;
}

@media only screen and (max-width: 640px) {
  #hed_info .address {
    text-align: center;
  }
}

.navwrap {
  padding: 0 !important;
}

@media screen and (min-width: 834px) and (max-width: 1540px) {
  .navwrap {
    width: 100%;
  }
}

.hedwrap {
  border-bottom: 5px solid #dc4c35;
}

#nav_global {
  width: 100%;
  background: url(../images/common/top_bg_pt.png);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media only screen and (max-width: 834px) {
  #nav_global {
    display: none;
  }
}

#nav_global .inner {
  padding: 0;
}

#nav_global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#nav_global ul .pcnone {
  display: none;
}

#nav_global ul .spnone {
  display: block;
}

@media only screen and (max-width: 640px) {
  #nav_global ul .spnone {
    display: none;
  }
}

#nav_global ul li {
  z-index: 1;
  position: relative;
  border-left: 1px dashed #fff;
  width: 100%;
}

#nav_global ul li:last-of-type {
  border-right: 1px dashed #fff;
}

#nav_global ul li span {
  display: block;
}

#nav_global ul li a {
  width: 100%;
  display: block;
  color: #333333;
  padding: 10px;
}

#nav_global ul li a img {
  display: none;
}

#nav_global ul li a span {
  font-size: 13px;
  font-weight: bold;
}

#nav_global ul li a:hover {
  opacity: 1;
  -webkit-animation: 0.3s;
  animation: zoom 0.3s;
  background: #fff;
  color: #333333;
}

#nav_global ul ul {
  position: absolute;
  width: 170px;
  z-index: 100;
  display: block;
  background: #fff;
  text-align: center;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 10px;
  display: none;
}

#nav_global ul ul:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

#nav_global ul ul li {
  border-bottom: 1px solid #d3e4f3;
  font-size: 14px;
}

#nav_global ul ul li:last-of-type {
  border-bottom: none;
}

#nav_global ul ul li a {
  color: #333333;
  padding: 15px 0;
  font-weight: bold;
}

#nav_global ul ul li a:hover {
  -webkit-animation: none;
  animation: none;
}

#mainArea {
  width: 100%;
  position: relative;
}

#mainArea .main_img {
  background: #d3e5f3;
}

#mainArea .main_img img {
  height: 500px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  #mainArea .main_img img {
    height: 500px !important;
    width: auto !important;
  }
}

.mainwrap {
  position: relative;
  height: calc(80vh - 149px);
  background: url(../images/common/main1_pc.jpg) center bottom no-repeat #d5e5f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .mainwrap {
    height: 450px;
  }
}

@media only screen and (max-width: 640px) {
  .mainwrap {
    height: 500px;
  }
}

.mainwrap .main_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  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;
  display: none;
  margin-top: 10%;
}

@media only screen and (max-width: 640px) {
  .mainwrap .main_txt {
    margin-top: 22%;
  }
}

.mainwrap .main_txt p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
}

.mainwrap .main_txt h1 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
}

.mainwrap .main_txt .txt01 {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .mainwrap .main_txt .txt01 {
    margin-top: 50px;
  }
}

.mainwrap .main_txt .txt01 br:nth-of-type(1) {
  display: none;
}

@media only screen and (max-width: 640px) {
  .mainwrap .main_txt .txt01 br:nth-of-type(1) {
    display: block;
  }
}

.mainwrap .main_txt .txt01 br:nth-of-type(3) {
  display: none;
}

@media only screen and (max-width: 640px) {
  .mainwrap .main_txt .txt01 br:nth-of-type(3) {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .mainwrap .main_txt .txt01 {
    font-size: 16px;
    padding: 15px;
  }
}

.mainwrap .main_txt .txt02 {
  font-size: 30px;
  line-height: 1em;
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .mainwrap .main_txt .txt02 {
    font-size: 20px;
  }
}

.mainwrap .main_txt .txt03 {
  font-size: 50px;
  line-height: 1em;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .mainwrap .main_txt .txt03 {
    font-size: 30px;
  }
}

.loading01 {
  width: 100%;
  height: 100%;
  background: #004797;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 6;
  padding: 160px;
}

@media only screen and (max-width: 834px) {
  .loading01 {
    padding: 160px 0;
  }
}

.loading01 .opening_txt {
  font-size: 2em;
  font-weight: bold;
  color: #ffffff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1em;
}

.loading02 {
  width: 100%;
  height: 100%;
  background: #004797;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 6;
  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;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .loading02 {
    padding: 92px 0;
  }
}

@media only screen and (max-width: 640px) {
  .loading02 {
    padding: 130px 0;
  }
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .loading02 {
    padding: 147px 0;
  }
}

.loading03 {
  width: 100%;
  height: 100%;
  background: #004797;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.loading p {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.front-logo img {
  height: 363px !important;
  display: inline-block;
}

#local-keyvisual {
  position: relative;
  background-position: center bottom;
  z-index: 0;
}

#local-keyvisual h1 {
  color: #333;
  font-size: 5em;
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 110px 0;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1em;
}

@media only screen and (max-width: 834px) {
  #local-keyvisual h1 {
    padding: 50px 0;
    font-size: 2.5em;
  }
}

#local-keyvisual h1 span {
  display: block;
  font-size: 20px;
  padding-top: 1.5em;
  text-shadow: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1em;
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1 span {
    padding-top: 1em;
  }
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center bottom;
}

#local-keyvisual-title {
  background: url(../images/contents/main1_local.jpg) no-repeat bottom center;
  background-size: cover;
}

.pan1 {
  margin: 20px 0 100px;
}

@media only screen and (max-width: 834px) {
  .pan1 {
    display: none;
  }
}

.pan1 a {
  color: #000;
}

html,
body {
  min-height: 100%;
}

#wrap {
  height: 100%;
  padding: 72px 10px 0;
  overflow-x: hidden;
  position: relative;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.onlineShops {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 92px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-size: cover;
}

.header .orangeTypeLink,
.header .tipsLink,
.header .aboutLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: no-repeat right top;
  background-size: auto auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
  letter-spacing: 0.2em;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  position: absolute;
}

.header .orangeTypeLink span,
.header .tipsLink span,
.header .aboutLink span {
  display: block;
  margin-right: 14px;
}

.header .orangeTypeLink:hover,
.header .tipsLink:hover,
.header .aboutLink:hover {
  width: 57px;
}

.header .orangeTypeLink {
  height: 149px;
  width: 47px;
  color: #fff;
  background-image: url(../img/common/bg_header-menu01.png);
  top: 25px;
  left: -28px;
}

.header .tipsLink {
  height: 159px;
  width: 47px;
  background-image: url(../img/common/bg_header-menu02.png);
  top: 184px;
  left: -28px;
}

.header .aboutLink {
  height: 151px;
  width: 48px;
  color: #fff;
  background-image: url(../img/common/bg_header-menu03.png);
  top: 358px;
  left: -14px;
}

.headerLogo {
  margin: 0 18px 0 auto;
  width: 113px;
}

.toggleMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  width: 75px;
  background-size: contain;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 9999999999;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #004797;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.hide {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}

.toggleMenu .bars {
  margin: -18px 0 0px 16px;
  height: 22px;
  width: 44px;
  position: relative;
}

.toggleMenu .bars:after {
  content: "MENU";
  font-size: 13px;
  display: inline-block;
  color: #ffffff;
  padding-top: 25px;
  font-weight: bold;
}

.toggleMenu a:hover {
  opacity: 1;
}

.toggleMenu .bars span {
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
}

.toggleMenu .bars span:nth-of-type(1) {
  width: 44px;
  top: 0;
}

.toggleMenu .bars span:nth-of-type(2) {
  width: 44px;
  top: 10px;
}

.toggleMenu .bars span:nth-of-type(3) {
  width: 44px;
  top: 20px;
}

.toggleMenu.isActive .bars span {
  right: 0;
  left: -3px;
}

.toggleMenu.isActive .bars span:nth-of-type(1),
.toggleMenu.isActive .bars span:nth-of-type(3) {
  width: 50px;
  top: 10px;
}

.toggleMenu.isActive .bars span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggleMenu.isActive .bars span:nth-of-type(2) {
  opacity: 0;
}

.toggleMenu.isActive .bars span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overlayMenu {
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  z-index: 999999999;
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.overlayMenu.isOpened {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.overlayMenu > .outer {
  height: 100%;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-size: cover;
  padding: 50px 0 !important;
}

.overlayMenu > .outer .logo img {
  max-width: calc(80% / 2);
}

.overlayMenu > .outer .inner {
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 640px) {
  .overlayMenu > .outer .inner {
    padding-bottom: 0 !important;
  }
}

.overlayMenu > .outer .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.overlayMenu > .outer .hed_right {
  background: none !important;
  position: inherit;
  padding: 10px;
  border-top: none;
}

@media only screen and (max-width: 834px) {
  .overlayMenu > .outer .hed_right {
    padding: 0 20px !important;
  }
  .overlayMenu > .outer .hed_right .tel2 {
    font-size: 1.3em;
  }
  .overlayMenu > .outer .hed_right .right_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 834px) {
  .overlayMenu > .outer {
    padding: 20px 0;
  }
  .overlayMenu > .outer .spcont_btn_wrap {
    margin-top: 30px;
  }
  .overlayMenu > .outer .spcont_btn_wrap a {
    padding: 0 !important;
  }
  .overlayMenu > .outer .spcont_btn_wrap img {
    width: 60% !important;
  }
}

.overlayMenu > .outer .sp_nav li {
  width: 49%;
  margin-bottom: 10px;
}

.overlayMenu > .outer .sp_nav li a {
  color: #000;
  padding: 1.2em 0;
  padding-left: 1em;
  display: block;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
  /*アイコン分のスペース*/
  line-height: 1;
  border: 1px solid #ccc;
}

.overlayMenu > .outer .sp_nav li a:before {
  font-family: "Font Awesome 5 pro";
  content: "\f0a9";
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  font-size: 1em;
  /*サイズ*/
  right: 5.5%;
  /*アイコンの位置*/
  top: 50%;
  /*アイコンの位置*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #004797;
  /*アイコン色*/
}

.overlayMenu > .outer .sp_nav li a span {
  display: block;
}

.sp_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .sp_menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sp_menu ul li {
  text-align: left;
  font-size: 18px;
}

.sp_menu .inner {
  padding: 0;
}

.overlayMenu:before,
.overlayMenu:after {
  content: "";
  height: 20px;
  background-size: cover;
  position: absolute;
  left: 10px;
  right: 10px;
}

.overlayMenu:before {
  top: 0;
}

.overlayMenu:after {
  bottom: 0;
}

.overlayMenu .onlineShops {
  margin-top: 42px;
}

.overlayMenu .corporateLink {
  margin-top: 10px;
  height: 55px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: url(../img/common/bg_corporate-site.jpg) no-repeat center;
  background-size: cover;
}

.overlayMenuTitle {
  display: block;
  margin-top: 64px;
  font-size: 21px;
  font-weight: bold;
  color: #016411;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}

.overlayMenuTitle:after {
  content: "";
  margin: auto;
  height: 22px;
  width: 100px;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.overlayMenuList {
  margin-top: 64px;
  font-size: 16px;
  font-weight: bold;
  color: #016411;
  letter-spacing: 0.1em;
}

.overlayMenuList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: no-repeat right center;
}

.overlayMenuList li + li {
  margin-top: 22px;
}

.overlayMenuList li:after {
  content: "";
  margin: 0 40px 0 1em;
  background: url(../img/common/bg_dots01.png) repeat-x left center;
  background-size: 3px auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.overlayMenuList li:nth-of-type(2) {
  background-image: url(../img/common/img_menu-orange01.png);
  background-size: auto 23px;
}

.overlayMenuList li:nth-of-type(1),
.overlayMenuList li:nth-of-type(3) {
  background-image: url(../img/common/img_menu-orange02.png);
  background-size: 22.5px 19.5px;
}

.overlayMenuList li:nth-of-type(4) {
  background-image: url(../img/common/img_menu-orange03.png);
  background-size: 21px 25px;
}

.copyright {
  padding: 28px 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.topIntroPicture {
  margin: 50px auto 0;
  width: 287px;
}

.topIntroCatch {
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #016411;
  line-height: 2.95;
  letter-spacing: 0.1em;
  text-align: center;
}

.topIntroCatch span {
  position: relative;
}

.topIntroCatch span:before {
  content: "";
  height: 131px;
  width: 270px;
  background: url(../img/top/bg_intro-catch.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 36px;
  left: -41px;
}

.topIntroText {
  margin: 32px 14px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.15;
  letter-spacing: 0.05em;
}

.orangeTypes {
  margin-top: 36px;
  padding: 16px 28px 32px;
  position: relative;
}

.orangeTypes:before,
.orangeTypes:after {
  content: "";
  z-index: 2;
  position: absolute;
}

.orangeTypes:before {
  border: solid 3px #016411;
  top: 8px;
  right: 10px;
  bottom: 0;
  left: 10px;
}

.orangeTypes:after {
  border: solid 2px #016411;
  top: 14px;
  right: 16px;
  bottom: 6px;
  left: 16px;
}

.orangeTypes .decoration:before,
.orangeTypes .decoration:after {
  content: "";
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
}

.orangeTypes .decoration:before {
  height: 192px;
  width: 130px;
  background-image: url(../img/types/bg_top-left.png);
  left: 0;
}

.orangeTypes .decoration:after {
  height: 203px;
  width: 152px;
  background-image: url(../img/types/bg_top-right.png);
  right: 0;
}

.orangeTypes .inner {
  padding-top: 180px;
  z-index: 3;
  position: relative;
}

.orangeTypes .moreButton {
  display: block;
  margin-top: 30px;
  padding-top: 16px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: url(../img/common/ico_bottom.svg) no-repeat center bottom 15px, url(../img/types/bg_orange-more.png) no-repeat center;
  background-size: 22px auto, cover;
  height: 65px;
}

.orangeTypesTitle {
  color: #016411;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

.orangeTypesTitle span {
  position: relative;
}

.orangeTypesTitle span:before {
  content: "";
  height: 135px;
  width: 181px;
  background: url(../img/top/img_types-title.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -94px;
  left: -8px;
}

.orangeTypesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.orangeTypesList li {
  position: relative;
}

.orangeTypesList a {
  display: block;
  height: 100%;
  width: 100%;
}

.orangeTypesList .title {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #016411;
  text-align: center;
  position: absolute;
  top: 26px;
  left: 0;
}

.orangeTypesList figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.orangeTypesList img {
  margin-bottom: 23px;
  width: auto;
}

.citrusHeading {
  margin-top: 15px;
  text-align: center;
  position: relative;
}

.citrusHeading span {
  display: inline-block;
  margin-top: 132px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #016411;
  letter-spacing: 0.1em;
  position: relative;
}

.citrusHeading span:before {
  content: "";
  margin: auto;
  height: 29px;
  width: 30px;
  background: url(../img/types/img_heading-orange.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.citrusHeading span:after {
  content: "";
  height: 5px;
  width: 100%;
  background: url(../img/common/img_waves.svg) repeat-x center;
  background-size: auto 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.citrusHeading h1 {
  margin-top: 28px;
  font-size: 25px;
  color: #016411;
  letter-spacing: 0.1em;
}

.citrusHeading small {
  margin-left: 10px;
  font-family: "Cabin Sketch", cursive;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

.citrusHeading:before,
.citrusHeading:after {
  content: "";
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
}

.citrusHeading:before {
  height: 192px;
  width: 130px;
  background-image: url(../img/types/bg_top-left.png);
  left: -12px;
}

.citrusHeading:after {
  height: 203px;
  width: 152px;
  background-image: url(../img/types/bg_top-right.png);
  right: -11px;
}

.citrusData {
  margin: 22px 0 34px;
}

.citrusContents {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.citrusContents > * + * {
  margin-top: 25px;
}

.citrusContents hr {
  border: solid 2px #f0ede6;
}

.citrusFigure {
  text-align: center;
}

.citrusFigure figure {
  display: inline-block;
  max-width: 682px;
}

.citrusFigure figcaption {
  margin-top: 7px;
  font-size: 12px;
}

.citrusHeading01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  letter-spacing: 0.1em;
}

.citrusHeading02 {
  padding: 9px 1em 9px 47px;
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-top: solid 2px #f0ede6;
  border-bottom: solid 2px #f0ede6;
  background: url(../img/types/img_heading-orange.png) no-repeat left 5px center;
  background-size: auto 29px;
}

.citrusHeading03 {
  line-height: 1;
}

.citrusHeading03 span {
  display: inline-block;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #016411;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}

.citrusHeading03 span:after {
  content: "";
  height: 5px;
  width: 100%;
  background: url(../img/common/img_waves.svg) repeat-x left top;
  background-size: 119px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.citrusCalendarHeading {
  margin-top: 48px;
  text-align: center;
  position: relative;
}

.citrusCalendarHeading h2 {
  font-family: "A-OTF 見出ゴMB1 Std DeBold", "MiGoMB1Std-DeBold", "見出ゴMB1", "Midashi Go MB1", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.24em;
}

.citrusCalendarHeading img {
  display: inline-block;
  margin-top: 8px;
  width: 105px;
}

.citrusCalendarHeading:after {
  content: "";
  height: 76px;
  width: 57px;
  background: url(../img/types/img_calendar-girl.png) no-repeat center;
  background-size: contain;
  z-index: 1;
  position: absolute;
  bottom: -33px;
  left: 0;
}

.citrusCalendar {
  margin: 30px -10px 0;
  padding: 40px 15px 20px;
  background: url(../img/types/bg_calendar.jpg) repeat left top;
  background-size: 100% auto;
}

.citrusCalendar .moreButton {
  height: 60px;
  width: 100%;
  background: url(../img/types/bg_calendar-more.jpg) no-repeat center;
  background-size: cover;
  font-family: "A-OTF 見出ゴMB1 Std DeBold", "MiGoMB1Std-DeBold", "見出ゴMB1", "Midashi Go MB1", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
}

.citrusCalendarList {
  overflow: hidden;
  -webkit-transition: height 0.8s ease;
  transition: height 0.8s ease;
}

.citrusCalendarList li {
  margin-bottom: 50px;
  position: relative;
}

.citrusCalendarList li:after {
  content: "";
  height: 1px;
  width: 100%;
  background: url(../img/types/bg_calendar-border.png) repeat-x left top;
  background-size: auto 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.citrusCalendarList dt {
  font-family: "A-OTF 見出ゴMB1 Std DeBold", "MiGoMB1Std-DeBold", "見出ゴMB1", "Midashi Go MB1", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.citrusCalendarList dt img {
  width: auto;
  margin-right: 16px;
  vertical-align: middle;
}

.citrusCalendarList dt span {
  vertical-align: middle;
}

.citrusCalendarList dd {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.05em;
}

.citrusSeason .text {
  display: inline-block;
  width: 86px;
  font-family: "A-OTF 見出ゴMB1 Std DeBold", "MiGoMB1Std-DeBold", "見出ゴMB1", "Midashi Go MB1", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.citrusSeason .label {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  width: 135px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: center;
  background-color: #fdb100;
  color: #fff;
  border-radius: 2px;
}

.citrusHeading04 {
  line-height: 1;
}

.citrusHeading04 span {
  display: inline-block;
  padding: 3px 10px;
  background: url(../img/types/bg_dl01.jpg) no-repeat center;
  background-size: cover;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.citrusDl02 dt {
  padding: 12px 20px;
  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;
  background: url(../img/types/bg_dl02.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.citrusDl02 dt:before {
  content: "";
  border: solid 2px #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.citrusIngredient {
  margin-top: 62px;
}

.citrusIngredientHeading {
  margin-bottom: 10px;
  padding-left: 70px;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
}

.citrusIngredientHeading:before {
  content: "";
  height: 87px;
  width: 60px;
  background: url(../img/types/ico_measure.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -11px;
  left: 9px;
}

.citrusIngredientList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 15px;
  background-color: #f0ede6;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}

.citrusIngredientList dt,
.citrusIngredientList dd {
  padding: 18px 0;
}

.citrusIngredientList dt {
  width: 54.2372881%;
  text-align: center;
  color: #fff;
  background: no-repeat center;
  background-size: cover;
}

.citrusIngredientList dd {
  padding-left: 15px;
  width: 45.7627118644%;
  background-color: #fff;
}

.purchaseButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  height: 60px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: url(../img/common/ico_next-white.svg) no-repeat right 13px center, url(../img/types/bg_purchase-btn.jpg) no-repeat center;
  background-size: auto 22px, cover;
  letter-spacing: 0.1em;
  max-width: 325px;
}

.citrusRecipeHeading {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.citrusRecipeHeading:after {
  content: "";
  margin: auto;
  height: 32px;
  width: 189px;
  background: url(../img/types/bg_recipe-text.png);
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -33px;
  left: 0;
}

.citrusRecipeHeading .color01 {
  color: #52a50a;
}

.citrusRecipeHeading .color02 {
  color: #ffb700;
}

.citrusRecipeHeading .color03 {
  color: #008fb6;
}

.citrusRecipe {
  margin-top: 62px;
}

.sideTipsHead {
  margin: 48px auto 0;
  height: 151px;
  width: 260px;
  background: url(../img/common/tit_side-mikan-tips.png) no-repeat center;
  background-size: contain;
  position: relative;
}

.sideTipsHead span {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 63px;
  left: 21px;
  letter-spacing: 0.1em;
}

.sideTipsList {
  margin: 20px auto 0;
  width: 260px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: 0.1em;
}

.sideTipsList li {
  height: 55px;
  background: url(../img/common/bg_side-tips.png) no-repeat center;
  background-size: contain;
}

.sideTipsList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 1em;
  height: 100%;
  width: 100%;
}

.sideTipsList li + li {
  margin-top: 10px;
}

.sideTipsMore {
  display: inline-block;
  margin: 20px 0 0 10px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.sideTipsMore:before {
  content: "";
  height: 19px;
  width: 12px;
  background: url(../img/common/ico_next-black.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 12px;
}

.sideTipsMore:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.orangeTips {
  margin: 76px 15px 0;
}

.orangeTipsTitle {
  height: 192px;
  padding: 34px 0 0 14px;
  background: url(../img/top/bg_tips.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.orangeTipsTitle .heading {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

.orangeTipsTitle .heading:before {
  content: "";
  height: 36px;
  width: 226px;
  background: url(../img/top/img_tips-heading.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -55px;
  left: 0;
}

.orangeTipsTitle .more {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 25px;
  left: 38px;
}

.orangeTipsTitle .more:before {
  content: "";
  height: 22px;
  width: 13px;
  background: url(../img/common/ico_next-black.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: -23px;
}

.orangeTipsTitle:before {
  content: "";
  height: 57px;
  width: 111px;
  background: url(../img/top/img_tips-hat.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -46px;
  right: 5px;
}

.orangeTipsList {
  margin-top: 20px;
}

.orangeTipsList li {
  height: 65px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: url(../img/tips/bg_tips-item02.png) no-repeat left center, url(../img/tips/bg_tips-item01.jpg) no-repeat center;
  background-size: 32px 27px, cover;
}

.orangeTipsList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-left: 43px;
}

.tipsArchiveHead {
  margin-top: 60px;
  padding-top: 52px;
  height: 186px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background: url(../img/tips/bg_tips-title.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.tipsArchiveHead:before,
.tipsArchiveHead:after {
  content: "";
  position: absolute;
}

.tipsArchiveHead:before {
  margin: auto;
  height: 57px;
  width: 111px;
  background: url(../img/tips/img_title-hat.png) no-repeat center;
  background-size: contain;
  top: -46px;
  left: 0;
  right: 0;
}

.tipsArchiveHead:after {
  margin: auto;
  height: 36px;
  width: 226px;
  background: url(../img/tips/img_sub-title.png) no-repeat center;
  background-size: contain;
  top: 100px;
  left: 0;
  right: 0;
}

.tipsArchiveList {
  margin-top: 25px;
}

.tipsArchiveList .title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.64;
  letter-spacing: 0.1em;
  position: relative;
}

.tipsArchiveList .title:after {
  content: "";
  height: 2px;
  background: url(../img/tips/bg_title-dots.png) repeat-x left top;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
}

.tipsArchiveList .excerpt {
  margin-top: 20px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.tipsArchiveList li {
  min-height: 210px;
  background: url(../img/tips/bg_tips-item03.png) no-repeat left center, url(../img/tips/bg_tips-item01.png) no-repeat center;
  background-size: 29px 107px, cover;
}

.tipsArchiveList a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 28px 20px 22px 48px;
}

.orangeTipArticle {
  margin-top: 25px;
}

.orangeTipArticle .articleTitle {
  padding: 22px 22px 22px 43px;
  background: url(../img/tips/bg_tips-item02.png) no-repeat left center, url(../img/tips/bg_tips-item01.jpg) no-repeat center;
  background-size: 32px 27px, cover;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.orangeTipArticle .articleContent {
  margin-top: 25px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.orangeTipArticle .articleContent > * + * {
  margin-top: 15px;
}

.orangeTipArticle .articleContent hr {
  margin: 30px 0;
  border: solid 2px #f0ede6;
}

.orangeTipArticle .articlePicture {
  text-align: center;
}

.orangeTipArticle .articlePicture figure {
  display: inline-block;
  max-width: 682px;
}

.orangeTipArticle .articlePicture figcaption {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.91;
  letter-spacing: 0.05em;
}

.articlePagination {
  margin-top: 42px;
  padding-top: 42px;
  height: 82px;
  text-align: center;
  position: relative;
}

.articlePagination .next,
.articlePagination .prev {
  position: absolute;
  top: 0;
}

.articlePagination .next img,
.articlePagination .prev img {
  height: 22px;
  width: auto;
}

.articlePagination .next {
  right: 0;
}

.articlePagination .prev {
  left: 0;
}

.articlePagination .backToIndex {
  display: inline-block;
  width: 182px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.articlePagination .backToIndex:after {
  content: "";
  height: 12px;
  width: 182px;
  background: url(../img/tips/bg_back-to-index.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 27px;
  left: 0;
}

.tipsArchivePagination {
  margin-top: 36px;
  height: 82px;
  font-family: "Cabin Sketch", cursive;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.tipsArchivePagination .page,
.tipsArchivePagination .current {
  display: inline-block;
  width: 35px;
  font-size: 18px;
}

.tipsArchivePagination .current {
  position: relative;
}

.tipsArchivePagination .current:after {
  content: "";
  margin: auto;
  height: 16px;
  width: 35px;
  background: url(../img/tips/ico_current.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -17px;
  left: 0;
}

.tipsArchivePagination .previouspostslink,
.tipsArchivePagination .nextpostslink {
  font-size: 16px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
}

.tipsArchivePagination .previouspostslink:before,
.tipsArchivePagination .nextpostslink:before {
  content: "";
  height: 22px;
  width: 13px;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
}

.tipsArchivePagination .page + .page,
.tipsArchivePagination .current + .page,
.tipsArchivePagination .page + .current {
  margin-left: 20px;
}

.tipsArchivePagination .previouspostslink {
  padding-left: 30px;
  left: 0;
}

.tipsArchivePagination .previouspostslink:before {
  background-image: url(../img/common/ico_prev-black.svg);
  left: 0;
}

.tipsArchivePagination .nextpostslink {
  padding-right: 30px;
  right: 0;
}

.tipsArchivePagination .nextpostslink:before {
  background-image: url(../img/common/ico_next-black.svg);
  right: 0;
}

.topIntroPicture,
.topIntroCatch,
.topIntroText {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

.topIntroPicture[data-emergence="visible"],
.topIntroCatch[data-emergence="visible"],
.topIntroText[data-emergence="visible"] {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 767px) {
  #wrap {
    height: 100%;
    overflow: hidden;
  }
  .footer .contents {
    margin-top: 38px;
  }
  .citrusSeason {
    margin-top: 14px;
  }
  .orangeTypesList {
    margin-top: 35px;
  }
  .orangeTypesList li {
    height: 168px;
    width: calc(50% - 2px);
    position: relative;
  }
  .orangeTypesList li:nth-of-type(2n):before {
    content: "";
    margin-left: 2px;
    width: 2px;
    background-color: #016411;
    position: absolute;
    top: 10px;
    left: -1px;
    bottom: 10px;
  }
  .orangeTypesList li:nth-of-type(2n + 1):not(:first-of-type):before {
    content: "";
    margin-left: 2px;
    height: 3px;
    width: calc(200%);
    background-color: #016411;
    z-index: 1;
    position: absolute;
    top: -1.5px;
    left: 0;
  }
  .citrusDl01 dd,
  .citrusDl02 dd {
    margin-top: 14px;
  }
  .citrusDl02 dt:nth-of-type(n + 2) {
    margin-top: 18px;
  }
  .citrusIngredientList dt:nth-of-type(n + 2),
  .citrusIngredientList dd:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .orangeTipsList li + li {
    margin-top: 10px;
  }
  .tipsArchiveList li + li {
    margin-top: 20px;
  }
}

@media screen and (min-width: 834px), print {
  #wrap {
    min-width: 1288px;
    max-width: 1346px;
    margin: 0 auto;
    padding: 20px 56px 0 20px;
  }
  #wrap:before,
  #wrap:after {
    content: "";
    width: 28px;
    position: absolute;
    right: 56px;
  }
  #wrap:after {
    background: url(../img/common/bg_header02_pc.png) repeat-y left top;
    background-size: 100% auto;
    top: 25px;
    bottom: 99px;
  }
  #wrap:before {
    height: 10px;
    background: url(../img/common/bg_header01_pc.png) no-repeat left top;
    top: 15px;
  }
  .mainContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
    width: 1173px;
  }
  .mainContainer .sideNav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 50px;
    width: 280px;
  }
  .mainContainer .mainContents {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .sideOrangesHead {
    margin: 40px auto 0;
    height: 54px;
    line-height: 54px;
    width: 260px;
    background: url(../img/common/bg_orange-types.png) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sideOranges {
    margin: 23px auto 0;
    width: 260px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .sideOranges li {
    -webkit-transition: transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .sideOranges li:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .sideOranges img {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
  }
  .sideOranges li + li {
    margin-top: 20px;
  }
  .button {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .button:hover {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  .topIntroPicture {
    margin-top: 82px;
    width: 539px;
  }
  .topIntroCatch {
    margin-top: 38px;
    font-size: 26px;
  }
  .topIntroCatch span:before {
    height: 96px;
    width: 534px;
    background-image: url(../img/top/bg_intro-catch_pc.png);
    position: absolute;
    top: 39px;
    left: -159px;
  }
  .topIntroCatch span:after {
    content: "";
    height: 152px;
    width: 941px;
    background: url(../img/top/img_intro-clouds.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -90px;
    left: -350px;
  }
  .topIntroText {
    margin-top: 48px;
    text-align: center;
    line-height: 2.46;
    letter-spacing: 0.1em;
  }
  .orangeTypes {
    margin: 68px auto 0;
    padding: 0 61px 69px 61px;
    width: 1060px;
  }
  .orangeTypes:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .orangeTypes:after {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }
  .orangeTypes .decoration:before {
    height: 268px;
    width: 308px;
    background-image: url(../img/types/bg_top-left_pc.png);
    top: -31px;
    left: -28px;
  }
  .orangeTypes .decoration:after {
    height: 288px;
    width: 303px;
    background-image: url(../img/types/bg_top-right_pc.png);
    top: -34px;
    right: -28px;
  }
  .orangeTypesList {
    margin-top: 88px;
  }
  .orangeTypesList li {
    height: 195px;
    width: calc(100% / 5);
  }
  .orangeTypesList li + li:not(:nth-of-type(5n + 1)):before {
    content: "";
    height: 175px;
    width: 2px;
    background: #0e6613;
    z-index: 1;
    position: absolute;
    top: 10px;
    left: -1px;
  }
  .orangeTypesList li:nth-of-type(5n + 1):not(:first-of-type):before {
    content: "";
    height: 3px;
    width: 938px;
    background: #0e6613;
    z-index: 1;
    position: absolute;
    top: -1.5px;
  }
  .orangeTypesList a:after {
    content: "";
    margin: auto;
    height: 88px;
    width: 81px;
    background: url(../img/types/ico_more.png) no-repeat center;
    background-size: contain;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .orangeTypesList a:hover:after {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .orangeTypesTitle {
    font-size: 28px;
  }
  .orangeTypesTitle span:before {
    height: 156px;
    width: 191px;
    background-image: url(../img/top/img_types-title_pc.png);
    top: -102px;
    left: -5px;
  }
  .citrusCalendarList li {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 134px;
  }
  .citrusCalendarList li:after {
    bottom: 0;
  }
  .citrusCalendarList dl {
    padding-right: 40px;
    width: 342px;
  }
  .citrusCalendarList dt {
    margin: 15px 0px 0 8px;
  }
  .citrusCalendarList dt img {
    margin-right: 18px;
  }
  .citrusCalendarList dd {
    line-height: 2;
  }
  .citrusSeason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 400px;
  }
  .citrusSeason .label {
    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;
    font-size: 11px;
    line-height: 1.27;
    letter-spacing: 0.05em;
  }
  .citrusIngredientList {
    width: 843px;
    padding: 50px;
  }
  .citrusIngredientList dt,
  .citrusIngredientList dd {
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
  .citrusIngredientList dt:nth-of-type(n + 3),
  .citrusIngredientList dd:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .citrusIngredientList dt {
    width: 180px;
    background-image: url(../img/types/bg_ingredient01.jpg);
  }
  .citrusIngredientList dt:nth-of-type(2n) {
    margin-left: 10px;
  }
  .citrusIngredientList dt:nth-of-type(4n - 1),
  .citrusIngredientList dt:nth-of-type(4n - 2) {
    background-image: url(../img/types/bg_ingredient02.jpg);
  }
  .citrusIngredientList dd {
    padding-left: 24px;
    width: 186px;
  }
  .citrusCalendar {
    margin: 93px 0 0;
    padding: 30px 50px 60px;
    background-image: url(../img/types/bg_calendar_pc.jpg);
    position: relative;
  }
  .citrusCalendarList {
    height: auto !important;
  }
  .citrusCalendarList .citrus01 .citrusSeason .label {
    width: 120px;
  }
  .citrusCalendarList .citrus02 .citrusSeason .label {
    width: 60px;
  }
  .citrusCalendarList .citrus03 .citrusSeason .label {
    width: 200px;
  }
  .citrusCalendarList .citrus04 .citrusSeason .label {
    margin-left: 60px;
    width: 80px;
  }
  .citrusCalendarList .citrus05 .citrusSeason .label {
    margin-left: 60px;
    width: 80px;
  }
  .citrusCalendarList .citrus06 .citrusSeason .label {
    margin-left: 70px;
    width: 130px;
  }
  .citrusCalendarList .citrus07 .citrusSeason .label {
    margin-left: 100px;
    width: 160px;
  }
  .citrusCalendarList .citrus08 .citrusSeason .label {
    margin-left: 80px;
    width: 80px;
  }
  .citrusCalendarList .citrus09 .citrusSeason .label {
    margin-left: 80px;
    width: 90px;
  }
  .citrusCalendarList .citrus10 .citrusSeason .label {
    margin-left: 80px;
    width: 120px;
  }
  .citrusCalendarList .citrus11 .citrusSeason .label {
    margin-left: 80px;
    width: 200px;
  }
  .citrusCalendarList .citrus12 .citrusSeason .label {
    margin-left: 100px;
    width: 70px;
  }
  .citrusCalendarList .citrus13 .citrusSeason .label {
    margin-left: 120px;
    width: 100px;
  }
  .citrusCalendarList .citrus14 .citrusSeason .label {
    margin-left: 140px;
    width: 80px;
  }
  .citrusCalendarList .citrus15 .citrusSeason .label {
    margin-left: 160px;
    width: 60px;
  }
  .citrusCalendarList .citrus16 .citrusSeason .label {
    margin-left: 190px;
    height: 50px;
    width: 50px;
  }
  .citrusCalendarList .citrus17 .citrusSeason .label {
    margin-left: 190px;
    height: 50px;
    width: 50px;
  }
  .citrusCalendarList .citrus18 .citrusSeason .label {
    margin-left: 180px;
    width: 120px;
  }
  .citrusCalendarList .citrus19 .citrusSeason .label {
    margin-left: 260px;
    width: 80px;
  }
  .citrusCalendarList .citrus20 .citrusSeason .label {
    margin-left: 340px;
    width: 60px;
  }
  .citrusSeason .text {
    display: none;
  }
  .citrusDl01 dd {
    margin-top: 14px;
  }
  .citrusDl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .citrusDl02 dt:nth-of-type(n + 2),
  .citrusDl02 dd:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .citrusDl02 dt {
    margin-right: 30px;
    height: auto;
    width: 220px;
  }
  .citrusDl02 dd {
    width: 593px;
  }
  .citrusCalendarHeading h2 {
    font-size: 28px;
  }
  .citrusCalendarHeading:after {
    height: 95px;
    width: 79px;
  }
  .citrusCalendarHeading:after {
    bottom: -97px;
    left: 150px;
  }
  .citrusHeading span {
    font-size: 20px;
  }
  .citrusHeading h1 {
    font-size: 28px;
  }
  .citrusHeading:before {
    height: 234px;
    width: 204px;
    background-image: url(../img/types/bg_top-left02_pc.png);
    left: 0;
  }
  .citrusHeading:after {
    height: 219px;
    width: 231px;
    background-image: url(../img/types/bg_top-right02_pc.png);
    right: 0;
  }
  .citrusData {
    margin-bottom: 82px;
  }
  .citrusCalendarScale {
    position: absolute;
    top: -46px;
    right: 65px;
  }
  .citrusRecipeHeading {
    font-size: 26px;
  }
  .citrusRecipeHeading .inner {
    display: inline-block;
    width: 398px;
    padding-left: 5px;
    text-align: left;
  }
  .citrusRecipeHeading:after {
    height: 43px;
    width: 398px;
    background-image: url(../img/types/bg_recipe-text_pc.png);
    bottom: -12px;
    left: 0;
  }
  .citrusRecipe {
    margin-top: 50px;
    text-align: center;
  }
  .orangeTips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 105px auto 0;
    width: 1060px;
  }
  .orangeTipsTitle {
    margin-right: 42px;
    padding: 57px 0 0 41px;
    height: 300px;
    width: 329px;
    background-image: url(../img/top/bg_tips_pc.png);
    background-size: contain;
  }
  .orangeTipsTitle:before {
    left: 10px;
    right: auto;
  }
  .orangeTipsTitle .heading {
    font-size: 26px;
  }
  .orangeTipsTitle .heading:before {
    bottom: -49px;
  }
  .orangeTipsTitle .more {
    font-size: 14px;
    bottom: 112px;
    left: 67px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .orangeTipsTitle .more:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .orangeTipsList {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 689px;
  }
  .orangeTipsList li {
    height: 75px;
    width: 330px;
  }
  .orangeTipsList li:nth-of-type(2n) {
    margin-left: 29px;
  }
  .orangeTipsList li:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .orangeTipsList a {
    padding-left: 48px;
    padding-right: 1em;
  }
  .tipsArchiveList {
    width: 843px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tipsArchiveList li {
    min-height: 185px;
    width: 406px;
  }
  .tipsArchiveList li:nth-of-type(2n) {
    margin-left: 30px;
  }
  .tipsArchiveList li:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .articlePagination {
    margin-top: 62px;
    padding: 0;
  }
  .articlePagination .prev,
  .articlePagination .next {
    top: 12px;
  }
  .tipsArchivePagination {
    margin-top: 75px;
    height: auto;
  }
  .tipsArchivePagination .page,
  .tipsArchivePagination .current {
    font-size: 20px;
  }
  .tipsArchivePagination .page + .page,
  .tipsArchivePagination .current + .page,
  .tipsArchivePagination .page + .current {
    margin-left: 26px;
  }
  .orangeTipsList li,
  .sideTipsList li,
  .tipsArchiveList li {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .orangeTipsList li:hover,
  .sideTipsList li:hover,
  .tipsArchiveList li:hover {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

.orangeTipsList span {
  display: block;
  width: 100%;
}

#wpadminbar {
  top: auto !important;
  bottom: 0;
}

#wpadminbar .ab-sub-wrapper {
  bottom: 100%;
}

.orangeTypesList {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .orangeTypesList {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
}

@media screen and (max-width: 375px) {
  .toggleMenu {
    width: 51.73vw;
  }
}

@media screen and (max-width: 767px) {
  .footer .onlineShops li,
  .overlayMenu .onlineShops li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .footer .onlineShops li + li,
  .overlayMenu .onlineShops li + li {
    margin-left: 10px;
  }
  .footer .onlineShops .button,
  .overlayMenu .onlineShops .button {
    width: 100%;
    text-align: center;
  }
  .footer .onlineShops .onlineShopsList,
  .overlayMenu .onlineShops .onlineShopsList {
    padding-left: 22px;
    padding-right: 22px;
  }
  .orangeTypesList {
    -webkit-transition: height 0.8s ease;
    transition: height 0.8s ease;
  }
}

.decoBorder {
  /* height: 100%; */
  /* width: 10px; */
  /* background: url(../img/common/bg.jpg) repeat left top; */
  /* background-size: 100% auto; */
  /* background-size: 100vw auto; */
  /* z-index: 9999; */
  /* position: fixed; */
  /* top: 0; */
  left: 0;
}

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999999999;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mvTop,
.mvBottom,
.mvOranges,
.mvGirl,
.mvSupervised {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mvTop {
  background: url(../img/top/mv_top.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 1;
}

.mvLogo {
  margin-top: 132px;
  margin-top: 35.2vw;
}

.mvLogo strong {
  margin-top: 12px;
  margin-top: 3.2vw;
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.mvSupervised {
  background: url(../img/top/mv_supervised.png) no-repeat left top;
  background-size: 100% auto;
  z-index: 3;
}

.mvGirl {
  z-index: 1;
  background: url(../img/top/mv_girl.png) no-repeat center bottom 0;
  background-size: 100% auto;
}

.mvOranges {
  background: url(../img/top/mv_oranges.png) no-repeat center bottom 0;
  background-size: 100% auto;
}

.mvBottom {
  background: url(../img/top/mv_bottom.png) no-repeat center bottom 0;
  background-size: 100% auto;
}

.mvScroll {
  margin: auto;
  height: 30px;
  width: 90px;
  background-color: #fff;
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.mvScroll img {
  display: block;
  margin: 0 auto;
  width: 55px;
}

.mvScroll:after {
  content: "";
  margin: auto;
  height: 12px;
  width: 2px;
  background-color: #016411;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 834px) {
  .mainVisual {
    height: calc(100vh - 20px);
  }
  .mvTop {
    background-image: url(../img/top/mv_top_pc.png);
  }
  .mvGirl {
    background-image: url(../img/top/mv_girl_pc.png);
  }
  .mvOranges {
    background-image: url(../img/top/mv_oranges_pc.png);
  }
  .mvBottom {
    background-image: url(../img/top/mv_bottom_pc.png);
  }
  .mvLogo {
    margin-top: 184px;
    margin-top: 23.9583vh;
  }
  .mvLogo strong {
    margin-top: 15px;
    font-size: 14px;
  }
  .mvSupervised {
    margin-top: 244px;
    margin-top: 31.77vh;
    background-image: url(../img/top/mv_supervised_pc.png);
  }
  .mvScroll {
    height: 63px;
    width: 102px;
  }
  .mvScroll:after {
    height: 35px;
  }
}

@media screen and (max-width: 375px) {
  .mvLogo {
    margin: 0 auto;
    width: 90%;
    margin-top: 32.8125vw;
  }
  .citrusCalendarHeading h2 {
    font-size: 6.4vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .mainVisual {
    height: calc(100vh - 72px);
  }
  .mvTop {
    background-image: url(../img/top/mv_top_pc.png);
  }
  .mvGirl {
    background-image: url(../img/top/mv_girl_pc.png);
  }
  .mvOranges {
    background-image: url(../img/top/mv_oranges_pc.png);
  }
  .mvBottom {
    background-image: url(../img/top/mv_bottom_pc.png);
  }
  .mvLogo {
    width: 50%;
    margin: 184px auto 0;
    margin: 23.9583vh auto 0;
  }
  .mvLogo strong {
    margin-top: 15px;
    font-size: 14px;
  }
  .mvSupervised {
    margin-top: 122px;
    margin-top: 15.88vh;
    background-image: url(../img/top/mv_supervised_pc.png);
  }
}

.orangeIcon {
  display: inline-block;
  height: 23px;
  width: 35px;
}

.notFound {
  padding-top: 150px;
  padding-top: 40vw;
  color: #0e6613;
  font-weight: bold;
  position: relative;
}

.notFound .heading {
  text-align: center;
}

.notFound .text1 {
  margin-top: 28px;
  margin-top: 7.46vw;
  display: block;
  font-size: 17px;
  text-align: center;
  line-height: 1.82;
  letter-spacing: 0.1em;
}

.notFound .text2 {
  margin-top: 21px;
  margin-top: 5.6vw;
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.05em;
}

.notFound:before,
.notFound:after {
  content: "";
  background: no-repeat center;
  background-size: contain;
  position: absolute;
}

.notFound:before {
  height: 192px;
  height: 51.2vw;
  width: 130px;
  width: 34.66vw;
  background-image: url(../img/404/bg_top-left.png);
  top: 14px;
  left: -12px;
}

.notFound:after {
  height: 203px;
  height: 54.13vw;
  width: 152px;
  width: 40.53vw;
  background-image: url(../img/404/bg_top-right.png);
  top: 16px;
  right: -11px;
}

.buttonWrapper {
  position: relative;
}

.notFound .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 0;
  height: 60px;
  font-size: 13px;
  letter-spacing: 0.1em;
  max-width: 325px;
  color: #fff;
  background: url(../img/common/ico_next-white.svg) no-repeat right 13px center, url(../img/404/bg_btn.jpg) no-repeat center;
  background-size: auto 22px, cover;
}

.notFound .buttonGirl {
  height: 106px;
  width: 99px;
  background: url(../img/404/img_404-girl.png) no-repeat center;
  background-size: contain;
  margin: auto;
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .notFound .heading img {
    height: 36px;
    height: 9.6vw;
    width: auto;
  }
}

@media screen and (min-width: 768px), print {
  .mainContainer.errorPage .sideNav {
    margin-right: 35px;
  }
  .notFound {
    width: 843px;
    padding-top: 130px;
  }
  .notFound .text1 {
    margin-top: 50px;
    font-size: 20px;
  }
  .notFound .text2 {
    text-align: center;
    line-height: 2.46;
    letter-spacing: 0.1em;
  }
  .notFound:before {
    height: 204px;
    width: 234px;
    background-image: url(../img/404/bg_top-left_pc.png);
    top: -2px;
    left: 0;
  }
  .notFound:after {
    height: 219px;
    width: 231px;
    background-image: url(../img/404/bg_top-right_pc.png);
    top: -4px;
    right: 0;
  }
  .notFound .button {
    margin-top: 111px;
    height: 54px;
    width: 310px;
    font-size: 14px;
  }
  .notFound .buttonWrapper .button:hover + .buttonGirl {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

* {
  margin: 0;
  padding: 0;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: currentColor;
  text-decoration: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 835px) {
  .pcOnly {
    display: none !important;
  }
}

@media (min-width: 835px) {
  .smOnly {
    display: none !important;
  }
}

.fixed_cont_menu {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(58, 188, 174, 0.7);
  padding: 10px;
  z-index: 1;
  border-top: 5px solid #004797;
}

.fixed_cont_menu .pccont_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media only screen and (max-width: 834px) {
  .fixed_cont_menu .pccont_btn_wrap {
    padding: 0;
  }
}

.fixed_cont_menu .pccont_btn_wrap li {
  margin: 0 5px;
}

@media only screen and (max-width: 834px) {
  .fixed_cont_menu .pccont_btn_wrap li {
    margin: 0 5px;
  }
}

.mainwrap {
  position: relative;
  overflow: hidden;
}

.mainwrap canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 1;
  opacity: 0.45;
  -webkit-animation: img-wrap 4s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards;
          animation: img-wrap 4s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards;
}

@-webkit-keyframes img-wrap {
  100% {
    width: 100%;
  }
}

@keyframes img-wrap {
  100% {
    width: 100%;
  }
}

.mainwrap .slider {
  width: 85%;
  margin: auto;
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  .mainwrap .slider {
    width: 95%;
  }
}

@media screen and (max-width: 640px) {
  .mainwrap .slider {
    width: 85%;
  }
}

.mainwrap .slider li .slide_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px 0;
  position: relative;
  height: 500px;
}

@media screen and (max-width: 1200px) {
  .mainwrap .slider li .slide_inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
}

@media screen and (max-width: 834px) {
  .mainwrap .slider li .slide_inner {
    height: 450px;
  }
}

@media only screen and (max-width: 640px) {
  .mainwrap .slider li .slide_inner {
    -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;
    height: 500px;
  }
}

.mainwrap .slider li .mainImg {
  width: 36.66667%;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .mainwrap .slider li .mainImg {
    width: 50%;
  }
}

.mainwrap .slider li .mainImg02 {
  width: 36.66667%;
}

@media only screen and (max-width: 640px) {
  .mainwrap .slider li .mainImg02 {
    width: 50%;
  }
}

.mainwrap .slider li .mainText {
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
  width: 58.33333%;
  position: relative;
  z-index: 2;
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.17), 0 2px 10px rgba(0, 0, 0, 0.17);
}

@media screen and (max-width: 1200px) {
  .mainwrap .slider li .mainText {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 30px;
    z-index: 20;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .mainwrap .slider li .mainText {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
    margin-bottom: 30px;
  }
}

.mainwrap .slider li .mainText .curtain,
.mainwrap .slider li .mainText .curtain2,
.mainwrap .slider li .mainText .curtain3 {
  position: relative;
}

.mainwrap .slider li .mainText .curtain span {
  -webkit-transition: all 0s 1.65s ease;
  transition: all 0s 1.65s ease;
  opacity: 0;
}

@media screen and (max-width: 640px) {
  .mainwrap .slider li .mainText .curtain span {
    -webkit-transform: translateX(1ex);
            transform: translateX(1ex);
    display: block;
  }
}

.mainwrap .slider li .mainText .curtain2 span {
  -webkit-transition: all 0s 1.8s ease;
  transition: all 0s 1.8s ease;
  opacity: 0;
}

.mainwrap .slider li .mainText .curtain3 span {
  -webkit-transition: all 0s 2s ease;
  transition: all 0s 2s ease;
  opacity: 0;
}

.mainwrap .slider li .mainText .curtain.active-one span {
  -webkit-transition: all 0s 1.45s ease;
  transition: all 0s 1.45s ease;
  opacity: 0;
}

.mainwrap .slider li .mainText .curtain2.active-one span {
  -webkit-transition: all 0s 1.65s ease;
  transition: all 0s 1.65s ease;
  opacity: 0;
}

.mainwrap .slider li .mainText .curtain3.active-one span {
  -webkit-transition: all 0s 1.95s ease;
  transition: all 0s 1.95s ease;
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .mainwrap .slider li .mainText .curtain.active-one span {
    -webkit-transition: all 0s 1.75s ease;
    transition: all 0s 1.75s ease;
    opacity: 0;
  }
  .mainwrap .slider li .mainText .curtain2.active-one span {
    -webkit-transition: all 0s 1.95s ease;
    transition: all 0s 1.95s ease;
    opacity: 0;
  }
  .mainwrap .slider li .mainText .curtain3.active-one span {
    -webkit-transition: all 0s 2.25s ease;
    transition: all 0s 2.25s ease;
    opacity: 0;
  }
}

.mainwrap .slider li .mainText .curtain.active span,
.mainwrap .slider li .mainText .curtain2.active span,
.mainwrap .slider li .mainText .curtain3.active span {
  opacity: 1;
}

.mainwrap .slider li .mainText .curtain:before,
.mainwrap .slider li .mainText .curtain3:before {
  display: inline;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #fff;
}

.mainwrap .slider li .mainText .curtain2:before {
  display: inline;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #fff;
}

.mainwrap .slider li .mainText .curtain:after,
.mainwrap .slider li .mainText .curtain2:after,
.mainwrap .slider li .mainText .curtain3:after {
  display: inline;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #004797;
}

.mainwrap .slider li .mainText .curtain2:after {
  display: inline;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #004797;
}

.mainwrap .slider li .mainText.mainText2 .curtain2:after {
  display: inline;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #004797;
}

.mainwrap .slider li .mainText .curtain.active::before {
  -webkit-animation: curtain 0.6s ease 1s both;
          animation: curtain 0.6s ease 1s both;
}

.mainwrap .slider li .mainText .curtain.active::after {
  -webkit-animation: curtain 1s cubic-bezier(0.04, 0.67, 0.89, 0.91) 1.05s both;
          animation: curtain 1s cubic-bezier(0.04, 0.67, 0.89, 0.91) 1.05s both;
}

.mainwrap .slider li .mainText .curtain2.active::before {
  -webkit-animation: curtain 0.6s ease 1.3s both;
          animation: curtain 0.6s ease 1.3s both;
}

.mainwrap .slider li .mainText .curtain2.active::after {
  -webkit-animation: curtain 1s cubic-bezier(0.04, 0.67, 0.89, 0.91) 1.35s both;
          animation: curtain 1s cubic-bezier(0.04, 0.67, 0.89, 0.91) 1.35s both;
}

.mainwrap .slider li .mainText .curtain3.active::before {
  -webkit-animation: curtain 0.6s ease 1.6s both;
          animation: curtain 0.6s ease 1.6s both;
}

.mainwrap .slider li .mainText .curtain3.active::after {
  -webkit-animation: curtain 1s cubic-bezier(0.04, 0.67, 0.89, 0.91) 1.65s both;
          animation: curtain 1s cubic-bezier(0.04, 0.67, 0.89, 0.91) 1.65s both;
}

.mainwrap .slider li .mainText .curtain.active-one::before {
  -webkit-animation: curtain 0.6s ease 1.5s both;
          animation: curtain 0.6s ease 1.5s both;
}

.mainwrap .slider li .mainText .curtain.active-one::after {
  -webkit-animation: curtain 1s cubic-bezier(0.04, 0.67, 0.89, 0.91) 1.55s both;
          animation: curtain 1s cubic-bezier(0.04, 0.67, 0.89, 0.91) 1.55s both;
}

.mainwrap .slider li .mainText .curtain2.active-one::before {
  -webkit-animation: curtain 0.6s ease 1.8s both;
          animation: curtain 0.6s ease 1.8s both;
}

.mainwrap .slider li .mainText .curtain2.active-one::after {
  -webkit-animation: curtain 1s cubic-bezier(0.04, 0.67, 0.89, 0.91) 1.85s both;
          animation: curtain 1s cubic-bezier(0.04, 0.67, 0.89, 0.91) 1.85s both;
}

.mainwrap .slider li .mainText .curtain3.active-one::before {
  -webkit-animation: curtain 0.6s ease 2.1s both;
          animation: curtain 0.6s ease 2.1s both;
}

.mainwrap .slider li .mainText .curtain3.active-one::after {
  -webkit-animation: curtain 1s cubic-bezier(0.04, 0.67, 0.89, 0.91) 2.15s both;
          animation: curtain 1s cubic-bezier(0.04, 0.67, 0.89, 0.91) 2.15s both;
}

.mainwrap .slider li .mainText p {
  font-weight: bold;
}

.mainwrap .slider li .mainText p:first-child {
  font-size: 2.75vw;
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .mainwrap .slider li .mainText p:first-child {
    font-size: calc(26px + ((1vw - 6.4px) * 2.5));
  }
}

@media only screen and (max-width: 834px) {
  .mainwrap .slider li .mainText p:first-child {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .mainwrap .slider li .mainText p:first-child {
    font-size: 24px;
  }
}

.mainwrap .slider li .mainText p + P {
  font-size: 22px;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .mainwrap .slider li .mainText p + P {
    font-size: calc(16px + ((1vw - 6.4px) * 1.0714));
  }
}

@media only screen and (max-width: 640px) {
  .mainwrap .slider li .mainText p + P {
    font-size: 18px;
  }
}

.mainwrap .slider li .mainText p:last-child {
  font-size: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .mainwrap .slider li .mainText p:last-child {
    font-size: calc(20px + ((1vw - 6.4px) * 1.7857));
  }
}

@media only screen and (max-width: 834px) {
  .mainwrap .slider li .mainText p:last-child {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .mainwrap .slider li .mainText p:last-child {
    font-size: 26px;
  }
}

@-webkit-keyframes curtain {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  49.999% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes curtain {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  49.999% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.slider .slick-prev:before,
.slider .slick-next:before {
  color: #004797;
}

.pcnone {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .pcnone {
    display: block !important;
  }
}

.spnone {
  display: block !important;
}

@media only screen and (max-width: 640px) {
  .spnone {
    display: none !important;
  }
}

.ft_contwrap2 {
  background: url(../images/common/logo_blue.png) no-repeat center;
  background-size: contain;
}

.ft_contwrap2 .ftbox {
  padding: 10px;
  border: 1px solid #004797;
  margin: 10px;
}

.ft_contwrap2 .ftbox .kyoushitsu h2 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.ft_contwrap2 .ftbox .tel a {
  font-size: 1.5em;
  color: #333333;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  text-align: center;
  background-size: cover;
}

footer#global_footer .inner {
  padding: 70px 10px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .inner {
    padding: 30px 0;
  }
}

footer#global_footer a {
  text-decoration: none;
}

footer#global_footer #nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #nav_footer {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer #nav_footer {
    display: none;
  }
}

footer#global_footer #nav_footer li {
  text-align: left;
  font-size: 13px;
}

footer#global_footer #nav_footer li a {
  text-decoration: none;
  padding: 2px 10px;
  display: block;
  color: #333333;
  position: relative;
  padding-left: 1.2em;
  /*アイコン分のスペース*/
  line-height: 1.4;
}

footer#global_footer #nav_footer li a:before {
  font-family: "Font Awesome 5 pro";
  content: "\f0a9";
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  font-size: 1em;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 4px;
  /*アイコンの位置*/
  color: #004797;
  /*アイコン色*/
}

footer#global_footer #nav_footer li a:hover {
  opacity: 0.6;
}

footer#global_footer .ftwrap {
  position: relative;
}

footer#global_footer .ftwrap:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #d3e4f3;
  background-size: 2em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: -1;
}

footer#global_footer #copy a {
  text-decoration: none;
  color: #333;
}

footer#global_footer #copy a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #copy a {
    line-height: 60px;
  }
}

.ft_contwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
}

@media only screen and (max-width: 640px) {
  .ft_contwrap {
    display: block;
  }
  .ft_contwrap .ftbox {
    width: 100% !important;
    margin: 5px 0;
  }
}

.ft_contwrap .ftbox {
  width: 31%;
  text-align: left;
  color: #333333;
  padding: 30px;
  border: 2px solid #004797;
  -webkit-transition: 1s;
  transition: 1s;
}

.ft_contwrap .ftbox a {
  color: #333;
  font-weight: bold;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ft_contwrap .ftbox {
    padding: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .ft_contwrap .ftbox {
    text-align: center;
  }
}

.ft_contwrap .ftbox:hover {
  background: #d3e4f3;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ft_contwrap .ftbox .address {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1em;
}

.ft_contwrap .ftbox .kyoushitsu h2 {
  font-size: 1.7em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
}

.ft_contwrap .ftbox i {
  margin-right: 7px;
}

.ft_contwrap .ftbox .tel {
  font-size: 1.7em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
  white-space: nowrap;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ft_contwrap .ftbox .tel {
    font-size: 1.25em;
  }
}

.ft_contwrap .ftbox .fax {
  font-size: 1.7em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ft_contwrap .ftbox .fax {
    font-size: 1.25em;
  }
}

.ft_contwrap .ftbox .btn {
  margin-top: 15px;
}

.ft_contwrap .ftbox .btn a {
  font-size: 13px;
  padding: 10px;
  border: 1px solid #fff;
  display: block;
  background: url(../images/common/ft_bg_pt.png);
  color: #fff;
  text-align: center;
}

.ft_contwrap .ftbox .btn a:hover {
  color: #333333;
  border: 1px solid #fff;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .footer2 {
    background-size: cover;
    padding: 60px 10px;
  }
}

#copy {
  color: #333;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  font-size: 2em;
  background: #fff;
  height: 50px;
  width: 50px;
  padding: 8px;
  border-radius: 100%;
}

.pagetop a {
  color: #004797;
}

@media only screen and (max-width: 834px) {
  .pagetop {
    bottom: 16%;
  }
}

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  #footer {
    display: block;
    text-align: center;
  }
}

.ft_L {
  text-align: left;
  width: 40%;
  color: #333333;
  line-height: 1.3em;
}

.ft_L .address {
  margin-top: 10px;
  font-size: 13px;
}

.ft_L .tel2 a {
  color: #333333;
}

@media only screen and (max-width: 834px) {
  .ft_L {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .ft_L {
    display: none;
  }
}

@media screen and (min-width: 834px) and (max-width: 1200px) {
  .ft_L {
    padding-left: 10px;
  }
}

.ftmap iframe {
  width: 100%;
  height: 200px;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

.h2_01 h2 {
  font-size: 1.7em;
  font-weight: bold;
  background: url(../images/common/blog_bg.png) no-repeat center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 20px;
}

.h2_02 h2 {
  font-size: 1.7em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1em;
}

@media only screen and (max-width: 834px) {
  .h2_02 h2 {
    font-size: 3em;
  }
}

.h2_03 h2 {
  font-size: 1.7em;
  color: #ffffff;
  line-height: 1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  background: #004797;
  border-radius: 10px;
  padding: 10px;
}

.h3_01 h3 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  border-bottom: 1px solid #004797;
  padding-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .h3_01 h3 {
    font-size: 1.3em;
  }
}

.h3_01 h3 span {
  font-size: 1.7em;
}

@media only screen and (max-width: 834px) {
  .h3_01 h3 span {
    font-size: 1.5em;
    display: block;
  }
}

.ab_txt div br {
  display: none;
}

@media only screen and (max-width: 640px) {
  .ab_txt div br {
    display: block !important;
  }
}

.top_btnbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_btnbox .box {
  width: 16%;
  padding: 10px;
}

.top_btnbox .box img {
  width: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_btnbox .box {
    width: 33%;
  }
}

@media only screen and (max-width: 640px) {
  .top_btnbox .box {
    width: 33%;
  }
}

.top_blog .detail {
  display: none;
}

.blog_text {
  font-size: 13px;
  padding: 0 !important;
}

div.blog_list div.blog_photo {
  width: 100% !important;
  padding: 0 !important;
}

@media only screen and (max-width: 640px) {
  div.blog_list div.blog_photo img {
    width: 100% !important;
  }
}

.blog_photo {
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .blog_photo {
    margin-right: 12px;
  }
}

.blog_photo img {
  width: 100% !important;
}

div.blog_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.blog_list a {
  color: #004797 !important;
  font-weight: bold;
  text-decoration: underline;
}

div.blog_list a:hover {
  text-decoration: underline;
}

div.blog_list > div {
  border-bottom: 1px dashed #ccc !important;
  margin: 1em 0;
  padding-bottom: 1em;
  width: 47%;
  display: block !important;
}

.blog_date {
  color: #333333 !important;
  text-align: left;
  font-size: 13px;
  line-height: 1em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .blog_date {
    margin-top: 10px;
  }
}

.blog_text {
  font-size: 1em !important;
  width: 67% !important;
}

@media screen and (max-width: 834px) {
  .blog_text {
    width: 100% !important;
  }
}

div.blog_list h3 {
  font-size: 13px !important;
  text-align: left;
  margin-bottom: 0 !important;
  line-height: 1em;
  color: #004797;
}

@media screen and (max-width: 640px) {
  div.blog_list h3 {
    font-size: 16px !important;
  }
}

div.blog_list h3 a span {
  font-weight: 500 !important;
}

.slide_list {
  max-width: 600px;
  margin: 0 auto;
}

.slide_bg {
  background: url(../images/common/top_bg_pt.png);
  padding: 60px 10px;
}

.roundabout-holder {
  list-style: none;
  height: 200px;
  z-index: 0;
}

.roundabout-moveable-item {
  cursor: pointer;
  height: 200px !important;
}

.roundabout-moveable-item img {
  opacity: 1 !important;
}

.roundabout-moveable-item img:hover {
  opacity: 1 !important;
}

.roundabout-moveable-item a {
  opacity: 1 !important;
}

.roundabout-moveable-item a:hover {
  opacity: 1 !important;
}

.roundabout-in-focus {
  cursor: auto;
}

.txt {
  line-height: 2em;
}

.td_cont td {
  border: none !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .td_cont td {
    display: block !important;
  }
}

.td_cont .cont_img {
  padding: 0 !important;
}

.hidden_box .labelwrap label {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #121212;
}

@media only screen and (max-width: 640px) {
  .hidden_box .labelwrap label {
    margin: 0 auto;
  }
}

.hidden_box .labelwrap label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004797;
  z-index: 2;
  -webkit-transform: translateX(-120%) skewX(60deg);
  transform: translateX(-120%) skewX(60deg);
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hidden_box .labelwrap label:hover:before {
  -webkit-transform: translateX(0%) skewX(0deg);
  transform: translateX(0%) skewX(0deg);
}

.hidden_box .labelwrap label:hover {
  color: #fff;
}

.hidden_box .labelwrap label:hover span {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.hidden_box02 .labelwrap02 label {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #121212;
}

@media only screen and (max-width: 640px) {
  .hidden_box02 .labelwrap02 label {
    margin: 0 auto;
  }
}

.hidden_box02 .labelwrap02 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004797;
  z-index: 2;
  -webkit-transform: translateX(-120%) skewX(60deg);
  transform: translateX(-120%) skewX(60deg);
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hidden_box02 .labelwrap02 label:hover:before {
  -webkit-transform: translateX(0%) skewX(0deg);
  transform: translateX(0%) skewX(0deg);
}

.hidden_box02 .labelwrap02 label:hover {
  color: #fff;
}

.hidden_box02 .labelwrap02 label:hover span {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.hidden_box03 .labelwrap03 label {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #121212;
}

@media only screen and (max-width: 640px) {
  .hidden_box03 .labelwrap03 label {
    margin: 0 auto;
  }
}

.hidden_box03 .labelwrap03 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004797;
  z-index: 2;
  -webkit-transform: translateX(-120%) skewX(60deg);
  transform: translateX(-120%) skewX(60deg);
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hidden_box03 .labelwrap03 label:hover:before {
  -webkit-transform: translateX(0%) skewX(0deg);
  transform: translateX(0%) skewX(0deg);
}

.hidden_box03 .labelwrap03 label:hover {
  color: #fff;
}

.hidden_box03 .labelwrap03 label:hover span {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.hidden_box04 .labelwrap04 label {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #121212;
}

@media only screen and (max-width: 640px) {
  .hidden_box04 .labelwrap04 label {
    margin: 0 auto;
  }
}

.hidden_box04 .labelwrap04 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004797;
  z-index: 2;
  -webkit-transform: translateX(-120%) skewX(60deg);
  transform: translateX(-120%) skewX(60deg);
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hidden_box04 .labelwrap04 label:hover:before {
  -webkit-transform: translateX(0%) skewX(0deg);
  transform: translateX(0%) skewX(0deg);
}

.hidden_box04 .labelwrap04 label:hover {
  color: #fff;
}

.hidden_box04 .labelwrap04 label:hover span {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.hidden_box05 .labelwrap05 label {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #121212;
}

@media only screen and (max-width: 640px) {
  .hidden_box05 .labelwrap05 label {
    margin: 0 auto;
  }
}

.hidden_box05 .labelwrap05 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004797;
  z-index: 2;
  -webkit-transform: translateX(-120%) skewX(60deg);
  transform: translateX(-120%) skewX(60deg);
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hidden_box05 .labelwrap05 label:hover:before {
  -webkit-transform: translateX(0%) skewX(0deg);
  transform: translateX(0%) skewX(0deg);
}

.hidden_box05 .labelwrap05 label:hover {
  color: #fff;
}

.hidden_box05 .labelwrap05 label:hover span {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.hidden_box06 .labelwrap06 label {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #121212;
}

@media only screen and (max-width: 640px) {
  .hidden_box06 .labelwrap06 label {
    margin: 0 auto;
  }
}

.hidden_box06 .labelwrap06 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004797;
  z-index: 2;
  -webkit-transform: translateX(-120%) skewX(60deg);
  transform: translateX(-120%) skewX(60deg);
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hidden_box06 .labelwrap06 label:hover:before {
  -webkit-transform: translateX(0%) skewX(0deg);
  transform: translateX(0%) skewX(0deg);
}

.hidden_box06 .labelwrap06 label:hover {
  color: #fff;
}

.hidden_box06 .labelwrap06 label:hover span {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.hidden_box07 .labelwrap07 label {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #121212;
}

@media only screen and (max-width: 640px) {
  .hidden_box07 .labelwrap07 label {
    margin: 0 auto;
  }
}

.hidden_box07 .labelwrap07 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004797;
  z-index: 2;
  -webkit-transform: translateX(-120%) skewX(60deg);
  transform: translateX(-120%) skewX(60deg);
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hidden_box07 .labelwrap07 label:hover:before {
  -webkit-transform: translateX(0%) skewX(0deg);
  transform: translateX(0%) skewX(0deg);
}

.hidden_box07 .labelwrap07 label:hover {
  color: #fff;
}

.hidden_box07 .labelwrap07 label:hover span {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.hidden_box08 .labelwrap08 label {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #121212;
}

@media only screen and (max-width: 640px) {
  .hidden_box08 .labelwrap08 label {
    margin: 0 auto;
  }
}

.hidden_box08 .labelwrap08 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004797;
  z-index: 2;
  -webkit-transform: translateX(-120%) skewX(60deg);
  transform: translateX(-120%) skewX(60deg);
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hidden_box08 .labelwrap08 label:hover:before {
  -webkit-transform: translateX(0%) skewX(0deg);
  transform: translateX(0%) skewX(0deg);
}

.hidden_box08 .labelwrap08 label:hover {
  color: #fff;
}

.hidden_box08 .labelwrap08 label:hover span {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.hidden_box09 .labelwrap09 label {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #121212;
}

@media only screen and (max-width: 640px) {
  .hidden_box09 .labelwrap09 label {
    margin: 0 auto;
  }
}

.hidden_box09 .labelwrap09 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004797;
  z-index: 2;
  -webkit-transform: translateX(-120%) skewX(60deg);
  transform: translateX(-120%) skewX(60deg);
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hidden_box09 .labelwrap09 label:hover:before {
  -webkit-transform: translateX(0%) skewX(0deg);
  transform: translateX(0%) skewX(0deg);
}

.hidden_box09 .labelwrap09 label:hover {
  color: #fff;
}

.hidden_box09 .labelwrap09 label:hover span {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.btn2 a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #121212;
  border: 2px solid #004797;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .btn2 a {
    margin: 0 auto;
  }
}

.btn2 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004797;
  z-index: 2;
  -webkit-transform: translateX(-120%) skewX(60deg);
  transform: translateX(-120%) skewX(60deg);
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn2 a:hover:before {
  -webkit-transform: translateX(0%) skewX(0deg);
  transform: translateX(0%) skewX(0deg);
}

.btn2 a:hover {
  color: #fff;
}

.btn2 a:hover span {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.btn3 a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #fff;
  max-width: 330px;
  border: 2px solid #ccc;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .btn3 a {
    margin: 0 auto;
  }
}

.btn3 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004797;
  z-index: 2;
  -webkit-transform: translateX(-120%) skewX(60deg);
  transform: translateX(-120%) skewX(60deg);
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn3 a:hover:before {
  -webkit-transform: translateX(0%) skewX(0deg);
  transform: translateX(0%) skewX(0deg);
}

.btn3 a:hover {
  color: #fff;
}

.btn3 a:hover span {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.sec_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .sec_01 {
    display: block;
    padding: 0 0px;
  }
  .sec_01 .cont {
    width: 100% !important;
  }
}

.sec_01 .cont {
  width: 31%;
}

@media only screen and (max-width: 640px) {
  .sec_01 .cont {
    width: 100%;
    padding: 80px 0;
    display: none;
    border: 2px solid #004797;
    padding: 10px 0;
    border-radius: 10px;
  }
}

.sec_01 .active {
  display: block;
}

.sec_01 article > h3 {
  font-size: 18px;
  text-align: center !important;
  color: #004797;
  border-bottom: 1px dashed #004797;
  font-weight: bold;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 834px) {
  .sec_01 article > h3 {
    display: none;
  }
}

.sec_01 .btn a {
  background: #333;
  display: block;
  margin: 0 auto;
  width: 200px;
  border-radius: 3px;
  color: #fff !important;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  padding: 0.6em;
}

.btnbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btnbox .box {
  width: 46%;
  margin: 15px;
}

@media only screen and (max-width: 640px) {
  .btnbox .box {
    width: 100% !important;
  }
}

.sec_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .sec_02 {
    display: block;
  }
  .sec_02 .flxL {
    width: 100% !important;
  }
  .sec_02 .flxR {
    width: 100% !important;
    margin-top: 50px;
  }
}

.sec_02 .flxL {
  width: 50%;
}

.sec_02 .flxR {
  width: 50%;
}

.instagram .sns_text {
  display: none;
}

.instagram div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .instagram div.sns_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.instagram div.sns_list > div {
  width: 20% !important;
}

@media only screen and (max-width: 640px) {
  .instagram div.sns_list > div {
    width: 48% !important;
    margin: 5px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .instagram div.sns_list > div {
    width: 33% !important;
  }
}

.instagram div.sns_list div.sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.instagram div.sns_list > div {
  border-bottom: none !important;
}

.instagram .sns_photo img {
  width: 240px !important;
  height: 240px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .instagram .sns_photo img {
    height: 100% !important;
    width: 100% !important;
  }
}

.bnrbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bnrbox .box {
  width: 43%;
  margin: 5px;
  text-align: center;
}

.bnrbox .box img {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .bnrbox .box {
    width: 43%;
  }
}

.bnrbox h3 {
  display: none;
}

.img-animation {
  overflow: hidden;
  position: relative;
}

.img-animation.animated:after {
  -webkit-animation: img-animation 1.5s cubic-bezier(0.77, 0, 0.175, 1) both;
  animation: img-animation 1.5s cubic-bezier(0.77, 0, 0.175, 1) both;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes img-animation {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes img-animation {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.grad-wrap {
  position: relative;
}

.grad-btn {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -25%;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 10px;
  background: #004797;
  font-weight: bold;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.grad-btn::before {
  content: "続きを読む";
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  /*隠した状態の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";
}

.grad-trigger:checked ~ .grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked ~ .grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.newswrap {
  background-size: cover;
  background: none;
}

@media only screen and (max-width: 640px) {
  .newswrap {
    margin: 0 10px;
    background-size: contain;
    background: none;
    padding: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .newswrap {
    background: none;
    padding: 0;
  }
}

.newswrap .news {
  padding: 0 0 30px;
  height: 350px;
  overflow-y: auto;
  font-size: 13px;
  color: #333333;
}

@media only screen and (max-width: 834px) {
  .newswrap .news {
    margin-top: 30px;
    padding-left: 0;
    height: 500px;
    color: #333333;
    font-size: 16px;
  }
}

.newswrap .news dt {
  border: none !important;
  padding: 0 !important;
  display: inline-block !important;
  width: 100% !important;
  color: #004797;
  font-weight: bold;
}

.newswrap .news dd {
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.newswrap .news dl {
  border-bottom: 1px dashed #ccc !important;
  padding: 10px;
  display: block !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px #777;
          box-shadow: inset 0 0 2px #777;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .home_01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home_01 > div {
  width: 16%;
  margin-right: 0.8%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 71, 151, 0.3);
          box-shadow: 0 3px 6px rgba(0, 71, 151, 0.3);
  border-radius: 2px;
  position: relative;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2em 0em 2.5em;
  border-top: 3px solid #004797;
  margin-bottom: 1%;
  -webkit-transition: 1s;
  transition: 1s;
}

.home_01 > div:nth-child(6n) {
  margin-right: 0;
}

.home_01 > div:hover {
  -webkit-transform: translateY(-7px) rotate(1deg);
          transform: translateY(-7px) rotate(1deg);
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 640px) {
  .home_01 > div {
    width: 32%;
    margin-right: 0;
    margin-bottom: 2%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 71, 151, 0.2);
            box-shadow: 0 3px 6px rgba(0, 71, 151, 0.2);
  }
}

.home_01 .box img {
  height: 50px !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 640px) {
  .home_01 .box:nth-child(6) a {
    font-size: 18px !important;
  }
}

.home_01 a {
  display: block;
  color: #004797 !important;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 0.3em;
}

@media screen and (max-width: 640px) {
  .home_01 a {
    font-size: 18px;
  }
}

.home_01 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home_01 a:after {
  content: "click!";
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  border-radius: 500px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  padding: 0.1em 0 0.2em;
  background: #dc4c35;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .home_01 a:after {
    content: "tap!";
  }
}

.home_02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media screen and (max-width: 640px) {
  .home_02 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.home_02 .box {
  position: relative;
  width: 32%;
}

@media screen and (max-width: 640px) {
  .home_02 .box {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

.home_02 .box > div {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 9;
  color: #fff;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .home_02 .box > div {
    font-size: 30px;
  }
}

.home_02 .box > div div.col {
  font-weight: bold;
}

.home_02 .box > div .f_txt {
  font-size: 2em;
}

.home_02 .box > div a {
  display: block;
  width: 70%;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 0.05em 0 0.3em;
  margin-top: 0.25em;
  text-align: center;
  color: #004797 !important;
}

.home_02 .box > div a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .home_02 .box > div a {
    width: 80%;
    margin-top: 0.7em;
    padding: 0.3em 0 0.7em;
  }
}

#popup_txt01, #popup_txt02, #popup_txt03 {
  display: none;
}

.home_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .home_03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.home_03 .slick-track {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_03 .slick-prev:before, .home_03 .slick-next:before {
  color: #004797;
}

.home_03 .slick-prev {
  left: -15px;
}

.home_03 .slick-next {
  right: -15px;
}

.home_03 .container01, .home_03 .container02, .home_03 .container03 {
  width: 48% !important;
  margin: 0 10px;
  border: 1px solid #ccc;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 71, 151, 0.1);
          box-shadow: 0 3px 6px rgba(0, 71, 151, 0.1);
  border-radius: 2px;
}

@media screen and (max-width: 640px) {
  .home_03 .container01, .home_03 .container02, .home_03 .container03 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.home_03 .container01 .box, .home_03 .container02 .box, .home_03 .container03 .box {
  width: 48%;
}

.home_03 .container01 > div:nth-child(1), .home_03 .container02 > div:nth-child(1), .home_03 .container03 > div:nth-child(1) {
  width: 100%;
}

.home_03 .container01 > div:nth-child(1) h2, .home_03 .container02 > div:nth-child(1) h2, .home_03 .container03 > div:nth-child(1) h2 {
  font-size: 1.5em;
  color: #dc4c35;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.3em;
  padding: 10px;
}

.home_03 .container01 > div:nth-child(1) a:before, .home_03 .container02 > div:nth-child(1) a:before, .home_03 .container03 > div:nth-child(1) a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home_03 .container01 > div:nth-child(1) a:hover, .home_03 .container02 > div:nth-child(1) a:hover, .home_03 .container03 > div:nth-child(1) a:hover {
  opacity: 1 !important;
}

.home_03 .container01 > div:nth-child(1) img, .home_03 .container02 > div:nth-child(1) img, .home_03 .container03 > div:nth-child(1) img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 1 !important;
}

.home_03 .container01 > div:nth-child(2), .home_03 .container02 > div:nth-child(2), .home_03 .container03 > div:nth-child(2) {
  width: 49%;
  padding: 5px 10px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
}

.home_03 .container01 > div:nth-child(3), .home_03 .container02 > div:nth-child(3), .home_03 .container03 > div:nth-child(3) {
  padding: 5px 10px;
  width: 50%;
}

.home_03 .container01 > div:nth-child(4), .home_03 .container02 > div:nth-child(4), .home_03 .container03 > div:nth-child(4) {
  width: 100%;
  text-align: center;
  margin: 0 10px 15px;
}

.home_03 .container01 > div:nth-child(4) a, .home_03 .container02 > div:nth-child(4) a, .home_03 .container03 > div:nth-child(4) a {
  background: #dc4c35;
  padding: 5px;
  font-size: 0.8em;
  color: #ffffff;
  border-radius: 50px;
  display: block;
}

/* title */
.more_btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: #121212;
  border: 2px solid #004797;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .more_btn {
    margin: 0 auto;
  }
}

.more_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004797;
  z-index: 2;
  -webkit-transform: translateX(-120%) skewX(60deg);
  transform: translateX(-120%) skewX(60deg);
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.more_btn:hover:before {
  -webkit-transform: translateX(0%) skewX(0deg);
  transform: translateX(0%) skewX(0deg);
}

.more_btn:hover {
  color: #fff;
}

.more_btn:hover span {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.h2_04 h2 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 15px;
  background: #d3e4f3;
  position: relative;
  border-radius: 10px;
  padding-left: 50px;
  border-bottom: 1px dashed #004797;
}

.h2_04 h2 span {
  font-size: 1.6em;
  color: #dc4c35;
  margin-right: 7px;
}

.h2_04 h2:before {
  font-family: "Font Awesome 5 pro";
  content: "\f0a6";
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  left: 1%;
  /*アイコンの位置*/
  top: 27%;
  /*アイコンの位置*/
  color: #004797;
  /*アイコン色*/
  font-size: 1.6em;
}

.h2_05 h2 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 15px;
  background: #FFF867;
  position: relative;
  border-radius: 10px;
  padding-left: 60px;
  border-bottom: 1px dashed #004797;
}

.h2_05 h2 .sub {
  font-size: 1.6em;
  color: #dc4c35;
  margin-right: 7px;
}

.h2_05 h2 .strong {
  border-bottom: 5px solid #dc4c35;
}

.h2_05 h2:before {
  font-family: "Font Awesome 5 pro";
  content: "\f865";
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  left: 1%;
  /*アイコンの位置*/
  top: 27%;
  /*アイコンの位置*/
  color: #004797;
  /*アイコン色*/
  font-size: 1.6em;
}

.h2_06 h2 {
  font-size: 1.7em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.h2_06 h2 span {
  font-size: 13px;
  display: block;
}

.h3_02 h3 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  background: #dc4c35;
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
  position: relative;
  padding-left: 30px;
}

.h3_02 h3:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 18px;
  height: 4px;
  background-color: white;
}

.h3_03 h3 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  background: #004797;
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
  position: relative;
  padding-left: 30px;
}

.h3_03 h3:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 18px;
  height: 4px;
  background-color: white;
}

.h3_04 h3 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  border-bottom: 1px solid #004797;
  padding: 10px;
  background: #d3e4f3;
}

.h3_05 h3 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 15px;
  background: #FFF867;
  position: relative;
  border-radius: 10px;
  padding-left: 50px;
  border-bottom: 1px dashed #004797;
}

.h3_05 h3 span {
  font-size: 1.6em;
  color: #dc4c35;
  margin-right: 7px;
}

.h3_05 h3:before {
  font-family: "Font Awesome 5 pro";
  content: "\f303";
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  left: 1%;
  /*アイコンの位置*/
  top: 27%;
  /*アイコンの位置*/
  color: #004797;
  /*アイコン色*/
  font-size: 1.6em;
}

.h3_06 h3 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 15px;
  background: #FFF867;
  position: relative;
  border-radius: 10px;
  border-bottom: 1px dashed #004797;
}

.h3_06 h3 span {
  background: #dc4c35;
  color: #ffffff;
  margin-right: 7px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

@media all and (-ms-high-contrast: none) {
  .h3_06 h3 span {
    padding: 15px;
  }
}

.h3_07 h3 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.h3_08 h3 {
  font-size: 1.25em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  background: #d3e4f3;
  padding: 5px;
  border-left: 5px solid #004797;
  border-bottom: 1px solid #ccc;
}

.qa dl {
  display: block !important;
  padding: 10px !important;
  background: #f7f7f7;
  margin: 10px 0;
}

.qa dt {
  display: block !important;
  width: 100% !important;
  border: none !important;
  position: relative;
  padding-right: 45px !important;
}

@media only screen and (max-width: 834px) {
  .qa dt {
    padding-right: 45px !important;
  }
}

.qa dd {
  width: 100% !important;
  border: none !important;
}

.qa dd span {
  font-size: 1.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

.qa dt:before {
  content: "Q";
  display: inline-block;
  line-height: 1em;
  color: white;
  background: #004797;
  font-weight: bold;
  text-align: center;
  margin-right: 7px;
  border-radius: 100%;
  padding: 12px 13px;
  font-size: 1.25em;
}

.qa dt:after {
  font-family: "Font Awesome 5 pro";
  content: "\f0dd";
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  font-size: 40px;
  /*サイズ*/
  right: 0;
  /*アイコンの位置*/
  top: 15%;
  /*アイコンの位置*/
  color: #004797;
  /*アイコン色*/
  font-weight: bold;
}

.qa dd:before {
  content: "A";
  display: inline-block;
  line-height: 1em;
  color: white;
  background: #dc4c35;
  font-weight: bold;
  text-align: center;
  margin-right: 7px;
  border-radius: 100%;
  padding: 12px 13px;
  font-size: 1.25em;
}

.flow_txt .back {
  background: #004797;
  padding: 5px 15px;
  line-height: 2em;
  margin-right: 7px;
  color: #ffffff;
}

.flowwrap {
  background: url(../images/contents/hougan_pt.gif);
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  .flowwrap {
    padding: 20px;
  }
}

.txt {
  line-height: 2em;
}

.cont_tel .tel2 {
  max-width: 250px;
  margin: 0 auto;
  padding-bottom: 5px;
  font-size: 2em;
  font-family: "Times New Roman";
  font-weight: 500;
  border-bottom: 1px solid #004797;
}

.cont_tel .tel2 a {
  color: #004797;
}

.hidden_box_top {
  margin: 2em 0;
  /*前後の余白*/
  padding: 0;
}

/*ボタン装飾*/
.hidden_box_top label {
  padding: 15px;
  font-weight: bold;
  border: solid 2px #004797;
  cursor: pointer;
  text-align: center;
  display: block;
}

/*ボタンホバー時*/
.hidden_box_top label:hover {
  background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box_top input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box_top .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box_top input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
  padding: 50px;
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .hidden_box_top input:checked ~ .hidden_show {
    padding: 20px;
  }
}

/*全体*/
.hidden_box {
  margin: 2em 0;
  /*前後の余白*/
  padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
  padding: 15px;
  font-weight: bold;
  border: solid 2px #004797;
  cursor: pointer;
  text-align: center;
}

/*ボタンホバー時*/
.hidden_box label:hover {
  background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
  background: #f7f7f7;
  padding: 50px;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  .hidden_box input:checked ~ .hidden_show {
    padding: 20px;
  }
}

/*全体*/
.hidden_box02 {
  margin-top: 30px;
  padding: 0;
}

/*ボタン装飾*/
.hidden_box02 label {
  padding: 15px;
  font-weight: bold;
  border: solid 2px #004797;
  cursor: pointer;
  text-align: center;
}

/*ボタンホバー時*/
.hidden_box02 label:hover {
  background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box02 input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box02 .hidden_show02 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box02 input:checked ~ .hidden_show02 {
  height: auto;
  opacity: 1;
  background: #fff;
  padding: 20px;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  .hidden_box02 input:checked ~ .hidden_show02 {
    padding: 20px;
  }
}

/*全体*/
.hidden_box03 {
  margin-top: 30px;
  padding: 0;
}

/*ボタン装飾*/
.hidden_box03 label {
  padding: 15px;
  font-weight: bold;
  border: solid 2px #004797;
  cursor: pointer;
  text-align: center;
}

/*ボタンホバー時*/
.hidden_box03 label:hover {
  background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box03 input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box03 .hidden_show03 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box03 input:checked ~ .hidden_show03 {
  height: auto;
  opacity: 1;
  background: #fff;
  padding: 20px;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  .hidden_box03 input:checked ~ .hidden_show03 {
    padding: 20px;
  }
}

/*全体*/
.hidden_box04 {
  margin-top: 30px;
  padding: 0;
}

/*ボタン装飾*/
.hidden_box04 label {
  padding: 15px;
  font-weight: bold;
  border: solid 2px #004797;
  cursor: pointer;
  text-align: center;
}

/*ボタンホバー時*/
.hidden_box04 label:hover {
  background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box04 input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box04 .hidden_show04 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box04 input:checked ~ .hidden_show04 {
  height: auto;
  opacity: 1;
  background: #fff;
  padding: 20px;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  .hidden_box04 input:checked ~ .hidden_show04 {
    padding: 20px;
  }
}

/*全体*/
.hidden_box05 {
  margin-top: 30px;
  padding: 0;
}

/*ボタン装飾*/
.hidden_box05 label {
  padding: 15px;
  font-weight: bold;
  border: solid 2px #004797;
  cursor: pointer;
  text-align: center;
}

/*ボタンホバー時*/
.hidden_box05 label:hover {
  background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box05 input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box05 .hidden_show05 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box05 input:checked ~ .hidden_show05 {
  height: auto;
  opacity: 1;
  background: #fff;
  padding: 20px;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  .hidden_box05 input:checked ~ .hidden_show05 {
    padding: 20px;
  }
}

/*全体*/
.hidden_box06 {
  margin-top: 30px;
  padding: 0;
}

/*ボタン装飾*/
.hidden_box06 label {
  padding: 15px;
  font-weight: bold;
  border: solid 2px #004797;
  cursor: pointer;
  text-align: center;
}

/*ボタンホバー時*/
.hidden_box06 label:hover {
  background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box06 input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box06 .hidden_show06 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box06 input:checked ~ .hidden_show06 {
  height: auto;
  opacity: 1;
  background: #fff;
  padding: 20px;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  .hidden_box06 input:checked ~ .hidden_show06 {
    padding: 20px;
  }
}

/*全体*/
.hidden_box07 {
  margin-top: 30px;
  padding: 0;
}

/*ボタン装飾*/
.hidden_box07 label {
  padding: 15px;
  font-weight: bold;
  border: solid 2px #004797;
  cursor: pointer;
  text-align: center;
}

/*ボタンホバー時*/
.hidden_box07 label:hover {
  background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box07 input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box07 .hidden_show07 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box07 input:checked ~ .hidden_show07 {
  height: auto;
  opacity: 1;
  background: #fff;
  padding: 20px;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  .hidden_box07 input:checked ~ .hidden_show07 {
    padding: 20px;
  }
}

/*全体*/
.hidden_box08 {
  margin-top: 30px;
  padding: 0;
}

/*ボタン装飾*/
.hidden_box08 label {
  padding: 15px;
  font-weight: bold;
  border: solid 2px #004797;
  cursor: pointer;
  text-align: center;
}

/*ボタンホバー時*/
.hidden_box08 label:hover {
  background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box08 input {
  display: none;
}

/*中身を非表示にしておく*/
/*クリックで中身表示*/
/*全体*/
.hidden_box09 {
  margin-top: 30px;
  padding: 0;
}

/*ボタン装飾*/
.hidden_box09 label {
  padding: 15px;
  font-weight: bold;
  border: solid 2px #004797;
  cursor: pointer;
  text-align: center;
}

/*ボタンホバー時*/
.hidden_box09 label:hover {
  background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box09 input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box09 .hidden_show09 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box09 input:checked ~ .hidden_show09 {
  height: auto;
  opacity: 1;
  background: #fff;
  padding: 20px;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  .hidden_box09 input:checked ~ .hidden_show09 {
    padding: 20px;
  }
}

.morewrap2 {
  background: url(../images/common/top_bg_pt.png);
  padding: 30px;
  border: 2px solid #dc4c35;
  border-radius: 20px;
}

.morewrap2 .sub {
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.imgmore {
  text-align: right !important;
}

.cont_form {
  padding: 30px;
  background: #d3e4f3;
  border: 1px solid #333;
}

.cont_form dl {
  border-bottom: 1px solid #fff;
  margin: 10px;
}

.kyouiku_txt div {
  color: #dc4c35;
  font-size: 1.25em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.kyouiku_txt div .sub {
  font-size: 1.5em;
  font-weight: bold;
}

.policy_txt span {
  color: #dc4c35;
  font-weight: bold;
  font-size: 1.25em;
}

.dl_01 {
  max-width: 800px;
  margin: 0 auto;
  background: #d3e4f3;
  padding: 20px;
}

.dl_01 dt {
  border: none !important;
  border-bottom: 5px solid #004797 !important;
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  display: block !important;
  width: 100% !important;
  font-weight: bold;
}

.dl_01 dd {
  border: none !important;
  width: 100% !important;
}

.dl_01 dl {
  display: block !important;
  padding: 10px 0 !important;
}

.td_01 {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 20px;
}

.td_01 td {
  border: none !important;
  padding: 30px 0 !important;
}

.td_01 .title {
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px dashed #004797;
  line-height: 1em;
}

.td_01 tr {
  border-bottom: 2px solid #004797;
}

.td_01 .td_R {
  width: 70%;
}

.td_01 .td_R .title:before {
  content: url(../images/contents/txt_seed01.gif);
}

.td_01 .td_R02 .title:before {
  content: url(../images/contents/txt_seed02.gif);
}

.td_01 .td_R03 .title:before {
  content: url(../images/contents/txt_seed03.gif);
}

.td_01 .td_L {
  width: 20%;
}

.td_02 {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 20px;
}

.td_02 td {
  border: none !important;
  padding: 30px 0 !important;
}

.td_02 .title {
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px dashed #004797;
  line-height: 1em;
}

.td_02 .sub {
  font-size: 1.5em;
  padding-right: 10px;
  color: #dc4c35;
}

.td_02 tr {
  border-bottom: 2px solid #004797;
}

.td_02 .2td_R {
  width: 70%;
}

.td_02 .td_L {
  width: 20%;
}

.td_03 td {
  border: none !important;
  padding: 15px !important;
}

.td_03 .title div {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #ffffff;
}

.td_03 .title div span {
  font-size: 13px;
  font-weight: 400;
}

.td_03 .title {
  padding: 30px 10px !important;
  background: #004797;
  border-radius: 17px 17px 0 0;
}

.td_03 .td_Ltxt {
  width: 80% !important;
}

.td_03 .td_Rimg {
  width: 20%;
}

@media only screen and (max-width: 640px) {
  .td_03 .td_Rimg {
    padding: 0 5px !important;
  }
}

.td_03wrap {
  border: 2px solid #004797;
  border-radius: 20px;
}

.td_03wrap .title {
  padding: 30px 10px !important;
  background: #004797;
  border-radius: 17px 17px 0 0;
}

.td_03wrap .title div {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #ffffff;
}

.td_03wrap .title div span {
  font-size: 13px;
  font-weight: 400;
}

.td_04 {
  background: #fff;
  padding: 10px 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.td_04 tr:last-of-type .tdwrap {
  border-bottom: none !important;
}

.td_04:before {
  content: url(../images/contents/pinred_icon.png);
  position: absolute;
  left: 2%;
  top: -2%;
}

.td_04:after {
  content: url(../images/contents/pingreen_icon.png);
  position: absolute;
  right: -2%;
  top: -2%;
}

.td_04 td {
  border: none !important;
  padding: 0 !important;
  width: 20%;
}

.td_04 .td_R {
  border-right: 1px dashed #ccc !important;
}

.td_04 .title {
  padding: 20px !important;
  font-weight: bold;
  line-height: 1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #333333;
  font-size: 1.25em;
  border-bottom: 15px solid #dc4c35 !important;
}

.td_04 .title span {
  font-size: 13px;
}

.td_04 .title div {
  font-weight: bold;
}

.td_04 .tdwrap {
  border-bottom: 1px dashed #ccc !important;
  padding: 10px !important;
  font-size: 13px;
}

.td_04 .tdwrap .sub {
  background: #d3e4f3;
  padding: 2px;
}

.td_04 .td_cont {
  font-size: 13px;
  padding: 10px !important;
}

.chuui_txt {
  font-size: 13px;
  line-height: 1.5em;
}

.txt_waku {
  background: url(../images/common/top_bg_pt.png);
  padding: 30px;
  border: 2px solid #dc4c35;
  border-radius: 20px;
}

.txt_waku .sub {
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.td_05 {
  border: 1px solid #004797;
}

.td_05 td {
  border: 1px solid #d3e4f3 !important;
}

.td_05 .td_L {
  background: #f7f7f7;
}

.td_05 .td_L div {
  font-weight: bold;
}

.td_05 .td_top {
  background: #004797;
  color: #ffffff;
}

.td_06 {
  border: 1px solid #004797;
  background: url(../images/contents/will_bg.gif) no-repeat;
  background-position: 63%;
}

.td_06 td {
  width: 20%;
}

.td_06 .td_top {
  background: #004797;
  color: #ffffff;
}

.td_06 .td_L {
  background: #d3e4f3;
  font-size: 1.7em;
  width: 20%;
  height: 102px;
}

.td_06 .td_L div {
  font-weight: bold;
}

.td_06 .red {
  color: #dc4c35;
}

.td_06 .blue {
  color: #4862a4;
}

.td_07 article {
  border: 1px solid #004797;
}

.td_07 td {
  border: 1px solid #d3e4f3 !important;
}

.td_07 .small {
  font-size: 13px;
}

.td_07 .td_L div {
  font-weight: bold;
}

.td_07 .td_top {
  background: #004797;
  color: #ffffff;
}

.td_07 .td_center {
  width: 50%;
}

.td_07 .td_title div {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
}

.td_07 .td_title {
  background: #d3e4f3;
}

.td_08 {
  -o-border-image: url("../images/contents/mokume_bg.jpg") 15 round;
     border-image: url("../images/contents/mokume_bg.jpg") 15 round;
  border-style: solid;
  border-width: 13px;
  border-radius: 20px;
}

.td_08 td {
  background: #013602;
  color: #ffffff;
  border: 1px solid #f7f7f7;
}

.td_08 td div {
  font-weight: bold;
}

.td_08 .td_bg {
  background: #115912;
}

.td_08 .td_wide {
  width: 18%;
}

@media only screen and (max-width: 640px) {
  .td_08 .td_wide {
    width: 18%;
  }
}

.td_08 .td_wide2 {
  width: 18%;
}

@media only screen and (max-width: 640px) {
  .td_08 .td_wide2 {
    width: 22%;
  }
}

.td_08 .td_wide3 {
  width: 13%;
}

@media only screen and (max-width: 640px) {
  .td_08 .td_wide3 {
    width: 13%;
  }
}

.td_08 .td_yellow {
  color: #FFF867;
}

.td_08 .td_blue {
  color: #a0d8ef;
}

.td_08 .td_red {
  color: #ff00ff;
}

.td_08 .td_top div {
  font-weight: bold;
}

.td_08 .td_L div {
  font-weight: bold;
  font-size: 1.25em;
}

@media only screen and (max-width: 640px) {
  .txt_setsumei span {
    display: block;
  }
}

.txt_setsumei .blue {
  background: #a0d8ef;
}

.txt_setsumei .red {
  background: #ff00ff;
}

.txt_setsumei .yellow {
  background: #FFF867;
}

@media only screen and (max-width: 640px) {
  .td_img {
    margin-bottom: 15px !important;
  }
}

.td_img td {
  border: none !important;
  padding: 30px 0 !important;
}

@media only screen and (max-width: 640px) {
  .td_img td {
    padding: 10px !important;
  }
}

.td_img .img01 {
  width: 50%;
}

.td_img .img01 img {
  width: 70% !important;
}

.td_img .img02 {
  width: 50%;
  font-size: 13px;
}

.td_cont2 td {
  border: none !important;
}

.td_cont2 .txt {
  width: 90%;
}

@media only screen and (max-width: 640px) {
  .td_cont2 .txt {
    width: 70%;
  }
}

.list li {
  font-size: 1.25em;
  font-weight: bold;
  margin: 20px 0;
  padding-left: 40px !important;
  text-indent: -30px;
}

.list2 li {
  background: #d3e4f3;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .list2 li {
    padding: 15px;
  }
}

.list2 li .list_img {
  width: 30%;
  text-align: right !important;
}

.list2 li .list_img img {
  width: 60% !important;
}

.list2 li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list2 li article div {
  width: 80%;
}

@media only screen and (max-width: 640px) {
  .list2 li article div {
    width: 100%;
  }
}

.list2 li article div span {
  font-size: 1.25em;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #004797;
  padding-bottom: 5px;
  line-height: 1em;
}

.sec_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
  .sec_03 {
    display: block;
  }
  .sec_03 .img {
    width: 100% !important;
  }
  .sec_03 .txt {
    width: 100% !important;
  }
}

.sec_03 .img {
  width: 20%;
}

.sec_03 .txt {
  width: 80%;
}

.sec_04 {
  background: #d3e4f3;
  padding: 50px;
}

.sec_05 {
  background: url(../images/common/top_bg_pt.png);
  padding: 50px;
}

@media only screen and (max-width: 640px) {
  .sec_05 {
    padding: 20px;
  }
}

.sec_07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_07 .td_img {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec_07 .txt {
  width: 68%;
}

@media only screen and (max-width: 640px) {
  .sec_07 {
    display: block;
  }
  .sec_07 .td_img {
    width: 100% !important;
  }
  .sec_07 .txt {
    width: 100% !important;
    margin-top: 15px;
  }
}

.sec_08 {
  border: 4px double #004797;
  padding: 50px;
}

.sec_08 .strong {
  font-size: 1.5em;
  font-weight: bold;
}

.sec_08 .strong br {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sec_08 .strong br {
    display: block;
  }
}

.sec_08 .back {
  background: #d3e4f3;
  font-size: 1.25em;
}

.sec_09 {
  border: 4px double #004797;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_09 .img01 {
  width: 48%;
}

.sec_09 .txt {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .sec_09 {
    display: block;
  }
  .sec_09 .img01 {
    width: 100% !important;
  }
  .sec_09 .txt {
    width: 100% !important;
    margin-top: 15px;
  }
}

.td_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .td_wrap {
    display: block;
  }
  .td_wrap .td_07 {
    width: 100% !important;
    margin-top: 15px;
  }
}

.td_wrap .td_07 {
  width: 48%;
}

.contest_txt03 {
  background: #d3e4f3;
  padding: 30px;
  border: 1px solid #ccc;
}

.contest_txt03 h3 {
  font-size: 1.25em;
  font-weight: bold;
  background: #fff;
  padding: 5px;
}

.contest_txt03 h3 span {
  font-weight: 400;
  font-size: 13px;
}

.list2 li {
  margin: 15px 0;
}

.list2 li .bold {
  font-weight: bold;
}

.list2 li .underL {
  border-bottom: 1px dashed #333;
}

.list4 li {
  padding: 10px 0;
  border-bottom: 1px solid #d3e4f3;
}

.list4 li span {
  background: #dc4c35;
  color: #ffffff;
  border-radius: 100%;
  padding: 6px 13px;
  margin-right: 7px;
  font-weight: bold;
}

.list4 li .small {
  font-size: 13px;
  background: none;
  font-weight: 400;
  color: #333333;
  display: block;
}

.img_kijun img {
  max-width: calc(50% / 2);
}

@media only screen and (max-width: 640px) {
  .dl_03 dt {
    width: 100% !important;
  }
  .dl_03 dd {
    width: 100% !important;
    text-align: center;
  }
  .dl_03 dl {
    display: block !important;
  }
}

.dl_03 dt {
  border: none !important;
  display: block !important;
  text-align: center;
}

.dl_03 dd {
  border: none !important;
}

.dl_03 dl {
  border-bottom: 1px dashed #333;
  margin: 10px 0;
}

@media only screen and (max-width: 640px) {
  .dl_05 dt {
    width: 100% !important;
  }
  .dl_05 dd {
    width: 100% !important;
    text-align: center;
  }
  .dl_05 dl {
    display: block !important;
  }
}

.dl_05 dt {
  border: none !important;
  display: block !important;
  text-align: center;
}

.dl_05 dd {
  border: none !important;
}

.dl_05 dl {
  border-bottom: 1px dashed #333;
  margin: 10px 0;
}

.dl_04 {
  font-size: 13px;
  max-width: 800px;
  margin: 0 auto;
}

.dl_04 dt {
  border: none !important;
}

.dl_04 dd {
  border: none !important;
}

.dl_04 dl {
  border-bottom: 1px solid #333;
  margin: 10px 0;
}

.triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 60px solid #d3e4f3;
}

.cont_form {
  font-size: 13px;
}

.cont_form a {
  color: #333333;
}

.cont_form a:hover {
  text-decoration: underline;
}

.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.imgboxwrap {
  position: relative;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.imgboxwrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 21%;
  right: 0;
  width: 100%;
  height: 50%;
  background: #f7f7f7;
  z-index: -1;
}

.img {
  clear: both;
}

.imgbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.imgbox .box {
  margin: 10px;
  width: 46%;
}

.imgbox .box img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (max-width: 834px) {
  .imgbox .box img {
    width: 100% !important;
  }
}

@media screen and (min-width: 834px) and (max-width: 1200px) {
  .imgbox .box img {
    width: 100% !important;
  }
}

.imgbox .box h3 {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #004797;
}

.imgbox .box article > div {
  display: none;
}

@media only screen and (max-width: 640px) {
  .imgbox .box {
    width: 100%;
    margin-top: 20px;
  }
}

.dl_02 dt {
  border: none !important;
  background: #f7f7f7 !important;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .dl_02 dt {
    width: 100% !important;
    display: block !important;
  }
}

.dl_02 dd {
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .dl_02 dd {
    width: 100% !important;
  }
}

.dl_02 dl {
  border-bottom: 1px dashed #d3e4f3 !important;
  padding: 10px 0 !important;
}

@media only screen and (max-width: 640px) {
  .dl_02 dl {
    display: block !important;
  }
}

.btnlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btnlist ul li {
  float: none !important;
  width: 30%;
  margin: 10px;
}

@media only screen and (max-width: 640px) {
  .btnlist ul li {
    width: 100% !important;
    margin: 5px auto;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .btnlist ul li {
    width: 50% !important;
  }
}

.btnlist ul li a {
  background: #f7f7f7;
}

@media only screen and (max-width: 640px) {
  .btnlist ul li {
    width: 100%;
  }
}

.btnlist ul li:last-of-type {
  margin-right: 10px !important;
}

@media only screen and (max-width: 640px) {
  .btnlist ul li:last-of-type {
    margin-right: 0 !important;
  }
}

.btnlist2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btnlist2 ul li {
  float: none !important;
  width: 30%;
  margin: 10px;
}

@media only screen and (max-width: 640px) {
  .btnlist2 ul li {
    width: 100% !important;
    margin: 5px auto;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .btnlist2 ul li {
    width: 50% !important;
  }
}

.btnlist2 ul li a {
  background: #dc4c35;
  color: #ffffff;
}

@media only screen and (max-width: 640px) {
  .btnlist2 ul li {
    width: 100%;
  }
}

.btnlist2 ul li:last-of-type {
  margin: auto !important;
}

.spblog {
  display: block !important;
}

@media only screen and (max-width: 640px) {
  .spblog {
    display: none;
  }
}

.btnlist3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: none;
}

@media screen and (max-width: 640px) {
  .btnlist3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.btnlist3 ul li {
  float: none !important;
  width: 32%;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #004797;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .btnlist3 ul li {
    width: 100% !important;
  }
}

.btnlist3 ul li:hover {
  background: #004797;
  color: #ffffff;
}

.btnlist3 ul li.active {
  background: #004797;
  color: #ffffff;
}

.btnlist_class ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btnlist_class ul li {
  width: 31%;
}

@media only screen and (max-width: 640px) {
  .btnlist_class ul li {
    width: 100%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .btnlist_class ul li {
    width: 100% !important;
  }
}

.btnlist_class ul li a {
  float: none !important;
  margin: 10px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #DC4C35;
  display: block;
}

.btnlist_class ul li a .big {
  font-size: 30px;
}

.btnlist_class ul li a:hover {
  background: #DC4C35;
  color: #ffffff;
}

.btn4 .active {
  background: #fff;
  color: #000;
}

.txt_price div {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
}

.txt_price div span {
  background: #d3e4f3;
  padding: 5px 10px;
  margin-right: 10px;
}

.txt_contact .tel2 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.txt_contact .tel2 a {
  color: #333333;
}

.gmap {
  z-index: 0;
}

.gmap iframe {
  width: 100%;
}

.slider2 img {
  margin: 0 auto;
}

.bg_100per_wrap {
  position: relative;
  padding: 30px !important;
}

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg_pt.png);
  z-index: -1;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 1px solid #004797;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.policy {
  padding: 10px 0;
  text-align: center;
}

.policy a {
  color: #004797;
}

#TRANS_ANNOT {
  display: none;
}

.slide-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-top {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-top.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
          transform: translate(50px, 0px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-right.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
          transform: translate(-50px, 0px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-left.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=assets.css.map */