/*
 * CSS Local Style Setting
 */

/**
	Web API Index
--------------------------------------------**/

/* Layout */
.What_is_Web_API {
    padding-bottom: 160px;
    box-sizing: border-box;
	background: #011f3f;
}

.sectionArea {
    width: 976px;
    margin: 0 auto;
    color: #FFF;
    box-sizing: border-box;
}
.sectionArea .sectInner {
    padding: 40px 0 80px;
}
.sectionArea .sectInner {
    border-bottom: solid 1px #9d9d9d;
}
.sectionArea .sectInner-noborder {
	border-bottom: none;
}
.mainimgWebAPI_TitleBox {
    width: 100%;
    height: 291px;
    display: flex;
    align-items: center;
    background: url(../img/mainimg_under.jpg) no-repeat center center / cover;
    margin-bottom: 30px;
}
.mainimgWebAPI_TitleBox__txtbox {
    width: 976px;
    margin: 0 auto;
}

/* LocalNavi */
.localNav {
    width: 976px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.localNav li {
    width: 308px;
	position: relative;
}
.localNav li.sub {
	width: 48%;
	position: relative;
	font-size: 16px;
}
.localNav li a,
.localNav li.sub a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    text-align: center;
    color: #FFF;
    line-height: 1.2;
    position: relative;
    width: 100%;
}
.localNav li .cur:after {
	content: "";
	position: absolute;
	bottom: -40%;
	left: 50%;
	display: inline-block;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #3399cc;
}
.localNav li a::before {
    content: "";
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #F3F2F7;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
}
.localNav li a:hover::before, 
.localNav li a.cur::before {
    background-color: #3399cc;
}

/* anchorBox */
.anchorBox {
	width: 976px;
    margin: 20px auto ;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	background: #223c62;
	padding: 1.5em 0;
}
.anchorBox li {
	margin: 0 0 0 40px;
}
.anchorBox li a {
	color: #CCC;
	font-size: 90%;
}
.anchorBox li a:hover {
	color: #3399cc;
}
.anchorBox li a::before {
	content: "▼";
	padding-right: 10px;
	transition: .3s;
}

/* Headline */
.pageTitle {
    font-size: 60px;
    font-weight: bold;
    color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
}
.titlebtm {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
}

.hlLv02 {
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 60px;
    margin-bottom: 40px;
    text-align: left;
}
.hlLv02_comingsoon {
	text-align: center;
	font-size: 64px;
	margin: 40px auto;
	color: #ccc;
}
.hlLv03 {
    font-size: 26px;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 1.2;
	padding-left: 22px;
	position: relative;
}
.hlLv03::before {
    content: "";
    width: 8px;
    height: 28px;
    background-color: #3399cc;
    position: absolute;
    top: 0;
    left: 0;
}

/* Text */
.modTxt01 {
    line-height: 1.8;
}
.modTxtAtt {
    font-size: 14px;
    font-style: italic;
    margin-top: 20px;
    line-height: 1.5;
	color: #CCCCCC;
}
.modTxt01 a,
.modTxtAtt a {
    color: #3399cc;
    text-decoration: underline;
}
.modTxt01 a:hover,
.modTxtAtt a:hover {
    text-decoration: none;
}

.modTxt02--indent04 {
    padding-left: 2.3em;
    text-indent: -2.3em;
}

.mt40 {
	margin-top: 40px;
	line-height: 1.8;
}

figure {
    text-align: center;
}

