@charset "UTF-8";

/*-------------------------
__hoge_style
-------------------------*/

body {
background-color: #F8F8F8;
}
h1 {
font-size: 1.8em;
line-height: 77px;
font-weight: 700;
padding: 0 0 0 35px;
}
h1 a {
text-decoration: none;
color: #000;
}
#header {
text-align: left;
background-color: #FFF;
border-top: 3px solid #F3C90B;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#content {
padding: 30px;
}
#content h2 {
font-size: 1.8em;
line-height: 48px;
font-weight: 700;
color: #FFF;
text-align: left;
margin: 0 0 10px;
padding: 0 20px;
background-color: #F3C90B;
box-sizing: border-box;
}
#content #main {
background-color: #FFF;
padding: 10px 10px 0;
border: 1px solid #D4D4D4;
}
#content #main .inner {
text-align: left;
margin: 0 -5px;
}
#content #main .box {
text-align: center;
vertical-align: top;
display: inline-block;
width: 25%;
margin: 0 0 10px;
padding: 0 5px;
box-sizing: border-box;
}
#content #main .box h3 {
font-size: 1.6em;
line-height: 2.4;
border: 1px solid #D4D4D4;
background: #ffffff;
background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 50%);
background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 50%);
background: linear-gradient(to bottom, #fff 0%, #f0f0f0 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}
#content #main .box h3:before {
content: "";
display: inline-block;
vertical-align: middle;
margin: -4px 6px 0 0;
}
#content #main .box:nth-child(1) h3:before {
background: url(images/icon01.png) no-repeat 0 0 / contain;
height: 18px;
width: 20px;
}
#content #main .box:nth-child(2) h3:before {
background: url(images/icon02.png) no-repeat 0 0 / contain;
height: 20px;
width: 16px;
}
#content #main .box:nth-child(3) h3:before {
background: url(images/icon03.png) no-repeat 0 0 / contain;
height: 20px;
width: 23px;
}
#content #main .box:nth-child(4) h3:before {
background: url(images/icon04.png) no-repeat 0 0 / contain;
height: 19px;
width: 20px;
}
#content #main .box ul {
margin: -1px 0 0;
border: 1px solid #D4D4D4;
}
#content #main .box li {
font-size: 1.4em;
line-height: 1.2;
display: inline-block;
vertical-align: top;
width: 50%;
box-sizing: border-box;
}
#content #main .box li + li {
border-left: 1px solid #D4D4D4;
}
#content #main .box li a {
color: #000;
text-decoration: none;
display: block;
background: #ffffff;
background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 50%);
background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 50%);
background: linear-gradient(to bottom, #fff 0%, #f0f0f0 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
height: 70px;
box-sizing: border-box;
padding: 48px 0 0;
position: relative;
}
@media screen and (min-width: 981px) {
#content #main .box li a:hover {
background: #ffffff;
background: -moz-linear-gradient(top, #f0f0f0 0%, #fff 50%);
background: -webkit-linear-gradient(top, #f0f0f0 0%, #fff 50%);
background: linear-gradient(to bottom, #f0f0f0 0%, #fff 50%);
}
}
#content #main .box li a:before {
content: "";
display: block;
position: absolute;
}
#content #main .box li:nth-child(1) a:before {
background: url(images/icon_area.png) no-repeat 0 / contain;
height: 36px;
width: 42px;
margin: 0 auto;
top: 6px;
left: 0;
right: 0;
}
#content #main .box li:nth-child(2) a:before {
background: url(images/icon_rosen.png) no-repeat 0 / contain;
height: 30px;
width: 55px;
margin: 0 auto;
top: 10px;
left: 0;
right: 0;
}

@media screen and (max-width: 980px) {
#content #main .box {
width: 50%;
}
}

@media screen and (max-width: 767px) {
#content {
padding: 10px;
}
#content #main .box {
width: 100%;
}
}
