@charset "UTF-8";
/*
Theme Name: Yakabe Eye Clinic
Theme URL: none
Description: Yakabe Eye Clinic
Author: shohei
Version: 2.2.7
Tags: Yakabe Eye Clinic ,su
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

img, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  border: none;
  float: none;
}

hr {
  border: none;
}

/* html5 */
article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, menu, nav, section, summary {
  display: block;
}

/* --------------------------------------------------
_02_base.scss

Setting
- MediaQuery : Brake point
- Color
- Font

extend

-------------------------------------------------- */
/* --------------------------------------------------
MediaQuery : Brake point
-------------------------------------------------- */
/* --------------------------------------------------
Color
-------------------------------------------------- */
/* Link color
-------------------------------------------------- */
/* or */
/* table */
/* hr */
/* code */
/* --------------------------------------------------
Font
-------------------------------------------------- */
/* Google Web Font */
/* --------------------------------------------------
module
- Parts of Wordpress
for editor
single , page
-------------------------------------------------- */
/* --------------------------------------------------
_02_base.scss

Setting
- MediaQuery : Brake point
- Color
- Font

extend

-------------------------------------------------- */
/* --------------------------------------------------
MediaQuery : Brake point
-------------------------------------------------- */
/* --------------------------------------------------
Color
-------------------------------------------------- */
/* Link color
-------------------------------------------------- */
/* or */
/* table */
/* hr */
/* code */
/* --------------------------------------------------
Font
-------------------------------------------------- */
/* Google Web Font */
/* --------------------------------------------------
single
-------------------------------------------------- */
#single #singlePost h1.title {
  border-left: solid 4px #2F5CC4;
  line-height: 1.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  margin-top: 1rem;
}
#single #singlePost p, #single #singlePost ul {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
@media all and (min-width: 1024px) {
  #single #singlePost p, #single #singlePost ul {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}

/* --------------------------------------------------
html
-------------------------------------------------- */
html {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  min-width: 320px;
  background: #FFFFFF;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Helvetica, "メイリオ", Meiryo, sans-serif;
  color: #222222;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  margin: 0 auto;
  min-width: 320px;
  min-width: 20rem;
  font-size: 14px;
  font-size: 0.875rem;
}

p {
  color: #222222;
}

/* MediaQuery
-------------------------------------------------- */
@media all and (min-width: 800px) {
  body {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
/*  all
-------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Cler fix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Clear */
.cl-b {
  clear: both;
}

.cl-r {
  clear: right;
}

.cl-l {
  clear: left;
}

/* float */
.fr {
  float: right;
}

.fl {
  float: left;
}

/* Text align */
.ta-center {
  text-align: center !important;
}

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

.ta-left {
  text-align: left !important;
}

.disnone {
  display: none;
}

.bobnone {
  border-bottom: none !important;
}

.of-scr {
  overflow: scroll;
}

.of-hid {
  overflow: hidden;
}

.mar4 {
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important;
}

.mar8 {
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important;
}

.mar12 {
  margin-bottom: 12px !important;
  margin-bottom: 0.75rem !important;
}

.mab4 {
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important;
}

.mab8 {
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important;
}

.mab12 {
  margin-bottom: 12px !important;
  margin-bottom: 0.75rem !important;
}

.mal4 {
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important;
}

.mal8 {
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important;
}

.mal12 {
  margin-bottom: 12px !important;
  margin-bottom: 0.75rem !important;
}

.pat4 {
  padding-top: 4px !important;
  padding-top: 0.25rem !important;
}

.pat8 {
  padding-top: 8px !important;
  padding-top: 0.5rem !important;
}

.pat10 {
  padding-top: 10px !important;
  padding-top: 0.625rem !important;
}

.pat12 {
  padding-top: 12px !important;
  padding-top: 0.75rem !important;
}

.pab4 {
  padding-bottom: 4px !important;
  padding-bottom: 0.25rem !important;
}

.pab8 {
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important;
}

.pab10 {
  padding-bottom: 10px !important;
  padding-bottom: 0.625rem !important;
}

.pab12 {
  padding-bottom: 12px !important;
  padding-bottom: 0.75rem !important;
}

/* --------------------------------------------------
Font size
-------------------------------------------------- */
.fos16 {
  font-size: 16px;
  font-size: 1rem;
}

.fos18 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* --------------------------------------------------
Start Contents
-------------------------------------------------- */
/* H
-------------------------------------------------- */
h3.h3Style-02 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  display: inline-block;
  font-family: "Noto Sans Japanese";
  margin: 0;
  margin-bottom: 12px !important;
  margin-bottom: 0.75rem !important;
  padding: 0 2px 0 2px;
  padding: 0 0.125rem 0 0.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  position: relative;
  border-bottom: 1px solid #ccc;
}

h3.h3Style-02:after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 16px;
  border-bottom: 1px solid #ecb700;
}

@media all and (min-width: 800px) {
  h3.h3Style-02 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (max-width: 374px) {
  h3.h3Style-02 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/* list
-------------------------------------------------- */
li.listStyle-dot {
  width: auto;
  margin: 0;
  display: block;
  padding-left: 1em;
  text-indent: -1.2rem;
}

li.listStyle-dot:before {
  content: "・ ";
  color: #ffd365;
}

ul.listStyle-dot li {
  width: auto;
  margin: 0;
  display: block;
  padding-left: 1em;
  text-indent: -1.1rem;
}

ul.listStyle-dot li:before {
  content: "・ ";
  color: #ffd365;
}

@media all and (max-width: 374px) {
  ul.listStyle-dot li {
    font-size: 13px;
    font-size: 0.8125rem;
    text-indent: -1rem;
  }
}
/*!
- page_01
固定ページ

*/
/* --------------------------------------------------
 page-facilities.php
-------------------------------------------------- */
/* --------------------------------------------------
page-contactLenz.php
-------------------------------------------------- */
/* --------------------------------------------------
 page-supplement.php
-------------------------------------------------- */
#page_01 nav#pageNav.column3 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 382px;
  max-width: 23.875rem;
}

@media all and (min-width: 800px) {
  #page_01 nav#pageNav.column3 {
    max-width: 520px;
    max-width: 32.5rem;
  }
}
#page_01 nav#pageNav a {
  width: 100px;
  width: 6.25rem;
  margin: 0;
  padding: 4px 4px 4px 4px;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  background: #477EDC;
  border: solid 1px #477EDC;
  position: relative;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
  text-align: center;
}

@media all and (max-width: 374px) {
  #page_01 nav#pageNav a {
    width: 92px;
    width: 5.75rem;
    padding-right: 1px;
    padding-right: 0.0625rem;
    padding-left: 1px;
    padding-left: 0.0625rem;
  }
}
#page_01 nav#pageNav a:hover, #page_01 nav#pageNav a:active {
  text-decoration: none;
}

