@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-family: ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  box-sizing: border-box;
}
body {
  text-align: center;
}
img {
  border: none;
}
header, section, nav, aside, footer, article, time, main {
  display: block;
}
body.green, body.green nav#tab ul li a.current {
  background: #006c44;
}
body.green nav#tab {
  border-bottom: solid 5px #006c44;
}
body.green nav#tab ul li:first-child strong {
  color: #006c44;
}
body.green footer nav:first-child ul, body.green aside section h4, body.green .click, body.green .click2 {
  background-color: #006935;
}
body.green main section table thead th {
  background-color: #9F9;
}
body.green main section table tbody th {
  background-color: #CFC;
}
body.green main section ul {
  border: solid 2px #006c44;
}
body.green main section ul li:before {
  color: #006c44; /*アイコン色*/
}
body.green main section ul li:after {
  background: #006c44;
}
body.green main section h2 {
  background: #006c44;
}
body.green main section h2:after {
  border-color: #006c44 transparent transparent transparent;
}
body.green main section h3 {
  background: #006c44;
}
body.green main section .marker {
  background: linear-gradient(transparent 75%, #66FFCC 90%);
  font-weight: bolder;
}
body.green .mfp_achroma {
  background-color: #CCFFCC;
}
body.green div#burgerMenu {
  color: #006c44;
  border: solid 2px #006c44;
}
body.blue, body.blue nav#tab ul li a.current {
  background: #0000cd;
}
body.blue nav#tab {
  border-bottom: solid 5px #0000cd;
}
body.blue nav#tab ul li:first-child strong {
  color: #0000cd;
}
body.blue footer nav:first-child ul, body.blue aside section h4, body.blue .click, body.blue .click2 {
  background-color: #1D2087;
}
body.blue main section table thead th {
  background-color: #99FFFF;
}
body.blue main section table tbody th {
  background-color: #CCFFFF;
}
body.blue main section ul {
  border: solid 2px #0000cd;
}
body.blue main section ul li:before {
  color: #0000cd; /*アイコン色*/
}
body.blue main section ul li:after {
  background: #0000cd;
}
body.blue main section h2 {
  background: #0000cd;
}
body.blue main section h2:after {
  border-color: #0000cd transparent transparent transparent;
}
body.blue main section h3 {
  background: #0000cd;
}
body.blue main section .marker {
  background: linear-gradient(transparent 75%, #66ccff 90%);
  font-weight: bolder;
}
body.blue .mfp_achroma {
  background-color: #EEFDFF;
}
body.blue div#burgerMenu {
  color: #0000cd;
  border: solid 2px #0000cd;
}
body.red, body.red nav#tab ul li a.current {
  background: #FF0000;
}
body.red nav#tab {
  border-bottom: solid 5px #FF0000;
}
body.red nav#tab ul li:first-child strong {
  color: #FF0000;
}
body.red footer nav:first-child ul, body.red aside section h4, body.red .click, body.red .click2 {
  background-color: #E73828;
}
body.red main section table thead th {
  background-color: #FF9999;
}
body.red main section table tbody th {
  background-color: #FFCCCC;
}
body.red main section ul {
  border: solid 2px #FF0000;
}
body.red main section ul li:before {
  color: #FF0000; /*アイコン色*/
}
body.red main section ul li:after {
  background: #FF0000;
}
body.red main section h2 {
  background: #FF0000;
}
body.red main section h2:after {
  border-color: #FF0000 transparent transparent transparent;
}
body.red main section h3 {
  background: #FF0000;
}
body.red main section .marker {
  background: linear-gradient(transparent 75%, #ff66ff 90%);
  font-weight: bolder;
}
body.red .mfp_achroma {
  background-color: #FCEAE6;
}
body.red div#burgerMenu {
  color: #E73828;
  border: solid 2px #E73828;
}
body.orange, body.orange nav#tab ul li a.current {
  background: #FF6633;
}
body.orange nav#tab {
  border-bottom: solid 5px #FF6633;
}
body.orange nav#tab ul li:first-child strong {
  color: #FF6633;
}
body.orange footer nav:first-child ul, body.orange aside section h4, body.orange .click, body.orange .click2 {
  background-color: #E95513;
}
body.orange main section table thead th {
  background-color: #FF9933;
}
body.orange main section table tbody th {
  background-color: #FFCC99;
}
body.orange main section ul {
  border: solid 2px #FF6633;
}
body.orange main section ul li:before {
  color: #FF6633; /*アイコン色*/
}
body.orange main section ul li:after {
  background: #FF6633;
}
body.orange main section h2 {
  background: #FF6633;
}
body.orange main section h2:after {
  border-color: #FF6633 transparent transparent transparent;
}
body.orange main section h3 {
  background: #FF6633;
}
body.orange main section .marker {
  background: linear-gradient(transparent 75%, #ffbb00 90%);
  font-weight: bolder;
}
body.orange .mfp_achroma {
  background-color: #fffddd;
}
body.orange div#burgerMenu {
  color: #FF6633;
  border: solid 2px #FF6633;
}
div#wrapper {
  width: 970px;
  padding-top: 60px;
  margin: 0px auto;
  background: #FFF;
  position: relative;
}
div#wrapper img {
  max-width: 100%;
}
nav#tab {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #FFF;
}
nav#tab ul {
  width: 970px;
  margin: 0px auto;
  text-align: left;
  padding: 15px 15px 0 15px;
}
nav#tab ul li {
  display: inline-block;
}
nav#tab ul li a {
  display: inline-block;
  background: url(_images/tab.png) repeat-x left bottom #E5E5E5;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  color: #000;
  padding: 8px 10px;
  line-height: 1em;
  font-size: 14px;
  box-shadow: 0px 1px 5px #000 inset;
}
nav#tab ul li a.current {
  color: #FFF;
  box-shadow: none;
}
nav#tab ul li a:hover {
  background: #FFF;
}
nav#tab ul li:first-child {
  float: right;
  font-size: 14px;
  margin-top: 0px;
}
nav#tab ul li:first-child strong {
  font-size: 24px;
  line-height: 1em;
  display: inline-block;
  padding-left: 0.2em;
}
nav#tab ul li:first-child a {
  background: none;
  box-shadow: none;
  font-size: 18px;
}
nav#global {
  padding: 10px;
  position: absolute;
  top: 350px;
  left: 0px;
}
nav#global ul {
  border-radius: 5px;
  box-shadow: 0px 1px 5px #000;
}
nav#global ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
nav#global ul li {
  float: left;
  width: 190px;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}
