@charset "UTF-8";
/* CSS Document */

/****************************************

          トップページ

*****************************************/

/*メインビジュアル*/

.main_image{
 background: url("../images/main_image.jpg") no-repeat center center;
 background-size: cover;
 height: 460px; 
 position: relative;
}

.main_image h2{
 font-weight: bold;
 color: #fff;
 font-size: 30px;
 line-height: 1.6em;
 position: absolute;
 left: 55%;
 top:45%;
text-shadow: 0px 0px 10px #000000;
}

@media only screen and (max-width: 960px){
 .main_image h2{
 position: relative;
 left: auto;
 top:40%;
 text-align: center;
 padding: 0 24px;
}
}

@media only screen and (max-width: 500px){
 .main_image{  
 height: 300px; 
}
 .main_image h2{
  top:35%;
 font-size: 24px;
}
}

/*#top_intro*/

#top_intro{
 margin-top: 48px;
 font-size: 21px;
 line-height: 1.8em;
}

#top_intro .top_intro_logo{
 width: 100%;
 max-width: 360px;
 display: block;
 margin-bottom: 24px;
}

/*.top_contents*/

.top_contents{
 position: relative;
 width: 100%;
}

.top_contents .top_contents_image{
 position: absolute;
 top: 40px;
 left: 0;
 width: 50%;
 max-height: 360px;
 overflow: hidden;
 text-align: right;
}

#top_devicelist.top_contents .top_contents_image{
 left: auto;
 right: 0;
}

@media screen and (max-width: 960px) {
.top_contents .col_area{
  display: block;
  width: 100%;
  margin-left: 0;
 }
.top_contents .col_item{
  display: block;
  margin-bottom: 24px;
 }
 .top_contents .top_contents_image{
 position: relative;
 top: auto;
 left: auto;
  right: auto;
 width: 80%;
  margin: 0 auto -80px auto;
}
.top_contents .Hide_sp{
  display: none !important;
 }
}

.top_contents .top_contents_box{
 background: #eee;
}

.top_contents .top_contents_box .col_item{
 box-sizing: border-box;
 padding: 64px 40px;
}

@media only screen and (max-width: 960px){
 .top_contents .top_contents_box .col_item{
 padding: 112px 24px 32px 24px;
}
}

.top_contents .top_contents_box .col_item h2{
 font-size: 32px;
 margin-bottom: 24px;
}
@media only screen and (max-width: 500px){
.top_contents .top_contents_box .col_item h2{
 font-size: 24px;
 margin-bottom: 16px;
}
}

/*#top_conversion*/

#top_conversion{
 background: #eee;
 margin-top: 120px;
 padding: 80px 0;
}

#top_conversion .col_item{
 padding: 48px;
 border-radius: 3px;
 text-align: center;
}

@media only screen and (max-width: 960px){
 #top_conversion .col_item{
 text-align: left;
  padding: 32px 24px;
}
}


#top_conversion #top_conversion_estimate.col_item{
 background: url("../images/ico_doc.svg") no-repeat top 40px right 40px #fff;
 background-size: 20%; 
}

#top_conversion #top_conversion_devicesearch.col_item{
 background: url("../images/ico_search.svg") no-repeat top 40px right 40px #fff;
 background-size: 25%;
}

#top_conversion .col_item .border_red{
 font-size: 24px;
 margin-top: 40px;
}

#top_conversion .col_item .link_btn{
 margin: auto;
}

/* #top_new_product */

#top_new_product h2{
 font-size: 24px;
 line-height: 1.6em;
}

#top_new_product img{
 width: 80%;
 max-width: 420px;
 margin: auto;
 display: block;
}

#top_new_product .new{
 width: 80px;
 height: 80px;
 margin: 0;
}

/* #top_news */

#top_news{
 background: url("../images/top_news_bg.jpg") no-repeat top center;
 background-size: 100%;
 padding: 64px 0;
}

#top_news .contents{
 background: #fff;
 padding: 64px;
 border-radius: 3px;
 box-sizing: border-box;
}
#top_news .sns{
 text-align: center;
}

#top_news .sns li{
 display: inline-block;
 width: 72px;
 vertical-align: middle;
 margin: 0 8px;
}
@media only screen and (max-width: 500px){
 #top_news .contents{
 padding: 32px 24px;
}
}
#top_news .border_red{
font-size: 24px;
}

/* News & Events */

.news_list li{
 border-bottom: 2px solid #eee;
 padding: 16px 0;
}

.news_category{
 color: #fff;
 font-size: 12px;
 padding: 4px 8px;
 margin-left: 16px;
}

.news_category.latest_news{
 background: #222;
}

.news_category.event{
 background: #009245;
}

.news_category.product{
 background: #cf0201;
}

.news_category.info{
 background: #0271BB;
}

/****************************************

          デバイスリスト

*****************************************/
ul.devicelist{
 border-top: 2px solid #eee;
 padding: 24px 0;
}
ul.devicelist li{
 display: inline-block;
 vertical-align: top;
}
ul.devicelist li.title{
 width: 40%;
 font-weight: bold;
}
ul.devicelist li.date{
 width: 16%;
}
@media screen and (max-width: 960px) {
 ul.devicelist li.title,
 ul.devicelist li.date{
  width: 100%;
  margin-bottom: 8px;
}

}


/****************************************

          ダウンロード

*****************************************/
.download_h3{
 border-left: 5px solid #cf0201;
 margin-bottom: 24px;
 padding-left: 16px;
}

