@charset "utf-8";

/*=====================
基本設定
=====================*/
main {
  width: 100%;
  height: auto;
  margin: 90px auto 240px auto;
  color: #3e271d;
  font-size: 15px;
  font-family: 'メイリオ', sans-serif;
  background-image: url(../images/common/bg_pc.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

h2,
h3,
h4,
h5 {
  line-height: normal;
  margin: 0;
  font-weight: bold;
  font-family: 'メイリオ', sans-serif;
}

h2 {
  font-size: 36px;
  text-align: center;
}

h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 43px;
}

h4 {
  font-size: 22px;
  text-align: center;
}

h5 {
  font-size: 15px;
  margin: 20px 0;
  line-height: 27px;
}

p {
  line-height: 27px;
  font-size: 15px;
}

article {
  width: 720px;
  height: auto;
  margin: 0 auto;
}

/*----------border----------*/
/*タイトル下にある横線*/
hr.border_width {
  width: 50px;
  border-top: 2px solid #00a99d;
  margin: 30px auto;
}

/*タイトル上の上にある縦線*/
hr.border_height_main {
  width: 2px;
  height: 120px;
  background: #00a99d;
  border-style: none;
  margin: 0 auto;
}

/*区切りの横線*/
hr.border_width_sabu {
  width: 720px;
  border-top: 1px solid #998675;
  margin: 44px 0;
}

/*=====================
title
=====================*/
.first_view {
  width: 1080px;
  background-color: rgba(224, 236, 116, 0.08);
  padding: 14px;
  color: #00a99d;
  font-family: 'メイリオ', sans-serif;
  margin: 0 auto;
}

.first_view_english {
  color: #00a99d;
  font-family: 'メイリオ', sans-serif;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
}

.first_view_english_explain {
  color: #00a99d;
  font-family: 'メイリオ', sans-serif;
  text-align: center;
  font-size: 18px;
  margin: 32px auto 21px;
  line-height: 36px;
}

.first_view2 {
  display: flex;
  justify-content: center;
}

.first_view2 img {
  width: 120px;
}

.first_view2 .right {
  align-self: flex-end;
}

.first_view2 .right-sp {
  display: none;
}

.first_view2 .left {
  align-self: flex-start;
}

.first_view2 .left-sp {
  display: none;
}

.first_view2 .center {
  width: 840px;
  text-align: center;
}

.first_view2 .center h2 {
  font-size: 36px;
  margin: 30px auto 18px;
}

/*----------nav----------*/
/*Company contents*/
.company_profile_overview_blue {
  width: 1080px;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.company_profile_overview_blue a {
  text-decoration: none;
}

hr.company_profile_vertical_blue {
  width: 2px;
  height: 80px;
  text-align: center;
  margin: 20px auto -130px;
  border-style: none;
  border-radius: 50px;
  background-color: #00a99d;

}

p.english_blue {
  font-size: 24px;
  text-align: center;
  margin: auto;
  font-family: 'メイリオ', sans-serif;
  color: #00a99d;
  padding-bottom: 26px;
}

.company_profile_overview_blue .flex2 {
  display: flex;
  margin: 0;
  width: 1080px;
  height: 50px;
  padding: 0;
  background: none;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  list-style-type: none;
}

.company_profile_overview_blue .flex2 li {
  background: #00a99d;
  color: #fff;
  line-height: 36px;
  border: solid #00A99D 2px;
}

.company_profile_overview_blue .flex2 li:hover {
  border: solid #00A99D 2px;
  background: #fff;
  color: #00A99D;
  line-height: 36px;
}

.nav_box1 {
  width: 250px;
}

.nav_box2 {
  width: 330px;
}

.nav_box3 {
  width: 400px;
}

/*=====================
section
=====================*/

.section1 {
  margin-top: 30px;
  margin-bottom: 100px;
}

.section2 {
  margin-bottom: 100px;
}

.section3 {
  margin-top: 30px;
}

.section3 p {
  margin: 28px 0;
}

.section1 ol {
  font-weight: bold;
  margin-left: 40px;
}

.section2 ol {
  /*font-weight: bold;*/
}

ol li {
  padding-left: 0;
}

ul {
  list-style-type: disc;
}

ul li {
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 20px;
  padding-left: 0;
}

 .adge_list {
  margin-left: 60px;
 }

.text_normar {
  font-weight: normal;
}

.text_top {
  margin: 0;
}

.line-spacing {
  margin-top: 26px;
}

.font_title {
  font-size: 18px;
  font-weight: bold;
}

.content_box {
  width: 720px;
  height: auto;
  border: 1px solid #998675;
  margin-top: 44px;
  padding: 28px;
}

.content_box2 {
  width: 720px;
  height: auto;
  border: 1px solid #998675;
  margin-top: 44px;
  padding: 28px;
}

.content_box2 p {
  margin: 0;
}

.content_box3 {
  width: 720px;
  height: auto;
  border: 1px solid #998675;
  margin-top: 20px;
  padding: 28px;
}

.content_box3 p {
  margin: 0;
}

.content_top {
  font-size: 20px;
}

.content_top2 {
  font-size: 20px;
}

.content_top_font {
  font-weight: bold;
}


.content_top-sp {
  display: none;
}

.content_box_font-sp {
  display: none;
}

.content_box2_font-sp {
  display: none;
}

.content_top2_font-sp {
  display: none;
}

/*=====================
レスポンシブ
=====================*/
/*----------width1080px以下でスマホ版へ----------*/
@media screen and (max-width:1080px) {

  /*ファーストビュー*/
  .first_view {
    width: 94%;
    margin: 0 3% 0 3%;
    margin-bottom: 6px;
  }

  .width1280 {
    width: 100%;
    max-width: 100%;
    min-width: 0%;
  }

  .width1080 {
    width: 100%;
    max-width: 100%;
    min-width: 0%;
  }

  .first_view2 .center {
    width: 100%;
  }

  .first_view2 .center p.first_view_english_explain {
    text-align: left;
  display: inline-block;
  }

  .first_view2 .center br {
    display: none;
  }

  .first_view2 {
    display: block;
    padding: 10px;
  }

  .first_view2 .left {
    display: none;
  }

  .first_view2 .left-sp {
    display: block;
  }

  .first_view2 .right {
    display: none;
  }

  .first_view2 .right-sp {
    display: block;
    text-align: right;
  }

  .first_view2 img {
    width: 60px;
    height: 60px;
  }

  .first_view2 .center h2 {
    font-size: 28px;
    padding-bottom: 10px;
    margin: 0 auto;
  }

  .first_view_english {
    font-size: 18px;
  }

  .first_view_english_explain {
    font-size: 16px;
    margin: 0 auto 0;
    line-height: 32px;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }


  /*----------ナビ----------*/
  .company_profile_overview_blue {
    width: 100%;
  }

  .company_profile_overview_blue .flex2 {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .company_profile_overview_blue .flex2 a {
    width: 100%;
  }

  .company_profile_overview_blue .flex2 a:last-child {
    float: left;
  }

  .company_profile_overview_blue .flex2 li {
    width: 94%;
  }

  hr.company_profile_vertical_blue {
    margin: 0 auto;
    height: 36px;
  }

  .company_profile_overview_blue {
    margin: 0;
    padding: 0;
  }

  .padding20 {
    padding: 20px 0 10px !important;
  }

  p.english_blue {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .company_profile_overview_blue ul li {
    margin: 10px 3% 0px;
  }

  /*----------section----------*/

  main {
    width: 100%;
    font-size: 14px;
    margin-bottom: 80px;
    margin-top: 50px;

    background-image: url(../images/common/sp_bg.png);
    background-repeat: repeat-y;
    background-size: 100% auto;

  }

  article {
    width: 100%;
    padding: 0 3%;
    margin-top: 16px;
  }

  h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }

  .h3 {
    margin-bottom: 40px;
  }

  h5 {
    font-size: 14px;
  }

  p {
    line-height: 24px;
    font-size: 14px;
  }

  .section1 {
    margin-top: 10px;
    margin-bottom: 90px
  }

  .section2 {
    margin-bottom: 40px;
  }

  .section2 ol {
    margin-left: 40px;
  }

  .section3 p {
    margin: 30px 0;
  }

  .line-spacing {
    margin-top: 30px;
  }

  .font_title {
    font-size: 16px;
  }

  ul li {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .text_normar li {
    margin: 20px 0;
  }

  /*----------border----------*/
  /*タイトル下にある横線*/
  hr.border_width {
    margin: 20px auto;
  }

  /*区切りの横線*/
  hr.border_width_sabu {
    width: 100%;
    margin: 40px 0;
  }

  /*タイトル上の上にある縦線*/
  hr.border_height_main {
    height: 70px;
  }

  .content_box {
    width: 100%;
    margin-top: 40px;
    padding: 3%;
  }

  .content_box2 {
    width: 100%;
    margin-top: 40px;
    padding: 3%;
  }

  .content_box2 p {
    margin: 0;
  }

  .content_box2 h5 {
    line-height: 24px;
  }

  .content_box3 {
    width: 100%;
    margin-top: 16px;
    padding: 3%;
  }

  .content_box3 p {
    margin: 0;
  }

  .content_box3 h5 {
    line-height: 24px;
  }

  .content_top_font {
    font-size: 18px;
  }

  .content_top {
    display: none;
  }

  .content_top-sp {
    display: block;
    font-size: 16px;
    line-height: 28px;
  }

  .content_box_font {
    display: none;
  }

  .content_box_font-sp {
    display: block;
  }

  .content_top2 {
    font-size: 16px;
    line-height: normal;
  }

  .content_box2_font {
    display: none;
  }

  .content_box2_font-sp {
    display: block;
  }

.content_top2_font {
  display: none;
}

.content_top2_font-sp {
  display: block;
}

}
