@charset "utf-8";

/* for SP */
@media screen and (max-width: 640px) {
#main {
	width: 100%;
	min-width: 100%;
}
}    

/* main_t */
#main_t {
	width: 347px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
}
#main_t img {
	margin-top: -10px;
	margin-bottom: 10px;
}
#main_t p {
	width: 90px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #1e9be1;
	border-left: 1px solid #1e9be1;
	border-right: 1px solid #1e9be1;
}
/* for SP */
@media screen and (max-width: 640px) {
#main_t {
	width: 100%;
	margin-bottom: 12%;
}
#main_t img {
    width: 60%;
    height: auto;
	margin-top: 0;
	margin-bottom: 6%;
}
#main_t p {
	width: 30%;
	font-size: 3.6vw;
}
}

/* btn_t */
#btn_t {
	width: 750px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0;
}
#btn_t ul {
	width: 750px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	display: inline-block;
}
#btn_t ul li {
	width: 130px;
	margin: 0;
	margin-right: 25px;
	padding: 0;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: 0.0em;
	color: #000000;
	float: left;
}
#btn_t ul li:last-of-type {
	margin-right: 0px;
}
/* for SP */
@media screen and (max-width: 640px) {
#btn_t {
	width: 100%;
	margin-bottom: 6%;
}
#btn_t ul {
	width: 100%;
}
#btn_t ul li {
	width: 33.333%;
	margin-top: 6%;
	margin-right: 0;
	font-size: 4.0vw;
}
#btn_t ul li img {
	width: 80%;
    height: auto;
}
}

/* category01 */
#category01 {
	clear: both;
	width: 1020px;
	height: auto;
	margin: 0px auto;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
	background: #286eb4;
}
#category01 ul {
	margin-top: 20px;
	display: inline-block;
}
#category01 li.copy {
	width: 235px;
	height: auto;
	margin: 0;
	margin-left: 75px;
	margin-right: 70px;
	padding: 0;
	text-align: left;
	float: left;
}
#category01 li.copy img.point {
	margin-bottom: 20px;
}
#category01 li.copy span {
	font-size: 17px;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	color: #ffffff;
}
#category01 li.copy p {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.0em;
	color: #ffffff;
}
#category01 li.photo {
	width: 640px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
}
/* for SP */
@media screen and (max-width: 640px) {
#category01 {
	width: 100%;
	padding-bottom: 6%;
}
#category01 img.cate_t,
#category02 img.cate_t,
#category03 img.cate_t,
#category04 img.cate_t,
#category05 img.cate_t {
	width: 80%;
    height: auto;
}
#category01 ul {
	margin-top: 6%;
}
#category01 li.copy {
	width: 80%;
	margin-left: 10%;
	margin-right: 0;
	float: none;
}
#category01 li.copy img.point {
	margin-bottom: 6%;
}
#category01 li.copy span {
	font-size: 3.8vw;
}
#category01 li.copy p {
	margin-top: 3%;
	margin-bottom: 6%;
	font-size: 3.2vw;
}
#category01 li.photo {
	width: 100%;
	float: none;
}
#category01 li.photo img {
	width: 100%;
    height: auto;
}
}

