@charset "UTF-8";
* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body > #wrapper {
  height: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  html {
    overflow: visible !important;
  }
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* レスポンシブ対応 */
x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* リンク */
a {
  transition: all 0.2s linear;
}
a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
  font-weight: normal;
}

/* CLEARFIX */
.container:after, .row:after, .col:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
}

.reserch {
  color: #d23e3e;
}

.report {
  color: #43bbae;
}

.column {
  color: #d99934;
}

.market {
  color: #96be29;
}

/* ▼▼▼ ヘッダー
=====================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0;
  background: #fff;
  height: 140px;
}
header > .container {
  padding: 38px 0 0 0;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  justify-content: space-between;
  height: 140px;
  position: static;
}
header > .container:after {
  content: none;
}
header > .container > .header_inner {
  justify-content: flex-end;
  width: 65.8%;
}

#gnav_wrap {
  width: calc(100% - 56px);
  padding: 0 40px 0 0;
}
#gnav_wrap .gnav_list {
  padding: 0;
  height: 102px;
  justify-content: space-between;
}
#gnav_wrap .gnav_list li {
  padding: 0 5px 20px;
}
#gnav_wrap .gnav_list li > a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
}
#gnav_wrap .gnav_list li > a > p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
}
#gnav_wrap .gnav_list li > a > p:last-child {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#gnav_wrap .gnav_list li > a > .icon {
  margin: 0;
  height: 32px;
}
#gnav_wrap .gnav_list li.lab > a > p:last-child {
  padding-top: 0;
}
#gnav_wrap .gnav_list li.current {
  border-bottom: 4px solid #00aaeb;
  padding: 0 5px 16px;
}
#gnav_wrap .gnav_list .head-cat {
  padding: 0 5px 20px;
  cursor: pointer;
}
#gnav_wrap .gnav_list .head-cat.contact > a {
  text-decoration: none;
}
#gnav_wrap .gnav_list .head-cat > a {
  position: relative;
}
#gnav_wrap .gnav_list .head-cat > a.on:after {
  border-color: transparent transparent #00abe9 transparent;
  opacity: 1;
}
#gnav_wrap .gnav_list .head-cat > a:after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent transparent transparent;
  opacity: 0;
}
#gnav_wrap .gnav_list .head-cat > a:hover {
  opacity: 1;
}
#gnav_wrap .gnav_list .head-cat > a:hover > p {
  opacity: 0.6;
}
#gnav_wrap .gnav_list .head-cat > a:hover:after {
  opacity: 1;
}

.header_sp {
  margin: 0;
  padding: 5px 0 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.btn_menu {
  position: relative;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.btn_menu .menu-trigger {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: url(../img/common/icon_menu.svg);
  background-color: #00abeb;
  background-size: 17px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 0.4s;
}
.btn_menu.active {
  z-index: 1000;
  transition: all 0.4s;
}
.btn_menu.active .menu-trigger {
  transition: background-color 0.4s;
  background-color: #fff;
  background-image: url(../img/common/icon_menu_close.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 0.4s;
}

.site_search {
  width: 56px;
  height: 56px;
  margin: 0 10px 0 0;
  cursor: pointer;
  transition: all 0.4s;
}
.site_search .search_icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: url(../img/common/icon_search_sp.png);
  background-color: #eee;
  background-size: 16px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 0.4s;
}
.site_search.active {
  z-index: 1000;
  transition: all 0.4s;
}
.site_search.active .search_icon {
  z-index: 1000;
  transition: background-color 0.4s;
  background-image: url(../img/common/icon_close.png);
  background-color: #fff;
  background-size: 14px 14px;
}

#site_title {
  width: 27.7%;
  max-width: 315px;
  height: auto;
  padding: 0;
}

/* グローバルナビゲーション */
#gnav {
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  background: #00aaeb;
  padding: 40px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#gnav.open_menu {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#gnav > .container {
  max-width: 1140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#gnav .gnav_inner {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 25px;
  max-width: 1100px;
}
#gnav .gnav_inner:after {
  content: none;
}
#gnav .gnav_inner .gnav_box {
  width: 50%;
  padding: 0 15px;
}
#gnav .gnav_inner .gnav_box.flex {
  flex-direction: column;
}
#gnav .gnav_inner .gnav_box .gnav_title {
  margin: 0 0 35px;
}
#gnav .gnav_inner .gnav_box .gnav_title:last-child {
  margin: 0;
}
#gnav .gnav_inner .gnav_box .gnav_title .title {
  border-bottom: 1px solid #40bff0;
  font-size: 18px;
  padding: 0 0 5px;
}
#gnav .gnav_inner .gnav_box .gnav_title .title > a::after {
  margin: 0 0 0 25px;
  content: " ";
  display: inline-block;
  width: 9px;
  height: 8px;
  background: url(../img/common/gnav_icon.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#gnav .gnav_inner .gnav_box .gnav_title .contact_links {
  padding: 20px 0 0 0;
  font-size: 14px;
}
#gnav .gnav_inner .gnav_box .gnav_title .contact_links > p {
  padding-left: 14px;
  text-indent: -14px;
  width: 50%;
  line-height: 1.2;
}
#gnav .gnav_inner .gnav_box .gnav_title .contact_links > p > a::before {
  margin: 0 5px 0 0;
  content: " ";
  display: inline-block;
  width: 9px;
  height: 8px;
  background: url(../img/common/gnav_icon.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap {
  padding: 15px 0 0;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap > p {
  font-size: 14px;
  margin: 0 0 20px;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat {
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0 15px 0 0;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat + .btn_list_cat {
  margin: 0 0 30px;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat + .btn_list_cat > .flex .btn_list2 {
  width: 23.4%;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > p {
  width: 7em;
  text-align: left;
  font-size: 14px;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > p::after {
  content: "：";
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > p > span {
  padding: 0 0 0 1em;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex {
  width: calc(100% - 6em);
  justify-content: space-between;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex .btn_list2 {
  font-size: 15px;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex .btn_list2:last-child {
  margin: 0;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex .btn_list2 input {
  display: none;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex .btn_list2 input:checked + label {
  background: #fff;
  color: #00aaeb;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex .btn_list2 label {
  width: 100%;
  height: 34px;
  padding: 0 10px;
  border-radius: 17px;
  background: #4dc4f1;
  display: block;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .button_wrap {
  text-align: right;
  padding: 0 15px 0 0;
}
#gnav .gnav_inner .gnav_box .gnavform_wrap .button_wrap > button {
  width: 285px;
  height: 48px;
  padding: 0;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #fff;
  border: 2px solid #4dc4f1;
  border-radius: 6px;
  cursor: pointer;
}
#gnav .gnav_inner .gnav_box .sub_link {
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: auto;
}
#gnav .gnav_inner .gnav_box .sub_link > p {
  margin: 0 25px 0 0;
}
#gnav .gnav_inner .gnav_box .sub_link > .other_link > a::after {
  margin: 0;
  content: " ";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/common/other_link.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

#keyword_search {
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  background: #00aaeb;
  padding: 40px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#keyword_search.open_menu {
  opacity: 1;
  visibility: visible;
}
#keyword_search .keyword_search_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 1040px;
}
#keyword_search .keyword_search_inner .subject_keyword > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
}
#keyword_search .keyword_search_inner .subject_keyword .subject_keywor_list {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px 50px;
  border-bottom: 1px solid #40bff0;
}
#keyword_search .keyword_search_inner .subject_keyword .subject_keywor_list > li {
  margin: 0 5px 10px;
}
#keyword_search .keyword_search_inner .subject_keyword .subject_keywor_list > li a {
  display: inline-block;
  height: 42px;
  padding: 0 25px;
  line-height: 42px;
  background: #fff;
  border-radius: 21px;
  color: #00aaeb;
  text-decoration: none;
}
#keyword_search .keyword_search_inner .keyword_form {
  padding: 60px 0 0;
}
#keyword_search .keyword_search_inner .keyword_form > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
}
#keyword_search .keyword_search_inner .keyword_form > .search-form {
  width: 720px;
  margin: 0 auto;
  height: 80px;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
}
#keyword_search .keyword_search_inner .keyword_form > .search-form > .search-field {
  width: 560px;
  padding: 0 40px;
}
#keyword_search .keyword_search_inner .keyword_form > .search-form > .search-submit {
  width: 160px;
  background: #0087ba;
  border-radius: 0 40px 40px 0;
  cursor: pointer;
}
#keyword_search .keyword_search_inner .keyword_form > .search-form > .search-submit > img {
  width: 25px;
  height: 31px;
}

