@charset "utf-8";

.pc {
  display: block;
}

.pctb {
  display: block;
}

.tablet {
  display: none;
}

.tbsp {
  display: none;
}

.sp {
  display: none;
}

#wave {
  width: 100%;
  height: 100px;
}


#efa_layer .new-label {
  background-color: red;
  padding: 0 5px;
  position: relative;
  color:white;
  font-weight: bold;
  margin: auto 8px auto 0;
}

.efa_ques {
  position: relative;
  margin-top: -15px;
  background-color: #b2b2b2;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 70px;
}

.efa_ques::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -55px;
  border: 55px solid transparent;
  border-top: 35px solid #b2b2b2;
}

.efa_ques_title {
  color: #fff;
  background-color: #005b90;
  padding: 1rem 2rem 1rem 0;
  border-radius: 0 100px 100px 0;
  width: 68%;
  text-align: end;
  font-size: 35px;
  font-size: clamp(14px, 3vw, 35px);
}

.efa_ques_text {
  color: #fff;
  font-size: clamp(14px, 2vw, 20px);

}

.efa_a {
  display: flex;
  justify-content: center;
}

.efa_title {
  position: relative;
  width:90%;
  z-index: 2;
}

.efa_title_text {
  font-size: 16px;
  font-size: clamp(14px, 1vw, 20px);
}

.efa_cont {
  position: relative;
  margin-top: -50px;
  margin-left: auto;
  margin-right: 0;
  padding: 4rem 2rem 4rem;
  width: 85%;
  z-index: 1;
  font-size: 16px;
}

.efa_cont_color1{
  background-color: #E1E9EC;
}
.efa_cont_color2{
  background-color: #E0EBE7;
}

.efa_cont_bkcolor {
  padding: 40px;
  background-color: #fff;
}

.efa_cont_font {
  padding-top: 5px;
  width: 150px;
  position: relative;
  padding-left: 35px;
  font-weight: bold;
  color: #005b90;
  letter-spacing: 10px;
  font-size: 32px;
  font-size: clamp(24px, 2vw, 36px);
  background-color: #fff;
  height: 42px;
}

.efa_cont_font:before {
  background-color: #005b90;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
}

.efa_cont_font:after {
  position: absolute;
  left: 100%;
  height: 100%;
  content: '';
  top: 0;
  width: 0;
  border: none;
  border-top: solid 42px transparent;
  border-left: solid 42px #ffffff;
  /*記事の背景の色と同じにする*/
  z-index: 2;
}

.efa_cont_baloon {
  max-height: 50%;
  position: relative;
  border: 2px solid #6085ad;
  border-radius: 10px 10px 10px 10px;
  background-color: #deeff5;
  filter: drop-shadow(5px 5px #6085ad);
}

.efa_cont_baloon:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  margin-top: 0;
  border: 10px solid transparent ;
  border-top: 25px solid #deeff5;
  z-index: 0;
}

.efa_co2_baloon {
  width:65%;
  max-height: 50%;
  position: relative;
  border-bottom: 2px solid #6085ad;
}

.efa_co2_baloon:before,
.efa_co2_baloon:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  margin-top: 0;
  border: 10px solid transparent ;
  border-top: 25px solid #6085ad;
  z-index: 0;
}

.efa_co2_baloon:after {
  right: calc(50% + 2px);
  border: 8px solid transparent ;
  border-top: 22px solid #fff;

}
.efa_w{
  width: 85%;
  margin-left: auto;
  margin-right: 0;
}

.efa_cons_btn {
  display: inline-flex;
  padding: 10px 20px;
  width:90%;
  font-weight: bold;
  transition: all 0.5s;
  justify-content:center;
  font-size: 21px;
  font-size: clamp(16px, 3vw, 42px);
  border-radius: 10px;
  color: #fff;
}
/********************/
#co2 .c-accordion__content {
  padding:0;
}
#co2 .c-accordion__title {
  background-color: #005C8E;
  color:#fff;
  border-radius: 10px;
}
#co2 .c-accordion__section{
  border-radius: 10px;
  border:solid 1px #005C8E;
  overflow: hidden;
}
#co2 tr th {
  background-color: #005C8ECC;
  color:#fff;
}
#co2 tr:nth-child(odd) td {
  background-color: #CCDEE8;
}
#co2 tr:nth-child(even) td {
  background-color: #EFF5F8;
}
#co2 .c-accordion__contentInner{
  border-radius: 0 0 10px 10px;
}
/********************/