ul.download{
 border-top: 2px solid #eee;
 padding: 24px 0;
}
ul.download li{
 display: inline-block;
 vertical-align: top;
}
ul.download li.title{
 width: 50%;
 font-weight: bold;
}
ul.download li.date{
 width: 16%;
}

@media screen and (max-width: 960px) {
 ul.download li.title,
 ul.download li.date{
  width: 100%;
  margin-bottom: 8px;
}

}

/****************************************

          製品

*****************************************/
section.lineup h3,
section.lineup h4{
 margin-top: 64px;
 margin-bottom: 32px;
}

section.lineup h4{
 border-left: 5px solid #cf0201;
 margin-bottom: 24px;
 padding-left: 16px;
}

section.lineup .is-layout-flex {
align-items: flex-start;
 margin-right: 40px;
}
section.lineup .is-layout-flex p,
section.lineup .is-layout-flex figure
{
 margin-right: 40px;
}

section.lineup p.link_btn a {
 display: block;
 background: #cf0201;
 color: #fff;
 width: 200px;
 height: 48px;
 line-height: 48px;
 text-decoration: none;
 border-radius: 3px;
 text-align: center;
 transition: all 0.3s;
}
section.lineup p.link_btn a:hover {
 background: #aa3533;
 text-decoration: none;
 color: #fff;
}

section.lineup .wp-block-table table th{
 text-align: left;
 background: #eee;
 width: 30%;
}

@media screen and (max-width: 960px) {
 section.lineup .is-layout-flex {
display: block;
  margin-right: 0;
}

 section.lineup p,
section.lineup .is-layout-flex figure,
 section.lineup .is-layout-flex p{
 margin-right: 0;
  margin-bottom: 24px;
}
}
/*製品ラインナップ一覧*/

.lineup_h3{
 border-left: 5px solid #cf0201;
 margin-bottom: 24px;
 padding-left: 16px;
}
.lineup_list{
 margin-left: -16px;
}

.lineup_list li{
 display: inline-block;
 vertical-align: middle;
 text-align: center;
 width: 200px;
 position: relative;
 padding: 16px 32px;
 margin: 0 16px 32px;
 box-sizing: border-box;
}

@media screen and (max-width: 500px) {
 
 .lineup_list{
 margin-left: -8px;
}
 
 .lineup_list li{
 width: calc(50% - 20px);
 padding: 8px 16px;
  margin: 0 8px 16px;
}
 
}

.lineup_list li a{
 position: absolute;
 display: block;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 border: 2px solid #eee;
 transition: all 0.3s; 
}

.lineup_list li a:hover{
 border: 2px solid #cf0201;
}

/****************************************

          沿革

*****************************************/

/* スマホ：縦に並ぶ基本レイアウト */
.timeline {
 position: relative;
 border-left: 2px solid #ccc;
 padding-left: 1rem;
}
.timeline-item {
 position: relative;
 margin-block: 2rem;
}
.timeline-date {
 font-weight: bold;
 color: #555;
}
.timeline-content {
 margin-top: 0.5rem;
}
.timeline-item::before {
 content: '';
 position: absolute;
 left: -1.55rem;
 top: 0.25rem;
 width: 12px;
 height: 12px;
 background: #cf0201;
 border: 2px solid #cf0201;
 border-radius: 50%;
}
.timeline-item img {
 margin: 0 24px 24px 0;
 display: inline-block;
 vertical-align: top;
 max-width: calc(100% - 24px);
}

/* PC：左右に交互配置 */
@media (min-width: 768px) {
.timeline {
 position: relative;
 padding-left: 0;
 border-left: none;
}
.timeline::before {
 content: '';
 position: absolute;
 top: 0;
 bottom: 0;
 left: 50%;
 width: 2px;
 background: #ccc;
}
.timeline-item {
 width: 50%;
 padding: 1rem 2rem;
 box-sizing: border-box;
 position: relative;
}
.timeline-item:nth-child(odd) {
 left: 0;
 text-align: right;
}
.timeline-item:nth-child(odd) img {
 margin: 0 0 24px 24px;
}
.timeline-item:nth-child(even) {
 left: 50%;
 text-align: left;
}
.timeline-item:nth-child(even) img {
}
.timeline-item::before {
 top: 1rem;
 left: auto;
 right: -0.6rem;
}
.timeline-item:nth-child(even)::before {
 left: -0.4rem;
 right: auto;
}
}

/****************************************

          デバイスメーカー

*****************************************/

.devicelink ul{
 margin-bottom: 40px;
}

.devicelink ul li{
 display: inline-block;
 width: 112px;
 text-align: center;
 border-bottom: 2px solid #eee;
 padding: 16px 0;
 margin: 0 8px;
}

.devicelink ul.index{
 
}
.devicelink h3{
border-left: 5px solid #cf0201;
 padding-left: 16px;
 margin-top: 40px;
 scroll-margin-top: 116px;
 }

@media screen and (max-width: 500px) {
 .devicelink h3{
 scroll-margin-top: 70px;
 }
}

/****************************************

          よくある質問

*****************************************/

.faq ul.index li{
 border-bottom: 2px solid #eee;
 padding: 16px 0;
}

.faq h3{
 border-top: 2px solid #cf0201;
 padding-top: 16px;
 margin-top: 80px;
 margin-bottom: 16px;
 scroll-margin-top: 116px;
}
@media screen and (max-width: 500px) {
 .faq h3{
 scroll-margin-top: 70px;
 }
}

.faq h3::before{
 content: 'Q';
}

.faq dd{
 margin: 0;
}

.faq img{
 margin-top: 16px;
}