@charset "UTF-8";
@import url("font-awesome/css/all.css");
/* --------------------
 reset
-------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* --------------------
 body（PCレイアウトから開始）
-------------------- */

/* 全体のフォントを Noto Sans JP（weight:400）で指定 */
body {
    font-optical-sizing: auto;
    font-style: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}
.bgWhite {
    background: #fff;
    margin: 0 auto;
}
.gray {
    margin: 0 auto;
    max-width: 1020px;
    /*background: #e7ecf7;*/
    width: 100%;
}
.gray2 {
    margin: 0 auto;
    max-width: 1020px;
    background-color: #eeeeef;
    width: 100%;
}
.box {
    width: min(95%, 960px);
    margin: 0 auto;
    padding: 1em 0 3em;
}
.mainContents {
    margin: 0 .5em 1.75em;
}
.mainContents_w {
    margin: 0 0 1.75em;
}
.titleArea {
    width: 100%;
    margin: .1em 0 .1em 0;
    background-color: #F1EFE9;
    padding: 2.5em 0;
}
.titleArea h1 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2em;
    width: fit-content;
    text-align: center;
    font-family: "Lato", sans-serif;
    display: block;
    margin: 0 auto 0;
}
.titleArea h1 span {
    font-size: 1.1rem;
    font-weight: 600;
}
.titleArea ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content:space-around;
}
.titleArea ul li {
    margin: 0;
    padding: .7em 1em;
    text-align: center;
    border-style:solid;
    border-width:2px;    
    border-radius: 20px 0 0 0;
    line-height: 1.05em;
    background-color: #fff;
}
.titleArea ul li span {
    font-size: 0.7em;
}
.titleArea p {
    font-size: 0.9rem;
    width: 80%;
    margin: 0 auto;
}
.title_faq_bg {
    background-color: transparent!important;
}
.onlySP {
    display: none;
}

.contents_box {
    width: 100%;
    padding:3em 2em;
    background-color: #fff;
}
.contents_box2 {
    width: 100%;
    padding:0 .5em 3em;
    background-color:transparent;
    overflow: hidden;
    
}
.cont_mgt {
    margin-top: 4em;
}

.contents_box h2 {
    /* ▼画面幅360pxで文字18.5px、画面幅1200pxで文字24px */
    font-size: clamp(1.156rem, 1.009rem + 0.65vw, 1.35rem);
    font-weight: 700;
    line-height: 1.5em;
    margin-left: .5em;
    padding-left: 1em;
    border-left: 5px solid #a0262b;
    letter-spacing: 0.05em;
}
.cate_title h2 span {
    /* ▼画面幅360pxで文字18.5px、画面幅1200pxで文字24px */
    font-size: clamp(0.9rem, 1.009rem + 0.65vw, 1.0rem);
    font-weight: 700;
    line-height: 1.6em;
    margin-left: 1.2em;
    color:#fff;
}
/*---   会社概要    ---*/
.profile_grid {
    width: 100%;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 5px;
}
.profile_grid div:first-child {
    border-right: 1px solid #C5CDDD;
}
.profile_grid div:nth-child(2) {
    padding-left: 1em;
}

.company_table {
    width: 100%;
} 
.company_table th, .company_table td {
    padding:.6em .8em;
    line-height: 2em;
    border-bottom: .06em solid #C5CDDD;
} 
.company_table tr:last-child th, .company_table tr:last-child td {
    border-bottom: none;
} 
.company_table th {
    font-weight: 500;
  /*  color:#5796cb;*/
} 
.date {
    text-align: right;
    color:#7f7f7f;
    margin: .5em 0;
}
.company_prof {
    width:260px;
    display: block;
    margin: 0 auto 3em;
}
.annai img {
    border:1px solid #e0e0e0;    
}
.annai figcaption {
    text-align: center;    
}
.annai a:hover {
    opacity: .5;   
}
.video-box {
    padding: 0 1.5em .5em 2.5em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2em;
    grid-row-gap: 0px;
    
}
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---   / 会社概要    ---*/
.text_c {
    text-align: center;
}
.mgb20 {
    margin-bottom: 20px;
}
.mgb30 {
    margin-bottom: 30px;
}
.mgb40 {
    margin-bottom: 40px;
}
.mgb50 {
    margin-bottom: 50px;
}