@media all and (min-width: 800px) {
  #page_01 nav#pageNav a {
    width: 152px;
    width: 9.5rem;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 4px 8px 4px;
    padding: 0.5rem 0.25rem 0.5rem 0.25rem;
    margin-right: 12px !important;
    margin-right: 0.75rem !important;
  }
}
#page_01 nav#pageNav a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  /*線の上下位置*/
  display: inline-block;
  width: 90px;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #477EDC;
}

@media all and (min-width: 800px) {
  #page_01 nav#pageNav a:after {
    width: 130px;
    width: 8.125rem;
  }
}
#page_01 nav#pageNav a span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  /*線の上下位置*/
  display: inline-block;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-image: url(img/chevron-down_blue.svg);
  background-size: contain;
  vertical-align: middle;
}

@media all and (min-width: 800px) {
  #page_01 nav#pageNav a span:after {
    bottom: 0;
    /*線の上下位置*/
  }
}
#page_01 nav#pageNav a.active {
  background: #FFFFFF;
  padding: 6px 4px 6px 4px;
  padding: 0.375rem 0.25rem 0.375rem 0.25rem;
  color: #477EDC;
  height: 36px;
  height: 2.25rem;
  font-weight: bold;
}

@media all and (max-width: 374px) {
  #page_01 nav#pageNav a.active {
    padding-right: 0px;
    padding-right: 0rem;
    padding-left: 0px;
    padding-left: 0rem;
  }
}
@media all and (min-width: 640px) {
  #page_01 nav#pageNav a.active {
    height: 48px;
    height: 3rem;
  }
}
@media all and (min-width: 800px) {
  #page_01 nav#pageNav a.active {
    font-size: 16px;
    font-size: 1rem;
  }
}
#page_01 .hGroupe {
  margin-bottom: 32px !important;
  margin-bottom: 2rem !important;
}

@media all and (min-width: 800px) {
  #page_01 .hGroupe {
    margin-bottom: 48px !important;
    margin-bottom: 3rem !important;
  }
}
#page_01 dl .itemBox {
  max-width: 380px;
  max-width: 23.75rem;
  margin: 0 auto;
  border-bottom: solid 1px #aaa;
  margin-bottom: 42px;
}

@media all and (min-width: 800px) {
  #page_01 dl .itemBox {
    margin-right: 16px;
  }
}
#page_01 dl .itemBox dt {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 72px;
}

#page_01 dl .itemBox dt span {
  position: relative;
  display: inline-block;
}

#page_01 dl .itemBox dt span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  /*線の上下位置*/
  display: inline-block;
  width: 32px;
  /*線の長さ*/
  height: 6px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #26499D;
}

#page_01 dl .itemBox img {
  margin: 0 auto 20px;
  display: block;
  width: 66%;
}

@media all and (min-width: 800px) {
  #page_01 dl .itemBox img {
    width: 74%;
  }
}
#page_01 dl .itemBox dd {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 30px;
}

@media all and (min-width: 640px) {
  #page_01 #contactLenz h2 {
    text-align: center;
  }
}
@media all and (min-width: 800px) {
  #page_01 #contactLenz h2 {
    text-align: left;
  }
}
#page_01 #contactLenz dl {
  max-width: 380px;
  max-width: 23.75rem;
  margin: 0 auto;
  margin-bottom: 52px !important;
  margin-bottom: 3.25rem !important;
}

@media all and (min-width: 800px) {
  #page_01 #contactLenz dl {
    margin-right: 16px !important;
    margin-right: 1rem !important;
    margin-left: 16px !important;
    margin-left: 1rem !important;
  }
}
#page_01 #contactLenz dl .dl-list {
  border-bottom: solid 1px #c8c8c8;
  margin-bottom: 36px !important;
  margin-bottom: 2.25rem !important;
  min-height: 72px;
  min-height: 4.5rem;
}

#page_01 #contactLenz dl dt.contactName {
  width: 50%;
  float: left;
  padding-top: 2px !important;
  padding-top: 0.125rem !important;
  font-weight: 600;
}

@media all and (max-width: 374px) and (min-width: 320px) {
  #page_01 #contactLenz dl dt.contactName {
    padding-top: 4px !important;
    padding-top: 0.25rem !important;
    padding-bottom: 4px !important;
    padding-bottom: 0.25rem !important;
  }
}
#page_01 #contactLenz dl dd.contactimg img {
  width: 48%;
}

#page_01 #contactLenz img:first-child {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
}

#page_01 #contactLenz img.brandLogo_01 {
  width: 42%;
  padding: 8px 0 8px 0;
  padding: 0.5rem 0 0.5rem 0;
}

#page_01 #contactLenz img.brandLogo_02 {
  width: 56%;
  padding: 8px 0 8px 0;
  padding: 0.5rem 0 0.5rem 0;
}

#page_01 #contactLenz img.brandLogo_03 {
  width: 29%;
}

#page_01 #contactLenz img.brandLogo_04 {
  width: 74%;
  padding: 8px 0 8px 0;
  padding: 0.5rem 0 0.5rem 0;
}

#page_01 #contactLenz img.brandLogo_05 {
  width: 43%;
}

#page_01 #contactLenz img.brandLogo_06 {
  width: 68%;
  padding: 8px 0 8px 0;
  padding: 0.5rem 0 0.5rem 0;
}

#page_01 #contactLenz section.column2 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#page_01 .page-supplement dt span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  /*線の上下位置*/
  display: inline-block;
  width: 32px;
  /*線の長さ*/
  height: 6px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #26499D;
}

@media all and (min-width: 800px) {
  #page_01 .page-supplement dt {
    float: left;
  }
}
#page_01 .page-supplement img {
  width: auto !important;
  max-width: 140px;
  float: right;
  margin-right: 16px !important;
  margin-right: 1rem !important;
}

#page_01 .page-supplement dd {
  display: inline-block;
}

@media all and (min-width: 800px) {
  #page_01 .page-supplement img {
    max-width: 160px;
    max-width: 10rem;
  }
}
@media all and (min-width: 800px) {
  #page_01 dl .itemBox {
    margin: 0 24px 42px 24px;
    margin: 0 1.5rem 2.625rem 1.5rem;
  }
  #page_01 dl.column2 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #page_01 dl.column2::after {
    content: "";
    display: block;
    width: 50%;
  }
}
/* --------------------------------------------------
 js library
  - js-tab
-------------------------------------------------- */
nav.as-js-tab {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
}

.js-tab > a {
  text-align: center;
}

.js-tab > a.active {
  background: #000;
}

.js-tab_content {
  display: none;
  padding: 20px 0;
}

.js-tab_content.active {
  display: block;
}

@media all and (min-width: 800px) {
  nav.as-js-tab {
    margin-bottom: 30px !important;
    margin-bottom: 1.875rem !important;
  }
}
/*! --------------------------------------------------
Start Customize
-------------------------------------------------- */
a {
  color: #477edc;
  cursor: pointer;
}

a:visited {
  color: #477edc;
}

a:focus {
  color: #477edc;
}

a:hover {
  color: #477edc;
}

a:active {
  color: #477edc;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
}

a:active {
  text-decoration: underline;
}

a img:hover {
  opacity: 0.9;
}

