@charset "UTF-8";

.news_list {
  width: 100%;
  margin: 5% 5% 2% 0;
}

/* 文章 */
/* body.is-gyosei.is-black .container_detail {
   border: solid #ffea00 1px;
} */

.container_detail_file {
  text-decoration: underline;
}

/* slider */
.main-slider {
  width: 100%;
  padding-bottom: 60px;
}

@media only screen and (max-width:1024px) {
  .main-slider {
    padding-bottom: 40px;
  }
}

/* filling用のdiv */
.container_detail_bottom {
  height: 30px;
  clear: both;
}

/* カテゴリタイトルのリンク */
.right-category-list-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.right-category-list-ul li {
  width: 100%;
}

@media only screen and (max-width:1024px) {
  .right-category-list-ul li {
    width: calc(25% - 3.75px);
    margin: 0 5px 0 0;
  }

  .right-category-list-ul li:nth-child(4n) {
    margin: 0;
  }
}

@media only screen and (max-width:767px) {
  .right-category-list-ul li {
    width: calc(50% - 2.5px);
    margin: 0 5px 0 0;
  }

  .right-category-list-ul li:nth-child(2n) {
    margin: 0;
  }
}

.right-category-list-ul li a {
  display: block;
  font-weight: bold;
  border: 1px #ddd solid;
  margin-top: 6px;
  border-radius: 4px;
  padding: 1.5rem;
  color: #3f72af;
}

.right-category-list-ul li a:hover {
  border: 1px #00a0e8 solid;
  opacity: 1;
}

body.is-gyosei.is-black .right-category-list-ul li a {
  background: white;
  color: #3f72af;
}

/* ▽▽▽htmlなcontent▽▽▽ */
/* h1,h2,h3,h4 */
.contentArticleDoc h1 {
  font-size: 1.5em;
  margin: 0 0 0.667em 0;
}

.contentArticleDoc h2 {
  padding: 14px;
  font-size: 1.25em;
  border-left: 8px transparent solid;
  border-left-color: #2053a1;
  border-image: none;
  border-radius: 4px;
  background-color: #eee;
  margin: 1em 0 1em 0;
}

.contentArticleDoc h3 {
  border: solid #89c88a 1px;
  border-radius: 4px;
  padding: 14px;
  margin: 1em 0 1em 0;
}

.contentArticleDoc h4 {
  padding: 0 0 0.5em 0;
  border-bottom: 2px #eee solid;
  margin: 1em 0 1em 0;
}

.contentArticleDoc h1:first-child,
.contentArticleDoc h2:first-child,
.contentArticleDoc h3:first-child,
.contentArticleDoc h4:first-child {
  margin-top: 0;
}

body.is-gyosei.is-black .contentArticleDoc h2,
body.is-gyosei.is-black .contentArticleDoc h3 {
  background: #00a0e8;
  border-left: initial;
  border-image: initial;
  color: white;
}

/* p */
.contentArticleDoc p {
  margin-top: 10px !important;
}

/* a */
.contentArticleDoc a {
  color: #3f72af;
  text-decoration: underline;
}

.contentArticleDoc a:visited {
  color: #3f72af;
}

.contentArticleDoc a:hover {
  color: red;
}

body.is-gyosei.is-black .contentArticleDoc a {
  color: #ffea00
}

body.is-gyosei.is-black .contentArticleDoc a:hover {
  color: #fff
}

/* ul,li */
.contentArticleDoc ul,
.contentArticleDoc ol {
  margin: 0px 0px 0px 40px;
}

.contentArticleDoc ol {
  list-style-type: decimal;
}

.contentArticleDoc ol li::marker {
  font-size: 1.4rem;
}

.contentArticleDoc li {
  margin: 0.5em 0 !important;
  padding: 0 0.3em !important;
}

.contentArticleDoc ul li {
  list-style: square url("/common/img/common/list_ul1.gif") outside !important;
}

.contentArticleDoc ul ul li {
  list-style: square url("/common/img/common/list_ul2.gif") outside !important;
}

.contentArticleDoc ul ul ul li {
  list-style: square url("/common/img/common/list_ul3.gif") outside !important;
}

/* header,body,maps,rels,tags */
.contentArticleDoc .header {
  display: block;
  margin-bottom: 30px;
  padding: 10px;
  border-top: 1px solid #232f92;
  border-bottom: 1px solid #232f92;
  background-color: #e3f0fa;
}

.contentArticleDoc .header h1 {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

.contentArticleDoc .header .publishedAt {
  margin: 0 !important;
  text-align: right;
}

.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin-bottom: 50px;
  padding: 0px 20px;
}

.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  margin-bottom: 5px;
  padding: 3px 0px 3px 8px;
  border-left: 2px solid #232f92;
  background-color: #f1f1f1;
  font-weight: bold;
}

.contentArticleDoc .body ul {
  list-style-type: disc
}