/*  IRニュース  */
.ir_news-list {
  margin: 1.5em 1em 1.5em 2em;
}
.ir_news-list dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ir_news-list dt {
  width: 15%;
  padding: .5em 1em;
  margin-bottom: .8em;
}

.ir_news-list dd {
  width: 85%;
  padding: .5em 1em;
  margin-bottom: .8em;
}
.past-ir_news {
  margin: 1.5em 1em 1.5em 2em;
    width: 100%;
}
.past-ir_news ul {
    width: 100%;
}
.past-ir_news ul li {
  display: inline-block;
  width: 33%;
  text-align: left;
  padding: 1em 1em;
}
.past-ir_news ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  margin-right: .3em;
}
.past-ir_news ul li:hover {
  display: inline-block;
  width: 33%;
  text-align: left;
}
.ir_news-list a, .past-ir_news a {
    color:#068DFF;
}
.ir_news-list a:hover {
    color:#90CAFB;
}
/*  IRニュース end */

.past-ir_news a:hover {
    color:#90CAFB;
}
.past-ir_news li:hover {
    background-color:#EDF6FF;
}
.cate_list {
    width: 100%;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1em;
    grid-row-gap: .5em;
    padding: 1em 1em;

}
.pr_single {
    display: flex;
    align-items: center;
    height: 65px;
    border-bottom: 1px solid #ccc;
}
.pr_single img {
    width: 85px;
}
/* ▼h4*/
.pr_single h4 {
    font-size: clamp(0.638rem, 0.804rem + 0.6vw, 0.785rem);
    line-height: 1.25em;
    padding-left: 0.5rem;
    padding-top: 0.35rem;
}
.pr_single h5 {
    font-size: clamp(0.938rem, 0.857rem + 0.36vw, 1.345rem);
    padding-left: 0.5rem;
}
.pr_single h5 span {
    font-size: clamp(0.538rem, 0.857rem + 0.36vw, 0.6rem);
}
.old-cate_box {
    display: grid;
    grid-template-columns: 35% 65%;
    margin-bottom: 2em;
}
.old-cate_title {
    margin: 0;
    padding: 1.5em 1em 1.5em 3em;
    text-align: center;
    border-radius: 20px 0 0 0;
    line-height: 1.05em;
}
.old-cate_title h3 {
    font-size: 1.56rem;
    letter-spacing: 0.15rem;
    color:#fff;
    text-align: left;
    line-height: 1.08em;
}
.old-cate_title h3 span {
    font-size: 1.15rem;
    letter-spacing: 0rem;
}
.old-cate_list {
    background-color: #fff;
    margin: 0;
    padding: 1.1em 2.8em 1.5em 3em;
}
.old-pr_single {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: .5em 0;
}
.old-pr_single img {
    width: 100px;
}
/* ▼h4*/
.old-pr_single h4 {
    font-size: clamp(0.8rem, 0.804rem + 0.6vw, 0.9rem);
    line-height: 1.25em;
    padding-left: 0.5rem;
    padding-top: 0.35rem;
}
.old-pr_single h5 {
    font-size: clamp(0.938rem, 0.857rem + 0.36vw, 1.45rem);
    padding-left: 0.5rem;
}
.old-pr_single h5 span {
    font-size: clamp(0.538rem, 0.857rem + 0.36vw, 0.7rem);
}
.sub-dummy {
    width:40%;
}
.h4-sub {
    text-align: right;
}
.no-under {
    border-bottom:none;
}

/* 製品情報のボタン */
.catalog,
.cad,
.iodd,
.shop,
.manual {
    width: 2.7em;
    height: 2.7em;
    /* ▼アイコンをボタン中央に配置 */
    display: grid;
    place-items: center;
}
.catalog {
    background: #8DC21F;
}
.cad {
    background: #F29600;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding-bottom: 0.15em;
    line-height: 1.2em;
    text-align: center;
}
.iodd {
    background: #FF7A8E;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding-bottom: 0.15em;
    line-height: 1.2em;
    text-align: center;
}
.manual {
    background: #A761A3;
}
.manual img {
    width: 88%;
    padding-top: 1.5%;
}
.shop {
    background: #009FE8;
}
.shop img {
    width: 74%; 
    margin-right: 2%;  
}
.catalog:hover,
.cad:hover,
.iodd:hover,
.shop:hover,
.manual:hover {
    transition: .38s;
    opacity: 0.7;
}
.cad div:hover {
    transition: .38s;
    transform: scale(1.1);
    overflow: hidden;
}
.iodd div:hover {
    transition: .38s;
    transform: scale(1.1);
    overflow: hidden;
}
.catalog img {
    width: 64%;   
}
.catalog img:hover,
.shop img:hover,
.manual img:hover {
    transition: .38s;
    transform: scale(1.1);
}
.btnbox {
    display: flex;
    width: fit-content;
    margin-left: auto;
}

