* {
    margin: 0;
    padding: 0;
   font: 1em/1.6 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

img{
	margin: 20px 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;/*rem算出をしやすくするために*/
}



select {

  /* styling */
  background-color: white;
  border: solid 1px #aaa;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) 0.3em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
	width: 100%;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* タブのハイライト表示の色を指定 */
.tab {
  -webkit-tap-highlight-color: transparent;
}


.content_box {
    margin: auto;
    font-size: 16px;
    background: #fff;
    color: #000;
}

.box{
    font-size: 56px;
    margin-top: -11px;
    color: #f16a16;
    text-shadow: 3px 4px 5px #dddddd;
    
}
.box_span{
    font-size: 21px;
    font-weight: bold;
}

.count-size{
    -webkit-text-stroke: 3px #f16a16;
}


img {
    width: 100%;
}
.tac{
    text-align: center;
}
.taR{
    text-align: right;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

@media (min-width:  640px){
    
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
    p {
        font-size: 1.1em;
    line-height: 1.8;
    }

}
@media screen and (min-width:641px) and ( max-width:1024px){
        .box_span {
        font-size: 16px;
        font-weight: bold;
    }

    .box {
        font-size: 38px;
      
    }
}

@media screen and (min-width:1025px) and ( max-width:1299px){
    .box {
    font-size: 41px;
}

.box_span {
        font-size: 16px;
    }


    
}


.fcR {
    font-weight: bold;
    color: #FF2353;
}

.fcB {
    font-weight: bold;
    color: #009fe1;
}
.fcG {
    font-weight: bold;
    color: #7cc322;
}
.fcP {
    font-weight: bold;
    color:#ff6791;
}
.fcaq{
	color: #0096A3;
}

.f_gray {
    color: #9a9a9a;
}

.f_yellow {
    font-weight: bold;
    color: #FFCE00;

}

.f_green {
    font-weight: bold;
    font-size: 18px;
    color: #32991d;

}

.f_orange {
    font-weight: bold;
    color: #ff9830;


}
.fss{
    font-size: 0.8em;
}

.pt0 {
    padding-top: 0;
}
.pr10{
	padding-right: 10px;
}
.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}
.mb5{
    margin-bottom: 5px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt0{
    margin-top: 0px;
}
.mt10{
    margin-top: 10px;
}
.marker {
    background: linear-gradient(transparent 60%, #fff8a5 0%);
}
.markerblue {
    background: linear-gradient(transparent 60%, #96dbec 0%);
}
.markerpink {
    background: linear-gradient(transparent 60%, #f5c9d3 90%);
}
.line-h13{
	line-height: 1.3;
}
footer {
    display: flex;
    padding: 20px;
    background: #009fe1;
    font-size: 0.9em;
    align-items: center;
    justify-content: space-evenly;
}
footer img {
    width: 42%;
}
footer a {
	color: white;
	text-decoration: none;
}

.fwB{
    font-weight: bold;
}
.fsL{
font-size: 1.1em;;
}
.fsLL{
    font-size: 1.2em;
}
.fsLLL{
    font-size: 1.4em;
}
.fsXL{
    font-size: 2em;
}
.blue{
    font-weight: bold;
    color: #1080DC;
}

.fcw{
	color: white;
}
.fcy{
    color: #fdf670;
}

.pink{
    color: #fb5151;
    font-weight: bold;
}
.lead-form{
  text-align: center;
  font-size:20px;
}
.item{
  overflow: hidden;
  margin-bottom: 20px;
}
.label{
  color: #009fe1;
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 5px;
    display:flex;
    align-items: flex-start;
}
.label .sp {
    display:none;
}
.space{
    padding-left:50px;
}
.inputs{
  float: left;
  width:300px;
}
input[type="text"],input[type="email"],input[type="tel"]{
  border: solid 1px #aaa;
  border-radius:5px;
  padding:5px;
  font-size: 15px;
}
textarea{
  border: solid 1px #aaa;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
}
.btn-area{
  text-align: center;
}
.width300 {
    width:300px;
}
input[type="submit"]{
  background: #e0505c;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}
input[type="reset"]{
  background: #aaa;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}
.address {
	display: flex;
    flex-direction: column;
}
select {
    padding: 5px;
}
.point {
    display: flex;
    align-items: center;
    margin: 3% 0%;
}
.point img {
    width: 11%;
    padding-right: 6px;
    margin: 0;
}
.points {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
    padding: 20px 20px 65px 20px;
    position: relative;
}
.point img {
    width: 11%;
    padding-right: 6px;
    margin: 0;
}
img.teach {
    position: absolute;
    width: 34%;
    right: 16px;
    bottom: 0px;
    margin: 0;
}
.example {
    background: linear-gradient(to right, #24bfff, #006dbb);
    padding: 20px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    width: 100%;
    margin: 4% 0;}

/*タブのスタイル*/
.tab_item {
  width: calc(98%/3);
    height: 45px;
    background-color: #d9d9d9;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    margin-right: 1%;
    border-radius: 5px 5px 0 0;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
  background: #fdf670;
    padding: 20px;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fdf670;
    color: #009fe1;
}
span.info-tag {
    background: #009fe1;
    font-weight: bold;
    padding: 2%;
    color: white;
    font-size: 0.9em;
    border-radius: 5px;
    margin-right: 1%;
}
span.star {
    color: #e8cd3a;
	padding-left: 2%;
}
span.satei {
    font-weight: bold;
    background: #e0faff;
    padding: 2%;
    font-size: 0.9em;
}
.kakaku {
    display: flex;
	align-items: center;
    justify-content: space-evenly;
    margin-bottom: 10px;
}
.kakaku p {
    font-size: 0.9em;
}
.kakaku img {
    width: 75%;
}
.w71{
	width: 71%!important;
}
div#all_content img {
    margin: 0;
}
.hikaku {
    display: flex;
    justify-content: center;
}
.hikaku1 {
    border-right: 2px solid #019fe1;
    text-align: center;
	width: 31%;
}
.bg_w{
	background: white;
}
.bg_w img {
    margin: 0;
}
.pd10{
	padding: 7px 10px 10px 10px;
}
.risk{
	background: #e0faff;
	padding: 40px 20px 20px 20px;
}
.risk_h2 {
    position: relative;
    padding: 12px 20px calc(10px + 10px);
    background: #fff;
    text-align: center;
}

.risk_h2:before {
    position: absolute;
    top: -7px;
    left: -6px;
    width: 100%;
    height: 100%;
    content: '';
    border: 3px solid #000;
}
/*表*/
.risk_tabl{
    max-width: 1000px;
    margin: 3% auto;
    text-align: center;
}
.risk_tabl table{
    width: 100%;
}
.risk_tabl table th, .risk_tabl table td{
    padding: 1% 3%;
    border-collapse: collapse;
}
.risk_tabl table th.risk_tabl_l, .risk_tabl table th.risk_tabl_r{
    border-radius: 15px 15px 0 0;
    font-weight: bold;
    font-size: 17px;
}
.risk_tabl table th.risk_tabl_l{
    background-color: #fe6814;
    color: #fff;
}
.risk_tabl table th.risk_tabl_r{
    background-color: #0374c1;
    color: #ffffff;
}
.risk_tabl table th.risk_tabl_tit{
    background-color: #dfdfdf;
    color: #000;
    font-weight: bold;
    font-size: 17px;
}
.risk_tabl table td{
    background-color: #fff;
    width: 50%;
}
.risk_tabl table td.risk_tabl_txt_l{
    background-color: #fffde4;
}
.risk_tabl table td.risk_tabl_txt_l span, .risk_tabl table td.risk_tabl_txt_r span{
    color: #e33c25;
    font-weight: bold;
}

.bg_c{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
}

h2 {
  padding: 3% 4%;
    font-size: 1.1em;
    margin: auto;
    font-weight: bold;
    width: fit-content;
    transform: skew(-15deg);
    color: #fff;
    background-image: linear-gradient(to right, #24bfff, #006dbb);
}
.good-title{
	display: flex;
    align-items: flex-end;
    padding-bottom: 3%;
	position: relative;
    margin: 7% 0 4% 0;
}
.good-title:after {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 5px;
    content: '';
    border-radius: 3px;
    background-image: linear-gradient(to right, #24bfff, #006dbb);
}
.good-title img {
    width: 11%;
    margin: 0 2% 0 0;
}
h3 {
  padding: 3% 4%;
    font-size: 1.2em;
    margin: auto;
    font-weight: bold;
    width: fit-content;
    transform: skew(-15deg);
    color: #fff;
    background-image: linear-gradient(to right, #24bfff, #006dbb);
}
h4{
	position: relative;
  padding: 5% 0;
  text-align: center;
	margin-bottom: 20px;
}
h4:before {
  position: absolute;
    bottom: -2px;
    left: calc(50% - 30px);
    width: 60px;
    height: 6px;
    content: '';
    border-radius: 3px;
    background: #009fe1;
}
h4.otoi{
	display: flex;
	align-items: center;
    justify-content: center;
	margin-right: 0;
    margin-left: 0;
}
h4 img {
    width: 37%;
    padding-right: 10px;
    margin: 0;
}
.risk01 {
    display: flex;
    align-items: center;
    background: #434243;
    padding: 0 3%;
    border-radius: 10px;
    margin: 2% 1%;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    width: 50%;
    justify-content: space-evenly;
}
.risk01 img {
    width: 33%;
    padding-right: 3%;
}
.risk01 p {
    color: white;
    font-weight: bold;
	text-align: center;
}
.risks {
    display: flex;
    width: 100%;
    flex-direction: row;
}
.triangle{
  width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #e0faff;
    margin: auto;
    margin-top: -1px;
	padding-bottom: 20px;
}
.all_risk{
	margin: 14px 0 10px 0;
}
.good-points {
    padding: 0 20px 40px 20px;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
}
.good {
    border: 3px solid #019fe0;
    background: white;
    margin-bottom: 15px;
}
.good img {
    width: 32%;
    margin: 2% auto 0 auto;
    display: block;
}
p.good_point_title {
    background: #019fe0;
    text-align: center;
    color: white;
    padding: 2%;
    font-weight: bold;
}
p.good_text {
    padding: 3%;
    background: #e0faff;
}
.balloon1 {
  position: relative;
    display: inline-block;
    margin: 3% 0;
    padding: 0 4%;
    width: 100%;
    font-size: 16px;
    background: #09aeea;
}

.balloon1:before {
  content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #09aeea;
    margin-top: -1px;
}
.balloon2 {
    position: relative;
    display: inline-block;
    margin: 3% 0 6% 0;
    padding: 0 4%;
    width: 100%;
    font-size: 16px;
    background: #09aeea;
}
.balloon img {
    width: 17%;
    margin: 3% 2% 3% 0;
}
.balloon1 p {
  margin: 0;
  padding: 0;
	line-height: 1.4;
}
.balloon {
    display: flex;
    align-items: center;
}
.flow {
    background-image: url(../img/flow_bg.jpg);
    background-size: cover;
    padding: 20px 20px 10px 20px;
}
.voice {
    background-image: linear-gradient(to left, #67c9f0, #0877bc);
    padding: 7% 0;
}
.voice_bg {
    background: white;
    display: flex;
    padding: 4%;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    margin: 5% 0;
}
.voice_info {
    width: 45%;
    margin-right: 5%;
}
.voice_info img {
    margin: 0;
}
p.voice_info01 {
    font-size: 0.9em;
    line-height: 1.3;
}
.voice_text {
    width: 100%;
}

/*スライダー*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 100%;
    margin:25px auto 0;
}
.slick-slide img {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}
.slider .slick-slide {
    transform: scale(0.85);/*左右の画像のサイズを80%に*/
    transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;/*透過50%*/
}
.slider .slick-slide.slick-center{
    transform: scale(1);/*中央の画像のサイズだけ等倍に*/
    opacity: 1;/*透過なし*/
}
.slick-list {
    overflow: inherit;
}

/*矢印の設定*/
.voice .slick-prev {/*戻る矢印の位置と形状*/
    left: 22.7%;
    z-index: 999;
}
.voice .slick-next {/*次へ矢印の位置と形状*/
    right: 24.2%;
}

/*ドットナビゲーションの設定*/
.voice .slick-dots {
    text-align:center;
    margin:20px 0 0 0;
    bottom: -35px;
}
.voice .slick-dots li {
    display:inline-block;
    margin:0 5px;
}
.voice .slick-prev:before, .voice .slick-next:before{
    font-size: 30px;
}
.voice ul {
    padding-inline-start: 0px;
}

.voice-box{
    max-width: 600px;
    background-color: #fff;
    padding: 4%;
    border-radius: 10px;
}
.voice-tit{
    text-align: center;
    padding: 1%;
    background-color: #3c7399;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1%;
}
.voice-price{
    text-align: center;
    margin-bottom: 2%;
    font-size: 17px;
    font-weight: bold;
}
.voice-price span{
    margin-left: 1%;
    font-weight: bold;
    color: #ff0000;
    font-size: 25px;
}
.voice-frx{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2%;
}
.voice-img{
    width: 48%;
}
.voice-img .pc{
    display: block;
}
.voice-img .sp{
    display: none;
}
.voice-user{
    width: 48%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
}
.voice-user span{
    color: #ffc800;
}
.voice-user-icon{
    color: #fff;
    background-color: #0374c1;
    display: inline-block;
    padding: 1% 13%;
    border-radius: 50px;
    margin-bottom: 3%;
}
.voice-user-icon2{
    color: #fff;
    background-color: #0374c1;
    display: inline-block;
    padding: 1% 13%;
    border-radius: 50px;
    margin-bottom: 3%;
}
.voice-user-icon3{
    
}
.voice-txt b{
    font-weight: bold;
}

@media (max-width:  640px){
    
  .box {
    font-size: 36px;
    margin-top: 0px;
}

.box_span {
    font-size: 15px;
}

.voice-img .pc{
    display: none;
}
.voice-img .sp{
    display: block;
}
.voice .slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    margin: 7% auto!important;
}
.slider .slick-slide {
    transform: scale(0.95);/*左右の画像のサイズを80%に*/
    opacity: 0.3;
}
.voice .voice-box{
    width: 85vw!important;
    padding: 5%;
}

/*矢印の設定*/
.voice .slick-prev {/*戻る矢印の位置と形状*/
    left: 0;
    z-index: 999;
    /*display: none!important;*/
}
.voice .slick-next {/*次へ矢印の位置と形状*/
    right: 3%;
    z-index: 999;
    /*display: none!important;*/
}
.voice-tit {
    padding: 4% 2%;
    font-size: 20px;
    margin-bottom: 3%;
}
.voice-price {
    margin-bottom: 4%;
}
.voice-frx {
    margin-bottom: 6%;
}
.voice-user-icon{
    padding: 6% 13%;
    margin-bottom: 5%;
}
.voice-user-icon2{
    padding: 6% 13%;
    margin-bottom: 5%;
}
.label .necessary {
    margin-left:10px;
}
.label .sp {
    display:block;
}
.label .pc {
    display:none;
}
.space {
    padding-left:0px;
}
}



details {
  border: 2px solid #009fe1;
}
details:not(:last-child) {
  margin-bottom: 20px;
}

/**
 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに
**/
details summary {
  list-style: none;
    cursor: pointer;
    padding: 5px 15px;
    background: #009fe1;
    color: white;
    font-weight: bold;
    align-items: center;
	position: relative;
	display: flex;
	line-height: 1.4;
}
/**
 * Chrome用のデフォルト三角削除
**/
details summary::-webkit-details-marker {
  display: none;
}
/**
 * Font Awesomeのプラスアイコン使用
**/
details summary::after {
  content: '▼';
  margin-left: 20px;
	position: absolute;
    right: 15px;
	top: 30%;
}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
details[open] summary::after {
  content: '▲';
}
summary span {
    vertical-align: sub;
}
details p {
  margin: 0;
  padding: 20px;
	background: white;
}
.QA{
	padding: 20px;
}
.form_flow {
  width: 100%; /* ステップフロー全体の横幅を指定 */
  display: flex;            /* flexboxで横並びにする */
  justify-content: space-between; /* 横並びにしたものを等間隔で並べる */
  margin-top: 4%;
}

.form_flow li {
  list-style: none;
  color: #333;        /* 文字色を黒に指定 */
  font-size: 1em;    /* 文字サイズを指定 */
  width: calc(100% / 3); /* 横幅を三等分した1つの大きさに指定 */
  background: #eee;   /* 背景色をグレーに指定 */
  line-height: 40px;  /* 行間(高さの代わり)を指定 */
  text-align: center; /* 文字を中央寄せにする */
  position: relative; /* 基準位置とする */
  font-weight: bold;
}

.form_flow li:not(:first-child):not(:last-child) { 
  padding: 0 0 0 10px;  /* 最初と最後以外には左に適度な余白を指定 */
}

.form_flow li::before,
.form_flow li::after {
  content: "";  /* 疑似要素では必須 */
  width: 0;     /* 横幅を0に指定 */
  height: 0;　　/* 高さを0に指定 */
  display: block;  /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
}

.form_flow li::before {
  border: solid 27px transparent;     /* 32pxのborderを指定 */
  border-right: solid 13px transparent;  /* 幅を合わせるため右線は13pxにする */
  border-left: solid 13px #FFF;          /* 白い三角形を作成して▷の形で上に重ねて削り取る */
  top: -7px;  /* 重ねる位置(縦軸)を調整 */
  left: 0;    /* 重ねる位置(横軸)を調整 */
  z-index: 1; /* 重なり順を指定 */
}

.form_flow li::after {
  border: solid 20px transparent;  /* 25pxのborderを指定 */
  border-left: solid 10px #EDEDED; /* 左のborderで背景色と同じ▶の部分を作成する */
  border-right: solid 10px transparent; /* 幅を合わせるために右線は10pxにする */
  top: 0;       /* 重ねる位置(縦軸)を調整 */
  right: -20px; /* 重ねる位置(横軸)を調整 */
  z-index: 2;   /* 重なり順の優先度を他よりも上げる */
}

.form_flow li:first-child::before,
.form_flow li:last-child::after {
  content: none;  /* 最初のliの左と最後のliの右は作らない */
}

/* 以下.currentだけ色を変えるCSS */

.form_flow li.current {
  color: #FFF;
  background: #009fe1;
}

.form_flow li.current::after {
  border-left: solid 10px #009fe1;
}
.otoiawase {
    padding: 40px 20px;
    background: #e0faff;
}
.toiawase {
    background: white;
    padding: 20px;
}
span.necessary {
    background: #e33c25;
    font-size: 0.8em;
    padding: 1% 2%;
    font-weight: bold;
    margin-right: 10px;
    color: #fff;
    display:inline;
}


input[type="image"] {
    width: 100%;
}
.item02{
	overflow: hidden;
	margin-bottom: 20px;
}
.mini_form {
    background: #e0faff;
}
.mini_bg{
	background: white;
	padding: 20px;
	border: 3px solid #009fe1;
}
.mv img{
	margin: 0;
}
.scroll-top:hover {
  cursor: pointer;
  opacity: 0.7;
}

.scroll-top{
  opacity: 0;
  transition: opacity 350ms ease;
}
	.satei_title{
		margin: 10px;
	}

.float-button__wrap {
	position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  width: 130px;
  height: 200px;
}
.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.float-button__wrap {
    display: none;/*最初は隠す*/
}
.body-in {
    position: relative;
}
@media (min-width:641px) and ( max-width:1300px){
	p{
		font-size: 1em;
	}
    .mini_form {
    padding: 4% 0;
}
.mini_bg {
    padding: 2% 2% 1% 2%;
    max-width: 700px;
    margin: auto;
}
form {
    margin: 0 auto;
    display: table;
}
	.item {
    display: flex;
}
	.item02 {
    display: flex;
	margin-bottom: 20px;
}
	input[type="image"] {
    width: 65%;
}
	.label {
    width: 50%;
}
	.points{
		padding: 2% 2% 4% 2%;
	}
.point img {
    width: 4%;
}	
.point {
    margin: 2% 0%;
}	
	img.teach {
    width: 17%;
    right: 8%;
}
.point-4{
	max-width: 700px;
	margin: auto;
}
.yoko{
		display: flex;
	}
	.tab_item{
	height: 50px;
	line-height: 48px;
    font-size: 20px;	
	}
	.tabs {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    max-width: 700px;
    margin: 2% auto;
}
	.bg_w {
    margin: 1%;
}
	.example {
    padding: 4% 0;
}
	.all_risk {
    margin: 2% auto;
    max-width: 700px;
}
	.risks {
    display: flex;
    width: 100%;
    flex-direction: row;
}
	.risk01{
		margin: 1%;
		padding: 2%;
		flex-direction: column;
	}
	.risk01 img {
    width: 27%;
    padding: 1%;
    margin: auto;
}
	.satei_title{
		margin: 0px;
	}
	h2{
		font-size: 1.3em;
		padding: 2% 4%;
	}
	.risk_h2 {
    padding: 20px 45px calc(20px + 10px);
    background: #fff;
    margin: auto;
    width: fit-content;
}
	.fsLLL {
    font-size: 2em;
}
	.risk {
    padding: 4% 20px 2% 20px;
}
	h3{
		padding: 1% 3%;
    font-size: 1.6em;
	}
	.fsL {
    font-size: 1.3em;
}
	.fsLL{
		font-size: 1.6em;
	}
	.good-point{
		max-width: 700px;
		margin: auto;
	}
	.good-title {
    padding-bottom: 2%;
    margin: 3% 0 1% 0;
}
	.good-title img {
    width: 5%;
}

	.good {
    margin: 1%;
	display: flex;
	border: 3px solid #019fe0;
}
	.good_img {
    width: 35%;
}
	.good img {
    width: -webkit-fill-available;
    height: auto;
    padding: 5% 20% 0 20%;
}
	p.good_point_title {
    background: #019fe0;
    text-align: center;
    color: white;
    padding: 2%;
    font-weight: bold;
}
	p.good_text {
    padding: 3%;
    background: #e0faff;
    width: 70%;
    border-left: 3px solid #019fe0;
}
	.good-points {
    padding: 1% 2% 5% 2%;
	}
	h4{
		padding: 4% 0 2% 0;
	}
	.balloones{
		max-width: 700px;
		margin: auto;
	}
	.flow {
    background-image: url(../img/flow_bg_pc.jpg);
    background-size: cover;
    padding: 1% 1% 5% 1%;
}
	.balloon1{
	margin: 2% 0;
    padding: 0 3%;	
	}
	.balloon img {
    width: 7%;
    margin: 2% 2% 2% 0;
}
	.balloon2{
	margin: 2% 0 4% 0;
    padding: 0 3%;
	}
	.flowp{
	line-height: 1.3;
    margin-bottom: 4%;
}
	.voice {
    padding: 4% 2%;
}
	.voice_bg {
    padding: 3% 3%;
    max-width: 700px;
    margin: 2% auto;
    align-items: center;
}
	.voice_info {
    width: 18%;
    margin-right: 3%;
}
	details:not(:last-child) {
    margin-bottom: 2%;
}
	details {
    max-width: 700px;
    margin: auto;
}
	details summary{
		padding: 8px 15px;
	}
	.QA {
    padding: 1% 0 4% 0;
}
	h4 img {
    width: 18%;
    padding-right: 20px;
    margin: 0;
}
	.form_flow {
    width: 65%;
    margin: 2% auto;
}
	.btn-area {
    text-align: center;
    padding-top: 0%;
    padding-bottom: 0%;
}
	.otoiawase {
    padding: 5% 2%;
}
	footer{
		padding: 3%;
	}
	footer img {
    width: 16%;
}
	span.info-tag{
		padding: 1% 2%;
	}
	span.satei{
		padding: 1% 2%;
}
	.toiawase {
    max-width: 700px;
    margin: auto;
}
	.house {
    line-height: 0px;
}
	.house img {
    margin-top: -7%;
	margin-bottom: 0px;
}
	.mv_text {
    background: #009fe1;
    margin-top: -3px;
    padding: 1% 0 2% 0;
}
	.mv_text img {
    max-width: 750px;
    margin: auto;
    display: block;
	padding: 0 2%;	
}
}
@media (max-width:  640px){
	.mini_form {
    padding: 15px 20px;
}
	.mini_bg {
    padding: 15px 15px 5px 15px;
}
	  .float-button__wrap {
	  right: 0px;
	  height: auto;
  bottom: 0px!important;
  width: 100%;
  margin: 0 auto;
}
	.float-button__wrap img{
		margin: 0px;
	}

    p {
        font-size: 1em;
    line-height: 1.6;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    h1 {
        font-size: 22px;
        line-height: 1.4;
        padding: 5% 1%;
        text-align: center;
    }
	select {
    width: 100%;
}
	form {
    width:460px;
    width: 100%;
    margin: 0 auto;
}
	.btn-area {
    padding-top: 2px;
}
	.item {
    display: flex;
    flex-direction: column;
	margin-bottom: 15px;	
}
	.item02 {
    display: flex;
    flex-direction: column;
}
	.inputs {
    width: 100%;
}
	label .label{
		font-size: 1em;
	}
}

@media (min-width:  1300px){
	
    .mini_form {
    padding: 4% 0;
}
.mini_bg {
    padding: 2% 0 1% 0;
    max-width: 700px;
    margin: auto;
}
form {
    margin: 0 auto;
    display: table;
}
	.item {
    display: flex;
}
	.item02 {
    display: flex;
	margin-bottom: 20px;
}
	input[type="image"] {
    width: 65%;
}
	.label {
    width: 50%;
}
.point img {
    width: 4%;
}	
.point {
    margin: 2% 0%;
}	
	img.teach {
    width: 17%;
    right: 20%;
}
.point-4{
	max-width: 1000px;
	margin: auto;
}
.yoko{
		display: flex;
	}
	.tab_item{
	height: 50px;
	line-height: 48px;
    font-size: 20px;	
	}
	.tabs {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    max-width: 1100px;
    margin: 2% auto;
}
	.bg_w {
    margin: 1%;
}
	.example {
    padding: 4% 0;
}
	.all_risk {
    margin: 2% auto;
    display: flex;
    max-width: 1200px;
}
	.risks {
    display: flex;
    width: 100%;
    flex-direction: row;
}
	.risk01{
		margin: 1%;
		padding: 2%;
		flex-direction: column;
	}
	.risk01 img {
    width: 35%;
    padding: 1%;
    margin: auto;
}
	h2{
		font-size: 1.3em;
	}
	.risk_h2 {
    padding: 20px 45px calc(20px + 10px);
    background: #fff;
    margin: auto;
    width: fit-content;
}
	.fsLLL {
    font-size: 2em;
}
	.risk {
    padding: 4% 20px 2% 20px;
}
	h3{
		padding: 1% 3%;
    font-size: 1.6em;
	}
	.fsL {
    font-size: 1.3em;
}
	.fsLL{
		font-size: 1.6em;
	}
	.good-point{
		max-width: 1000px;
		margin: auto;
	}
	.good-title {
    padding-bottom: 2%;
    margin: 3% 0 1% 0;
}
	.good-title img {
    width: 5%;
}
	.good {
    margin: 1%;
	display: flex;
	border: 3px solid #019fe0;
}
	.good_img {
    width: 35%;
}
	.good img {
    width: -webkit-fill-available;
    height: auto;
    padding: 5% 20% 0 20%;
}
	p.good_point_title {
    background: #019fe0;
    text-align: center;
    color: white;
    padding: 2%;
    font-weight: bold;
}
	p.good_text {
    padding: 3%;
    background: #e0faff;
    width: 70%;
    border-left: 3px solid #019fe0;
}
	.good-points {
    padding: 1% 2% 5% 2%;
	}
	h4{
		padding: 4% 0 2% 0;
	}
	.balloones{
		max-width: 1000px;
		margin: auto;
	}
	.flow {
    background-image: url(../img/flow_bg_pc.jpg);
    background-size: cover;
    padding: 1% 1% 5% 1%;
}
	.balloon1{
	margin: 2% 0;
    padding: 0 3%;	
	}
	.balloon img {
    width: 7%;
    margin: 2% 2% 2% 0;
}
	.balloon2{
	margin: 2% 0 4% 0;
    padding: 0 3%;
	}
	.flowp{
	line-height: 1.3;
    margin-bottom: 4%;
}
	.voice {
    padding: 4% 0;
}
	.voice_bg {
    padding: 2% 4%;
    max-width: 1000px;
    margin: 2% auto;
    align-items: center;
}
	.voice_info {
    width: 18%;
    margin-right: 3%;
}
	details:not(:last-child) {
    margin-bottom: 2%;
}
	details {
    max-width: 1000px;
    margin: auto;
}
	details summary{
		padding: 8px 15px;
	}
	.QA {
    padding: 1% 0 4% 0;
}
	h4 img {
    width: 18%;
    padding-right: 20px;
    margin: 0;
}
	.form_flow {
    width: 65%;
    margin: 2% auto;
}
	.btn-area {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}
	.otoiawase {
    padding: 5% 2%;
}
	footer{
		padding: 3%;
	}
	footer img {
    width: 16%;
}
	span.info-tag{
		padding: 1% 2%;
	}
	span.satei{
		padding: 1% 2%;
}
	.toiawase {
    max-width: 1000px;
    margin: auto;
}
	.house {
    line-height: 0px;
}
	.house img {
    margin-top: -7%;
	margin-bottom: 0px;
}
	.mv_text {
    background: #009fe1;
    margin-top: -3px;
    padding: 1% 0 3% 0;
}
	.mv_text img {
    max-width: 900px;
    margin: auto;
    display: block;
}
}

.addr10_field{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}
.mv.sp{
	line-height: 0;
}

/*230330*/
.mv_pc img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

.ft_img {
    width: 87%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ft_img_2 {
    margin-top: 0px;
    margin-bottom: 10px;
}
@media (min-width: 768px){
    .ft_img_2 {
        width: 64%;
        margin: 20px auto;
    }
}

/*電話ボタンエリア*/
.tel-area{
    padding: 2%;
}
.tel-box{
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    padding: 2%;
}
.tel-box a{
    text-decoration: none;
}
.tel-box a:hover{
    opacity: 0.5;
}
.tel-box-txt{
    font-size: 20px;
    font-weight: bold;
}
.btn-tel{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 2%;
    background-color: #003c6c;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
}
.btn-tel::after{
    content: "\025b6";
	color: #fff;
	font-size: 16px;
	position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn-l{
    border-radius: 10px;
    padding: 3%;
    background-color: #fff;
    color: #003c6c;
    font-size: 17px;
    line-height: 1.1;
    font-weight: bold;
    margin: 0 5% 0 0;
}
.btn-r{
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    width: 70%;
}
@media (max-width:  640px){
.tel-box{
    margin: 0 2%;
}
.btn-r {
    font-size: min(7vw,35px);
}
}