@charset "UTF-8";
/* =====================================================
sass使用/cssを直接編集しない
======================================================== */
/* =====================================================
reset
======================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, img {
  vertical-align: middle;
}

/* =====================================================
module
======================================================== */
/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.marker {
  color: #0e1f3d;
}

.red {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.tb_pc {
  display: none;
}

/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .tb_pc {
    display: block;
  }
}

/*==================================================
★body
====================================================*/
body {
  width: 100%;
  background-color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1rem;
  color: #0a1528;
}

a {
  color: #0a1528;
  text-decoration: underline;
}

a:hover {
  color: #0a1528;
  text-decoration: underline;
}

.marker {
  color: #0e1f3d;
}

/*==================================================
★header
====================================================*/
.logobx {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 91;
  width: 100%;
}

.logobx h1 {
  padding: 20px;
  width: calc(100% - 180px);
  background-color: rgba(255, 255, 255, 0.8);
}

.logobx h1 img {
  width: 120px;
}

.logobx p {
  padding: 20px;
  width: calc(100% - 180px);
  background-color: rgba(255, 255, 255, 0.8);
}

.logobx p img {
  width: 120px;
}

/*==================================================
★firstview
====================================================*/
.firstview {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.firstview .slide {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.firstview .slide li {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s 0s ease;
}

.firstview .slide li svg.bg {
  width: 100%;
  height: 100%;
}

.firstview .slide li.show {
  opacity: 1;
}

.firstview .slide li.hide {
  opacity: 0;
}

.firstview .slide::before {
  position: absolute;
  top: 70%;
  left: 0;
  content: "";
  display: block;
  width: 25%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 50;
}

.firstview .slide::after {
  position: absolute;
  top: 70%;
  right: 0;
  content: "";
  display: block;
  width: 25%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 51;
}

.firstview .copysupport {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 30;
  width: 40%;
  transform: translateX(-50%);
  max-width: 250px;
}

.firstview .contrbx .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  list-style-type: none;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  width: 100%;
}

.firstview .contrbx .txt li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s 0s ease;
  width: 100%;
  text-align: center;
}

.firstview .contrbx .txt li.show {
  opacity: 1;
}

.firstview .contrbx .txt li.hide {
  opacity: 0;
}

.firstview .contrbx .controler {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 15;
  display: flex;
  justify-content: space-between;
  width: 280px;
  transform: translateX(-50%);
}

.firstview .contrbx .controler li {
  list-style-type: none;
}

.firstview .contrbx .controler li span {
  width: 30px;
  height: 10px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
}

.firstview .contrbx .controler li.show span {
  background-color: #0e1f3d;
}

.firstview .contrbx .controler li.hide span {
  background-color: rgba(255, 255, 255, 0.5);
}

.firstview .copybx {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 40vh;
  z-index: 20;
}

.firstview .copybx .bg {
  position: relative;
  top: 10%;
  left: 0;
  width: 100%;
}

.firstview .copybx .maincopy {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 50%;
  max-width: 300px;
  transform: translateX(-50%);
}

.firstview .copybx .subcopy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  max-width: 400px;
  transform: translateX(-50%);
}

/*==================================================
★stage
====================================================*/
#stage {
  line-height: 1.75;
}

#stage h2 {
  background: url("../img/title_bg.jpg") center top no-repeat;
  background-size: contain;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  text-align: center;
  line-height: 1.5;
}

#stage h2 .ja {
  font-size: 22px;
  display: block;
  color: #0e1f3d;
}

#stage h2 .en {
  display: block;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 700;
}

/*==================================================
★topservice
====================================================*/
#topservice .topservbx {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#topservice .topservbx .point {
  display: flex;
  justify-content: space-between;
}

#topservice .topservbx .point p {
  background-color: #0e1f3d;
  color: #ffffff;
  border-radius: 10px;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#topservice .topservbx .point p span.set {
  display: inline-block;
  text-align: center;
}

#topservice .topservbx .point p span.set span {
  font-size: 28px;
  font-weight: bold;
}

#topservice .topservbx .servlist {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#topservice .topservbx .chiku {
  font-size: 14px;
  text-align: center;
}