.bottom a,
.lang p,
.info a {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0.025em;
    font-weight: 500;
}
.lang {
    font-weight: 400;
    color: #B57375;
    font-size: 0.85rem;
    display: flex;
}
.lang a:nth-child(1) {
    margin-right: 1em;
}
.lang p {
    font-weight: 400;
    color: #AFAFAF;
}
.bottom,
.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom {
    width: 80%;
    margin: 3em auto 2.4em;
}
.back {
    background: #B3B3B3;
    color: #fff;
    padding: 0.8em 1.6em;
    position: relative;
}
.back::before {
    position: absolute;
    content: "←";
    left: 1.5em;
}
.back div {
     margin-left: 1.35em;
}
.info {
    width: max(63%, 520px);
    margin: 0 auto 2em;
}
.info a {
    background: #fff;
    padding: 0.8em 15%;
}
.info a:nth-child(1) {
    color: #E37D7D;
    border: 2px solid #E37D7D;
}
.info a:nth-child(1):hover {
    transition: .6s;
    background: #FF9C9C;
    color: #fff;
    border: 0;
}
.info a:nth-child(2) {
    color: #41A4D6;
    border: 2px solid #41A4D6;
}
.info a:nth-child(2):hover {
    transition: .6s;
    background: #5CC1F3;
    color: #fff;
    border: 0;
}