h1, h2 {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

h3, h4, h5 {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 48px;
  line-height: 3rem;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

h5 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media screen and (min-width: 640px) {
  html {
    font-size: 16px;
    line-height: 1.5rem;
  }
  h1, h2 {
    margin-top: 48px;
    margin-top: 3rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  h3, h4, h5 {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 48px;
    line-height: 3rem;
  }
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 48px;
    line-height: 3rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  h5 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.fos-tl {
  font-size: 24px;
  font-size: 1.5rem;
}

.fos-tm {
  font-size: 16px;
  font-size: 1rem;
}

.fos-ts {
  font-size: 14px;
  font-size: 0.875rem;
}

.fos-tss {
  font-size: 12px;
  font-size: 0.75rem;
}

/* Cler fix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#glayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 200;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}

ul.column2 {
  margin: 0 auto;
}

.column2 {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.columnRev {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.column3 {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.column4 {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.column5 {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.column5 li {
  width: 20%;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.column5 img {
  width: 98%;
  height: 98%;
  display: block;
}

.column5 h4 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.columnCol {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.columnCol li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.disnone {
  display: none;
}

.att {
  color: #E73636 !important;
  font-size: 12px;
  font-size: 0.75rem;
}

a.inLink {
  color: #519dad;
}

/* --------------------------------------------------
hr
-------------------------------------------------- */
.hr-style-01 {
  height: 10px;
  background-color: #CF072D;
}

.hr-style-02 {
  height: 2px;
  background-color: #CF072D;
  border: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
}

.hr-style-02 :before {
  top: -0.5em;
  height: 1em;
  content: "";
  width: 100%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
}

.hr-style-02 :after {
  height: 0.5em;
  top: 1px;
  background: #CF072D;
  content: "";
  width: 100%;
}

.hr-style-03 {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hr-style-04 {
  height: 2px;
  height: 0.125rem;
  background: #CF072D;
}

.hr-style-05 {
  width: 100%;
  height: 8px;
  height: 0.5rem;
  background: rgba(255, 206, 152, 0.81);
  border-radius: 1px 1px 1px 1px;
}

.hr-style-05-underHeader {
  width: 100%;
  height: 8px;
  height: 0.5rem;
  background: rgba(255, 206, 152, 0.81);
  border-radius: 1px 1px 1px 1px;
}

@media all and (min-width: 640px) {
  .hr-style-05-underHeader {
    display: none;
  }
}
.hr-style-h1 {
  position: relative;
  top: -16px;
  top: -1rem;
  height: 4px;
  height: 0.25rem;
  background: #CF072D;
  border: 1px solid #CF072D;
  border-radius: 7px 7px 7px 7px;
}

.hr-100-2px-col01 {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: #FFFFFF;
}

.hr-100-2px-col01-pcdn {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: #FFFFFF;
}

@media all and (min-width: 640px) {
  .hr-100-2px-col01-pcdn {
    display: none;
  }
}
/* Headline style
-------------------------------------------------- */
/* --------------------------------------------------
Button
-------------------------------------------------- */
.btnStyle {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

input {
  width: 100%;
  height: 32px;
  height: 2rem;
  padding: 2px 2px 2px 2px;
  padding: 0.125rem 0.125rem 0.125rem 0.125rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* --------------------------------------------------
CheckBox
-------------------------------------------------- */
input[type=checkbox] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  margin: 0 8px 0 4px;
  margin: 0 0.5rem 0 0.25rem;
}

/* --------------------------------------------------
Button
-------------------------------------------------- */
/* button01 */
.btn01 p, .btn01 input {
  height: 48px;
  height: 3rem;
  min-width: 128px;
  min-width: 8rem;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  background: #00004d;
  border-radius: 5px/5px;
  color: #FFF;
  cursor: pointer;
}

.btn01 p {
  width: 80%;
  margin: 8 auto;
  margin: 0.5rem auto;
  padding: 12px 16px 8px 16px;
  padding: 0.75rem 1rem 0.5rem 1rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.btn01 input {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.btn01 p:hover {
  background: #FFF;
  color: #00004d;
  border: 2px solid #00004d;
  padding: 10px 16px 8px 14px;
  padding: 0.625rem 1rem 0.5rem 0.875rem;
}

.btn01 input:hover {
  margin: -2px 0 0 -2px;
}

/* --------------------------------------------------
Margin
-------------------------------------------------- */
.mab8 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.mab16 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.mab24 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.mab32 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.mab48 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.mal80 {
  margin-left: 80px;
  margin-left: 5rem;
}

/*! --------------------------------------------------
Start Contents
-------------------------------------------------- */
/*!
- header row footer > container
- Header Img
- gNav : globalNav
- footer
- sideNav
- contentBox
- SiteNav : pankuzu
- single
- page
- archive
- 404
*/
/*--------------------------------------------------
header row footer > container
-------------------------------------------------- */
header, .row, footer {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

header::before, header::after,
footer::before, footer::after,
.row::before,
.container::after {
  clear: both;
}

header {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media all and (min-width: 640px) {
  header {
    max-width: 1120px;
    margin: 0 auto 0;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  max-width: 40rem;
  padding: 0 16px 0 16px;
  padding: 0 1rem 0 1rem;
}

@media all and (min-width: 640px) {
  .container {
    max-width: 1120px;
    /*max-width: 60rem;*/
  }
}
/* --------------------------------------------------
Header Img
-------------------------------------------------- */
.headerIndex {
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-width: 40rem;
  max-height: 640px;
  max-height: 40rem;
  top: 0;
  display: block;
  margin: 0 auto;
  background-size: contain;
}

@media all and (min-width: 640px) {
  .headerIndex {
    max-width: 960px;
    max-width: 60rem;
    max-height: 540px;
    max-height: 33.75rem;
  }
}
.headerPage {
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-width: 40rem;
  max-height: 300px;
  max-height: 18.75rem;
  margin: 0 auto;
  display: block;
}

@media all and (min-width: 640px) {
  .headerPage {
    max-width: 960px;
    max-width: 60rem;
    max-height: 300px;
    max-height: 18.75rem;
  }
}
/* --------------------------------------------------
footer
-------------------------------------------------- */
footer {
  padding-top: 32px;
  padding-top: 2rem;
  background: #7b4e02;
  color: #FFFFFF;
  text-align: center;
}

@media all and (min-width: 640px) {
  footer {
    text-align: left;
  }
}
footer ul {
  width: 98%;
  margin: 0 auto;
}

@media all and (min-width: 640px) {
  footer ul {
    margin-left: 8%;
  }
}
footer .container {
  padding: 16px 16px 16px 16px;
  padding: 1rem 1rem 1rem 1rem;
}

footer .column2 {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media all and (min-width: 640px) {
  footer .column2 {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}
footer .column2 ul {
  max-width: 320px;
  max-width: 20rem;
}

footer .column2 li {
  width: 98%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media all and (min-width: 640px) {
  footer .column2 .footerlist02 {
    max-width: none;
    min-width: 320px;
    min-width: 20rem;
    padding-left: 20%;
  }
}
footer #footerNav {
  height: 24px;
  height: 1.5rem;
  color: #FFFFFF;
  font-weight: bold;
  margin: 16px 0 48px 0;
  margin: 1rem 0 3rem 0;
}

footer li {
  display: block;
}

@media all and (min-width: 640px) {
  footer li {
    padding: 0 16px 0 0;
    padding: 0 1rem 0 0;
  }
}
footer li a, footer li a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

footer li a:hover {
  font-weight: bold;
}

footer .opentime {
  color: #FFFFFF;
  max-width: 80%;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  background: rgba(255, 206, 152, 0.81);
  text-align: center;
  border-radius: 8px;
}

footer .opentime span {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 14px;
  margin-left: 0.875rem;
}

footer #cr {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #000000;
}

/*--------------------------------------------------
ContentBox
-------------------------------------------------- */
.contentBox {
  width: 100%;
  min-height: 420px;
  min-height: 26.25rem;
  padding: 0;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  overflow: hidden;
}

.contentBox ::after {
  clear: both;
}

@media all and (min-width: 640px) {
  .contentBox {
    padding: 48px;
    padding: 3rem;
    min-height: 560px;
    min-height: 35rem;
  }
}
/* Customize */
@media all and (min-width: 640px) {
  .contentBox {
    padding-top: 16px;
    padding-top: 1rem;
  }
}
/*--------------------------------------------------
nav
-------------------------------------------------- */
#gNav {
  width: 100%;
  max-width: 800px;
  height: 310px;
  height: 19.375rem;
  margin: 8% auto 0;
  padding: 8px 4px 12px 4px;
  padding: 0.5rem 0.25rem 0.75rem 0.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "Montserrat", serif;
  text-align: center;
  display: none;
  z-index: 900;
  position: absolute;
  top: 32px;
  top: 2rem;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0.8;
}

#gNav a {
  color: #333;
  display: block;
  min-height: 32px;
  min-height: 2rem;
}

@media all and (min-width: 640px) {
  #gNav a {
    display: inline-block;
  }
}
@media all and (min-width: 640px) {
  #glayer {
    display: none;
  }
}
#gNav .column5 {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

#gNav ul {
  margin: 0 auto;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
}

#gNav li {
  width: 78%;
  height: 38px;
  height: 2.375rem;
  padding: 0;
  margin: 16px auto 4px;
  margin: 1rem auto 0.25rem;
  border-bottom: 1px dotted #CECECE;
}

#gNav li a {
  padding: 8px 0 8px 0;
  padding: 0.5rem 0 0.5rem 0;
  text-decoration: none;
  color: #477edc;
}

#gNav li a:hover, #gNav li a:active {
  color: #5e5e5e;
}

@media all and (min-width: 640px) {
  #gNav {
    /*width: 640px;
    width: 40rem;
    height: 96px;
    height: 6rem;
    min-width: 640px;
    min-width: 40rem;
    max-width: 640px;
    max-width: 40rem;
    margin: 0 auto;
    padding: 4px 0 8px 0;
    padding: 0.25rem 0 0.5rem 0;
    display: none;
    display: block;
    background: #FFFFFF;
    border-bottom: solid 2px #CF072D;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
    position: relative;
    top: -60px;
    top: -3.75rem;
    left: 0px;
    left: 0rem;*/
    font-size: 18px;
  }
  /*    -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;*/
  /*    width: 20%;
      height: 40px;
      height: 2.5rem;
      padding-top: 6px;
      padding-top: 0.375rem;
      border-bottom: none;
      margin: 24px auto 0;
      border-left: 1px solid #CACACA;*/
  #gNav li:first-child {
    border-left: none;
  }
  #gNav li a {
    padding: 1px 0 0 0;
    padding: 0.0625rem 0 0 0;
  }
}
#btn-gNav {
  z-index: 1000;
}

