@charset "UTF-8";
/*
サイトのベースになるスタイル
****************************************************************************/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import "https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css";
@import "https://fonts.googleapis.com/earlyaccess/mplus1p.css";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Mixin
*************************************************/
/* clearfix
*************************************************/
/* Font size
*************************************************/
/* 内外の余白を0にする
*************************************************/
/*
ベース
==========================================================================
*/
/*
フォントスタイルを変更したい場合
【一例】
Rounded M+ 1c*/
.wf-roundedmplus1c {
  font-family: "M PLUS Rounded 1c";
}

/*M PLUS 1p*/
.wf-mplus1p {
  font-family: "M PLUS 1p";
}

/*
サイトの基本設定
==========================================================================
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  line-height: 2;
  color: #000;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #fff;
  font-weight: 400;
}
body:after {
  content: "";
  clear: both;
  display: block;
}

* {
  box-sizing: border-box;
}

/* セクショニング
*************************************************/
nav ul, nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav li, nav dt, nav dd {
  margin: 0;
  padding: 0;
}
nav a {
  line-height: 1;
  text-decoration: none;
  /*追記分*/
  color: #000;
}

/* 仕切り
*************************************************/
hr {
  border: 0;
  border-top: 1px dashed #444;
}

/* 見出し
*************************************************/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
  content: "";
  clear: both;
  display: block;
}

h1 {
  font-size: 240%;
  line-height: 1.25;
  margin: 1.5em 0 0.8em 0;
}

h2 {
  font-size: 220%;
  line-height: 1.3;
  margin: 1.5em 0 0.8em 0;
}

h3 {
  font-size: 160%;
  line-height: 1.35;
  margin: 1.5em 0 0.8em 0;
}

h4 {
  font-size: 140%;
  line-height: 1.4;
  margin: 1.5em 0 0.5em 0;
}

h5 {
  font-size: 120%;
  line-height: 1.4;
  margin: 1.5em 0 0.5em 0;
}

h6 {
  font-size: 120%;
  line-height: 1.4;
  margin: 1.5em 0 0.5em 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

/* テキスト
*************************************************/
p {
  margin: 0;
}

small {
  font-size: 75%;
}

/* 画像
*************************************************/
img {
  vertical-align: bottom;
}

@media screen and (max-width: 800px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
/* リンク
*************************************************/
a,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}

/* リスト
*************************************************/
ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* テーブル
*************************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 0.5em;
}

caption {
  padding: 0.5em;
}

/* フォーム部品
*************************************************/
label,
input,
textarea,
select {
  box-sizing: content-box;
}

label {
  cursor: pointer;
  padding: 4px;
  display: inline-block;
}

[type="text"],
[type="tel"],
[type="password"],
[type="email"],
[type="number"],
[type="url"],
textarea,
select {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #999;
  margin: 2px;
}

[type="file"] {
  font-size: 13px;
  margin: 2px;
}

[type="text"],
[type="tel"],
[type="password"],
[type="email"],
[type="number"],
select,
[type="button"],
[type="submit"],
[type="url"],
[type="reset"] {
  min-height: 28px;
  line-height: 28px;
  padding: 2px 6px;
}

textarea {
  padding: 6px 8px;
}

[type="text"],
[type="tel"],
[type="password"],
[type="email"],
[type="number"],
[type="url"],
textarea {
  box-shadow: inset 1px 1px 1px rgba(50, 50, 50, 0.2);
  max-width: 100% !important;
  overflow: hidden;
}

[type="checkbox"],
[type="radio"],
select {
  cursor: pointer;
  margin-right: 4px;
}

[type="checkbox"],
[type="radio"] {
  display: inline-block;
}

[type="button"],
[type="submit"],
[type="reset"] {
  cursor: pointer;
}

/*　各種変数の設定
*************************************************/
/* サイトで使用するカラースキームの設定
*************************************************/
/*
サイトの共通部分のスタイル
****************************************************************************/
/* サイトのレイアウト
*************************************************/
.site {
  border-top: 6px solid #fbbf3e;
  background: #fff;
  color: #444;
}

.site-main {
  overflow: hidden;
  margin-bottom: 70px;
}

/*
サイトの幅の設定
==========================================================================
*/
.site_width {
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
.site_width:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 768px) {
  .site_width {
    box-sizing: border-box;
    width: auto;
    padding: 0 10px;
  }
}
/*
サイトの共通部分のスタイル
****************************************************************************/
/*
サイトのヘッダー部分のスタイル
****************************************************************************/
/*ヘッダー部分
**************************************/
.header:after {
  content: "";
  clear: both;
  display: block;
}

/*ヘッダー部分上部*/
.header-top .header-description {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  margin: 10px 0 35px;
}

/*ヘッダー部分中部*/
.header-middle {
  width: 50%;
  float: right;
}

.header-middle:after {
  content: "";
  clear: both;
  display: block;
}

.header-middle .demo-bnr {
  float: left;
  margin: 0 15px 0 0;
}

.header-middle .demo-bnr a {
  display: block;
}

.header-middle .demo-bnr a:hover {
  opacity: .7;
}

.header-middle .contact {
  /* float: left; */
	float: right;
}