.text-detail {
    font-size: 90%;
    margin-left: 1em;
    text-indent: -1em;
    padding-left: 1em;
}
.text70 {
    font-size: 70%;
}
.text80 {
    font-size: 80%;
}
.text90 {
    font-size: 90%;
}
.text105 {
    font-size: 105%;
}
.text110 {
    font-size: 110%;
}
/*--  IR library   --*/
.library_box {
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.library_box div {
    width: 33%;
    color:#333;
    margin-bottom: 2em;
}
.library_box h4 {
    font-size: 1.2em;
    margin: 0 0 .7em 0;
}
.library_box ul {
    margin:0 0 2em 2em;
    list-style: disc;
}
.library_box ul li {
    font-size: 1.15em;
    line-height: 1.4em;
    margin: 0 0 .5em 0;
    font-weight: 500;
}
.library_box ul li a {
    color:#FF4444;
}
.library_box ul li a:hover {
    color:#FFA3A3;
}
.library_box ul li ul {
    margin:.5em 0 .5em 1em;
    list-style:circle;
}
.library_box ul li ul li{
    font-size: .9em!important;
    line-height: 1.4em;
    margin: 0 0 .5em 0;
    font-weight: 500;
}
.library_box p{
    font-size: 1.15em;
    margin: .8em .5em .2em 1em;
}
.library_box p a {
    color:#FF4444;
}
.library_box p a:hover {
    color:#FFA3A3;
}
.library_box-s h4 {
    font-size: 1.2em;
    margin: 0 0 .7em 0;
}
.library_box-s {
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.library_box-s div {
    width: 100%;
    color:#333;
    margin-bottom: 1.5em;
}
.library_box-s ol {
    margin:0 0 2em 2em;
    list-style: disc;
}
.library_box-s ol li {
    font-size: 1.15em;
    line-height: 1.4em;
    margin: 0 0 .5em 0;
    font-weight: 500;
}
.library_box-s ol li a {
    color:#FF4444;
}
.library_box-s ol li a:hover {
    color:#FFA3A3;
}
.library_box-s .comment {
    font-size: 1em;    
    margin: 0 0 0 2em;
}
.library_box-s .comment p {
    text-indent: -1em;
    padding-left: 1em;
}
/*--  IR library end  --*/
/*--  IR    --*/
.ir_text {
    width: 90%;
    margin: 2em 1em 0 2em;
}
.ir_text p {
    margin-bottom: 1.5em;
    line-height: 1.5em;
}
.ir_text ol {
    margin: 2em 1em 2em 1em;
    line-height: 1.5em;
}
.ir_text ol li {
    margin-bottom: 1.5em;
    line-height: 1.5em;
}
.ir_text table {
    width:90%;
    
}
.ir_text th {
    font-weight: 500;    
}
.ir_text th, .ir_text td {
    line-height:1.5em;
    padding: 1em 1em;
    border: 1px solid #ccc;
}
.ir_gyoseki {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap:30px;
}
.gyoseki h3 {
    margin: 1.5em 1em 1.5em 2em;
}
.ir_gyoseki {
    width:90%;
    margin: 1em 1em 1em 2em;
}
.ir_gyoseki div {
    width:45%;
}
.ir_gyoseki div img {
    width:1010%;
}
.ir_koukoku dl {
    margin: 2em 2em 2em 2em;
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 1em;
}
.ir_koukoku dl dd a {
    color:#a0262b!important;
}
.ir_koukoku dl dd :hover {
    opacity: .5;
}
/*--  FAQ start   --*/
.technical_consultation {
    display: flex;
    justify-content: space-around;
    margin: 1.5em 1em;
}
.free_mun {
    font-size: 2.6rem;
    color:#DA0710;
}
.free_mun:before {
    content:"";
    display: inline-block;
    width: 48px;
    height: 35px;
    background-image: url("../q-a-convum/img/toll-free.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.tel_caption {
    text-align: right;
}
.support_time {
   text-align: right; 
margin-right: 2em;
}
.support_time1 {
    border:1px solid #DA0710;
    color:#DA0710;
    padding: 1px 4px 2px;
    border-radius: 5px;
    margin-right: .5em;
}
.support_time2 {
   font-size: 90%;  
}
.faq_menu {
    width:100%;
}
.faq_menu ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items:stretch;
}
.faq_menu ul li {
    padding: .8em 1em;
    font-size: 1em;
    text-align: center;
    background-image: linear-gradient(#ffffff, #DEE1EB); 
}
.faq_menu ul li a { 
    display: flex;
    align-items: center;    
    justify-content: center;
    width: 100%;
    height: 100%; 
    text-decoration: none;
    color: inherit;
}
.faq_current {
    background-color: #a0262b !important;
    background-image:none!important;
    color:#fff;
    border-radius: 20px 0 0 0;
    display: flex;
    align-items:center;
}
.faq_menu ul li a:hover {
    opacity: 0.5;
}
.faq_table {
    width: 100%;
    margin: 1em 0 0 0;
}
.faq_table th, .faq_table td {
    border:1px solid #ccc;
    padding: .5em;
    font-size: .9em;
}
.faq_table th {
    white-space: nowrap;
    background-color: #f0f0f0;
}

.faq_table2 {
    width: 100%;
    min-width: 500px;
    margin: 1em 0 0 0;
}
.faq_table2 th, .faq_table2 td {
    border:1px solid #ccc;
    padding: .5em;
    font-size: .9em;
}
.faq_table2 th {
    white-space: nowrap;
    background-color: #f0f0f0;
}
/*------------------------*/
/*-- ネットワーク  --*/
.network h3 {
    margin: 1.5em 1em 1.5em 1em;  
}
.network a {
    color:#4D6ED8;
}
.map_btn {
    border:2px solid #F3D556;
    border-radius: 5px;
    padding: 0 .7em 0 .5em;
    margin: 0 0 0 .5em;
}
.map_btn:hover {
    background-color:#E6BF19; 
}
.honsha_ad {
    margin: 2em 1em 3em 9em;
}
.network_table {
    width:100%;
    margin: 2em 1em 3em 1em;   
}
.network_table td, .network_table th {
    padding: .5em 1em;
    vertical-align: top;
    border:1px solid #ccc;
    font-size: 0.9em;
}
.network_table th {
    font-weight: 500;
    text-align: left;
}


/*-- 社長メッセージ  --*/
.main-text {
    margin: 3em 1em 3em;
}
.main-text p {
    margin: 0 0 1em 0;
}
.sign-president {
    display: flex;
    justify-content: flex-end;
}
.sign-president img {
    width: 360px;
}
/*-- csr --*/
.csr-list ol {
    margin-left: 20px;
}
.csr-list ol li {
    margin-bottom: 1em;
}
.csr-list ol li ul{
    margin-top: 1em;   
    margin-left: 20px;
    list-style: circle;
}
/*------------------------*/
/*-- 沿革  --*/
.histry_table {
    width:100%;  
}
.histry_table th,.histry_table td {
    padding: 1em .3em;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}
.histry_table th {
    width: 220px!important; 
    text-align: left;
    font-weight: 500;
}
.histry_table tr:nth-child(1)  {
    border-top: 1px solid #ccc;
}
/*------------------------*/
/*   news  */
.news_all p {
    line-height: 1.8em;
    
}
.news_all ul {
    margin: 0 0 0 2em;
}
.news_all ul li {
    margin: 0 0 1em 0;
    border-bottom: 1px solid #ccc; 
    padding: 0 .5em 1.1em;
}
.news_all ul li:nth-child(1) {
    border-top: 1px solid #ccc; 
    padding-top: 1.1em;
}
.news_all a {
    color:#a0262b;
    
}
.news_all a:hover {
    opacity: .5;
    
}
/*   調達基本方針  */
.procurement h3 {
    margin-left: 1em;
}
/*  製品保証および免責事項  */
.disclaimer {
    
}
/*-- 技術資料  --*/
.technical {
    width: 60%;
    margin: 2em 20% 3em;
}
.technical p {
    border: 1px solid #ccc;
    line-height: 1em;
    padding: 1em 1em 1em 3em;
    margin: 0 0 1.5em 0;
    border-radius: 5px;
}
.technical p:before {
    content:"\025cf";
    color:#9CA0A6;
    margin-right: .5em;
}

.technical p:hover {
    opacity: .5;
}
/*-- 製品保証および免責事項  --*/
.disclaimer p {
    text-indent: -01em;
    padding-left: 1em;
}
.disclaimer ul {
    list-style: disc;
    margin: 0 0 0 2em;
}
.disclaimer ul li {
    margin: 0 0 1em 0;
}
.changelist {
    display: grid;
    grid-template-columns: 65% 35%;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
}
.chushi img {
    width:250px;
}
.showroom {
    
}
.showroom_block {
    margin: 1em 1em 3em 2em;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    gap:10px;
}
.showroom_block div:first-child {
    width:60%;
}
.showroom_block figure {
    display: block;
    margin: 0 auto 0;
}
.showroom_block figure figcaption {
    text-align: center;
    font-size: .9em;
}
.showroom_photo {
    display: block;
    margin: 0 auto 2em;
}
.showroom_inq {
    display: block;
    margin: 0 auto 2em;
    width:fit-content;
    border:2px solid #ccc;
    border-radius: 30px;
    padding: .2em 1em;
}
.showroom_inq a {
    width:100%;
    height: 100%;
}
.showroom_inq:hover {
    opacity: .5;
}
.g-map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}
.g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-- プライバシーポリシー・サイトのご利用 --*/
.privacy .kaitei {
    display: flex;
    justify-content: flex-end;
}
.privacy .kaitei p {
    width: fit-content;
    margin-right: 1em;
}
.privacy .main-text ul {
    list-style: disc;
    margin-left: 2em;
}
/* Business Report */
.business-list {
    margin: 2em 2em 2em 2em;
}
.business-list li {
    margin: .5em .5em .8em 1.5em;
}
.business-list li a {
    color:#C02224;
}
.business-list li a:hover {
    opacity: .5
}
/*=========================================
#modal
=========================================*/
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    transition: opacity .3s, visibility .3s;
}

.modal.is-active {
    visibility: visible;
    opacity: 1;
}

/* オーバーレイ */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
}

