@charset "utf-8";
/***** base style *****/
body {
  color: #000;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
}
a {
  color: #000;
  text-decoration: none;
}
/*
a:hover {
	color:#d70c19;
}
*/
.open_sans_300 {
  font-family: 'Open Sans', Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}
.open_sans_400 {
  font-family: 'Open Sans', Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
.open_sans_600 {
  font-family: 'Open Sans', Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
.open_sans_700 {
  font-family: 'Open Sans', Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
.open_sans_800 {
  font-family: 'Open Sans', Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
}
#wrapper {}
/* sidemenu
=====================*/
#sidemenu {
  display: none;
}
/* main
=====================*/
#main {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  /*padding-top: 7.32064vw;*/
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 9.22064vw;
}
}
/******* content *******/
.btn {
  display: block;
  background: #fff;
  width: 343px;
  height: 38px;
  margin: 0 auto;
  border: 1px solid #c9c9c9;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
}
a.btn:hover {
  background: #e9e9e9;
}
.btn_arrow {
  position: relative;
  background: #fcfcfc;
}
.btn_arrow:before {
  content: "";
  display: inline-block;
  color: #d70c19;
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -10px;
}
.btn_arrow_left {
  position: relative;
}
.btn_arrow_left:before {
  content: "";
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -10px;
}
.view_more {
  font-size: 16px;
}
.view_more .fa {
  padding-right: 7px;
  font-size: 14px;
}
.btn_buy {
  background: #d70c19;
  border-color: #d70c19;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.btn_buy:before {
  color: #fff;
}
a.btn_buy:hover {
  background: #FFF;
  color: #d70c19;
}
a.btn_buy:hover:before {
  color: #d70c19;
}
/* article
=====================*/
.content {
  width: 980px;
  margin: 0 auto 56px;
  padding-top: 24px;
  min-height: 400px;
}
.content>h1 {
  margin-bottom: 25px;
  font-size: 24px;
}
.content>h1.border {
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
}
.content>h1.font_jp {
  font-size: 20px;
}
.content>h1 .sub {
  padding-left: 14px;
  font-size: 18px;
}
.content>h1 .kana {
  padding-left: 14px;
  font-size: 14px;
}
.content>h1 .bottom {
  display: block;
  padding-top: 7px;
  font-size: 18px;
}
.content>section>h1,
.content section>h1.subhead {
  position: relative;
  padding-left: 21px;
  margin-bottom: 28px;
  font-size: 20px;
}
.content>section>h1:before,
.content section>h1.subhead:before {
  content: "";
  display: block;
  background: #d70c19;
  width: 7px;
  height: 2px;
  position: absolute;
  top: 3px;
  left: 0;
}
.content>section>h1.font_jp,
.content section>h1.subhead.font_jp {
  font-size: 18px;
}
.content>section>h1.font_jp:before,
.content section>h1.subhead.font_jp:before {
  top: 1px;
}
.content>section>h1 .sub {
  padding-left: 14px;
  font-size: 14px;
}
.content>section>h1 .bottom {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.3;
}
.btn_box {
  margin-top: 56px;
}
.jsBorderLink a .img {
  position: relative;
}
.jsBorderLink a .cover,
.jsBoxLink a .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 solid #d70c19;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jsBorderLink a .cover.s4,
.jsBoxLink a .cover.s4 {
  border-width: 4px;
}
/******* list_index *******/
/* .list_index
=====================*/
.list_index {}
.list_index li {
  float: left;
  width: 476px;
  padding-right: 28px;
}
.list_index li:nth-of-type(n+3) {
  padding-top: 28px;
}
.list_index li:nth-of-type(2n) {
  padding-right: 0;
}
.list_index li a {
  display: block;
  background: #fcfcfc;
  padding: 60px 28px;
  border: 1px solid #c9c9c9;
}
.list_index li a:hover {
  background: #e9e9e9;
}
.list_index li .title {
  display: block;
  font-size: 20px;
}
.list_index li .sub {
  display: block;
  margin-top: 14px;
  margin-bottom: 2px;
  font-size: 11px;
}
.list_index li .btn_arrow:before {
  color: #d70c19;
  font-size: 24px;
  right: 28px;
  margin-top: -13px;
}
/* .link_list
=====================*/
.link_list {}
.link_list li:nth-of-type(2n+1) {
  float: left;
}
.link_list li:nth-of-type(2n) {
  float: right;
}
.link_list li {
  padding: 0 0 28px 0;
}
.link_list li a {
  display: block;
  width: 476px;
  position: relative;
}
.link_list li .ttl {
  background: #e9e9e9;
  padding: 14px;
}
.link_list li .ttl p {}
.link_list li .ttl p:nth-of-type(1) {
  font-size: 20px;
  padding-bottom: 7px;
}
.link_list li .ttl p:nth-of-type(2) {}
/******* footer *******/
/* footer
=====================*/
footer {}
.footer_upper {
  width: 980px;
  margin: 0 auto;
}
.footer_upper .breadcrumb {
  float: left;
  font-size: 12px;
  padding-top: 23px;
}
.footer_upper .breadcrumb li {
  display: inline;
}
.footer_upper .breadcrumb li .fa-home {
  font-size: 14px;
}
.footer_upper .breadcrumb li .fa-angle-right {
  padding: 0 7px;
}
.footer_upper .pagetop {
  float: right;
}
.footer_upper .pagetop a {
  color: #fff;
  display: block;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  background: #d70c19;
}
/* footer サイトマップ
=====================*/
.footer_sitemap {
  background: #000;
  overflow: hidden;
  width: 100%;
}
.footer_sitemap .pc_in {
  display: block;
}
.footer_sitemap .sp_in {
  display: none;
}
.footer_sitemap .check_js {
  width: 1px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .check_js {
    width: 4px;
    height: 1px;
  }
}
.footer_sitemap .inner {
  /*width: 100%;*/
  width: 980px;
  margin: 0 auto;
  padding: 55px 0 10px 0;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner {
    width: 100%;
    padding: 10px 20px 20px;
  }
}
.footer_sitemap .inner .list_box {
  float: left;
  box-sizing: border-box;
}
.footer_sitemap .inner .list_box:first-child {
  width: 100%;
  max-width: 390px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box:first-child {
    max-width: none;
  }
}
.footer_sitemap .inner .list_box:first-child dl dd {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box:first-child dl dd {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
.footer_sitemap .inner .list_box:first-child dl dd ul {
  float: left;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box:first-child dl dd ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box:first-child dl dd ul:first-of-type {
    margin-bottom: 14px;
  }
}
.footer_sitemap .inner .list_box:nth-child(2n) {
  width: 100%;
  max-width: 195px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box:nth-child(2n) {
    max-width: none;
    padding-left: 0;
  }
}
.footer_sitemap .inner .list_box:nth-child(3n) {
  width: 100%;
  max-width: 195px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box:nth-child(3n) {
    max-width: none;
    padding-left: 0;
  }
}
.footer_sitemap .inner .list_box:nth-child(4n) {
  width: 100%;
  max-width: 195px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box:nth-child(4n) {
    max-width: none;
    padding-left: 0;
  }
}
.footer_sitemap .inner .list_box.ones {
  min-height: initial;
  min-height: auto;
}
.footer_sitemap .inner .list_box .brand_link {
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 50px;
}
.footer_sitemap .inner .list_box .brand_link a i {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box .brand_link {
    margin: 0;
    font-size: 14px;
  }
  .footer_sitemap .inner .list_box .brand_link a {
    position: relative;
    display: block;
    padding: 19px 0 20px;
    border-bottom: 1px solid #444;
  }
  .footer_sitemap .inner .list_box .brand_link a i {
    display: block;
    float: right;
    font-size: 25px;
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box .brand_link a:after {
    position: absolute;
    top: 21px;
    right: 0;
    z-index: 2;
  }
}
.footer_sitemap .inner .list_box .brand_link a {
  color: #fff;
}
.footer_sitemap .inner .list_box .accordion_sp {
  font-size: 12px;
}
.footer_sitemap .inner .list_box .accordion_sp dt {
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box .accordion_sp dt {
    padding: 19px 0 20px;
    border-bottom: 1px solid #444;
    font-size: 14px;
  }
  .footer_sitemap .inner .list_box .accordion_sp dt:after {
    position: absolute;
    top: 21px;
    right: 0;
    z-index: 2;
    width: 12px;
    height: 12px;
    background: url(/fr/images/common/icon/icon_plus.png) no-repeat;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    background-size: 12px 12px;
    content: '';
    -ms-background-size: 12px 12px;
  }
  .footer_sitemap .inner .list_box .accordion_sp dt.open {
    border-bottom: none;
  }
  .footer_sitemap .inner .list_box .accordion_sp dt.open:after {
    position: absolute;
    top: 21px;
    right: 0;
    z-index: 2;
    width: 12px;
    height: 12px;
    background: url(/fr/images/common/icon/icon_minus.png) no-repeat;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    background-size: 12px 12px;
    content: '';
    -ms-background-size: 12px 12px;
  }
}
.footer_sitemap .inner .list_box .accordion_sp dt a {
  position: relative;
  color: #000;
}
.footer_sitemap .inner .list_box .accordion_sp dd {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box .accordion_sp dd {
    display: none;
    margin-bottom: 0;
  }
  .footer_sitemap .inner .list_box .accordion_sp dd.open {
    border-bottom: 1px solid #444;
  }
}
.footer_sitemap .inner .list_box .accordion_sp dd p {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 14px;
  padding-left: 13px;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box .accordion_sp dd p {
    margin-top: 0px;
  }
}
.footer_sitemap .inner .list_box .accordion_sp dd p:before {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
  line-height: 1;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  content: 'ー';
}
.footer_sitemap .inner .list_box .accordion_sp dd p:last-of-type {
  margin-top: 0;
  padding-top: 40px;
}
.footer_sitemap .inner .list_box .accordion_sp dd p:last-of-type:before {
  top: inherit;
  bottom: 0px;
}
.footer_sitemap .inner .list_box .accordion_sp dd ul {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box .accordion_sp dd ul {
    margin: 0 0 30px;
    white-space: nowrap;
  }
}
.footer_sitemap .inner .list_box .accordion_sp dd ul li {
  margin-bottom: 14px;
  line-height: 1;
  font-size: 100%;
  color: #fff;
}
.footer_sitemap .inner .list_box .accordion_sp dd ul li:last-child {
  margin-bottom: 0;
}
.footer_sitemap .inner .list_box .accordion_sp dd ul li a {
  color: #fff;
}
.footer_sitemap .inner .list_box .window_icon:after {
  position: absolute;
  top: 1px;
  right: -20px;
  z-index: 2;
  width: 14px;
  height: 14px;
  background: url(/fr/images/common/icon_top_mini_window.png) no-repeat;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  -o-background-size: 14px 14px;
  background-size: 14px 14px;
  content: '';
  -ms-background-size: 14px 14px;
}
.footer_sitemap .inner .list_box .sttl {
  margin: 0 0 18px;
  line-height: 1;
  font-weight: bold;
  font-size: 129%;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box .sttl {
    margin: 0;
    font-size: 94%;
  }
}
.footer_sitemap .inner .list_box .sttl a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer_sitemap .inner .list_box .sttl a {
    display: block;
    padding: 19px 0 20px;
    border-bottom: 1px solid #ccc;
  }
}
.footer_sitemap .inner .list_box .sttl.last a {
  border-bottom: none;
}
footer .footer_banner {
  background: #232323;
}
footer .footer_banner ul {
  width: 980px;
  margin: 0 auto;
  padding: 28px 0;
}
footer .footer_banner ul li {
  float: left;
  padding-right: 28px;
}
footer .footer_banner ul li:nth-of-type(4n) {
  padding-right: 0;
}
footer .footer_banner ul li:nth-of-type(n+5) {
  padding-top: 28px;
}
footer .footer_lower {
  background: #000;
  color: #fff;
}
footer .footer_lower .inner {
  width: 980px;
  margin: 0 auto;
  padding: 14px 0;
}
footer .footer_lower .sns {
  float: left;
}
footer .footer_lower .sns dl dt,
footer .footer_lower .sns dl dd {
  float: left;
  padding-right: 14px;
  height: 24px;
  line-height: 24px;
}
footer .footer_lower .sns dl dt {
  font-size: 12px;
}
footer .footer_lower .sns dl dd {
  font-size: 24px;
}
footer .footer_lower .sns dl dd a {
  color: #fff;
}
footer .footer_lower .language {
  float: right;
}
footer .footer_lower .language a {
  display: block;
  color: #fff;
  background: #2d2d2d;
  width: 100px;
  height: 24px;
}
footer .footer_lower .language a:hover {
  background: #414141;
}
footer .footer_lower .language div {
  float: right;
  line-height: 1;
  width: 100px;
  position: relative;
}
footer .footer_lower .language div ul {
  position: absolute;
  bottom: 24px;
  display: none;
}
footer .footer_lower .language div ul li {
  border-bottom: 1px solid #414141;
}
footer .footer_lower .language div .language_flag {
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  font-size: 11px;
  line-height: 24px;
}
footer .footer_lower .language div .language_flag img {
  padding-right: 5px;
  vertical-align: middle;
}
footer .footer_lower .language div .language_arrow {
  float: right;
  display: inline-block;
  background: #414141;
  width: 24px;
  height: 24px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
}
footer .footer_lower .language div a:hover .language_arrow {
  background: #555;
}
footer .footer_lower .language p {
  float: left;
  height: 24px;
  padding-right: 14px;
  font-size: 10px;
  line-height: 24px;
}
/******* not_found *******/
.not_found p {
  line-height: 1.8;
  margin-bottom: 28px;
}
.not_found p a {
  text-decoration: underline;
}
.not_found p a:hover {
  color: #d70c19;
}
@media screen and (max-width:768px) {
  img {
    max-width: 100%;
    height: auto;
  }
  body {}
  body.android,
  body.menu_opened {
    background-color: #363636;
  }
  #wrapper {
    overflow: hidden;
  }
  #main {
    width: 100%;
    margin-top: 45px;
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }
  body.menu_opened #main {
    margin-left: 274px;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  /******* sidemenu *******/
  /*sidemenu
	================*/
  #sidemenu .btn_arrow:before {
    color: #d70c19;
    right: 10px;
  }
  #sidemenu {
    display: block;
    position: absolute;
    width: 274px;
    background-color: #363636;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #sidemenu .inner {
    margin-top: 45px;
  }
  #sidemenu_link dt {
    border-bottom: 1px solid #363636;
  }
  #sidemenu_link dt a {
    display: block;
    background: #000;
    padding: 15px 25px 15px 10px;
    color: #fff;
    font-size: 16px;
  }
  #sidemenu_link dd {}
  #sidemenu_link dd ul {}
  #sidemenu_link dd ul li {
    border-bottom: 1px solid #363636;
  }
  #sidemenu_link dd ul li a {
    display: block;
    background: #232323;
    padding: 15px 25px 15px 20px;
    color: #fff;
  }
  #sidemenu_link dd ul li p {
    font-size: 14px;
    position: relative;
  }
  #sidemenu_link dd ul li p span {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 9px;
    margin-top: -4px;
  }
  #sidemenu_link .product_link {}
  #sidemenu_link .product_link ul {
    border-left: 1px solid #363636;
  }
  #sidemenu_link .product_link ul li {
    float: left;
    width: 90px;
    border-bottom: 1px solid #363636;
    border-right: 1px solid #363636;
  }
  #sidemenu_link .product_link ul li a {
    padding: 8px;
    background: #232323;
  }
  #sidemenu_link .product_link ul li .product_img {
    text-align: center;
    padding-bottom: 7px;
    line-height: 1;
  }
  #sidemenu_link .product_link ul li .product_name {
    font-size: 10px;
    text-align: center;
  }
  /******* header *******/
  /*header
	================*/
  header {
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  header>.inner {
    width: 100%;
    padding-top: 8px;
  }
  header>.inner h1 {
    float: none;
    text-align: center;
    padding-top: 0;
  }
  header>.inner h1 img {
    width: auto;
    height: 30px;
  }
  header>.inner .sp_tab_btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  header>.inner .sp_tab_btn a {
    display: block;
    width: 44px;
    height: 44px;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
  }
  .sp_tab_btn a i {
    -webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  .sp_tab_btn a i.fa-times {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header #top_nav {
    display: none;
  }
}
@media screen and (max-width:768px) and (min-width:571px) {
  /******* article *******/
  /* article
	=====================*/
  .content {
    width: auto;
  }
  .content>h1 {
    margin: 0 28px 28px 28px;
  }
  .content>h1>.kana {
    display: block;
    padding-left: 0;
    padding-top: 7px;
  }
  .content>section {
    margin-left: 28px;
    margin-right: 28px;
  }
  .content>section>h1.font_jp,
  .content section>h1.subhead.font_jp {
    line-height: 1.3;
  }
  /******* list_index *******/
  /* #list_index
	=====================*/
  .list_index {
    padding: 0 28px;
  }
  .list_index li {
    width: 48%;
    padding-right: 4%;
  }
  .list_index li a {
    padding: 30px 28px 30px 14px;
    border: 1px solid #c9c9c9;
    height: 60px
  }
  .list_index li .title {
    font-size: 16px;
  }
  .list_index li .sub {
    line-height: 1.4
  }
  .list_index li .btn_arrow:before {
    right: 14px;
  }
  /* .link_list
	=====================*/
  .link_list {
    padding: 0 28px;
  }
  .link_list li {
    width: 48%;
  }
  .link_list li a {
    width: 100%;
    height: auto;
  }
  .link_list li .ttl p {
    font-size: 11px;
  }
  .link_list li .ttl p:nth-of-type(1) {
    font-size: 16px;
  }
  
}
@media screen and (max-width:570px) {
  /******* content *******/
  .btn {
    width: auto;
    font-size: 14px;
  }
  .btn_buy {
    font-size: 14px;
  }
  /* article
	=====================*/
  .content {
    width: auto;
    margin: 0 10px 30px;
    padding-top: 20px;
    min-height: 0;
  }
  .content>h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .content>h1.border {
    padding-bottom: 20px;
  }
  .content>h1.font_jp {
    font-size: 18px;
  }
  .content>h1 .sub,
  .content>h1 .kana {
    display: block;
    padding-left: 0;
    padding-top: 5px;
    font-size: 12px;
  }
  .content>h1 .bottom {
    font-size: 12px;
    padding-top: 5px;
  }
  .content>section>h1,
  .content section>h1.subhead {
    margin-bottom: 20px;
    padding-left: 14px;
    font-size: 18px;
  }
  .content>section>h1.font_jp,
  .content section>h1.subhead.font_jp {
    font-size: 16px;
    line-height: 1.3;
  }
  .content>section>h1:before,
  .content section>h1.subhead:before {
    top: 4px;
    left: 0;
  }
  .content>section>h1 .sub {
    display: block;
    padding-left: 0;
    padding-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  .content>section>h1 .bottom {
    padding-top: 5px;
    font-size: 12px;
  }
  .jsBorderLink a .img img {
    width: 100%;
  }
  .btn_box {
    margin-top: 30px;
  }
  /******* list_index *******/
  /* .list_index
	=====================*/
  .list_index {}
  .list_index li {
    float: none;
    width: auto;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .list_index li:nth-of-type(n+3) {
    padding-top: 0;
  }
  .list_index li a {
    padding: 28px 28px 28px 14px;
  }
  .list_index li .title {
    font-size: 18px;
  }
  .list_index li .sub {
    margin-top: 10px;
    font-size: 10px;
  }
  .list_index li .btn_arrow:before {
    right: 14px;
  }
  /* .link_list
	=====================*/
  .link_list li a {
    width: 100%;
  }
  .link_list li .ttl {
    padding: 10px;
  }
  .link_list li .ttl p:nth-of-type(1) {
    font-size: 16px;
  }
  .link_list li .ttl p:nth-of-type(2) {
    font-size: 12px;
    line-height: 1.2;
  }
  .link_list li:nth-of-type(2n+1) {
    float: none;
  }
  .link_list li:nth-of-type(2n) {
    float: none;
  }
  .link_list li .img img {
    width: 100%;
  }
}
/*追加CSS*/
.minTxt {
  font-size: 14px;
  display: block;
  padding-top: 5px;
}
@media screen and (max-width:570px) {
  .minTxt {
    font-size: 12px;
    display: block;
  }
}
.fa-angle-right:before {
  content: "\f105";
  position: relative;
  top: 7px;
}