.gsc-selected-option-container {
  width: 120px;
}

/* メガメニュー
============================== */
.menu_contents {
  display: none;
  background: #00aaeb;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 190px;
  color: #fff;
  font-size: 15px;
}
.menu_contents > .container {
  align-items: center;
  cursor: default;
}
.menu_contents > .container:after {
  content: none;
}
.menu_contents > .container > .m_menu_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21%;
  height: 190px;
  max-width: 218px;
  font-size: 22px;
  border-right: 1px solid #40bff0;
}
.menu_contents > .container > .m_menu_title > p {
  position: relative;
  margin-top: -50px;
}
.menu_contents > .container > .m_menu_title > p::after {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: " ";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../img/common/btn_right.png) no-repeat;
  background-size: contain;
}
.menu_contents > .container > form {
  display: block;
  width: 79%;
  max-width: 822px;
  padding-left: 30px;
}
.menu_contents > .container > form > .m_menu_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu_contents > .container > form > .m_menu_wrap.contact_us {
  justify-content: flex-start;
  flex-direction: row;
}
.menu_contents > .container > form > .m_menu_wrap > .m_menu_txt {
  margin: 0 0 15px;
  width: 100%;
}
.menu_contents > .container > form > .m_menu_wrap > .menuform_wrap {
  justify-content: space-between;
  width: 100%;
}
.menu_contents > .container > form > .m_menu_wrap > .menuform_wrap > .button_wrap > button {
  width: 155px;
  height: 100%;
  padding: 0;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #fff;
  border: 2px solid #4dc4f1;
  border-radius: 6px;
  cursor: pointer;
}
.menu_contents .btn_list_cat {
  align-items: center;
}
.menu_contents .btn_list_cat:first-child {
  margin: 0 0 10px;
}
.menu_contents .btn_list_cat > p {
  width: 102px;
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}
.menu_contents .btn_list2 {
  margin: 0 8px 0 0;
}
.menu_contents .btn_list2:last-child {
  margin: 0;
}
.menu_contents .btn_list2 input {
  display: none;
}
.menu_contents .btn_list2 input:checked + label {
  background: #fff;
  color: #00aaeb;
}
.menu_contents .btn_list2 label {
  padding: 0 25px;
  height: 34px;
  border-radius: 17px;
  background: #4dc4f1;
  display: block;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.menu_contents .contact_btnwrap > div {
  width: 300px;
  border-radius: 6px;
  background: #fff;
  height: 150px;
}
.menu_contents .contact_btnwrap > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 150px;
  width: 100%;
  color: #333;
}
.menu_contents .contact_btnwrap > div > a > p {
  text-align: center;
  letter-spacing: 0.083em;
}
.menu_contents .contact_btnwrap > div > a > .icon {
  width: 47px;
  height: 47px;
  margin: 0 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.menu_contents .contact_btnwrap > div:last-child {
  margin-left: 20px;
}
.menu_contents .contact_btnwrap > div:last-child > a > .icon {
  margin-bottom: 10px;
}

/* ------------------- 
	メニューボタン 
-------------------  */
/*
.menu-trigger {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
	right: 20px;
	transition: all .4s;
	box-sizing: border-box;
	width: 17px;
	height: 12px;
	& span {
		display: block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		&:nth-of-type(1) {top: 0;}
		&:nth-of-type(2) {top: 5px;}
		&:nth-of-type(3) {bottom: 0;}
	}
}	
*/
/*click後のスタイル*/
/*
.menu-trigger.active {
	& span {
		&:nth-of-type(1) {
			-webkit-transform: translateY(5px) rotate(-45deg);
			transform: translateY(5px) rotate(-45deg);
		}
		&:nth-of-type(2) {opacity: 0;}
		&:nth-of-type(3) {
			-webkit-transform: translateY(-5px) rotate(45deg);
			transform: translateY(-5px) rotate(45deg);
		}
	}
}
*/
#search_spwrap {
  width: 100%;
  height: 84px;
  background: #e1f7ff;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
#search_spwrap .container {
  justify-content: space-between;
  align-items: center;
  height: 84px;
}
#search_spwrap .container::after {
  content: none;
}
#search_spwrap .form_wrap {
  width: calc(100% - 250px);
}
#search_spwrap .radio_wrap {
  width: 230px;
  justify-content: space-between;
}
#search_spwrap form {
  background: #fff;
  border-radius: 30px;
  height: 40px;
  width: 100%;
  overflow: hidden;
}
#search_spwrap form .search-field {
  width: calc(100% - 56px);
  height: 40px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  color: #999;
  padding: 0 0 0 20px;
  outline: none;
}
#search_spwrap form .search-field:focus {
  outline: none;
}
#search_spwrap form .search-field::-moz-placeholder {
  color: #999999;
  font-size: 13px;
}
#search_spwrap form .search-field:-ms-input-placeholder {
  color: #999999;
  font-size: 13px;
}
#search_spwrap form .search-field::placeholder {
  color: #999999;
  font-size: 13px;
}
#search_spwrap form .search-submit {
  width: 56px;
  height: 40px;
  line-height: 40px;
  border-radius: 0 20px 20px 0;
  background: #fff;
  padding: 0 20px 0 0;
  text-align: right;
  vertical-align: middle;
}
#search_spwrap form .search-submit:hover {
  cursor: pointer;
}
#search_spwrap form .search-submit > img {
  vertical-align: middle;
  margin-top: -1px;
}