/* モーダルコンテンツ */
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 950px;
    width: 90%;
    background-color: #fff;
    border-radius: 8px;
}

.modal-content__inner {
    padding: 30px;
    position: relative;
}

/* 閉じるボタン */
.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
}
.philosophy-bg {
    background-image: url("../company/img/rinen_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 400px;
    background-position: bottom;
    position: relative;
    z-index: 0;
}
.philosophy-bg:after {
    content: '';
    background-color: rgba(#fff, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.philosophy h2 {
    font-size: 28px;
    font-weight: 500;
    border-left:none;
}
.philosophy h2 span{
    font-size: 15px;
    font-weight: 500;
}
.philosophy p{
    font-size: 20px;
    margin: 1.5em 1em 2.5em 3.5em
}
.philosophy ul{
    margin: 1.5em 1em 2.5em 4em; 
    list-style: disc;
}
.philosophy ul li{
    margin-bottom: 1em;   
    font-size: 16px;
}
/*------------------------*/
/* ▼ SPレイアウト */
@media screen and (max-width: 769px) {
    .box {
        padding: 2em 0 3em;
    }
    .inner {
        padding: 4% 4.5% 10%;
    }
    .nameArea {
        display: block;
        margin-bottom: 1em;
    }
    .nameArea img {
        width: 100%;
    }
    .oblong img {
        width: 100%;
        padding: 0.6em 0 1em;
    }
    /* ▼グレー背景の画像が小さめのとき */
    .smallImg {
        width: 95%;
    }
    .marginTopPC {
        margin-top: 0;
    }
    .mainProduct h4 {
        line-height: 1.5em;
        margin-top: 0.2em;
        margin-left: 0.4rem;
        padding-left: 0.8rem;
        padding-block: 0.25em;
    }
    .mainProduct h5 {
        margin-top: 0.32em;
        margin-left: 0.15rem;
        border-left: 0;
    }
    .pcsp img,
    .leftBorder {
        width: 100%;
        margin: 0 auto 0 0.35rem;
        padding: 0;
        border-left: 0;
    }
    /* ▼ eハンド SGE 画像背景のリンクボタン（.picWrap） */
    .picWrap a {
        width: 11.5em;
        height: 3.9em;
        border-radius: 0.3em;
    }
    .dlWrap a {
        font-size: 1em;
        font-weight: 600;
    }
    .mainProduct {
        margin-bottom: 0.8em;
    }
    .mainProduct h3 {
        line-height: 1.36em;
        letter-spacing: -0.013em;
        margin-left: 1.7em;
        text-align: justify;
    }
    .mainProduct h3::before {
        top: 0.125em;
        left: -1.7em;
    }
    /* ▼グレー丸の見出し上のマージン */

    .content ul li > h3 {
        margin-top: 2.5em;
        margin-bottom: 0;
    }
    .double {
        display: block;
    }
    .rTable {
        margin: 0.6em 0 4em;
    }
    .col2 {
        /* ▼PC時の2段組をタテ1列に変更 */
        grid-template-columns: 1fr;
        row-gap: 0;
        margin: 0.2em 0 0.75em;
    }
    .spCol2 {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 0;
        row-gap: 1.6em;
    }
    .spCol1 {
        display: block;
    }
    .series {
        width: 17em;
    }
    .series p {
        font-size: 1em;
    }
    /* ▼製品情報のボタン */
    .catalog,
    .cad,
    .shop,
    .manual {
        width: 38px;
        height: 38px;
        /* ▼アイコンをボタン中央に配置 */
        display: grid;
        place-items: center;
    }
    .relatedProduct ul {
        column-gap: 0.75em;
        row-gap: 0.75em;
    }
    .relatedProduct ul li > img {
        width: 90%;
        margin-bottom: 0.35em;
        padding-inline: 0;
    }
    .onlyPC {
        display: none;
    }
    .onlySP {
        display: block;
    }
    .bottom a,
    .lang p,
    .info a {
        font-size: 0.8rem;
    }
    .lang a {
        font-size: 0.72rem;
    }
    .bottom {
        width: 80%;
        margin: 1.8em auto 2em;
    }
    .info {
        width: 86%;
        margin: 0 auto 2em;
    }
    .info a {
        background: #fff;
        padding: 0.7em 12%;
    }
    .memo {
        font-size: 0.87em;
        margin-top: 1em;
    }
    h6 {
        font-size: 1em;
    }
    .redCorner {
        padding: 0.4em 0 0.5em 0.6em;
    }
    .redCorner,
    .txtCenter {
        font-size: 0.8em;
    }
    .flex {
        gap: 0.6em;
    }
    
.ir_news-list dt {
  width: 20%;
}
.ir_news-list dd {
  width: 80%;
}
.past-ir_news ul li {
  width: 30%;
}
    
}
@media screen and (max-width: 769px) {
.img_80 {
    width: 96%!important;
    margin-left: 2%
}
.img_90 {
    width: 96%!important;
    margin-left: 2%
}   
.technical_consultation {
    display: flex;
    flex-wrap: wrap; 
    gap: 30px 0;
}
.technical_consultation div {
    width:57%;  
} 
.tel_caption {
    margin-right: 3.5em;
}
.support_time {
    text-align: center;        
}
.faq_menu ul {
    display: flex;
    flex-wrap: wrap;  
}
.faq_menu ul li {
    width: 49.5%;
    text-align: center;
    white-space: nowrap;
    }
}
@media screen and (min-width: 480.1px) {
.m_only {
        display: none;
}
}
@media screen and (max-width: 480px) {
.mainContents {
    margin: 0 1em 1em;
}
.main-text {
    margin: 1em .5em 3em;
}
.col3 {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 0;
}
.flex-start,.flex-5050,.flex-4060,.flex-6040,.flex-6535,.flex-7030 {
    flex-wrap: wrap;
}
.flex-5050 div {
    width: 100%;
}
.flex-4060 div:first-child,
.flex-4060 div:last-child,
.flex-6040 div:first-child,
.flex-6040 div:last-child,
.flex-6535 div:first-child,
.flex-6535 div:last-child,
.flex-7030 div:first-child,
.flex-7030 div:last-child {
    width: 100%;
}
.crkProduct ul {
    display: grid;
    grid-template-columns: 100%;
}
.contents_box {
    padding: 1em 0;
}
.contents_box2 {
    padding: 3em 0;
}
.technical_consultation {
    margin: 1.5em 0;
} 
.technical_consultation div {
    width:100%;  
}   
.free_mun {
    font-size: 1.95rem;
} 
.free_mun:before {
    content:"";
    display: inline-block;
    width: 28px;
    height: 18px;
    background-image: url("../q-a-convum/img/toll-free.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.tel_caption {
    font-size: .7rem;
}
.support_time {
    text-align: left;  
    font-size: 80%;
    line-height: 2em;
}
.mainProduct p {
    margin-left: 1.7em;
} 
.faq_menu ul li {
    width: 99%;
    text-align: center;
    white-space: nowrap;
    }

.faq_table th, .faq_table td {
    display: block;
}
.table-wrap {
  overflow-x: scroll;
}
.technical {
    width: 92%;
    margin: 2em 4% 3em;
} 
.ir_gyoseki div {
    width:95%;
}
.honsha_ad {
    margin: 2em 1em 3em 1em;
}
.network_table td, .network_table th {
    display: block;
}
.showroom_block {
    margin: 0;
}
.showroom_block div {
    width:100%;
}
.showroom_block div:first-child {
    width:100%;
}
.showroom_block figure {
    width: fit-content!important;
}
.showroom_inq {
    width:fit-content!important;
}  
.video-box {
    padding: 0 .1em .5em .1em;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 2em;
    
}
.changelist {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-column-gap: 0;
}
.chushi {
     order: 1;
}    
.henkou {
     order: 2;
}     
.ir_news-list dt {
  width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ir_news-list dd {
  width: 100%;
}
.past-ir_news ul li {
  width: 95%;
}
.tel_caption {
    margin-right: 8em;
}
.company_table th, .company_table td {
    display: block;
    width:100%;
} 
.company_table th {
    background-color: #f0f0f0;
} 
.profile_grid {
    display: grid;
    grid-template-columns: 100%;
}
.profile_grid div:first-child {
    border-right: none;
    border-bottom: 1px solid #C5CDDD;
    padding-bottom: .5em;
}
.profile_grid div:nth-child(2) {
    padding-left: 0.5em;
}
}
/*-- コンバムのCSR  -----*/
.accordion-wrapper {
    margin-bottom: 1em;
}

details {
  /* --------アコーディオンの中身のスタイル-------- */
  &::details-content {
    transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
    height: 0;
    opacity: 0;
    overflow: clip;
    background-color: #f0f2ff;
  }

  /* --------アコーディオンの中身のスタイル（開いている時）-------- */
  &[open]::details-content {
    opacity: 1;
  }

  /* アコーディオンが開いた時のスタイル */
  &[open] .icon {
    transform: rotate(180deg);
  }
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords; /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  }
  details[open]::details-content {
    height: auto;
  }
}

@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: 150px;
    overflow-y: scroll; /* 溢れる場合はスクロール可能にする */
  }
}

summary {
  display: grid;
  grid-template-columns:  1fr 24px;
  gap: 6px;
  align-items: center;
  padding: 0 24px 0 0;
  border: 1px solid #d2beff;
  font-weight: bold;
  color: #002255;
  cursor: pointer;

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  &::-webkit-details-marker {
    display: none;
  }
}

/* --------アイコンを作ります-------- */
.icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;

  /* アイコンのバーのスタイル */
  &::before,
  &::after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background-color: #7050ff;
  }
  &::before {
    left: 0;
    transform: rotate(45deg);
  }
  &::after {
    right: 0;
    transform: rotate(-45deg);
  }
}

