@charset "UTF-8";
/* [ variable ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ link style ]
-------------------------------------------------*/
/* [ banner hover ]
-------------------------------------------------*/
/* [ icon style ]
-------------------------------------------------*/
@font-face {
  font-family: "Alte DIN 1451 Mittelschrift gepraegt";
  src: url("../../font/Alte_DIN_1451_Mittelschrift_gepraegt/din1451alt_G.eot?") format("eot"), url("../../font/Alte_DIN_1451_Mittelschrift_gepraegt/din1451alt_G.woff") format("woff"), url("../../font/Alte_DIN_1451_Mittelschrift_gepraegt/din1451alt_G.ttf") format("truetype"), url("../../font/Alte_DIN_1451_Mittelschrift_gepraegt/din1451alt_G.svg#AlteDIN1451Mittelschriftgepraegt") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* -----------------------------------------------
common css [Scalable and Modular Architecture for CSS]
0. Normalize(ノーマライズ)
1. Reset(リセット) + Base(ベース)
2. Module(モジュール)
3. Layout(レイアウト)
-------------------------------------------------- */
/* -----------------------------------------------
 [0. Normalize(ノーマライズ)]
-------------------------------------------------- */
/* /common/css/normalize.css */
/* -----------------------------------------------
 [1. Reset(リセット) + Base(ベース)]
-------------------------------------------------- */
html * {
  /*-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  /* ゴシック */
  font-family: "Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  /* 明朝 */
  /*font-family: "Times New Roman","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝",serif,"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;*/
  font-size: 12px;
  color: #343c48;
  background-color: #f4f4f4;
  -webkit-text-size-adjust: 100%;
  /*line-height: 1;*/
  /* I found a bug in iOS 7. */
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  word-break: break-all;
}

article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  /*vertical-align: baseline;
	list-style: none;
	background-color: transparent;
	font-size: 100%;*/
  outline: none;
}

h1, h2, h3, h4, h5, h6, dt {
  line-height: 1;
}

p {
  line-height: 1.67;
}

dd, li, th, td, input, textarea {
  line-height: 1.67;
  text-align: justify;
  text-justify: inter-ideograph;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: top;
}