#topservice .topservbx .sikaku {
  margin-top: 3rem;
  border: dotted 1px #97b0dd;
  padding: 20px;
}

#topservice .topservbx .sikaku p {
  position: relative;
  padding: 10px;
}

#topservice .topservbx .sikaku p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(#ffffff, #97b0dd);
  z-index: -1;
}

#topservice .topservbx .sikaku ul {
  margin-top: 1rem;
  margin-left: 25px;
}

#topservice .topservbx .servlink {
  margin-top: 3rem;
}

#topservice .topservbx .servlink p {
  text-align: center;
}

#topservice .topservbx .servlink ul li {
  list-style-type: none;
  margin-top: 1rem;
  background-color: #0e1f3d;
  border-radius: 5px;
}

#topservice .topservbx .servlink ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 5%;
  text-align: center;
  width: 90%;
  height: 90%;
}

#topservice .topservbx .servlink ul li a span {
  font-size: 14px;
  font-weight: normal;
}

/*==================================================
★topnews
====================================================*/
#topnews {
  margin-top: 6rem;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

#topnews .newscont {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#topnews .newscont .newsbx {
  margin-bottom: 2rem;
}

#topnews .newscont .newsbx h3 {
  padding: 10px;
  border-bottom: solid 3px #eef2f6;
}

#topnews .newscont .newsbx .date {
  text-align: right;
  font-size: 14px;
  margin-bottom: 1rem;
}

#topnews .newscont .newsbx .txt {
  padding-left: 15px;
}

#topnews .newscont .newsbx .txt p {
  margin-bottom: 1rem;
}

#topnews .newscont .newsbx .txt p.last-child {
  margin-bottom: 0;
}

#topnews .but {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#topnews .but a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #eef2f6;
  border-radius: 5px;
}

/*==================================================
★footer
====================================================*/
footer {
  margin-top: 6rem;
  position: relative;
  padding-top: 3rem;
  line-height: 1.75;
}

footer::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #e3e7f0;
}

footer .addrbx {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

footer .addrbx .logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 14px;
}

footer .addrbx .addr {
  text-align: center;
  margin-bottom: 1rem;
}

footer .addrbx .tel {
  text-align: center;
}

footer .addrbx .tel a {
  font-size: 24px;
  font-weight: bold;
}

footer .addrbx .taiou {
  font-size: 14px;
  color: #495975;
  text-align: center;
}

footer .sikaku {
  display: flex;
  justify-content: center;
}

footer .sikaku ul {
  width: 100%;
}

footer .sikaku ul li {
  list-style-type: none;
  color: #495975;
  font-size: 14px;
  text-align: center;
}

footer #cor {
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  font-size: 14px;
  color: #495975;
  width: 90%;
  border-top: solid 3px #e3e7f0;
  margin-left: auto;
  margin-right: auto;
}

/*==================================================
★pagetop
====================================================*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 5000;
}

.pagetop a {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #222;
  font-size: 24px;
  text-decoration: none;
  border: solid 1px #0e1f3d;
}

.pagetop a:hover {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

/*==================================================
★media 499
====================================================*/
/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  /* ★header-tb */
  .logobx {
    width: 135px;
  }
  .logobx h1 {
    width: 100%;
  }
  .logobx p {
    width: 100%;
  }
  /* ★firstview-tb */
  .firstview .slide {
    width: 50%;
    height: 100vh;
  }
  .firstview .slide::before {
    top: 73%;
  }
  .firstview .slide::after {
    top: 73%;
  }
  .firstview .csupportbx {
    width: 50%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }
  .firstview .csupportbx .copysupport {
    width: 45%;
    left: 50%;
    top: 70%;
    transform: translateX(-50%);
    max-width: 300px;
  }
  .firstview .contrbx {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .firstview .contrbx .txt {
    top: 85%;
  }
  .firstview .contrbx .controler {
    top: 90%;
  }
  .firstview .copybx {
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
  }
  .firstview .copybx .bg {
    top: 50%;
    transform: translateY(-30%);
  }
  .firstview .copybx .maincopy {
    top: 50%;
    left: 75%;
    width: 35%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 400px;
  }
  .firstview .copybx .subcopy {
    top: 78%;
    left: 75%;
    width: 40%;
  }
  .firstview .copybx::before {
    content: "";
    display: block;
    width: 50%;
    height: 5px;
    background: rgba(14, 31, 61, 0.7);
    top: 73%;
    left: 50%;
    position: absolute;
    z-index: 40;
  }
  /* ★topservice-tb */
  #topservice {
    margin-top: 6rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #topservice .topservbx .point_slist {
    display: flex;
    justify-content: space-between;
  }
  #topservice .topservbx .point_slist .servlist {
    width: 48%;
  }
  #topservice .topservbx .point_slist .pointbx {
    width: 48%;
  }
  #topservice .topservbx .servlink ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #topservice .topservbx .servlink ul li {
    width: 48%;
  }
  /* ★topnews-tb */
  #topnews .newscont {
    display: flex;
    justify-content: space-between;
  }
  #topnews .newscont .newsbx {
    width: 47%;
  }
  /* ★footer-tb */
  footer .addrsikaku {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .addrsikaku .addrbx {
    width: 48%;
  }
  footer .addrsikaku .sikaku {
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer #cor {
    text-align: center;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  /* ★topservice-pc */
  #topservice .finfo {
    text-align: center;
  }
}

