@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  min-width: 1000px;
}

.wrap * {
  margin: 0;
  padding: 0;
  font-family: '嗄ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, Verdana, sans-serif;
}
.sp{
  display: none;
}
.main_content {
  background: url("../images/bg-main-content.jpg") center top no-repeat #fff;
  display: block;
  height: 600px;
  position: relative;
  margin: 0 0 30px 0;
}
.main_content--head {
  position: absolute;
  left: 0;
  top: 0;
}
.main_content--foot {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 173px;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 14px 0;
}
.main_content--ttl {
  font-size: 26px;
  margin: 0 0 10px 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.main_content--small{
  font-size: 16px;
  display: block;
}
.main_content--small_topic {
  font-size: 16px;
  display: inline-block;
  margin-top: 3px;
  color: #FFF !important;
  text-decoration: none !important;
}
.main_content--small_topic:hover{
  text-decoration: underline !important;
}
.main_content--cat_list {
  color: #666666;
}
.main_content--cat_item {
  border: 1px solid #666666;
  padding: 1px 8px;
  display: inline-block;
  font-size: 14px;
  background-color: #fff;
  margin-left: 2px;
}
.main_content--cat_item:first-child {
  margin-left: 0px;
}
.main_content--cat_item-attention {
  background-color: #001579;
  color: #fff;
  border-color: #fff;
}
.main_content--cat_item-attention02 {
  background-color: #006837;
  color: #fff;
  border-color: #fff;
}

.cmn-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
}

.news_content {
  margin-bottom: 100px;
}
.news_content--description {
  margin: 0 0 40px 0;
  line-height: 1.8;
}

.topic_box {
  margin: 0 0 45px 0;
}
.topic_box--ttl {
  color: #001579;
  font-size: 24px;
  border-bottom: 1px solid #001579;
  height: 45px;
  line-height: 45px;
  padding: 0 0 0 50px;
  position: relative;
  margin: 0 0 30px 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.topic_box--ttl:before {
  content: "";
  background: url("../images/icon-topic-box-bird.png") no-repeat;
  background-size: cover;
  position: absolute;
  width: 45px;
  height: 56px;
  left: 0;
  top: -10px;
}
.topic_box--ttl:after {
  content: "";
  display: inline-block;
  background: url("../images/icon-topic-box-sine.png") no-repeat;
  background-size: cover;
  width: 70px;
  position: absolute;
  top: -10px;
  margin: 0 0 0 10px;
  height: 56px;
}
.topic_box--topic {
  display: block;
  font-size: 21px;
  margin: 0 0 20px 0;
}
.topic_box--txt{
  max-width: 440px;
}
.topic_box--description {
  line-height: 1.8;
}
.topic_box--description:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: '.';
}
.topic_box--description-bottom_content {
  margin-bottom: 30px;
}
.topic_box--img_box {
  float: right;
  margin: 0 0 0px 50px;
  line-height: 1.2;
}
.topic_box--img_box-uemori{
  margin-bottom: 150px;
}
.topic_box--pic {
  display: block;
  margin: 0 0 10px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}