.efa_cont_mod {
  background-color:#fff;
}

.efa_icon_text{
  margin-left:10px;
  margin-top:auto;
  margin-bottom:auto;
}
.efa_shien1 {
  color: #005b90;
  font-weight: bold;
  font-size: clamp(14px, 4vw, 40px);
  vertical-align: middle;
  margin: auto 0;
  white-space: nowrap;
}

.efa_shien2 {
  color: #00898E;
  font-weight: bold;
  font-size: clamp(14px, 4vw, 40px);
  vertical-align: middle;
  margin: auto 0;
  white-space: nowrap;
}
.efa_text_kadai{
  font-size: 20px;
  font-size: clamp(20px, 2vw, 25px);
}
.efa_scroll{
    height: 880px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.efa_text{
  font-size: 16px;
  font-size: clamp(14px, 2vw, 16px);
}
.efa_text_title{
  font-size: 18px;
  font-size: clamp(14px, 2vw, 18px);
}
.efa_shien {
  position: relative;
  padding: 1rem 1rem;
  font-size: 24px;
  font-size: clamp(14px, 3.5vw, 40px);
  font-weight: 1000;
}

.efa_shien:before,
.efa_shien:after {
  position: absolute;
  top: 0.8rem;
  height: 80%;
  content: '';
  background-color: #005b90;
  border-radius: 100px;
}

.efa_shien::before {
  border-left: solid 5px;
  margin-left: -30px;
  transform: rotate(-30deg);
}

.efa_shien::after {
  border-right: solid 5px;
  margin-left: 20px;
  transform: rotate(30deg);
}

.efa_co2_slash {
  position: relative;
  padding: 1rem 1rem;
}

.efa_co2_slash:before,
.efa_co2_slash:after {
  position: absolute;
  top: 1.5rem;
  height: 50%;
  content: '';
  background-color: #FF0000;
  border-radius: 100px;
}

.efa_co2_slash::before {
  border-left: solid 2px;
  margin-left: -30px;
  transform: rotate(-30deg);
}

.efa_co2_slash::after {
  border-right: solid 2px;
  margin-left: 20px;
  transform: rotate(30deg);
}

.efa_color_b{
  color: #005b90;
}
.efa_color_g{
  color: #00898E;
}
.efa_kisyu{
  margin:auto;
  text-align: center;
  color:#fff;
  border-radius: 50px;
}

.efa_color_gray{
  background-color:#b2b2b2;
}
.efa_color_pink{
  background-color: #cd6e91;
}
.efa_color_blue{
  background-color: #28accf;
}
.efa_cont_img {
  box-shadow: 10px 10px rgba(179, 220, 234, 1);
}

.efa_demo_img {
  border-radius: 10px;
}

.efa_border {
  display: flex;
  align-items: center;
}

.efa_border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #004878;
}

.efa_border:after {
  margin-right: 2rem;
  margin-left: 1rem;
}

.efa_list {
  padding-left: 35px;
  background: url(../img/efa_list_icon1.png) left 0px no-repeat;
  background-size: 22px auto;
  background-position-y:center;
}

.efa_listm {
  padding-left: 20px;
  background: url(../img/efa_list_icon1.png) left 0px no-repeat;
  background-size: 14px auto;
  background-position-y:center;
}

.efa_list2 {
  font-size: 20px;
  font-size: clamp(16px, 2vw, 22px);
  padding-left: 35px;
  line-height: 1.6em;
  background: url(../img/efa_list_icon2.png) left 0px top 6px no-repeat;
  background-size: 16px auto;
  background-size: clamp(16px, 2vw, 22px) auto;
}
.efa_list3 {
  font-size: 20px;
  font-size: clamp(16px, 2vw, 22px);
  padding-left: 35px;
  line-height: 1.6em;
  background: url(../img/efa_list_icon3.png) left 0px top 6px no-repeat;
  background-size: 16px auto;
  background-size: clamp(16px, 2vw, 22px) auto;
}

.efa_pdfdl, .efa_link{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width:65%;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  font-size: 16px;
  font-size: clamp(16px, 2vw, 30px);
  font-weight: bold;
}

.efa_link_color_b{
  background-color: #005b90;
}

