﻿/* Base Styles */
/*-------------------------------------------------------------------------------------------------*/
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-weight:normal;
	font-size: 87%;
	line-height: 170%;
	word-wrap: break-word;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover{
	opacity:0.7;
}


#wrapper{
	background: #fff;
}
section{
	width: 1024px;
	margin: 60px auto;  
}

/* Header */
/*-------------------------------------------------------------------------------------------------*/
header{
	background: #fff;
	padding: 17px 0 18px;
}
#header_in{
	width: 1024px;
	margin: 0 auto;
	display: table;
	height: 55px;
}
#header_in:after  {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#logo{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 177px;
}
#logo_dh{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 200px;
	padding-left: 30px;
}
#headcontact{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: right;
	width: 674px;
}



/* Main Image & Navigation */
/*-------------------------------------------------------------------------------------------------*/
#mainimage{
	background: url(../image/topbg01.jpg) no-repeat center top;
	width: 100%;	
	height: 100%;
	position: relative;
}
h1{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -512px;
}
nav ul li{
	background-color: #fff;
	border-radius: 6px;
}
nav ul li a{
	position: absolute;
	bottom: 0;
	width: 492px;
	display: block;
	padding-bottom: 20px;
	background: url(../image/lp/lp_linkbtn_bg.png) no-repeat center bottom;
}
nav ul li:first-child a{
	left: 50%;
	margin-left: -502px;
}
nav ul li:last-child a{
	right: 50%;
	margin-right: -502px;
}
nav ul li a:hover{
	background: none;
	bottom: -5px;
	opacity:1;
}


/* Common Titles */
/*-------------------------------------------------------------------------------------------------*/
h2{
	color: #313339;
	line-height: 1;
	font-size: 272%;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 0.1em;
}

.title_green,.title_blue{
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
}
.title_green{color: #9FD400;}
.title_blue{color: #57ACD8;}

.title_gray{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	color: #313339;
	line-height: 1;
	margin-bottom: 10px;
}


/* Section Titles (Consolidated) */
/*-------------------------------------------------------------------------------------------------*/
.section__title01,
.section__title02 {
    width: 100%;
    min-width: 100%;
}

.section__title01 {
    margin-bottom: 20px !important;
}

.section__title01 .subtitle02 {
    font-size: 20px;
    padding: 0;
}

.section__title01 .subtitle02:after {
    display: none;
}

.section__title02 {
    padding: 25px 0;
}

.section__title02 .subtitle02 {
    font-size: 22px;
}


/* Box Styles */
/*-------------------------------------------------------------------------------------------------*/
.about_box{
	display: table;
	height: 300px;
}
.aboutbox_left{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 460px;
	font-size: 107%;
	line-height: 2.2;
}
.aboutbox_right{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 530px;
	padding-left: 20px; 
}

/* Feature Boxes (PC Defaults) */
.featurebox{
	margin-right: 44px;
	float: left;
	width: 312px;
	padding-bottom: 50px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.greenbox .featurebox{background-image: url(../image/lp/lp_film_fbg_bottom.png);}
.bluebox .featurebox{background-image: url(../image/lp/lp_ecoaty_fbg_bottom.png);}

.featurebox:last-child{
	margin-right:0; 
}
.featurebox01_in,.featurebox02_in,.featurebox03_in{
	padding: 120px 20px 0;
	background-position: center top;
	background-repeat: no-repeat;
}
.greenbox .featurebox01_in{background-image: url(../image/lp/lp_film_fbg_top01.png);}
.greenbox .featurebox02_in{background-image: url(../image/lp/lp_film_fbg_top02.png);}
.greenbox .featurebox03_in{background-image: url(../image/lp/lp_film_fbg_top03.png);}
.bluebox .featurebox01_in{background-image: url(../image/lp/lp_ecoaty_fbg_top01.png);}
.bluebox .featurebox02_in{background-image: url(../image/lp/lp_ecoaty_fbg_top02.png);}
.bluebox .featurebox03_in{background-image: url(../image/lp/lp_ecoaty_fbg_top03.png);}

.catch{
	font-size: 157%;
	line-height: 1.5;
	font-weight: bold;
	color: #313339;
	margin-bottom: 16px;
	text-align: center;
    white-space: normal; /* PCでも折り返しを許可（デフォルト） */
}

.greenbox .catch span{color: #9FD300;}
.bluebox .catch span{color: #57ADD8;}



/* Tabs (PC Default Styles) */
/*-------------------------------------------------------------------------------------------------*/
table.tab{
	border-collapse:collapse;
	border:none; /* 枠線をなくす */
	background: #fff;
	width: 100%; /* Take full width of its parent (1024px section) */
}
table.tab td,table.tab th{
	border:none; /* 枠線をなくす */
	padding: 8px;
	font-weight: normal;
}
table.tab th{
	background: #E3E3E3;
	text-align: center;
}


/* Size Section */
/*-------------------------------------------------------------------------------------------------*/
#sizetab{
	float: left;
	width: 520px;
	font-size: 93%;
}
#size{
	float: right;
	width: 450px;
}
#size_txt{
	background: url(../image/lp/lp_film_bg.png) no-repeat ;
	padding: 12px 20px 30px;
	margin-bottom: 15px;
	height: 145px;
}

.size_example{
	background:#FFF;
	padding:20px 0;
}
	
.size_example_title{
	line-height: 1;
	margin-left:20px;
	font-size: 22px;
	font-weight: bold;
	color:#4A4C51;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	}

.size_example_list li{
	text-align:center;
	width:341px;
	border-right:1px solid #DDDDDD; /* これもテーブルの枠線なので、必要ならメディアクエリ内で調整 */
	float:left;}

.size_example_list li:last-child{
	width:340px;
	border-right:none;
	float:right;}

.size_example_list li p{
	margin-top:15px;}


/* Switch Section */
/*-------------------------------------------------------------------------------------------------*/
#switch{
    background: rgba(0, 0, 0, 0) url(../image/ts_mainvisual_bg.jpg) no-repeat scroll center top;
	width: 100%;	
    height: 210px;
    padding-top: 70px;
}
#switch_in{
	width: 701px;
	margin-right: auto;
	margin-left: auto;
}

/* Trouble Section */
/*-------------------------------------------------------------------------------------------------*/
#trouble:after  {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#trouble li{
	float: left;
	width: 235px;
	margin-right: 28px;
}
#trouble li:last-child{
	margin-right: 0;
}

/* YouTube Section */
/*-------------------------------------------------------------------------------------------------*/
#youtube{
	background: url(../image/lp/youtube_bg.gif) no-repeat center top;
    height: 415px;
    padding: 35px;
}
#youtube_in{
	width: 640px;
	margin: 20px auto 0;
}


/* It Can Section */
/*------------------------------------------------------------------------------------------------*/
#itcan:after  {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#itcan > div{
	float: left;
	width: 235px;
	margin-right: 28px;
}
#itcan > div:last-child{
	margin-right: 0;
}
#itcan > div img{
	background: #fff;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	padding: 9px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
#itcan > div p{
	text-align: center;
	color: #fff;
	line-height: 1;
	font-size: 120%; 
	padding: 15px 0;
	background: url(../image/lp/arr01.gif) no-repeat center top #57ADD8;
}

#itcan > div p.green{
	background: url(../image/lp/arr02.gif) no-repeat center top #BCE24C;
}