.contentArticleDoc .rels li {
  margin: 0px;
  padding-left: 8px;
  background-image: url(/common/img/common/ic-list-shinchaku.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
}

.contentArticleDoc .tags div a {
  padding-right: 8px;
}

/* table */
table {
  width: 100%;
}

.contentArticleDoc table tr th,
.contentArticleDoc table tr td {
  border: solid 1px;
}

.contentArticleDoc th {
  background: #f1ecdb;
  /*テーブル見出しの背景色*/
  font-weight: bold !important;
}

/* back */
.contentArticleDoc .back {
  text-align: center;
}

.contentArticleDoc .back a {
  display: block;
  width: 95px;
  margin: 0px auto;
  padding: 3px 0px;
  border: 1px solid #999999;
  background-color: #ececec;
}

/* docs */
.contentArticleDocs .docs {
  margin-left: 10px;
}

.contentArticleDocs .docs h2 {
  margin: 0px 0px 5px 0px;
  padding: 5px 0 5px 10px;
  background-color: #e3f0fa;
  font-weight: bold;
}

.contentArticleDocs .docs ul {
  margin: 0px 0px 25px 7px;
}

.contentArticleDocs .docs li {
  margin: 0px;
  padding: 0px 0px 5px 10px;
  background-image: url(/common/img/common/ic-list-shinchaku.gif);
  background-position: 0px 7px;
  background-repeat: no-repeat;
}

/* ue */
#ue .inquiry {
  clear: both;
  margin: 0px 0px 20px 0px;
  padding: 5px 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333333;
}

#ue .inquiry h2 {
  margin-bottom: 5px;
  background-image: none;
  font-size: 110%;
  font-weight: bold;
}

#ue .tel,
.fax,
.email {
  display: inline;
}

#ue .department,
.section {
  font-weight: bold;
}

#ue .top,
.middle {
  margin-bottom: 0px;
}

#ue .department,
.section,
.tel,
.fax {
  margin-right: 10px;
}

/* Header Banner */
#commonHeader {
  display: none;
}

/* Icons */
.iconFile,
.iconDefault {
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  background-image: url(/common/img/common/icons/icon_note.png);
}

/* Icons - */
.iconFileRight,
.iconDefault {
  padding: 0 25px 12px 0;
  background-repeat: no-repeat;
  background-image: url(/common/img/common/icons/icon_note.png);
  background-position: 100% 0%;
}

.iconBmp,
.iconCsv,
.iconDoc,
.iconDocx,
.iconGif,
.iconJpg,
.iconJpe,
.iconJpeg,
.iconJtd,
.iconLzh,
.iconPdf,
.iconPng,
.iconPpt,
.iconTxt,
.iconXls,
.iconXlsx,
.iconZip {
  height: 40px;
}

.iconBmp {
  background-image: url(/common/img/common/icons/bmp.gif);
}

.iconCsv {
  background-image: url(/common/img/common/icons/csv.gif);
}

.iconDoc,
.iconDocx {
  background-image: url(/common/img/common/icons/doc.gif);
}

.iconGif {
  background-image: url(/common/img/common/icons/gif.gif);
}

.iconJpg {
  background-image: url(/common/img/common/icons/jpg.gif);
}

.iconJpe {
  background-image: url(/common/img/common/icons/jpg.gif);
}

.iconJpeg {
  background-image: url(/common/img/common/icons/jpg.gif);
}

.iconJtd {
  background-image: url(/common/img/common/icons/jtd.gif);
}

.iconLzh {
  background-image: url(/common/img/common/icons/lzh.gif);
}

.iconPdf {
  background-image: url(/common/img/common/icons/icon_pdf.png);
}

.iconPng {
  background-image: url(/common/img/common/icons/png.gif);
}

.iconPpt {
  background-image: url(/common/img/common/icons/ppt.gif);
}

.iconTxt {
  background-image: url(/common/img/common/icons/txt.gif);
}

.iconXls,
.iconXlsx {
  background-image: url(/common/img/common/icons/icon_excel.png);
}

.iconZip {
  background-image: url(/common/img/common/icons/zip.gif);
}

/* △△△htmlなcontent△△△ */

/* /detail.php用 */
@media only screen and (max-width:767px) {
  .top-div p {
    top: 47vw;
    left: 33vw;
  }

  .top-div .top-img {
    content: url(/common/img/index/module_kv_sp.png);
  }
}


/* 下記未review */
/* 下記未review */
/* 下記未review */
.tier2-list-img {
  vertical-align: middle;
  width: 3.2rem;
}

.contentArticleDoc {
  position: relative;
}

.article {
  display: block;
  margin-bottom: 2rem;
  clear: both;
}

.article div {
  background-color: #aaa;

}

.img-left {
  float: left;
  margin: 0 1rem 1rem 0;
}

.img-right {
  float: right;
  margin: 0 0 1rem 1rem;
}

.img-left-1 {
  height: 25rem;
  width: 30rem;
}

