@charset "utf-8";

.mainvisual {
    position: relative;
    min-height: 56rem;
    padding: 15rem 0 3rem 0;
}

/* ノートPCで非表示 */
@media screen and (max-width: 1368px) {
.mainvisual {
    min-height: 70rem;
    overflow: hidden;
}
.sec01 {
    margin: -8rem 0 0!important;
}
}

.mainvisual::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70rem;
    height: 70rem;
    background: url(./img/mv_bg.png) no-repeat left top;
    background-size: contain;
    content: "";
    z-index: -2;
}
.mainvisual .mv-inner {
    position: relative;
    width: 100rem;
    margin: 0 auto;
	padding-left: 11rem;
}

.mainvisual .mv-inner::before {
    position: absolute;
    left: 6rem;
    top: -9rem;
    width: 127.2rem;
    height: 60rem;
    background: url(./img/mv_za-nac-00000344.jpg) no-repeat left top;
    background-size: contain;
    content: "";
    z-index: -1;
}



.mainvisual .mv-title {
    margin: 0 0 2.4rem 0;
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.4;
}
.mainvisual .mv-title .small {
    display: inline-block;
    margin: 0 0 1.2rem 0;
    padding: 0.1rem 1rem 0.5rem 1rem;
    font-size: 3.6rem;
}
.mainvisual .mv-title .big {
    display: inline-block;
    padding: 0.2rem 1.5rem 0.5rem 1.5rem;
    background: var(--site-color02);
}
.mainvisual .mv-txt {
    width: 85rem;
    padding: 2rem;
	color: #ffffff;
}

.mainvisual .marker{
	color: #081D16;
}

/* ---------------------------------------------
navigation03 ※TOP、下層共通
--------------------------------------------- */
.header-area {
	width: 20rem;
	height: 100vh;
	padding: var(--s1);
	background: #fff;
	border-right: 1px solid #ccc;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.header-logo {
	width: 100%;
	margin: var(--s2) 0;
	text-align: center;
}
.header-logo a:hover {
	opacity: .7;
} 
.header-logo__img {
	width: 100%;
	max-width: inherit;
}
.header-logo__link {
	display: block;
}
.header-logo__link:hover {
	opacity: 0.6;
}
.header-title {
	margin-bottom: var(--s2);
	margin-left: 2.4rem;
	font-size: 1rem;
	position: relative;
      line-height: 1.4;
}
.header-title::before {
	content: "PR";
	padding: .2rem;
	color: #fff;
	background-color: #333;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -2.4rem;
}
.header-title a {
	text-decoration: none;
}
.header-title a:hover {
	text-decoration: underline;
}
.gnavi-btn-close {
	display: none;
}
.gnavi-area {
	display: none;
}
.toggle-content {
	display: none;
}
.gnavi-pc-list {
	position: relative;
}
.gnavi-pc-list__item {
	padding-left: 0;
}
.gnavi-pc-list__item::before {
	display: none;
}
.gnavi-pc-list__link {
	width: 100%;
	margin: 0 auto;
	padding: var(--s2) var(--s4) var(--s2) var(--s2);
	border-top: 1px solid var(--site-color07);
	display: block;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	background: url("./img/arrow-01-green-right.svg") no-repeat right var(--s1) center/1.4rem 1.4rem;
}
.gnavi-pc-list__link:hover {
	opacity: 0.6;
}
/*------------------------------------------
 Global menu settings
*/
.navigation01-menu-area {
	background-color: #ccc;
}
.navigation01-menu {
	display: flex;
	background-color: #fff;
}
.navigation01-menu li::before {
	display: none;
}
.navigation01-menu li a {
	padding: var(--s2) var(--s1);
	display: block;
	text-decoration: none;
}
.navigation01-menu li a:hover {
	opacity: .6;
}
.contents-area,
.footer-area {
	margin-left: 20rem;
}
/* ---------------------------------------------
index02(目次)
--------------------------------------------- */
.onb-index02-frame {
    width: 100%;
}
.onb-index02-wrap {
    margin: var(--s6) auto;
    padding: var(--s1) var(--s3) var(--s4) var(--s3);
    background-color: var(--site-color07);
    position: relative;
}
.onb-index02-title {
    padding: var(--s2) var(--s2) var(--s1);
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    background-size: 4rem auto;
    position: relative;
}
.onb-index02-chapter {
    padding: var(--s2) var(--s2) var(--s2) 0;
    font-weight: 700;
    counter-reset: number 0; 
}
#toc ul.onb-index02-chapter li {
    position: relative;
}
#toc ul.onb-index02-chapter li:not(.onb-index02-chapter-h-three)::before {
    counter-increment: number 1;  
    content: counter(number, decimal-leading-zero);
    color: var(--site-color03);
    position: absolute;
    top: 0;
    left: -1.8em;
}
#toc ul li.onb-index02-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
#toc ul li.onb-index02-chapter-h a {
    display: block;
    text-decoration: none;
}
#toc ul li.onb-index02-chapter-h-two {
    margin-left: var(--s2);
    position: relative;
}
#toc ul li.onb-index02-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}
#toc ul li.onb-index02-chapter-h-two::before,
#toc ul li.onb-index02-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.8em;
}
#toc ul li.onb-index02-chapter-h-three::before {
    content: "└";
}
/*----------------------------------------------
	more content settings
*/
#toc.onb-index02-gradation {
    margin-top: 1.4rem;
    height: auto;
    max-height: 12rem;
    overflow: hidden;
    transition: max-height 1s;
    border-top: 2px solid var(--site-color03);
    position: relative;
}
#toc.onb-index02-gradation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(to bottom, transparent 0%, var(--site-color07) 100%);
}
#toc.onb-index02-gradation.is-open::after {
    display: none;
}
.onb-index02-btn {
    max-width: 32rem;
    margin: 2rem auto 0 auto;
    position: relative;
    z-index: 5;
}
.onb-index02-btn span {
    width: 100%;
    margin: var(--s5) auto;
    padding: 2rem 6rem 2rem 3rem;
    border: 3px solid var(--site-color03);
    border-radius: 4rem;
    background: url('./img/acc-off.svg') no-repeat 95% center #fff;
    display: block;
    text-align: center;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 1;
	font-weight: 700;
}