input {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

input {
  -moz-appearance: checkbox;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navbtnSp {
  width: 40px;
  height: 40px;
  /*background: rgba(0, 0, 0, 0.1);*/
  cursor: pointer;
  display: block;
  position: relative;
  /*position: absolute;*/
  top: 8px;
  top: 0.5rem;
  right: 0;
  /*right: 0.5rem;*/
  z-index: 1000;
  color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  border-radius: 8%;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.navbtnSp .naviconMenu {
  display: block;
  text-align: center;
  color: #477edc;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  content: "";
  position: absolute;
  top: 26px;
  line-height: 0;
}

.navbtnSp .naviconLine1,
.navbtnSp .naviconLine2,
.navbtnSp .naviconLine3 {
  position: absolute;
  top: 0;
  left: 4px;
  left: 0.25rem;
  height: 1px;
  width: 24px;
  cursor: pointer;
  background: #477edc;
  display: block;
  content: "";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.navbtnSp .naviconLine1 {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.navbtnSp .naviconLine2 {
  transform: translate3d(0, 6px, 0);
  -webkit-transform: translate3d(0, 6px, 0);
}

.navbtnSp .naviconLine3 {
  transform: translate3d(0, 13px, 0);
  -webkit-transform: translate3d(0, 13px, 0);
}

input[type=checkbox]:checked + label .naviconLine1 {
  top: 50%;
  transition: all 1s;
  -webkit-transition: all 1s;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  background: #eaeaea;
}

input[type=checkbox]:checked + label .naviconLine2 {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  opacity: 0;
}

input[type=checkbox]:checked + label .naviconLine3 {
  top: 50%;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  background: #FFFFFF;
}

input[type=checkbox]:checked + label .naviconMenu {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  opacity: 0;
}

header #navlogobg {
  display: none;
}

input[type=checkbox]:checked + label + #navlogobg {
  background: rgba(255, 255, 255, 0.88);
  width: 179px;
  height: 74px;
  display: block;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 10px;
  left: 0.625rem;
  z-index: 900;
  margin: 2% auto 0;
  border-radius: 9px;
}

#navlogo {
  width: 159px;
  width: 9.9375rem;
  height: 60px;
  height: 3.75rem;
  margin: 8px 0 0 6px;
  margin: 0.5rem 0 0 0.375rem;
  display: block;
  background: url(images/logo.svg) no-repeat;
}

#navClose {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  font-size: 16px;
  font-size: 1rem;
  color: #AAAAAA;
  background: #FFFFFF;
  padding-top: 5px;
  padding-top: 0.3125rem;
  border-radius: 16;
  text-align: center;
  position: relative;
  top: 8px;
  top: -0.5rem;
  left: 8px;
  left: 0.5rem;
  display: block;
  float: left;
}

a#navclose:hover {
  text-decoration: none;
}

.btnTEL {
  margin-right: 0.5rem;
}

/*--------------------------------------------------
single.php page.php
-------------------------------------------------- */
#singlePost ul li,
#singlePost ol li {
  margin-left: 1.2rem;
}

#singlePost ul li {
  list-style: square;
}

#singlePost ol li {
  list-style: decimal;
}

/*--------------------------------------------------
single.php
-------------------------------------------------- */
#singlePost h1.title {
  border-left: solid 4px #2F5CC4;
  line-height: 1.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  margin-top: 1rem;
}

