﻿@charset "UTF-8";

section{
	margin-bottom:60px;
}
/*--------index_img--------*/
.index_main_img{
	background: url(../img/index/main.jpg) no-repeat center;
	background-size: cover;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_main_img p{
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	font-family:YuMincho,'Yu Mincho',serif !important;
	color: #fff;
	text-shadow:0 1px 2px #000;
}
.index_main_img p span{
	display: block;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 50%;
	text-align: center;
}

.index_read{
	width: 1100px;
	margin: auto;
	text-align: center;
}



#learn{
	background: rgba(147, 46, 60,0.1);
	margin-bottom: 0px;
	padding: 65px 0;
}

/*
#story{
	background: rgba(48, 94, 18,0.1);
	margin-bottom: 0px;
	padding: 65px 0;
}
*/
#search{
	background: rgba(20, 80, 114,0.1);
	margin-bottom: 0px;
	padding: 65px 0;
	position: relative;
}

#search::after{
	background: url(../img/index/lc_bnr_bg.png) no-repeat bottom;
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    left: 0;
    bottom: 0;
	z-index: -10;
}

/*------------------------------------------------------------------------------------------*/

.index_title {
    margin-bottom:40px;
    padding-top: 26px;
    position: relative;
}
.index_title p:not([class]) {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

.index_title .en {
    position: absolute;
    top: -5px;
    font-size: 65px;
    text-align: center;
    letter-spacing: 1.5px;
	width: 100%;
	font-family: ame !important;
}
/*
#learn .index_title .en{
	color: rgba(147, 46, 60,0.2);
}

#story .index_title .en{
	color: rgba(48, 94, 18,0.2);
}
*/
#search .index_title .en{
	color: rgba(20, 80, 114,0.2);
}


/*------------------------------------------------------------------------------------------*/
/*
section.link{
	margin-bottom: -20px;
	padding: 60px 0;
}

.link_title{
	font-size: 22px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 700;
}

.index_link_list01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_link_list01 li{
	width: calc((100% - 3%) / 3);
	margin-bottom: 15px;
}
.index_link_list01 li a{
	display: block;
    text-align: center;
    padding: 20px 0;
    color: #fff;
	font-size: 15px;
    background:#092135;
}

.index_link_list02{
	display: flex;
	justify-content: space-between;
}

.index_link_list02 li{
	width: calc((100% - 3%) / 3);
}
.index_link_list02 li a{
	display: block;
}
.index_link_list02 li img{
	max-width: 100%;
	vertical-align: top;
}
*/

/*------------------------------------------------------------------------------------------*/
.col_box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col_box>ul>li{
	width: calc((100% - 2%) / 2);
	padding: 25px 0px;
	background: #fff;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
}

/*------------------------------------------------------------------------------------------*/


.col_box form{
	height: 100%;
	width: 100%;
}
.search_box{
	padding: 0 25px;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: calc(100% - 40px);
}

.search_inner{
	width: 100%;
}

.search_name{
	font-weight: bold;
}
.search_inner dl{
	display: flex;
	align-items: center;
}
.search_inner dl:first-child{
	margin-top: 10px;
}
.search_inner dt{
	width: 30%;
	font-size: 15px;	
}
.search_inner dt span{
	display: block;
	font-size:80%;
	
	
}
.search_inner dd{
	width: 70%;
}
.search_inner dd .text{
	color: #595959;
    font-size: 80%;
	margin-top: 5px;
	line-height: 1.4;
}


.search_box input,.search_box select{
	font-size: 16px;
	padding: 5px;
	border: 1px solid #ccc!important;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	box-sizing: border-box;
	background-color:none!important;
}
.search_box input:focus{
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	background-color: #DDF2FA;
	outline:none
}
.search_box select {
	width: 60%;
}
.search_box select:focus {
	outline:none
}

.search_box input.-long{
	width: 100%;	
}