.onb-index02-btn:hover span {
    transform: translate(.8rem, .8rem);
}
.onb-index02-btn.is-open span {
    background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}



/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
    margin: var(--s6) auto;
    padding: var(--s1)  var(--s3)  var(--s4) var(--s3);
    background: var(--site-color07);
    position: relative;
}
.related-article01-title {
    padding: var(--s3) var(--s2) var(--s2) 0;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    border-bottom: 2px solid var(--site-color03);
}
.related-article01-list {
    padding: var(--s2) 0 var(--s2) 0;
    font-weight: 700;
}
.related-article01-list li {
    margin: 0 0 0 var(--s2);
    padding-left: 1.5em;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.related-article01-list li + li {
    margin-top: 10px;
}
.related-article01-list li::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: var(--site-color02);
    position: absolute;
    top: .6rem;
    left: 0;
}
.related-article01-list a {
    display: block;
    text-decoration: none;
}
.related-article01-list a:hover {
    opacity: 0.6;
}
.relations-box.relations-box--column {
    display: flex;
    gap: 10px;
}
.relations-box__pic {
    flex: 0 0 150px;
}

/* ---------------------------------------------
TOP共通
--------------------------------------------- */
.sec02, .sec03, .sec04, .sec05, .sec06{
  margin: 10rem 0 0;
}

.section-title07-frame {
    margin-top: 5rem;
    position: relative;
}
.section-title07-frame::before {
    content: "INDEX";
    width: 100%;
    font-size: 8rem;
    font-weight: 700;
    color: rgba(var(--site-color05-rgb),.2);
    text-align: center;
    position: absolute;
    top: -7rem;
    left: 0;
}
.section-title07 {
    width: 100%;
    padding: var(--s4) var(--s12);
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.7;
}

.section-title07 a{
  text-decoration: none;
    background: url("./img/arr-green.png") no-repeat center right/auto  1em;
	display: inline-block;
	padding-right: 5rem;
}
.section-title07 a:hover{
  opacity: 0.5;
}


.column-medium {
    padding: var(--s4);
}
.onb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}
.column-small {
    padding: var(--s2);
    border: 1px solid #ccc;
}
.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}
.m-title01 {
	padding: var(--s1) var(--s1) var(--s2)var(--s1);
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}

.onb-center-img {
	margin: 0 auto;
}
.scroll-caption{
    display: block;
    max-width: 100%;
    padding: 0 0 0.3rem 0;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
}

.annotation {
    text-align: left;
}

.onb-more-btn {
	max-width: 46rem;
  width: 100%;
	margin: var(--s5) auto;
	position: relative;
}
.onb-more-btn span {
	width: 100%;
	margin: var(--s3) auto;
	padding: 2rem 6rem 2rem 3rem;
	border: 3px solid var(--site-color03);
	border-radius: 4rem;
	background: url('./img/acc-off.svg') no-repeat 95% center #fff;
	display: block;
	text-align: center;
	transform: translate(0, 0);
	transition: transform 0.3s;
	cursor: pointer;
	z-index: 1;
	font-weight: 700;
}
.onb-more-btn:hover span {
	transform: translate(.8rem, .8rem);
}
.onb-more-btn.is-open span {
	background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}
.more-content {
	display: none;
}



/* ---------------------------------------------
sec01
--------------------------------------------- */
.sec01 {
    margin: 3rem 0 0;
}

.sec01 .m-title01{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -2rem;
}

.bg-01{
	position: relative;

}

