@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-weight: 400;
}

body {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
#main {
  display: flex;
  justify-content: spase-beetween;
  flex-direction: row-reverse;
}
#main #col_main {
  width: 70%;
}

@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #main {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}
#col_side1 {
  padding-right: 22px;
  max-width: 300px;
  width: 30% !important;
}
#col_side1 img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    min-width: auto !important;
    padding: 30px 0;
    text-align: center;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #col_side1 div {
    width: 48%;
    margin: 10px 1%;
  }
}
figure {
  padding: 0;
  margin: 0;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

/***********************************サイドバー*******************************************/
@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}
@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}
/***********************************非表示*******************************************/
.dnone {
  display: none;
}

/***********************************フレックス*******************************************/
.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

/***********************************書体*******************************************/
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***********************************カラムフロート*******************************************/
.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

/***********************************フロート*******************************************/
@media screen and (max-width: 834px) {
  .fltL,
  .fltR {
    float: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}
.tacenter {
  text-align: center !important;
}

ul.break li {
  float: none !important;
}

/***********************************テキスト*******************************************/
b,
strong,
.b {
  font-weight: bold;
}

span {
  font-weight: inherit;
}

a:hover {
  opacity: 0.6;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

u {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

.fwb {
  font-weight: bold;
}

/***********************************線*******************************************/
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

/************************************テーブル************************************/
table {
  table-layout: fixed;
}
table td {
  padding: 20px;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tdpd0 td {
  padding: 0px !important;
}

.tdpd5 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.cnt_table table {
  table-layout: auto !important;
  width: 100% !important;
}
.cnt_table table tr td {
  vertical-align: top;
}

@media screen and (max-width: 834px) {
  .cnt_table table {
    margin: 0 auto;
  }
}
.tdsp_left {
  text-align: left !important;
}

@media screen and (max-width: 640px) {
  .tdsp_left {
    width: 100% !important;
  }
}
.br0 td {
  border: 0 !important;
}

/************************************ボタン************************************/
.btn01 {
  text-align: right !important;
}
.btn01 a {
  position: relative;
  padding: 15px;
  max-width: 300px;
  background: #333;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  margin: 0 0 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.btn01 a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 34px;
  background: url(../images/common/btn01.png);
}

@media screen and (max-width: 640px) {
  .btn01 a {
    width: 100%;
    text-align: center;
  }
}
/************shadow_box*******************/
.shadow_box {
  box-shadow: 2px 2px 8px #ccc;
  border: 1px solid #ccc;
}

/************************************インナー************************************/
.inner {
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/************************************コンテンツ************************************/
#contents_wrap {
  padding: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: auto !important;
}

/************************************画像RL************************************/
.imgL {
  margin-right: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}
.imgR {
  margin-left: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}
img {
  max-width: 100%;
  height: auto !important;
}

.center_img {
  text-align: center;
}

/************************************プライバシーポリシー************************************/
.privacy {
  font-size: 16px;
}
.privacy h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #06acea;
  display: inline-block;
  margin-bottom: 10px;
}

.cont_text {
  font-size: 16px;
}
.cont_text h3 {
  font-size: 18px;
  font-weight: bold;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
  margin: 50px auto;
}
.map li {
  border-left: 3px solid #06acea;
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 10px;
  display: block;
  float: none !important;
}
.map li a {
  color: #282828;
  font-size: 16px;
  text-decoration: none;
}
.map li a:hover {
  text-decoration: underline;
}
.map li:last-child {
  display: none;
}

/************************************コンタクトフォーム************************************/
.contact_form {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.contact_form p {
  font-size: 16px;
}
.contact_form table td {
  padding: 15px !important;
  border: #06acea solid 1px !important;
  text-align: center;
}
.contact_form table th {
  border: #06acea solid 1px !important;
  background: #d6eeff !important;
  color: #06acea;
  font-weight: bold;
  font-size: 16px !important;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .contact_form table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .contact_form table th {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}
/************************************コンタクトフォーム(AI用)************************************/
.contact_form_ai {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.contact_form_ai dt {
  font-size: 16px;
}
.contact_form_ai dl dt {
  padding: 15px !important;
  text-align: center;
  background: #d6eeff !important;
  font-weight: bold;
  color: #06acea;
}
.contact_form_ai dl dd {
  font-size: 16px !important;
}

@media screen and (max-width: 834px) {
  .contact_form_ai dl dt {
    display: block;
    width: 40% !important;
  }
}
@media screen and (max-width: 640px) {
  .contact_form_ai dl dt {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .contact_form_ai dl dd {
    display: block;
    width: 100% !important;
  }
}
/***************************************************/
.submit {
  margin: 20px auto 50px auto !important;
}

/*********************PDFボタン******************************/
.pdf_btn {
  padding: 10px 0;
}
.pdf_btn a {
  display: block;
  padding: 20px 5px;
  background: #d66464;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.pdf_btn a:after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px #fff solid;
}
.pdf_btn a:before {
  content: "PDF";
  display: block;
  width: calc(100% - 50px);
  position: absolute;
  right: -50px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 50px;
}

@media screen and (max-width: 640px) {
  .pdf_btn a {
    margin: 0 auto;
    max-width: 300px;
  }
}
/***************クーポン***************************/
.coupon {
  padding: 10px !important;
}
.coupon table {
  border: 1px solid #fff;
}
.coupon table td {
  color: #fff;
  padding: 10px !important;
}
.coupon table .coupon_title {
  font-size: 40px;
  border-bottom: 1px solid #fff !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price span {
  font-size: 30px;
}

/************************************ボタン************************************/
input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

.pankuzu {
  padding: 10px 0 30px 0;
}
.pankuzu a:link {
  color: #06acea !important;
  text-decoration: none !important;
}
.pankuzu a:visited {
  color: #06acea !important;
}

@media screen and (max-width: 834px) {
  .pankuzu {
    padding: 10px 0;
  }
}
.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px;
  }
}
/*******************************************************************/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

/******************PCの時表示　タブレット時の非表示**************************************/
@media screen and (max-width: 834px) {
  .display_pc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .display_pc01 {
    display: none;
  }
}
/******************タブレットの時表示　PC時の非表示**************************************/
.display_tab,
.display_sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .display_tab {
    display: block;
  }
}
/******************タブレットの時表示　PC時の非表示**************************************/
@media screen and (max-width: 640px) {
  .display_sp {
    display: block;
  }
}
/******************flexwrap*************************************/
.flexwrap {
  display: flex;
  flex-wrap: wrap;
}

.w31 {
  width: 31.11111111%;
  margin: 0 1%;
}

@media screen and (max-width: 834px) {
  .w31 {
    width: 48%;
  }
}
.w48 {
  width: 48%;
  margin: 0 1%;
}

@media screen and (max-width: 834px) {
  .w48 {
    width: 100%;
  }
}
.w58 {
  width: 58%;
  margin: 0 1%;
}

@media screen and (max-width: 834px) {
  .w58 {
    width: 100%;
  }
}
.w38 {
  width: 38%;
  margin: 0 1%;
}

@media screen and (max-width: 834px) {
  .w38 {
    width: 100%;
  }
}
/******************flexwrap(フレックスボックス)*************************************/
.flexwrap31 {
  display: flex;
  flex-wrap: wrap;
}
.flexwrap31 .box {
  width: 31.11111111%;
  margin: 20px 1%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .flexwrap31 .box {
    width: 48%;
  }
}
.flexwrap48 {
  display: flex;
  flex-wrap: wrap;
}
.flexwrap48 .box {
  width: 48%;
  margin: 20px 1%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .flexwrap48 .box {
    width: 48%;
  }
}
.img100 img {
  width: 100% !important;
}

/*******************テキスト*******************************************/
@media screen and (max-width: 640px) {
  .cnt_text div {
    text-align: left !important;
  }
}
/*************************テーブルリスト(ボタン横列)***********************************/
.link_list {
  padding: 20px 0;
}
.link_list ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.link_list li {
  display: block;
  padding: 0 10px;
}
.link_list li a {
  width: 100%;
  padding: 10px;
  background: #ea7106;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 1px solid #00660c;
}

@media screen and (max-width: 640px) {
  .link_list {
    padding: 10px 0;
  }
}
@media screen and (max-width: 834px) {
  .link_list li a {
    padding: 5px;
    text-align: left;
  }
}
/*************************ページ内リンク01***********************************/
.link_name {
  margin-top: -30px;
  padding-top: 30px;
}

@media screen and (max-width: 834px) {
  .link_name {
    margin-top: -70px;
    padding-top: 70px;
  }
}
.fixed {
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

header#global_header {
  max-width: 100%;
  min-width: 100%;
}

#header {
  padding: 30px 0;
}
#header .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .inner .logo {
  width: 20%;
}
#header .inner #hedaer_info {
  width: 78%;
}

@media screen and (max-width: 834px) {
  #header {
    display: block;
    padding-top: 68px;
  }
}
@media only screen and (max-width: 834px) {
  #header .inner {
    display: block;
    padding: 0 10px !important;
  }
}
@media only screen and (max-width: 834px) {
  #header .inner .logo {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  #header .inner #hedaer_info {
    width: 100%;
  }
}
#hedaer_info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#hedaer_info li {
  padding-left: 20px;
}
#hedaer_info li p {
  text-align: left;
  padding-bottom: 3px;
  border-bottom: 1px #0caf03 solid;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  #hedaer_info {
    max-width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 834px) {
  #hedaer_info {
    padding: 2%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.5);
    height: 140px;
  }
}
@media only screen and (max-width: 640px) {
  #hedaer_info li p {
    font-size: 13px;
  }
}
@media screen and (max-width: 834px) {
  #hedaer_info li {
    padding: 10px;
  }
}
#nav_global {
  width: 100%;
  background: #67c0ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #67c0ff 1%, #00abe9 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#67c0ff", endColorstr="#00abe9", GradientType=0);
  /* IE6-9 */
}
#nav_global ul {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
}
#nav_global ul li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  display: block;
  font-weight: bold;
}
#nav_global ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}
#nav_global ul li:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}
#nav_global ul ul {
  display: block;
  z-index: 99;
  position: absolute;
  width: 100%;
}
#nav_global ul ul li {
  width: 100%;
  background: #d6eeff;
}
#nav_global ul ul li:before, #nav_global ul ul li:last-child:after {
  display: none;
}

