@charset "UTF-8";

@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");

/* WebFonts - NotoSans CJK JP */
/* common
------------------------------------------------- */
a {
  color: #00468c;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a img:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
dt,
dl {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  line-height: 1;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.tag {
  display: inline-block;
  line-height: 1;
  padding: .3em .5em;
}

.tag--estate {
  background-color: #8c6a01;
  color: #fff;
}

.tag--gov {
  background-color: #0080ff;
  color: #fff;
}

.tag--private {
  background-color: #00b2b2;
  color: #fff;
}

.tag--manage {
  color: #fff;
  background-color: #0aafe5;
}

.tag--reg {
  color: #fff;
  background-color: #e88cc4;
}

.tag--free {
  color: #fff;
  background-color: #e7871d;
}

.btn {
  display: inline-block;
  text-align: center;
}

.btn--yellow {
  color: #fff;
  background-color: #e7871d;
}

.btn--blue {
  color: #fff;
  background-color: #345e83;
}

.btn--gray {
  color: #fff;
  background: 333px;
}

.btn--gray:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.btn--archive {
  background-color: #cedfea;
  color: #396387;
}

.btn--footer {
  padding: .3em 1em;
  margin-bottom: 10px;
  border: 1px solid #999;
  border-radius: 3px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}

.btn--footer:hover {
  text-decoration: none !important;
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.btn--footer span.title {
  font-size: 13px;
}

.btn--footer span.pay {
  font-size: 11px;
  display: block;
  color: #bbb;
}

.icon_locked {
  width: 12px;
  height: auto;
}

#scrollToTop {
  position: fixed;
  z-index: 500;
  right: 28px;
  bottom: 28px;
  display: block;
  width: 54px;
  height: 54px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: transparent;
}

/* body
------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  line-height: 160%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* .wrapper
------------------------------------------------- */
.wrapper {
  width: 1366px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}

/* .header
------------------------------------------------- */
.header {
  position: relative;
}

.header__title {
  padding-top: 25px;
  line-height: 40px;
}

.header__read {
  margin-left: 10px;
  vertical-align: middle;
}

.header__logo {
  width: 167px;
  height: auto;
}

.header__read {
  font-size: 11px;
  font-weight: normal;
}

.headerNav {
  position: absolute;
  top: 0;
  right: 0;
}

.headerNav__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.headerNav__listItem {
  padding-left: 18px;
  font-size: 12px;
  height: 50px;
}

.headerNav__listItem a {
  line-height: 17px;
  display: inline-block;
  color: #333;
}

.headerNav__listItem a:hover {
  text-decoration: underline;
}

.headerNav__listItem--corp {
  padding-top: 12px;
}

.headerNav__listItem--corp a {
  padding-left: 24px;
  padding-right: 20px;
  display: inline-block;
  border-right: 1px solid #d8d8d8;
  background: url(../img/common/icon_building01.png) no-repeat 0 50%;
}

.headerNav__listItem--mail {
  padding-top: 12px;
}

.headerNav__listItem--mail a {
  padding-left: 24px;
  padding-right: 20px;
  display: inline-block;
  border-right: 1px solid #d8d8d8;
  background: url("../img/common/icon_mail01.png") no-repeat 0 50%;
}

.headerNav__listItem--registerpay {
  padding-top: 12px;
}

.headerNav__listItem--registerpay a {
  padding-left: 26px;
  background: url("../img/common/icon_registerpay.png") no-repeat 0 50%;
}

.headerNav__listItem--login a {
  padding: 18px 33px 18px 46px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: url("../img/common/icon_login01.png") no-repeat 23px 50%, url("../img/common/headerNav_login_arrow_right.png") no-repeat 93% 50%, #3b3b3b;
}

.headerNav__listItem--logout a {
  padding: 18px 33px 18px 46px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: url("../img/common/icon_logout.png") no-repeat 23px 50%, url("../img/common/headerNav_login_arrow_right.png") no-repeat 93% 50%, #3b3b3b;
}

.headerNav__listItem--login a:hover,
.headerNav__listItem--logout a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  text-decoration: none;
}

.mainNav {
  margin-top: 12px;
}

.mainNav__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.mainNav__listItem {
  position: relative;
  border-right: 1px solid #d8d8d8;
}

.mainNav__listItem:first-child {
  border-left: 1px solid #d8d8d8;
}

.mainNav__listItem > a {
  cursor: pointer;
  padding: 0 19px;
  font-size: 15px;
  color: #333;
}

.mainNav__listItem .mainNav__text {
  cursor: pointer;
  padding: 0 .5em;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.mainNav__listItem:hover .mainNav__text {
  display: inline-block;
  border-bottom: 2px solid #9c9c9c;
}

.mainNav__listItem--normal:hover > a {
  color: #333;
}

.mainNav__listItem--normal:hover .mainNav__text {
  border-bottom: 2px solid #9c9c9c;
}

.mainNav__listItem--estate.active a {
  color: #8c6900;
}

.mainNav__listItem--estate.active .mainNav__text {
  border-bottom: 2px solid #8c6900;
}

.mainNav__listItem--estate:hover > a {
  color: #8c6900;
}

.mainNav__listItem--estate:hover .mainNav__text {
  border-bottom: 2px solid #8c6900;
}

.mainNav__listItem--gov.active a {
  color: #0080ff;
}

.mainNav__listItem--gov.active .mainNav__text {
  border-bottom: 2px solid #0080ff;
}

.mainNav__listItem--gov:hover > a {
  color: #0080ff;
}

.mainNav__listItem--gov:hover .mainNav__text {
  border-bottom: 2px solid #0080ff;
}

.mainNav__listItem--private.active a {
  color: #00b2b2;
}

.mainNav__listItem--private.active .mainNav__text {
  border-bottom: 2px solid #00b2b2;
}

.mainNav__listItem--private:hover > a {
  color: #00b2b2;
}

.mainNav__listItem--private:hover .mainNav__text {
  border-bottom: 2px solid #00b2b2;
}

.mainNav__listItem--manage.active a {
  color: #0aafe5;
}

.mainNav__listItem--manage.active .mainNav__text {
  border-bottom: 2px solid #0aafe5;
}

.mainNav__listItem--manage:hover > a {
  color: #0aafe5;
}

.mainNav__listItem--manage:hover .mainNav__text {
  border-bottom: 2px solid #0aafe5;
}

.mainNav__listItem--reg.active a {
  color: #e88cc4;
}

.mainNav__listItem--reg.active .mainNav__text {
  border-bottom: 2px solid #e88cc4;
}

.mainNav__listItem--reg:hover > a {
  color: #e88cc4;
}

.mainNav__listItem--reg:hover .mainNav__text {
  border-bottom: 2px solid #e88cc4;
}

.mainNav__listItem--have {
  background: url("../img/common/mainNav_arrow_bttom.png") no-repeat 82% 50%;
}

.mainNav__listItem--have > a {
  padding-right: 40px;
}

.mainNav__subList {
  position: absolute;
  left: 0;
  z-index: 100;
  padding: 26px 42px;
  width: 243px;
  background-color: rgba(255, 255, 255, .9);
}

.mainNav__subList2 {
  position: absolute;
  left: 0;
  z-index: 100;
  padding: 26px 21px 26px 42px;
  background-color: rgba(255, 255, 255, .9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.0;
}

.mainNav__subList2Item {
  float: left;
  min-width: 128px;
}

.mainNav__subListItem {
  width: 50%;
}

.mainNav__subListItem--left {
  float: left;
}

.mainNav__subListItem--right {
  float: left;
}

.mainNav__subMenu > li {
  line-height: 1;
  margin-bottom: 18px;
}

.mainNav__subMenu > li:last-child {
  margin-bottom: 0;
}

.mainNav__subMenu > li > a {
  display: inline-block;
  background: url("../img/common/mainNav_sub_arrow_right.png") no-repeat 0 50%;
  font-size: 14px;
  padding-left: 12px;
  color: #222;
  line-height: 1;
}

.mainNav__subMenu > li > a:hover {
  text-decoration: underline;
}

.headerSearch {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: -11px;
}

.headerSearch_searchBar {
  margin-right: 22px;
}

.searchBar {
  position: relative;
}

.searchBar_input {
  background-color: #eee;
  color: #333;
  width: 203px;
  height: 32px;
  padding-left: .5em;
}

.searchBar_btn {
  position: absolute;
  top: 8px;
  right: 11px;
  width: 18px;
  height: 18px;
}

.headerSearch__link {
  margin-right: 11px;
}

.headerSearch__link img {
  width: 31px;
  height: 31px;
}

/* .contents
------------------------------------------------- */
.contents {
  width: 100%;
  background-color: #f3f3f3;
  padding-bottom: 40px;
}

.contents__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 18px 0;
}

.page-top .contents__inner {
  padding-top: 44px;
}

.contents__flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}

.contents__main {
  width: 880px;
}

.contents__side {
  width: 300px;
}

.main {
  margin-top: 16px;
}

/* .breadcrumb
------------------------------------------------- */
.breadcrumb {
  width: 1200px;
  margin: 0 auto;
}

.breadcrumb__list {
  list-style: none;
  font-size: 12px;
  line-height: 1;
}

.breadcrumb__item {
  display: inline;
}

.breadcrumb__item:before {
  content: '>';
  margin: 0 .5em;
}

.breadcrumb__item:first-child:before {
  content: '';
}

.breadcrumb__item a:hover {
  text-decoration: underline;
}

/* .postBoxList
------------------------------------------------- */
.postBoxList {
  margin-right: -20px;
  margin-bottom: -20px;
}

.postBox {
  float: left;
  overflow: hidden;
  width: 430px;
  padding: 22px 18px 22px 19px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.postBox a {
  color: #474747;
}

.postBox__inner {
  display: block;
}

.postBox__inner:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.postBox__tag {
  font-size: 13px;
  font-weight: bold;
}

.postBox__cat {
  margin-left: 8px;
  font-size: 13px;
  color: #7e7e7e;
  line-height: 1.4;
}

.postBox__title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.postBox__title .icon_locked {
  margin-left: .3em;
}

.postBox__body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row-reverse;
  -webkit-flex-flow: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-flow: row-reverse;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.postBox__body {
  margin-top: 12px;
}

.postBox__thumb {
  margin-left: 12px;
  width: 160px;
  min-width: 160px;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.postBox__thumb:before {
  content: "";
  display: block;
  padding-top: calc(119 / 160 * 100%);
}

.postBox__text {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}

.postBox__date {
  margin-top: 10px;
  font-size: 13px;
  color: #999;
  line-height: 1.5;
}

/* .postArea
------------------------------------------------- */
.postArea {
  background-color: #fff;
  margin-bottom: 60px;
}

.postArea__inner {
  padding: 30px 20px 68px;
}

.postArea__heading {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.postArea__tag {
  font-size: 15px;
  font-weight: 500;
}

.postArea__cat {
  margin-left: 16px;
  font-size: 14px;
  color: #7e7e7e;
}

.postArea__title {
  margin-top: 16px;
  font-size: 25px;
  line-height: 1.5;
}

.postArea__paidOnlyImg {
  margin-left: 12px;
}

.postArea__headingBottom {
  margin-top: 16px;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.postArea__bottom {
  padding: 19px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 36px;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.postArea__date {
  margin-right: .5em;
}

.postArea__date .date {
  font-size: 15px;
  color: #999;
}

.postArea__content {
  margin-top: 46px;
}

.postArea__content p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1.8;
}

.postArea__content figure.postArea__postThumb {
  float: right;
  margin: 0 0 1em 1em;
}

.postArea__content figcaption {
  font-size: 13px;
  color: #a0a0a0;
}

.postArea__social {
  width: 100%;
}

.postArea__social a {
  margin-right: 8px;
}

.postArea__social a.pc {
  display: inline;
}

.postArea__social a.sp {
  display: none;
}

.wp_social_bookmarking_light {
  width: 100% !important;
}

.postArea__social div.wsbl_facebook_like {
  margin-right: 3.33%;
  max-width: 82px;
  float: left;
}

.fb-like, .fb-like span, .fb-like iframe {
  width: 100% !important;
}

.postArea__social div.wsbl_twitter {
  margin-right: 3.33%;
  max-width: 75px;
  float: left;
}

.postArea__social div.wsbl_line {
  margin-right: 0;
  float: left;
}

.postArea__social div.wsbl_line img {
  height: 20px;
  width: auto;
}

.paidLogin {
  margin-top: 44px;
  padding: 40px 20px 42px 30px;
  background-color: #f2f7fb;
}

.paidLogin__read {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #32587a;
  line-height: 1;
}

.paidLogin__row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 36px;
}

.loginBox {
  width: 60%;
  padding: 20px;
  background-color: #fff;
}

.loginBox__inputArea {
  width: 48%;
}

.loginBox__inputArea:first-child {
  float: left;
}

.loginBox__inputArea:nth-child(2) {
  float: right;
}

.loginBox__inputArea label {
  display: block;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
}

.loginBox__inputArea input[type="text"],
.loginBox__inputArea input[type="password"] {
  display: block;
  background-color: #eee;
  width: 100%;
  font-size: 16px;
  padding: .5em .75em;
}

.loginBox__row--check {
  text-align: center;
  color: #333;
  font-size: 12px;
  line-height: 1;
  margin-top: 12px;
}

.loginBox__row--check input[type="checkbox"] {
  margin-right: .25em;
}

.loginBox__submit {
  margin: 11px auto 0;
  cursor: pointer;
  display: block;
  width: 220px;
  height: 34px;
  text-indent: -9999px;
  background: url(../img/common/btn_login.png) no-repeat 0 0;
  background-size: 100%;
}

.loginBox__submit:hover {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.loginBox__resend {
  margin-top: 14px;
  text-align: right;
}

.loginBox__resend a {
  text-decoration: none;
  color: #333;
  padding-left: 12px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  background: url("../img/common/icon_login_resend.png") no-repeat 0 50%;
  background-size: 7px 10px;
}

.loginBox__resend a:hover {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.tryReg {
  width: 33.33%;
  border-left: 1px solid #d4d4d4;
  padding-left: 24px;
}

.tryReg__read {
  color: #e7871d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.tryReg__text {
  margin-top: 8px;
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}

.tryReg__btn {
  margin-top: 15px;
  width: 229px;
  height: auto;
}

/* .pagination
------------------------------------------------- */
.pagination {
  margin-top: 64px;
  text-align: center;
}

.pagination__list {
  font-size: 0;
}

.pagination__listItem {
  margin: 0 8px 4px;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}

.pagination__listItem a {
  padding: 11px 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  background-color: #bfcdd9;
  vertical-align: top;
  text-align: center;
}

.pagination__listItem a:hover {
  background-color: #333;
}

.pagination__listItem--active a {
  background-color: #333;
}

.pagination__listItem--active a:hover {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.pagination__listItem--first {
  margin-right: 90px;
}

.pagination__listItem--first a img {
  vertical-align: top;
  height: 17px;
  width: auto;
}

.pagination__listItem--first a img:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pagination__listItem--last {
  margin-left: 90px;
}

.pagination__listItem--last a img {
  vertical-align: top;
  height: 17px;
  width: auto;
}

.pagination__listItem--last a img:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .relatedArticle
------------------------------------------------- */
.relatedArticle__postBoxList {
  margin-top: 36px;
}

/* .recommendBox
------------------------------------------------- */
.contentsSection {
  margin-top: 50px;
}

.page-category .contentsSection.recommend {
  margin-top: 130px;
}

.page-single .contentsSection.relatedArticle {
  margin-top: 68px;
}

.contentsSection__title {
  position: relative;
}

.contentsSection__title:before {
  border-top: 1px solid #ccc;
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
}

.contentsSection__titleText {
  position: relative;
  display: inline-block;
  z-index: 12;
  padding-right: 22px;
  background-color: #f3f3f3;
}

/* .recommendBox
------------------------------------------------- */
.recommendBoxList {
  margin-top: 30px;
  margin-right: -20px;
}

.recommendBox {
  float: left;
  width: 430px;
  height: 389px;
  margin-right: 20px;
  padding: 28px 0 0;
  background-color: #fff;
}

.recommendBox__head {
  text-align: center;
}

.recommendBox__sub {
  font-size: 12px;
}

.recommendBox__title {
  margin-top: 10px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.recommendBox__title img {
  height: 19px;
  width: auto;
}

.recommendBox__tag {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  margin-right: 16px;
}

.recommendBox__img {
  margin-top: 18px;
}

.recommendBox__body {
  padding: 20px 30px 0;
}

.recommendBox__text {
  font-size: 13px;
  line-height: 1.5;
}

.recommendBox__bottom {
  text-align: center;
}

.recommendBox__btn {
  width: 200px;
  padding: 10px 0;
  font-size: 13px;
  border-radius: 17px;
  font-weight: 700;
  background-image: url("../img/common/bg_arrow_right.png");
  background-repeat: no-repeat;
  background-position: 92% 50%;
}

.recommendBox__btn:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.recommendBox__caution {
  display: inline-block;
  margin-top: 4px;
  font-size: 11px;
}

.recommendBox__bottom {
  margin-top: 18px;
}

/* Adsence .ad
------------------------------------------------- */
.ad--728_90 {
  margin-top: 72px;
  text-align: center;
}

.ad--728_90 img {
  height: 90px;
  width: auto;
}

.ad--300_600 {
  margin-top: 43px;
  text-align: center;
}

.ad--300_600 img {
  height: 600px;
  width: auto;
}

.ad--300_250 {
  text-align: center;
}

.ad--300_250 img {
  height: 250px;
  width: auto;
}

.ad--300_250--01 {
  margin-top: 32px;
  text-align: center;
}

.ad--300_250--01 img {
  height: 250px;
  width: auto;
}

.ad--300_250--02 {
  margin-top: 32px;
  text-align: center;
}

.ad--300_250--02 img {
  height: 250px;
  width: auto;
}

.ad--300_250--03 {
  margin-top: 40px;
}

.ad--300_250--03 img {
  width: 100%;
  height: auto;
}

.ad--text_bottom {
  margin-top: 87px;
  text-align: left;
}

.ad--text_bottom img {
  height: 16px;
  width: auto;
}

.ad--text_bottom {
  margin-top: 87px;
  text-align: left;
}

.ad--text_bottom img {
  height: 16px;
  width: auto;
}

.ad--text_side {
  margin-top: 30px;
}

.ad--text_side img {
  height: 148px;
  width: auto;
}

/* .side
------------------------------------------------- */
.side__title h2 a {
  font-size: 20px;
  color: #333;
}

.side__title h2 a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.side__titleImg {
  margin-left: 4px;
}

.side__titleImg:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.side__titleImg--ranking {
  height: 13px;
  width: auto;
}

.side__titleImg--category {
  height: 13px;
  width: auto;
}

.side__titleImg--archive {
  height: 11px;
  width: auto;
}

.side__title--close {
  margin-top: 40px;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #a5a5a5;
}

.side__title--close a {
  display: block;
  color: #333;
  background: url("../img/common/icon_plus.png") no-repeat 98% 50%;
}

.side__title--open a {
  background: url("../img/common/icon_minus.png") no-repeat 98% 50%;
}

.sideCatList {
  padding: 20px 0 0 12px;
}

.sideCatList li {
  padding: 0 0 12px;
  font-size: 15px;
}

.sideCatList li a {
  display: inline-block;
  padding-left: 17px;
  color: #262626;
  background: url("../img/common/icon_arrow_right_xs.png") no-repeat left center;
  font-size: 15px;
  line-height: 1;
}

.sideCatList li a:hover {
  text-decoration: underline;
}

/* page-top
------------------------------------------------- */
.page-top__mv {
  height: 440px;
}

.mv {
  border-top: 1px solid #d9d9d9;
}

.panels {
  width: 72.04%;
}

.panel {
  display: block;
}

.panel:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.panel__box {
  float: left;
  position: relative;
  width: 328px;
  height: 440px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-right: 1px solid #e9e9e9;
}

.panels .panel {
  border-right: 0;
}

.panel__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  padding: 14px 21px;
}

.panel__cat {
  line-height: 1;
  margin-left: 10px;
  font-weight: 400;
}

.panel__tag {
  font-size: 13px;
  font-weight: bold;
}

.panel__heading {
  font-size: 13px;
  color: #bfbfbf;
}

.panel__title {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #e3e3e3;
  line-height: 1.5;
}

.panel__title .icon_locked {
  margin-left: .5em;
}

.panel__date {
  margin-top: 6px;
  font-weight: 400;
  font-size: 13px;
  color: #c6c6c6;
  line-height: 1;
}

.serviceList {
  float: left;
  width: calc(100% - 72.04%);
  background-color: gray;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.serviceList__item {
  height: 147px;
  /*height: 220px;*/
  display: block;
  color: #262626;
  border-bottom: 1px solid #ccc;
}

.serviceList__item:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.serviceList__item:first-of-type {
  height: 146px;
}

.serviceList__item:last-of-type {
  border-bottom: 0;
}

.serviceList__item--pay {
  background: url("../img/index/icon_pay.png") no-repeat 27px 50%, #fdf2e3 url("../img/index/arrow_right_yellow.png") no-repeat 95% 50%;
}

.serviceList__item--pay .serviceList__title {
  font-size: 19px;
  color: #e78921;
  font-weight: 500;
  line-height: 1;
}

.serviceList__item--db {
  background: url("../img/index/icon_db.png") no-repeat 27px 50%, #e8eff7 url("../img/index/arrow_right_blue.png") no-repeat 95% 50%;
}

.serviceList__item--db .serviceList__title {
  font-size: 19px;
  color: #32597c;
  font-weight: 500;
  line-height: 1;
}

.serviceList__item--map {
  background: url("../img/index/icon_map2.png") no-repeat 27px 50%, #eaf5ec url("../img/index/arrow_right_green.png") no-repeat 95% 50%;
}

.serviceList__item--map .serviceList__title {
  font-size: 19px;
  color: #46b35f;
  font-weight: 500;
  line-height: 1;
}

.serviceList__body {
  padding: 16px 66px 16px 90px;
  /*padding: 66px 66px 16px 90px;*/
}

.serviceList__eng {
  font-family: Arial, sans-serif;
  color: #c3c3c3;
  font-size: 13px;
  font-style: italic;
  letter-spacing: .075em;
}

.serviceList__text {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.4;
}

.serviceList__text--caution {
  font-size: 10px;
}

.serviceList__icon {
  width: 49px;
  height: auto;
}

.sideServiceList {
  width: 100%;
  background-color: gray;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.sideServiceList__item {
  height: 160px;
  color: #262626;
  border-bottom: 1px solid #ccc;
}

.sideServiceList__item:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.sideServiceList__item:last-of-type {
  height: 160px;
  border-bottom: 0;
}

.sideServiceList__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.sideServiceList__item--pay {
  background: url("../img/index/arrow_right_yellow.png") no-repeat 95% 50%, url("../img/index/icon_pay.png") no-repeat 11px 50%, url("../img/common/bg_service_paid.jpg") repeat, #fdf2e3;
}

.sideServiceList__item--pay .sideServiceList__title {
  color: #e78921;
}

.sideServiceList__item--db {
  background: url("../img/index/arrow_right_blue.png") no-repeat 95% 50%, url("../img/index/icon_db.png") no-repeat 11px 50%, url("../img/common/bg_service_db.png") repeat, #e8eff7;
}

.sideServiceList__item--db .sideServiceList__title {
  color: #32597c;
}

.sideServiceList__item--map {
  /*background: url("../img/index/icon_map.png") no-repeat 11px 50%, url("../img/index/arrow_right_gray.png") no-repeat 95% 50%, #fff;*/
  background: url(../img/index/icon_map2.png) no-repeat 11px 50%, #eaf5ec url(../img/index/arrow_right_green.png) no-repeat 95% 50%;

}

.sideServiceList__item--map .sideServiceList__title {
  color: #46b35f;
}

.sideServiceList__body {
  padding: 19px 37px 20px 69px;
}

.sideServiceList__eng {
  font-family: Arial, sans-serif;
  color: #c3c3c3;
  font-size: 13px;
  font-style: italic;
  letter-spacing: .075em;
}

.sideServiceList__text {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.4;
}

.sideServiceList__text--caution {
  font-size: 10px;
}

.sideServiceList__icon {
  width: 49px;
  height: auto;
}

/* .more
------------------------------------------------- */
.more {
  margin-top: 62px;
  text-align: center;
}

.more__btn {
  width: 410px;
  font-size: 18px;
  padding: 19px 0;
  background: #333 url("../img/common/bg_arrow_right.png") no-repeat 88% 50%;
  line-height: 1;
}

/* .ranking
------------------------------------------------- */
.ranking {
  margin-top: 36px;
}

/* タブメニュー */
.termSwitchMenu {
  margin-top: 25px;
  list-style: none;
  font-size: 0;
}

.termSwitchMenu__item {
  display: inline-block;
  width: 50%;
}

.termSwitchMenu__item a {
  display: inline-block;
  width: 100%;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #3e6c97;
  text-align: center;
  line-height: 1;
  padding: 12px 0;
}

.termSwitchMenu__item--active a {
  background: #3e6c97;
  color: #fff;
}

.termSwitchBox__item {
  display: none;
}

.termSwitchBox__item--active {
  display: block;
}

.rankingList {
  margin-top: 27px;
}

.rankingItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: left top;
}

.rankingItem--01 {
  background-image: url("../img/common/rank_rank01.png");
}

.rankingItem--02 {
  background-image: url("../img/common/rank_rank02.png");
}

.rankingItem--03 {
  background-image: url("../img/common/rank_rank03.png");
}

.rankingItem--04 {
  background-image: url("../img/common/rank_rank04.png");
}

.rankingItem--05 {
  background-image: url("../img/common/rank_rank05.png");
}

.rankingItem__link {
  display: block;
  color: #333;
}

.rankingItem__link:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.rankingItem__body {
  padding-left: 49px;
}

.rankingItem__tag {
  font-size: 13px;
  font-weight: bold;
}

.rankingItem__cat {
  font-weight: 400;
  line-height: 1;
  margin-left: 10px;
}

.rankingItem__text {
  margin-top: 4px;
  color: #464646;
  font-size: 14px;
  line-height: 1.5;
}

.rankingItem__count {
  margin-top: 6px;
  font-size: 13px;
  color: #999;
}

.rankingMore {
  text-align: center;
}

.rankingMore__btn {
  padding: 13px 0;
  width: 230px;
  font-size: 14px;
  line-height: 1;
  background: url(../img/common/bg_arrow_right_sm.png) no-repeat 75% 50%, #333;
}

/* .sideSection
------------------------------------------------- */
.archiveMore {
  text-align: center;
}

.archiveMore__btn {
  margin-top: 12px;
  font-size: 14px;
  padding: 12px;
  width: 230px;
  background: url("../img/common/bg_arrow_bottom_blue.png") no-repeat 90% 50%, #cedfea;
}

.archiveMore__btn.open {
  background: url("../img/common/bg_arrow_bottom_blue_top.png") no-repeat 90% 50%, #cedfea;
}

.archiveMore__btn:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.sp-mv {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
  margin-bottom: 0;
}

.sp-mv li {
  position: relative;

}

.sp-mv li .detail {
  padding: 3% 3% 3%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.sp-mv li a {
  display: block;
}

.sp-mv li .detail {
  display: block;
}

.sp-mv li .detail:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.sp-mv li .detail__box {
  float: left;
  position: relative;
  width: 328px;
  height: 440px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-right: 1px solid #e9e9e9;
}

.sp-mv li .detail__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  padding: 14px 21px;
}

.sp-mv li .detail__cat {
  line-height: 1;
  margin-left: 10px;
  font-weight: 400;
}

.sp-mv li .detail__tag {
  font-size: 10px;
  font-weight: bold;
}

.sp-mv li .detail__heading {
  font-size: 10px;
  color: #bfbfbf;
}

.sp-mv li .detail__title {
  margin-top: 0.6%;
  font-size: 12px;
  font-weight: 700;
  color: #e3e3e3;
  line-height: 1.5;
}

.sp-mv li .detail__title .icon_locked {
  margin-left: .5em;
}

.sp-mv li .detail__date {
  margin-top: 6px;
  font-weight: 400;
  font-size: 10px;
  color: #c6c6c6;
  line-height: 1;
}

.sp-mv img {
  position: relative;
  z-index: 1;
  display: block;
}

.sp-mv img {
  position: relative;
  z-index: 1;
}

.spmv-img {
  width: 100%;
  height: 0;
  padding-top: calc(460 / 640 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: 2%;
}

.slick-dots li button {
  width: 32px;
  height: 32px;
}

.slick-dots li button:before {
  color: #fff;
  width: 32px;
  height: 32px;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  font-size: 12px;
}

.sp-mv .bx-pager, .bx-controls-auto {
  bottom: 4%;
}

.bx-pager.bx-default-pager a {
  background: #b0b0b0;
}

.bx-pager.bx-default-pager a:hover, .bx-pager.bx-default-pager a.active, .bx-pager.bx-default-pager a:focus {
  background: #fff;
}

/* .footer
------------------------------------------------- */
.footer {
  background-color: #333;
}

.footer__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.footer__read {
  font-size: 13px;
  color: #aaa;
  line-height: 1.4;
}

.siteLink {
  margin-top: 26px;
  padding: 26px 12px 40px;
  border-top: 1px solid #555;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.siteLink__list p {
  font-size: 14px;
  color: #fff;
}

.siteLink__list li {
  line-height: 1;
  margin-bottom: 10px;
}

.siteLink__list a {
  font-size: 12px;
  color: #c3c3c3;
}

.siteLink__list a:hover {
  text-decoration: underline;
}

.siteLink__list--01 li {
  margin-bottom: 20px;
}

.siteLink__list--01 a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.siteLink__list--02 ul {
  margin-top: 14px;
  padding-left: 14px;
}

.siteLink__list--03 ul {
  margin-top: 28px;
}

.siteLink__list--04 ul {
  margin-top: 14px;
  padding-left: 14px;
}

.siteLink__list--05 li {
  margin-bottom: 20px;
}

.siteLink__list--05 a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.siteLink__list--06 {
  width: 20%;
  padding-left: 25px;
}

.footer__bottom {
  background-color: #222;
  color: #949494;
}

.aboutSiteLink {
  padding: 20px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
}

.aboutSiteLink li {
  padding: 0 20px;
  line-height: 15px;
  border-right: 1px solid #666;
}

.aboutSiteLink li:first-child {
  border-left: 1px solid #666;
}

.aboutSiteLink a {
  display: inline-block;
  font-size: 12px;
  color: #ccc;
}

.aboutSiteLink a:hover {
  text-decoration: underline;
}

.footer__bottomInner {
  width: 1020px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.footer__copyright {
  background-color: #222;
  color: #949494;
  font-size: 12px;
}

/* .page-category
------------------------------------------------- */
/* page-category__mv
------------------------------------------------- */
.page-category__mv {
  position: relative;
  width: 100%;
  height: 180px;
  background-image: url("../img/category/title_bg_gov.jpg");
  background-repeat: no-repeat;
}

.page-category__mv.pg-magazine {
  position: relative;
  width: 100%;
  height: 180px;
  background-image: url("../img/magazine/title_bg.jpg");
  background-repeat: no-repeat;
}

.category-mv__title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}

.category-mv.page-sitemap__mv {
  position: relative;
  width: 100%;
  height: 180px;
  background-image: url("../img/sitemap/title_bg.jpg");
  background-repeat: no-repeat;
}

.category-mv__title .title-eng {
  display: inline-block;
  margin-left: 12px;
  color: #fff;
  font-size: 18px;
  font-style: italic;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 42px 92px 48px;
  width: auto;
  max-width: 564px;
  margin: 20px auto;
}

.loginModal {
  text-align: center;
}

.loginModal__head {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

.loginModal__sub {
  margin-top: 16px;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  color: #c3c3c3;
  font-family: Arial;

}

.loginForm {
  margin-top: 20px;
}

.loginForm .label_text {
  text-align: left;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}

.loginForm .input {
  display: block;
  background-color: #eee;
  color: #333;
  height: 35px;
  padding-left: .5em;
  width: 100%;
  margin-bottom: 12px;
}

.checkbox_area {
  display: inline-block;
  text-align: left;
}

.tal {
  text-align: left;
}

.red{
  color: red;
  margin-top: 20px;
}
.to_terms{
  margin-top: 10px;
}
.to_terms a {
  color: #333;
}

.selectServiceArea {
  margin-bottom: 20px;
}

.selectServiceArea__lead {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.selectService {
  margin-top: 26px;
}

.selectService__item {
  float: left;
  display: block;
  width: 126px;
  height: 126px;
  margin-right: 1px;
}

.selectService__item:last-child {
  margin-right: 0;
}

.login-control {
  width: 100%;
  /*padding-top: 100%;*/
  margin: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.login-control__input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.login-control__label {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  opacity: 1;
  -webkit-transition: opacity .15s;
  -o-transition: opacity .15s;
  transition: opacity .15s;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.login-control__label:hover {
  opacity: .85;
  cursor: pointer;
}

.login-control__label::before {
  border: 0
}

.login-control__label::after, .login-control__label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
}

.login-control__label::after {
}

/* disable */
.login-control__label--news::before {
  background: url(../img/common/login/selectNews.png) no-repeat;
  background-size: cover;
}

.login-control__label--map::before {
  background: url(../img/common/login/selectMap.png) no-repeat;
  background-size: cover;
}

.login-control__label--db::before {
  background: url(../img/common/login/selectDB.png) no-repeat;
  background-size: cover;
}

.login-control__label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.login-control__input[type=radio] + .login-control__label::before {
}

/* enable */
.login-control__input[type=radio] + .login-control__label--news::after {
  background: url(../img/common/login/selectNews_enbale.png) no-repeat;
  background-size: cover;
}

.login-control__input[type=radio] + .login-control__label--db::after {
  background: url(../img/common/login/selectDB_enbale.png) no-repeat;
  background-size: cover;
}

.login-control__input[type=radio] + .login-control__label--map::after {
  background: url(../img/common/login/selectMap_enbale.png) no-repeat;
  background-size: cover;
}

.login-control__input[type=checkbox] + .login-control__label::after {

}

.login-control__input[type=checkbox][disabled] + .login-control__label, .login-control__input[type=radio][disabled] + .login-control__label {
  cursor: not-allowed
}

.login-control__input[type=checkbox][disabled] + .login-control__label::before, .login-control__input[type=radio][disabled] + .login-control__label::before {
  border-color: #c8c8c8;
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none
}

.login-control__input:checked + .login-control__label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.loginForm .checkbox_area .checkbox {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.loginForm .label_checkbox {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  margin-left: 8px;
}

.loginForm {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.loginModalSubmitBtn {
  margin-top: 32px;
  width: 252px;
  height: 39px;
  background: #fff url(../img/common/btn_login_modal.png) center center no-repeat;
  cursor: pointer;
}

.loginModalSubmitBtn:hover {
  opacity: .75;
}

.loginModal__links {
  margin-top: 29px;
}

.loginModal__link {
  display: inline-block;
  color: #333;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  background: url(../img/common/moda_arriw-right.png) no-repeat 0% 50%;
  padding-left: 15px;
  line-height: 1;
  margin-bottom: 16px;
}

.loginModal__link:hover {
  opacity: .75;
}

.loginModal__link:last-child {
  margin-bottom: 0;
}

/**********************************************
 *  SP
***********************************************/
@media screen and (max-width: 640px) {
  /* common
  ------------------------------------------------- */
  body {
    max-width: 100%;
    min-width: 0;
    font-size: 12px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .btn--footer {
    padding: .75em 1em;
  }

  #scrollToTop {
    position: fixed;
    z-index: 500;
    right: 28px;
    bottom: 28px;
    display: block;
    width: 42px;
    height: 42px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: transparent;
  }

  /* sp wrapper
   ------------------------------------------------- */
  .wrapper {
    width: 100%;
    max-width: 100%;
  }

  /* sp header
   ------------------------------------------------- */
  .sp-header {
    z-index: 1000;
    position: relative;
    width: 100%;
    background: #fff;
  }

  .sp-header__title {
    width: 75%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 300;
    padding: 3.438% .5% 3.438% 3.438%;
  }

  .sp-header__logo {
    width: 37.5%;
    height: auto;
  }

  .sp-header__read {
    margin-left: 2px;
    vertical-align: middle;
    font-size: 10px;
    font-weight: normal;
  }

  .sp-header__box {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .sp-header__box > div {
    float: right;
    width: 12.5%;
  }

  .sp-header__box img {
    width: 100%;
    height: auto;
  }

  .sp-header__login a {
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc(98 / 80 * 100%);
    background: url(../img/common/sp/icon_login01.png) center center/cover no-repeat;
  }

  .sp-header__logout a {
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc(98 / 80 * 100%);
    background: url(../img/common/sp/icon_logout.png) center center/cover no-repeat;
  }

  .sp-header__navToggle {
    cursor: pointer;
  }

  .sp-header__navToggle .sp-navToggle__img {
    width: 100%;
    height: 0;
    padding-top: calc(98 / 80 * 100%);
    background: url(../img/common/sp/icon_menu.png) center center/cover no-repeat;
  }

  .sp-header__navToggle.open .sp-navToggle__img {
    background: url(../img/common/sp/icon_close.png) center center/cover no-repeat;
  }

  #sp-nav {
    position: absolute;
    width: 100%;
    background: #fff;
    clear: both;
    padding: 0;
    border-top: 1px solid #ccc;
  }

  #sp-nav > ul {
    display: none;
    background: #fff;
  }

  #sp-nav ul.open {
    display: block;
  }

  #sp-nav li {
    float: none;
    line-height: 1;
  }

  #sp-nav li a {
    color: #424242;
    position: relative;
    font-size: 13px;
    display: block;
    padding: 11px 0 11px;
  }

  #sp-nav .sp-navList {
    padding: 0 15px;
    display: none;
  }

  #sp-nav .sp-navList__item {
    border-bottom: 1px solid #ccc;
    background: url(../img/common/sp/arrow_right.png) no-repeat 100% 50%;
    background-size: 6px 9px;
  }

  #sp-nav .sp-navList__item--bbn {
    border-bottom: 0;
  }

  #sp-nav .sp-subNavToggle__dt {
    border-bottom: 1px solid #ccc;
    background: url(../img/common/sp/icon_plus.png) no-repeat 100% 50%;
    background-size: 10px 10px;
  }

  #sp-nav .sp-subNavToggle__dt.open {
    background: url(../img/common/sp/icon_minus.png) no-repeat 100% 50%;
    background-size: 10px 10px;
  }

  #sp-nav .sp-subNavList {
    padding-left: 8px;
  }

  #sp-nav .sp-subNavList__item a {
    color: #7a7a7a;
  }

  #sp-nav .sp-nav__close {
    background-color: #424242;
    text-align: center;
  }

  #sp-nav .sp-nav__close a {
    color: #fff;
  }

  #sp-nav .sp-nav__close img {
    vertical-align: top;
    width: 12px;
    margin-right: 6px;
  }

  #sp-nav .sp-nav__close a {
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
  }

  #sp-nav .sp-nav__close a img {
    padding-top: 1px;
  }

  #sp-nav .sp-navList__item--close {
    margin-top: 30px !important;
  }

  #sp-nav .sp-navList__item--search {
    margin: 0 -15px;
  }

  .sp-headerSearch {
    width: 100%;
    position: relative;
  }

  .sp-headerSearch__inner {
    position: relative;
    height: 60px;
  }

  .sp-headerSearch__searchBar {
    left: 3.125%;
    top: 15px;
    position: absolute;
    margin-right: 22px;
    width: 60%;
  }

  .sp-searchBar {
    width: 100%;
    position: relative;
  }

  .sp-searchBar__input {
    background-color: #eee;
    color: #333;
    width: 100%;
    height: 32px;
    padding-left: .5em;
  }

  .sp-searchBar__btn {
    position: absolute;
    top: 8px;
    right: 11px;
    width: 18px;
    height: 18px;
  }

  .sp-headerSearch {
    border-bottom: 1px solid #ccc;
  }

  .sp-headerSearch__linkArea {
    position: absolute;
    top: 15px;
    right: 0;
  }

  .sp-headerSearch__link {
    float: right;
    margin-right: 11px;
  }

  #sp-nav .sp-headerSearch__link a {
    padding: 0;
  }

  .sp-headerSearch__link img {
    width: 32px;
    height: 32px;
  }

  .sp-serviceList {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
  }

  .page-top .sp-serviceList {
    border-top: 1px solid #ccc;
  }

  .page-top .sp-serviceList.sp-serviceList--mv {
    border-top: 0;
    border-bottom: 0;
  }

  .sp-serviceList__item {
    width: calc(33% + 5px);
    /*width: calc(50% + 5px);*/
    padding: 10px 5px;
    text-align: center;
  }

  .sp-serviceList__item:not(:last-of-type) {
    border-right: 1px solid #ccc;
  }

  .sp-serviceList__item a {
    display: block;
  }

  .sp-serviceList__item .title {
    font-size: 11px;
    line-height: 1.3;
  }

  .sp-serviceList__item.news {
    background: #fdf2e3;
  }

  .sp-serviceList__item.news .title {
    margin-top: 8px;
    color: #ea973c;
  }

  .sp-serviceList__item.news .title img {
    margin-top: 8px;
    width: auto;
    height: 8px;
  }

  .sp-serviceList__item.db {
    background: #e8eff7;
  }

  .sp-serviceList__item.db .title {
    margin-top: 18px;
    color: #32597c;
  }

  .sp-serviceList__item.db .title img {
    margin-top: 10px;
    width: auto;
    height: 8px;
  }

  .sp-serviceList__item.map {
    background: #e3f1e6;
  }

  .sp-serviceList__item.map .title {
    margin-top: 18px;
    color: #46b25f;
  }

  .sp-serviceList__item.map .title img {
    margin-top: 12px;
    width: 88px;
    height: auto;
  }

  .sp-serviceList__logo {
    width: 40px;
    height: auto;
  }

  .pagination {
    width: 93.75%;
    margin: 64px auto 30px;
    text-align: center;
  }

  .pagination__list {
    font-size: 0;
  }

  .pagination__listItem {
    position: relative;
    margin: 0 1.5% 1%;
    display: inline-block;
    width: 11.25%;
    max-width: 40px;
    line-height: 1;
    vertical-align: top;
  }

  .pagination__listItem::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .pagination__listItem:first-child {
    margin-left: 0;
  }

  .pagination__listItem a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    height: 100%;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    background-color: #bfcdd9;
    text-align: center;
  }

  .pagination__listItem a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .pagination__listItem a:hover {
    background-color: #333;
  }

  .pagination__listItem--active a {
    background-color: #333;
  }

  .pagination__listItem--active a:hover {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .pagination__listItem--first {
    float: left;
    margin: 0;
  }

  .pagination__listItem--first a img {
    vertical-align: top;
    height: 17px;
    width: auto;
  }

  .pagination__listItem--first a img:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .pagination__listItem--last {
    float: right;
    margin-right: 0;
    margin-left: 0;
  }

  .pagination__listItem--last a img {
    vertical-align: top;
    height: 17px;
    width: auto;
  }

  .pagination__listItem--last a img:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .page-category__mv {
    background-image: url("../img/category/title_bg_gov.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }

  .page-category__mv.pg-magazine {
    background-image: url("../img/magazine/sp-title_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 126px;
  }

  .page-sitemap__mv {
    background-image: url("../img/sitemap/sp-title_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 126px;
  }

  .category-mv__title {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
  }

  .category-mv__title .title-eng {
    display: block;
    margin-top: 6px;
    margin-left: 0;
    color: #fff;
    font-size: 15px;
    font-style: italic;
  }

  /* sp contents
 ------------------------------------------------- */
  .contents {
    padding-top: 20px;
  }

  .contents__inner {
    width: 100%;
    padding: 0 0 50px;
  }

  .page-top .contents__inner {
    padding-top: 0;
  }

  .contents__flex {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 24px;
  }

  .contents__flex.pg-magazine {
    width: 93.75%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .contents__main {
    width: 100%;
  }

  .main {
    margin-top: 0;
  }

  /* sp postArea
  ------------------------------------------------- */
  .postArea {
    width: 93.75%;
    margin: -20px auto;
  }

  .postArea__inner {
    padding: 15px 3.33% 34px;
  }

  .wp_social_bookmarking_light {
    width: 100% !important;
  }

  .postArea__social img {
    height: 20px;
    width: auto;
  }

  .postArea__social div.wsbl_facebook_like {
    margin-right: 3.33%;
    max-width: 82px;
    float: left;
  }

  .fb-like, .fb-like span, .fb-like iframe {
    width: 100% !important;
  }

  .postArea__social div.wsbl_twitter {
    margin-right: 3.33%;
    max-width: 75px;
    float: left;
  }

  .postArea__social div.wsbl_line {
    margin-right: 0;
    float: left;
  }

  .postArea__social div.wsbl_line img {
    height: 20px;
    width: auto;
  }

  .postArea__tag {
    font-size: 12px;
  }

  .postArea__tag {
    font-size: 12px;
  }

  .postArea__heading {
    padding-bottom: 20px;
  }

  .postArea__title {
    margin-top: 11px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.529;
  }

  .postArea__paidOnlyImg {
    vertical-align: middle;
  }

  .postArea__headingBottom {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .postArea__date {
    margin-top: 13px;
    text-align: right;
  }

  .postArea__date .date {
    font-size: 12px;
  }

  .postArea__bottom {
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
  }

  .postArea__social {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .postArea__social a {
    margin-right: 0;
  }

  .postArea__social a.sp {
    display: inline;
  }

  .postArea__social a.pc {
    display: none;
  }

  .postArea__content p {
    font-size: 13px;
    font-weight: 400;
    color: #464646;
    line-height: 1.538;
  }

  .postArea__content figure.postArea__postThumb {
    margin: 0 0 25px 0;
    text-align: center;
  }

  .postArea__content figure.postArea__postThumb img {
    width: 80%;
  }

  .postArea__content figure.postArea__postThumb figcaption {
    margin-top: 6px;
  }

  .paidLogin {
    padding: 24px 12px 22px;
  }

  .paidLogin__row {
    margin-top: 13px;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
  }

  .loginBox {
    width: 100%;
  }

  .loginBox__inputArea {
    width: 100%;
    display: block;
  }

  .loginBox__inputArea label {
    font-size: 11px;
  }

  .loginBox__inputArea:first-child {
    float: none;
  }

  .loginBox__inputArea:nth-child(2) {
    margin-top: 20px;
    float: none;
  }

  .loginBox__row--check {
    margin-top: 18px;
    line-height: 1.5em;
  }

  .loginBox__row--check input[type="checkbox"] {
    padding-top: 2px;
    vertical-align: 0;
  }

  .loginBox__row--check label {
    vertical-align: .2em;
  }

  .loginBox__resend {
    text-align: center;
  }

  .loginBox__resend a {
    font-size: 11px;
  }

  .tryReg {
    margin-top: 27px;
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }

  .tryReg__btn {
    display: block;
    margin: 25px auto 0;
  }

  .paidLogin__read {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.533;
  }

  .postBoxList.relatedArticle__postBoxList {
    margin-top: 33px;
  }

  .postBoxList {
    margin: 0 0 -30px;
  }

  .postBox {
    float: none;
    width: 93.75%;
    margin: 0 auto 30px;
    padding: 17px 4% 17px 4%;
  }

  .postBox__tag {
    font-size: 10px;
  }

  .postBox__cat {
    font-size: 10px;
    margin-left: 9px;
  }

  .postBox__title {
    font-weight: 700;
    font-size: 12px;
  }

  .postBox__title .icon_locked {
    vertical-align: middle;
    width: 10px;
    height: auto;
  }

  .postBox__body {
    display: block;
  }

  .postBox__thumb {
    float: right;
    width: 47%;
    min-width: 47%;
    height: 100%;
    margin-left: .75em;
    margin-bottom: .75em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .postBox__thumb:before {
    content: "";
    display: block;
    padding-top: calc(180 / 240 * 100%);
    /* 9/16*100=56.25 */
  }

  .contentsSection {
    width: 93.75%;
    margin: 94px auto 0;
  }

  .page-category .contentsSection.recommend {
    margin-top: 75px;
  }

  .recommendBoxList {
    margin-right: 0;
  }

  .recommendBox {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 23px;
    margin-bottom: 19px;
  }

  .recommendBox__title img {
    width: auto;
    height: 16px;
  }

  .recommendBox__tag {
    font-size: 10px;
    margin-right: 7px;
  }

  .recommendBox__body {
    padding: 15px 4% 0;
  }

  .recommendBox__btn {
    width: 65%;
    padding: 12px 0;
  }

  .more {
    margin-top: 26px;
  }

  .more__btn {
    font-size: 16px;
    width: 93.75%;
    margin: 0 auto;
    padding: 1em 0;
  }

  .contents__side {
    width: 93.75%;
    margin: 34px auto 0;
    background-color: #f3f3f3;
  }

  .rankingMore__btn {
    font-size: 16px;
    width: 100%;
    padding: 1em 0;
  }

  .ad--300_250 img {
    width: 100%;
    height: auto;
  }

  .ad--300_250--01 {
    margin: 32px auto 0;
    text-align: center;
    width: 93.75%;
  }

  .ad--300_250--01 img {
    width: 100%;
    height: auto;
  }

  .ad--300_250--02 img {
    width: 100%;
    height: auto;
  }

  .ad--300_50 {
    margin-top: 28px;
  }

  .ad--300_50 img {
    width: 100%;
    height: auto;
  }

  .ad--text_side img {
    width: 100%;
    height: auto;
  }

  .sideCatList {
    padding: 20px 0 0 12px;
  }

  .sideCatList li {
    border-bottom: 1px solid #ddd;
    padding: 1em 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .sideCatList li:first-of-type {
    padding-top: 0;
  }

  .archiveMore__btn {
    width: 100%;
    padding: 1em;
  }

  .sp-footer {
    background-color: #333;
  }

  .sp-footer .sp-footerList__item {
    padding: 12px 0;
    border-bottom: 1px solid #5c5c5c;
    line-height: 1;
    width: 90%;
    margin: 0 auto;
  }

  .sp-footer .sp-footerList__item a {
    display: block;
    color: #fff;
    font-size: 12px;
    background: url(../img/common/sp/bg_footer_arrow_right.png) no-repeat 100% 50%;
    background-size: 5px 9px;
  }

  .sp-footer .sp-footerToggle__dt {
    padding: 12px 0;
    border-bottom: 1px solid #5c5c5c;
    width: 90%;
    margin: 0 auto;
  }

  .sp-footer .sp-footerToggle__dt a {
    display: block;
    color: #fff;
    font-size: 12px;
    background: url(../img/common/sp/bg_footer_plus.png) no-repeat 100% 50%;
    background-size: 10px 10px;
  }

  .sp-footer .sp-footerToggle__dt.open a {
    background: url(../img/common/sp/bg_footer_minus.png) no-repeat 100% 50%;
    background-size: 10px 2px;
  }

  .sp-footer .sp-footerSubNavList {
    width: 88%;
    padding: 15px 0;
    margin: 0 auto;
  }

  .sp-footer .sp-footerSubNavList__item {
    padding: 8px 0;
  }

  .sp-footer .sp-footerSubNavList__item a {
    font-size: 12px;
    color: #c3c3c3;
  }

  .sp-footer__inner {
    padding: 15px 0;
    border-bottom: 1px solid #5c5c5c;
  }

  .sp-footer__read {
    width: 90%;
    margin: 0 auto;
    color: #aaa;
    line-height: 1.6;
  }

  .sp-siteLink__list {
    text-align: center;
  }

  .sp-siteLink__list {
    margin-top: 20px;
    padding-bottom: 15px;
  }

  .btn--footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 15px;
    color: #fff;
  }

  .btn--footer:hover {
    text-decoration: none;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }

  .btn--footer span.title {
    font-size: 13px;
  }

  .btn--footer span.pay {
    font-size: 11px;
    display: block;
    color: #bbb;
  }

  .sp-footer__bottom {
    padding: 25px 0;
    background-color: #222;
  }

  .sp-footer__bottom ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .sp-footer__bottom ul li:first-child {
    border-right: #6b6b6b solid 1px;
    line-height: 15px;
  }

  .sp-footer__bottom ul a {
    padding: 0 14px;
    color: #ccc;
  }

  .sp-footer__bottom .sp-copyright {
    text-align: center;
    color: #949494;
    font-size: 11px;
  }

  .white-popup {
    position: relative;
    background: #FFF;
    padding: 24px 7% 27px;
    width: auto;
    max-width: 87.5%;
    margin: 20px auto;
  }

  .loginModal {
    text-align: center;
  }

  .loginModal__head {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 1;
  }

  .loginModal__sub {
    margin-top: 8px;
    font-size: 8px;
    font-weight: normal;
    font-style: italic;
    line-height: 1;
    color: #c3c3c3;
    font-family: Arial;

  }

  .loginForm {
    margin-top: 25px;
  }

  .loginForm .label_text {
    text-align: left;
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 2px;
  }

  .loginForm .input {
    display: block;
    background-color: #eee;
    color: #333;
    height: 30px;
    padding-left: .5em;
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .checkbox_area {
    display: inline-block;
    text-align: left;
  }

  .tal {
    text-align: center;
  }

  .loginForm .checkbox_area .checkbox {
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    color: #333;
  }

  .loginForm .label_checkbox {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    margin-left: 0;
  }

  .loginForm {
    color: #333;
    font-size: 11px;
    font-weight: 400;
  }

  .selectServiceArea {
    margin-bottom: 0;
  }

  .selectServiceArea__lead {
    color: #333;
    font-size: 12px;
    font-weight: 700;
  }


  .selectService {
    display: block;
    text-align: center;
    letter-spacing: -.4em;
  }

  .selectService__item {
    letter-spacing: normal;
    float: none;
    display: inline-block;
    width: 32%;
    height: auto;
    margin-right: 1px;
  }

  .selectService__item:last-child {
    margin-right: 0;
  }

  .login-control {
    width: 100%;
    /*padding-top: 100%;*/
    margin: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  /* disable */
  .login-control__label--news::before {
    background: url(../img/common/login/sp_selectNews.png) no-repeat;
    background-size: cover;
  }

  .login-control__label--map::before {
    background: url(../img/common/login/sp_selectMap.png) no-repeat;
    background-size: cover;
  }

  .login-control__label--db::before {
    background: url(../img/common/login/sp_selectDB.png) no-repeat;
    background-size: cover;
  }

  /* enable */
  .login-control__input[type=radio] + .login-control__label--news::after {
    background: url(../img/common/login/sp_selectNews_enable.png) no-repeat;
    background-size: cover;
  }

  .login-control__input[type=radio] + .login-control__label--db::after {
    background: url(../img/common/login/sp_selectDB_enable.png) no-repeat;
    background-size: cover;
  }

  .login-control__input[type=radio] + .login-control__label--map::after {
    background: url(../img/common/login/sp_selectMap_enable.png) no-repeat;
    background-size: cover;
  }

  .loginModalSubmitBtn {
    margin-top: 32px;
    width: 100%;
    height: 0;
    padding-top: calc(29 / 252 * 100%);
    background: #fff url(../img/common/btn_login_modal.png) center center no-repeat;
    cursor: pointer;
    background-size: contain;

  }

  .loginModalSubmitBtn:hover {
    opacity: .75;
  }

  .loginModal__links {
    margin-top: 27px;
  }

  .loginModal__link {
    display: inline-block;
    color: #333;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    background: url(../img/common/moda_arriw-right.png) no-repeat 0% 50%;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 16px;
  }

  .loginModal__link:hover {
    opacity: .75;
  }

  .loginModal__link:last-child {
    margin-bottom: 0;
  }
}

/* .page-magazine
------------------------------------------------- */
.page-magazine .u-mb-2 {
  margin-bottom: 2px;
}

.page-magazine .u-mb-18 {
  margin-bottom: 18px;
}

.page-magazine .u-fl-r {
  float: right;
}

.page-magazine .u-fl-l {
  float: left;
}

.page-magazine .sec-magazine {
  background-color: #fff;
  padding: 28px 20px 20px;
}

.page-magazine .sec-magazine__title {
  font-size: 24px;
  font-weight: 500;
}

.page-magazine .sec-magazine__message {
  letter-spacing: .18em;
  margin-top: 14px;
  font-size: 13px;
  color: #464646;
  line-height: 1.5;
}

.page-magazine .magazinePanel {
  margin-top: 25px;
}

.page-magazine .magazinePanelItem {
  float: left;
  background-color: #eee;
  width: 268px;
  height: 275px;
  margin-right: 18px;
  padding-top: 18px;
  text-align: center;
}

.page-magazine .magazinePanelItem:last-child {
  margin-right: 0;
}

.page-magazine .magazinePanelItem__title {
  font-size: 17px;
  color: #525252;
  font-weight: 700;
  line-height: 1.8;
}

.page-magazine .magazinePanelImg {
  display: block;
  margin-top: 15px;
  width: 100%;
  height: auto;
}

.page-magazine .text-big {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  font-size: 34px;
  font-weight: 500;
}

.page-magazine .sec-flow {
  background-color: #fff;
  margin-top: 20px;
  padding: 52px 20px 46px;
}

.page-magazine .sec-flow__title {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.page-magazine .flow {
  margin-top: 36px;
  padding: 20px;
  background-color: #f6f6f6;
}

.page-magazine .flow__item {
  float: left;
  position: relative;
  width: 261px;
  height: 100px;
  background: url(../magazine/img/flow_bg-1-3.png) no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}

.page-magazine .flow__item:last-child {
  margin-right: 0;
}

.page-magazine .flow__num {
  position: absolute;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

.page-magazine .flow__text {
  text-align: center;
  position: absolute;
  left: 58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #333;
  line-height: 1.3;
}

.page-magazine .sec-flow__note {
  margin-top: 32px;
  color: #878787;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.page-magazine .reg {
  margin-top: 44px;
  padding: 42px 68px 42px;
  background: #f8f9fa;
}

.page-magazine .regItem {
  width: 330px;
  text-align: center;
}

.page-magazine .regItem__title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.page-magazine .regItem__btn {
  display: block;
  width: 300px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  line-height: 52px;
  border-radius: 25px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: #333;
  background-image: url("../img/common/bg_arrow_right.png");
  background-repeat: no-repeat;
  background-position: 88% 50%;
}

.page-magazine .regItem__btn:hover {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.page-magazine .reg_note {
  white-space: nowrap;
  margin-top: 26px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.page-magazine .reg_note a {
  color: #1e6ca5;
}

.page-magazine .sec-flow__message {
  margin-top: 40px;
  font-size: 14px;
  color: #464646;
  font-weight: 400;
  line-height: 1.5;
}

/* @SP */
@media screen and (max-width: 640px) {
  .page-magazine .u-mb-2 {
    margin-bottom: 2px;
  }

  .page-magazine .u-mb-18 {
    margin-bottom: 18px;
  }

  .page-magazine .u-fl-r {
    float: none;
  }

  .page-magazine .u-fl-l {
    float: none;
  }

  .page-magazine .sec-magazine {
    background-color: #fff;
    padding: 17px 3.666% 10px;
  }

  .page-magazine .sec-magazine__title {
    font-size: 17px;
    font-weight: 500;
  }

  .page-magazine .sec-magazine__message {
    letter-spacing: .18em;
    margin-top: 14px;
    font-size: 11px;
    color: #464646;
    line-height: 1.5;
  }

  .page-magazine .magazinePanel {
    margin-top: 32px;
  }

  .page-magazine .magazinePanelItem {
    float: none;
    background-color: #eee;
    width: 100%;
    height: 275px;
    margin-right: 0;
    padding-top: 18px;
    margin-bottom: 10px;
    text-align: center;
  }

  .page-magazine .magazinePanelItem:last-child {
    margin-right: 0;
  }

  .page-magazine .magazinePanelItem__title {
    font-size: 17px;
    color: #525252;
    font-weight: 700;
    line-height: 1.8;
  }

  .page-magazine .magazinePanelImg {
    display: block;
    margin-top: 15px;
    width: 100%;
    height: auto;
  }

  .magazineList {
    margin-top: 32px;
  }

  .magazineListImg {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .magazineListImg:last-child {
    margin-bottom: 0;
  }

  .page-magazine .text-big {
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
  }

  .page-magazine .sec-flow {
    background-color: #fff;
    margin-top: 20px;
    padding: 24px 3.666% 32px;
  }

  .page-magazine .sec-flow__title {
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    line-height: 1;
  }

  .page-magazine .flow {
    margin-top: 36px;
    padding: 20px;
    background-color: #f6f6f6;
  }

  .page-magazine .flow__item {
    float: left;
    position: relative;
    width: 261px;
    height: 100px;
    background: url(../magazine/img/flow_bg-1-3.png) no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
  }

  .page-magazine .flow__item:last-child {
    margin-right: 0;
  }

  .page-magazine .flow__num {
    position: absolute;
    left: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #333;
    font-weight: 500;
  }

  .page-magazine .flow__text {
    text-align: center;
    position: absolute;
    left: 58px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
    line-height: 1.3;
  }

  .page-magazine .sec-flow__note {
    margin-top: 16px;
    color: #878787;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
  }

  .page-magazine .reg {
    margin-top: 34px;
    padding: 30px 7% 34px;
    background: #f8f9fa;
  }

  .page-magazine .regItem {
    margin-top: 22px;
    width: 100%;
    text-align: center;
    padding-left: 4.5%;
    padding-right: 4.5%;
    position: relative;
  }

  .page-magazine .regItem:first-child {
    margin-top: 0;
  }

  .page-magazine .regItem__title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }

  .page-magazine .regItem__btn {
    font-size: 13px;
    display: block;
    width: 100%;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    line-height: 35px;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: #333;
    background-image: url("../img/common/bg_arrow_right.png");
    background-repeat: no-repeat;
    background-position: 88% 50%;
  }

  .page-magazine .regItem__btn:hover {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .page-magazine .reg_note {
    position: relative;
    left: -4%;
    text-align: left;
    white-space: normal;
    margin-top: 11px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
  }

  .page-magazine .reg_note a {
    color: #1e6ca5;
  }

  .page-magazine .sec-flow__message {
    margin-top: 40px;
    font-size: 14px;
    color: #464646;
    font-weight: 400;
    line-height: 1.5;
  }

  .spflowImg {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .reg__footnote {
    font-size: 11px;
    margin-top: 11px;
    line-height: 1.5;
  }
}

/* .page-sitemap
------------------------------------------------- */
.page-sitemap .sec-sitemap {
  padding: 28px 22px 28px;
  margin-bottom: 15px;
  background-color: #fff;
  color: #333;
}

.page-sitemap .sec-sitemap:last-child {
  margin-bottom: 0;
}

.page-sitemap .sec-sitemap__title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}

.page-sitemap .sitemap-list {
  margin-top: 22px;
}

.page-sitemap .sitemap-list-item {
  float: left;
  font-size: 15px;
  margin-right: 28px;
  line-height: 1.3;
}

.page-sitemap .sitemap-list-item:last-child {
  margin-right: 0;
}

.page-sitemap .sitemap-list-item a {
  background: url(../img/common/arrow-right-h8.png) no-repeat;
  background-position: 0 center;
  font-size: 15px;
  padding-left: 15px;
  line-height: 2;
  color: #333;
}

.page-sitemap .sitemap-list-item a:hover {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

@media screen and (max-width: 640px) {

  .contents__flex.pg-sitemap {
    margin-top: 0;
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-sitemap .sec-sitemap {
    padding: 4.5% 3.33%;
    margin-bottom: 15px;
    background-color: #fff;
    color: #333;
  }

  .page-sitemap .sec-sitemap:last-child {
    margin-bottom: 0;
  }

  .page-sitemap .sec-sitemap__title {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1;
  }

  .page-sitemap .sitemap-list {
    margin-top: 15px;
  }

  .page-sitemap .sitemap-list-item {
    float: left;
    font-size: 12px;
    margin-right: 2em;
    line-height: 1.3;
  }

  .page-sitemap .sitemap-list-item:last-child {
    margin-right: 0;
  }

  .page-sitemap .sitemap-list-item a {
    background: url(../img/common/arrow-right-h8.png) no-repeat;
    background-position: 0 center;
    font-size: 12px;
    padding-left: 12px;
    line-height: 2;
    color: #333;
  }

  .page-sitemap .sitemap-list-item a:hover {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

.u-mt32 {
  margin-top: 32px !important;
}
