@charset "UTF-8";

/*-----------------------------------------------------------------
　　reset
-----------------------------------------------------------------*/
html,
body,
header,
footer,
main,
section,
article,
aside,
menu,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
address,
cite,
code,
q,
em,
figure,
img,
small,
strong,
dialog,
time,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

footer,
header,
main,
section,
article,
aside,
figure,
nav {
  display: block;
}

nav ul {
  list-style: none;
}

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

blockquote,
q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

button,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer !important;
}

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

/*-----------------------------------------------------------------
　　setting
-----------------------------------------------------------------*/
body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

p {
  line-height: 1.6;
  font-size: 104%;
}

a {
  color: #06f;
  cursor: pointer;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

.txtc {
  text-align: center;
}

a img:hover {
  opacity: 0.8;
  cursor: pointer;
}

.toppage {
  text-align: center;
  padding: 30px 0 60px;
}

/*-----------------------------------------------------------------
　　contents
-----------------------------------------------------------------*/

.wfull {
  width: 1000px;
  margin: 0 auto;
}

.wmid {
  width: 940px;
  margin: 20px auto;
}

.wmin {
  width: 840px;
  margin: 0 auto;
}

.new-header {
  width: 940px;
  margin: auto;
}

#new-header-tel {
  margin-top: 20px
}

#new-header-mail {
  margin-top: 20px;
}

#header img {
  vertical-align: middle;
}

.new-header-right {
  display: inline-flex;
  flex-direction: column;
  margin-left: 40px;
}

.nuri {
  margin-top: -20px;
  margin-bottom: 5px;
}

.ofu {
  margin-bottom: 15px;
}

.inquiry {
  background: #D4EBFA;
  text-align: center;
  padding: 30px 0;
}

.inquiry.top {
  padding-top: 70px;
}

.inquiry p {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}

.inquiry p span {
  color: #007BA2;
}

.inquiry .btn {
  border: 1px solid #000000;
  background: #FFFFFF;
  padding: 20px 10px;
}

.inquiry .btn a img {
  margin: 0 10px;
}

.mainimage {
  background: url("../img/mainimage_bg.jpg") no-repeat top center;
  background-size: auto 100%;
  background-color: #CDCDCB;
}

.mainimage .sp {
  display: none;
}

.mainimage img {
  margin-bottom: -50px;
}

.manzoku.ttl {
  background: url("../img/manzoku_txt_bg.jpg") no-repeat top center;
  background-size: auto 100%;
  margin-bottom: 100px;
  background-color: #FFFFFF;
}

.manzoku.ttl h2 img {
  margin-bottom: -100px;
}

.jisseki {
  padding-bottom: 50px;
}

.jisseki .ttl {
  background: url("../img/jisseki_ttl_bg.jpg") no-repeat top center;
  background-size: 100% auto;
}

.jisseki-list {
  width: 794px;
  margin: 0 auto;
}

.jisseki-list p {
  margin: 20px 0;
}

.jisseki .tab {
  margin-top: 40px;
  margin-bottom: 20px;
}

.voice {
  padding-bottom: 20px;
}

.voice .wmin {
  margin-top: 20px;
  margin-bottom: 40px;
}

.voice .ttl {
  background: url("../img/voice_ttl_bg.png") no-repeat top center;
  background-size: 100% auto;
}

.voice .txtbox .ph {
  float: left;
  margin-right: 20px;
}

.voice .txtbox .txt {
  overflow: hidden;
}

.voice .txtbox .txt h3 img {
  border: 2px solid #0ABAFF;
  box-sizing: border-box;
}

.voice .txtbox .txt h3 {
  margin-bottom: 20px;
}

.voice .txtbox .txt p {
  margin-bottom: 20px;
}

.manzoku-txt h2 {
  margin: 40px 0 20px 0;
}

.manzoku-txt h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
}

.manzoku-txt h3:before,
.manzoku-txt h3:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #333;
  top: 0;
}

.manzoku-txt h3:before {
  left: 20px;
  transform: rotate(-20deg);
}

.manzoku-txt h3:after {
  right: 20px;
  transform: rotate(20deg);
}

.manzoku-txt .ph {
  float: right;
  margin-left: 30px;
}

.manzoku-txt .txt {
  overflow: hidden;
}

.manzoku-txt .table {
  text-align: center;
}

.manzoku-txt .table p {
  text-align: left;
  margin-top: 10px;
  font-size: 90%
}

.manzoku-wrap {
  background: url("../img/tile.jpg");
  padding-bottom: 60px;
}

.faq {
  padding-bottom: 50px;
}

.faq .ttl {
  color: #FFFFFF;
  background: #4689E8;
  font-size: 32px;
  padding: 20px 0;
}

.faq .ttl img {
  margin-bottom: 10px;
}


.faq h4 {
  text-align: center;
  font-size: 30px;
  margin: 30px 0 10px 0;
}

.faq span {
  font-size: 22px;
  background: #000000;
  color: #E2E2E2;
  border-radius: 4px;
  padding: 2px 10px;
  line-height: 1.4;
  font-weight: bold;
}

.faq h3 {
  font-size: 22px;
  margin: 30px 0 20px 0;
  position: relative;
  padding-left: 2.2em;
  padding-top: 0.3rem;
}

.faq h3 span {
  background: #3A2CDE;
  position: absolute;
  top: 0;
  left: 0;

}

.faq p span {
  position: absolute;
  top: 0;
  left: 0;
  background: #D90000;
}

.faq p {
  position: relative;
  padding-left: 3em;
  padding-top: 0.3rem;
}