#___gcse_0 {
  display: none;
  background-color: transparent;
}
#___gcse_0 .gsc-control-cse {
  background: none;
  border: none;
  padding: 0;
}
#___gcse_0 .gsc-search-box {
  margin: 0;
  height: 40px;
}
#___gcse_0 .gsc-search-box {
  margin: 0;
}
#___gcse_0 .gsc-input-box {
  border: none;
  height: 40px;
}
#___gcse_0 .gsc-input {
  height: 40px;
}
#___gcse_0 .gsib_a {
  padding: 0 0 0 20px;
}
#___gcse_0 .gsib_a > input {
  height: 40px !important;
}
#___gcse_0 .gsc-search-button {
  width: 56px;
  height: 40px;
  background: #fff;
  font-size: 0;
  padding: 0;
  vertical-align: middle;
  border: none;
  border-radius: 0 20px 20px 0;
}
#___gcse_0 .gsc-search-button .gsc-search-button-v2 {
  padding: 0;
}
#___gcse_0 .gsc-search-button svg {
  width: 20px !important;
  height: 20px !important;
}
#___gcse_0 .gsc-search-button svg path {
  fill: #999;
}

.radio_item {
  cursor: pointer;
}
.radio_item label {
  font-size: 13px;
  position: relative;
  padding: 0 0 0 25px;
  text-align: left;
  cursor: pointer;
}
.radio_item label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}
.radio_item input {
  display: none;
}
.radio_item input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #00aaeb;
  border-radius: 50%;
}

.pdf_search_result {
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  display: block;
}

.main_inner {
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 0 100px;
}

#contents {
  width: 73.1%;
  max-width: 760px;
}

/* ▼▼▼ サムネイルが無い場合
=====================================*/
.no_thumbnail {
  background: rgb(3, 78, 162);
  background: linear-gradient(236deg, rgb(3, 78, 162) 0%, rgb(117, 226, 246) 100%);
  padding: 0 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.no_thumbnail .no_thumbnail_inner {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* ▼▼▼ 中面ページタイトル
============================== */
.title_wrap {
  width: 100%;
  height: 150px;
  background: #e1f7ff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.title_wrap .page_title {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  color: #005880;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
}

/* ▼▼▼ パンくず
============================== */
#path {
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 25px 0;
  font-size: 14px;
}
#path ol {
  overflow: hidden;
}
#path ol li {
  font-weight: 400;
  margin-right: 20px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
#path ol li:after {
  margin: 0 0 0 20px;
  content: " ";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/common/path_arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#path ol li:first-child::before {
  margin: 0 10px 0 0;
  content: " ";
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(../img/common/path_home.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#path ol li:last-child:after {
  content: none;
}
#path ol li.now {
  font-weight: bold;
}

/* ▼▼▼ ボタン
============================== */
.button > a, .btn > a {
  display: block;
  width: 520px;
  height: 70px;
  margin: 0 auto;
  border: 2px solid #00aaeb;
  border-radius: 4px;
  text-align: center;
  line-height: 66px;
  color: #00aaeb;
  left: 0.1em;
  position: relative;
}

.button > a::before, .btn > a::before {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: " ";
  display: inline-block;
  width: 19px;
  height: 11px;
  background: url(../img/common/btn_icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ▼▼▼ ページナビ
============================== */
#pager {
  font-family: "Oswald", sans-serif;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
#pager .pagination {
  width: 100%;
  position: relative;
  justify-content: center;
  color: #00aaeb;
  line-height: 70px;
}
#pager .pagination .item {
  margin: 0;
  width: 40px;
  text-align: center;
}
#pager .pagination .item:last-child {
  margin: 0;
}
#pager .pagination .item .current {
  display: block;
  background: #00aaeb;
  color: #fff;
  text-align: center;
}
#pager .pagination .item > a {
  display: block;
}
#pager .pagination .item .prev {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 70px;
  width: 70px;
  background: url(../img/common/arrows_prev.png) no-repeat center center;
  background-size: 19px 11px;
  text-indent: -99999px;
  border-right: 1px solid #eeeeee;
}
#pager .pagination .item .next {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 70px;
  width: 70px;
  background: url(../img/common/arrows_next.png) no-repeat center center;
  background-size: 19px 11px;
  text-indent: -99999px;
  border-left: 1px solid #eeeeee;
}
#pager:empty {
  display: none;
}

