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

.under_visual {
	background: url(../img/visual.png)no-repeat center center;
    background-size: cover;
	text-align: center;
	padding: 150px 0 90px;
}

.pege_name {
	font-size: 260%;
	font-weight: bold;
    padding: 0 0 5px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ee7d32;
	display: inline-block;
}

.page_name_en {
	font-size: 100%;
	font-weight: bold;
}

.main {
    max-width: 1000px;
	width: 100%;
    margin: auto;
    padding: 30px 0;
}

/* ==========================
==========　メイン　===========
============================= */

.cate_select ul {
	overflow: hidden;
}
.cate_select ul li {
    float: left;
    width: 95%;
    max-width: 407px;
    padding: 14px 34px;
    margin: 10px 45px 20px 0;
	transition-duration: 0.3s;
}

.cate_select .select01 {
	background: #ee7d32;
	border: 1px solid #ee7d32;
}
.cate_select .select02 {
	background: #3bb03b;
	margin-right: 0px;
	border: 1px solid #3bb03b;
}

.cate_select .select01:hover {
	background: #fff;
	color: #ee7d32;
}
.cate_select .select02:hover {
	background: #fff;
	color: #3bb03b;
}

.cate_select ul li {
	font-size: 150%;
	color: #fff;
}
.cate_select .select01 p {
	background: url(../img/q01_img00.png)no-repeat right center;
}
.cate_select .select02 p {
	background: url(../img/q03_img00.png)no-repeat right center;
}



.future_box {
	background: url(../img/client_img00.png)no-repeat center right;
	padding: 30px;
    margin: 25px 0;
}

.future_box .future_comment {
	padding: 30px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.7);
    max-width: 650px;
}

.future_comment .future_icon_box {
	float: left;
}
.future_comment .future_icon_box p {
	text-align: center;
    background: #2caaea;
    color: #fff;
    font-size: 150%;
    padding: 66px 13px;
    border-radius: 100px;
}
.future_comment .future_txt_box {
	float: right;
	width: 430px;
}

.future_txt_box .appeal {
	font-size: 135%;
    line-height: 1.8;
}

.future_btn {
    border: 1px solid #2caaeb;
    padding: 5px 0;
    margin-top: 15px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    color: #2caaeb;
    font-size: 125%;
}

.future_btn p {
	padding-left: 30px;
	background: url(../img/client_icon.png)no-repeat center left;
	background-size: contain;
	display: inline;
}


.form_box p {
    background: url(../img/form_bg01.png)no-repeat left center;
    width: 100%;
    max-width: 481px;
    text-align: center;
    font-size: 160%;
    padding: 21px 0 21px 120px;
    margin: 35px auto;
    position: relative;
    box-shadow: 1px 2px 15px -5px;
}

.form_box p a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.exam {
    margin: 40px 0;
}

ul.exam_top,
ul.exam_bottom {
	overflow: hidden;
}

ul.exam_bottom {
	margin-top: -50px;
}

ul.exam_top li,
ul.exam_bottom li {
    width: 165px;
    height: 165px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border: 1px solid #2caaea;
    border-radius: 100px;
	text-align: center;
	float: left;
}

ul.exam_top li p,
ul.exam_bottom li p {
	width: 165px;
    font-weight: bold;
}

span.exam_big {
    font-size: 130%;
}

ul.exam_top li {
	margin-right: 110px;
}

ul.exam_top li:last-child {
	margin-right: 0px;
}

ul.exam_bottom li {
	margin-left: 140px;
}

ul.exam_bottom li:nth-child(2) {
	margin-left: 110px;
}

ul.exam_bottom li:last-child {
	margin-left: 110px;
}




.genre_title {
    font-size: 150%;
    padding: 15px 40px;
	color: #fff;
}

.cate01 .genre_title {
	background: #2caae9;
}
.cate02 .genre_title {
	background: #ee7d32;
}
.cate03 .genre_title {
	background: #3bb03b;
}

div#cate_link01,
div#cate_link02,
div#cate_link03 {
    padding-top: 130px;
    margin-top: -100px;
}


.contents_box {
    margin: 20px 0;
}

.contents_tit {
    font-size: 130%;
    padding: 0px 40px 3px;
}

.cate02 .contents_tit {
    color: #ee7c33;
    border-bottom: 1px solid;
}

.cate03 .contents_tit {
    color: #3bb03b;
    border-bottom: 1px solid;
}

.contents_about {
	overflow: hidden;
    margin-top: 20px;
}

.contents_about .contents_txt {
	float: left;
	width: 100%;
    max-width: 560px;
}

.contents_about .contents_txt p {
    margin-bottom: 20px;
	line-height: 1.8;
}

.contents_about .contents_img {
	float: right;
}

.contents_txt p span.contents_midashi {
    font-size: 110%;
    font-weight: bold;
}

.cate02 .contents_txt p span.midashi_icon {
	color: #ee7c33;
}

.cate03 .contents_txt p span.midashi_icon {
	color: #3bb03b;
}

.cate03 .contents_about .contents_txt {
    float: none;
    width: 100%;
    max-width:none;
}

.flow_img {
	text-align: center;
}


/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.pc_br {
		display: none;
	}
	
	.cate_select ul li {
		width: 80%;
		float: none;
		margin: 10px auto!important;
	}
	
	.future_box {
		background: url(../img/client_img00.png)no-repeat center right;
		background-size: cover;
	}
	
	.future_comment .future_icon_box,
	.future_comment .future_txt_box {
		float: none;
	}
	
	.future_comment .future_icon_box p {
		padding: 3px 13px;
	}
	
	.future_comment .future_txt_box {
		width: 100%;
		margin-top: 10px;
	}
	
	ul.exam_top,
	ul.exam_bottom {
	    width: 375px;
		margin: 0px auto 0;
	}
	
	ul.exam_top li {
		margin: 10px;
	}

	ul.exam_top li:last-child {
		margin-right: 10px;
	}

	ul.exam_bottom li {
		margin: 10px;
	}

	ul.exam_bottom li:nth-child(2) {
		margin: 10px;
	}

	ul.exam_bottom li:last-child {
		margin-left: 10px;
	}
	
	ul.exam_top li p, ul.exam_bottom li p {
		font-size: 85%;
	}
	
	.contents_box {
		margin: 20px auto;
		width: 90%;
	}
	
	.future_box {
		padding: 20px;
	}
	
	.future_box .future_comment {
		padding: 20px;
	}
	.future_txt_box .appeal {
		font-size: 115%;
	}
	
	.contents_about .contents_txt {
		float: none;
	}
	.contents_about .contents_img {
		float: none;
		text-align: center;
	}
	
	.form_box {
		width: 90%;
		margin: auto;
	}
	
	.form_box p {
		width: auto;
		font-size: 100%;
		padding: 8px 0 8px 120px;
	}
	
}

/* 374pxより小さい場合 */
@media screen and ( max-width: 374px ){
	
	ul.exam_top,
	ul.exam_bottom {
	    width: 320px;
	}
	
	ul.exam_top li, ul.exam_bottom li {
		width: 148px;
		height: 148px;
	}
	
	ul.exam_top li {
		margin: 5px;
	}

	ul.exam_top li:last-child {
		margin-right: 5px;
	}

	ul.exam_bottom li {
		margin: 5px;
	}

	ul.exam_bottom li:nth-child(2) {
		margin: 5px;
	}

	ul.exam_bottom li:last-child {
		margin-left: 5px;
	}
	
	.future_box {
		padding: 15px;
	}
	
	.future_box .future_comment {
		padding: 15px;
	}

	
}