nav#global ul li a {
  display: block;
  border-right: solid 1px rgba(255, 255, 255, 0.4);
  border-left: solid 1px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  line-height: 1em;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-weight: bolder;
  text-shadow: 0px 1px 3px #000;
}
nav#global ul li a:hover {
  opacity: 0.7;
}
nav#global ul li:first-child {
  border-left: solid 1px #FFF;
  border-radius: 5px 0 0 5px;
}
nav#global ul li:last-child {
  border-right: solid 1px #FFF;
  border-radius: 0 5px 5px 0;
}
nav#global ul li:first-child a {
  border-left: none;
  border-radius: 5px 0 0 5px;
}
nav#global ul li:last-child a {
  border-right: none;
  border-radius: 0 5px 5px 0;
}
nav#global ul li a#nav_1 {
  background: url(_images/nav_1.jpg) repeat-x center center;
  background-size: 100% auto;
}
nav#global ul li a#nav_2 {
  background: url(_images/nav_2.jpg) repeat-x center center;
  background-size: 100% auto;
}
nav#global ul li a#nav_3 {
  background: url(_images/nav_3.jpg) repeat-x center center;
  background-size: 100% auto;
}
nav#global ul li a#nav_4 {
  background: url(_images/nav_4.jpg) repeat-x center center;
  background-size: 100% auto;
}
nav#global ul li a#nav_5 {
  background: url(_images/nav_5.jpg) repeat-x center center;
  background-size: 100% auto;
}
header {
  padding-bottom: 60px;
}
aside {
  float: left;
  width: 190px;
  margin: 0 15px;
  text-align: left;
}
aside address {
  font-style: normal;
  font-size: 12px;
  color: #333;
}
aside address strong {
  display: block;
  font-size: 18px;
}
aside section {
  padding: 10px 0;
}
aside section h4 {
  color: #FFF;
  border-radius: 5px;
  line-height: 1em;
  font-size: 14px;
  padding: 0.7em 1em 0.5em 2.5em;
  background-image: url(_images/disc.png);
  background-position: 0.5em center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
aside section ul {
  padding: 2px 0;
}
aside section ul li {
  font-size: 12px;
  padding: 2px 0;
}
aside section ul li:before {
  content: "┣";
}
aside section ul li:last-child:before {
  content: "┗";
}
aside section ul li a {
  display: inline-block;
  padding: 0 0.5em;
  color: #0066FF;
  text-decoration: none;
}
aside section ul li a:hover {
  color: #FF0000;
  text-decoration: underline;
}
main {
  float: right;
  width: 720px;
  min-height: 640px;
  margin: 0 20px 0 10px;
  text-align: left;
}
main section {
  padding-bottom: 30px;
}
main section h2 {
  font-size: 153.9%;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 10px solid #ff0000;
  position: relative;
  padding: 15px 10px 15px 10px;
  color: #fff;
  border-radius: 5px;
}
main section h2:after {
  position: absolute;
  bottom: -9px;
  left: 2em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
}
main section h3 {
  font-size: 120%;
  position: relative;
  color: white;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}
main section h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left: 0.5em; /*左端からのアイコンまでの距離*/
}
main section h4 {
  font-size: 120%;
  padding: 0.5em; /*文字周りの余白*/
  color: #494949; /*文字色*/
  background: #fffaf4; /*背景色*/
  border-left: solid 8px #ffaf58; /*左線（実線 太さ 色）*/
}
main section h5 {
  font-size: 120%;
  position: relative;
  color: #fff;
  border-radius: 5px;
  background: #B47700;
  border-left: solid 8px #ff0000;
  line-height: 1;
  padding: 12px 10px 10px 40px;
  margin: 20px;
  margin-bottom: 15px;
}
main section h5:before {
  /*リストのアイコン*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f135";
  position: absolute;
  left: 10px; /*左端からのアイコンまでの距離*/
}
main section h5 span {
  float: right;
}
main section h6 {
  font-size: 120%;
  margin-bottom: 20px;
  border-bottom: 1px dotted;
  margin: 0px 50px 0px 50px;
}
main section h6:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f51f";
  padding: 0px 10px 0px 0px;
}
main section .space20 {
  padding-left: 20px;
  padding-right: 20px;
}
main section .space50 {
  padding-left: 50px;
  padding-right: 50px;
}
main section table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
main section table th, main section table td {
  border: solid 1px #000;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bolder;
  background-color: #FFFFFF;
}
main section table.borderless th, main section table.borderless td {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px;
  border: none;
  padding: 0px 0px;
  background: #FFF;
}
main section table.borderless th img, main section table.borderless td img {
  display: block;
}
main section img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
main section table th span, main section table td span {
  font-size: 20px;
  font-weight: bolder;
}
main section ul {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
}
main section ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
}
main section ul li:before {
  /*リストのアイコン*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 1em; /*左端からのアイコンまでの距離*/
  color: #ffb03f; /*アイコン色*/
}
main section ul li:after {
  /*タブ*/
  background: #ffb03f;
  color: #fff;
  font-family: "Font Awesome 5 Free", 'Avenir', 'Arial', sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  Check'; /*アイコンコード＋文字*/
  letter-spacing: 0.05em; /*字間*/
}
main section div.list ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #ffb107;
}
main section div.list ol li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
main section div.list ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
main section div.list ol li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}
main section .kakomi-maru4 {
  position: relative;
  margin: 0 0 0 auto; /* 中央margin: 2em auto右寄せmargin:0 0 0 auto */
  padding: 1.2em;
  width: 80%;
  border: 2px solid #ff9ece; /* 枠線の太さ・色 */
  color: #555555; /* 文字色 */
  background-color: #fff;
  box-shadow: 2px 2px 1px #c7c7c7; /* 影の色 */
  border-radius: 8px; /* 角の丸み */
  text-align: left;
}
main section .title-maru4 {
  position: absolute;
  right: 20px; /*（left）に変更すると左 */
  top: -15px;
  padding: 0 .5em;
  font-weight: bold;
  font-size: 1.1em;
  color: #ff9ece; /* タイトル色 */
  background-color: #fff;
}
/* タブ　タイトル枠　2 */
main section .kakomi-tab2 {
  position: relative;
  margin: 3em 0 auto 0;
  padding: 1.2em 1em 1em;
  width: 80%;
  background-color: #fff; /*BOX背景色 */
  border: 2px solid #009E96; /* 枠線の太さ・色 */
  box-shadow: 2px 2px 2px #ccc; /* 影の色 */
  text-align: left;
}
main section .title-tab2 {
  position: absolute;
  display: inline-block;
  top: -28px; /*タブ調整 */
  left: -2px; /*タブ調整 */
  padding: 1px 10px;
  height: 26px;
  font-weight: bold;
  color: #fff; /* タイトル色 */
  background-color: #009E96; /* タイトル背景色 */
  border-radius: 8px 8px 0 0;
} /* <div class="kakomi-tab2"><span class="title-tab2">タイトル</span>テキスト</div> */
/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
  margin-bottom: 2em;
  position: relative;
}
.balloon:before, .balloon:after {
  clear: both;
  content: "";
  display: block;
}
.balloon figure {
  width: 100px;
  height: 100px;
}
.balloon-image-left {
  float: left;
  margin-right: 20px;
}
.balloon-image-right {
  float: right;
  margin-left: 20px;
}
.balloon figure img {
  width: 100%;
  height: 100%;
  border: 0px solid #ffffff;
  border-radius: 50%;
  margin: 0;
}
.balloon-image-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
}
.balloon-text-right, .balloon-text-left {
  position: relative;
  padding: 10px;
  border: 0px solid;
  border-radius: 10px;
  max-width: -webkit-calc(100% - 120px);
  max-width: calc(100% - 120px);
  display: inline-block;
}
.balloon-text-right {
  font-size: 20px;
  background-color: #fffacd;
}
.balloon-text-left {
  font-size: 20px;
  background-color: #fffacd;
}
.balloon-text-right {
  float: left;
}
.balloon-text-left {
  float: right;
}
.balloon p {
  margin: 0 0 20px;
}
.balloon p:last-child {
  margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fffacd;
  top: 15px;
  left: -20px;
}
.balloon-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fffacd;
  top: 15px;
  left: -19px;
}
.balloon-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fffacd;
  top: 15px;
  right: -20px;
}
.balloon-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fffacd;
  top: 15px;
  right: -19px;
}
footer {
  clear: both;
}
footer p {
  font-size: 12px;
  padding: 15px;
  text-align: center;
}
footer nav:first-child {
  padding: 10px;
}
footer nav:first-child ul {
  text-align: left;
  border-radius: 5px;
  padding: 10px;
}
footer nav:first-child ul li {
  display: inline-block;
}
footer nav:first-child ul li a {
  display: block;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  line-height: 1em;
  padding: 5px 10px;
  border-right: solid 1px #FFF;
  font-weight: bolder;
}
footer nav:first-child ul li a:hover {
  text-decoration: underline;
}
footer nav:first-child ul li:last-child a {
  border: none;
}
footer nav.sub {
  padding: 0 10px;
}
footer nav.sub ul {
  text-align: right;
}
footer nav.sub ul li {
  display: inline-block;
}
footer nav.sub ul li a {
  border-right: solid 1px #000;
  display: block;
  font-size: 14px;
  color: #0066FF;
  line-height: 1em;
  padding: 5px 10px;
  font-weight: bolder;
}
footer nav.sub ul li:last-child a {
  border: none;
}
.click {
  width: 190px;
  height: 210px;
  display: block;
  background-image: url(_images/click.png);
  text-indent: -5000px;
  border-radius: 5px;
}
.click:hover {
  background-position: 0 -210px;
}
.click2 {
  width: 190px;
  height: 320px;
  display: block;
  background-image: url(_images/estimate.png);
  text-indent: -5000px;
  border-radius: 5px;
}
div.youtube {
  width: 100%;
  height: auto;
  position: relative;
}
div.youtube:before {
  content: " ";
  display: block;
  padding-top: 56%;
}
div.youtube iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div#burgerMenu {
  display: none;
}
body {
  overflow-x: hidden;
}
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}
div#mfp_hidden input {
  margin: 10px;
}
div.mfp_thanks {
  padding: 30px;
}
div.mfp_thanks p {
  line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
  margin: 0px;
  padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
  display: block;
  color: #C00;
  margin: 0px;
  padding: 5px 0px;
}
div#mfp_thanks {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}
div#mfp_thanks strong {
  color: #C00;
  font-size: 24px;
}
form#mailformpro {
  padding: 10px 0px;
}
form#mailformpro dl dt {
  float: left;
  width: 160px;
  clear: both;
  font-size: 12px;
  padding: 10px 0px;
  text-align: right;
  border-top: solid 1px #CCC;
  margin: 0px;
}
form#mailformpro dl dd {
  border-top: solid 1px #CCC;
  margin: 0px;
  padding: 10px 5px 20px 170px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}