.form_btn{
	text-align: center;
	width: 100%;
}
.form_btn input{
	background: #092135;
	color: #fff;
	border: none;
	width: 40%;
	margin:30px auto 0;
	border-radius: 5px;
	cursor : pointer;
}
.form_btn input:hover{
	opacity: 0.8;
}



/*------------------------------------------------------------------------------------------*/

.icon-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
.icon-list li{
	width: calc((100% - 60px) /4);
	display: flex;
	align-self: stretch;
	margin-right: 20px;
}
.icon-list li:nth-child(4n){
	margin-right: 0px;
}
.icon-list li:nth-child(n+5){
	margin-top: 15px;
}
.cate{
	background: #aaa;
	color: #fff;
	font-size: 12px;
	padding: 2px 10px;
	border-radius: 50px;
	min-width: 50px;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 5px;
}
.icon-list li a{
	position: relative;
	align-self: stretch;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 100px 10px 10px 10px;
	background: #fff;
	border-radius: 5px;
	line-height: 1.4;
	color: #000;
	min-height: 40px;
	border: 2px solid #fff;
}
.icon-list li a:hover{
	border: 2px solid #932e3c;
}
.icon-list li p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#learn .icon-list li:nth-child(1) a{
	background: url(../img/index/icon-13.svg) center top 30px no-repeat #fff;
	background-size: 55px auto;
}
#learn .icon-list li:nth-child(2) a{
	background: url(../img/index/icon-01.svg) center top 30px no-repeat #fff;
	background-size: 55px auto;
}
#learn .icon-list li:nth-child(3) a{
	background: url(../img/index/icon-07.svg) center top 40px no-repeat #fff;
	background-size: auto 45px;
}
#learn .icon-list li:nth-child(4) a{
	background: url(../img/index/icon-12.svg) center top 35px no-repeat #fff;
	background-size: 50px auto;
}
#learn .icon-list li:nth-child(5) a{
	background: url(../img/index/icon-03.svg) center top 30px no-repeat #fff;
	background-size: 40px auto;
}
#learn .icon-list li:nth-child(6) a{
	background: url(../img/index/icon-04.svg) center top 30px no-repeat #fff;
	background-size: 60px auto;
}
#learn .icon-list li:nth-child(7) a{
	background: url(../img/index/icon-05.svg) center top 30px no-repeat #fff;
	background-size: 55px auto;
}
#learn .icon-list li:nth-child(8) a{
	background: url(../img/index/icon-06.svg) center top 30px no-repeat #fff;
	background-size: 50px auto;
}
#learn .icon-list li:nth-child(9) a{
	background: url(../img/index/icon-08.svg) center top 35px no-repeat #fff;
	background-size: auto 60px;
}
#learn .icon-list li:nth-child(10) a{
	background: url(../img/index/icon-02.svg) center top 35px no-repeat #fff;
	background-size: auto 60px;
}
#learn .icon-list li:nth-child(11) a{
	background: url(../img/index/icon-11.svg) center top 30px no-repeat #fff;
	background-size: 60px auto;
}
#learn .icon-list li:nth-child(12) a{
	background: url(../img/index/icon-09.svg) center top 35px no-repeat #fff;
	background-size: auto 50px;
}
/*
#learn .icon-list li:nth-child(13) a{
	background: url(../img/index/icon-10.svg) center top 35px no-repeat #fff;
	background-size: auto 45px;
}
	*/
#learn .icon-list li:nth-child(13) a{
	background: url(../img/index/icon-14.svg) center top 35px no-repeat #fff;
	background-size: 55px auto;
}


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

	.content_width {
		width:96%;
	}
	
section{
	margin-bottom:40px;
}
/*--------index_img--------*/
.index_main_img{
	height: 250px;
}
.index_main_img p{
	font-size: 8vw;
	line-height: 1.4;
}


.index_read{
	width: 96%;
	font-size: 15px;
}

#learn{
	padding: 50px 0;
}
#story{
	padding: 50px 0;
}
#search{
	padding: 50px 0;
}

/*------------------------------------------------------------------------------------------*/