/*--------------------------------------------------
page.php
-------------------------------------------------- */
#page {
  padding: 16px 16px 24px 16px;
  padding: 1rem 1rem 1.5rem 1rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  border-bottom: 6px solid;
}

#page .pagetitle {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  border-bottom: 3px solid #333;
}

#page h2 {
  font-size: 16px;
  font-size: 1rem;
}

#page h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

#page p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

/*--------------------------------------------------
archive.php
-------------------------------------------------- */
#archive .archivePostList {
  margin-right: 16px;
  margin-right: 1rem;
  margin-left: 16px;
  margin-left: 1rem;
  overflow: hidden;
}

#archive .archivePostList .thumImg {
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
}

#archive .archivePostList time {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: 20px;
  left: 70px;
}

#archive .archivePostList h1 {
  font-size: 20px;
  font-size: 1.25rem;
}

#archive .archivePostList p {
  font-size: 14px;
  font-size: 0.875rem;
}

#archive .archivePostList p img {
  display: none;
}

/*--------------------------------------------------
news
-------------------------------------------------- */
.row.news {
  background: #CF072D;
}

.row.news ul {
  text-align: center;
}

.row.news img {
  width: 80px;
  width: 5rem;
  height: 96px;
  height: 6rem;
  margin: 0 auto 8px;
  margin: 0 auto 0.5rem;
  overflow: hidden;
}

@media all and (min-width: 640px) {
  .row.news img {
    width: 160px;
    width: 10rem;
    height: 224px;
    height: 14rem;
  }
}
.row.news h3 {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}

@media all and (min-width: 640px) {
  .row.news h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* --------------------------------------------------
Display : none;
-------------------------------------------------- */
/*
Start Orignal
*/
header {
  margin: 0 auto;
  background: #FFFFFF;
  max-width: 1184px;
}

header a, header a:visited, header a:active, header a:focus, header a:hover {
  color: #26499d;
}

header h1 {
  width: auto;
  font-size: 1.5rem;
  font-size: 24px;
  display: block;
  margin: 12px 0 12px 8px;
  margin: 0.75rem 0 0.75rem 0.5rem;
  padding: 0;
  color: #26499d;
  line-height: 1rem;
}

header h1.logo {
  width: 38%;
  height: auto;
  margin-right: auto;
}

header h1.logo a {
  display: block;
}

@media all and (min-width: 640px) {
  header h1.logo {
    width: 34%;
  }
}
header span {
  display: none;
}

@media all and (min-width: 640px) {
  header h1 {
    /*width: 236px;*/
    /*width: 14.75rem;*/
    /*height: 100px;*/
    /*height: 6.25rem;*/
    padding: 12px 10px 12px 10px;
    padding: 0.75rem 0.625rem 0.75rem 0.625rem;
    background: rgba(255, 255, 255, 0);
  }
}
#indexMainImg {
  width: 100%;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 640px) {
  #indexMainImg {
    max-width: 1120px;
  }
}
hr {
  border: solid 1px #e2e2e2;
}

footer {
  background-color: #fff;
  margin-bottom: 2rem;
  color: #000;
}

footer h1 {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  color: #000;
}

footer p {
  text-align: center;
}

footer #btn {
  display: block;
  width: 60%;
  margin: 1rem auto;
  border: solid 1px #a2a2a2;
  padding: 0.8rem 2rem;
  text-align: center;
  font-size: 1.2rem;
}

footer a#btn {
  color: #000;
  text-decoration: none;
}

footer a:active#btn {
  color: #000;
}

footer a:visited#btn {
  color: #000;
}

/*Add*/
.ta-right {
  text-align: right;
}

#mainNews {
  display: block;
  width: 100%;
  margin: 0 auto -80px auto;
  padding: 2rem 1rem;
  position: relative;
  top: -110px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 1.2rem;
  color: red;
}

/*@media screen(max-width: 640px) {
  #mainNews {
    margin: 0 0 0 0;
  }
}*/
#indexMainImg + a, #indexMainImg + a:hover,
#indexMainImg + a:active, #indexMainImg + a:visited, #indexMainImg + a:focus {
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  #mainNews {
    top: -260px;
    max-width: 1120px;
  }
}
.h1-style-01 {
  font-size: 1.5rem;
  color: #26499d;
  margin-bottom: 1rem;
}

@media screen and (min-width: 640px) {
  .h1-style-01 {
    margin: 0 0 2rem 0;
  }
}
/* Line 999 */
.column2 .row {
  width: 100%;
}

@media all and (min-width: 640px) {
  .column2 .row {
    width: 40%;
  }
}
@media all and (min-width: 640px) {
  hr.pc_bor_none {
    border: none;
  }
}
@media (min-width: 640px) {
  .contentBox {
    padding-top: 0;
    margin-top: 2rem;
  }
}
.indexNews .newsBox li,
.contentBox .newsBox li {
  border: none;
  min-height: 2rem;
  margin-top: 0;
}

.nwesContents-02 {
  /*width: auto;*/
  width: 80%;
  /*float: left;*/
  margin: 6px 0 0 12px;
  margin: 0.375rem 0 0 0.75rem;
  overflow: hidden;
}

.nwesContents-02 a {
  width: auto;
  float: left;
  font-size: 16px;
  text-decoration: none;
}

@media (min-width: 640px) {
  .indexNews .newsBox li,
  .contentBox .newsBox li {
    min-height: 2rem;
    margin-top: 0;
  }
}
.nwesContents-02 h1 {
  font-size: 1rem;
}

.nwesContents-02 .newsBoxDate {
  float: left;
}

.newsBoxDate-02 {
  float: left;
}

.newsBox li {
  width: auto;
  max-width: auto;
}

.column2Container {
  width: 100%;
}

@media all and (min-width: 640px) {
  .column2Container {
    width: 46%;
  }
}
/* --------------------------------------------------
Common
-------------------------------------------------- */
.row {
  padding: 24px 0 24px 0;
  padding: 1.5rem 0 1.5rem 0;
}

@media all and (min-width: 800px) {
  .row {
    padding: 32px 0 32px 0;
    padding: 2rem 0 2rem 0;
  }
}
.container02 {
  width: 100%;
  max-width: 528px;
  max-width: 33rem;
}

@media all and (min-width: 560px) {
  .container02 {
    max-width: 528px;
    margin: 0;
  }
}
@media all and (min-width: 640px) {
  .container02 {
    margin: 0;
  }
}
.rowBgc01 {
  background: #f5f5f5;
}

span.colBlue {
  color: #26499d;
}

span.colRed {
  color: red;
}

#index #news,
#index #access,
#index #medinfo,
#index #about {
  margin-top: -24px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

/* --------------------------------------------------
 footer
-------------------------------------------------- */
footer .contentsBox {
  width: 100%;
}

@media all and (min-width: 640px) {
  footer .contentsBox {
    width: auto;
  }
}
/* --------------------------------------------------
 index
-------------------------------------------------- */
.hGroupe {
  border-left: solid 2px #26499d;
  margin-right: auto;
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}

