@charset "UTF-8";
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

/*------------------------------------------------------------
	layout.css
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  font-size: 62.5%;
}

#sideBar .codeBox .Mobirth_Delete {
  display: none;
}

.flow img {
  margin-bottom: 5px;
  margin-top: 5px;
}

.flow .a {
  text-align: center;
}

body,
table,
input,
textarea,
select,
option {
  font-family: MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.1;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  table {
    max-width: 100%;
  }
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a:link {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: none;
}

h2 p.sp {
  max-width: 100%;
  margin-bottom: 20px;
  background: url(../img/title_bg.png) left center;
  height: 50px;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  text-indent: 20px;
  padding: 0 2px;
}
@media screen and (max-width: 767px) {
  h2 p.sp {
    font-size: 16px;
  }
}

h3 p.sp {
  max-width: 100%;
  margin-bottom: 20px;
  background: linear-gradient(to bottom, #ebebeb, #c3c3c3);
  height: 50px;
  font-size: 30px;
  color: #333;
  line-height: 50px;
  text-indent: 20px;
  padding: 0 2px;
}
@media screen and (max-width: 767px) {
  h3 p.sp {
    font-size: 16px;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  text-align: center;
  color: #333;
  line-height: 1.5;
  background: #0070B9;
}
@media screen and (max-width: 767px) {
  body {
    background: white;
  }
}

#container {
  width: 900px;
  margin: 0 auto;
  padding: 0 5px;
  background: url(../../img/common/bg_body.gif) repeat-y center top;
  background: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #container {
    width: 100%;
    padding: 0px;
  }
}

#main {
  padding: 20px 18px 0;
}
@media screen and (max-width: 767px) {
  #main {
    max-width: 100%;
    padding: 20px 5px;
  }
}

* html #main {
  zoom: 1;
}

* + html #main {
  zoom: 1;
}

#main:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  padding: 8px 15px 9px 11px;
  border-top: solid 3px #85BBDD;
  height: 90px;
  zoom: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    max-width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    gap: 1px;
    align-items: center;
  }
  #header img {
    width: 100%;
    height: auto;
  }
}
#header h1 {
  margin-top: 5px;
  float: left;
}
@media screen and (max-width: 767px) {
  #header h1 {
    float: none;
    width: 180px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #header .icon-area {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #header .header-reserve {
    width: 48px;
    height: 48px;
    margin-right: 5px;
  }
}
#header .header-tel {
  float: right;
}
@media screen and (max-width: 767px) {
  #header .header-tel {
    float: none;
    width: 48px;
    height: 48px;
    background-image: url("../img/index/header-tel.png");
    background-size: contain;
  }
}

/*------------------------------------------------------------
      グローバルナビ
  ------------------------------------------------------------*/
#gNavi,
#TOPgNavi {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #gNavi,
#TOPgNavi {
    display: none;
  }
}

#gNavi a,
#TOPgNavi a {
  float: left;
}

#gNavi li img,
#TOPgNavi li img {
  display: block;
}

.sp_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_menu {
    position: absolute;
    top: 92px;
    left: 0;
    background: #0070b9;
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sp_link {
    display: block;
  }
  .sp_menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 0;
    text-align: center;
    transition: background 0.3s ease;
  }
  .sp_menu a:hover {
    background: #a0d9ff;
  }
  .sp_menu .hasMenu:hover {
    background: #0070b9;
  }
  .sp_menu.active {
    display: block;
    z-index: 100;
  }
  .menu_link {
    position: relative;
    border-bottom: 1px solid white;
  }
  .menu_link::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
  }
  .hasMenu.active::after {
    transform: rotate(135deg);
  }
  #submenu {
    background-color: #a0d9ff;
    position: relative;
  }
  #submenu a {
    font-size: 14px;
  }
  ul.gnav-navi-1,
ul.gnav-navi-2 {
    display: none;
  }
  .hamburger {
    display: block;
    width: 36px;
    height: 20px;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #0070b9;
    position: relative;
    transition: transform 0.3s ease;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    top: 8px;
  }
  .hamburger span:nth-child(3) {
    top: 16px;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 3px;
  }
}
/*------------------------------------------------------------
      パンクズリスト
  ------------------------------------------------------------*/
/*------------------------------------------------------------
      コンテンツ
  ------------------------------------------------------------*/
