@charset "UTF-8";

* {
  background: #FFF;
}

#top {
  background: #FFF;
}

/*タイトル*/
.f_title {
  padding-top: 100px;
  text-align: center;
  display: block;
  background: #FFF;
}

.f_title h1 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  padding: 0;
}

.f_title h2 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  margin: 8px auto 20px auto;
}

.sp {
  display: none;
}

@media screen and (max-width:960px) {
  .f_title {
    padding-top: 80px;
    text-align: center;
    display: block;
    background: #FFF;
  }
  .f_title h1 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 150%;
  }

  .f_title h2 {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 170%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: inline-block;
  }
}

/*f_detail　機能紹介*/


/*タブ*/

ul {
  list-style-type: none;
}

.tab-area {
  display: flex;
  cursor: pointer; 
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
}

.tab {
  width: 120px;
  padding: 16px;
  text-align: center;
  background-color: #fff;
  color: #605E5E;
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 150%;
}

#tab4 {
  width: 180px;
}

.tab.active {
  color: #002D7E;
  border-bottom: 3px solid #002D7E;

}

.panel-area {
  width: 100%;
}

.panel {
  display: none;
  text-align: center;
  margin: 0 auto;
}

.panel.active {
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #E6F3FA;
}

/*タブ　レスポンシブ対応*/
@media screen and (max-width:960px) {
  .tab-area {
    max-width: 350px;
  }

  .tab {
    padding: 8px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 150%;
    text-align: left;
  }
}


/*おしらせ、申請ヘルパ、自己QR共通*/
/*トップ*/

.news_top,
.apply_top,
.qr_top,
.commonform_top {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1120px;
  width: 90%;
  padding: 40px 0;
}

.news_top img,
.apply_top img,
.qr_top img,
.commonform_top img {
  max-width: 420px;
  height: auto;
  width: 100%;
}


.news_top_right,
.apply_top_right,
.qr_top_right,
.commonform_top_right {
  margin: auto 50px auto 0;
  width: 400px;
}


.news_top_right h1,
.apply_top_right h1,
.qr_top_right h1,
.commonform_top_right h1 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  text-align: left;
}

.news_top_right h2,
.apply_top_right h2,
.qr_top_right h2,
.commonform_top_right h2 {
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 150%;
  color: #002D7E;
  text-align: left;
}

/*おしらせ、申請ヘルパ、自己QR共通　トップ　レスポンシブ対応*/

@media screen and (max-width:960px) {

  .news_top,
  .apply_top,
  .qr_top,
  .commonform_top {
    display: block;
    padding: 20px 0;
    flex-wrap: wrap;
  }

  .news_top img,
  .apply_top img,
  .qr_top img,
  .commonform_top img {
    max-width: 300px;
  }

  .news_top_right,
  .apply_top_right,
  .qr_top_right,
  .commonform_top_right {
    max-width: 300px;
    margin: 0 auto;
  }

  .news_top_right h1,
  .apply_top_right h1,
  .qr_top_right h1,
  .commonform_top_right h1 {
    font-size: 2.4rem;
  }

  .news_top_right h2,
  .apply_top_right h2,
  .qr_top_right h2,
  .commonform_top_right h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

/*おしらせ、申請ヘルパ、自己QR共通　トップメッセージ*/

.news_message,
.apply_message,
.qr_message,
.commonform_message {
  background: #FFF;
}

.news_message_area,
.apply_message_area,
.qr_message_area,
.commonform_message_area {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.news_message_area h3,
.apply_message_area h3,
.qr_message_area h3,
.commonform_message_area h3 {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 150%;
  color: #002D7E;
  text-align: left;
  margin-bottom: 24px;
}

.news_message_area p,
.apply_message_area p,
.qr_message_area p,
.commonform_message_area p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  text-align: left;
}

.apply_message_area h6,
.qr_message_area h6 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  color: #424141;
  margin-top: 24px;
  text-align: left;
}

/*おしらせ、申請ヘルパ、自己QR共通　トップメッセージ　レスポンシブ対応*/

@media screen and (max-width:960px) {

  .news_message_area,
  .apply_message_area,
  .qr_message_area,
  .commonform_message_area {
    padding: 40px 0;
  }

  .news_message_area h3,
  .apply_message_area h3,
  .qr_message_area h3,
  .commonform_message_area h3 {
    font-size: 2.4rem;
  }

  .news_message_area p,
  .apply_message_area p,
  .qr_message_area p,
  .commonform_message_area p {
    font-size: 1.4rem;
  }

}

/*おしらせ、申請ヘルパ、自己QR共通　できること・特徴*/

.news_detail,
.apply_detail,
.qr_detail,
.commonform_detail_features {
  background: #F7F6F5;
}

.news_detail_area,
.apply_detail_area,
.qr_detail_area,
.commonform_detail_area,
.commonform_detail_features_area {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.news_detail_area h4,
.apply_detail_area h4,
.qr_detail_area h4,
.commonform_detail_features h4,
.commonform_detail_area h4 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  margin-bottom: 8px;
}


.news_detail_area h5,
.apply_detail_area h5,
.qr_detail_area h5,
.commonform_detail_features h5,
.commonform_detail_area h5 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
}

.commonform_detail_area h5 {
  text-align: left;
  padding-top: 12px;
}

.apply_detail_area h5,
.qr_detail_area h5,
.commonform_detail_area h5 {
  margin-bottom: 80px;
}

/*おしらせ、申請ヘルパ、自己QR共通　できること・特徴　レスポンシブ対応*/

