@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: 233px;
    padding: 14px 34px;
    margin: 10px 45px 20px 0;
	transition-duration: 0.3s;
}

.cate_select .select01 {
	background: #2caaea;
	border: 1px solid #2caaea;
}

.cate_select .select02 {
	background: #ee7d32;
	border: 1px solid #ee7d32;
}

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

.cate_select .select01:hover {
	background: #fff;
	color: #2caaea;
}

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

.cate_select .select03:hover {
	background: #fff;
	color: #3bb03b;
}

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

.cate_select .select03 p {
	background: url(../img/q03_img00.png)no-repeat right center;
}


.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;
}

.pre_comment,
.other_comment {
	width: 90%;
	max-width: 730px;
	margin: 30px auto;
}

.pre_comment p {
    margin-bottom: 30px;
	line-height: 2;
    text-align: justify;
}

.pre_comment p.first_come {
    font-size: 170%;
	line-height: 1.8;
}

p.first_come span.kasenhuto {
	font-weight: bold;
	text-decoration: underline;
}

p.president_name {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.other_comment {
	padding: 30px 30px 10px;
	background: #e8f6fd;
}

.other_comment p {
	padding-bottom: 20px;
	font-size: 115%;
}

.other_comment p.other_tit {
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 2px dotted #56c4ff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


ul.about,
ul.history{
    margin: 30px 0 40px;
}

ul.about li,
ul.history li {
	overflow: hidden;
    padding: 10px 0;
}

ul.about li p,
ul.history li p {
	float: left;
    padding: 0 25px;
}

p.part_L {
    width: 160px;
}

ul.about li p.part_R {
	border-left: 1px solid #EE7D32;
}

ul.history li p.part_R {
	border-left: 1px solid #3BB03B;
}

ul.about li:nth-child(odd) {
	background: #fdeee4;
    position: relative;
}

ul.history li:nth-child(odd) {
	background: #eaf9ea;
}

img.digi-btn {
    position: absolute;
    right: 10px;
    top: 6px;
}

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

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.pc_br {
		display: none;
	}
	
	.cate_select ul li {
		float: none;
		margin: 15px auto!important;
	}
	
	.other_comment {
		padding: 30px 5% 10px;
	}
	
	ul.about li p, ul.history li p {
		float: none;
	}
	
	p.part_R {
		margin-left: 40px;
		margin-top: 5px;
	}
	img.digi-btn {
    position: initial;
    margin: 7px 0 0 0;
    }
}

/* 390pxより小さい場合 */
@media screen and ( max-width: 390px ){

}



