.keyvisual--common-01 {
    background-image: url(/m/cmn_files/img/member-page/affiliated/keyvisual.jpg);
}
@media screen and (max-width: 768px){
	.keyvisual--common-01 {
    	background-image: url(/m/cmn_files/img/member-page/affiliated/keyvisual-sp.jpg);
	}
}

.kanri_img{
	width: 800px;
	display: block;
	margin: 0 auto;
}

svg {
    width: 800px;
    display: block;
    margin: 0 auto;
    position: relative;
}

/*ul.text01 {
    opacity: 0;
    visibility: hidden;
    width: 20%;
    position: absolute;
    top: 30px;
    left: 75%;
    padding: 1%;
    border-radius: 5px;
    background: #33cc99;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

ul.text01:after {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: -19px;
    margin-left: 10px;
    border: solid transparent;
    border-top-color: #33cc99;
    border-width: 10px;
    pointer-events: none;
    content: " ";
}
ul.text02 {
    opacity: 0;
    width: 20%;
    position: absolute;
    bottom: 20px;
    left: 75%;
    padding: 1%;
    border-radius: 5px;
    background: #33cc11;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

ul.text02:after {
    position: absolute;
    width: 0;
    height: 0px;
    left: -23px;
    top: 10px;
    margin-left: 5px;
    border: solid transparent;
    border-right-color: #33cc11;
    border-width: 10px;
    pointer-events: none;
    content: " ";

}
ul.text03 {
    opacity: 0;
    width: 20%;
    position: absolute;
    bottom: 20px;
    left: 75%;
    padding: 1%;
    border-radius: 5px;
    background: #33cc11;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

ul.text03:after {
    position: absolute;
    width: 0;
    height: 0px;
    left: -23px;
    top: 10px;
    margin-left: 5px;
    border: solid transparent;
    border-right-color: #33cc11;
    border-width: 10px;
    pointer-events: none;
    content: " ";

}
ul.text04 {
    opacity: 0;
    width: 20%;
    position: absolute;
    bottom: 20px;
    left: 75%;
    padding: 1%;
    border-radius: 5px;
    background: #33cc11;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

ul.text04:after {
    position: absolute;
    width: 0;
    height: 0px;
    left: -23px;
    top: 10px;
    margin-left: 5px;
    border: solid transparent;
    border-right-color: #33cc11;
    border-width: 10px;
    pointer-events: none;
    content: " ";

}
ul.text05 {
    opacity: 0;
    width: 20%;
    position: absolute;
    bottom: 20px;
    left: 75%;
    padding: 1%;
    border-radius: 5px;
    background: #33cc11;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

ul.text05:after {
    position: absolute;
    width: 0;
    height: 0px;
    left: -23px;
    top: 10px;
    margin-left: 5px;
    border: solid transparent;
    border-right-color: #33cc11;
    border-width: 10px;
    pointer-events: none;
    content: " ";

}
ul.text06 {
    opacity: 0;
    width: 20%;
    position: absolute;
    top: 170px;
    left: 38%;
    padding: 1%;
    border-radius: 5px;
    background: #33cc11;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

ul.text06:after {
    position: absolute;
    width: 0;
    height: 0px;
    left: 80px;
    bottom: -18px;
    margin-left: 5px;
    border: solid transparent;
    border-top-color: #33cc11;
    border-width: 10px;
    pointer-events: none;
    content: " ";

}
#path01:hover + .text01,
#path02:hover + .text02,
#path03:hover + .text03,
#path04:hover + .text04,
#path05:hover + .text05,
#path06:hover + .text06 {
    opacity: 1;
    visibility: visible;
    transition : all 0.5s ease 0s;
}
.open{
    opacity: 1;
    visibility: visible;
    transition : all 0.5s ease 0s;
}
#path01,#path02,#path03,
#path04,#path05,#path06{
cursor: pointer;
}
*/
.videotitle{
    font-size: 1.3rem;
    font-weight: bold;
    color: #085a87;
    text-align: center;
    display: block;
    margin: 50px auto 15px;
}
.videonote{
    font-size: 1rem;
    color: #2d8edc;
}
.contents iframe{
    width: 100%;
    height: 450px;
}
@media screen and (max-width:767px) {
    .videotitle{
        font-size: 1.1rem;
    }
    .videonote{
        font-size: 0.8rem;
    }
    .contents iframe{
        width: 100%;
        height: 50vw;
    }
}
.module-anchors__item {
    width: 33%;
    text-align: center;
}
.module-anchors__item:first-of-type .module-anchors__link {
     padding-left: 35px!important;
}
.module-anchors__item:last-of-type {
    border-right: 1px solid #fff!important;
}

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 35%; /* グローバルナビ4つの場合 */
    height: 200px;
    line-height: 50px;
    background: unset;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: none;
}