a {
  color: #313934;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

::-moz-selection {
  background: #feff75;
  text-shadow: none;
}

::selection {
  background: #feff75;
  text-shadow: none;
}

/* [1. Reset(リセット) + Base(ベース)] --> End */
/* -----------------------------------------------
 [2. Module(モジュール)]
-------------------------------------------------- */
/* Clearfix [ModernType]
-------------------------------------------------- */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* Loader
-------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #e30920;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* Layout Module
-------------------------------------------------- */
.fll {
  float: left;
}

.flr {
  float: right;
}

/* Text Module
-------------------------------------------------- */
.superscript {
  font-size: 10px;
  position: relative;
  top: -3px;
}

.notes {
  font-size: 83.33%;
  /* 10px */
}

/* Link Module
-------------------------------------------------- */
.r_over:hover {
  -ms-filter: "alpha(opacity=80)";
  /* IE8 */
  opacity: 0.8;
  display: inline-block\9;
}

.link_icon {
  padding-left: 25px;
  position: relative;
  line-height: 1;
}

.link_icon:after {
  width: 13px;
  height: 13px;
  content: "";
  background: url("../img/banner_arrow_white.png") no-repeat center center #343c48;
  background-size: 5px 5px;
  display: block;
  position: absolute;
  top: 2px;
}

.link_icon.prev {
  left: 2px;
}

.link_icon.back {
  padding-left: 0;
  padding-right: 25px;
}

.link_icon.back:after {
  right: 2px !important;
}

.link_icon.color_other:after {
  background-color: #87a5e1;
}

.color_link {
  color: #1888bc;
}

/* Button Module
-------------------------------------------------- */
.btn a {
  height: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.btn a:before, .btn a:after {
  content: "";
  display: block;
  position: absolute;
}

.btn a:before {
  width: 100%;
  height: 36px;
  top: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
}

.btn a:after {
  width: 7px;
  height: 7px;
  right: 6px;
  bottom: 5px;
  background-size: contain !important;
}

.btn a:hover:before {
  left: 0;
}

.btn a img, .btn a .text {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.cv_btn {
  display: block;
}

.cv_btn > * {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  display: block;
  text-align: center;
  font-weight: bold;
}

.cv_btn a {
  text-decoration: none !important;
}

/* color */
.clear_white {
  border: 3px solid #fff;
}

.clear_white a {
  color: #fff;
}

.clear_white a:after {
  background: url("../img/banner_arrow_white.png") no-repeat center center;
}

/* width */
.w_174 {
  width: 174px;
}

.w_265 {
  width: 265px;
}

.close_btn {
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.close_btn:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* Banner Parts
-------------------------------------------------- */
.banner_hover {
  position: relative;
  overflow: hidden;
}

.banner_hover:before, .banner_hover:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  z-index: 10;
}

.banner_hover:hover:before, .banner_hover.hover:before {
  top: 0 !important;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.banner_hover:hover:after, .banner_hover.hover:after {
  bottom: 0 !important;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

@media only screen and (max-width: 750px) {
  .banner_hover:before, .banner_hover:after {
    display: none !important;
  }
}

.banner_arrow {
  position: relative;
  display: block;
}

.banner_arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner_arrow.white:after {
  background: url("../img/banner_arrow_black.png") no-repeat center center #fff;
}

.banner_arrow.blue:after {
  background: url("../img/banner_arrow_white.png") no-repeat center center #2ecec5;
}

.banner_arrow.pink:after {
  background: url("../img/banner_arrow_white.png") no-repeat center center #cc6b7f;
}

.banner_arrow.purple:after {
  background: url("../img/banner_arrow_white.png") no-repeat center center #87a5e1;
}

.banner_arrow.black:after {
  background: url("../img/banner_arrow_white.png") no-repeat center center #343c48;
}

.banner_arrow.size_20:after {
  width: 20px;
  height: 20px;
  background-size: 7px 7px !important;
}

.banner_arrow.size_30:after {
  width: 30px;
  height: 30px;
  background-size: 10px 10px !important;
}

@media only screen and (min-width: 751px) {
  .bnr_hover_js .text_wrap {
    transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
  }
  .bnr_hover_js:hover .text_wrap {
    background-color: #f6f6f6 !important;
  }
}


/* Bread List
-------------------------------------------------- */
.bread_list li {
  font-size: 91.67%;
  /* 11px */
  display: inline-block;
  margin-right: 11px;
}

.bread_list li a {
  color: #00b18a;
  text-decoration: underline;
}

.bread_list li a:hover {
  text-decoration: none;
}

/* Form Parts
-------------------------------------------------- */
/* check box ・ radio button */
input::-webkit-input-placeholder {
  color: #767676;
}

input:-ms-input-placeholder {
  color: #767676;
}

input::-moz-placeholder {
  color: #767676;
}

.radiobtn, .checkbox {
  padding-left: 40px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.radiobtn input, .checkbox input {
  -ms-filter: "alpha(opacity=0)";
  /* IE8 */
  opacity: 0;
  display: inline-block\9;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.radiobtn {
  height: 30px;
  line-height: 30px;
}

.checkbox {
  height: 25px;
  line-height: 25px;
}

.radiobtn.plan_radio,
.checkbox.plan_radio {
  font-size: 12px;
}

.radiobtn {
  background: url("../img/radio_button.png") no-repeat left top;
  background-size: 30px 60px;
}

.radiobtn.c_on {
  background-position: left bottom;
}

.checkbox * {
  position: relative;
}

.checkbox:after {
  width: 23px;
  height: 23px;
  border: 1px solid #b7bbbf;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  background: center center no-repeat transparent;
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
}

.checkbox.message:after, .checkbox.c_on:after {
  background: url("../img/checkbox_check_white.svg") center center no-repeat #39414a !important;
  background-size: 13px 7px !important;
}

.checkbox.size_20 {
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
}

.checkbox.size_20 * {
  position: relative;
}

.checkbox.size_20:after {
  width: 18px;
  height: 18px;
  border: 1px solid #b7bbbf;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  background: center center no-repeat transparent;
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
}

.checkbox.size_20.message:after, .checkbox.size_20.c_on:after {
  background: url("../img/checkbox_check_white.svg") center center no-repeat #39414a !important;
  background-size: 13px 7px !important;
}

/* select */
.hasCustomSelect {
  display: block;
  height: 31px;
  line-height: 33px;
  background-color: transparent;
  width: 100% !important;
}

.customSelect {
  height: 31px;
  line-height: 33px;
  border: 1px solid #b7bbbf;
  cursor: pointer;
  display: block !important;
}

.customSelect .customSelectInner {
  padding-left: 11px;
}

.customSelect:after {
  font-size: 5px;
  line-height: 1;
  background: url("../img/arrow_select.png") no-repeat left top;
  background-size: contain;
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
}

.customSelectInner {
  width: 100% !important;
  display: block !important;
}

.select_wrap {
  position: relative;
  overflow: hidden;
}

.select_wrap .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.select_wrap .select::-ms-expand {
  display: none;
}

.select_wrap:after {
  line-height: 1;
  content: "";
  background: url("../img/arrow_select.png") no-repeat left top;
  background-size: contain;
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 7px;
  height: 4px;
  display: none ¥9;
}

.select_wrap.white {
  color: #393e43;
}

.select_wrap.white .select {
  border: 0;
  background-color: #fff;
}

.select_wrap.w_80 {
  width: 80px;
}

.select_wrap.w_250 {
  width: 250px;
}

.text_type {
  height: 31px;
  line-height: 31px;
  border: 1px solid #b7bbbf;
  background-color: transparent;
}

.zip_btn input {
  height: 30px;
  line-height: 26px;
  vertical-align: middle;
  background: #f0f2f3;
  border: 1px solid #e2e4e5;
  text-align: center;
}

textarea {
  border: 1px solid #b7bbbf;
  background-color: transparent;
  border-radius: 3px;
  padding: 10px;
}

.err {
  background-color: #ffe0e0 !important;
}

.err_text {
  color: #ce2e2e;
}

.disabled {
  background-color: #fafafa !important;
}

/* -----------------------------------------------
 [3. Layout(レイアウト)]
-------------------------------------------------- */
/* #document
-------------------------------------------------- */
#document {
  position: relative;
  overflow: hidden;
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
  #document {
	width: 100%;
    min-width: 751px;
  }
  .inner {
	width: 100%;
    min-width: 751px;
  }
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  #document {
    min-width: 320px;
  }
  .inner {
    min-width: 320px;
  }
}

/* #header
-------------------------------------------------- */
#header {
  position: relative;
  z-index: 1100;
}

#header_inner #site_name {
  float: left;
  position: relative;
}

#header_inner #site_name * {
  color: #fff;
  font-family: "Times New Roman","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝";
  font-size: 12px;
}

#header_inner #site_name *:hover {
  text-decoration: none;
}