.contstop {
  width: 640px;
  float: left;
  line-height: 1.65;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contstop {
    width: 100%;
    float: none;
  }
}

#conts {
  width: 640px;
  float: left;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  #conts {
    width: 100%;
    float: none;
  }
}
#conts .contsBox {
  padding: 20px 0 0 15px;
}
@media screen and (max-width: 767px) {
  #conts .contsBox {
    padding: 20px 0px 0px 0px;
  }
}
#conts .comSection {
  margin-bottom: 19px;
  padding: 9px 2px 0 15px;
}
@media screen and (max-width: 767px) {
  #conts .comSection {
    padding: 0px;
  }
}
#conts .comUl {
  margin: 0 0 15px 30px;
}
@media screen and (max-width: 767px) {
  #conts .comUl {
    margin: 0 0 15px 0;
  }
}
#conts .comUl li {
  margin-bottom: 4px;
  padding: 6px 0 0 31px;
  font-size: 1.4em;
  background: url(../../img/common/icon01.gif) no-repeat left top;
}

/*------------------------------------------------------------
      サイドバー
  ------------------------------------------------------------*/
#sideBar {
  width: 210px;
  float: right;
}
@media screen and (max-width: 767px) {
  #sideBar {
    width: 100%;
    float: none;
    margin: 50px 0;
  }
  #sideBar p {
    display: inline-block;
    width: 48%;
  }
  #sideBar p img {
    width: 100%;
    height: auto;
  }
}
#sideBar .codeBox {
  margin-top: 10px;
  padding: 9px 8px 8px;
  border: solid 1px #CCC;
}
#sideBar .codeBox img {
  display: block;
}
#sideBar .codeBox p {
  margin: 7px 0 0 3px;
  font-size: 1.2em;
}

.x-area {
  margin-top: 30px;
}

/*------------------------------------------------------------
      フッター
  ------------------------------------------------------------*/
#footer {
  margin: 40px -5px 0;
  padding: 0 5px 80px;
  clear: both;
  overflow: hidden;
  zoom: 1;
  background: url(../../img/common/bg_footer.gif) no-repeat left bottom;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0;
    margin: 40px 0px 0px 0px;
    background: none;
  }
}
#footer .pageTop {
  margin: 0 12px 5px;
  text-align: right;
  font-size: 1.2em;
}
#footer .copy {
  padding: 3px 0;
  font-size: 1.2em;
  text-align: center;
  background-color: #CCE2F1;
}

p.yoyaku {
  margin-bottom: 10px;
}

.codeBox {
  display: none;
}

/*------------------------------------------------------------
      ここまで layout.css 
  ------------------------------------------------------------*/
/*------------------------------------------------------------
      general.css 
  ------------------------------------------------------------*/
/*------------------------------------------------------------
      書式設定
  ------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

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

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

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

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/* フォントカラー */
.gre {
  color: #FF0000 !important;
}

.red {
  color: #3EB36D !important;
}

/*------------------------------------------------------------
      微調整用クラス（※多用しないこと）
  ------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

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

/*------------------------------------------------------------
      汎用スタイル
  ------------------------------------------------------------*/
* html .clearfix,
* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
	ここまでgeneral.css 