ul.menu__second {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.men > li:hover {
    background: #072A24;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bttom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: absolute;
    left: 30.3%;
    top: 340px;
}

li.menu__single ul.menu__second {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second {
    top: -120px;
    visibility: visible;
    opacity: 1;
}

.aff_title1,.aff_title2,.aff_title3,
.aff_title4,.aff_title5,.aff_title6{
    padding: 20px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 10px;
}
.aff_title1{
    background: #67c6f1;
}
.aff_title2{
    background: #dfd596;
}
.aff_title3{
    background: #87c89c;
}
.aff_title4{
    background: #ee7e7f;
}
.aff_title5{
    background: #9274ae;
}
.aff_title6{
    background: #0a907b;
}
.aff-contents__list{
    display: flex;
    flex-wrap: wrap;
}
.aff-contents__text{
    font-size: .9rem;
}

.aff-contents__image{
    display: flex;
    justify-content: center;
    background: #ddd;
    padding: 1rem 0;
    height: 200px;
}
.aff-contents__image img{
    object-fit: contain;
}
.aff-contents__item{
    width: 48%;
    /*min-height: 530px;*/
    position: relative;
}
.aff-contents__item:nth-child(odd){
    margin-right: 3.97727%;
}
/*.aff-btn-wrap--col2 {
    margin-bottom: 110px;
}*/
.aff-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.aff-btn-wrap--col2 .aff-btn {
    margin-right: 2.38095%;
    margin-bottom: 0;
    margin-left: 0;
    max-width: initial;
    max-width: none;
    width: 48.80952%;
}
.aff-btn-wrap--col2 .aff-btn:nth-of-type(2n) {
    margin-right: 0;
}
@media screen and (min-width: 769px){
.aff-btn__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
}

.aff-btn__link {
    display: block;
    padding-top: 10px;
    padding-bottom: 11px;
    border: 1px solid #088776;
    border-radius: 40px;
    text-align: center;
    background-color: #FFF;
}
.aff-btn--icon-external .aff-btn__txt {
    padding-right: 35px;
    padding-left: 0;
}

.aff-btn__txt {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    max-width: 85%;
    color: #088776;
    font-weight: bold;
    font-size: .8rem;
}

.aff-btn--icon-pink .aff-btn__txt:before {
    background-image: url(/m/cmn_files/img/icon-download-pink.png);
}
.aff-btn--no-icon .aff-btn__txt:before,
.aff-btn--no-icon .aff-btn__txt:after {
    display: none;
}

.aff-btn--icon-pdf .aff-btn__txt:before,
.aff-btn--icon-pdf2 .aff-btn__txt:before,
.aff-btn--icon-external .aff-btn__txt:before {
    display: none;
}

.aff-btn__txt:before {
    position: absolute;
    top: 50%;
    left: 0%;
    display: inline-block;
    width: 30px;
    height: 35px;
    background: url(/m/cmn_files/img/icon-download-green.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: '';
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aff-btn--icon-external .aff-btn__txt:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -2px;
    width: 19px;
    height: 19px;
    background: url(/m/cmn_files/img/clicker_green.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: '';
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dummy1{
    height:60px;
}
.dummy2{
    height:120px;
}
.dummy3{
    width: 48%;
    height: 48px;
    font-size: 0.7rem;
    text-align: center;
}
.mr_set{
    margin-right: 2.38095%;
}
@media screen and (max-width: 768px){
.dummy1{
    display:none;
}
.dummy2{
    display:none;
}
.dummy3{
    display:none;
}
    .aff-contents__list {
        display: block;
    }
    .aff-btn-wrap{
        display: block;
        position: unset;
        margin-top: 10px;
    }
    .aff-btn-wrap--col2 .aff-btn {
        width: 100%;
    }
    .aff-contents__item {
        width: 100%;
        min-height: auto;
    }
    .aff-contents__item:nth-child(odd) {
        margin-right: 0;
    }
    .mb10-sp{
        margin-bottom: 10px!important;
    }
}

