/* -∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴- */
/* PC                                       */
/* -∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵- */

/* DEFAULT */
body{
  font-size:12px;
  word-break:break-all;
}
a{
  color:#000000;
}

/* HEADER */
#header{
  position:fixed;
  z-index:200;
  width:100%;
  min-width:960px;
  background-color:#ffffff;
  border-bottom:3px solid #002063;
}
.header_in{
  display:flex;
  align-items:center;
  box-sizing:border-box;
  width:100%;
  padding:7px 1rem 5px;
  margin:0 auto;
  background:#ffffff;
}
.header_left{
}
.header_left img{
  width:auto;
  height:35px;
}
.header_right{
  flex:1;
  text-align:right;
}
.header_right li{
  display:inline-block;
  margin-left:1em;
}
@media screen and (max-width: 900px){
  .header_right li{
    margin-left:0.25em;
  }

.common_tools_left > ul.demo3 {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 120px;
}
 
.common_tools_left > ul.demo3 li {
    padding: 0.25em;
    width: 2.3em;
}
.common_tools_left > ul > li:first-child{
margin-left:0.25em;
}
}
.header_right a{
  display:flex;
  align-items:center;
  margin-left:12px;
}
.header_right a:first-child{
  margin-left:0;
}
.header_right a img{
  vertical-align:middle;
  margin-right:0.5rem;
  width:1.25em;
}
.header_smartphone{
  display:none;
}

#common_contents{
display:flex;
}
@media screen and (max-width: 767px){
  #common_contents{
    flex-direction:column;
  }
  _:-ms-lang(x)::-ms-backdrop, #common_contents{
    display:block;
  }
}

.common_tools_top{
display:flex;
justify-content:space-between;
align-items:center;
}
.common_tools_top > *{
padding:0.5rem 0;
}
.common_tools_left > ul{
display:flex;
}
.common_tools_left > ul > li{
margin-left:0.25rem;
}
.common_tools_left > ul > li:first-child{
margin-left:0;
}
.common_tools_left > ul > li > a img{
width:40px;
}
.common_tools_right{
flex:1;
}
.common_tools_right > ul{
display:flex;
justify-content:flex-end;
}
.common_tools_right > ul > li{
display:flex;
justify-content:flex-end;
margin-left:0.5rem;
}
.common_tools_right > ul > li:first-child{
margin-left:0;
}
.common_tools_right > ul > li > a{
display:flex;
align-items:center;
background-color:#C6CDDA;
margin-left:0.5rem;
padding:0 1em;
color:#000000;
text-decoration:none;
}
.common_tools_right > ul > li > a:first-child{
margin-left:0;
}

.common_tools_right .common_tools_right_search{
display:flex;
align-items:center;
}
.common_tools_right .common_tools_right_search > p{
white-space:nowrap;
margin-right:0.25rem;
text-align:right;
font-size:10px;
line-height:1.25;
}
.common_tools_right .common_tools_right_search_in{
display:flex;
}
.common_tools_right .common_tools_right_search_in > a{
display:flex;
align-items:center;
justify-content:center;
box-sizing:border-box;
width:26px;
text-decoration:none;
border-top:1px solid #acacac;
border-right:1px solid #acacac;
border-bottom:1px solid #acacac;
color:#acacac;
}
.common_tools_right .common_tools_right_search_in > a i{
font-size:20px;
}

.common_tools_bottom{
border-top:1px solid #000000;
padding:0.5rem 0;
}
.common_tools_bottom > ul{
display:flex;
justify-content:flex-end;
}
.common_tools_bottom > ul > li{
margin-left:1em;
}
.common_tools_bottom > ul > li:first-child{
margin-left:0;
}
.common_tools_bottom > ul > li > a{
text-decoration:none;
}

@media screen and (max-width: 767px){
  .common_tools_right_search_in input{
    width:20vw;
    height:24px;
    box-shadow:0;
    font-size:16px;
	box-sizing:border-box;
  }
}

@media screen and (max-width: 600px){
  .common_tools_bottom > ul{
    flex-wrap:wrap;
    margin-top:-0.5rem;
  }

.common_tools_left > ul.demo3 {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 120px;
}
 
.common_tools_left > ul.demo3 li {
    padding: 0.25em;
    width: 2.3em;
}
.common_tools_left > ul > li:first-child{
margin-left:0.25em;
}
  .common_tools_right > ul{
    flex-direction:column;
    align-items:flex-end;
    margin-left:0.5rem;
  }
  .common_tools_right > ul > li{
    margin-top:0.5rem;
    margin-left:0;
  }
  .common_tools_right > ul > li:first-child{
    margin-top:0;
  }
  .common_tools_right > ul > li > a{
    padding:0.5em 0.75em;
    font-size:10px;
  }
  .common_tools_right_search_in{
    flex:1;
    display:flex;
  }
  .common_tools_right_search_in input{
    flex:1;
    width:100%;
  }
  .common_tools_bottom > ul > li{
    margin-top:0.5rem;
  }
}

@media screen and (max-width: 360px){
.common_tools_left > ul.demo3 {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
 
.common_tools_left > ul.demo3 li {
    padding: 0.2em;
    width: 2.2em;
}
.common_tools_left > ul > li:first-child{
margin-left:0.25em;
}
}

/* CONTENTS */
#contents{
  padding:47px 0 0;
}