.itcan_mainbox01{
	width: 1008px;
	height: 311px;
	padding-top: 20px;
	margin: 0 auto;
	background: url(../image/lp/lp_ecoaty_bg01.jpg) no-repeat;
}

.itcan_subbox01{
	width: 1008px;
	height: 45px;
	margin: 0 auto;
	background: url(../image/lp/lp_ecoaty_bg02.jpg) no-repeat;
}

.itcan_subbox01 p{
	text-align: center;
    padding-top: 10px;
    letter-spacing: 0.2em;
    color: #80A01B;
    font-size: 150%;
    font-weight: bold;
}

.itcan_box02{
	margin-left: 20px;
	float: left;
}

.itcan_mainbox02{
	width: 464px;
	height: 255px;
	background: url(../image/lp/lp_ecoaty_bg03.jpg) no-repeat;
}

.itcan_subbox02{
	width: 464px;
	height: 45px;
	background: url(../image/lp/lp_ecoaty_bg04.jpg) no-repeat;
}

.itcan_subbox02 p{
	text-align: center;
    padding-top: 10px;
    letter-spacing: 0.2em;
    color: #57ADD8;
    font-size: 130%;
    font-weight: bold;
}

.itcan_box03{
	margin-right: 30px;
	float: right;
}

.itcan_circle01{
	width: 174px;
	height: 173px;
	float: left;
    margin-top: 50px;
    margin-left: 53px;
	background: url(../image/lp/lp_circle_img01.png) no-repeat;
}

.itcan_circle01 img{
	position: relative;
    top: 15px;
    left: -40px;
}

.itcan_circle01 p{
    position: relative;
    bottom: 95px;
    left: 70px;
    color: #57ADD8;
    font-size: 110%;
    font-weight: bold;
}

.itcan_circle02{
	width: 174px;
	height: 173px;
	float: left;
    margin-top: 50px;
    margin-left: 70px;
	background: url(../image/lp/lp_circle_img02.png) no-repeat;
}

.itcan_circle02 img{
	position: relative;
    top: 15px;
    left: -60px;
}

.itcan_circle02 p{
    position: relative;
    bottom: 95px;
    left: 70px;
    color: #80A01B;
    font-size: 110%;
    font-weight: bold;
}

.itcan_circle02 .lp_txt_magazine{
	left: 90px;
}

/* youtube_tab */
/*-------------------------------------------------------------------------------------------------*/
#youtube_tab{
	padding: 20px;
	height: auto;
	background-size: contain;
}
#youtube_tab_in{
	width: 100%;
}
#youtube_tab .tabindex td{
	height: 40px;
}
#youtube_tab .tabindex a{
	width: 100%;
	height: 40px;
	background-size: contain;
}
#tab_back, #tab_back02, #tab_back03 {
	background-size: contain;
	position: static;
	bottom: auto;
}
#tab_back:hover, #tab_back02:hover, #tab_back03:hover{
	bottom: auto;
	opacity:1;
}

/* library_tab */
/*-------------------------------------------------------------------------------------------------*/
#library_tab{
	padding: 20px;
}
#library_tab_in{
	width: 100%;
}
#library_tab .tab2index td{
	height: 40px;
}
#library_tab .tab2index a{
	width: 100%;
	height: 40px;
	background-size: contain;
}


/* spec */
/*------------------------------------------------------------------------------------------------*/
.spec{
	width: 100%;
	font-size: 100%;
}


/* con_btn */
/*------------------------------------------------------------------------------------------------*/
#con_btn{
	width: 100%;
	margin: 40px auto;
	height: auto;
}
#con_btn a{
	position: static;
	width: 100%;
	padding-bottom: 5px;
	background-size: contain;
}
#con_btn a:hover{
	top: auto;
}


/* sean */
/*------------------------------------------------------------------------------------------------*/
#scene > div{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
#scene > div img{
	padding: 5px;
}
#scene > div p{
    padding: 10px;
}


/* CLEAN */
/*------------------------------------------------------------------------------------------------*/
.cleanbox{
	margin-right: 0;
	float: none;
	width: 100%;
	margin-bottom: 30px;
	background-size: contain;
}
.cleanbox:last-child{
	margin-right:0; 
}
.cleanbox_in .txt_height3{
	padding: 5px 10px;
}
.daiwa_info_box01, .daiwa_info_box02, .daiwa_info_box03{
	position: static;
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0 auto 20px auto;
	background-size: contain;
	display: block;
}
.daiwa_info .daiwa_info_box01 p,
.daiwa_info .daiwa_info_box02 p,
.daiwa_info .daiwa_info_box03 p{
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	position: static;
	top: auto;
	text-align: center;
}
.daiwa_info .daiwa_info_box01 p .blue_s,
.daiwa_info .daiwa_info_box02 p .blue_s,
.daiwa_info .daiwa_info_box03 p .green_s{
	font-size: 14px;
}

/* section__title (from test_tape-shot.css, adjusting for testlp.css) */
/*--------------------------------------------------------------------------------*/
.section__title01 {
	width: 100%;
	min-width: 100%;
	margin-bottom: 20px !important;
}
.section__title01 .subtitle02 {
	font-size: 20px;
	padding: 0;
}
.section__title01 .subtitle02:after {
	display: none;
}

.section__title02 {
	width: 100%;
	min-width: 100%;
	padding: 25px 0;
}
.section__title02 .subtitle02 {
	font-size: 22px;
}

/* section01 */
/*--------------------------------------------------------------------------------*/
.section01 {
  width: 100%;
  padding-bottom: 30px;
}

.section01 .section__title {
  padding-top: 25px;
}

.section01 .section__title .subtitle02 {
  text-align: center;
  margin-bottom: 25px;
}

.section01 .section__title .subtitle02 > p {
  font-size: 20px;
  padding: 0;
}

.section01 .section__title .subtitle02 > p:after {
  display: none;
}

/* --- PC / Desktop Styles (Default for wider screens) --- */
.section01 .section__main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3%;
  gap: 30px;
}

.section01 .section__main .youtube__area {
  flex: 1;
  min-width: 400px;
  margin-bottom: 0;
}

.section01 .section__main .text__area {
  flex: 1;
  min-width: 400px;
}

.section01 .section__main .text__area .section__img01 {
  margin-bottom: 15px;
}

.section01 .section__main .text__area .section__img01 > img {
  width: 100%;
  height: auto;
}

.section01 .section__main .text__area .text {
  font-size: 16px;
  margin-bottom: 25px;
}

.section01 .section__main .text__area .section__img02 > img {
  width: 100%;
  height: auto;
  display: block;
}

/* section01 固有のスタイル (PCデフォルト) */
.section01-content-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
}

/* PC用テーブル全体の幅と中央寄せ */
.section01-table-scroll-wrapper table.tab {
    width: 67.4787%; /* HTMLから移行した元のPC幅 */
    margin: 0 auto; /* 中央寄せ */
    border-collapse: collapse;
}

/* PC用テーブルセル個別の幅と配置 */
.section01-table-scroll-wrapper table.tab tr.table-row:first-child {
    height: 124.6px; /* 最初の行の高さ */
}
.section01-table-scroll-wrapper table.tab tr.table-row:nth-child(2) {
    height: 181px;
    text-align: center; /* 2番目の行のtext-align */
}

.section01-table-scroll-wrapper table.tab .table-img-cell {
    width: 20%; /* HTMLのstyleから移行 */
    vertical-align: bottom; /* HTMLのstyleから移行 */
    text-align: center; /* 画像を中央寄せ */
}
.section01-table-scroll-wrapper table.tab .table-text-cell {
    width: auto; /* 他のセルの幅に合わせて自動調整 */
    vertical-align: middle; /* HTMLのstyleから移行 */
    text-align: left; /* HTMLのstyleから移行 */
}

