@charset "UTF-8";
/* CSS Document */

section{
	padding: 3rem 0;
}
section img{
	margin: 0 auto;
}

.FRcsrInner{
    max-width: 700px;
    margin: 0 auto;
}
.FRcsrTop {
	padding-top: 2rem;
}
.FRcsrTop h2{
	display: inline-block;
    font-weight: normal;
    font-size: 1.625rem;
    line-height: 1.5;
    border-bottom: 1px solid #202020;
    margin-bottom: 1.5rem;
}
.FRcsrTop .mainTitle{
	font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 2.6875rem;
	line-height: 4rem;
	width: 13em;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.FRcsrTop p{
    line-height: 2;
    text-align: justify;
}
.FRcsrSec h3{
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 2rem;
    line-height: 1.3;
    display: block;
    border-top: 1px solid #232323;
    position: relative;
    padding: 3rem 2rem 1rem;
}
.FRcsrSec h3 span{
    display: block;
    width: 4em;
    position: absolute;
    top: -0.8em;
    left: -2px;
}
.FRcsrSec h3 span img{
    width: 100%;
}
.FRdetailBox {
	padding-left: 2rem;
}
.FRdetailBox div:first-of-type{
    width: 40%;
}
.FRdetailBox div:last-of-type{
    width: 55%;
}
.FRdetailBox p{
	line-height: 2;
    letter-spacing: 0;
	text-align: justify;
}
.FRlinklist{
    text-align: right;
}
.FRlinklist li a::after{
    content: '>';
    display: inline-block;
    width: 14px;
    height: 14px;
    color: #727272;
    margin-left: 0.5em;
}
.FRlinklist li + li{
    margin-top: 0.5em;
}
.FRcsrSec:last-of-type{
    margin-bottom: 5rem;
}


/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	section {
    	padding: 2.5rem 0;
	}
	section h3{
		font-size: 1.25rem;
		line-height: 2.25rem;
		margin-bottom: 1rem;
	}
	section img{
		width: 100%;
	}
	section video {
		padding: 3rem 0;
	}
	.FRcsrTop {
		padding-top: 3rem;
	}
	.FRcsrTop h2{
		font-size: 1.25rem;
		padding-bottom: 0.5rem;
		margin-bottom: 1.75rem;
	}
	.FRcsrTop .mainTitle{
		font-size: 1.575rem;
		line-height: 2.5rem;
	}
	.FRcsrTop img{
		width: 100%;
		margin-top: 0;
	}
    .FRcsrSec h3{
        font-size: 1.5rem;
    }
    .FRcsrSec h3 span{
        left: -1px;
    }
    .FRdetailBox{
        padding: 0 2rem;
    }
    .FRdetailBox div:first-of-type{
        width: 60%;
        margin: 0 auto 1rem;
    }
	.FRdetailBox div:last-of-type{
		width: 100%;
	}

}

/*========= タブレット縦===============*/
@media (min-width: 768px) and (max-width: 1099px) {
	
}