.efa_pdfdl:before {
  padding:20px 20px 10px 20px;
  content: url('../img/efa_icon_dl.png');
}
.efa_obi{
  margin-top:40px;
  padding: 0.3rem 1rem;
  line-height: 40px;
  font-size: 20px;
  font-size: clamp(20px, 3vw, 42px);
  font-weight: bold;
  border-left: 13px solid #005b90;
}

.efa_soudan{
  color:#005b90;
  font-weight: bold;
  text-align: center;
}

.efa_under_dot{
  text-decoration:none;
  border-bottom:4px #005b90 dotted;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 100px !important;

}

/*タブのスタイル*/
.tab_item {
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
  width: calc(100%/(41/10));
  height: 50px;
  border-bottom: 5px solid #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: inline-block;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 0.8%;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  border: solid;
  display: none;
  padding: 40px 20px;
  clear: both;
  overflow: hidden;
  background-color: #fff;
}
.tab_color1{
  border-color:#005b90;
}
.tab_color2{
  border-color:#005b90;
}
.tab_color3{
  border-color:#005b90;
}
.tab_color4{
  border-color:#005b90;
}

/*選択されているタブのコンテンツのみを表示*/
#time:checked~#time_content,
#qua:checked~#qua_content,
#per:checked~#per_content,
#ene:checked~#ene_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs #time:checked+.tab_item {
  border-bottom: 5px solid #005b90;
  background-color: #005b90;
  color:#fff;
}
.tabs #qua:checked+.tab_item {
  border-bottom: 5px solid #005b90;
  background-color: #005b90;
  color:#fff;
}
.tabs #per:checked+.tab_item {
  border-bottom: 5px solid #005b90;
  background-color: #005b90;
  color:#fff;
}
.tabs #ene:checked+.tab_item {
  border-bottom: 5px solid #005b90;
  background-color: #005b90;
  color:#fff;
}


.tabs input:checked+.tab_item:hover {
  opacity: 1;
}



.tab_con_kadai1 li,
.tab_con_kadai2 li,
.tab_con_kadai3 li,
.tab_con_kadai4 li {
  text-indent: 10px;
  font-size: 16px;
  font-size: clamp(14px, 2vw, 16px);
}
.tab_con_kadai1 li::before,
.tab_con_kadai2 li::before,
.tab_con_kadai3 li::before,
.tab_con_kadai4 li::before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: '';
  width: 1em;
  height: 1em;
}
.tab_con_kadai1 li::before{
  background: #005b90;
}
.tab_con_kadai2 li::before{
  background: #005b90;
}
.tab_con_kadai3 li::before{
  background: #005b90;
}
.tab_con_kadai4 li::before{
  background: #005b90;
}
.tab_con_semicircle {
  width: 100%;
  border-radius: 10vh;
  height: 160px;
  /*背景色*/
}
.tab_con_semicircle > .tab_con_circle_w,.tab_con_semicircle > .tab_con_semicircle_text{
  display: inline-block;
}
.tab_con_semicircle_text {
  text-align: left;
  font-size: 16px;
  font-size: clamp(16px, 2vw, 20px);
  width:calc(100% - 250px);
}

.tab_con_circle_w {
  width: 160px;
  border-radius: 10vh;
  color: #fff;
  height: 160px;
}
.tab_con_circle_h {
  position: relative;
  text-align: center;
  padding-top: 100%;
  height: 0;
}
.tab_con_circle_h p {
  position: absolute;
  top: calc((50%)/2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}
.tab_con_semicircle_green{
  background: #e9f4e9;
}
.tab_con_circle_green{
  background: #6cb86c;
}
.tab_con_semicircle_orange{
  background: #fbefe8;
}
.tab_con_circle_orange{
  background: #e69664;
}
.tab_con_circle_text {
  font-size: 16px;
  font-size: clamp(16px, 3vw, 30px);
}

.tab_con_circle_bigtext {
  font-size: 16px;
  font-size: clamp(16px, 2vw, 30px);
}

.tab_con_bal1,
.tab_con_bal2,
.tab_con_bal3,
.tab_con_bal4{
  position: relative;
  display: inline-block;
  padding:20px;
  text-align: center;
  color:#fff;
  border-radius:10px;
  width:100%;
}
.tab_con_bal1{
  background-color: #005b90;
}
.tab_con_bal2{
  background-color: #005b90;
}
.tab_con_bal3{
  background-color: #005b90;
}
.tab_con_bal4{
  background-color: #005b90;
}
.list_color{
  color:#005b90
}
.tab_con_bal1 p ,
.tab_con_bal2 p ,
.tab_con_bal3 p ,
.tab_con_bal4 p {
  display: inline-block;
  text-align: left;
}
.tab_con_bal1:before,
.tab_con_bal2:before,
.tab_con_bal3:before,
.tab_con_bal4:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  z-index: 0;
}