.img-right-1 {
  height: 25rem;
  width: 30rem;
}

@media only screen and (max-width:767px) {
  .img-left-1 {
    float: none;
    width: 100%;
  }

  .img-right-1 {
    float: none;
    width: 100%;
    display: table-cell;
  }

  .img-right-1+p {
    display: table-header-group !important;
    ;
  }
}

.img-left-2 {
  height: 15rem;
  width: 20rem;
}

.img-right-2 {
  height: 15rem;
  width: 20rem;
}

.article-top {
  margin-top: 4rem;
  clear: both;
}

.article-top hr {
  display: none;
}

.tow-img {
  display: inline-block;
  width: 49%;
}

.img-bg {
  width: 100%;
  height: 20rem;
  background-color: #aaa;
  margin-bottom: 1rem;
}

.thr-img {
  display: inline-block;
  width: 32.5%;
}

@media only screen and (max-width:767px) {
  .article-top hr {
    display: block;
  }

  .one-img,
  .tow-img,
  .thr-img {
    width: 100%;
    margin-top: 3rem;
  }
}

.table-notes {
  font-size: 80%;
}

@media only screen and (max-width:767px) {

  .contentArticleDoc table tr th,
  .contentArticleDoc table tr td {
    width: 100%;
    padding: 1rem;
    display: block;
  }
}

.inquiry-1 {
  background-color: #f5f5f5;
  padding: 2rem;
}

.inquiry-2 {
  border: 2px solid #0f41f5;
  padding: 2rem;
}

.inquiry-3 {
  border: 2px solid #0f41f5;
}

.inquiry-3 span:nth-child(1) {
  width: 30%;
  display: inline-block;
  background-color: #0f41f5;
  text-align: center;
  padding: 4rem;
  color: #fff;
}

.inquiry-3 span:nth-child(2) {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width:767px) {
  .inquiry-3 span:nth-child(1) {
    width: 100%;
    display: block;
  }

  .inquiry-3 span:nth-child(2) {
    display: block;
    padding: 2rem;
  }
}

.contentArticleDoc .main-slider ul {
  margin: 0;
}

.contentArticleDoc ul li {
  list-style-type: disc !important;
}

.contentArticleDoc .list-style {
  margin: 0px 0px 0px 16px !important;
}

.contentArticleDoc .list-style li {
  list-style: none !important;
}

.contentArticleDoc .icon li {
  padding: 0 1.3em !important;
}

.main-slider .slick-slide img {
  width: 100%;
}

@media only screen and (max-width:767px) {
  .contentArticleDoc .icon li {
    padding: 0 1.6em !important;
  }
}

.definition-list-1 {
  border: 0.2rem solid #aaa;
}

.definition-list-1 span:nth-child(1) {
  display: block;
  background: #F9F6F0;
  padding: 0.8rem 2rem;
}

.definition-list-1 span:nth-child(2) {
  display: block;
  padding: 0.8rem 2rem;
  font-size: 80%;
}

.definition-list-2 {
  width: 100%;
  border: 0.2rem solid #aaa;
  display: table;
}

.definition-list-2 span:nth-child(1) {
  width: 30%;
  display: table-cell;
  background-color: #f5f5f5;
  text-align: center;
  padding: 1.3rem;
  vertical-align: top;
}

.definition-list-2 span:nth-child(2) {
  width: 70%;
  display: table-cell;
  font-size: 80%;
  /* text-align: center; */
  margin: auto 0;
  padding: 0.8rem;
}

.question-form {
  margin: 4rem 0;
}

.question-form p {
  width: 20rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 0 !important;
}

.question-form span {
  color: #f90808;
}

.question-form div {
  display: inline-block;
}

.question-form select {
  border: solid 1px #606060;
}

.question-form input,
.question-form select {
  height: 30px;
  font: 16px/18px arial;
  padding: 4px 0 4px 14px;
  margin: 0;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  background: #f5f5f5;
  vertical-align: middle;
}

.question-form .medium-input,
.question-form select {
  width: 160px;
}

.question-form .name-input {
  margin-left: 1.6rem;
}

.question-form .short-input {
  width: 120px;
}

.question-form .long-input,
.question-form textarea {
  width: calc(100% - 21rem);
}

.question-form br {
  display: none;
}

@media only screen and (max-width:767px) {
  .question-form p {
    width: auto;
  }

  .question-form .medium-input {
    margin-left: 1.5rem;
    margin-top: 1rem;
    width: calc(100% - 4.3rem);
  }

  .question-form .name-input {
    margin-left: 2.8rem;
    width: calc(100% - 4.2rem);
  }

  .question-form .long-input,
  .question-form textarea {
    width: 100%;
  }

  .question-form .short-input {
    width: 12rem;
    margin-left: calc(100% - 18.1rem);
  }

  .question-form select {
    width: 20rem;
    margin-left: calc(100% - 26.1rem);
  }

  .question-form br {
    display: block;
  }
}

video {
  width: 100%;
}