@charset "UTF-8";
*,*::before,*::after {
    box-sizing: border-box;
    /*border: 1px solid red;*/
}
/* 2024renewal start */
.p-contentsrCategoryListOuter {
    margin-bottom: 30px;
}
.p-contentsrCategoryList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align:center;
}
.p-contentsrCategoryList li {
    width: 19%;
    margin: 10px 1.25% 0 0;
    padding: 10px 0;
}
.p-contentsrCategoryList li:nth-of-type(5n){
    margin: 10px 0 0 0;
    padding: 10px 0;
}
.p-contentsrCategoryList a{
    display : flex;
    justify-content: center;
    align-items: center;
    border: #001c58 2px solid;
    color: #001c58;
    line-height: 1.3;
    font-weight: bold;
    height: 60px;
    padding: 0 10px;
    border-radius: 5px;
}
.p-contentsrCategoryList li a:hover ,
.p-contentsrCategoryList li.is-active a {
    color: #FFF;
    background: #001c58;
}
.param_on a{
    color: #FFF;
    background: #66779B;
}
.p-contentsPOuter{

}
.p-contentsPageList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:center;
}
.p-contentsP__item {
    position: relative;
    display: inline-block;
    list-style: none;
    width: 24.25%;
    margin: 10px 1% 0 0;
    padding: 10px 0;
    flex-wrap: wrap;
    border: 1px solid #8FAADC;
    border-radius:6px;
    background:#ffffff;
}
.p-contentsP__item:nth-of-type(4n){
    margin: 10px 0 0 0;
    padding: 10px 0;
}

.p-contentsP__item a{
    display:block;
    position: absolute;
    top:-1px;
    width:100%;
    height: 100%;
    z-index:2;
}
.p-contentsP__item a:hover{
    border-radius:6px;
	background:rgba(143,170,220,0.4)!important;
/*     background:rgba(0,28,88,0.3); */
}