#side {
  width: 23.1%;
  max-width: 240px;
  line-height: 1.4;
  font-size: 14px;
  position: relative;
}
#side > div {
  margin: 0 0 40px;
}
#side.top_anking h2 {
  margin: 0 auto 20px;
}
#side.top_anking h2 span {
  margin-bottom: 0;
}
#side.top_anking .tab-area {
  display: flex;
}
#side.top_anking .tab-area .tab {
  width: 50%;
  height: 44px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #00abeb;
  background-color: #fff;
  color: #00abeb;
  font-size: 14px;
  cursor: pointer;
}
#side.top_anking .tab-area .tab:first-child {
  border-radius: 7px 0 0 7px;
  border-right: none;
}
#side.top_anking .tab-area .tab:last-child {
  border-radius: 0 7px 7px 0;
  border-left: none;
}
#side.top_anking .tab-area .tab.active {
  background-color: #00abeb;
  color: #fff;
}
#side.top_anking .panel-area .panel {
  display: none;
  text-align: center;
}
#side.top_anking .panel-area .panel.active {
  display: block;
}
#side h2 {
  font-size: 34px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: relative;
  padding: 0 0 5px;
  border-bottom: 2px solid #eee;
  display: flex;
  align-items: center;
}
#side h2:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  background: #00aaeb;
}
#side h2 > span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #00aaeb;
  letter-spacing: 0.1em;
  vertical-align: middle;
  line-height: 1;
  padding-left: 15px;
}
#side .side_ranking > div {
  border-bottom: 1px solid #eee;
}
#side .side_ranking > div > .title {
  width: 100%;
  padding: 20px 0 20px 60px;
  text-align: justify;
  position: relative;
}
#side .side_ranking > div > .title::before {
  position: absolute;
  width: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: " ";
  display: inline-block;
  text-align: center;
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #999999;
}
#side .side_ranking > div > .title > .post_name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
#side .side_ranking > div > .title > .post_name > a {
  position: relative;
}
#side .side_ranking > div:nth-child(1) > .title::before {
  content: "1";
  color: #dcc57d;
}
#side .side_ranking > div:nth-child(2) > .title::before {
  content: "2";
  color: #bbbbba;
}
#side .side_ranking > div:nth-child(3) > .title::before {
  content: "3";
  color: #b88e75;
}
#side .side_ranking > div:nth-child(4) > .title::before {
  content: "4";
}
#side .side_ranking > div:nth-child(5) > .title::before {
  content: "5";
}
#side .side_ranking > div:nth-child(6) > .title::before {
  content: "6";
}
#side .side_ranking > div:nth-child(7) > .title::before {
  content: "7";
}
#side .side_ranking > div:nth-child(8) > .title::before {
  content: "8";
}
#side .side_ranking > div:nth-child(9) > .title::before {
  content: "9";
}
#side .side_ranking > div:nth-child(10) > .title::before {
  content: "10";
}
#side .side_pickup > div {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
#side .side_pickup > div .side_pickup_inner {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
}
#side .side_pickup > div .side_pickup_inner:hover {
  opacity: 0.6;
}
#side .side_pickup > div .side_pickup_inner > .title {
  width: 54.2%;
  text-align: justify;
}
#side .side_pickup > div .side_pickup_inner > .title .title_txt > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#side .side_pickup > div .side_pickup_inner > .title > .post_name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
  position: relative;
  z-index: 10;
}
#side .side_pickup > div .side_pickup_inner > .title > .post_name > a {
  position: relative;
}
#side .side_pickup > div .side_pickup_inner > .thum {
  width: 41.7%;
  height: 55px;
}
#side .side_pickup > div .side_pickup_inner > .thum > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#side .side_pickup > div .side_pickup_inner > .thum .side_thumbnail {
  padding: 10px;
  height: 100px;
}
#side .side_pickup > div .side_pickup_inner > .thum .side_thumbnail .no_thumbnail_inner {
  font-size: 12px;
  line-height: 1.4;
}
#side .side_tags {
  flex-wrap: wrap;
  padding: 15px 0 0;
}
#side .side_tags > p {
  margin: 0 15px 0 0;
}
#side .side_tags > p > a {
  line-height: 2.1;
  color: #00a9e9;
}
#side .side_contact_us {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
}
#side .side_contact_us > div {
  border: 2px solid #eeeeee;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  background: #fff;
  height: 80px;
  margin: 0 0 10px;
}
#side .side_contact_us > div > a {
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0 15px;
}
#side .side_contact_us > div > a > .icon {
  width: 40px;
  margin: 0 10px 0 0;
}
#side .side_contact_us > div > a > p {
  text-align: left;
  letter-spacing: 0.06em;
  font-size: 13px;
}
#side .side_sns_area {
  width: 100%;
  padding: 20px;
  background: #ccc;
  height: 450px;
}
#side .side_banner_area {
  margin: 40px 0 0;
}
#side .side_banner_area .banner_item {
  width: 100%;
}
#side .side_banner_area .banner_item:not(:last-child) {
  margin: 0 0 10px;
}
#side .side_banner_area .banner_item a {
  display: block;
}
#side .side_banner_area .banner_item a img {
  width: 100%;
}

