@charset "UTF-8";
/*========================================
Re:vite
Date :
Style : each contents CSS "index"
Filename : contents.css
========================================*/
/*========================================
Text Format
========================================*/
* {
  word-break: normal !important;
  word-wrap: break-word;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W4','ヒラギノ角ゴ W6', 'メイリオ', 'ＭＳ Ｐゴシック',sans-serif;
}
main {
  display: block;
  font-size: 1.25rem;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
h2 {
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 62px;
  font-family: 'Lato', sans-serif;
}
h3 {
  color: #1F99B2;
  font-size: 1.875rem;
  font-weight: bold;
}
em {
  font-style: normal;
}
.ttl {
  text-align: center;
  padding-top: 130px;
  font-family: 'Lato', sans-serif;
}
.ttl_tx {
  line-height: 1.7;
}
.side_line {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}
.side_line::before, .side_line::after {
  content: "";
  width: 220px;
  height: 1px; /* 線の太さを変えたいときはここを変える */
  background: #1F99B2; /* 線の色を変えたいときはここを変える */
  margin:0 10px; /* 文字と線の余白用 なくても良い */
}
.main_btn {
  display: block;
  width: 348px;
  height: 68px;
  line-height: 68px;
  background: #FFA641;
  color: #fff;
  font-weight: normal;
  border-radius: 20px;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 5px 6px #DFF1F4;
  margin: 50px auto 0;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  transition: background 0.32s;
}
.pc_btn {
  display: block;
  width: 348px;
  height: 68px;
  line-height: 68px;
  background: #FFA641;
  color: #fff;
  font-weight: normal;
  border-radius: 20px;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 5px 6px #DFF1F4;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  transition: background 0.32s;
}
.pc_btn span, .main_btn span {
  position: relative;
}
.pc_btn::before, .main_btn::before {
  background: linear-gradient(to right, #FF3C3C, #FF8E0A);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 1s ease-out;
  width: 100%;
  border-radius: 20px;
}
.sp_btn {
  display: none;
}
.main_btn em, .pc_btn em {
  font-size: 2rem;
}
.main_btn:hover::before, .pc_btn:hover::before {
  opacity: 0;
}
.sp_none {
  display: block;
}
.pc_none {
  display: none;
}
.tb_br {
  display: none;
}
@media (max-width: 959px){
	.wrapper {
    max-width: 90%;
  }
  h2 {
    font-size: 1.625rem;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 1.25rem;
  }
  .ttl {
    padding-top: 70px;
  }
  /* .pc_btn {
    margin: 0 auto;
  }
  .pc_btn {
    display: none;
  }
  .sp_btn {
    display: block;
    background: #1F99B2;
    color: #fff;
    font-weight: bold;
    border-radius: 35px;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 38px;
    width: 236px;
    margin: 0 auto 18px;
    box-shadow: 0px 5px 6px #DFF1F4;
    font-size: 1rem;
  } */
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
  .tb_br {
    display: block;
  }
}
@media (max-width: 767px) {
  main {
    font-size: 1rem;
  }
	.wrapper {
    width: 90%;
  }
  .side_line {
    font-size: 0.875rem;
  }
  .sp_btn, .main_btn {
    display: block;
    height: 46px;
    line-height: 46px;
    background: #FFA641;
    color: #fff;
    font-weight: normal;
    border-radius: 20px;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 5px 6px #DFF1F4;
    border-radius: 35px;
    width: 236px;
    margin: 0 auto 18px;
    font-size: 0.75rem;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    transition: background 0.32s;
  }
  .sp_btn span, .main_btn span {
    position: relative;
  }
  .sp_btn::before, .main_btn::before {
    background: linear-gradient(to right, #FF3C3C, #FF8E0A);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 1s ease-out;
    width: 100%;
    border-radius: 20px;
  }
  .main_btn:hover::before, .sp_btn:hover::before {
    opacity: 0;
  }
  .main_btn em, .sp_btn em {
    font-size: 1.25rem;
  }
  .pc_btn {
    display: none;
  }
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .tb_br {
    display: block;
  }
  .side_line::before, .side_line::after {
    content: "";
    width: 137px;
    height: 1px; /* 線の太さを変えたいときはここを変える */
    background: #1F99B2; /* 線の色を変えたいときはここを変える */
    margin:0 10px; /* 文字と線の余白用 なくても良い */
  }
}
@media (max-width: 374px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/*========================================
ページ別  top_content
========================================*/
#top {
  padding-top: 130px;
}
#top .wrapper {
  box-sizing: border-box;
  max-width: 1060px;
  padding: 0 30px;
}
.top_content {
  display: flex;
  width: 100%;
}
.top_text {
  flex: 1 1 48%;
}
.top_text p {
  font-size: 1.125rem;
  padding: 12px 20px;
  border: 1px solid #1F99B2;
  background: #1F99B2;
  color: #fff;
  width: 278px;
  text-align: center;
  margin-bottom: 16px;
}
.top_text h1 {
  color: #1F99B2;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;  
  margin-bottom: 16px;
  padding-left: 10px;
}

.top_text h2 {
  font-size: 2.8125rem;
  line-height: 1.4;
  letter-spacing: 0.085rem;
  margin-bottom: 32px;
  padding-left: 10px;
}

.top_text h2 span {
  font-size: 0.8em;
}

.ttl_icon {
  display: block;
  width: 100%;
  max-width: 310px;
}
.main_icon {
  display: block;
  flex: 1 1 52%;
  width: 100%;
  max-width: 520px;
  position: relative;
  line-height: 0;
}
.main_icon::before {
  display: block;
  position: absolute;
  content: url(../images/icon/logo_L.svg);
  top: 5%;
  left: 0;
}
.top_tag {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1F99B2;
  background: #DFF1F4;
  font-size: 1.125rem;
  height: 50px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.top_tag a {
  display: block;
  font-size: 1rem;
  color: #fff;
  background: #1F99B2;
  text-align: center;
  height: 34px;
  width: 161px;
  border: 1px solid #1F99B2;
  border-radius: 5px;
  line-height: 34px;
  margin-left: 20px;
  cursor: pointer;
}
.top_tag a:hover {
  font-size: 1rem;
  color: #1F99B2;
  background: #fff;
  height: 34px;
  width: 161px;
  border: 1px solid #1F99B2;
  border-radius: 5px;
  line-height: 34px;
  margin-left: 20px;
  transition: .4s;
  cursor: pointer;
}
@media (max-width: 1030px){
  .top_text h1 {
    font-size: 1.5rem;
  }
  .top_text h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 959px){
  #top {
    padding-top: 90px;
  }
  .top_content {
    margin: 0 auto;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .main_icon {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
  .main_icon::before {
    display: block;
    position: absolute;
    content: url(../images/icon/logo.svg);
    top: 13%;
    left: 5%;
  }
  .top_text {
    width: 330px;
    margin: 0 auto;
    text-align: left;
  }
  .top_text p {
    font-size: 1rem;
    width: 213px;
  }
  .top_text h1 {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  .top_text h2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .top_tag {
    font-size: 0.75rem;
  }
  .top_tag p {
    margin-right: 10px;
    white-space: nowrap;
  }
  .ttl_icon {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #top {
    padding-top: 70px;
  }
  #top .wrapper {
    padding: 0;
  }
  .top_content {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .main_icon {
    width: 100%;
    min-width: 280px;
  }
  .top_tag {
    height: 56px;
  }
  .top_tag a {
    font-size: 0.875rem;
    height: 34px;
    width: 140px;
    border: 1px solid #1F99B2;
    border-radius: 5px;
    line-height: 34px;
  }
  .top_tag a:hover {
    font-size: 0.875rem;
    height: 34px;
    width: 140px;
    border: 1px solid #1F99B2;
    border-radius: 5px;
    line-height: 34px;
  }
  .top_text {
    max-width: 420px;
    width: 100%;
  }
  .top_text p {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 0 10px;
    margin-bottom: 16px;
    white-space: nowrap;
  }
  .top_text h1 {
    text-align: center;
    padding: 0;
  }
  .top_text h2 {
    text-align: center;
    font-size: 1.875rem;
    margin-bottom: 0;
    padding: 0;
    white-space: nowrap;
  }
  .ttl_icon {
    width: 45%;
    margin-right: auto;
  }
}
@media (max-width: 374px) {

}

/*========================================
ページ別  merit
========================================*/
#merit {
  background-image: url(../images/content/bg_merit_01.png), url(../images/content/bg_merit_02@2x.png);
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  background-position: right 50% top 0, left 50% bottom 0;
	background-size: 100% auto, 100% auto;
  padding-bottom: 130px;
}
.merit_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.merit_ttl p {
  margin-bottom: 20px;
}
.merit_item {
  width: 41%;
  border: 1px solid #1F99B2;
  border-radius: 10px;
  text-align: center;
  line-height: 1.7;
  padding: 20px 35px 38px;
}
.merit_item h3 {
  font-family: 'ヒラギノ角ゴ Pro W6','ヒラギノ角ゴ W3', 'メイリオ', 'ＭＳ Ｐゴシック',sans-serif;
}
.merit_item figure {
  width: 46px;
  height: 46px;
  margin: 0 auto 12px;
}
.small_img {
  width: 68px!important;
}
.merit_item p {
  text-align: left;
}
.merit_btn {
  margin: 70px auto 0;
}
.price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pr {
  color: #1F99B2;
  border: 1px solid #1F99B2;
  border-radius: 5px;
  width: 90px;
  padding: 4px 0;
  text-align: center;
  margin-right: 15px;
  font-size: 1.125rem;
}
.rice {
  font-size: 1rem;
}
@media (max-width: 959px){
	.merit_content {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
  }
  .merit_item {
    font-size: 1rem;
    width: 100%;
    margin: 0 auto;
    padding: 18px 35px 38px;
  }
}
@media (max-width: 767px) {
  #merit {
    padding-bottom: 70px;
  }
  .merit_content {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
  }
  .merit_ttl h2 {
    white-space: nowrap;
    font-size: 1.6rem;
  }
  .merit_item {
    width: 100%;
    padding: 18px 26px 40px;
  }
  .merit_btn {
    margin: 50px auto 0;
  }
  .pr {
    border-radius: 5px;
    width: 60px;
    text-align: center;
    margin-right: 15px;
    font-size: 0.875rem;
  }
  .price {
    font-size: 0.875rem;
    white-space: nowrap;
  }
}
@media (max-width: 374px) {
  .merit_ttl h2 {
    font-size: 1.5rem;
  }
  .merit_item {
    width: 92%;
    padding: 18px 20px 40px;
  }
}


/*========================================
ページ別  Function
========================================*/
#function {
  background: #F6FBFC;
  z-index: -999;
  padding-bottom: 160px
}
.sub_ttl{
  margin-bottom: 90px;
}
.sub_text {
  font-size: 1.875rem;
}
.func_item {
  /* margin-bottom: 115px; */
}
.ud_line {
  padding: 10px;
  border-bottom: solid 2px #cccccc;
  position: relative;
}
.ud_line::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 150px;
  border-bottom: 2px solid #1F99B2;
}

.screen_ttl {
  font-size: 1rem;
  font-weight: bold;
  color: #1f99b2;
  position:relative;
  padding-left:20px;
  padding-bottom: 10px;
}
.screen_ttl::before {
  content:'';
	display:block;
	position:absolute;
	background: #1F99B2;
	width:9px;
	height:9px;
	top:8px;
	left:5px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.func_ttl_a, .func_ttl_b, .func_ttl_c, .func_ttl_d {
  position: relative;
  z-index: 10;
}
.func_ttl_a::before {
  content: "";
  border: 25px solid #fff;
  border-radius: 50%;
  position: absolute;
  width: 290px;
  height: 290px;
  top: -24%;
  left: -18%;
  z-index: -100;
}
.func_ttl_b::before, .func_ttl_c::before, .func_ttl_d::before {
  content: "";
  border: 25px solid #fff;
  border-radius: 50%;
  position: absolute;
  width: 290px;
  height: 290px;
  top: -5%;
  left: -18%;
  z-index: -100;
}
.screen_a {
  position: relative;
  display: flex;
  justify-content: left;
  width: 100%;
  z-index: 900;
}
.screen_b, .screen_c, .screen_d {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 900;
  position: relative;
}
.screen_img_a,　.edit_img_a　{
  width: 100%;
}
.screen_item_a {
  width: 41%;
  margin-right: 20px;
}
.edit_item_a  {
  width: 36%;
}
.screen_img_b,　.edit_img_b　{
  width: 100%;
}
.screen_item_b {
  width: 61%;
}
.edit_item_b  {
  width: 37%;
}
.screen_img_c,　.edit_img_c　{
  width: 100%;
}
.screen_item_c {
  width: 63%;
}
.edit_item_c  {
  width: 35%;
}
.screen_img_d,　.edit_img_d　{
  width: 100%;
}
.screen_item_d {
  width: 57%;
}
.edit_item_d  {
  width: 38%;
}
.arrow {
  width: 150px;
  height: 50px;
  margin: 55px auto;
}
.func_contact {
  background-image: url(../images/content/bg_function.png);
  background-size: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 160px;
}
.func_contact p {
  text-align: center;
}
@media (max-width: 959px){
  .arrow {
    width: 75px;
    height: 25px;
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  #function {
    padding-bottom: 70px;
  }
	.sub_text {
    font-size: 1.25rem;
  }
  .sub_ttl{
    margin-bottom: 60px;
  }
  .func_ttl {
    position: relative;
  }
  .func_ttl_a::before {
    content: "";
    border: 25px solid #fff;
    border-radius: 50%;
    position: absolute;
    width: 230px;
    height: 230px;
    top: -18%;
    left: -30%;
    z-index: -100;
  }
  .func_ttl_b::before, .func_ttl_c::before, .func_ttl_d::before {
    content: "";
    border: 25px solid #fff;
    border-radius: 50%;
    position: absolute;
    width: 230px;
    height: 230px;
    top: 0%;
    left: -30%;
    z-index: -100;
  }
  .func_item {
    /* margin-bottom: 45px; */
  }
  .screen_a, .screen_b, .screen_c, .screen_d {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 900;
  }
  .screen_item_a, .screen_item_b, .screen_item_c, .screen_item_d,
  .edit_item_a, .edit_item_b, .edit_item_c, .edit_item_d {
    width: 100%;
  }
  .screen_img_a, .edit_img_a, .screen_img_b, .edit_img_b, .screen_img_c, .edit_img_c, .screen_img_d, .edit_img_d {
    scrollbar-base-color: #1F99B2;
  }
  .arrow {
    width: 75px;
    height: 25px;
    margin: 40px auto;
  }
  .func_contact {
    padding-bottom: 70px;
  }
  .func_contact p, .func_text p {
    margin-bottom: 40px;
  }
  .func_btn {
    width: 236px;
  }
}
@media (max-width: 374px) {

}

/*========================================
ページ別  voice
========================================*/
#voice {
  background: #ffffff;
  padding-bottom: 45px;
  width: 100%;
}
.voice {
  width: 100%;
  max-width: 1000px !important;
}
.voice_content {
  position: relative;
}
.voice_item {
  display: flex;
  gap: 50px;
  border: 1px solid #1F99B2;
  border-radius: 10px;
  width: 800px;
  position: relative;
  margin-bottom: 85px;
  padding: 60px 40px;
  box-sizing: border-box;
}
.voice_item img {
  width: auto;
}
.voice_item.left {
  margin-right: auto;
}
.voice_item.right {
  margin-left: auto;
}
.voice_no {
  color: rgb(31, 153, 178, 0.4);
  font-weight: bold;
  font-size: 7.5rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: 9;
  background: #ffffff;
}
.voice_item.left .voice_no {
  left: -2px;
}
.voice_item.right .voice_no {
  right: -2px;
}
.voice_item_left {
  flex: 0 0 240px;
}
.voice_item_right {
  flex: 1;
}
.voice_meta {
  display: inline-flex;
  align-items: center;
  background: #1F99B2;
  color: #ffffff;
  font-size: 1.125rem;
  padding: 10px 10px 8px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.voice_meta span {
  display: inline-flex;
  align-items: center;
}
.voice_meta span + span::before {
  content: '';
  background: #ffffff;
  width: 1px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.voice_title {
  font-size: 1.875rem;
  color: #1F99B2;
  font-weight: normal;
  margin-bottom: 30px;
}
.voice_text {
  font-size: 1.25rem;
  line-height: 36px;
}
.voice_text em {
  font-style: normal;
  color: red;
}

@media (max-width: 959px){

}
@media (max-width: 767px) {
  #voice {
    padding-bottom: 25px;
    overflow-x: hidden;;
  }
	.voice {
    width: 90%;
    min-width: 300px!important;
  }
  .voice_item {
    display: block;
    border: 1px solid #1F99B2;
    width: 100%;
    margin-bottom: 65px;
    padding: 40px 25px;
  }
  .voice_no {
    font-size: 3.875rem;
  }
  .voice_item_left {
    text-align: center;
    margin-bottom: 20px;
  }
  .voice_meta {
    font-size: 0.875rem;
    margin-bottom: 16px;
  }
  .voice_title {
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 18px;
  }
  .voice_text {
    font-size: 1rem;
    line-height: 30px;
  }
}
@media (max-width: 374px) {

}

/*========================================
ページ別  flow
========================================*/
#flow {
  background: #EEF7F9;
  padding-bottom: 130px;
}
.flow {
  width: 100%;
  max-width: 730px!important;
}
.step {
  display: flex;
  align-items: center;
  justify-content: left;
}
.step_ttl {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #1F99B2;
  background: #fff;
  border: 1px solid #1F99B2;
  border-radius: 5px;
  margin-right: 30px;
  width: 173px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.step_arrow {
  width: 16px;
  height: 16px;
  margin: 20px 0 20px 85px;
}
@media (max-width: 959px){

}
@media (max-width: 767px) {
  #flow {
    padding-bottom: 80px;
  }
	.flow {
    width: 88%;
    min-width: 300px!important;
  }
  .step {
    display: flex;
    align-items: center;
  }
  .step_ttl {
    font-size: 1rem;
    white-space: nowrap;
    width: 82px;
    height: 34px;
    line-height: 36px;
    margin-right: 15px;
  }
  .step dd {
    width: 68%;
  }
  .step_arrow {
    width: 18px;
    height: 18px;
    margin: 20px 0 20px 32px;
  }
}
@media (max-width: 374px) {

}


/*========================================
ページ別 Cost
========================================*/
#cost {
  background-image: url(../images/content/bg_cost_01.png), url(../images/content/bg_cost_02.png);
  background-position: left 0 top 0, right 0 bottom 0;
	background-size: 40% auto, 30% auto;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 130px;
}
.cost {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}
.cost h2 {
  margin-bottom: 82px;
}
.cost_tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cost_tx {
  border-bottom: 2px solid #1F99B2;
  padding: 10px;
  width: 60%;
  text-align: right;
}
.ct {
  font-size: 3.125rem;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}