.p-contents_img_frame{
    width:100%;
    aspect-ratio: 16 / 10;
    position: relative;
    overflow:hidden;
}
.p-contents_img_frame img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index:1;
}
.p-contentsP__item:nth-child(4n + 1) {
    margin-left: 0;
}
.p-contentsP__item:nth-child(n + 5) {
    margin-top: 30px;
}
@media screen and (max-width: 944px) {
    .p-contentsP__item {
        position: relative;
        display: inline-block;
        list-style: none;
        width: 49%;
        margin: 10px 1% 0 0;
        padding: 10px 0;
        flex-wrap: wrap;
        border: 1px solid #8FAADC;
        border-radius:6px;
        background:#ffffff;
    }
    .p-contentsP__item:nth-child(2n + 1) {
        margin-left: 0;
    }
    .p-contentsP__item:nth-child(n + 3) {
        margin-top: 30px;
    }
}
@media screen and (max-width: 690px) {
    .p-contentsP__item {
        position: relative;
        display: inline-block;
        list-style: none;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 10px 0;
        flex-wrap: wrap;
        border: 1px solid #8FAADC;
        border-radius:6px;
        background:#ffffff;
    }
}
.p-con-terms-p{
    width:100%;
    margin: 0;
    font-size:0.95em;
}
.p-con-cat-span{
    width:65%;
    display:inline-block;
    text-align:center;
    padding: 6px 3px 5px;
    margin: 0;
    background: #001C58;
    color: #ffffff;

}
.p-con-target-span-gen{
    width:33%;
    display:inline-block;
    text-align:center;
    padding: 6px 3px 5px;
    margin: 0;
    background: #63B2F5;
    color: #ffffff;
}
.p-con-target-span-men{
    width:35%;
    display:inline-block;
    text-align:center;
    padding: 6px 3px 5px;
    margin: 0;
    background: #F77E44;
    color: #ffffff;
}
.p-con-title{
    width:100%;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:bold;
    font-size:1.1em;
    padding: 5px;
    line-height:1.8;
    border-top: 1px solid #001C58;
    border-bottom: 1px solid #001C58;
}
.p-con-time{
    width:100%;
    padding: 8px 0;
    font-size:0.75em;
}
.p-con-span-tend_f{
    text-align: center;
    padding: 0;
    display: inline-block;
    width:45%;
}
.p-con-span-tend_s{
    text-align: center;
    padding: 0;
    display: inline-block;
    width:55%;
}
.p-con-method{
    width:100%;
    padding: 10px 0;
}
.p-con-detail{
    width:96%;
    margin: 0 auto -5px;
    padding: 5px 0;
    background: #FEE7DC;
    border: 1px solid #001C58;
    border-radius:6px;
}
.con-tit-ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:left;
    vertical-align:top;
}
.con-tit-ul li{
    position: relative;
    display: inline-block;
    list-style: none;
    width: 18%;
    margin: 0;
    flex-wrap: wrap;
}
.con-tit-ul li:nth-of-type(2n){
    width: 82%;
    margin: 0;
}
.p-conmain-title{
    width:100%;
    text-align:left;
    font-weight:bold;
    font-size:1.4em;
    margin-bottom:5px;
    padding: 0 10px;
    line-height:1.5;
}
.con-cat-span{
    width:100%;
    background: #001c58;
    color: #fff;
    text-align:center;
    font-weight:500;
    font-size:1.2em;
    margin-bottom:5px;
    padding: 10px;
    line-height:1.5;
}
@media screen and (max-width: 690px) {
    .con-tit-ul{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align:left;
        vertical-align:top;
    }
    .con-tit-ul li{
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
    }
    .con-tit-ul li:nth-of-type(2n){
        width: 100%;
        margin: 0;
    }
    .p-conmain-title{
        width:100%;
        text-align:left;
        font-weight:bold;
        font-size:1.4em;
        margin-bottom:5px;
        padding: 0 10px;
        line-height:1.5;
    }
    .con-cat-span{
        width:100%;
        background: #001c58;
        color: #fff;
        text-align:center;
        font-weight:500;
        font-size:1.2em;
        margin-bottom:5px;
        padding: 10px;
        line-height:1.5;
    }

}
.p-conmain-ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:left;
    vertical-align:top;
}
.p-conmain-ul li{
    position: relative;
    display: inline-block;
    list-style: none;
    width: 60%;
    margin: 0;
    flex-wrap: wrap;
}
.p-conmain-ul li:nth-of-type(2n){
    width: 40%;
    margin: 0;
}
.p-sugao-ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:left;
    vertical-align:top;
}
.p-sugao-ul li{
    position: relative;
    display: inline-block;
    list-style: none;
    width: calc(50% - 5px);
    margin: 0;
    flex-wrap: wrap;
	overflow-wrap: break-word;
	line-height:1.5;
	padding:5px;
}

@media screen and (max-width: 690px) {
    .p-sugao-ul{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align:left;
        vertical-align:top;
        flex-direction: column-reverse
    }
    .p-sugao-ul li{
        position: relative;
        display: inline-block;
        list-style: none;
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
        overflow-wrap: break-word;
        line-height:1.5;
        padding:5px;

    }
}
.title-p{
	width:100%;
	font-size:1.1em;
	font-weight:bold;
	line-height: 1.8;
}
.title-p_r{
    width:100%;
    text-align: right;
    font-size:1.2em;
    font-weight:bold;
    line-height: 1.8;
}
.pro-p{
    margin-top: 10px;
    line-height: 1.6;
}
.sub-p{
	width:100%;
	font-size:1.15em;
	font-weight:bold;
	line-height:2.0;
	text-align:center;
}
.p-contents-main_img_frame{
    width:100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow:hidden;
}
.p-contents-main_img_frame img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index:1;
}

