/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
  .kyocho{
    font-weight: bold;
    font-size: 17px;
    color: #135fb6;
  }
  .midashi{
    font-weight: bold;
    font-size: 20px;
    color: #135fb6;
  }
  .midashi2{
    font-weight: bold;
    font-size: 20px;
  }
  .maru{
    font-weight: bold;
    font-size: 22px;
    color: #135fb6;
  }
span.list-ttl {
    font-weight: bold;
    font-size: 17px;
    color: #e8a62e;
}
.l-parts01 .bgBox-column2 {
    margin-bottom: 20px;
}

p.btn-trial {
    margin: 1rem auto 0;
    max-width: 90%;
}

.l-parts04-column3 p.btn-trial {
    margin: 1rem auto 0;
    max-width: 70%;
}

.btn-trial a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 1.5rem 4rem;
    border-radius: 5rem;
    background: #1f65a0 left 20px center;
    background-size: auto 17px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
}

}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

span.list-ttl {
    font-weight: bold;
    font-size: 17px;
    color: #e8a62e;
}

.l-parts01 .bgBox-column2 {
    margin-bottom: 20px;
}

p.btn-trial {
    margin: 1rem auto 0;
    max-width: 90%;
}

.l-parts04-column3 p.btn-trial {
    margin: 1rem auto 0;
    max-width: 90%;
}

.btn-trial a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 1.5rem 1rem;
    border-radius: 5rem;
    background: #1f65a0 left 20px center;
    background-size: auto 17px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
}

.btn-web a:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(img/icon_window.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

}

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.btn-trial a:hover {
    opacity: 0.5;
}

.btn-link {
	text-align: center;
}

.btn-link a {
	width: 100%;
	max-width: 380px;
    position: relative;
    margin: 0;
    padding: 1rem 4.5rem 1rem 2rem;
    border: solid 2px #ccc;
    border-radius: 1rem;
    background-size: 16px 16px;
    background-position: right 1.5rem center;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    text-align: left;
}