.contents_in{
  max-width:100%;
  margin:0 auto;
  padding:0 1rem 0 3rem;
}

.contents_in a{
  text-decoration:none;
}

.contents_left{
  flex:1;
  box-sizing:border-box;
  width:calc(100% - 200px - 1rem);
  margin-right:0.5rem;
  padding:0 0.5rem 24px 0;
/*
  border-right:1px solid #8f8f8f;
*/
}

.index .contents_left{
  padding:0 0.5rem 0 0;
}
.contents_right{
  max-width:23%;
  width:200px;
  padding:0 0 24px 0;
}
.contents_right2{
  max-width:23%;
  width:155px;
  padding:0 0 24px 0;
}
.index .contents_right{
  padding:24px 0 0 0;
}
@media screen and (max-width: 767px){
  .contents_left{
    padding:0 0.5rem 0 0;
  }
  .contents_right{
    padding:0;
  }
  .index .contents_right{
    padding:16px 0 0 0;
  }
}

.contents_left > *{
margin-top:40px;
}
.contents_left > *:first-child{
margin-top:0;
}
.breadcrumb{
margin-bottom:12px;
}
.breadcrumb_in{
display:flex;
align-items:center;
justify-content:space-between;
}
.breadcrumb_in > *:first-child{
display:flex;
flex-wrap:wrap;
align-items:center;
line-height:1.4;
}
.breadcrumb_in p i{
margin-left:0.5em;
margin-right:0.5em;
}
@media screen and (max-width: 767px){
  .breadcrumb_in{
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
  }

  .breadcrumb_in > *{
    margin-top:8px;
  }
  .breadcrumb_in > *:first-child{
    margin-top:0;
  }
}

.category_in{
width:100%;
margin:3rem auto 0;
padding:0;
box-sizing:border-box;
}

/* フッター */

.footer_in{
background-color:#002063;
color:#ffffff;
}
.footer_in address{
position:relative;
width:100%;
margin:0 auto;
padding:1em 0;
text-align:center;
}

.common_sitemap_products,
.common_sitemap_products_left > dl > dd,
.common_sitemap_products_right,
.common_sitemap_products_right_left,
.common_sitemap_products_right_right{
display:flex;
}
.common_sitemap_products{
}
.common_sitemap_products_left_right{
margin-left:1rem;
}
.common_sitemap_products_right dl{
/*margin-left:calc((100vw - 17px - 4rem - 1024px) / 5);*/
margin-left:calc((100vw - 1270px) / 6);
}
.common_sitemap_products dl dt{
justify-content:space-between;
align-items:center;
font-weight:bold;
}
.common_sitemap_products dl dt i{
display:none;
}
.common_sitemap_products ul li{
margin-top:0.5rem;
}

#common_sitemap,
#common_textlinks,
#common_authorization{
padding:0 1rem 0 3rem;
}
.common_sitemap_in,
.common_textlinks_in,
.common_authorization_in{
padding:1rem 0;
border-top:3px solid #002063;
}

.common_authorization_in > ul,
.common_textlinks_in > ul{
display:flex;
flex-wrap:wrap;
}

.common_authorization_in > ul{
margin-top:-1rem;
margin-left:-1rem;
}
.common_authorization_in > ul > li{
display:flex;
align-items:center;
justify-content:center;
box-sizing:border-box;
max-width:220px;
min-width:179px;
width:calc((100% / 6) - 0.75rem);
min-height:60px;
height:60px;
margin-top:1rem;
margin-left:0.75rem;
border-right:1px solid #acacac;

}
.common_authorization_in > ul > li > a{
display:flex;
align-items:center;
justify-content:center;
width:100%;
}
.common_authorization_in > ul > li > a > div{
width:23%;
padding:0.5rem 0;
text-align:center;
}
.common_authorization_in > ul > li p{
flex:1;
display:flex;
align-items:center;
height:calc(100% - 1rem);
margin-left:0.75rem;
line-height:1.4;
}
.common_authorization_in > ul > li .index_work_maxwidth{
width:auto;
max-width:100%;
max-height:60px;
padding-right:0.5rem;
}

.iso{
margin: 1rem 0 0 0;	
display: flex;
}
.iso > ul{
margin-left:2rem; 
}
.iso > ul > li{
list-style-type: disc;
line-height: 1.5rem;
} 

.common_textlinks_in > ul{
justify-content:center;
}
.common_textlinks_in > ul > li{
margin-left:0.75em;
padding-left:0.75em;
border-left:1px solid #666666;
}
.common_textlinks_in > ul > li:first-child{
margin-left:0;
padding-left:0;
border-left:0;
}

@media screen and (max-width: 1024px){
  .common_sitemap_products_left > dl > dd,
  .common_sitemap_products_right{
    flex-direction:column;
  }
  .common_sitemap_products_left_right{
    margin-left:0;
  }
  .common_sitemap_products_right{
    justify-content:space-between;
  }
  .common_sitemap_products_right dl{
    margin-left:calc((100vw - 17px - 4rem - 553px) / 4);
  }
  #common_textlinks{
    padding:0;
  }
  .common_textlinks_in{
    padding:16px 0.5rem;
  }
}