@media all and (min-width: 800px) {
  .hGroupe {
    margin-bottom: 32px !important;
    margin-bottom: 2rem !important;
  }
}
h1.h1-style-01 {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  display: block;
  font-family: "Noto Sans Japanese";
  margin: 0 auto;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  padding: 0 0 0 8px;
  padding: 0 0 0 0.5rem;
  line-height: 16px;
  line-height: 1rem;
}

h2.h2-style-01 {
  font-size: 10px;
  margin: 0;
  padding: 0 0 0 10px;
  padding: 0 0 0 0.625rem;
  color: #1a428a;
  display: block;
  font-family: "Montserrat", sans-serif;
  line-height: 10px;
  line-height: 1rem;
}

@media all and (min-width: 800px) {
  .hGroupe {
    border-left: solid 6px #26499d;
  }
  h1.h1-style-01 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding: 0 0 0 10px;
    padding: 0 0 0 0.625rem;
    line-height: 22px;
    line-height: 1.5rem;
  }
  h2.h2-style-01 {
    font-size: 16px;
    padding: 0 0 0 12px;
    padding: 0 0 0 0.75rem;
  }
}
h1.h1-style-02 {
  font-size: 12px;
  font-size: 0.75rem;
  /*color: #ffd365;*/
  color: #333;
  display: inline-block;
  font-family: "Noto Sans Japanese";
  margin: 0;
  padding: 0 2px 0 2px;
  padding: 0 0.125rem 0 0.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  position: relative;
  border-bottom: 1px solid #ccc;
}

h1.h1-style-02:after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 16px;
  border-bottom: 1px solid #ecb700;
}

.indexNews.column2, .medinfoBox .column2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

footer {
  margin-bottom: 1rem;
}

footer img {
  width: 80%;
  margin: 0 auto 1.5rem;
}

@media all and (min-width: 640px) {
  footer img {
    width: 38%;
    margin: 0;
  }
  footer p {
    text-align: left;
  }
}
@media all and (min-width: 800px) {
  footer img {
    width: 34%;
  }
}
footer p {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

footer p:nth-of-type(2) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* ScheduleTable
-------------------------------------------------- */
table#scheduleTable {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  width: 312px;
  display: inline-table;
}

@media all and (max-width: 320px) {
  table#scheduleTable {
    width: 100%;
  }
}
table#scheduleTable td {
  text-align: center;
  vertical-align: middle;
}

table#scheduleTable tr.bBot {
  border-bottom: 1px solid #a1a1a1;
}

table#scheduleTable tr.bRig td {
  border-right: 1px solid #a1a1a1;
}

table#scheduleTable td {
  padding: 5px 8px 6px 8px;
}

table#scheduleTable tr {
  height: 36px;
}

table#scheduleTable tr td:first-of-type {
  width: 96px;
  padding-left: 0;
}

table#scheduleTable td.h1Box {
  text-align: left;
  vertical-align: top;
  padding: 0;
  padding-top: 4px;
}

table#scheduleTable td.textBox {
  text-align: right;
  padding-right: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.trans-rotate26 {
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
  display: block;
}

table#scheduleTable h3.h3Style-02 {
  font-size: 12px;
  font-size: 0.75rem;
}

@media all and (min-width: 800px) {
  table#scheduleTable h3.h3Style-02 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* 交通アクセス　Access
-------------------------------------------------- */
@media all and (min-width: 640px) {
  #access #access {
    font-size: 16px;
    font-size: 1rem;
  }
}
#access #access .column2 {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#access .mapBox img {
  margin: 0 auto;
  width: 100%;
}

#access .gotoGmap {
  width: auto;
  text-align: right;
  display: block;
}

#access a.gotoGmap {
  text-decoration: none;
}

/* --------------------------------------------------
Ver 2.0
.gMap > accessMap
-------------------------------------------------- */
/* 診療案内 Medical
-------------------------------------------------- */
#medinfo ul.listStyle-dot.letter-spacing-05 {
  padding-left: 1.1em;
}

#medinfo .column2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#medinfo ul {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 4px !important;
  margin-left: 0.25rem !important;
}

@media all and (min-width: 640px) {
  #medinfo ul {
    font-size: 16px;
    font-size: 1rem;
  }
  #medinfo ul.listStyle-dot li {
    text-indent: -1.2rem;
  }
}
/* 病院紹介 about Yakabe eye clinic
-------------------------------------------------- */
#about #history {
  position: static;
  max-width: 320px;
  max-width: 20rem;
  margin: 0 auto;
}

@media all and (min-width: 640px) {
  #about #history {
    max-width: 400px;
    max-width: 25rem;
    margin: 0;
  }
  #about #historyBox {
    padding-right: 8px !important;
    padding-right: 0.5rem !important;
    padding-left: 8px !important;
    padding-left: 0.5rem !important;
  }
}
#about #history #historyBox {
  border: solid #bfbfbf 1px;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

#about #history #historyBox ul:nth-of-type(2) {
  margin-right: 8px;
  margin-right: 0.5rem;
}

#about #history li {
  width: auto;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  display: block;
  padding-left: 1em;
  text-indent: -0.7em;
}

#about #history li:before {
  content: "・ ";
  color: #ffd365;
}

@media all and (min-width: 640px) {
  #about #history li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#about .lede {
  padding-bottom: 40px !important;
  padding-bottom: 2.5rem !important;
  line-height: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media all and (min-width: 800px) {
  #about .lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1088px) {
  #about .lede {
    padding-bottom: 0;
  }
}
#about .aboutDoctor .name {
  margin-bottom: 32px !important;
  margin-bottom: 2rem !important;
  padding-top: 24px !important;
  padding-top: 1.5rem !important;
  line-height: 16px;
  line-height: 1rem;
}

#about .aboutDoctor .name .post {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 14px !important;
  margin-right: 0.875rem !important;
  margin-left: 16px !important;
  margin-left: 1rem !important;
  font-weight: normal;
}

#about .aboutDoctor .name .doctorName {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

#about .aboutDoctor .name .roma {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 65px !important;
  margin-left: 4.0625rem !important;
}

#about .doctorImg img, #about .aboutImg_02 img {
  width: 80%;
}

@media all and (min-width: 800px) {
  #about .doctorImg img, #about .aboutImg_02 img {
    width: 90%;
  }
}
#about .doctorImg img {
  float: right;
}

#about .aboutDoctor, #about .doctorImg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#about .aboutImg_02, #about .aboutText_01 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* photo Line
-------------------------------------------------- */
#index #photoLine .column3 li {
  width: 26%;
  margin: 0;
}

#index #photoLine img {
  width: 100%;
  height: auto;
  max-width: 200px;
  /*box-shadow: 4px;*/
}

/* --------------------------------------------------
 Single Post
-------------------------------------------------- */
/*.singlePost */
.singlePost {
  margin-bottom: 1.2rem;
}

footer.entry-footer {
  display: none;
}

header section.column3 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header section.column3 img {
  width: auto;
}