.bg-01:after{
    content: "";
    position: absolute;
    width: 40%;
    height: 50%;
    bottom: -13rem;
    right: 0rem;
    background: url(./img/bg-01.png) no-repeat;
    z-index: -1;
}


.sec01 .section-title07-frame::before {
    content: "";
    width: 100%;
    position: absolute;
    top: -7rem;
    left: 0;
	background: url(./img/three_selections.png)no-repeat;
	    height: 100%;
}

.sec01 .column-small,
.lower_bottom .column-small {
    padding: 0 var(--s2) var(--s2) var(--s2);
    border: 5px solid #004746;
    background: var(--site-color07);
		z-index: 1;
}

.sec01 .m-title01 .small,
.lower_bottom .m-title01 .small{
  font-size: 1.8rem;
}

.sec01 .onb-center-img,
.lower_bottom .onb-center-img {
	width: 100%;
}

.sec01 .onb-center-img {
    margin-bottom: 1rem;
}

.arrow-title {
	margin-bottom: 2.8rem;
	padding: var(--s2) var(--s1) var(--s2);
	font-size: 2.3rem;
	font-weight: 700;
	color: #E9E210;
	background-color: var(--site-color03);
	text-align: center;
	line-height: 1.5;
	position: relative;

}
.arrow-title::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 1.5rem solid transparent;
	border-left: 1.5rem solid transparent;
	border-right: 1.5rem solid var(--site-color03);
	border-bottom: 1.5rem solid var(--site-color03);
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -1.3rem;
}
.arrow-title-small {
	font-size: 2rem;
  color: #ffffff;
}

.title-catch {
	padding: .8rem .8rem 1.6rem .8rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--site-color02);
	text-align: center;
	line-height: 1.5;
	border-bottom: 3px solid #004746;
      background: #ffffff;
}
.title-catch a{
  text-decoration: none;
  background: url("./img/arr-green.png") no-repeat center right/auto  1em;
	display: block;
}

.title-catch a:hover{
  opacity: 0.5;
}

.title-catch span {
	font-size: 1.6rem;
}

.sec01 .btn-web a,
.lower_bottom .btn-web a{
	padding-left: var(--s3);
}

/* ---------------------------------------------
sec02
--------------------------------------------- */
.sec02{
	padding: 8rem 0 10rem;
}


.sec02 .section-title07-frame::before {
    content: "";
    width: 100%;
    position: absolute;
    top: -7rem;
    left: 0;
	background: url(./img/details.png)no-repeat center top;
	    height: 100%;
}

.bg-02 {
  background: rgba(245, 245, 245, 0.9) url('./img/bg-02.jpg') no-repeat top center;
  background-size: contain;
}

.sec02 .m-title01 {
	font-size: 3.2rem;
}

.section-title08 {
	margin-bottom: 5rem;
	padding: var(--s3);
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	background-color: var(--site-color03);
	text-align: center;
	line-height: 1.5;
	position: relative;
}
.section-title08::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 2rem solid transparent;
	border-left: 2rem solid transparent;
	border-right: 2rem solid var(--site-color03);
	border-bottom: 2rem solid var(--site-color03);
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -1.9rem;
}

.section-title08 span{
	font-size: 3.3rem;
	color: #E9E210;
}

.center-img-box {
	display: flow-root;
}
.center-img {
	max-width: 64%;
	margin: 0 auto;
	padding-bottom: var(--s2);
}
.center-img-catch {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--site-color03);
	line-height: 1.5;
}

.onb-m-title5 {
	line-height: 1.5;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
    margin-top: var(--s3);
}
.onb-m-title5 span {
	display: flex;
	align-items: center;
}
.onb-m-title5 span::before,
.onb-m-title5 span::after {
	content: "";
	min-width: 5%;
	height: 1px;
	background-color: var(--site-color03);
	flex-grow: 1;
}
.onb-m-title5 span::before {
	margin-right: var(--s2);
}
.onb-m-title5 span::after {
	margin-left: var(--s2);
}
.casebox-01-frame {
	margin-top: 2rem;
	padding: var(--s4) var(--s4) var(--s8);
	position: relative;
	background-color: var(--site-color07);
}
.casebox-01-sub {
	padding: var(--s1) var(--s3);
	background-color: var(--site-color02);
	color: #fff;
	font-size: 2.3rem;
	transform: translateX(-50%);
	position: absolute;
	top: -2rem;
	left: 50%;
  font-weight: 700;
      width: 60%;
    text-align: center;
}
.l-casebox-01 {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s3);
	align-items: flex-start;
	margin-top: var(--s5);
}



