@charset "utf-8";
.sub_mv{
    height: 535px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ttl_h1{
    padding-top: 70px;
    text-align: center;
    line-height: 1.17;
    font-size: 4.2rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(37,113,224,0.7),0 -2px 10px rgba(37,113,224,0.7),2px 2px 10px rgba(37,113,224,0.7),-2px -2px 10px rgba(37,113,224,0.7);
}
.sub_mv_mark{
	font-size: 2rem;
	margin-top: 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
    text-shadow: 0 2px 10px rgb(37 113 224 / 70%), 0 -2px 10px rgb(37 113 224 / 70%), 2px 2px 10px rgb(37 113 224 / 70%), -2px -2px 10px rgb(37 113 224 / 70%);
}

.breadcrumbs{
    overflow-x: auto;
    overflow-y: hidden;
}

.aioseo-breadcrumbs{
    white-space: nowrap;
    font-size: 0;
    padding: 16px 0 15px;
    border-bottom: 1px solid #e9e7e7;
}

.aioseo-breadcrumbs a,.aioseo-breadcrumbs span{
    font-size: 1.4rem;
    color: #000000;
	text-decoration: none;
    display: inline-block;
    
}
.aioseo-breadcrumbs span.aioseo-breadcrumb-separator{
	margin: 0 10px;
    color: #2571e0;
}
.aioseo-breadcrumbs .aioseo-breadcrumb:first-of-type a{
	padding-left: 20px;
	background: url(/img/common_icon_home.png) no-repeat left center;
}
.paged .aioseo-breadcrumbs span:nth-last-of-type(2),.paged .aioseo-breadcrumbs span:last-of-type{
	display: none;
}

h3{
    font-size: 4.2rem;
    font-weight: bold;
    color: #2571e0;
    text-align: center;
}
.pi_subtit{
    font-size: 2.6rem;
    font-weight: bold;
    color: #000000;
    padding-bottom: 25px;
    border-bottom: 3px solid #2571e0;
    margin-top: 40px;
}

.common_link01{
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000000;
    line-height: 2.14;
    text-decoration: none;
}

.common_link01>span{
    border-bottom: 1px solid;
}

.common_link01:after{
    content: '';
    display: inline-block;
    padding-left: 5px;
    margin-top: 3px;
    width: 14px;
    height: 14px;
    background: url("../img/common_arrow04.png") no-repeat center center;
    position: relative;
    top: 3px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.common_link02{
    font-size: 1.4rem;
    font-weight: bold;
    color: #000000;
    line-height: 2.14;
    text-decoration: none;
    border-bottom: 1px solid;
}

.sub_common_iframe01{
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.sub_common_iframe01>img{
    display: block;
}

.sub_common_iframe01>iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/*------------page_list------------*/
.page_list_box {
    text-align: center;
    font-size: 0;
}

.wp-pagenavi {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.wp-pagenavi span,
.wp-pagenavi a{
    position: relative;
    float: left;
    width: 42px;
    height: 42px;
    padding-top: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 8px;
    color: #2571e0;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #2571e0;
    font-size: 1.6rem;
    font-weight: bold;
}


.wp-pagenavi a:hover{
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #2571e0;
    color: #ffffff;
}

.wp-pagenavi span.current{
    background-color: #2571e0;
    color: #ffffff;
}

.wp-pagenavi .previouspostslink {
	color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/img/article_arrow_prev_blue.png");
}

.wp-pagenavi .nextpostslink {
	color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/img/article_arrow_next_blue.png");
}

.wp-pagenavi a.previouspostslink:hover{
	color: transparent;
    background-image: url("/img/article_arrow_prev_white.png");
}

.wp-pagenavi a.nextpostslink:hover{
	color: transparent;
    background-image: url("/img/article_arrow_next_white.png");
}

/*------------anchor_list------------*/

.sub_common_anchor_box01{
    margin: 106px 0;
}

.sub_common_anchor_list01{
    font-size: 0;
    text-align: center;
    margin-bottom: -17px;
}

.sub_common_anchor_list01>li{
    margin-right: 40px;
    width: calc((100% - 80px)/3);
    display: inline-block;
    margin-bottom: 17px;
}

.sub_common_anchor_list01>li:nth-of-type(3n){
    margin-right: 0;
}

.sub_common_anchor_list01>li a{
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-decoration: none;
    padding: 11px 30px;
    border: 2px solid #d8e5f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(../img/common_arrow05.png);
    background-position: right 23px center;
}

.sub_common_anchor_list01>li a span{
    padding-right: 15px;
}

.pi_txt_mark{
	margin-top: 10px;
}
.pi_txt_mark a{
	font-weight: bold;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}
/*-------------------- liquid-speech-balloon --------------------*/
.liquid-speech-balloon-00.liquid-speech-balloon-wrap{
	margin-bottom: 10px;
}
.liquid-speech-balloon-00 .liquid-speech-balloon-avatar{
	width: 53px;
	height: 49px;
}
.liquid-speech-balloon-00 .liquid-speech-balloon-text{
	border: none;
	padding: 20px 0 0 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.liquid-speech-balloon-00 .liquid-speech-balloon-arrow,.liquid-speech-balloon-01 .liquid-speech-balloon-arrow{
	display: none;
}
.liquid-speech-balloon-01{
	padding: 0 0 30px 70px;
	margin-bottom: 30px;
	border-bottom: 1px solid #2571e0;
}
.liquid-speech-balloon-01:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.liquid-speech-balloon-01 .liquid-speech-balloon-avatar{
	width: 22px;
	height: 22px;
	background: none;
}
.liquid-speech-balloon-01 .liquid-speech-balloon-avatar::after{
	position: absolute;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    color: #2571e0;
}
.liquid-speech-balloon-01 .liquid-speech-balloon-text{
	border: none;
	padding: 0;
	font-size: 1.4rem;
	margin-left: 10px;
}
@media only screen and (max-width: 1150px) {
    .ttl_h1{
        padding-top: 0;
    }
}

@media only screen and (max-width: 1024px) {

    h3 {
        font-size: 3.8rem;
    }
    .pi_subtit {
        font-size: 2.4rem;
    }

    .ttl_h1{
        font-size: 3.8rem;
    }

    .sub_mv {
        height: 500px;
    }

    /*------------anchor_list------------*/

    .sub_common_anchor_box01{
        margin: 90px 0;
    }
}

@media only screen and (max-width: 1023px) {

    h3 {
        font-size: 3.4rem;
    }
    .pi_subtit {
        font-size: 2.2rem;
    }

    .ttl_h1{
        font-size: 3.4rem;
    }
    .sub_mv_mark{
		font-size: 1.8rem;
	}

    .sub_mv {
        height: 400px;
    }

    /*------------anchor_list------------*/

    .sub_common_anchor_list01>li {
        margin-right: 10px;
        width: calc((100% - 20px)/3);
    }

    .sub_common_anchor_list01>li a {
        padding: 11px 15px;
        background-image: url(../img/common_arrow05.png);
        background-position: right 12px center;
    }

    .sub_common_anchor_list01>li a span {
        padding-right: 10px;
    }
    /*-------------------- liquid-speech-balloon --------------------*/
	.liquid-speech-balloon-00 .liquid-speech-balloon-avatar{
		width: 40px;
		height: 37px;
	}
	.liquid-speech-balloon-00 .liquid-speech-balloon-text{
		padding-top: 12px;
		margin-left: 15px;
	}
	.liquid-speech-balloon-01{
		padding-left: 55px;
	}
}

@media only screen and (max-width: 767px){
    h3 {
        font-size: 3rem;
    }
    .pi_subtit {
        font-size: 2rem;
        border-bottom: 2px solid #2571e0;
    }

    .ttl_h1{
        font-size: 3rem;
    }

    .sub_mv {
        height: 300px;
    }

    /*------------anchor_list------------*/

    .sub_common_anchor_box01 {
        margin: 50px 0;
    }

    .sub_common_anchor_list01{
        margin-bottom: 0;
    }

    .sub_common_anchor_list01>li {
        display: block;
        width: 100%;
        max-width: 306px;
        margin: 0 auto 15px !important;
    }

    .sub_common_anchor_list01>li a {
        padding: 10px 25px;
        background-position: right 20px center;
    }
    /*------------page_list------------*/
    .wp-pagenavi{
    	padding-left: 1px;
    }
    .wp-pagenavi span,
    .wp-pagenavi a {
        margin: 0 0 0 -1px;
    }
}

@media only screen and (max-width: 480px){
    h3 {
        font-size: 2.6rem;
    }
    .pi_subtit {
        font-size: 1.8rem;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .ttl_h1{
        font-size: 2.6rem;
    }
    .sub_mv_mark{
		font-size: 1.4rem;
		margin-top: 5px;
	}

    .sub_mv {
        height: 240px;
    }

    /*------------page_list------------*/

    .wp-pagenavi span,
    .wp-pagenavi a {
        width: 38px;
        height: 38px;
        font-size: 1.4rem;
        padding-top: 8px;
    }

    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink{
        background-size: 6px auto;
    }

    /*------------anchor_list------------*/

    .sub_common_anchor_box01 {
        margin: 40px 0;
    }

    .sub_common_anchor_list01>li {
        margin-bottom: 15px;
    }
    
	/*-------------------- liquid-speech-balloon --------------------*/
	.liquid-speech-balloon-00 .liquid-speech-balloon-text p{
		line-height: 1.7;
	}
	.liquid-speech-balloon-00 .liquid-speech-balloon-avatar{
		width: 30px;
		height: 28px;
	}
	.liquid-speech-balloon-00 .liquid-speech-balloon-text{
		padding-top: 5px;
		font-size: 1.5rem;
		margin-left: 5px;
	}
	.liquid-speech-balloon-01{
		padding: 0 0 15px 12px;
		margin-bottom: 15px;
	}
	.liquid-speech-balloon-01 .liquid-speech-balloon-avatar{
		width: 18px;
		height: 18px;
	}
	.liquid-speech-balloon-01 .liquid-speech-balloon-avatar::after{
	    font-size: 1.8rem;
	    top: 3px;
	}
	.liquid-speech-balloon-01 .liquid-speech-balloon-text{
		border: none;
		padding: 0;
		font-size: 1.4rem;
		margin-left: 5px;
	}
}

@media only screen and (min-width: 1025px) {
    .advantage_href:hover{
        color: #2571e0;
        border-bottom: 1px solid #2571e0;
    }
    .common_link01:hover{
        color: #2571e0;
    }

    .common_link01:hover:after{
        padding-left: 10px;
    }


    .common_link02:hover{
        color: #2571e0;
    }

    /*------------anchor_list------------*/

    .sub_common_anchor_list01>li a:hover{
        color: #2571e0;
        background-color: #d8e5f9;
    }
}