#header_inner .menu_list {
  padding-top: 30px;
  float: right;
}

#header_inner .menu_list li {
  float: left;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  overflow: hidden;
}

#header_inner .menu_list li:last-child {
  border-right: 1px solid #fff;
}

#header_inner .menu_list li img {
  display: block;
  position: relative;
  z-index: 1;
}

#header_inner .menu_list li:after {
  content: "";
  display: block;
  position: absolute;
}

#header_inner .menu_list li:after {
  width: 100%;
  height: 36px;
  top: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
}

#header_inner .menu_list li:hover:after {
  left: 0;
}

@media only screen and (min-width: 751px) {
  #header_inner {
    margin-bottom: -115px;
  }
  #header_inner #site_name > * {
    display: block;
    height: 32px;
    padding-top: 43px;
    padding-left: 140px;
  }
  #header_inner #site_name > *:before {
    content: "";
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
    background: url("../img/site_logo_white.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 90px;
    height: 48px;
    top: 25px;
    left: 42px;
  }
  #header_inner #site_name > * .pc {
    display: block;
  }
  #header_inner .menu_list {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 750px) {
  #header_inner {
    margin-bottom: -53px;
  }
  #header_inner #site_name {
    line-height: 50px;
    padding-left: 10px;
  }
  #header_inner #site_name * {
    font-size: 10px;
    letter-spacing: -0.05em;
  }
  #header_inner #site_name:before {
    content: "";
    position: inherit;
    width: 45px;
    height: 24px;
    background: url("../img/site_logo_white.svg") no-repeat center center;
    background-size: contain;
    height: 50px;
 //top: 26px; left: 15px;
  }
  #header_inner #site_name > * {
    padding-left: 5px;
  }
  #header_inner #site_name:before, #header_inner #site_name > * {
    display: table-cell;
    vertical-align: middle;
  }
  #header_inner #menu_trigger_sp {
    float: right;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #header_inner #menu_trigger_sp span {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #header_inner #menu_trigger_sp span:nth-of-type(1) {
    top: 18px;
  }
  #header_inner #menu_trigger_sp span:nth-of-type(2) {
    top: 24px;
  }
  #header_inner #menu_trigger_sp span:nth-of-type(3) {
    top: 30px;
  }
  #header_inner #menu_trigger_sp.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  #header_inner #menu_trigger_sp.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  #header_inner #menu_trigger_sp.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
}