/*==================================================
★IE
====================================================*/
/*==================================================
★pagestage
====================================================*/
#pagestage article {
  margin-top: 70px;
}

#pagestage article .pagetitle {
  position: relative;
  height: 200px;
  overflow: hidden;
}

#pagestage article .pagetitle h1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
  width: 100%;
}

#pagestage article .pagetitle h1 .ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

#pagestage article .pagetitle h1 .en {
  display: block;
  font-family: "Nanum Gothic", sans-serif;
  line-height: 1.5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#pagestage article .pagetitle p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#pagestage article .topicpath {
  line-height: 1.75;
  margin-left: 5%;
  margin-top: 2rem;
}

#pagestage article .topicpath li {
  list-style-type: none;
  color: #7a89a1;
}

#pagestage article .topicpath li a {
  color: #7a89a1;
}

#pagestage article .content {
  margin-top: 3rem;
  overflow: hidden;
}

#pagestage article .content h2 {
  display: inline-block;
  padding-top: 8px;
  padding-left: 5%;
  position: relative;
  line-height: 1.5;
}

#pagestage article .content h2::before {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-color: #7a89a1;
  position: absolute;
  top: 0;
  left: 0;
}

#pagestage article .content .contin {
  margin-top: 2rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  position: relative;
  padding-bottom: 2rem;
}

#pagestage article .content .contin::after {
  content: "";
  display: block;
  width: 120%;
  height: 10px;
  background: url("../img/contin_border.png") left top repeat-x;
  position: absolute;
  bottom: 0;
  right: -20%;
}

/*==================================================
★ihinseiri
====================================================*/
#ihinseiri .pagelink {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

#ihinseiri .pagelink li {
  list-style-type: none;
  width: 47%;
  text-align: center;
  background-color: #cfd7e6;
  border-radius: 3px;
}

#ihinseiri .pagelink li a {
  text-decoration: none;
  display: block;
  width: calc(100% - 20px);
  padding: 10px;
}

#ihinseiri #ihin .contin .fguide {
  margin-bottom: 3rem;
}

#ihinseiri #ihin .contin .fguide p {
  padding-bottom: 1rem;
}

#ihinseiri #ihin .contin .fguide dl dd {
  color: #4a5b75;
}

#ihinseiri #ihin .contin .sguide {
  margin-bottom: 3rem;
}

#ihinseiri #ihin .contin .sguide .txt {
  margin-bottom: 2rem;
}

#ihinseiri #ihin .contin .sguide .txt h3 {
  margin-bottom: 1rem;
}

#ihinseiri #ihin .contin .sguide .txt ul {
  margin-left: 25px;
  margin-bottom: 2rem;
}

#ihinseiri #ihin .contin .sguide .txt p {
  margin-top: 1rem;
}

#ihinseiri #ihin .contin .sguide .pho {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

#ihinseiri #ihin .contin .flowbx {
  position: relative;
  margin-bottom: 2rem;
}