header .btnTEL {
  margin: 8px 8px 10px 0;
  margin: 0.5rem 0.5rem 0.625rem 0;
  height: 32px;
  height: 2rem;
  /*max-height: 36px;*/
}

header a.btnTEL {
  text-decoration: none;
}

header a.btnTEL:hover {
  font-weight: 400;
}

header .btnTEL span {
  display: none;
  font-size: 24px;
  /*font-size: 1rem;*/
  font-family: "Montserrat:500", sans-serif;
  letter-spacing: 1px;
}

header #gNavArea {
  margin-bottom: 8px;
}

header #gNavArea {
  margin-bottom: 0.5rem;
}

@media all and (min-width: 500px) {
  header section.column3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header #gNavArea {
    margin-bottom: 16px;
  }
  header #gNavArea {
    margin-bottom: 1rem;
  }
  header .btnTEL {
    margin: 8px 16px 8px 0;
    margin: 0.5rem 1rem 0.5rem 0;
  }
  header .btnTEL img {
    display: none;
  }
  header .btnTEL span {
    font-size: 18px;
    display: block;
  }
}
@media all and (min-width: 800px) {
  header .btnTEL {
    margin-bottom: 14px;
  }
  header .btnTEL {
    margin-bottom: 0.875rem;
  }
  header .btnTEL img {
    display: none;
  }
  header .btnTEL span {
    display: block;
  }
}
[href^=tel] {
  text-decoration: none;
  /*color: #333;*/
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  [href^=tel] {
    pointer-events: auto;
  }
}
@media all and (min-width: 640px) {
  .navbtnSp {
    margin-right: 2rem;
    margin-right: 32px;
    height: 54px;
    height: 3.375rem;
  }
  .navbtnSp .naviconLine1,
  .navbtnSp .naviconLine2,
  .navbtnSp .naviconLine3 {
    width: 36px;
    height: 2px;
  }
  .navbtnSp .naviconLine2 {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
  .navbtnSp .naviconLine3 {
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
  }
  .navbtnSp .naviconMenu {
    font-size: 14px;
    top: 37px;
  }
}
strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

.w42per {
  width: 42% !important;
}

.w46per {
  width: 46%;
}

.w48per {
  width: 48%;
}

.w49per {
  width: 49%;
}

.w50per {
  width: 50%;
}

.w100per {
  width: 100%;
}

.mal7 {
  margin-left: 7px !important;
  margin-left: 0.4375rem !important;
}

.mab24 {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}

.pat16 {
  padding-top: 16px !important;
  padding-top: 1rem !important;
}

.par8 {
  padding-right: 8px !important;
  padding-right: 0.5rem !important;
}

.mal3per {
  margin-left: 3% !important;
}

@media all and (min-width: 800px) {
  .container02 {
    padding-right: 32px !important;
    padding-right: 2rem !important;
    padding-left: 32px !important;
    padding-left: 2rem !important;
  }
}
.flexBox-row {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media all and (min-width: 800px) {
  .col-R {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
}
.mab24-56 {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}

@media all and (min-width: 1088px) {
  .mab24-56 {
    margin-bottom: 56px !important;
    margin-bottom: 3.5rem !important;
  }
}
.mab24-48 {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}

@media all and (min-width: 1088px) {
  .mab24-48 {
    margin-bottom: 48px !important;
    margin-bottom: 3rem !important;
  }
}
@media all and (min-width: 1088px) {
  #about .aboutImg_02 img {
    float: right;
  }
  #access .container02:first-child {
    padding-top: 16px !important;
    padding-top: 1rem !important;
  }
  .flex-rev-pc {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-itemAcenter-pc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media all and (max-width: 374px) {
  .letter-s-03-small {
    letter-spacing: -0.03rem;
  }
  .letter-s-05-small {
    letter-spacing: -0.05rem;
  }
}
.letter-s-add-03 {
  letter-spacing: 0.03rem;
}

.letter-s-00 {
  letter-spacing: 0rem;
}

.letter-s-01 {
  letter-spacing: -0.05rem;
}

.letter-s-03 {
  letter-spacing: -0.03rem;
}

.letter-s-04 {
  letter-spacing: -0.04rem;
}

.letter-s-p-04 {
  letter-spacing: 0.04rem;
}

.letter-s-04-410 {
  letter-spacing: -0.04rem;
}

@media all and (min-width: 410px) {
  .letter-s-04-410 {
    letter-spacing: 0rem;
  }
}
.letter-s-05 {
  letter-spacing: -0.05rem;
}

.letter-s-small {
  letter-spacing: -0.05rem;
}

@media all and (max-width: 374px) {
  .letter-small-374 {
    letter-spacing: -0.03rem;
  }
}
@media all and (min-width: 640px) {
  .letter-s-00 {
    letter-spacing: 0rem;
  }
}
@media all and (max-width: 374px) {
  #about .aboutDoctor .name .post {
    margin-right: 10px !important;
    margin-right: 0.625rem !important;
    margin-left: 2px !important;
    margin-left: 0.125rem !important;
  }
  #about .aboutDoctor .name .doctorName {
    font-size: 16px;
    font-size: 1rem;
  }
  #about .aboutDoctor .name .roma {
    margin-left: 45px !important;
    margin-left: 2.8125rem !important;
  }
}
a.btnBox_01 {
  width: 90%;
  display: block;
  margin: 0 auto;
}

a.btnBox_01 img {
  width: 100%;
  max-width: 380px;
  max-width: 23.75rem;
}

@media all and (min-width: 800px) {
  a.btnBox_01 img {
    max-width: 420px;
    max-width: 26.25rem;
  }
}
#gNav li.height-x2 {
  height: 56px;
  height: 3.5rem;
  line-height: 1.3;
}

a.outLink {
  color: #EF858C;
}

/* --------------------------------------------------
 br
-------------------------------------------------- */
br.br-on-mob {
  display: inline-block;
}

@media all and (min-width: 640px) {
  br.br-on-mob {
    display: none;
  }
}
@media all and (min-width: 640px) {
  br.br-off-ta {
    display: none;
  }
}
@media all and (min-width: 800px) {
  br.br-off-pc {
    display: none;
  }
}
@media all and (max-width: 374px) and (min-width: 320px) {
  br.br-off-se {
    display: none;
  }
}
br.br-off-mob {
  display: none;
}

@media all and (min-width: 640px) {
  br.br-off-mob {
    display: inline-block;
  }
}
br.br-on-mob-off-440 {
  display: inline-block;
}

@media all and (min-width: 440px) {
  br.br-on-mob-off-440 {
    display: none;
  }
}
br.br-off-mob-on-420 {
  display: none;
}

@media all and (min-width: 420px) {
  br.br-off-mob-on-420 {
    display: inline-block;
  }
}
br.br-on-480-800 {
  display: none;
}

@media all and (min-width: 420px) and (max-width: 800px) {
  br.br-on-480-800 {
    display: inline-block;
  }
}
br.br-on-se {
  display: none;
}

