@charset "UTF-8";

/* ============ top */
/* ====== main visual */


#set1 section#mv {
    margin: 0;
    padding: 0;
    background: #000b0c;
}

#mv .section_wrap {
    padding: 0;
    height: 540px;
    position: relative;
}

.ddf_cw_inner {
}

#ddf_cw_modal_thum {
    visibility: hidden;
}

#ddf_cw_video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ddf_cw_mark {
    display: none;
}

/* ====== about */

.content_box .h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.26rem;
}

.content_box .h2 > span {
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.08rem;
}

.content_box .h2 > span > span {
    padding: 0;
    position: relative;
}

.content_box .h2 > span > span > sup {
    position: absolute;
    left: 100%;
    bottom: 90%;
    font-size: 0.9rem;
    word-break: keep-all;

}

.content_box .text {
    margin: 40px 0 0;
    text-align: center;
}

.content_box .small {
    
}

.text{
    font-size: 1.0rem;
}
.small {
    
}

#set1 section:nth-child(2n-1) {
    background: #eeeeee;
}

#service .content_box .h2 {
    display: block;
    background: #0d1b38;
    line-height: 1.0;
    font-size: 1.0rem;
    padding: 12px 0;
    margin: 0 0 20px;
}

#service .content_box .h2 span{
    color: #ffffff;
    font-size: 2.0rem;
    font-weight: 300;
    vertical-align: middle;
}

.service_p {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.service_box {
    margin: 0 4px 4px 0;
    padding: 0;
    float: left;
    width: calc((100% - 10px) / 3);
    height: 500px;
    background: #ffffff;
}

.service_box:nth-child(3n){
    margin-right: 0;
}

.service_box img {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.service_box h3 {
    margin: 28px 0 16px;
    padding: 0 20px;
    width: auto;
    font-size: 1.6rem;
    font-weight: 600;
    color: #0d1b38;
    display: block;
}

.service_box p {
    margin: 0;
    padding: 0 20px;
    width: auto;
    color: #000000;
    display: block;
    font-size: 1.09rem;
    letter-spacing: -0.01rem;
}

    
/* ========= modal ==============*/
#ddf_mv_sp_modal {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	opacity: 0;
}


    
/* ========= footer_faq ==============*/
.faq_top_ttl {
    font-size: 1.5rem;
    color: #0382FF;
    margin-bottom: 1rem;
    text-align: left;
}

#footer_faq.content {
    max-width: 1000px;
    margin: 40px auto;
    padding: 10px;
}

#footer_faq.content .qa .ac1 {
    cursor: pointer;
    border: solid 1px #CCCCCC;
    overflow: hidden;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

#footer_faq.content .qa .ac1::before {
    content: url(../../faq/img/faq_q.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin: 20px 15px;
}

#footer_faq.content .qa .ac1 p {
    height: 40px;
    display: table-cell;
    padding: 20px 10px 20px 0;
    font-size: 1.2rem;
    vertical-align: middle;
    text-align: justify;
    line-height: 1.2em;
}

#footer_faq.content .qa .inner {
    background: #F0E2E2;
    color: #333333;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#footer_faq.content .qa .inner li.content1-1::before {
    content: url(../../faq/img/faq_a.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin: 20px 15px;
}

#footer_faq.content .qa .inner li.content1-1 p {
    height: initial;
    display: table-cell;
    padding: 20px 10px 20px 0;
    font-size: 1.2rem;
    line-height: 1.5em;
    text-align: justify;
}

/* =========================== media =============================== */
/* =========================== media =============================== */
/* =========================== media =============================== */
/* =========================== media =============================== */
@media (max-width:600px) {
    #ddf_cw_modal_thum {
        width: auto;
        height: 100%;
        visibility: visible;
        background: url(/assets/images/top/ddf_mv_sp_modal_thum_bg.png) no-repeat center center;
        background-size: cover;
        position: relative;
        cursor: pointer;
    }
    #ddf_cw_video {
        display: none;
    }
    #ddf_cw_modal_text {
        width: 90%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        cursor: pointer;
    }

    #ddf_cw_modal_play {
        width: 60px;
        left: 50%;
        top: 85%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        cursor: pointer;
    }


/* ========= modal ==============*/

    .ddf_cw_inner {
        height: 100%;
        width: 100%;
        padding: 0;
        height: 250px;
        position: relative;
    }
    #ddf_mv_sp_modal_inner {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
    }
    #ddf_mv_sp_modal_video {
      margin: 0;
      padding: 0;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      z-index: 1200;
    }
    .ddf_mv_sp_modal_c {
      margin: 0;
      padding: 0;
    }
    .ddf_mv_sp_modal_b {
      margin: 0;
      padding: 0;
    }
    .cm_mpdal_player {
      margin: 0;
      padding: 0;
    }
    .cm_mpdal_player_in {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
    }

    #ddf_mv_sp_modal_control {
      margin: 0;
      padding: 0;
      background: #000000;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      position: relative;
      z-index: 1000;
    }

    #ddf_mv_sp_modal_close {
      margin: 0;
      padding: 0;
      position: absolute;
      top: calc(50% - 270px);
      left: calc(89%);
      display: inline-block;
      position: relative;
      margin: 0 20px 0 16px;
      padding: 0;
      width: 4px;
      height: 40px;
      background: #ffffff;
      transform: rotate(45deg);
    }

    #ddf_mv_sp_modal_close:before {
      display: block;
      content: "";
      position: absolute;
      top: calc(50% - 0px);
      left: -18px;
      width: 40px;
      height: 4px;
      margin-top: -2px;
      background: #ffffff;
    }

    #ddf_mv_sp_modal_close span {
      display: none;
    }
    #ddf_mv_sp_modal_1 {
      display: none;
    }

    #ddf_mv_sp_modal {
    }

    #ddf_mv_sp_modal.is-open {
      opacity: 1;
      z-index: 1000;
    }
    #ddf_mv_sp_modal_1.is-open {
      display: block;
    }
    #ddf_mv_video_sp {
        width: 100%;
    }

    #ddf_cw_mark {
        margin: 0;
        padding: 30px 20px;
        background: #eeeeee;
    }

    #ddf_cw_mark > img {
        width: 100%;
        margin: 0 0 10px;
    }
    #ddf_cw_mark > p{
        font-size: 0.8rem;
        letter-spacing: 0.01rem;
        text-align: left;
    }

    #main section:last-child .section_wrap {}

    #service .content_box .h2 {
        font-size: 100%;
        padding: 0;
    }

    #service .content_box .h2 span {
        margin: 0;
        font-size: 1.6rem;
    }
		
		#footer_faq.content .qa .inner {
				display: none;
		}		

}