#ihinseiri #ihin .contin .flowbx::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  border-top: dotted 1px #0e1f3d;
  z-index: -1;
}

#ihinseiri #ihin .contin .flowbx h3 {
  display: inline-block;
  background-color: #cfd7e6;
  padding: 5px 10px 5px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 2rem;
}

#ihinseiri #ihin .contin .flowbx .flow > dt {
  font-weight: bold;
  background-color: #efefef;
  text-align: center;
}

#ihinseiri #ihin .contin .flowbx .flow > dd {
  background: url("../img/ihinseiri/ihin_flow_arrow.jpg") left top repeat-y;
  padding: 20px 0 20px 40px;
}

#ihinseiri #ihin .contin .flowbx .flow > dd.last {
  background: none;
  padding: 20px 0;
}

#ihinseiri #ihin .contin .flowbx .flow > dd.last p {
  margin-bottom: 1rem;
}

#ihinseiri #ihin .contin .flowbx .flow > dd.last dl {
  font-size: 14px;
  margin-bottom: 1rem;
}

#ihinseiri #ihin .contin .flowbx .flow > dd.last dl dt {
  font-weight: bold;
  border-bottom: solid 2px #efefef;
}

#ihinseiri #ihin .contin .flowbx .flow > dd.last dl dd img {
  margin-top: 10px;
}

#ihinseiri #ihin .contin .price {
  position: relative;
}

#ihinseiri #ihin .contin .price::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  border-top: dotted 1px #0e1f3d;
  z-index: -1;
}

#ihinseiri #ihin .contin .price h3 {
  display: inline-block;
  background-color: #cfd7e6;
  padding: 5px 10px 5px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 2rem;
}

#ihinseiri #ihin .contin .price table {
  width: 100%;
}

#ihinseiri #ihin .contin .price table th {
  background-color: #efefef;
  padding: 5px;
}

#ihinseiri #ihin .contin .price table td {
  text-align: center;
  font-size: 14px;
  padding: 5px;
  border-bottom: solid 1px #cccccc;
}

#ihinseiri #ihin .contin .price .note {
  font-size: 14px;
}

#ihinseiri #ihin .contin .price .notelist {
  margin-top: 1rem;
  margin-left: 25px;
  font-size: 14px;
}

#ihinseiri #ihin .contin .price .pinfo {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#ihinseiri #ihin .contin .price .kakunin dt {
  border-bottom: solid 2px #7a89a1;
  font-weight: bold;
}

#ihinseiri #ihin .contin .price .kakunin dd {
  padding-top: 10px;
}

#ihinseiri #ihin .contin .price .mitsumori {
  margin-top: 2rem;
}

#ihinseiri #ihin .contin .price .mitsumori h4 {
  border-bottom: solid 2px #7a89a1;
  font-weight: bold;
}

#ihinseiri #ihin .contin .price .mitsumori dl dt {
  padding-top: 10px;
}

#ihinseiri #ihin .contin .price .mitsumori dl dd {
  padding: 15px;
  color: #4a5b75;
}

#ihinseiri #seizen .contin .whats {
  margin-bottom: 2rem;
}

#ihinseiri #seizen .contin .whats dt {
  font-weight: bold;
}

#ihinseiri #seizen .contin .whats dd {
  color: #4a5b75;
  padding: 15px;
}

#ihinseiri #seizen .contin .guide {
  margin-bottom: 4rem;
}

#ihinseiri #seizen .contin .guide p {
  margin-bottom: 1rem;
}

#ihinseiri #seizen .contin .guide .house {
  border: dotted 1px #7a89a1;
  padding: 15px;
}

#ihinseiri #seizen .contin .guide .house .last {
  margin-bottom: 0;
}

#ihinseiri #seizen .contin .flowbx {
  position: relative;
  margin-bottom: 2rem;
}

#ihinseiri #seizen .contin .flowbx::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  border-top: dotted 1px #0e1f3d;
  z-index: -1;
}

#ihinseiri #seizen .contin .flowbx h3 {
  display: inline-block;
  background-color: #cfd7e6;
  padding: 5px 10px 5px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 2rem;
}