form#mailformpro dl dd ul, form#mailformpro dl dd ol {
  margin: 0px;
  padding: 0px;
}
form#mailformpro dl dd ul li, form#mailformpro dl dd ol li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.must {
  display: block;
  background-color: #C00;
  border: solid 2px #C00;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}
.optionally {
  display: block;
  background-color: #06C;
  border: solid 2px #06C;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}
form#mailformpro label {
  border-radius: 3px;
  margin: 3px;
  display: inline-block;
  white-space: nowrap;
}
form#mailformpro label.mfp_checked {
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #FFC;
  box-shadow: 0px 1px 3px #CCC inset;
}
form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: solid 1px #EEE;
}
table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
  background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
  background-color: #FFF;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 12px;
  border-top: solid 1px #CCC;
  padding: 5px 10px;
}
table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 200px;
}
table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all;
}
div#mfp_phase_confirm {
  clear: both;
}
div#mfp_phase_confirm h4 {
  font-size: 36px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {}
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}
div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}
div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}
div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}
div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}
.mfp_colored {
  background-color: #FFF;
}
.mfp_achroma {
  background-color: #FFF;
}
div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #F00;
  font-size: 12px;
  line-height: normal;
  background-image: url(_images/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.mfp_parent_error {
  border: solid 2px #F00;
}
.problem {
  background-color: #FCC;
}
div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}
div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}
div#mfp_error p strong {
  font-size: 18px;
  color: #F00;
}
div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}
div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}
div#mfp_warning p strong {
  font-size: 18px;
  color: #F00;
}
div#mfp_price {
  color: #C00;
  font-size: 36px;
  padding: 10px;
  font-weight: bolder;
}
div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}
button.mfp_next, button.mfp_prev {
  font-size: 18px;
  margin: 10px;
  padding: 5px 10px;
}
button.mfp_next {
  float: right;
}
button.mfp_prev {
  float: left;
}
ul#mfp_phase_stat {
  padding: 10px;
  text-align: center;
}
ul#mfp_phase_stat li {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 0px 5px;
  list-style: none;
  font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
  box-shadow: none;
  color: #999;
  padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
  box-shadow: 0px 1px 6px #000;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #0068B7;
  border: solid 2px #0068B7;
  font-weight: bolder;
  color: #FFF;
  text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #EEE;
  border: solid 2px #EEE;
  color: #999;
  box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
  border: solid 1px #CCC;
  margin: 0px;
  padding: 0px;
}
div#mfp_shopping_cart p {
  margin: 0px;
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
  background-color: #FEE;
}
table.mfp_shoppingcart {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
table.mfp_shoppingcart thead tr td {
  background-color: #EEE;
  border-bottom: solid 1px #CCC;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}
table.mfp_shoppingcart tbody tr th, table.mfp_shoppingcart tbody tr td {
  font-size: 12px;
  padding: 5px;
  border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
  display: block;
  margin: 0px auto;
  text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
  text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  color: #666;
  padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
  padding: 5px;
  font-size: 16px;
  font-weight: bolder;
  color: #900;
}
td.msc_price {
  font-size: 12px;
  text-align: right;
}
div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}
div.mfp_buttons button#mfp_button_send {}
div.mfp_buttons button#mfp_button_cancel {}
.imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}
.mfp_element_all {
  max-width: 100%;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
}
.mfp_element_checkbox, .mfp_element_radio {
  vertical-align: middle;
  margin: 0px 2px;
}
.mfp_element_file {
  font-size: 12px;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  border-radius: 5px;
  padding: 5px 10px;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
  background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
  background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
  background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
  text-shadow: 0px 2px 0px #FFF;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}
.mfp_element_reset {
  color: #333;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  background: gradient(linear, center top, center bottom, from(#F7F7F7), to(#7ECEF4));
  background: -webkit-gradient(linear, center top, center bottom, from(#F7F7F7), to(#7ECEF4));
  background: -moz-linear-gradient(top, #F7F7F7, #7ECEF4);
  background: -ms-linear-gradient(top, #F7F7F7 0%, #7ECEF4 100%);
  box-shadow: 0px 2px 15px #7ECEF4;
}
button.mfp_next, button.mfp_prev {
  font-size: 14px;
}
input#mfp_reserve_item, input#mfp_reserve_date {
  display: none;
}
div#mfp_reserve_wrapper {
  position: relative;
  overflow: hidden;
  border: solid 1px #CCC;
}
div#mfp_reserve_inner {
  position: relative;
  padding: 0px 0px 0px 100px;
  overflow: auto;
}
div#mfp_reserve_wrapper table {
  border-spacing: 0px;
  border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  background-color: #FEE;
  z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
  padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active, div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
  cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover, div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
  background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
  background-color: #0068B7;
  color: #FFF;
}
td.mfp_reserve_disabled {
  background-color: #CCC;
}
td.mfp_reserve_warning {
  background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td, div#mfp_reserve_wrapper table tr th {
  border: solid 1px #CCC;
  padding: 0px 5px;
  font-size: 12px;
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  height: 20px;
  text-align: left;
}
td.mfp_reserve_week_0 {
  color: #F00;
  background-color: #FEE;
}
td.mfp_reserve_week_6 {
  color: #00F;
  background-color: #EEF;
}
div.mfp_ok {
  border-radius: 5px;
  background-color: #090;
  border: solid 1px #090;
  line-height: 1.5em;
  padding: 0px 5px;
  margin: 0px 2px;
  color: #FFF;
  font-size: 10px;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  display: none;
}
div.prefcodeWrapper {
  position: relative;
}
div.prefcodeResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}
div.prefcodeResult div {
  cursor: pointer;
}
div.prefcodeResult div:hover {
  background-color: #DDDECC;
}
div.prefcodeResult div.prefcodeNext {
  background-color: #EEE;
  text-align: center;
}
div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
  height: 0px;
  overflow: hidden;
}
.showfield {
  height: auto;
  overflow: visible;
}
div.mfp_attached_thumbnails {
  display: none;
  padding: 5px;
  margin: 5px auto;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}