.index_title p:not([class]) {
    font-size: 20px;
}

.index_title .en {
    font-size: 15vw;
}

/*------------------------------------------------------------------------------------------*/

/*
section.link{
	padding: 50px 0;
}

.link_title{
	font-size: 20px;
	margin-bottom: 30px;
}

.index_link_list01 li{
	width: 100%;
	margin-bottom: 10px;
}
.index_link_list01 li a{
    padding: 15px 10px;
	font-size: 14px;
}

.index_link_list02{
	flex-wrap: wrap;
}

.index_link_list02 li{
	width: 100%;
	margin-bottom: 10px;
}
.index_link_list02 li a{
	text-align: center;
}
*/

/*------------------------------------------------------------------------------------------*/

.col_box>ul>li{
	width: 100%;
	padding: 20px 0px;
}

/*------------------------------------------------------------------------------------------*/


.search_box{
	padding: 0 10px;
    height:auto;
	margin-top: 10px;
}
.search_inner dl{
	flex-wrap: wrap;
}
.search_inner dl:first-child{
	margin-top: 0px;
}
.search_inner dt{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.search_inner dt span{
	display: inline-block;
	margin-left: 10px;
}
.search_inner dd{
	width: 100%;
}


.search_box select {
	width: 100%;
}

.form_btn input{
	width: 60%;
	margin:20px auto 0;
	font-size: 15px;
}




/*------------------------------------------------------------------------------------------*/

.icon-list{
	width: 96%;
}
.icon-list li{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}

.icon-list li:nth-child(n+5){
	margin-top: 0px;
}

.icon-list li a{
	padding:25px 10px 25px 80px;
}

.icon-list li a p{
	text-align: left;
}


#learn .icon-list li:nth-child(1) a{
	background: url(../img/index/icon-13.svg) top 35px left 15px no-repeat #fff;
	background-size: 40px auto;
}
#learn .icon-list li:nth-child(2) a{
	background: url(../img/index/icon-01.svg) top 35px left 20px no-repeat #fff;
    background-size: 40px auto;
}
#learn .icon-list li:nth-child(3) a{
	background: url(../img/index/icon-07.svg) top 35px left 15px no-repeat #fff;
	background-size: auto 35px;
}
#learn .icon-list li:nth-child(4) a{
	background: url(../img/index/icon-12.svg) top 35px left 20px no-repeat #fff;
	background-size: 35px auto;
}
#learn .icon-list li:nth-child(5) a{
	background: url(../img/index/icon-03.svg) top 35px left 20px no-repeat #fff;
    background-size: 30px auto;
}
#learn .icon-list li:nth-child(6) a{
	background: url(../img/index/icon-04.svg) top 35px left 15px no-repeat #fff;
	background-size: 45px auto;
}
#learn .icon-list li:nth-child(7) a{
	background: url(../img/index/icon-05.svg) top 35px left 15px no-repeat #fff;
	background-size: 40px auto;
}
#learn .icon-list li:nth-child(8) a{
	background: url(../img/index/icon-06.svg) top 35px left 20px no-repeat #fff;
	background-size: 35px auto;
}
#learn .icon-list li:nth-child(9) a{
	background: url(../img/index/icon-08.svg) top 35px left 15px no-repeat #fff;
    background-size: auto 40px;
}
#learn .icon-list li:nth-child(10) a{
	background: url(../img/index/icon-02.svg) top 35px left 15px no-repeat #fff;
	background-size: auto 40px;
}
#learn .icon-list li:nth-child(11) a{
	background: url(../img/index/icon-11.svg) top 35px left 15px no-repeat #fff;
	background-size: 45px auto;
}
#learn .icon-list li:nth-child(12) a{
	background: url(../img/index/icon-09.svg) top 40px left 15px no-repeat #fff;
	background-size: auto 35px;
}
#learn .icon-list li:nth-child(13) a{
	background: url(../img/index/icon-10.svg) top 35px left 15px no-repeat #fff;
	background-size: auto 35px;
}



}