@media screen and (max-width:960px) {

  .news_detail_area,
  .apply_detail_area,
  .qr_detail_area,
  .commonform_detail_features_area,
  .commonform_detail_area {
    padding: 40px 0;
  }

  .news_detail_area h4,
  .apply_detail_area h4,
  .qr_detail_area h4,
  .commonform_detail_features h4,
  .commonform_detail_area h4 {
    font-size: 2.4rem;
  }

  .news_detail_area h5,
  .apply_detail_area h5,
  .qr_detail_area h5,
  .commonform_detail_features h5,
  .commonform_detail_area h5 {
    font-size: 1.4rem;
  }

  .apply_detail_area h5,
  .qr_detail_area h5,
  .commonform_detail_area h5 {
    margin-bottom: 40px;
  }
}

/*おしらせ、申請ヘルパ、自己QR共通　種類・サポート・利用シーン*/

.news_type,
.apply_support,
.qr_scene {
  background: #FFF;
}

.news_type_area,
.apply_support_area,
.qr_scene_area {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.news_type_area h4,
.apply_support_area h4,
.qr_scene_area h4 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  margin-bottom: 8px;
}

.news_type_area h5,
.apply_support_area h5,
.qr_scene_area h5 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  margin-bottom: 40px;
}

/*おしらせ、申請ヘルパ、自己QR共通　種類・サポート・利用シーン　レスポンシブ対応*/

@media screen and (max-width:960px) {

  .news_type_area,
  .apply_support_area,
  .qr_scene_area {
    padding: 40px 0;
  }

  .news_type_area h4,
  .apply_support_area h4,
  .qr_scene_area h4 {
    font-size: 2.4rem;
  }

  .news_type_area h5,
  .apply_support_area h5,
  .qr_scene_area h5 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

}

/*おしらせ個別*/
/*おしらせでできること→おしらせの種類*/
.news_detail_area h5 {
  margin-bottom: 40px;
}

.news_detail_contents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.news_detail_content01,
.news_detail_content02,
.news_detail_content03 {
  max-width: 360px;
  margin: 20px auto 0 auto;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}



.nd_txt {
  background: #FFF;
  padding: 20px;
  height: 205px;
  border-radius: 0 0 8px 8px;
}

.news_detail_content01,
.news_detail_content02 {
  margin-right: 20px;
}

.news_detail_content01 img,
.news_detail_content02 img,
.news_detail_content03 img {
  border-radius: 8px 8px 0 0;
}

.news_detail_content01 h6,
.news_detail_content02 h6,
.news_detail_content03 h6 {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 150%;
  margin-bottom: 16px;

}

.news_detail_content01 p,
.news_detail_content02 p,
.news_detail_content03 p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  text-align: left;
}

/*おしらせでできること→おしらせの種類　レスポンシブ対応*/

@media screen and (max-width:960px) {
  
  .news_detail_area h5 {
    margin-bottom: 20px;
  }

  .news_detail_contents {
    display: block;
  }

  .news_detail_content01,
  .news_detail_content02,
  .news_detail_content03 {
    margin: 20px auto 0 auto;
  }

  .nd_txt {
    height: auto;
  }
}

/*おしらせの種類→おしらせでできること*/
.news_type_city {
  display: flex;
  gap: 40px;
  border: #DDDCDB solid 1px;
  border-radius: 8px;
  margin-top: 20px;
}

.news_type_city img {
  max-width: 530px;
  width: 100%;
  height: auto;
  border-radius: 8px 0 0 8px;
  border-right: #DDDCDB solid 1px;
}

.news_type_city_txt {
  max-width: 490px;
  width: 100%;
  height: auto;
  margin: auto 0;
  text-align: left;
  padding: 20px;
}

.news_type_city_txt h4 {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.news_type_city_txt p {
  font-size: 1.8rem;
  line-height: 170%;
}

.nt_img_right {
  margin-right: 40px;
}

.news_type_content01,
.news_type_content02 {
  display: flex;
  justify-content: space-around;
  margin-top: 80px;
  border: 1px solid #DDDCDB;
  border-radius: 16px;
  padding: 40px;
}

.nt_content01_detail,
.nt_content02_detail {
  text-align: left;
  max-width: 810px;
}

.nt_content01_detail img,
.nt_content02_detail img {
  vertical-align: baseline;
  margin-right: 10px;
}

.nt_content01_detail h6,
.nt_content02_detail h6 {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 150%;
  margin-bottom: 16px;
}

.nt_content01_detail p,
.nt_content02_detail p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  margin-bottom: 48px;
}

.nt_content01_detail p:last-of-type,
.nt_content02_detail p:last-of-type {
  margin-bottom: 0;
}

.nt_icon {
  margin: auto auto auto 0;
}

.nt_button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nt_content02_detail01 {
  margin-bottom: 40px;
}

.nt_button img {
  margin-right: 16px;
  padding-top: 16px;
}

.nt_button span {
  font-weight: 400;
  font-size: 1.4rem;
  color: #424141;
}

/*おしらせの種類→おしらせでできること　レスポンシブ対応*/

@media screen and (max-width:960px) {
.news_type_city {
  display: block;
  max-width: 530px;
  width: 100%;
  margin: 20px auto 0 auto;
}

.news_type_city img {
  border-radius: 8px 8px 0 0;
  border-right: none;
}

.news_type_city_txt {
  width: auto;
}

.news_type_city_txt h4 {
  font-size: 2.0rem;
}

.news_type_city_txt p {
  font-size: 1.6rem;
}


  .nt_img_right {
    margin: 0 0 16px 0;
  }

  .news_type_content01,
  .news_type_content02 {
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 20px;
  }

  .nt_content01_detail p,
  .nt_content02_detail p {
    margin-bottom: 24px;
  }

  .nt_icon {
    margin: 0 auto 32px auto;
  }

  .nt_content02_detail01 {
    margin-bottom: 20px;
  }

  .nt_button {
    margin-bottom: 20px;
  }

  .nt_button img {
    margin: 0 16px 0 0;
  }

  .nt_button span {
    display: block;
    margin: 0;
  }

}

