@charset "UTF-8";

/*--------------------------------------
基本設定
---------------------------------------*/
html{}
  body{
    font:13px/1.7 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
    color:#333333;
    text-align:justify;
    text-justify:distribute;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
  }

  img{
    vertical-align:top;
  }

  *{
    -webkit-box-sizing: border-box;
  }
  /*--------------------------------------
  大枠囲み
  ---------------------------------------*/

  #contents{
    background: #fff;
    width: 750px;
    margin:0 auto;
    overflow:hidden;
    box-shadow: 0px 0px 10px 1px #515151;
    -moz-box-shadow: 0px 0px 10px 1px #515151;
    -webkit-box-shadow: 0px 0px 10px 1px #515151;
  }
  /*--------------------------------------
  コンテンツ_FV
  ---------------------------------------*/
  #top_image{
    width: 750px;
  }
  /*--------------------------------------
  コンテンツ_btn
  ---------------------------------------*/
  #btn_area{
    text-align: center;
    margin-top: 50px;
  }
  #btn_area img{
  padding-bottom: 20px;
}
/*--------------------------------------
コンテンツ_worry
---------------------------------------*/
  #worry{
    text-align: center;
    margin-top: 50px;
}
  #worry img{
padding-bottom: 20px;
}
/*--------------------------------------
コンテンツ_checklist
---------------------------------------*/
#checklist{
  text-align: center;
  margin-top: 50px;
}
#checklist img{
padding-bottom: 20px;
}
/*--------------------------------------
コンテンツ_btn
---------------------------------------*/
.btn_txtbox img{
  margin: 40px auto;
}
/*--------------------------------------
コンテンツ_about_list
---------------------------------------*/
#about_list{
  text-align: center;
  margin-top: 50px;
}
#about_list img{
padding-bottom: 20px;
}
.about_list_txtbox{
  width:682px;
  height: 1929px;
  margin: 50px auto;
  background-image: url(../images/bg_100check.jpg);
}

.about_list_txtbox img:nth-of-type(1){
  margin-top: 40px;
}

.about_list_txtbox img{
  margin-bottom: 45px;
}

.about_100check_txtbox{
  width: 750px;
  background-image: url(../images/bg_about_100check.jpg);
  color:#000000;
  font-size: 25px;
  padding-top: 30px;
  text-align: left;
  margin-bottom: 30px;
}
.about_100check_txtbox p{
  width: 621px;
  margin: 35px auto 0 auto;
  line-height: 1.6em;
}
.about_100check_txtbox span{
  color:#db2f4b;
}
.about_100check_photobox{
  width: 621px;
  display: flex;
  margin: 0 auto;
}
.about_100check_photobox img{
  width: 267px;
  margin-top:-20px;
}
.about_100check_photobox p{
  width: 355px;
  margin: 35px auto 0 auto;
  line-height: 1.6em;
}
/*--------------------------------------
コンテンツ_btn
---------------------------------------*/
#btn_area_u{
  text-align: center;
  }
.btn_area_under{
  height: 30px;
}

/*--------------------------------------
コンテンツ_profile
---------------------------------------*/
#profile{
  width:750px;
  height: 1923px;
  margin: 50px auto 50px auto;
  background-image: url(../images/bg_profile.jpg);
  background-repeat: no-repeat;
  position: relative;
}

#profile p{
  width: 650px;
  color:#000000;
  font-size: 25px;
  line-height: 1.6em;
  position: absolute;
  top: 730px;
  left: 55px;
}
/*--------------------------------------
コンテンツ_footer
---------------------------------------*/

#footer{
	widows: 750px;
	height: 128px;
	background-color: #ebf2d1;
  margin-top: 80px;
}

#footer p{
	font-size: 20px;
	padding-top:30px;
	line-height: 1.6em;
	text-align: center;
}

#footer a{
	color: #333;
	padding-top:30px;
	line-height: 1.6em;
	text-align: center;
	text-decoration: none;
}

