/* Scss Document */
/* Scss Document */
#key {
  background: url(../img/reform/key_bg.jpg) no-repeat center/cover; }

h3 {
  text-align: center;
  font-size: 20px;
  color: #4a2b0c;
  font-family: kozuka_H;
  letter-spacing: 0.5px;
  margin-bottom: 50px; }
  h3 span:before {
    content: url(../img/news/icon_home.jpg);
    position: relative;
    top: 2px;
    margin-right: 10px; }
  h3 span {
    position: relative; }
  h3 span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #4a2b0c;
    left: 0;
    bottom: -10px;
    position: absolute; }

h4 {
  font-size: 18px;
  font-family: kozuka_H;
  color: #2f2f2f;
  margin-bottom: 13px; }

.bg1 {
  background: #f0f0f0; }

.linkOut {
  position: relative; }
  .linkOut:after {
    content: "";
    background: url(../img/shared/icon_link_3a.png) no-repeat center/100% 100%;
    width: 15px;
    height: 13px;
    bottom: 10px;
    right: 10px;
    position: absolute; }

.linkOut2 {
  position: relative; }
  .linkOut2:after {
    content: "";
    background: url(../img/reform/icon_link_a6.jpg) no-repeat center/100% 100%;
    width: 12px;
    height: 10px;
    bottom: 4px;
    right: 4px;
    position: absolute; }

#sec1 {
  padding: 100px 0 50px 0; }

#sec2 {
  padding-bottom: 60px; }

.item {
  width: 49%;
  margin-bottom: 20px; }

.item2 {
  float: left;
  width: 32%;
  margin-bottom: 20px;
  height: 95px;
  position: relative; }
  .item2 + .item2 {
    margin-left: 2%;
    text-align: center; }
  .item2 .sec2_txt {
    height: 100%;
    line-height: 18px;
    font-size: 15px;
    font-family: kozuka_B;
    position: relative; }
    .item2 .sec2_txt span {
      width: 100%;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-48%);
      display: block; }
  .item2:nth-child(1) .sec2_txt span {
    width: calc(80% - 45px);
    box-sizing: border-box; }
    .item2:nth-child(1) .sec2_txt span:before {
      content: url(../img/reform/reform_icon1.png);
      height: 32px;
      position: absolute;
      top: 0;
      left: -45px; }

#sec3 ul {
  padding-bottom: 30px; }
#sec3 li {
  margin-bottom: 20px;
  float: left;
  width: 15.65%;
  margin-left: 1%;
  height: 52px;
  border: 1px solid #9f9f9f;
  text-align: center;
  box-sizing: border-box; }
  #sec3 li a {
    display: block;
    height: 52px;
    position: relative; }
    #sec3 li a:hover {
      text-decoration: none; }
  #sec3 li .li_txt {
    font-size: 13px;
    line-height: 16px;
    font-family: kozuka_M;
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    transform: translateY(-48%); }
  #sec3 li:nth-child(6n+1) {
    margin-left: 0; }

@media only screen and (max-width: 1080px) {
  .item2:nth-child(1) .sec2_txt span {
    width: calc(85% - 45px); }

  #sec3 li {
    width: 19.2%; }
    #sec3 li:nth-child(6n+1) {
      margin-left: 1%; }
    #sec3 li:nth-child(5n+1) {
      margin-left: 0; } }
@media only screen and (max-width: 960px) {
  .item2:nth-child(1) .sec2_txt span {
    width: calc(96% - 45px); } }
@media only screen and (max-width: 768px) {
  .item .sec2_txt {
    font-size: 20px; }

  .item2 {
    width: 100%;
    margin: 0 0 20px 0 !important; }
    .item2:nth-child(1) .sec2_txt span {
      width: auto;
      min-width: 201px;
      right: 50%;
      transform: translate(50%, -50%);
      padding-left: 45px; }
      .item2:nth-child(1) .sec2_txt span:before {
        left: 0; }

  #sec3 li {
    margin-bottom: 10px;
    width: 32.6%; }
    #sec3 li:nth-child(5n+1) {
      margin-left: 1%; }
    #sec3 li:nth-child(3n+1) {
      margin-left: 0; } }
@media only screen and (max-width: 640px) {
  .item .sec2_txt {
    font-size: 18px;
    line-height: 1.5em; }
    .item .sec2_txt span {
      display: block;
      line-height: 1.5em; } }
@media only screen and (max-width: 475px) {
  #sec3 li {
    width: 49%;
    margin-left: 0 !important; }
    #sec3 li:nth-child(even) {
      float: right; }
    #sec3 li:nth-child(odd) {
      float: left; } }
