@charset "utf-8";
.ttl_h2{
    font-size: 3rem;
    color: #ffffff;
    background:linear-gradient(#1249c1,#2571e0);
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.example_detail_content h2{
    font-size: 2.8rem;
    margin-bottom: 40px;
    color: #2571e0;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
}
.example_detail_content h2:first-of-type{
    margin-top: 0;
}

.example_detail_content h3,.example_detail_content02 h2{
    font-size: 2rem;
    font-weight: bold;
    margin: 60px 0 35px 0;
    text-align: left;
	color: #000000;
}

.example_detail_content h4{
	font-size: 1.8rem;
    font-weight: bold;
    margin: 40px 0 -15px 0;
}
.example_detail_content figure{
    margin: 40px 0;
}
.example_detail_content img{
    display: block;
    margin: 0 auto;
}
.example_detail_content figure iframe{
    display: block;
    width: 100%;
    max-width: 600px !important;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto 30px auto;
}
.example_detail_content p,.example_detail_content02 p{
    font-size: 1.4rem;
    line-height: 1.85;
    margin-top: 25px;
}
.example_detail_content p:first-of-type,.example_detail_content02 p:first-of-type{
    margin-top: 0;
}
.example_detail_content .wp-element-caption{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.85;
    margin-top: 5px;
}

.example_detail_content p a,.example_detail_content .wp-element-caption a,.example_detail_content02 p a{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    line-height: 1.5;
}
.example_detail_btn{
    margin-top: 40px;
}
.example_detail_btn a{
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
}
.example_detail_content02{
    overflow: hidden;
    clear: both;
}
.example_detail_content02 h2:first-of-type{
    margin-top: 0;
}
.example_detail_content02 img{
    display: block;
    float: right;
    max-width: 50%;
    margin-left: 30px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 1023px) {
    .ttl_h2{
        font-size: 2.4rem;
    }
    .example_detail_content h2{
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .ttl_h2{
        font-size: 2.2rem;
        padding: 20px 15px;
    }
    .example_detail_content h2{
        font-size: 2rem;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .example_detail_content h3,.example_detail_content02 h2{
        font-size: 1.8rem;
        margin: 40px 0 20px 0;
    }
    .example_detail_content figure{
        margin: 30px auto;
    }
    .example_detail_content p,.example_detail_content02 p{
        line-height: 1.7;
        margin-top: 20px;
    }
    
    .example_detail_content figure{
        margin: 30px auto;
    }
    .example_detail_content h4{
        margin-top: 30px;
        font-size: 1.6rem;
    }
    .example_detail_link_tit,.example_detail_btn a{
        font-size: 1.6rem;
    }
    .example_detail_content02 img{
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 40px auto;
    }
}

@media only screen and (max-width: 480px) {
    .ttl_h2{
        font-size: 2rem;
    }
    .example_detail_content h2{
        font-size: 1.8rem;
    }
    .example_detail_content h3,.example_detail_content02 h2{
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
}


@media only screen and (min-width: 1025px) {
    .example_detail_content p a:hover,.example_detail_link_list>li a:hover,.example_detail_content .wp-element-caption a:hover,.example_detail_content02 p a:hover{
    	color: #2571e0;
        border-bottom-color: #2571e0;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
    }
    .example_detail_content p a:hover img{
        opacity: 0.8;
    }
}


.example_detail_content figure.wp-block-gallery.has-nested-images{
    gap: 0;
}
.example_detail_content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){
    width: 32% !important;
    margin-right: 2%;
}
.example_detail_content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n){
    margin-right: 0;
}
@media only screen and (min-width: 600px) {
    .example_detail_content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){
        width: 30.7% !important;
        margin-right: 3.95%;
    }
}