.l-casebox-01__side,
.l-casebox-01__main { min-width: 0; 
}
/* 幅配分：PCは 20% / 80%（gap考慮はそのままでOK） */
.l-casebox-01__side {
  width: calc((100% - var(--s3)) * .30);
}
.l-casebox-01__main {
  width: calc((100% - var(--s3)) * .8);
}
/* 画像のはみ出し防止 */
.l-casebox-01__side img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* ▼ここが崩れポイント：caption を「行全幅」に固定し、下段へ */
.l-casebox-01 > .caption,
.casebox-01-caption {
  flex-basis: 100%;
  order: 3;                  /* サイド/メインの下に配置 */
  text-align: right;
  overflow-wrap: anywhere;   /* 長URL対策 */
  word-break: break-word;
}



.l-casebox-01__main {
	width: calc((100% - var(--s3))*.70);
}

.l-casebox-01__main .btn-web {
    margin: 0 auto;
}
.casebox-01-table {
  width: 100%;
  border: 1px solid var(--site-color03);
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;       /* ←ココ重要 */
}
.casebox-01-table th {
  /* text-align-last は対応が不安定なので通常の左寄せで */
  text-align: left;
  background-color: #E4F1F1;
  width: 40%;
}
.casebox-01-table th,
.casebox-01-table td {
  padding: var(--s1) var(--s2);
  vertical-align: top;
}
.casebox-01-catch {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--site-color02);
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.casebox-01-caption {
	text-align: right;
}
.text-area {
    line-height: 2;
}
.summary-box-l {
  display: grid;
  grid-template-areas: "catch img" "content img";
  grid-template-columns: 1fr auto;
  align-items: start;
    
}
.summary-box-l-catch {
    padding: var(--s2) var(--s1) var(--s2) var(--s9);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    background: url('./img/icon.png') no-repeat center left / auto 2em;
    background-size: 5rem 5rem;
    grid-area: catch;
}
.summary-box-l-catch a{
  text-decoration: none;
  background: url(./img/arrow-01-green-right.svg) no-repeat right;
  padding-right: var(--s3);
}

.summary-box-l-catch a:hover{
  opacity: 0.5;
}
.summary-box-l-img {
  grid-area: img;
  width: 100%;
  max-width: 400px;
}

.summary-box-l-img img{
 width: 80%;
 max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

.summary-box-l-content {
    grid-area: content;
}

.sec02 .summary-box-l-content table{
	word-break: break-all;
}

.inner{

  padding: 0 3rem 10rem;
}  

.sec02 .colomn-medium{
    border: solid 5px #004746;
	background: #ffffff;
}

.sec02 table{
	word-break: break-all;
}


.sec02 .colomn-medium .summary-box-l {
    display: grid;
    grid-template-areas:"content img";
    grid-template-columns: 1fr auto;
    gap: var(--s4);
    align-items: start;
}
/* ---------------------------------------------
sec03
--------------------------------------------- */
.sec03 .l-grid-three{
	margin-bottom: 2rem;
}

.sec03 .title-catch {
    font-size: 2.3rem;
    border-bottom: 1px solid #004746;
    margin-bottom: var(--s3);
	min-height: 95px;
    display: flex;
	align-items: center;
	justify-content: center;
}

.sec03 .title-catch a{
	padding-right: var(--s4);
}

.sec03 table{
	word-break: break-all;
	margin-top: var(--s3);
}

.sec03 table th {
    width: 100px;
}

.sec03 .btn-link {
    margin-top: 1rem;
}

.sec03 .btn-link a {
    text-decoration: none;
}

.sec03 .section-title07-frame::before {
	content: "";
    width: 100%;
    position: absolute;
    top: -7rem;
    left: 0;
    background: url(./img/manufacturers_list.svg) no-repeat center top;
    height: 100%;
	background-size: contain;
}

/* ---------------------------------------------
sec04
--------------------------------------------- */

.sec04 .section-title07-frame::before {
	content: "";
    width: 100%;
    position: absolute;
    top: -7rem;
    left: 0;
    background: url(./img/knowledge.svg) no-repeat center top;
    height: 100%;
	background-size: 60%;
}

.ex-contents-spv {
    display: flex;
}
.ex-contents-spv-left {
    padding: 1.6rem 3.2rem;
    background-color: var(--site-color03);
    font-size: 2.3rem;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}
.ex-contents-spv-left::after {
    content: "";
    width: 2rem;
    height: calc(6rem / 2);
    background-color: var(--site-color03);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -1.5rem;
}
.ex-contents-spv-left span {
    width: 100%;
    font-size: 4.6rem;
    line-height: 1.5;
    text-align: center;
    display: block;
}
.ex-contents-spv-right {
    padding: var(--s6) var(--s4);
    background-color: var(--site-color07);
}
.ex-contents-spv-catch {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.5;
}

.ex-contents-spv-catch a{
  text-decoration: none;
      background: url("./img/arr-green.png") no-repeat center right/auto  1em;
	display: inline-block;
	padding-right: 4rem;
}

.ex-contents-spv-catch a:hover{
  opacity: 0.5;
}

/* ---------------------------------------------
sec05
--------------------------------------------- */
.sec05 .section-title07-frame::before {
	content: "";
    width: 100%;
    position: absolute;
    top: -7rem;
    left: 0;
    background: url(./img/countermeasures.svg) no-repeat center top;
    height: 100%;
	background-size: contain;
}


.l-contents-banner03 {
	width: calc();
	background-color: var(--site-color07);
	display: flex;
}
.contents-banner03-content {
	width: 100%;
	padding: var(--s4) var(--s4) var(--s6);
	z-index: 5;
	
}
.contents-banner03-catch {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.5;
	display: flex;
    align-items: center;
	min-height: 70px;

}
.contents-banner03-catch a {
  text-decoration: none;
        background: url("./img/arr-green.png") no-repeat center right/auto  1em;
	display: inline-block;
	padding-right: 4rem;
}

.contents-banner03-catch a:hover{
  opacity: 0.5;
}

.contents-banner03-catch span {
	margin-bottom: 1rem;
	padding: var(--s1);
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	background-color: var(--site-color03);
}
.contents-banner03-text {
	line-height: 2;
}
.contents-banner03-btn {
	width: 36rem;
	margin: 0 auto;
}

.contents-banner03-btn .btn-internal{
	margin: 0 auto;
}
/* ---------------------------------------------
sec06
--------------------------------------------- */
.sec06 .section-title07-frame::before {
	content: "";
    width: 100%;
    position: absolute;
    top: -7rem;
    left: 0;
    background: url(./img/cases.svg) no-repeat center top;
    height: 100%;
	background-size: 35%;
}


/* ---------------------------------------------
下層
--------------------------------------------- */
.lower_bottom .section-title07-frame::before {
	content: none;
}

.lower_bottom .section-title07 {
    padding: var(--s1) var(--s12) var(--s3);
}
.lower_bottom {
    padding-bottom: var(--s5);
}


#contents .lower_bottom {
  margin-top: 5rem;
}