@media screen and (max-width: 900px){
  #common_textlinks{
    padding:0;
  }
  .common_textlinks_in{
    padding:16px 0.5rem;
  }
  .common_authorization_in > ul > li{
    max-width:inherit;
    min-width:inherit;
    width:calc((100% / 3.01) - 0.75rem);
  }
  .common_authorization_in > ul > li:nth-child(3n + 3){
    border-right:0;
  }

  .common_textlinks_in > ul{
    margin-top:-0.5rem;
  }
  .common_textlinks_in > ul > li{
    border-left:0;
    margin-left:0;
    margin-top:0.5rem;
  }
}

@media screen and (max-width: 767px){
  #common_sitemap,
  #common_textlinks,
  #common_authorization{
    padding:0;
  }
  .common_sitemap_in,
  .common_textlinks_in,
  .common_authorization_in{
    padding:16px 0.5rem;
  }
  .common_sitemap_products{
    flex-direction:column;
  }
  .common_sitemap_products_left > dl > dd{
    flex-direction:row;
  }
  .common_sitemap_products_left_left,
  .common_sitemap_products_right dl:first-child{
    width:9em;
  }
  .common_sitemap_products_right,
  .common_sitemap_products_right_right{
    margin-top:1rem;
  }
  .common_sitemap_products_left_right,
  .common_sitemap_products_right dl{
    margin-left:calc((100vw - 17px - 4rem - 349px) / 3);
  }
  .common_sitemap_products_right dl:first-child{
    margin-left:0;
  }

  .common_textlinks_in > ul{
    margin-top:-0.5rem;
  }
  .common_textlinks_in > ul > li{
    border-left:0;
    margin-left:0;
    margin-top:0.5rem;
  }
  .iso{
    display: block;
  }
}

@media screen and (max-width: 600px){
  .common_authorization_in > ul{
    margin-left:-0.5rem;
  }
  .common_authorization_in > ul > li,
  .common_authorization_in > ul > li:nth-child(3n + 3){
    width:calc(50% - 0.5rem);
    height:auto;
    min-height:60px;
    margin-left:0.5rem;
    padding:0 0 0 0.5rem;
    border:1px solid #acacac;
  }
  .common_authorization_in > ul > li p{
    margin:0.5rem 0 0.5rem 0.5rem;
    padding-left:0.5rem;
    border-left:1px solid #cccccc;
  }
  .common_authorization_in > ul > li > div.index_work_maxwidth{
    width:100%;
  }
}

@media screen and (max-width: 552px){
  .common_sitemap_products_left_right,
  .common_sitemap_products_right dl{
    margin-left:1rem;
  }
}

@media screen and (max-width: 413px){
  .common_sitemap_products dl{
    border:1px solid #acacac;
  }
  .common_sitemap_products dl dt{
    display:flex;
    padding:1rem;
  }
  .common_sitemap_products dl dt i{
    display:block;
  }
  .common_sitemap_products dl dd{
    display:none;
    margin:0 0.5rem;
    padding:0.5rem 0.5rem 1rem;
    border-top:1px solid #acacac;
  }
  .common_sitemap_products dl.active dd{
    display:flex!important;
  }
  .common_sitemap_products_left_left,
  .common_sitemap_products_right dl:first-child{
    width:auto;
  }
  .common_sitemap_products_left_right{
    flex:1;
  }
  .common_sitemap_products_right,
  .common_sitemap_products_right_left,
  .common_sitemap_products_right_right{
    flex-direction:column;
  }
  .common_sitemap_products_right dl{
    margin-left:0;
    margin-top:1rem;
  }
  .common_sitemap_products_right dl:first-child{
    margin-top:0;
  }
}

@media screen and (max-width: 360px){
  .common_sitemap_products .hide{
    display:none;
  }
}

/* -∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵- */

/* サイドバー */

.sidebar a{
color:#231815;
text-decoration:none;
}

.sidebar_in > div{
margin-bottom:1rem;
border:1px solid #B0B0B1;
}

.sidebar_in > div:last-child{
margin-bottom:0;
}
.sidebar_in > .sidebar_upcomming,
.sidebar_in > .sidebar_products,
.sidebar_in > .sidebar_banners,
.sidebar_in > .sidebar_fpb{
border:0;
}
.sidebar_upcomming dd{
border-right:1px solid #b0b0b1;
border-bottom:1px solid #b0b0b1;
border-left:1px solid #b0b0b1;
}
.sidebar_contact dd{
display:flex;
align-items:center;
}
.sidebar_contact dd > p{
width:24px;
margin-right:0.5rem
}
.sidebar_contact dd > ul{
flex:1;
}
.sidebar_block dt{
background:#BAD1EC;
padding:0.5em 0.5em;
}
.sidebar_block dd{
padding:0.5em 1.5em 0.5em 0.5em;
}
.sidebar_block_split li{
display:flex;
}
.sidebar_block_split li span{
white-space:nowrap;
}
.sidebar_block_split li a{
margin-left:0.5em;
}