/*充実の機能*/
.news_function {
  background: #F7F6F5;
}

.news_function_area {
  max-width: 1120px;
  width: 90%;
  padding: 80px 0;
  margin: 0 auto;
}

.news_function_area h4 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  margin-bottom: 8px;
}

.news_function_area h5 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  margin-bottom: 20px;
}


.news_function_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.news_function_content01,
.news_function_content02 {
  width: 550px;
  margin-top: 20px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.news_function_content01 img,
.news_function_content02 img {
  border-radius: 8px 8px 0 0;
}

.nf_txt {
  background: #FFF;
  border-radius: 0 0 8px 8px;
  text-align: left;
  padding: 16px;
  height: 134px;
}

.news_function_content01 {
  margin-right: 20px;
}


.news_function_content01 h6,
.news_function_content02 h6 {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 150%;
  margin-bottom: 8px;
}

.news_function_content01 p,
.news_function_content02 p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
}

.news_function_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.news_function_menu img {
  max-width: 360px;
  height: auto;
  margin: 20px 20px 0 0;
}

.news_function_menu img:last-of-type {
  margin-right: 0;
}

/*充実の機能　レスポンシブ対応*/

@media screen and (max-width:960px) {
  .news_function_area {
    padding: 40px 0;
  }

  .news_function_content01 {
    margin-right: 0;
  }

  .news_function_area h4 {
    font-size: 2.4rem;
  }

  .news_function_area h5 {
    font-size: 1.4rem;
  }

  .nf_txt {
    height: auto;
  }

  .news_function_content01 {
    margin-right: 0;
  }

  .news_function_content01 h6,
  .news_function_content02 h6 {
    font-size: 1.8rem;
  }

  .news_function_content01 p,
  .news_function_content02 p {
    font-size: 1.4rem;
  }

  .news_function_menu {
    display: block;
  }

  .news_function_menu img {
    max-width: 300px;
    margin: 0 0 20px 0;
  }

  .news_function_menu img:last-of-type {
    margin: 0;
  }



}

/*申請ヘルパ個別*/
/*特徴*/

.apply_detail_contents01,
.apply_detail_contents02 {
  display: flex;
  background: #FFF;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 0;
  justify-content: space-between;
  max-height: 320px;
  text-align: left;
}

.apply_detail_txt {
  flex: 1;
  margin: auto 40px;
  width: 43%;
}


.apply_detail_contents01 h4,
.apply_detail_contents02 h4 {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 150%;
  margin: 16px;
}

.apply_detail_contents01 p,
.apply_detail_contents02 p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.7px;
  color: #242323;
  margin: 0 16px 16px 16px;
}

.apply_detail_img, .apply_detail_img_web {
  width: 57%;
  object-fit: cover;
}

.apply_detail_img img {
  border-radius: 8px 0 0 8px;
}

.apply_detail_img_web img {
  border-radius: 0 8px 8px 0;
}

.apply_detail_img_sp img {
  display: none;
}

/*特徴 レスポンシブ対応*/

@media screen and (max-width: 960px) {
  .apply_detail_contents01,
  .apply_detail_contents02 {
    display: block;
    border-radius: 8px;
    margin: 0 auto 16px auto;
    padding: 0;
    max-width: 640px;
    width: 100%;
    max-height: initial;
    height: auto;
  }

  .apply_detail_img_web img {
    display: none;
  }

  .apply_detail_img_sp img {
    display: block;
    border-radius: 8px 8px 0 0;
  }

  .apply_detail_txt {
    margin: 0 auto;
    padding: 20px;
    width: auto;
    height: auto;
  }

  .apply_detail_img, .apply_detail_img_sp {
    width: 100%;
    height: auto;
   }


  .apply_detail_img img {
    border-radius: 8px 8px 0 0;
  }

  .apply_detail_contents02 {
    margin-bottom: 0;
  }

  .apply_detail_contents01 h4,
  .apply_detail_contents02 h4 {
    margin: 0 0 16px 0;
    font-size: 1.8rem;
  }

  .apply_detail_contents01 p,
  .apply_detail_contents02 p {
    margin: 0;
    font-size: 1.4rem;
  }

}

/*窓口での申請、オンライン申請 共にサポート*/
.apply_support_contents {
  display: flex;
  justify-content: space-between;
}

.apply_support_content01,
.apply_support_content02 {
  width: 550px;
}

.apply_support_content01 {
  margin-right: 20px;
}

.as_txt {
  padding: 20px;
}

.apply_support_content01 h6,
.apply_support_content02 h6 {
  text-align: center;
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 150%;
  margin-bottom: 16px;
}

.apply_support_content01 p,
.apply_support_content02 p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  text-align: left;
}

/*窓口での申請、オンライン申請 共にサポート　レスポンシブ対応*/

@media screen and (max-width:960px) {
  .apply_support_contents {
    display: block;
  }

  .apply_support_content01,
  .apply_support_content02 {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }

}

/*窓口申請、オンライン申請共通*/
.apply_desk,
.apply_online {
  background: #FFF;
  padding: 40px 0;
}

.apply_desk_area,
.apply_online_area {
  max-width: 1120px;
  width: 90%;
  background: #F7F6F5;
  margin: 0 auto;
  border-radius: 16px;
  text-align: left;
  padding: 40px 0 80px 0;
}

.apply_desk_area_box,
.apply_online_area_box {
  max-width: 1040px;
  width: 95%;
  margin: 0 auto;
}

.apply_title {
  position: relative;
}

