@charset "UTF-8";
/*******************************
* Style Guideline definitions **
*******************************/
/*** Colors ***/
/*Body Color*/
/* Text Color */
/* Brand Color */
/* Brand Sub-color */
/* Grey Color */
/* Black/White */
/*** Typography ***/
/* Primary typeface */
/*** Headlines ***/
/* H1 */
/* H2 */
/* H3 */
/*******************************
******** DK Definitions ********
*******************************/
/* Base */
/* Font Size */
/* Media */
/* MaxWidth */
/* Button */
/* Tab */
/* guideline外色 */
/* Design hooks */
/* Flexible layout - 左右のpaddingを削除 */

.titleContainer{
    background-color: #2A384C;
    color: #FFFFFF;
}

.titleCont{
    max-width:1200px;
    margin: auto;
    width: 100%;
    padding: 42px 5px;
}

.mainCont{
    max-width:1200px;
    margin: auto;
    width: 100%;
    padding: 70px 0 0 0;
    display: flex;
}

.englishTitle{
    font-size: 2rem;
    line-height: 48px;
}

.titleCont .title{
    font-size: 3.2rem;
    line-height: 48px;;
}

/*main body*/
.bodyCont{
    width: 100%;
    padding-right: 5px;
}

.subtitle{
    font-size: 3.6rem;
    line-height: 160%;
    margin-bottom: 55px;
}

.overview{
    font-size: 2rem;
    line-height: 180%;
    padding-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
}

.titleH1{
    font-size: 3rem;
    padding: 20px 0;
    line-height: 36px;
}

.titleH1.nopadding {
    padding: 0;
}

.sectionTitle{
    font-size: 2.8rem;
    line-height: 36px;
    padding: 4px 12px;
    color: #FFFFFF;
    background-color: #2A384C;
    margin-bottom: 38px;
    margin-top: 25px;
}

.sectionTitle2{
    font-size: 2.8rem;
    line-height: 36px;
    padding: 4px 12px;
    color: #FFFFFF;
    background-color: #670606;
    margin-bottom: 38px;
    margin-top: 25px;
}

.sectionTitle.firstTitle {
    margin-top: 0;
}

.sectionSubtitle{
    font-size: 2.8rem;
    margin-bottom: 38px;
    line-height: 180%;
}

.sectionContent{
    font-size: 2rem;
    line-height: 180%;
    padding-left: 5px;
    padding-right: 5px;
}

.mtop40{
    margin-top:30px;
}

.mleft40 {
    width: 100%;
    margin-bottom: 10px;
}

.sectionPointLabel::before{
    content: "";
    background-color: #2A384C;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 5px;
}

.sectionPointLabel{
    font-size: 1.6rem;
    line-height: 150%;
}

.bodyContents{
    font-size: 2rem;
    line-height: 180%;
    padding-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
}

.annotation{
    font-size: 1.8rem;
    line-height: 180%;
    padding-top: 10px;
}

.topic{
    border-bottom: 1px solid #2A384C;
    font-size: 2.5rem;
    padding: 5px 0
}

.staticButtonGolden {
    margin: auto;
    width: 85%;
    text-align: center;
    padding: 25px 10px 22px;
    background-color: #A79246;
    font-size: 3rem;
    line-height: 28.6px;
    vertical-align: middle;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.staticButtonGolden.staticMarginButton {
    margin-top: 40px;
}

.staticButtonGolden:hover {
    opacity: 75%;
}

.titleH1 img {
    width: 32px;
    height: 32px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.titleH1.centerTitle {
    text-align: center;
}

.subTitleH2 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}

.staticTile_title.sectionTitle {
    margin: 0;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
}

.staticTile_content {
    border: 1px solid #D9D9D9;
    border-radius: 0 0 6px 6px;
    padding: 20px;
}

.staticTile_content.dflex {
    display: flex;
    flex-direction: column;
}

.staticTile_imgFlex{
    display: flex;
    height: 100%;
    align-items: end;
}
.staticTile_content img {
    width: 100%;
    height: fit-content;
}

.staticTile_content.dflex {
    display: flex;
    flex-direction: column;
}

.staticTile_content img {
    width: 100%;
}

.staticTileRow {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
    flex-direction: column;
}

.staticTile {
    width: 100%;
}

.staticTile:first-child {
    margin-bottom: 30px;
}

.staticTile_text {
    font-size: 16px;
    font-weight: 450;
    margin-top: 18px;
    line-height: 27.2px;
}

.staticTileCenter_text {
    text-align: center;
}

.titleH1.subCenterTitle {
    text-align: center;
    font-size: 23px;
    padding-bottom: 8px;
}

.sectionSubtitle2{
    font-size: 2.0rem;
    margin-bottom: 38px;
    line-height: 180%;
    padding-top: 40px;
}

.staticTile2 {
    width: 100%;
}

.staticTile2:first-child {
    margin-right: 15px;
}

.staticTile_title2.sectionTitle {
    margin: 0;
    text-align: center;
}

.staticTile_title2.sectionTitle2 {
    margin: 0;
    text-align: center;
}

.staticTile_content2 {
    padding: 28px 11px;
    background-color: #e5e4e499;
}

.staticTile_text2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 27.2px;
    height: 60px;
}

