/*全体*/
.content {
    overflow: hidden;
}
.content img {
    width: 100%;
}

.content p {
    margin-top: 30px;
}
h2 {
    margin-bottom: 30px;
    text-align: center;
}
h3 {
    margin-top: 50px;
    display: inline-block;
    border-bottom: 1px solid #666;
}
.content_01 {
    text-align: center;
}
.content_02,
.content_03,
.content_04 {
    text-align: center;
    margin-top: 100px;
}
/*全体--終了*/



/*コンテンツ01*/
.content_01 p {
    margin-bottom: 30px;
}
.btn {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	overflow: hidden;
    cursor: pointer;
    width: 300px;
    height: 80px;
    margin: 10px;
}
.btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn:hover img:nth-of-type(2) {
	opacity: 0;
}
/*コンテンツ01--終了*/




/*コンテンツ02*/
.content_02 h2 {
    margin-bottom: 20px;
}
.check {
    display: none;
}
.Cdesign_img01 {
    margin: 20px 0;
    max-width: 500px;
}
.Cdesign p{
    margin: 0;
    margin-top: 0.8em;
}
.Cdesign p:first-child {
    margin-top: 0;
}
.Cdesign_title {
    display: inline-block;
    padding: 5px;
    border-bottom: 1px solid #666;
    margin-top: 10px;
    transition: all .3s;
}
.Cdesign_title:hover {
    cursor: pointer;
    box-shadow:  0 5px 8px rgba(0, 0, 0, .08);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}
.Cdesign_title span {
    font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #333;
    font-weight: bolder;
    font-size: 1.5em;
}
.Cdesign {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    text-align: left;
    border: 1px solid #ccc;
}
.Cdesign table th,
.Cdesign table td {
    padding-top: 20px;
}
.Cdesign table th:first-child,
.Cdesign table td:first-child {
    padding-top: 0;
}
.Cdesign table tr th {
    padding-right: 10px;
}
.Cdesign table tr td {
    padding-left: 10px;
}
.check:checked + .Cdesign_title + .Cdesign {
    height: 100%;
    opacity: 1;
    visibility: visible;
    padding: 30px;
    display: inline-block;
    margin-top: 20px;
}
@media screen and (max-width: 500px) {
    .Cdesign_img01 {
        max-width: 300px;
    }
}
/*コンテンツ02--終了*/




/*コンテンツ03*/
.cont03_sub1 section {
    text-align: left;
}
.cont03_sub1_title {
    color: #fff;
    background-color: #658dc6;
    font-size: 1.8rem;
}
.cont03_sub1_title span {
    padding-left: 10px;
    border-left: 4px solid #fff;
}
.cont03_sub1 section {
    margin-top: 40px;
}
.cont03_sub1 section p {
    padding: 10px 15px;
    margin: 0;
}
.cont03_sub1 section ul {
    list-style: none;
    margin-top: 15px;
    margin-left: 15px;
    padding: 2px 10px;
    border-left: 4px solid #658dc6;
}
.cont03_sub1 section ul li {
    margin-top: 5px;
}
/*コンテンツ03--終了*/




