@charset "UTF-8";
/* style.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
	overflow-x: hidden;
}

img {
  vertical-align: top; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0; }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden; }

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none; }

a, a:link {
  outline: none; }

a:visited {
  outline: none; }

/* module.scss */
* {
  margin: 0;
  padding: 0; }

body {
  color: #000;
  font-family: Meiryo, "メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
  line-height: 1.7; }

@media screen and (max-width: 1199px) {
  /* スマホ, Tablet */
  body {
    width: 100%; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  body {
    min-width: 1200px; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc_only {
    display: none; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .smp_only {
    display: none; } }
/* End MQ */
a {
  color: #333; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7; }

#screen {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  text-align: left; }

#container {
  overflow: hidden;
  margin: 0 auto;
  clear: both; }

section,
.section {
  clear: both;
  overflow: hidden;
  text-align: left;
  margin: 0 0 15px 0; }

section p,
section ul,
.section p,
.section ul {
  text-align: left; }

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.default_list ol,
.default_list ul {
  margin-left: 25px; }

.default_list li {
  margin-bottom: 10px; }

.default_list li ol,
.default_list li ul {
  margin-top: 15px; }

.default_list ol li {
  list-style-type: decimal; }

.default_list ul li {
  list-style-type: disc; }

/*--------------------------------------
1　COLUMN用
--------------------------------------*/
.content {
  /* 背景100％時のコンテンツ区切り */
  width: 100%;
  overflow: hidden;
  text-align: left; }

.content section,
.content .section {
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .content section,
  .content .section {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* Tablet */
  .content section,
  .content .section {
    width: 96%;
    margin: 0 auto; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  .content section,
  .content .section {
    width: 1200px; } }
/* End MQ */
/*--------------------------------------
2　COLUMN用
--------------------------------------*/
#contents {
  clear: both;
  text-align: left;
  min-height: 600px;
  padding: 0 15px;
  margin: 0 auto; }

#contents p {
  margin: 0 0 10px 0; }

@media screen and (max-width: 1199px) {
  /* スマホ, Tablet */
  #contents {
    width: calc(100% -30px); } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  #contents {
    width: 1200px; } }
/* End MQ */
@media screen and (max-width: 768px) {
  #mainContents_02 {
    margin-bottom: 40px; } }
/* End MQ */
@media screen and (max-width: 1199px) {
  /* Tablet */
  #mainContents_02 {
    width: 100%; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  #mainContents_02 {
    /* ONE COLUMNのページでの使用は禁止。 ONE COLUMNでは<main>を使用すること　*/
    float: right;
    /* columnLeft の使用の場合は right,  columnRight の使用の場合は left */
    width: 900px; } }
/* End MQ */
/* ------------------------------------------------
サイドバー
------------------------------------------------ */
#columnLeft {
  overflow: hidden;
  margin: 0 0 10px 0; }
  @media screen and (min-width: 768px) {
    #columnLeft {
      font-size: 0.8rem; } }

@media screen and (min-width: 768px) {
  /* Tablet, PC */
  #columnLeft {
    float: left; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* Tablet */
  #columnLeft {
    width: 27%; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  #columnLeft {
    width: 260px; } }
/* End MQ */
#columnLeft form {
  margin: 0; }

#columnLeft ul {
  margin: 0;
  padding: 0; }

#columnLeft ul li {
  list-style-type: none; }

#columnLeft #widget_area ul ul {
  margin: 0 0 20px 20px; }

#columnLeft #widget_area ul ul ul, #columnLeft #widget_area ul ol {
  margin: 0 0 0 10px; }

#columnLeft section, #columnLeft .section {
  overflow: hidden;
  margin: 0 0 10px 0; }

#columnLeft .side_hd p {
  padding: 0 0 0 0;
  font-weight: bold;
  margin: 0 0 10px 0; }

.side_site_banner {
  text-align: center; }

.side_site_banner img {
  max-width: 100%;
  height: auto; }

#snav {
  margin: 0 0 10px 0 !important; }

#snav li {
  text-align: center;
  margin: 0 0 5px 0 !important; }

#snav li a {
  display: block; }

.content_list {
  margin: 20px 0 5px 0;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .content_list {
      display: none; } }

.content_list li {
  margin-bottom: 10px; }
  .content_list li::before {
    content: "▶ "; }

@media screen and (max-width: 1199px) {
  #widget_area {
    display: none; } }
/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
#keyvisual {
  padding: 0;
  margin: 58px auto 15px auto;
  position: relative;
}

@media screen and (min-width:1200px) {
	#keyvisual {
	  margin: 0 auto 15px auto;
	}
}

#keyvisual img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: top; }

.key_title {
	line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
	white-space: nowrap;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: YuMincho,"Yu Mincho","Hiragino Mincho ProN","serif";
  color: #FFF;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }
  @media screen and (min-width: 768px) {
    .key_title {
      font-size: 2.0em; } }
  @media screen and (max-width: 767px) {
    .key_title {
      font-size: 1.2rem; } }

/* ------------------------------------------------
Hタグ
------------------------------------------------ */
.home section h2 {
  /* トップページのh2は内部ページ h1と同じ */ }

section h1 a,
section h2 a,
section h3 a {
  text-decoration: none; }

section h1 a:hover,
section h2 a:hover,
section h3 a:hover,
section h1 a:active,
section h2 a:active,
section h3 a:active {
  text-decoration: underline; }

.title_type01 {
  font-family: YuMincho,"Yu Mincho","Hiragino Mincho ProN","serif";
  color: #00A3D9;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .title_type01 {
      text-align: center;
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .title_type01 {
      font-size: 1.3rem; } }

.title_type02 {
  font-family: YuMincho,"Yu Mincho","Hiragino Mincho ProN","serif";
  padding-bottom: 3px;
  border-bottom: solid 1px #00A3D9;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .title_type02 {
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .title_type02 {
      font-size: 1.2rem; } }

/* ------------------------------------------------
ぱんくずリスト
------------------------------------------------ */
.breadcrumbs {
  margin: 0 0 10px;
  font-size: 0.9em; }

/* ------------------------------------------------
width 100% 画像幅100%
sectionに枠, 画像幅100%
------------------------------------------------ */
.single-body,
.entry_single-body {
  width: 100%;
  overflow: hidden; }

.single-body img,
.entry_single-body img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  margin: 0 0 5px 0; }

/* ------------------------------------------------
width 100%, バナー×2 横並べ
------------------------------------------------ */
.half {
  width: 100%;
  overflow: hidden; }

.half .element_01,
.half .element_02 {
  overflow: hidden; }