.sectionContent a {
    font-size: 2rem;
}

.sectionContent.sectionContentSpaced {
    margin-bottom: 40px;
}

span.staticTile_samllLetter {
    padding-top: 20px;
    font-size: 12px;
}

span.staticTile_bigLetter {
    font-size: 2.5rem;
}

.setCont {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
    flex-direction: column;
}
.setCont.nomargin {
    margin-bottom: 0px;
}

.sectionImg2 img {
    max-width: 90%;
    height: auto;
}

.sectionImg5 img {
    max-width: 100%;
    height: auto;
    padding: 0 5px;
}

.sectionImg4 img {
    max-width: 100%;
    height: auto;
}

.grayBox {
    background-color: #d9d9d966;
    padding: 20px;
}

.sectionImg5-2 img {
    max-width: 100%;
    height: auto;
}

.sectionImg5-3 img {
    max-width: 100%;
    height: auto;
}

.sectionImgCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sectionImgCenter img {
    width: 40px;
}

.subtitle5{
    font-size: 3.6rem;
    line-height: 160%;
    margin-bottom: 55px;
    text-align: center;
}

.subtitle5.mobileSmallMargin{
    margin-bottom: 0px
}

.sectionPoint5 {
    display: flex;
    align-items: stretch;
    margin-bottom: 5px;

    flex-direction: column;
    padding: 0 45px;
}
.sectionImg5{
    margin: 0 0 10px 0;
}

.sectionPointText {
    width: 100%;
}

.ImgWidth1 {
    width: 100%;
}

.ImgWidth2 {
    width: 100%;
}
    

.messageInBox {
    text-align: center;
    font-size: 3.5rem;
    line-height: 160%;
    padding-top: 30px;
}

