@charset "utf-8";

/* -------------------------------------------------
     page_area
 --------------------------------------------------- */
#temp_page_title {
	clear:both;
	float:left;
	width:100%;
	height:auto;
    margin:0 auto 5% auto;
}

#temp_page_title img {
	width:100%;
	height:auto;
}
.temp_page_titlebox{
    width: 300px;
    height: 100px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: 250px auto -50px auto;
    padding: 40px 0 0px 0;
}
.temp_page_titlebox span{
    font-size: 0.6em;
    font-weight: normal;
    display: block;
}
#temp_page_area {
	clear:both;
	width:100%;
	height:auto;
	margin:10px auto;
}

@media screen and (max-width: 770px) {
	#temp_page_title {
        margin: 0 auto 8% auto;
	}
	#temp_page_title img {
		width:100%;
		height:auto;
	}
    .temp_page_titlebox{
        width: 250px;
        height: 50px;
        font-size: 1.5em;
        margin: 100px auto -40px auto;
        padding: 25px 0 20px 0;
    }
	#temp_page_area {
		float:none;
		width:97%;
		height:auto;
		margin:10px auto;
	}

}

/* -------------------------------------------------
     Free
 --------------------------------------------------- */
#temp_page_area .free_box {
	clear:both;
	float:left;
	width:100%;
	height:auto;
	margin:10px 0px;
}

#temp_page_area .free_box img {
    width:100%;
	height:auto;
}

#temp_page_area .free_box .free_txt {
	clear:both;
	margin-top:10px;
    width:100%;
	height:auto;
}

@media screen and (max-width: 770px) {
	#temp_page_area .free_box {
		width:100%;
		margin:10px auto;
	}
	
	#temp_page_area .free_box img {
		width:100%;
		height:auto;
	}
	
	#temp_page_area .free_box .free_txt {
		width:100%;
	}
}

/* -------------------------------------------------
     qa
 --------------------------------------------------- */
#temp_page_area .qa_box {
	clear:both;
	float:left;
    width:100%;
	height:auto;
	margin:20px 0px;
	overflow:hidden;
}

#temp_page_area .qa_box .question{
    width:100%;
	height:auto;
	margin:5px 0px;
	padding: 5px;
	box-sizing:border-box;
	background-color:#333;
	overflow:hidden;
}

#temp_page_area .qa_box .q_icon{
	float:left;
	width:30px;
	height:30px;
	margin-right:10px;
}

#temp_page_area .qa_box .q_icon img{
	width:30px;
	height:30px;
}

#temp_page_area .qa_box .q_txt {
	float:left;
	width:auto;
	height:30px;
	line-height: 30px;
}

#temp_page_area .qa_box .answer{
	width:1100px;
	height:auto;
	margin:10px 0px;
	overflow:hidden;
}


@media screen and (max-width: 770px) {
	#temp_page_area .qa_box {
		float:none;
		width:100%;
		margin:20px auto;
	}
	
	#temp_page_area .qa_box .question{
		width:100%;
	}
	
	#temp_page_area .qa_box .q_icon{
		float:left;
		width:100%;
		height:30px;
		margin-right:0px;
	}

	#temp_page_area .qa_box .q_icon img{
		width:30px;
		height:30px;
	}

	#temp_page_area .qa_box .q_txt {
		float:left;
		width:100%;
		height:auto;
		line-height: normal;
		margin-top: 5px;
	}
	
	#temp_page_area .qa_box .answer{
		width:100%;
		height:auto;
	}

}

/* -------------------------------------------------
     interview
 --------------------------------------------------- */
#temp_page_area #int_area {
	width:100%;
	height:auto;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

#temp_page_area #int_area .int_box {
	width:96%;
	height:auto;
	margin:2%;
	/* overflow:hidden; */
    /* border:solid 1px #ccc; */
	/* padding:20px; */
    border-bottom:solid 1px #ccc;
	box-sizing:border-box;
}

#temp_page_area #int_area .int_box {
	width:50%;
	height:auto;
    margin-bottom: 3%;
}
.int_img {
    width:50%;
    top:0;
    right:0;
    margin: -3% 0 1% 2%;
    height:auto;
    
}
.int_box .int_img {
    float:right;
}
.int_box:nth-child(even) .int_img {
    margin: -3% 2% 1% 0;
    float:left;
}
#temp_page_area #int_area .int_box .int_img img {
	width:100%;
	height:auto;
}

#temp_page_area #int_area .int_box {
	width:100%;
	height:auto;
    margin-bottom: 3%;
    display: block;
}
.int_txt {
    height:auto;
    margin-bottom: 3%;
}
.int_box:nth-child(even) .int_txt {
    /* text-align: right; */
    right:0;
}
.int_box .int_txt h2 {
    font-size: 1.5em;
}
.int_namebox{
    position: relative;
    width: 50%;
    margin: 3% 0 2% 2%;
    left: 0;
    z-index: 1;
}
.int_box:nth-child(even) .int_namebox {
    width: 50%;
    margin: 3% 2% 2% 48%;
}
.int_name{
    font-size: 1.8em;
    font-weight: bold;
    padding: 3% 5%;
}
.int_name::before {
    position: absolute;
    top: 4px;
    right: -6px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.int_name::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border: 15px solid;
    position: absolute;
    top: 0px;
    left: 0px;
}
.int_name span{
    display: block;
    font-size: 0.6em;
    font-weight: normal;
}
@media screen and (max-width: 770px) {
	#temp_page_area #int_area {
		width:100%;
	}

	#temp_page_area #int_area .int_box {
		float:left;
		width:100%;
		height:auto;
		padding:10px;
	}
    .int_name{
        font-size: 1.3em;
        padding: 3% 5% 3% 8%;
    }
	.int_box .int_img {
		width:90%;
        margin-left: 10%;
	}
    .int_box:nth-child(even) .int_img {
        width:90%;
        margin-left: 10%;
    }
	
	#temp_page_area #int_area .int_box .int_img img {
		width:100%;
		height:auto;
	}
	
	#temp_page_area #int_area .int_box .int_txt {
		width:100%;
	}
    .int_img {
        margin: 0% 0 1% 0;
    }
    .int_namebox {
        position: absolute;
        width: 80%;
        margin: calc(130vw / 5 * 3) 0 2% 2%;
    }
    .int_box:nth-child(even) .int_namebox {
        width: 80%;
        margin: calc(130vw / 5 * 3) 0 2% 2%;
    }
    .int_box:nth-child(even) .int_txt {
        text-align: left;
        left: 0;
    }
    .int_txt {
        clear: both;
        padding: 2rem 0 0 0;
    }
}