.sidebar_block_list li{
line-height:1.4;
}
.sidebar_block_list li a{
display:block;
}
.sidebar_upcomming dd{
padding:0.5em;
}
.sidebar_banners li{
margin-top:0.5rem;
box-shadow:2px 2px 0 #cccccc;
}
.sidebar_banners li:first-child{
margin-top:0;
}
.sidebar_banners li a{
display:block;
width:100%;
}
.sidebar_banners li a img{
width:100%;
}
.sidebar_banners > p{
margin-top:0.5rem;
}
.sidebar_fpb > p > a{
display:block;
}
.sidebar_fpb > ul li{
margin-top:0.5rem
}
.sidebar_seminar dt p + p{
margin-top:0.25em;
}
.sidebar_seminar dd p{
margin:0.25em 0 0.5em;
}

/* SIDE MENU */

.drawer--left .drawer-nav{
  display:none;
}
.drawer--left.drawer-open .drawer-nav{
  display:block;
  position:fixed;
  left: 0;
  top: 0;
  overflow: auto;
  height:100vh;
}

.side_navi_menu_for_smartphone{
  display:none;
}

.side_buttons_area{
  position:fixed;
  left:0;
  top:61px;
  z-index:301;
}
.side_buttons_area li{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:1rem;
  background:#002063;
  border-radius:0 5px 5px 0;
  color:#ffffff;
  cursor:pointer;
}
.side_buttons_area li:last-child{
  margin-bottom:0;
}
.side_buttons_area li a{
  padding:1rem 0.5rem;
  color:#ffffff;
}

.side_buttons_area li a i{
  display:block;
  width:1rem;
  text-align:center;
  margin-top:0.5rem;
}

#wrapper,
#go_top,
.side_buttons_area{
}
.drawer-open{
position:fixed;
overflow:hidden;
width:100%;
}
.drawer-open #wrapper,
.drawer-open #go_top,
.drawer-open .side_buttons_area{
transform:translateX(280px);
}

.drawer--left .side_navi_area{
box-sizing:border-box;
left:-280px;
z-index:301;
width:280px;
background:#ffffff;
}

.overlay {
content: "";
display: block;
width: 0;
height: 0;
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
}
.drawer-open .overlay{
width: 100%;
height: 100%;
opacity: 1;
}

.side_navi_area_in{
  padding:1rem 1rem 88px;
}

.side_navi_products > h3{
  padding:1rem 0;
  background-color:#002163;
  font-size:16px;
  text-align:center;
  color:#ffffff;
}

.side_navi_tabs{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  border-bottom:2px solid #4A5F88;
}
.side_navi_tabs [data-show-type]:before{
  content:attr(data-show-type);
}
.side_navi_tabs > *{
  padding:1em 0 calc(1em - 5px);
  border-bottom:5px solid transparent;
  text-align:center;
}
.side_navi_tabs a{
  display:flex;
  align-items:center;
  padding:1.25em 1em calc(1em - 7px);
  color:#002063;
}
.side_navi_tabs a.active{
  border-bottom:5px solid #002163;
}
.side_navi_tabs a i{
  font-size:14px;
}
.side_navi_tabs a p{
  font-size:14px;
}

.side_navi_list{
  display:none;
  padding:1rem;
  width: 100%;
  box-sizing: border-box;
  background:#ffffff;
}
.side_navi_list.active{
  display:block;
}
.side_navi_list > *:first-child{
  margin-top:4px;
}

.side_navi_list h3{
  margin-top:24px;
  padding:0.75em 1em;
  background-color:#4A5F88;
  font-size:14px;
  text-align:center;
  line-height:1;
  color:#ffffff;
}
.side_navi_list h3 span{
  font-weight:bold;
}
.side_navi_list > h3:first-of-type{
  border-top:0;
}
.side_navi_list h4{
  margin-top:1.5rem;
}
.side_navi_list h3 + h4{
  margin-top:1rem;
}

.side_navi_list ul{
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  margin-top:0.25rem;
}
.side_navi_list > ul > li{
  margin-top:0.5rem;
  line-height:1.25;
}
.side_navi_list ul li a{
  display:flex;
  justify-content:space-between;
  color:#002063;
}
.side_navi_list ul li a > *{
  margin-left:0.5rem;
}
.side_navi_list ul li a > *:first-child{
  margin-left:0;
}

.side_nav_list_nocontents{
  display:flex;
  align-items:center;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
}
.side_nav_list_nocontents h3{
  flex:1;
  padding:0.25em 0 0.25em 0.5em;
  border-top: 0;
}
.side_nav_list_nocontents ul{
  padding-left:0;
}
.side_nav_list_nocontents ul li{
  padding-bottom:0;
}

.side_navi_links{
  display:none;
}


/* COMMON */

/* 詳細ページ共通 */
.common_contents{
  margin-top:3rem;
  padding:0 0 0 1rem;
}
.big_title + .common_contents,
.breadcrumb + .common_contents,
.common_kamban + .common_contents{
  margin-top:1rem;
}
.breadcrumb > p{
display:flex;
align-items:center;
flex-wrap:wrap;
margin-left:-0.5em;
}
.breadcrumb > p > *{
margin-left:0.5em;
margin-right:0.5em;
}

