﻿@charset "utf-8";

/**************************
多言語 静的ページのみに対応
***************************/

body.ko_ { font-family:"MalgunGothic","sans-serif" !important; }
body.zh_tw_ { font-family:"PMingLiU","Microsoft Yahei","PingHei,sans-serif" !important; }
body.zh_cn_ { font-family:"MicrosoftYahei","PingHei" ,"sans-serif" !important; }
body.vi_ { font-family: "Noto Sans","sans-serif" !important; }


/******************************************* レスポンシブ *****************************************************************/

#header .content .free {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}
.hdWrap {
/*  height: 110px !important;*/
  box-sizing: border-box;
}
.h1Wrap h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.headingSecondly, .headingSecondly-r {
  text-align: center;
}

#headContent .free div.top_img_rap {
  clear: both;
  margin: 0 auto;
  max-width: initial;
  overflow: hidden;
}
#headContent .free div.top_img_rap img {
  max-width: initial;
}

#main .content {
  max-width: initial !important;
}

#main div.content div#bottomContent {
  max-width: 1000px;
  margin: auto;
  border-radius: 0;
  padding: 4% 3% 3% !important;
}

#bottomContent div.freeHead div.stf_itv_rap div.st_name {
  font-weight: normal;
  color: #333;
  border-bottom: 2px solid #0e5025;
  padding-bottom: 0.8em;
  margin: 2%;
}
#bottomContent div.freeHead div.stf_itv_rap dl dt {
  border-bottom: none;
  font-size: 22px;
  color: #0a6535;
  margin-bottom: 1%;
  position: relative;
}
#bottomContent div.freeHead div.stf_itv_rap dl dt:after {
  content: none;
}
#bottomContent div.freeHead div.stf_itv_rap dl dt.ttl_red {
  color: #ee3e46;
}


@media screen and (max-width: 1000px) {
  #main .content {
    width: 100% !important;
    padding: 0;
  }
  #main div.content div#bottomContent {
    width: 94% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #bottomContent .freeHead .stf_itv_rap .st_name{
    margin:2% 2% 5%;
  }
  #bottomContent .freeHead .stf_itv_rap dl dt span{
    padding-bottom:8px;
  }
  #bottomContent .freeHead .stf_itv_rap dl dd .right_img{
    margin:2% 0 5%;
  }
  #bottomContent .freeHead .stf_itv_rap dl dd{
    margin-bottom:5%;
  }
  #bottomContent .freeHead .stf_itv_rap dl dd p{
    margin:5% 0 0;
  }
  #bottomContent .freeHead .stf_itv_rap dl dt span{
    margin:0 0 5%;
  }
  #bottomContent div.freeHead div.stf_itv_rap dl dd:nth-of-type(3) {
    margin-bottom: 5%;
  }
}

