@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
.mb20 {
  margin-bottom: 77px !important;
}

.mod-btn-info-tab{
	width: 230px;
    height: 50px;
    position: relative;
}

.mod-btn-info-tab a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #e60000;
    color: #fff;
    border-radius: 25px;
    font-weight: bold;
}

.mod-btn-info-tab a:hover{
	border: 2px solid #e60000;
    background: #fff;
    color: #e60000;
}

.mod-btn-info-tab a.arrow::after{
	content: "";
    width: 7px;
    height: 12px;
    background: url(../img/parts/icon_arrow_04.svg) no-repeat top left/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	right: 20px;
}

.mod-info-article-item__pdf{
    font-size: 1.8rem;
    position: relative;
    padding-left: 18px;
}

.mod-info-article-item__pdf a:hover{
	text-decoration: underline;
}

.mod-info-article-item__pdf::before{
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/parts/icon_pdf_01.png) no-repeat top left/contain;
    position: absolute;
    top: 0.3em;
    left: 0;
}

.mod-info-article-item__word{
    font-size: 1.8rem;
    position: relative;
    padding-left: 18px;
}

.mod-info-article-item__word a:hover{
	text-decoration: underline;
}

.mod-info-article-item__word::before{
    content: "";
    width: 12px;
    height: 12px;
    background: url(../../img/parts/icon_word_01.png) no-repeat top left/contain;
    position: absolute;
    top: 0.3em;
    left: 0;
}
.more-btn{
	width: 230px;
	margin-right: 88px;
	text-align: center;
}
.mod-btn-inline{
    display: flex;
	float: right;
	width: 708px;
}
.mod-btn-inline-element {
    display: flex;
	float: right;
	width: 708px;
}
.mod-btn-inline-element .more-btn{
	margin-right: 255px;
}
.info-btn.mod-btn-info-tab {
	margin-top: 7px;
}
.mod-btn-info-tab div {
  background: #e60000;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  padding: 12px;
  max-width: 230px;
  height: 50px;
}

.mod-btn-info-tab div:hover {
  border: 2px solid #e60000;
  background: #fff;
  color: #e60000;
  padding: 10px;
}

.mod-btn-info-tab a.window::after {
  content: "";
  width: 7px;
  height: 12px;
  background: url(../img/parts/icon_blank_02.png) no-repeat top left/contain;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  
}


.mod-btn-info-tab a.shinsan-more{
  text-align: center;
  height: 50px;
  width: 395px;
}

.mod-btn-info-tab a.info-more{
  width: 230px;
}

.mod-btn-info-tab a.info-more.arrow::after{
    right: 18x;
    top: 25px;
}

@media (max-width: 767px) {

.mod-contents-block.bg-white{
	padding-bottom: 64px;
}

.more-btn{
	max-width: 230px;
}

.mod-btn-info-tab .info-more{
  width: 230px;
  margin: 0 auto;
  height: 50px;
}

.mod-btn-inline, .mod-btn-inline-element{
    display: block;
	float: none;
    max-width: 300px;
}

.mod-btn-info-tab a.shinsan-more{
  font-size: 12px;
  margin: 0 auto;
  width: 300px;
}

.mod-btn-info-tab div {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 230px;
}

.mod-btn-info-tab div:hover {
  background: #e60000;
  color: #fff;
  padding: 10px;
}

.mod-btn-info-tab a.window::after {
    top: 85px;
}
.mod-btn-inline-element .more-btn {
	margin-right: auto;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mod-btn-info-tab a.arrow::after {
	right: 55px;
}
.mod-btn-info-tab a.info-more.arrow::after {
	top: 85px;
}
.mod-info-article-item__pdf{
    font-size: 1.4rem;
    position: relative;
    padding-left: 18px;
}