.flex {
    display: flex;
    justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.flex.rv {
    flex-direction: row-reverse;
}
.flex.center {
    justify-content: center;
}

.flexItem.w50per {
    width: 478px;
}
.flexItem.w45per {
    width: 460px;
}


/************************** Index *****************************/
/* FV */
.mainimgWebAPITop {
    height: 460px;
    position: relative;
    background: url(../img/mainimg.jpg) no-repeat center center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}
.mainimgWebAPITop__txtbox {
    color: #FFF;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: .12em;
	width: 800px;
}
.pageTitle__index {
    font-size: 86px;
}
.titlebtm__index {
    font-size: 36px;
    margin-top: 20px;
}


/* Index */
.introTxt {
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
}
ul.list_howit {
	position: relative;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.4;
}
ul.list_howit li {
	display: flex;
	align-items: center;
	padding: 5px 0px 5px 20px;
	margin-bottom: 5px;
	border-radius: 20px 0px 0px 20px;
}
.list_howit li::before {
	position: absolute;
	left: 0;
	content:'';
	width: 0.5em;
	height: 0.5em;
	background: #3399cc;
	border-radius: 50%;
}

figure img {
	margin: 20px auto;
	text-align: center;
	display: block;
}
.img_what {
	width: 70%;
	margin: 0 auto;
}
.list-operators {
	margin: 40px 0;
}
.list-operators li {
	width: 32%;
	flex-wrap: nowrap;
}
.list-operators li figure {
	margin-right: 20px;
}
.list-operators li dt {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.list-operators li dd {
	font-size: 16px;
	line-height: 1.4;
}

.list-comparison {
	margin-top: 40px;
}
.list-comparison figure {
	margin: 0 auto;
}

.benefitBox {
	background: #223c62;
	padding: 30px;
	font-size: 14px;
	color: #e3e3e3;
	border-radius: 4px;
}
.benefitBox.heightmax {
	min-height: 194px;
}
.benefitBox dt {
	font-weight: bold;
	margin-bottom: 10px;
}



@media only screen and (max-width:640px) {
    /************************** Common Setting *****************************/

    /* Layout */
    .What_is_Web_API {
        padding-bottom: 80px;
    }
    .sectionArea {
        width: 100%;
        padding: 0 4%;
    }

    .sectionArea .sectInner {
        padding: 0 0 40px;	
    }
    .sectionArea .sectInner:nth-child(n+2) {
        border-top: #9d9d9d solid 1px;
    }
    
    .mainimgWebAPI_TitleBox {
        height: 146px;
        margin-bottom: 20px;
    }
    .mainimgWebAPI_TitleBox__txtbox {
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box;
    }
    
    /* LocalNavi */
    .localNav {
        width: 100%;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 0 4%;
    }
    .localNav li {
        width: 31%;
    }

    /* Headline */
    .pageTitle {
        font-size: 30px;
    }
    .titlebtm {
        margin-top: 10px;
        font-size: 20px;
    }
    .hlLv02 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    .hlLv03 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
	.modTxtAtt {
		font-size: 12px;
	}

    .flex {
        display: block;
    }
    .flexItem:nth-child(n+2) {
        margin-top: 30px;
    }
    .flexItem.w50per,
	 .flexItem.w45per {
        width: 100%;
    }
	
	/* anchorBox */
	.anchorBox {
		width: 100%;
		box-sizing: border-box;
        padding: 3%;
		margin: 40px auto;
		display: block;
	}
	.anchorBox li {
		margin: 0;
		line-height: 1.5;
		padding-left: 1.6em;
        text-indent: -1.6em;
	}
    

    /************************** Index *****************************/
    /* FV */
	.mainimgWebAPITop {
		height: 400px;
		position: relative;
		background: url(../img/mainimg_sp.jpg) no-repeat center center / cover;
		margin-bottom: 10vw;
	}
	.mainimgWebAPITop__txtbox {
		width: 88%;
	}
    .pageTitle__index {
        font-size: 48px;
    }
    .titlebtm__index {
        font-size: 28px;
        margin-top: 20px;
    }

    /* Intro */
    .introTxt {
        font-size: 16px;
        text-align: left;
        /*line-height: 1.8;*/
    }
	.img_what {
		width: 100%;
	}
	ul.list_howit {
		font-size: 16px;
		line-height: 1.4;
	}
	.list-operators {
		margin: 40px 0;
		display: flex;
	}
	.list-operators li {
		width: 30%;
	}
	.list-operators li dt {
		font-size: 18px;
	}
	.list-operators li dd {
		font-size: 14px;
	}
	.benefitBox {
		padding: 20px;
	}
	.benefitBox.heightmax {
		min-height: 0;
	}


}
