/*----------------------------------------------------
    common
----------------------------------------------------*/
html {
	font-size: 16px;
	width: 100%;
	height: 100%;
}
body {
    position: relative;
    padding: 0;
    margin: 0;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.2rem;
	line-height: 1;
	color: #333;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings : "palt";
	font-feature-settings : "palt";
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.1em;
}
a {
    color: #158cfb;
    text-decoration-line: none;
}
a:hover, a:active {
    opacity: 0.8;
}
input, select {
	border-radius: 0;
	border: none;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-tap-highlight-color: rgba(120,185,230,.6);
	-webkit-tap-highlight-color: rgba(120,185,230,.6);
	tap-highlight-color: rgba(120,185,230,.6);
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: 1;
}
input[type="submit"], input[type="submit"]:hover,
select, button{
    cursor: pointer;
}

/* nav */
nav.head-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.4);
    -ms-box-shadow: 0 0 1px rgba(0,0,0,.4);
    box-shadow: 0 0 1px rgba(0,0,0,.4);
}
nav.head-menu .nav-inner {
    position: relative;
    padding: 0 20px;
    height: 100%;
}
nav .nav-logo {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    /* width: 165px; */
    height: 50px;
    vertical-align: middle;
}
nav .nav-logo img {
    width: 100%;
}
nav #humberger {
    display: none;
}
nav .nav-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 105px;
    font-size: 1.25rem;
    vertical-align: middle;
}
nav .nav-menu a {
    text-decoration: none;
}
nav .menu_arrow{
    width: 16px;
    margin: 0 5px;
}
nav .nav-title {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: calc(100% - (18px + 167px + 107px + 82px));
    text-align: center;
    font-size: 1.5rem;
    color: #444;
    vertical-align: middle;
}
nav .nav-title a {
    text-decoration: none;
}
nav .logout-btn {
    display: inline-block;
    vertical-align: middle;
}
nav .logout-btn button {
    padding: 0;
    margin: 0;
    width: 80px;
    font-size: 0.875rem;
    line-height: 1.8rem;
    color: #158cfb;
    background-color: #fff;
    border: 1px solid #158cfb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    cursor: pointer;
}
nav .logout-btn button:hover {
    color: #fff;
    background-color: #158cfb;
}
@media screen and (max-width: 767px){
    nav .mimori-menu-area {
        margin-left: 14px !important;
    }
    nav .nav-logo {
        margin: 0;
        padding: 0 8px;
        width: 100px;  
        height: auto;
    }
    nav .nav-title {
        margin: 17px 0;
        width: calc(100% - (16px + 100px + 30px + 80px));
        font-size: 1rem;
    }
    nav .nav-menu {
        display: none;
    }
    nav #humberger {
        position: relative;
        margin: 13px 3px;
        float: left;
        height: 24px;
        width: 24px;
        display: inline-block;
        box-sizing: border-box;
    }
    nav #humberger div {
        position: absolute;
        left: 0;
        height: 4px;
        width: 24px;
        background-color: #444;
        border-radius: 2px;
        display: inline-block;
        box-sizing: border-box;
    }
    nav #humberger div:nth-of-type(1) {
        top: 0;
    }
    nav #humberger div:nth-of-type(2) {
        top: 10px;
    }
    nav #humberger div:nth-of-type(3) {
        bottom: 0;
    }
    nav .mimori-menu-area:before,
    nav .mimori-menu-area:after {
        left: 102px !important;
    }
}

/* menu */
nav *, nav *:before, nav *:after {
	box-sizing: border-box;
}
nav .mimori-menu-area {
    display: none;
    position: relative;
    padding: 15px 6px 0;
    margin-left: 30px;
    margin-top: 8px;
    width: 85.5769%;
    max-width: 860px;
    background-color: #fafafa;
    border: solid 2px #c1c6cb;
}
nav .mimori-menu-area:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 227px;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
 	z-index: 2;
}
nav .mimori-menu-area:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 227px;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #c1c6cb;
 	z-index: 1;
}
.mimori-menu-area ul {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
    
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
}
.mimori-menu-area ul li {
    display: inline-block;
    padding: 0 7.4px 20px 7.4px;
    width: 20%;
    cursor: pointer;
}
.mimori-menu-area ul li:hover {
    opacity: 0.8;
}
.mimori-menu-area ul li a {
    display: block;
    height: 110px;
    text-align: center;
    color: #6c7680;
    font-size: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #cdd4db;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px; 
}
.mimori-menu-area ul li img {
    max-width: 44px;
    margin-top: 16px;
}
.mimori-menu-area ul li p {
    margin: 10px 0;
}
@media screen and (max-width: 767px){
    .mimori-menu-area ul li {
        width: 33.3%;
        padding: 0 3px 6px 3px;
    }
    .mimori-menu-area ul li a {
        height: 80px;
        font-size: 0.75rem;
    }
    .mimori-menu-area ul li img {
        width: 20px;
    }
}

#contents-area {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