#menu_trigger {
  cursor: pointer;
}

#over_list_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

#over_list_wrap #over_list_inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#over_list_wrap #over_list_inner .close_btn {
  position: absolute;
  cursor: pointer;
  display: none;
}

#over_list_wrap #over_list_inner .list_wrap {
  position: relative;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
}

#over_list_wrap #over_list_inner .list_wrap .list {
  position: relative;
}

#over_list_wrap #over_list_inner .list_wrap .list:after {
  width: 100%;
  content: "";
  display: block;
  border: 0 solid #39d0c8;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
}

#over_list_wrap #over_list_inner .list_wrap .list.box_link:hover {
  z-index: 1;
}

#over_list_wrap #over_list_inner .list_wrap .list.box_link:hover:after {
  border-width: 4px;
}

#over_list_wrap #over_list_inner .list_wrap .list .list_inner {
  margin-bottom: -2px;
  border: 2px solid #fff;
}

#over_list_wrap #over_list_inner .list_wrap .list .list_inner .photo {
  overflow: hidden;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#over_list_wrap #over_list_inner .list_wrap .list .list_inner .photo img {
  position: absolute;
  width: auto;
  height: 100%;
}

#over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap {
  float: right;
}

#over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap dt, #over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap dd, #over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap a {
  color: #fff;
}

#over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap dt {
  margin-bottom: 5px;
}

#over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap dt a {
  font-weight: bold;
}