/* PC用画像サイズ */
.section01-table-scroll-wrapper table.tab img {
    width: 150px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* PC用フォントサイズ */
.section01-table-scroll-wrapper table.tab li span {
    font-size: 14pt; /* HTMLから移行 */
}



/* section02_01 */
/*--------------------------------------------------------------------------------*/
#section02_01 {
	width: 100%;
	min-width: 100%;
	margin-bottom: 20px;
}
#section02_01 .section__title {
	padding-top: 25px;
	width:100%;
	margin:auto;
}
#section02_01 .section__title .subtitle02 {
	text-align: center;
	margin-bottom: 15px;

}
#section02_01 .section__title .subtitle02 {
	font-size: 22px;
	padding: 0 0 10px 0;
}
#section02_01 .section__title .subtitle02:after {
	height: 3px;
}
#section02_01 .section__checklist {
	width: 100%;
	text-align: center;
	padding: 0 3% 25px 3%;
}
#section02_01 .section__checklist > ul {
	display: inline-block;
}
#section02_01 .section__checklist > ul > li {
	font-size: 16px;
	background-size: 20px 15px;
	padding-left: 20px;
}
#section02_01 .section__checklist > ul > li+li {
	margin-top: 10px;
}
#section02_01 .section02__flow__title_img {
    height: 170px;
    position: relative;
}
#section02_01 .section02__flow__title_img:after {
	display: none;
}
#section02_01 .section02__flow__title_img .pc {
	display: block;
	width: 100%;
	height: auto;
	position: static;
	transform: none;
}
#section02_01 .section02__flow__title_img .sp {
	display: none;
}
/* section02_02__point */
/*--------------------------------------------------------------------------------*/
.section02_02__point {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0 3%;
}
.section02_02__point .section02_02__point__box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.section02_02__point .section02_02__point__box > div.img__box {
	width: 38%;
}
.section02_02__point .section02_02__point__box > div.img__box .img {
	display: block;
	position: relative;
}
.section02_02__point .section02_02__point__box > div.img__box .img img {
	width: 100%;
	height: auto;
}
.section02_02__point .section02_02__point__box > div.img__box .img .icon {
	position: absolute;
	top: 0;
	left: 0;
}
.section02_02__point .section02_02__point__box > div.img__box .img .icon {
	width: 12%;
	position: absolute;
	top: 0;
	left: 0;
}
.section02_02__point .section02_02__point__box > div.img__box .img .icon > img {
	width: 100%;
	height: auto;
}

.section02_02__point .section02_02__point__box > div.text__box {
	padding-left: 10px;
    flex: 1;
}
.section02_02__point .section02_02__point__box > div.text__box h3 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 0.2em;
}
.section02_02__point .section02_02__point__box > div.text__box p {
	font-size: 16px;
	line-height: 1.4;
}
/* voice__box */
/*--------------------------------------------------------------------------------*/
.voice__box {
	width: 100%;
	min-width: 100%;
	background-color: #fffcdd;
	/*padding-bottom: 90px;*/
	padding: 0 3%;
}
.voice__box+.voice__box {
	margin-top: 0;
}
.voice__box .box__main {
	width: 100%;
	padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}
.voice__box .box__main .title__box,
.voice__box .box__main .text__box {
	width: calc(60% - 20px);
	float: none;
}
.voice__box .box__main .img__box {
	width: 40%;
	float: none;
	margin-bottom: 0;
}
.voice__box .box__main .img__box > img {
	width: 100%;
	height: auto;
}
.voice__box .box__main .title__box {
	background: url('../image/ts_triangle_sp.png') no-repeat center right #0058cc;
	background-size: contain;
	margin-bottom: 20px;
	padding: 8px 15px 8px 10px;
	position: relative;
}
.voice__box .box__main .title__box h3 {
	font-size: 18px;
	line-height: 1.4;
	background: url('../image/ts_icon_check02.png') no-repeat center left;
	background-size: 22px 16px;
	padding-left: 30px;
}
.voice__box .box__main .title__box h3 br {
	display: block;
}
.voice__box .box__main .text__box p {
	font-size: 16px;
	color: #606060;
	line-height: 1.5;
}
.voice__box .box__main .text__box p.voice__name {
	color: #1c5aa0;
}
/* section03 */
/*--------------------------------------------------------------------------------*/
#section03 {
	width: 100%;
	min-width: 100%;
	padding: 20px 3% 22px 3%;
}
#section03 .section__title .subtitle02 {
	margin-bottom: 24px;
	font-size: 18px;
}
#section03 .section__main {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 3%;
}
#section03 .section__main .product__info__box {
	padding: 15px 0;
}
#section03 .section__main .product__info__box h3 {
	font-size: 16px;
	margin-bottom: 0.3em;
}
#section03 .section__main .product__info__box p {
	font-size: 16px;
	line-height: 1.4;
}
/* section04 */
/*--------------------------------------------------------------------------------*/
#section04 {
	width: 100%;
	min-width: 100%;
	background-color: #fff;
	padding: 0 3%;
}
#section04 .section__title .subtitle02 {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 30px;
	font-size: 24px;
}
#section04 .section__main {
    display: flex;
    align-items: center;
	width: 100%;
	margin: 0 auto 23px auto;
    gap: 20px;
}
#section04 .section__main > div {
	display: block;
    width: auto;
}
#section04 .section__main > .img {
	width: 28%;
    text-align: left;
}
#section04 .section__main > .img img {
	width: 100%;
	height: auto;
}
#section04 .section__main > .text {
	padding-left: 10px;
    flex: 1;
    text-align: left;
}
#section04 .section__main > .text h3 {
	font-size: 18px;
    text-align: left;
}
#section04 .section__main > .text p {
	font-size: 16px;
    text-align: left;
}
/* section05 */
/*--------------------------------------------------------------------------------*/
#section05 {
	width: 100%;
	min-width: 100%;
	margin-bottom: 30px;
	padding: 0 3%;
}
#section05 .section__main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 100%;
    gap: 20px;
}
#section05 .section__main > .production__box {
    width: calc(33.33% - 14px);
	margin-top: 0;
}
#section05 .section__main > .production__box+.production__box {
	margin-top: 0;
}
#section05 .section__main > .production__box .img {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 15px;
}
#section05 .section__main > .production__box .img > img {
	width: 100%;
	height: auto;
}
#section05 .section__main > .production__box .text h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
#section05 .section__main > .production__box .text p {
	font-size: 16px;
	line-height: 1.4;
}
/* section06 */
/*--------------------------------------------------------------------------------*/
#section06 {
	width: 100%;
	min-width: 100%;
	padding: 22px 3% 30px 3%;
}
#section06 .section__title .subtitle02 {
	margin-bottom: 20px;
	font-size: 22px;
}

#section06 .section__main {
	width: 100%;
}

