﻿@charset "UTF-8";
.h1, .h2, .h3, .h4, .h5, .h6{
font-weight:bold;
}
section {

  margin-top: -100px;
  padding-top:100px;

}
section .container{
  margin:2rem auto;
}

.toiawase_bt{
    background: #2ab0dc;
    color: #fff!important;
    border-radius: 10px;
    filter: drop-shadow(10px 10px 10px rgba(27,31,119,0.6));
    text-align: center;
    height: 42px;
    width: 530px;
    padding-top: 20px;
    margin:auto!important;
    line-height: 1.5rem!important;
}
.toiawase_bt:hover{
  opacity:0.8;
}
.toiawase_bt{
  font-size:1.5rem; 
  padding-bottom:3rem;
}
.nav-toiawase{
width:180px;
}
#visual{
  background:url(../img/main_visual_bk.jpg) right top no-repeat;
  margin-bottom:0;
}
.img_sp{
  display:none;
}

#about{
padding:3rem 0;
margin-bottom:3rem;
font-size:1.2rem;
background:#cff;
}
.about_text{
font-size:1.1rem;
width:75%;
}
#point{
background:#eee;
}
.point_contents{
margin-bottom:3rem;
}
.onayami_b{
color:#1e3ee3;
font-size:1.2rem;
}
.kaiketsu_b{
color:#e31e4c;
font-size:1.2rem;
}
.point_onayami{
border-radius:0.5rem;
border:3px solid #1e3ee3;
}
.entry{
background:#515bd4;
padding:3rem 0;
margin:2rem 0;
font-size:1.2rem;
color:#fff;
}
.entry a{
font-size: 1.5rem;
    background: #0dcaf0;
    color:#fff;
    font-weight: bold;
    padding: 0 2rem;
    border-radius:0.8rem;
    border:3px solid #fff;
}
.entry a:hover{
    background: #3dd5f3;
    border-color:#25cff2;
}
.h_u{
display:block; 
width:5rem; 
height:0.3rem; 
background:#000; 
margin:1.5rem auto;
}
.h_u2{
display:block; 
width:5rem; 
height:0.2rem; 
background:#000; 
margin:1rem auto;
}
#hikaku{

}
#hikaku .table>:not(caption)>*>*{
vertical-align:middle;
padding-left:1rem;
}
#hikaku ul,#hikaku li{
list-style:none;
margin:0;
padding:0;
}
#review{
background:#eee;
margin-top:2rem;
}
#review hr{
margin:2rem 0;
}
.review_content{
background:#fff;
padding:1rem 0;
}
#review p{
font-size:0.9rem;
}
#jirei{
margin-bottom:5rem;
}
#jirei th{
min-width:6rem;
}
#question .q_btn{
width:100%;
height:70px;
font-size:1.4rem;
line-height:1.5rem;
}
.q_btn{
font-weight:bold;
}
.q_btn img{
display:inline;
}
#flow{
background:#eee;
padding: 4rem 0;
margin-top:0;
}
.allow{
color:#204969;
}
.privacy_list{
line-height:1.2rem;
}
.privacy_list li{
margin-bottom:1rem;
}
label{
display:block;
}
.required {
font-size: 0.8rem;
color: #e22024;
}
#company{
margin-bottom:4rem;
}
@media only screen and (max-device-width: 480px) {
section {
/*
  margin-top: -370px!important;
  padding-top:370px!important;
*/
}
h1{
    display: inline;
    width: 80%;
}
.about_text{
 width:90%;
}
.w-75{
 width:100%!important;
}
#visual{
  background:none;
}
#visual .img_pc{
display:none;
}
#visual .img_sp{
display:block;
}
.toiawase_bt{
  width: 100%;
  padding: 1rem 1.5rem 2.5rem;
}
.nav-toiawase{
width:100%;
}
#flow .col-sm-9{
border:none;
}
#question .border-start{
margin-bottom:1.5rem;
}
#question img{
width:2rem;
}
#question .q_btn{
margin-bottom:1rem;
}
}
