@charset "utf-8";
/* ダウンロード系ページ */

.catalog_list {
  width: 100%;
}
.catalog_list::before,
.catalog_list::after {
  content: "";
  display: block;
  width: 21%;
  height: 0;
}
.catalog_list::before {
  order: 1;
}
.catalog_list li {
  width: 21%;
  padding: 4em 0 6em;
  position: relative;
}
.catalog_list li > img {
  box-shadow: 3px 3px 10px 0 #DDD;
}
.catalog_title {
  font-weight: bold;
  padding: 1em 0;
}
.catalog_title span {
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
}
.catalog_list .button_gradation ,
.catalog_list .button_gradation_red {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2em;
}
.catalog_list .button_gradation a,
.catalog_list .button_gradation_red a {
  padding: 0.75em;
}
.catalog_subtitle {
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  background: #2B73BA;
  padding: 0.7em 0;
/*  margin: 5em 0 -2em;*/
  margin: 0em 0 -2em;
}

.catalog_page{
	position: absolute;
	bottom: -1em;
}

.catalog_page a {
	color: #0000ff;
}

.download_table {
  background: #fff;
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-top: thin solid #CDD6DD;
  border-left: thin solid #CDD6DD;
}
.download_table th,
.download_table td {
  padding: 0.5em 1em;
  border-right: thin solid #CDD6DD;
  border-bottom: thin solid #CDD6DD;
  vertical-align: middle;
}
.download_table th,
.download_table-head th {
  font-weight: normal;
  background: #ABC9E6;
}
.download_table tr:nth-child(even) td:last-child,
.download_table-head tr:nth-child(odd) td:last-child {
  background: #E3F2FF;
}
.download_table-head tr:nth-child(even) td:last-child,
.download_table tr.no_background:nth-child(odd) td {
  background: none;
}
.download_table .width20 {
  width: 20%;
  min-width: 180px;
}
.download_table .width30 {
  width: 30%;
  min-width: 250px;
}
.download_table td a {
  color: #2B73BA;
  text-decoration: underline;
}
.download_table td span {
  display: inline-block;
  width: 48%;
  max-width: 280px;
  min-width: 200px;
}
.download_table + p {
  width: 100%;
  min-width: 900px;
}
.all_center {
  text-align: center;
}

.accordion_child,
.scrollwarp {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.scrollable {
  width: 100%;
  padding-bottom: 45px;
  margin-bottom: -25px;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.tabs_sds {
  width: 100%;
  padding: 4em 0 3em;
}
.tabs_approval li,
.tabs_sds li {
  font-weight: bold;
  text-align: center;
  background: #E3F2FF;
  border-left: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.tabs_approval li {
  line-height: 1.3em;
  min-height: 4em;
  width: 25%;
  border-bottom: 1px solid #fff;
}
.tabs_sds li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 33%;
  padding: 1em 0;
}
.tabs_approval li.select_tab,
.tabs_sds li.select_tab {
  color: #fff;
  background: linear-gradient(to right, #2B73BA 0%, #5EB14E 100%);
}
.tabs_sds li.select_tab {
  z-index: 2;
}
.tabs_sds li.select_tab::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #449284;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) skew(10deg, 10deg);
  z-index: 1;
}
.tabs_approval li span {
  display: inline-block;
  line-height: 1.3em;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.tabs_approval li.select_tab span {
  color: #fff;
}
.tab_content {
  display: none;
}
.tab_content.select_content {
  display: block;
}

.approval_text {
  text-align: center;
  padding: 3em 0 2em;
}
.approval_text span {
  display: inline-block;
}
.approval_subtitle {
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  background: #2B73BA;
  padding: 0.7em 0;
  margin-top: 3em;
}

.sds_subtitle {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #2B73BA;
  padding: 0.7em 0;
  margin-top: 1em;
  cursor: pointer;
  position: relative;
}
.sds_subtitle.firstOne {
  margin-top: 5em;
}
.sds_subtitle::after {
  position: absolute;
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 47%;
  right: 1em;
  transform: translate(0, -50%) rotate(45deg);
  transition: all .3s;
}
.sds_subtitle.open::after {
  transform: rotate(225deg);
}

.login_text {
  font-size: 1.25em;
  text-align: center;
  padding: 5em 0;
}
.login_text span {
  display: inline-block;
}
.login_button {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.login_subtitle {
  position: relative;
  font-size: 1.25em;
  text-align: center;
/*  margin-top: 6.5em;*/
  margin-top: 2.5em;
}
.login_subtitle::before,
.login_subtitle::after {
  position: absolute;
  content: "";
  width: calc(50% - 150px);
  border-top: 1px solid #707070;
  top: 50%;
  left: 0;
  z-index: 1;
}
.login_subtitle::after {
  left: auto;
  right: 0;
}
.login_list {
  padding: 3em 0;
  border-bottom: 1px solid #707070;
}
.login_list li {
  width: 31%;
}

/*　アコーディオン */
/*ベース*/
.toggle {
	display: none;
}
.Label {
	padding: 1em 0em 1em 0em;
	display: block;
	color: #fff;
/*	background:#019ac6;*/
}
.Label::before{
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% + 12px );
/*	top:calc( 50% - 3px );*/
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

@media all and (max-width:1000px) {
  .login_subtitle::before,
  .login_subtitle::after {
    width: calc(50% - 130px);
  }
  .login_list {
    display: block;
    padding: 2em 0 0;
  }
  .login_list li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 2em;
  }
}
@media all and (max-width:960px) {
  .scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background-color: #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
  }
  .scrollbar-thumb {
    height: 8px;
    width: 20px;
    background-color: #3B4043;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
}
@media all and (max-width:750px) {
  .catalog_list li {
    width: 48%;
    padding: 2em 0 5em;
  }
  .catalog_subtitle {
/*    margin: 4em 0 0;	  */
  	margin: 0em 0 -2em;	  
  }

  .sds_subtitle.firstOne {
    margin-top: 3em;
  }

  .tabs_approval,
  .tabs_sds {
    padding: 1em 0 2em;
    margin: 0 -1.5em;
    width: calc(100% + 3em);
  }
  .tabs_approval li {
    width: 50%;
  }
  .tabs_sds li {
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff;
  }
  .tabs_sds li.select_tab::after {
    background: none;
  }

  .approval_text {
    padding: 2em 0 0;
  }
  .approval_subtitle {
    margin-top: 1em;
  }

  .login_text {
    font-size: 1.15em;
    padding: 3em 0;
  }
  .login_subtitle {
    font-size: 1.15em;
    margin-top: 3em;
  }
  .login_subtitle::before,
  .login_subtitle::after {
    width: calc(50% - 100px);
  }
}