#ts_accordion li {
	width: 100%;
}
#ts_accordion li p {
	display: block;
	font-size: 16px;
}
#ts_accordion li p.icon {
	line-height: 1.4;
	padding: 8px 10px 8px 45px;
}
#ts_accordion li p.icon_q {
	color: #0058cc;
	background: url('../image/ts_icon_q.png') no-repeat 5px 5px #d1e7f6;
	background-size: 27px 23px;
	cursor: pointer;
	transition: all 0.2s;
}
#ts_accordion li p.icon_q:hover {
	background-color: #d1e7f6;
}
#ts_accordion li p.icon_a {
	display: none;
	color: #424242;
	background: url('../image/ts_icon_a.png') no-repeat 5px 5px #fff;
	background-size: 27px 23px;
}
/* contact__form */
/*--------------------------------------------------------------------------------*/
#contact__form {
	padding: 27px 0 32px 0;
}
#contact__form .section__main {
	width: 100%;
	height: 320px;
	background-color: #ccc;
	margin: 0 auto;
}

/* section07 */
/*--------------------------------------------------------------------------------*/
#section07 {
	width: 100%;
	margin: 0 auto;
	padding: 22px 3% 30px 3%;
}
#section07 .section__title .subtitle02 {
	margin-bottom: 20px;
	padding: 10px 0;
	display: block;
	font-size: 20px;
	color: #fff;
}

#section07 .important__box h3 {
	font-size: 18px;
}
#section07 .important__box p {
	font-size: 16px;
	line-height: 1.6;
}
#section07 .important__box01 {
	margin-bottom: 30px;
}
#section07 .important__box02 {
	margin-bottom: 30px;
}
#section07 .important__box02 ul {
	padding-top: 15px;
}
#section07 .important__box02 li {
	font-size: 16px;
	color: #424242;
	line-height: 1.6;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
/* common_contact__area */
/*--------------------------------------------------------------------------------*/
.common_contact__area {
	width: 100%;
	min-width: 1200px;
}
.common_contact__area .section__title {
	padding: 30px 0;
	margin:0 auto;
	text-align:center;
}
.common_contact__area .section__title .subtitle02 {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	color: #0058cc;
	line-height: 1;
	position: relative;
	text-align: center;
}
.common_contact__area .section__main {
	background-color: #d1e7f6;
}
/* PC向けのスタイル（デフォルト） */
.common_contact__area .section__main > .inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}

/* スマホ向けのスタイル（例: 画面幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
  .common_contact__area .section__main > .inner {
    width: 100%;
    padding: 30px 20px;
  }

}.common_contact__area .section__main > .inner > .inner__main {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 915px;
	line-height: 1.1;
}
.common_contact__area .section__main > .inner > .inner__main > div {
	text-align: center;
	border-radius: 0.3em;
}
.common_contact__area .section__main > .inner > .inner__main > div.tel__box {
	width:100%;
	background-color: #fff;
	padding: 20px 0;
	margin-bottom: 10px;
}
.common_contact__area .section__main > .inner > .inner__main > div.tel__box .text01 {
	font-size: 28px;
	font-weight: bold;
	color: #0058cc;
}
.common_contact__area .section__main > .inner > .inner__main > div.tel__box .num {
	font-size: 56px;
	font-weight: bold;
	color: #0058cc;
	margin-bottom: 5px;
}
.common_contact__area .section__main > .inner > .inner__main > div.tel__box .num_sp {
	display: none;
}
.common_contact__area .section__main > .inner > .inner__main > div.tel__box .text02 {
	font-size: 12px;
}
.common_contact__area .section__main > .inner > .inner__main > div.form__box {
    width: 100%;
    background-color: #ff8a26;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common_contact__area .section__main > .inner > .inner__main > div.form__box a {
    line-height: 2;
    border: 1px solid #fff;
    padding: 15px 20px;
    transition: all 0.2s;
}
.common_contact__area .section__main > .inner > .inner__main > div.form__box a:hover {
	background-color: rgba(255, 255, 255, .4);
}
.common_contact__area .section__main > .inner > .inner__main > div.form__box a > span.inner {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	width: 70%;
	vertical-align: middle;
}
.common_contact__area .section__main > .inner > .inner__main > div.form__box a > span.inner:before {
	content: url('../image/ts_icon_mail.png');
	width: 26px;
	height: 19px;
	margin-right: 10px;
	display: inline-block;
}
.common_contact__area .section__main > .inner > .img__box {
	position: absolute;
	bottom: 0;
	right: 30px;
}

.section__main .box2_1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.section__main .box2_1 .box2_1_in_left{width: 45%;}
.section__main .box2_1 .box2_1_in_right{width: 100%;}
@media only screen and (max-width:690px) {
.section__main .box2_1 .box2_1_in_left{width: 100%; margin-bottom: 10px;}
.section__main .box2_1 .box2_1_in_right{width: 100%;}
.common_contact__area .section__main > .inner > .inner__main > div.tel__box .text01 {
	font-size: 22px;
}
}	
/* common_contact__area__sp */
/*--------------------------------------------------------------------------------*/
#common_contact__area__sp {display: none;}