@media only screen and (min-width: 751px) {
  #over_list_wrap {
    height: 730px;
  }
  #over_list_wrap #over_list_inner {
    width: 900px;
    padding-top: 90px;
  }
  #over_list_wrap #over_list_inner .close_btn {
    top: 46px;
    right: 0;
  }
  #over_list_wrap #over_list_inner .list_wrap .list {
    box-sizing: border-box;
  }
  #over_list_wrap #over_list_inner .list_wrap .list:after {
    height: 71px;
    left: -2px;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
  }
  #over_list_wrap #over_list_inner .list_wrap .list .list_inner {
    height: 40px;
    padding: 13px 20px 14px;
    border-left: none;
    z-index: 1;
  }
  #over_list_wrap #over_list_inner .list_wrap .list .list_inner .photo {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap {
    width: 250px;
    padding-top: 3px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap.middle {
    padding-top: 10px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap dt {
    margin-bottom: 5px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.left .list_inner {
    border-left: 2px solid #ffffff;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.left:after {
    left: 0;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list {
    height: 108px;
    float: left;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list .photo img {
    left: -27%;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list:after {
    height: 110px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list .list_inner {
    height: 64px;
    padding: 18px 25px 24px 25px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list .list_inner .photo {
    width: 72px;
    height: 72px;
    border-radius: 36px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list .list_inner .text_wrap {
    width: 300px;
    padding-top: 12px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list .list_inner .text_wrap dt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list.len1 {
    width: 900px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list.len1 .list_inner .text_wrap {
    width: 745px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list.len1:after {
    width: 100%;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list.len2 {
    width: 450px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list.len2 .list_inner .text_wrap {
    width: 300px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.one_column_list {
    width: 900px;
    float: left;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.one_column_list .list_inner {
    border-left: 2px solid #ffffff;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.one_column_list .text_wrap {
    width: 795px;
    padding-top: 15px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.one_column_list .text_wrap dt, #over_list_wrap #over_list_inner .list_wrap .list.one_column_list .text_wrap dd {
    float: left;
    line-height: 1;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.one_column_list .text_wrap dt {
    margin-right: 15px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.two_column_list {
    width: 452px;
    float: left;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.two_column_list.first {
    width: 450px;
    margin-right: -2px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.two_column_list .text_wrap {
    width: 344px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.two_column_list.first .list_inner {
    border-left: 2px solid #ffffff;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.two_column_list.first:after {
    left: 0;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
  }
  #over_list_wrap #over_list_inner .list_wrap .list.three_column_list {
    float: left;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.three_column_list:first-child {
    clear: both;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.three_column_list .text_wrap {
    width: 195px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.three_column_list.len1 {
    width: 900px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.three_column_list.len1 .list_inner .text_wrap {
    width: 745px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.three_column_list.len2 {
    width: 450px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.three_column_list.len2 .list_inner .text_wrap {
    width: 345px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.three_column_list.len3, #over_list_wrap #over_list_inner .list_wrap .list.three_column_list.len5, #over_list_wrap #over_list_inner .list_wrap .list.three_column_list.len6 {
    width: 300px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.three_column_list.len3 .list_inner .text_wrap, #over_list_wrap #over_list_inner .list_wrap .list.three_column_list.len5 .list_inner .text_wrap, #over_list_wrap #over_list_inner .list_wrap .list.three_column_list.len6 .list_inner .text_wrap {
    width: 195px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.three_column_list.len4 {
    width: 225px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.three_column_list.len4 .list_inner .text_wrap {
    width: 130px;
  }
  
  
.app_wrap{
	width:100%;
	margin:20px 0;
	background-color:#FFFFFF;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}
.app_wrap_inner{
	width:100%;
	margin:auto;
	padding:20px 0;
}
.app_icon{
	width:10%;
	float:left;
}
.app_text{
	width:58%;
	float:left;
}
.app_text p{
	padding:0 15px;
}
.app_text p strong{
	font-weight:bold;
	font-size:14px !important;
}
.app_link{
	width:19%;
	float:left;
	margin-right:3%;
	height:auto;
}
.app_link a{
	display:block;
	margin-top:12%;
}
.app_link a:hover{
	opacity:0.7;
}
.app_qr{
	width:10%;
	float:left;
}
.app_wrap img{
	width:100%;
	height:auto;
}
}

@media only screen and (max-width: 750px) {
  #over_list_wrap #over_list_inner {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 55px;
  }
  #over_list_wrap #over_list_inner .close_btn {
    width: 16px;
    top: 13px;
    right: 0;
  }
  #over_list_wrap #over_list_inner .list_wrap .list {
    /* 最初の3件 */
  }
  #over_list_wrap #over_list_inner .list_wrap .list:after {
    height: 81px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list:hover:after {
    border-width: 4px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list .list_inner {
    height: 50px;
    padding: 13px 15px 14px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list .list_inner .photo, #over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap {
    float: left;
  }
  #over_list_wrap #over_list_inner .list_wrap .list .list_inner .photo {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap {
    width: 70%;
    float: right;
    margin-top: 8px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap.middle {
    padding-top: 12px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap dt, #over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #over_list_wrap #over_list_inner .list_wrap .list .list_inner .text_wrap dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #over_list_wrap #over_list_inner .list_wrap .list.feature_list:first-child {
    /* &:after{
								height: 146px;
							}
							.list_inner{
								height: 115px;
							} */
  }
  
.app_wrap{
	width:100%;
	margin:0;
	background-color:#FFFFFF;
	border-top:none;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}
.app_wrap_inner{
	width:90%;
	margin:auto;
	padding:20px 0;
}
.app_icon{
	width:20%;
	float:left;
}
.app_text{
	width:80%;
	float:left;
}
.app_text p{
	padding:0 0 0 15px;
}
.app_text p strong{
	font-weight: normal;
}
.app_link{
	float:none;
	clear:both;
	width:200px;
	padding-top:1px;
	margin: 0 auto;
}
.app_link a{
	display:block;
}
.app_qr{
	display:none;
}
.app_wrap img{
	width:100%;
	height:auto;
}
}

/* #global Navi
-------------------------------------------------- */
#global_navi {
  background-color: #fff;
}

#global_navi #navi_ul {
  width: 875px;
  margin-left: auto;
  margin-right: auto;
}

#global_navi #navi_ul li {
  width: 143px;
  float: left;
  margin-right: 37px;
}

#global_navi #navi_ul li:last-child {
  margin-right: 0;
}

#global_navi #navi_ul li a {
  padding-top: 33px;
  padding-bottom: 37px;
  display: block;
  position: relative;
}

#global_navi #navi_ul li a span {
  height: 13px;
  display: block;
  overflow: hidden;
  position: relative;
}

#global_navi #navi_ul li a span img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
}

#global_navi #navi_ul li a:after {
  width: 0;
  height: 23px;
  content: "";
  display: block;
  background: url("../img/gnavi_active_icon.png") no-repeat top center;
  position: absolute;
  left: 72px;
  bottom: -7px;
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
}

#global_navi #navi_ul li a:hover:after, #global_navi #navi_ul li a .active:after {
  width: 24px;
  left: 60px;
}

#global_navi #navi_ul li a:hover span img, #global_navi #navi_ul li a .active span img {
  top: -13px;
}

/* #footer
-------------------------------------------------- */
#footer,#footer2 {
  background-color: #fff;
  position: relative;
}

#footer_inner {
  margin-left: auto;
  margin-right: auto;
}

#footer_inner .footer_title p {
  display: block;
  text-align: center;
}

#footer_inner .footer_site_map_wrap {
  margin-left: auto;
  margin-right: auto;
}

#footer_inner .footer_site_map_wrap ul li dt {
  font-family: "Alte DIN 1451 Mittelschrift gepraegt",'Open+Sans', sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #343c48;
}

#page_top {
  margin-left: auto;
  margin-right: 50px;
}
#page_top img {
	width: 100%;
	height: auto;
}
.snsBox{
	display: block;
}
.snsBox p{
	font-size: 18px;
}
.snsBox .sns_line{
	height: 40px;
	width: 130px;
	display: inline-block;
	margin: 6px;
}
.snsBox .sns_fb{
	width: 40px;
	display: inline-block;
	margin: 6px;
}
.snsBox .sns_ig{
	width: 40px;
	display: inline-block;
	margin: 6px;
}
.snsBox img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 750px) {
#page_top {
  margin-left: auto;
  margin-right: auto;
}
.snsBox{
	margin-bottom: 15px;
	background-color: #EEEEEE;
	padding: 12px 0;
	display: block;
	text-align: center;
}
.snsBox p{
	font-size: 16px;text-align: center;
}
.snsBox .sns_line{
	height: 40px;
	width: 130px;
	display: inline-block;
	margin: 6px;
}
.snsBox .sns_fb{
	width: 40px;
	display: inline-block;
	margin: 6px;
}
.snsBox .sns_ig{
	width: 40px;
	display: inline-block;
	margin: 6px;
}
.snsBox img{
	width: 100%;
	height: auto;
}
}

#copy_right {
  line-height: 1;
  background-color: #394246;
  font-family: "Alte DIN 1451 Mittelschrift gepraegt",'Open+Sans', sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}

@media only screen and (min-width: 751px) {
  #footer_inner {
    max-width: 1400px;
    min-width: 1080px;
  }
  #footer_inner .footer_title {
    padding: 48px 0 39px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
  }
  #footer_inner .footer_site_map_wrap {
    max-width: 1160px;
    min-width: 1160px;
    margin-bottom: 50px;
  }
  #footer_inner .footer_site_map_wrap ul li {
    display: inline-block;
    margin-right: 60px;
    float: left;
  }
  #footer_inner .footer_site_map_wrap ul li dt {
    margin-bottom: 15px;
  }
  #footer_inner .footer_site_map_wrap ul li dd {
    margin-bottom: 8px;
  }
  #footer_inner .footer_site_map_wrap ul li dd:last-child {
    margin-bottom: 0;
  }
  #page_top {
    width: 81px;
    margin-bottom: -41px;
  }
  #copy_right {
    height: 10px;
    padding: 16px 40px;
  }
}