.tab_con_bal1:before {
  border-left: 30px solid #005b90;
}
.tab_con_bal2:before {
  border-left: 30px solid #005b90;
}
.tab_con_bal3:before {
  border-left: 30px solid #005b90;
}
.tab_con_bal4:before {
  border-left: 30px solid #005b90;
}


.tab_content .sample-img img {
  transition: transform .6s ease;
}

.tab_content .sample-img:hover img {
  margin: 0 -500%;
  padding: 0 500%;
  transform: scale(1.2);
  /* 拡大 */
}
a:hover {
  color: #fff;
}
.efa_form_btn > a {
  color: #fff;
}
.text_center{
  text-align: center;
}
.efa_demo_ex{
  display: inline-block;
  padding:0 20px;
  color:#005b90;
  border-radius: 10px 10px 0 0;
}

.efa_demo_w{
  padding:10px;
  border-radius: 0 10px 10px 10px;
}

.efa_adp_flame1{
  position: relative;
  display: inline-block;
  background-color: #fff;
  color:#00898E;
  border-radius: 10px;
  width:60%;
  padding:10px;
  border: #00898E solid;
  z-index:4;
}

.efa_adp_flame2{
  display: inline-block;
  color:yellow;
  border-radius: 10px;
  background-color: #00898E;
  width:70%;
  padding-top:50px;
  margin-top:-50px;
  z-index:3;
}