.apply_title img {
  width: 80px;
  height: auto;
}

.apply_desk_area_box h4,
.apply_online_area_box h4 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  position: absolute;
  top: 0;
  left: 32px;

}

.apply_desk_area_box h5,
.apply_online_area_box h5 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  color: #424141;
  margin-left: 32px;
}

.apply_desk_area_box h6,
.apply_online_area_box h6 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 150%;
  color: #002D7E;
  margin: 40px 0 0 0;
}

.howto_content01,
.howto_content02,
.howto_content03 {
  display: flex;
  justify-content: start;
}

.howto_content01 {
  margin-top: 20px;
}

.howto_content01,
.howto_content02 {
  margin-bottom: 16px;
}

.howto_content_right {
  padding-left: 56px;
  margin: auto 0;
  width: 418px;
}

.howto_content_right h5 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  color: #66ADD1;
  margin: 0 0 20px 0;
}

.howto_content_right h6 {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 150%;
  margin: 0 0 8px 0;
  letter-spacing: 2.0px;
}

.howto_content_right p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
}


.apply_chara {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.apply_chara img {
  max-width: 333px;
  height: auto;
  margin: 20px 20px auto 0;
}

.apply_chara img:last-of-type {
  margin-right: 0;
}

/*窓口申請、オンライン申請共通　レスポンシブ対応*/

@media screen and (max-width:960px) {
  .apply_desk_area_box h4,
.apply_online_area_box h4 {
  font-size: 3.2rem;
}

  .apply_desk_area_box h6,
  .apply_online_area_box h6 {
    font-size: 2.0rem;
    margin-top: 40px;
  }

  .howto_content01,
  .howto_content02,
  .howto_content03 {
    display: block;
  }

  .howto_img {
    text-align: center;
  }

  .howto_img img {
    max-width: 332px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .howto_content_right {
    margin: 16px auto;
    max-width: 300px;
    padding: 0;
    width: auto;
    height: auto;
  }

  .howto_content_right h5 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .howto_content_right h6 {
    margin-top: 20px;
    font-size: 1.8rem;
  }

  .howto_content_right p {
    font-size: 1.4rem;
  }

  .apply_chara {
    display: block;
    text-align: center;
  }

  .apply_chara img {
    max-width: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
    margin-right: 0;
  }

}

/*窓口申請*/
.apply_desk_area {
  background: linear-gradient(180deg, #E6F3FA 0%, #BCD8F1 100%);
}

.ap_button h6{
  margin: 40px 0 8px 0;
  font-weight: 400;
font-size: 1.4rem;
line-height: 170%;
color: #424141;
}


/*オンライン申請*/
.apply_online_area {
  background: linear-gradient(180deg, #E1E9F0 0%, #AED9E2 100%);
}

.howto_txt_online h5 {
  color: #6BB5C0;
}


/*申請フォーム作成機能*/
.commonform_detail_features {
  position: relative;
  background: #F7F6F5;
}
.commonform_detail_features:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #F7F6F5 transparent transparent transparent;
  border-width: 50px 100px 0 100px;
}

.commonform_detail_feature_menu {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 35px;
}

.commonform_detail_feature_menu img {
  width: 220px;
  height: auto;
}

.commonform_detail {
  background: #FFF;
}

.commonform_detail_area:first-of-type {
  padding-top: 120px;
}

.commonform_detail_area h4 span {
  color: #4B8FCF;
  padding-right: 16px;
  font-size: 3.4rem;
}

.commonform_detail_area h5 {
  text-align: center;
}

.commonform_video_area {
  display: flex;
}

.commonform_video1 {
  width: 908px;
  height: auto;
  margin-bottom: 80px;
  margin-right: 32px;
}

.commonform_video1 video {
  border-radius: 8px;
  width: 100%;
}

.commonform_video1_txt img {
  width: 180px;
  height: auto;
}

.commonform_video1_sp {
  display: none;
}

.commonform_connection {
  text-align: left;
  position: relative;
  margin-top: 80px;
}

.commonform_connection img {
  width: 780px;
  height: auto;
}

.commonform_connection .commonform_connection_txt {
  background: #FFF;
  max-width: 460px;
  height: auto;
  padding: 40px;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: #EEEDEC solid 1px;
}

.commonform_connection .commonform_connection_txt h4 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.commonform_connection .commonform_connection_txt p {
  font-size: 1.8rem;
  line-height: 170%;
}

.commonform_function {
  display: flex;
  gap: 40px;
  margin-top: 80px;
}

.commonform_function img {
  width: 540px;
  height: auto;
}

.commonform_function_txt {
  max-width: 540px;
  height: auto;
  text-align: left;
  margin: auto 0 auto 0;
}

.commonform_function_txt h4 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.commonform_function_txt p {
  font-size: 1.8rem;
  line-height: 170%;
}

.commonform_function_others {
  margin-top: 80px;
}

.commonform_function_others_contents {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.commonform_function_others_box {
  max-width: 508px;
  height: auto;
  border: #DDDCDB solid 1px;
  border-radius: 8px;
  display: flex;
  padding: 24px 20px;
}

.commonform_function_others_box img {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.commonform_function_others_box_txt {
  max-width: 404px;
  height: auto;
  text-align: left;
}

.commonform_function_others_box_txt h4 {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.commonform_function_others_box_txt p {
  font-size: 1.8rem;
  line-height: 170%;
}

.commonform_function_others_box_txt .detail_button_identity img {
  width: 248px;
  height: auto;
  margin-top: 24px;
}

.commonform_security {
  margin-top: 80px;
}

.commonform_security_contents {
  display: flex;
  background: #E6F3FA;
  border-radius: 16px;
  padding: 16px 40px;
}

.commonform_security_contents img {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin-right: 40px;
}

.commonform_security_txt {
  max-width: 500px;
  height: auto;
  text-align: left;
  margin: auto 0;
}

.commonform_security_txt h4 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.commonform_security_txt p {
  font-size: 1.8rem;
  line-height: 170%;
  margin-bottom: 10px;
}

.commonform_security_txt h5 {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 0;
}


.apply_commonform {
  background: #E6F3FA;
}

.apply_commonform_area {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.apply_commonform_area h4 {
  font-weight: 700;
font-size: 3.4rem;
line-height: 150%;
margin-bottom: 8px;
}

.apply_commonform_area h5 {
  font-weight: 700;
font-size: 1.6rem;
line-height: 175%;
color: #417DBD;
}

.apply_commonform_content {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
}

.apply_commonform_content img {
  max-width: 495px;
  width: 100%;
  height: auto;
}

.apply_commonform_txt {
  max-width: 545px;
  width: 100%;
  text-align: left;
  margin: auto 0;
}

.apply_commonform_txt h4 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 150%;
}

.apply_commonform_txt p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 0.7px;
  margin-top: 20px; 
}

.commonform_detail_button img {
  width: 151px;
  height: auto;
  margin-top: 20px;
}

/*申請フォーム作成機能　レスポンシブ対応*/
@media screen and (max-width:1010px) {


  

.commonform_video1_pc {
  display: none;
}

.commonform_video1_sp {
  display: block;
}

.commonform_video_area {
  display: block;
}

.commonform_video1 {
  margin: 0;
  width: 100%;
}

.commonform_video1_txt img {
  width: 360px;
  height: auto;
  margin: 0 auto;
}

.commonform_connection {
  position: static;
}

.commonform_connection .commonform_connection_txt {
  padding: 0;
  border-radius: 0;
  position: static;
  border: none;
  transform: translateY(0);
}

.commonform_connection img {
  margin: 0 auto;
}

.commonform_connection_txt {
  margin: 16px auto 0 auto;
}

.commonform_function_others_contents {
  display: block;
}

.commonform_function_others_box {
  margin: 16px auto 0 auto;
}


}

@media screen and (max-width:960px) {

.commonform_detail_feature_menu {
  display: block;
}

.commonform_detail_feature_menu img {
  margin-top: 16px;
}

.commonform_detail_area h4 span {
  padding-right: 0;
  font-size: 2.4rem;
}

.commonform_detail_area h5 span {
  font-size: 1.4rem;
}


.commonform_detail_features:after {
  bottom: -25px;
  border-width: 25px 50px 0 50px;
  }

  .commonform_detail_area:first-of-type {
    padding-top: 50px;
  }

.commonform_detail_area {
    padding-top: 40px;
    text-align: center;
  }

.commonform_detail_area h5 {
    text-align: left;
  }
  

.commonform_function {
  display: block;
  margin-top: 40px;
}

.commonform_function_txt {
  margin: 16px auto 0 auto;
}

.commonform_connection {
  margin-top: 40px;
}

.commonform_connection img {
  width: 460px;
  height: auto;
}

.commonform_connection .commonform_connection_txt h4 {
  font-size: 2.0rem;
  margin-bottom: 10px;
}

.commonform_connection .commonform_connection_txt p {
  font-size: 1.6rem;
}

.commonform_function_txt h4 {
  font-size: 2.0rem;
}

.commonform_function_txt p {
  font-size: 1.6rem;
}

.commonform_function_others {
  margin-top: 40px;
}


.commonform_function_others_box {
  display: block;
  max-width: 404px;
}

.commonform_function_others_box img {
  margin-right: 0;
}

.commonform_function_others_box_txt h4 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.commonform_function_others_box_txt p {
  font-size: 1.4rem;
}


.commonform_security_contents {
  display: block;
  padding: 16px 20px;
  max-width: 500px;
  margin: 0 auto;
}

.commonform_security {
  margin-top: 40px;
}

.commonform_security_contents img {
  margin-right: 0;
}

.commonform_security_txt h4 {
  font-size: 1.8rem;
}

.commonform_security_txt p {
  font-size: 1.6rem;
}

.apply_commonform_area {
  padding: 40px 0;
}

.apply_commonform_area h4 {
font-size: 2.4rem;
}

.apply_commonform_area h5 {
font-size: 1.4rem;
}

.apply_commonform_content {
  display: block;
  margin-top: 20px;
}

.apply_commonform_txt {
  max-width: 490px;
  width: auto;
  margin: 0 auto;
}

.apply_commonform_txt h4 {
  font-size: 2.0rem;
}

.apply_commonform_txt p {
  font-size: 1.6rem;
  margin-top: 12px; 
}

.commonform_detail_button img {
  margin-top: 12px;
}


  
}


/*自己QR個別*/
/*特徴*/

.qr_detail_contents01,
.qr_detail_contents02 {
  display: flex;
  background: #FFF;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 0;
  justify-content: space-between;
  max-height: 320px;
  text-align: left;
}

.qr_detail_txt {
  flex: 1;
  margin: auto 40px;
  width: 43%;
}


.qr_detail_contents01 h4,
.qr_detail_contents02 h4 {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 150%;
  margin: 16px;
}

.qr_detail_contents01 p,
.qr_detail_contents02 p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.7px;
  color: #242323;
  margin: 0 16px 16px 16px;
}

.qr_detail_img, .qr_detail_img_web {
  width: 57%;
  object-fit: cover;
}


.qr_detail_img img {
  border-radius: 8px 0 0 8px;
}

.qr_detail_img_web img {
  border-radius: 0 8px 8px 0;
}

.qr_detail_img_sp img {
  display: none;
}

/*特徴 レスポンシブ対応*/

@media screen and (max-width: 960px) {
  .qr_detail_contents01,
  .qr_detail_contents02 {
    display: block;
    border-radius: 8px;
    margin: 0 auto 16px auto;
    padding: 0;
    max-width: 640px;
    width: 100%;
    max-height: initial;
    height: auto;
  }

  
  .qr_detail_img_web img {
    display: none;
  }

  .qr_detail_img_sp img {
    display: block;
  }


  .qr_detail_txt {
    margin: 0 auto;
    padding: 20px;
    width: auto;
    height: auto;
  }


 .qr_detail_img, .qr_detail_img_sp {
  width: 100%;
  height: auto;
 }

  .qr_detail_img img, .qr_detail_img_sp img  {
    border-radius: 8px 8px 0 0;
  }




  .qr_detail_contents01:last-of-type {
    margin-bottom: 0;
  }

  .qr_detail_contents01 h4,
  .qr_detail_contents02 h4 {
    margin: 0 0 16px 0;
    font-size: 1.8rem;
  }

  .qr_detail_contents01 p,
  .qr_detail_contents02 p {
    margin: 0;
    font-size: 1.4rem;
  }


}

/*利用シーン*/
.qr_scene_content01,
.qr_scene_content02,
.qr_scene_content03 {
  display: flex;
}

.qr_scene_content01,
.qr_scene_content02 {
  margin-bottom: 40px;
}

.qr_scene_content01 img,
.qr_scene_content02 img,
.qr_scene_content03 img {
  padding-right: 40px;
  max-width: 480px;
  width: 100%;
  height: auto;
}


.qs_content_right {
  text-align: left;
  margin: auto 0;
  max-width: 560px;
}

.qs_content_right h6 {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 150%;
  margin-bottom: 16px;
}

.qs_content_right p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
}

.qs_content_right p:first-of-type {
  line-height: 170%;
  letter-spacing: 2.0px;
}

.qs_button h6 {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 170%;
  color: #424141;
  margin-bottom: 0;
}


.qs_button img {
  padding: 16px 0 0 0;
  max-width: 320px;
  width: 100%;
  height: auto;
}



/*利用シーン　レスポンシブ対応*/

@media screen and (max-width:960px) {

  .qr_scene_content01,
  .qr_scene_content02,
  .qr_scene_content03 {
    display: block;
  }

  .qr_scene_content01 img,
  .qr_scene_content02 img,
  .qr_scene_content03 img {
    padding-right: 0;
    max-width: 332px;
  }

  .qs_content_right {
    max-width: 300px;
    padding: 0 16px;
    margin: 16px auto 20px auto;
  }

  .qs_content_right h6 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }

  .qs_content_right p {
    font-size: 1.4rem;
  }

  .qs_button h6 {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 170%;
    color: #424141;
    margin-bottom: 0;
  }

  .qs_button img {
    max-width: 300px;
    height: auto;
  }


}



/*その他*/
.qr_function {
  background: #F7F6F5;
}

.qr_function_area {
  max-width: 1120px;
  width: 90%;
  padding: 80px 0;
  margin: 0 auto;
}

.qr_function_area h4 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  margin-bottom: 40px;
}

.qr_function_area img {
  max-width: 360px;
  width: 100%;
  height: auto;
}

/*その他　レスポンシブ対応*/
@media screen and (max-width:960px) {
  .qr_function_area {
    padding: 40px 0;
  }

  .qr_function_area h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .qr_function_area img {
    max-width: 300px;
    height: auto;
  }
}

/*汎用申請個別*/
/*申請フォームを作成*/

.commonform_detail_area h6 {
  font-weight: 700;
font-size: 2.8rem;
line-height: 150%;
text-align: left;
margin-bottom: 32px;
}

.commonform_detail_contents {
  display: flex;
  background: #FFF;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 0;
  justify-content: space-between;
  text-align: left;
}

.commonform_detail_contents:last-of-type {
  margin-bottom: 80px;
}

.commonform_detail_txt {
  margin: auto 20px auto 40px;
  max-width: 530px;
  width: 100%;
  height: auto;
}


.commonform_detail_contents h4 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 150%;
  margin-bottom: 16px;
}