/* ▼▼▼ フッター
=====================================*/
footer {
  width: 100%;
  clear: both;
  overflow: hidden;
  letter-spacing: 0.08em;
}
footer .footer_nav {
  width: 100%;
  height: 80px;
  background: #00aaeb;
}
footer .footer_nav > .flex {
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #fff;
  font-size: 14px;
}
footer .footer_nav > .flex > li {
  margin: 0 45px 0 0;
}
footer .footer_nav > .flex > li:last-child {
  margin: 0;
}
footer .footer_nav > .flex > .other_link > a::after {
  margin: 0 0 0 5px;
  content: " ";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/common/other_link.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
footer .footer_inner {
  padding: 40px 0 0;
}
footer .footer_inner .related_site {
  font-size: 13px;
}
footer .footer_inner .related_site .footer_title {
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
footer .footer_inner .related_site > dl {
  display: flex;
  margin: 0 0 15px;
}
footer .footer_inner .related_site > dl > dt {
  width: 130px;
  color: #00a9e9;
}
footer .footer_inner .related_site > dl > dd {
  width: calc(100% - 130px);
}
footer .footer_inner .related_site > dl > dd > ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_inner .related_site > dl > dd > ul > li {
  margin: 2px 15px 0 0;
  line-height: 1.6;
}
footer .footer_inner .footer_bottom {
  font-size: 13px;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
footer .footer_inner .footer_bottom > .container {
  justify-content: space-between;
  align-items: center;
}
footer .footer_inner .footer_bottom > .container > .copyright {
  align-items: center;
}
footer .footer_inner .footer_bottom > .container > .copyright > .logo {
  width: 46px;
  height: 40px;
  margin: 0 20px 0 0;
}
footer .footer_inner .footer_bottom > .container > .copyright > p {
  letter-spacing: normal;
}
footer .footer_inner .footer_bottom > .container > .bottom_nav {
  margin-left: auto;
  font-size: 14px;
}
footer .footer_inner .footer_bottom > .container > .bottom_nav > ul {
  justify-content: flex-end;
}
footer .footer_inner .footer_bottom > .container > .bottom_nav > ul > li:not(:first-child) {
  margin-left: 15px;
}

/* ▼ ページ上部へ戻る */
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  cursor: pointer;
}

/* ▼ コピーライト */
#copyright {
  font-size: 12px;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
  .menu_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #wrapper {
    width: 100%;
  }
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 200;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* ▼▼▼ ヘッダー
  =====================================*/
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    height: 70px;
  }
  header > .container {
    padding: 0;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    position: static;
  }
  header > .container:after {
    content: none;
  }
  header > .container > .header_inner {
    justify-content: flex-end;
    align-items: flex-end;
    width: calc(100% - 150px);
  }
  #gnav_wrap {
    display: none;
  }
  .header_sp {
    padding: 0;
  }
  /*
  .btn_menu {
  	position: relative;
  	width: 70px;
  	height: 70px;
  	border-radius: 0;
  	margin: 0;
  	display: block;
  	padding: 0;
  	font-size: 11px;
  	line-height: 1;
  	font-weight: 500;
  	color: #fff;
  }
  */
  .btn_menu {
    position: relative;
    width: 70px;
    height: 70px;
    cursor: pointer;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  }
  .btn_menu::after {
    content: "Menu";
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: "Oswald", sans-serif;
  }
  .btn_menu .menu-trigger {
    width: 70px;
    height: 70px;
    border-radius: 0;
    background-image: url(../img/common/icon_menu.svg);
    background-color: #00abeb;
    background-size: 17px 12px;
    background-repeat: no-repeat;
    background-position: center top 25px;
    transition: background-color 0.4s;
  }
  .btn_menu.active {
    z-index: 1000;
    transition: all 0.4s;
  }
  .btn_menu.active::after {
    content: "CLOSE";
  }
  .btn_menu.active .menu-trigger {
    transition: background-color 0.4s;
    background-color: #00abeb;
    background-image: url(../img/common/icon_menu_close2.svg);
    background-size: 13x 13px;
    background-repeat: no-repeat;
    background-position: center top 25px;
    transition: background-color 0.4s;
  }
  .site_search {
    width: 70px;
    height: 70px;
    margin: 0;
    cursor: pointer;
    transition: all 0.4s;
    position: relative;
    font-size: 11px;
    line-height: 1;
  }
  .site_search::after {
    color: #999999;
    content: "Search";
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: "Oswald", sans-serif;
  }
  .site_search .search_icon {
    width: 70px;
    height: 70px;
    border-radius: 0;
    background-image: url(../img/common/icon_search_sp.png);
    background-color: #eee;
    background-size: 16px 20px;
    background-repeat: no-repeat;
    background-position: center top 20px;
    transition: background-color 0.4s;
  }
  .site_search.active::after {
    content: "CLOSE";
  }
  .site_search.active .search_icon {
    transition: background-color 0.4s;
    background-image: url(../img/common/icon_menu_close3.svg);
    background-color: #fff;
    background-size: 14px 14px;
  }
  #search_spwrap {
    display: none;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 25px 20px;
    position: relative;
  }
  #search_spwrap .container {
    display: block;
  }
  #search_spwrap .container::after {
    content: none;
  }
  #search_spwrap .form_wrap {
    width: 100%;
    margin: 0 0 20px;
  }
  #search_spwrap .radio_wrap {
    width: 100%;
    justify-content: center;
  }
  #search_spwrap form {
    border-radius: 35px;
    height: 35px;
  }
  #search_spwrap form .search-field {
    width: calc(100% - 56px);
    height: 35px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 20px;
    outline: none;
  }
  #search_spwrap form .search-field:focus {
    outline: none;
  }
  #search_spwrap form .search-field::-moz-placeholder {
    font-size: 13px;
  }
  #search_spwrap form .search-field:-ms-input-placeholder {
    font-size: 13px;
  }
  #search_spwrap form .search-field::placeholder {
    font-size: 13px;
  }
  #search_spwrap form .search-submit {
    width: 56px;
    height: 35px;
    line-height: 35px;
    border-radius: 0 20px 20px 0;
    background: #fff;
    padding: 0 20px 0 0;
    text-align: right;
    vertical-align: middle;
  }
  #search_spwrap form .search-submit:hover {
    cursor: pointer;
  }
  #search_spwrap form .search-submit > img {
    vertical-align: middle;
    margin-top: -1px;
  }
  #search_spwrap .gsc-results-wrapper-overlay {
    top: 70px;
    height: calc(90% - 70px);
  }
  #___gcse_0 .gsc-control-cse {
    background: none;
    border: none;
    padding: 0;
  }
  #___gcse_0 .gsc-search-box {
    margin: 0;
    height: 35px;
  }
  #___gcse_0 .gsc-search-box {
    margin: 0;
  }
  #___gcse_0 .gsc-input-box {
    border: none;
    height: 35px;
    padding: 0;
  }
  #___gcse_0 .gsc-input {
    height: 35px;
  }
  #___gcse_0 .gsib_a {
    padding: 0 0 0 20px;
  }
  #___gcse_0 .gsib_a > input {
    height: 35px !important;
  }
  #___gcse_0 .gsc-search-button {
    width: 56px;
    height: 35px;
    background: #fff;
    font-size: 0;
    padding: 0;
    vertical-align: middle;
    border: none;
    border-radius: 0 20px 20px 0;
  }
  #___gcse_0 .gsc-search-button .gsc-search-button-v2 {
    padding: 0;
  }
  #___gcse_0 .gsc-search-button svg {
    width: 20px !important;
    height: 20px !important;
  }
  #___gcse_0 .gsc-search-button svg path {
    fill: #999;
  }
  .radio_item {
    cursor: pointer;
  }
  .radio_item:not(:last-child) {
    margin-right: 20px;
  }
  .radio_item label {
    font-size: 13px;
    position: relative;
    padding: 0 0 0 25px;
    text-align: left;
    cursor: pointer;
  }
  .radio_item label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
  }
  .radio_item input {
    display: none;
  }
  .radio_item input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #00aaeb;
    border-radius: 50%;
  }
  #site_title {
    padding: 0;
    margin: 0 0 0 20px;
    width: 50%;
    max-width: none;
  }
  #site_title > a {
    display: block;
  }
  #site_title > a > img {
    vertical-align: middle;
  }
  /* グローバルナビゲーション */
  #gnav {
    background: #00aaeb;
    padding: 0 0 100px;
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  #gnav > .container {
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    overflow: auto;
    height: 100%;
  }
  #gnav .gnav_inner {
    display: block;
    padding: 0;
    max-width: 1020px;
  }
  #gnav .gnav_inner:after {
    content: none;
  }
  #gnav .gnav_inner .gnav_box {
    width: 100%;
    padding: 0;
  }
  #gnav .gnav_inner .gnav_box .gnav_title {
    margin: 0;
    border-bottom: 1px solid #40bff0;
  }
  #gnav .gnav_inner .gnav_box .gnav_title:last-child {
    margin: 0;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .title {
    border-bottom: none;
    font-size: 14px;
    padding: 0;
    position: relative;
    transition: all 0.2s linear;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .title.open_sub, #gnav .gnav_inner .gnav_box .gnav_title .title.close_sub {
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0 23px;
    position: relative;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .title.open_sub::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "＋";
    font-weight: bold;
    line-height: 1;
    display: inline-block;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .title.close_sub::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "ー";
    font-weight: bold;
    line-height: 1;
    display: inline-block;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .title > a {
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0 23px;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .title > a::after {
    position: absolute;
    right: 23px;
    top: 50%;
    margin: 0;
    content: " ";
    display: inline-block;
    width: 9px;
    height: 8px;
    background: url(../img/common/gnav_icon.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .title > a > .sp {
    display: inline-block;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .contact_links {
    padding: 0;
    font-size: 14px;
    display: none;
    border-top: 1px solid #40bff0;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .contact_links > p {
    padding-left: 0;
    text-indent: 0;
    width: 100%;
    line-height: 60px;
    position: relative;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .contact_links > p:first-child {
    border-bottom: 1px solid #40bff0;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .contact_links > p > a {
    padding: 0 23px;
    display: block;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .contact_links > p > a::before {
    margin: 0;
    position: absolute;
    right: 23px;
    top: 50%;
    width: 9px;
    height: 8px;
    background: url(../img/common/gnav_icon.svg) no-repeat;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .sp_wrap {
    display: none;
    border-top: 1px solid #40bff0;
  }
  #gnav .gnav_inner .gnav_box .gnav_title .sp_wrap .gnavform_wrap {
    border-top: 1px solid #40bff0;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap {
    padding: 15px 23px 35px;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap > p {
    font-size: 14px;
    margin: 0 0 20px;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat {
    display: block;
    margin: 0 0 25px;
    padding: 0 0 0 0;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat + .btn_list_cat {
    margin: 0 0 15px;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat + .btn_list_cat > .flex .btn_list {
    width: 48.8%;
    margin: 0 0 10px;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0 0 25px;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > p::after {
    content: none;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > p > span {
    padding: 0 0 0 2.2em;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex .btn_list {
    width: 31%;
    font-size: 14px;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex .btn_list:last-child {
    margin: 0;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex .btn_list input {
    display: none;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex .btn_list input:checked + label {
    background: #fff;
    color: #00aaeb;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex .btn_list label {
    width: 100%;
    height: 45px;
    border-radius: 23px;
    line-height: 45px;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .btn_list_cat > .flex .btn_list2 {
    width: 100%;
    margin-bottom: 10px;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .button_wrap {
    text-align: center;
    padding: 0 0 0 0;
  }
  #gnav .gnav_inner .gnav_box .gnavform_wrap .button_wrap > button {
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    color: #fff;
    border: 2px solid #4dc4f1;
    border-radius: 6px;
  }
  #gnav .gnav_inner .gnav_box .sub_link {
    flex-wrap: wrap;
    font-size: 12px;
    margin-top: auto;
    padding: 25px 23px;
  }
  #gnav .gnav_inner .gnav_box .sub_link > .child_1 {
    order: 0;
  }
  #gnav .gnav_inner .gnav_box .sub_link > .child_2 {
    order: 3;
  }
  #gnav .gnav_inner .gnav_box .sub_link > .child_3 {
    order: 5;
  }
  #gnav .gnav_inner .gnav_box .sub_link > .child_4 {
    order: 1;
  }
  #gnav .gnav_inner .gnav_box .sub_link > .child_5 {
    order: 4;
  }
  #gnav .gnav_inner .gnav_box .sub_link > p {
    width: 50%;
    margin: 0 0 0 0;
    margin: 0 0 25px;
  }
  #gnav .gnav_inner .gnav_box .sub_link > p:nth-child(n+4) {
    margin-top: 0;
  }
  #gnav .gnav_inner .gnav_box .sub_link > .other_link > a::after {
    margin: 0;
    content: " ";
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../img/common/other_link.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  #keyword_search, .menu_contents {
    display: none;
  }
  /* メガメニュー
  ============================== */
  /* ------------------- 
  	メニューボタン 
  -------------------  */
  .menu-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    right: 20px;
    transition: all 0.4s;
    box-sizing: border-box;
    width: 17px;
    height: 12px;
  }
  .menu-trigger span {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 5px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
  }
  /*click後のスタイル*/
  /* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
  =====================================*/
  #header_inner, #main, #contents, #side, footer, #footer_inner {
    float: none;
    width: 100%;
  }
  #main {
    padding: 0;
    position: relative;
  }
  .main_inner {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  #contents {
    width: 100%;
    max-width: 100%;
    padding: 0 0 80px;
  }
  #contents .contents_inner {
    padding: 0 20px;
  }
  /* ▼▼▼ 中面ページタイトル
  ============================== */
  .title_wrap {
    width: 100%;
    height: 100px;
    padding: 0 20px;
  }
  .title_wrap .page_title {
    width: 100%;
    max-width: 100%;
    font-size: 23px;
    line-height: 1.3;
  }
  /* ▼▼▼ ボタン
  ============================== */
  .button > a, .btn > a {
    display: block;
    width: 100%;
  }
  .button > a::before, .btn > a::before {
    position: absolute;
    right: 20px;
  }
  /* ▼▼▼ ページナビ
  ============================== */
  #pager {
    border: none;
    background: #eeeeee;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    /* IEでcursorがチラついたので */
    position: relative;
    /* フォーカス時 */
  }
  #pager::after {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: " ";
    display: inline-block;
    width: 11px;
    height: 7px;
    background: url(../img/common/select_arrow.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  #pager .label {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    line-height: 60px;
  }
  #pager .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 60px;
    border: none;
    opacity: 0;
    position: relative;
    z-index: 2;
  }
  #pager .select::-ms-expand {
    display: none;
  }
  #pager .select:focus {
    z-index: -1;
    opacity: 1;
  }
  /* ▼▼▼ パンくず
  ============================== */
  #path {
    border-top: none;
    overflow: hidden;
    padding: 20px;
  }
  #path ol li {
    font-size: 12px;
    margin-right: 15px;
  }
  #path ol li:after {
    margin: 0 0 0 15px;
    content: " ";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../img/common/path_arrow.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  #path ol li:first-child::before {
    margin: 0 10px 0 0;
    content: " ";
    display: inline-block;
    width: 16x;
    height: 14x;
    background: url(../img/common/path_home.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  #path ol li:last-child {
    margin: 0;
  }
  #path ol li:last-child:after {
    content: none;
  }
  #side {
    width: 100%;
    max-width: 100%;
    line-height: 1.4;
    font-size: 14px;
    background: #eee;
    padding: 70px 0 80px;
  }
  #side > div {
    margin: 0 0 75px;
    padding: 0 20px;
  }
  #side > div:last-child {
    margin: 0;
  }
  #side.top_anking h2 {
    width: calc(100% - 40px);
    margin: 0 auto 25px;
  }
  #side.top_anking h2 span {
    margin-bottom: 0;
  }
  #side.top_anking .tab-area {
    padding: 0 20px;
  }
  #side.top_anking .tab-area .tab {
    height: 54px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #00abeb;
    font-size: 14px;
    cursor: pointer;
  }
  #side.top_anking .tab-area .tab:first-child {
    border-radius: 7px 0 0 7px;
    border-right: none;
  }
  #side.top_anking .tab-area .tab:last-child {
    border-radius: 0 7px 7px 0;
    border-left: none;
  }
  #side.top_anking .tab-area .tab.active {
    background-color: #00abeb;
    color: #fff;
  }
  #side.top_anking .panel-area .panel {
    display: none;
    text-align: center;
  }
  #side.top_anking .panel-area .panel.active {
    display: block;
  }
  #side h2 {
    border-color: #fff;
  }
  #side .side_ranking > div {
    border-bottom: 1px solid #fff;
  }
  #side .side_ranking > div > .title {
    padding: 25px 0 25px 60px;
    text-align: justify;
  }
  #side .side_pickup > div {
    padding: 25px 0;
    border-bottom: 1px solid #fff;
  }
  #side .side_pickup > div .side_pickup_inner > .title {
    width: 54.2%;
    text-align: justify;
  }
  #side .side_pickup > div .side_pickup_inner > .thum {
    width: 41.7%;
    height: 76px;
  }
  #side .side_pickup > div .side_pickup_inner > .thum .side_thumbnail {
    padding: 15px;
    height: 37.3vw;
  }
  #side .side_pickup > div .side_pickup_inner > .thum .side_thumbnail .no_thumbnail_inner {
    font-size: 14px;
    line-height: 1.4;
  }
  #side .side_tags {
    flex-wrap: wrap;
    padding: 15px 0 0;
  }
  #side .side_tags > p {
    margin: 0 15px 0 0;
  }
  #side .side_tags > p > a {
    line-height: 2.8;
    color: #00a9e9;
  }
  #side .side_contact_us {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 10px;
  }
  #side .side_contact_us > div {
    border: none;
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    height: 125px;
    margin: 0 0 20px;
  }
  #side .side_contact_us > div > a {
    display: flex;
    align-items: center;
    height: 125px;
    padding: 0 25px;
  }
  #side .side_contact_us > div > a > .icon {
    width: 66px;
    margin: 0 20px 0 0;
  }
  #side .side_contact_us > div > a > p {
    text-align: left;
    letter-spacing: 0.06em;
    font-size: 16px;
  }
  #side .side_contact_us > div:nth-child(1) > a > .icon > img, #side .side_contact_us > div:nth-child(2) > a > .icon > img {
    width: 66px;
  }
  #side .side_contact_us > div:nth-child(3) > a > .icon > img {
    width: 55px;
  }
  #side .side_sns_area {
    width: 100%;
    padding: 20px;
    background: #ccc;
    height: 240px;
  }
  #side .side_banner_area {
    margin: 75px auto 0;
    width: 100%;
    max-width: 500px;
  }
  #side .side_banner_area .banner_item {
    width: 100%;
  }
  #side .side_banner_area .banner_item:not(:last-child) {
    margin: 0 0 20px;
  }
  /* ▼▼▼ フッター
  =====================================*/
  footer {
    width: 100%;
    clear: both;
    overflow: hidden;
    letter-spacing: 0.08em;
  }
  footer .footer_nav {
    width: 100%;
    height: auto;
    background: #00aaeb;
  }
  footer .footer_nav > .flex {
    display: block;
    height: auto;
    color: #fff;
    font-size: 14px;
  }
  footer .footer_nav > .flex > li {
    height: 60px;
    margin: 0 0 0 0;
    border-bottom: 1px solid #4dc4f1;
    position: relative;
  }
  footer .footer_nav > .flex > li > a {
    display: block;
    padding: 0 20px;
    line-height: 60px;
  }
  footer .footer_nav > .flex > li > a::before {
    content: " ";
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 9px;
    height: 8px;
    background: url(../img/common/gnav_icon.svg) no-repeat;
  }
  footer .footer_nav > .flex > li:last-child {
    border: none;
  }
  footer .footer_inner {
    padding: 0;
  }
  footer .footer_inner .related_site {
    display: none;
  }
  footer .footer_inner .footer_bottom {
    font-size: 13px;
    border-top: 1px solid #eee;
    padding: 0;
  }
  footer .footer_inner .footer_bottom > .container {
    flex-wrap: wrap;
    flex-direction: column;
    flex-direction: row-reverse;
  }
  footer .footer_inner .footer_bottom > .container > .copyright {
    align-items: center;
    flex-direction: column;
    width: 100%;
    order: 2;
    padding: 35px 0;
  }
  footer .footer_inner .footer_bottom > .container > .copyright > .logo {
    width: 46px;
    height: 40px;
    margin: 0 0 25px 0;
  }
  footer .footer_inner .footer_bottom > .container > .copyright > p {
    letter-spacing: normal;
  }
  footer .footer_inner .footer_bottom > .container > .bottom_nav {
    margin-left: auto;
    width: 100%;
    order: 1;
  }
  footer .footer_inner .footer_bottom > .container > .bottom_nav > ul {
    display: block;
  }
  footer .footer_inner .footer_bottom > .container > .bottom_nav > ul > li {
    border-bottom: 1px solid #eee;
  }
  footer .footer_inner .footer_bottom > .container > .bottom_nav > ul > li:not(:first-child) {
    margin-left: 0;
  }
  footer .footer_inner .footer_bottom > .container > .bottom_nav > ul > li > a {
    display: block;
    padding: 0 20px;
    line-height: 60px;
    position: relative;
  }
  footer .footer_inner .footer_bottom > .container > .bottom_nav > ul > li > a::after {
    content: " ";
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 9px;
    height: 8px;
    background: url(../img/common/gnav_icon2.svg) no-repeat;
    background-size: contain;
  }
}
.ttl-404 {
  padding: 95px 0 85px;
  background: #e1f7ff;
  text-align: center;
  color: #00abeb;
  font-size: 140px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .ttl-404 {
    font-size: 96px;
    padding: 60px 0 50px;
  }
}
.ttl-404__sub {
  display: block;
  text-align: center;
  font-size: 46px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .ttl-404__sub {
    font-size: 31px;
    margin-top: 20px;
  }
}
.txt-404 {
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .txt-404 {
    font-size: 18px;
  }
}
.subtxt-404 {
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
}
.subtxt-404 br {
  display: none;
}

