@charset "utf-8";

/*----------------------------------------------------
	About
----------------------------------------------------*/

/*===============================================
	mv
===============================================*/
#billboard {
	background: url(../images/about/mv.png) no-repeat;
	background-position: center 100%;
	background-size: cover;
    width: 100%;
    height: 500px;
}

/*===============================================
	#sec01
===============================================*/

#sec01 .about_list {
    width: 800px;
    margin: 80px auto 0;
}

#sec01 .about_list li {
    float: left;
    width: 33%;
    text-align: center;
}

#sec01 .about_list li .ttl_01 {
    margin: 0 auto 20px;
}

#sec01 .about_list a {
    color: #000;
    text-decoration: none;
}

#sec01 .about_list li p {
    margin-bottom: 10px;
}

/*===============================================
	#sec02
===============================================*/

#sec02 table {
    width: 100%;
    line-height: 2em;
}
#sec02 table th {
    padding: 1em 1.5em 1em 0em;
    text-align: left;
    vertical-align: top;
}
#sec02 table td {
    padding: 1em 0.5em;
    text-align: left;
    letter-spacing: 0.2em;
}

/*===============================================
	#sec03
===============================================*/

#sec03 .section_box01 {
    width: 70%;
    margin: 0 auto;
    float: left;
    padding: 0 2%;
}
#sec03 .section_box01 .txt_01 {
    letter-spacing: 0.1em;
}
#sec03 .section_box02 {
    width: 26%;
    margin: 30px auto 0;
    float: left;
    padding: 0;
    text-align: right;
}

/*----------------------------------------------------
	スマートフォン用
----------------------------------------------------*/

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