/* category02 */
#category02 {
	clear: both;
	width: 1020px;
	height: 630px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background: url(../images/business/category02_bg.jpg) no-repeat center top;
}
#category02 ul {
	width: 730px;
	height: 301px;
	margin: 0px auto;
	margin-top: 60px;
	padding: 0;
	display: inline-block;
}
#category02 li {
	width: 315px;
	height: 306px;
	margin: 0;
	padding: 0;
	background: url(../images/business/category02_bg2.png) no-repeat center top;
	float: left;
}
#category02 li:first-of-type {
	padding-top: 60px;
}
#category02 li img.pict {
	margin-top: -52px;
	margin-bottom: -5px;
}
#category02 li span {
	font-size: 17px;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	color: #000000;
}
#category02 li p {
	width: 160px;
	margin: 10px auto;
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.0em;
	color: #000000;
	text-align: left;
	/*word-break: break-all;*/
}
#category02 li.point {
	width: 100px;
	height: 301px;
	margin: 0;
	padding: 0;
	padding-top: 138px;
	background: none;
	float: left;
}
/* for SP */
@media screen and (max-width: 640px) {
#category02 {
	width: 100%;
	height: auto;
	padding-bottom: 6%;
	background-size: cover;
}
#category02 ul {
	width: 80%;
	height: auto;
	margin-top: 12%;
}
#category02 li {
	width: 100%;
	height: auto;
	padding-top: 3%;
	padding-bottom: 3%;
	background: none;
	background: #ffffff;
	float: none;
    border-radius: 20px;
}
#category02 li img.pict {
	margin-top: -35px;
	margin-bottom: -5px;
}
#category02 li span {
	font-size: 3.8vw;
}
#category02 li p {
	width: 86%;
	font-size: 3.2vw;
}
#category02 li.point {
	width: 100%;
	height: auto;
	padding-top: 6%;
	padding-bottom: 6%;
	background: none;
	float: none;
}
}

/* category03 */
#category03 {
	clear: both;
	width: 1020px;
	height: auto;
	margin: 0px auto;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
	background: #ffffff;
}
#category03 ul {
	margin-top: 20px;
	display: inline-block;
}
#category03 li.copy {
	width: 235px;
	height: auto;
	margin: 0;
	margin-left: 75px;
	margin-right: 70px;
	padding: 0;
	text-align: left;
	float: left;
}
#category03 li.copy img.point {
	margin-bottom: 20px;
}
#category03 li.copy span {
	font-size: 17px;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	color: #000000;
}
#category03 li.copy p {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.0em;
	color: #000000;
}
#category03 li.photo {
	width: 640px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
}
#category03 img.category03_img {
	margin-top: 20px;
}
/* for SP */
@media screen and (max-width: 640px) {
#category03 {
	clear: both;
	width: 100%;
	padding-bottom: 6%;
}
#category03 ul {
	margin-top: 6%;
}
#category03 li.copy {
	width: 80%;
	margin-left: 10%;
	margin-right: 0;
	float: none;
}
#category03 li.copy img.point {
	margin-bottom: 6%;
}
#category03 li.copy span {
	font-size: 3.8vw;
}
#category03 li.copy p {
	margin-top: 3%;
	margin-bottom: 6%;
	font-size: 3.2vw;
}
#category03 li.photo {
	width: 100%;
	float: none;
}
#category03 li.photo img {
	width: 100%;
    height: auto;
}
#category03 img.category03_img {
	width: 100%;
    height: auto;
	margin-top: 6%;
	margin-bottom: -6%;
}
}

/* movie */
#movie {
	clear: both;
	width: 780px;
	height: auto;
	margin: 0px auto;
	margin-bottom: 50px;
	padding: 0;
	text-align: center;
	background: #ffffff;
	display: inline-block;
}
#movie li.l {
	width: 340px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}
#movie li.r {
	width: 340px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
}
#movie li video {
	width: 100%;
	height: auto;
}
.movie_title {
	clear: both;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #ffffff;
	margin-bottom: 10px;
	display: inline-block;
}
.movie_title p {
	width: auto;
	font-size: 15px;
	line-height: 1.7em;
	letter-spacing: 0.3em;
	color: #000000;
	border-bottom: 1px solid #000000;
}
/* for SP */
@media screen and (max-width: 640px) {
#movie {
	width: 100%;
	margin-bottom: 12%;
}
#movie li.l {
	width: 100%;
    margin: 0 auto;
	float: none;
}
#movie li.r {
	width: 100%;
    margin: 0 auto;
	float: none;
}
.movie_title {
	margin-bottom: 3%;
}
.movie_title p {
	font-size: 3.8vw;
}
}