.topic_box--caption {
  font-size: 14px;
}
.topic_box--caption_txt{
  max-width: 460px;
  line-height: 1.8;
  margin-top: 5px;
  display: block;
  letter-spacing: 0;
}
.topic_box--all_pic {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
}
.topic_box--all_pic-bottom_content {
  margin-bottom: 30px;
}
.topic_box--company_link{
  text-decoration: none !important;
  color: #000 !important;
}
.topic_box--company_link:hover{
  text-decoration: underline !important;
}
.contact_box {
  background-color: #001478;
  padding: 50px 0;
}
.contact_box--ttl{
  display: block;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.contact_box * {
  font-family: '嗄ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, Verdana, sans-serif !important;
}
.contact_box--content {
  max-width: 610px;
  margin: 0 auto;
}
.contact_box label span {
  color: #fff !important;
  font-size: 14px;
}
.contact_box label a {
  color: #fff !important;
}
.contact_box form {
  width: 100% !important;
}
.contact_box input.mktoField.mktoEmailField, .contact_box input.mktoTextField, .contact_box input.mktoTelField, .contact_box textarea, .contact_box select {
  border: 1px solid #f1f1f1;
  width: calc(100% - 160px) !important;
  font-size: 14px;
  padding: 10px !important;
}
.contact_box select {
  height: 40px;
  padding: 0 10px !important;
  background-color: #fff;
  -webkit-appearance: none;
}
.contact_box button {
  background-color: #fff !important;
  color: #666 !important;
  width: 400px;
  height: 40px !important;
  display: block !important;
  margin: 30px auto 0 !important;
}
.contact_box .mktoFormRow {
  margin-top: 15px;
}
.contact_box .mktoFormRow:nth-child(2) {
  margin-top: 0;
}
.contact_box .mktoButtonRow {
  width: 100% !important;
}
.contact_box .mktoButtonWrap.mktoAnimGlow {
  margin-left: 0 !important;
}
.contact_box .mktoFieldWrap.mktoRequiredField {
  width: 600px;
}
.history{
  max-width: 940px;
  margin: 0 auto;
}
.history:after{
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: '.';
}
.history--h2{
  font-size: 31px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 70px;
}
.history--in{
  float: left;
  width: calc(50% - 20px);
  margin: 40px 0 0 40px;
  box-shadow:1px 1px 8px #ccc;
}
.history--in:nth-child(2),
.history--in:nth-child(3){
  margin-top: 0;
}
.history--in:nth-child(2n+2){
  margin-left: 0;
}
.history--link{
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
}
.history--link-smartnews{
  background: url("../images/kyash/img-history-01.jpg") no-repeat;
  background-size: cover;
}
.history--link-rinoberu{
  background: url("../images/kyash/img-history-02.jpg") no-repeat;
  background-size: cover;
}
.history--link-freee{
  background: url("../images/kyash/img-history-03.jpg") no-repeat;
  background-size: cover;
}
.history--link-freee02{
  background: url("../images/kyash/img-history-04.jpg") no-repeat;
  background-size: cover;
}

.history--link:hover .history--case{
  color: #fff;
  background-color: #006993;
}
.history--txt{
  position: absolute;
  bottom: 0;
  left: 0;
  vertical-align: middle;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  color: #FFF;
  height: 56px;
  box-sizing:border-box;
  padding: 4px 0 0 12px;
}
.history--case{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #FFF;
  background-color: #299ed5;
  height: 30px;
  line-height: 30px;
  width: 109px;
  box-sizing: border-box;
  padding-left: 11px;
  font-size: 16px;
  transition:0.15s;

}
.history--case:after{
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 7px;
  width: 7px;
  height: 8px;
  background: url("../images/kyash/img-history-arrow.png") no-repeat;
}
.history--ttl{
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.history--detail{
  overflow: hidden;
  padding: 18px 20px;
}
.history--span{
  float: left;
  margin-right: 5px;
  border: 1px solid #8c8c8c;
  padding: 0 10px;
  font-size: 12px;
}
.history--span-blue{
  background-color: #001579;
  color: #fff;
  border: none;
  margin-left: 10px;
}
.history--span-green{
  background-color: #006837;
  color: #fff;
  border: none;
  margin-left: 10px;
}
.ncms-mod-footer1__info__logo{
  top: 0 !important;
}
.ncms-mod-social-list1>li:nth-child(3){
  width: 58px !important;
}
@media screen and (max-width: 767px){
.ncms-mod-footer1__info__logo{
  margin-top: -40px !important;
  margin-bottom: 10px !important;
}
}
@media (max-width: 425px) {
  body {
    min-width: inherit;
  }
  .sp{
    display: block;
  }
  .ncms-mod-social-list1>li:nth-child(3){
    width:50% !important;
  }
  .cmn-content {
    padding: 0 20px;
  }

  .main_content {
    height: auto;
    background-size:170%;
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
  .main_content--head {
    width: 65px;
  }
  .main_content--content {
    height: 250px;
  }
  .main_content--foot {
    height: auto;
    position: relative;
    background-color: #000;
  }
  .main_content--head {
    left: 20px;
  }
  .main_content--logo {
    max-width: 100%;
    height: auto;
  }
  .main_content--ttl {
    font-size: 18px;
    line-height: 1.5;
  }
  .main_content--small_topic {
    font-size: 12px;
  }
  .main_content--cat_item {
    font-size: 10px;
  }

  .news_content--description {
    line-height: 1.8;
    font-size: 14px;
  }

  .topic_box--ttl {
    font-size: 16px;
    background-size: 30px;
    height: auto;
    line-height: 1.3;
    padding: 10px 0 10px 30px;
  }
  .topic_box--ttl:before {
    width: 22.5px;
    height: 28px;
    top: 5px;
  }
  .topic_box--ttl:after {
    display: none;
  }
  .topic_box--topic {
    font-size: 16px;
  }
  .topic_box--description {
    font-size: 14px;
  }
  .topic_box--img_box {
    margin: 0 auto 20px;
  }
  .topic_box--caption {
    font-size: 12px;
  }
  .topic_box--all_pic-bottom_content {
    margin-bottom: 20px;
  }
  .contact_box_ttl{
    font-size: 18px;
    padding: 0 20px;
  }
  .contact_box {
    padding: 40px 20px;
  }
  .contact_box label {
    margin-bottom: 10px;
    width: auto !important;
  }
  .contact_box input.mktoField.mktoEmailField, .contact_box input.mktoTextField, .contact_box input.mktoTelField, .contact_box textarea, .contact_box select {
    border: 1px solid #f1f1f1;
    width: 100% !important;
    font-size: 14px;
    height: 30px !important;
  }
  .contact_box input, .contact_box select {
    padding: 15px !important;
    font-size: 14px !important;
    width: 100% !important;
  }
  .contact_box select {
    font-size: 14px !important;
    height: inherit !important;
  }
  .contact_box textarea {
    width: 100% !important;
    font-size: 14px !important;
    height: 200px !important;
  }
  .contact_box button {
    width: 100%;
    margin-top: 10px !important;
  }
  .contact_box .mktoFieldWrap.mktoRequiredField {
    width: 100%;
  }
  .contact_box .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
    width: 10px;
    margin: 2px 0 0 10px;
  }
  .history--in{
    width: 100%;
    margin-left: 0;
  }
}