------------------------------------------------------------*/
/*------------------------------------------------------------
	ページ別
------------------------------------------------------------*/
#top ul#slide {
  margin: 0;
  padding: 0;
  width: 900px;
  height: 302px;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #top ul#slide {
    width: 100%;
    height: 375px;
  }
}
#top ul#slide li {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top ul#slide li {
    max-height: 375px;
    overflow: hidden;
  }
}
#top ul#slide li img {
  width: 900px;
  height: 302px;
}
@media screen and (max-width: 767px) {
  #top ul#slide li img {
    width: 100%;
    height: auto;
  }
}
#top .main-infoArea {
  margin-top: 10px;
  border: 1px solid #0070b9;
  padding: 20px;
}
#top .main-infoArea h3 {
  font-weight: bold;
  font-size: 18px;
}
#top .main-infoArea p {
  font-size: 16px;
}
#top #main {
  padding-top: 14px;
}
#top #conts .btnUl {
  margin: 0 2px 15px 0;
}
#top #conts .btnUl li {
  float: left;
  width: 49%;
}
#top #conts .btnUl li img {
  width: 321px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  #top #conts .btnUl li img {
    width: 100%;
    height: auto;
  }
}
#top #conts ul .fr {
  float: right !important;
  margin-left: 1%;
}
#top #conts ul li img {
  display: block;
}
#top #conts .ttl {
  width: 264px;
  margin: 21px auto 10px;
}
#top #conts .photoUl {
  margin: 0 14px 39px 16px;
  background: url(../img/index/img_arrow.gif) no-repeat center 92px;
}
#top #conts .photoUl li {
  width: 284px;
  float: left;
}
#top #conts .photoUl li img {
  margin: 0 auto;
}
#top #conts .txtUl {
  margin: 5px 0 22px;
}
#top #conts .txtUl li {
  padding: 7px 0 3px 12px;
  font-size: 1.2em;
  background: url(../img/index/line01.gif) repeat-x left bottom;
}
#top #conts .section p {
  font-size: 1.2em;
  line-height: 1.45;
}
#top #conts .section .photoBox {
  width: 188px;
  float: left;
}
@media screen and (max-width: 767px) {
  #top #conts .section .photoBox {
    width: 100%;
    float: none;
  }
}
#top #conts .section .photoBox img {
  margin-bottom: 3px;
  display: block;
}
@media screen and (max-width: 767px) {
  #top #conts .section .photoBox img {
    width: 100%;
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#top #conts .section .inner {
  width: 441px;
  float: right;
}
@media screen and (max-width: 767px) {
  #top #conts .section .inner {
    width: 100%;
    float: none;
  }
}
#top #conts .section .inner img {
  margin: 2px 0 4px;
  display: block;
}
#top #conts .voice {
  background-image: url(../img/index/voice.gif);
  background-repeat: repeat-x;
  width: 641px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #top #conts .voice {
    width: 100%;
    background-color: #ffebdd;
  }
}
#top #conts .voice h3 {
  color: #F60;
  margin-left: 75px;
  padding-top: 10px;
  margin-bottom: 5px;
}
#top #conts .voice p {
  font-size: 1.2em;
  margin-left: 75px;
  padding-bottom: 10px;
  margin-right: 10px;
}
#top #conts .ans {
  background-image: url(../img/index/answer.gif);
  background-repeat: repeat-x;
  width: 641px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top #conts .ans {
    width: 100%;
    background-color: #e8f5ff;
  }
}
#top #conts .ans h3 {
  color: #0070B9;
  margin-left: 15px;
  padding-top: 20px;
  margin-bottom: 5px;
}
#top #conts .ans p {
  font-size: 1.2em;
  margin-left: 15px;
  padding-bottom: 10px;
  margin-right: 10px;
}
#top #conts .voian {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#top iframe#twitter-widget-0 {
  width: 640px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  #top iframe#twitter-widget-0 {
    width: 100%;
  }
}
#top .sinryou > table {
  width: 440px;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 130%;
  letter-spacing: 1px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.3em;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  #top .sinryou > table {
    width: 100%;
  }
}
#top .sinryou > table > tbody > tr:nth-child(1) > th:nth-child(1) {
  width: 80px;
}
#top .sinryou > table th {
  background-color: #70AD47;
  border: #4B4848 solid 1px;
  padding: 5px;
  color: #fff;
}
#top #conts > div.section.clearfix > div.inner > div > table > tbody > tr:nth-child(1) > th:nth-child(7), #top #conts > div.section.clearfix > div.inner > div > table > tbody > tr:nth-child(1) > th:nth-child(8), #top #conts > div.section.clearfix > div.inner > div > table > tbody > tr:nth-child(1) > th:nth-child(9) {
  background-color: #ED7D31;
}
#top #conts > div.section.clearfix > div.inner > div > table > tbody > tr:nth-child(2) > td:nth-child(1), #top #conts > div.section.clearfix > div.inner > div > table > tbody > tr:nth-child(3) > td:nth-child(1) {
  background-color: #70AD47;
  color: #fff;
}
#top #conts > div.section.clearfix > div.inner > div > table > tbody > tr:nth-child(2) > td:nth-child(1) span, #top #conts > div.section.clearfix > div.inner > div > table > tbody > tr:nth-child(3) > td:nth-child(1) span {
  background: #E2EFDA;
  color: #333;
}
#top .sinryou > table td {
  padding: 0;
  border: #4B4848 solid 1px;
  vertical-align: initial;
  line-height: 25px;
}
#top .sinryou > table td span {
  display: block;
  font-size: 0.9em;
  border-top: 1px solid #ccc;
}
#top .sinryou .aka {
  color: #ff0000;
}
#top .sinryou .ao {
  color: #0070B9;
}
#top .sinryou p {
  margin-bottom: 10px;
}
#top .mb0 {
  margin-bottom: 0;
}