/* --------アコーディオンの中身のスタイル-------- */
.csr_content {
  background-color: #f0f2ff;
  padding: 30px 48px 50px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sdg-icon {
    width:100%;
    margin: 3em 0 1em;
    display: flex;
    justify-content: space-around;
    column-gap: 10px;    
}
.sdg-icon img {
    width:100%;
    margin: 0;
}
.summary_title {
    height:180px;
    padding: 0;
    display: flex;
    align-items: center;
}
.summary_title p {
    margin: 1em;
}
.summary_title img {
    height:100%;
}
.csr_img-box {
    width:100%;
    margin: 3em 0 1em;
    display: flex;
    justify-content: space-around;
    column-gap: 10px;
    flex-wrap: wrap;
    font-size: .9em;
    margin: 0;
}
.csr_img-box div {
    width:48%;  
}
.csr_img-box div img {
    width:100%;  
}
.csr_img-box p {
    margin: 0 0 1em 0;
}
@media screen and (max-width: 768px) {
.csr_content {
  padding: 30px 1.5em 50px 1.5em;
}  
    
}
@media screen and (max-width: 480px) {
.sdg-icon {
    justify-content: flex-start;
    align-items: center;  
    flex-wrap: wrap;
    gap: 10px; 
}
.sdg-icon div {
    width:48%;
}   
.summary_title {
    height:auto;
    padding: 0;
    flex-wrap: wrap;
}
.summary_title p {
    margin: 1em;
}
.summary_title img {
    width:100%;
    height: auto;
}
.csr_content {
  padding: 30px .8em 50px .8em;
}
.csr_img-box {
    width:100%;
    margin: 3em 0 1em;
    display: flex;
    justify-content: space-around;
    column-gap: 10px;
    flex-wrap: wrap;
    font-size: .9em;
    margin: 0;
}
.csr_img-box div {
    width:100%;  
    margin-bottom: .5em;
}
.csr_img-box p {
    margin: 0 0 1em 0;
}  
}


/*--  Distributor  --*/
.distributor_head {
    display: flex;
    justify-content: space-around;
    gap:1em;
    flex-wrap: wrap;
}
.distributor_head div {
    width: 45%;
}
.distributor_box {
    margin: 1em 1em 2em 2em;
    
}
.distributor_box .tbl-res {
    width: 100%;
    margin: 1em .51em 2em 1.5em;
}
.distributor_box .tbl-res th {
    font-weight: 500;
    text-align: left;
}
.distributor_box .tbl-res th,.distributor_box .tbl-res td {
    padding: 1em;
    border:1px solid #ccc;
}
.distributor_box .tbl-res a {
    color:#068DFF;
}
.distributor_box .tbl-res a:hover{
    opacity: .5;
}
/*--  問合せフォームiframe  --*/

.form-area {
    width: 100%;
}
.form-area iframe {
    width: 100%;
    height: 1580px;
    border:none;
}
.form-area-e {
    width: 100%;
}
.form-area-e iframe {
    width: 100%;
    height: 1100px;
    border:none;
}
@media screen and (max-width: 480px) {
.form-area iframe {
    height: 1780px;
}
}

/*   english movie 　　*/
.e-movie {
    display: flex;    
    justify-content: space-around;
    column-gap: 5px;
    align-items:stretch;
    flex-wrap: wrap;
}
.e-movie div {
    width: 32%;
    border:1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}
@media screen and (max-width: 480px) {
.e-movie div {
    width: 96%;
}
}

