@charset "UTF-8";

html,
body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
  /* IE文字サイズ対策 */
}

body {
  min-width: 300px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #191919;
  letter-spacing: .18em;
  line-height: 1.8;
  background: none !important;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem !important;
  }
}

a {
  color: #172c44;
}

a:visited {
  color: #172c44;
}

a:focus {
  color: #172c44;
}

a:hover {
  color: #172c44;
}

a:active {
  color: #172c44;
}

a:focus,
*:focus {
  outline: none;
}

/* pc sp change */

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* Iphone 6 change */

.ip6_pc {
  display: block !important;
}

.ip6_sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .ip6_pc {
    display: none !important;
  }
  .ip6_sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .b_10.b_10_column3 div.column_c,
  .b_10.b_10_column3 div.column_l,
  .b_11_3.b_11_3_column2 div.column_c,
  .b_11_3.b_11_3_column2 div.column_l,
  .b_11_2.b_11_2_column3 div.column_c,
  .b_11_2.b_11_2_column3 div.column_l,
  .b_11.b_11_column2 div.column_c,
  .b_11.b_11_column2 div.column_l,
  .b_11.b_11_column3 div.column_c,
  .b_11.b_11_column3 div.column_l {
    margin: 0 0 30px;
  }
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1060px) {
  .wrap {
    width: auto;
    padding: 0 30px;
  }
}

.under .wrap {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.under .wrap.common_info {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.img_r span img {
  float: right !important;
  margin: 0 0 20px 20px !important;
}

@media screen and (max-width: 767px) {
  .img_r span img {
    float: none !important;
    margin: 0 0 20px 0 !important;
  }
}

#base,
#contentBase {
  width: 100%;
  /*max-width: 1000px;*/
  max-width: none;
}

.full-top #base,
.full-top #contentBase {
  width: 100%;
  max-width: 100%;
}

.under #content-bottom .contents_block {
  max-width: none;
}

@media screen and (max-width: 1000px) {
  .under #content-bottom .contents_block {
    margin: 0 auto;
  }
}

.under p {
  font-size: 16px;
  line-height: 2;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  background: #fff;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

#header .header_block {
  margin: 0 auto;
  max-width: none;
}

#header .header_menu {
  width: 100%;
  height: auto;
  max-width: none;
  padding: 0;
  position: initial;
}

#header h1 {
  width: 30.9%;
  max-width: 309px;
  margin: 16px 0 0 1.5%;
}

#header h1 img {
  width: auto;
  max-width: 100%;
}

#header .right_box {
  float: right;
  width: 260px;
}

#header .right_box a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #6baabe;
  color: #fff;
}

#header .right_box a:hover {
  text-decoration: none;
}

#header .toggleMenu {
  display: none;
  float: right;
}

#header .toggleMenu img {
  width: 80px;
}

#header .header_menu {
  float: none;
}

#header .header_menu .g_nav {
  display: flex;
  float: none;
  justify-content: center;
  align-items: center;
}

#header .header_menu .g_nav > li {
  vertical-align: middle;
  font-family: "Noto Serif JP", Verdana, sans-serif;
}

#header .header_menu .g_nav > li span {
  cursor: pointer;
}

#header .header_menu .g_nav > li:last-child {
  border-right: none;
}

#header .header_menu .g_nav > li > a,
#header .header_menu .g_nav > li > span {
  display: flex;
  align-items: center;
  width: 160px;
  height: 180px;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  color: #22342b;
  padding: 0;
}

#header .header_menu .g_nav > li:nth-child(1) > a {
  width: 160px;
}

#header .header_menu .g_nav > li:nth-child(2) > a {
  width: 160px;
}

#header .header_menu .g_nav > li:nth-child(3) > a {
  width: 300px;
  justify-content: center;
}

#header .header_menu .g_nav > li:nth-child(3) > a img {
  width: auto;
}

#header .header_menu .g_nav > li:nth-child(4) > span {
  width: 160px;
}

#header .header_menu .g_nav > li:nth-child(5) > a {
  width: 160px;
}

#header .header_menu .g_nav > li > a > span,
#header .header_menu .g_nav > li > span > span {
  display: block;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header_menu .g_nav li a,
.header_menu .g_nav li span {
  font-size: 1.8rem;
  padding: 0;
  line-height: 1;
}

.header_menu .g_nav li:first-child span {
  font-size: 1.8rem;
}

#header .header_menu .g_nav > li > a sub,
#header .header_menu .g_nav > li > span sub {
  font-size: 1rem;
  color: #9a7325;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .1em;
}

#header .header_menu .g_nav > li > a sub:before,
#header .header_menu .g_nav > li > span sub:before {
  content: "\d\a";
  white-space: pre;
}

