@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author:  Richard Clark - http: //richclarkdesign.com
*/
/*********************************/
/*リセット*/
/*********************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  vertical-align: baseline;
  outline: 0;
}

html {
  font-weight: 300;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
em {
  font-weight: 600;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #999999;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

input,
select {
  vertical-align: middle;
}

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
  /*1em=10pxに*/
}
@media print {
  html {
    height: auto;
  }
}

body {
  width: 100%;
  background: #FFFFFF;
  color: #333333;
  font-family: "Open Sans", Arial, Verdana, Roboto, hiragino-kaku-gothic-pron, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media print {
  body {
    height: auto;
  }
}

/*********************************/
/*リンクの設定*/
/*********************************/
a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:link {
  color: #145C7B;
  text-decoration: none;
}

a:visited {
  color: #145C7B;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: #14768C;
  text-decoration: underline;
}

/*********************************/
/* フォントサイズ情報*/
/*********************************/
.nav {
  font-size: 1.4rem;
}

/*（13px）メインメニュー*/
.lang_nav {
  font-size: 1.4rem;
}

#main_aria {
  font-size: 1.6rem;
}

/*（16px）メインエリア*/
#footer {
  font-size: 1.3rem;
}

/*（13px）フッター*/
/*********************************/
/*共通パーツの設定*/
/*********************************/
#wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media print {
  #wrap {
    display: block;
    min-height: auto;
    height: auto;
  }
}

/*********************************/
/*ヘッダー部*/
/*********************************/
#header {
  width: 100%;
  background: #FFFFFF;
  height: 70px;
  position: static;
}
@media print, screen and (min-width:600px) {
  #header {
    width: 100%;
    height: 80px;
    border-bottom: 4px solid #dddddd;
    margin-bottom: 25px;
  }
}

.logo_wrap {
  width: calc(100% - 80px);
  height: 70px;
  padding: 17px 0 0 10px;
  background: #FFFFFF;
  z-index: 102;
  position: relative;
}
@media print, screen and (min-width:600px) {
  .logo_wrap {
    background: none;
    padding: 22px 0 0 10px;
    width: auto;
  }
}

@media print, screen and (min-width:600px) {
  #header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width:960px) {
  #header_wrap {
    width: 960px;
    margin: 0 auto;
  }
}

.logo {
  height: 24px;
  padding: 0;
}
@media print, screen and (min-width:600px) {
  .logo {
    height: 30px;
  }
}

a:has(.logo) {
  display: inline-block;
  height: auto;
  width: 100%;
}
@media print, screen and (min-width:600px) {
  a:has(.logo) {
    width: auto;
  }
}

/*********************************/
/*ナビ部*/
/*********************************/
/*ナビON　OFFインターフェース*/
#nav_UI {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  background: #999999;
  border-radius: 5px;
  z-index: 102;
  border: 0;
}
#nav_UI span {
  width: 30px;
  height: 4px;
  background: #FFFFFF;
  position: absolute;
  z-index: 103;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  border-radius: 1px;
}
@media print, screen and (min-width:600px) {
  #nav_UI span {
    -webkit-transition: none;
    transition: none;
  }
}
#nav_UI span:first-child {
  top: 11px;
  left: 10px;
}
#nav_UI span:nth-child(2) {
  top: calc(50% - 2px);
  left: 10px;
}
#nav_UI span:nth-child(3) {
  bottom: 11px;
  left: 10px;
}
#nav_UI[aria-expanded=true] span {
  width: 40px;
}
#nav_UI[aria-expanded=true] span:first-child {
  -webkit-transform: translateX(3px) rotate(45deg);
          transform: translateX(3px) rotate(45deg);
}
#nav_UI[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
#nav_UI[aria-expanded=true] span:nth-child(3) {
  -webkit-transform: translateX(0) translateY(4px) rotate(-45deg);
          transform: translateX(0) translateY(4px) rotate(-45deg);
}
@media print, screen and (min-width:600px) {
  #nav_UI {
    display: none;
  }
}

.main_nav li.no_mb {
  display: none;
}
@media print, screen and (min-width:600px) {
  .main_nav li.no_mb {
    display: block;
  }
}

/*メニュー表示時オーバーレイ*/
#overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
}

#nav_wrap {
  position: fixed;
  right: 0;
  top: 0;
  padding-top: 70px;
  background: #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  z-index: 101;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
