@charset "UTF-8";

section {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.text-defo h2, .text-defo h3, .text-defo h4, .text-defo p {
    color: #333 !important;
}

.max-container{
	position:relative;
	width: 100%;
	margin:0 auto;
	font-size:100%;
	line-height: 30pt;
	color:#151A59;
}

.balloon {
  position: relative;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #151A59;
}

.border {
	border-bottom: 1px dotted #000;
	display: inline-block;
}

#DM li {
    background: #fff;
    border-radius: 10px;
    padding:1vw 2vw;
    font-size:1rem;
}

.text-defo #sienceCB li {
	background:#d1af81;
}

.text-defo .three .titlewaku-reverse {
  background:#d1af81;
  border:0;
}

.text-defo .rent_step .titlewaku-reverse {
  background:#d1af81;
  border:0;
}

.half{
	width:50%;
}

.illast{
  width:40%;
}

.btn,
a.btn,
button.btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
a.btn--orange {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 2rem 6rem;

  color: #fff;
  background-color: #22c439;
}
a.btn--orange:hover {
  color: #fff;
  background: #009ee3;

}
a.btn--radius {
   border-radius: 100vh;
}

a.btn--menu {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.0;
  padding: .8rem 2rem;

  color: #fff;
  background-color: #22c439;
}
a.btn--menu:hover {
  color: #fff;
  background: #009ee3;
}


.btn_contact{
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.btn_contact {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem 4rem;

  color: #fff;
  background-color: #f56500;
}
.fa-chevron-circle-right:after {
    content: "";
}

.header-right-wrapper {
    right: 4vw;
    top: 12px !important;//39px
}

.titlewaku-reverse{
	background:#009ee3;border:0;
}

.bpx-4{
	padding-left:4rem !important;
	padding-right:4rem !important;
}

.white {
  background: #fff;
  padding:6vw 4vw;
  border-radius: 4rem;
}



@media (max-width: 800px){
  #header {
    height: 90px;
  }
  .head {
    height: 90px;
  }
  .logo-wrapper {
    position: relative;
    width: 180px;
    max-width: 100%;
    right: 0;left:0;
    margin: auto;
    top:0;
  }
  .header-right-wrapper {
    position: relative;
    right: 0;left:0;
    top:0 !important;
    margin: auto;
    text-align:center;
  }

  .titlewaku-reverse {
    font-size: 1.4rem;
    padding: 0.8rem 0.8rem;
  }

  a.btn--orange {
      font-size: 1.4rem;
      line-height: 1.4;
      padding: 2rem 2rem;
      width:100%;
  }
  .btn_contact {
      font-size: 1.4rem;
      padding: 1rem 3rem;
  }

  .half{
    width:70%;
  }

  .border {
    border-bottom: 0;
  }

  #DM li {
      padding: 4vw 4vw;
      font-size: 1.0rem;
  }
  #DM li.mb-3{
    margin-bottom: 1rem !important;
  }

  .bpx-4{
    padding-left:1rem !important;
    padding-right:1rem !important;
  }

  .bpx-4 li.mb-3{
    margin-bottom: 1rem !important;
  }
}