/*footer*/
/*------------------------------------------------------------------------------------------------*/
footer{
	background: #31353C;
	line-height:42px;
}
#footer_in{
	width: 1024px;
	margin: 0 auto;
}
#footer_in:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer_in ul{
	float: left;
	width: 50%;
}
#footer_in ul li{
	float: left;
	margin-right: 20px;
}
#footer_in ul li a{
	color: #fff;
	font-size: 86%;
}	
small{
	float: right;
	color: #fff;
	font-size: 86%;
	letter-spacing: 0.1em;
	display: block;
}
@media screen and (max-width: 768px) {
    /* section01 全体のパディングを上書きして狭める（前回と同じ） */
    .section01 {
        padding-top: 15px;      /* 上の余白を15pxに設定 */
        padding-bottom: 15px;   /* 下の余白を15pxに設定 */
        padding-left: 10px;     /* 左の余白を10pxに設定 */
        padding-right: 10px;    /* 右の余白を10pxに設定 */
    }

    /* section01 内の主要コンテンツ領域の調整（前回と同じ） */
    .section01 .section__main {
        flex-direction: column; /* 要素を縦並びに変更（PCは横並びのため） */
        gap: 15px;              /* 要素間のギャップを狭める */
        padding: 0 5px;         /* section__mainの左右のパディングをさらに狭める */
        max-width: 100%;        /* 最大幅を100%に設定し、レスポンシブに対応 */
    }

    .section01 .section__main .youtube__area,
    .section01 .section__main .text__area {
        min-width: unset;       /* 最小幅の指定を解除し、コンテンツ幅に合わせる */
        width: 100%;            /* 幅を100%にして、スマートフォン全体に広げる */
    }

    /* section01 のタイトル部分の調整（前回と同じ） */
    .section01 .section__title {
        padding-top: 15px;      /* タイトル部分の上のパディングを調整 */
    }

    .section01 .section__title .subtitle02 {
        margin-bottom: 15px;    /* サブタイトルの下のマージンを狭める */
        font-size: 18px;        /* サブタイトルのフォントサイズを調整 */
    }

    .section01 .section__title .subtitle02 > p {
        font-size: 16px;        /* pタグ内のフォントサイズを調整 */
    }

    /* section01 内のテキストの調整（前回と同じ） */
    .section01 .section__main .text__area .text {
        font-size: 14px;        /* テキストのフォントサイズを小さくする */
        line-height: 1.5;       /* 行間を調整（現在の170%から少し狭める） */
        margin-bottom: 15px;    /* 段落下のマージンを狭める */
        letter-spacing: -0.01em; /* 字間をわずかに狭める */
    }

    /* 画像の下のマージンを調整（前回と同じ） */
    .section01 .section__main .text__area .section__img01 {
        margin-bottom: 10px;    /* 画像の下のマージンをさらに狭める */
    }

    /* ここから新しい追加・修正点 */

    /* section01 内のテーブル全体の調整 */
    .section01 table.tab {
        width: 95%; /* スマートフォンでテーブルの幅を調整（例: 95%） */
        margin: 0 auto; /* 中央寄せを維持 */
        font-size: 90%; /* テーブル内の文字全体を少し小さくする */
    }

    /* テーブルセルのパディング調整 */
    .section01 table.tab td,
    .section01 table.tab th {
        padding: 5px; /* テーブルセルのパディングを狭める */
    }

    /* ul要素のデフォルトのパディングとマージンをリセット/調整 */
    .section01 table.tab ul {
        padding-left: 15px; /* リストのインデントを調整（デフォルトの箇条書きマーク分） */
        margin: 5px 0;      /* リストの上下マージンを調整 */
    }

    /* li要素の行間と下マージンを調整 */
    .section01 table.tab ul li {
        line-height: 1.4;       /* 箇条書きの行間を狭める */
        margin-bottom: 3px;     /* 各リスト項目の下のマージンを狭める */
        font-size: 14px;        /* リスト項目のフォントサイズを調整 */
    }

    /* li > span のフォントサイズを調整（もしspanが文字に直接かかっている場合） */
    .section01 table.tab ul li span {
        font-size: 14px; /* HTMLでspanが使われているので、ここでも調整 */
        letter-spacing: -0.01em; /* 字間をわずかに狭める */
    }

    /* 画像が含まれるセルの調整 */
    .section01 .table-img-cell {
        width: 30%; /* スマートフォンでの画像のセルの幅を調整 */
        padding: 5px; /* 画像セルのパディングも調整 */
    }

    /* テキストが含まれるセルの調整 */
    .section01 .table-text-cell {
        width: auto; /* 幅は自動調整に任せる */
        padding: 5px; /* テキストセルのパディングも調整 */
    }

    /* 画像のサイズ調整 */
    .section01 table.tab img {
        width: 100px; /* スマートフォンで画像サイズを小さくする */
        height: 100px;
    }
}
/*=================================================================================================*/
/* スマートフォン向けの全体的なスタイル調整（768px以下の画面幅に適用） */
/*=================================================================================================*/
@media screen and (max-width: 768px) {

    /* Base Styles - 基本的なフォントサイズと行間の調整 */
    body {
        font-size: 90%; /* 全体のフォントサイズを少し小さく */
        line-height: 150%; /* 全体の行間を狭める */
        word-wrap: break-word; /* 長い単語の折り返しを維持 */
    }

    /* section 全体の調整 */
    section {
        width: 100%; /* セクションの幅を100%に */
        margin: 30px auto; /* 上下のマージンを調整し、中央寄せを維持 */
        padding: 0 10px; /* 左右にパディングを追加して端に寄りすぎないように */
        box-sizing: border-box; /* paddingとborderをwidthに含める */
    }

    /* Header - 必要に応じて調整（元のCSSには768px以下のメディアクエリがないため、追加） */
    header {
        padding: 10px 0; /* ヘッダーのパディングを調整 */
    }
    #header_in {
        width: 100%; /* ヘッダー内部の幅を100%に */
        height: auto; /* 高さを自動調整 */
        padding: 0 10px; /* 左右のパディングを追加 */
        box-sizing: border-box;
        display: block; /* table-cell からブロックに変更 */
    }
    #logo, #logo_dh, #headcontact {
        display: block; /* ブロック要素にして縦並びに */
        width: 100%; /* 幅を100%に */
        text-align: center; /* 中央寄せ */
        padding: 5px 0; /* パディング調整 */
        height: auto; /* 高さを自動調整 */
    }
    #logo_dh {
        padding-left: 0; /* 左パディングをリセット */
    }


    /* Main Image & Navigation - メイン画像とナビゲーションの調整 */
    #mainimage {
        height: auto; /* 高さを自動調整 */
        background-size: cover; /* 背景画像を画面に合わせてカバー */
    }
    h1 {
        position: static; /* position:absolute を解除 */
        margin: 0 auto; /* 中央寄せ */
        width: 90%; /* 幅を調整 */
        text-align: center;
        transform: none; /* transformによる位置調整を解除 */
    }
    nav ul li {
        width: 100%; /* ナビゲーションのリストアイテムの幅を100%に */
        margin-bottom: 10px; /* 下にマージンを追加 */
    }
    nav ul li a {
        position: static; /* position:absolute を解除 */
        width: 100%; /* 幅を100%に */
        padding-bottom: 10px; /* パディングを調整 */
        background-size: contain; /* 背景画像を要素に合わせて調整 */
    }
    nav ul li:first-child a,
    nav ul li:last-child a {
        margin-left: auto; /* マージンを自動調整 */
        margin-right: auto;
        left: auto; /* left/right の指定を解除 */
        right: auto;
    }


    /* Common Titles - 共通タイトルの調整 */
    h2 {
        font-size: 180%; /* h2のフォントサイズを小さく */
        margin-bottom: 10px;
        letter-spacing: 0; /* 字間をリセット */
    }
    .title_gray {
        font-size: 100%; /* 小見出しのフォントサイズを調整 */
        margin-bottom: 5px;
    }


    /* Section Titles (Consolidated) - セクションタイトルの調整 */
    .section__title01,
    .section__title02 {
        margin-bottom: 15px !important;
        padding: 15px 0 !important; /* 上下パディングを調整 */
    }
    .section__title01 .subtitle02 {
        font-size: 16px; /* サブタイトルのフォントサイズを調整 */
    }
    .section__title02 .subtitle02 {
        font-size: 18px; /* サブタイトルのフォントサイズを調整 */
    }


    /* Box Styles - ボックススタイルの調整 */
    .about_box {
        display: block; /* flexやtableからブロックに変更 */
        height: auto; /* 高さを自動調整 */
    }
    .aboutbox_left, .aboutbox_right {
        display: block; /* ブロック要素にして縦並びに */
        width: 100%; /* 幅を100%に */
        padding: 0; /* パディングをリセット */
        font-size: 95%; /* フォントサイズ調整 */
        line-height: 1.8; /* 行間調整 */
    }
    .aboutbox_right {
        padding-top: 15px; /* 上に少しパディング */
    }

    /* Feature Boxes - 特徴ボックスの調整 */
    .featurebox {
        float: none; /* floatを解除して縦並びに */
        width: 95%; /* 幅を調整 */
        margin: 0 auto 20px auto; /* 中央寄せと下のマージン */
        background-size: 100% auto; /* 背景サイズを調整 */
        padding-bottom: 30px; /* 下パディング調整 */
    }
    .featurebox01_in, .featurebox02_in, .featurebox03_in {
        padding: 80px 10px 0; /* パディングを調整 */
        background-size: 80% auto; /* 背景サイズを調整 */
        background-position: center 20px; /* 背景位置を調整 */
    }
    .catch {
        font-size: 120%; /* キャッチコピーのフォントサイズを調整 */
        line-height: 1.3;
        margin-bottom: 10px;
    }


    /* Tabs - タブの調整 */
    table.tab {
        width: 100%; /* テーブルの幅を100%に */
        margin: 0 auto; /* 中央寄せを維持 */
    }
    table.tab td, table.tab th {
        padding: 8px 5px; /* テーブルセルのパディングを調整 */
        font-size: 90%; /* フォントサイズ調整 */
    }


    /* Size Section - サイズセクションの調整 */
    #sizetab, #size {
        float: none; /* floatを解除して縦並びに */
        width: 100%; /* 幅を100%に */
        margin-bottom: 20px; /* 下マージン */
    }
    #size_txt {
        background-size: cover; /* 背景サイズをカバー */
        padding: 10px 15px 20px; /* パディング調整 */
        height: auto; /* 高さを自動調整 */
    }
    .size_example_title {
        font-size: 18px; /* フォントサイズ調整 */
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .size_example_list li {
        width: 100% !important; /* 幅を100%に */
        float: none; /* floatを解除 */
        border-right: none !important; /* 罫線を解除 */
        margin-bottom: 10px; /* 下にマージン */
    }


    /* Switch Section - スイッチセクションの調整 */
    #switch {
        height: auto; /* 高さを自動調整 */
        padding-top: 30px; /* 上パディング調整 */
        background-size: cover; /* 背景サイズをカバー */
    }
    #switch_in {
        width: 95%; /* 幅を調整 */
        margin: 0 auto; /* 中央寄せ */
    }

    /* Trouble Section - トラブルセクションの調整 */
    #trouble li {
        float: none; /* float解除 */
        width: 95%; /* 幅を調整 */
        margin: 0 auto 20px auto; /* 中央寄せと下マージン */
    }

    /* YouTube Section - YouTubeセクションの調整 */
    #youtube {
        height: auto; /* 高さを自動調整 */
        padding: 20px; /* パディング調整 */
        background-size: cover; /* 背景サイズをカバー */
    }
    #youtube_in {
        width: 100%; /* 幅を100%に */
        margin: 10px auto 0; /* マージン調整 */
    }

    /* It Can Section - It Can セクションの調整 */
    #itcan > div {
        float: none; /* float解除 */
        width: 95%; /* 幅を調整 */
        margin: 0 auto 20px auto; /* 中央寄せと下マージン */
    }
    #itcan > div p {
        font-size: 100%; /* フォントサイズ調整 */
        padding: 10px 0; /* パディング調整 */
    }
    .itcan_mainbox01, .itcan_subbox01,
    .itcan_mainbox02, .itcan_subbox02 {
        width: 100%; /* 幅を100%に */
        height: auto; /* 高さを自動調整 */
        background-size: cover; /* 背景サイズをカバー */
    }
    .itcan_subbox01 p, .itcan_subbox02 p {
        font-size: 110%; /* フォントサイズ調整 */
        letter-spacing: 0.1em; /* 字間調整 */
        padding-top: 5px; /* パディング調整 */
    }
    .itcan_box02, .itcan_box03 {
        float: none; /* float解除 */
        margin-left: auto; /* 中央寄せ */
        margin-right: auto;
    }
    .itcan_circle01, .itcan_circle02 {
        float: none; /* float解除 */
        margin: 20px auto; /* 中央寄せと下マージン */
        background-size: contain; /* 背景サイズをコンテイン */
        width: 150px; /* 円のサイズを調整 */
        height: 150px;
    }
    .itcan_circle01 img, .itcan_circle02 img {
        position: static; /* position:relative を解除 */
        display: block; /* ブロック要素に */
        margin: 0 auto 5px auto; /* 中央寄せ */
        width: 80px; /* 画像サイズ調整 */
        height: 80px;
    }
    .itcan_circle01 p, .itcan_circle02 p {
        position: static; /* position:relative を解除 */
        text-align: center; /* テキスト中央寄せ */
        font-size: 90%; /* フォントサイズ調整 */
    }


    /* youtube_tab / library_tab - タブの調整 */
    #youtube_tab, #library_tab {
        padding: 10px; /* パディング調整 */
    }
    #youtube_tab .tabindex td, #library_tab .tab2index td {
        height: 30px; /* 高さを調整 */
    }
    #youtube_tab .tabindex a, #library_tab .tab2index a {
        height: 30px; /* 高さを調整 */
    }


    /* spec - スペックの調整 */
    .spec {
        font-size: 90%; /* フォントサイズ調整 */
    }


    /* con_btn - ボタンの調整 */
    #con_btn {
        margin: 20px auto; /* マージン調整 */
    }
    #con_btn a {
        padding-bottom: 2px; /* パディング調整 */
    }


    /* scene - シーンの調整 */
    #scene > div {
        margin-bottom: 15px; /* マージン調整 */
    }
    #scene > div img {
        padding: 3px; /* パディング調整 */
    }
    #scene > div p {
        padding: 8px; /* パディング調整 */
    }


    /* CLEAN - クリーンの調整 */
    .cleanbox {
        margin-bottom: 20px; /* マージン調整 */
    }
    .cleanbox_in .txt_height3 {
        padding: 3px 5px; /* パディング調整 */
    }
    .daiwa_info_box01, .daiwa_info_box02, .daiwa_info_box03 {
        padding: 8px; /* パディング調整 */
        margin-bottom: 15px; /* マージン調整 */
    }
    .daiwa_info .daiwa_info_box01 p,
    .daiwa_info .daiwa_info_box02 p,
    .daiwa_info .daiwa_info_box03 p {
        font-size: 11px; /* フォントサイズ調整 */
        padding-left: 10px; /* パディング調整 */
        padding-right: 10px;
    }
    .daiwa_info .daiwa_info_box01 p .blue_s,
    .daiwa_info .daiwa_info_box02 p .blue_s,
    .daiwa_info .daiwa_info_box03 p .green_s {
        font-size: 13px; /* フォントサイズ調整 */
    }


    /* section01 固有のスタイル調整 */
    .section01 {
        padding-top: 15px;      /* 上の余白を15pxに設定 */
        padding-bottom: 15px;   /* 下の余白を15pxに設定 */
        padding-left: 10px;     /* 左の余白を10pxに設定 */
        padding-right: 10px;    /* 右の余白を10pxに設定 */
    }

    .section01 .section__main {
        flex-direction: column; /* PCでの横並びを縦並びに変更 */
        gap: 15px;              /* 要素間のギャップを狭める */
        padding: 0 5px;         /* section__mainの左右のパディングをさらに狭める */
        max-width: 100%;        /* 最大幅を100%に設定し、レスポンシブに対応 */
    }

    .section01 .section__main .youtube__area,
    .section01 .section__main .text__area {
        min-width: unset;       /* 最小幅の指定を解除し、コンテンツ幅に合わせる */
        width: 100%;            /* 幅を100%にして、スマートフォン全体に広げる */
    }

    .section01 .section__title {
        padding-top: 15px;      /* タイトル部分の上のパディングを調整 */
    }

    .section01 .section__title .subtitle02 {
        margin-bottom: 15px;    /* サブタイトルの下のマージンを狭める */
        font-size: 18px;        /* サブタイトルのフォントサイズを調整 */
    }

    .section01 .section__title .subtitle02 > p {
        font-size: 16px;        /* pタグ内のフォントサイズを調整 */
    }

    .section01 .section__main .text__area .text {
        font-size: 14px;        /* テキストのフォントサイズを小さくする */
        line-height: 1.5;       /* 行間を調整 */
        margin-bottom: 15px;    /* 段落下のマージンを狭める */
        letter-spacing: -0.01em; /* 字間をわずかに狭める */
    }

    .section01 .section__main .text__area .section__img01 {
        margin-bottom: 10px;    /* 画像の下のマージンをさらに狭める */
    }

    /* section01 内のテーブル全体の調整 */
    .section01 table.tab {
        width: 95% !important; /* スマートフォンでテーブルの幅を調整 */
        margin: 15px auto !important; /* 中央寄せを維持し、上下マージンを追加 */
        font-size: 90%; /* テーブル内の文字全体を少し小さくする */
        display: block; /* テーブルをブロック要素として扱い、より柔軟にする */
        height: auto !important; /* HTMLの高さ指定を解除 */
    }

    /* td (テーブルセル) の調整 */
    .section01 table.tab tr td {
        width: auto !important; /* 固定幅を解除し、自動調整に任せる */
        display: block; /* セルをブロック要素として縦に並べる */
        padding: 8px 5px !important; /* パディングを狭める */
        text-align: center !important; /* テキスト中央寄せを維持 */
        box-sizing: border-box; /* paddingをwidthに含める */
        border-bottom: 1px solid #eee; /* 各セルの間に区切り線を追加（任意） */
    }

    /* 最後のtdの下の線を削除（任意） */
    .section01 table.tab tr td:last-child {
        border-bottom: none;
    }

    /* ul要素のデフォルトのパディングとマージンをリセット/調整 */
    .section01 table.tab ul {
        padding-left: 20px; /* リストのインデントを調整（箇条書きマーク分） */
        margin: 5px 0;      /* リストの上下マージンを調整 */
    }

    /* li要素の行間と下マージンを調整 */
    .section01 table.tab ul li {
        line-height: 1.4;       /* 箇条書きの行間を狭める */
        margin-bottom: 2px;     /* 各リスト項目の下のマージンを狭める */
        font-size: 13px;        /* リスト項目のフォントサイズを調整 */
        text-align: left; /* リスト項目は左寄せに戻す */
    }

    /* li > span のフォントサイズを調整 */
    .section01 table.tab ul li span {
        font-size: 13px !important; /* HTMLのfont-size: 14ptを上書き */
        letter-spacing: -0.01em; /* 字間をわずかに狭める */
        display: inline; /* spanはinlineで問題なければinlineのまま */
    }

    /* 画像が含まれるセルの調整 */
    .section01 .table-img-cell {
        width: 100% !important; /* 画像セルを幅100%に */
        padding: 10px 5px !important; /* 画像セルのパディング調整 */
        vertical-align: middle !important; /* 垂直方向中央寄せ */
    }

    /* テキストが含まれるセルの調整 */
    .section01 .table-text-cell {
        width: 100% !important; /* テキストセルも幅100%に */
        padding: 10px 5px !important; /* テキストセルのパディング調整 */
        text-align: left !important; /* テキストを左寄せに */
    }

    /* 画像のサイズ調整 */
    .section01 table.tab img {
        width: 100px !important; /* スマートフォンで画像サイズを小さくする */
        height: 100px !important; /* アスペクト比を維持 */
        margin: 0 auto 10px auto !important; /* 中央寄せと下のマージン */
    }

    /* section02_01 以下の調整 */
    #section02_01 .section__checklist > ul > li {
        font-size: 15px; /* フォントサイズ調整 */
        background-size: 18px 13px; /* 背景画像のサイズ調整 */
        padding-left: 18px; /* 左パディング調整 */
    }
    #section02_01 .section02__flow__title_img {
        height: auto; /* 高さを自動調整 */
    }
    #section02_01 .section02__flow__title_img .pc {
        display: none; /* PC用画像を非表示に */
    }
    #section02_01 .section02__flow__title_img .sp {
        display: block; /* SP用画像を表示に（もしあれば） */
        width: 100%;
        height: auto;
    }

    /* section02_02__point の調整 */
    .section02_02__point .section02_02__point__box {
        flex-direction: column; /* 縦並びに変更 */
        align-items: flex-start; /* 左寄せ */
    }
    .section02_02__point .section02_02__point__box > div.img__box {
        width: 100%; /* 幅を100%に */
    }
    .section02_02__point .section02_02__point__box > div.text__box {
        padding-left: 0; /* 左パディングをリセット */
        padding-top: 10px; /* 上に少しパディング */
    }
    .section02_02__point .section02_02__point__box > div.text__box h3 {
        font-size: 16px; /* フォントサイズ調整 */
    }
    .section02_02__point .section02_02__point__box > div.text__box p {
        font-size: 14px; /* フォントサイズ調整 */
    }

    /* voice__box の調整 */
    .voice__box .box__main {
        flex-direction: column; /* 縦並びに変更 */
        padding-bottom: 30px; /* 下パディング調整 */
    }
    .voice__box .box__main .title__box,
    .voice__box .box__main .text__box,
    .voice__box .box__main .img__box {
        width: 100%; /* 幅を100%に */
        float: none; /* float解除 */
    }
    .voice__box .box__main .title__box {
        background-image: none; /* 背景画像を非表示に（スマホ用がない場合） */
        padding: 10px; /* パディング調整 */
        margin-bottom: 10px;
    }
    .voice__box .box__main .title__box h3 {
        font-size: 16px; /* フォントサイズ調整 */
        background-size: 20px 14px; /* 背景画像サイズ調整 */
        padding-left: 25px; /* 左パディング調整 */
    }
    .voice__box .box__main .text__box p {
        font-size: 14px; /* フォントサイズ調整 */
    }

    /* section03 の調整 */
    #section03 .section__main {
        padding: 0 10px; /* 左右パディング調整 */
    }
    #section03 .section__main .product__info__box h3 {
        font-size: 15px; /* フォントサイズ調整 */
    }
    #section03 .section__main .product__info__box p {
        font-size: 14px; /* フォントサイズ調整 */
    }

    /* section04 の調整 */
    #section04 .section__main {
        flex-direction: column; /* 縦並びに変更 */
        align-items: flex-start; /* 左寄せ */
        gap: 15px; /* ギャップ調整 */
    }
    #section04 .section__main > .img {
        width: 100%; /* 幅を100%に */
        text-align: center; /* 画像を中央寄せ */
    }
    #section04 .section__main > .text {
        padding-left: 0; /* 左パディングをリセット */
    }
    #section04 .section__main > .text h3 {
        font-size: 16px; /* フォントサイズ調整 */
        text-align: left; /* 左寄せ */
    }
    #section04 .section__main > .text p {
        font-size: 14px; /* フォントサイズ調整 */
    }

    /* section05 の調整 */
    #section05 .section__main {
        flex-direction: column; /* 縦並びに変更 */
        gap: 20px; /* ギャップ調整 */
    }
    #section05 .section__main > .production__box {
        width: 100%; /* 幅を100%に */
    }
    #section05 .section__main > .production__box .img {
        margin-bottom: 10px; /* 下マージン調整 */
    }
    #section05 .section__main > .production__box .text h3 {
        font-size: 18px; /* フォントサイズ調整 */
    }
    #section05 .section__main > .production__box .text p {
        font-size: 14px; /* フォントサイズ調整 */
    }

    /* section06 の調整 */
    #section06 .section__title .subtitle02 {
        font-size: 18px; /* フォントサイズ調整 */
    }
    #ts_accordion li p {
        font-size: 14px; /* フォントサイズ調整 */
    }
    #ts_accordion li p.icon {
        padding: 6px 8px 6px 40px; /* パディング調整 */
    }
    #ts_accordion li p.icon_q {
        background-size: 24px 20px; /* 背景画像サイズ調整 */
    }
    #ts_accordion li p.icon_a {
        background-size: 24px 20px; /* 背景画像サイズ調整 */
    }

    /* contact__form の調整 */
    #contact__form .section__main {
        height: 200px; /* 高さを調整 */
    }

    /* section07 の調整 */
    #section07 .section__title .subtitle02 {
        font-size: 16px; /* フォントサイズ調整 */
    }
    #section07 .important__box h3 {
        font-size: 16px; /* フォントサイズ調整 */
    }
    #section07 .important__box p,
    #section07 .important__box02 li {
        font-size: 14px; /* フォントサイズ調整 */
    }

    /* common_contact__area の調整 */
    .common_contact__area {
        min-width: unset; /* 最小幅を解除 */
    }
    .common_contact__area .section__title .subtitle02 {
        font-size: 28px; /* フォントサイズ調整 */
    }
    .common_contact__area .section__main > .inner {
        width: 100%; /* 幅を100%に */
        padding: 20px 15px; /* パディング調整 */
    }
    .common_contact__area .section__main > .inner > .inner__main {
        width: 100%; /* 幅を100%に */
        flex-direction: column; /* 縦並びに変更 */
    }
    .common_contact__area .section__main > .inner > .inner__main > div.tel__box {
        width: 100%; /* 幅を100%に */
        padding: 15px 0; /* パディング調整 */
    }
    .common_contact__area .section__main > .inner > .inner__main > div.tel__box .text01 {
        font-size: 20px; /* フォントサイズ調整 */
    }
    .common_contact__area .section__main > .inner > .inner__main > div.tel__box .num {
        font-size: 40px; /* フォントサイズ調整 */
    }
    .common_contact__area .section__main > .inner > .inner__main > div.tel__box .num_sp {
        display: block; /* SP用電話番号を表示（もしあれば） */
    }
    .common_contact__area .section__main > .inner > .inner__main > div.form__box {
        width: 100%; /* 幅を100%に */
        padding: 15px 0; /* パディング調整 */
    }
    .common_contact__area .section__main > .inner > .inner__main > div.form__box a {
        padding: 10px 15px; /* パディング調整 */
    }
    .common_contact__area .section__main > .inner > .inner__main > div.form__box a > span.inner {
        font-size: 20px; /* フォントサイズ調整 */
        width: auto; /* 幅を自動調整 */
    }
    .common_contact__area .section__main > .inner > .img__box {
        position: static; /* position:absolute を解除 */
        display: block; /* ブロック要素に */
        margin: 15px auto 0 auto; /* 中央寄せと上マージン */
        width: 80%; /* 幅を調整 */
    }

    .section__main .box2_1 {
        flex-direction: column; /* 縦並びに変更 */
    }
    .section__main .box2_1 .box2_1_in_left,
    .section__main .box2_1 .box2_1_in_right {
        width: 100%; /* 幅を100%に */
        margin-bottom: 10px; /* 下マージン */
    }

    /* common_contact__area__sp */
    #common_contact__area__sp {
        display: block; /* SP専用エリアを表示 */
    }


    /* footer の調整 */
    footer {
        line-height: 1.5; /* 行間調整 */
        padding: 15px 10px; /* パディング調整 */
    }
    #footer_in {
        width: 100%; /* 幅を100%に */
        padding: 0; /* パディングリセット */
    }
    #footer_in ul {
        float: none; /* float解除 */
        width: 100%; /* 幅を100%に */
        text-align: center; /* 中央寄せ */
        margin-bottom: 10px; /* 下マージン */
    }
    #footer_in ul li {
        float: none; /* float解除 */
        display: inline-block; /* インラインブロックで横並びに */
        margin: 0 10px; /* 左右マージン調整 */
    }
    #footer_in ul li a {
        font-size: 80%; /* フォントサイズ調整 */
    }
    small {
        float: none; /* float解除 */
        display: block; /* ブロック要素に */
        text-align: center; /* 中央寄せ */
        font-size: 80%; /* フォントサイズ調整 */
        letter-spacing: 0; /* 字間リセット */
    }
}
/*=================================================================================================*/
/* スマートフォン向けのサイズ例リスト（.size_example_list）の調整 */
/*=================================================================================================*/
@media screen and (max-width: 768px) {

    /* .size_example のパディング調整 */
    .size_example {
        padding: 20px 10px !important; /* スマートフォンでのパディングを調整 */
    }

    /* ul.size_example_list の調整 */
    ul.size_example_list {
        flex-direction: column !important; /* 横並び (flex) を縦並びに変更 */
        align-items: center !important; /* 項目を中央に揃える */
        margin-top: 15px !important; /* 上マージンを調整 */
    }

    /* li (各項目) の調整 */
    ul.size_example_list li {
        flex: none !important; /* flex: 1; を解除し、幅の自動調整を可能にする */
        width: 100% !important; /* 各項目の幅を100%に設定 */
        margin: 0 0 20px 0 !important; /* 上下マージンのみ設定し、左右マージンをリセット */
        padding: 15px 10px; /* 各liの内側のパディングを追加して、コンテンツの余白を確保 */
        box-sizing: border-box; /* パディングを幅に含める */
        border: 1px solid #eee; /* 各項目を視覚的に区切るための罫線（任意） */
        border-radius: 8px; /* 角丸（任意） */
        background-color: #f9f9f9; /* 背景色（任意） */
    }

    /* 最後の li の下マージンを削除 */
    ul.size_example_list li:last-child {
        margin-bottom: 0 !important;
    }

    /* span (タイトル) の調整 */
    ul.size_example_list li span strong {
        font-size: 16pt !important; /* タイトルのフォントサイズを小さく */
        display: block; /* ブロック要素にして、画像などとの間にスペースを確保 */
        margin-bottom: 10px; /* 下にマージンを追加 */
    }

    /* 画像の調整 */
    ul.size_example_list li img {
        max-width: 90% !important; /* 画像の最大幅を90%に（liのパディング考慮） */
        height: auto !important; /* アスペクト比を維持 */
        margin: 0 auto 10px auto !important; /* 中央寄せと下マージン */
    }

    /* iframe (動画) の調整 */
    ul.size_example_list li iframe {
        width: 100% !important; /* iframeの幅を100%に */
        height: 180px !important; /* 高さを調整（アスペクト比維持のためにはwidth/height比率の計算が必要） */
        max-width: 320px; /* スマートフォンでの最大幅を設定（これ以上大きくしない） */
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }

    /* 動画を中央揃えにしているdivの調整 */
    ul.size_example_list li div[style*="justify-content: center"] {
        width: 100% !important; /* 幅を100%に設定 */
        display: flex !important;
        justify-content: center !important;
    }

    /* <br> タグによる過剰なスペースを軽減（必要であれば） */
    ul.size_example_list li br {
        display: none; /* brタグを非表示にして余分な改行をなくす */
    }
    /* ただし、一部の br はコンテンツの区切りとして機能している可能性もあるため、
       非表示にすることでレイアウトが崩れる場合は、marginやpaddingで調整してください */
}
/* PCの場合（デフォルト）: スマートフォン用画像を非表示にする */
.sp-image {
    display: none;
}

/* スマートフォン（画面幅768px以下）の場合 */
@media screen and (max-width: 768px) {
    /* PC用画像を非表示にする */
    .pc-image {
        display: none;
    }

    /* スマートフォン用画像を表示する */
    .sp-image {
        display: block; /* imgタグなので、通常はblockで良いでしょう */
        width: 100%;    /* 親要素の幅に合わせて100%に設定 */
        height: auto;   /* アスペクト比を維持 */
    }
}