@charset "UTF-8";
@font-face{font-family:Lato;font-style:normal;font-weight:300;src:local('Lato Light'),local('Lato-Light'),url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype')}
@font-face{font-family:Lato;font-style:normal;font-weight:400;src:local('Lato Regular'),local('Lato-Regular'),url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf) format('truetype')}
@font-face{font-family:Lato;font-style:normal;font-weight:700;src:local('Lato Bold'),local('Lato-Bold'),url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype')}


.container {
	text-align: center;
	margin: 25px 0 50px;
}
.container #section01_01 {
	background-color: #F0F0F0;
	width: 80%;
	text-align: center;
	margin-left: 10%;
	padding: 50px;
}

.container #section01_01 .section_label_under .section_label {
	display: inline-block;
	font-size: 1.5em;
    padding-bottom: 3px;
    border-bottom: 3px solid #525252;
	font-weight: bold;
	margin-bottom: 10px;
}

.container #section01_01 .section_inner{
	width: 90%;
	margin:0 auto;
}

.container #section01_01 .section_inner .section_summary{
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: left;
    padding: 0px 22%;
}




/* --------------------------------
	WINK画像
-------------------------------- */
.special_item_list {
	text-align: center;
}

.special_item_list .item_thumb img {
	max-width: 24%;
}

/* --------------------------------
	button
-------------------------------- */


#footer_button_area .container {
    margin-top: 50px;
    padding: 30px;
    text-align: center;
}

#footer_button_area .back_button {
    display: inline-block;
    padding: 16px 25px;
    background-color: #404040;
    text-align: center;
    color: #fff;
    font-size: 116.6%;
}

#footer_button_area .back_button span {
    display: inline-block;
    padding-right: 17px;
    background: url(../image/arr_back.png) no-repeat right center;
}

.icon_arrow:after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: relative;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin-left: 6px;
}



@media only screen and (max-width: 1000px){
#footer_button_area .container {
    margin-top: 20px;
	padding: 0;
	background: none;
}

#footer_button_area .back_button {
    display: block;
    padding: 10px 0;
    font-size: 100%;
}

#footer_button_area .back_button span {
    display: block;
    padding: 0;
    background: url(../image/arr_back_x2.png) no-repeat center bottom;
    background-size: 21px auto;
}
.container {
    text-align: center;
    margin: 24px 0;
}

#show_tab_01_content > .container:nth-of-type(2) {
    width: 300px;
	margin: auto;
}	
.special_item_list .item_thumb img {
    max-width: none;
}

.special_item_list .item_thumb a img {
	width: 80%;
}	
.container #section01_01 .section_inner .section_summary{
	margin-top: 5%;
	margin-bottom: 5%;
	text-align: left;
    padding: 0px 4px;
}
}


