@charset "UTF-8";
/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 共通
------------------------------------- */
#recovery-media-page-description .inner {
	width: 1160px;
	margin: 0 auto;
    padding: 0;
}

#recovery-media-page-description h2 {
    padding: 3px 10px;
    border-left: 10px solid #003687;
    font-size: 2.4rem;
    color: #003687;
    font-weight: bold;
}


/*タイトル*/
#recovery-media-page-description .title {
	background-color: #002b6c;
}
#recovery-media-page-description .title__inner {
	max-width: 1400px;
    margin: 0 auto;
}
#recovery-media-page-description .title img {
	margin: auto;
    display: block;
}

/*申込ボタン*/
#section01 .apply_btn {
    color: #fff;
    background-color: #ff5454;
    max-width: 330px;
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 2.4rem;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
}
#section01 .apply_btn:hover {
    color: #fff;
    background: #bc0101;
}
#section01 .apply_btn:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 3rem;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

/*section01*/
#section01 .lead__txt {
    text-align: center;
    padding: 20px;
    font-size: 1.6rem;
}

#section01 .contents__box {
    padding: 10px 0;
}

#section01 .contents__box dl{
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    border-bottom: 1px solid #999999;
}

#section01 .contents__box dl:last-child{
    border-bottom: none;
}

#section01 .contents__box dt{
    background-color: #549bff;
    color: #fff;
    width: 25%;
    font-size: 1.6rem;
    height: 35px;
    text-align: center;
    padding: 6px;
    font-weight: bold;
}

#section01 .contents__box dd{
    width: 70%;
    padding-top: 7px;
}

#section01 .list--hyphen ul{
    padding-left: 17px;
}

#section01 .list--hyphen li{
    list-style: disc;
}

#section01 .frm-wrapper-round {
    position: relative;
    padding: 20px 20px 26px;
    border: 1px solid #999999;
    border-radius: 4px;
}
#section01 .diff-col4{
    display: flex;
    flex-wrap: wrap;
    margin-left: -26px;
    margin-bottom: -12px;
    padding-left: 0;
}

#section01 .diff-col4 li:before{
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #005243;
    top: .65em;
    left: 40px;
}

#section01 .diff-col4 li{
    padding-left: 57px;
    width: 23%;
    position: relative;
}

#section01 .diff-col4 li:nth-child(3){
    width: 31%;
}


/*リカバリメディア提供期間*/
.wrapper-bg {
    position: relative;
    padding: 26px 40px 26px;
    background: #f2f2f2;
    margin: 0 auto;
    max-width: 850px;
}

.hdg-d {
    font-size: 2rem;
    line-height: 1.4;
    color: #005243;
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.u-ml-xl {
    margin-left: 3rem ;
}

.u-mt-lg {
    margin: 10px;
}

.btn-a {
    color: #005243;
    background: #fff;
    border: 1px solid #005243;
    padding: 8px 34px 8px 22px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    line-height: 1.4;
    position: relative;
    transition: background .2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
}

.btn-a::before {
    border-color: #005243;
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #005243;
    border-right: 2px solid #005243;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}

/*section02*/
#section02 .inner{
    padding-top: 40px;
}

#section02 .description{
    margin-top: 20px;
}

/* --------------------------------------
   （SP用）
--------------------------------------*/
@media screen and (max-width: 767px) {
	
/* 共通
------------------------------------- */
#recovery-media-page-description {
	padding: 0;
}

#recovery-media-page-description .inner {
	width: 100%;
    padding: 0 10px;
}	
	
#recovery-media-page-description h2 {
    font-size: 2.0rem;
}

/*タイトル*/
#recovery-media-page-description .title__inner {
	width: 100%;
}
#recovery-media-page-description .title img {
	width: 100%;

}

/*section01*/
#section01 .lead__txt {
    text-align: left;
    padding: 20px 0;
    font-size: 1.4rem;
}

#section01 .contents__wrapper{
    padding-top: 40px;
}

#section01 .contents__box {
    padding: 10px 0;
}

#section01 .contents__box dl{
    display: block;
    border-bottom: none;
    padding: 10px 0;
}

#section01 .contents__box dt{
    width: 100%;
    font-size: 1.5rem;
    height: 30px;
    padding: 5px;
}

#section01 .contents__box dd{
    width: 100%;
    padding-top: 20px;
}

#section01 .frm-wrapper-round {
    padding: 15px 15px 23px;
}

#section01 .diff-col4{
    flex-direction: column;
}

#section01 .diff-col4 li{
    width: 100%;
}

#section01 .diff-col4 li:nth-child(3){
    width: 100%;
}


/*リカバリメディア提供期間*/
.wrapper-bg {
    padding: 26px 20px 26px;
}


/*section02*/
#section02 .inner{
    padding-top: 40px;
}

#section02 .description{
    margin-top: 20px;
}

}