/* 詳細ページ左側のテーブル */
.common_table{
  border-bottom:1px solid #b0b0b1;
  margin-top:1rem;
}
.common_table > dl{
  display:flex;
  flex-direction:row;
  border-top:1px solid #b0b0b1;
  padding:0.5em 1em;
}
.common_table > dl > dt,
.common_table > dl > dd{
  line-height:1.5;
}
.common_table > dl > dt{
  width:10em;
}
.common_table > dl > dd{
  flex:1;
}
.common_table > dl > dd > *{
  margin-top:0.5rem;
}
.common_table > dl > dd > *:first-child{
  margin-top:0;
}

/* 詳細画面に看板画像がある場合 */
.common_kamban{
  margin-top:1rem;
  padding:0 1rem;
}

/* 詳細画面に背景が灰色のお知らせがある場合 */
.common_appeal_in{
  padding:16px 1em;
  background:#f2f2f2;
  border:1px solid #b0b0b1;
}
.common_appeal_in > *{
  margin-top:16px;
}
.common_appeal_in > *:first-child{
  margin-top:0;
}
.common_appeal_in > h3{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:18px;
}
.common_appeal_in > h3 a{
  font-size:12px;
}
.common_appeal_in dl + dl{
  margin-top: calc(16px - 0.125em)
}
.common_appeal_in dl dt,
.common_appeal_in dl dd{
  line-height:1.25;
}
.common_appeal_in dl dt{
  margin-bottom:8px;
  padding-bottom:4px;
  border-bottom:1px solid #b0b0b1;
}
.common_appeal_in dl dd{
  position:relative;
}
.common_appeal_in dl dt ~ dd{
  padding-left:1em;
}
.common_appeal_in dl dd.common_appeal_list:before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
  width:1em;
  height:1em;
}
.common_appeal_in dl dd + dd{
  margin-top:8px;
}
.common_appeal_in_article{
	display: flex;
	justify-content: space-between;
}
.common_appeal_in_article_left{
	width: 75%;
	padding-right: 1em;
}

/* 警告用の色 */
.caution{
  font-weight:bold;
  color:red;
}

.big_title{
  width:100%;
  margin:0 auto 1rem;
  box-sizing:border-box;
}
.big_title h1{
  font-size:20px;
  font-weight:bold;
  border-left: 8px solid #002063;
  padding: 0.275em 0 0.225em 0.5em;
  line-height:1.25;
}
.big_title_search h1{
  white-space:nowrap;
}
@media screen and (max-width: 374px){
  .big_title h1{
    font-size:16px;
  }
}

.all_small_title{
  padding:0.3em 0 0.2em 0.5em;
  border-left:8px solid #002063;
  line-height:1.4;
  font-weight:bold;
  font-size:20px;
  color:#4a4a4a;
}

/* リンクの色 */
a{
  color: #0066CC;
}
.black{
  background-color: #000;
}
.red{
  color: #cc0000;
}

/* 余白 */
.mt_1em{
  margin-top:1em!important;
}
.mt_1rem{
margin-top:1rem;
}
.common_padding{
padding:24px 0;
}
.common_horizon{
border-top:3px solid #002063;
}
.line_height_14{
line-height:1.4;
}
.text_align_center{
text-align:center;
}
.color_blue{
  color:#0000cc;
}
.color_purple{
  color:#002063;
}
.font_weight_bold{
  font-weight:bold;
}

/* FLEX */
.display_none{
  display:none;
}
.display_block{
  display:block;
}
.display_flex{
  display:flex;
}
.flex_direction_column{
flex-direction:column;
}
.flex_direction_row{
flex-direction:row;
}
.justify_content_center{
justify-content:center;
}
.justify_content_flex_end{
justify-content:flex-end;
}
.justify_content_flex_start{
justify-content:flex-start;
}
.align_items_center{
align-items:center;
}
.flex_1{
flex:1;
}
.smart_break{
display:none;
}

/* リスト用 */
.common_list_disc{
	list-style: disc inside;
}
.common_list_decimal{
	list-style: decimal inside;
}

/* TEMPLATES */
.contents_template{
  margin: 3rem auto 0;
}
.big_title + .contents_template,
.contents_template_pankuzu + .contents_template,
.contents_template_thumbnail + .contents_template{
  margin: 1rem auto 0;
}
.contents_template_in{
  width: 100%;
  box-sizing: border-box;
}
.contents_template_contents{
  margin-top:1rem;
}

/* JAVASCRIPT */
/* ページトップリンク */
#go_top{
  position:fixed;
  z-index:100;
  bottom:calc(3em + 20px);
  right:20px;
  max-width:15%;
  width:60px;
  background:#002063;
}

#go_top img{
  width:100%;
}

/* modaal */
.modaal-inner-wrapper{
  padding:1.5vw;
}
.modaal-content-container{
  padding:1rem;
}

/* loading */
#loading{
  display:none;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  position:fixed;
  left:0;
  top:0;
  z-index:-9999;
  opacity:0;
  width:100vw;
  height:100vh;
  background:rgba(255,255,255,1);
}
#loading.active{
  display:flex;
  z-index:9999;
  opacity:1;
}
#loading p{
  margin-top:1em;
}

/* -∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴- */
/* PC                                       */
/* -∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵- */

@media screen and (min-width: 1024px){
  a:hover{
    text-decoration:underline;
  }
  a:hover img{
    opacity:0.75;
  }

  .common_tools_right > ul > li > a,
  .common_tools_right .common_tools_right_search_in > a{
    transition: 0.3s ease-in-out;
  }
  .common_tools_right > ul > li > a:hover,
  .common_tools_right .common_tools_right_search_in > a:hover{
    box-shadow:3px 3px 3px rgba(0,0,0,0.2) inset;
  }

  .contents_in .common_tools_top a:hover{
    text-decoration:none;
  }
  .contents_in .common_tools_bottom a:hover{
    text-decoration:underline;
  }

  .side_navi_tabs > a.active{
    cursor:default;
  }
  .side_navi_tabs > a:hover{
    text-decoration:none;
  }
  .side_navi_tabs > a:hover:not(.active){
    border-bottom:5px solid #4A5F88;
  }

  .side_navi_list ul li a:hover{
    text-decoration:none;
  }
  .side_navi_list ul li a:hover span{
    text-decoration:underline;
  }

  .side_buttons_area li a:hover{
    text-decoration:none;
  }
  #go_top:hover{
    opacity:0.75;
    cursor:pointer;
  }
}

/* -∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴- */
/* TABLET                                   */
/* -∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵- */

@media screen and (max-width: 1023px){
  /* HEADER */
  #header{
    min-width:inherit;
  }
  .header_in{
    box-sizing:border-box;
  }

  /* CONTENTS */
  #contents{
    margin:0 auto;
  }
}

/* -∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴- */
/* SMARTPHONE                               */
/* -∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵-∴-∵- */

@media screen and (max-width: 767px) {
  /* HEADER */
  .header_in{
    align-items:stretch;
    padding:0;
  }
  .header_left{
    flex:1;
    margin:0 3vw 0 0.5rem;
    padding:0.5rem 0;
  }
  .header_left img{
    height:auto;
    max-height:32px;
  }
  .header_right{
    display:none;
  }
  .header_smartphone{
    display:flex;
    background:#0066CC;
  }
  .header_smartphone a{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    padding:1.5vw 0.5rem 1.5vw 3vw;
  }
  .header_smartphone a:hover{
    text-decoration:none;
  }
  .header_smartphone img{
    height:16px;
  }
  .header_smartphone span{
    color:#ffffff;
    margin-left:1.5vw;
    white-space:nowrap;
  }

  /* CONTENTS */
  #contents{
    /* 画像のheight + headerのpadding + border-bottom */
    padding:calc(32px + 3px + 1rem) 0 16px;
    width:100%;
    max-width:960px;
  }

  .contents_in{
    display:block;
    /* コンテンツ全体の余白(画面左のメニューが消えるため) */
    padding:0 0.5rem;
  }

  .contents_left{
    flex:1;
    width:100%;
    margin-right:0;
    padding:1rem 0 0;
    border-right:0;
    border-bottom:3px solid #002063;
  }
  #common_contents > .contents_left{
    padding:0;
  }
  .contents_right{
    box-sizing:border-box;
    max-width:inherit;
    width:100%;
    margin-top:1rem;
    padding-top:16px;
  }
  .contents_right2{
    box-sizing:border-box;
    max-width:inherit;
    width:100%;
    margin-top:1rem;
    padding-top:16px;
  }

  /* SIDEBAR */
  .sidebar_products a{
    position:relative;
    display: block;
    max-width:300px;
    margin:0 auto;
    padding: 0.5rem;
    border: 1px solid #b0b0b1;
  }
  .sidebar_products a:after{
    content:"> 製品情報一覧へ";
    position:absolute;
    right:0.5rem;
    top:1.5rem;
    padding:0.5em 0.75em 0.5em 0.75em;
    background:#0095DE;
    border-radius:5px;
    color:#ffffff;
  }
  .sidebar_in > .sidebar_upcomming{
    margin-bottom:3rem;
  }
  .sidebar_upcomming dl,
  .sidebar_fpb{
    display:flex;
    align-items:center;
    background:#BAD1EC;
  }
  .sidebar_in > .sidebar_fpb{
    border:1px solid #B0B0B1;
  }
  .sidebar_upcomming > dl > dt > a,
  .sidebar_fpb > p > a{
    width: 100%;
  }
  .sidebar_upcomming dl dt,
  .sidebar_fpb p{
    display:flex;
    box-sizing: border-box;
    width: calc(150px - 0.25rem);
    padding:0.5em;
  }
  .sidebar_upcomming dl dd,
  .sidebar_fpb ul{
    flex:1;
    padding:0.5rem;
    border-left:1px solid #b0b0b1;
    background:#ffffff;
  }
  .sidebar_upcomming dl{
    border:1px solid #b0b0b1;
  }
  .sidebar_upcomming dl dt img{
    border-radius:5px;
  }
  .sidebar_upcomming dl dd{
    border-right:0;
    border-bottom:0;
  }
  .sidebar_fpb ul li:first-child{
    margin-top:0;
  }
  .sidebar_in > .sidebar_banners{
    margin-bottom:1rem;
  }
  .sidebar_banners ul{
    display:flex;
    flex-wrap:wrap;
  }
  .sidebar_banners ul li{
    display:flex;
    width:calc(50% - 0.25rem);
    margin-top:1rem;
  }
  .sidebar_banners ul li:nth-child(-n + 2){
    margin-top:0;
  }
  .sidebar_banners ul li:nth-child(odd){
    justify-content:flex-end;
    margin-right:0.25rem;
  }
  .sidebar_banners ul li:nth-child(even){
    justify-content:flex-start;
    margin-left:0.25rem;
  }
  .sidebar_banners > p{
    padding-left:calc(50% - 0.25rem - 150px);
  }
  .sidebar_seminar dt p{
    display:inline;
  }

  .common_table > dl{
    /*flex-direction:column;*/
    display: block;
    padding:0;
    border-left:1px solid #b0b0b1;
    border-right:1px solid #b0b0b1;
  }
  .common_table > dl dt{
    box-sizing:border-box;
    background:#BAD1EC;
    width:100%;
    padding:0.5em;
  }
  .common_table > dl dd{
    padding:0.5em;
    border-top:1px solid #b0b0b1;
  }

  /* SIDE MENU */
  .drawer--left .side_navi_area{
    left:-280px;
    width:280px;
  }
  .drawer-open #wrapper,
  .drawer-open #go_top,
  .drawer-open .side_buttons_area{
    transform:translateX(280px);
  }
  .side_buttons_area{
    display:none;
  }

  .side_navi_menu_for_smartphone{
    display:block;
    margin-bottom:1rem;
  }
  .side_navi_menu_for_smartphone > h3{
    padding:1rem 0;
    background-color:#002163;
    font-size:16px;
    text-align:center;
    color:#ffffff;
  }
  .side_navi_menu_for_smartphone > ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 auto;
    padding-top:1rem;
  }
  .side_navi_menu_for_smartphone > ul > li{
    width:33.2%;
  }
  .side_navi_menu_for_smartphone > ul a{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:1em 0;
    border-radius:1.5em;
    text-align:center;
    color:#002063;
  }
  .side_navi_menu_for_smartphone > ul a i{
    margin-bottom:1rem;
    font-size:2em;
  }
  .side_navi_menu_for_smartphone > ul a p{
    font-size:10px;
  }

  .side_navi_links{
    display:block;
  }
  .side_navi_links > a{
    display: block;
    position:relative;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    border-right: 1px solid #002063;
    border-bottom: 1px solid #002063;
    border-left: 1px solid #002063;
    color: #002063;
  }
  .side_navi_links > a:hover{
    text-decoration:none;
  }
  .side_navi_links > a span{
    position:absolute;
    right:1em;
    top:calc(1em + 2px);
  }

  .smart_break{
    display:inline;
  }

  /* TITLE */
  .all_title,
  .all_small_title{
    font-size:16px;
  }

  /* COMMON */
  .f_left,
  .f_right{
    float:unset;
    width:100%;
  }

  .common_appeal_in_article{
    /*flex-direction: column;*/
    display: block;
    padding-right: 1em;
  }
  .common_appeal_in_article_left{
    width: 100%;
  }
  .common_appeal_in_article_right{
    padding-top: 1em;
    text-align: center;
  }

  /* TEMPLATES */
  .icon_triangle_right_theme_color{
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #002063;
  }

  .contents_template_contents{
    display: block;
  }

  /* JAVASCRIPT */
  .modaal-close{
    right: 20px;
  }
}