.half .element_01 img,
.half .element_02 img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .half .element_01,
  .half .element_02 {
    width: 100%; }

  .half .element_01 {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* Tablet */
  .half .element_01,
  .half .element_02 {
    width: 49%; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  .half .element_01,
  .half .element_02 {
    width: 340px; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .half .element_01 {
    float: left; }

  .half .element_02 {
    float: right; } }
/* End MQ */
/* ------------------------------------------------
width 100%, イメージ×3 横並べ
------------------------------------------------ */
.third {
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

.third .element_01,
.third .element_02 {
  overflow: hidden; }

.third .element_01 img,
.third .element_02 img {
  margin: 0 0 0 0;
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .third .element_01,
  .third .element_02 {
    width: 100%; }

  .third .element_01 {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* Tablet */
  .third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .third .element_01,
  .third .element_02 {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  .third .element_01,
  .third .element_02 {
    width: 226px; }

  .third .element_01 {
    float: left;
    margin-right: 16px; }

  .third .element_02 {
    float: right;
    margin-right: 0; } }
/* End MQ */
/* リストによる横並び */
.list_pc3_smp1, .list_pc3_smp1 ul, .list_pc3_smp1 li,
.list_pc3_smp2, .list_pc3_smp2 ul, .list_pc3_smp2 li {
  overflow: hidden; }

.list_pc3_smp1 li img,
.list_pc3_smp2 li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  .list_pc3_smp1 li {
    width: 100%;
    margin-bottom: 15px; }

  .list_pc3_smp1 li:last-child {
    margin-bottom: 0; } }
/* End MQ */
@media screen and (max-width: 1199px) {
  /* スマホ, Tablet */
  .list_pc3_smp2 li {
    width: 49%;
    float: left;
    margin-bottom: 16px; }

  .list_pc3_smp2 li:nth-child(2n) {
    float: right; }

  .list_pc3_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* Tablet */
  .list_pc3_smp1 ul,
  .list_pc3_smp2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .list_pc3_smp1 li,
  .list_pc3_smp2 li {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  .list_pc3_smp1 li,
  .list_pc3_smp2 li {
    float: left;
    width: 226px;
    margin-right: 16px;
    margin-bottom: 16px; }

  .list_pc3_smp1 li:nth-child(3n),
  .list_pc3_smp2 li:nth-child(3n) {
    float: right;
    margin-right: 0; }

  .list_pc3_smp1 li:nth-child(3n+1),
  .list_pc3_smp2 li:nth-child(3n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
width 100%, イメージ×3 横並べ liquid
------------------------------------------------ */
.third-liquid {
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

.third-liquid .element_01,
.third-liquid .element_02 {
  overflow: hidden; }

.third-liquid .element_01 img,
.third-liquid .element_02 img {
  margin: 0 0 0 0;
  width: 100%;
  height: auto; }

.third-liquid .element_01,
.third-liquid .element_02 {
  width: 30%; }

.third-liquid .element_01 {
  float: left;
  margin: 0 5% 0 0; }

.third-liquid .element_02 {
  float: right; }

/* ------------------------------------------------
width 100%, イメージ×4 横並べ
------------------------------------------------ */
.list_pc4_smp2, .list_pc4_smp2 ul, .list_pc4_smp2 li {
  overflow: hidden; }

.list_pc4_smp2 li {
  float: left; }

.list_pc4_smp2 li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

@media screen and (max-width: 1199px) {
  /* スマホ, Tablet */
  .list_pc4_smp2 li {
    width: 49%;
    margin-bottom: 15px; }

  .list_pc4_smp2 li:nth-child(2n) {
    float: right; }

  .list_pc4_smp2 li:nth-child(2n+1) {
    clear: both; }

  .list_pc4_smp2 li:nth-child(2n) {
    float: right;
    margin-right: 0; }

  .list_pc4_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  .list_pc4_smp2 li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px; }

  .list_pc4_smp2 li:nth-child(4n) {
    float: right;
    margin-right: 0; }

  .list_pc4_smp2 li:nth-child(4n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
width100%, 左イメージ×1 右コンテンツ
------------------------------------------------ */
.left_imgfix,
.left_imgfix-02 {
  width: 100%;
  overflow: hidden; }

.left_imgfix img {
  width: 130px;
  float: left;
  margin: 0 10px 10px 0; }

.left_imgfix-02 .element_01 {
  width: 230px; }

.left_imgfix-02 .element_01 img {
  width: 100%; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .left_imgfix-02 .element_01 {
    width: 230px;
    margin: 0 auto 10px auto; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .left_imgfix-02 .element_01 {
    width: 230px;
    float: left; }

  .left_imgfix-02 .element_02 {
    float: right; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* Tablet */
  .left_imgfix-02 .element_02 {
    width: calc(100% - 250px); } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  .left_imgfix-02 .element_02 {
    width: 460px; } }
/* End MQ */
/* ------------------------------------------------
左コンテンツ 右イメージ×1
------------------------------------------------ */
.right_imgfix,
.right_imgfix-02 {
  width: 100%;
  overflow: hidden; }

.right_imgfix img {
  width: 130px;
  float: right;
  margin: 0 0 10px 10px; }

.right_imgfix-02 .element_01 {
  width: 230px; }

.right_imgfix-02 .element_01 img {
  width: 100%; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .right_imgfix-02 .element_01 {
    width: 230px;
    margin: 0 auto 10px auto; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .right_imgfix-02 .element_01 {
    width: 230px;
    float: right; }

  .right_imgfix-02 .element_02 {
    float: left; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* Tablet */
  .right_imgfix-02 .element_02 {
    width: calc(100% - 250px); } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  .right_imgfix-02 .element_02 {
    width: 460px; } }
/* End MQ */
/* ------------------------------------------------
　1カラムレイアウト 4分割
------------------------------------------------ */
.list_w_pc4_smp2,
.list_w_pc4_smp2 ul,
.list_w_pc4_smp2 li {
  overflow: hidden; }

.list_w_pc4_smp2 li {
  float: left; }

.list_w_pc4_smp2 li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

@media screen and (max-width: 1199px) {
  /* スマホ, Tablet */
  .list_w_pc4_smp2 li {
    width: 49%; }

  .list_w_pc4_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc4_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  .list_w_pc4_smp2 li {
    width: 255px;
    margin-right: 20px; }

  .list_w_pc4_smp2 li:nth-child(4n) {
    float: right;
    margin-right: 0; }

  .list_w_pc4_smp2 li:nth-child(4n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
　1カラムレイアウト 3分割
------------------------------------------------ */
.list_w_pc3_smp1, .list_w_pc3_smp1 ul, .list_w_pc3_smp1 li,
.list_w_pc3_smp2, .list_w_pc3_smp2 ul, .list_w_pc3_smp2 li,
.list_w_pc3_smp2, .list_w_pc3_smp3 ul, .list_w_pc3_smp3 li {
  overflow: hidden; }

.list_w_pc3_smp1 li img,
.list_w_pc3_smp2 li img,
.list_w_pc3_smp3 li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .list_w_pc3_smp1 li {
    width: 100%;
    margin-bottom: 15px; }

  .list_w_pc3_smp1 li:last-child {
    margin-bottom: 0; } }
/* End MQ */
@media screen and (max-width: 1199px) {
  /* スマホ, Tablet */
  .list_w_pc3_smp2 li {
    width: 48%;
    float: left;
    margin-bottom: 16px; }

  .list_w_pc3_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc3_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (max-width: 1199px) {
  /* スマホ, Tablet */
  .list_w_pc3_smp3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .list_w_pc3_smp3 li {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* Tablet */
  .list_w_pc3_smp1 ul,
  .list_w_pc3_smp2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .list_w_pc3_smp1 li,
  .list_w_pc3_smp2 li {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  .list_w_pc3_smp1 li,
  .list_w_pc3_smp2 li,
  .list_w_pc3_smp3 li {
    float: left;
    width: 28%;
    margin-right: 8%;
    margin-bottom: 20px; }

  .list_w_pc3_smp1 li:nth-child(3n),
  .list_w_pc3_smp2 li:nth-child(3n),
  .list_w_pc3_smp3 li:nth-child(3n) {
    float: right;
    margin-right: 0; }

  .list_w_pc3_smp1 li:nth-child(3n+1),
  .list_w_pc3_smp2 li:nth-child(3n+1),
  .list_w_pc3_smp3 li:nth-child(3n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
　1カラムレイアウト sigle-doouble,
　1カラムレイアウト double-single,
　1カラムレイアウト w-half, list_w02
------------------------------------------------ */
.single-double, .double-single,
.w-half, .list_w_pc2_smp1, .list_w_pc2_smp2 {
  width: 100%;
  overflow: hidden;
  clear: both; }

.single-double .area_01, .single-double .area_02,
.double-single .area_01, .double-single .area_02,
.w-half .area_01, .w-half .area_02,
.list_w_pc2_smp1 li,
.list_w_pc2_smp2 li {
  overflow: hidden; }

.single-double .area_01 img,
.double-single .area_01 img,
.w-half .area_01 img,
.w-half .area_02 img,
.list_w_pc2_smp1 li img,
.list_w_pc2_smp2 li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .single-double .area_01,
  .double-single .area_01,
  .w-half .area_01,
  .list_w_pc2_smp1 li {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (max-width: 1199px) {
  /* スマホ, Tablet */
  .list_w_pc2_smp2 li {
    float: left;
    margin-bottom: 15px;
    width: 48%; }

  .list_w_pc2_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc2_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
.w-half .area_01,
.w-half .area_02 {
  margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .single-double .area_01,
  .double-single .area_02 {
    float: left; }

  .single-double .area_02,
  .double-single .area_01 {
    float: right; }

  .w-half .area_01 {
    float: left; }

  .w-half .area_02 {
    float: right; }

  .w-half .area_01,
  .w-half .area_02 {
    width: 48%; }

  .list_w_pc1_smp1 li:nth-child(2n) {
    float: right; }

  .list_w_pc2_smp1 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* Tablet */
  .single-double .area_01,
  .double-single .area_02 {
    width: 29%; }

  .single-double .area_02,
  .double-single .area_01 {
    width: 70%; }

  .w-half .area_01,
  .w-half .area_02 {
    width: 48%; }

  .list_w_pc1_smp1 li {
    float: left;
    margin-bottom: 15px;
    width: 48%; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  .single-double .area_01,
  .double-single .area_02 {
    width: 340px; }

  .single-double .area_02,
  .double-single .area_01 {
    width: 710px; }

  .w-half .area_01,
  .w-half .area_02 {
    width: 48%; }

  .list_w_pc2_smp1 li,
  .list_w_pc2_smp2 li {
    width: 48%;
    float: left; }

  .list_w_pc2_smp1 li:nth-child(2n),
  .list_w_pc2_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc2_smp1 li:nth-child(2n+1),
  .list_w_pc2_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
挨拶文などの署名
------------------------------------------------ */
#signiture {
  text-align: right; }

/* ------------------------------------------------
予約カレンダー用
------------------------------------------------ */
#timetable table {
  width: 100%;
  border: solid 1px #39F;
  border-collapse: collapse;
  margin: 0 0 15px 0; }

#timetable table th,
#timetable table td {
  border: solid 1px #39F;
  border-collapse: collapse;
  text-align: center; }

#timetable table th {
  background: #E2F3FC;
  color: #39F; }

/* ------------------------------------------------
YouTube
------------------------------------------------ */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ------------------------------------------------
MAP
------------------------------------------------ */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* --ページのトップへ戻る--------------------- */
/* --ページのトップへ戻る--------------------- */
#pageTop {
  text-decoration: none;
  background: #333;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 40px; }
  @media screen and (min-width: 1200px) {
    #pageTop {
      bottom: 0; } }
  #pageTop img {
    width: 24px;
    height: 24px; }

#pageTop:hover {
  background: #333;
  transition: background-color 0.25s; }

/* ------------------------------------------------
可変 Table
------------------------------------------------ */
.table_01 {
  margin: 0 0 10px 0; }

.tbody {
  overflow: hidden; }

.table_01 dd {
  width: 100%; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .table_01 {
    width: 100%; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 {
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    border-left: none; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .table_01 .tbody {
    display: block;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    border-left: solid 1px #999; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 .tbody {
    display: table-row-group; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .table_01 dl {
    display: block;
    font-size: 90%;
    margin: 0; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 dl {
    display: table-row;
    line-height: 1.6;
    border-top: solid 1px #999;
    overflow: hidden;
    *zoom: 1;
    width: 100%; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .table_01 dl dt,
  .table_01 dl dd {
    float: none;
    display: block;
    padding: 3px;
    margin: 0;
    border-bottom: solid 1px #999; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 dl dt,
  .table_01 dl dd {
    display: table-cell;
    *display: inline;
    padding: 5px 8px;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    *border-top: none;
    *border-left: none;
    vertical-align: middle;
    *zoom: 1; } }
/* End MQ */
.table_01 dl dt {
  background: #EEE;
  font-weight: bold; }

@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 dl dt {
    border-bottom: none;
    min-width: 150px;
    white-space: nowrap;
    vertical-align: top; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 dl dd {
    border-bottom: none; } }
/* End MQ */
.table_01 dl dd label {
  margin-right: 4px; }

.table_01 dl dd label input {
  margin-right: 4px; }

.submit-button {
  text-align: center; }

.table_02 {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  vertical-align: middle; }

/* X方向にthが多いタイプのtable */
.table_02 th,
.table_02 td {
  border: 1px solid #aaa;
  padding: 15px; }

.table_02 th {
  background: #ffe4e1;
  font-weight: normal; }

.table_02 label {
  line-height: 34px;
  margin: 0; }

@media screen and (max-width: 1199px) {
  /* スマホ, Tablet */
  .table_02 thead {
    display: none; }

  .table_02 tr,
  .table_02 td {
    display: block;
    width: auto; }

  .table_02 tr {
    margin-bottom: 30px; }

  .table_02 td {
    border: none;
    border-bottom: 1px solid #ffe4e1;
    box-sizing: border-box;
    padding: 10px 0;
    justify-content: space-between;
    text-align: left; }

  .table_02 td::before {
    content: attr(aria-label);
    display: inline-block;
    float: left;
    text-align: left;
    background: #ffe4e1;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
    font-weight: normal;
    padding: 4px;
    font-size: .875rem; } }
/* End MQ */
/* ------------------------------------------------
WP-Pagenavi
------------------------------------------------ */
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin-bottom: 0.5em; }

/* ------------------------------------------------
Contact Form7
------------------------------------------------ */
.table_01 dl dd textarea {
  width: 90%; }

.table_01 dl dd .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  clear: both;
  margin-bottom: 5px; }

.wpcf7-form .wpcf7-submit {
  width: 30% !important;
  margin: 0 35% !important;
  padding: 5px; }

/*送信ボタン*/
@media screen and (max-width: 1199px) {
  /* スマホ, Tablet */
  .nme input {
    width: 30% !important; }

  .eml input {
    width: 70% !important; }

  .zip input {
    width: 20% !important; }

  .add input {
    width: 60% !important; }

  select.wpcf7-select {
    width: 40% !important; }

  .wpcf7-form textarea {
    width: 90% !important;
    margin: 0 5% !important; }

  /*本文*/ }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  .nme input {
    width: 30% !important; }

  .eml input {
    width: 50% !important; }

  .zip input {
    width: 20% !important; }

  .add input {
    width: 60% !important; } }
/* End MQ */
/* ------------------------------------------------
Clear Fix
------------------------------------------------ */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
#container:after,
#header:after,
#footer:after,
#contents:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0; }

/* IE7 */
.clearfix,
#container,
#header,
#footer,
#contents {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html #container,
* html #footer,
* html #contents {
  height: 1%; }

.clearfix,
#container,
#header,
#footer,
#contents {
  display: block; }

/* ------------------------------------------------
カラー、サイズ、ライン など　微調整用
------------------------------------------------ */
/*カラー*/
.black {
  color: #000 !important; }

.red, .error {
  color: #C03 !important; }

/*
.blue{ color:#06F!important;}
.orange{ color:#FF6600!important;}
.green{ color:#060!important;}
.pink{ color:#F39!important;}
.yellow{ color:#FF3!important;}
.purple{ color:#63C!important;}*/
.mxw615 {
  max-width: 380px !important;
  height: auto !important;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .mxw615 {
      max-width: 615px !important; } }

/*サイズ*/
.fsize10 {
  font-size: 10px !important; }

.fsize11 {
  font-size: 11px !important; }

.fsize12 {
  font-size: 12px !important; }

.fsize13 {
  font-size: 13px !important; }

.fsize14 {
  font-size: 14px !important; }

.fsize15 {
  font-size: 15px !important; }

.fsize16 {
  font-size: 16px !important; }

.fsize17 {
  font-size: 17px !important; }

.fsize18 {
  font-size: 18px !important; }

.fsize20 {
  font-size: 20px !important; }

/*文字配置*/
.textc {
  text-align: center !important; }

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

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

@media screen and (min-width: 768px) {
  .pc_textc {
    text-align: center !important; } }
/*余白微調整*/
.no_margin {
  margin: 0 !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pa10_all {
  padding: 10px !important; }

/* ------------------------------------------------
jQuery Smooth Scroll
------------------------------------------------ */
a#scroll-to-top {
  display: none !important; }

/* ------------------------------------------------
Simple WP Membership
------------------------------------------------ */
.swpm-login-widget-form,
.swpm-pw-reset-widget-form,
.swpm-registration-widget-form,
.swpm-login-widget-logged,
.swpm-edit-profile-form {
  margin: 0 auto;
  background: #FBFBFB;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 80px; }

.swpm-login-widget-form,
.swpm-pw-reset-widget-form,
.swpm-login-widget-logged {
  max-width: 600px; }

.swpm-login-widget-form,
.swpm-pw-reset-widget-form {
  text-align: center; }

.swpm-registration-widget-form,
.swpm-edit-profile-form {
  max-width: 600px; }

.swpm-login-widget-form div,
.swpm-pw-reset-widget-form div,
.swpm-login-widget-logged div,
.swpm-registration-widget-form table,
.swpm-edit-profile-form table {
  margin-bottom: 10px;
  overflow: hidden; }

.swpm-edit-profile-form th,
.swpm-edit-profile-form td {
  padding: 10px 10px 10px 0; }

.swpm-registration-widget-form th,
.swpm-registration-widget-form td {
  padding: 10px 0; }

.swpm-login-widget-form input[type="text"],
.swpm-login-widget-form input[type="password"],
.swpm-pw-reset-widget-form input[type="text"],
.swpm-registration-widget-form input[type="text"],
.swpm-registration-widget-form input[type="password"] {
  width: 90%;
  padding: 5px; }

.swpm-login-widget-form input[type="submit"],
.swpm-pw-reset-widget-form input[type="submit"],
.swpm-registration-widget-form input[type="submit"],
.swpm-subscription-button-submit input[type="submit"],
.swpm-edit-profile-submit-section input[type="submit"],
.swpm-subscription-button-submit a {
  padding: 8px 10px; }

.swpm-logged-label {
  width: 40%;
  float: left; }

.swpm-logged-value {
  width: 50%;
  float: right; }

.swpm-edit-profile-link, .swpm-logged-logout-link {
  clear: both;
  text-align: center;
  margin-bottom: 10px; }

.swpm-edit-profile-link {
  margin-top: 10px; }

/* ------------------------------------------------
TopPage
------------------------------------------------ */
.home h2 img {
  max-width: 380px;
  width: 100%;
  height: auto; }
  @media screen and (min-width: 768px) {
    .home h2 img {
      max-width: 615px; } }

.movie_list {
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  padding: 40px 0; }

.movie_list p {
  line-height: 2.0; }

@media screen and (min-width: 1200px) {
  .w680 {
    width: 680px;
    margin: 0 auto; } }
@media screen and (max-width: 1199px) {
  .w680 {
    padding: 0 15px; } }
.home .w680 img {
  max-width: 250px;
  margin: 0 auto;
  display: block; }

.info_01 {
  display: inline-block;
  padding: 10px;
  border: solid 2px #31AF06;
  text-align: center;
  width: calc(100% - 30px);
  max-width: 700px;
  margin: 0 auto; }

/* 動画コンテンツ 関連記事 */
.relations ul li {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: dotted 1px #00A3D9; }
  .relations ul li::before {
    content: "▶ ";
    color: #00A3D9;
    font-size: .8rem; }

.cat_menu{
    max-width: 960px;
    margin: 0 auto;
}

.cat_menu ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cat_menu ul li{
    margin-bottom: 15px;
}

.cat_menu ul li a{
    display: block;
    border-radius: 10px;
    border: solid 1px #CCC;
    padding: 10px;
    font-size: 0.9em;
    text-decoration: none;
    background-image: url("images/top/arrow_r.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.cat_menu ul li a span{
    display: block;
    margin-right: 23px;
}


.cat_menu ul li a:hover,
.cat_menu ul li a:active{
    color: #FFF;
    background-color: #00A3D9;
    background-image: url("images/top/arrow_r_w.svg");
}

@media screen and (max-width: 767px) {
.cat_menu ul li{
    width: 48%;
    margin-right: 4%;
    }
.cat_menu ul li:nth-child(2n){
    margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
.cat_menu ul li{
    width: 32%;
    margin-right: 2%;
    }
.cat_menu ul li:nth-child(3n){
    margin-right: 0;
    }
}

.ico_style{
    display: inline-block;
    text-decoration: none;
    font-size: 0.75em;
    padding: 5px 10px;
    border-radius: 14px;
    margin-bottom: 5px;
border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
.ico_style{
    margin-bottom: 10px;
    }
}


/* header.scss */
#header {
  width: 100%;
  overflow: hidden; 

}

@media screen and (max-width: 1199px) {
  #header {
    height: auto;
	}
}
/* End MQ */
@media screen and (min-width: 1200px) {
  #header {
    height: 120px;
	  position: relative;
	  top:0;
	  z-index: 1000;
	  width:100%;
	  background: #fff;
   }
}
/* End MQ */
#header_inner_pc {
  padding-top: 10px; }

@media screen and (max-width: 1199px) {
  #header_inner_smp {
	  position: fixed;
	  background: #fff;
	  width:100%;
	  top:50px;
	  z-index: 9999;
    margin: 0 auto;
    overflow: hidden; } }
/* End MQ */
/*
#header_inner_smp .sns_ico {
  width: 100%;
  display: flex;
  justify-content: center; }
*/

@media screen and (min-width: 1200px) {
  #header_inner_smp {
    display: none; } }
/* End MQ */

@media screen and (max-width: 1199px) {
  .menu-text {
    position: absolute;
    top: 8px;
    right: 48px;
    font-size: .8125rem;
 } 
}

@media screen and (max-width: 420px) {
  .menu-text {
    top: 34px;
    right: 8px;
    font-size: .75rem;
 } 
}
/* End MQ */
@media screen and (min-width: 1200px) {
  .menu-text {
    display: none; } }
/* End MQ */
@media screen and (max-width: 1199px) {
  .sub_title {
    position: absolute;
    top: 2px;
    left: 15px;
    color: #FFF; }
    .sub_title img {
      width: auto;
      height: 100%;
      max-height: 46px; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  .sub_title {
    display: none; } }
/* End MQ */
@media screen and (max-width: 1199px) {
  #header_inner_pc {
    display: none; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  #header_inner_pc {
    width: 1200px;
    text-align: left;
    position: relative;
    margin: 0 auto; } }
/* End MQ */
.sns_ico,
.logo_head {
  display: inline-block;
  float: left; }

.logo_head {
  margin-left: 116px; }

.phone_head {
  display: block;
  position: absolute;
	right:0;
	top:10px;
}

.sns_ico,
.sns_ico ul,
.sns_ico li {
  overflow: hidden; }

@media screen and (min-width: 1200px) {
  .sns_ico {
    margin-top: 20px; } }
.sns_ico li {
  float: left;
  margin-right: 10px; }

@media screen and (max-width: 1199px) {
  .sns_ico {
    padding: 10px 0; }

  .sns_ico li {
    text-align: center; }
    .sns_ico li img {
      width: 80%;
      height: auto; } }
/* gnav.scss */
@media screen and (min-width: 1200px) {
  /* PC */
	.nav_wrap {
		width:100%;
		top:0;
		position: sticky;
		background: #fff;
		height:55px;
		padding-top:5px;
		z-index: 99;
	}
  #gnav_pc {
    position: relative;
	top:0;
	background: #fff;
    z-index: 100;
    width: 100%;
    height: 45px;
    font-family: YuMincho,"Yu Mincho","Hiragino Mincho ProN","serif"; }

  #gnav_pc > ul {
    display: flex;
    /*グローバルナビゲーションを横並びに*/
    margin: 0 auto;
    width: 1200px;
    height: 40px;
    text-align: center;
    padding: 0; }

  #gnav_pc > ul > li {
    width: calc(20% - 1px);
    height: 40px;
    list-style-type: none;
    text-align: center;
    font-weight: bold;
    float: left;
    line-height: 40px;
    border-right: solid 1px #000; }
    #gnav_pc > ul > li:last-child {
      border: none; }

  #gnav_pc > ul > li > a {
    display: inline-block;
    text-decoration: none; }

  #gnav_pc > ul > li:hover > a {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; }

  /* mddWrap
  ------------------------------------- */
  #gnav_pc .mddWrap {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    text-align: center;
    background: #fff;
    border-bottom: #aaa 1px solid;
    box-shadow: 0 2px 2px #eee;
    display: none;
    background: #FFF; }

  #gnav_pc .mddWrap .mddInner {
    margin: 0 auto;
    padding-top: 30px;
    width: 1200px;
    line-height: 1.5em;
	  
    text-align: left; }

  #gnav_pc .mddWrap .mddInner > .dropContent > div {
    margin-right: 20px;
    margin-bottom: 5px;
    padding-left: 0px;
    width: 1100px;
    height: 180px !important;
}

  #gnav_pc .mddWrap .mddInner > .dropContent > div > ul {
    clear: both;
	  transition: all .3s; }

  #gnav_pc .mddWrap .mddInner > .dropContent > div > ul > li {
    line-height: 20px;
    text-align: center;
    padding: 3px 20px;
    border-right: solid 1px #000;
    margin: 5px 0;
    float: left;
    font-size: .90rem;
}

  #gnav_pc .mddWrap .mddInner > .dropContent > div > ul > li i {
    margin-right: 0.5em; }

  #gnav_pc .mddWrap .mddInner > .dropContent > div > ul > li a:link {
    text-decoration: none; }

  #gnav_pc .mddWrap .mddInner > .dropContent > div > ul > li a:hover {
    opacity: 0.7;
	  transition: all .3s;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; }

  .member_login a {
    background: #00A3D9;
    color: #FFF;
    padding: 0 10px;
    border-radius: 5px;
width: 105px;}

  #gnav_mm {
    display: none !important; } }
/* End MQ */
@media screen and (max-width: 1199px) {
  #gnav_pc {
    display: none !important; } }
/* meanmenu.scss */
@media screen and (max-width: 1199px) {
  /* スマホ, Tablet */
  #gnav_pc {
    display: none; }

  /* hide the link until viewport size is reached */
  a.meanmenu-reveal {
    display: none; }

	.sns_ico02 {
	display:flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width:100%;
	height:60px;
	border-bottom:solid 1px #aaa;
}

.sns_ico02 div {
	margin:0 20px;
	display: inline-block;
}
	
  /* 一番上のバー */
  .mean-container .mean-bar {
    width: 100%;
    position: fixed;
	top:0;
    background: #FFF;
    padding: 4px 0;
    min-height: 50px;
    z-index: 999999; }

  .mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 8px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700; }

  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 3px;
    margin-top: 3px; }

  /*開いた中のバー*/
  .mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 50px; }

  .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none; }

  .mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%; }

	.mean-container .mean-nav ul li ul {
  overflow-y: auto;
	height:100vh;}
	
  .mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase; }

  .mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible; }

  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0; }

  .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%; }

  .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%; }

  .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%; }

  .mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1); }

  .mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 35px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }

  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9); }

  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both; }

  .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0; }

  /* Fix for box sizing on Foundation Framework etc. */
  .mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

  .mean-remove {
    display: none !important; } }
