@media print, screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (max-width: 360px) {
  ._except-xs {
    display: none !important;
  }
}
.u-ta_c {
  text-align: center !important;
}

.u-ta_r {
  text-align: right !important;
}

.u-ta_l {
  text-align: left !important;
}

.u-ml_auto {
  margin-left: auto !important;
}

.u-d_f {
  display: flex !important;
}

.u-jc_sb {
  display: flex;
  justify-content: space-between !important;
}

.u-jc_c {
  display: flex;
  justify-content: center !important;
}

.u-jc_fs {
  display: flex;
  justify-content: flex-start !important;
}

.u-ai_c {
  display: flex;
  align-items: center !important;
}

.u-ai_fe {
  display: flex;
  align-items: flex-end !important;
}

.u-ai_bl {
  display: flex;
  align-items: baseline !important;
}

.u-nowrap {
  white-space: nowrap !important;
}

.u-va_m {
  vertical-align: middle !important;
}

.u-va_t {
  vertical-align: top !important;
}

.u-c_mountainMeadow {
  color: #17ad67 !important;
}

.u-c_goldenGlow {
  color: #fcd58c !important;
}

.u-c_bondiBlue {
  color: #019fa8 !important;
}

.u-c_redOrange {
  color: #f53434 !important;
}

.u-fs_small {
  font-size: 1.2rem !important;
}
.u-fs_small p, .u-fs_small li, .u-fs_small th, .u-fs_small td {
  font-size: 1.2rem !important;
}

[data-style*="w80"] {
  width: 80px !important;
}

.u-mt_0 {
  margin-top: 0 !important;
}
.u-mt_xxs {
  margin-top: 5px !important;
}
.u-mt_xs {
  margin-top: 10px !important;
}
.u-mt_s {
  margin-top: 20px !important;
}
.u-mt_ms {
  margin-top: 28px !important;
}
.u-mt_m {
  margin-top: 40px !important;
}
.u-mt_l {
  margin-top: 60px !important;
}
.u-mt_xl {
  margin-top: 80px !important;
}

.u-m_a {
  margin: auto !important;
}

.u-h_a {
  height: auto !important;
}

/* 20220916 new */
.l-main .h2_ptn01{
font-size: 1.8rem;
line-height: 2;
margin: 20px 0 -20px;
font-weight: 500;
}

.l-main .c-list.-annotation02 li{
font-size: 1.3rem;
}

.l-main .flex_box{
display: flex;
align-items: start;
}

.l-main #TAB_08 .cnt_g{
justify-content: space-between;
}

.l-main #TAB_08 .cnt_g .cnt_img{
max-width: 150px;
width: 100%;
}

.l-main #TAB_08 .cnt_g .cnt_img img{
width: 100%;
height: auto;
display: block;
}

.l-main #TAB_08 .cnt_g .cnt_text{
width: calc(100% - 150px - 40px);
}

.l-main #TAB_08 .catchcopy{
font-size: 1.8rem;
}

.l-main #TAB_08 .c-heading.-xl{
margin: 20px 0 0;
}

.l-main #TAB_08 p .red_text {
color: #E4001A;
}

.l-main #TAB_08 .cnt_box{
justify-content: space-between;
}

.l-main #TAB_08 .cnt_box .c-section{
width: 48%;
margin: 0;
}

.l-main #TAB_08 .cnt_box .c-section .c-heading.-l{
padding: 0;
margin-bottom: 0;
background: #C0CAD0;
font-weight: 500;
}

.l-main #TAB_08 .cnt_box .c-section .c-heading.-l span{
display: inline-block;
color: #fff;
background: #3F71B9;
width: 33px;
text-align: center;
padding: 2px 0 4px;
margin-right: 12px;
}

.l-main .c-list.-annotation03 li{
color: #E4001A;
font-size: 1.2rem;
line-height: 1.7;
position: relative;
padding-left: 3.6em;
}