.efa_adp_font {
  display: inline-block;
  position: relative;
  padding: 5px 35px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 5px;
  font-size: 32px;
  font-size: clamp(24px, 2vw, 36px);
  border-radius: 10px 10px 0 0;
}
.efa_adp_color_g {
  background-color: #05B2B8;
}
.efa_adp_color_p {
  background-color: #8F42F6;
}
.efa_adp_bkcolor {
  padding: 40px;
  background-color: #05B2B814;
  border-radius: 10px;
}
.efa_adp_bkcolor_p {
  padding: 40px;
  background-color: #8F42F614;
  border-radius: 10px;
}
/* 左右に横線 */
.efa_adp_border {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.efa_adp_border::before,
.efa_adp_border::after {
  margin-top: 5px;
  content: "";
  height: 2px; /* 横線の高さ */
  width: 30px; /* 横線の長さ */
}
.efa_adp_border::before {
  margin-right: 15px; /* 文字との余白 */
}
.efa_adp_border::after {
  margin-left: 15px; /* 文字との余白 */
}
.efa_adp_border_color_g::before,
.efa_adp_border_color_g::after{
  background-color: #05B2B8; /* 横線の色 */
}
.efa_adp_border_color_p::before,
.efa_adp_border_color_p::after{
  background-color: #8F42F6; /* 横線の色 */
}

/* 左右に横線 */
.efa_co2_border {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.efa_co2_border::before,
.efa_co2_border::after {
  margin-top: 5px;
  content: "";
  height: 2px; /* 横線の高さ */
  width: 50px; /* 横線の長さ */
}
.efa_co2_border::before {
  margin-right: 15px; /* 文字との余白 */
}
.efa_co2_border::after {
  margin-left: 15px; /* 文字との余白 */
}
.efa_co2_border_color_b::before,
.efa_co2_border_color_b::after{
  background-color: #005C8E; /* 横線の色 */
}

.efa_line{
  border-top: 6px dotted #05B2B8;
  width: 100%;
  margin: 70px 0;
  opacity: 0.5;
}

.efa_adp_link{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width:65%;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  font-size: 16px;
  font-size: clamp(16px, 2vw, 30px);
  font-weight: bold;
}
.efa_link_color_g{
  background-color: #05B2B8;
}
.efa_link_color_p{
  background-color: #8F42F6;
}
.efa_sys {
  position: relative;
  padding: 1rem 1rem;
  font-size: 24px;
  font-size: clamp(14px, 4vw, 40px);
  font-weight: 1000;
}

.efa_sys:before,
.efa_sys:after {
  position: absolute;
  top: 0.8rem;
  height: 80%;
  content: '';
  background-color: #005b90;
  border-radius: 100px;
}

.efa_sys::before {
  border-left: solid 5px;
  margin-left: -60px;
  transform: rotate(-30deg);
}

.efa_sys::after {
  border-right: solid 5px;
  margin-left: 50px;
  transform: rotate(30deg);
}
.efa_form {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem 4rem;
  width: 80%;
  z-index: 1;
  font-size: 16px;
}
.efa_form_btn {
  padding: 15px 20px 0;
  font-weight: bold;
  transition: all 0.5s;
  border-radius: 15px;
}
.efa_form_white {
  padding: 5px 20px;
  font-weight: bold;
  transition: all 0.5s;
  border-radius: 50px;
  font-size: 24px;
  font-size: clamp(14px, 2.4vw, 32px);

}
.efa_form_text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 5px 0;
  font-weight: bold;
  transition: all 0.5s;
  border-radius: 10px;
  font-size: 24px;
  font-size: clamp(14px, 2.4vw, 32px);
}

.efa_icon_pad{
  padding-left:30px;
  padding-right:20px;
}
@media (max-width: 830px) {
.tab_item {
  width: 100%;
}
.efa_ques_title{
  width:80%;
}
.efa_demo_w{
  padding:10px;
  border-radius: 0 0 10px 10px;
}
.efa_demo_ex{

  display:block;
  width:100%;
}
.efa_scroll{
    height: 680px;
}
.efa_sys::before {
  margin-left: -40px;
}
.efa_sys::after {
  margin-left: 30px;
}
.efa_pdfdl, .efa_link{
  width:80%;
}
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .tablet {
    display: block;
  }

  .tbsp {
    display: block;
  }

  .efa_cont_baloon {
    margin-top:0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .efa_title {
    position: relative;
    padding: 20px;
    width: 100%;
    z-index: 2;
  }

  .efa_cont {
    padding: 4rem 1rem 4rem;
    width: 100%;
  }
  .efa_form {
    margin: auto;
    padding: 4rem 1rem 4rem;
  }
  .efa_obi{
    margin-top:10px;
  }
  .tab_con_bal1:before,
  .tab_con_bal2:before,
  .tab_con_bal3:before,
  .tab_con_bal4:before {
    content: "";
    position: absolute;
  	top: 100%;
  	left: 50%;
 	  margin-left: -15px;
    right: 50%;
    margin-top:auto;
    border: 15px solid transparent;
    z-index: 0;
  }
  .tab_con_bal1:before{
    border-top: 15px solid #005b90;
  }
  .tab_con_bal2:before{
    border-top: 15px solid #005b90;
  }
  .tab_con_bal3:before{
    border-top: 15px solid #005b90;
  }
  .tab_con_bal4:before {
    border-top: 15px solid #005b90;
  }
  .efa_cont_baloon:before {
    content: "";
    position: absolute;
  	top: 100%;
  	left: 50%;
 	  margin-left: -15px;
    right: 50%;
    margin-top:auto;
    border: 10px solid transparent;
    border-top: 25px solid #deeff5;
    z-index: 0;
  }
  .efa_cont_font{
    margin-top:30px;
  }

 .efa_demo_img{
  width: 80%;
  }
  .efa_w {
    width:100%;
  }
  .efa_adp_font {
    width:100%;
    text-align: center;
  }
  .efa_icon_pad{
    padding-left:20px;
    padding-right:10px;
  }
  .efa_adp_bkcolor {
    border-radius: 10px;
  }
  .efa_adp_bkcolor_p {
    border-radius: 10px;
  }

  .efa_list {
    padding-left: 17px;
    background-size: 15px auto;
  }
  .efa_pdfdl, .efa_link{
    width:90%;
  }
  .efa_shien::before {
    border-left: solid 3px;
  }

  .efa_shien::after {
    border-right: solid 3px;
  }
  .efa_co2_slash::before {
    margin-left: -10px;
  }

  .efa_co2_slash::after {
    margin-left: 10px;
  }
}

@media (max-width: 425px) {
  .pctb {
    display: none;
  }

  .tablet {
    display: none;
  }

  .sp {
    display: block;
  }

  .efa_ques_title{
    width:90%;
  }
  .efa_form_white {
    padding: 5px;
  }
  .efa_icon_pad{
    padding-left:10px;
    padding-right:5px;
  }

}