.commonform_detail_contents p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 0.7px;
  color: #242323;
}

.commonform_detail_img {
  max-width: 530px;
  width: 100%;
  height: auto;
}


.commonform_detail_img img {
  border-radius: 8px 0 0 8px;
}

.commonform_detail_3contents {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.commonform_detail_3contents_box {
  background: #FFFFFF;
border-radius: 8px;
padding: 24px 20px;
max-width: 306px;
width: 100%;
height: auto;
text-align: center;
}

.commonform_detail_3contents_box img {
  width: 100px;
  height: auto;
}

.commonform_detail_3contents_box h4 {
  font-weight: 700;
font-size: 2.2rem;
line-height: 150%;
margin: 24px 0 16px 0;
}

.commonform_detail_3contents_box p {
  font-weight: 400;
font-size: 1.8rem;
line-height: 170%;
text-align: left;
}
.commonform_detail_area .cf_button_area {
  text-align: left;
}
.commonform_detail_area .cf_button_area h6 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
}




/*申請フォームを作成 レスポンシブ対応*/

@media screen and (max-width: 960px) {

  .commonform_detail_area h6 {
  font-size: 2.2rem;
  margin-bottom: 16px;
  }
  
  .commonform_detail_contents {
    display: block;
    border-radius: 8px;
    margin: 0 auto 16px auto;
    padding: 0;
    max-width: 530px;
    width: 100%;
    max-height: initial;
    height: auto;
  }

  .commonform_detail_contents img {
    max-width: 640px;
    width: 100%;
    height: auto;
  }

  .commonform_detail_img img {
    border-radius: 8px 8px 0 0;
  }
  

  .commonform_detail_txt {
    margin: 0 auto;
    padding: 20px;
    width: auto;
    height: auto;
  }


  .commonform_detail_contents h4 {
    margin: 0 0 16px 0;
    font-size: 1.8rem;
  }

  .commonform_detail_contents p {
    margin: 0;
    font-size: 1.4rem;
  }

  .commonform_detail_contents:last-of-type {
    margin-bottom: 32px;
  }
  

  .commonform_detail_3contents {
    display: block;
  }
  
  .commonform_detail_3contents_box {
    margin: 0 auto 20px auto;
    width: auto;
  }
  
  .commonform_detail_3contents_box:last-of-type {
    margin-bottom: 0;
  }

  .commonform_detail_3contents_box h4 {
  font-size: 1.8rem;
  margin: 16px 0 8px 0;
  text-align: center;
  }

  .commonform_detail_3contents_box p {
  font-size: 1.4rem;
  line-height: 200%;
  }

  .commonform_detail_area .cf_button_area {
    text-align: left;
  }
  .commonform_detail_area .cf_button_area h6 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
  }

}