.ct_a {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
}
.ct_b {
  font-size: 1.125rem;
  font-weight: lighter;
}
@media (max-width: 959px){

}
@media (max-width: 767px) {
	#cost {
    background-image: url(../images/content/bg_cost_01.png), url(../images/content/bg_cost_02.png);
    background-position: left 0 top 0, right 0 bottom 0;
    background-size: 60% auto, 70% auto;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 70px;
  }
  .cost {
    max-width: 750px;
    margin: 0 auto;
  }
  .cost h2 {
    margin-bottom: 42px;
  }
  .cost_tag {
    display: flex;
    flex-direction: column;
  }
  .cost_tx {
    white-space: nowrap;
    padding: 18px 20px 12px;
  }
  .ct {
    font-family: 'Lato', sans-serif;
    font-size: 1.625rem;
  }
  .ct_a {
    font-size: 1.25rem!important;
  }
  .ct_b {
    font-size: 1rem;
  }
}
@media (max-width: 374px) {

}
/*========================================
ページ別 Manual
========================================*/
#manual {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 70px;
}

#manual .ttl {
  margin-bottom: 25px;
}

.manual_contents {
  display: flex;
  gap: 20px;
}

.manual_btn {
  display: block;
  width: 308px;
  height: 68px;
  line-height: 68px;
  background: #1F99B2;
  border: 1px solid currentColor;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 5px 6px #DFF1F4;
  margin: 40px auto 0;
  cursor: pointer;
}

