@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. 共通CSS (第2階層)
*05. 各ページ

-------------------------------------------------
------------------------------------------------- */
/* ---------------------------

01. pc common

---------------------------*/
body {
  background-color: #FFF;
  color: #000;
  font-size: 15px;
  line-height: 27px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic" , sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.028em;
  overflow-x: hidden;
  position: relative;
  width: 100%; }

img {
  pointer-events: none; }

.pc_none {
  display: none !important; }

.pc_nocontact_dl {
  display: block;
  white-space: nowrap; }

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

.pc_center {
  text-align: center; }

.pc_mgb0 {
  margin-bottom: 0 !important; }

.pc_w-50 {
  width: 50% !important; }

.w-100 {
  width: 100% !important; }

@media screen and (min-width: 1081px) {
  #wrapper {
    margin: 0;
    width: 100%; } }
@media screen and (max-width: 1080px) {
  #wrapper {
    margin: 0;
    width: 100%;
    opacity: 0; } }
#common_wrapper {
  padding-top: 55px; }

.container {
  width: 88%;
  margin: 0 auto; }

.container_small {
  max-width: 680px;
  margin: 0 auto;
  width: 100%; }

.container_page {
  margin-top: 100px; }

.section_ss {
  margin-bottom: 60px !important; }

.section_s {
  margin-bottom: 80px !important; }

.section {
  margin-bottom: 100px !important; }

.section_l {
  margin-bottom: 150px !important; }