#header .header_menu .g_nav > li > span:hover + dl,
#header .header_menu .g_nav > li > span ul:hover {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#header .header_menu .g_nav > li > span:hover {
  position: relative;
}

@media (max-width: 767px) {
  #header .header_menu .g_nav > li > a > span,
  #header .header_menu .g_nav > li > span > span {
    flex: 0 1 auto;
  }
}

@media (min-width: 768px) {
  #header .header_menu .g_nav > li > span:hover:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -49px;
    display: block;
    width: 72px;
    height: 100px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
  }
  #header .header_menu .g_nav > li > span:hover:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -44px;
    z-index: 2;
    display: block;
    width: 72px;
    height: 100px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 999;
  }
}

#header .header_menu .g_nav > li a:hover {
  cursor: pointer;
  text-decoration: none;
}

#header .header_menu .g_nav > li:first-child a {
  padding-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #463b28;
}

#header .header_menu .g_nav > li dl {
  pointer-events: none;
  position: absolute;
  top: 180px;
  left: 0;
  display: block;
  width: 100%;
  padding: 20px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ede9e4;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 99;
}

#header .header_menu .g_nav > li dl dt {
  max-width: 1000px;
  margin: 0 auto 10px;
  font-size: 2.4rem;
  letter-spacing: .3em;
  color: #463b28;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
}

#header .header_menu .g_nav > li dl ul {
  max-width: 1000px;
  margin: 0 auto;
}

#header .header_menu .g_nav > li dl li {
  display: inline-block;
  margin-right: 30px;
  padding: 5px 0;
}

#header .header_menu .g_nav > li dl li:before {
  content: "▶︎";
  color: #9a7325;
  margin-right: .5em;
  position: relative;
  top: 0;
}

.ipad #header .header_menu .g_nav > li dl li:before {
  top: 0;
}

#header .header_menu .g_nav > li dl li:last-child {
  margin-right: 0;
}

#header .header_menu .g_nav > li dl a {
  color: #474747 !important;
  display: inline-block;
}

#header .header_menu .g_nav > li dl dd a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}

#header .header_menu .g_nav > li dl a:hover,
#header .header_menu .g_nav > li span:hover,
#header .header_menu .g_nav > li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 0.7;
  text-decoration: none;
  background: none;
}

#header .header_menu .g_nav > li dl:hover {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  #header h1 {
    max-width: 160px;
    margin: 19px 0 0 1.5%;
  }
  #header .right_box {
    width: 140px;
  }
  #header .header_menu .g_nav > li > a,
  #header .header_menu .g_nav > li > span {
    width: 140px;
    height: 180px;
    font-size: 1.4rem;
  }
  .header_menu .g_nav li a,
  .header_menu .g_nav li span {
    font-size: 1.4rem;
  }
  #header .header_menu .g_nav > li:nth-child(1) > a {
    width: 120px;
  }
  #header .header_menu .g_nav > li:nth-child(2) > a {
    width: 120px;
  }
  #header .header_menu .g_nav > li:nth-child(3) > span {
    width: 140px;
  }
  #header .header_menu .g_nav > li:nth-child(4) > span {
    width: 140px;
  }
  #header .header_menu .g_nav > li:nth-child(5) > a {
    width: 120px;
  }
  #header .header_menu .g_nav > li > a sub,
  #header .header_menu .g_nav > li > span sub {
    font-size: 1.3rem;
  }
  #header .header_menu .g_nav > li:first-child a,
  .header_menu .g_nav li:first-child span {
    font-size: 1.4rem;
    padding-top: 0;
  }
  #header .header_menu .g_nav > li:first-child a:before {
    top: 12px;
    width: 20px;
    height: 22px;
    margin-left: -10px;
    background-size: 100%;
  }
  #header .header_menu .g_nav > li dl {
    top: 180px;
  }
}

@media screen and (max-width: 1000px) {
  #header .header_menu .g_nav > li:nth-child(1) > a {
    width: 120px;
  }
  #header .header_menu .g_nav > li:nth-child(2) > a {
    width: 120px;
  }
  #header .header_menu .g_nav > li:nth-child(3) > span {
    width: 120px;
  }
  #header .header_menu .g_nav > li:nth-child(4) > a {
    width: 120px;
  }
  #header .header_menu .g_nav > li:nth-child(5) > a {
    width: 120px;
  }
}