.lower_bottom .section-title07 {
    padding: var(--s1) var(--s12) var(--s2);
}

.cate01 .section-title07 {
	    font-size: 3.2rem;
}

.twb-m-title01 {
	padding: .8rem .8rem 1.6rem .8rem;
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--site-color03);
	text-align: center;
	line-height: 1.5;
}


.l-grid-two .column-medium{
	background: var(--site-color07);
	border-top: 3px solid var(--site-color03);
	justify-content: flex-start;
}
.shot-blast-banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sp-fix-banner01 {
    display: none;
}

.recommend-link a{
    background: #174e8b url("./img/arr-white.png") no-repeat center right 2rem/auto  1.8em;
} 



/* PCのみ表示 */
.for-pc {
    display: block;
}

/* SPで非表示 */
@media screen and (max-width: 767px) {
    .for-pc {
        display: none !important;
    }
}

.banner-link {
    display: block;
    text-decoration: none;
    position: relative;
    background-image: url('./img/bnn_bg_za-nac-00000344.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	padding: 0 var(--s2) var(--s4);
	    height: 160px;
}

.banner-link:hover {
    opacity: 0.6;
}

.banner-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}


.banner-text {
    text-align: center;
    z-index: 2;
    position: relative;
    max-width: 600px;
}

.category-label {
    display: inline-block;
    background-color: var(--site-color02);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.5rem 2rem;
    border-radius: 25px;
        margin-bottom: 1rem;
}

.main-title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 0.8rem 0;
}

.sub-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
}



/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .related-article01-list {
        padding: 0;
    }
    .related-article01-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }
    