.manual_btn:hover {
  background: #fff;
  color: #1F99B2;
}

@media (max-width: 767px) {
  #manual {
    padding-bottom: 70px;
  }
  .manual_contents {
    display: block;
  }
  .manual_text {
    text-align: center;
  }
  .manual_btn {
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    width: 236px;
    margin: 40px auto 0;
    font-size: 1rem;
    cursor: pointer;
  }
}

/*========================================
ページ別 Contact
========================================*/
.contact {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 130px;
}
.contact_ttl {
  margin-bottom: 25px;
}
label {
  display: inline-block;
  font-size: 1rem;
  padding-bottom: 5px;
}
.agree_ttl {
  font-size: 1rem;
  padding-bottom: 5px;
}
.change_line {
  text-indent: 1em;
}
.indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
  padding-bottom: 5px;
  line-height: 1.8;
}
.personal-box {
  position: relative;
  transition: .3s;
  font-size: 1rem;
  overflow: hidden;
  height: 318px;
  margin-bottom: 30px;
  padding: 15px 30px 30px;
  background-color: #fff;
  border: 1px solid #000;
  line-height: 1.6;
  scrollbar-base-color: #1F99B2;
}
.personal-box input {
  display: none;
}
.personal-box label {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  padding-top: 110px;
  color: #1F99B2;
  cursor: pointer;
  bottom        : 0;   /* 左右いっぱいのBOXにグラデーションを付ける */
  left          : 0;
  right         : 0;
  height        : 160px;
  background    : linear-gradient( rgba(255, 255, 255, 0.5), #ffffff 100% );
}
/* スクロールの幅の設定 */
.personal-box::-webkit-scrollbar {
  width: 10px;
  height: 0;
}

/* スクロールの背景の設定 */
.personal-box::-webkit-scrollbar-track {
  border-radius: 5px;
}
/* スクロールのつまみ部分の設定 */
.personal-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #C0E3EA;
}
.personal-box > input[type="checkbox"]:not(:checked) + label::after {
  content: "+ 全文を読む（必読）";
  font-size: 0.875rem;
  font-weight: bold;
}
.personal-box > input[type="checkbox"]:checked + label::after {
  /* content: "閉じる"; */
}
.checkbox-wrapper {
  margin-bottom: 60px;
  text-align: center;
}
.checkbox-wrapper input[type="checkbox"][disabled] + label {
  opacity: 0.3;
}
button[type="submit"] {
  padding: 12px;
  color: #1F99B2;
  background: #fff;
  width: 100%;
  border: 1px solid #1F99B2;
  border-radius: 28px;
  margin-top: 20px;
  opacity: 1;
  font-size: 1rem;
  transition: 0.4s all;
  cursor: pointer;
}
button[type="submit"][disabled] {
  padding: 12px;
  color: #1F99B2;
  background: #fff;
  width: 100%;
  border: 1px solid #1F99B2;
  border-radius: 28px;
  margin-top: 20px;
  opacity: 0.3;
  font-size: 1rem;
}
.pd_5 {
  display: block;
  padding-top: 5px;
}
#submit:hover {
  color: #fff;
  background: #1F99B2;
  transition: 0.4s all;
}
.contact_text {
  font-size: 0.8125rem;
}
.form_text {
  margin-bottom: 45px;
}
.personal-box h2 {
  font-size: 1rem;
}
.doc_tx {
  padding-bottom: 15px;
}
@media (max-width: 959px){

}
@media (max-width: 767px) {
  .contact {
    padding-bottom: 70px;
  }
  .contact_ttl, .form_text {
    margin-bottom: 30px;
  }
  .contact_text {
    display: block;
    margin-top: 5px;
  }
  .personal-box {
    height: 258px;
    padding: 30px;
    background-color: #fff;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .doc_tx {
    font-size: 0.875rem;
  }
	.checkbox-wrapper {
    margin-bottom: 50px;
  }
  button[type="submit"],  button[type="submit"][disabled], .submit_btn {
    margin-top: 0;
  }
}
@media (max-width: 374px) {
  .form_text {
    font-size: 0.9rem;
  }
}
/*========================================
ページ別 start
========================================*/
#start {
  background-image: url(../images/content/bg_dot.png);
  padding-bottom: 130px;
  border-bottom: 3px solid #1F99B2;
  background-size:20px 20px;
}
.h_link {
  color: #1F99B2;
  border-bottom:1px solid #1F99B2;
  padding-bottom:2px;
  display:inline;
  line-height:1.5;
  cursor: pointer;
}