#ihinseiri #seizen .contin .flowbx .flow > dt {
  font-weight: bold;
  background-color: #efefef;
  text-align: center;
}

#ihinseiri #seizen .contin .flowbx .flow > dd {
  background: url("../img/ihinseiri/ihin_flow_arrow.jpg") left top repeat-y;
  padding: 20px 0 20px 40px;
}

#ihinseiri #seizen .contin .flowbx .flow > dd.last {
  background: none;
  padding: 20px 0;
}

#ihinseiri #seizen .contin .flowbx .flow > dd.last p {
  margin-bottom: 1rem;
}

#ihinseiri #seizen .contin .flowbx .flow > dd.last dl {
  font-size: 14px;
  margin-bottom: 1rem;
}

#ihinseiri #seizen .contin .flowbx .flow > dd.last dl dt {
  font-weight: bold;
  border-bottom: solid 2px #efefef;
}

#ihinseiri #seizen .contin .price {
  position: relative;
}

#ihinseiri #seizen .contin .price::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  border-top: dotted 1px #0e1f3d;
  z-index: -1;
}

#ihinseiri #seizen .contin .price h3 {
  display: inline-block;
  background-color: #cfd7e6;
  padding: 5px 10px 5px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 2rem;
}

/*==================================================
★tokushu
====================================================*/
#tokushu .contin .finfo {
  margin-bottom: 3rem;
}

#tokushu .contin .finfo p {
  margin-bottom: 1rem;
}

#tokushu .contin .colmn {
  position: relative;
  margin-bottom: 3rem;
}

#tokushu .contin .colmn::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  border-top: dotted 1px #0e1f3d;
  z-index: -1;
}

#tokushu .contin .colmn h3 {
  display: inline-block;
  background-color: #cfd7e6;
  padding: 5px 10px 5px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 2rem;
}

#tokushu .contin .flow ul {
  margin-left: 25px;
}

#tokushu .contin .flow ul li {
  list-style-type: none;
  text-align: center;
  background: url("../img/tokushu/flow_arrow.jpg") center bottom no-repeat;
  padding-bottom: 20px;
}

#tokushu .contin .flow ul li.last {
  background: none;
}

/*==================================================
★ohakaseisou
====================================================*/
#ohakaseisou .contin .finfo {
  margin-bottom: 2rem;
}

#ohakaseisou .contin .colmn {
  position: relative;
  margin-bottom: 3rem;
}

#ohakaseisou .contin .colmn::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  border-top: dotted 1px #0e1f3d;
  z-index: -1;
}

#ohakaseisou .contin .colmn h3 {
  display: inline-block;
  background-color: #cfd7e6;
  padding: 5px 10px 5px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 2rem;
}

#ohakaseisou .contin .flow .flowbx {
  margin-left: 15px;
}

#ohakaseisou .contin .flow .flowbx > li {
  background: url("../img/tokushu/flow_arrow.jpg") left bottom no-repeat;
  padding-bottom: 20px;
  list-style-type: none;
}

#ohakaseisou .contin .flow .flowbx > li.sagyo ul {
  margin-left: 25px;
}

#ohakaseisou .contin .flow .flowbx > li.sagyo ul span {
  color: #4a5b75;
}

#ohakaseisou .contin .flow .flowbx > li.last {
  background: none;
}

#ohakaseisou .contin .price dl {
  border: solid 1px #4a5b75;
  max-width: 300px;
}

#ohakaseisou .contin .price dl dt {
  background-color: #cfd7e6;
  padding: 5px;
}

#ohakaseisou .contin .price dl dd {
  padding: 5px 5px 5px 10px;
}

#ohakaseisou .contin .price ul {
  margin-left: 25px;
  margin-top: 1rem;
  font-size: 14px;
}

#ohakaseisou .contin .price ul li {
  margin-bottom: 1rem;
}

/*==================================================
★house
====================================================*/
#house .finfo p {
  margin-bottom: 1rem;
}

#house .pho {
  margin-top: 2rem;
}

#house .pho p {
  margin-bottom: 1rem;
}

#house .koumoku {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

#house .koumoku::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  border-top: dotted 1px #0e1f3d;
  z-index: -1;
}