@media screen and (max-width: 374px) {
  /* HEADER */
  .header_right a img {
    display: none;
  }
}




#index_news{
display:flex;
}
.index_news_in{
flex:1;
}
.index_news_in ~ *{
display:none;
flex-direction:column;
}
.index_news_in ~ * a{
text-decoration:none;
min-height:0%;
}
.index_news_in ~ * > *{
margin-top:1rem;
padding:1rem;
border:1px solid #acacac;
}
.index_news_in ~ * > *:first-child{
margin-top:0;
}
.index_news_in ~ * > * > *{
margin-top:0.5rem;
}
.index_news_in ~ * > * > *:first-child{
margin-top:0;
}
.index_news_title{
display:flex;
justify-content:space-between;
align-items:center;
border-bottom:1px solid #002063;
}
.index_news_title_left{
display:flex;
font-size:24px;
}
.index_news_title_left > p{
white-space:nowrap;
padding:13px 0.75rem 11px;
border-left:2px solid #002063;
border-top:2px solid #002063;
border-right:2px solid #002063;
font-weight:bold;
}
.index_news_title_left > p:first-child{
background-color:#002063;
color:#ffffff;
}
.index_news_title_left > p:last-child{
color:#002063;
background-color:#ffffff;
}
_:-ms-lang(x)::-ms-backdrop, .index_news_title_right{
display:none;
}
.index_news_title_right > ul,
.index_news_title_right > ul > li{
display:flex;
justify-content:flex-end;
align-items:center;
}
.index_news_title_right > ul{
flex-wrap:wrap;
margin-top:-10px;
}
.index_news_title_right > ul > li{
margin-left:1rem;
margin-top:5px;
}
.index_news_title_right > ul > li:first-child{
margin-left:0;
}
.index_news_title_right > ul > li:nth-child(n + 7){
display:none;
}
.index_news_title_right > ul > li > *{
margin-left:0.5rem;
}
.index_news_title_right > ul > li > *:first-child{
margin-left:0;
}