@media (max-width: 959px){

}
@media (max-width: 767px) {
  #start {
    padding-bottom: 68px;
  }
	.start_text {
    margin-bottom: 40px;
  }
}
@media (max-width: 374px) {

}
/*========================================
ページ別 company
========================================*/
#company_ov {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 130px;
}
.comp_logo {
  width: 80px;
  height: 110px;
  margin: 40px auto;
}
.comp_text {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #707070;
  padding: 28px 0 14px 0;
  line-height: 1.7;
}
.comp_text a {
  color: #1F99B2;
}
.comp_ttl {
  width: 190px;
}
@media (max-width: 959px){
}
@media (max-width: 767px) {
  .comp_logo {
    width: 60px;
    height: 84px;
    margin: 40px auto;
  }
  .comp_text {
    display: flex;
    flex-direction: column;
  }
  .comp_text dd {
    padding-left: 16px;
  }
  .comp_text a {
    display: block;
    margin: 4px;
  }
  .comp_ttl {
    padding-bottom: 15px;
  }
}
@media (max-width: 374px) {

}
/*========================================
ページ別  application page
========================================*/
.contact_btn {
  display: block;
  padding: 26px 70px;
  width: 350px;
  background: #1F99B2;
  color: #fff;
  font-weight: bold;
  border-radius: 40px;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 5px 6px #DFF1F4;
  cursor: pointer;
}
.contact_btn:hover {
  background: #fff;
  color: #1F99B2;
  border: 1px solid #1F99B2;
  border-radius: 40px;
  transition: 0.5s all;
  cursor: pointer;
}
@media (max-width: 959px){
}
@media (max-width: 767px) {

}
@media (max-width: 374px) {

}
/*========================================
ページ別 confirm page
========================================*/
#confirm {

}
.confirm_wrapper {
  width: 90%;
  max-width: 750px!important;
  padding-bottom: 130px;
  margin: 0 auto;
}
.confirm_text:nth-child(8) {
  margin-bottom: 50px;
}
.confirm_text {
  border-bottom: 1px solid #707070;
  padding: 28px 0 14px 0;
}
.confirm_text dt {
  margin-bottom: 20px;
}
.confirm_text dd {
  padding-left: 20px;
  line-height: 1.6;
}
.thanks_btn {
  padding: 12px;
  color: #1F99B2;
  background: #fff;
  width: 100%;
  border: 1px solid #1F99B2;
  border-radius: 23px;
  transition: .4s;
  cursor: pointer;
}
.thanks_btn:hover {
  padding: 12px;
  color: #fff;
  background: #1F99B2;
  width: 100%;
  border: 1px solid #1F99B2;
  border-radius: 23px;
  cursor: pointer;
}
@media (max-width: 959px){
}
@media (max-width: 767px) {
  .confirm_text dd {
    padding-left: 16px;
  }
}
@media (max-width: 374px) {

}
/*========================================
ページ別  thanks page
========================================*/
#thanks {
  padding-bottom: 130px;
}
.thanks_content {
  width: 75%;
  margin: 0 auto;
}
.tel_box {
  width: 75%;
  height: 115px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  margin: 0 auto 100px;
}
.thanks_tx {
  margin-bottom: 40px;
}
.tel_box h3 {
  color: #1F99B2;
  font-size: 1.25rem;
  font-weight: lighter;
  white-space: nowrap;
}
.tel_text {
  text-align: center;
}
.tel {
  font-size: 1.875rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.tel::before {
  display: inline-block;
  position: absolute;
  content: "";
  background-image: url(../images/content/tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 17%;
  left: -18%;
  width: 30px;
  height: 30px;
  line-height: 0;
}
.back_btn {
  display: block;
  width: 75%;
  height: 44px;
  line-height: 44px;
  color: #1F99B2;
  background: #fff;
  margin: 0 auto;
  border: 1px solid #1F99B2;
  border-radius: 23px;
  text-align: center;
  transition: .4s;
  cursor: pointer;
}
.back_btn:hover {
  display: block;
  width: 75%;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #1F99B2;
  margin: 0 auto;
  border: 1px solid #1F99B2;
  border-radius: 23px;
  cursor: pointer;
}
.ss {
  display: none;
}
@media (max-width: 959px){
  .tel_box {
    height: 215px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 35px 15px;
    box-sizing: border-box;
    margin: 0 auto 40px;
  }

}
@media (max-width: 767px) {
  .thanks_content {
    width: 95%;
    margin: 0 auto;
  }
  .tel_box {
    width: 335px;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 auto 40px;
  }
  .tel_box h3 {
    margin-bottom: 20px;
  }

  .thanks_tx {
    margin-bottom: 25px;
  }
  .tel_text {
    text-align: right;
  }
  .tel {
    font-size: 1.875rem;
    margin-bottom: 5px;
  }
  .time {
    line-height: 2;
  }
  .back_btn {
    display: block;
    width: 335px;
    height: 44px;
    color: #1F99B2;
    background: #fff;
    margin: 0 auto;
    border: 1px solid #1F99B2;
    border-radius: 23px;
  }
  .back_btn:hover {
    display: block;
    width: 335px;
    height: 44px;
    color: #fff;
    background: #1F99B2;
    margin: 0 auto;
    border: 1px solid #1F99B2;
    border-radius: 23px;
  }
}
@media (max-width: 374px) {
  .tel_box {
    width: 290px;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 auto 40px;
  }
  .tel {
    font-size: 1.75rem;
  }
  .tel::before {
    top: 18%;
    left: -12%;
    width: 30px;
    height: 30px;
  }
  .ss {
    display: block;
  }
  .back_btn {
    width: 290px;
    height: 44px;
    margin: 0 auto;
    border: 1px solid #1F99B2;
  }
  .back_btn:hover {
    width: 290px;
    height: 44px;
    margin: 0 auto;
    border: 1px solid #1F99B2;
  }
}
/*========================================
ページ別
========================================*/
.trade-wrapper {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 130px;
}
.trade_logo {
  width: 80px;
  height: 110px;
  margin: 0 auto 20px;
}
.ttl .trade_ttl {
  margin-bottom: 40px;
}
@media (max-width: 959px){
}
@media (max-width: 767px) {
  .trade_logo {
    width: 60px;
    height: 84px;
  }
  .ttl .trade_ttl {
    margin-bottom: 20px;
  }
}
@media (max-width: 374px) {

}