@charset "utf-8";

.main_1_con { }

div.title {position: relative;     margin-top: 5em; margin-bottom: 4em;}
div.title h3{    font-size: 2.2em;
    margin-bottom: 7px;}
div.title span{    position: absolute;
    font-size: 6em;
    top: -28px;
    display: table;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    color: #f3f3f3;
    z-index: -2;
    left: 146px;}
div.title p{    font-size: 1.2em;
    font-weight: 400;}

ul.product {    clear: both;
    display: table;
    width: 100%;}
ul.product li{    float: left;
    width: 32%;
    margin-right: 1.5em;
    height: 416px;
    border: 1px solid #dadada;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 20.5em;
    padding-left: 1.4em; z-index:1; background-color: white;     position: relative;}
ul.product li:hover {z-index:2;}
ul.product li:nth-child(1){    background-image: url(/img/main/1.jpg);}
ul.product li:nth-child(2){    margin-right: 0;
    background-image: url(/img/main/2.jpg);}
ul.product li:nth-child(3){    float: right;
    margin-right: 0;
    background-image: url(/img/main/3.jpg);}
ul.product li h4{}
ul.product li p{margin-top: 1em;}

div.company {display: table;
    width: 100%;
    margin-bottom: 9em;}

div.company li h4{    position: absolute;
    bottom: 0.2em;
    text-align: center;
    width: 100%;
    font-size: 1.3em; color: white;}
div.company li p{        position: absolute;
    bottom: 2em;
    text-align: center;
    width: 100%;
    font-size: 1.0em;
    color: white;}

.main_2_con {    background-image: url(/img/main/main_10.jpg);
    padding: 5em 0 5em 0;
    color: #fff;
        background-position-x: center;
		background-position-y: center;

    background-size: cover;
    /*background-attachment: fixed; */
}
.slogan {}
.slogan h3{     text-align: center;
    color: white; font-size: 2.8em;}
.slogan a{         display: table;
    margin: 0 auto;
    color: white !important;
    padding: 1em 3em;
    border: 1px solid #ec1b2e;
    margin-top: 2em;
    font-weight: 600;
	font-size: 1.4em;}
.slogan p{    text-align: center;
    padding: 0;
    margin: 0;
	font-size: 1.4em;}
.slogan p span {    font-size: 1.5em; font-weight: 400;
    color: #FFEB3B;}
.slogan > p:nth-child(1){}
.slogan > p:nth-child(2){}
.slogan > p:nth-child(3){    padding-top: 1em;}


.question {    padding: 4em 0;
    display: table;
    width: 100%;}
.question p{    float: left;
    font-size: 1.7em;     font-weight: 600; width:50%;}
.question p span{    display: table;
    font-size: 0.7em;     font-weight: 500;     margin-top: 1.5em;     width: 100%;
    word-break: keep-all;}
.question a{display: table;
    float: right;
    padding: 2em 4em;
    background-color: #ec1b2e;
    color: white !important;
    border-radius: 0.4em;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 500;}


@media screen and (max-width: 1000px) {
	div.title span {    font-size: 2em;}
	div.company { margin-bottom: 0;}
	.slogan {}
.slogan h3{font-size: 2em;}
.slogan a{font-size: 1.2em;}
.slogan p{font-size: 1em; }
.slogan p span {font-size: 1em; }
.slogan > p:nth-child(1){}
.slogan > p:nth-child(2){}
	
	.main_1_con {    padding: 1em;     box-sizing: border-box;}
	ul.product li {margin-bottom: 1em; background-size: 100%;     box-sizing: border-box;
		    padding-bottom: 1em;    padding-top: 17em;    height: auto;    float: none;
    width: 100%;
	}
	
	ul.company {}
	ul.company li {    float: none;
    width: 100%;
    margin-bottom: 4em;}
    .question {        padding: 2.3em 1em;
    box-sizing: border-box;}
    .question p {    float: none;    text-align: center;
    width: 100%; word-break: keep-all;
	}
    .question a {        float: none;
    margin: 0 auto;
    margin-top: 2em;
    padding: 1em 3em;
	}
	.main_2_con { padding: 3em 0 3em 0; }
}