.l-main .c-list.-annotation03 li::before{
content: "注意";
color: #fff;
background: #E4001A;
border-radius: 30px;
padding: 0 5px;
position: absolute;
top: 0;
    left: 0;
}



@media print, screen and (min-width: 768px) {
  [data-style*="pc:w100p"] {
    width: 100% !important;
  }

  [data-style*="pc:w50"] {
    width: 50px !important;
  }

  [data-style*="pc:w65"] {
    width: 65px !important;
  }

  [data-style*="pc:w65"] {
    width: 65px !important;
  }

  [data-style*="pc:w100"] {
    width: 100px !important;
  }

  [data-style*="pc:w120"] {
    width: 120px !important;
  }

  [data-style*="pc:w140"] {
    width: 140px !important;
  }

  [data-style*="pc:w150"] {
    width: 150px !important;
  }

  [data-style*="pc:w160"] {
    width: 160px !important;
  }

  [data-style*="pc:w180"] {
    width: 180px !important;
  }

  [data-style*="pc:w300"] {
    width: 300px !important;
  }

  [data-style*="pc:w310"] {
    width: 310px !important;
  }

  [data-style*="pc:w360"] {
    width: 360px !important;
  }

  [data-style*="pc:w480"] {
    width: 480px !important;
  }

  [data-style*="pc:w550"] {
    width: 550px !important;
  }

  [data-style*="pc:w600"] {
    width: 600px !important;
  }

  [data-style*="pc:w740"] {
    width: 740px !important;
  }

  [data-style*="pc:mt50"] {
    margin-top: 50px !important;
  }

  [data-style*="pc:pb80"] {
    padding-bottom: 80px !important;
  }

  [data-style*="pc:jc_fs"] {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  [data-style*="sp:w-"] {
    width: auto !important;
  }

  [data-style*="sp:w100p"] {
    width: 100% !important;
  }

  [data-style*="sp:w90p"] {
    width: 90% !important;
  }

  [data-style*="sp:w80p"] {
    width: 80% !important;
  }

  [data-style*="sp:w50p"] {
    width: 50% !important;
  }

  [data-style*="sp:w160"] {
    width: 160px !important;
  }

  [data-style*="sp:w180"] {
    width: 180px !important;
  }

  [data-style*="sp:w_adjust"] {
    width: calc(100% - 30px) !important;
  }

  [data-style*="sp:pb40"] {
    padding-bottom: 40px !important;
  }

  [data-style*="sp:mt0"] {
    margin-top: 0 !important;
  }

  [data-style*="sp:mt10"] {
    margin-top: 10px !important;
  }

  [data-style*="sp:mb20"] {
    margin-bottom: 20px !important;
  }

  [data-style*="sp:mt40"] {
    margin-top: 40px !important;
  }

/* 20220916 new */
.l-main .flex_box{
display: block;
}
.l-main #TAB_08 .cnt_g .cnt_img{
margin: 0 auto 10px;
}

.l-main #TAB_08 .cnt_g .cnt_text{
width: 100%;
}

.l-main #TAB_08 .cnt_box .c-section{
width: 100%;
}


}

/* 20230306 sdgs */
.sdgs_outbox{
	display: flex;
}
.sdgs_outbox_img{
	width: 40%;
}
.sdgs_outbox_img img{
	width: 100%;
}
.sdgs_outbox ul{
	display: block;
	margin-left: 25px;
	width: 100%;
}

.sdgs_outbox li{
	border-bottom: 1px dotted #CCC;
	margin: 10px 0;
}
.sdgs_inlinebox{
}
.sdgs_inlinebox h3{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.sdgs_inlinebox p{
	line-height: 1.5;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px){
	.sdgs_outbox {
		display: block;
	}
	.sdgs_outbox_img {
    width: 100%;
}.sdgs_outbox ul {
    margin-left: 0;
}
	
}