@media print, screen and (min-width:600px) {
  #nav_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background: none;
    height: 80px;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
}
#nav_wrap.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

/*メインナビ 共通*/
.nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width:600px) {
  .nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.nav h2 {
  display: none;
}

.main_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin-bottom: -5%;
}
.main_nav::after {
  content: "";
  display: block;
  width: 30%;
}
.main_nav li {
  width: 30%;
  margin-bottom: 5%;
  position: relative;
}
@media print, screen and (min-width:600px) {
  .main_nav li.no_pc {
    display: none;
  }
}
.main_nav li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.main_nav li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
  background: #005baa;
  border-radius: 5px;
}
.main_nav li a:hover, .main_nav li a:focus-visible {
  background: #3BBCFF;
  color: #333333;
}
.main_nav li a p {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
}

/*言語ナビ*/
.lang_nav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 20px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width:600px) {
  .lang_nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    margin-left: 15px;
  }
}
.lang_nav h2 {
  font-size: 1.5rem;
}
@media print, screen and (min-width:600px) {
  .lang_nav h2 {
    display: none;
  }
}
.lang_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (min-width:600px) {
  .lang_nav ul {
    width: auto;
    margin-right: 5px;
  }
}
.lang_nav ul li {
  width: 40%;
  margin-left: 5%;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width:600px) {
  .lang_nav ul li {
    width: auto;
    margin-left: 10px;
  }
}
.lang_nav ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media print, screen and (min-width:600px) {
  .lang_nav ul li:before {
    content: none;
  }
}
.lang_nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #999999;
  border-radius: 5px;
  text-decoration: none;
}
@media print, screen and (min-width:600px) {
  .lang_nav ul li a {
    position: relative;
    color: #333333;
    background: none;
    border-radius: 0;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lang_nav ul li a:hover, .lang_nav ul li a:focus-visible {
  background: #3BBCFF;
}
@media print, screen and (min-width:600px) {
  .lang_nav ul li a:hover, .lang_nav ul li a:focus-visible {
    background: none;
    border-bottom: 2px solid #005baa;
    padding-top: 2px;
  }
}
.lang_nav ul li.lang_active a {
  background: #005baa;
}
@media print, screen and (min-width:600px) {
  .lang_nav ul li.lang_active a {
    background: none;
    background: none;
    border-bottom: 2px solid #005baa;
    padding-top: 2px;
  }
}

@media print, screen and (min-width:600px) {
  /*TOPナビ*/
  .top_nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
    width: auto;
  }
  .top_nav::after {
    content: none;
  }
  .top_nav img {
    display: none;
  }
  .top_nav li {
    width: auto;
    margin-bottom: 0;
    position: relative;
  }
  .top_nav li:before {
    content: none;
  }
  .top_nav li a {
    position: relative;
    color: #333333;
    text-align: center;
    background: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    padding: 0 5px;
    height: 80px;
  }
  .top_nav li a:hover, .top_nav li a:focus-visible {
    background: none;
    text-decoration: none;
    border-bottom: 4px solid #005baa;
    padding-top: 4px;
  }
  .top_nav li a p {
    position: relative;
    bottom: 0;
  }
  /*ページナビ
  .page_nav{
  	li a{
  		transition: 0.1s;
  	}
  }*/
}
/*********************************/
/*メインエリア部*/
/*********************************/
#main_aria {
  width: 96%;
  min-height: 0%;
  margin: 0 auto;
}
@media print, screen and (min-width:960px) {
  #main_aria {
    width: 960px;
    margin: 0 auto;
  }
}
@media print {
  #main_aria {
    display: block;
    height: auto;
  }
}

/*********************************/
/*footer部*/
/*********************************/
#footer {
  overflow: hidden;
  width: 100%;
  background: #005baa;
  margin: auto auto 0;
  color: #FFFFFF;
}
#footer a {
  color: #FFFFFF;
}
#footer h2 {
  display: none;
}
#footer small {
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.footer_nav {
  text-align: center;
  margin: 10px 0;
}
.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_nav ul li {
  margin: 0 2px;
}
.footer_nav > li {
  margin: 0 5px;
}