@media only screen and (max-width: 750px) {
  #footer_inner .footer_title {
    padding: 20px 0 15px;
  }
  #footer_inner .footer_title img {
    width: auto;
    height: 40px;
  }
  #footer_inner .footer_site_map_wrap {
    margin-bottom: 20px;
  }
  #footer_inner .footer_site_map_wrap ul {
    border-top: 1px solid #f4f4f4;
  }
  #footer_inner .footer_site_map_wrap ul li dt, #footer_inner .footer_site_map_wrap ul li dd a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #f4f4f4;
  }
  #footer_inner .footer_site_map_wrap ul li dt {
    position: relative;
    line-height: 1;
  }
  #footer_inner .footer_site_map_wrap ul li dt.trigger_foot:after, #footer_inner .footer_site_map_wrap ul li dt.trigger_foot:before {
    content: "";
    display: block;
    background-color: #e30920;
    position: absolute;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
  }
  #footer_inner .footer_site_map_wrap ul li dt.trigger_foot:before {
    width: 1px;
    height: 12px;
    top: 10px;
    right: 20px;
  }
  #footer_inner .footer_site_map_wrap ul li dt.trigger_foot:after {
    width: 12px;
    height: 1px;
    top: 15px;
    right: 15px;
  }
  #footer_inner .footer_site_map_wrap ul li dt.trigger_foot.active:before {
    height: 1px;
    top: 15px;
  }
  #footer_inner .footer_site_map_wrap ul li dd {
    display: none;
  }
  #page_top {
    width: 50px;
    margin-bottom: -25px;
  }
  #page_top img {
    width: 100%;
    height: auto;
  }
  #copy_right {
    height: 10px;
    padding: 35px 40px 16px;
    text-align: center;
  }
}