.border_gray {
  border: 1px solid #DDD; }

.bg_beige {
  background: url("../images/common/bg_baige.png") repeat;
  background-size: 66px; }

.bg_gray {
  background-color: #eee; }

.bg_white {
  background-color: #FFF; }

.text_white {
  color: #FFF; }

.text_gray {
  color: #999; }

.text_red {
  color: #a70000; }

.text_blue {
  color: #3b5998; }

.font-weight-medium {
  font-weight: 600; }

.d_block {
  display: block; }

.d-flex {
  display: flex; }

.pc_d-flex {
  display: flex; }

.pc_center {
  text-align: center; }

.align-items-center {
  align-items: center; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-flex-end {
  justify-content: flex-end; }

.pc_justify-content-between {
  justify-content: space-between; }

.pc_justify-content-flex-end {
  justify-content: flex-end; }

.pc_flex-direction-row-reverse {
  flex-direction: row-reverse; }

.pc_flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.align-self-center {
  align-self: center; }

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

.pc_flex-wrap {
  flex-wrap: wrap; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.pc_floatL {
  float: left; }

.pc_floatR {
  float: right; }

.position_relative {
  position: relative; }

p {
  margin-bottom: 1.5em; }

.gothic, .project_ph_set .project_ph_text, .about_tit_area .about_tit, .contact_dl {
  font-family: 'Open Sans' ,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic" , sans-serif; }

.gothic_en, .ftr_nav ul li, .copyrights_container p, .content_tit span, .project_ul .projectlist_name_en, .project_name_en, ul.page-numbers li {
  font-family: 'Open Sans' ,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic" , sans-serif;
  letter-spacing: 0; }

.mincho, #hdr, .content_tit, .top_first_section .top_title, .project_ul .projectlist_cat, .project_cat {
  font-family: 'Cormorant Garamond', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0; }

.text_small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem; }

.text_ss {
  font-size: 10px;
  font-size: 1.0rem; }

.text_medium {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

.text_large {
  font-size: 18px;
  font-size: 1.8rem; }

h1, h2, h3, h4, h5 {
  color: #000;
  font-weight: normal; }

hr {
  border-top: 1px solid #DDD;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 15px 0; }

.list_circle {
  list-style: none;
  margin-bottom: 2em; }
  .list_circle li {
    padding-left: 8px;
    position: relative; }
    .list_circle li:before {
      background-color: #000;
      border-radius: 20px;
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      position: absolute;
      left: 0;
      top: 0.8em; }

.img_w_100 {
  width: 100%;
  height: auto; }

.w_23 {
  width: 23%; }

.w_35 {
  width: 35%; }

.w_45 {
  width: 45%; }

.w_48 {
  width: 48%; }

.w_49 {
  width: 49%; }

.w_70 {
  width: 70%; }

.w_100 {
  width: 100%; }

.link_border {
  text-decoration: underline !important; }

/* button */
a.btn_next {
  background-color: #000;
  border: none;
  border-radius: 5px;
  color: #FFF !important;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  padding: 22px 0;
  position: relative;
  text-align: center; }
  a.btn_next:after {
    background: url("../images/common/icon_arrow_white.png") no-repeat;
    background-size: 26px;
    content: "";
    display: block;
    margin: auto 0;
    width: 26px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0; }

input[type="submit"].btn_submit {
  background: url("../images/common/icon_arrow_white.png") 90% center no-repeat #000;
  background-size: 26px;
  border: none;
  border-radius: 5px;
  color: #FFF !important;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  padding: 22px 0;
  position: relative;
  text-align: center;
  width: 280px; }

.size_btn_m {
  text-align: center;
  width: 280px; }

/* list */
.list-style-disc {
  margin-left: 3em; }
  .list-style-disc li {
    list-style: disc; }

.list_center {
  text-align: center; }
  .list_center li {
    display: inline-block;
    margin: 0 13px; }

/* link */
a {
  cursor: pointer; }

a:link, a:visited {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }

a:hover, a:active {
  color: #000;
  cursor: pointer;
  outline: none;
  opacity: 0.4;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 600; }

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 602; }

/* セレクトボックス */
.select-wrap {
  position: relative;
  margin: 0 auto 30px;
  max-width: 280px; }

.select-wrap {
  position: relative;
  margin: 0 0 30px;
  max-width: 280px; }
  .select-wrap:before {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    content: "";
    display: block;
    height: 5px;
    right: 15px;
    position: absolute;
    top: 16px;
    transform: rotate(135deg);
    width: 5px;
    z-index: 1; }
  .select-wrap select {
    outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #d6d6d6;
    color: #828c9a;
    width: 100%;
    border-radius: 3px; }
    .select-wrap select option {
      background-color: #fff;
      color: #333; }
      .select-wrap select option::-ms-expand {
        display: none; }
      .select-wrap select option:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #828c9a; }

.select-wrap.select-primary:before {
  color: #fff; }
  .select-wrap.select-primary:before > select {
    background: #0084B4;
    color: #fff;
    border-color: #0084B4; }
  .select-wrap.select-primary:before :-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff; }

.select-wrap.select-inverse:before {
  color: #fff; }
.select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff; }

/* -------------------------------

02. header

------------------------------- */
#hdr .menu {
  font-size: 15px; }

/* ---------------------------

03. footer

---------------------------*/
.ftr_container {
  margin: 200px auto 175px; }

.ftr_nav ul li {
  font-size: 28px;
  font-size: 1.75vw;
  margin-bottom: 30px;
  margin-bottom: 1.875vw; }
.ftr_nav ul a {
  color: #000; }

.copyrights_container {
  margin-bottom: 43px; }
  .copyrights_container p {
    font-size: 13px;
    font-size: 0.8125vw; }

@media screen and (max-width: 1440px) {
  .ftr_nav ul li {
    font-size: 28px;
    margin-bottom: 30px; }

  .copyrights_container p {
    font-size: 13px; } }
/* ---------------------------

04. 共通CSS (第2階層)

---------------------------*/
/**
* title
*/
h1, h2, h3, h4 {
  color: #000; }

.strong {
  font-weight: bold; }

/* ----------------------------------------------

05. 各ページ

----------------------------------------------*/
#loading {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000; }

.icon_arrow {
  width: 48px;
  height: auto;
  margin-left: 20px;
  margin-bottom: 3px; }

.content_tit {
  animation: fadeIn 0.8s ease 0.8s 1 normal;
  animation-fill-mode: forwards;
  color: #035F88;
  font-size: 80px;
  font-size: 5vw;
  font-weight: 300;
  line-height: 42px;
  line-height: 2.625vw;
  margin-bottom: 38px;
  margin-bottom: 2.375vw;
  opacity: 0; }
  .content_tit a {
    color: #035F88; }
  .content_tit span {
    color: #000;
    font-size: 30px;
    font-size: 1.875vw;
    font-weight: 300;
    margin-bottom: 54px;
    margin-bottom: 3.375vw; }
  .content_tit.content_tit_top {
    margin-bottom: 38px;
    margin-bottom: 2.375vw; }
  .content_tit.content_tit_ftr {
    line-height: 28px;
    line-height: 1.75vw;
    margin-bottom: 90px;
    margin-bottom: 5.625vw; }

@keyframes fadeIn {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0; }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1; }
  /*アニメーション終了時は不透明度100%*/ }
@media screen and (max-width: 1440px) {
  .content_tit {
    color: #035F88;
    font-size: 80px;
    line-height: 42px;
    margin-bottom: 38px; }
    .content_tit span {
      color: #000;
      font-size: 30px;
      margin-bottom: 54px; }
    .content_tit.content_tit_top {
      margin-bottom: 38px; }
    .content_tit.content_tit_ftr {
      line-height: 28px;
      margin-bottom: 90px; } }
/*  --------------------------------------

top 

--------------------------------------*/
.top_first_section {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  height: 100vh; }
  .top_first_section .top_title {
    color: #035F88;
    font-size: 120px;
    font-size: 7.5vw;
    font-weight: 400;
    line-height: 100px;
    line-height: 6.25vw;
    margin-bottom: 4%;
    width: 100%; }
  .top_first_section .top_title_text_01 {
    color: #035F88;
    font-size: 42px;
    font-size: 2.625vw;
    line-height: 62px;
    line-height: 3.875vw;
    margin: 0;
    width: 100%; }
    .top_first_section .top_title_text_01 strong {
      font-weight: 400; }
  .top_first_section .top_title_text_02 {
    font-size: 18px;
    font-size: 1.125vw;
    line-height: 18px;
    line-height: 1.125vw;
    margin-bottom: 4%;
    width: 100%; }

.top_more {
  font-size: 16px;
  font-size: 1vw;
  line-height: 16px;
  line-height: 1vw;
  margin-bottom: 0;
  width: 100%; }

.top_second_section {
  margin: 54px auto 40px;
  width: 88%; }
  .top_second_section .top_second_container {
    width: 545px; }

@media screen and (max-width: 1440px) {
  .top_first_section .top_title {
    font-size: 120px;
    line-height: 100px; }
  .top_first_section .top_title_text_01 {
    font-size: 42px;
    line-height: 62px; }
  .top_first_section .top_title_text_02 {
    font-size: 18px;
    line-height: 18px; }

  .top_more {
    font-size: 16px;
    line-height: 16px; } }
/*  --------------------------------------

下層 

--------------------------------------*/
/*  -------------------

projectlist 

-------------------*/
.pagelist_content {
  margin-bottom: 66px;
  width: 66%; }
  .pagelist_content a {
    text-decoration: underline; }
  .pagelist_content p:last-child {
    margin-bottom: 0; }

.pagelist_content_txtsmall {
  font-size: 13px;
  line-height: 22px; }

.project_ul {
  margin: 0 auto;
  width: 680px; }
  .project_ul li {
    margin-bottom: 50px; }
    .project_ul li:last-child {
      margin-bottom: 98px; }
  .project_ul .projectlist_color {
    width: 120px;
    height: 120px;
    overflow: hidden; }
    .project_ul .projectlist_color a {
      border-radius: 50%;
      display: block;
      width: 100%;
      height: 100%; }
  .project_ul .projectlist_textarea {
    width: 540px; }
    .project_ul .projectlist_textarea .projectlist_text span {
      font-style: italic; }
    .project_ul .projectlist_textarea .projectlist_text a {
      display: block; }
      .project_ul .projectlist_textarea .projectlist_text a:hover {
        opacity: 0.7; }
  .project_ul .projectlist_cat {
    color: #035F88;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px; }
    .project_ul .projectlist_cat a {
      color: #035F88;
      margin-right: 5px;
      position: relative; }
      .project_ul .projectlist_cat a:after {
        content: "+";
        color: #035F88;
        margin-left: 5px; }
      .project_ul .projectlist_cat a:hover {
        opacity: 0.6; }
      .project_ul .projectlist_cat a:last-child:after {
        display: none; }
  .project_ul .projectlist_name_ja {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px; }
  .project_ul .projectlist_name_en {
    font-size: 16px;
    line-height: 19px;
    margin: 0; }

/*  -------------------

archive 

-------------------*/
.archive-title {
  margin-bottom: 30px; }

/*  -------------------

projcect 

-------------------*/
.projcect_header {
  width: 31%; }

.project_color {
  border-radius: 50%;
  margin-bottom: 15px;
  width: 20px;
  height: 20px; }

.project_cat {
  color: #035F88;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px; }
  .project_cat a {
    color: #035F88;
    margin-right: 5px;
    position: relative; }
    .project_cat a:after {
      content: "+";
      color: #035F88;
      margin-left: 5px; }
    .project_cat a:hover {
      opacity: 0.6; }
    .project_cat a:last-child:after {
      display: none; }

.project_name_ja {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 30px; }

.project_name_en {
  font-size: 26px;
  line-height: 40px;
  margin: 0; }
  .project_name_en span {
    font-style: italic; }

.project_main_set {
  width: 51%;
  margin-right: 9%; }

.project_main_set .project_top_ph {
  margin-bottom: 80px; }
  .project_main_set .project_top_ph a {
    display: block; }
  .project_main_set .project_top_ph img {
    width: 100%;
    height: auto; }
  .project_main_set .project_top_ph span {
    font-size: 12px; }

.project_details_set {
  border: 1px solid #035F88;
  margin-bottom: 43px;
  padding: 50px 60px; }
  .project_details_set .project_details_tit {
    border-bottom: 1px solid #035F88;
    color: #035F88;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 292px; }
    .project_details_set .project_details_tit.gothic_en, .project_details_set .ftr_nav ul li.project_details_tit, .ftr_nav ul .project_details_set li.project_details_tit, .project_details_set .copyrights_container p.project_details_tit, .copyrights_container .project_details_set p.project_details_tit, .project_details_set .content_tit span.project_details_tit, .content_tit .project_details_set span.project_details_tit, .project_details_set .project_ul .project_details_tit.projectlist_name_en, .project_ul .project_details_set .project_details_tit.projectlist_name_en, .project_details_set .project_details_tit.project_name_en, .project_details_set ul.page-numbers li.project_details_tit, ul.page-numbers .project_details_set li.project_details_tit {
      font-size: 17px; }
  .project_details_set p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 50px; }
    .project_details_set p:last-child {
      margin-bottom: 0; }
  .project_details_set .gothic_en P, .project_details_set .ftr_nav ul li P, .ftr_nav ul .project_details_set li P, .project_details_set .copyrights_container p P, .copyrights_container .project_details_set p P, .project_details_set .content_tit span P, .content_tit .project_details_set span P, .project_details_set .project_ul .projectlist_name_en P, .project_ul .project_details_set .projectlist_name_en P, .project_details_set .project_name_en P, .project_details_set ul.page-numbers li P, ul.page-numbers .project_details_set li P {
    font-size: 17px;
    line-height: 28px; }

.project_ph_set {
  margin-bottom: 140px; }
  .project_ph_set .project_ph_gallery {
    margin-bottom: 52px; }
    .project_ph_set .project_ph_gallery:last-child {
      margin-bottom: 0; }
  .project_ph_set .project_ph_text {
    font-size: 12px;
    margin-bottom: -32px; }
  .project_ph_set a {
    display: block; }
  .project_ph_set img {
    width: 100%;
    height: auto; }

.project_base_container .project_base_title {
  font-size: 14px;
  border-bottom: 1px solid #000;
  padding-right: 50px;
  padding-bottom: 20px;
  margin-bottom: 20px; }
.project_base_container p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 40px; }

/*  -------------------

about 

-------------------*/
.about_tit_area {
  width: 31%; }
  .about_tit_area .about_tit {
    color: #035F88;
    font-size: 20px; }
  .about_tit_area p {
    font-size: 12px; }

.about_content_area {
  width: 51%;
  margin-right: 9%; }
  .about_content_area p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 40px; }
    .about_content_area p.page_text_l_en, .about_content_area p.page_text_en {
      margin-bottom: 1.5em; }

.page_text_l {
  font-size: 18px;
  line-height: 32px; }

.page_text_l_en {
  font-size: 22px;
  line-height: 32px; }

.page_text_en {
  font-size: 17px;
  line-height: 28px; }

.page_text_s {
  font-size: 12px;
  line-height: 27px; }

.page_text_s_en {
  font-size: 14px;
  line-height: 22px; }

.img_about {
  width: 274px;
  height: auto; }

.about_tit_blue {
  align-items: center;
  color: #035F88;
  display: flex;
  font-size: 14px;
  margin-bottom: 30px; }
  .about_tit_blue:after {
    background-color: #035F88;
    content: "";
    display: block;
    flex-grow: 1;
    height: 1px;
    margin-left: 20px; }
  .about_tit_blue span {
    font-size: 20px;
    margin-right: 20px; }

.about_ceo_tit {
  font-size: 12px;
  margin-bottom: 0; }

.about_ceo_tit_en {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 7px; }

.about_ceo_text_ja {
  margin-bottom: 50px; }

/*  -------------------

Art 

-------------------*/
.img_consulting {
  margin: 122px auto 40px;
  width: 520px; }

.art_text_area {
  margin-bottom: 70px; }

/*  -------------------

news 

-------------------*/
.news_tit {
  background: url("../images/news/news_tit.png") center top no-repeat;
  background-size: 53px; }

/* pagenation */
.pagination {
  margin-bottom: 150px; }

ul.page-numbers {
  font-size: 16px;
  text-align: center; }
  ul.page-numbers li {
    color: #000;
    display: inline-block;
    padding: 0;
    margin: 0 5px; }
    ul.page-numbers li span {
      color: #999;
      display: block; }
    ul.page-numbers li a.page-numbers {
      color: #000;
      font-weight: normal;
      line-height: 20px;
      position: relative;
      text-decoration: none !important; }
      ul.page-numbers li a.page-numbers.next, ul.page-numbers li a.page-numbers.prev {
        background-color: transparent; }
        ul.page-numbers li a.page-numbers.next:before, ul.page-numbers li a.page-numbers.prev:before {
          background-color: transparent; }
      ul.page-numbers li a.page-numbers .nextLink {
        background-color: transparent;
        background: url("../images/common/icon_next_arrow.png") center no-repeat;
        background-size: 48px;
        display: block;
        margin-bottom: 3px;
        width: 48px;
        height: 11px; }
      ul.page-numbers li a.page-numbers .prevLink {
        background-color: transparent;
        background: url("../images/common/icon_prev_arrow.png") center no-repeat;
        background-size: 48px;
        float: right;
        margin-bottom: 3px;
        width: 48px;
        height: 11px; }
    ul.page-numbers li:first-child {
      margin-left: 0; }

/* news */
.news_main_set {
  margin-bottom: 80px;
  width: 72%; }
  .news_main_set ul.news_list_set {
    margin-bottom: 70px; }
    .news_main_set ul.news_list_set > li {
      border-bottom: 1px solid #000;
      margin: 0 0 15px;
      padding-bottom: 15px;
      width: 100%; }
      .news_main_set ul.news_list_set > li .news_list_figure {
        float: left;
        line-height: 0;
        margin-bottom: 10px;
        width: 90px; }
        .news_main_set ul.news_list_set > li .news_list_figure a {
          border: 1px solid #000;
          display: block;
          height: auto; }
        .news_main_set ul.news_list_set > li .news_list_figure img {
          width: 100%;
          height: auto; }
      .news_main_set ul.news_list_set > li .news_li_text_area {
        margin-left: 108px; }
    .news_main_set ul.news_list_set .news_li_cat {
      display: flex;
      flex-wrap: wrap; }
      .news_main_set ul.news_list_set .news_li_cat li {
        line-height: 24px;
        margin-right: 2px;
        margin-bottom: 5px; }
        .news_main_set ul.news_list_set .news_li_cat li a {
          border: 1px solid #000;
          border-radius: 3px;
          color: #000;
          font-size: 12px;
          line-height: 18px;
          margin-right: 3px;
          padding: 1px 3px 0; }
  .news_main_set .news_li_day {
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    margin-bottom: 10px;
    letter-spacing: 0; }
  .news_main_set .news_li_tit {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: bold; }
    .news_main_set .news_li_tit a {
      color: #000; }
  .news_main_set .news_li_titset {
    line-height: 14px; }
    .news_main_set .news_li_titset a {
      display: block;
      text-decoration: none; }
    .news_main_set .news_li_titset h2 {
      margin: 0; }
    .news_main_set .news_li_titset p {
      line-height: 26px;
      line-height: 2.6rem;
      margin-bottom: 0; }

.news_aside {
  margin-bottom: 80px;
  width: 21%; }
  .news_aside .widgettitle {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px; }
  .news_aside .sidebar_section {
    border-bottom: 1px solid #DDD;
    margin-bottom: 30px;
    padding-bottom: 30px; }
  .news_aside .sidebar_ul {
    margin-bottom: 0; }
    .news_aside .sidebar_ul li {
      margin-bottom: 15px; }
      .news_aside .sidebar_ul li:last-child {
        margin-bottom: 0; }
    .news_aside .sidebar_ul .sidebar_thumbail {
      border: 1px solid #DDD;
      float: left;
      line-height: 0;
      width: 80px; }
      .news_aside .sidebar_ul .sidebar_thumbail img {
        width: 100%;
        height: auto; }
    .news_aside .sidebar_ul .sidebar_titArea {
      margin-left: 90px; }
      .news_aside .sidebar_ul .sidebar_titArea .sidebar_day {
        color: #999;
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
        margin-bottom: 5px;
        letter-spacing: 0; }
      .news_aside .sidebar_ul .sidebar_titArea .sidebar_tit a {
        color: #000;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 18px;
        line-height: 1.8rem;
        margin-top: 3px; }
    .news_aside .sidebar_ul.sidebar_ul_cat {
      display: flex;
      margin-bottom: 0;
      flex-wrap: wrap; }
      .news_aside .sidebar_ul.sidebar_ul_cat li {
        line-height: 24px;
        margin-right: 5px;
        margin-bottom: 0; }
  .news_aside a.sidebar_news_cat {
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    margin-right: 3px;
    padding: 1px 3px 0; }

/* news detail */
.entry-content .singlelist_tit {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative; }
  .entry-content .singlelist_tit:after {
    background: url("../images/common/img_dot.png") repeat-x;
    background-size: 6px;
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }

.single-content h1 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 36px;
  line-height: 3.6rem;
  margin-bottom: 25px; }
.single-content h2 {
  font-size: 18px;
  font-size: 1.8rem;
  border-left: 2px solid #000;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 15px;
  padding-left: 14px; }
.single-content p {
  margin-bottom: 3em; }
.single-content ul {
  list-style: disc;
  margin-left: 3em; }
.single-content ol {
  margin-left: 3em; }
.single-content ol + h1, .single-content ol + h2, .single-content ul + h1, .single-content ul + h2, .single-content p + h1, .single-content p + h2 {
  margin-top: 30px; }
.single-content a:link, .single-content a:visited {
  text-decoration: underline; }
.single-content a:hover, .single-content a:active {
  text-decoration: none; }

.pagenation_title {
  font-size: 14px;
  line-height: 20px;
  margin: 100px auto 140px;
  width: 223px; }
  .pagenation_title a {
    color: #000;
    text-decoration: none !important; }
  .pagenation_title .pagenation_top {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    z-index: 10; }
  .pagenation_title .pagenation_title_prev {
    width: 48px; }
    .pagenation_title .pagenation_title_prev a {
      color: #000;
      display: block;
      position: relative;
      width: 48px; }
      .pagenation_title .pagenation_title_prev a:after {
        background: url("../images/common/icon_next_arrow.png") center no-repeat;
        background-size: 48px;
        content: "";
        display: block;
        width: 48px;
        height: 11px;
        position: absolute;
        top: -5px;
        right: 0; }
  .pagenation_title .pagenation_title_next {
    width: 48px; }
    .pagenation_title .pagenation_title_next a {
      color: #000;
      display: block;
      position: relative;
      width: 48px; }
      .pagenation_title .pagenation_title_next a:after {
        background: url("../images/common/icon_prev_arrow.png") center no-repeat;
        background-size: 48px;
        content: "";
        display: block;
        width: 48px;
        height: 11px;
        position: absolute;
        top: -5px;
        left: 0; }

/* contact */
.contact_tit {
  background: url("../images/contact/contact_tit.png") center top no-repeat;
  background-size: 92px; }

.contact_container {
  width: 764px;
  margin: 0 auto 100px; }

.contact_dl {
  border-bottom: 1px solid #DDD;
  width: 764px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  padding-bottom: 10px; }
  .contact_dl dt {
    border-top: 1px solid #DDD;
    line-height: 24px;
    clear: both;
    width: 30%;
    line-height: 44px;
    padding: 15px 10px; }
    .contact_dl dt:first-child {
      border-top: none; }
      .contact_dl dt:first-child + dd {
        border-top: none; }
    .contact_dl dt.contact_dt_content {
      align-self: flex-start; }
  .contact_dl dd {
    border-top: 1px solid #DDD;
    width: 70%;
    padding: 15px 10px; }

.must {
  background-color: #FF0000;
  color: #FFF;
  font-size: 12px;
  float: right;
  line-height: 12px;
  margin-top: 10px;
  padding: 3px; }

input[type="text"], textarea {
  border: 1px solid #999999; }

textarea {
  width: 100%;
  height: 160px; }

.mw_wp_form_preview dl {
  border-bottom: 1px solid #DDD; }
  .mw_wp_form_preview dl dt {
    border-top: 1px solid #DDD;
    line-height: 24px; }
  .mw_wp_form_preview dl dd {
    border-top: 1px solid #DDD; }
.mw_wp_form_preview .must {
  margin: 0; }