/*@media screen and (max-width: 900px) {
  #header .header_menu .g_nav > li > a,
  #header .header_menu .g_nav > li > span {
    width: 70px;
    height: 70px;
    font-size: 1rem;
  }
  .header_menu .g_nav li a,
  .header_menu .g_nav li span {
    font-size: 1rem;
  }
  #header .header_menu .g_nav > li:nth-child(1) > a {
    width: 70px;
  }
  #header .header_menu .g_nav > li:nth-child(2) > a {
    width: 70px;
  }
  #header .header_menu .g_nav > li:nth-child(3) > a {
    width: 70px;
  }
  #header .header_menu .g_nav > li:nth-child(4) > a {
    width: 70px;
  }
  #header .header_menu .g_nav > li:nth-child(5) > a {
    width: 70px;
  }
  #header .header_menu .g_nav > li:nth-child(6) > a {
    width: 70px;
  }
  #header .header_menu .g_nav > li > a sub,
  #header .header_menu .g_nav > li > span sub,
  .header_menu .g_nav li:first-child span {
    font-size: .8rem;
  }
  #header .header_menu .g_nav > li:first-child a:before {
    top: 16px;
    width: 16px;
    height: 18px;
    margin-left: -8px;
  }
  #header .header_menu .g_nav > li:first-child a {
    padding-top: 1.5em;
  }
  #header .header_menu .g_nav > li dl dt {
    font-size: 1.8rem;
  }
  #header .header_menu .g_nav > li dl dd {
    font-size: 1rem;
  }
  #header .header_menu .g_nav > li dl dd a {
    font-size: 1.2rem;
  }
}*/

@media screen and (max-width: 767px) {
  #header h1 {
    margin: 0;
  }
  #header h1 img {
    height: 80px;
    max-width: none;
    padding: 0 0 0 10%;
  }
  #header .toggleMenu {
    display: block;
    margin-bottom: 10px;
  }
  #header .toggleMenu img {
    width: auto;
    height: 60px;
    padding: 10px 10px 10px 0;
  }
  #header .right_box,
  #header .g_nav {
    display: none;
  }
  #header .header_menu {
    float: none;
    background: none;
    margin-top: 10px;
  }
  #header .header_menu .g_nav {
    display: block;
    text-align: center;
    background: #fff;
  }
  #header .header_menu .g_nav > li {
    position: relative;
    border-bottom: 1px solid #fff;
    width: 100%;
    background: #9a7325;
  }
  #header .header_menu .g_nav > li > a,
  #header .header_menu .g_nav > li > span {
    width: 100% !important;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header .header_menu .g_nav > li > a span,
  #header .header_menu .g_nav > li > span span {
    margin: 0;
    font-size: 1.6rem;
  }
  #header .header_menu .g_nav > li > a sub,
  #header .header_menu .g_nav > li > span sub {
    margin: -6px 0 0 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #fff;
  }
  #header .header_menu .g_nav > li:first-child {
    border-left: none;
  }
  #header .header_menu .g_nav > li:first-child a {
    padding: 0 20px;
  }
  #header .header_menu .g_nav > li:first-child a:before {
    position: relative;
    top: 4px;
    left: 0;
    margin-left: 0;
  }
  #header .header_menu .g_nav > li:first-child a span {
    margin-top: 0;
    margin-left: 0;
  }
  #header .header_menu .g_nav > li > span:after {
    content: "";
    position: absolute;
    top: 20px;
    margin-top: -12px;
    right: 20px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    display: block;
    background: none;
  }
  #header .header_menu .g_nav > li dl {
    position: relative;
    top: 0;
    background: none;
    padding: 0;
    opacity: 1;
  }
  #header .header_menu .g_nav > li dl li:before {
    display: none;
  }
  #header .header_menu .g_nav > li dt {
    display: none;
  }
  #header .header_menu .g_nav > li ul {
    position: inherit;
    background: #faf7eb;
    display: none;
    top: 0;
    padding: 0;
  }
  #header .header_menu .g_nav > li ul li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #fff;
    float: none;
  }
  #header .header_menu .g_nav > li ul li a {
    position: relative;
    display: block;
    padding: 5px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.4rem;
  }
  #header .header_menu .g_nav > li.hover ul {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #header .header_menu .g_nav > li.hover > span:after {
    margin-top: -4px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #header .header_menu .g_nav > li:nth-child(1) > a,
  #header .header_menu .g_nav > li:nth-child(2) > a,
  #header .header_menu .g_nav > li:nth-child(3) > a,
  #header .header_menu .g_nav > li:nth-child(4) > a,
  #header .header_menu .g_nav > li:nth-child(5) > a,
  #header .header_menu .g_nav > li:nth-child(6) > a {
    width: 100%;
  }
  .header_menu .g_nav li a:after {
    display: none;
  }
  .header_menu .g_nav li a,
  .header_menu .g_nav li span {
    border-bottom: none;
  }
  .header_menu .g_nav li a:before,
  .header_menu .g_nav li span:before,
  .header_menu .g_nav li span:after {
    transform: none;
    display: none;
  }
  #header .header_menu .g_nav > li > a,
  #header .header_menu .g_nav > li > span {
    height: 40px;
  }
  #header .header_menu .g_nav > li dl li {
    padding: 5px 0;
  }
  #header {
    padding: 10px 0 0;
    position: relative;
  }
  #header .header_menu .g_nav > li:nth-child(3) {
    display: none;
  }
  #header .header_menu .g_nav {
    float: right;
  }
}