/* category04 */
#category04 {
	clear: both;
	width: 1020px;
	height: 630px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background: url(../images/business/category04_bg.jpg) no-repeat center top;
}
#category04 ul {
	width: 730px;
	height: 301px;
	margin: 0px auto;
	margin-top: 60px;
	padding: 0;
	display: inline-block;
}
#category04 li {
	width: 315px;
	height: 306px;
	margin: 0;
	padding: 0;
	background: url(../images/business/category02_bg2.png) no-repeat center top;
	float: left;
}
#category04 li img.pict {
	margin-top: -35px;
	margin-bottom: -5px;
}
#category04 li span {
	font-size: 17px;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	color: #000000;
}
#category04 li p {
	width: 180px;
	margin: 10px auto;
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.0em;
	color: #000000;
	text-align: left;
}
#category04 li.point {
	width: 100px;
	height: 301px;
	margin: 0;
	padding: 0;
	padding-top: 138px;
	background: none;
	float: left;
}
/* for SP */
@media screen and (max-width: 640px) {
#category04 {
	width: 100%;
	height: auto;
	padding-bottom: 6%;
	background-size: cover;
}
#category04 ul {
	width: 80%;
	height: auto;
	margin-top: 12%;
}
#category04 li {
	width: 100%;
	height: auto;
	padding-top: 3%;
	padding-bottom: 3%;
	background: none;
	background: #ffffff;
	float: none;
    border-radius: 20px;
}
#category04 li img.pict {
	margin-top: -35px;
	margin-bottom: -5px;
}
#category04 li span {
	font-size: 3.8vw;
}
#category04 li p {
	width: 86%;
	font-size: 3.2vw;
}
#category04 li.point {
	width: 100%;
	height: auto;
	padding-top: 6%;
	padding-bottom: 6%;
	background: none;
	float: none;
}
}

/* category05 */
#category05 {
	clear: both;
	width: 1020px;
	height: auto;
	margin: 0px auto;
	padding: 0;
	padding-bottom: 35px;
	text-align: center;
	background: #878c9b;
	display: inline-block;
}
#category05 ul {
	margin-top: 20px;
}
#category05 li.copy {
	width: 560px;
	height: 500px;
	margin: 0;
	margin-left: 75px;
	padding: 0;
	text-align: left;
	float: left;
}
#category05 li.copy img.skill {
    margin-top: -315px;
	float: right;
}
#category05 li.copy img.point,
#category05 li.copy img.license {
	margin-bottom: 25px;
}
#category05 li.copy img.license {
	margin-top: 45px;
}
#category05 li.copy span {
	font-size: 17px;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	color: #ffffff;
}
#category05 li.copy p {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.0em;
	color: #ffffff;
}
#category05 li.photo {
	width: 332px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
}
/* for SP */
@media screen and (max-width: 640px) {
#category05 {
	width: 100%;
	padding-bottom: 6%;
}
#category05 ul {
	margin-top: 6%;
}
#category05 li.copy {
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 0;
	float: none;
}
#category05 li.copy img.skill {
    width: 80%;
    height: auto;
    margin: 0 auto;
	margin-bottom: 12%;
    display: block;
    float: none;
}
#category05 li.copy img.point,
#category05 li.copy img.license {
	margin-bottom: 6%;
}
#category05 li.copy img.license {
	margin-top: 6%;
}
#category05 li.copy span {
	font-size: 3.8vw;
}
#category05 li.copy p {
	margin-top: 3%;
	margin-bottom: 6%;
	font-size: 3.2vw;
}
#category05 li.photo {
	width: 100%;
	float: none;
}
#category05 li.photo img {
	width: 100%;
    height: auto;
    text-align: center;
}
}

/* ListTable */
table.ListTable {
	width: 235px;
	}
	table.ListTable th {
		font-size: 14px;
		line-height: 1.4em;
		color: #ffffff;
		padding-bottom: 8px;
		}
	table.ListTable th.list {
		font-size: 8px;
		line-height: 1.8em;
		color: #ffffff;
		letter-spacing: 0.5em;
		padding-bottom: 8px;
		}
	table.ListTable td {
		height: auto;
		font-size: 14px;
		line-height: 1.4em;
		color: #ffffff;
		padding-bottom: 8px;
		}
/* for SP */
@media screen and (max-width: 640px) {
table.ListTable {
	width: 100%;
	margin-bottom: 12%;
	}
	table.ListTable th {
		font-size: 3.2vw;
		}
	table.ListTable td {
		font-size: 3.2vw;
		}
		}