/* ---------------------------------------------
navigation03 ※TOP、下層共通
--------------------------------------------- */
.gnavi-pc {
		display: none;
	}
	.header-area {
		width: 100%;
		height: 7rem;
		padding: var(--s1);
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		background-color: transparent;
		border: none;
		overflow-x: visible;
		overflow-y: visible;
		position: static;
	}
	.header-logo {
		display: none;
	}
	.header-area-upper {
		padding: var(--s1);
		text-align: left;
	}
	.header-title {
		display: inline-block;
	}
	.gnavi-ctrl {
		display: block;
		transition: opacity 0.6s, visibility 0.6s;
		opacity: 0;
		visibility: hidden;
	}
	.gnavi-ctrl.is-show {
		opacity: 1;
		visibility: visible;
	}
	#low-page .gnavi-ctrl {
		opacity: 1;
		visibility: visible;
	}
	.gnavi-btn {
		width: var(--s7);
		height: var(--s6);
		background: #027274;
		display: block;
		position: fixed;
		top: var(--s3);
		right: 0;
		z-index: 200;
		cursor: pointer;
	}
	.gnavi-btn.is-show {
		opacity: 1;
		visibility: visible;
	}  
	.gnavi-btn span {
		width: var(--s4);
		height: 0.2rem;
		display: inline-block;
		background: #fff;
		position: absolute;
		left: 1.2rem;
		transform: translate(0, -50%);
		transition: transform 0.4s, opacity 0.4s;
	}
	.gnavi-btn span:nth-of-type(1) {
		top: 1.7rem;
	}
	.gnavi-btn span:nth-of-type(2) {
		top: 2.4rem;
	}
	.gnavi-btn span:nth-of-type(3) {
		top: 3.1rem;
	}
	.gnavi-btn.is-active span:nth-of-type(1) {
		transform: translateY(0.7rem) rotate(-45deg);
	}
	.gnavi-btn.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.gnavi-btn.is-active span:nth-of-type(3) {
		transform: translateY(-0.7rem) rotate(45deg);
	}
	.gnavi-btn-close {
		width: 80%;
		margin: 0 auto;
		padding: var(--s2);
		background: #ffffff;
		display: block;
		text-align: center;
	}
	.gnavi-btn-close__inner {
		padding: 0 0 0 var(--s3);
		display: inline-block;
		font-weight: 700;
		position: relative;
	}
	.gnavi-btn-close__inner::before {
		content: "";
		width: 1em;
		height: 0.2rem;
		background: #027274;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%) rotate(45deg);
	}
	.gnavi-btn-close__inner::after {
		content: "";
		width: 1em;
		height: 0.2rem;
		background: #027274;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%) rotate(135deg);
	}
	.gnavi-area {
		width: 100%;
		height: 100vh;
		padding: 10rem var(--s1) var(--s10);
		display: block;
		background: #F5F5F5;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
		transform: translateX(100%);
		transition: transform 0.8s ease, opacity 0.8s ease;
		opacity: 0;
	}
	.gnavi-title {
		min-height: var(--s6);
		margin: 0 var(--s8);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
		line-height: 1.5;
	}
	.gnavi-pc {
		display: none;
	}
	.gnavi-list {
		border-bottom: 1px solid #333;
		position: relative;
	}
	.gnavi-list li {
		padding-left: 0;
	}
	.gnavi-list__item::before {
		display: none;
	}
	.gnavi-list__link {
		width: 100%;
		margin: 0 auto;
		padding: var(--s2) var(--s4) var(--s2) var(--s2);
		border-top: 1px solid #004746;
		display: block;
		font-weight: 700;
		line-height: 2;
		text-decoration: none;
		position: relative;
	}
	.gnavi-list__link::after {
		content: "";
		width: 1.4rem;
		height: 1.4rem;
		background: url("img/arrow-01-green-right.svg") no-repeat center/100% auto;
		position: absolute;
		top: 50%;
		right: var(--s2);
		transform: translate(0, -50%) rotate(0);
		transition: transform 0.3s;
	}
	.gnavi-list__link--toggle::after {
		background-image: url("img/arrow-01-black-down.svg");
	}
	.gnavi-list__link--toggle.is-open::after {
		transform: translate(0, -50%) rotate(180deg);
	}
	.gnavi-list__sub {
		width: 100%;
		background: #fff;
	}
	.gnavi-list__low .gnavi-list__link {
		padding: var(--s2) var(--s4) var(--s2) var(--s4);
	}
	.gnavi-list__low .gnavi-list__link::after {
		content: "└";
		background: none;
		transform: translateY(-50%);
		position: absolute;
		top: 40%;
		left: 1rem;
	}
	.is-gnavi-open .gnavi-area {
		opacity: 1;
		transform: translateX(0);
	}
	/*------------------------------------------
	Global menu settings
	*/
	.navigation01-menu-area {
		display: none;
	}
	/* ナビゲーション分の余白設定 */
	.contents-area,
	.footer-area {
		margin-left: 0;
	}

/* ---------------------------------------------
mv
--------------------------------------------- */

    .mainvisual {
        min-height: auto;
    }

.mainvisual::before {
        left: 0;
        top: -3.5rem;
        width: 28rem;
        height: 28rem;
        background: url(img/mv_bg.png) no-repeat left top;
        background-size: contain;

}

.mainvisual .mv-inner::before {
		left: auto;
        right: -1.5rem;
        top: 0;
        width: 100%;
        height: 40rem;
        background: url(img/mv_bg_sp_za-nac-00000344.jpg) no-repeat left top;
        background-size: cover;
}

.mainvisual .mv-inner {
        width: 100%;
		padding: 3rem 1rem 3rem 4rem;
		top: -12rem;
		overflow: hidden;
}

.mv-inner::before {
    width: 100rem; /* または max-width にする */
	max-width: 100rem;
}

.mainvisual .mv-title {
        margin: 0 0 3rem 0;
        font-size: 2.1rem;
		text-align: center;
		position: relative;
}
.mainvisual .mv-title:after {
		position: absolute;
        content: "";
        top: 12rem;
        width: 100%;
        height: 1rem;
        background: url(img/border.png) no-repeat left top;
        background-size: 6rem;
        left: 40%;
    }