.header-middle .contact a {
  width: 150px;
  height: 110px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  /* margin-right: 30px; */
  background: #c8e682;
  background: -moz-linear-gradient( #faf9dc 0%, #c8e682 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#faf9dc), to(#c8e682));
  background: -webkit-linear-gradient( #faf9dc 0%, #c8e682 100%);
  background: linear-gradient( #faf9dc 0%, #c8e682 100%);
  border-radius: 0 0 10px 10px;
  color: #006875;
  text-align: center;
  display: block;
  transition: all 0.5s;
}

.header-middle .contact a:hover {
  /*background: rgba(251, 191, 62, 0.5);*/
  opacity: .7;
}

.header-middle .contact p {
  padding: 12px 0 0;
}

.header-middle .contact .btn {
  display: inline-block;
  width: 115px;
  padding: 4px 0;
  border-radius: 3px;
  background: #fff;
  margin: 0 auto;
  color: #000;
  line-height: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}


/*ヘッダー部分下部*/
/*
サイトのフッター部分のスタイル
****************************************************************************/
/*フッター部分
**************************************/
.footer {
  border-top: 1px solid #fbbf3e;
  margin-top: 70px;
}


/*フッター部分上部*/
.footer .relation-link {
	display: block;
	width: 97%;
  margin: 70px auto 30px;
}

.footer .relation-link img {
  width: 100%;
  margin: 0 0 30px;
}

.footer .relation-link .link-ttl,
.footer .relation-link .related-sites {
  text-align: center;
  margin: 0 0 10px;
  font-weight: 500;
}

.footer .relation-link .link-ttl {
  /* border-bottom: 1px solid #fbbf3e; */
  line-height: 1.3;
  padding-bottom: 5px;
  font-size: 1.3rem;
}

.footer .relation-link .related-sites {
  font-size: 2.2rem;
}

@media screen and (max-width: 479px) {
	.footer .relation-lin {
		width: auto;
	}

	.footer .relation-link a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
/*フッター部分上部*/


/*TO TOP*/
.footer-top .page-top .scroll_top-fixed {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 26px;
  right: 20px;
  z-index: 999999;
  background: #fbbf3e;
  color: #fff;
}
/*TO TOP*/


/*フッター部分中部*/
.footer-middle {
  padding: 30px 0 35px;
}

.footer-middle .footer-logo,
.footer-middle .footer-nav ul li {
  text-align: center;
}

.footer-middle .footer-logo {
  margin-bottom: 35px;
}

.footer-middle .footer-nav ul:after {
  content: "";
  clear: both;
  display: block;
}

.footer-middle .footer-nav ul li {
  width: 25%;
  float: left;
}

.footer-middle .footer-nav ul li a:hover {
  color: #fbbf3e;
  background: #faf7d1;
}

@media screen and (max-width: 479px) {
  .footer-middle .footer-logo {
    width: 85%;
    margin: 0 auto;
  }

  .footer-middle .footer-nav {
    display: none;
  }
}

/*フッター部分下部*/
.footer-bottom {
  background: #fbbf3e;
}
.footer-bottom .copyright {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 30px;
}

/*
サイトメインエリアのフッター部分のスタイル
****************************************************************************/
/*フッター部分
**************************************/
/*フッター部分上部*/
.main-footer-top .front-performance-title {
  margin: 10px 0 10px;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-size: 1.2rem;
}

.main-footer-top .performance-latest {
  width: 100%;
  padding: 30px 0 30px;
  background: #eeeeee;
}

.main-footer-top .performance-latest ul {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

.main-footer-top .performance-latest ul:after {
  content: "";
  clear: both;
  display: block;
}

.main-footer-top .performance-latest ul li {
  float: left;
  list-style: none;
  width: 23.5%;
  margin: 0 2% 20px 0;
  padding: 0 10px;
}

.main-footer-top .performance-latest ul li p {
  border: 5px solid #fff;
}

.main-footer-top .performance-latest ul li:first-child,
.main-footer-top .performance-latest ul li:nth-child(2) {
  width: 49%;
}

.main-footer-top .performance-latest ul li:nth-child(2) {
  margin-right: 0;
}

.main-footer-top .performance-latest ul li img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.main-footer-top .performance-latest ul li:last-child,
.main-footer-top .performance-latest ul li:nth-child(2) {
  margin-right: 0;
}

@media screen and (max-width: 479px) {
  .main-footer-top .performance-latest ul li {
    text-align: center;
    margin-right: 0;
    width: 100%;
  }

  .main-footer-top .performance-latest ul li:first-child,
  .main-footer-top .performance-latest ul li:nth-child(2) {
    width: 100%;
  }

  .main-footer-top .performance-latest ul li img {
    height: auto;
    max-width: 80%;
    width: 80%;
  }
}

/*フッター部分中部*/
.main-footer-middle .contact-link {
  text-align: center;
  margin-top: 50px;
}

.main-footer-middle .contact-link a {
  display: inline-block;
  margin: 0 auto;
  max-width: 480px;
  min-width: 220px;
  width: 80%;
  background: #fa7f9c;
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  line-height: 75px;
  transition: .7s all;
}

.main-footer-middle .contact-link a:hover {
  background: rgba(250, 127, 156, 0.5);
}

@media screen and (max-width: 479px) {
  .main-footer-middle .contact-link a {
    font-size: 1.8rem;
  }
}

/*フッター部分下部*/
.main-footer-bottom .banner {
  max-width: 1080px;
  margin: 30px auto 0;
}

.main-footer-bottom .banner ul img {
  max-width: 100%;
  max-height: 100%;
}

/*
サイトのナビゲーション部分のスタイル
****************************************************************************/
/*ナビゲーション部分
**************************************/
.navigation {
  box-sizing: border-box;
  width: 100%;
  height: 75px;
  padding-top: 15px;
  border-bottom: 1px solid #fbbf3e;
  background: url("../images/frame/navigation/nav_bg.png");
}

.navigation:after,
.navigation .nav:after {
  content: "";
  clear: both;
  display: block;
}

.navigation .navigation-inner {
  width: 100%;
  height: 100%;
  background: #fff;
}

.navigation .nav {
  max-width: 1080px;
  padding: 0;
}

.navigation .nav li {
  float: left;
  margin: 0;
  padding: 15px 0;
  width: 20%;
  transition: all .8;
}

.navigation .nav li:last-child a {
  border-right: 1px solid #fbbf3e;
}

.navigation .nav li a {
  display: block;
  border-left: 1px solid #fbbf3e;
  line-height: 30px;
  position: relative;
  text-align: center;
  z-index: 10;
  padding: 0;
}

.navigation .nav li a:hover {
  background: initial;
  color: #fbbf3e;
  transition: all .8;
}

.navigation .nav li a:hover::after,
.navigation .nav li.current a::after {
  content: '';
  width: 25%;
  height: 5px;
  background: #fbbf3e;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -5;
  margin: 0 37.5%;
  border-radius: 3px;
}

/*ナビゲーション部分上部*/
/*ナビゲーション部分中部*/
/*ナビゲーション部分下部*/
.header-nav {
  width: 100%;
  margin-bottom: 10px;
}

.header-nav button.navbar-toggle {
  margin: 0 auto;
  display: block;
  width: 95%;
  float: none;
  background: #fbbf3e;
  border-radius: 5px;
  line-height: 50px;
}

.header-nav li {
  text-align: center;
}

.header-nav li a {
  line-height: 30px;
}

.header-nav .nav > li > a:hover,
.header-nav .nav > li > a:focus {
  background: initial;
}

@media screen and (max-width: 991px) {
  .navigation .nav li {
    font-size: 1.4rem;
    width: 20%;
  }
}

/*
サイトのメインビジュアル部分のスタイル
****************************************************************************/
/*メインビジュアル部分
**************************************/
/* スライドショー未実行時の設定 */
.main-header {
    text-align: center;
}

.mainvisu {
  width: 100%;
  margin-bottom: 20px;
}

/*メインビジュアル部分上部*/
/*メインビジュアル部分中部*/
/*メインビジュアル部分下部*/
.mainvisu {
  text-align: center;
}

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

.mainvisu .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
	margin: auto;
}

.mainvisu .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}

.mainvisu .swiper-container .pagination-wide {
  margin-top: 20px;
}

.mainvisu .swiper-container .pagination-wide .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  border: 1px solid #fff;
  background-color: rgba(251, 191, 62, 0.4);
  opacity: 1;
}

.mainvis
u .swiper-container .pagination-wide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(251, 191, 62, 0.9);
  border: 1px solid #ccc;
  opacity: 1;
}

.mainvisu .controller {
  position: relative;
}

.mainvisu .controller .prev-wide,
.mainvisu .controller .next-wide {
  position: absolute;
  cursor: pointer;
  bottom: 0px;
  z-index: 2;
}

.mainvisu .controller .prev-wide {
  left: 0;
  /*.icon*/
  /*.icon*/
}

.mainvisu .controller .prev-wide .is-mb {
  display: none;
}

.mainvisu .controller .next-wide {
  right: 0;
  /*.icon*/
  /*.icon*/
}

.mainvisu .controller .next-wide .is-mb {
  display: none;
}

@media screen and (min-width: 1120px) {
  .mainvisu {
    min-height: 350px;
  }

  .swiper-slide {
    width: 1080px !important;
  }
}

@media screen and (max-width: 479px) {
  .mainvisu {
    margin-bottom: 30px;
  }
}

/*
サイトのサブビジュアル部分のスタイル
****************************************************************************/
/*サブビジュアル部分
**************************************/
.subvisu {
  background-color: #fafafa;
}

.subvisu .subvisu_inner {
  max-width: 1080px;
  height: 150px;
  margin: 0 auto;
  background: url("../images/frame/subvisu/subvisu.png") no-repeat center right;
}

.subvisu .page-title {
  font-family: "M PLUS 1p";
  font-size: 30px;
  display: inline-block;
  margin: 45px 0;
  width: 250px;
  text-align: center;
}

.subvisu .page-title span {
  font-size: 16px;
  display: block;
}

@media screen and (max-width: 479px) {
  .subvisu .subvisu_inner {
    background-size: 180px auto;
    background-position: bottom 5px right 15px;
  }
  .subvisu .page-title {
    margin: 20px 0;
    text-align: left;
    padding-left: 20px;
  }
}

/*サブビジュアル部分上部*/
/*サブビジュアル部分中部*/
/*サブビジュアル部分下部*/
/*
サイトのバナー部分のスタイル
****************************************************************************/
/*バナー部分
**************************************/
/*バナー部分上部*/
/*バナー部分中部*/
/*バナー部分下部*/
/*
サイトのページ毎のスタイル
****************************************************************************/
/*
トップページのみのスタイル
****************************************************************************/
/*トップページ全体
**************************************/
.front img {
  max-width: 100%;
}

.front-plan,
.front-cliapo {
  padding-top: 40px;
  max-width: 1080px;
  margin: 0 auto 40px;
  text-align: center;
}

/* @media screen and (max-width: 479px) {
  .front-plan,
  .front-cliapo {
    margin-bottom: 30px;
    padding-top: 0;
  }
} */

.front-plan ul,
.front-cliapo ul {
  margin: 0;
  padding: 0;
}

.front-plan ul li,
.front-cliapo ul li {
  text-align: center;
}

.front-cliapo {
  margin-bottom: 70px;
}

/* @media screen and (max-width: 479px) {
  .front-cliapo {
    margin-bottom: 60px;
  }
} */

.front-txt {
  margin-bottom: 30px;
}

/*トップページの上部*/
/*トップページの中部*/
/*トップページの下部*/
@media screen and (max-width: 479px) {
  .front-plan img {
    width: 80%;
  }

  .front-plan,
  .front-cliapo {
    margin-bottom: 30px;
    padding-top: 0;
  }

  .front-cliapo {
    margin-bottom: 60px;
  }
}


/*トップページ 新着情報
**************************************/
.front-news {
  max-width: 1020px;
  margin-bottom: 50px;
}

.front-news-content ul {
  border: 2px solid #f3f3f3;
}

.front-news-content ul .col-md-3 {
  padding: 0;
}

.front-news-content ul li {
  height: 325px;
  border: 2px solid #f3f3f3;
}

.front-news-content ul li img {
  width: 100%;
  height: auto;
  transition: all 0.8s;
}

.front-news-content ul li img:hover {
  margin-top: -5%;
  margin-left: -5%;
  width: 110%;
  height: auto;
}

.front-news-content ul li .news-img {
  height: 160px;
  overflow: hidden;
  margin-bottom: 10px;
}

.front-news-content ul li .news-date {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}

.front-news-content ul li .news-title a {
  color: #000;
  font-weight: bold;
}

.front-news-content ul li .news-date,
.front-news-content ul li .news-title,
.front-news-content ul .front-news-body {
  padding: 0 15px;
}

.front-news-content ul li .news-date,
.front-news-content ul li .news-title {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

.front-news-content ul .front-news-body {
  line-height: 1.3;
  height: 65px;
  font-size: 12px;
  font-size: 1.2rem;
}

.front-news-content ul .front-news-footer {
  text-align: center;
  line-height: 30px;
}

.front-news-content ul .front-news-footer a {
  color: #fff;
  display: block;
  background-color: #53cadf;
  transition: all 0.5s;
}

.front-news-content ul .front-news-footer a:hover {
  opacity: 0.6;
}

.front-news-content ul .front-news-footer.news a {
  background-color: #fa7f9c;
}

.home .main-footer .wrap .inner3-1 {
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .front-news {
    padding: 0 25px;
  }
}


/*
プラン紹介ページのみのスタイル
****************************************************************************/
/*プラン紹介ページ共通
**************************************/
.plan {
  padding-top: 50px;
  /*タブ切替スタイル
  **************************************/
  /*************************************
  タブ切替スタイル ここまで*/
}

.plan img {
  max-width: 100%;
}

.plan .tab_area {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

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

.plan .tab_area li {
  /*Tabの基本*/
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  width: 200px;
  float: left;
  position: relative;
  border-radius: 5px 5px 0 0;
  font-size: 1.7rem;
  cursor: pointer;
  transition: 0.7s all;
  /*テンプレートプランのタブ*/
  /*スタンダードプランのタブ*/
  /*デラックスプランのタブ*/
}

.plan .tab_area li.tab_template {
  margin-right: 10px;
  color: #613d02;
  border: #fdeb87 3px solid;
  border-bottom: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+75,fff8cf+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 25%, #fff8cf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 25%, #fff8cf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 25%, #fff8cf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff8cf',GradientType=0 );
  /* IE6-9 */
}

.plan .tab_area li.tab_standard {
  margin-right: 10px;
  color: #143156;
  border: #98e5f7 3px solid;
  border-bottom: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+75,fff8cf+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 25%, #e7faff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 25%, #e7faff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 25%, #e7faff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7faff',GradientType=0 );
  /* IE6-9 */
}

.plan .tab_area li.tab_deluxe {
  margin-right: 10px;
  color: #431862;
  border: #dac3f8 3px solid;
  border-bottom: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+75,fff8cf+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 25%, #ebe1f9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 25%, #ebe1f9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 25%, #ebe1f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebe1f9',GradientType=0 );
  /* IE6-9 */
}
.plan .tab_area li.tab_template {
  /*テンプレートプランのアクティブタブ、ホバー時の装飾*/
}

.plan .tab_area li.tab_template:hover,
.plan .tab_area li.tab_template.select {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+75,fff8cf+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff8cf 25%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff8cf 25%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff8cf 25%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8cf', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.plan .tab_area li.tab_template.select {
  z-index: 10;
}

.plan .tab_area li.tab_standard {
  /*スタンダードプランのアクティブタブ、ホバー時の装飾*/
}

.plan .tab_area li.tab_standard:hover,
.plan .tab_area li.tab_standard.select {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+75,fff8cf+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e7faff 25%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e7faff 25%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e7faff 25%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7faff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.plan .tab_area li.tab_standard.select {
  z-index: 10;
}

.plan .tab_area li.tab_deluxe {
  /*デラックスプランのアクティブタブ、ホバー時の装飾*/
}

.plan .tab_area li.tab_deluxe:hover, .plan .tab_area li.tab_deluxe.select {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+75,fff8cf+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ebe1f9 25%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ebe1f9 25%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ebe1f9 25%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe1f9', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}
.plan .tab_area li.tab_deluxe.select {
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .plan .tab_area li {
    width: 30%;
    height: auto;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* ***********以下タブ内容************ */

.plan .all_area {
  overflow: hidden;
}

.plan .all_area div.content_area {
  /*Tabの内容を表示するエリアの装飾*/
  background: #ffffff;
  position: relative;
  z-index: 5;
  top: -3px;
}

.plan .all_area div.content_area.con_template {
  border: #fdeb87 3px solid;
}

.plan .all_area div.content_area.con_standard {
  border: #98e5f7 3px solid;
}

.plan .all_area div.content_area.con_deluxe {
  border: #dac3f8 3px solid;
}

.plan .hide {
  display: none;
}

.plan_section {
  padding: 30px 50px;
}

.plan_section h1 {
  font-size: 2.4rem;
  border-bottom: 2px dotted;
}

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

.plan_section h1 span {
  display: inline-block;
  font-size: 1.2rem;
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 2px 10px 0;
  text-align: center;
  background: #fa7f9c;
  border-radius: 5px;
  color: #fff;
}

.plan_section h2 {
  font-size: 2rem;
}

.plan_section .inner2 {
  margin-bottom: 10px;
}

.plan_section .explanation {
  font-size: 1.2rem;
  line-height: 1.5;
}

.plan_section .case {
  border: 1px solid #98e5f7;
  padding: 0 0 50px;
  margin-bottom: 50px;
}

.plan_section .case h3 {
  font-size: 1.6rem;
  font-weight: 800;
  padding: 8px 0 5px 15px;
  background: #98e5f7;
  margin-bottom: 30px;
}

.plan_section .plan-table {
  width: 100%;
}

.plan_section .plan-table table {
  width: 100%;
  border: 1px solid #ccc;
}

.plan_section .plan-table table caption {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  padding: 8px 15px 5px 40px;
  border: 1px solid #ddd;
  background: #ddd;
  font-weight: 800;
}

.plan_section .plan-table table caption:after {
  content: "";
  clear: both;
  display: block;
}

.plan_section .plan-table table caption span {
  font-size: 1.2rem;
  float: right;
  font-weight: 400;
  line-height: 1.5;
}

.plan_section .plan-table table td,
.plan_section .plan-table table th {
  border: 1px solid #ccc;
  text-align: center;
}

.plan_section .plan-table table thead th:first-child,
.plan_section .plan-table table tbody th {
  background: #f5f5f5;
}

.plan_section.con_template {
  color: #221815;
}

.plan_section.con_template h1 {
  color: #143156;
  font-weight: 500;
  border-color: #fdeb87;
  margin: 0 0 1.8em 0;
}

.plan_section.con_standard {
  color: #1e497f;
}

.plan_section.con_standard h1 {
  border-color: #98e5f7;
}

.plan_section.con_deluxe {
  color: #431862;
}

.plan_section.con_deluxe h1 {
  border-color: #dac3f8;
}

.plan_section .plna-box {
  margin-bottom: 30px;
}

.plan_section .plna-box.deluxe {
  margin-bottom: 15px;
}

.plan_section .plna-box.deluxe img {
  width: 100%;
}

.plan_section .detail-text {
  font-size: 1.4rem;
  padding: 15px 20px;
  background: url("../images/content/plan/plan-bg-detail.png");
}

@media screen and (max-width: 767px) {
  .plan_section {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 479px) {
  .plan_section .plan-table table {
    font-size: 1.4rem;
  }

  .plan_section .plan-table table thead th:first-child,
  .plan_section .plan-table table tbody th {
    background: #f5f5f5;
    width: 30px;
    line-height: 1.5;
    font-size: 1.2rem;
    overflow: hidden;
  }

  .plan_section .plan-table table .star {
    font-size: 1rem;
  }
}


/*
テンプレートプランのみのスタイル
----------------------------------------------------------------------------*/

.temp-plna-box {
  margin: 0 0 60px;
}

.con_template h3 {
  color: #143156;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding: .5em 1em;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f8e684,
    #f8e684 25px,
    #fdeb87 25px,
    #fdeb87 50px
  );
  background: -moz-repeating-linear-gradient(
    -45deg,
    #f8e684,
    #f8e684 25px,
    #fdeb87 25px,
    #fdeb87 50px
  );
  background: -ms-repeating-linear-gradient(
    -45deg,
    #f8e684,
    #f8e684 25px,
    #fdeb87 25px,
    #fdeb87 50px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f8e684,
    #f8e684 25px,
    #fdeb87 25px,
    #fdeb87 50px
  );
}

.con_template h3::before,
.con_template h3::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}

.con_template h3::before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #d9ca75;
}

.con_template h3::after {
  right: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-top-color: #d9ca75;
}

.temp-feature-top,
.temp-feature{
  overflow: hidden;
}

.temp-feature-top {
  margin: -40px 0 0;
  padding: 40px 35px 0;
}

.temp-feature {
  margin: 0 0 20px;
  padding: 0 35px;
}

.template-catch {
  margin: 30px 0 0;
}

.nurse {
  margin: -40px 0 0;
}

.temp-desc {
  font-size: 1.8rem;
  line-height: 1.7;
}

.temp-desc span {
  padding: 0 .4em 0;
  position: relative;
  color: #143156;
  font-size: 2.6rem;
  font-weight: 500;
}

.temp-desc span::after {
  content: '';
  height: 10px;
  width: 100%;
  background-color: #fffaac;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.temp-desc-img {
  overflow: hidden;
}

.temp-desc img {
  margin: 30px 0;
}

.temp-desc .arrow {
  padding: 35px 0 0;
}

.prepa-wrap {
  background: #eee;
  padding: 0 0 5px;
}

.prepa-wrap p {
  font-size: 1.2rem;
}

p.prepa-ttl {
  text-align: center;
  background: #143156;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 0 20px;
  padding: 5px 0;
}

.prepa-inner {
  padding: 0 8px;
}

.prepa-inner-bg {
  width: 45%;
  padding: 15px 10px;
  background: #fff;
  margin: 0 2.5%;
}

p.prepa-inner-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}

p.prepa-inner-txt {
  font-size: 1.3rem;
}

.prepa-bottom-txt {
  margin: 5px 0 0;
}

.temp-top-img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.offcourse,
.create-site {
  width: 18%;
  color: #143156;
  font-size: 2.0rem;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 35px;
  margin: 0 auto 5px;
  text-align: center;
}

.create-site {
  width: 70%;
  font-size: 2.4rem;
  margin: 0 auto 15px;
}

.offcourse:before,
.create-site:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #143156;
  -moz-transform: rotate(-110deg);
  -webkit-transform: rotate(-110deg);
  -ms-transform: rotate(-110deg);
  transform: rotate(-110deg);
}

.offcourse:after,
.create-site:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #143156;
  -moz-transform: rotate(-70deg);
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.offcourse:before,
.create-site:before {
  left:0;
}

.offcourse:after,
.create-site:after {
  right: 0;
}

.freecolor {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #143156;
}

.freecolor span,
.create-site span {
  color: #ff7c39;
}

.freecolor-img {
  overflow: hidden;
  margin: 5px 30px 60px;
}

h4.ttl-ribbon {
  position: relative;
  height: 60px;
  line-height: 1.2;
  padding: .4em 1em 0;
  margin: 0 0 0.7em 0;
  color: #143156;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  background: -webkit-repeating-linear-gradient(-45deg, #f8e684, #f8e684 25px, #fdeb87 25px, #fdeb87 50px);
  background: -moz-repeating-linear-gradient(-45deg, #f8e684, #f8e684 25px, #fdeb87 25px, #fdeb87 50px);
  background: -ms-repeating-linear-gradient(-45deg, #f8e684, #f8e684 25px, #fdeb87 25px, #fdeb87 50px);
  background: repeating-linear-gradient(-45deg, #f8e684, #f8e684 25px, #fdeb87 25px, #fdeb87 50px);
}

h4.ttl-ribbon::before,
h4.ttl-ribbon::after {
  content: '';
  position: absolute;
}

h4.ttl-ribbon::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #d9ca75;
}

h4.ttl-ribbon::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 30px 25px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}

.standard {
  margin: 0 30px 50px;
  overflow: hidden;
}

.standard-conts {
  overflow: hidden;
  padding: 20px 30px 30px 30px;
  margin: 0 15px 0;
  background: -moz-linear-gradient(top, #ffffff 25%, #fff9da 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 25%, #fff9da 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 25%, #fff9da 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9da',GradientType=0 );
  /* IE6-9 */
}

.standard-txt {
  float: left;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 10px;
}

.standard-img {
  float: right;
}

.demosite {
  margin: 0 60px 40px;
}

.demosite table {
  border: 1px solid #362e2b;
}

.demosite table th {
  width: 22%;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #362e2b;
  line-height: 1.8;
}

.demosite table th span {
  font-size: 2.4rem;
  border-bottom: 2px solid #fff;
  padding: 0 0 3px;
}

.demosite table td {
  width: 78%;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  color: #143156;
  padding: 20px 30px 25px;
}

.demo-btn {
  width: 65%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 20px auto 0;
}

.demo-btn a {
  display: block;
  color: #fff;
  padding: 10px;
  background: #ff7c39;
  border-radius: 3px;
}

.demo-btn a:hover {
  opacity: .7;
}

.fa-chevron-circle-right {
  margin-right: 3px;
}


@media screen and (max-width: 479px) {
  .temp-plna-box {
    margin: 0 0 30px;
  }

  .temp-feature-top {
    padding: 0;
    margin: 0;
  }

  .temp-feature {
    padding: 0;
  }

  .template-catch {
    margin: 10px 0 0;
  }

  .temp-desc {
    font-size: 1.5rem;
  }

  .txt-photo-img {
    margin: 0;
  }

  .temp-desc span {
    font-size: 2.0rem;
    padding: 0 .4em 0;
  }

  .offcourse,
  .create-site {
    width: 50%;
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .create-site {
    width: 100%;
    font-size: 2.0rem;
  }

  .freecolor-img {
    overflow: hidden;
    margin: 5px 0 40px;
  }

  .freecolor-img img {
    width: 100%;
  }

  .freecolor {
    font-size: 2.0rem;
    line-height: 1.3;
    padding: 15px 0;
  }

  h4 {
    padding: .5em 1em 0;
    font-size: 1.8rem;
  }

  .standard {
    margin: 0 0 40px;
    overflow: hidden;
  }

  .standard-txt {
    float: none;
    display: block;
    margin: 0 auto 10px;
    padding-top: 0;
  }

  .standard-img {
    float: none;
  }

  .standard-img img {
    display: block;
    margin: 0 auto;
  }

  .standard-conts {
    overflow: hidden;
    padding: 0 30px 20px 30px;
    margin: 0 15px 15px;
  }

  .demosite {
    margin: 0 0 40px;
  }

  .demosite table th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
  .demosite table th span {
    font-size: 2.0rem;
  }

  .demosite table td {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding: 15px 20px 20px;
  }

  .demo-btn {
    width: 100%;
    font-size: 1.8rem;
    margin: 15px auto 0;
  }
}

/*
テンプレートプランのみのスタイル
----------------------------------------------------------------------------*/

/*プラン紹介ページの上部*/
/*プラン紹介ページの中部*/
/*プラン紹介ページの下部*/
/*
クリアポページのみのスタイル
****************************************************************************/
/*クリアポページ全体
**************************************/
.cliapo {
  color: #444;
}

.cliapo .cliapo-feature {
  font-size: 2.6rem;
  line-height: 1.6;
}

.cliapo .cliapo-feature .pink {
  color: #f8908f;
}

.cliapo .cliapo-feature .green {
  color: #0ba29a;
}

.cliapo .cliapo-feature span {
  display: inline-block;
  margin: 0 3px;
}

.cliapo .cliapo-feature li {
  padding: 10px;
}

.cliapo .cliapo-feature li .feature-box {
  text-align: center;
  border: 2px solid #ccc;
  position: relative;
  border-radius: 3px;
}

.cliapo .cliapo-feature li .feature-box::before {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 3px;
  content: '';
  width: 0;
  height: 0;
  line-height: 1;
  border-top: 30px solid #0ba29a;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #0ba29a;
}

@media screen and (min-width: 992px) {
  .cliapo .cliapo-feature li .feature-box {
    margin-bottom: 30px;
    width: 325px;
    height: 183px;
    margin: 0 auto;
  }

  .cliapo .cliapo-feature li .feature-box.line2 {
    padding: 40px 0 0;
  }

  .cliapo .cliapo-feature li .feature-box.line3 {
    padding: 25px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cliapo .cliapo-feature li .feature-box {
    font-size: 80%;
    margin-bottom: 30px;
    max-width: 280px;
    min-width: 200px;
    height: 183px;
    margin: 0 auto;
  }

  .cliapo .cliapo-feature li .feature-box.line2 {
    padding: 40px 0 0;
  }

  .cliapo .cliapo-feature li .feature-box.line3 {
    padding: 35px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .cliapo .cliapo-feature li .feature-box {
    font-size: 80%;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
  }
}

/*クリアポページの上部*/
.cliapo-top {
  text-align: center;
}

.cliapo-top .title {
  padding: 80px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cliapo-top .title {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 479px) {
  .cliapo-top .title {
    padding: 20px 0 0;
  }

  .cliapo-top .title img {
    width: 200px;
    height: auto;
  }

  .cliapo-top .title p {
    margin: 20px 0;
  }
}

/*クリアポページの中部*/
.cliapo-middle {
  margin-bottom: 50px;
}

.cliapo-middle img {
  line-height: 1;
  max-width: 100%;
  height: auto;
}

.cliapo-middle .cliapo-txtframe {
  border: 3px solid #ccc;
  text-align: center;
  padding: 10px 40px;
}

.cliapo-middle .cliapo-txtframe.pink {
  border-color: #f8908f;
  margin-top: 20px;
}

.cliapo-middle .cliapo-txtframe.green {
  margin-top: 20px;
  border-color: #0ba29a;
}

@media screen and (min-width: 992px) {
  .cliapo-middle .cliapo-txtframe.pink {
    margin-top: 60px;
  }
}
@media screen and (max-width: 479px) {
  .cliapo-middle .txt-24 {
    font-size: 2rem;
  }
}

/*クリアポページの下部*/
.cliapo-bottom h4 {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.cliapo-bottom .cliapo-link {
  background: #f3f3f3;
  max-width: 745px;
  margin: 40px auto;
  padding: 5px;
}

.cliapo-bottom .cliapo-link img {
  max-width: 100%;
  height: auto;
}

.cliapo-bottom .cliapo-link .cliapo-link_txt {
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 80px 0 0;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .cliapo-bottom .cliapo-link .cliapo-link_txt {
    padding-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .cliapo-bottom .cliapo-link .cliapo-link_txt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.cliapo-bottom .cliapo-link .cliapo-link_img {
  padding: 0;
}

.cliapo-bottom .cliapo-link a {
  color: #0ba29a;
}


/*
制作実績ページのみのスタイル
****************************************************************************/
/*制作実績ページ全体
**************************************/
/*制作実績ページの上部*/
/*制作実績ページの中部*/
/*制作実績ページの下部*/
.works.site_width {
  padding: 0;
}

.cat_standard ,
.cat_template ,
.cat_deluxe {
  display: inline-block;
  padding: 4px 15px 2px;
  border-radius: 3px;
  line-height: 1.2;
  font-weight: 600;
}

.cat_standard {
  background: #dff7fd;
  color: #12bce4;
}

.cat_template {
  background: #fef8d2;
  color: #613d02;
}

.cat_deluxe {
  background: #dac3f8;
  color: #5f228b;
}

.works .works-inner {
  padding-top: 30px;
}

.works .works-inner .listCover a {
  color: #cecece;
  text-decoration: none;
}

.works .works-inner .listCover a:hover {
  color: #98e5f7;
}

.works .works-inner .works-item {
  margin: 15px 15px 18px;
  border: 2px solid #efefef;
  padding: 15px;
  border-radius: 3px;
}

.works .works-inner .works-item p {
  color: #143156;
  font-weight: bold;
}

.works .works-inner img {
  width: 100%;
  max-width: 320px;
}

.works .works-inner h3 {
  font-weight: 500;
  font-family: "M PLUS 1p";
  font-size: 26px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.works .works-inner h4 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #cecece;
}

.works .works-inner .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #9a9a9a;
  max-height: 90px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.works .works-inner .category {
  display: inline-block;
  line-height: 1.2;
}

.works .works-inner .category a {
  color: #cecece;
  text-decoration: none;
  padding: 5px 15px 3px;
  border: 1px solid #666666;
  background: #666666;
  border-radius: 3px;
}

.works .works-inner .category a:hover {
  background: #333;
  color: #fff;
  border-color: #fff;
}

.works .works-inner .link {
  margin-bottom: 10px;
}

.works .works-inner .link a {
  text-decoration: underline;
}

.works-inner ul.pagination {
  display: flex;
  justify-content: center;
}




/* .listCover
------------------------- */
.listCover {
  margin: 0 auto;
  text-align: left;
}

/* .listItem
------------------------- */
.listCover .listItem {
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  min-height: 200px;
}

.listCover .listItem img {
  width: 100%;
  max-width: 320px;
}

.listCover .active {
  background: url("../images/content/works/activeArrow.png") no-repeat bottom center;
}

.listCover .listItem .selfRep {
  display: none;
}


/* .expandField
------------------------- */
.expandField {
  padding: 10px 0;
  width: 100%;
  text-align: left;
  display: block;
  background: #222;
  float: left;
  position: relative;
  overflow: hidden;
}

.expandField .btnClose,
.expandField .btnPrev,
.expandField .btnNext {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  position: absolute;
  cursor: pointer;
}

.expandField .btnClose {
  top: 0;
  right: 0;
  background: url("../images/content/works/btnClose.png") no-repeat top left;
}

.expandField .btnPrev {
  top: 170px;
  left: 0;
  background: url("../images/content/works/btnPrev.gif") no-repeat top left;
}

.expandField .btnNext {
  top: 170px;
  right: 0;
  background: url("../images/content/works/btnNext.gif") no-repeat top left;
}

.expandField .selfRepInner {
  padding: 50px 80px;
  text-align: center;
  position: relative;
}

.expandField .selfRepInner .secLeft,
.expandField .selfRepInner .secRight {
  width: 50%;
  float: left;
}

.expandField .selfRepInner .secLeft {
  text-align: center;
}

.expandField .selfRepInner .secRight {
  text-align: left;
  color: #fff;
  padding-left: 15px;
}

/* ===========================================
	SizeAdjustment
=========================================== */

  .expandField .selfRepInner {
    padding: 50px 40px;
  }

  .expandField .selfRepInner .secLeft {
    display: none;
  }

  .expandField .selfRepInner .secRight {
    width: 100%;
    float: none;
  }

  @media screen and (max-width: 600px) {
    .expandField .selfRepInner .secLeft img {
      width: 80%;
    }
  }

  @media screen and (max-width: 480px) {
    .works .works-inner h3 {
      font-size: 20px;
    }
}
/* =======================================
	ClearFix
======================================= */
.listCover:before,
.listCover:after,
.expandField .selfRepInner:before,
.expandField .selfRepInner:after {
  content: " ";
  display: table;
}

.listCover:after,
.expandField .selfRepInner:after {
  clear: both;
}

.listCover,
.expandField .selfRepInner {
  *zoom: 1;
}

/*
ご注文の流れページのみのスタイル
****************************************************************************/
/*ご注文の流れページ全体
**************************************/
.flow .wrap .inner,
.flow .wrap .inner2 {
  margin-bottom: 0;
}

.flow .wrap .inner2 {
  width: 48%;
  margin-right: 4%;
}

.flow .wrap .arrow {
  text-align: center;
  overflow: hidden;
}

.flow .wrap .arrow img {
  display: inline-block;
  margin: 10px 0;
}

.flow .plan-case {
  color: #444;
  display: block;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 20px 80px;
}

.flow .plan-case h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.flow .plan-case.plan-case01,
.flow .plan-case.plan-case02 {
  padding: 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}

.flow .plan-case.plan-case01 {
  background: #91edf8;
}

.flow .plan-case.plan-case02 {
  background: #dcaef2;
}

@media screen and (max-width: 767px) {
  .flow .plan-case {
    padding: 20px;
  }

  .flow .plan-case.plan-case01,
  .flow .plan-case.plan-case02 {
    font-size: 1.8rem;
    padding: 20px 10px;
  }
}

.flow-description {
  padding: 50px 0;
}

.flow-description a {
  color: #00447d;
  text-decoration: underline;
}

/*ご注文の流れページの上部*/
/*ご注文の流れページの中部*/
/*ご注文の流れページの下部*/
/*
よくある質問ページのみのスタイル
****************************************************************************/
/*よくある質問ページ全体
**************************************/
/*よくある質問ページの上部*/
/*よくある質問ページの中部*/
/*よくある質問ページの下部*/
.section_faq {
  max-width: 900px;
  margin: 50px auto 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 50px;
}

.section_faq dl {
  width: 100%;
}

.section_faq dl dt,
.section_faq dl dd {
  width: 100%;
  margin: 0;
  padding: 0 0 0 40px;
}

.section_faq dl dt {
  margin-bottom: 10px;
  line-height: 40px;
  min-height: 40px;
  background: url("../images/content/qa/qa_q.png") no-repeat left top 5px;
  color: #00b7e2;
  font-family: "M PLUS 1p";
  font-size: 2rem;
  font-weight: 600;
}

.section_faq dl dd {
  margin-bottom: 40px;
  line-height: 1.7;
  background: url("../images/content/qa/qa_a.png") no-repeat left top 5px;
  font-size: 1.5rem;
}

@media screen and (max-width: 479px) {
  .section_faq {
    padding: 40px 20px;
  }
}


/*
記事のスタイル
****************************************************************************/
/*記事
**************************************/
.normal {
  padding-top: 45px;
}

.normal .post-wrap {
  width: 840px;
  margin: 0 auto;
}

.normal .post {
  overflow: hidden;
}

.normal .single-post,
.normal .archive-post {
  padding: 30px;
  box-sizing: border-box;
  margin: 0;
}

.post-works {
  border: 2px solid #53cadf;
}

.post-news {
  border: 2px solid #fa7f9c;
}

.entry-header {
  border-bottom: 2px solid #ddd;
}

.entry-thumbnail {
  padding: 20px 0;
}

.entry-thumbnail img {
  width: auto;
  max-width: auto;
  height: 300px;
  border: 1px solid #dfdfdf;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.entry-content {
  padding: 20px 0;
}

.post-title {
  font-size: 2.6rem;
  margin-bottom: 10px;
}

.post-title:after {
  content: "";
  clear: both;
  display: block;
}

.post-title a {
  color: #333;
}

.post-title span {
  float: right;
  display: inline-block;
}

.post-title span a {
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.2rem;
}

.post-title span.cat-works a {
  background: #53cadf;
}

.post-title span.cat-works a:hover {
  background: rgba(83, 202, 223, 0.8);
}

.post-title span.cat-news a {
  background: #fa7f9c;
}

.entry-footer {
  border-top: 2px solid #ddd;
  text-align: right;
}

.archive + .archive {
  margin-top: 50px;
}

.paging {
  padding: 20px 0;
}

.paging .next {
  width: 50%;
  float: left;
}

.paging .prev {
  width: 50%;
  float: right;
  text-align: right;
}

.paging a {
  box-sizing: border-box;
  background: #fbbf3e;
  padding: 10px 12px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
}

.wp-pagenavi {
  width: 840px;
  padding: 30px 0;
  margin: 0 auto;
}

.wp-pagenavi a {
  background: #faae0c;
  padding: 10px 12px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
}

.wp-pagenavi a:hover {
  background: #fcd070;
  color: #fff;
}

.wp-pagenavi span {
  background: #fbbf3e;
  padding: 10px 12px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
}

@media screen and (max-width: 991px) {
  .normal .post-wrap {
    width: auto;
  }
}

/*
お問い合わせ・資料請求ページのみのスタイル
****************************************************************************/
/*お問い合わせ・資料請求ページ全体
**************************************/
.contact .section_white {
  margin: 50px auto 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 50px 100px;
}

.contact h3 {
  border-bottom: 10px solid #fffaac;
}

.contact [type="text"],
.contact [type="email"],
.contact [type="url"],
.contact [type="tel"],
.contact textarea {
  width: 100%;
  max-width: 100%;
  /*min-width: 100%;*/
  border-color: #ccc;
}

.contact [type="text"].tel {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
}

.contact [type="submit"],
.contact [type="submit"].back {
  background: #faae0c;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  text-align: center;
}

.contact [type="submit"].back {
  background: #aaa;
}

.contact th {
  white-space: nowrap;
  text-align: right;
  font-weight: 400;
}

.contact .mw_wp_form_preview td span {
  display: none;
}

.mw_wp_form table.sample-site {
  margin: 0 0 30px;
}

.mw_wp_form table.sample-site tr {
  border-bottom: 1px dashed #ccc;
}

.mw_wp_form table.sample-site th,
.mw_wp_form table.sample-site td {
  padding: 15px 10px;
}

.mw_wp_form table.sample-site th {
  text-align: center;
  padding: 0 10px;
  font-weight: 700;
}

.mw_wp_form table.sample-site td {
  width: 100%;
  padding: 25px 10px 15px;
  line-height: 1.5;
}

.mw_wp_form table.sample-site td .mwform-checkbox-field-text {
  padding: 0 0 0 5px;
}

.mw_wp_form table.sample-site td {
  /*width: 100%;*/
  box-sizing:border-box;
}

.mw_wp_form table.sample-site td label span.mwform-radio-field-text {
  padding: 0 0 0 20px;
}

.mw_wp_form table.sample-site td.cl-color img {
  vertical-align: top;
  margin: 5px 0 10px;
}

.mw_wp_form table.sample-site input {
  box-sizing:border-box;
  padding: 2px 0 2px 6px;
  margin: 0;
}

.mw_wp_form table.sample-site td input.cl-color,
.mw_wp_form table.sample-site td input.addr {
  width: 15%;
  margin: 0 0 10px;
}

.mw-wp-form_image img {
  width: 20%;
  box-sizing:border-box;
}

.mw_wp_form table.sample-site td table.medical-time td label span.mwform-radio-field-text {
  font-size: 2.0rem;
  font-weight: 700;
  padding: 0 0 0 20px;
}

.mw_wp_form table.sample-site td table.medical-time {
  width: 100%;
  margin: 0 0 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.mw_wp_form table.sample-site td table.medical-time td {
  width: 40%;
  padding: 15px 2px;
  border-right: 1px solid #ccc;
}

.mw_wp_form table.sample-site td table.medical-time tr {
  border-bottom: 1px solid #ccc;
}
.mw_wp_form table.sample-site td table.medical-time th,
.mw_wp_form table.sample-site td table.medical-time th.jikantai,
.mw_wp_form table.sample-site td table.medical-time th.jikantai-ttl {
  /*display: inline-block;*/
  width: 20%;
  padding: 20px;
  margin: 0;
  text-align: center;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 479px) {
  .contact .section_white {
    padding: 40px 20px;
  }

  .contact table th, .contact table td {
    display: block;
    width: 95%;
    padding: 0;
    text-align: left;
  }

  .contact table td {
    margin-bottom: 20px;
  }

  .contact table [type="text"],
  .contact table [type="email"],
  .contact table textarea {
    width: 100%;
    max-width: 90%;
  }
}


/**
 * horizontal style of radio and checkbox
 */
.mw_wp_form .horizontal-item {
	margin-left: 10px;
}


/*--------------------------------------------------------------
  ラジオボタン・チェックボックススタイル
--------------------------------------------------------------*/

.mwform-radio-field input[type='radio'] {/* はじめに＜input＞タグの表示を消します*/
  display: none;
}

.mwform-radio-field input[type='radio'] + span {/* ＜span＞タグのスタイル（各項目幅や余白など） */
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.mwform-radio-field input[type='radio'] + span::before {/* チェックボックスの大きさや形のスタイル */
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.mw_wp_form table.sample-site td table.medical-time td span.mwform-radio-field input[type='radio'] + span::before {/* チェックボックスの大きさや形のスタイル */
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.mwform-radio-field input[type='radio'] + span {/* 各項目のテキストカラー */
  /*color: #2cac44;*/
}

.mwform-radio-field input[type='radio']:checked + span::after {/* 選択時のチェックボックススタイル */
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #2e98f0;
  border-radius: 50%;
}

.mw_wp_form table.sample-site td table.medical-time td span.mwform-radio-field input[type='radio']:checked + span::after {/* 選択時のチェックボックススタイル */
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #2e98f0;
  border-radius: 50%;
}

.mwform-checkbox-field input[type='checkbox'].cb-style {/* はじめに＜input＞タグの表示を消します*/
  display: none;
}

.mwform-checkbox-field input[type='checkbox'].cb-style + span {/* ＜span＞タグのスタイル（各項目幅や余白など） */
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.mwform-checkbox-field input[type='checkbox'].cb-style + span::before {/* チェックボックスの大きさや形のスタイル */
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
}

.mwform-checkbox-field input[type='checkbox'].cb-style:checked + span {/* 各項目のテキストカラー */
  /*color: #2cac44;*/
}

.mwform-checkbox-field input[type='checkbox'].cb-style:checked + span::after {/* 選択時のチェックボックススタイル */
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 8px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 4px solid #2cac44;
  border-right: 4px solid #2cac44;
  border-radius: 3px;
}

.contact-comp h3 {
	font-size: 2.2rem;
  text-align: center;
  background: #fff2c9;
  padding: 20px 0;
  border-radius: 3px;
  font-weight: 400;
  margin: 20px 0 30px;
	border-bottom: none;
}

.contact-comp p {
	text-align: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.contact-comp img {
  display: block;
  text-align: center;
  margin: 0 auto 70px;
}

.contact-top-btn {
  width: 30%;
  background: #eee;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
  line-height: 3;
}

@media screen and (max-width: 479px) {

  .mw_wp_form table.sample-site [type="text"].tel {
    width: 30%;
    max-width: 30%;
    min-width: 20%;
  }

  /*.mw_wp_form table.sample-site tr:nth-child(10) {
    border-bottom: none;
  }*/

  .mw_wp_form table.sample-site th {
    width: 100%;
    font-weight: 700;
    text-align: center;
    padding: 15px 10px 5px;
  }

  .mw_wp_form table.sample-site td {
    padding: 5px 0;
  }

  .mw_wp_form table.sample-site td input {
    width: 100%;
  }

  .mw_wp_form table.sample-site td table.medical-time {
    display: block;
  }

  .mw_wp_form table.sample-site td input.site-font {
    width: 5%;
  }

  .mw_wp_form table.sample-site td input.cl-color,
  .mw_wp_form table.sample-site td input.addr {
    width: 50%;
    margin: 0 0 20px;
  }

  .mw_wp_form table.sample-site td input.cl-photo {
    width: 90%;
    margin: 0 0 10px;
  }

  .mw_wp_form table.sample-site td table.medical-time {
    width: 100%;
    margin: 0 0 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .mw_wp_form table.sample-site td table.medical-time th,
  .mw_wp_form table.sample-site td table.medical-time th.jikantai,
  .mw_wp_form table.sample-site td table.medical-time th.jikantai-ttl {
    display: inline-block;
    width: 20%;
    padding: 15px 2px;
    margin: 0;
    text-align: center;
    border-right: 1px solid #ccc;
  }

  .mw_wp_form table.sample-site td table.medical-time th.time-ttl {
    display: inline-block;
    width: 40%;
    padding: 15px 2px;
    margin: 0;
    text-align: center;
    border-right: 1px solid #ccc;
  }

  .mw_wp_form table.sample-site td table.medical-time th.jikantai,
  .mw_wp_form table.sample-site td table.medical-time th.jikantai-ttl {
    padding: 25px 2px;
  }

  .mw_wp_form table.sample-site td table.medical-time td {
    display: inline-block;
    width: 40%;
    padding: 6px 2px;
    margin: 0;
    border-right: 1px solid #ccc;
  }

  .mw_wp_form .horizontal-item + .horizontal-item {
  	margin-left: 1px;
  }

  .mw_wp_form table.sample-site td span.mwform-radio-field label {
    width: 100%;
  }

  .mw_wp_form table.sample-site td span.mwform-checkbox-field label {
    font-size: 1.6rem;
    width: 40%;
  }

  .mw_wp_form table.sample-site td span.mwform-checkbox-field:nth-child(34) label {
    width: 100%;
  }

  .mw_wp_form table.sample-site td span.mwform-checkbox-field label input.subject-name {
    width: 10%;
  }

  .mw_wp_form table.sample-site td span.mwform-checkbox-field:nth-child(34) label input.subject-name {
    width: 4%;
  }

  .mw_wp_form table.sample-site td table.medical-time td label input {
    width: 20%;
  }

  .mw_wp_form table.sample-site td table.medical-time td span.mwform-radio-field label {
    width: 40%;
  }

  .mw_wp_form table.sample-site td span.mwform-radio-field.horizontal-item {
    width: 50%;
  	margin-left: 0;
  }

  .mw_wp_form table.sample-site td span.mwform-radio-field.horizontal-item + .horizontal-item {
    width: 50%;
  	margin-left: 0;
  }
}


/*お問い合わせ・資料請求ページの上部*/
/*お問い合わせ・資料請求ページの中部*/
/*お問い合わせ・資料請求ページの下部*/
/*
パーツやその他どれにも当てはまらないスタイル
****************************************************************************/
/*
リンクのスタイル
****************************************************************************/
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

/*
見出しのスタイル
****************************************************************************/
.tit-marker {
  text-align: center;
}

.tit-marker span {
  display: inline-block;
  padding: 0 10px;
  font-size: 2.6rem;
  background: -webkit-linear-gradient(transparent 70%, #fffaac 70%);
  background: -o-linear-gradient(transparent 70%, #fffaac 70%);
  background: linear-gradient(transparent 70%, #fffaac 70%);
}

/*
テキストのスタイル
****************************************************************************/
.txt-sb {
  font-weight: 600;
}

.txt-b {
  font-weight: 800;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.txt-small {
  font-size: 1.2rem;
}

.txt-18 {
  font-size: 1.8rem;
}

.txt-20 {
  font-size: 2rem;
}

.txt-24 {
  font-size: 2.4rem;
}

.txt-28 {
  font-size: 2.8rem;
}

.txt-32 {
  font-size: 3.2rem;
}

.txt-36 {
  font-size: 3.6rem;
}

.txt-atte {
  color: #b30000;
}

.txt-main {
  color: #fbbf3e;
}

.txt-accent {
  color: #fa7f9c;
}

.txt-sub {
  color: #b4b4b4;
}

/*
フロートのスタイル
****************************************************************************/
.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

/*
ボックスのスタイル
****************************************************************************/
.main-footer .main-footer-bottom .banner .wrap {
	display: flex;
	justify-content: center;
}

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

.wrap .inner {
  float: none;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.wrap .inner2,
.wrap .inner3,
.wrap .inner3-1,
.wrap .inner3-2 {
  float: left;
  margin-right: 2%;
}

.wrap .inner2 {
  width: 49%;
}

.wrap .inner2.last {
  margin-right: 0;
}

.wrap .inner3 {
  width: 32%;
}

.wrap .inner3.last {
  margin-right: 0;
}

.wrap .inner3-1 {
  width: 32%;
  margin-bottom: 35px;
}

.wrap .inner3-1.last {
  margin-right: 0;
}

.wrap .inner3-2 {
  width: 66%;
}

.wrap .inner3-2.last {
  margin-right: 0;
}

@media screen and (max-width: 479px) {
  .wrap .inner2,
  .wrap .inner3,
  .wrap .inner3-1,
  .wrap .inner3-2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=originalstyle.css.map */



.consent {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
  line-height: 2;
}

.mw_wp_form .required {
    color: red;
    margin-left: 3px;
    font-weight: 700;
}

.mw_wp_form .text-small {
    font-size: 1.2rem;
}

.privacy__link {
  color: #2ac9a4;
}

.privacy__link:hover {
  text-decoration: underline;
}

.personal-info-wrap {
  padding: 80px 80px 60px;
}

.personal-info-list {
  margin-bottom: 70px;
}

.personal-info-list p {
  margin-bottom: 30px;
}

.personal-info-list table {
  border: 1px solid #ccc;
}

.personal-info-list table tr {
  border-bottom: 1px solid #ccc;
}

.personal-info-list table tr:nth-child(odd) {
  background-color: #fff;
}

.personal-info-list table th {
  text-align: center;
  padding: 10px;
  background-color: #eee;
  border-right: 1px solid #ccc;
}

.personal-info-list table td {
  padding: 10px 15px;
  border-right: 1px solid #ccc;
}

.personal-info-list h4 {
  font-size: 1.7rem;
  color: #111;
  margin-bottom: 7px;
  padding: 0 15px;
}

.personal-info-list h4 {
  padding: 0;
}

.personal-info-list ul li,
.personal-info-list ol li {
  list-style: inherit;
}

.personal-info-list dl dd {
  margin: 0;
  line-height: 1.6;
  padding: 0 15px;
}

.fa-caret-right {
  margin-right: 5px;
  color: #0d5c41;
}

.soudan {
  padding: 30px 0 1px;
  background-color: #f3f3f3;
}

.soudan p span {
  font-weight: 700;
}

.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.margin-0 {
  margin: 0;
}

/*--------------------------------------------------------------
	チェックボックススタイル
--------------------------------------------------------------*/

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}

.mw_wp_form table td .mwform-checkbox-field {
	line-height: 2.2;
}

.mw_wp_form table td .mwform-checkbox-field label {
	display: inline-block;
}

.mwform-checkbox-field input[type='checkbox'] {/* はじめに＜input＞タグの表示を消します*/
	display: none;
}

.mwform-checkbox-field input[type='checkbox'] + span {/* ＜span＞タグのスタイル（各項目幅や余白など） */
	padding-left: 23px;
	position: relative;
	/* margin-right: 20px; */
}

.mwform-checkbox-field input[type='checkbox'] + span::before {/* チェックボックスの大きさや形のスタイル */
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
}

.mwform-checkbox-field input[type='checkbox']:checked + span {/* 各項目のテキストカラー */
	/*color: #3cc8c3;*/
}

.mwform-checkbox-field input[type='checkbox']:checked + span::after {/* 選択時のチェックボックススタイル */
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 9px;
	height: 15px;
	transform: rotate(40deg);
	border-bottom: 4px solid red;
	border-right: 4px solid red;
	border-radius: 3px;
}

@media screen and (min-width: 1201px) {
  .h3 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .table th, .table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  input[class="contact_dial"] {
    width: 25% !important;
    box-sizing: border-box;
  }
}