.sectionImg8 img {
    max-width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.riskBox {
    background-color: #efe8b345;
}

.staticTile_content8 {
    border: 1px solid #D9D9D9;
    border-radius: 6px 6px 6px 6px;
    padding: 20px;
}

.staticTile_title img {
    width: 35px;
    height: 35px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.sectionTitle8{
    font-size: 2.6rem;
    line-height: 36px;
    /*padding: 4px 12px;*/
    color: #2A384C;
    margin-bottom: 5px;
    margin-top: 5px;
}

/*ページ3*/
.menuItem{
    cursor: pointer;
}

.static_footerCont {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.static_footerContVeil {
    background-color: #041E35D7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.static_footerContent {
    z-index: 1000;
    position: relative;
    padding-top: 48px;
    padding-bottom: 63px;
}

.static_titleH1Footer {
    text-align: center;
    color: white;
    font-size: 4.5rem;
    line-height: 170%;
    margin: 0 0 48px 0px;
}

.static_contentFooter {
    color: white;
    text-align: center;
    font-size: 2.5rem;
    line-height: 170%;
}

.static_footerContent .staticButtonGolden.staticMarginButton {
    max-width: 574px;
    position: relative;
}

.static_footerContent .redCTA {
    position: absolute;
    right: -10px;
    top: -25px;
    background-color: #D92E2E;
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 50px;
    padding-top: 13px;
    font-size: 18px;
    font-weight: 600;
}
/*ページ3 - END*/

.static_step{
    margin-top: 60px;
    margin-bottom: 60px;
}

.static_stepsCont {
    padding-left: 60px;
    position: relative;
}

.static_stepHeader {
    display: flex;
}

.static_stepTitleCont {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.static_stepImg {
    width: 50%;
    display: none;
}

.static_stepImg img {
    width: 100%;
    border-radius: 10px;
}

.static_stepNumber {
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    position: relative;
}

.static_stepNumber .static_stepDot {
    content: "";
    background-color: #2A384C;
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    border-radius: 50px;
    top: 6px;
    left: -40px;
}

.static_stepNumber .static_stepDot .static_stepLine{
    position: absolute;
    display: inline-block;
    width: 5px;
    height: var(--static-line-height);
    background-color: #2A384C;
    top: 0;
    left: 5px;
}

.static_stepTitle {
    font-size: 22px;
    line-height: 160%;
}

.static_stepBody {
    font-size: 16px;
    line-height: 180%;
    margin-top: 30px;
}

span.static_stepLink {
    display: block;
    margin: 30px 0;
}

.static_stepBodyHighlight {
    background-color: #E8EAEC;
    padding: 10px 17px 5px 17px;
    margin-bottom: 30px;
}

.static_stepBodyHighlight .static_subbody{
    font-size: 14px;
}

.static_stepLink a{
    color: #2A384C;
    font-size: 18px;
}

.static_stepLink a:hover{
    color: #1f2a38;
}

/*side bar*/
.sideBar{
    width: 30%;
    display: none;
}

.spUnder{
    display: none;
}

.menuItemTop{
    color: #999999;
    size: 1.4rem;
    line-height: 160%;
    padding: 10px 5px;
    border-bottom: 1px solid #D9D9D9;
}

.menuItem.firstMenu{
    border-top: 1px solid #D9D9D9;
}
.menuItem{
    size: 1.4rem;
    line-height: 160%;
    padding: 22px 12px;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
}

.staticTileCenter_text{
    font-size: 16px;
}
.sectionCont.lastCont {
    padding-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
}
.sectionImg5.mb50, .grayBox.mb50 {
    margin-bottom: 40px;
}

.sectionImg5.mt50, .grayBox.mt50 {
    margin-top: 40px;
}

/* footer */

.static_footerCont {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.static_footerContVeil {
    background-color: #041E35D7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.static_footerContent {
    z-index: 1000;
    position: relative;
    padding-top: 48px;
    padding-bottom: 63px;
}

.static_footerContent .staticButtonGolden.staticMarginButton {
    max-width: 574px;
    position: relative;
}

.static_stepBodyHighlight.plusPadding {
    padding-top: 18px;
}
 
.static_footerProperties {
    margin: auto;
    width: 90%;
    margin-top: 48px;
}
 
.static_footerProperties img {
    width: 100%;
}
/* footer end */

@media(max-width: 768px){
    .spUnder{
        width: 100%;
        display: block;
    }
}


@media(min-width: 768px){
    .titleCont{
        padding: 42px 5px;
    }

    .englishTitle{
        font-size: 18px;
    }

    .titleCont .title{
        font-size: 32px;
    }

    .subtitle{
        font-size: 36px;
    }

    .bodyCont{
        width: 70%;
	padding-right:60px;
    }

    .mainCont{
        padding: 70px 5px 0 5px;
    }

    .overview{
        font-size: 16px;
    }

    .titleH1{
        font-size: 26px;
	padding: 38px 0;
    }

    .sectionTitle{
        font-size: 20px;
    }

    .sectionSubtitle{
        font-size: 20px;
    }

    .sectionPointLabel{
        font-size: 16px;
    }

    /*side bar*/
    .sideBar{
        display: block;
    }

    .menuItem{
        size: 14px;
    }
    .sectionImg5 img {
        max-width: 100%;
        height: auto;
        padding: 0 20px;
    }
    .staticButtonGolden {
        font-size: 22px;
	width: 70%;
    }
    .staticTileRow {
        flex-direction: row;
    }
    .staticTile:first-child {
        margin-right: 28px;
        margin-bottom: 0px;
    }
    .staticTile2 {
        width: 50%;
    }
    .static_titleH1Footer {
        font-size: 32px;
    }
    .static_contentFooter {
        font-size: 20px;
    }
    .static_footerProperties {
        width: 50%;
    }
    .staticTile {
        width: 50%;
	display: flex;
	flex-direction: column;
    }
    .staticTile_content{
	height: 100%;
    }
    .setCont {
        flex-direction: row;
        margin-bottom: 60px;
    }
.setCont.nomargin {
    margin-bottom: 60px;
}
    .mleft40 {
        width: 30%;
        padding-right: 10px;
	margin-bottom: 0px;
    }
    .annotation{
	font-size: 1.2rem;
	padding-top: 20px;
    }
    .static_stepImg {
        width: 50%;
        display: block;
    }
    .static_stepTitleCont {
        width: 50%;
    }
.subtitle5.mobileSmallMargin{
    margin-bottom: 55px
}
.sectionPointText {
    width: 70%;
}
.sectionImg5-2 img {
    padding-right: 10px;
}
.mtop40{
    margin-top:40px;
}

.sectionPoint5 {
    flex-direction: row;
    padding: 0 0px;
}
.sectionImg5{
    margin: 0;
}
.sectionTitle8{
    padding: 4px 12px;
}
.sectionImg8 img {
    padding-left: 100px;
    padding-right: 100px;
}
.sectionPoint5 {
    margin-bottom: 30px;
}
.ImgWidth1 {
    width: 33.33%;
    margin-left: 16.5%;
}

.ImgWidth2 {
    width: 33.33%;
}

.sectionContent{
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
}
.staticTileCenter_text{
    font-size: 16px;
}
.staticTile_bigLetter{
    font-size: 20px;
}
.messageInBox {
    text-align: center;
    font-size: 30px;
}
}