@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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
body {
  line-height: 1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/*==============================================
 Common
================================================*/
html {
  font-size: 62.5%;
  height: calc(100vh - 46px);
  margin: 0 !important;
  min-height: 900px;
  overflow: visible !important;
}
body {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
}
a {
  color: #0c3e94;
  transition: all 0.3s ease;
}
a:hover {
  color: #f5700e;
}
img {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  vertical-align: bottom;
  width: 100%;
}
/*==============================================
 Form reset
================================================*/
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  outline: none;
  padding: 0;
}
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  outline: none;
  padding: 0;
  transition: all 0.3s ease;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
}
select::-ms-expand {
  display: none;
}
/*==============================================
 Common parts
================================================*/
main {
  background: #f1f1f1;
  min-width: 1280px;
}
main.bg--lightgrey {
  background: #f2f2f2;
}
main.bg--white {
  background: #FFF;
}
.my main {
  margin-top: 150px;
}
.inner {
  line-height: 1.5;
  margin: auto;
  padding-bottom: 80px;
  position: relative;
  width: 960px;
}
header .inner {
  width: 1070px;
}
.titleArea {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 23px 27px;
  position: absolute;
  top: -40px;
  width: 100%;
  z-index: 10;
}
.titleArea .titleArea__ttl {
  font-size: 20px;
  font-weight: bold;
}
.titleArea--fixed {
  -webkit-transform: translate(-50%, 0);
  left: 50%;
  position: fixed;
  top: 130px;
  transform: translate(-50%, 0);
  width: 960px;
}
.titleArea--Search {
  left: 0;
  padding: 30px;
  top: -55px;
}
.titleArea--Search--result {
  -webkit-transform: translate(-50%, 0);
  display: flex;
  justify-content: space-between;
  left: 50%;
  padding: 30px 50px;
  transform: translate(-50%, 0);
  width: 1080px;
  z-index: 1100;
}
.titleArea--Search--result .search__form {
  width: 90.7%;
}
.titleArea--Search--result .search__reset {
  background: #d8d8d8;
  border-radius: 2px;
  color: #6E6E6E;
  cursor: pointer;
  font-weight: bold;
  width: 7.3%;
}
.search__form {
  border: 1px solid #5dbfc3;
  box-sizing: border-box;
  display: flex;
  font-size: 18px;
  height: 50px;
  width: 100%;
}
.search__form button[type="submit"] {
  font-size: 14px;
}
.search__form .search__select {
  border-right: 1px solid #5dbfc3;
  box-sizing: border-box;
  color: #666666;
  font-size: 14px;
  height: 100%;
  position: relative;
  position: relative;
  text-align: center;
  width: 20%;
}
.search__form .search__select .sSelect__ttl {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  padding: 8px 38px 8px 20px;
  padding-right: 1em;
  width: 100%;
}
.search__form .search__select .sSelect__ttl::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  content: '';
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0;
}
.search__form .search__select .sSelect__ttl--check {
  color: #000;
  font-size: 17px;
  padding: 8px 20px 8px 20px;
}
.search__form .search__select .sSelect__ttl--check:after {
  display: none;
}
.search__form .search__select .sSelect__ttl.show {
  border: 2px solid #0c3e94;
}
.search__form .search__select input[type="radio"] {
  display: none;
}
.search__form .search__select select::-ms-expand {
  display: none;
}
.search__form .sSelect__drop {
  background: #FFF;
  border: 3px solid #0c3e94;
  border-top: none;
  box-sizing: border-box;
  color: #666666;
  display: none;
  font-size: 14px;
  left: -1px;
  position: absolute;
  top: 49px;
  width: 101%;
}
.search__form .sSelect__drop .sSelect__dropItem {
  align-items: center;
  background: #FFF;
  box-sizing: border-box;
  display: flex;
  height: 50px;
  padding: 8px 20px 8px 20px;
  text-align: left;
}
.search__form .sSelect__drop .sSelect__dropItem + .sSelect__dropItem {
  border-top: 2px solid #0c3e94;
}
.search__form .sSelect__drop .sSelect__dropItem:hover {
  background: #1394e6;
  color: #FFF;
}
.search__form .search__text {
  height: 100%;
  position: relative;
  width: 54%;
}
.search__form .search__text input[type="text"] {
  box-sizing: border-box;
  font-size: 14px;
  height: 100%;
  padding: 0 20px;
  width: 100%;
}
.search__form .search__text .sSelect__drop {
  left: -3px;
  top: 47px;
  width: 101.3%;
}
.search__form .search__text.showKey {
  border: 2px solid #0c3e94;
  border-right: 3px solid #0c3e94;
  height: 51px;
  height: 49px;
}
.search__form .search__button {
  height: 100%;
  width: 10%;
}
.search__form .search__button button[type="submit"] {
  background: linear-gradient(to right, #64b7cd, #4a86ea);
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  height: 100%;
  width: 102%;
}
.main {
  padding-top: 85px;
}
.twoColumn {
  display: flex;
  justify-content: space-between;
}
.twoColumn .twoColumn__main {
  width: 645px;
}
.twoColumn .twoColumn__side {
  width: 295px;
}
.sideList {
  background: #5dbfc3;
  padding: 20px;
}
.sideList + .sideList {
  margin-top: 25px;
}
.sideList .sideList__inner {
  background: #FFF;
  padding: 20px 15px;
}
.sideList .sideList__list {
  margin-top: 15px;
}
.sideList .sideList__ttl {
  font-weight: bold;
}
.sideList .sideList__lItem {
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
}
.sideList .sideList__lItem + .sideList__lItem {
  padding-top: 13px;
}
.sideList .lItem__img {
  width: 30%;
}
.sideList .lItem__info {
  width: 65%;
}
.sideList .lItem__name {
  font-weight: bold;
}
.sideList .lItem__name a {
  overflow-wrap: break-word;
  text-decoration: none;
}
.sideList .lItem__name a:hover {
  text-decoration: underline;
}
.sideList .lItem__text {
  font-size: 14px;
  font-size: .8em;
  padding-top: 3px;
}
.sideList .sideList__more {
  font-size: .8em;
  padding-top: 20px;
  text-align: right;
}
.keyword {
  background-color: #FFF;
  border-radius: 5px;
  margin: 13px 20px 0 0;
}
.keyword a {
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.keyword a:hover {
  border: 1px solid #f5700e;
  color: #f5700e;
}
.login__inputArea {
  margin: 90px auto 0;
  width: 420px;
}
.l-inputArea__text {
  transition: 0.8s ease;
}
.l-inputArea__text input {
  background: #FFF;
  border-radius: 50px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-size: 16px;
  padding: 25px 30px 25px 85px;
  width: 100%;
}

/* SMS入力フォーム */
.l-inputArea__text input.input-sms {
  text-align: center;
  padding: 25px 30px;
  -moz-appearance:textfield; 
}

.l-inputArea__text input.input-sms::-webkit-outer-spin-button, 
.l-inputArea__text input.input-sms::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

.l-inputArea__text input::-webkit-input-placeholder {
  color: #acc0d4;
  letter-spacing: 2px;
}
.l-inputArea__text input:-ms-input-placeholder {
  color: #acc0d4;
  letter-spacing: 2px;
}
.l-inputArea__text input::-ms-input-placeholder {
  color: #acc0d4;
  letter-spacing: 2px;
}
.l-inputArea__text input::-moz-placeholder {
  color: #acc0d4;
  letter-spacing: 2px;
}
.l-inputArea__text input::placeholder {
  color: #acc0d4;
  letter-spacing: 2px;
}
.l-inputArea__text + .l-inputArea__text {
  margin-top: 40px;
}
.l-inputArea__text--id {
  position: relative;
}
.l-inputArea__text--id:before {
  background: url(../img/login/id_icon.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 30px;
  left: 30px;
  position: absolute;
  top: 22px;
  width: 40px;
}
.l-inputArea__text--pw {
  position: relative;
}
.l-inputArea__text--pw:before {
  background: url(../img/login/password_icon.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 30px;
  left: 43px;
  position: absolute;
  top: 21px;
  width: 25px;
}
.login__window {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
  margin: 55px auto 0;
  opacity: .9;
  width: 715px;
}
.login__window .login__inputArea {
  margin: 0 auto 0;
  width: 100%;
}
.l-window__ttl {
  background: linear-gradient(to right, #5dbfc3, #0da84f);
  border-radius: 5px 5px 0 0;
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: .9;
  padding: 20px 30px;
}
.l-window__button {
  margin: 30px auto 0;
  width: 260px;
}
.l-window__button button,
.l-window__button a {
  background: linear-gradient(to right, #5dbfc3, #0da84f);
  border-radius: 50px;
  color: #FFF;
  font-size: 13px;
  opacity: .6;
  padding: 20px 15px 20px 0;
  position: relative;
  width: 100%;
}
.l-window__button button:before,
.l-window__button a:before {
  background: url(../img/login/right_arrow_white.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 43px;
  top: 20px;
  width: 20px;
}
.l-window__button button.able,
.l-window__button a.able {
  opacity: 1;
}
.l-window__button button.able:hover,
.l-window__button a.able:hover {
  opacity: .8;
}
.l-window__button a {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  opacity: 1;
  text-decoration: none;
}
.l-window__button a:before {
  top: 24px;
}
.l-window__button a:hover {
  opacity: .8;
}
.l-window__blueText {
  color: #0c3e94;
}
.l-window__blueText a {
  color: #1388eb;
}
.l-window__greenText {
  color: #3f7f82;
}
.l-window__greenText a {
  color: #427791;
}
.login__inputArea--err .errMsg {
  color: red;
  font-weight: bold;
  left: 0;
  position: relative;
  text-align: center;
  top: -30px;
}
.login__inputArea--err .l-inputArea__text.err input {
  background: #ffdcdc;
}

.field-icon i {
  background: url('../img/common/eye_icon.png') no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index: 5;
  position: absolute;
  background-size: contain;
  content: '';
  top: 23px;
  right: 40px;
}
.field-icon i.mdi-eye {
  background: url('../img/common/eye_close_icon.png') no-repeat;
  background-size: contain;
}

.field-icon i.mdi-eye-off {
  background: url('../img/common/eye_icon.png') no-repeat;
  background-size: contain;
}

.login a.emphasis {
  background: #fff57c;
}

/*==============================================
 Header
================================================*/
header {
  left: 0;
  min-width: 1280px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
header.header--top {
  position: static;
}
header.header--top .header__contents {
  align-items: flex-start;
  box-sizing: border-box;
}
header.header--s_result {
  position: static;
}
header.header--sekkei {
  position: static;
}
header.header--sekkei .header__contents {
  padding: 20px 0 20px;
}
header .header__main {
  background-color: #5dbfc3;
  box-sizing: border-box;
  min-width: 1280px;
  padding: 0 25px;
}
header .header__contents {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 20px 0 100px;
  width: 1230px;
}
header .header__logo {
  width: 150px;
}
header .header__menu {
  display: flex;
  justify-content: space-between;
  width: 400px;
}
header .h-menu__item {
  width: 128px;
}
header .h-menu__item a {
  align-items: center;
  background: #FFF;
  border-radius: 14px;
  box-sizing: border-box;
  color: #237793;
  display: flex;
  font-size: 15px;
  justify-content: center;
  padding: 4px 10px;
  text-decoration: none;
  width: 100%;
}
header .h-menu__item a:before {
  height: 20px;
  padding-right: 3px;
  width: 20px;
}
header .h-menu__item a:hover {
  opacity: 0.5;
}
header .h-menu__item--my a:before {
  background: url(../img/common/mypage_icon.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
}
header .h-menu__item--logout a:before {
  background: url(../img/common/logout_icon.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
}
header .h-menu__item--search a:before {
  background: url(../img/common/search_icon.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
}
header .header__sekkei-sub {
  background: #237793;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}
header .header__sekkei-sub .h-sekkei__contents {
  display: flex;
  font-size: 14px;
  justify-content: flex-end;
  padding: 0;
  text-align: center;
}
header .header__sekkei-sub .h-sekkei__contents a {
  align-items: center;
  background: #f1f1f1;
  border-radius: 17px;
  color: #237793;
  display: flex;
  font-weight: bold;
  justify-content: center;
  padding: 7px 20px;
  text-decoration: none;
}
header .header__sekkei-sub .h-sekkei__contents a:hover {
  opacity: .8;
}
header .header__sekkei-sub .h-sekkei__contents .h-sekkei__sub-menu {
  display: flex;
}
header .header__sekkei-sub .h-sekkei__contents .h-sekkei__favorite a {
  background: #e6e6e6;
  border-radius: 5px;
  padding: 7px 10px;
}
header .header__sekkei-sub .h-sekkei__contents .h-sekkei__favorite__icon {
  height: 17px;
  margin-right: 5px;
  width: 19px;
}
header .header__sekkei-sub .h-sekkei__contents .h-sekkei__pdf,
header .header__sekkei-sub .h-sekkei__contents .h-sekkei__pdf_one {
  margin-left: 22px;
}
header .header__sekkei-sub .h-sekkei__contents .h-sekkei__pdf a,
header .header__sekkei-sub .h-sekkei__contents .h-sekkei__pdf_one a {
  color: #e60811;
}

header .header__sekkei-sub .h-sekkei__contents .h-sekkei__pdf a:after,
header .header__sekkei-sub .h-sekkei__contents .h-sekkei__pdf_one a:after {
  background: url(../img/common/pdf_icon.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 21px;
  margin: 0 0 1px 5px;
  width: 19px;
}
header .header__sekkei-sub .h-sekkei__contents .h-sekkei__detail {
  margin-left: 22px;
}
header .header__sekkei-sub .h-sekkei__contents .h-sekkei__detail a:after {
  background: url(../img/common/right_arrow.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 13px;
  margin-left: 5px;
  width: 13px;
}
header .header__sekkei-sub--detail .h-sekkei__contents {
  align-items: center;
  justify-content: space-between;
}
header .header__sekkei-sub--detail .h-sekkei__paging {
  display: flex;
}
header .header__sekkei-sub--detail .hSekkei-paging__item a {
  align-items: flex-end;
  background: #eaf1fd;
  border-radius: 5px;
  color: #237793;
  display: flex;
  font-weight: bold;
  padding: 7px;
}
header .header__sekkei-sub--detail .hSekkei-paging__item + .hSekkei-paging__item {
  margin-left: 7px;
}
header .header__sekkei-sub--detail .hSekkei-paging__item--prev a:before {
  background: url(../img/common/detail_arrow_left.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 24px;
  margin-right: 6px;
  width: 28px;
}
header .header__sekkei-sub--detail .hSekkei-paging__item--next a:after {
  background: url(../img/common/detail_arrow_right.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 24px;
  margin-left: 6px;
  width: 28px;
}
header .m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/*==============================================
 Footer
================================================*/
footer {
  background: #5dbfc3;
  min-width: 1280px;
}
footer .copyright {
  color: #FFF;
  padding: 15px 0;
  text-align: center;
}
/*==============================================
 Search
================================================*/
.search .main {
  padding-top: 90px;
}
/*==============================================
 Search-top / Search-cat
================================================*/
.search--top .sTop__news,
.search--cat .sTop__news {
  align-items: center;
  background: #FFF;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: space-between;
  padding: 28px;
}

.search--top .sTop__temporary_news,
.search--cat .sTop__temporary_news {
  align-items: center;
  background: #f7fd96;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: space-between;
  padding: 28px;
  margin-bottom: 30px;
  color: #ff2f2f;
}

.search--top .sTop__ttl,
.search--cat .sTop__ttl {
  font-size: 26px;
  font-weight: bold;
}
.search--top .sTop__ttl span,
.search--cat .sTop__ttl span {
  font-size: 16px;
}
.search--top .sTop-news__label,
.search--cat .sTop-news__label {
  width: 12%;
}
.search--top .sTop-news__title,
.search--cat .sTop-news__title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 87%;
}
.search--top .sTop-news__title dt,
.search--cat .sTop-news__title dt {
  padding-right: 25px;
  width: 15%;
}
.search--top .sTop-news__title dd,
.search--cat .sTop-news__title dd {
  width: 80%;
}
.search--top .sTop-news__title dd a,
.search--cat .sTop-news__title dd a {
  text-decoration: underline;
}
.search--top .sTop-news__title .icon,
.search--cat .sTop-news__title .icon {
  align-items: center;
  display: flex;
}
.search--top .sTop-news__title .icon:after,
.search--cat .sTop-news__title .icon:after {
  content: '';
  display: block;
  height: 30px;
  margin: -5px 0 0 10px;
  width: 40px;
}
.search--top .sTop-news__title .icon--pdf:after,
.search--cat .sTop-news__title .icon--pdf:after {
  background: url(../img/common/pdf_icon.png) no-repeat;
  background-size: contain;
}
.search--top .sTop__catSearch,
.search--cat .sTop__catSearch {
  margin-top: 30px;
}
.search--top .sTop__catItem,
.search--cat .sTop__catItem {
  width: 155px;
}
.search--top .sTop__keySearch,
.search--cat .sTop__keySearch {
  margin-top: 60px;
}
.search--top .sKeySearch__list,
.search--cat .sKeySearch__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  padding-top: 5px;
}
.search--top .sTop__catList,
.search--cat .sTop__catList {
  padding-top: 10px;
}
.search--top .sTop__catList input[type="radio"],
.search--cat .sTop__catList input[type="radio"] {
  display: none;
}
.search--top .sCatList__tabArea,
.search--cat .sCatList__tabArea {
  align-items: flex-end;
  display: flex;
  height: 140px;
  justify-content: space-between;
}
.search--top .sCatList__tabName,
.search--cat .sCatList__tabName {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}
.search--top .sCatList__tabName span,
.search--cat .sCatList__tabName span {
  display: block;
  font-size: .5em;
}
.search--top .sCatList__tabName:after,
.search--cat .sCatList__tabName:after {
  content: '';
  display: block;
  height: 15px;
  margin: 10px auto 0;
  width: 15px;
}
.search--top .sCatList__tab,
.search--cat .sCatList__tab {
  align-items: center;
  align-self: flex-end;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  height: 125px;
  justify-content: center;
  text-decoration: none;
  width: 153px;
}
.search--top .sCatList__tab--dx,
.search--cat .sCatList__tab--dx {
  background: #531790;
}
.search--top .sCatList__tab--dx .sCatList__tabName:after,
.search--cat .sCatList__tab--dx .sCatList__tabName:after {
  background: url(../img/search/dx-arrow.png);
  background-size: contain;
}
.search--top .sCatList__tab--r,
.search--cat .sCatList__tab--r {
  background: #7d693f;
}
.search--top .sCatList__tab--r .sCatList__tabName:after,
.search--cat .sCatList__tab--r .sCatList__tabName:after {
  background: url(../img/search/r-arrow.png);
  background-size: contain;
}
.search--top .sCatList__tab--kaikou,
.search--cat .sCatList__tab--kaikou {
  background: #954c4e;
}
.search--top .sCatList__tab--kaikou .sCatList__tabName:after,
.search--cat .sCatList__tab--kaikou .sCatList__tabName:after {
  background: url(../img/search/kaikou-arrow.png);
  background-size: contain;
}
.search--top .sCatList__tab--naisou,
.search--cat .sCatList__tab--naisou {
  background: #1ebd39;
}
.search--top .sCatList__tab--naisou .sCatList__tabName:after,
.search--cat .sCatList__tab--naisou .sCatList__tabName:after {
  background: url(../img/search/naisou-arrow.png);
  background-size: contain;
  position: relative;
  top: 13px;
}
.search--top .sCatList__tab--setsubi,
.search--cat .sCatList__tab--setsubi {
  background: #ebbd1f;
}
.search--top .sCatList__tab--setsubi .sCatList__tabName:after,
.search--cat .sCatList__tab--setsubi .sCatList__tabName:after {
  background: url(../img/search/setsubi-arrow.png);
  background-size: contain;
  position: relative;
  top: 13px;
}
.search--top .sTop__doc,
.search--cat .sTop__doc {
  margin-top: 30px;
}
.search--top .sTop__docList,
.search--cat .sTop__docList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.search--top .sTop__docTab,
.search--cat .sTop__docTab {
  align-self: flex-end;
  background: #FFF;
  border-bottom: 5px solid #fbe423;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  margin: 0 2% 20px 0;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 32%;
}
.search--top .sTop__docTab:nth-of-type(3n),
.search--cat .sTop__docTab:nth-of-type(3n) {
  margin: 0 0 20px 0;
}
.search--top .sTop__docTab:hover,
.search--cat .sTop__docTab:hover {
  color: #000;
  opacity: .6;
}
.search--top .sTop__docImg,
.search--cat .sTop__docImg {
  margin: 0 auto 10px;
  width: 50%;
}
.search--top .sTop__docName,
.search--cat .sTop__docName {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
}
.search--top .sTop__docName span,
.search--cat .sTop__docName span {
  border-bottom: 1px solid #237793;
  color: #237793;
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
}
.search--top .sTop__guide,
.search--cat .sTop__guide {
  align-items: center;
  background: #5dbfc3;
  border-radius: 35px;
  color: #FFF;
  display: block;
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin-top: 30px;
  padding: 15px 0;
  text-align: center;
}
.search--top .sTop__guide:hover,
.search--cat .sTop__guide:hover {
  opacity: .6;
}
.search--top .sTop__guide:before,
.search--cat .sTop__guide:before {
  align-items: center;
  background: #FFF;
  border-radius: 50%;
  color: #5dbfc3;
  content: '?';
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  margin-right: 10px;
  width: 35px;
}
/*==============================================
 Search-result
================================================*/
.scroll_header {
  background: #5dbfc3;
  box-sizing: border-box;
  left: 0;
  min-width: 1280px;
  opacity: 0;
  padding: 10px 20px;
  position: fixed;
  top: -92px;
  width: 100%;
  z-index: 1000;
}
.scroll_header .sc_header__inner {
  align-items: center;
  display: flex;
  margin: auto;
  width: 1280px;
}
.scroll_header .sc_header__logo {
  margin-right: 40px;
  width: 120px;
}
.scroll_header .sc_header__search {
  align-items: center;
  background: #FFF;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-right: 100px;
  padding: 10px;
  width: 920px;
}
.scroll_header .sc_header__search .search__form {
  width: 90%;
}
.scroll_header .sc_header__search .search__form .search__select .sSelect__ttl--check {
  font-size: 16px;
}
.scroll_header .sc_header__search .sc-search__reset {
  background: #D8D8D8;
  border-radius: 2px;
  color: #787878;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 50px;
  line-height: 1.5;
  padding: 4px 11px;
  width: 8%;
}
.scroll_header .sc_header__menu {
  display: flex;
  justify-content: space-between;
  width: 100px;
}
.scroll_header .sc_header__item {
  background: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 4px;
  width: 28px;
}
.scroll_header .sc_header__item a:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}
.scroll_header .sc_header__item--search a:before {
  background: url(../img/common/search_icon.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 18px;
  margin: auto;
  width: 18px;
}
.scroll_header .sc_header__item--my a:before {
  background: url(../img/common/mypage_icon.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.scroll_header .sc_header__item--logout a:before {
  background: url(../img/common/logout_icon.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.search--result .twoColumn__main {
  width: 630px;
}
.search--result .sRlt__keyword {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 20px 14px;
}
.search--result .sRlt__searchForm + .sRlt__keyword {
  margin-top: 24px;
}
.search--result .sRlt__keyword + .sRlt__keyword {
  margin-top: 24px;
}
.search--result .sRlt__keyword + .sideList {
  margin-top: 24px;
}
.search--result .sRlt-key__ttl {
  font-weight: bold;
}
.search--result .sRlt-key__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.search--result .sRlt__searchForm {
  border-top: 4px solid #5dbfc3;
  margin-top: 25px;
}
.search--result .sRlt__searchForm + .sideList {
  margin-top: 25px;
}
.search--result .sRlt-sForm__ttl {
  background: #237793;
  color: #FFF;
  font-weight: bold;
  padding: 14px 15px;
}
.search--result .sRlt-sForm__main {
  background: #efeeee;
  padding: 10px 10px 20px 10px;
}
.search--result .sRlt-sForm__form input[type="radio"] {
  display: none;
}
.search--result .sRlt-sForm__form input[type="radio"] + .ssForm__radio {
  padding-left: 26px;
  position: relative;
}
.search--result .sRlt-sForm__form input[type="radio"] + .ssForm__radio:before {
  background: #FFF;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.search--result .sRlt-sForm__form input[type="radio"]:checked + .ssForm__radio:after {
  background: #0c3e94;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 6px;
}
.search--result .sRlt-sForm__form input[type="radio"]:checked + .ssForm__radio {
  font-weight: bold;
}
.search--result .sRlt-sForm__form input[type="checkbox"] {
  display: none;
}
.search--result .sRlt-sForm__form input[type="checkbox"] + .ssForm__checkbox {
  padding-left: 26px;
  position: relative;
}
.search--result .sRlt-sForm__form input[type="checkbox"] + .ssForm__checkbox:before {
  background: #FFF;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.search--result .sRlt-sForm__form input[type="checkbox"]:checked + .ssForm__checkbox:after {
  background: url(../img/search/check-icon.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 6px;
  width: 17px;
}
.search--result .sRlt-sForm__form input[type="checkbox"]:checked + .ssForm__checkbox {
  font-weight: bold;
}
.search--result .sRlt-sForm__form .ssForm__text {
  padding-top: 15px;
}
.search--result .sRlt-sForm__form .ssForm__text input[type="text"] {
  background-color: #FFF;
  border: solid 1px #BBB;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
.search--result .sRlt-sForm__form .ssForm__text.disabled input[type="text"] {
  background: #efeeee;
}
.search--result .ssForm__select {
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.search--result .ssForm__select select {
  background: #FFF;
  border-radius: 0;
  font-size: 14px;
  height: 30px;
  padding: 0 38px 0 8px;
  width: 100%;
}
.search--result .ssForm__select:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  content: '';
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0.9em;
  top: 0.7em;
  width: 0;
}
.search--result .ssForm__select + .ssForm__select {
  margin: 10px 0 0 auto;
}
.search--result .ssForm__select--bese {
  width: 250px;
}
.search--result .ssForm__select--genre {
  width: 230px;
}
.search--result .ssForm__select--kind {
  width: 210px;
}
.search--result .ssForm__item {
  font-size: 14px;
}
.search--result .ssForm__item + .ssForm__item {
  padding-top: 30px;
}
.search--result .ssForm__radio,
.search--result .ssForm__checkbox {
  padding-top: 3px;
}
.search--result .ssForm__r-Label,
.search--result .ssForm__c-Label {
  display: block;
}
.search--result .ssForm__r-Label + .ssForm__r-Label,
.search--result .ssForm__r-Label + .ssForm__c-Label,
.search--result .ssForm__c-Label + .ssForm__r-Label,
.search--result .ssForm__c-Label + .ssForm__c-Label {
  padding-top: 7px;
}
.search--result .ssForm__ttl {
  align-items: center;
  display: flex;
  font-weight: bold;
}
.search--result .ssForm__ttl .bar {
  background: #237793;
  display: block;
  height: 30px;
  margin-right: 5px;
  width: 6px;
}
.search--result .ssForm__input {
  padding-top: 10px;
}
.search--result .ssForm__input--fn {
  padding-top: 16px;
}
.search--result .ssForm__input--exactly {
  padding-left: 50px;
}
.search--result .ssForm__input--exactly.disabled {
  color: #979797;
}
.search--result .ssForm__input--exactly.disabled input[type="radio"] + .ssForm__radio:before {
  background: #efeeee;
}
.search--result .ssForm__submit {
  background: linear-gradient(to right, #4a86ea, #64b7cd);
  border-radius: 25px;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-top: 32px;
  padding: 13px 0;
  text-align: center;
  width: 100%;
}
.search--result .ssForm__submit p {
  align-items: center;
  display: flex;
  justify-content: center;
}
.search--result .ssForm__submit p:after {
  background: url(../img/search/search-icon.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 17px;
  margin-left: 7px;
  width: 17px;
}
.search--result .ssForm__submit:hover {
  opacity: .7;
}
.search--result .ssForm__reset {
  background: #D8D8D8;
  border: none;
  border-radius: 25px;
  color: #787878;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: auto;
  margin: 15px auto 0;
  padding: 13px 0;
  width: 80%;
}
.search--result .sRlt__tabArea {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  margin-bottom: 20px;
}
.search--result .sRlt__tabArea input[type="radio"] {
  display: none;
}
.search--result .sRlt__tabArea input[type="radio"]:checked + .sRlt__tab {
  border-bottom: solid 4px #237793;
  color: #237793;
}
.search--result .sRlt__tabArea .sRlt__tab {
  color: #8D8D8D;
  display: flex;
  font-weight: bold;
  padding: 17px 15px;
}
.search--result .sRlt__tabArea .sRlt__tab:before {
  content: '';
  display: block;
  height: 25px;
  margin-right: 7px;
  width: 25px;
}
.search--result .sRlt__tabArea .sRlt__tab--all:before {
  background: url(../img/search/sort-all_icon_off.png) no-repeat;
  background-size: contain;
}
.search--result .sRlt__tabArea .sRlt__tab--viewing:before {
  background: url(../img/search/sort-viewing_icon_off.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.search--result .sRlt__tabArea .sRlt__tab--update:before {
  background: url(../img/search/sort-update_icon_off.png) no-repeat;
  background-size: contain;
}
.search--result .sRlt__countArea {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}
.search--result .sRlt__countArea .sRlt__count span {
  font-weight: bold;
}
.search--result .sRlt__countArea .sRlt__disp_no {
  align-items: center;
  display: flex;
  font-weight: bold;
}
.search--result .sRlt__countArea .sRlt__disp_no p {
  margin-right: 10px;
}
.search--result .sRlt__countArea .sRlt__disp_no .sRlt-disp__select {
  background-color: #EFEEEE;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  position: relative;
}
.search--result .sRlt__countArea .sRlt__disp_no .sRlt-disp__select:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  content: '';
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0.6em;
  top: 0.5em;
  width: 0;
}
.search--result .sRlt__countArea .sRlt__disp_no select {
  font-size: 14px;
  padding: 2px 30px 2px 13px;
}
.search--result .sRlt__resultList {
  margin-top: 40px;
}
.search--result .sRlt__resultItem {
  display: flex;
  justify-content: space-between;
}
.search--result .sRlt__resultItem + .sRlt__resultItem {
  margin-top: 50px;
}
.search--result .sRlt-item__img {
  -webkit-backface-visibility: hidden;
  align-self: baseline;
  backface-visibility: hidden;
  background-color: #FFF;
  border: 1px solid #237793;
  box-sizing: border-box;
  transition: 0.4s ease;
  width: 30%;
}
.search--result .sRlt-item__img a {
  display: block;
  padding: 10px;
}
.search--result .sRlt-item__img:hover {
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
}
.search--result .sRlt-item__img.hover_off {
  -webkit-transform: none;
  transform: none;
}
.search--result .sRlt-item__contents {
  width: 67%;
}
.search--result .sRlt-item__contents .sRlt-item__case {
  font-size: 14px;
}
.search--result .sRlt-item__contents .sRlt-item__ttl {
  font-size: 21px;
  font-weight: bold;
  margin-top: 6px;
}
.search--result .sRlt-item__contents .sRlt-item__ttl a {
  color: #237793;
  text-decoration: none;
}
.search--result .sRlt-item__contents .sRlt-item__ttl a:hover {
  color: #5dbfc3;
  text-decoration: underline;
}
.search--result .sRlt-item__contents .sRlt-item__text {
  -ms-word-wrap: break-word;
  margin-top: 5px;
  overflow-wrap: break-word;
}
.search--result .sRlt__paging {
  display: flex;
  margin: 105px auto 0;
  width: 380px;
}
.search--result .sRlt__paging a {
  color: #237793;
  display: block;
  text-decoration: none;
}
.search--result .sRlt__paging .prev {
  margin-right: 30px;
}
.search--result .sRlt__paging .next {
  margin-left: 30px;
}
.search--result .sRlt__paging .no + .no {
  margin-left: 15px;
}
.search--result .sRlt__paging .paging__on {
  color: #000;
  font-weight: bold;
  pointer-events: none;
}
.search--result em {
  background: #e8ceb8;
  font-style: normal;
}
#sRlt_sort_all:checked ~ .sRlt__tab--all:before {
  background: url(../img/search/sort-all_icon_on.png) no-repeat;
  background-size: contain;
}
#sRlt_sort_viewing:checked ~ .sRlt__tab--viewing:before {
  background: url(../img/search/sort-viewing_icon_on.png) no-repeat;
  background-position: center;
  background-size: contain;
}
#sRlt_sort_update:checked ~ .sRlt__tab--update:before {
  background: url(../img/search/sort-update_icon_on.png) no-repeat;
  background-size: contain;
}
/*==============================================
 設計基準
================================================*/
.sekkei,
.shosai {
  font-size: 14px;
}
.sekkei .inner,
.shosai .inner {
  padding-top: 145px;
}
.sekkei .sk__case,
.shosai .sk__case {
  color: #237793;
  margin-top: 18px;
}
.sekkei .sk-list__linkArea,
.shosai .sk-list__linkArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0;
  width: 865px;
}
.sekkei .sk-list__linkArea--side,
.shosai .sk-list__linkArea--side {
  margin: 54px auto 0;
  width: auto;
}
.sekkei .sk-list__linkArea--side .skList-link__item a,
.shosai .sk-list__linkArea--side .skList-link__item a {
  border-radius: 4px;
}
.sekkei .skList-link__item,
.shosai .skList-link__item {
  margin-bottom: 25px;
}
.sekkei .skList-link__item a,
.shosai .skList-link__item a {
  background: #f1f1f1;
  border-radius: 17px;
  display: flex;
  font-weight: bold;
  justify-content: center;
  padding: 10px 20px;
  text-decoration: none;
}
.sekkei .skList-link__item a:after,
.shosai .skList-link__item a:after {
  content: '';
  display: block;
  height: 18px;
  margin-left: 8px;
  width: 17px;
}
.sekkei .skList-link__item a:hover,
.shosai .skList-link__item a:hover {
  text-decoration: underline;
}
.sekkei .skList-link__item + .skList-link__item,
.shosai .skList-link__item + .skList-link__item {
  margin-left: 2%;
}
.sekkei .skList-link__item--doc a,
.shosai .skList-link__item--doc a {
  color: #0053D0;
}
.sekkei .skList-link__item--doc a:after,
.shosai .skList-link__item--doc a:after {
  background: url(../img/common/doc_icon.png) no-repeat;
  background-size: contain;
}
.sekkei .skList-link__item--doc a:hover,
.shosai .skList-link__item--doc a:hover {
  color: #0053D0;
}
.sekkei .skList-link__item--xlsx a,
.shosai .skList-link__item--xlsx a {
  color: #009b6b;
}
.sekkei .skList-link__item--xlsx a:after,
.shosai .skList-link__item--xlsx a:after {
  background: url(../img/common/xlsx_icon.png) no-repeat;
  background-size: contain;
}
.sekkei .skList-link__item--xlsx a:hover,
.shosai .skList-link__item--xlsx a:hover {
  color: #009b6b;
}
.sekkei .skList-link__item--pdf a,
.shosai .skList-link__item--pdf a {
  color: #e7141d;
}
.sekkei .skList-link__item--pdf a:after,
.shosai .skList-link__item--pdf a:after {
  background: url(../img/common/pdf_icon.png) no-repeat;
  background-size: contain;
}
.sekkei .skList-link__item--pdf a:hover,
.shosai .skList-link__item--pdf a:hover {
  color: #e7141d;
}
.sekkei .skList-link__item--ppt a,
.shosai .skList-link__item--ppt a {
  color: #b21e05;
}
.sekkei .skList-link__item--ppt a:after,
.shosai .skList-link__item--ppt a:after {
  background: url(../img/common/ppt_icon.png) no-repeat;
  background-size: contain;
}
.sekkei .skList-link__item--ppt a:hover,
.shosai .skList-link__item--ppt a:hover {
  color: #b21e05;
}

.sekkei .skList-link__item--zip a,
.shosai .skList-link__item--zip a {
  color: #e99033;
}
.sekkei .skList-link__item--zip a:after,
.shosai .skList-link__item--zip a:after {
  background: url(../img/common/zip_icon.png) no-repeat;
  background-size: contain;
}
.sekkei .skList-link__item--zip a:hover,
.shosai .skList-link__item--zip a:hover {
  color: #e99033;
}

.sekkei--list .inner,
.shosai--list .inner {
  padding-top: 0;
}
.sekkei--list .sk-list__listArea,
.shosai--list .sk-list__listArea {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.sekkei--list .sk-list__item,
.shosai--list .sk-list__item {
  box-sizing: border-box;
  margin-right: 1%;
  margin-top: 30px;
  width: 24.25%;
}
.sekkei--list .sk-list__item:nth-of-type(4n),
.shosai--list .sk-list__item:nth-of-type(4n) {
  margin-right: 0;
}
.sekkei--list .sk-list__img,
.shosai--list .sk-list__img {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: top center;
  backface-visibility: hidden;
  background: #FFF;
  border: 2px solid #237793;
  transform-origin: top center;
  transition: 0.8s ease;
}
.sekkei--list .sk-list__img:hover,
.shosai--list .sk-list__img:hover {
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
}
.sekkei--list .sk-list__img.hover-off,
.shosai--list .sk-list__img.hover-off {
  -webkit-transform: none;
  transform: none;
}
.sekkei--list .sk-list__name,
.shosai--list .sk-list__name {
  padding-top: 6px;
  text-align: right;
}
.sekkei--list .sk-list__name a,
.shosai--list .sk-list__name a {
  color: #237793;
  font-weight: bold;
  text-decoration: none;
}
.sekkei--list .sk-list__name a:hover,
.shosai--list .sk-list__name a:hover {
  text-decoration: underline;
}
.shosai--list .sk-list__item {
  margin-right: 2%;
  width: 304px;
}
.shosai--list .sk-list__item:nth-of-type(4n) {
  margin-right: 2%;
}
.shosai--list .sk-list__item:nth-of-type(3n) {
  margin-right: 0;
}
.shosai--list .sk-list__name {
  text-align: center;
}
.sekkei--detail .sk-detail__main,
.shosai--detail .sk-detail__main {
  margin-top: 18px;
}
.sekkei--detail .sk-detail__listLink,
.shosai--detail .sk-detail__listLink {
  width: 180px;
}
.sekkei--detail .sk-detail__listLink a,
.shosai--detail .sk-detail__listLink a {
  align-items: center;
  background: #237793;
  border-radius: 20px;
  color: #FFF;
  display: flex;
  font-weight: bold;
  padding: 10px 30px;
  text-decoration: none;
}
.sekkei--detail .sk-detail__listLink a:hover,
.shosai--detail .sk-detail__listLink a:hover {
  opacity: .8;
}
.sekkei--detail .sk-detail__listLink a:before,
.shosai--detail .sk-detail__listLink a:before {
  background: url(../img/common/left_arrow_white.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 13px;
  margin-right: 7px;
  width: 13px;
}

.sekkei--detail .sk-detail__tmpDoc,
.shosai--detail .sk-detail__tmpDoc {
  margin-right: auto;
  padding-left: 25px;
}

.sekkei--detail .sk-detail__tmpDoc a,
.shosai--detail .sk-detail__tmpDoc a{
  color: #237793;
  cursor: pointer;
}

.sekkei--detail .sk-detail__detail,
.shosai--detail .sk-detail__detail {
  display: flex;
  margin-top: 15px;
}
.sekkei--detail .sk-detail__detail .sk-detail__paging,
.shosai--detail .sk-detail__detail .sk-detail__paging {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: flex;
  width: 7.5%;
}
.sekkei--detail .sk-detail__detail .sk-detail__paging a,
.shosai--detail .sk-detail__detail .sk-detail__paging a {
  align-items: center;
  background: #d7f4f5;
  display: flex;
  padding: 0 20px;
}
.sekkei--detail .sk-detail__detail .sk-detail__paging a:hover,
.shosai--detail .sk-detail__detail .sk-detail__paging a:hover {
  background: #5dbfc3;
}
.sekkei--detail .sk-detail__detail .sk-detail__paging a:before,
.shosai--detail .sk-detail__detail .sk-detail__paging a:before {
  content: '';
  display: block;
  height: 35px;
  width: 35px;
}
.sekkei--detail .sk-detail__detail .sk-detail__paging--prev a:before,
.shosai--detail .sk-detail__detail .sk-detail__paging--prev a:before {
  background: url(../img/sekkei/detail_paging_left_off.png) no-repeat;
  background-size: contain;
}
.sekkei--detail .sk-detail__detail .sk-detail__paging--prev a:hover:before,
.shosai--detail .sk-detail__detail .sk-detail__paging--prev a:hover:before {
  background: url(../img/sekkei/detail_paging_left_on.png) no-repeat;
  background-size: contain;
}
.sekkei--detail .sk-detail__detail .sk-detail__paging--next a:before,
.shosai--detail .sk-detail__detail .sk-detail__paging--next a:before {
  background: url(../img/sekkei/detail_paging_right_off.png) no-repeat;
  background-size: contain;
}
.sekkei--detail .sk-detail__detail .sk-detail__paging--next a:hover:before,
.shosai--detail .sk-detail__detail .sk-detail__paging--next a:hover:before {
  background: url(../img/sekkei/detail_paging_right_on.png) no-repeat;
  background-size: contain;
}
.sekkei--detail .sk-detail__detail .sk-detail__img,
.shosai--detail .sk-detail__detail .sk-detail__img {
  border: 2px solid #237793;
  padding: 10px;
  width: 83%;
}
.sekkei--detail .sk-detail__name,
.shosai--detail .sk-detail__name {
  color: #237793;
  font-weight: bold;
  margin: 16px 0;
  text-align: center;
}
.shosai--detail .inner {
  padding: 0;
}
.shosai--detail .sk-detail__listLinkArea {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.shosai--detail .sk-detail__glass:before,
.shosai--detail .sk-detail__glass--ipad a:before {
  background: url(../img/sekkei/glass_off.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 35px;
  transition: all 0.3s ease;
  width: 35px;
}
.shosai--detail .sk-detail__glass:hover:before,
.shosai--detail .sk-detail__glass--ipad a:hover:before {
  background: url(../img/sekkei/glass_on.png) no-repeat;
  background-size: contain;
}
.shosai--detail .sk-detail__glass--on:before,
.shosai--detail .sk-detail__glass--ipad a--on:before {
  background: url(../img/sekkei/glass_on.png) no-repeat;
  background-size: contain;
}
.shosai--detail .sk-detail__glass--ipad a,
.shosai--detail .sk-detail__glass--ipad a--ipad a {
  display: block;
}
.shosai--detail .sk-detail__detail .sk-detail__img {
  overflow: scroll;
}
.shosai--detail .sk-detail__detail .sk-detail__img img {
  transition: 0.8s ease;
}
.shosai--detail .sk-detail__detail .sk-detail__img--glass_on img {
  -webkit-transform: scale(2, 2);
  -webkit-transform-origin: 0 0;
  transform: scale(2, 2);
  transform-origin: 0 0;
}
.shosai--detail .sk-detail__detail .sk-detail__img--glass_on::-webkit-scrollbar {
  background: #fafafa;
  border-radius: 3px;
  overflow: hidden;
  width: 8px;
}
.shosai--detail .sk-detail__detail .sk-detail__img--glass_on::-webkit-scrollbar:horizontal {
  height: 8px;
}
.shosai--detail .sk-detail__detail .sk-detail__img--glass_on::-webkit-scrollbar-button {
  display: none;
}
.shosai--detail .sk-detail__detail .sk-detail__img--glass_on::-webkit-scrollbar-piece {
  background: #eee;
}
.shosai--detail .sk-detail__detail .sk-detail__img--glass_on::-webkit-scrollbar-corner {
  display: none;
}
.shosai--detail .sk-detail__detail .sk-detail__img--glass_on::-webkit-scrollbar-piece:start {
  background: #eee;
}
.shosai--detail .sk-detail__detail .sk-detail__img--glass_on::-webkit-scrollbar-thumb {
  background: #cacaca;
  border-radius: 3px;
  overflow: hidden;
}
.shosai--detail .sk-detail__detail .dragscroll {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: grab;
}
.shosai--detail .sk-detail__detail .dragscroll:active {
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: grabbing;
}

.sekkei--detail_b header {
  position: static;
}
.sekkei--detail_b .inner {
  padding: 0;
  width: 1280px;
}
.sekkei--detail_b .twoColumn__main {
  width: 960px;
}
.sekkei--detail_b .twoColumn__side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  position: static;
  right: 0;
  top: 10px;
  width: 300px;
}
.sekkei--detail_b .sekkei-sub {
  background: #b5d4f6;
  border-radius: 5px;
  padding: 30px 0;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 0;
  text-align: center;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents a {
  align-items: center;
  background: #f1f1f1;
  border-radius: 17px;
  color: #0c3e94;
  display: flex;
  font-weight: bold;
  justify-content: center;
  padding: 7px 20px;
  text-decoration: none;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents a:hover {
  color: #0c3e94;
  opacity: .8;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__sub-menu {
  display: flex;
  flex-direction: column;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__favorite {
  margin-bottom: 20px;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__favorite a {
  background: #e6e6e6;
  border-radius: 5px;
  padding: 7px 10px;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__favorite__icon {
  height: 17px;
  margin-right: 5px;
  width: 19px;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__pdf,
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__pdf_one {
  margin-left: 22px;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__pdf a,
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__pdf_one a {
  color: #e60811;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__pdf a:after,
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__pdf_one a:after {
  background: url(../img/common/pdf_icon.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 21px;
  margin: 0 0 1px 5px;
  width: 19px;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__pdf_one + .h-sekkei__pdf {
  margin-top: 20px;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__detail {
  margin-bottom: 20px;
  margin-left: 22px;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__detail a:after {
  background: url(../img/common/right_arrow.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 13px;
  margin-left: 5px;
  width: 13px;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__sBtn {
  margin-bottom: 20px;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__sBtn a {
  background: #0c3e94;
  color: #FFF;
  position: relative;
}
.sekkei--detail_b .sekkei-sub .h-sekkei__contents .h-sekkei__sBtn a:before {
  -webkit-transform: translate(0, -50%);
  background: url(../img/common/left_arrow_white.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 13px;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 13px;
}
.sekkei--detail_b .sekkei-sub--detail .h-sekkei__contents {
  align-items: center;
  justify-content: space-between;
}
.sekkei--detail_b .sekkei-sub--detail .h-sekkei__paging {
  display: flex;
  margin-bottom: 20px;
  width: 90%;
}
.sekkei--detail_b .sekkei-sub--detail .hSekkei-paging__item {
  font-size: 21px;
  width: 49%;
}
.sekkei--detail_b .sekkei-sub--detail .hSekkei-paging__item a {
  align-items: center;
  background: #eaf1fd;
  border-radius: 5px;
  color: #237793;
  display: flex;
  font-weight: bold;
  padding: 7px;
}
.sekkei--detail_b .sekkei-sub--detail .hSekkei-paging__item + .hSekkei-paging__item {
  margin-left: 7px;
}
.sekkei--detail_b .sekkei-sub--detail .hSekkei-paging__item--prev a:before {
  background: url(../img/common/detail_arrow_left.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 37px;
  margin-right: 10px;
  width: 43px;
}
.sekkei--detail_b .sekkei-sub--detail .hSekkei-paging__item--next a:after {
  background: url(../img/common/detail_arrow_right.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 37px;
  margin-left: 10px;
  width: 43px;
}
/*==============================================
 マイページ
================================================*/
.my .my_returnLink {
  font-size: 14px;
}
.my .my_returnLink a {
  color: #237793;
  text-decoration: none;
}
.my .my__tabContents {
  margin-top: 43px;
}
.my .my__tabArea {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.my .my__tabArea .my__tab {
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  width: 49%;
}
.my .my__tabArea .my__tab a {
  background: #237793;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.my .my__tabArea .my__tab a:hover {
  opacity: .8;
}
.my .my__tabArea .my__tab--on a {
  background: #5dbfc3;
  padding: 18px 0;
  pointer-events: none;
}
.my .my__tabContents .my__tabMain-wrapper {
  background: #5dbfc3;
  padding: 18px;
}
.my .my__tabContents .my__tabMain {
  background: #FFF;
  padding: 60px;
}
.my .my__tabContents .myList__item {
  display: flex;
  justify-content: space-between;
}
.my .my__tabContents .myList__item + .myList__item {
  margin-top: 50px;
}
.my .my__tabContents .myList-item__img {
  -webkit-backface-visibility: hidden;
  align-self: baseline;
  backface-visibility: hidden;
  background-color: #FFF;
  border: 1px solid #237793;
  box-sizing: border-box;
  transition: 0.8s ease;
  width: 21%;
}
.my .my__tabContents .myList-item__img a {
  display: block;
  padding: 10px;
}
.my .my__tabContents .myList-item__contents {
  width: 76%;
}
.my .my__tabContents .myList-item__contents .myList-item__case {
  font-size: 14px;
}
.my .my__tabContents .myList-item__contents .myList-item__ttl {
  font-size: 21px;
  font-weight: bold;
  margin-top: 4px;
}
.my .my__tabContents .myList-item__contents .myList-item__ttl a {
  color: #237793;
  text-decoration: none;
}
.my .my__tabContents .myList-item__contents .myList-item__ttl a:hover {
  color: #0A48AF;
  text-decoration: underline;
}
.my .my__tabContents .myList-item__contents .myList-item__text {
  margin-top: 3px;
}
.my .my__tabContents .myList-item__contents .myList-item__history {
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}
.my .my__tabContents .my__fv-clear {
  margin-bottom: 40px;
}
.my .my__tabContents .my__fv-clear button {
  align-items: center;
  background: linear-gradient(to right, #5dbfc3, #0da84f);
  border-radius: 25px;
  color: #FFF;
  display: flex;
  margin-left: auto;
  padding: 10px 15px;
}
.my .my__tabContents .my__fv-clear button:hover {
  opacity: .8;
}
.my .my__tabContents .my__fv-clear button:after {
  background: url(../img/common/right_arrow_white.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 13px;
  margin-left: 7px;
  width: 13px;
}
.my .my__tabContents .myList__fvClear-check {
  background: #e6e6e6;
  border-radius: 5px;
  color: #237793;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin: 8px 0 0 auto;
  padding: 10px 15px;
  width: 25%;
}
.my .my__tabContents .myList__fvClear-check input[type="checkbox"] {
  display: none;
}
.my .my__tabContents .myList__fvClear-check input[type="checkbox"]:checked + .myList__fv-checkbox:after {
  background: url(../img/mypage/check_icon.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 1px;
  position: absolute;
  top: 4px;
  width: 18px;
}
.my .my__tabContents .myList__fvClear-check .myList__fv-checkbox {
  align-items: center;
  display: flex;
  position: relative;
}
.my .my__tabContents .myList__fvClear-check .myList__fv-checkbox:before {
  background: #FFF;
  border: solid 3px #677692;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 16px;
  margin-right: 5px;
  width: 16px;
}
.my .my__button a,
.my .my__button button {
  background: linear-gradient(to right, #0da84f, #5dbfc3);
  border-radius: 50px;
  color: #FFF;
  opacity: .6;
  position: relative;
}
.my .my__button a:before,
.my .my__button button:before {
  background: url(../img/login/right_arrow_white.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 43px;
  top: 20px;
  width: 20px;
}
.my .my__button.able {
  opacity: 1;
}
.my .my__button.able:hover {
  opacity: .8;
}
.my .l-window__text .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.my[class*="my--"] {
  height: 100%;
}
.my[class*="my--"] main {
  min-height: 100%;
}
.my--favorite .my__tabContents .my__tabMain {
  padding: 30px 60px　60px;
}
.my--top .mytop__profile {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  padding: 5px 25px 25px;
}
.my--top .mytop__profile dl {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.my--top .mytop__profile dt {
  border-bottom: 1px solid #9a9a9a;
  padding: 20px 0;
  width: 20%;
}
.my--top .mytop__profile dd {
  border-bottom: 1px solid #9a9a9a;
  font-weight: bold;
  padding: 20px 0;
  width: 80%;
}
.my--top .mytop__profile .pass {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}
.my--top .mytop__profile .pass span {
  letter-spacing: 5px;
}
.my--top .mytop__profile .pass .my__button a {
  display: block;
  font-size: 12px;
  opacity: 1;
  padding: 10px 35px 10px 15px;
  text-decoration: none;
}
.my--top .mytop__profile .pass .my__button a:before {
  height: 14px;
  right: 12px;
  top: 13px;
  width: 14px;
}
.my--top .mytop__profile .pass .my__button a:hover {
  opacity: .8;
}
.my--pass .l-window__main {
  padding: 30px 20px 40px;
}
.my--pass .login__inputArea {
  margin-top: 50px;
}
.my--pass .l-inputArea__text {
  margin-left: auto;
  margin-right: auto;
  width: 420px;
}
.my--pass .l-inputArea__text + .l-inputArea__text {
  margin-top: 30px;
}
.my--pass .l-window__button {
  margin-top: 50px;
  width: 295px;
}
.my--pass .l-window__button button {
  padding: 20px 25px 20px 0;
}
.my--pass .l-window__blueText {
  font-size: 14px;
  margin-top: 25px;
  text-align: center;
}
.my--pass .l-window__blueText a {
  color: #0c3e94;
  text-decoration: none;
}
.my--pass .l-window__blueText a:hover {
  opacity: .6;
}
.my--pass .l-window__greenText {
  font-size: 14px;
  margin-top: 25px;
  text-align: center;
}
.my--pass .l-window__greenText a {
  color: #237793;
  text-decoration: none;
}
.my--pass .l-window__greenText a:hover {
  opacity: .6;
}
.my--passComplete .l-window__main {
  padding: 30px 20px;
}
.my--passComplete .l-window__button {
  margin-bottom: 60px;
}
.my--passComplete .l-window__button a {
  text-align: center;
}
.my--passComplete .l-window__button a:before {
  top: 20px;
}
/*==============================================
 ログイン
================================================*/
.login main {
  background: #f1f1f1 url(../img/login/login_bg.png) no-repeat;
  background-position: top left;
  background-size: 580px auto;
  border-top: 10px solid #5dbfc3;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.login .login__asahiLogo {
  margin: 10px 10px 0 auto;
  width: 200px;
}
.login .login__logo {
  margin: 80px auto 0;
  width: 275px;
}
.login .l-inputArea__check {
  display: block;
  margin-top: 35px;
  text-align: center;
}
.login .l-inputArea__check input[type="checkbox"] {
  display: none;
}
.login .l-inputArea__check input[type="checkbox"]:checked + .l-check__text:after {
  background: url(../img/search/check-icon.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  height: 9px;
  left: 2px;
  position: absolute;
  top: 3px;
  width: 15px;
}
.login .l-check__text {
  color: #3f7f82;
  font-size: 14px;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}
.login .l-check__text:before {
  background: #FFF;
  border: 1px solid #3f7f82;
  border-radius: 3px;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 15px;
}
.login .l-inputArea__button {
  margin: 65px auto 0;
  width: 310px;
}
.login .l-inputArea__button button {
  background: linear-gradient(to right, #5dbfc3, #0da84f);
  border-radius: 50px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-size: 20px;
  opacity: .6;
  padding: 20px 0 20px 18px;
  position: relative;
  width: 100%;
}
.login .l-inputArea__button button:before {
  background: url(../img/login/login-icon.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 35px;
  left: 70px;
  position: absolute;
  top: 19px;
  width: 33px;
}
.login .l-inputArea__button button.able {
  opacity: 1;
}
.login .l-inputArea__button button.able:hover {
  opacity: .8;
}
.login .login__link {
  margin-top: 25px;
  text-align: center;
}
.login .login__link a {
  color: #3f7f82;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.login .login__link a:hover {
  text-decoration: underline;
}
.login .login__link + .login__link {
  margin-top: 7px;
}
.login .g-recaptcha {
  margin: 55px auto 0;
}
.login .g-recaptcha > div {
  margin: auto;
}
.login[class*="login--"] {
  height: 100%;
}
.login[class*="login--"] main {
  min-height: 100%;
}
.login--first .l-inputArea__text {
  margin: auto;
  width: 420px;
}
.login--first .l-window__main {
  font-size: 14px;
  padding: 80px 25px 35px;
}
.login--first .l-window__blueText,
.login--first .l-window__greenText {
  margin: 25px auto 0;
  width: 94%;
}
.login--first .g-recaptcha {
  margin-top: 30px;
}
.login--first_sendmail .l-window__main {
  padding: 60px 25px 40px;
  text-align: center;
}
.login--first_sendmail .l-window__blueText,
.login--first_sendmail .l-window__greenText {
  line-height: 2;
  margin-top: 20px;
}
.login--first_sendmail .l-window__blueText--ttl,
.login--first_sendmail .l-window__greenText--ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.login--first_sendmail .l_send__mail {
  margin-top: 60px;
}
.login--first_sendmail .l_send__mail a {
  display: block;
  margin-top: 10px;
}
.login--pass .l-inputArea__text,
.login--complete .l-inputArea__text,
.login--other .l-inputArea__text {
  margin-left: auto;
  margin-right: auto;
  width: 420px;
}
.login--pass .l-window__text,
.login--complete .l-window__text,
.login--other .l-window__text {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 2;
  text-align: center;
}
.login--pass .l-window__text .ttl,
.login--complete .l-window__text .ttl,
.login--other .l-window__text .ttl {
  font-size: 20px;
  font-weight: bold;
}
.login--pass .l-window__main {
  padding: 30px 50px 80px;
}
.login--pass .login__window .login__inputArea,
.login--other .login__window .login__inputArea {
  margin-top: 60px;
}
.login--pass .l-window__button {
  margin-top: 50px;
}
.login--complete .l-window__main,
.login--other .l-window__main {
  padding: 30px 50px 80px;
}
.login--complete .l-window__button a {
  margin-top: 65px;
}
.login--passReset .l-window__main {
  padding: 110px 25px 120px;
}
.login--passReset .login__inputArea form {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.login--passReset .l-inputArea__text {
  width: 380px;
}
.login--passReset .l-window__button {
  margin: 0 0 0 auto;
}
.login--passReset .l-window__blueText,
.login--passReset .l-window__greenText {
  font-size: 15px;
  margin-top: 25px;
}
.login--maintenance .l-window__main,
.login--404 .l-window__main {
  color: #3f7f82;
  line-height: 1.8;
  margin-top: 235px;
  padding: 35px 80px;
}
.login--maintenance .mainte__head,
.login--404 .mainte__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.login--maintenance .mainte__ttl,
.login--404 .mainte__ttl {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  width: 430px;
}
.login--maintenance .mainte__img,
.login--404 .mainte__img {
  width: 77px;
}
.login--maintenance .mainte__body,
.login--404 .mainte__body {
  margin-top: 30px;
}
.login--maintenance .mainte__YYMMDD,
.login--404 .mainte__YYMMDD {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.login--maintenance .mainte__text,
.login--404 .mainte__text {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
.login--404 .l-window__main {
  margin-top: 200px;
}
.login--404 .l-window__button {
  margin-top: 50px;
}
.login--404 .l-window__button a {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.login--loading {
  height: 100vh;
  min-height: 100%;
}

.login--loading .loadingArea {
  margin: calc(50vh - 46px) auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login--loading .loadingArea img.loading {
  width: 50px;
}
/*==============================================
 旧UI
================================================*/
.search--cat .inner {
  padding-bottom: 2000px;
}
.search--cat .sCatList__tabArea,
.search--cat .sTop__ttl--cat {
  position: relative;
  z-index: 110;
}
.search--cat .sCatList__tab {
  border-radius: 5px 5px 0 0;
}
.search--cat .sCatList__tab--check {
  height: 100%;
}
.search--cat .overlay {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.search--cat .sCatList__contentsArea {
  background: #e4e4e4;
  box-sizing: border-box;
  display: block;
  left: 0;
  padding: 20px 10px;
  position: absolute;
  /*top: 1605px;*/
  width: 100%;
  z-index: 110;
}
.search--cat .sCatList__contentsArea--dx {
  border-top: 5px solid #531790;
}
.search--cat .sCatList__contentsArea--r {
  border-top: 5px solid #7d693f;
}
.search--cat .sCatList__contentsArea--naisou {
  border-top: 5px solid #1ebd39;
}
.search--cat .sCatList__contentsArea--setsubi {
  border-top: 5px solid #ebbd1f;
}
.search--cat .sCatList__close {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 12px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -70px;
  width: 60px;
}
.search--cat .sCatList__close img {
  width: 35%;
}
.search--cat .sCatList__close p {
  padding-top: 5px;
}
.search--cat .sCatList__close a {
  color: #FFF;
  text-decoration: none;
}
.search--cat .contentsArea__head {
  align-items: center;
  border-bottom: 1px solid #000;
  display: flex;
  font-weight: bold;
  padding: 0 15px;
  padding-bottom: 15px;
}
.search--cat .contentsArea__select {
  margin-left: 10px;
  background: #FFF;
  border: 1px solid #000;
  font-size: 16px;
  position: relative;
}
.search--cat .contentsArea__select select {
  padding: 8px 30px 8px 13px;
  font-size: 16px;
}
.search--cat .contentsArea__select:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  content: '';
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 7px;
  top: 46%;
  width: 0;
}
.search--cat .contentsArea__btn-info {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 86%;
}
.search--cat .contentsArea__btn-info .contentsArea__item.btn {
  width: 75px;
}
.search--cat .contentsArea__btn-info .contentsArea__item + .contentsArea__item {
  margin: 0 0 0 10px;
}
.search--cat .contentsArea__btn-ttl {
  margin-right: 10px;
}
.search--cat .contentsArea__tab_wrap {
  margin: 15px auto 0;
  width: 100%;
}
.search--cat .contentsArea input[type="radio"] {
  display: none;
}
.search--cat .contentsArea__tab_area {
  align-items: flex-end;
  display: flex;
  font-size: 0;
}
.search--cat .contentsArea__tab_area label {
  border-radius: 5px 5px 0 0;
  color: #0a48af;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 14px;
  text-align: center;
  transition: ease 0.2s opacity;
}
.search--cat .contentsArea__tab_area label + label {
  margin-left: 5px;
}
.search--cat .contentsArea__panel_area {
  background: #fff;
}
.search--cat .contentsArea__tab_panel {
  box-sizing: border-box;
  display: none;
  padding: 15px 15px 60px;
  width: 100%;
}
.search--cat .contentsArea__tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.search--cat .contentsArea__btn-area {
  display: flex;
}
.search--cat .contentsArea__btn-list {
  width: 19%;
}
.search--cat .contentsArea__btn-list + .contentsArea__btn-list {
  margin-left: 1.25%;
}
.search--cat .contentsArea__item {
  color: #0a48af;
  font-weight: bold;
  letter-spacing: -.5px;
  padding: 10px 0;
  text-align: center;
}
.search--cat .contentsArea__item + .contentsArea__item {
  margin-top: 15px;
}
.search--cat .contentsArea__item + .contentsArea__item.label {
  margin-top: 15px;
}
.search--cat .contentsArea__item.label + .contentsArea__item.btn {
  margin-top: 13px;
}
.search--cat .contentsArea__item.label {
  font-size: 14px;
}
.search--cat .contentsArea__item.label.p0 {
  padding: 0;
}
.search--cat .contentsArea__item.btn {
  border-radius: 2px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.4);
  display: block;
  font-size: 13px;
  text-decoration: none;
}
.search--cat .contentsArea__item.btn:hover {
  color: #0a48af;
  opacity: .8;
}
.search--cat .contentsArea__item.btn.p0 {
  padding: 0;
}
.blue {
  background: #C4DDFF;
}
.blue_2 {
  background: #a0e0fa;
}
.blue_3 {
  background: #97aee1;
}
.blue_4 {
  background: #b0d1ff;
}
.green {
  background: #cef7ba;
}
.pink {
  background: #FBDFF3;
}
.gray {
  background: #CACACA;
}
.red {
  background: #faa1a1;
}
.white {
  background: #FFF;
}
.red-text {
  color: #ff0f0f !important;
}
#tab1:checked ~ .contentsArea__tab_area .contentsArea__tab1_label {
  padding-bottom: 17px;
}
#tab1:checked ~ .contentsArea__panel_area #panel1 {
  display: block;
}
#tab2:checked ~ .contentsArea__tab_area .contentsArea__tab2_label {
  padding-bottom: 17px;
}
#tab2:checked ~ .contentsArea__panel_area #panel2 {
  display: block;
}
#tab3:checked ~ .contentsArea__tab_area .contentsArea__tab3_label {
  padding-bottom: 17px;
}
#tab3:checked ~ .contentsArea__panel_area #panel3 {
  display: block;
}
#tab4:checked ~ .contentsArea__tab_area .contentsArea__tab4_label {
  padding-bottom: 17px;
}
#tab4:checked ~ .contentsArea__panel_area #panel4 {
  display: block;
}
#tab5:checked ~ .contentsArea__tab_area .contentsArea__tab5_label {
  padding-bottom: 17px;
}
#tab5:checked ~ .contentsArea__panel_area #panel5 {
  display: block;
}
/*==============================================
 Tools
================================================*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    line-height: -1;
  }
  main {
    display: block;
  }
  input[type="text"],
  input[type="password"],
  input[type="email"] {
    font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
  button,
  input[type="reset"],
  input[type="submit"] {
    font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
  .search__form {
    height: 50px;
    width: 101%;
  }
  .search__form .search__button button[type="submit"] {
    height: 101%;
  }
  .sideList .lItem__text {
    font-size: .75em;
  }
  footer .copyright {
    padding: 16px 0;
  }
  .sekkei .sk-list__linkArea,
  .shosai .sk-list__linkArea {
    width: 890px;
  }
  .login--first .l-window__blueText,
  .login--first .l-window__greenText {
    width: 96%;
  }
}
@media screen and (max-width: 1280px) {
  .titleArea--fixed {
    -webkit-transform: none;
    left: 160px;
    transform: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .titleArea--Search--result {
    -webkit-transform: translate(38%, 0);
    left: -50%;
    transform: translate(38%, 0);
  }
}

/*==============================================
 Page Top
================================================*/
#page-top {
  position: fixed;
  bottom: 70px;
  right: 40px;
  font-size: 77%;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 70px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
}


/* レイアウトは初期はnone */
.pc {
  display: none;
}

.sp {
  display: none;
}

.privacy_policy {
  text-align: left !important;
}

.privacy_policy p:not(:first-child) {
  margin-left: 2rem;
  text-indent: -2rem;
}

/**
* プライバシーポリシーのフォーム
*/
.privacy-policy .l-window__button {
  display: flex;
  width: initial;
}

.privacy-policy .l-window__button button {
  margin: 0 10px;
  padding: 15px 15px;
  font-size: 28px;
  font-weight: bold;
}

.privacy-policy .l-window__button button:before {
  top: 27px;
}

.privacy-policy .l-window__button button.back {
  background: #b5b5b5;
}

.privacy-policy .l-window__button button.back::before {
  background: initial;
}

.privacy-policy .l-inputArea__check {
  display: inline-block;
  margin: 0 auto;
  margin-top: 35px;
  width: 100%;
}

.privacy-policy .l-inputArea__check .l-check__text {
  font-size: 1.5rem;
}

.privacy-policy .l-check__text:before {
  height: 25px;
  width: 25px;
  top: -5px;
  left: -12px;
}

.login .privacy-policy .l-inputArea__check input[type="checkbox"]:checked + .l-check__text:after {
  left: -6px;
  height: 13px;
  width: 18px;
}