@media screen and (max-width: 768px) {
  .subtxt-404 {
    font-size: 14px;
    margin-top: 20px;
  }
  .subtxt-404 br {
    display: block;
  }
}
.sec-404 {
  padding: 65px 0 170px;
}
.sec-404 .btn-404 {
  font-size: 16px;
  color: #00abeb;
  display: block;
  width: 368px;
  height: 70px;
  line-height: 70px;
  border: 2px solid #00abeb;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto;
  transition: color 0.5s ease, background-color 0.5s ease;
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .sec-404 {
    padding: 40px 0 210px;
  }
}
@media screen and (min-width: 769px) {
  .sec-404 .btn-404:hover {
    text-decoration: none;
    color: #fff;
    background: #00abeb;
  }
}
@media screen and (max-width: 768px) {
  .sec-404 .btn-404 {
    width: 96%;
    max-width: 336px;
    margin-top: 40px;
  }
}
#main.not_found {
  display: block;
}

/* ▼▼▼ pagetop
============================== */
.pagetop {
  position: fixed;
  width: 64px;
  height: 64px;
  background: #00aaeb;
  bottom: 40px;
  right: 40px;
  border-radius: 100%;
  box-shadow: 0 0 20px rgba(0, 170, 235, 0.2);
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
}
.pagetop::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  translate: -50% -50%;
  rotate: 45deg;
  position: absolute;
  top: 58%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .pagetop::before {
    width: 10px;
    height: 10px;
  }
}

/*# sourceMappingURL=base.css.map */