/*住民からの申請／届出*/
.commonform_apply {
  background: #F7F6F5;
}

.commonform_apply_area {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.commonform_apply_area h4 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  margin-bottom: 80px;
}

.commonform_apply_contents,
.commonform_apply_contents_right {
  display: flex;
  background: #FFF;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 0;
  justify-content: space-between;
  text-align: left;
}

.commonform_apply_contents_right:last-of-type {
  margin-bottom: 0;
}

.commonform_apply_txt {
  margin: auto 40px;
  width: 100%;
  height: auto;
}

.commonform_apply_txt h4 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 150%;
  margin-bottom: 16px;
}

.commonform_apply_txt p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 0.7px;
  color: #242323;
}

.self_detail_button a {
  font-size: 48px;
}
.self_detail_button img {
  width: 248px;
  height: auto;
  margin-top: 16px;
}

.commonform_apply_contents h6 {
  font-weight: 400;
font-size: 1.4rem;
line-height: 170%;
margin-top: 16px;
}

.commonform_apply_img,
.commonform_apply_img_right_web {
  max-width: 560px;
  width: 100%;
  height: auto;
  display: flex;
}

.commonform_apply_img img {
  border-radius: 8px 0 0 8px;
}

.commonform_apply_img_right_web img {
  border-radius: 0 8px 8px 0;
}