#house .koumoku h3 {
  display: inline-block;
  background-color: #cfd7e6;
  padding: 5px 10px 5px 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 2rem;
}

#house .koumoku dl dt {
  font-weight: bold;
  border-bottom: solid 2px #7a89a1;
}

#house .koumoku dl dd {
  padding: 20px;
}

#house .koumoku .sonota {
  border: dotted 1px #7a89a1;
  padding: 15px;
}

/*==================================================
★news
====================================================*/
#news .contin .newsbx {
  margin-bottom: 2rem;
}

#news .contin .newsbx h3 {
  padding: 10px;
  border-bottom: solid 3px #eef2f6;
}

#news .contin .newsbx .date {
  text-align: right;
  font-size: 14px;
  margin-bottom: 1rem;
}

#news .contin .newsbx .txt {
  padding-left: 15px;
}

#news .contin .newsbx .txt p {
  margin-bottom: 1rem;
}

#news .contin .newsbx .txt p.last-child {
  margin-bottom: 0;
}

/*==================================================
★company
====================================================*/
#company #compbx .contin dl dt {
  border-bottom: solid 2px #7a89a1;
}

#company #compbx .contin dl dd {
  padding: 5px 15px 2rem 15px;
}

#company #compbx .contin dl dd ul {
  margin-left: 25px;
}

#company #mapbx .contin .info {
  margin-bottom: 1rem;
}

#company #mapbx .contin .map iframe {
  width: 100%;
}

/*==================================================
★contact
====================================================*/
#contact #telbx .contin .info {
  margin-bottom: 2rem;
}

#contact #telbx .contin .tel {
  text-align: center;
}

#contact #telbx .contin .tel a {
  font-family: "Nanum Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

#contact #telbx .contin .uketsuke {
  text-align: center;
}

#contact #mailbx .contin .info {
  margin-bottom: 2rem;
}

#contact #mailbx .contin form dl {
  border-top: solid 2px #bec8da;
}

#contact #mailbx .contin form dl dt {
  padding-top: 5px;
}

#contact #mailbx .contin form dl dd {
  margin-bottom: 2rem;
}

#contact #mailbx .contin form dl dd .txt {
  width: 96%;
  border: solid 1px #bec8da;
  font-size: 16px;
  line-height: 1.75;
}

#contact #mailbx .contin form dl dd textarea {
  width: 96%;
  border: solid 1px #bec8da;
  font-size: 16px;
  line-height: 1.75;
}

#contact #mailbx .contin form .but {
  text-align: center;
}

#contact #mailbx .contin form .but input {
  border: solid 1px #0e1f3d;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

/*==================================================
★policy
====================================================*/
#policy .contin .policycont p {
  margin-bottom: 2rem;
}

#policy .contin .policycont ol {
  margin-left: 25px;
}

#policy .contin .policycont ol li {
  margin-bottom: 1rem;
}

#policy .contin .policycont h3 {
  margin-bottom: 1rem;
}

#policy .contin .policycont ul {
  margin-left: 25px;
}

#policy .contin .policycont .name {
  text-align: right;
  margin-top: 2rem;
}

/*==================================================
★recruit
====================================================*/
#recruit .recbx p {
  margin-bottom: 2rem;
}

#recruit .recbx dl dt {
  border-bottom: solid 2px #7a89a1;
}

#recruit .recbx dl dd {
  padding: 5px 15px 2rem 15px;
}

#recruit .recbx dl dd ul {
  margin-left: 25px;
}