/*********************************/
/*リンクアイコン*/
/*下の方に書かれたアイコンが最終的に採用されます*/
/*********************************/
/*外部リンクにアイコンを付ける*/
a[target=_blank]:not(.imglink)::after {
  content: "";
  padding-right: 15px;
  background: url(../img/icon_newwindow.gif) 2px center no-repeat;
}

/*PDFにアイコンを付ける*/
a[href$=".pdf"]:not(.imglink)::after {
  content: "";
  padding-right: 13px;
  background: url(../img/icon_pdf.gif) 2px center no-repeat;
}

/*エクセルにアイコンを付ける*/
a[href*=".xls"]:not(.imglink)::after {
  content: "";
  padding-right: 13px;
  background: url(../img/icon_exl.gif) 2px center no-repeat;
}

/*Wordにアイコンを付ける*/
a[href*=".doc"]:not(.imglink)::after {
  content: "";
  padding-right: 13px;
  background: url(../img/icon_word.gif) 2px center no-repeat;
}

/*PPTにアイコンを付ける*/
a[href*=".ppt"]:not(.imglink)::after {
  content: "";
  padding-right: 13px;
  background: url(../img/icon_ppt.gif) 2px center no-repeat;
}

/*********************************/
/*メインエリア共通パーツの設定*/
/*********************************/
/*TOPへ戻るボタン*/
#retop {
  opacity: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
#retop a {
  display: inline-block;
  height: auto;
  width: auto;
}

/*********************************/
/*共通テキスト*/
/*********************************/
.cen {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: 600;
  font-style: normal;
}

.normal {
  font-weight: 300;
  font-style: normal;
}

.uline {
  text-decoration: underline;
}

.none_item {
  display: none !important;
}

.main_text .line2 {
  margin-bottom: 2em;
}