#commentary #conts .section {
  padding: 12px 0 15px 12px;
}
@media screen and (max-width: 767px) {
  #commentary #conts .section {
    padding: 0;
  }
}
#commentary #conts .section .photoBox {
  float: left;
  width: 259px;
  height: 185px;
}
@media screen and (max-width: 767px) {
  #commentary #conts .section .photoBox {
    width: 100%;
    height: auto;
    float: none;
  }
}
#commentary #conts .section .photoBox img {
  width: 259px;
  height: 185px;
}
@media screen and (max-width: 767px) {
  #commentary #conts .section .photoBox img {
    width: 100%;
    height: auto;
  }
}
#commentary #conts .section .inner {
  width: 360px;
  float: right;
  font-size: 1.2em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #commentary #conts .section .inner {
    width: 100%;
    height: auto;
    float: none;
    margin: 30px 0;
  }
}
#commentary #conts .comUl {
  margin-bottom: 30px;
}
#commentary #conts h3 {
  margin: 0 0 14px 15px;
  clear: both;
}
@media screen and (max-width: 767px) {
  #commentary #conts h3 {
    margin: 0;
  }
}
#commentary #conts .photoUl {
  margin: 0 -30px 0 15px;
}
@media screen and (max-width: 767px) {
  #commentary #conts .photoUl {
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
  }
}
#commentary #conts .photoUl li {
  margin: 0 8px 8px 0;
  float: left;
}
@media screen and (max-width: 767px) {
  #commentary #conts .photoUl li {
    margin: 0;
    float: none;
    width: 40%;
  }
}
#commentary #conts .photoUl img {
  display: block;
}
@media screen and (max-width: 767px) {
  #commentary .clearfix:after {
    content: none;
    display: none;
    clear: none;
  }
}

#example #conts .contsBox {
  padding-top: 11px;
}
#example #conts .contsBox img {
  display: block;
}
@media screen and (max-width: 767px) {
  #example #conts .contsBox img {
    margin: 0 auto;
  }
}
#example #conts .section01 {
  margin-bottom: 8px;
  padding: 0 16px 0 3px;
}
#example #conts .section01 .photo {
  float: right;
}
@media screen and (max-width: 767px) {
  #example #conts .section01 .photo {
    float: none;
  }
}
#example #conts .section01 .inner {
  padding-top: 17px;
  width: 438px;
  float: left;
}
@media screen and (max-width: 767px) {
  #example #conts .section01 .inner {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #example #conts .section01 .inner img {
    max-width: 100%;
    margin: 0 auto;
  }
}
#example #conts .section01 .inner .mb7 {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  #example #conts .section01 .inner .mb7 {
    width: 300px;
    height: auto;
    margin: 0 auto 20px auto;
  }
}
#example #conts .section02 {
  margin-bottom: 16px;
  padding: 0 9px 0 3px;
  clear: both;
}
#example #conts .section02 ul {
  padding-top: 3px;
  width: 220px;
  float: left;
}
@media screen and (max-width: 767px) {
  #example #conts .section02 ul {
    width: 100%;
  }
}
#example #conts .section02 ul li {
  margin-bottom: 10px;
  width: 220px;
  float: left;
}
@media screen and (max-width: 767px) {
  #example #conts .section02 ul li {
    float: none;
    margin: 0 auto;
  }
}
#example #conts .section02 p {
  margin-bottom: 20px;
  width: 380px;
  float: right;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  #example #conts .section02 p {
    width: 100%;
  }
}
#example #conts h3 {
  margin-bottom: 11px;
  clear: both;
}
#example #conts .txt01 {
  margin: 0 8px 10px 16px;
  font-size: 1.2em;
}
#example #conts .comUl {
  margin: 0 0 26px 15px;
}
@media screen and (max-width: 767px) {
  #example #conts .comUl {
    margin: 0 0 26px 0;
  }
}
#example #conts .comUl li span {
  font-weight: bold;
  color: #CC0000;
}
#example #conts h4 {
  margin: 0 0 8px 15px;
  padding: 2px 0 0 7px;
  line-height: 1.5;
  font-size: 1.4em;
  border-left: 5px solid #0070B8;
}
@media screen and (max-width: 767px) {
  #example #conts h4 {
    margin: 0 0 8px 0;
  }
}
#example #conts .photoUl {
  margin: 0 0 18px 19px;
}
@media screen and (max-width: 767px) {
  #example #conts .photoUl {
    margin: 0 0 18px 0;
    overflow-x: auto;
    display: flex;
    height: auto;
    padding: 15px 0;
  }
}
#example #conts .photoUl li {
  padding-right: 29px;
  width: 182px;
  float: left;
  background: url(../img/03/img02.gif) no-repeat 183px 55px;
}
@media screen and (max-width: 767px) {
  #example #conts .photoUl li {
    float: none;
  }
}
#example #conts .photoUl li p {
  margin: 3px auto 0;
  width: 109px;
}
#example #conts .photoUl .noBg {
  padding-right: 0;
  background: none;
}
#example #conts .taCenter {
  margin-top: 28px;
  font-size: 1.2em;
}

