@charset "utf-8";
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	color: #555555;
	font-family: 'メイリオ', Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55rem;
}
html, body
{
	overflow-x: hidden;
}
ul
{
	list-style-type : none;
}
/* ========================================  header */
header {
    background-color: #ff7600;
    height: 38px;
    width: 100%; 
    color: #ffffff;
}
header .inner {
    margin: 0px auto;
    max-width: 1020px;
	display : flex;
	align-items: center;
    justify-content: space-between;
}
header h1 {
    font-size: 12px;
	line-height: 12px;
    color: #ffffff;
    font-weight: normal;
	margin : 0px;
}
header .info{
	display : flex;
	align-items: center;
    justify-content: space-between;
}
header .info a{
    color: #ffffff;
    padding-right: 20px;
    margin-top: 5px;
    text-decoration: none;
    font-size: 11px;
}
header .icn_header_arrow:before{
	content : "";
    width: 6px;
    height: 8px;
    background-image: url(https://www.ill-f.co.jp/wp/css/../img/icn_header_arrow.png);
    display: inline-block;
	margin-right : 5px;
}
header .icn_header_arrow:hover{
	text-decoration : underline;
}
header .btn_login {
    width: 180px;
    line-height: 28px;
    text-align: center;
    background-color: #e61312;
    border-radius: 2px;
    letter-spacing: 1px;
}
header .btn_login:hover{
	background-color: #ee2423;
}
header .btn_login:before{
	content : "";
    width: 14px;
    height: 14px;
    background-image: url(https://www.ill-f.co.jp/wp/css/../img/icn_btn_login.png);
    display: inline-block;
    vertical-align: middle;
    margin: 0px 8px;
}
/* ========================================  navigation */
nav{
	max-width: 1020px;
	margin: 10px auto 0 auto;
	display : flex;
    justify-content: space-between;
}
nav .logo{
	display: flex;
	align-items: center;
}
nav .logo img:first-child{
	max-height : 64px;
	width: auto;
}
nav .logo img:last-child{
	max-height : 43px;
	width: auto;
}
nav ul{
	display: flex;
	align-items: center;
    list-style: none;
}
nav ul li{
	margin-right: 4px;

}
nav ul li dl dt {
    padding-bottom: 3px;
    font-size: 12px;
    margin: 0px 0px 5px 0px;
}
nav ul li dl dd {
	display : flex;
}
nav ul li a{
	display : flex;
    flex-direction: column;
	align-items : center;
	justify-content: center;
    font-size: 11px;
    text-align: center;
    color: #444444;
    border-radius: 3px 0px 0px 3px;
    box-shadow: rgba(245,245,245,.8) 1px 2px 1px, #fff 0 2px 0 inset, rgba(235,235,235,.7) 0 -3px 0 inset;
    background-image: linear-gradient(#f5f5f5,#fff 30%);
    border-top: 1px solid #cad0c6;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #cad0c6;
    border-left: 1px solid #cad0c6;
	width : 62px;
	height : 50px;
    text-decoration: none;
	line-height: 15px !important;
}
nav ul li a span{
    font-size: 11px;
	line-height: 15px !important;
}
nav .buy {
    border-bottom: 2px solid #ff0000;
}
nav .sell {
    border-bottom: 2px solid #2e9cdf;
}
nav .rent {
    border-bottom: 2px solid #85c63d;
}
nav .lend {
    border-bottom: 2px solid #3ba33e;
}
nav .simple_nav {
    padding-top: 27px;
}
nav a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70)
}
#SP_MENU_BUTTON,
#SP_MENU_SWITCH{
	display : none;
}
nav ul li a br{
	display : none;
}
/* ========================================  main */
.br_specification
{
	word-break: keep-all;
}
main *
{
	color : #474241;
	background-repeat: no-repeat;
}
main h1, main h3, main h4, .reason_title *, .qa dt, .qa dd:before, .point span, .contact_cta *, .font_size24, #EYECATCH_LOGO,
#EYECATCH > div > div *, #REASON a, #DATA > div > div:nth-of-type(1) ul li,
#REASON > div h4 span, #SELL_BUY > div:nth-of-type(1) > span
{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight : 700;
}
.marker
{
	background:linear-gradient(transparent 60%, #FFCC00 60%);
	font-size: inherit;
	font-weight: inherit;
}
.text_center
{
	text-align : center;
}
.text_right
{
	text-align : right;
}
.text_color
{
	color : #FFCC00;
	font-size: inherit;
	font-weight: inherit;
}
.bg_color
{
	background-color : #FFF9D9;
}
.bg_gray
{
	background-color : #F5F4F2;
}
.max_width_1200
{
	max-width : 1200px;
	margin : auto;
}
.margin_t_20
{
	margin-top : 20px;
}
.margin_t_40
{
	margin-top : 40px;
}
.margin_t_50
{
	margin-top : 50px;
}
.margin_t_70
{
	margin-top : 70px;
}
.margin_t_100
{
	margin-top : 100px;
}
.margin_t_150
{
	margin-top : 150px;
}
.margin_b_20
{
	margin-bottom : 20px;
}
.margin_b_40
{
	margin-bottom : 40px;
}
.margin_b_50
{
	margin-bottom : 50px;
}
.margin_b_70
{
	margin-bottom : 70px;
}
.margin_b_100
{
	margin-bottom : 100px;
}
.padding_50
{
	padding : 50px;
}
.padding_t_1
{
	padding-top : 1px;
}



.display_flex
{
	display : flex;
	flex-wrap: wrap;
}
h3
{
	font-size : 30px;
    line-height: 45px;
}
h4, .font_size24
{
	font-size : 24px;
}
.two_column_layout > *
{
	width : 50%;
}
.two_column_layout p
{
	line-height : 25px;
	margin-top : 20px;
}
.two_column_layout > div
{
	padding : 0px 50px 0px 50px;
}
.two_column_layout img
{
	width : 100%;
}
.image_left div:nth-of-type(1)
{
	order : 2;
}
.image_left div:nth-of-type(2)
{
	order : 1;
}
.font_size60
{
	font-size : 60px;
}

/* ========================================  footer */
footer{
	background-color:#ff7600;
	width : 100%;
	margin : 0px auto 0px auto;
}
footer article {
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
	/*margin : 10px auto;*/
	padding : 20px 0px;
}
footer article ul {
    list-style: none;
    margin: 0;
}
footer article li {
    margin-bottom: 10px;
    line-height: 1.8;
}
footer article li h2 {
    margin-bottom: 12px;
    padding-top: 5px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #efefef;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
footer article li h2 a{
    font-size: 14px;
    font-weight: bold;
}
footer article li li {
    padding-left: 10px;
    background: url(https://www.ill-f.co.jp/wp/css/../img/footer_arrow.png) no-repeat left 4px;
    font-size: 1.3rem;
	display : flex;
}
footer article li a{
	color : #ffffff;
	font-size : 13px;
	line-height : 1.5em;
	text-decoration: none;
}
footer article li a:hover{
	text-decoration : underline;
}
footer article .col li ul {
    margin-bottom: 30px;
}
footer article .col ul {
    list-style: none;
    margin: 0;
}
.copyright{
    width: 100%;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 10px 0;
    text-align: center;
}
#MOBILE_FOOTER{
	display : none;
}




@media screen and (max-width: 2200px)
{
}
@media screen and (max-width: 1300px)
{
	.max_width_1200
	{
		max-width : 90%;
	}
	.margin_t_150
	{
		margin-top : 40px;
	}
}
@media screen and (max-width: 1020px)
{
	/* ========================================  header */
	header .inner{
		width : 95%;
		max-width : 95%;
		margin : 0px auto;
	}
}




@media screen and (max-width: 850px)
{
	*
	{
		font-size : 14px;
	}
	.point ul li
	{
		font-size : 16px;
	}
	/* ========================================  header */
	header{
		position: fixed;
        width: 100%;
        max-width: 100%;
        top: 0px;
        left: 0px;
        z-index: 10;
	}
	header .info{
		display : none;
	}
	header .inner{
		height: 100%;
	}

	/* ========================================  navigation */
	nav ul li dl dd{
		display : inline-block;
	}
	nav
	{
        position: fixed;
        width: 100%;
        z-index: 10;
        top: 28px;
        background-color: #ffffff;
	}
	nav ul#TOP_MENU_LIST{
		position: absolute;
		top: 100%;
		height: calc(100vh - 50px);
		width: 200px;
		max-width: 300px;
		right: calc(-100% - 40px);
		left: auto;
		background: #f2f2f2;
		overflow-y: auto;
		overflow-x: hidden;
		transition: .5s ease;
		padding-bottom: 100px;
		display: block;
		z-index: 100;
	}
	nav ul li{
		width : calc(100% - 20px);
		margin : auto;
	}
	#SP_MENU_SWITCH:checked~#TOP_MENU_LIST {
		right: -10px;
	}
	nav ul li a{
		width : 165px;
	}
	nav ul li dl{
		margin : 15px auto;
	}
	nav .simple_nav{
		padding-top : 10px;
	}
	
	#SP_MENU_BUTTON {
		display: block;
		width: 60px;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		cursor: pointer;
		font-size: 10px;
		line-height: 1em;
		text-align: center;
	}
	#SP_MENU_BUTTON span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 30px;
		height: 3px;
		background-color: #ff7600;
	}
	#SP_MENU_BUTTON span:nth-of-type(1) {
		top: calc((100% - 22px) / 2 + 5px);
	}
	#SP_MENU_BUTTON span:nth-of-type(2) {
		top: calc((100% - 22px) / 2 + 15px);
	}
	#SP_MENU_BUTTON span:nth-of-type(3) {
		top: calc((100% - 22px) / 2 + 25px);
	}
	#SP_MENU_SWITCH:checked+#SP_MENU_BUTTON:after {
		content: "";
		width: 100vw;
		height: calc(100vh - 50px);
		display: block;
		position: absolute;
		top: 100%;
		right: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 100;
	}
	#SP_MENU_SWITCH:checked+#SP_MENU_BUTTON span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	#SP_MENU_SWITCH:checked+#SP_MENU_BUTTON span:nth-of-type(2) {
		opacity: 0;
	}
	#SP_MENU_SWITCH:checked+#SP_MENU_BUTTON span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	/* ========================================  main */
	main
	{
		margin-top: 100px;
	}
	/* ========================================  footer */
	footer article{
		display : none;
	}
	footer article#MOBILE_FOOTER{
		display : flex;
		justify-content: center;
		margin-bottom : 0px;
	}
	footer article#MOBILE_FOOTER a{
		font-size: 12px;
		color : #ffffff;
		margin : 0px 10px;
		font-weight : bold;
		text-decoration : none;
	}
	footer article#MOBILE_FOOTER a:hover{
		text-decoration : underline;
	}
	footer article#MOBILE_FOOTER a:after{
		content : "|";
		display : inline-block;
		margin : 0px 10px;
		color : #ffffff;
	}
	footer article#MOBILE_FOOTER a:last-child:after{
		content : "";
	}
	.copyright{
		background-color:#ff7600;
		color : #ffffff;
		font-size: 12px;
		padding-bottom : 20px;
	}
}

@media screen and (max-width: 768px)  
{
    *{
        font-size: 14px;
    }
    h3 {
        font-size: 25px;
		line-height: 35px;
    }
	h4, .font_size24 {
        font-size: 20px;
    }
	.margin_t_70
	{
		margin-top : 50px;
	}
	.padding_50
	{
		padding : 20px;
	}
}

@media screen and (max-width: 600px)  
{
}
@media screen and (max-width: 500px)  
{
}