/* End MQ */
/* footer.scss */
#footer {
  width: 100%;
  clear: both; }

.footer_section > img:first-of-type {
	width:calc(100% - 30px);
	max-width:418px;
	height:auto;
}
#footer_inner,
.footer_section {
  overflow: hidden; }

@media screen and (max-width: 1199px) {
  .footer_section {
    text-align: center; }
    .footer_section img, .footer_section span {
      display: block; }
    .footer_section img {
      margin: 0 auto 20px auto; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  #footer_inner {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto; }

  .footer_section {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
/* End MQ */
#container-footer {
  clear: both; }

.f_bottom {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 1199px) {
    .f_bottom {
      display: none; } }
  .f_bottom li {
    width: 50%;
    height: 60px; }
    .f_bottom li a {
      width: 100%;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-decoration: none;
      font-size: .85rem;
      white-space: nowrap; }
      .f_bottom li a:hover {
        opacity: .8; }
    .f_bottom li:nth-child(1) a {
      background: #00A3D9; }
    .f_bottom li:nth-child(2) a {
      background: #000; }

/* wp-style.scss */
.entry,
.entry-body {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .entry img {
    max-width: 100%;
    height: auto;
    clear: both; } }
/* End MQ */
/* --投稿記事内のリスト----------------------- */
.post_list li {
  padding-bottom: 10px;
  border-bottom: dotted 2px #CCC;
  margin-bottom: 10px; }

/*--------------------------------------
For Gutenberg Column layout
--------------------------------------*/
@media screen and (max-width: 600px) {
  .wp-block-column {
    margin-right: 0; } }
@media screen and (min-width: 600px) and (max-width: 781px) {
  .wp-block-column {
    margin-right: 15px; }

  .entry .wp-block-column {
    margin-right: 0px; }

  .has-3-columns .wp-block-column:nth-child(2n),
  .has-5-columns .wp-block-column:nth-child(2n),
  .has-6-columns .wp-block-column:nth-child(2n) {
    margin-right: 15px;
    margin-left: 15px; }

  .has-4-columns .wp-block-column:nth-child(2n),
  .has-6-columns .wp-block-column:nth-child(2n) {
    margin-right: 15px;
    margin-left: 0; }

  .entry .has-4-columns .wp-block-column:nth-child(2n),
  .entry .has-6-columns .wp-block-column:nth-child(2n) {
    margin-right: 15px;
    margin-left: 15px; }

  .has-3-columns .wp-block-column:nth-child(3n),
  .has-4-columns .wp-block-column:nth-child(4n),
  .has-5-columns .wp-block-column:nth-child(5n),
  .has-6-columns .wp-block-column:nth-child(6n) {
    margin-right: 0; } }
@media screen and (min-width: 782px) {
  .has-4-columns .wp-block-column:not(:first-child) {
    margin-left: 32px; } }


/* ---  LPページ  ---*/

.main_img {
	width:100%;
	max-width: 1000px;
	margin:40px auto 60px;
}


.main_img img {
	width:100%;
	height:auto;
}

.link_contents {
	text-align: center;
	margin-bottom: 80px;
}

.link_contents ul {
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	flex-flow: column;
}

.link_contents ul li {
	width:100%;
	margin-bottom: 20px;
	max-width: 527px;
}

@media screen and (min-width:768px) {

.link_contents {
	margin-bottom: 150px;
}

.link_contents ul {
	flex-flow: row;
	justify-content: space-between;
	max-width: 1000px;
}

.link_contents ul li {
	width:47%;
	margin-bottom: 0;
	}
}


.link_contents ul li img {
	width:100%;
	height:auto;
}

.mb50 {
	margin-bottom: 25px;
}

.mb60 {
	margin-bottom: 30px;
}

.mb100 {
	margin-bottom: 50px;
}

.mb120 {
	margin-bottom: 60px;
}

.mb150 {
	margin-bottom: 75px;
}

@media screen and (min-width:768px) {
.mb50 {
	margin-bottom: 50px;
}
	
.mb60 {
	margin-bottom: 60px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb120 {
	margin-bottom: 120px;
}

.mb150 {
	margin-bottom: 150px;
}
	
}

.lp_title_type01 {
	display:flex;
	justify-content:center;
	align-items: center;
	position: relative;
	width:calc(100% - 30px);
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
}

.lp_title_type01 h2 {
	background: #A0CBDC;
	min-height:100px;
	width:100%;
	border-radius: 6px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 1.325rem;
	line-height: 1.3;
	font-weight: 400;
	text-shadow: -3px -3px 6px #fff, 3px 3px 6px #fff;
	color:#000;
	padding-left:60px;
	padding-right:20px;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;	
}

@media screen and (min-width:768px) {
.lp_title_type01 h2 {
	padding-left:80px;
	}
.lp_title_type01 h2 br {
	display: none;
	}
}

.lp_title_type01 picture {
	display: inline;
	position: absolute;
	left:-15px;
	top:0;
}

.lp_title_type01 picture img {
	width:70px;
	height:auto;
}

.illust_lp {
	text-align: center;
	margin-bottom: 40px;
}

.illust_lp img {
	width:704px;
	max-width:100%;
	height:auto;
}


@media screen and (min-width:1000px) {
	
.lp_title_type01 picture {
	top:-55px;
}
	
.lp_title_type01 {
	width:991px;
}
	
.lp_title_type01 picture img {
	width:80px;
	height:auto;
}

.lp_title_type01 h2 {
	min-height:60px;
	width:991px;
	font-size: 1.5rem;
	padding-left:40px;
}


}

.lp2 section {
	overflow: visible;
}

.text_contents {
	font-size: 1rem;
	width:calc(100% -30px);
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
}

.text_contents02 {
	text-align: center;
	font-size: 1rem;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 60px;
}

@media screen and (min-width:1080px) {
.text_contents {
	font-size: 1rem;
	width:870px;
}

.text_contents02 {
	font-size: 1rem;
	margin-bottom: 100px;
}
}

.lp_box ul {
	border-radius: 10px;
	border:solid 1px #bbb;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}


.lp_box ul li {
	font-size: 1rem;
}

.lp_box p {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (min-width:1080px) {
.lp_box ul {
	border-radius: 10px;
	border:solid 1px #bbb;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 30px;
	box-sizing: border-box;
	margin-bottom: 40px;
}


.lp_box ul li {
	font-size: 1rem;
}

.lp_box p {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 50px;
}
	
}

.reason_lp {
	width:100%;
	max-width:841px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
}

.reason_lp dl {
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 40px;
}

.reason_lp dl dt {
	position: relative;
	color:#4799D1;
	font-size: 1.125rem;
	width:90px;
	height:90px;
	display:flex;
	justify-content: center;
	align-items: center;
	background: #FFFF00;
	border-radius: 90px;
	margin-right:15px;
	font-weight: 700;
	margin-bottom: 20px;
}

.reason_lp dl dt figure {
	position: absolute;
	left:-5px;
	top:-5px;
	z-index: 2;
}

.reason_lp dl dd {
	flex:1;
	font-size: 1rem;
}

.reason_lp dl dd b {
	color:#FF3F00;
	text-decoration: underline;
}

@media screen and (min-width:768px) {
.reason_lp {
	width:841px;
	margin-bottom: 80px;
}


.reason_lp dl {
	align-items: center;
}
	
.reason_lp dl dt {
	margin-bottom: 0;
	position: relative;
	color:#4799D1;
	font-size: 1.375rem;
	width:119px;
	height:119px;
	display:flex;
	justify-content: center;
	align-items: center;
	background: #FFFF00;
	border-radius: 119px;
	margin-right:30px;
	font-weight: 700;
}

.reason_lp dl dt figure {
	position: absolute;
	left:-10px;
	top:10px;
	z-index: 2;
}

.reason_lp dl dd {
	flex:1;
	font-size: 1.375rem;
}
	
}

.img_kentei {
	width:100%;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 100px;
}

.img_kentei img {
	width:100%;
	height:auto;
}

.teacher_lp ul {
	width:100%;
	max-width: 821px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 100px;
}


.teacher_lp ul li {
	display:flex;
	justify-content:space-between;
	align-items: center;
	max-width: 821px;
	width:100%;
	margin-bottom: 40px;
	flex-flow: column;
}

.teacher_lp ul li img {
	width:100%;
	height:auto;
}

.teacher_lp ul li .inner {
	flex:1;
	width:100%;
}

.teacher_lp ul li .inner > p {
	width:100%;
	margin-bottom: 20px;
}

.teacher_lp ul li .inner div {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.teacher_lp ul li .inner div p {
	width:97px;
	height:21px;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items: center;
	font-size: .875rem;
	margin-left:10px;
	background: #0000FF;
}

.teacher_lp ul li .inner div h3 {
	font-size: 1.8125rem;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;

}

.teacher_lp ul li .inner div h3 small {
	font-size: 1.25rem;
}

@media screen and (min-width:1080px) {
.teacher_lp ul {
	margin-bottom: 140px;
}

.teacher_lp ul li {
	margin-bottom: 60px;
	flex-flow: row;
}
	
.teacher_lp ul li .inner {
	width:545px;
}

.teacher_lp ul li .inner > p {
	width:545px;
	margin-bottom: 0;
}
	
}

.lp_box02 {
	border:solid 1px #BBBBBB;
	width:100%;
	max-width:875px;
	border-radius: 10px;
	margin-bottom: 25px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
}

.lp_box02 p {
	font-size: 1rem;
}

@media screen and (min-width:768px) {
.lp_box02 {
	border-radius: 20px;
	margin-bottom: 25px;
	padding:25px 40px;
}

.lp_box02 p {
	font-size: 1rem;
}
	
}

.img_youtube {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:531px;
	margin-bottom: 30px;
}

.img_youtube img {
	width:100%;
	height:auto;
}

.link_contents02 {
	text-align: center;
	margin-bottom: 80px;
}

.link_contents02 img {
	width:100%;
	height:auto;
	max-width: 442px;
}


.voice_text {
	margin-bottom: 60px;
	border:solid 1px #BBBBBB;
	width:100%;
	max-width:875px;
	border-radius: 10px;
	margin-bottom: 50px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
}

.voice_text p {
	margin-bottom: 20px;
	font-size: 1rem;
	margin-left:auto;
	margin-right:auto;
}

@media screen and (min-width:768px) {

.voice_text {
	margin-bottom: 100px;
	border:solid 1px #BBBBBB;
	width:100%;
	max-width:875px;
	border-radius: 20px;
	margin-bottom: 100px;
	padding:25px 40px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
}

.voice_text p {
	margin-bottom: 30px;
	font-size: 1rem;
}
	
}

.faq_lp {
	width:100%;
	max-width: 852px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 60px;
}

.faq_lp dl {
	border-bottom:solid 1px #bbb;
	margin-bottom: 25px;
}

.faq_lp dl:last-of-type {
	border-bottom:solid 0 #bbb;
}

.faq_lp dl figure {
	margin-right:10px;
}

.faq_lp dl figure img {
	width:36px;
	height:auto;
}

.faq_lp dl dt {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1rem;
	margin-bottom: 10px;
}

.faq_lp dl dd {
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 1rem;
	
	margin-bottom: 20px;
}

@media screen and (min-width:768px) {
.faq_lp {
	margin-bottom: 100px;
}

.faq_lp dl figure img {
	width:auto;
	height:auto;
}
	
.faq_lp dl figure {
	margin-right:10px;
}

.faq_lp dl dt {
	font-size: 1rem;
}

.faq_lp dl dd {
	font-size: 1rem;
	padding-left:35px;
	margin-bottom: 25px;
}
	
}@charset "utf-8";
/*
Theme Name: Entrys Boar-G
Theme URI: http://entrys.jp/wordpress/
Description: お客様用カスタマイズテーマ
Version: 2.1(Responsive)
Author: IT-Probe Co.,Ltd.
Author URI:http://entrys.jp/wordpress/
License: GNU General Public License
License URI: license.txt
*/

/* ================================================
WordPress 基本機能のCSS
================================================ */

.entry img{
	height: auto;
	overflow: hidden;
}


img.centered {
	display: block;
	margin: 0 auto;
}

.img_nav{
	padding-top: 30px;
}


@media only screen and (min-width: 1200px){

img.alignright {
	margin: 0 0 15px 15px;
	display: inline;
}

img.alignleft {
	margin: 0 15px 15px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

}

@media only screen and (min-width: 1079px){

img.alignright {
	display: block;
	padding: 0;
	margin: 0 auto 15px auto;
}

img.alignleft {
	display: block;
	padding: 0;
	margin: 0 auto 15px auto;
}

.alignright {
	padding: 0;
	margin: 0 auto 15px auto;
}

.alignleft {
	padding: 0;
	margin: 0 auto 15px auto;
}

}

.postmetadata {
	text-align: center;
}

h2 #comments {
	padding: 0;
	margin: auto 20px ;
}


.thread-alt {
	background-color: #f8f8f8;
	}

.thread-even {
	background-color: white;
	}

.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	}

.sticky {
	background: #f7f7f7;
	padding: 0 0 0 0;
	}

.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: 0.7em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: underline;
	}

#wp-calendar caption {
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.post hr {
	display: block;
	}


.postmetadata {
	margin: 30px 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center!important;
	margin: 5px 0px;
	}

.postmetadata {
	clear: both;
	font-size: 0.9em;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

li.bypostauthor {
    background: mediumslateblue;
}

/* ------------------------------------------------
投稿や検索フォーム
------------------------------------------------ */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#columnLeft #searchform #s {
	padding: 2px;
	width: 70%;
	}

#columnLeft #searchsubmit {
	padding: 1px;
	}

.entry form {
	text-align:center;
	}


#commentform input {
	width: 170px!important;
	padding: 2px!important;
	margin: 5px 5px 1px 0!important;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* ------------------------------------------------
コメント表示
------------------------------------------------ */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* ------------------------------------------------
カレンダー(ウィジェット)
------------------------------------------------ */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* ------------------------------------------------
Tag関連
------------------------------------------------ */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* ------------------------------------------------
キャプション
------------------------------------------------ */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption,
.gallery-caption{
	width: 100%!important;	
}

.wp-caption img {
	max-width: 100%!important;	
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/* ------------------------------------------------
Contact Form7
------------------------------------------------ */
.wpcf7-form textarea{
	width: 90% !important;
	}	 /*本文*/
	
.wpcf7-form .wpcf7-submit{
	width: 40% !important;
	margin:0 30% !important;
	} /*送信ボタン*/

    

/* ------------------------------------------------
Gutenberg
------------------------------------------------ */

@media screen and (min-width: 601px) and (max-width: 1079px){
  .wp-block-columns {
    flex-flow: nowrap!important;
  }
}

.conline{
	border-bottom:1px solid #ccc;
	padding:10px 0px 10px 0px;
	margin-bottom:10px 0px 10px 0px;
}


/* ------------------------------------------------
越智スタイル
------------------------------------------------ */

#swpm-paypal-payment-form-6128d59e61b1e {
    background: #00A3D9!important;
    color: #FFF!important;
    padding: 0 10px!important;
    border-radius: 5px!important;
}

.topkazu img{
	padding-top: 6px;
}

.topbotton{
overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  font-family: SQ Market, SQ Market, Helvetica, Arial, sans-serif;
margin-bottom:-40px;
	clear: both;
}
.topbotton2{
display: inline-block;
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    color: #ffffff;
    min-width: 212px;
    background-color: #00A3D9;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    border-radius: 50px;
	clear: both;
}

.tred{font-weight: 600; color: #ff0000;}


.entry h3 h4{
	font-weight:600 !important;
	margin-bottom:10px !important;
	 color: #00A3D9 !important;
}

/*トップの仏検目訳*/
.toptable-wrap {
  overflow-x: scroll;
}

.toptable {
  border-collapse: collapse;
  border: solid 5px #ccc;/*表全体を線で囲う*/
	text-align: center;
	width:100%;
	min-width: 800px;
  border-collapse: collapse;
	font-size: 1em;
}
.toptable th, table td {
  border: dashed 1px #ccc;
	padding:10px !important;
}
.toptable th {
	text-align: left;
	font-weight:100;
	width:40%;
    background-color: #0052d91f;
}

.clickable {
	text-align: center!important;
    cursor: pointer;
    border: dashed 1px #ccc;
    padding: 10px;
    margin: 0 auto 0;
	width:80%;
  }
.bot_style {
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    padding: 5px 10px;
    border-radius: 14px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}


/*PDFのサムネイル線*/
.thumb-of-pdf{
	border: dashed 1px #ccc;/
}

/*トップ説明のマージン*/
.topai{
	margin-top:40px;
}

/* トップ新着情報 */
.newslist a:hover{
	color: #fff;
	background-color:#00A3D9;
}

.list-container {
  display: flex;
  flex-wrap: wrap;
}

.newslist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; /* 必要に応じて親要素に幅を設定 */
}

.newslist li {
  border-bottom: 1px solid #ccc; /* 下部のみにボーダーを追加 */
  padding: 0 0 10px 0;
  width: calc(25% - 20px); /* 4つ横並びにするための幅調整 */
  margin-bottom: 20px; /* アイテム間の垂直マージン */
  box-sizing: border-box;
}

.new-icon{
  content: "NEW";
  background-color: #bf0000;
  color: #FFF;
  display: inline-block;
  line-height: 1em;
  padding: 3px 3px 2px 4px;
  font-size: 0.7rem;
  margin-right: 5px;
}
.newstime{
	font-size:0.7em;
	color: #00A3D9;
}

.mt60{
	margin-top:60px;
}

/* レスポンシブル対応 */
@media only screen and (max-width: 768px) {
  .newslist li {
    width: calc(50% - 10px); /* 幅を50%に調整して2つ横並びに */
  }
.mt60{
	margin-top:20px;
}
#keyvisual {
    padding: 0;
    margin: 20px auto 15px auto;
    position: relative;
}
}

.g-recaptcha div{
margin:0px auto;
}
.swpm-login-form-inner,.post_content{
text-align:center;
line-height:2;
}

.swpm-password-input,.swpm-username-input{
	width: 100%; /*親要素いっぱい広げる*/
	padding: 10px 15px; /*ボックスを大きくする*/
	border-radius: 3px; /*ボックス角の丸み*/
	box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
	outline: none;
}
.swpm-registration-username-row{
	margin:5px;
}

.content_list h3.bluetitle{
	background-color:#00A3D9;
	padding:5px 0px 3px 0px;
	color:#fff;
	text-align:center;align-content;
	margin-bottom:20px;
	font-size:1.2em;
	border-radius: 7px;
	font-weight:600;
	text-shadow: #00789F 1px 0 10px;
}
.content_list h3.redtitle{
	background-color:#B20000;
	padding:5px 0px 3px 0px;
	color:#fff;
	text-align:center;align-content;
	margin-bottom:20px;
	font-size:1.2em;
	border-radius: 7px;
	font-weight:600;
	text-shadow: #800000 1px 0 10px;
}

.content_list a{
	text-decoration: none;
}
.content_list a:hover {
  text-decoration: underline;
}