/*
共通系（フォント指定、改行系）
*/

/*游ゴシック体をmac/winどちらでも反映されるように指定、念の為游ゴシックがない人のために角ゴシック指定*/
body{
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color:#4b484d;
  margin: auto;
  margin-right: auto;
  margin-left : auto;
}
a{
  text-decoration: none;
  color: inherit;
  width: 100%;
}

/* PC／SP　表示切り替え */
.pc { display:block; }
.sp { display:none; }
/* end */


/* ファーストビュー */
.fv_box{
  background-image: url(fv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
  text-align: center;
  position: relative;
}
.fv_box::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
}
.fv_company_name{
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
}
.fv_sub_title{
  width: 450px;
  margin: auto;
  background-color: #545871;
  color: #fff;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  position: relative;
}
.fv_title{
  font-size: 60px;
  line-height: 1.3em;
  font-weight: bold;
  position: relative;
  padding-top: 45px;
  padding-bottom: 60px;
}
.fv_text{
  font-size: 25px;
  line-height: 1.6em;
  position: relative;
}
/* end */


/* お申込みボタン　*/
.btn{
  width: 650px;
  margin: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: bold;
  background-color: #FFE200;
  height: 70px;
  margin-top: 80px;
  font-size: 25px;
}
/* end */


/* ３つのポイント */
.point_title{
  text-align: center;
  font-size: 25px;
  margin-top: 100px;
  margin-bottom: 35px;
  font-weight: bold;
}
.point_wrap{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
.point_textbox{
  width: 250px;
  height: 250px;
  background-color: #F8F3E7;
  color: #DA6A87;
  text-align: center;
}
.point_sub_title{
  font-size: 25px;
  margin-top: 25px;
  font-weight: bold;
}
.point_sub_title::before{
  content: '';
  position: absolute;
  margin-left: 35px;
  margin-top: 45px;
  display: inline-block;
  width: 50px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #DA6A87;
}
.point_text{
  margin-top: 25px;
  font-size: 18px;
}
.point_text2{
  margin-top: 40px;
  font-size: 18px;
}
/* end */


/* ご利用方法 */
.step_title,
.question_title,
.notice_title{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-top: 100px;
}
.step_title::before{
  content: '';
  position: absolute;
  margin-left: 65px;
  margin-top: 45px;
  display: inline-block;
  width: 70px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #4b484d;
}
.question_title::before{
  content: '';
  position: absolute;
  margin-left: 77px;
  margin-top: 45px;
  display: inline-block;
  width: 70px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #4b484d;
}
.notice_title::before{
  content: '';
  position: absolute;
  margin-left: 52px;
  margin-top: 45px;
  display: inline-block;
  width: 70px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #4b484d;
}
.step_textbox{
  width: 1000px;
  margin: auto;
  border: solid 2px #4B484D;
  margin-top: 40px;
}
.tag_box{
  display: flex;
  margin-left: 295px;
  margin-top: 35px;
}
.tag{
  position: relative;
}
.tag_title{
  position: absolute;
  top: 8px;
  left: 37px;
  font-size: 24px;
  font-weight: bold;
}
.step_sub_title{
  font-size: 25px;
  margin-left: 20px;
  margin-top: 8px;
  font-weight: bold;
}
.step_sub_box{
  display: flex;
  margin-left: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pic img{
  width: 200px;
  height: auto;
}
.step_text{
  margin-left: 75px;
  font-size: 18px;
  margin-top: 25px;
}
.step_text span{
  display: flex;
  color: #F00;
  font-size: 14px;
}
/* end */


/* よくある質問 */
.question_wrap{
  width: max-content;
  margin: auto;
  margin-top: 40px;
}
.question{
  font-size: 18px;
}
.border{
  border-bottom: dashed 2px #707070;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* end */


/* 注意事項 */
.notice_wrap{
  width: 1000px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 150px;
}
.notice_text{
  margin-bottom: 20px;
}
/* end */


/* コピーライト */
.copy{
  text-align: center;
  margin-top: 120px;
  margin-bottom: 35px;
}
/* end */


@media screen and (max-width: 768px) {/* width768px以下で適用 */
/* PC／SP　表示切り替え */
.pc { display:none; }
.sp { display:block; }
/* end */


/* ファーストビュー */
.fv_box{
  background-image: url(fv_sp.png);
  height: 90vw;
}
.fv_company_name{
  padding-top: 7vw;
  padding-bottom: 1vw;
  font-size: 3vw;
}
.fv_sub_title{
  width: 60vw;
  font-size: 3vw;
  padding-top: 12px;
  padding-bottom: 12px;
}
.fv_title{
  font-size: 8vw;
  padding-top: 5vw;
  padding-bottom: 7vw;
}
.fv_text{
  font-size: 4vw;
}
/* end */


/* お申込みボタン　*/
.btn{
  width: 80vw;
  font-size: 4.5vw;
  height: 14vw;
  margin-top: 10vw;
}
/* end */


/* ３つのポイント */
.point_title{
  font-size: 5vw;
  line-height: 1.5em;
}
.point_wrap{
  display: block;
  width: 80vw;
}
.point_textbox{
  width: 80vw;
  height: 40vw;
}
.point_sub_title{
  padding-top: 4vw;
  font-size: 5vw;
}
.point_sub_title::before{
  margin-left: 7.5vw;
  margin-top: 9vw;
  width: 8vw;
  height: 0.5vw;
}
.point_text{
  font-size: 4vw;
  margin-top: 5vw;
  line-height: 1.6em;
}
.point_text2{
  font-size: 4vw;
  margin-top: 8vw;
}
/* end */


/* ご利用方法 */
.step_title,
.question_title,
.notice_title{
  font-size: 5vw;
}
.step_title::before{
  margin-left: 12.5vw;
  margin-top: 10vw;
  width: 13vw;
}
.step_textbox{
  width: 80vw;
}
.pic{
  width: 40vw;
  margin: auto;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
.pic img{
  width: 40vw;
}
.tag_box{
  margin: auto;
  margin-left: 4vw;
}
.tag_pic img{
  width: 25vw;
}
.tag_title{
  top: 1.7vw;
  left: 5vw;
  font-size: 4.5vw;
}
.step_sub_title{
  font-size: 5vw;
  margin-top: 1vw;
  margin-left: 2vw;
}
.step_sub_box{
  margin-left: 6vw;
}
.step_text{
  margin-left: 0;
  margin-top: 0;
  font-size: 4vw;
  line-height: 1.7em;
}
.step_text span{
  font-size: 2.9vw;
  line-height: 1.7em;
}
/* end */


/* よくある質問 */
.question_title::before{
  margin-left: 15.5vw;
  margin-top: 10vw;
  width: 13vw;
}
.question_wrap,
.notice_wrap{
  width: 80vw;
}
/* end */


/* 注意事項 */
.notice_title::before{
  margin-left: 10vw;
  margin-top: 10vw;
  width: 13vw;
}
/* end */

.copy{
  font-size: 3vw;
}

}
