﻿@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;
}


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

.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-01.svg) center top 40px no-repeat #fff;
	background-size: auto 45px;
}
#learn .icon-list li:nth-child(2) a{
	background: url(../img/index/icon-02.svg) center top 35px no-repeat #fff;
	background-size: 50px auto;
}
#learn .icon-list li:nth-child(3) a{
	background: url(../img/index/icon-03.svg) center top 30px no-repeat #fff;
	background-size: auto 60px;
}
#learn .icon-list li:nth-child(4) a{
	background: url(../img/index/icon-04.svg) center top 35px no-repeat #fff;
	background-size: 40px auto;
}
#learn .icon-list li:nth-child(5) a{
	background: url(../img/index/icon-05.svg) center top 40px no-repeat #fff;
	background-size: auto 55px;
}
#learn .icon-list li:nth-child(6) a{
	background: url(../img/index/icon-06.svg) center top 30px no-repeat #fff;
	background-size: 55px auto;
}
#learn .icon-list li:nth-child(7) a{
	background: url(../img/index/icon-07.svg) center top 35px no-repeat #fff;
	background-size: auto 60px;
}
#learn .icon-list li:nth-child(8) a{
	background: url(../img/index/icon-08.svg) center top 40px no-repeat #fff;
	background-size: auto 55px;
}
#learn .icon-list li:nth-child(9) a{
	background: url(../img/index/icon-09.svg) center top 35px no-repeat #fff;
	background-size: auto 50px;
}
#learn .icon-list li:nth-child(10) a{
	background: url(../img/index/icon-10.svg) center top 30px no-repeat #fff;
	background-size:50px auto;
}
#learn .icon-list li:nth-child(11) a{
	background: url(../img/index/icon-11.svg) center top 30px no-repeat #fff;
	background-size: 55px auto;
}
#learn .icon-list li:nth-child(12) a{
	background: url(../img/index/icon-12.svg) center top 30px no-repeat #fff;
	background-size: 50px auto;
}


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

.content_width {
	width:96%;
}
	
section{
	margin-bottom:40px;
}
/*--------index_img--------*/

.index_main_img p{
	font-size: 8vw;
	line-height: 1.4;
}
.index_read{
	width: 96%;
	font-size: 15px;
}
#learn{
	padding: 50px 0;
}


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


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

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






}
