@charset "UTF-8";
/* CSS Document */


.hero{
    width: 100%;
    height: 500px;
    position: relative;
}
.hero .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hero .image::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.hero .title{
    position: relative;
    width: 90%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero .title,
.hero .title h1{
    font-size: 4.8rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.3;
}
.hero .title .en{
    padding-top: 10px;
    
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    
    font-size: 3.6rem;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.hero.about{
    height: 600px;
}
.hero.about .title{
    align-items: center;
    text-align: center;
}
.hero.about .title,
.hero.about .title h1{
    line-height: 1.5;
}
.hero.about .title .en{
    padding-top: 0;
    margin-bottom: 30px;
    font-weight: 200;
}

@media only screen and (max-width: 750px){

.hero{
    height: 250px;
}
.hero .title,
.hero .title h1{
    font-size: 2.8rem;
}
.hero .title .en{
    padding-top: 6px;
    font-size: 2.2rem;
    color: #fff;
}

.hero.about{
    height: 300px;
}

}




.subHeader{
    width: 100%;
    height: 300px;
    position: relative;
    
    background-image: url("img/bg_subHeader.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.subHeader.noimg{
    background-image: none;
    background: linear-gradient(45deg, #041020 0%, #0a2a54 100%);
}

.subHeader .title{
    position: relative;
    width: 90%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.subHeader .title,
.subHeader .title h1{
    font-size: 4.0rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.3;
}
.subHeader .title .en{
    padding-top: 10px;
    
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    
    font-size: 3.0rem;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.3;
}


@media only screen and (max-width: 750px){

.subHeader{
    height: 200px;
}
.subHeader .title,
.subHeader .title h1{
    font-size: 2.4rem;
}
.subHeader .title .en{
    padding-top: 6px;
    font-size: 1.8rem;
    color: #fff;
}

}






.breadcrumb{
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}
.breadcrumb ul {
    width: 100%;
    line-height: 1.3;
}
.breadcrumb ul li {
    font-size: 1.3rem;
    display: inline-block;
}
.breadcrumb ul li:not(:last-child)::after {
    content: ">";
    margin: 0 0.5em;
}
.breadcrumb ul li a{
    text-decoration: none;
    position: relative;
}
.breadcrumb ul li a:hover{
    text-decoration: underline;
}

.breadcrumb ul li a.home{
    padding-left: 20px;
}
.breadcrumb ul li a.home::before{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    
    width: 15px;
    height: 15px;
    background-image: url("img/icon_bc_home.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% auto;
}



.pagelead{
    width: 100%;
    margin: 100px 0 80px;
}
.pagelead .copy{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;

    text-align: center;
    font-size: 4.0rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.5;
    
    margin-bottom: 70px;
}
.pagelead .lead{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;

    text-align: center;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.0;
}
.pagelead.about .lead{
    font-size: 2.1rem;
}
.pagelead.startup{
    margin: 100px 0 30px;
}
.pagelead.startup .lead{
    max-width: 1200px;
    text-align: left;
}
.pagelead .cBlockWrapper{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.pagelead .cBlock{
    text-align: left;
}
.pagelead .cBlock.note,
.pagelead .cBlock.note p,
.pagelead .cBlock.note li{
    font-size: 1.5rem;
}


@media only screen and (max-width: 750px){

.pagelead{
    margin: 60px 0 40px;
}
.pagelead .copy{
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 40px;
}
.pagelead .lead{
    text-align: left;
    font-size: 1.5rem;
}
.pagelead.about .lead{
    font-size: 1.6rem;
}
.pagelead.startup{
    margin: 60px 0 20px;
}

.pagelead .cBlock.note,
.pagelead .cBlock.note p,
.pagelead .cBlock.note li{
    font-size: 1.4rem;
}

}


ul.pillar{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
}
ul.pillar li{
    width: 50%;
    padding: 20px 60px 60px;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
ul.pillar li:nth-child(1){
    background-image: url("img/bg_pillar_01.jpg");
}
ul.pillar li:nth-child(2){
    background-image: url("img/bg_pillar_02.jpg");
}
ul.pillar li .title{
    width: 100%;
    min-height: 160px;
    padding: 20px 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.pillar li .title h3{

    font-size: 2.6rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.05em;
    
    text-align: center;
}
ul.pillar li p{
    font-size: 1.7rem;
    font-weight: 200;
    color: #fff;
}


@media only screen and (max-width: 750px){

ul.pillar li{
    width: 100%;
    padding: 20px 30px 40px;
}
ul.pillar li .title{
    min-height: 100px;
    padding: 20px 0 30px;
}
ul.pillar li .title h3{
    width: 100%;
    font-size: 2.2rem;
    text-align: left;
}
ul.pillar li p{
    font-size: 1.5rem;
}

}


.aboutus.purpose{
    width: 100%;
    padding: 110px 0;
    
    background-color: #f5f5f5;
}
.aboutus.purpose .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
}
.aboutus.purpose .outline{
    width: 50%;
    padding-right: 20px;
}
.aboutus.purpose .example{
    width: 50%;
}
.aboutus.purpose h2{
    width: 100%;
    
    font-size: 3.0rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.0;
    
    padding-bottom: 65px;
    position: relative;
    
    margin-bottom: 60px;
}
.aboutus.purpose h2::after{
    content: "PURPOSE";
    position: absolute;
    left: 0;
    bottom: 0;
    
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    
    font-size: 4.8rem;
    color: #0098d0;
}
.aboutus.purpose p{
    font-weight: 400;
    line-height: 2.0;
}
.aboutus.purpose .example{
    padding: 40px 50px;
    
    background-color: #fff;
}
.aboutus.purpose .example ul{
}
.aboutus.purpose .example li{
    width: 100%;
    padding: 25px 25px;
    border-top: 1px solid #b1c8e6;
}
.aboutus.purpose .example li:first-child{
    border-top: none;
}

@media only screen and (max-width: 750px){

.aboutus.purpose{
    padding: 60px 0 40px;
}
.aboutus.purpose .outline{
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
}
.aboutus.purpose .outline p{
    font-size: 1.5rem;
}
.aboutus.purpose .example{
    width: 100%;
}
.aboutus.purpose h2{
    font-size: 2.6rem;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.aboutus.purposee h2::after{
    font-size: 3.0rem;
}
.aboutus.purpose .example{
    padding: 10px 25px;
}
.aboutus.purpose .example li{
    padding: 15px 0;
    font-size: 1.5rem;
}

}



.aboutus.step{
    width: 100%;
    padding: 110px 0;

    position: relative;
    overflow: hidden;

    background-image: url("img/bg_about_step.jpg");
    background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;
    background-attachment: fixed;
}
.aboutus.step h2{
    text-align: center;
    font-size: 4.0rem;
    font-weight: 400;
    
    margin-bottom: 80px;
}

.aboutus.step dl{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.aboutus.step dt{
    width: 100%;
    height: 120px;
    
    border-top: 1px solid #b1c8e6;
    
    display: flex;
    align-items: center;
    
    border-left: 10px solid #06101f;
    background-color: #fff;
    
    position: relative;
    z-index: 105;
    
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aboutus.step dt:hover{
    background-color: #dde7f7;
}
.aboutus.step dt:first-child{
    border-top: none;
}

.aboutus.step dt::before{
    content: "";
    position: absolute;
    z-index: 110;
    right: 50px;
    top: 50%;
    margin-top: -2px;
    
    width: 30px;
    height: 4px;
    background-color: #06101f;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aboutus.step dt::after{
    content: "";
    position: absolute;
    z-index: 110;
    right: 63px;
    top: 50%;
    margin-top: -15px;

    width: 4px;
    height: 30px;
    background-color: #06101f;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aboutus.step dt.open::before{
    transform: rotate(90deg);
    opacity: 0;
}
.aboutus.step dt.open::after{
    transform: rotate(90deg);
}

.aboutus.step dt .sNo{
    margin-left: 45px;
    
    font-family: "Oswald", sans-serif;
    font-weight: 200;

    font-size: 2.2rem;
    color: #fff;
    
    position: relative;
    z-index: 110;
}
.aboutus.step dt .sNo::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    
    margin-left: -20px;
    margin-top: -10px;
    
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #06101f;
}
.aboutus.step dt .title{
    margin-left: 40px;
    
    font-size: 2.0rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.aboutus.step dd{
    width: 100%;
    padding: 20px 80px 40px 100px;
    
    border-left: 10px solid #06101f;
    background-color: #fff;
    
    display: none;
}
.aboutus.step dd p,
.aboutus.step dd li{
    font-size: 1.6rem;
}
.aboutus.step dd p a{
    color: #165dba;
    text-decoration: underline;
}
.aboutus.step dd p a:hover{
    text-decoration: none;
}
.aboutus.step dd p em{
    color: #e00;
}

.aboutus.step dt:nth-child(3){ border-left: 10px solid #122b51; }
.aboutus.step dt:nth-child(3)::before{ background-color: #122b51; }
.aboutus.step dt:nth-child(3)::after{ background-color: #122b51; }
.aboutus.step dt:nth-child(3) .sNo::after{ background-color: #122b51; }
.aboutus.step dd:nth-child(4){ border-left: 10px solid #122b51; }

.aboutus.step dt:nth-child(5){ border-left: 10px solid #1e4583; }
.aboutus.step dt:nth-child(5)::before{ background-color: #1e4583; }
.aboutus.step dt:nth-child(5)::after{ background-color: #1e4583; }
.aboutus.step dt:nth-child(5) .sNo::after{ background-color: #1e4583; }
.aboutus.step dd:nth-child(6){ border-left: 10px solid #1e4583; }

.aboutus.step dt:nth-child(7){ border-left: 10px solid #2a5fb4; }
.aboutus.step dt:nth-child(7)::before{ background-color: #2a5fb4; }
.aboutus.step dt:nth-child(7)::after{ background-color: #2a5fb4; }
.aboutus.step dt:nth-child(7) .sNo::after{ background-color: #2a5fb4; }
.aboutus.step dd:nth-child(8){ border-left: 10px solid #2a5fb4; }


@media only screen and (max-width: 750px){

.aboutus.step{
    padding: 60px 0;
}
.aboutus.step h2{
    font-size: 2.6rem;
    margin-bottom: 50px;
}
.aboutus.step dt{
    height: 90px;
    border-left: 6px solid #06101f;
}
.aboutus.step dt::before{
    right: 20px;
    top: 50%;
    margin-top: -1px;
    
    width: 20px;
    height: 2px;
}
.aboutus.step dt::after{
    right: 29px;
    margin-top: -10px;

    width: 2px;
    height: 20px;
}

.aboutus.step dt .sNo{
    margin-left: 30px;
    font-size: 1.8rem;
}
.aboutus.step dt .sNo::after{
    margin-left: -12px;
    margin-top: -4px;
    
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.aboutus.step dt .title{
    margin-left: 25px;
    
    font-size: 1.6rem;
}

.aboutus.step dd{
    padding: 20px 30px 30px 20px;
    
    border-left: 6px solid #06101f;
}
.aboutus.step dd p,
.aboutus.step dd li{
    font-size: 1.4rem;
}

.aboutus.step dt:nth-child(3){ border-left: 6px solid #122b51; }
.aboutus.step dd:nth-child(4){ border-left: 6px solid #122b51; }

.aboutus.step dt:nth-child(5){ border-left: 6px solid #1e4583; }
.aboutus.step dd:nth-child(6){ border-left: 6px solid #1e4583; }

.aboutus.step dt:nth-child(7){ border-left: 6px solid #2a5fb4; }
.aboutus.step dd:nth-child(8){ border-left: 6px solid #2a5fb4; }

}


.aboutus.access{
    width: 100%;
    padding: 120px 0 100px;
}
.aboutus.access h2{
    padding-top: 70px;
    text-align: center;
    
    font-size: 3.0rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    
    position: relative;
    
    margin-bottom: 100px;
}
.aboutus.access h2::before{
    content: "ACCESS";
    position: absolute;
    left: 50%;
    top: 0;
    
    margin-left: -1.55em;
    
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    
    font-size: 5.0rem;
}
.aboutus.access h2.en{
    padding-top: 0;
    font-size: 4.0rem;
    margin-bottom: 100px;
}
.aboutus.access h2.en::before{
    content: "";
}

.aboutus.access .mapArea{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    
    position: relative;
    overflow: hidden;
    
    margin-bottom: 70px;
}

.aboutus.access .map,
.aboutus.access .photo{
    width: 50%;
	display: block;
	position: relative;
    z-index: 115;

    overflow: hidden;
	
	line-height: 0;
}
.aboutus.access .map .gmap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 71.428571%;    
}
.aboutus.access .map .gmap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aboutus.access .photo img{
    width: 100%;
}

.aboutus.access .location{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.aboutus.access .location .name{
    display: inline-block;
    height: 40px;
    
    padding-top: 5px;
    padding-left: 45px;
    
    font-size: 2.8rem;
    line-height: 1.0;
    letter-spacing: 0.05em;
    
    position: relative;
    
    margin-bottom: 30px;
}
.aboutus.access .location .name::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    
    width: 30px;
    height: 40px;
    background-image: url("img/icon_marker.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}

.aboutus.access .location p.address{
    text-align: center;
    margin-bottom: 20px;
}
.aboutus.access .location p.station{
    font-size: 1.5rem;
    text-align: center;
}


@media only screen and (max-width: 750px){

.aboutus.access{
    padding: 60px 0 60px;
}
.aboutus.access h2{
    padding-top: 50px;
    
    font-size: 2.2rem;
    margin-bottom: 60px;
}
.aboutus.access h2::before{
    font-size: 3.6rem;
}
.aboutus.access h2.en{
    font-size: 2.4rem;
    margin-bottom: 60px;
}
.aboutus.access .mapArea{
    margin-bottom: 50px;
}

.aboutus.access .map,
.aboutus.access .photo{
    width: 100%;
}
.aboutus.access .location .name{
    height: 30px;
    
    padding-top: 2px;
    padding-left: 35px;
    
    font-size: 2.2rem;
    margin-bottom: 20px;
}
.aboutus.access .location .name::before{
    width: 25px;
    height: 35px;
}
.aboutus.access .location p.address{
    margin-bottom: 15px;
}
.aboutus.access .location p.station{
    font-size: 1.3rem;
}

}


.subIndex{
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 40px;
    
    position: relative;
    z-index: 100;
}

.subIndex > ul{
    width: 100%;
    position: relative;
    z-index: 105;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.subIndex > ul > li{
    width: calc((100% - 20px) / 3);
    position: relative;
    z-index: 110;
    margin-right: 10px;
    margin-bottom: 50px;
}
.subIndex > ul > li:hover{
    z-index: 1000;
}
.subIndex > ul > li:nth-child(3n+3){
    margin-right: 0;
}
.subIndex > ul.cl2 > li{
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}
.subIndex > ul.cl2 > li:nth-child(3n+3){
    margin-right: 20px;
}
.subIndex > ul.cl2 > li:nth-child(2n+2){
    margin-right: 0;
}

.subIndex > ul > li a{
    display: block;
}
.subIndex > ul > li .image{
    width: 100%;
	display: block;
	position: relative;
    z-index: 115;

    overflow: hidden;
	
	line-height: 0;
}
.subIndex > ul > li .image::before{
	content:"";
	display: block;
	padding-top: 56.25%;
}

.subIndex > ul > li .image img{
	display: block;
	width: 100%;
	height: auto;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.subIndex > ul > li:hover .image img{
	transform: scale(1.1);
}

.subIndex > ul > li .link{
    width: 100%;
	display: block;

    position: relative;
    z-index: 150;
}
.subIndex > ul > li .link::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    
    width: 5px;
    height: 60px;
    background-color: #114588;
}
.subIndex > ul > li a .link > .inner{
    width: 100%;
    height: 80px;
    padding: 12px 20px;
    position: relative;
    z-index: 300;

    display: flex;
    align-items: center;

    background-image: url("img/icon_link_b.png");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 28px auto;
    
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.subIndex > ul > li a.ext .link > .inner{
    background-image: url("img/icon_ext_b.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 22px auto;
}
.subIndex > ul > li a .link > .inner h2{
    display: block;
    width: 100%;

    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.0;
}

.subIndex > ul > li a:hover .link > .inner{
    background-image: url("img/icon_link.png");
    background-color: #114588;
}
.subIndex > ul > li a.ext:hover .link > .inner{
    background-image: url("img/icon_ext.png");
    background-color: #114588;
}
.subIndex > ul > li a:hover .link > .inner h2{
    color: #fff;
}

.subIndex > ul > li .desc{
    width: 100%;
	display: block;
    
    padding-right: 10px;
    
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.6;
}




.subIndex > ul > li a.comingsoon .image img{
	opacity: 0.3;
}
.subIndex > ul > li:hover a.comingsoon .image img{
	transform: scale(1.0);
}
.subIndex > ul > li a.comingsoon .link::before{
    background-color: #bccbdf;
}
.subIndex > ul > li a.comingsoon .link > .inner{
    background-image: none;
}
.subIndex > ul > li a.comingsoon .link > .inner h2{
	color: #bbb;
}
.subIndex > ul > li a.comingsoon:hover .link > .inner{
    background-color: transparent;
}




@media only screen and (max-width: 750px){

.subIndex{
    padding-bottom: 30px;
}
.subIndex > ul > li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.subIndex > ul.cl2 > li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
.subIndex > ul.cl2 > li:nth-child(3n+3){
    margin-right: 0;
}
.subIndex > ul > li .link::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    
    width: 5px;
    height: 52px;
    background-color: #114588;
}
.subIndex > ul > li a .link > .inner{
    height: 68px;
    padding: 12px 18px;
    background-position: right 14px center;
    background-size: 26px auto;
}
.subIndex > ul > li a.ext .link > .inner{
    background-position: right 18px center;
    background-size: 20px auto;
}
.subIndex > ul > li a .link > .inner h2{
    font-size: 1.8rem;
}

.subIndex > ul > li .desc{
    font-size: 1.5rem;
    line-height: 1.6;
}

}


.patent{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    
    padding: 0 0 120px;
}
.patent .lead{
    text-align: center;
    color: #e00;
    
    margin-bottom: 60px;
}
.patent ul.links li{
    width: 100%;
    text-align: center;
    
    margin-bottom: 30px;
}
.patent ul.links li .cmnBtn a{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    
    font-size: 1.6rem;
    
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.patent ul.links li:nth-child(2) .cmnBtn a{
    background-color: #2a5fb4;
}
.patent ul.links li:nth-child(2) .cmnBtn a:hover{
    background-color: #4271bd;
}

@media only screen and (max-width: 750px){

.patent{
    padding: 0 0 80px;
}
.patent .lead{
    text-align: left;
    margin-bottom: 40px;
}
.patent ul.links li .cmnBtn a{
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
}

}



.subPageSectionWr{
    width: 100%;
    background-color: #fff;
}
.subPageSectionWr.gr{
    background-color: #f5f5f5;
}



.subPageBodyN{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    
    padding: 100px 0 20px;
}
.subPageBodyN.fullwidth{
    max-width: none;
}
.subPageBodyN h2{
    font-size: 3.4rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 90px;
}
.subPageBodyN h3{
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.subPageBodyN section{
    margin-bottom: 80px;
}
.subPageBodyN p{
    font-size: 1.6rem;
    line-height: 2.0;
    padding-bottom: 1.5em;
}
.subPageBodyN p a{
    color: #2a5fb4;
    text-decoration: underline;
}
.subPageBodyN p a:hover{
    text-decoration: none;
}

.subPageBodyN .bannerN1{
    width: 100%;
    max-width: 300px;
}
.subPageBodyN .bannerN1 img{
    width: 100%;
}
.subPageBodyN .bannerN1 a:hover{
    opacity: 0.8;
}

@media only screen and (max-width: 750px){

.subPageBodyN{
    padding: 60px 0 10px;
}

.subPageBodyN h2{
    font-size: 2.6rem;
    margin-bottom: 50px;
}
.subPageBodyN h3{
    font-size: 2.0rem;
    margin-bottom: 20px;
}
.subPageBodyN section{
    margin-bottom: 60px;
}
.subPageBodyN p{
    font-size: 1.4rem;
}

.subPageBodyN .bannerN1{
    max-width: 200px;
}

}




.caseIndex{
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 40px;
    
    position: relative;
    z-index: 100;
}

.caseIndex > ul{
    width: 100%;
    position: relative;
    z-index: 105;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.caseIndex > ul > li{
    width: calc((100% - 20px) / 3);
    position: relative;
    z-index: 110;
    margin-right: 10px;
    margin-bottom: 50px;
}
.caseIndex > ul > li:hover{
    z-index: 1000;
}
.caseIndex > ul > li:nth-child(3n+3){
    margin-right: 0;
}
.caseIndex > ul.cl2 > li{
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}
.caseIndex > ul.cl2 > li:nth-child(3n+3){
    margin-right: 20px;
}
.caseIndex > ul.cl2 > li:nth-child(2n+2){
    margin-right: 0;
}

.caseIndex > ul > li a{
    display: block;
}
.caseIndex > ul > li .image{
    width: 100%;
	display: block;
	position: relative;
    z-index: 115;

    overflow: hidden;
	
	line-height: 0;
}
.caseIndex > ul > li .image::before{
	content:"";
	display: block;
	padding-top: 56.25%;
}

.caseIndex > ul > li .image img{
	display: block;
	width: 100%;
	height: auto;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.caseIndex > ul > li:hover .image img{
	transform: scale(1.1);
}

.caseIndex > ul > li .link{
    width: 100%;
	display: block;

    position: relative;
    z-index: 150;
}
/*
.caseIndex > ul > li .link::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    
    width: 5px;
    height: 60px;
    background-color: #114588;
}
*/
.caseIndex > ul > li a .link > .inner{
    width: 100%;
    height: 80px;
    padding: 12px 60px 12px 20px;
    position: relative;
    z-index: 300;

    display: flex;
    align-items: center;
    
    background-color: #eef3fa;

    background-image: url("img/icon_link_b.png");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 28px auto;
    
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.caseIndex > ul > li a.ext .link > .inner{
    background-image: url("img/icon_ext_b.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 22px auto;
}
.caseIndex > ul > li a .link > .inner .title{
    display: block;
    width: 100%;

    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.caseIndex > ul > li a:hover .link > .inner{
    background-image: url("img/icon_link.png");
    background-color: #114588;
}
.caseIndex > ul > li a.ext:hover .link > .inner{
    background-image: url("img/icon_ext.png");
    background-color: #114588;
}
.caseIndex > ul > li a:hover .link > .inner .title{
    color: #fff;
}

.caseIndex > ul > li .desc{
    width: 100%;
	display: block;
    
    padding-right: 10px;
    
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.6;
}


@media only screen and (max-width: 750px){

.caseIndex{
    padding-bottom: 30px;
}
.caseIndex > ul > li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.caseIndex > ul.cl2 > li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
.caseIndex > ul.cl2 > li:nth-child(3n+3){
    margin-right: 0;
}
/*
.caseIndex > ul > li .link::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    
    width: 5px;
    height: 52px;
    background-color: #114588;
}
*/
.caseIndex > ul > li a .link > .inner{
    height: 68px;
    padding: 12px 50px 12px 18px;
    background-position: right 14px center;
    background-size: 26px auto;
}
.caseIndex > ul > li a.ext .link > .inner{
    background-position: right 18px center;
    background-size: 20px auto;
}
.caseIndex > ul > li a .link > .inner .title{
    font-size: 1.6rem;
}

.caseIndex > ul > li .desc{
    font-size: 1.5rem;
    line-height: 1.6;
}

}









.tabPage{
    background-color: #eef3fa;
}
.tabArea{
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tabItem {
    width: calc((100% - 30px) / 3);
    max-width: 280px;
    height: 100px;
    margin: 0 5px;

    cursor: pointer;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    border-top: 20px solid #eef3fa;
    
    background-color: #d3e0f2;
    transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tabItem .text{
    display: inline-block;
    font-size: 2.0rem;
    line-height: 1.2;
    padding: 10px 0;
    border-bottom: 3px solid transparent;
}
.tabItem:hover {
    background-color: #b8cce8;
}
input[name="tabItem"] {
    display: none;
}

.tabArea input:checked + .tabItem{
    background-color: #fff;
    border-top: none;
}
.tabArea input:checked + .tabItem .text{

    border-bottom: 3px solid #114588;
}

#about:checked ~ #aboutContent,
#list:checked ~ #listContent,
#faq:checked ~ #faqContent,
#use:checked ~ #useContent,
#food:checked ~ #foodContent{
    display: block;
}

.tabContent{
    width: 100%;
    display: none;
    padding: 100px 0;
    background-color: #fff;
}
.tabContent h2{
    text-align: center;
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    
    margin-bottom: 80px;
}
.tabContent > .inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.tabContent section{
    margin-bottom: 80px;
}
.tabContent h3{
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    
    margin-bottom: 30px;
}
.tabContent p{
    font-size: 1.6rem;
    line-height: 2.0;
}
.tabContent p.notice{
    font-size: 1.4rem;
    line-height: 1.6;
}
.tabContent p a{
    color: #2a5fb4;
    text-decoration: underline;
}
.tabContent p a:hover{
    text-decoration: none;
}
.tabContent ul.cmn li,
.tabContent ol.cmn li{
    font-size: 1.6rem;
    line-height: 2.0;
}


@media only screen and (max-width: 750px){

.tabItem {
    height: 80px;
    border-top: 20px solid #eef3fa;
}
.tabItem .text{
    font-size: 1.5rem;
}
.tabContent{
    padding: 60px 0;
}
.tabContent h2{
    font-size: 2.2rem;
    margin-bottom: 50px;
}
.tabContent section{
    margin-bottom: 50px;
}
.tabContent h3{
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.tabContent p{
    font-size: 1.4rem;
}
.tabContent p.notice{
    font-size: 1.3rem;
}
.tabContent ul.cmn li,
.tabContent ol.cmn li{
    font-size: 1.4rem;
}

}



.subTabArea{
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.subTabItem {
    display: inline-block;
    height: 40px;
    margin: 0 5px;
    
    margin-top: 10px;

    cursor: pointer;
}
.subTabItem .text{
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: 100%;
    
    font-size: 1.7rem;
    line-height: 1.0;
    white-space: nowrap;
    
    padding: 5px 25px;
    border: 1px solid #666;
    
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.subTabItem:hover .text{
    background-color: #d3e0f2;
}
input[name="subTabItem"] {
    display: none;
}

.subTabArea input:checked + .subTabItem .text{
    color: #fff;
    background-color: #114588;
    border: 1px solid #114588;
}

#f01:checked ~ #f01Content,
#f02:checked ~ #f02Content,
#f03:checked ~ #f03Content,
#f04:checked ~ #f04Content,
#f05:checked ~ #f05Content,
#f06:checked ~ #f06Content,
#f07:checked ~ #f07Content,
#f08:checked ~ #f08Content{
    display: block;
}


.subTabContent{
    width: 100%;
    display: none;
    padding: 90px 0;
    background-color: #fff;
    
    margin-top: -1px;
    
    border-top: 1px solid #000;
}
.subTabContent .subInner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.subTabContent h3{
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    
    text-align: center;
    padding: 0 5%;
    
    margin-bottom: 30px;
}
.subTabContent .leadArea{
    display: flex;
    justify-content: center;
    
    margin-bottom: 40px;
}
.subTabContent p{
    font-size: 1.6rem;
    line-height: 2.0;
}
.subTabContent p a{
    color: #2a5fb4;
    text-decoration: underline;
}
.subTabContent p a:hover{
    text-decoration: none;
}

@media only screen and (max-width: 750px){

.subTabItem {
    height: 30px;
    margin-top: 10px;
}
.subTabItem .text{
    font-size: 1.5rem;
    padding: 3px 15px;
}

.subTabContent{
    padding: 60px 0;
}
.subTabContent h3{
    font-size: 2.0rem;
    margin-bottom: 20px;
}
.subTabContent .leadArea{
    margin-bottom: 30px;
}
.subTabContent p{
    font-size: 1.4rem;
}

}



table.facility{
    width: 100%;
}
table.facility th{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.0;
    white-space: nowrap;

    background-color: #f5f5f5;
    
    padding: 20px 10px;
}
table.facility th.name{
	width: 70%;
}
table.facility th.location{
	width: 30%;
}
table.facility td{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 300;

    padding: 22px 15px;
    border-bottom: 1px solid #ccc;
}
table.facility td a{
    line-height: 1.4;
	text-decoration: underline;
	text-decoration-color: #aaa;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}
table.facility td a:hover{
	text-decoration: none;
}


@media only screen and (max-width: 750px){

table.facility th.name{
	width: 60%;
}
table.facility th.location{
	width: 40%;
}
table.facility th{
    font-size: 1.5rem;
    padding: 15px 10px;
}
table.facility td{
    font-size: 1.4rem;
    padding: 17px 15px;
}

}



.newsIndexPage{
    background-color: #eee;
}

.newsCategoryLinks{
    width: 100%;
    height: 100px;
    
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.newsCategoryLinks ul{
    width: 100%;
    height: 60px;
    max-width: 630px;
    margin: 0 auto;
    
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.newsCategoryLinks li{
    width: 25%;
    height: 100%;
    padding: 0 3px;
}
.newsCategoryLinks li a{
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.0;
    
    background-color: #041122;
    position: relative;
    z-index: 100;
}
.newsCategoryLinks li a:hover{
    opacity: 0.8;
}
.newsCategoryLinks li.news a{
    background-color: #092a54;
}
.newsCategoryLinks li.event a{
    background-color: #124689;
}
.newsCategoryLinks li.koubo a{
    background-color: #165ebb;
}

.newsCategoryLinks li.current a::before{
    content: "";
    position: absolute;
    z-index: 110;
    left: 6%;
    bottom: 6px;
    
    width: 88%;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 750px){

.newsCategoryLinks{
    height: 80px;
}
.newsCategoryLinks ul{
    width: 90%;
    height: 45px;
}
.newsCategoryLinks li{
}
.newsCategoryLinks li a{
    font-size: 1.6rem;
}
.newsCategoryLinks li.current a::before{
    left: 12%;
    bottom: 3px;
    
    width: 76%;
    height: 6px;
}

}



.newsIndex{
    width: 100%;
    padding: 100px 0 0;
    
    background-color: #fff;
}

.newsIndex ul{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.newsIndex li{
    width: 100%;
    transition: background-color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.newsIndex li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newsIndex li .category{
    display: block;
    width: 100%;
    
    border-top: 2px solid #041122;
    margin-bottom: 15px;
}
.newsIndex li .category .label{
    width: 150px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.0;

    background-color: #041122;
}

.newsIndex li .date{
    width: 150px;
    display: block;
    
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.0;
    text-align: center;

    transition: color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.newsIndex li .content{
    width: calc(100% - 180px);
    line-height: 1.0;
    padding-right: 20px;
    
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}
.newsIndex li .text{
    display: block;
    width: 100%;

    padding-bottom: 50px;

    position: relative;
    z-index: 100;
}
.newsIndex li .text::after{
    content: "";
    position: absolute;
    z-index: 110;
    right: 0;
    bottom: 20px;
    
    width: 25px;
    height: 18px;
    background-image: url("img/icon_link_topics.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% auto;

    transition: background .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.newsIndex li h2{
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.5;

    margin-bottom: 20px;

    transition: color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.newsIndex li .excerpt{
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.0;

    transition: color .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.newsIndex li .image{
    display: block;
    width: 36%;

    position: relative;
    z-index: 100;

    overflow: hidden;
	line-height: 0;
    
    margin-bottom: 20px;
}
.newsIndex li .image + .text{
    width: 61%;
}
.newsIndex li .image::before{
	content:"";
	display: block;
	padding-top: 66.66666%;
}
.newsIndex li .image img{
	display: block;
	width: 100%;
	height: auto;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.newsIndex li:hover .image img{
	transform: scale(1.1);
}

.newsIndex li.news .category{ border-top: 2px solid #092a54; }
.newsIndex li.news .category .label{ background-color: #092a54; }
.newsIndex li.news .text::after{ background-image: url("img/icon_link_topics_news.png"); }
.newsIndex li.event .category{ border-top: 2px solid #124689; }
.newsIndex li.event .category .label{ background-color: #124689; }
.newsIndex li.event .text::after{ background-image: url("img/icon_link_topics_event.png"); }
.newsIndex li.koubo .category{ border-top: 2px solid #165ebb; }
.newsIndex li.koubo .category .label{ background-color: #165ebb; }
.newsIndex li.koubo .text::after{ background-image: url("img/icon_link_topics_koubo.png"); }

.newsIndex li.news:hover{ background-color: #092a54; }
.newsIndex li.event:hover{ background-color: #124689; }
.newsIndex li.koubo:hover{ background-color: #165ebb; }

.newsIndex li:hover .date{ color: #fff; }
.newsIndex li:hover h2{ color: #fff; }
.newsIndex li:hover .excerpt{ color: #fff; }

.newsIndex li.news:hover .text::after{ background-image: url("img/icon_link.png"); }
.newsIndex li.event:hover .text::after{ background-image: url("img/icon_link.png"); }
.newsIndex li.koubo:hover .text::after{ background-image: url("img/icon_link.png"); }


@media only screen and (max-width: 750px){

.newsIndex{
    padding: 60px 0 0;
}
.newsIndex ul{
    width: 100%;
}
.newsIndex li .category{
    margin-bottom: 20px;
}
.newsIndex li .category .label{
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
}
.newsIndex li .date{
    width: 100%;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
}
.newsIndex li .content{
    width: 100%;
    padding: 0 20px;
    
    flex-direction: column-reverse;
    align-content: space-between;
}
.newsIndex li .text{
    padding-bottom: 50px;
}
.newsIndex li .text::after{
}

.newsIndex li h2{
    font-size: 1.7rem;
    margin-bottom: 15px;
}
.newsIndex li .excerpt{
    font-size: 1.5rem;
    line-height: 1.8;
}

.newsIndex li .image{
    width: 100%;
    margin-bottom: 30px;
}
.newsIndex li .image + .text{
    width: 100%;
    padding-bottom: 30px;
}

}


.newsIndexNavi{
    width: 100%;
    height: 65px;

    border-top: 1px solid #041122;
    background-color: #fff;

    display: flex;
}
.newsIndexNavi .naviBox{
    width: 50%;
    height: 100%;

    display: flex;
}
.newsIndexNavi .naviBox:first-child{
    border-right: 1px solid #041122;
}
.newsIndexNavi a{
    width: 100%;
    height: 100%;
    
    display: flex;
}
.newsIndexNavi a:hover{
    background-color: #e4edfa;
}
.newsIndexNavi a .label{
    width: 100%;
    max-width: 600px;
    height: 100%;

    display: flex;
    align-items: center;

    font-size: 1.6rem;
    font-weight: 300;
    
    position: relative;
    z-index: 100;
}
.newsIndexNavi .naviBox.prev{
    justify-content: flex-end;
}
.newsIndexNavi .naviBox.next{
    justify-content: flex-start;
}
.newsIndexNavi .naviBox.prev a{
    justify-content: flex-end;
}
.newsIndexNavi .naviBox.next a{
    justify-content: flex-start;
}
.newsIndexNavi .naviBox.prev a .label{
    justify-content: flex-start;
    padding-left: 40px;
}
.newsIndexNavi .naviBox.next a .label{
    justify-content: flex-end;
    padding-right: 40px;
}
.newsIndexNavi .naviBox.prev a .label::before{
    content: "";
    position: absolute;
    z-index: 110;
    left: 10px;
    top: 50%;
    margin-top: -6px;
    
    width: 16px;
    height: 12px;
    background-image: url("img/icon_link_rev.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.newsIndexNavi .naviBox.prev a .label::after{
    content: "";
    position: absolute;
    z-index: 105;
    left: 5px;
    top: 50%;
    margin-top: -13px;
    
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #000;
}
.newsIndexNavi .naviBox.next a .label::before{
    content: "";
    position: absolute;
    z-index: 110;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    
    width: 16px;
    height: 12px;
    background-image: url("img/icon_link.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.newsIndexNavi .naviBox.next a .label::after{
    content: "";
    position: absolute;
    z-index: 105;
    right: 5px;
    top: 50%;
    margin-top: -13px;
    
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #000;
}

@media only screen and (max-width: 750px){

.newsIndexNavi a .label{
    font-size: 1.4rem;
}

}



article.news{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    
    padding: 70px 0 0;
}
article.news .header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    
    margin-bottom: 70px;
}
article.news .header .category{
    display: inline-block;
}
article.news .header .category .label{
    width: 120px;
    height: 30px;
    
    margin-right: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.0;
    
    color: #fff;
    letter-spacing: 0.05em;
    
    background-color: #041122;
}
article.news .header .category.news .label{ background-color: #092a54; }
article.news .header .category.event .label{ background-color: #124689; }
article.news .header .category.koubo .label{ background-color: #165ebb; }

article.news .header .date{
    display: inline-block;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}

article.news .footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    
    margin-bottom: 20px;
}

article.news ul.sns{
    display: flex;
}
article.news ul.sns li{
    width: 28px;
    height: 28px;
    margin-left: 10px;
}
article.news ul.sns a{
    display: block;
    width: 100%;
    height: 100%;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.1;
    
    overflow: hidden;
}
article.news ul.sns a .txt{
    padding-left: 100%;
}
article.news ul.sns li.facebook a{
    background-image: url("img/icon_floatnavi_facebook.png");
}
article.news ul.sns li.x a{
    background-image: url("img/icon_floatnavi_x.png");
}

article.news h1{
    font-size: 3.0rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    
    margin-bottom: 80px;
}

article.news .body{
    padding-bottom: 30px;
}

article.news .body,
article.news .body p{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.0;
    
    margin-bottom: 1.5em;
}
article.news .body p strong{
    font-weight: 600;
}




.articleNavi{
    width: 100%;

    border-top: 1px solid #041122;
    background-color: #fff;

    display: flex;
    flex-wrap: wrap;
}
.articleNavi .naviBox{
    width: 50%;

    display: flex;
}
.articleNavi .naviBox:first-child{
    border-right: 1px solid #041122;
}
.articleNavi .naviBox a{
    width: 100%;
    min-height: 90px;
    
    display: flex;
}
.articleNavi .naviBox a:hover{
    background-color: #e4edfa;
}
.articleNavi .naviBox a .label{
    width: 100%;
    max-width: 600px;
    height: 100%;
    
    padding: 10px 20px;

    display: flex;
    align-items: center;

    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6;
    
    position: relative;
    z-index: 100;
}
.articleNavi .naviBox.prev{
    justify-content: flex-end;
}
.articleNavi .naviBox.next{
    justify-content: flex-start;
}
.articleNavi .naviBox.prev a{
    justify-content: flex-end;
}
.articleNavi .naviBox.next a{
    justify-content: flex-start;
}
.articleNavi .naviBox.prev a .label{
    justify-content: flex-start;
    padding-left: 55px;
}
.articleNavi .naviBox.next a .label{
    justify-content: flex-end;
    padding-right: 55px;
    text-align: right;
}
.articleNavi .naviBox.prev a .label::before{
    content: "";
    position: absolute;
    z-index: 110;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    
    width: 25px;
    height: 18px;
    background-image: url("img/icon_link_topics_rev.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.articleNavi .naviBox.next a .label::before{
    content: "";
    position: absolute;
    z-index: 110;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    
    width: 25px;
    height: 18px;
    background-image: url("img/icon_link_topics.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.articleNavi .backToList{
    width: 100%;
    height: 80px;
    
    border-top: 1px solid #041122;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.articleNavi .backToList .cmnBtn a{
    width: 220px;
    height: 46px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    
    padding: 10px 20px;
    
    background-color: #061120;
    
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.articleNavi .backToList .cmnBtn a::after{
    margin-top: -7px;
    height: 14px;
}
.articleNavi .backToList .cmnBtn a:hover{
    background-color: #122b51;
}


@media only screen and (max-width: 750px){

article.news{
    padding: 50px 0 0;
}
article.news .header{
    margin-bottom: 40px;
}
article.news .header .category .label{
    width: 100px;
    height: 25px;
    font-size: 1.4rem;
}
article.news .header .date{
    padding-top: 10px;
    display: block;
    font-size: 1.8rem;
}
article.news .footer{
    margin-bottom: 15px;
}

article.news h1{
    font-size: 2.4rem;
    margin-bottom: 50px;
    text-align: left;
}
article.news .body{
    padding-bottom: 25px;
}

article.news .body,
article.news .body p{
    font-size: 1.5rem;
}

.articleNavi .naviBox a .label{
    font-size: 1.4rem;
}
.articleNavi .backToList{
    height: 60px;
}


.articleNavi .backToList .cmnBtn a{
    width: 200px;
    height: 40px;
    
    padding: 5px 15px;
    
    font-size: 1.4rem;
}
.articleNavi .backToList .cmnBtn a::after{
    margin-top: -6px;
    height: 12px;
}

}





article.facility{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    
    padding: 70px 0 0;
}
article.facility .header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    
    margin-bottom: 70px;
}

article.facility h2{
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    
    margin-bottom: 80px;
}

article.facility .body{
    padding-bottom: 30px;
}

article.facility .body,
article.facility .body p{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.0;
    
    margin-bottom: 1.5em;
}
article.facility .body p strong{
    font-weight: 600;
}

article.facility img.bodyImage{
	display: inline-block;
	max-width: 100%;
	
	margin-bottom: 30px;
}

article.facility .downloadBox{
	margin-bottom: 30px;
}


article.facility table.spec{
    width: 100%;
    border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
article.facility table.spec th{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.0;
    white-space: nowrap;
    padding: 20px 50px 20px 10px;
	
	border-top: 1px solid #ccc;
	
	position: relative;
}
article.facility table.spec th::after{
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: calc(100% - 20px);
	background-color: #ccc;
}
article.facility table.spec td{
    font-size: 1.6rem;
    font-weight: 300;

    padding: 20px 10px 20px 30px;
    border-top: 1px solid #ccc;
}
article.facility table.spec td p{
    font-size: 1.6rem;
}

@media only screen and (max-width: 750px){

article.facility{
    padding: 50px 0 0;
}
article.facility .header{
    margin-bottom: 40px;
}

article.facility h2{
    font-size: 2.6rem;
    margin-bottom: 50px;
    text-align: left;
}
article.facility .body{
    padding-bottom: 25px;
}

article.facility .body,
article.facility .body p{
    font-size: 1.5rem;
}

article.facility img.bodyImage{
	margin-bottom: 20px;
}
article.facility .downloadBox{
	margin-bottom: 20px;
}


article.facility table.spec th{
    font-size: 1.4rem;
    padding: 15px 20px 15px 0;
}
article.facility table.spec td{
    font-size: 1.4rem;
    padding: 15px 0 15px 15px;
}
article.facility table.spec td p{
    font-size: 1.4rem;
}

}





article.satellite{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    
    padding: 70px 0 0;
}

article.satellite h2{
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    
    margin-bottom: 80px;
}

article.satellite .body{
    padding-bottom: 30px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

article.satellite .image,
article.satellite .text{
	width: 48%;
}
article.satellite .image img{
	width: 100%;
}

article.satellite .body,
article.satellite .body p{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.0;
    
    margin-bottom: 1.5em;
}
article.satellite .body p strong{
    font-weight: 600;
}


@media only screen and (max-width: 750px){

article.satellite{
    padding: 50px 0 0;
}

article.satellite h2{
    font-size: 2.6rem;
    margin-bottom: 50px;
    text-align: left;
}
article.satellite .image,
article.satellite .text{
	width: 100%;
	margin-bottom: 20px;
}
article.satellite .body{
    padding-bottom: 25px;
}

article.satellite .body,
article.satellite .body p{
    font-size: 1.5rem;
}

}




.startupCl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	margin-bottom: 80px;
}
.startupCl .box{
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.startupCl .box h3{
	box-sizing: border-box;
	font-size: 2.0rem;
	font-weight: 500;
	color: #fff;
	padding: 10px 20px;
	
	margin-bottom: 20px;
}
.startupCl .box.c01 h3{
	background-color: #0a2a54;
}
.startupCl .box.c02 h3{
	background-color: #114588;
}
.startupCl .logo img{
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.partner-app{
	width: 100%;
	box-sizing: border-box;
	background-color: #e7eef7;
	margin-bottom: 50px;
}
.partner-app h3{
	box-sizing: border-box;
	font-size: 2.0rem;
	font-weight: 500;
	color: #fff;
	padding: 12px 20px;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.3;
	background-color: #114588;
}
.partner-app .inner{
	padding: 20px 30px 5px;
}
.partner-app .inner a{
	color: #114588;
	font-weight: normal;
	text-decoration: underline;
}
partner-app .inner a:hover{
	text-decoration: none;
}

@media only screen and (max-width: 750px){

.startupCl{
	margin-bottom: 20px;
}
.startupCl .box{
	width: 100%;
	margin-bottom: 50px;
}
.startupCl .box h3{
	font-size: 1.7rem;
	padding: 10px 20px;
	
	margin-bottom: 20px;
}
.partner-app{
	margin-bottom: 40px;
}
.partner-app h3{
	font-size: 1.7rem;
	padding: 12px 20px;
}
.partner-app .inner{
	padding: 20px 30px 5px;
}

}



.startupTabArea{
	width: 100%;
	padding-top: 30px;
}
.startupTabItem{
	display: block;
	width: 30%;
	height: 80px;
	line-height: 0;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding-left: 50%;
}
.startupTabItem.c01::before{
	content: "JAXAスタートアップ";
	width: 340px;
	height: 60px;
	background-color: #0a2a54;
	margin-top: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.startupTabItem.c01.en::before{
	content: "JAXA Startups";
}
.startupTabItem.c01:hover::before {
	background-color: #0a2a54;
	color: #fff;
}
.startupTabItem.c02::before{
	content: "JAXAパートナースタートアップ";
	width: 340px;
	height: 60px;
	background-color: #114588;
	margin-top: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.startupTabItem.c02.en::before{
	content: "JAXA Partner Startups";
}
.startupTabItem.c02:hover::before {
	background-color: #114588;
	color: #fff;
}
input[name="startupTabItem"] {
	display: none;
}
.startupTabContent {
	display: none;
	clear: both;
	overflow: hidden;
}
.startupTabContent h3{
	text-align: center;
	margin-bottom: 60px;
}
#c01:checked ~ #c01Content,
#c02:checked ~ #c02Content{
	display: block;
}
.startupTabArea input:checked + .startupTabItem.c01::before{
	width: 340px;
	height: 80px;
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
}
.startupTabArea input:checked + .startupTabItem.c02::before{
	width: 340px;
	height: 80px;
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
}
.startupTab01{
	border-top: 2px solid #0a2a54;
	/*border-bottom: 2px solid #0a2a54;*/
	position: relative;
	
	padding-top: 60px;
}
.startupTab01::after{
	content: "";
	position: absolute;
	right: calc(50% + 150px);
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 0 15px;
	border-color: #0a2a54 transparent transparent transparent;
}
.startupTab02{
	border-top: 2px solid #114588;
	/*border-bottom: 2px solid #114588;*/
	position: relative;

	padding-top: 60px;
}
.startupTab02::after{
	content: "";
	position: absolute;
	left: calc(50% + 150px);
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 0 15px;
	border-color: #114588 transparent transparent transparent;
}


@media only screen and (max-width: 750px){

.startupTabArea{
}
.startupTabItem{
	width: 50%;
	height: 80px;
	padding-left: 50%;
}
.startupTabItem.c01::before{
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	margin-top: 20px;
	margin-left: 0;
	padding: 0 10px;
	font-size: 13px;
}
.startupTabItem.c02::before{
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	margin-top: 20px;
	margin-right: 0;
	padding: 0 10px;
	font-size: 13px;
}

.startupTabContent h3{
	margin-bottom: 40px;
}
.startupTabArea input:checked + .startupTabItem.c01::before{
	width: 100%;
	height: 80px;
	margin-top: 0;
	margin-left: 0;
	font-size: 14px;
}
.startupTabArea input:checked + .startupTabItem.c02::before{
	width: 100%;
	height: 80px;
	margin-top: 0;
	margin-right: 0;
	font-size: 14px;
}
.startupTab01{
	padding-top: 40px;
}
.startupTab01::after{
	right: calc(75% - 18px);
	border-width: 9px 12px 0 12px;
}
.startupTab02{
	padding-top: 40px;
}
.startupTab02::after{
	left: calc(75% - 18px);
	border-width: 9px 12px 0 12px;
}

}



.subPageBodyN.startup{
    max-width: 1200px;
    padding: 40px 0 20px;
}
.subPageBodyN.startup.tabsection{
	width: 100%;
    max-width: initial;
    padding: 40px 0 20px;
}
.subPageBodyN.startup.tabsection p{
	padding-bottom: 0;
}

table.startup{
    width: 100%;
    max-width: 1200px;
	margin: 0 auto;
    padding: 40px 0 20px;
	margin-bottom: 120px;
}
table.startup th{
	vertical-align: middle;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.0;
    white-space: nowrap;

    background-color: #f5f5f5;
    
    padding: 22px 15px;
}
table.startup th.name{
	width: 30%;
}
table.startup th.outline{
	width: 70%;
}
table.startup td{
	vertical-align: middle;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 300;

    padding: 25px 20px 20px;
    border-bottom: 1px solid #ccc;
}
table.startup td a{
    line-height: 1.4;
	color: #2a5fb4;
	text-decoration: underline;
	text-decoration-color: #c0cde2;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}
table.startup td a:hover{
	text-decoration: none;
}

@media only screen and (max-width: 750px){

table.startup{
	margin-bottom: 80px;
}
table.startup th{
    font-size: 1.5rem;
    padding: 15px 10px;
}
table.startup td{
    font-size: 1.4rem;
    padding: 17px 15px;
}

}



.startupAppStep{
	margin-bottom: 40px;
}
.startupAppStep img{
	width: 100%;
	height: auto;
}
.startupAppReference{
	margin: 40px 0;
	padding: 25px 35px 30px 20px;
	border: 1px solid #ccc;
}
.startupAppReference strong{
	font-size: 120%;
	font-weight: normal;
}
.startupAppReference li{
	display: block;
	width: 100%;
	font-size: 1.5rem;
	padding-left: 3em;
	text-indent: -3em;
}




article.startup{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
	position: relative;
    
    padding: 50px 0;
}
article.startup .logo{
    width: 100%;
    margin-bottom: 20px;
}
article.startup .logo img{
	display: block;
	width: 80%;
	max-width: 360px;
	margin: 0 auto;
}
article.startup .otherImage{
    width: 100%;
    margin-bottom: 60px;
}
article.startup .otherImage img{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

article.startup h1{
    font-size: 4.0rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
	
	padding-top: 50px;
	
    margin-bottom: 80px;
}

article.startup h2{
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

article.startup .body{
	position: relative;
}
article.startup section{
    margin-bottom: 70px;
}
article.startup .body,
article.startup .body p{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.0;
    
    margin-bottom: 1.5em;
}
article.startup .body p strong{
    font-weight: 600;
}

article.startup .siteLink{
	width: 100%;
	padding-top: 30px;
	margin-bottom: 60px;
}
article.startup .siteLink a{
	width: 100%;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	padding: 25px 30px;
	background-color: #e7eef7;
	
	color: #2a5fb4;
	font-size: 2.0rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.0;
	
	position: relative;
}
article.startup .siteLink a::after{
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;

	width: 20px;
	height: 20px;
	background-image: url("img/icon_ext_b.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
article.startup .siteLink a:hover{
	background-color: #cedced;
}


@media only screen and (max-width: 750px){

article.startup{
    padding: 50px 0;
}
article.startup .logo{
    margin-bottom: 20px;
}
article.startup .otherImage{
    margin-bottom: 40px;
}

article.startup h1{
    font-size: 2.4rem;
	padding-top: 30px;
    margin-bottom: 50px;
	text-align: left;
}
article.startup h2{
    font-size: 2.0rem;
    margin-bottom: 20px;
}
article.startup .body{
}
article.startup section{
    margin-bottom: 50px;
}
article.startup .body,
article.startup .body p{
    font-size: 1.5rem;
}

article.startup .siteLink{
	padding-top: 20px;
	margin-bottom: 40px;
}
article.startup .siteLink a{
	padding: 20px 40px 20px 20px;
	font-size: 1.4rem;
}
article.startup .siteLink a::after{
	right: 10px;
	margin-top: -8px;

	width: 16px;
	height: 16px;
}

}




.jvArea{
	position: absolute;
	right: 0;
	top: 490px;
	width: 100%;
}
.jvArea .inner{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
.jvWrapper{
	display: flex;
	justify-content: center;
	
	width: 200px;
	padding: 10px;
	background-color: #fff;
}
.jaxa-venture-certified .title{
	width: 100%;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #0a2a54;
	border-radius: 5px;
}
.jaxa-venture-certified p{
	font-size: 1.0rem;
	line-height: 1.4;
	width: 100%;
	margin-top: 10px;
}
.jaxa-venture-certified.en .title{
	line-height: 1.2;
	padding: 5px 10px;
}
.jaxa-venture-certified.en p{
	font-size: 1.0rem;
}
.jvNoteSp{
	display: none;
}

@media only screen and (max-width:900px){

.jvArea{
	top: 456px;
}

}

@media only screen and (max-width:750px){

.jvArea{
	top: 298px;
}
.jvArea .inner{
	width: 96%;
}
.jvWrapper{
	width: 120px;
	padding: 6px 0;
}
.jvWrapper.en{
	width: 170px;
}
.jaxa-venture-certified .title{
	padding: 0 10px;
	font-size: 1.2rem;
}
.jaxa-venture-certified p{
	display:none;
}
.jvNoteSp{
	display: block;
	font-size: 1.3rem !important;
	line-height: 1.8 !important;
	
	padding-bottom: 30px;
}

}



.subPageBodyN.investment{
    max-width: 1200px;
}
.subPageBodyN.investment section{
    margin-bottom: 70px;
}

.subPageBodyN.investment h2{
    font-size: 2.4rem;
	text-align: left;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.subPageBodyN.investment h3{
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.subPageBodyN.investment table.data{
}
.subPageBodyN.investment table.data th,
.subPageBodyN.investment table.data td{
	padding: 10px 20px;
	border: 1px solid #666;
	
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.8;
}
.subPageBodyN.investment table.data th{
	font-weight: 700;
	white-space: nowrap;
}

.subPageBodyN.investment table.info th,
.subPageBodyN.investment table.info td{
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.8;
}
.subPageBodyN.investment table.info td{
	padding: 10px 0 30px;
}
.subPageBodyN.investment table.info th{
	padding: 10px 50px 30px 0;
	white-space: nowrap;
}


.subPageBodyN.investment ul.mission li{
	font-size: 1.6rem;
	line-height: 1.8;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.subPageBodyN.investment p a,
.subPageBodyN.investment table a{
	font-size: 1.6rem;
    color: #2a5fb4;
    text-decoration: underline;
	text-decoration-color: #2a5fb4;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.subPageBodyN.investment p a:hover,
.subPageBodyN.investment table a:hover{
    text-decoration: none;
}
.subPageBodyN.investment p a.ext,
.subPageBodyN.investment table a.ext{
	padding-right: 24px;
    background-image: url("img/icon_ext_b.png");
    background-repeat: no-repeat;
    background-position: right top 5px;
    background-size: 16px auto;
}

.subPageBodyN.investment .listWrapper{
	background-color: #eee;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
}
.subPageBodyN.investment ol.investmentList{
    list-style-type: decimal;
    padding-left: 1em;
}
.subPageBodyN.investment ol.investmentList li{
    list-style-type: decimal;
    line-height: 1.8;
    padding-left: 0.5em;

	font-size: 1.6rem;
	margin-bottom: 20px;
}
.subPageBodyN.investment p.note{
	font-size: 1.4rem;
}

@media only screen and (max-width:750px){

.subPageBodyN.investment section{
    margin-bottom: 50px;
}

.subPageBodyN.investment h2{
    font-size: 2.0rem;
    margin-bottom: 30px;
}
.subPageBodyN.investment h3{
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.subPageBodyN.investment table.data th,
.subPageBodyN.investment table.data td{
	padding: 5px 15px;
	font-size: 1.4rem;
}
.subPageBodyN.investment table.info th,
.subPageBodyN.investment table.info td{
	font-size: 1.4rem;
}
.subPageBodyN.investment table.info td{
	padding: 5px 0 20px;
}
.subPageBodyN.investment table.info th{
	padding: 5px 30px 20px 0;
}
.subPageBodyN.investment ul.mission li{
	font-size: 1.4rem;
}
.subPageBodyN.investment p a,
.subPageBodyN.investment table a{
	font-size: 1.4rem;
}
.subPageBodyN.investment p a.ext,
.subPageBodyN.investment table a.ext{
	padding-right: 20px;
    background-position: right top 3px;
    background-size: 14px auto;
}

.subPageBodyN.investment ol.investmentList li{
	font-size: 1.4rem;
}
.subPageBodyN.investment p.note{
	font-size: 1.2rem;
}


}




.subPageBodyN.learningtext{
    max-width: 1200px;
    padding: 40px 0 60px;
}

table.curriculum th,
table.curriculum td{
	vertical-align: middle;
	font-size: 1.5rem;
	padding: 20px 15px;
	border: 1px solid #fff;
}
table.curriculum th{
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
}
table.curriculum tr:nth-child(2n+1) th,
table.curriculum tr:nth-child(2n+1) td{
	background-color: #dee6f3;
}
table.curriculum tr:nth-child(2n) th,
table.curriculum tr:nth-child(2n) td{
	background-color: #eff2f7;
}
table.curriculum tr.header th{
	background-color: #092a54;
	color: #fff;
}
table.curriculum tr.header th.num{
	width: 10%;
}
table.curriculum tr.header th.name{
	width: 20%;
}
table.curriculum tr.header th.overview{
	width: 60%;
}
table.curriculum tr.header th.time{
	width: 10%;
}

.subPageBodyN.learningtext .footnote{
	font-size: 1.4rem;
	text-align: right;
}

.subPageBodyN.learningtext h4{
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.subPageBodyN.learningtext p a.ext{
	padding-right: 24px;
    background-image: url("img/icon_ext_b.png");
    background-repeat: no-repeat;
    background-position: right top 5px;
    background-size: 16px auto;
}

@media only screen and (max-width:750px){

.subPageBodyN.learningtext{
    max-width: 1200px;
    padding: 20px 0 40px;
}

table.curriculum{
	min-width: 600px;
}
table.curriculum th,
table.curriculum td{
	font-size: 1.3rem;
	padding: 15px 10px;
}

.subPageBodyN.learningtext .footnote{
	font-size: 1.2rem;
}

.subPageBodyN.learningtext h4{
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.subPageBodyN.learningtext p a.ext{
	padding-right: 20px;
    background-position: right top 3px;
    background-size: 14px auto;
}

}




.contactBody{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    
    padding: 20px 0 80px;
}
.contactBody p{
    font-size: 1.6rem;
    line-height: 2.0;
}


@media only screen and (max-width: 750px){

.contactBody{
    padding: 20px 0 60px;
}
.contactBody p{
    font-size: 1.4rem;
}

}



.contactBody .targetBox{
    width: 100%;
    border: 1px solid #092a54;
    
    margin-bottom: 50px;
}
.contactBody .targetBox h2{
    width: 100%;
    text-align: center;
    
    font-size: 2.0rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.0;
    
    padding: 20px;
    
    background-color: #092a54;
}
.contactBody .targetBox .content{
    padding: 20px 30px 30px;
}

.contactBody .targetBox table{
    width: 100%;
    margin-top: 20px;
}
.contactBody .targetBox table th,
.contactBody .targetBox table td{
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px 20px;
    border: 1px solid #fff;
}
.contactBody .targetBox table th{
    text-align: center;
    color: #fff;
    background-color: #092a54;
    white-space: nowrap;
    
    width: 10%;
}
.contactBody .targetBox table td{
    background-color: #eee;
}


@media only screen and (max-width: 750px){

.contactBody .targetBox{
    margin-bottom: 40px;
}
.contactBody .targetBox h2{
    font-size: 1.6rem;
    padding: 15px;
}
.contactBody .targetBox .content{
    padding: 15px 20px 20px;
}
.contactBody .targetBox table{
    margin-top: 15px;
}
.contactBody .targetBox table th,
.contactBody .targetBox table td{
    vertical-align: middle;
    font-size: 1.4rem;
    padding: 10px 15px;
}

}



.contactBody .cautionBox{
    width: 100%;
    border: 1px solid #e00;
    background-color: #fff9f9;
    
    padding: 30px 40px;
    
    margin-bottom: 50px;
}

.contactBody .cautionBox h2{
    width: 100%;
    
    font-size: 2.0rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #e00;
    line-height: 1.0;
    
    padding: 20px 20px 15px 40px;
    border-bottom: 1px dotted #e00;
    margin-bottom: 25px;
    
    position: relative;
}
.contactBody .cautionBox h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    
    width: 30px;
    height: 26px;
    background-image: url("img/icon_caution.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% auto;
}
.contactBody .cautionBox h2 .note{
    font-size: 1.4rem;
    padding-left: 20px;
}
.contactBody .cautionBox p{
    font-size: 1.6rem;
    margin-bottom: 0.8em;
}
.contactBody .cautionBox em{
    font-weight: 300;
    color: #e00;
}
.contactBody .cautionBox h3{
    font-size: 1.7rem;
    font-weight: 300;
    color: #e00;
    margin-bottom: 20px;
}


.contactBody .cautionBox ol{
    counter-reset: number 0;
    list-style: none;
    padding-left: 0;
}

.contactBody .cautionBox ol li{
    counter-increment: number 1;
    font-size: 1.6rem;
    line-height: 2.0;
    margin-bottom: 25px;
}
.contactBody .cautionBox ol li:last-child{
    margin-bottom: 0;
}

.contactBody .cautionBox ol li::before{
    content: "0" counter(number) ". \A";
    white-space: pre;
    color: #e00;
    font-size: 2.0rem;
}
.contactBody .cautionBox ol li:nth-of-type(n+10)::before{
    content: counter(number) ". \A ";
}




@media only screen and (max-width: 750px){

.contactBody .cautionBox{
    padding: 15px 20px 10px;
    margin-bottom: 40px;
}
.contactBody .cautionBox h2{
    font-size: 1.8rem;
    padding: 15px 15px 10px 30px;
    margin-bottom: 20px;
}
.contactBody .cautionBox h2::before{
    margin-top: -7px;
    
    width: 25px;
    height: 22px;
}
.contactBody .cautionBox h2 .note{
    font-size: 1.3rem;
    padding-left: 15px;
}
.contactBody .cautionBox p{
    font-size: 1.4rem;
}
.contactBody .cautionBox h3{
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.contactBody .cautionBox ol li{
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 30px;
}
.contactBody .cautionBox ol li::before{
    font-size: 1.8rem;
}

}


.contactBody .faqBox{
    width: 100%;
    background-color: #eee;
    
    margin-bottom: 50px;
}
.contactBody .faqBox h2{
    width: 100%;
    text-align: center;
    
    font-size: 2.0rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.0;
    
    padding: 20px;
    
    background-color: #092a54;
}
.contactBody .faqBox .content{
    padding: 20px 30px 30px;
}

.contactBody .faqBox p.lead{
    text-align: center;
}

.contactBody .faqBox dl.faq{
    width: 100%;
}
.contactBody .faqBox dl.faq > dt{
    width: 100%;
    height: 60px;
    
    margin-top: 25px;
    
    display: flex;
    align-items: center;
    
    background-color: #fff;
    
    position: relative;
    z-index: 105;
    
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    padding-left: 25px;
    
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.contactBody .faqBox dl.faq > dt:hover{
    background-color: #eff2f7;
}

.contactBody .faqBox dl.faq > dt::before{
    content: "";
    position: absolute;
    z-index: 110;
    right: 20px;
    top: 50%;
    margin-top: -2px;
    
    width: 15px;
    height: 2px;
    background-color: #06101f;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contactBody .faqBox dl.faq > dt::after{
    content: "";
    position: absolute;
    z-index: 110;
    right: 26.5px;
    top: 50%;
    margin-top: -8px;

    width: 2px;
    height: 15px;
    background-color: #06101f;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contactBody .faqBox dl.faq > dt.open::before{
    transform: rotate(90deg);
    opacity: 0;
}
.contactBody .faqBox dl.faq > dt.open::after{
    transform: rotate(90deg);
}

.contactBody .faqBox dl.faq > dd{
    width: 100%;
    padding: 30px 30px 30px 25px;
    
    border-top: 3px solid #eee;
    background-color: #fff;
    
    display: none;
}
.contactBody .faqBox dl.faq > dd,
.contactBody .faqBox dl.faq > dd p,
.contactBody .faqBox dl.faq > dd li{
    font-size: 1.6rem;
}
.contactBody .faqBox dl.faq > dd a{
    color: #165dba;
    text-decoration: underline;
}
.contactBody .faqBox dl.faq > dd a:hover{
    text-decoration: none;
}
.contactBody .faqBox dl.faq > dd em{
    color: #e00;
}

.contactBody .faqBox dl.qa > dt{
    font-size: 1.6rem;
    line-height: 1.8;
    padding-left: 1.5em;
    
    position: relative;
    margin-bottom: 15px;
}
.contactBody .faqBox dl.qa > dt::before{
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    
    font-size: 1.6rem;
}
.contactBody .faqBox dl.qa > dd{
    font-size: 1.6rem;
    line-height: 1.8;
    padding-left: 1.5em;
    
    position: relative;
}
.contactBody .faqBox dl.qa > dd::before{
    content: "A";
    position: absolute;
    left: 0;
    top: 0;
    
    font-size: 1.6rem;
}


.cmnBtn.contact{
    text-align: center;
}
.cmnBtn.contact a{
    padding: 20px 50px 22px 30px;
    
    font-size: 1.5rem;
}
.cmnBtn.contact a::after{
    right: 24px;
}


@media only screen and (max-width: 750px){

.contactBody .faqBox{
    margin-bottom: 40px;
}
.contactBody .faqBox h2{
    font-size: 1.6rem;
    padding: 15px;
}
.contactBody .faqBox .content{
    padding: 10px 20px 20px;
}


.contactBody .faqBox p.lead{
    text-align: left;
}

.contactBody .faqBox dl.faq > dt{
    height: 56px;
    margin-top: 15px;
    padding-left: 20px;
    font-size: 1.6rem;
}

.contactBody .faqBox dl.faq > dd{
    padding: 20px 20px 20px 20px;
}
.contactBody .faqBox dl.faq > dd,
.contactBody .faqBox dl.faq > dd p,
.contactBody .faqBox dl.faq > dd li{
    font-size: 1.4rem;
}

.contactBody .faqBox dl.qa > dt{
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.contactBody .faqBox dl.qa > dt::before{
    font-size: 1.4rem;
}
.contactBody .faqBox dl.qa > dd{
    font-size: 1.4rem;
}
.contactBody .faqBox dl.qa > dd::before{
    font-size: 1.4rem;
}

}



.contactBody .formBox{
    width: 100%;
    margin-bottom: 50px;
}

.contactBody .formBox table{
    width: 100%;
}
.contactBody .formBox table th{
    vertical-align: top;
    padding: 20px;
    
    width: 20%;

    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    
    background-color: #092a54;
    border-bottom: 2px solid #fff;
}
.contactBody .formBox table th .req{
    display: block;
    font-size: 1.2rem;
    font-weight: 100;
}
.contactBody .formBox table td{
    padding: 20px 30px;

    width: 80%;

    font-size: 1.6rem;
    background-color: #eee;
    border-bottom: 2px solid #fff;
}


.contactBody .formBox table td ol{
    list-style-type: decimal;
    padding-left: 1em;
}
.contactBody .formBox table td ol li{
    list-style-type: decimal;
    line-height: 1.8;
    padding-left: 0.5em;
    
    margin-bottom: 20px;
}

.contactBody .formBox table td h3{
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 10px;
}

.contactBody .formBox table tr.spacer td,
.contactBody .formBox table tr.btnArea td{
    width: auto;
    padding: 30px;
    background-color: #fff;
    text-align: center;
}


.contactBody .formBox form input[type="radio"]{
    display: none;
}
.contactBody .formBox form input[type="radio"] + label{
    display: inline-block;
    font-size: 1.6rem;
    cursor: pointer;
    
    position: relative;
    padding-left: 30px;
}
.contactBody .formBox form input[type="radio"] + label.cotactCat{
    font-weight: 500;
    color: #124689;
}
.contactBody .formBox form input[type="radio"] + label::after,
.contactBody .formBox form input[type="radio"] + label::before{
    position: absolute;
    content: "";
    display: block;
}
.contactBody .formBox form input[type="radio"] + label::after{
    z-index: 1;
    left: 5px;
    top: 1.0em;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    border-radius: 50%;
    background-color: #fff;
}
.contactBody .formBox form input[type="radio"] + label::before{
    z-index: 2;
    left: 10px;
    top: 0.67em;
    width: 10px;
    height: 10px;
    background-color: #124689;
    border-radius: 50%;
    opacity: 0;
}
.contactBody .formBox form input[type="radio"]:checked + label::before {
    opacity: 1;
}
.contactBody .formBox form input[type="radio"]:checked + label::after,
.contactBody .formBox form input[type="radio"] + label:hover::after{
    border-color: #124689;
}


.contactBody .formBox form input[type="text"],
.contactBody .formBox form textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px 0;
}
.contactBody .formBox form textarea{
    height: 20em;
}
.contactBody .formBox form input[type="text"].name{
    max-width: 200px;
    margin-right: 10px;
}
.contactBody .formBox form input[type="text"].tel{
    max-width: 150px;
}
.contactBody .formBox form input[type="text"].email{
    max-width: 600px;
    margin-right: 10px;
}
.contactBody .formBox form input[type="text"].zip1{
    max-width: 150px;
}
.contactBody .formBox form input[type="text"].zip2{
    max-width: 200px;
}
.contactBody .formBox form input[type="text"]:focus{
    border-color: #124689;
    outline: none;
    box-shadow: 0 0 5px rgba(18, 70, 137, 0.5);
}
.contactBody .formBox form input[type="text"]::placeholder,
.contactBody .formBox form textarea::placeholder {
    font-size: 1.6rem;
    color: #aaa;
}


.contactBody .formBox form input[type="button"],
.contactBody .formBox form input[type="submit"]{
	background: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border-width: 0;

	margin: 5px auto;
	padding: 15px 20px;
	font-size: 1.8rem;
    letter-spacing: 0.1em;
	color: #fff;
	background-color: #124689;
	cursor: pointer;
    
    width: 240px;

	transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contactBody .formBox form input[type="button"]:hover,
.contactBody .formBox form input[type="submit"]:hover{
	background-color: #165ebb;
}


.contactBody .formBox form .selectbox{
    display: inline-block;
    margin-bottom: -8px;
	overflow: hidden;
	width: 100%;
    max-width: 300px;
	text-align: center;
	
	position: relative;
	border: 1px solid #bbb;
	border-radius: 2px;
	background: #fff;
}
.contactBody .formBox form .selectbox::before{
	position: absolute;
	top: 1.0em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.contactBody .formBox form .selectbox select{
    box-sizing: border-box;
    
	width: 100%;
    height: 36px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;

	padding: 0px 38px 0px 8px;
	color: #333;
	font-size: 15px;
}
.contactBody .formBox form .selectbox select::-ms-expand{
    display: none;
}

@media only screen and (max-width: 750px){

.contactBody .formBox{
    margin-bottom: 40px;
}

.contactBody .formBox table th{
    display: block;
    width: 100%;
    
    padding: 12px 20px;
    text-align: center;

    font-size: 1.5rem;
    font-weight: 500;

    border-bottom: 2px solid #fff;
}
.contactBody .formBox table th .req{
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 5px;
}
.contactBody .formBox table td{
    display: block;
    width: 100%;

    padding: 20px 20px;

    font-size: 1.4rem;
    border-bottom: 20px solid #fff;
}

.contactBody .formBox table td ol li{
    margin-bottom: 20px;
}

.contactBody .formBox table td h3{
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.contactBody .formBox table tr.spacer td,
.contactBody .formBox table tr.btnArea td{
    padding: 20px;
}


.contactBody .formBox form input[type="radio"] + label{
    font-size: 1.5rem;
    padding-left: 20px;
    
    margin-bottom: 10px;
}
.contactBody .formBox form input[type="radio"] + label::after{
    left: -5px;
}
.contactBody .formBox form input[type="radio"] + label::before{
    left: 0px;
}
.contactBody .formBox form input[type="text"],
.contactBody .formBox form textarea{
    padding: 10px;
    margin: 0;
}
.contactBody .formBox form textarea{
    height: 16em;
}
.contactBody .formBox form input[type="text"].name{
    max-width: initial;
    margin-right: 0;
    margin-bottom: 10px;
}
.contactBody .formBox form input[type="text"].tel{
    max-width: initial;
    width: 25%;
}
.contactBody .formBox form input[type="text"].email{
    max-width: initial;
    margin-right: 0;
    margin-bottom: 10px;
}
.contactBody .formBox form input[type="text"].zip1{
    max-width: 100px;
}
.contactBody .formBox form input[type="text"].zip2{
    max-width: 150px;
}
.contactBody .formBox form input[type="text"]::placeholder,
.contactBody .formBox form textarea::placeholder {
    font-size: 1.4rem;
}

.contactBody .formBox form input[type="button"],
.contactBody .formBox form input[type="submit"]{
	padding: 12px 15px;
	font-size: 1.6rem;
    width: 240px;
}

}


.contactBody .footnote,
.contactBody .poweredby{
    width: 100%;
    border: 1px solid #ddd;
    padding: 30px 50px;
    margin-bottom: 50px;
    
    font-size: 1.4rem;
    line-height: 2.0;
}
.contactBody .footnote p,
.contactBody .poweredby p,
.contactBody .footnote li,
.contactBody .poweredby li{
    font-size: 1.4rem;
    line-height: 2.0;
}

@media only screen and (max-width: 750px){

.contactBody .footnote,
.contactBody .poweredby{
    padding: 20px 30px;
    margin-bottom: 40px;
    
    font-size: 1.2rem;
}
.contactBody .footnote p,
.contactBody .poweredby p,
.contactBody .footnote li,
.contactBody .poweredby li{
    font-size: 1.2rem;
}

}


.contactBody .errMsgHead{
    width: 100%;
    
    font-size: 1.8rem;
    font-weight: 400;
    color: #e00;
    text-align: center;

    border: 3px solid #e00;
    padding: 20px;

    margin-bottom: 60px;
}
.contactBody .errMsg{
    font-size: 1.6rem;
    font-weight: 600;
    color: #e00;
}

@media only screen and (max-width: 750px){

.contactBody .errMsgHead{
    font-size: 1.5rem;
    text-align: left;
    border: 3px solid #e00;
    padding: 15px;
    margin-bottom: 40px;
}
.contactBody .errMsg{
    font-size: 1.4rem;
}

}



.faqCategoryLink{
    width: 100%;
    border-bottom: 1px solid #333;
    
    margin-bottom: 120px;
}
.faqCategoryLink ul{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    
    display: flex;
    justify-content: center;
}
.faqCategoryLink ul li{
    width: 25%;
    height: 60px;
    
    position: relative;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faqCategoryLink ul li:nth-child(1){ background-color: #041122; }
.faqCategoryLink ul li:nth-child(2){ background-color: #092a54; }
.faqCategoryLink ul li:nth-child(3){ background-color: #124689; }
.faqCategoryLink ul li:nth-child(4){ background-color: #165ebb; }

.faqCategoryLink ul li:hover{
    opacity: 0.8;
}

.faqCategoryLink ul li a{
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    
    width: 100%;
    height: 100%;
    
    position: relative;
}
.faqCategoryLink ul li a .num{
    padding-right: 0.5em;
}
.faqCategoryLink ul li a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}

@media only screen and (max-width: 750px){

.faqCategoryLink{
    margin-bottom: 80px;
}
.faqCategoryLink ul li{
    height: 60px;
}
.faqCategoryLink ul li a{
    font-size: 1.4rem;
    line-height: 1.2;
    padding-bottom: 8px;
}
.faqCategoryLink ul li a .num{
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
}
.faqCategoryLink ul li a::after{
  bottom: 4px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
}

}



section.faqCategory{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

    margin-bottom: 100px;
}
section.faqCategory:last-child{
    margin-bottom: 150px;
}
section.faqCategory h2{
    width: 100%;
    
    display: flex;
    align-items: center;
    
    padding: 20px 35px 24px;
    
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
    line-height: 1.0;
    
    margin-bottom: 0;
}
section.faqCategory.c01 h2{ background-color: #041122; }
section.faqCategory.c02 h2{ background-color: #092a54; }
section.faqCategory.c03 h2{ background-color: #124689; }
section.faqCategory.c04 h2{ background-color: #165ebb; }


section.faqCategory dl{
    padding-top: 30px;
    width: 100%;
}
section.faqCategory dt{
    margin-top: 25px;
    width: 100%;
    
    background-color: #e5e5e5;
    
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    
    position: relative;
}
section.faqCategory dt:hover{
    background-color: #dde7f7;
}
section.faqCategory dt h3{
    font-size: 2.0rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    
    padding: 12px 60px 13px 70px;
    position: relative;

    margin-bottom: 0;
}
section.faqCategory dt h3::before{
    content: "Q.";
    position: absolute;
    left: 32px;
    top: 3px;
    
    font-size: 2.8rem;
}
section.faqCategory.c01 dt h3::before{ color: #041122; }
section.faqCategory.c02 dt h3::before{ color: #092a54; }
section.faqCategory.c03 dt h3::before{ color: #124689; }
section.faqCategory.c04 dt h3::before{ color: #165ebb; }

section.faqCategory dt::before{
    content: "";
    position: absolute;
    z-index: 110;
    right: 26px;
    top: 50%;
    margin-top: -1px;
    
    width: 20px;
    height: 2px;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.faqCategory dt::after{
    content: "";
    position: absolute;
    z-index: 110;
    right: 35px;
    top: 50%;
    margin-top: -10px;

    width: 2px;
    height: 20px;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.faqCategory dt.open::before{
    transform: rotate(90deg);
    opacity: 0;
}
section.faqCategory dt.open::after{
    transform: rotate(90deg);
}

section.faqCategory.c01 dt::before, section.faqCategory.c01 dt::after{ background-color: #041122; }
section.faqCategory.c02 dt::before, section.faqCategory.c02 dt::after{ background-color: #092a54; }
section.faqCategory.c03 dt::before, section.faqCategory.c03 dt::after{ background-color: #124689; }
section.faqCategory.c04 dt::before, section.faqCategory.c04 dt::after{ background-color: #165ebb; }


section.faqCategory dd{
    margin-top: 3px;
    padding-bottom: 20px;

    width: 100%;
    
    display: none;
}
section.faqCategory dd .inner{
    padding: 25px 30px 30px 70px;
    position: relative;

    background-color: #f5f5f5;
}
section.faqCategory dd .inner,
section.faqCategory dd .inner p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.0;
}

section.faqCategory dd .inner a{
    color: #2a5fb4;
    text-decoration: underline;
}
section.faqCategory dd .inner a:hover{
    text-decoration: none;
}
section.faqCategory dd .inner a.ext{
	padding-right: 1.6em;
    background-image: url("img/icon_ext_b.png");
    background-repeat: no-repeat;
    background-position: right 0.45em top 0.4em;
    background-size: 0.9em auto;
}

section.faqCategory dd .inner::before{
    content: "A.";
    position: absolute;
    left: 36px;
    top: 10px;
    
    font-size: 2.8rem;
}
section.faqCategory.c01 dd .inner::before{ color: #041122; }
section.faqCategory.c02 dd .inner::before{ color: #092a54; }
section.faqCategory.c03 dd .inner::before{ color: #124689; }
section.faqCategory.c04 dd .inner::before{ color: #165ebb; }


section.faqCategory .linkToTop{
    width: 100%;
    padding-top: 50px;
    border-bottom: 2px solid transparent;
    
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
section.faqCategory.c01 .linkToTop{ border-bottom-color: #041122; }
section.faqCategory.c02 .linkToTop{ border-bottom-color: #092a54; }
section.faqCategory.c03 .linkToTop{ border-bottom-color: #124689; }
section.faqCategory.c04 .linkToTop{ border-bottom-color: #165ebb; }

section.faqCategory .linkToTop a{
    display: inline-block;
    padding: 10px 35px 10px 25px;
    
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.0;
    
    position: relative;
}
section.faqCategory .linkToTop a::after{
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
section.faqCategory .linkToTop a:hover{
    opacity: 0.8;
}
section.faqCategory.c01 .linkToTop a{ background-color: #041122; }
section.faqCategory.c02 .linkToTop a{ background-color: #092a54; }
section.faqCategory.c03 .linkToTop a{ background-color: #124689; }
section.faqCategory.c04 .linkToTop a{ background-color: #165ebb; }


@media only screen and (max-width: 750px){

section.faqCategory{
    margin-bottom: 70px;
}
section.faqCategory:last-child{
    margin-bottom: 100px;
}
section.faqCategory h2{
    padding: 15px 25px 17px;
    font-size: 1.8rem;
}

section.faqCategory dl{
    padding-top: 20px;
}
section.faqCategory dt{
    margin-top: 15px;
}
section.faqCategory dt h3{
    font-size: 1.6rem;
    padding: 10px 35px 11px 50px;
}
section.faqCategory dt h3::before{
    left: 20px;
    top: 3px;
    font-size: 2.2rem;
}

section.faqCategory dt::before{
    right: 16px;
    top: 50%;
    margin-top: -1px;
    
    width: 16px;
    height: 2px;
}
section.faqCategory dt::after{
    right: 23px;
    top: 50%;
    margin-top: -8px;

    width: 2px;
    height: 16px;
}

section.faqCategory dd{
    margin-top: 2px;
    padding-bottom: 30px;
}
section.faqCategory dd .inner{
    padding: 20px 25px 30px 50px;
    position: relative;

}

section.faqCategory dd .inner,
section.faqCategory dd .inner p{
    font-size: 1.4rem;
}

section.faqCategory dd .inner::before{
    left: 22px;
    top: 10px;
    
    font-size: 2.2rem;
}

section.faqCategory .linkToTop{
    padding-top: 40px;
    border-bottom: 1px solid transparent;
}

section.faqCategory .linkToTop a{
    padding: 8px 26px 8px 13px;
    
    font-size: 1.2rem;
}
section.faqCategory .linkToTop a::after{
  right: 12px;
  width: 6px;
  height: 6px;
}
section.faqCategory .linkToTop a:hover{
    opacity: 0.8;
}

}



