.p-contents-main_frame{
    width: calc(100% - 10px);
    margin: 5px 0 0 10px;
    border-radius:6px;
    border: 1px solid #263E71;
}
.p-contents-main-parts-p{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
    text-align:left;
    vertical-align:top;
}
.p-contents-main-parts-p li{
	margin-bottom:5px;
}
.p-contents-main-parts-p li:nth-child(odd){
    width: 18%;
}
.p-contents-main-parts-p li:nth-child(even){
    width: 82%;
}
.p-contents-main-parts-p p{
    line-height:2.5;
	    margin: 0 0 0 25px;
}
.p-contents-main-parts-p span{
    position:relative;
    text-align: center;
    display:inline-block;
    margin: 0 15px 0 0;
    line-height:2.5;
    width: 90px;
    background: #DCDDDD;
}
.p-contents-main-parts-p span::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -33px;
    transform: translateY(-50%);
    border: 20px solid transparent;
    border-left: 13px solid #DCDDDD;
}
@media screen and (max-width: 944px) {
    .p-conmain-ul{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align:left;
        vertical-align:top;
        font-size: 0.85em;
    }
    .p-conmain-ul li{
        position: relative;
        display: inline-block;
        list-style: none;
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
        overflow-wrap: break-word;
        line-height:1.5;
        padding: 0;
    }
    .p-conmain-ul li:nth-of-type(2n){
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .p-contents-main-parts-p{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        list-style: none;
        margin: 5px 0 0;
        padding: 0;
        text-align:left;
        vertical-align:top;
    }
    .p-contents-main-parts-p li{
        margin-bottom:5px;
    }
    .p-contents-main-parts-p li:nth-child(odd){
        width: 15%;
    }
    .p-contents-main-parts-p li:nth-child(even){
        width: 85%;
    }
    .p-contents-main-parts-p p{
        line-height:2.5;
        margin: 0 0 0 25px;
    }
    .p-contents-main-parts-p span{
        position:relative;
        text-align: center;
        display:inline-block;
        margin: 0 15px 0 0;
        line-height:2.5;
        width: 60px;
        background: #DCDDDD;
    }
    .p-contents-main-parts-p span::after{
        content: "";
        position: absolute;
        top: 50%;
        right: -28px;
        transform: translateY(-50%);
        border: 17px solid transparent;
        border-left: 11px solid #DCDDDD;
    }

}
.p-contents-link{
    width: calc(100% - 10px);
    margin:10px auto;
    text-align:center;
    padding: 20px 10px;
}
.p-contents-link a{
    display:block;
    top:-1px;
    width:100%;
    height: 100%;
    padding: 15px 0;
    border-radius:6px;
    background: #001c58;
    color: #ffffff;
}
.p-contents-link a:hover{
    border-radius:6px;
    background:rgba(70,177,225,0.3);
}
.p-contents-outline {
    margin-top: 10px;
    padding:10px 20px;
    text-align:left;
    border: 1px solid #9FA0A0;

}
.p-contents-outline-leadcopy{
    width:100%;
    margin: 10px 0;
    font-weight:bold;
    font-size:1.15em;
    color:#001c58;
}
.p-contents-connection-leadcop{
    width:100%;
    padding:10px;
    text-align:left;
    border-radius:6px;
    background:#FFF1FF;
    clear:both;
}
.p-contents-outline ul,.p-contents-connection-leadcop ul{
    margin: 1em 0;
    padding-left: 40px;
}
.p-contents-outline ul li,.p-contents-connection-leadcop ul li{
    list-style-type: disc;
}
.p-contents-outline ol,.p-contents-connection-leadcop ol{
    margin: 1em 0;
    padding-left: 40px;
}
.index_top_contents{
    width:100%;
    height:56px;
    margin: 20px 0;
    vertical-align:middle;
    background: #001c58;
    color:#ffffff;
    font-size:1.4em;
    line-height:2.5;
    font-weight:bold;
    border-radius:6px;
}
.index_top_contents a{
    display: block;
    color:#ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius:6px;
}
.index_top_contents a:hover{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}
.c-detailBody [type=password] {width:200px; margin: 10px auto; font-size: 1.0em; padding: 0.3em 0.3em; border: 1px solid #9fa0a0; border-radius: 2px;}
.c-detailBody [submit]{margin: 10px auto;}
.under_space260{
    width:100%;
    height:260px;
}
.p-sugao-list-ul, .p-photo2narabe-ul, .p-photo2narabe2-ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:left;
    vertical-align:top;
}
.p-sugao-list-ul li, .p-photo2narabe-ul li, .p-photo2narabe2-ul li{
    position: relative;
    display: inline-block;
    list-style: none;
    width: 48%;
    margin: 1%;
    flex-wrap: wrap;
}
.p-sugao-list-ul li p{
	width:100%;
	background:rgba(255,255,255,0.6);
	position:absolute;
	padding: 5px;
	top:0;
	left:0;
	line-height:2.0;
	z-index:10;
}
.p-photo2narabe-ul li p{
	width:100%;
	position:absolute;
	padding-left: 1.5em;
	top:-2em;
	left:0;
	line-height:2.0;
	z-index:10;
}
.p-photo2narabe2-ul li p{
	width:100%;
	position:absolute;
	padding-left: 1.5em;
	top:-3.5em;
	left:0;
	line-height:2.0;
	z-index:10;
}
.p-photo2narabe-ul li p:before,.p-photo2narabe2-ul li p:before{
    content: '◆ ';
    color: #999999;
    left: 0;
    position: absolute;
}
@media screen and (max-width: 768px) {
    .p-sugao-list-ul li p{
        width:100%;
        background:rgba(255,255,255,0.6);
        position:absolute;
        padding: 5px;
        top:0;
        left:0;
        line-height:2.0;
        font-size: 0.9em;
        z-index:10;
    }
}
@media screen and (max-width: 690px) {
    .p-sugao-list-ul, .p-photo2narabe-ul, .p-photo2narabe2-ul{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align:left;
        vertical-align:top;
    }
    .p-sugao-list-ul li, .p-photo2narabe-ul li, .p-photo2narabe2-ul li{
        position: relative;
        display: block;
        list-style: none;
        width: 100%;
        margin: 1%;
        flex-wrap: wrap;
    }
    .p-sugao-list-ul li p{
        width:100%;
        background:rgba(255,255,255,0.6);
        position:absolute;
        padding: 5px;
        top:0;
        left:0;
        line-height:2.0;
        font-size: 0.9em;
        z-index:10;
    }
    .p-photo2narabe-ul li p{
        width:100%;
        position:absolute;
        padding-left: 1.5em;
        top:-2em;
        left:0;
        line-height:2.0;
        font-size: 0.9em;
        z-index:10;
    }
    .p-photo2narabe2-ul li p{
        width:100%;
        position:absolute;
        padding-left: 1.5em;
        top:-3.5em;
        left:0;
        line-height:1.5;
        font-size: 0.9em;
        z-index:10;
    }
}

.p-sugao-list-ul li a{
    display:block;
    position: absolute;
    top:-1px;
    width:100%;
    height: 100%;
    z-index:2;
}
.p-sugao-list-ul li a:hover{
    border-radius:6px;
	background:rgba(143,170,220,0.4)!important;
}
.p-sugao_img_frame{
    width:100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow:hidden;
}
.p-sugao_img_frame img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index:1;
}
.tamariba_img{
	width:460px;
	height:auto;
}
.p-voice-list-ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:left;
    vertical-align:top;
}
.p-voice-list-ul li{
    position: relative;
    display: inline-block;
    list-style: none;
    width: 48%;
    margin: 1%;
    padding: 0;
    flex-wrap: wrap;
}