/*コンテンツ04--sub1*/
.cont04_sub1_comment_wrapper {
    font-size: 1.8rem;
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 0 30px 70px;
    background-image: url(../images/rec_cont04_sub1.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.cont04_sub1_comment_wrapper p {
    margin: 0;
}
.cont04_sub1_comment {
    display: inline-block;

}
.cont04_sub1_comment:nth-child(2) {
    padding-left: 2em;
}
.cont04_sub1_comment span {
    font-size: 2.1rem;
    font-weight: bold;
}
@media screen and (max-width: 751px) {
    .cont04_sub1_comment_wrapper {
        font-size: 1.6rem;
        display: inline-block;
        padding: 10px 0 10px 100px;
    }
    .cont04_sub1_comment {
        display: block;
    }
    .cont04_sub1_comment,
    .cont04_sub1_comment:nth-child(2) {
        padding-left: 1rem;
    }
    .cont04_sub1_comment span {
        font-size: 1.8rem;
    }
}
/*コンテンツ04--sub1--終了*/




/*コンテンツ04--sub2*/
.cont04_sub2 {
    text-align: left;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    height: 300px;
}
.cont04_sub2_wrapper {
    display: inline-block;
    padding: 50px;
    background-color: #658dc6;
    opacity: 0.99;
    border-right: 15px solid #fefefe;
}
.cont04_sub2_wrapper p {
    font-size: 1.8rem;
    line-height: 1.6em;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.cont04_sub2_wrapper p span {
    padding-left: 1em;
}
.cont04_sub2_img_wrapper {
    position: absolute;
    right: 0;
    width: 60%;
    height: 300px;
    transform: skewX(-30deg);
    overflow: hidden;
}
.cont04_sub2_img_wrapper img {
    width:100%;
    transform: skewX(30deg) scale(1.6);
}
@media screen and (max-width: 751px) {
    .cont04_sub2_wrapper {
        padding: 30px;
    }
    .cont04_sub2_wrapper p {
        font-size: 1.5rem;
    }
    .cont04_sub2_img_wrapper {
        width: 70%;
        right: 10;
    }

}
@media screen and (max-width: 376px) {
    .cont04_sub2 {
        height: 250px;
    }
}
/*コンテンツ04--sub2--終了*/




/*コンテンツ04--sub4*/
.cont04_sub4 {
    margin-top: 80px;
}
.cont04_sub4 h3 {
    margin-bottom: 30px;
}
.cont04_sub4 p {
    text-align: left;
}
.cont04_sub4_border {
    display: flex;
    align-items: center;
}
.cont04_sub4_border:before {
    border-top: 1px solid #333;
    content: "";
    width: 2rem;
    margin-right: 1rem;
}
.cont04_sub4_border:after {
    border-top: 1px solid #333;
    content: "";
    flex-grow: 1;
    margin-left: 1rem;
}
/*コンテンツ04--sub4--終了*/




/*コンテンツ04--sub5*/
.cont04_sub5 {
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.cont04_sub5 p {
    line-height: 1.8em;
    padding: 30px;
    padding-left: 0;
    color: #333;
    background-color: rgba(255, 255, 255, .8);
    width: 295px;
    opacity: 0.99;
    margin: 0;
}
.cont04_sub5_imgPc {
    position: absolute;
    bottom: -25px;
    left: 80px;
    width: 750px;
}
@media screen and (max-width: 751px) {
    .cont04_sub5_imgPc {
        display: none;
    }
    .cont04_sub5 {
        width: 375px;
        background: linear-gradient(-135deg, #05FBFF, #1E00FF);
        margin-right: auto;
        margin-left: auto;
        box-shadow: 0 10px 10px rgba(1, 73, 184, .05),
            0 10px 10px rgba(1, 73, 184, .07);
    }
    .cont04_sub5_wrapper {
        margin: auto;
        width: 100%;
    }
    .cont04_sub5 p {
        background-color: rgb(254, 254, 254);
        padding-left: 30px;
        padding-right: 20px;
        color: #666;
    }
}
@media screen and (max-width: 376px) {
    .cont04_sub5 {
        width: 325px;
    }
    .cont04_sub5 p {
        width: 280px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 1.3rem;
    }
}
/*コンテンツ04--sub5--終了*/



/*temp01*/
.temp01 {
    margin: 80px 0;
    line-height: 1.7em;
    color: #000;
    background: linear-gradient(90deg, #fff, #fffdfd, #fffdfd, #fff );
}
.temp01 a {
    font-weight: bold;
    margin: 0 0.5em;
}
.temp01 p {
    border-top: solid 1px #014c86;
    border-bottom: solid 1px #014c86;
    padding: 35px 0 40px 0;
}
/*temp01--終了*/