#mainArea {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
}
#mainArea img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainArea .sales_copy {
  height: 100%;
  max-width: 1040px;
  width: 100%;
}
#mainArea .sales_copy img {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  height: auto !important;
}
#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}
#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  #mainArea {
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1000px) {
  #mainArea .sales_copy img {
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 834px) {
  #mainArea .sales_copy img {
    width: 90% !important;
  }
}
@media screen and (max-width: 1000px) {
  #mainArea {
    width: auto !important;
  }
}
.mean-container .mean-bar {
  background: #06acea !important;
  position: fixed !important;
}
.mean-container .mean-nav {
  background: #06acea !important;
}
.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

footer#global_footer {
  min-width: auto !important;
}

@media only screen and (max-width: 834px) {
  footer#global_footer {
    margin-bottom: 140px;
  }
}
#footer2 {
  border: 2px solid #ccc;
  max-width: 1200px;
  margin: 0 auto 30px;
  color: #fff;
  padding: 10px;
}
#footer2 span {
  display: block;
}
#footer2 .bg01 {
  padding: 10px;
  background: url(../images/common/bg_2.png) no-repeat center;
  background-size: cover;
}
#footer2 .bg {
  background: rgba(6, 172, 234, 0.7);
  padding: 40px;
}
#footer2 .midashi h2 {
  color: #fff;
  font-weight: 700;
  line-height: 1.7em;
  margin-bottom: 30px;
  font-size: 40px;
  font-size: 2.5vw;
}
#footer2 .midashi h2 span {
  color: #fff;
  font-size: 20px;
}
#footer2 .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer2 .contact .telwrap {
  display: table;
  width: 49%;
  height: 100%;
}
#footer2 .contact .telwrap .telinner {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: 100%;
  background: rgba(12, 175, 3, 0.7);
  padding: 40px 10px;
  font-size: 20px;
  font-size: 1.25vw;
}
#footer2 .contact .telwrap .telinner .tel2 {
  margin-top: 30px;
}
#footer2 .contact .contwrap {
  display: table;
  width: 49%;
  height: 100%;
}
#footer2 .contact .contwrap .continner {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: 100%;
  background: rgba(255, 126, 0, 0.7);
  padding: 40px 10px;
  font-size: 20px;
  font-size: 1.25vw;
}
#footer2 .contact .contwrap .continner .cont {
  margin-top: 30px;
}

@media only screen and (max-width: 834px) {
  #footer2 {
    padding: 10px;
  }
}
@media only screen and (max-width: 834px) {
  #footer2 .bg01 {
    background: url(../images/common/bg_2.png) no-repeat right top;
    background-size: cover;
  }
}
@media only screen and (min-width: 1600px) {
  #footer2 .midashi h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #footer2 .midashi h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #footer2 .midashi h2 {
    line-height: 1.7em;
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  #footer2 .contact {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 834px) {
  #footer2 .contact {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer2 .contact {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #footer2 .contact .telwrap {
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  #footer2 .contact .telwrap .telinner {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  #footer2 .contact .telwrap .telinner {
    font-size: 18px;
  }
}
@media only screen and (max-width: 834px) {
  #footer2 .contact .telwrap .telinner {
    line-height: 1.7em;
  }
}
@media only screen and (max-width: 640px) {
  #footer2 .contact .contwrap {
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  #footer2 .contact .contwrap .continner {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  #footer2 .contact .contwrap .continner {
    font-size: 18px;
  }
}
@media only screen and (max-width: 834px) {
  #footer2 .contact .contwrap .continner {
    line-height: 1.7em;
  }
}
#footer {
  padding-top: 50px;
  font-size: 13px;
  font-weight: bold;
  background: #06acea !important;
}
#footer a:link {
  color: #fff !important;
  text-decoration: none;
}
#footer a:visited {
  color: #fff !important;
}

#nav_footer {
  max-width: 1200px;
  margin: 30px auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#nav_footer ul {
  margin-left: 3%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 30%;
}
#nav_footer ul li {
  flex-grow: 1;
}
#nav_footer ul a {
  font-size: 14px;
  padding: 5px 0;
  color: #fff !important;
  display: block;
  font-weight: 500;
  text-align: left;
}
#nav_footer ul a span {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  #nav_footer {
    flex-wrap: wrap;
    padding: 0 30px;
    margin: 10px auto;
    justify-content: space-between;
  }
}
@media screen and (max-width: 834px) {
  #nav_footer ul {
    width: 49%;
    margin-left: 0;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #nav_footer ul {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  #nav_footer ul li {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 834px) {
  #nav_footer ul a {
    font-size: 0.9em;
    text-align: center;
  }
}
#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
}

@media only screen and (max-width: 834px) {
  #pagetop {
    bottom: 160px;
    right: 0;
    width: 20%;
  }
  #pagetop img {
    width: 100% !important;
    height: auto;
  }
}
.footer_info address {
  color: #06acea !important;
}
.footer_info address ul {
  margin: 0 auto;
}
.footer_info address ul li {
  width: 100%;
  text-align: center;
}
.footer_info address ul .footer_address {
  padding-top: 30px;
  font-size: 16px;
  display: block;
  font-weight: bold;
  text-align: center;
}
.footer_info address .footer_tel {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .footer_info address ul li {
    width: 100%;
  }
}
#copy {
  background: #017ba9 !important;
  color: #fff;
  padding: 18px;
  display: block !important;
  font-size: 16px !important;
}
#copy a:link {
  color: #fff;
  text-decoration: none;
}
#copy a:hover {
  text-decoration: underline;
}
#copy a:visited {
  color: #fff;
  text-decoration: none;
}