/*********************************/
/*スクロールでふわっと表示する*/
/*********************************/
.fadeindiv {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/*動画*/
.m_video:focus-visible {
  outline: 2px solid #000000;
}

/*テキストの回りこみ解除*/
@media print, screen and (min-width:600px) {
  .clear::after {
    content: "";
    clear: both;
    display: block;
  }
}

/*********************************/
/*共通情報*/
/*********************************/
.main_text {
  margin: 0 15px 80px;
}
@media print, screen and (min-width:600px) {
  .main_text {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.select_menu_div {
  margin: 0 15px 20px;
}
@media print, screen and (min-width:600px) {
  .select_menu_div {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.h_title {
  font-size: 2.4rem;
  display: block;
  background: #005baa;
  color: #FFFFFF;
  padding: 26px 15px;
}
@media print, screen and (min-width:600px) {
  .h_title {
    padding: 26px 50px;
  }
}

.h_med1 {
  /*メインの中見出し 元はh3*/
  font-size: 2.4rem;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  color: #005baa;
  padding: 10px 5px;
  margin-bottom: 20px;
}

.h_sub1 {
  /*メインの小見出し 元はh4*/
  font-size: 2rem;
  border-bottom: 1px solid #999999;
  color: #005baa;
  padding: 0 5px;
  margin-bottom: 15px;
}

.h_min1 {
  /*補足用見出し1  元はh5*/
  font-size: 1.8rem;
  border-bottom: 1px dotted #999999;
  padding: 0 5px;
  margin-bottom: 15px;
}

.h_min2 {
  /*補足用見出し2  元はh6*/
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.main_text p {
  margin-bottom: 10px;
}

/*パンくずリスト*/
.br_list_div {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 30px;
  background: #eeeeee;
}
@media print, screen and (min-width:600px) {
  .br_list_div {
    overflow: hidden;
  }
}

.br_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0px 15px;
  font-size: 1.4rem;
}
.br_list li {
  width: auto;
  padding: 10px 0;
  white-space: nowrap;
}
.br_list li:nth-child(n+2) {
  background: url("../img/br_list.svg") 7px center no-repeat;
  background-size: contain;
  padding-left: 25px;
}
@media print, screen and (min-width:600px) {
  .br_list {
    padding-left: 50px;
  }
  .br_list li {
    padding: 4px 0;
  }
}

/*パンくずリストの無いページのH2用*/
.no_brlist {
  margin-bottom: 30px;
}

/*コンテンツメニューリスト*/
.con_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_list li {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.con_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.con_list li a:hover img, .con_list li a:focus-visible img {
  opacity: 0.5;
}
.con_list li a:hover .h_conlist, .con_list li a:focus-visible .h_conlist {
  background: #3BBCFF;
  color: #333333;
}
.con_list li img {
  width: 100%;
}
@media print, screen and (min-width:600px) {
  .con_list li a img {
    min-height: 0%;
  }
}
@media print, screen and (min-width:600px) and (max-width:959px) {
  .con_list li {
    width: 48%;
    margin-bottom: 4%;
  }
  .con_list li:nth-child(2n) {
    margin-left: 4%;
  }
}
@media print, screen and (min-width:960px) {
  .con_list li {
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .con_list li:nth-child(3n) {
    margin-right: 0;
  }
}

.h_conlist {
  font-size: 1.8rem;
  border-bottom: none;
  background: #005baa;
  color: #FFFFFF;
  margin-bottom: 0;
  padding: 4px 10px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*デフォルト画像*/
.img_cen,
.img_left,
.img_right {
  /*left,rightはPCでは回り込みのある画像だが、モバイルでは全て同じ表示*/
  margin: 0 auto 15px;
  display: block;
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width:600px) {
  .img_left {
    /*回り込みあり。親のDivに必ず.clearを入れること*/
    margin: 0 15px 15px 0;
    float: left;
  }
  .img_right {
    /*回り込みあり。親のDivに必ず.clearを入れること*/
    margin: 0 0 15px 15px;
    float: right;
  }
}
/*********************************/
/*セレクト関連*/
/*********************************/
/*セレクトメニュー*/
.select_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select_menu li {
  text-align: center;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.select_menu li:nth-of-type(2n) {
  /*2の倍数番目のマージンを0に*/
  margin-right: 0;
}
@media print, screen and (min-width:600px) {
  .select_menu li:nth-of-type(2n) {
    margin-right: 2%;
  }
}
.select_menu li.no_data {
  height: 0;
  margin: 0;
}
.select_menu li a {
  background: #FFFFFF;
  color: #005baa;
  padding: 3px 15px;
  border-radius: 5px;
  border: 2px solid #005baa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.select_menu li a:hover, .select_menu li a:focus-visible {
  background: #3BBCFF;
  text-decoration: none;
  border-color: #3BBCFF;
  color: #333333;
}

li.select_menu_active a {
  background: #005baa;
  color: #ffffff;
}

/*セレクトボタン*/
a.select_btn {
  background: #005baa;
  padding: 3px 15px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  width: auto;
}
a.select_btn:hover, a.select_btn:focus-visible {
  background: #3BBCFF;
  color: #333333;
  text-decoration: none;
}

/*セレクトサブメニュー*/
.select_submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select_submenu li {
  margin-right: 10px;
  font-size: 1.8rem;
}

@media print, screen and (min-width:600px) {
  .select_menu_4 li {
    width: 23.5%;
  }
  .select_menu_4 li:nth-of-type(4n) {
    /*4の倍数番目のマージンを通常に戻す*/
    margin-right: 0;
  }
  .select_menu_5 li {
    width: 18.4%;
  }
  .select_menu_5 li:nth-of-type(5n) {
    /*5の倍数番目のマージンを通常に戻す*/
    margin-right: 0;
  }
}
/*********************************/
/*デフォルトテーブル*/
/*テーブルなどの共通情報*/
/*********************************/
.main_table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px #999999 solid;
  text-align: left;
}
.main_table th,
.main_table td {
  border: 1px #999999 solid;
  vertical-align: middle;
  padding: 5px 10px;
}
.main_table th {
  background: #eeeeee;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-weight: normal;
}
.main_table td {
  background: #FFFFFF;
}
.main_table td p:last-child {
  margin-bottom: 0;
}
.main_table tr {
  page-break-inside: avoid;
}

span.wbrspan {
  display: inline-block;
}

.cen_table th,
.cen_table td {
  text-align: center;
}

/*横長のテーブルでスマホ版はスクロールさせる*/
.table_scr {
  overflow-x: scroll;
}
@media print, screen and (min-width:600px) {
  .table_scr {
    overflow-x: hidden;
  }
}

/*改行禁止テーブル*/
.nowrap_table td {
  white-space: nowrap;
}
@media print, screen and (min-width:600px) {
  .nowrap_table td {
    white-space: normal;
  }
}

/*製品情報　問合せ／カタログDL等*/
.item_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

@media print {
  .item_contact {
    page-break-inside: avoid;
  }
}
.item_contact li {
  width: 80%;
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .item_contact li {
    width: 200px;
    text-align: center;
  }
}
.item_contact li + li {
  margin-top: 15px;
}

@media print, screen and (min-width: 600px) {
  .item_contact li + li {
    margin: 0 0 0 20px;
  }
}
.item_contact li a {
  padding: 15px 0;
  width: 100%;
  display: block;
  font-size: 2rem;
  border-radius: 5px;
  background: #005baa;
  text-decoration: none;
  color: #ffffff;
}

.item_contact li a:hover,
.item_contact li a:focus-visible {
  background: #2bc5fc;
  color: #333333;
}

.contact_atn {
  font-size: 1.3rem;
}

/*********************************/
/*form
/*********************************/
.input_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
  width: 100%;
}
.input_div + div.input_div {
  border-top: dotted 1px #999999;
}
.input_div label,
.input_div dt {
  display: block;
  width: 100%;
  padding-left: 5px;
  margin-bottom: 5px;
}
@media print, screen and (min-width:600px) {
  .input_div label,
  .input_div dt {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
}
.input_div dd {
  width: 100%;
}
@media print, screen and (min-width:600px) {
  .input_div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.input_div span {
  color: #FFFFFF;
  font-size: 1.4rem;
  background: #E62600;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 3px;
  display: inline-block;
}
.input_div input,
.input_div select,
.input_div textarea {
  font-family: inherit;
  font-size: 100%;
  border-radius: 3px;
  border: 1px solid #999999;
  width: 100%;
}
@media print, screen and (min-width:600px) {
  .input_div input,
  .input_div select,
  .input_div textarea {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
.input_div input {
  padding: 3px;
}
.input_div textarea {
  height: 20rem;
  padding: 3px;
}

.submit_div {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 130px;
}
.submit_div p {
  width: 100%;
}

.submit_button {
  background: #005baa;
  font-family: inherit;
  font-size: 1.8rem;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  display: block;
  padding: 10px 50px;
  letter-spacing: 1rem;
  text-indent: 1rem;
  margin: 20px auto 5px;
  cursor: pointer;
  width: 100%;
}
.submit_button:hover, .submit_button:focus-visible {
  background: #3BBCFF;
}
@media print, screen and (min-width:600px) {
  .submit_button {
    width: auto;
    padding: 10px 50px;
    margin: 20px auto 5px;
  }
}

a.submit_button:visited,
a.submit_button:link {
  color: #ffffff;
  text-decoration: none;
}

.return_button {
  position: absolute;
  top: 70px;
  left: 0;
  width: auto;
  background: #FFFFFF;
  border: 2px solid #999999;
  color: #333333;
  padding: 8px;
}
.return_button:hover, .return_button:focus-visible {
  color: #FFFFFF;
  border-color: #3BBCFF;
}
.return_button:focus-visible {
  outline: 2px solid #000000;
}
@media print, screen and (min-width:600px) {
  .return_button {
    left: 0;
    top: 0;
    padding: 8px;
  }
}

/* IME制御（IE限定） */
.ime_on {
  ime-mode: active;
}

.ime_off {
  ime-mode: inactive;
}

/*無効中のボタン*/
.no_submit {
  background: #FFFFFF;
  color: #767676;
  border: 2px solid #767676;
  cursor: auto;
}
.no_submit:hover {
  background: #FFFFFF;
  color: #767676;
}

.form_att_div {
  background: #eeeeee;
  padding: 15px;
  font-size: 1.4rem;
}

.error_notice {
  padding: 15px;
  color: #FFFFFF;
  background: #E62600;
  border-radius: 5px;
}
.error_notice .h_min1 {
  border-bottom-color: #FFFFFF;
}

/*エラー表示*/
.err_nodata {
  background: #FFF3E9;
}

.input_div input.err_input,
.input_div select.err_input,
.input_div textarea.err_input {
  border: 2px solid #E62600;
  background: #FFF3E9;
}

.err_div {
  width: 100%;
  color: #E62600;
  font-size: 1.4rem;
}
@media print, screen and (min-width:600px) {
  .err_div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3px 0 3px 10px;
  }
}