.mainvisual .mv-title .small {
        margin: 0;
        padding: 0.5rem 1rem;
        font-size: 2rem;
}
.mainvisual .mv-title .big {
        padding: 0.3rem 1rem 0.5rem 1rem;
		background: none;
		font-size: 2.5rem;
}
	
.mainvisual .mv-txt {
        width: 100%;
        padding: 0;
        background: none;
}

.mainvisual .mv-txt p{
	line-height: 1.7;
}



/* ---------------------------------------------
TOP共通
--------------------------------------------- */


	.for-pc {
        display: none;
    } 
.section-title07-frame {
        background-color: transparent;
		
    }
    .section-title07-frame::before {
        width: 100%;
        padding: var(--s1) 0;
        top: -3rem;
		background-size: 35rem;
		background: url(./img/three_selections.png) no-repeat;
	content: "";
    position: absolute;
    height: 100%;

    }
    .section-title07 {
        padding: var(--s2) 0;
        font-size: 2.4rem;
    }

.section-title07 a {
    padding-right: 3rem;
    display: block;
}

    .column-medium {
        padding: var(--s2);
    }
    .onb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
    .onb-center-img {
		max-width: 100%;
	}	

	.onb-more-btn {
		margin: 0;
	}
	.onb-more-btn span {
		transition: inherit;
		transform: none;
	}
	.onb-more-btn:hover span {
		transform: none;
	}

.sec02, .sec03, .sec04, .sec05, .sec06 {
    margin: 5rem 0 0;
}

.sp-table-vertical table th{
	text-align: center;
}

/* ---------------------------------------------
sec01
--------------------------------------------- */
.sec01{
	margin-top: -14rem!important;
}

.sec01 .btn-tel,
.sec02 .btn-tel{
	margin: 0 auto var(--s3);
}

.sec01 .btn-web,
.sec02 .btn-web {
    margin: var(--s3) auto var(--s2);
}

.arrow-title {
    font-size: 2.2rem;
}
.arrow-title-small {
    font-size: 1.9rem;
}

.sec01 .m-title01,
.sec02  .m-title01{
    font-size: 2.2rem;
}

.bg-01:after{
	content: none;
}

.sec01 .section-title07-frame::before {
    content: "";
    top: -3rem;
    background: url(./img/three_selections.png) no-repeat;
    background-size: 100%;
}


/* ---------------------------------------------
sec02
--------------------------------------------- */
.sec02 {
	position: relative;
    padding-top: 5rem;
}

.sec02 .btn-tel a {
    position: relative;
    z-index: 2;
}

.sec02 .btn-tel:after {
    z-index: 0;
}


.inner {
    padding: 0 1.5rem 5rem;
}
.sec02 .section-title07-frame {
        margin-top: 0;
}

.sec02 .section-title07-frame::before {
    content: "";
    width: 100%;
    position: absolute;
    top: -3rem;
    left: 0;
    background: url(./img/details.png) no-repeat center top;
    height: 100%;
	background-size: 100%;
}

  .section-title08 {
		padding: var(--s2);
		font-size: 1.9rem;
	}
	.section-title08::after {
		bottom: -1.5rem;
	}

	.section-title08 span {
    font-size: 2.2rem;
}

.title-catch {
    margin-top: var(--s3);
}

.onb-m-title5 {
    font-size: 1.9rem;
}

  .center-img {
		max-width: 100%;
	}
  .onb-m-title5 span::before,
	.onb-m-title5 span::after {
		width: 4rem;
	}
	.onb-m-title5 span::before {
		margin-right: var(--s1);
	}
	.onb-m-title5 span::after {
		margin-left: var(--s1);
	}
  	.l-casebox-01 {
		flex-direction: column;
	}
	.l-casebox-01__side,
	.l-casebox-01__main {
		width: 100%;	
	}
	.l-casebox-01__side {
		text-align: center;
	}

    .three_lines {
        margin-top: 3rem;
    }
      .text-area {
        font-size: 1.4rem;
    }
    .summary-box-l {
        padding: var(--s1);
        display: block;
    }
    .summary-box-l-catch {
        margin-bottom: var(--s2);
        font-size: 1.7rem;
		background-size: 2.2em;
		padding: var(--s2) var(--s1) var(--s2) var(--s6);
    }
    .summary-box-l-img {
        padding-left: 0;
        margin-bottom: var(--s2);
    }
.casebox-01-sub {
	width: 80%;
    font-size: 1.7rem;
	line-height: 1.4;
}
.casebox-01-frame {
    margin-top: 4rem;
    padding: var(--s2) var(--s2) var(--s5);
}
.casebox-01-catch {
    font-size: 1.7rem;
}
.casebox-01-table th, .casebox-01-table td{
	width: 100%;
}

.sec02 table th,
.sec03 table th{
    min-width: 100px;
}


.sec02 .colomn-medium .summary-box-l {
    display: block;
    grid-template-areas: "content img";
    align-items: start;
}