.commonform_apply_img_right_sp {
  display: none;
}

/*住民からの申請／届出　レスポンシブ対応*/
@media screen and (max-width:1050px) {
  .commonform_apply_txt h4 {
    margin-bottom: 8px;
  }
  
  .commonform_apply_txt p {
    line-height: 150%;
  }

  .commonform_apply_contents h6 {
  line-height: 150%;
  margin-top: 8px;
  }

}

@media screen and (max-width:960px) {
  .commonform_apply_area {
    padding: 40px 0;
  }
  
  .commonform_apply_area h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .commonform_apply_contents,
.commonform_apply_contents_right {
  display: block;
  max-width: 560px;
  width: 100%;
  margin: 0 auto 20px auto;
}

.commonform_apply_img_right_web img {
  display: none;
}

.commonform_apply_img_right_sp {
  display: block;
}

.commonform_apply_img img,
.commonform_apply_img_right_sp img {
  border-radius: 8px 8px 0 0;
}

.commonform_apply_txt {
  margin: 0 auto;
  padding: 20px;
  width: auto;
  height: auto;
}

.commonform_apply_txt h4 {
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 8px;
}

.commonform_apply_txt p {
  font-size: 1.4rem;
  width: 100%;
}

.commonform_apply_contents h6 {
font-size: 1.2rem;
}

  
}


/*オンライン申請*/
.commonform_online {
  background: #E6F3FA;
}

.commonform_online_area {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.commonform_online_area h4 {
  font-weight: 700;
font-size: 3.4rem;
line-height: 150%;
margin-bottom: 40px;
}

.commonform_online_contents,
.commonform_online_contents_right {
  display: flex;
  background: #FFF;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 0;
  justify-content: space-between;
  text-align: left;
}

.commonform_online_contents_right {
  margin-bottom: 0;
}

.commonform_online_txt {
  margin: auto 40px;
  max-width: 510px;
  width: 100%;
  height: auto;
}

.commonform_online_txt h4 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 150%;
  margin-bottom: 16px;
}

.commonform_online_txt p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 0.7px;
  color: #242323;
}

.commonform_online_img,
.commonform_online_img_right_web {
  max-width: 530px;
  width: 100%;
  height: auto;
}

.commonform_online_img img {
  border-radius: 8px 0 0 8px;
}

.commonform_online_img_right_web img {
  border-radius: 0 8px 8px 0;
}

.commonform_button img {
  margin-top: 16px;
}

.commonform_online_img_right_sp {
  display: none;
}

/*オンライン申請　レスポンシブ対応*/
@media screen and (max-width:1085px) {
  .commonform_online_txt {
    margin: auto 20px;
  }

  .commonform_online_txt h4 {
    margin-bottom: 8px;
  }
  
  .commonform_online_txt p {
    line-height: 130%;
  }

  .commonform_button img {
    margin-top: 8px;
  }
  
  
}

@media screen and (max-width:960px) {
  .commonform_online_area {
    padding: 40px 0;
  }

  .commonform_online_area h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: left;
  }
  
  .commonform_online_contents,
.commonform_online_contents_right {
  display: block;
  max-width: 530px;
  width: 100%;
  margin: 0 auto 20px auto;
}