.voice_title{
    width:100%;
	background:#C9CACA;
	color:#001c58;
	font-weight:bold;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding: 5px;
	line-height:2.0;
}
.p-voice-list-ul li a{
    display:block;
    position: absolute;
    top:-1px;
    width:100%;
    height: 100%;
    z-index:2;
}
.p-voice-list-ul li a:hover{
    border-radius:6px;
	background:rgba(143,170,220,0.4)!important;
}
.voice_profile{
    font-size: 0.95em;
    color:#001c58;
    line-height: 1.5;
}
@media screen and (max-width: 690px) {
    .p-voice-list-ul{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align:left;
        vertical-align:top;
    }
    .p-voice-list-ul li{
        position: relative;
        display: block;
        width: 100%;
        flex-wrap: wrap;
        padding: 0;
    }
}
.p-voice-list-liul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:left;
    vertical-align:top;
}
.p-voice-list-liul li{
    position: relative;
    display: inline-block;
	list-style: none;
	margin:0;
}
.p-voice-list-liul li:nth-child(odd){
    position: relative;
    display: inline-block;
    list-style: none;
    width: 40%;
    flex-wrap: wrap;
}
.p-voice-list-liul li:nth-child(even){
    position: relative;
    display: inline-block;
	width: 60%;
	padding: 0.5em 1em;
    list-style: none;
	background:#ffffff;
    flex-wrap: wrap;
}
.voice_cont{
	margin-top:0.5em;
	font-size:0.9em;
}
.voice_enter{
	display:block;
	position:relative;
	background:#001c58;
	color:#ffffff;
	font-size:0.85em;
	padding: 4px 5px;
	position:absolute;
	bottom:0;
	right:18px;
}
.voice_enter::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    border: 12px solid transparent;
    border-left: 11px solid #001c58;
}
/* 2024renewal end */