.sec02 .summary-box-l-catch {
    margin-bottom: 0;
    color: var(--site-color02);
    padding: 0;
    text-align: center;
    background: none;
    font-size: 1.8rem;
}


.sec02 .summary-box-l-catch .small {
    font-size: 1.6rem;
}

/* ---------------------------------------------
sec03
--------------------------------------------- */   
.sec03 .title-catch {
    font-size: 2rem;
	margin-top: 0;
    min-height: 70px;
}
.sec03 table{
	margin: 2rem 0;
	word-break: break-all;
}


.sec03 .section-title07-frame::before {
    top: -3rem;
}

.sec03 .title-catch a {
    padding-right: var(--s4);
    width: 100%;
}

/* ---------------------------------------------
sec04
--------------------------------------------- */   
    .ex-contents-spv {
        flex-direction: column;
    }
    .ex-contents-spv-left {
        padding: 0.8rem;
        position: relative;
        display: block;
        text-align: center;
    }
    .ex-contents-spv-left::after {
        width: 4rem;
        height: calc(4rem / 2);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        transform: translateX(-50%);
        top: inherit;
        left: 50%;
        right: inherit;
        bottom: -1.5rem;
    }
    .ex-contents-spv-left {
        font-size: 1rem;
    }
    .ex-contents-spv-left span {
        font-size: 2rem;
        display: inline;
    }
    .ex-contents-spv-right {
        padding: 3.2rem 1.6rem 3.2rem 1.6rem;
    }
    .ex-contents-spv-catch {
        font-size: 2rem;
        text-align: center;
    }



.sec04 .section-title07-frame::before {
    top: -3rem;
}

.ex-contents-spv-catch a {
    background: url(./img/arr-green.png) no-repeat center right 2rem / auto 1em;
    display: block;
    padding-right: 3rem;
}

/* ---------------------------------------------
sec05
--------------------------------------------- */   
.l-contents-banner03 {
		flex-direction: column;
	}
	.contents-banner03-content {
		padding: var(--s3) var(--s3) var(--s5);
	}
	.contents-banner03-catch {
		font-size: 2rem;
	}
	.contents-banner03-btn {
		padding: 0 var(--s2);
		        width: 100%;
	}

.sec05 .section-title07-frame::before {
    top: -3rem;
}	

.contents-banner03-catch a {
    padding-right: 3rem;
    display: block;
    width: 100%;
    text-align: center;
}

/* ---------------------------------------------
sec06
--------------------------------------------- */  
.sec06 .summary-box-l-catch {
        font-size: 2rem;
    }

.sec06 .section-title07-frame::before {
    top: -3rem;
}

.summary-box-l-catch a {
    display: block;
    width: 100%;
    padding-left: 1rem;
}

/* ---------------------------------------------
下層
--------------------------------------------- */   
.header-area--low{
    height: 100%;
	background: #E4F1F1;
}

.header-area--low .header-title{
	margin-bottom: 0;
}

.header-title {
    font-size: 1.3rem;
    margin-bottom: 0;
}
.twb-m-title01 {
    font-size: 1.8rem;
}

 #toc .onb-index02-chapter {
        padding-left: var(--s4);
    }    
    .onb-index02-btn:hover span {
        transform: none;
    }
.onb-index02-title {
    font-size: 1.8rem;
}
.related-article01-title {
    font-size: 2rem;
}
  .sp-fix-banner01 {
        display: block;
        width: 75%;
        background: url("./img/sp_bnn_bg_za-nac-00000344.png") no-repeat center center;
        position: fixed;
        left: 0;
        bottom: -7px;
        z-index: 50;
		        background-size: contain;
    }
    .sp-fix-banner01-text {
        padding: var(--s2) 0 var(--s1);
        color: #fff;
        position: relative;
    }
    .sp-fix-banner01 .main-title {
    margin: 0 0 1.5rem 0;
  }
   .sp-fix-banner01 .category-label {
    padding: 0.3rem 2rem;
  }
    .sp-fix-banner01-text p {
        margin: 0;
        font-size: 1.5rem;
    }
    .sp-fix-banner01-text a {
        color: #fff;
        text-decoration: none;
        display: block;
    }
    .sp-fix-banner01-text a:hover {
        opacity: .7;
    }

.category-label {
    margin-bottom: .5rem;
}
.cate01 .section-title07,
.lower_bottom .section-title07 {
    font-size: 2.4rem;
    padding: 0;
}

.cate01 .m-title01,
.lower_bottom .m-title01 {
    font-size: 2rem;
}
/* 下層用table */
.feature-table {
  width: 100%;
  table-layout: fixed;
}

.feature-table th {
	width: 40%;
	}
.feature-table td {
	width: 60%;
	}

.feature-table th,
.feature-table td {
  word-break: break-word;         /* 日本語も折り返す */
  overflow-wrap: anywhere;        /* 長い英数字・URL対策 */
}
}