@media screen and (max-width: 600px) {
  #header h1 img {
    height: 80px;
    max-width: none;
    padding: 0 0 0 10%;
  }
  #header .toggleMenu img {
    width: auto;
    height: 60px;
    padding: 10px 10px 10px 0;
  }
}

@media screen and (max-width: 360px) {
  #header h1 img {
    height: 70px;
    max-width: none;
    padding: 0 0 0 10%;
  }
  #header .toggleMenu img {
    width: auto;
    height: 60px;
    padding: 5px 10px 5px 0;
  }
}

@media screen and (max-width: 320px) {
  #header .header_menu .g_nav > li > a span,
  #header .header_menu .g_nav > li > span span,
  #header .header_menu .g_nav > li ul li a {
    font-size: 1.2rem;
  }
  #header .header_menu .g_nav > li > a sub,
  #header .header_menu .g_nav > li > span sub {
    font-size: .8rem;
  }
  #header .header_menu .g_nav > li > a,
  #header .header_menu .g_nav > li > span {
    height: 40px;
  }
  #header .header_menu .g_nav > li dl li {
    padding: 0;
  }
}

#mainimage,
.under #mainimage {
  margin-top: 180px;
}

.under #mainimage {
  background-image: none;
  height: auto;
}

.top .main_contents {
  background-image: none;
  width: 100%;
  height: auto;
  font-weight: bold;
  min-height: inherit;
}

@media screen and (max-width: 1200px) {
  #mainimage,
  .under #mainimage {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  #mainimage,
  .under #mainimage {
    margin-top: 0;
  }
}

#bread {
  max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  #bread {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 600px) {
  #bread {
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  #bread {
    padding: 0 10px;
  }
}

/*--------------------------------------
  7-2. blog
--------------------------------------*/

.entry {
  margin-bottom: 20px;
}

#blogBody .date {
  text-align: right;
}

#blogBody .contributor {
  font-weight: bold;
}

#pagenation {
  background: none;
  border-top: 1px solid #ddd;
}

#pagenation .active a,
#pagenation a.active:hover {
  background: #999 !important;
}

#blogside li {
  position: relative;
  padding: 0 0 0 15px;
}

#blogside li:before {
  content: "";
  position: absolute;
  background: #ddd;
  top: 13px;
  left: 0;
  margin-top: -5px;
  height: 5px;
  width: 5px;
  padding: 0;
}

#blogside li.child-2 {
  margin-left: 15px;
}

#blogside li.child-2:before {
  content: "";
  position: absolute;
  background: #ddd;
  top: 13px;
  left: 5px;
  margin-top: -5px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  padding-left: 0;
}


/* news(side) list 打ち消し用 */

#blogBody #blogList,
#blogBody .contentArea {
  width: 72% !important;
  float: left;
}


/* search */

.blog_search_input input {
  width: 98%;
  margin-bottom: 3px;
}


/*@media screen and (max-width: 600px) {
  .blog_search_input input {
    width: 98.5%;
  }
}*/

.blog_search_submit {
  display: block;
  text-align: center;
  width: 98%;
}


/* blog link */

#blogBody .contentArea a {
  word-break: break-all;
}

.blog #content .blogcontent {
  border-bottom: none;
}

/* blog回り込み解除 */

#blogBody .blogArea:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 601px) {
  #blogside {
    width: 25% !important;
  }
}

@media screen and (max-width: 767px) {
  #blogBody #blogList,
  #blogBody .contentArea {
    width: 100% !important;
    float: none !important;
  }
}

/*--------------------------------------
  7-3. news
--------------------------------------*/

#news,
#news_list {
  position: relative;
  background: #fff;
  /*padding-bottom: 10px;*/
  border: 1px solid #dbc2a5;
  border-radius: 3px;
  margin-bottom: 15px;
}

#news .newsBt,
#news_list .newsBt {
  top: 9.5%;
  right: 10px;
  color: #000;
}

