@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
  font-size: 62.5%;
}
body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #313131;
  font-family:
    "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica,
    sans-serif;
  -webkit-text-size-adjust: none;
}
table {
  line-height: 1.6;
}
a {
  color: #987800;
}
a:link,
a:visited {
  text-decoration: underline;
}
a:hover,
a:active {
  text-decoration: none;
}
label {
  cursor: pointer;
}

/*---------------------------------------------
index
---------------------------------------------*/
.og_logo {
  float: left;
  margin: 0px 10px 10px 0;
}

.og_logo img {
  width: 300px;
}

.text_box00 {
  float: left;
  width: 640px;
}

.text_box00 img {
  width: 170px;
  height: 160px;
}

.text_top_area {
  border-bottom: solid 1px #f39801;
}

.text_top_area .main_copy {
  float: left;
  width: 455px;
  margin-right: 14px;
}

.text_top_area .main_copy span {
  font-size: 115%;
  font-weight: 600;
  color: #f39800;
  display: block;
  margin-bottom: 10px;
}

.text_top_area img {
  border-left: solid 1px #f39801;
}

.text_bot_area .business {
  float: right;
}

.text_bot_area ul {
  list-style-type: none;
  width: 200px;
}

.text_bot_area ul li {
  background-image: url(../img/ico.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 1em;
  margin-left: -2em;
  line-height: 200%;
}

.text_bot_area img {
  float: right;
  border-left: solid 1px #f39801;
  border-right: solid 1px #f39801;
}

.text_bot_area .overview {
  float: left;
}

.box2021contents {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.box2021contents .phbox {
  width: 50%;
  text-align: center;
}
.box2021contents .phbox img {
  width: 70%;
  height: auto;
}

.box2021contents .text2021 {
  width: 47%;
}
.box2021contents .text2021 h2 {
  color: #f39800;
  font-weight: 900;
  font-size: 2rem;
  margin: 15px 0 5px 0;
}
.box2021contents .text2021 p {
  font-size: 1.4rem;
}
.box2021contents .text2021 p.main_copy {
  margin: 0 0 20px 0;
}
.box2021contents .text2021 .boxinfomationboxnew02 p {
  margin: 0;
}

.text2021_01 {
  width: 80%;
  margin: 15px auto;
}

.text2021_01 table {
  width: 100%;
}
.text2021_01 table th,
.text2021_01 table td {
  border-bottom: 1px solid #b5b5b6;
  border-collapse: collapse;
  padding: 5px;
  font-weight: normal;
  text-align: left;
}

.text2021_02 h4 {
  font-size: 1.8rem;
  font-weight: normal;
}
.text2021_02 span {
  font-size: 1.8rem;
  color: #b5b5b6;
  margin-right: 10px;
}
.text2021_02 h4 {
  border-bottom: 1px solid #f39800;
}

.boxinfomationboxnew {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.boxinfomationboxnew02 {
  width: 100%;
  margin: 0 auto;
}
.boxinfomationboxnew02 h3 {
  margin: 10px 0 3px 0;
}
.textcopy456 {
}

#foot {
  border-top: 1px solid #ccc;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
#foot .clearfix {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#foot #copyright {
  text-align: center;
  margin: 20px 0;
  padding: 0;
}
#foot #address {
  margin: 0;
  padding: 0;
  line-height: 150%;
}
#foot #inquiry {
  margin: 0;
  padding: 0;
  text-align: right;
}

#nav_top {
}

.info {
  border: 1px solid #f39801;
  padding: 5px 10px;
  margin: 10px auto;
  width: 80%;
}

.info.f02 {
  border: 1px solid #f39801;
  padding: 5px 10px;
  margin: 10px 0;
  width: 100%;
}

.info .copyinfo {
  margin-left: 1em;
}
.info .btn456 a {
  font-size: 14px;
  margin-left: 1em;
  margin-right: 1em;
  display: block;
  text-align: center;
  padding: 5px;
  background-color: #f39801;
  color: #fff;
  font-weight: 900;
}

.text2021_01 ul,
.text2021_02 ul {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.text2021_01 p,
.text2021_02 p {
  font-weight: 900;
}

.mt10 {
  margin-top: 10px !important;
}
.fwb {
  font-weight: 900 !important;
}

@media screen and (max-width: 680px) {
  img {
    max-width: 100%;
    height: auto;
  }

  html {
    min-width: 100%;
  }

  /*---------------------------------------------
	index
	---------------------------------------------*/
  .og_logo {
    float: none;
  }

  .og_logo img {
    width: 100%;
    margin: 0 auto;
  }

  .text_box00 {
    float: none;
    width: 100%;
  }

  .text_box00 img {
    width: 100%;
    height: auto;
  }

  .text_top_area {
    border-bottom: none;
  }

  .text_top_area .main_copy {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .text_top_area img {
    border-left: none;
  }

  .text_bot_area .business {
    float: none;
  }

  .text_box00 .text_bot_area ul {
    list-style-type: none;
    width: 90%;
  }

  .text_box00 .text_bot_area ul li {
    background-image: url(../img/ico.gif);
    background-repeat: no-repeat;
    background-position: left 12px;
    padding-left: 1em;
    margin-left: -2em;
    line-height: 300%;
  }

  .text_bot_area img {
    float: none;
    border-left: none;
    border-right: none;
  }

  .text_bot_area .overview {
    float: left;
  }

  .box2021contents {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .box2021contents .phbox {
    width: 100%;
  }

  .box2021contents .phbox img {
    width: 100%;
    height: auto;
  }
  .box2021contents .text2021 {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .boxinfomationboxnew {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .textcopy456 {
    text-align: left;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .info .btn456 a {
    text-align: left;
    text-indent: -1em;
    padding-left: 1.5em;
  }

  #foot #copyright {
    text-align: left;
    margin-top: 15px;
  }

  #foot .fl {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  #foot .fr {
    float: none;
  }

  #foot #inquiry {
    text-align: center;
  }
}