/* #container
-------------------------------------------------- */
#container {
  position: relative;
}

/* #main
-------------------------------------------------- */
#main_wrap {
  padding-bottom: 77px;
}

.section_title {
  text-align: center;
}

.section_title:before {
  background-color: #c8c7c2;
  display: block;
  content: "";
  position: relative;
  margin-right: auto;
  margin-left: auto;
  top: 18px;
}

.section_title .text_wrap {
  background-color: #f4f4f4;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  z-index: 1;
}

.section_title .text_wrap:after {
  width: 150px;
  height: 3px;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section_title .text_wrap span {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section_title .text_wrap .main_text {
  line-height: 1;
  padding-bottom: 9px;
  margin-bottom: 9px;
  font-family: "Alte DIN 1451 Mittelschrift gepraegt",'Open+Sans', sans-serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #343c48;
  border-bottom: 3px solid #2ecec5;
}

.section_title .text_wrap .main_text.column {
  border-color: #cc6b7f;
}

.section_title .text_wrap .main_text.other {
  border-color: #87a5e1;
}

.section_title .text_wrap .sub_text {
  display: block;
  font-size: 10px;
}

.section_title.color_article .text_wrap .main_text:after {
  background-color: #2ecec5;
}

.section_title.color_column .text_wrap .main_text:after {
  background-color: #cc6b7f;
}

.section_title.color_other .text_wrap .main_text:after {
  background-color: #87a5e1;
}

.section_title.color_backnumber .text_wrap .main_text:after {
  background-color: #18ddb6;
}

@media only screen and (min-width: 751px) {
  .section_title {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 750px) {
  .section_title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.news_list {
  border-top: 1px solid #eaeaea;
}
.news_list li {
  padding: 22px 8px;
  border-bottom: 1px solid #eaeaea;
  transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
}
.news_list li:hover {
  background-color: #f6f6f6;
}
.news_list li dl dt,
.news_list li dl dd {
  float: left;
}
.news_list li dl .category {
  width: 58px;
  height: 24px;
  line-height: 24px;
  margin-right: 20px;
  background-color: #87a5e1;
  border: 1px solid #7d92bc;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.news_list li dl .date,
.news_list li dl .title {
  padding-top: 5px;
}
.news_list li dl .date {
  margin-right: 20px;
  color: #a8abaf;
}

/*物産展*/
.market_title{
	line-height: 1.5em;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
}
.marker_read{
	margin-bottom: 20px;
}
.dn-ArticleList .market_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.market_col{
	width: calc(384/800*100%);
	margin-bottom: 30px;
	padding-bottom: 60px;
	position: relative;
}
.market_col .photo.Guard img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.title_market{
	margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.catch_market{
	margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.text_market{
	
}
.btn_market{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 100%;
	max-width: 100%;
	line-height: 40px;
	height: 40px;
	text-align: center;
	padding: 5px 5px;
	background: #f29600;
	transition: .3s;
	text-decoration: none;
	font-size: 100%;
	color: #ffffff !important;
	font-weight: bold;
	margin-top: 30px;
}
.btn_market img{
	width: calc(153/240*100%);
	height: auto;
}
.btn_market:hover{
	opacity: .7;
	transition: .3s;
	text-decoration: none;
}
@media only screen and (max-width: 750px) {
.market_col{
	width: 100%;
}
}
.sidebar-sticky{
	width: 360px;
}
@media only screen and (max-width: 750px) {
.sidebar-sticky{
	width: 100%;
	position: static;
}
}