#priceInfo #conts .comSection.withImg {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}
#priceInfo #conts .comSection p {
  margin-bottom: 2px;
  font-size: 1.2em;
}
#priceInfo #conts .comSection table {
  width: 100%;
  font-size: 1.4em;
  line-height: 1.65;
  border-collapse: collapse;
}
#priceInfo #conts .comSection table th {
  padding: 6px 0 4px;
  text-align: center;
  border: solid 1px #CCC;
  background-color: #D9F0FF;
}
#priceInfo #conts .comSection table td {
  padding: 5px 0 6px;
  text-align: center;
  color: #CC0000;
  border: solid 1px #CCC;
}
#priceInfo #conts .comSection table td img {
  margin: 0 auto;
  padding-bottom: 9px;
  display: block;
}
#priceInfo #conts .comSection .font10 {
  margin: 3px 0 0;
  font-size: 1em;
  text-align: right;
}
#priceInfo #conts .comSection p span {
  font-size: 1.15em;
  color: #CC0000;
}
#priceInfo #conts .comSection dl {
  margin-top: 7px;
  font-size: 1.2em;
}
#priceInfo #conts .comSection dl dt {
  float: left;
}
#priceInfo #conts .comSection dl dd {
  padding-left: 4em;
}
#priceInfo #conts .comSection dl dd span {
  color: #CC0000;
}
#priceInfo * html #conts .comSection dl dd {
  text-indent: -3px;
}