.commonform_online_img_right_web {
  display: none;
}

.commonform_online_img_right_sp {
  display: block;
}

.commonform_online_img img {
  border-radius: 8px 8px 0 0;
}

.commonform_online_img_right_sp img {
  border-radius: 8px 8px 0 0;
}

.commonform_online_txt {
  margin: 0 auto;
  padding: 20px;
  width: auto;
  height: auto;
}

.commonform_online_txt h4 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.commonform_online_txt p {
  font-size: 1.4rem;
}

.commonform_button img {
  margin-top: 16px;
}
}





/*活用シーン*/
.commonform_scene {
  background: #F7F6F5;
}

.commonform_scene_area {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.commonform_scene_area h4 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  margin-bottom: 80px;
}

.commonform_scene_contents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-around;
  gap: 20px;
}

.commonform_scene_content {
  max-width: 346px;
  border-radius: 8px;
}

.cs_txt {
  background: #FFF;
  padding: 20px;
  height: auto;
  min-height: 172px;
  border-radius: 0 0 8px 8px;
}

.commonform_scene_content img {
  border-radius: 8px 8px 0 0;
}

.commonform_scene_content h6 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 150%;
  margin-bottom: 16px;
}

.commonform_scene_content p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 170%;
  text-align: left;
}

/*活用シーン　レスポンシブ対応*/

@media screen and (max-width:960px) {

  .commonform_scene_area {
    padding: 40px 0;
  }

  .commonform_scene_area h4 {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }

  .commonform_scene_contents {
    display: block;
  }

  .commonform_scene_content {
    margin: 0 auto 20px auto;
  }

  .cs_txt {
    min-height: initial;
  }

  .commonform_scene_content h6 {
    font-size: 2.0rem;
    margin-bottom: 8px;
    text-align: left;
  }

  .commonform_scene_content p {
    font-size: 1.6rem;
  }
}




/*youtube共通*/

.youtube {
  background: #FFF;
  text-align: center;
}

.youtube_area {
  max-width: 1120px;
  width: 90%;
  padding: 80px 0;
  margin: 0 auto;
}

.youtube_area h1 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  margin-bottom: 8px;
}

.youtube_area h2 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  margin-bottom: 40px;
}

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin: 0 auto;
  max-width: 960px;
  max-height: 540px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*youtube共通　レスポンシブ対応*/
@media screen and (max-width:960px) {
  .youtube_area {
    padding: 40px 0;
  }

  .youtube_area h1 {
    font-size: 2.4rem;
  }
  
  .youtube_area h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}


/*他のLGaP機能共通*/
.others {
  text-align: center;
  background: #F7F6F5;
}

.others_area {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.others_area h1 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  margin-bottom: 20px;
  padding: 0;
}

.others_content_box {
  display: flex;
  width: 1120px;
  height: 450px;

} 

.others_area_inner {
  padding-top: 20px;
}

.normal-slide {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}
.normal-slide .normal-slidecontent {
  margin: 0;
  padding: 40px 37px;
}
.swiper {
  display: none;
}
/* Swiper.jsカスタマイズ */
/* ページネーションのカスタマイズ */
.swiper-pagination_wrapper{
  margin-top: 70px;
}

.swiper-pagination-bullet{
  background: #BAB9B8 !important;
  height: 20px !important;
  width: 20px !important;
  margin: 0 10px !important;
}
.swiper-pagination-bullet-active{
  background: #233F87 !important;
}

/* スライダーの矢印のカスタマイズ */
.swiper-button-next {
  right: 10px !important;
}
.swiper-button-prev {
  left: 10px !important;
}
.swiper-button-next,
.swiper-button-prev {
  height: 65px !important;
  width: 65px !important;
  margin-top: calc(calc(0px - calc(65px / 2)) - 35px) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  content: "" !important;
  height: 45px !important;
  width: 45px !important;
  margin: auto !important;
}

.swiper-button-prev::after {
  background-image: url(./../img/arrow-left-circle.png) !important;
}

.swiper-button-next::after {
  background-image: url(./../img/arrow-right-circle.png) !important;
}

.news_content,
.apply_content,
.qr_content,
.commonform_content {
  background: #FFF;
  border: 1px solid #DDDCDB;
  border-radius: 8px;
  padding: 40px 0;
  margin: 0 auto;
}

.news_content:hover,
.apply_content:hover,
.qr_content:hover,
.commonform_content:hover {
background: #F5FAFF;
}


.news_content img,
.apply_content img,
.qr_content img,
.commonform_content img {
  max-width: 260px;
  height: auto;
  margin-bottom: 20px;
}

.news_content h3,
.apply_content h3,
.qr_content h3,
.commonform_content h3 {
  font-weight: 700;
  font-size: 2.2rem;
  color: #002D7E;
  line-height: 150%;
}



/*他のLGaP機能共通　レスポンシブ対応*/
@media screen and (max-width:960px) {

  .others_area {
    padding: 40px 0;
  }

  .others_area h1 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }

  .others_content_box {
    display: flex;
    width: 1120px;
    height: 420px;
    overflow: scroll;
  
  }

  .others_content_box {
    display: block;
    justify-content: center;
    max-width: 330px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .normal-slide {
    display: none;
  }
  .swiper {
    display: block;
  }

  .news_content,
  .apply_content,
  .qr_content,
  .commonform_content {
    max-width: 300px;
    padding: 20px 0;
    margin: 20px auto 0 auto;
  }

  .news_content img,
  .apply_content img,
  .qr_content img,
  .commonform_content img {
    max-width: 180px;
    height: auto;
  }

  .news_content h3,
  .apply_content h3,
  .qr_content h3,
  .commonform_content h3 {
    font-size: 1.8rem;
  }


}