#footer a:hover {
	color: #2f2f2f;
	cursor: pointer;
	text-decoration: underline;
}


/*--------------------------------------
メディアクエリ750px以下
---------------------------------------*/
#sp_contents{
  display: none;
}
@media screen and (max-width:740px) {
  #contents{
    display: none;
  }
  #sp_contents{
    display: block;
    width:100%;
  }
  #sp_contents img{
    width:100%;
  }
  .sp_btn_top{
    margin-top: 20px;
  }
  .sp_btn_box{
    width:80%;
    margin: 40px auto 30px auto;
  }
  .sp_btn_box img{
    margin: 5px auto;
  }
  #worry_sp{
    width:100%;
    margin: 50px auto;
  }
  #checklist_sp{
    width:100%;
    text-align: center;
  }
  #checklist_sp img:nth-of-type(1){
    width:40%;
    margin: 20px auto;
  }
  #sp_profile{
    width:100%;
    text-align: center;
  }
  #footer_sp{
    width: 100%;
    height: 100px;
    background-color: #ebf2d1;
    margin-top: 20px;
    padding-top: 30px;

    text-align: center;
  }
  #footer_sp p{
    font-size: 3vw;
    padding:20px auto;
  }
}

/*--------------------------------------
プライバシーポリシー
---------------------------------------*/

#contents_pp{
  background: url(../images/bg_privacypolicy.jpg);
  width: 750px;
  margin:0 auto;
  overflow:hidden;
  box-shadow: 0px 0px 10px 1px #515151;
  -moz-box-shadow: 0px 0px 10px 1px #515151;
  -webkit-box-shadow: 0px 0px 10px 1px #515151;
}

#contents_pp h2{
	font-size: 35px;
	color: #fff;
  text-align: center;
  margin: 55px auto 100px auto;
}

.pp_box{
  width: 90%;
  margin: 0 auto;
  line-height: 1.7em;
}

.pp_box p{
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7em;
}

.pp_box ul, li{
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.7em;
}

.pp_box h3{
  width: 90%;
  margin: 10px auto;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
}

.mini_box{
  width: 90%;
  margin-left: 40px;
  font-size: 14px;
  line-height: 1.7em;
}

.last_p{
  width: 90%;
  text-align: right;
}

#contents_pp img{
  display: none;
}

@media screen and (max-width:740px) {
  #contents_pp{
    width:100%;
    background: none;
  }
  #contents_pp h2,#contents_pp h3, #contents_pp p, #contents_pp ul{
    display: none;
    margin: 0px;
  }
  #contents_pp img{
    display: block;
    width:100%;
  }
  .mini_box{
    display: none;
  }

  .last_p{
  display: none;
  }
.pp_box {
  display: none;
  }
}
  /* #contents_pp_img img{
    width:100%;
  } */
  /*--------------------------------------
  フッター
  ---------------------------------------*/
  #footer_pp {
  	widows: 100%;
   background-color: #f3cb7f;
   overflow: hidden;
  }

  #footer_pp p{
  	font-size: 13px;
  	padding-top:30px;
    padding-bottom:30px;
    margin-bottom: 10px;
  	line-height: 1.6em;
  	text-align: center;
  }

  #footer_pp a{
  	color: #333;
  	line-height: 1.6em;
  	text-align: center;
  	text-decoration: none;
  }

  #footer_pp a:hover {
  	color: #2f2f2f;
  	cursor: pointer;
  	text-decoration: underline;
  }

  @media screen and (max-width:740px) {
    #footer_pp {
      width: 100%;
    }
    #footer_pp p{
      display: block;
    	font-size: 8px;
    	line-height: 1.2em;
    	text-align: center;
    }

    #footer_pp a{
      display: block;
    	color: #333;
    	line-height: 1.2em;
    	text-align: center;
    	text-decoration: none;
    }

    #footer_pp a:hover {
      display: block;
    	color: #2f2f2f;
    	cursor: pointer;
    	text-decoration: underline;
    }}