#serviceFlow #conts .section01 {
  margin-bottom: 12px;
  padding: 14px 2px 3px 16px;
  background: url(../img/05/icon.gif) no-repeat 136px top;
}
@media screen and (max-width: 767px) {
  #serviceFlow #conts .section01 {
    padding: 14px 0 3px 0;
    background-position: bottom;
  }
}
#serviceFlow #conts .section01 .photo {
  padding-top: 1px;
  float: right;
}
@media screen and (max-width: 767px) {
  #serviceFlow #conts .section01 .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin-bottom: 30px;
  }
}
#serviceFlow #conts .section01 p {
  margin-bottom: 19px;
  width: 398px;
  float: left;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  #serviceFlow #conts .section01 p {
    width: 100%;
  }
}
#serviceFlow #conts .tableBox {
  margin: 8px 0 39px 85px;
  font-size: 1.2em;
}
#serviceFlow #conts .tableBox img {
  margin-bottom: 3px;
  display: block;
}
#serviceFlow #conts .tableBox p {
  margin-left: 2px;
}
#serviceFlow #conts .section01 p a {
  color: #0070B8;
}
#serviceFlow #conts .noBg {
  margin-bottom: 0;
  background: none;
}
#serviceFlow #conts .sp .flow_number {
  background: #117abe;
  color: white;
  display: inline-block;
  position: relative;
  padding-right: 15px;
  left: -22px;
}
#serviceFlow .sinryou {
  width: 440px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #serviceFlow .sinryou {
    width: 100%;
  }
}
#serviceFlow .sinryou p {
  font-size: 1.2em;
  line-height: 1.45;
}
#serviceFlow .sinryou > table {
  width: 440px;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 130%;
  letter-spacing: 1px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.3em;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  #serviceFlow .sinryou > table {
    width: 100%;
  }
}
#serviceFlow .sinryou > table > tbody > tr:nth-child(1) > th:nth-child(1) {
  width: 80px;
}
#serviceFlow .sinryou > table th {
  background-color: #70AD47;
  border: #4B4848 solid 1px;
  padding: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #serviceFlow .sinryou > table th {
    padding: 5px 0;
  }
}
#serviceFlow .sinryou > table > tbody > tr:nth-child(1) > th:nth-child(7), #serviceFlow .sinryou > table > tbody > tr:nth-child(1) > th:nth-child(8), #serviceFlow .sinryou > table > tbody > tr:nth-child(1) > th:nth-child(9) {
  background-color: #ED7D31;
}
#serviceFlow .sinryou > table > tbody > tr:nth-child(2) > td:nth-child(1), #serviceFlow .sinryou > table > tbody > tr:nth-child(3) > td:nth-child(1) {
  background-color: #70AD47;
  color: #fff;
}
#serviceFlow .sinryou > table > tbody > tr:nth-child(2) > td:nth-child(1) span, #serviceFlow .sinryou > table > tbody > tr:nth-child(3) > td:nth-child(1) span {
  background: #E2EFDA;
  color: #333;
}
#serviceFlow .sinryou > table td {
  padding: 0;
  border: #4B4848 solid 1px;
  vertical-align: initial;
  line-height: 25px;
}
#serviceFlow .sinryou > table td span {
  display: block;
  font-size: 0.9em;
  border-top: 1px solid #ccc;
}
#serviceFlow .sinryou .aka {
  color: #ff0000;
}
#serviceFlow .sinryou .ao {
  color: #0070B9;
}
#serviceFlow .sinryou p {
  margin-bottom: 10px;
}
#serviceFlow .mb0 {
  margin-bottom: 0;
}

#introduction #conts .contsBox {
  padding: 15px 0 0 11px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #introduction #conts .contsBox {
    padding: 15px 0 0 0;
    margin-bottom: 40px;
  }
}
#introduction #conts .contsBox .inner {
  width: 320px;
  float: left;
  font-size: 1.2em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #introduction #conts .contsBox .inner {
    width: 100%;
  }
}
#introduction #conts .contsBox .inner h3 {
  margin-bottom: 10px;
}
#introduction #conts .contsBox .photoBox {
  float: right;
}
@media screen and (max-width: 767px) {
  #introduction #conts .contsBox .photoBox {
    display: flex;
    justify-content: center;
    float: none;
    margin-bottom: 30px;
  }
}
#introduction #conts .section {
  padding-left: 11px;
  clear: both;
}
@media screen and (max-width: 767px) {
  #introduction #conts .section {
    padding-left: 0;
  }
}
#introduction #conts .section .photoBox {
  padding: 4px;
  float: left;
  border: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  #introduction #conts .section .photoBox {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #introduction #conts .section .photoBox img {
    padding: 4px;
    border: solid 1px #ccc;
  }
}
#introduction #conts .section .inner {
  padding-top: 3px;
  width: 384px;
  float: right;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  #introduction #conts .section .inner {
    float: none;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #introduction #conts .section .inner h3 img {
    width: 300px;
    height: auto;
  }
}
#introduction #conts .section .text01 {
  margin-bottom: 6px;
  font-size: 1.16em;
}

#access #conts .contsBox {
  padding: 18px 0 0 42px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #access #conts .contsBox {
    padding: 18px 0 0 0;
  }
}
#access #conts .contsBox h3 {
  margin: 0 0 3px 2px;
  font-size: 1.2em;
}
#access #conts .contsBox .map {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #access #conts .contsBox .map iframe {
    height: 250px;
  }
}
#access #conts .contsBox dl {
  margin-left: 2px;
  font-size: 1.2em;
}
#access #conts .contsBox dl dt {
  color: #0070B8;
  font-weight: bold;
}
#access #conts .contsBox dl dd {
  margin-bottom: 12px;
}
#access #conts .contsBox .access-info {
  width: 320px;
}
@media screen and (max-width: 767px) {
  #access #conts .contsBox .access-info {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
#access #conts .contsBox p {
  margin: 12px 50px 0 2px;
  font-size: 1.2em;
  color: #CC0000;
}