.index_news_icon{
white-space:nowrap;
padding:6px 0.75em 4px;
line-height:1;
font-weight:bold;
font-size:10px;
color:#ffffff;
}
.index_news_icon.press{
background-color:#00308A!important;
}
.index_news_icon.news{
background-color:#0086A6!important;
}
.index_news_icon.adopt{
background-color:#008A07!important;
}
.index_news_icon.versionup{
background-color:#D10000!important;
}
.index_news_icon.new{
background-color:#0086A6!important;
background-color:#FF4700!important;
}
.index_news_icon.seminar{
background-color:#A15B00!important;
}

.index_news_list > ul > li > dl,
.index_news_list > ul > li > dl > dt{
display:flex;
}

.index_news_list{
padding:0.5em 1em 0;
}
.index_news_list > ul > li{
/* padding:0.5rem 0; */
border-bottom:1px solid #cccccc;
}
.index_news_list > ul > li:last-child{
margin-bottom:0;
}
.index_news_list > ul > li > dl{
align-items:flex-start;
}
.index_news_list > ul > li > dl > *{
align-items:center;
}
.index_news_list > ul > li > dl > dt{
padding:0.55rem 0 0.45rem;
}
.index_news_list > ul > li > dl > dt p{
margin-left:0.5em;
line-height:1.25;
}
.index_news_list > ul > li > dl > dd{
display:flex;
flex-direction:row;
justify-content:flex-start;
align-items:flex-start;
padding:5px 0 4px;
}
.index_news_list > ul > li > dl > dt + dd{
flex:1;
flex-direction:column;
margin-left:1rem;
padding:0.55rem 0 0.45rem;
word-break:break-all;
}
_:-ms-lang(x)::-ms-backdrop, .index_news_list > ul > li > dl > dt + dd{
flex-direction:row;
}
.index_news_list > ul > li > dl > dt + dd p{
line-height:1.25;
}
.index_news_list > ul > li > dl > dd .index_news_icon{
margin-left:1rem;
}
.index_news_list > ul > li > dl > dd .index_news_icon + .index_news_icon{
margin-left:0.5rem;
}
.index_news_recommend1sp{
	display: none;
}
.index_news_recommend1sp > div {
	margin-top: 1rem;
    padding: 0.5rem;
    border: 1px solid #acacac;
	width: 50%;
}
.index_news_recommend1sp > div:first-child{
	margin-right: 0.5rem;
}
.index_news_recommend1sp > div > p {
	margin-top: 0.25rem;
	line-height: 1rem;
}

@media screen and (min-width: 1652px){
  .index_news_recommend1,
  .index_news_recommend2{
    display:flex;
    width:300px;
    margin-left:1rem;
  }
}

@media screen and (min-width: 1338px) and (max-width: 1651px){
  .index_news_recommend1{
    display:flex;
    width:300px;
    margin-left:1rem;
  }
  .index_news_recommend2{
    display:none;
  }
}

@media screen and (max-width: 820px){
  .index_news_title_right > ul > li:nth-child(-n + 6){
    display:none;
  }
  .index_news_title_right > ul > li:last-child{
    display:flex;
    margin-left:0.75rem;
  }
  .index_news_title_right > ul > li:nth-child(n + 7) > a{
    display:flex;
    align-items:center;
    text-decoration:none;
  }
  .index_news_title_right > ul > li:nth-child(n + 7) > a > i{
    margin-right:0.25em;
    font-size:16px;
  }
  .index_news_title_right > ul > li:nth-child(n + 7) > a > p{
    font-size:12px;
  }
  .index_news_recommend1sp{
      display: flex;
  }
}
@media screen and (max-width: 600px){
  .index_news_title{
    font-size:10px;
  }
  .index_news_title_left{
    font-size:20px;
  }
  .index_news_title_left > p{
    padding:7px 0.75rem 5px;
  }
  .index_news_title_right > ul{
    margin-top:0;
  }
  .index_news_title_right > ul > li{
    margin-top:0;
    margin-left:0.75rem;
  }
  .index_news_title_right > ul > li > p{
    margin-left:0.25rem;
  }
}

@media screen and (max-width: 552px){
  .index_news_title_right > ul > li:nth-child(2){
    margin-left:0;
  }
  .index_news_recommend1sp > div > div > p > a {
      font-size: 10px;
  }
}

@media screen and (max-width: 413px){
  .index_news_title_right > ul > li:nth-child(-n + 6){
    display:none;
  }
  .index_news_title_right > ul > li:last-child{
    display:flex;
    margin-left:0.75rem;
  }
  .index_news_title_right > ul > li:nth-child(n + 6) > a{
    display:flex;
    align-items:center;
    text-decoration:none;
  }
  .index_news_title_right > ul > li:nth-child(n + 6) > a > i{
    margin-right:0.25em;
    font-size:16px;
  }
  .index_news_title_right > ul > li:nth-child(n + 6) > a > p{
    font-size:12px;
  }

  .index_news_list > ul > li > dl > dd + dd{
    flex-direction:column;
    align-items:stretch;
  }
  .index_news_list > ul > li > dl > dd .index_news_icon{
    width:3em;
    margin-left:0.5rem;
    text-align:center;
  }
  .index_news_list > ul > li > dl > dd .index_news_icon + .index_news_icon{
    margin-top:0.5rem;
  }
}
