@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
-----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width : 768px) {
  /*--------------------------------------------------------
共通設定(スマホ)
-------------------------------------------------------*/
  html {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  html, body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0px;
	 font-size: 62.5%;
  }
  /*画像サイズの調整*/
  img {
    height: auto;
    max-width: 100%;
  }
  a {
    color: #39f;
    -webkit-tap-highlight-color: #fc6;
  }
  /*-----------------------------------------------------------------------------------------------------
各エリアの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/
  /*全体エリア(全体背景を設定するにはここ)*/
  .main {
    background: url("../images/bg.jpg");
  }
  /*カラム部分*/
  .main-in {
    padding: 0em 0em 0em;
  }
  /*記事(ボディ)エリア*/
  .article {
    background-color: #fff;
    border-left: none;
    border-right: none;
    font-size: 1.6em; /*=16px*/
  }
  /*記事(ボディ)エリアの行間*/
  .article p {
    font-size: 1.6em;
    line-height: 1.6;
  }
  /*カラム全体の幅を変更する*/
  .article, .top_image_in {
    width: 100%;
    margin: 0 auto 0; /*真ん中に要素を置きたいときに使う*/
  }
  .contents {
    padding: 1em 1em;
    font-size: 0.8em;
  }
  .contents_00 {
    padding: 0 0em;
    font-size: 1em;
  }
	
.contents_seika {
	  font-size:1.4em!important;
	}
  /*-------------------------------------
ファーストビュー設定
--------------------------------------*/
  .top_image {
    background-image: none
  }
  .top_image_in img {
    width: 100%;
  }
  /*--------------------
見出しタグ設定(スマホ)
--------------------*/
  h2 {
    margin: 0.5em 0em;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
  }
  h2 {
    transition: 1s;
    opacity: 0;
  }
  h2.animated {
    opacity: 1;
  }
  h3 {
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.4em;
    font-weight: bold;
    border-left: 8px solid #10559A;
    border-bottom: 1px double #10559A;
  }
  h4 {
    margin: 0.5em 0em;
    padding: 1rem 2rem;
	 font-size:1.5em;
    font-weight: bold;
    color: #004476;
  }
  h5 {
    margin: 0.5em 0em;
    padding: 0.1em;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  /*----------------------------------
	sp用下部cv
	----------------------------------*/
  .sp_bottom_cv {
    display: flex;
    width: 100%;
    height: 13.4vw;
    position: fixed;
    bottom: 0;
    z-index: 5000;
  }
  .sp_bottom_cv a {
    width: 100%;
    height: 13.4vw;
  }
  .sp_bottom_cv a img {
    max-width: 100%;
    width: 100%;
  }
  .fixed {
    position: fixed;
    top: 0;
  }
  /*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
  .section_sub {
    background-image: url("../images/sp_bg_sb_01.jpg");
    background-size: cover;
    color: #fff;
    position: relative;
    padding: 0.1em 0em 0.1em;
  }
  .section_00 {
    background-color: #000000;
  }
  .section_00_in {
    background-color: transparent;
  }
  .section_01 {
    background-color: #fff;
  }
  .section_01_in {
    background-color: transparent;
  }
  .section_02 {
    background-image: url(../images/bg_02.png);
    background-size: 100%;
  }
  .section_02_in {
    background-color: transparent;
  }
  .box_jisseki {
    background-color: #FEFFEA;
    padding: 1em 1em 1em;
    margin: 0 0em;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: bold;
  }
  .box_semi {
    color: #353535;
    background-color: #BAD132;
    margin: 0 0em;
    padding: 1em 1em;
    margin-bottom: 1em;
  }
  .box_semi p {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  .box_semi p:last-child {
    border-bottom: 0px dotted #ccc;
    padding-bottom: 0.5em;
    margin-bottom: 0em;
  }
  .circle {
    border-radius: 100%;
  }
  .box_pro {
    color: #353535;
    background-color: #DBED71;
    margin: 0 0em;
    padding: 1em 1em;
    margin-bottom: 1em;
  }
  .name {
    text-align: right;
	 font-size: 0.5em;
  }
  .name img {
    width: 60%;
  }
  .reason_ttl {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #004477;
    line-height: 1.4em;
    padding: 30px 10px;
  }
  .double_square {
    padding: 0.6rem 1.5rem;
    color: #fff;
    background: #1C8DAB;
    -webkit-box-shadow: 5px 5px 0 #04566C;
    box-shadow: 5px 5px 0 #04566C;
    margin: 10px;
  }
  .tips {
    padding: 0em;
    margin-bottom: 2em
  }
  /*  .list_chk {
    padding-left: 0em
  }
  .list_chk li {
    background-position: left top 0.5em;
    background-size: 1.5em;
    line-height: 2em;
    margin-bottom: 0;
    padding-bottom: 1em;
    padding-left: 2em
  }
*/
  /*テーブルタグ*/


	
.dates {
    width: 60%;
    margin-bottom: 7rem !important;
	margin-left:0px;
  }
.dates, td,th {
    border: 1px solid #595959;
    border-collapse: collapse;
    text-align: left;
    margin: 0 auto;
    font-size: 1em;
  }
 .dates th {
    width: 20%;
    font-weight: 300;
    vertical-align: top;
    text-align: center;
    color: #fff;
    background-color: #1e3b55;
    border: 1px solid #fff
  }
  td {
    padding: 3px 10px;
    height: 25px
  }
  th {
    padding: 3px 10px;
    height: 25px
  }
.ichigyo {
    /*white-space: nowrap;*/
    line-height: 1.5em !important;
	font-size:1em !important;
}
.red_s {
    color: #D90003;
    font-size: 1em;
    vertical-align: middle
  }
  /*-------------------------------------
checklistの設定
---------------------------------------*/
  ul.checklist {
    /*border:1px solid #ccc;*/
    list-style: none;
    
    padding: 0.5em 0.5em 0.2em;
  }
  ul.checklist li {
    background-image: url("../images/check.png");
    background-repeat: no-repeat;
    background-size: 7%;
    padding-left: 2.5em;
    margin-bottom: 0.8em;
	font-size: 0.8em;
  }
  ul.checklist li:last-child {
    margin-bottom: 0em;
  }
  ul {
	padding-left:1.7em;
    list-style: square;
    line-height: 2em; 
  }
  .under {
    border-bottom: dotted 2px #87CEFA;
	font-size: 1.4em;
  }
  /*-------------------------------------
よくある質問
---------------------------------------*/
  .box_qa {
    background-color: #efefef;
    padding: 1em;
  }
  .box_qa_q {
    background-color: #fff;
    padding: 1em 1em 1em 1em;
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
    font-weight: 500;
    color: #004476;
  }
  .box_qa_a {
    background-color: #fff;
	font-size: 1em;
    padding: 1em 1em 1em 1.5em;
  }
  .box_qa_q p, .box_qa_a p {
    text-indent: 0em;
  }
  /*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/



  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}

/* ヘッダ */
.header-thanks p{
  line-height: 1.3em;
  font-size: 1.1em;
}

/*お問い合わせフォーム用*/
.wrap {
  margin-bottom: -80px;
}
.section_03 {
    padding: 1em 1em 1em;
}
.section_inr {
    width: 100%;
    margin: 0 auto;
}