div.mfp_attached_thumbnails ul {
  margin: 0px;
  padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  border: solid 4px #FFF;
  margin: 5px;
  box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
  display: block;
  max-height: 100px;
  overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
  display: block;
  max-width: 80px;
}
button.mfp_attached_reset {
  font-size: 14px;
}
div.mfp_guide {
  position: relative;
  width: 1px;
  height: 1px;
}
div.mfp_guide div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-top: -2em;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1em;
  font-size: 12px;
  color: #FFF;
  font-weight: bolder;
  background: #F00;
  display: none;
}
.mfp_ok {
  background-color: rgba(0, 255, 0, 0.2);
}
.mfp_ng {
  background-color: rgba(255, 0, 0, 0.2);
}
div#mfp_OperationCheck {}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}
div#mfp_OperationCheck strong {
  background: #090;
  display: block;
  color: #222;
  text-align: center;
  border-radius: 3px;
}
div#mfp_OperationCheck * {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}
div#mfp_OperationCheck p {
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
}
div#mfp_OperationCheck p a {
  color: #0C0;
  text-decoration: none;
}
div#mfp_OperationCheck p a:hover, div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}
div#mfp_OperationCheck p button {
  border: none;
  background: none;
  color: #0C0;
  cursor: pointer;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {}
div#mfp_OperationCheck ul li, div#mfp_OperationCheck ul li label, div#mfp_OperationCheck ul li label input {
  line-height: 12px;
  font-size: 12px;
  list-style: none;
  vertical-align: middle;
}
div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}
div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}
button#mfp_recorder_record, button#mfp_recorder_clear, button#mfp_recorder_restore {
  border-radius: 5px;
  padding: 5px 10px 5px 2em;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
  background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
  background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
  background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
  text-shadow: 0px 2px 0px #FFF;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 5px auto;
}
button#mfp_recorder_record {
  background: url(_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}