#main #col_main {
  width: 100%;
  max-width: 960px;
}

#contents {
  width: 95%;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#contents a {
  color: #06acea;
}

@media screen and (max-width: 834px) {
  #contents {
    padding: 0 10px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 10px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
#main {
  width: 100% !important;
}

.nega {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.nega_bottom {
  margin-bottom: -50px;
}

@media screen and (max-width: 834px) {
  .nega_bottom {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 640px) {
  .nega_bottom {
    margin-bottom: -10px;
  }
}
/* TOP */
.top_h1bg {
  position: relative;
}
.top_h1bg:after {
  position: absolute;
  content: "";
  background: url(../images/common/bg01.png);
  background-position: bottom;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 30px;
  visibility: inherit;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .top_h1bg:after {
    height: 20px;
  }
}
.top_h1 {
  position: relative;
  z-index: 2;
  width: 95%;
  font-size: 38px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top_h1 span {
  font-size: 57px;
  color: #ea7106;
}

@media screen and (max-width: 834px) {
  .top_h1 {
    font-size: 24px;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .top_h1 br {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .top_h1 span {
    font-size: 30px;
  }
}
.top_h2 {
  position: relative;
  z-index: 2;
  width: 95%;
  font-size: 34px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top_h2 span {
  font-size: 45px;
  color: #ea7106;
}

@media screen and (max-width: 834px) {
  .top_h2 {
    font-size: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .top_h2 span {
    font-size: 28px;
  }
}
.top01_text {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}

@media screen and (max-width: 834px) {
  .top01_text {
    padding: 30px 0 30px 0;
  }
}
.top02_h2 {
  padding: 70px 0 50px 0;
}
.top02_h2 h2 {
  font-size: 36px;
  color: #06acea;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .top02_h2 {
    padding: 30px 0 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .top02_h2 h2 {
    font-size: 24px;
  }
}
.top02_table table {
  table-layout: auto;
}
.top02_table table td {
  padding: 0 !important;
  border: 0 !important;
}
.top02_table .top02_h3 {
  background: #67c0ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #67c0ff 1%, #00abe9 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#67c0ff", endColorstr="#00abe9", GradientType=0);
  /* IE6-9 */
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10px;
  margin-bottom: 10px;
}
.top02_table .top02_h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
.top02_table .top02_img {
  padding-bottom: 10px !important;
}
.top02_table .top02_text01 {
  padding: 10px !important;
  background: #d6eeff;
  border-bottom: 1px solid #06acea !important;
}
.top02_table .top02_text01 div {
  color: #06acea;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
.top02_table .top02_text02 {
  padding: 10px !important;
  border-bottom: 1px solid #06acea !important;
}

.top04_h2 {
  color: #06acea;
  position: relative;
  z-index: 2;
  width: 95%;
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top04_h2 span {
  font-size: 24px;
  padding: 0 10px;
}
.top04_h2:after {
  content: "";
  width: 200px;
  height: 62px;
  background: url(../images/common/top04_h.png);
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .top04_h2:after {
    display: none;
  }
}
.text_line {
  padding: 10px;
  font-size: 24px;
  color: #fff;
  margin: 10px 0;
  background: #06acea;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

/*****************共通クラス*******************************/
.cnt_h1 {
  background: url(../images/common/cnt_h.jpg);
  background-size: cover;
  border: 1px #06acea solid;
}
.cnt_h1 h1 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #06acea;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.cnt_h1 h1 span {
  font-size: 20px;
  display: block;
}

@media screen and (max-width: 640px) {
  .cnt_h1 h1 {
    font-size: 24px;
  }
}
/***************タイトル01***************/
.cnt_title01 {
  display: block;
  padding-left: 15px;
  position: relative;
  font-size: 30px;
  padding: 10px 0;
  color: #fff;
  padding-left: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #06acea;
  margin: 10px 0;
}
.cnt_title01:after {
  content: "";
  width: 3px;
  height: 80%;
  background: #06acea;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 5px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .cnt_title01 {
    font-size: 24px;
  }
}
.cnt_title01_1 {
  display: block;
  padding-left: 15px;
  position: relative;
  border-bottom: 1px dotted #06acea;
  border-top: 1px dotted #06acea;
  font-size: 40px;
  padding: 30px;
  color: #06acea;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #d6eeff;
  margin: 10px 0;
}

@media screen and (max-width: 640px) {
  .cnt_title01_1 {
    font-size: 24px;
    text-align: left !important;
    padding: 20px 10px;
  }
}
/***************タイトル02***************/
.cnt_title02 {
  display: block;
  padding-left: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px dotted #06acea;
  font-size: 24px;
  color: #06acea;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.cnt_title02 span {
  background: #06acea;
  display: inline-block;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}
.cnt_title02:after {
  content: "";
  width: 3px;
  height: 100%;
  background: #06acea;
  position: absolute;
  bottom: 0;
  left: 0;
}

/***************タイトル03***************/
.cnt_title03 {
  display: block;
  position: relative;
  font-size: 24px;
  color: #06acea;
  background: #d6eeff;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 8px;
}

/***************タイトル05***************/
.cnt_title05 {
  display: block;
  position: relative;
  border: 1px dotted #06acea;
  font-size: 18px;
  color: #06acea;
  background: #d6eeff;
  font-weight: bold;
  padding: 5px;
}

/***************タイトル06***************/
.cnt_title06 {
  display: block;
  position: relative;
  border-bottom: 2px solid #06acea;
  font-size: 30px;
  color: #06acea;
  font-weight: bold;
  padding: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/******************強調テキスト**************************************/
.emphasis_text {
  font-size: 38px;
  color: #06acea;
  text-align: center !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 30px 0 !important;
}

@media screen and (max-width: 834px) {
  .emphasis_text {
    font-size: 22px;
  }
}
/******************強調テキスト**************************************/
.emphasis_text01 div {
  font-size: 24px;
  color: #06acea;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.emphasis_text02 div {
  font-size: 24px;
  color: #ea7106;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.emphasis_text03 {
  background-color: #ea7106;
  border: 2px solid #d42800;
}
.emphasis_text03 div {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: bold;
}
.emphasis_text03 div span {
  font-size: 20px;
}

.emphasis_text04 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: bold;
  display: block;
  background: red;
  color: #fff;
  padding: 5px;
}
.emphasis_text04 span {
  font-size: 30px;
  margin-left: 10px;
}

.emphasis_text05 {
  border: 1px solid #0caf03;
  padding: 30px;
  background-color: #b8fdb4;
  border-radius: 30px;
  color: #0caf03;
  font-weight: bold;
  font-size: 24px;
}

/**************************************************************/
.border01 {
  border: 1px solid #06acea;
}

/**************************************************************/
.border02 {
  border: 1px solid #0caf03;
}

/******************テーブル**************************************/
.cnt_imgtable table {
  table-layout: auto !important;
}
.cnt_imgtable table td {
  padding: 0px !important;
  border: 0 !important;
}
.cnt_imgtable table .title {
  padding-bottom: 20px !important;
}
.cnt_imgtable table .title01 {
  border-bottom: 1px solid #06acea !important;
  padding: 10px !important;
  background: #d6eeff;
}
.cnt_imgtable table .title01 div {
  font-weight: bold;
  color: #06acea !important;
}
.cnt_imgtable table .text01 {
  border-bottom: 1px solid #06acea !important;
  padding: 10px !important;
}

/*****************************************************************/
.cnt_imgtable01 td {
  padding: 0 !important;
  padding-bottom: 10px !important;
  border: 0 !important;
}
.cnt_imgtable01 td div {
  border-bottom: 1px dotted #06acea;
}

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 10px;
  background: #e2e1d7;
  border: 1px solid #06acea;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #06acea;
}

.cnt_textbtn01 a {
  padding: 10px;
  background: #d6eeff;
  border: 1px solid #06acea;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #06acea;
}

@media screen and (max-width: 640px) {
  .cnt_textbtn01 a {
    width: 100%;
    text-align: center;
  }
}
/*******************テキスト*******************************************/
.cnt_text {
  padding: 10px 0;
}

/******************ul リスト02**************************************/
.dldt_list02 {
  display: block;
  width: 48%;
  margin: 0 1%;
}
.dldt_list02 dl {
  display: block !important;
  width: 100%;
}
.dldt_list02 dl dt {
  font-weight: bold;
  background: #d6eeff !important;
  color: #06acea !important;
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}
.dldt_list02 dl dd {
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}

@media screen and (max-width: 834px) {
  .dldt_list02 {
    width: 100%;
    margin: 10px auto;
  }
}
/***********流れ02***********/
.table_flow table td {
  padding: 10px !important;
  border: 0 !important;
  background: #e9f0ff;
}
.table_flow table .step {
  width: 150px;
  background: #06acea;
}
.table_flow table .step div {
  color: #fff;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
.table_flow table .setp_title div {
  font-size: 24px;
  font-weight: bold;
  color: #06acea;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 834px) {
  .table_flow table td {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .table_flow table .step div {
    text-align: left;
  }
}
@media screen and (max-width: 834px) {
  .table_flow table .step {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .table_flow table .setp_title div {
    text-align: center;
    padding-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  .table_flow table .setp_title div {
    text-align: left;
  }
}
/*****************************よくある質問****************************************/
.faq {
  padding-bottom: 20px;
  border-bottom: 1px dotted #06acea;
}
.faq td {
  border: 0 !important;
}
.faq .question {
  padding-left: 70px !important;
  position: relative;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.faq .question div {
  color: #ea7106;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.faq .question:after {
  content: "";
  background: url(../images/common/faq_q.png);
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit;
}
.faq .answer {
  padding-left: 70px !important;
  position: relative;
  padding-bottom: 20px;
  padding-top: 35px;
}
.faq .answer div {
  font-size: 16px;
  font-weight: bold;
}
.faq .answer:after {
  content: "";
  background: url(../images/common/faq_a.png);
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit;
}

@media screen and (max-width: 834px) {
  .faq .question div {
    font-size: 20px;
  }
}
/*************************テーブルリスト(ボタン横列)***********************************/
.ul_list_btn ul {
  margin-left: -1%;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ul_list_btn ul li {
  margin-left: 1%;
  width: 24%;
  border: 0 !important;
  padding-bottom: 10px !important;
}
.ul_list_btn ul li a {
  width: 100%;
  padding: 15px 10px;
  font-weight: bold;
  background: #06acea;
  color: #fff !important;
  display: block;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .ul_list_btn ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .ul_list_btn ul {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .ul_list_btn ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .ul_list_btn ul li {
    width: 100%;
  }
}
/*************************テーブルリスト(ボタン横列)***********************************/
.ul_list {
  padding: 20px 0;
}
.ul_list ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  display: block;
}
.ul_list ul li {
  border: 1px solid #0caf03 !important;
  padding: 10px !important;
  margin: 10px;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .ul_list {
    padding: 10px 0;
  }
}
@media screen and (max-width: 640px) {
  .ul_list ul {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .ul_list ul li {
    padding: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .ul_list ul li a {
    padding: 5px;
    text-align: left;
  }
}
/*************************ページ内リンク01***********************************/
.link_name01 {
  margin-top: -30px;
  padding-top: 30px;
}

@media screen and (max-width: 834px) {
  .link_name01 {
    margin-top: -50px;
    padding-top: 50px;
  }
}
/*******************お写真紹介 table********************/
#fancybox-title-float-wrap td {
  padding: 0px 7px !important;
}

/****************************会社概要************************************/
.information_table {
  font-size: 18px;
}
.information_table table {
  width: 100%;
  margin: 0 auto;
}
.information_table table td {
  border: 0 !important;
  padding: 10px !important;
  border-bottom: 1px solid #06acea !important;
}
.information_table table .information_title {
  padding-left: 20px !important;
  width: 30%;
  background: #d6eeff;
}
.information_table table .information_title div {
  color: #06acea !important;
  font-weight: bold;
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .information_table table td {
    display: block !important;
    width: 100% !important;
  }
}
/***********************ビフォ―アフター********************************/
.before_after {
  margin: 0 auto;
}
.before_after table {
  margin: 0 auto;
}
.before_after table td {
  border: 0px;
  padding: 10px !important;
  text-align: center;
}
.before_after table td div {
  text-align: center;
  font-weight: bold;
  color: #06acea;
  font-size: 18px;
  margin-top: 10px;
}
.before_after table .before_after_img img {
  width: 100% !important;
}
.before_after table .arrow_img {
  width: 50px !important;
}

@media screen and (max-width: 640px) {
  .before_after table td {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .before_after table .before_after_img img {
    width: 95% !important;
  }
}
@media screen and (max-width: 640px) {
  .before_after table .arrow_img {
    width: 100% !important;
  }
  .before_after table .arrow_img img {
    transform: rotateZ(90deg);
  }
}
/***************新着情報***************************/
.newstitle {
  border-bottom: 1px solid #199640;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
}

.news_table table {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.news_table table:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted #199640;
}
.news_table table td {
  padding: 0px !important;
  border: 0px !important;
}
.news_table table .news_day {
  width: 100px;
  color: #ef8100;
  font-weight: bold;
  text-align: center;
}
.news_table table .news_text {
  padding-bottom: 20px !important;
}
.news_table .scroll {
  width: 100%;
  height: 340px;
  text-align: left;
  background: #fff;
  border: 0px !important;
  max-width: 100% !important;
}
.news_table .mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #199640 !important;
  width: 10px !important;
  border-radius: 0px !important;
}

/******************新着情報　AI用***************************/
.top_scroll {
  background: #fff;
  height: 400px !important;
  max-width: 600px;
  border: 1px solid #06acea;
}
.top_scroll li {
  border-bottom: 1px dotted #06acea;
  padding: 20px 0;
}
.top_scroll li span {
  font-size: 20px;
  color: #06acea;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
}

.scroll {
  margin: 0 auto;
  padding: 30px;
  text-align: left;
}

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #0d8bc1 !important;
  width: 10px !important;
  border-radius: 0px !important;
}

/***************AI用Instagram***************************/
/***************topInstagram***************************/
.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}
.top_instagram div.sns_list > div {
  width: 20%;
  margin: 0;
  display: flex;
  border-bottom: 0px;
}
.top_instagram div.sns_list > div:last-child {
  display: flex;
}
.top_instagram div.sns_list div.sns_photo {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}
.top_instagram div.sns_list div.sns_text {
  display: none;
}

@media screen and (max-width: 834px) {
  .top_instagram div.sns_list > div {
    width: 50%;
  }
}
.sns_photo img {
  height: 200px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  background: #06acea;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 8px;
}
.cnt_insta .caption {
  padding-top: 20px;
  font-size: 16px;
}
.cnt_insta .sns_photo {
  width: 30% !important;
}
.cnt_insta div.sns_list {
  border: 0 !important;
}
.cnt_insta div.sns_list > div {
  border-bottom: 1px dashed #06acea;
}

@media screen and (max-width: 834px) {
  .cnt_insta .sns_photo {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list > div {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 70% !important;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta div.sns_list div.sns_text {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo img {
    width: 80% !important;
    height: auto !important;
    margin: 0 auto;
  }
}
.waku2 {
  border: solid 1px #ecebde;
  border-radius: 5px;
  background-color: #fffef2;
  padding: 30px;
  font-size: 18px;
}
.waku2 b {
  padding-bottom: 2px;
  border-bottom: solid 2px #ff0;
}

#c109 dl:last-child {
  display: none;
}

.toggle2 {
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .apptxt img {
    width: 100% !important;
  }
}
.toggle .category {
  padding: 15px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  font-size: 18px;
  margin-top: 30px;
}
.toggle .category .ttl {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: center !important;
}
.toggle .category .ttl div {
  text-align: center !important;
}
.toggle .button {
  width: 100% !important;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f7f7f7;
  padding: 2% !important;
  margin: 0 !important;
}
.toggle .button ul {
  display: -webkit-flex !important;
  -webkit-flex-wrap: wrap !important;
  display: flex !important;
  flex-wrap: wrap;
  width: auto;
  justify-content: space-between;
}
.toggle .button ul li {
  border: 0 !important;
  padding-bottom: 10px !important;
  list-style-type: none;
  text-align: left;
  float: none !important;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.toggle .button ul li a {
  padding: 15px 10px;
  border-radius: 50px;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  color: #111 !important;
  text-decoration: none;
}

.ul_list_btn2 ul {
  display: -webkit-flex !important;
  -webkit-flex-wrap: wrap !important;
  display: flex !important;
  flex-wrap: wrap;
  width: auto;
  justify-content: space-between;
}
.ul_list_btn2 ul li {
  border: 0 !important;
  padding-bottom: 10px !important;
  list-style-type: none;
  text-align: left;
  float: none !important;
  box-sizing: border-box;
  overflow: hidden;
  width: 32%;
}
.ul_list_btn2 ul li a {
  width: 100%;
  padding: 15px;
  font-weight: bold;
  background: #06acea;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.storewrap {
  margin-top: 30px;
  border: solid 1px #d5d4d4 !important;
}
.storewrap ul {
  display: -webkit-flex !important;
  -webkit-flex-wrap: wrap !important;
  display: flex !important;
  flex-wrap: wrap;
  width: auto;
  justify-content: space-between;
}
.storewrap ul li {
  border: 0 !important;
  padding-bottom: 10px !important;
  list-style-type: none;
  text-align: left;
  float: none !important;
  box-sizing: border-box;
  overflow: hidden;
  width: 32%;
}
.storewrap ul li a {
  width: 100%;
  padding: 15px;
  font-weight: bold;
  background: #06acea;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .storewrap ul li {
    float: none !important;
    margin-bottom: 15px;
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .storewrap ul li {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 834px) {
  .storewrap ul li a {
    padding: 15px 10px;
    border-radius: 50px;
    display: block;
    background: #f7f7f7;
    border: 1px solid #ccc;
    text-align: center;
    color: #111 !important;
    text-decoration: none;
  }
}
.emphasis_text03 a {
  text-decoration: none;
}

.midashi2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.midashi2 img {
  margin-right: 10px;
}
.midashi2 h2 {
  display: block !important;
  font-size: 19px;
  font-weight: 700;
}

.icons {
  font-size: 14px;
}
.icons tr {
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
}
.icons td {
  width: 35%;
  background: #f7f7f7;
  border: 1px solid #ccc !important;
  padding: 10px !important;
}
.icons td img {
  margin-bottom: 10px;
}
.icons td div {
  font-weight: 600;
}

.ttlblog div {
  font-size: 14px;
  font-weight: 600;
}

.waku {
  border: solid 1px #d5d4d4 !important;
}

.tooltip {
  position: relative;
  color: #006080;
  border: 0 !important;
}
.tooltip:hover span {
  visibility: visible;
}
.tooltip span {
  visibility: hidden;
  width: 200px;
  background-color: #111;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: -20px;
  right: 0;
  font-size: 13px;
}

.news {
  height: 400px;
  border: 1px solid #ccc;
  padding: 30px;
}
.news ul {
  overflow-y: auto;
  height: 100%;
}
.news ul li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news ul li span {
  display: block;
}

.news2 {
  height: 300px;
  border: 1px solid #ccc;
  padding: 30px;
}
.news2 ul {
  overflow-y: auto;
  height: 100%;
}
.news2 ul li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news2 ul li span {
  display: block;
}

@media screen and (max-width: 660px) {
  .news,
  .news2 {
    padding: 15px;
  }
}
.works01 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -2.6455026455% !important;
}
.works01 .ttl {
  margin-left: 2.6455026455% !important;
}
.works01 .flexwrap2 {
  margin-left: 2.6455026455% !important;
  width: 30.6878306878% !important;
  display: block !important;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.works01 .flexwrap2 > div {
  width: 100% !important;
}
.works01 .flexwrap2 > div td {
  padding: 0 !important;
}
.works01 .flexwrap2 > div img {
  width: 100% !important;
}
.works01 .flexwrap2 .cnt_imgtable {
  width: 100% !important;
  margin-top: 10px !important;
}
.works01 .flexwrap2 .cnt_imgtable td {
  display: block !important;
  padding: 10px !important;
  width: 100% !important;
}
.works01 .flexwrap2 .cnt_imgtable .title {
  padding: 0 0 10px 0 !important;
}
.works01 .flexwrap2 .cnt_imgtable .title .cnt_title02 {
  padding: 0 !important;
  font-size: 20px !important;
}
.works01 .flexwrap2 .cnt_imgtable .title .cnt_title02:after {
  content: "";
  display: none !important;
}
.works01 .flexwrap2 .cnt_imgtable01 {
  width: 100% !important;
  margin-top: 10px !important;
}

@media only screen and (max-width: 1200px) {
  .works01 {
    margin-left: 0 !important;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1200px) {
  .works01 .ttl {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .works01 .flexwrap2 {
    margin-left: 0 !important;
    width: 48% !important;
  }
}
.flexwrap2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.flexwrap2 > div {
  width: 40% !important;
}
.flexwrap2 > div td {
  padding: 0 !important;
}
.flexwrap2 > div img {
  width: 100% !important;
}
.flexwrap2 .cnt_imgtable,
.flexwrap2 .cnt_imgtable01 {
  width: 57% !important;
}

@media only screen and (max-width: 640px) {
  .flexwrap2 > div {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .flexwrap2 .cnt_imgtable {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .flexwrap2 .cnt_imgtable01 {
    width: 100% !important;
  }
}
.flexwrap3 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.flexwrap3 > div {
  width: 49% !important;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .flexwrap3 > div {
    width: 100% !important;
  }
}
.blog_text {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 0 10px 20px 10px;
  border: solid 1px #d5d4d4;
  padding: 20px 10px;
}
.blog_text .left {
  width: 30%;
}
.blog_text .left img {
  width: 100% !important;
}
.blog_text .right {
  width: 68%;
}
.blog_text .right dt {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.blog_text .right dt span {
  display: none;
  font-size: 16px;
  margin-top: 0;
  text-align: justify;
  font-weight: 700;
}
.blog_text .right dt a {
  color: #06acea;
  text-decoration: none !important;
  display: block;
}
.blog_text .right dt a span {
  display: block;
  font-size: 18px;
}
.blog_text .right dd.txt {
  margin-bottom: 20px;
}
.blog_text .right dd ul {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -2.3255%;
}
.blog_text .right dd ul:after {
  display: none;
}
.blog_text .right dd ul li {
  list-style: none;
  width: auto;
  margin-right: 2.3255%;
  margin-bottom: 15px;
  list-style: none;
}
.blog_text .right dd ul li a {
  display: block;
  padding: 5px 15px;
  box-shadow: 0 3px 0 0 #c8580d;
  background-color: #f06f18;
  color: #fff !important;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog_text .right dd ul {
    margin-right: -1.75438%;
  }
}
@media only screen and (max-width: 640px) {
  .blog_text .right dd ul {
    margin-right: 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog_text .right dd ul li {
    width: 31.5789%;
    margin-right: 1.75438%;
  }
}
@media only screen and (max-width: 640px) {
  .blog_text .right dd ul li {
    width: 48%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .blog_text .right dd ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 468px) {
  .blog_text {
    display: block !important;
    margin: 0 0 20px 0;
  }
  .blog_text .left {
    width: 100% !important;
    margin-bottom: 20px !important;
    display: block;
  }
  .blog_text .right {
    width: 100% !important;
  }
}
.contacth2 h2 {
  display: block !important;
  padding-left: 15px;
  position: relative;
  font-size: 30px;
  padding: 10px 0;
  color: #fff;
  padding-left: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #f06f18;
  margin: 0;
}

.blogfome {
  padding: 5%;
  background: #f7f7f7;
}
.blogfome dl {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.blogfome dl:last-child {
  border-bottom: 1px solid #ccc;
}
.blogfome dt {
  font-weight: 700;
  color: #000;
  border: 0 !important;
  width: 20%;
}
.blogfome dt span {
  display: block;
  font-weight: 400;
}

.yubin {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.yubin input {
  margin-left: 15px !important;
  max-width: 100px !important;
}

.blogfome dd textarea {
  padding: 4px;
}

.addr select {
  width: 122px !important;
  padding: 4px 2px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 100%;
  max-width: 100%;
}

.blogfome dd {
  border: 0 !important;
  background: inherit !important;
  width: 80%;
}
.blogfome dd input {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}
.blogfome dd textarea {
  display: block;
  width: 100%;
}
.blogfome dd.addr > div {
  margin: 10px 0;
}

.red {
  color: red;
}

.submit_area {
  text-align: center;
}
.submit_area input {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 150px;
  height: 40px;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.banner dl {
  border: 1px solid #06acea;
}
.banner dl dt {
  margin: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.banner dl dt:first-child {
  margin: 0;
  border-bottom: 0;
  background: #06acea;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.banner dl dd {
  padding: 10px 10px 20px;
}

.storestep {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.storestep .box {
  width: 32% !important;
}
.storestep .box img {
  width: 100% !important;
}
.storestep .box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.storestep .box h3:first-letter {
  font-size: 25px;
  color: #fff;
  background: #06acea;
  padding: 0 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .storestep .box {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.fancybox-image,
.fancybox-spaceball {
  padding: 10px !important;
}

.voice01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.voice01 .box {
  position: relative;
  width: 48%;
  margin-bottom: 60px;
}
.voice01 .box td {
  padding: 0 !important;
  border: 0 !important;
}
.voice01 .box .ttl {
  font-size: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding: 20px 0 10px 0 !important;
  border-bottom: 1px solid #111 !important;
}
.voice01 .box .txt {
  padding-top: 10px !important;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.voice01 .box .img01 {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 30%;
  border: 1px solid #06acea !important;
}
.voice01 .box .img01 a {
  display: block;
  color: #111 !important;
  transition: 1s;
  opacity: 1 !important;
}
.voice01 .box .img01 a:hover {
  color: #06acea !important;
}
.voice01 .box .img01 a:before {
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  content: "\f00e";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
}
.voice01 .box .img01 a img {
  opacity: 1 !important;
}
.voice01 .box .img02 img {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .voice01 .box {
    margin-bottom: 60px;
    width: 100%;
  }
}
.midashi3 h3 {
  color: #333;
  font-weight: 700;
  border-bottom: solid 3px #333;
  padding-bottom: 15px;
  font-size: 20px;
}

@media only screen and (max-width: 834px) {
  .midashi3 h3 {
    font-size: 18px;
  }
}
.homecontact .continner {
  padding: 50px 30px 30px 30px;
  border: 3px solid #00ade9;
  background: url(../images/3/bg_1.jpg) no-repeat right top;
  background-size: cover;
}
.homecontact .sankaku {
  position: relative;
  padding: 1.5em 10px;
  background: #00ade9;
}
.homecontact .sankaku:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  border: 25px solid transparent;
  border-top: 25px solid #00ade9;
  width: 0;
  height: 0;
  margin: 0 auto;
  visibility: inherit !important;
}
.homecontact .sankaku h2 {
  font-weight: 700;
  line-height: 1.4em;
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 834px) {
  .homecontact .continner {
    background: none;
  }
}
@media only screen and (max-width: 1000px) {
  .homecontact .sankaku h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .homecontact .sankaku h2 {
    font-size: 18px;
  }
}
.midashi4 h2 {
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .midashi4 h2 {
    font-size: 20px;
  }
}
.lh16 {
  line-height: 1.6em;
}

.style_h1 {
  background: url(../images/common/midashi_9.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.style_h1 h1 {
  background: rgba(239, 187, 104, 0.7);
  padding: 50px 0;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  font-weight: 900;
}

@media only screen and (max-width: 834px) {
  .style_h1 h1 {
    font-size: 25px;
    padding: 30px 15px;
  }
}
.style_h2 {
  background: url(../images/common/midashi_10.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.style_h2 h1 {
  background: rgba(51, 122, 183, 0.7);
  padding: 50px 0;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  font-weight: 900;
}

@media only screen and (max-width: 834px) {
  .style_h2 h1 {
    font-size: 25px;
    padding: 30px 15px;
  }
}
.abour_01 {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #aaa;
}
.abour_01 .ttl div {
  font-weight: 700;
}
.abour_01 .continner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.abour_01 .continner ul li {
  padding-left: 0px !important;
  float: none !important;
  width: 48%;
  color: #06acea;
  padding: 5px;
}
.abour_01 .continner ul li a {
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  .abour_01 .continner ul li {
    width: 100%;
  }
}
.mokuzi01 {
  padding: 0 50px 60px;
  border: 2px solid #3b81ca;
  background-color: #fff;
}
.mokuzi01 .ttl {
  width: 240px;
  margin: -12px auto 57px;
  padding: 0;
  color: #333;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border: none;
}
.mokuzi01 .ttl div {
  font-weight: 700;
}
.mokuzi01 .continner ul li {
  margin-bottom: 10px;
  padding-left: 0px !important;
  float: none !important;
  width: 100%;
  color: #06acea;
}
.mokuzi01 .continner ul li a {
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  .mokuzi01 .continner ul li {
    width: 100%;
  }
}
.midashi5 {
  width: 100%;
}
.midashi5 h2 {
  font-weight: 700;
  background: #f3f3f3;
  padding: 15px 0.5em 15px 1.5em;
  position: relative;
  font-size: 25px;
}
.midashi5 h2:after {
  content: "";
  width: 5px;
  height: 20px;
  border-radius: 500px;
  background: #c6a10c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.midashi5 h3 {
  position: relative;
  padding: 0 0 0 24px;
  color: #333;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  background: none;
}
.midashi5 h3:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 22px;
  background-color: #367ddc;
}

.midashi6 {
  width: 100%;
}
.midashi6 h2 {
  font-weight: 700;
  background: #f3f3f3;
  padding: 15px 0.5em 15px 1.5em;
  position: relative;
  font-size: 25px;
}
.midashi6 h2:after {
  content: "";
  width: 5px;
  height: 20px;
  border-radius: 500px;
  background: #337ab7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.midashi6 h3 {
  position: relative;
  padding: 0 0 0 24px;
  color: #333;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  background: none;
}
.midashi6 h3:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 22px;
  background-color: #337ab7;
}

.midashi7 {
  width: 100%;
  position: relative;
  padding: 0 0 0 24px;
  color: #333;
  font-size: 20px;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  background: none;
}
.midashi7:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 22px;
  background-color: #337ab7;
}
.midashi7 div {
  font-weight: 700;
}

.anc div {
  padding-top: 68px;
  margin-top: -68px;
}

.abour_02 {
  margin-left: -2.1276%;
}
.abour_02 .box {
  width: 22.8723%;
  margin-left: 2.1276%;
  margin-bottom: 20px;
  font-size: 13px;
}
.abour_02 .box img {
  margin-bottom: 20px !important;
  width: 100% !important;
}
.abour_02 .box h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 10px !important;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .abour_02 {
    margin-left: 0;
    justify-content: space-between !important;
  }
}
@media only screen and (max-width: 834px) {
  .abour_02 .box {
    width: 48%;
    margin-left: 0;
  }
}
.abour_03 {
  margin-left: -2.6455% !important;
}
.abour_03 .box {
  width: 30.6878%;
  margin-left: 2.6455%;
  margin-bottom: 20px;
  font-size: 13px;
}
.abour_03 .box img {
  margin-bottom: 20px !important;
}
.abour_03 .box h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 10px !important;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .abour_03 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 834px) {
  .abour_03 .box {
    width: 100%;
    margin-left: 0%;
  }
}
.abour_04 {
  margin-left: -2.6455% !important;
}
.abour_04 .box {
  width: 30.6878%;
  margin-left: 2.6455%;
  margin-bottom: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.abour_04 .box img {
  width: 100% !important;
}
.abour_04 .box div {
  color: #fff;
  font-size: 15px;
  padding: 10px;
  background: #07acea;
  display: block;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .abour_04 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 834px) {
  .abour_04 .box {
    width: 100%;
    margin-left: 0%;
  }
}
.abour_05 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abour_05 .box {
  width: 28%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.abour_05 .box:last-child {
  width: 38%;
}
.abour_05 .box img {
  width: 100% !important;
}
.abour_05 .box > div {
  color: #fff;
  font-size: 15px;
  padding: 10px;
  background: #07acea;
  display: block;
  width: 100%;
  text-align: center;
}
.abour_05 .box > div:empty {
  display: none;
}

@media only screen and (max-width: 834px) {
  .abour_05 .box {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .abour_05 .box:last-child {
    width: 100%;
  }
}
.area01 {
  background: #07acea;
  padding: 80px;
}
.area01 .midashi h2 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
}
.area01 .txt {
  border-bottom: 1px solid #137ad1;
  padding-bottom: 30px;
  color: #fff;
}
.area01 ul li {
  font-size: 16px;
  line-height: 1.9em;
}
.area01 ul li a {
  color: #fff;
}
.area01 .area-list ul:not(.rosen) li {
  width: 14.58%;
  color: #fff;
}
.area01 .area-list ul:not(.rosen) li:nth-child(6n+1) {
  clear: both;
  margin-left: 0;
}
.area01 .txt2 {
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .area01 {
    padding: 50px;
  }
}
@media only screen and (max-width: 834px) {
  .area01 ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .area01 .area-list ul:not(.rosen) li {
    width: 15%;
    float: none !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .area01 .area-list ul:not(.rosen) li {
    width: 33%;
    float: none !important;
    text-align: center !important;
  }
}
.bglp {
  background: url(../images/lp/pt.gif);
}

.lpcont1 {
  z-index: 0;
  position: relative;
}
.lpcont1:after {
  content: "";
  background: url(../images/lp/mainbg.jpg) repeat-x;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.lpcont1 .img {
  position: relative;
  z-index: 2;
}
.lpcont1 .lpcontact {
  position: static;
  background: url(../images/lp/pt.gif);
  padding: 50px 0;
  z-index: 3;
}
.lpcont1 .lpcontact:before {
  content: "";
  background: url(../images/lp/mainpt.png) no-repeat right bottom;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.lpcont1 .lpcontact article {
  position: relative;
  z-index: 4;
  max-width: 700px;
  margin: 0 auto;
}
.lpcont1 .lpcontact h1 {
  text-shadow: 0 0 10rgba #000, 0.5;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}
.lpcont1 .lpcontact h1 span {
  color: #e9080f;
}
.lpcont1 .lpcontact div a {
  border-radius: 10px;
  opacity: 1;
  transition: 1s;
  display: block;
  padding: 1.5%;
  background: #fff000;
  color: #000 !important;
  font-weight: 700;
  font-size: 30px;
  text-decoration: none !important;
}
.lpcont1 .lpcontact div a:hover {
  background: #9e9500;
}

@media screen and (max-width: 834px) {
  .lpcont1 .lpcontact {
    padding: 35px 10px;
  }
}
@media screen and (max-width: 1600px) {
  .lpcont1 .lpcontact:before {
    background-size: 35%;
  }
}
@media screen and (max-width: 834px) {
  .lpcont1 .lpcontact:before {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .lpcont1 .lpcontact h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont1 .lpcontact div a {
    font-size: 20px;
  }
}
.lpcont2 {
  background: url(../images/lp/bg_1.jpg) no-repeat;
  background-size: cover;
  padding: 250px 0;
}
.lpcont2 .txt {
  background: rgba(255, 255, 255, 0.7);
  max-width: 1000px;
  margin: 0 auto;
}
.lpcont2 .txt h2 {
  color: #fff;
  font-weight: 900;
  padding: 15px;
  background: rgba(62, 167, 232, 0.7);
  font-size: 40px;
}
.lpcont2 .txt div {
  line-height: 3em;
  font-weight: 700;
  font-size: 16px;
  padding: 5%;
  color: #333;
}
.lpcont2 .txt div b {
  margin-bottom: 15px;
  display: block;
  color: #222;
  font-weight: 900;
  font-size: 30px;
}

@media screen and (max-width: 1000px) {
  .lpcont2 {
    padding: 150px 20px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont2 {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont2 .txt h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 640px) {
  .lpcont2 .txt h2 {
    font-size: 29px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont2 .txt div b {
    font-size: 25px;
  }
}
.lpcont3 {
  position: relative;
  padding: 100px 0;
  background: url(../images/lp/bg_2.jpg) no-repeat;
  background-size: cover;
}
.lpcont3 img {
  z-index: 1;
  position: relative;
}
.lpcont3:before {
  content: "";
  background: url(../images/lp/logo.png) no-repeat center top;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -130px;
  bottom: 0;
  display: block;
}

@media screen and (max-width: 1000px) {
  .lpcont3 {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont3 {
    padding: 80px 10px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont3:before {
    display: none;
  }
}
.lpcont4_1 {
  background: url(../images/lp/pt.gif);
  padding: 0;
}
.lpcont4_1 article {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  max-width: 1000px;
  margin: auto;
}
.lpcont4_1 article h2 {
  color: #fff;
  font-weight: 900;
  font-size: 40px;
}
.lpcont4_1 article div {
  font-weight: 900;
  color: #fff;
  background: #3ea7e8;
  width: 160px;
  height: 160px;
  font-size: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

@media screen and (max-width: 1000px) {
  .lpcont4_1 article {
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .lpcont4_1 article {
    flex-direction: column-reverse;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .lpcont4_1 article h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .lpcont4_1 article h2 {
    padding: 20px;
    text-align: center !important;
    font-size: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .lpcont4_1 article div {
    width: 130px;
    height: 130px;
    font-size: 70px;
  }
}
@media screen and (max-width: 640px) {
  .lpcont4_1 article div {
    width: 100%;
    height: auto;
    font-size: 40px;
    margin-right: 0;
    padding: 15px;
  }
}
.lpcont5 {
  padding-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px !important;
  margin: auto;
  flex-wrap: wrap;
}
.lpcont5.fxdrr {
  flex-direction: row-reverse;
}
.lpcont5 .flxL {
  width: 48%;
}
.lpcont5 .flxL img {
  width: 100% !important;
}
.lpcont5 .flxR {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .lpcont5 {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 834px) {
  .lpcont5 {
    flex-direction: column;
    margin-bottom: 50px;
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .lpcont5.fxdrr {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont5.fxdrr {
    flex-direction: column;
    padding: 20px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont5 .flxL {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont5 .flxR {
    width: 100%;
  }
}
.lpcontact2 {
  position: static;
  background: url(../images/lp/pt.gif);
  padding: 50px 0;
  z-index: 3;
}
.lpcontact2 article {
  position: relative;
  z-index: 4;
  max-width: 700px;
  margin: 0 auto;
}
.lpcontact2 h2 {
  text-shadow: 0 0 10rgba #000, 0.5;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}
.lpcontact2 h2 span {
  color: #e9080f;
}
.lpcontact2 div a {
  border-radius: 10px;
  opacity: 1;
  transition: 1s;
  display: block;
  padding: 1.5%;
  background: #fff000;
  color: #000 !important;
  font-weight: 700;
  font-size: 30px;
  text-decoration: none !important;
}
.lpcontact2 div a:hover {
  background: #9e9500;
}

@media screen and (max-width: 834px) {
  .lpcontact2 {
    padding: 35px 10px;
  }
}
@media screen and (max-width: 834px) {
  .lpcontact2 article {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .lpcontact2 h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 834px) {
  .lpcontact2 div a {
    font-size: 20px;
  }
}
.lpcont6 {
  background: url(../images/lp/bg_3.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.lpcont6 .wrap {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
.lpcont6 .wrap .box {
  width: 48%;
  background: #fff;
  padding: 50px;
}
.lpcont6 .wrap .box h3 {
  font-size: 25px;
  color: #e9080f;
  font-weight: 700;
  margin-bottom: 15px;
}
.lpcont6 .wrap .box div {
  font-size: 20px;
  color: #333;
}

@media screen and (max-width: 1000px) {
  .lpcont6 {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont6 {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont6 .wrap {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .lpcont6 .wrap .box {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
  }
}
.lpcont7 {
  padding: 100px 0;
}
.lpcont7 .inner {
  max-width: 1200px !important;
  padding-bottom: 0;
}
.lpcont7 .ttl {
  margin-bottom: 30px;
}
.lpcont7 .ttl h2 {
  font-weight: 900;
  color: #fff;
  font-size: 40px;
}
.lpcont7 .ttl h2 span {
  margin-top: 10px;
  font-size: 50px;
  display: block;
}
.lpcont7 .wrap {
  display: flex;
  justify-content: start !important;
  margin-left: -2.439%;
}
.lpcont7 .wrap .box {
  margin-left: 2.439%;
  width: 30.8943%;
  margin-bottom: 30px;
}
.lpcont7 .wrap .box div {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.lpcont7 .wrap .box img {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .lpcont7 {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont7 {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 640px) {
  .lpcont7 .ttl h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 640px) {
  .lpcont7 .ttl h2 span {
    font-size: 45px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont7 .wrap {
    margin-left: 0;
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 834px) {
  .lpcont7 .wrap .box {
    margin-left: 0;
    width: 49%;
  }
}
.lpbtn {
  max-width: 600px;
  margin: 0 auto;
}
.lpbtn a {
  border-radius: 10px;
  opacity: 1;
  transition: 1s;
  display: block;
  padding: 20px 10px;
  background: #fff000;
  color: #000 !important;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none !important;
}
.lpbtn a:hover {
  background: #9e9500;
}

.lpmidashi {
  margin-bottom: 30px;
}
.lpmidashi h2 {
  font-weight: 900;
  color: #fff;
  font-size: 40px;
}
.lpmidashi h2 span {
  margin-top: 10px;
  font-size: 50px;
  display: block;
}

@media screen and (max-width: 640px) {
  .lpmidashi h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 640px) {
  .lpmidashi h2 span {
    font-size: 45px;
  }
}
.lpbg01 {
  background: url(../images/lp/bg_4.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}

@media screen and (max-width: 1000px) {
  .lpbg01 {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 834px) {
  .lpbg01 {
    padding: 80px 10px;
  }
}
.lpbg02 {
  background: url(../images/lp/bg_5.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}

@media screen and (max-width: 1000px) {
  .lpbg02 {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 834px) {
  .lpbg02 {
    padding: 80px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .lpcont8 {
    padding: 0 20px;
  }
}
.lpcont8 .inner {
  margin: 0 auto 30px;
  max-width: 1200px;
  padding: 30px;
  border: 5px solid #3ea7e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lpcont8 .inner .flxL {
  width: 30%;
}
.lpcont8 .inner .flxL .img {
  width: 100% !important;
}
.lpcont8 .inner .flxL .img img {
  width: 100% !important;
}
.lpcont8 .inner .flxR {
  width: 65%;
}
.lpcont8 .inner .flxR .ttl {
  font-size: 20px;
  line-height: 1.7em;
}
.lpcont8 .inner .flxR .ttl h3 {
  color: #3ea7e8;
  font-weight: 900;
  font-size: 35px;
  display: block;
  margin-left: -23px;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .lpcont8 .inner {
    display: block;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 834px) {
  .lpcont8 .inner .flxL {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .lpcont8 .inner .flxR {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .lpcont8 .inner .flxR .ttl h3 {
    font-size: 30px;
    margin-left: -20px;
  }
}
.lpqa {
  margin: 0 auto;
  max-width: 1200px;
}
.lpqa .box {
  margin-bottom: 30px;
  padding: 30px;
  background: #f7f7f7;
}
.lpqa .box h3 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 25px;
  font-weight: 700;
  color: #222;
}
.lpqa .box h3:before {
  content: url(../images/lp/q.png);
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 20px;
}
.lpqa .box div {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 20px;
}
.lpqa .box div:before {
  content: url(../images/lp/a.png);
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .lpqa {
    padding: 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .lpqa .box h3 {
    font-size: 20px;
  }
}
.temp_01 article {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.temp_01 article img {
  float: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.temp_01 article h3 {
  width: 100% !important;
  font-size: 20px;
  font-weight: 700;
  text-align: center !important;
  color: #fff;
  background: #337ab7;
  padding: 15px;
}

.reviews {
  padding: 30px;
  background: #f7f7f7;
}
.reviews .box {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.reviews .box h3 {
  font-weight: 700;
  line-height: 1.6em;
  font-size: 14px;
  margin-top: 10px;
}
.reviews .box img {
  width: 140px !important;
  display: block;
}
.reviews .box div {
  font-size: 14px;
}
.reviews .box div .date {
  display: block !important;
  color: #ccc !important;
}

.orderwrap .orderttl {
  border-radius: 10px 10px 0 0;
  background: url(../images/contents/pt_1.gif);
  padding: 10px;
  border-top: 1px #ea7106 solid;
  border-left: 1px #ea7106 solid;
  border-right: 1px #ea7106 solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orderwrap .orderttl img {
  max-width: 400px;
}
.orderwrap .ordertime {
  height: 300px;
  overflow-y: scroll;
  border-collapse: inherit;
}
.orderwrap .ordertime table thead tr {
  border-top: 1px #ea7106 solid;
}
.orderwrap .ordertime table thead tr th {
  font-weight: 700;
  color: #fff;
  background: #ff7b00;
  padding: 10px;
  text-align: center;
  width: 33.33333333%;
  border-top: 1px #ea7106 solid;
  border-bottom: 0;
  border-left: 1px #ea7106 solid;
  border-right: 0;
}
.orderwrap .ordertime table thead tr th:last-child {
  border-right: 1px #ea7106 solid;
}
.orderwrap .ordertime table tbody tr:last-child td {
  border-bottom: 1px #ea7106 solid;
}
.orderwrap .ordertime table tbody tr td {
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  padding: 10px;
  text-align: center;
  width: 33.33333333%;
  border-top: 1px #ea7106 solid;
  border-bottom: 0;
  border-left: 1px #ea7106 solid;
  border-right: 0;
}
.orderwrap .ordertime table tbody tr td:last-child {
  border-right: 1px #ea7106 solid;
}
.orderwrap .orderfot {
  text-align: center;
  border-radius: 0 0 10px 10px;
  background: url(../images/contents/pt_1.gif);
  padding: 15px;
  border-top: 1px #ea7106 solid;
  border-left: 1px #ea7106 solid;
  border-right: 1px #ea7106 solid;
}

@media screen and (max-width: 640px) {
  .orderwrap .orderttl span {
    display: none;
  }
}

.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}
html {
  overflow-x: hidden;
}

body {
  position: relative;
}

#contents_wrap {
  overflow-x: hidden;
}

.inner-600 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-700 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-700 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-800 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-800 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-900 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-900 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1000 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1100 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1200 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1300 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1300 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1400 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1400 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1500 {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1500 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1600 {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1920 {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1920 {
    padding-left: 20px;
    padding-right: 20px;
  }
}/*# sourceMappingURL=common_style.css.map */