#news dl,
#news_list dl {
  margin-bottom: 0.6em;
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
  margin: 0 auto;
  width: 85%;
}

#news dt,
#news_list dt {
  padding: 0;
  margin-bottom: 0.1em;
  color: #46bd9a;
  width: 135px;
  float: none;
  font-weight: bold;
}

#news dd,
#news_list dd {
  padding: 0;
  padding-bottom: 0.6em;
  float: none;
  width: auto;
}

#news dd,
#news_list dd {
  padding: 0;
  padding-bottom: 0.6em;
  float: none;
  width: auto;
}

#news dt .newsNew,
#newsDetail dt .newsNew,
#news_list dt .newsNew {
  background: none #ffd83d;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 0 10px;
  text-indent: 0;
  text-align: center;
  font-weight: normal;
  border-radius: 10px;
  box-sizing: border-box;
  width: 37px;
  height: 18px;
  padding-top: 5px;
}

#news dd a,
#newsDetail dd a,
#news_list dd a {
  color: #352d1d;
  font-size: 1.5rem;
  text-decoration: none;
}

.newsDetailBody img {
  margin: 5px;
}


/* iPad iPhone */

/*.ios #news dt,
.ios #news_list dt {
  padding: 0;
  width: 145px;
  margin-top: 0;
}*/

/* news list page */

#newsList #side #news {
  display: none;
}

#news #pagenation ul {
  text-align: center;
}

#news #pagenation ul li a {
  background: #ddd;
  margin-right: 5px;
}


/* blog page */

#blogBody #news,
#blogBody .contentArea.news_list {
  width: 100% !important;
  float: none;
}

@media screen and (max-width: 600px) {
  #news dt {
    padding: 0 10px;
    width: 150px;
  }
  #pagenation .inner {
    margin-bottom: 50px;
  }
  /* iPhone */
  .ios #news dt {
    padding: 0 10px;
    width: 150px;
  }
}


/*--------------------------------------
  7-4. sitemap
--------------------------------------*/

ul.sitemap_ic li a:after {
  background-color: #fff;
}

ul.sitemap_ic li a {
  padding-right: 40px;
}


/* =====================================
  link hover
===================================== */

/*--------------------------------------
  a
--------------------------------------*/

a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

h1 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}


/* =====================================
  btns hover
===================================== */

/*--------------------------------------
  submit
--------------------------------------*/

input[type=submit]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}


/* =====================================
  page display
===================================== */

.b_11_2_in span img {
  margin: 0 20px 20px 0;
  border-radius: 10px;
}

#newsList .contents_block,
#websiteNewsDetail .contents_block,
#blogBody .contents_block,
#sitemapBody .contents_block,
#notfoundBody .contents_block,
#inquiryBody .contents_block {
  max-width: 1000px;
}

.under #content .contents_block img {
  border-radius: 10px;
}

#newsList #mainimage,
#websiteNewsDetail #mainimage,
#notfoundBody #mainimage,
#sitemapBody #mainimage {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .under .contents_block {
    margin: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #newsList #mainimage,
  #websiteNewsDetail #mainimage,
  #notfoundBody #mainimage,
  #sitemapBody #mainimage {
    margin-top: 0;
  }
}

.main_img {
  position: relative;
}

.main_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%);
}

@media screen and (max-width: 1600px) {
  .main_img .main_catch {
    max-width: 585px;
  }
}

@media screen and (max-width: 1200px) {
  .main_img .main_catch {
    max-width: 500px;
  }
}

@media screen and (max-width: 960px) {
  .main_img .main_catch {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .main_img .main_catch {
    max-width: 450px;
    width: 450px;
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
  }
}

@media screen and (max-width: 600px) {
  .main_img .main_catch {
    max-width: 380px;
  }
}

@media screen and (max-width: 420px) {
  .main_img .main_catch {
    max-width: 330px;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
  }
}

@media screen and (max-width: 360px) {
  .main_img .main_catch {
    max-width: 300px;
  }
}

.full-top .wrap {
  padding: 0 30px !important;
}

.full-top .contents_block {
  max-width: none;
  margin: 0;
}

.full-top #content {
  padding: 0;
}

.full-top img {
  border-radius: 0 !important;
}

.static #content,
#websiteNewsDetail #content {
  margin-top: 180px;
}

#header .header_menu .g_nav > li dl dd {
  text-align: center;
}

#header .header_menu .g_nav > li dl ul {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #header .header_menu .g_nav > li dl dd {
    text-align: left;
  }
  #header .header_menu .g_nav > li dl ul {
    display: none;
  }
}

/*--------------------------------------
  inquiry
--------------------------------------*/

body#inquiryBody {
  background: none;
}