#question #conts dl {
  margin-bottom: 20px;
  padding: 1px 0;
  line-height: 1.4;
  border: solid 1px #CCC;
}
#question #conts dl dt {
  padding: 6px 11px 6px 15px;
  font-size: 1.37em;
  font-weight: bold;
  border-bottom: solid 1px #CCC;
  overflow: hidden;
  zoom: 1;
}
@media screen and (max-width: 767px) {
  #question #conts dl dt {
    padding: 6px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
#question #conts dl img {
  margin-top: 10px;
  display: block;
  float: left;
}
@media screen and (max-width: 767px) {
  #question #conts dl img {
    float: none;
  }
}
#question #conts dl span {
  width: 560px;
  float: right;
}
@media screen and (max-width: 767px) {
  #question #conts dl span {
    width: 100%;
    float: none;
  }
}
#question #conts dl .headLine {
  padding: 15px 11px 15px 15px;
}
@media screen and (max-width: 767px) {
  #question #conts dl .headLine {
    padding: 6px 10px;
  }
}
#question #conts dl .headLine img {
  margin-top: 0;
}
#question #conts dl dd {
  padding: 13px 11px 9px 15px;
  font-size: 1.2em;
  clear: both;
  overflow: hidden;
  zoom: 1;
}
@media screen and (max-width: 767px) {
  #question #conts dl dd {
    padding: 6px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
#question #conts dl dd img {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  #question #conts dl dd img {
    margin-top: 0px;
  }
}

#affiliated #conts {
  padding-bottom: 275px;
}
@media screen and (max-width: 767px) {
  #affiliated #conts {
    padding-bottom: 30px;
  }
}
#affiliated #conts .contsBox {
  padding: 10px 0 0 11px;
}
@media screen and (max-width: 767px) {
  #affiliated #conts .contsBox {
    padding: 10px 0 0 0;
  }
}
#affiliated #conts .contsBox p {
  margin-bottom: 16px;
  font-size: 1.2em;
}
#affiliated #conts .contsBox ul {
  margin: 0 -28px 0 -1px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
@media screen and (max-width: 767px) {
  #affiliated #conts .contsBox ul {
    margin: 0;
  }
}
#affiliated #conts .contsBox ul li {
  margin-right: 14px;
  float: left;
  width: 197px;
}
@media screen and (max-width: 767px) {
  #affiliated #conts .contsBox ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#affiliated #conts .contsBox ul li img {
  margin-bottom: 6px;
  display: block;
}
@media screen and (max-width: 767px) {
  #affiliated #conts .contsBox ul li img {
    width: 100%;
    height: auto;
  }
}
#affiliated #conts .contsBox ul li p {
  padding-left: 12px;
  font-size: 1.2em;
  line-height: 1.47;
  background: url(../img/09/icon01.gif) no-repeat left 2px;
}
#affiliated #conts .contsBox ul li p a {
  display: block;
  color: #0070B8;
}

#contact .title_style {
  margin-bottom: 20px;
  background: url(../img/title_bg.png) left center;
  height: 72px;
  font-size: 30px;
  color: #fff;
  line-height: 72px;
  text-indent: 20px;
}
#contact table.form {
  width: 100%;
  border-collapse: collapse;
}
#contact table.form th,
#contact table.form td {
  font-size: 14px;
  padding: 15px 10px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  #contact table.form th,
#contact table.form td {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 10px;
  }
}
#contact table.form th {
  background: #f9f9f9;
  width: 180px;
}
@media screen and (max-width: 767px) {
  #contact table.form th {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
#contact table.form th .must {
  font-size: 12px;
  color: #ff0000;
  margin-left: 10px;
}
#contact table.form td p {
  margin-bottom: 15px;
}
#contact input {
  padding: 5px;
}
#contact table.form select {
  padding: 5px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #contact table.form select {
    padding: 2px 5px;
  }
}
#contact .formBt {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#contact .formBt input {
  background: #0070B9;
  color: #fff;
  border: none;
  padding: 10px 30px;
}
#contact .read {
  font-size: 13px;
}
#contact .phone {
  font-size: 15px;
  margin: 10px 0;
  color: #0070B9;
}
/*# sourceMappingURL=style.css.map */