/*----------------------------

         topへ戻る
         body直下に設置

--------------------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #F29600;
  border-radius: 50%;
  z-index: 1000;
}

#page_top::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  /* z-index: 1001; */
}

.c-sp_block{
  display: none;
}
@media screen and (max-width:960px){
  .c-sp_block{
    display: block;
  }

  .c-sp_inline{
    display: none;
  }
}
.c-pcline{

}


/*----------------------------

  左側に説明文、右側に写真・画像

-----------------------------------*/
.c-block-container{
  width: 100%;
}
.c-block-contents{
  flex:1;
  padding-right: 24px;
}
.c-block-contents__tit{
  font-size: 3.6rem;
  padding-bottom: 13px;
  margin-bottom: 32px;
  border-bottom: 3px solid #1345EC;
}
.c-block-contents__tit span{
  font-size: 2.0rem;
  padding-left: 4px;
}
.c-block-contents p{
  font-size: 2.0rem;
  line-height: 2;
}
.c-block-img{
  width: 359px;
}
@media screen and (max-width:767px){
  .c-block-container.c-flex{
    flex-direction: column;
  }
  .c-block-contents{
    width: 100%;
    padding-right: 0;
    order: 1;
  }
  .c-block-contents__tit{
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #1345EC;
  }
  .c-block-contents__tit span{
    font-size: 1.3rem;
    padding-left: 4px;
  }
  .c-block-contents p{
    font-size: 1.3rem;
    line-height: 2;
  }
  .c-block-img{
    width: 200px;
    height: auto;
    margin-bottom: 16px;
  }
  .c-block-img figure{
    text-align: left;
  }
  .c-block-container.c-flexAlignCenter{
    align-items: baseline;
  }
}

/*---------------------------------

             textbox

-------------------------------------*/

.c-textBox{
  text-align: center;
}
.c-textBox p{
  font-size: 2.0rem;
  line-height: 2;
}
.c-textBox.small__size{
  position: relative;
  top:-20px;
}
.c-textBox.small__size p{
  font-size: 1.6rem;
}
@media screen and (max-width:600px){
  .c-textBox{
    /* text-align: left; */
  }
  .c-textBox p{
    font-size: 1.6rem;
  }
  .c-textBox.small__size p{
    font-size: 1.3rem;
  }
}




/*------------------------------------

           imageBox

-------------------------------------*/
.c-imageBox figure{
  text-align:center;
  text-align: -webkit-center;
}


/*---------------------------------

               flex

------------------------------------*/

.c-flex{
  display: flex;
}
.c-flexWrap{
  flex-wrap: wrap;
}


/* 左右配置設定 */
.c-flexCenter{
  justify-content: center;
}

/* 最初のアイテムは先頭に寄せ、最後のアイテムは末尾に寄せる */
.c-flexBetween{
  justify-content: space-between;
}
/* 左右余白 ＋ 均等割り */
.c-flexAround{
  justify-content: space-around;
}

/* 上下配置設定 */

/* 中央揃え */
.c-flexAlignCenter{
  align-items: center;
}
/* 上揃え（デフォルト) */
.c-flexAlignStart{
  align-items: flex-start;
}
/* 下揃え */
.c-flexAlignEnd{
  align-items: flex-end;
}
/* 伸縮 */
.c-flexAlignStretch{
  align-items: stretch;
}

/*------------------------------------------

            button中央配置

-----------------------------------------*/

.c-btnCenter{
  /* margin: 48px auto; */
  text-align: center;
}
#contact .c-btnCenter{
  /* margin-top: 48px; */
}
.c-btnCenter span{
  display: inline-block;
}
.c-btnCenter span.c-btnCenter__block{
  display: block;
}
@media screen and (max-width:959px){
  .c-btnCenter{
    /* margin: 8px auto 16px; */
  }
}
.c-btn{
  width: 380px;
  max-width: 95%;
  display: inline-block;
  transition: all 0.5s;
  margin: auto;
}


/*----------------------------------------------


                  見出し

-----------------------------------------------*/
/* sectionのタイトル */
.c-secTit{
  font-size: 4.0rem;
  text-align: center;
  margin-bottom: 2.2em;
  color: #1B224C;
  line-height: 1.5;
}
#dm .c-secTit{
  color: #FFFFFF;
  margin-bottom: 1.2em;
} 
@media screen and (max-width:959px){
  .c-secTit{
    font-size: 2.2rem;
  }
}




/* 文字の上に強調する点を装飾 */

.c-dots span {
  position: relative; /* 基準値とする */
}
.c-dots span::before {
  content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -1em;
  left: 0;            /* 横方向の表示位置を調整 */
  color:red;
}


/*-------------------------------------------

        画面一杯にはみ出す設定

----------------------------------------------*/
.c-full_tie{
  padding: 40px 0;
  margin: 0 calc(50% - 50vw);
	width: 100vw;
  background: #1B224C;
}
.c-full_tie p{
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color:#F2F208;
  margin-bottom: 0.92em;
}

@media screen and (max-width:959px){
  .c-full_tie p{
    font-size: 1.8rem;
    /* margin-bottom: 16px; */
  }


}