/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  /* ★pagestage-tb */
  #pagestage article .pagetitle {
    height: 300px;
  }
  #pagestage article .pagetitle h1 .ja {
    font-size: 24px;
  }
  #pagestage article .pagetitle h1 .en {
    font-size: 20px;
  }
  #pagestage article .topicpath {
    margin-left: 7%;
  }
  #pagestage article .topicpath li {
    float: left;
    margin-right: 15px;
  }
  #pagestage article .content h2 {
    padding-left: 7%;
    font-size: 18px;
    padding-top: 10px;
  }
  #pagestage article .content h2::before {
    width: 80%;
  }
  #pagestage article .content .contin {
    width: 74%;
  }
  /* ★ihinseiri-tb */
  #ihinseiri #ihin .contin .sguide {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #ihinseiri #ihin .contin .sguide .txt {
    width: 50%;
  }
  #ihinseiri #ihin .contin .sguide .pho {
    width: 40%;
  }
  #ihinseiri #ihin .contin .flowbx .flow > dd {
    padding: 20px 20px 20px 60px;
  }
  #ihinseiri #ihin .contin .flowbx .flow > dd dl {
    display: flex;
    justify-content: space-between;
  }
  #ihinseiri #ihin .contin .flowbx .flow > dd dl dt {
    width: 40%;
  }
  #ihinseiri #ihin .contin .flowbx .flow > dd dl dd {
    width: 57%;
    border-bottom: solid 2px #efefef;
  }
  #ihinseiri #seizen .contin .guide .colmn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  #ihinseiri #seizen .contin .guide .colmn .pho {
    width: 48%;
  }
  #ihinseiri #seizen .contin .guide .colmn .txt {
    width: 48%;
  }
  #ihinseiri #seizen .contin .flowbx .flow > dd {
    padding: 20px 20px 20px 60px;
  }
  #ihinseiri #seizen .contin .flowbx .flow > dd dl {
    display: flex;
    justify-content: space-between;
  }
  #ihinseiri #seizen .contin .flowbx .flow > dd dl dt {
    width: 40%;
  }
  #ihinseiri #seizen .contin .flowbx .flow > dd dl dd {
    width: 57%;
    border-bottom: solid 2px #efefef;
  }
  /* ★house-tb */
  #house .koumoku dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  #house .koumoku dl dt {
    width: 30%;
    padding-top: 20px;
  }
  #house .koumoku dl dd {
    width: 62%;
    border-bottom: solid 2px #7a89a1;
  }
  /* ★news-tb */
  #news .contin .newsbx {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #0e1f3d;
    margin-bottom: 3rem;
  }
  #news .contin .newsbx .title {
    width: 37%;
  }
  #news .contin .newsbx .title h3 {
    padding-top: 0;
  }
  #news .contin .newsbx .txt {
    width: 60%;
  }
  /* ★company-tb */
  #company #compbx .contin dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #company #compbx .contin dl dt {
    width: 30%;
    padding-top: 15px;
  }
  #company #compbx .contin dl dd {
    width: 63%;
    border-bottom: solid 2px #7a89a1;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  /* ★contact-tb */
  #contact #mailbx .contin form dl {
    display: flex;
    justify-content: space-between;
  }
  #contact #mailbx .contin form dl dt {
    width: 30%;
  }
  #contact #mailbx .contin form dl dd {
    width: 67%;
    padding-top: 10px;
  }
  /* ★recruit-tb */
  #recruit .recbx dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #recruit .recbx dl dt {
    width: 30%;
    padding-top: 15px;
  }
  #recruit .recbx dl dd {
    width: 63%;
    border-bottom: solid 2px #7a89a1;
    padding-top: 15px;
    padding-bottom: 5px;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  /* ★pagestage-pc */
  #pagestage article .pagetitle {
    height: 400px;
  }
  #pagestage article .pagetitle h1 .ja {
    font-size: 32px;
  }
  #pagestage article .pagetitle h1 .en {
    font-size: 24px;
  }
  #pagestage article .topicpath {
    margin-left: 10%;
  }
  #pagestage article .content {
    display: flex;
    justify-content: space-between;
  }
  #pagestage article .content h2 {
    display: block;
    padding-left: 10%;
    font-size: 22px;
    padding-top: 13px;
    width: 20%;
  }
  #pagestage article .content h2 span {
    display: inline-block;
    padding-left: 32%;
  }
  #pagestage article .content h2::before {
    width: 60%;
  }
  #pagestage article .content .contin {
    margin-top: 1rem;
    width: 53%;
    padding-right: 5%;
  }
  /* ★ihinseiri-pc */
  #ihinseiri #ihin .contin .fguide .em {
    text-align: center;
    font-size: 18px;
  }
}

/*==================================================
★IE
====================================================*/