.faq table {
  position: relative;
  margin-left: 3.2em;
  padding-top: 0.1rem;
  text-align: left;
}

.faq table th {
  padding: 12px 0;
}

.faq table td {
  padding: 0 0 0 15px;
}

.area {
  text-align: center;
  background: #F5FCFF;
  padding: 30px 0 0 0;
  border-top: 5px solid #D4EBFA;
}

.area h2 {
  font-size: 32px;
}

.mail .ttl {
  color: #FFFFFF;
  background: #4689E8;
  font-size: 32px;
  padding: 20px 0;
  margin-bottom: 30px;
}

.mail .ttl img {
  margin-bottom: 10px;
}

.mail h3 {
  font-size: 22px;
  margin: 20px 0 20px 0;
}

.mail table {
  width: 100%;
}

.tbl01 td input,
.tbl01 td textarea {
  padding: 10px 6px 10px 6px;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  margin-top: 6px;
  margin-bottom: 6px;
}

.mail th {
  width: 40%;
}

.mail td {
  width: 60%;
}

.mail th,
.mail td {
  padding: 10px 10px 10px 45px;
  text-align: left;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  vertical-align: top;
}

.mail td {
  font-weight: normal;
}

.mail th {
  padding: 20px 30px;
  box-sizing: border-box;
  background: #D4EBFA;
  position: relative;
}

.mail th .hissu {
  background: #FF0004;
  color: #FFFFFF;
  position: absolute;
  top: 18px;
  right: 30px;
  padding: 4px;
  font-size: 16px;
}

.mail th em {
  font-size: 14px;
  font-style: normal;
  position: absolute;
  top: 4rem;
  padding-right: 2rem;
}

.mail table {
  margin-bottom: 0px;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.tbl01 input,
.tbl01 textarea {
  width: 100%;
}

.mail input#zipcode,
.mail input#zipcode2 {
  width: 20%;
}

.mail .small {
  margin: 10px 0 0;
  display: block;
  font-size: 80%
}

.submitbox {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 40px;
}

button.address {
  margin: 17px 0 0 0;
  padding: 6px 15px;
  font-size: 1em;
  color: #fff;
  background: #1A9AFF;
  border: none;
  border-radius: 8px;
}


#footer {
  background: #5884FF;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
}

.backbtn {
  padding: 20px;
  font-weight: bold;
  border-radius: 8px;
}


.addressbtn {
  margin: 10px 0 10px 0;
  padding: 6px 15px;
  font-size: 1em;
  color: #fff;
  background: #1A9AFF;
  border: none;
  border-radius: 8px;
  display: inline-block;
}

.corpbnr {
  text-align: right;
}

.tbmlogo img {
  width: 250px;
  margin: 10px 10px;
}

.nurilogo img {
  width: 250px;
  margin: 10px 10px;
}

.plalogo img {
  width: 250px;
  margin: 10px 10px;
}


@media screen and (max-width:900px) {
  #header {
    text-align: center;
  }

  #header img {
    height: 50px;
  }

  #new-header-tel,
  #new-header-mail {
    display: none;
  }

  .new-header-right {
    display: none;
  }

  img {
    width: auto;
  }

  .mainimage .sp {
    display: block;
  }

  .mainimage .pc {
    display: none;
  }

  .wfull {
    width: 100%;
    margin: 0 auto;
  }

  .wmid {
    width: 96%;
    margin: 20px auto;
  }

  .new-header {
    width: 96%;
    margin: 20px auto;
  }

  .wmin {
    width: 94%;
    margin: 0 auto;
  }

  .jisseki-list {
    width: 96%;
    margin: 0 auto;
  }


  .manzoku-txt .ph {
    float: none;
    margin-left: 0;
  }

  .manzoku-txt .txt {
    overflow: hidden;
  }


  .manzoku-txt .table p {
    font-size: 68%;
  }


  .jisseki .tab {
    margin-top: 20px;
    margin-bottom: 10px;
  }


  .voice .ttl {
    background-size: auto 100%;
  }

  .jisseki .ttl {
    background-size: auto 100%;
  }

  .mail th,
  .mail td {
    display: block;
    width: 100%;
  }

  .mail td {
    padding: 0;
  }

  .mail th em {
    position: relative;
    top: 0;
    padding-right: 0;
  }

  .submitbox input {
    width: 100%;
  }

  .inquiry p {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .inquiry.top {
    padding-top: 55px;
  }

  .inquiry .btn a img {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
  }

  .inquiry .btn {
    padding: 10px 10px;
  }

  .manzoku-txt .ph {
    text-align: center;
    display: block;
    width: 220px;
    margin: 0 auto 20px;
  }

  .manzoku-txt h3:before,
  .manzoku-txt h3:after {
    display: none;
  }


  .voice .txtbox .ph {
    float: none;
    margin-right: 0;
    margin: 0 auto 15px;
    display: block;
    width: 160px;
  }

  .voice .txtbox .txt {
    overflow: hidden;
  }

  .tbmlogo img {
    width: 180px;
    margin: 10px 10px;
  }

  .nurilogo img {
    width: 180px;
    margin: 10px 10px;
  }

  .plalogo img {
    width: 180px;
    margin: 10px 10px;
  }





}

/*@media screen and (max-width:768px){
  p {
    font-size: 120%;
  }
}*/

.otherttl {
  background: #2a4ba7;
  color: #FFFEFE;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 120%;
}

.box-block div {
  width: 50%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.box-block {
  position: relative;
}

.box-block .arr {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}