@media all and (max-width: 374px) and (min-width: 320px) {
  br.br-on-se {
    display: inline-block;
  }
}
@media all and (max-width: 374px) and (min-width: 320px) {
  br.br-off-se {
    display: none;
  }
}
/* --------------------------------------------------
Font query
-------------------------------------------------- */
@media all and (max-width: 374px) and (min-width: 320px) {
  .fos-13-se {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media all and (max-width: 374px) and (min-width: 320px) {
  .fos-16-se {
    font-size: 16px;
    font-size: 1rem;
  }
}
/*!
- html
- body
- header
- footer
- row
- container
- sideBox
*/
/* --------------------------------------------------
html body
-------------------------------------------------- */
/*--------------------------------------------------
header footer row > container
-------------------------------------------------- */
/* --------------------------------------------------
header
-------------------------------------------------- */
header section.column3 img {
  height: 98%;
}

/* --------------------------------------------------
footer
-------------------------------------------------- */
footer {
  padding-top: 40px;
  padding-top: 2.5rem;
  overflow: visible;
}
footer .container {
  position: relative;
  overflow: visible;
}

/* --------------------------------------------------
container
-------------------------------------------------- */
/* --------------------------------------------------
module ... parts
-------------------------------------------------- */
/* --------------------------------------------------
go to top
-------------------------------------------------- */
a#toTop {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background: url(img/icon_02.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 2%;
  top: -14%;
}
@media all and (min-width: 640px) {
  a#toTop {
    width: 38px;
    width: 2.375rem;
    height: 38px;
    height: 2.375rem;
    top: -18%;
  }
}

a#toTop span {
  display: none;
}

/* --------------------------------------------------
Navigation

_05-01_gNav.scss
global navigation

_05-02_lNav.scss
local navigation
side navigation
page navigation
pankuzu list
-------------------------------------------------- */
/* --------------------------------------------------
Navigation

_05-01_gNav.scss
global navigation

_05-02_lNav.scss
local navigation
side navigation
page navigation
pankuzu list
-------------------------------------------------- */
/* Page Navigation
-------------------------------------------------- */
nav.pageNav {
  width: 72%;
  min-width: 40%;
  padding: 14px 14px 14px 14px;
  padding: 0.875rem 0.875rem 0.875rem 0.875rem;
  margin: 0 auto;
  text-align: center;
}
nav.pageNav .prev {
  float: left;
}
nav.pageNav .next {
  float: right;
}
@media all and (min-width: 640px) {
  nav.pageNav {
    width: 50%;
    margin: 0;
  }
}
nav.pageNav a {
  display: block;
  text-decoration: none;
  height: 38px;
  height: 2.375rem;
  padding: 4px 4px 4px 4px;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}

/* --------------------------------------------------
module ... parts
-------------------------------------------------- */
/* --------------------------------------------------
Common Layout
- newsContainer > newsBox

- serchBox
- access
- map

-------------------------------------------------- */
.newsContainer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding-top: 2px;
  padding-top: 0.125rem;
  margin-right: 2px;
  margin-right: 0.125rem;
  font-family: "Noto Sans Japanese";
}
.newsContainer .newsBox {
  width: auto;
  margin: 0;
  overflow: hidden;
}
.newsContainer .newsBox.column2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.newsContainer .newsTime, .newsContainer .newsTitle {
  height: 14px;
  height: 0.875rem;
}
.newsContainer .newsTime {
  width: 100px;
  width: 6.25rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.newsContainer .newsTitle {
  width: auto;
  max-width: 236px;
  max-width: 14.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-decoration: none;
}
.newsContainer li.newsBox:last-of-type {
  margin-bottom: 0;
}

@media all and (min-width: 560px) {
  .newsContainer {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 4px;
    padding-top: 0.25rem;
  }
  .indexNews .newsContainer p {
    width: 128px;
    width: 8rem;
  }
  .indexNews .newsContainer a {
    max-width: 320px;
    max-width: 20rem;
    height: 16px;
    height: 1rem;
  }
}
@media all and (min-width: 640px) {
  .newsContainer {
    font-size: 16px;
    font-size: 1rem;
  }
  .newsContainer .newsBox.column2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .newsContainer .newsTitle {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
}
@media all and (min-width: 800px) {
  .newsContainer {
    font-size: 16px;
    font-size: 1rem;
    height: 18px;
    height: 1.125rem;
  }
}
@media all and (max-width: 374px) {
  .newsContainer {
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
  }
}
/* --------------------------------------------------
serch box
-------------------------------------------------- */
/* --------------------------------------------------
Index
-------------------------------------------------- */
/* Main Promotion
-------------------------------------------------- */
/* --------------------------------------------------
index News
  > newsContainer
    > newsBox
      > newsTime
      > newsTitle
-------------------------------------------------- */
#index #news {
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
@media all and (min-width: 640px) {
  #index #news {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
}
#index .indexNews .hGroupe {
  margin-right: 8%;
}

/* --------------------------------------------------
404
-------------------------------------------------- */
#notFound404 {
  text-align: center;
}
#notFound404 h2 {
  font-size: 64px;
  font-size: 4rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
#notFound404 h3 {
  margin-top: 0;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
#notFound404 h3:nth-of-type(1) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
#notFound404 p {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
#notFound404 a.btn404 {
  width: 148px;
  width: 9.25rem;
  height: 44px;
  height: 2.75rem;
  position: relative;
  margin: 0 auto;
  display: block;
  overflow: visible;
  padding: 14px 20px 14px 20px;
  padding: 0.875rem 1.25rem 0.875rem 1.25rem;
}
#notFound404 a.btn404 img {
  position: relative;
  top: -28px;
  width: 60%;
}
#notFound404 a.btn404 img:hover {
  width: 62%;
}
#notFound404 a.btn404 span {
  display: none;
}
#notFound404 a.btn404::before, #notFound404 a.btn404::after {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#notFound404 a.btn404::before {
  left: 0;
  border-left: 1px solid #555;
}
#notFound404 a.btn404::after {
  right: 0;
  border-right: 1px solid #555;
}

/* --------------------------------------------------
Archive
-------------------------------------------------- */
#archive .archivePostList {
  margin-right: 16px;
  margin-right: 1rem;
  margin-left: 16px;
  margin-left: 1rem;
  overflow: hidden;
}

#archive .archivePostList .thumImg {
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
}

#archive .archivePostList time {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: 20px;
  left: 70px;
}

#archive .archivePostList h1 {
  font-size: 20px;
  font-size: 1.25rem;
}

#archive .archivePostList p {
  font-size: 14px;
  font-size: 0.875rem;
}

#archive .archivePostList p img {
  display: none;
}

#archive main {
  max-width: 480px;
  max-width: 30rem;
}

/* --------------------------------------------------
single
-------------------------------------------------- */
#single #singlePost h1.title {
  border-left: solid 4px #2F5CC4;
  line-height: 1.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  margin-top: 1rem;
}
#single #singlePost p, #single #singlePost ul {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
@media all and (min-width: 1024px) {
  #single #singlePost p, #single #singlePost ul {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}