button#mfp_recorder_clear {
  background: url(_images/mfp_record_remove.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}
button#mfp_recorder_restore {
  background: url(_images/mfp_record_restore.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}
button.enabled#mfp_recorder_record, button.enabled#mfp_recorder_clear, button.enabled#mfp_recorder_restore {
  background: url(_images/mfp_record_enabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}
div#mfp_recorder_wrap {
  border: solid 1px #CCC;
  padding: 10px;
  text-align: center;
  margin: 5px auto;
}
td.request_image {
  width: 100px;
}
td.request_image img {
  max-width: 100px;
}
button.mfp_submit_enable {
  background: none;
  background: #000090;
}
button.mfp_submit_disable {
  background: none;
  background: #FD8282;
}
span.mfp_tips {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #FCC;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin: 2px;
  box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
  color: #800040;
}
span.mfp_tips span {
  display: block;
  padding: 10px;
  color: #008080;
}
span.mfp_tips em {
  font-style: normal;
  color: #090;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  form#mailformpro dl dt {
    float: none;
    width: auto;
    font-size: 12px;
    padding: 5px;
    text-align: left;
  }
  form#mailformpro dl dd {
    clear: both;
    border-top: none;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.5em;
  }
  div.mfp_buttons button {
    font-size: 14px;
  }
  div#mfp_phase_confirm h4 {
    font-size: 18px;
  }
  ul#mfp_phase_stat {
    padding: 0px;
    text-align: left;
  }
  ul#mfp_phase_stat li {
    text-align: center;
    padding: 5px 0px;
    border-radius: 3px;
    margin: 5px;
    list-style: none;
    font-size: 14px;
    width: 28%;
  }
  ul#mfp_phase_stat li.mfp_phase_arrow {
    bos-shadow: none;
    display: none;
  }
  ul#mfp_phase_stat li.mfp_active_phase {}
  ul#mfp_phase_stat li.mfp_inactive_phase {}
  table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 100px;
  }
  div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
  }
  div#mfp_thanks strong {
    color: #C00;
    font-size: 24px;
    display: block;
  }
  div#wrapper {
    padding-top: 80px;
    width: 100%;
  }
  nav#tab ul {
    width: 100%;
    padding: 15px 5px 0 5px;
  }
  nav#tab ul li a {
    padding: 8px 5px;
    font-size: 10px;
  }
  nav#tab ul li:first-child {
    float: none;
    font-size: 14px;
    display: block;
    text-align: right;
  }
  nav#tab ul li:first-child a {}
  nav#global {
    padding: 0;
    position: static;
    position: fixed;
    left: 0px;
    top: 0px;
    padding-top: 90px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    margin-left: -100%;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  nav#global ul {
    border-radius: 0px;
    box-shadow: none;
  }
  nav#global ul li {
    float: none;
    width: 100%;
    border: none;
    border-radius: 0;
  }
  nav#global ul li a:hover {
    opacity: 1;
  }
  nav#global ul li:first-child {
    border: none;
    border-radius: 0;
  }
  nav#global ul li:last-child {
    border: none;
    border-radius: 0;
  }
  nav#global ul li:first-child a {
    border: none;
    border-radius: 0;
  }
  nav#global ul li:last-child a {
    border: none;
    border-radius: 0;
  }
  header {
    padding-bottom: 0px;
  }
  aside {
    float: none;
    width: auto;
    margin: 0 15px;
    text-align: left;
  }
  aside iframe {
    width: 100%;
  }
  main {
    float: none;
    width: auto;
  }
  footer nav:first-child ul li a {
    font-size: 10px;
    padding: 0px 2px;
  }
  footer nav.sub {
    padding: 0 10px;
  }
  footer nav.sub ul {
    text-align: left;
  }
  footer nav.sub ul li a {
    font-size: 10px;
    padding: 5px 3px;
  }
  .click {
    width: auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .click2 {
    width: auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .click:hover, .click2:hover {
    background-position: center top;
  }
  div#burgerMenu {
    display: inline-block;
    position: fixed;
    top: 8px;
    left: 8px;
    font-size: 24px;
    font-weight: bolder;
    line-height: 1em;
    padding: 0.1em 0.4em 0.1em 0.4em;
    border-radius: 3px;
    cursor: pointer;
  }
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa {
  margin: 0 0 2em 10px;
  padding: 1em 1em 0.5em 1em;
  background: #ffefd5;
}
.cp_qa h1 {
  font-size: 1.2em;
  position: relative;
  margin-right: 1em;
  margin-left: -26px;
  padding: 0.3em;
  color: #ffffff;
  background-color: #42a5f5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.cp_qa h1::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent #1976d2 transparent transparent;
}
.cp_qa dl {
  margin: 0;
}
.cp_qa dt {
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em 0.5em 2em;
  border-radius: 0.2em;
  background: #ffb74d;
}
.cp_qa dd {
  margin-bottom: 1em;
  margin-left: 0;
  padding: 0.5em 1em 1.5em 3em;
}
/* QAアイコン */
.cp_qa dt::before, .cp_qa dd::before {
  font-size: 1.5em;
  color: #ffffff;
}
.cp_qa dt::before {
  margin: 0.3em 0.3em 0 -1em;
  content: 'Q';
}
.cp_qa dd::before {
  margin: 0 0.5em 0 -2em;
  padding: 0.2em 0.4em;
  content: 'A';
  border-radius: 0.2em;
  background: #00bcd4;
}
.my-skyblue {
  color: skyblue
}
span.f12 {
  font-size: x-large;
  font-weight: 900;
}
span.red {
  color: #FF0000;
  font-weight: bolder;
}
/*--------------------
 アコーディオン全
--------------------*/
.accordion {
  padding-left: 40px;
  padding-right: 40px;
}
/*ベース*/
.toggle {
  display: none;
}
.Label { /*タイトル*/
  padding: 1em;
  display: block;
  color: #fff;
  background: #019ac6;
}
.Label::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.Label, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0px 20px;
  overflow: hidden;
}
.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all .3s;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
.Label span {
  float: right;
  padding: 0 30px;
}
/*--------------------
 簡易アコーディオン矢印
--------------------*/
summary {
  position: relative;
  display: block; /* 矢印を消す */
  padding-left: 20px; /* アイコン分の余白 */
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none; /* 矢印を消す */
}
/* 疑似要素でアイコンを表示 */
summary:before, summary:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
summary:before {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #1da1ff;
}
summary:after {
  left: 6px;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  box-sizing: border-box;
  transition: .1s;
}
/* オープン時 */
details[open] summary:after {
  transform: rotate(90deg); /* 90度回転 */
  left: 4px;
  top: 5px;
}