/**
 *  UK
 *************************/
.uk-button-transparent {
    border: 1px solid white;
    color: white;
    background-color: rgba(255,255,255,.1);
    backdrop-filter: blur(10px) brightness(120%);
    -webkit-backdrop-filter: blur(10px) brightness(120%);
}
.uk-dark * {
    color: rgba(0,0,0,.7) !important;
}
.uk-dark a:hover {
    color: rgba(0,0,0,1) !important;
}
/**
 *  Common Style
 *************************/
body, h1, h2, h3, h4, h5, h6, .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
body {
    line-height: 1.7;
}
/* Button */
.button1 {
    border: 1px solid #1865a7;
    color: #1865a7;
    background-color: rgba(89, 161, 195, 0.2);
    backdrop-filter: blur(10px) brightness(120%);
    -webkit-backdrop-filter: blur(10px) brightness(120%);
    margin-right: 20px;
}
.button2 {
    border: 1px solid #1865a7;
    color: #ffffff;
    background-color: rgba(24, 101, 167, 0.4);
    backdrop-filter: blur(10px) brightness(120%);
    -webkit-backdrop-filter: blur(10px) brightness(120%);
}
.highlight1 {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.header-title a {
    height: 40px;
    margin: auto;
}
.header-title h1 {
    font-size: 24px;
    font-weight: 900;
    color: #666;
    margin: 0;
}
.header-title span {
    font-size: 10px;
    display: block;
    margin: 0;
}
.margin-box > div {
    margin-bottom: 60px;
}
.uk-icon {
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.uk-button-common {
    border-radius: 40px;
    background-color: #33628c;
    color: #fff;
}
.uk-button-common:hover {
    color: #ccc;
}
/**
 *  Index
 *************************/
.catchup-block {
    height: 600px;
    padding-top: 80px;
}
.catchup-container {
    width: 100%;
}
.catchup-left {
    position: relative;
}
.catchup-desc {
    position: relative;
    z-index: 1;
}
.catchup-desc h1, 
.catchup-desc h2 {
    text-shadow: 1px 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
}
.catchup-estate {
    position: absolute;
    z-index: 0;
    top: -70px;
    right: 0;
}
.catchup-estate img {
    width: 450px;
}
.self-estate-block {
    padding: 70px;
}
.self-estate-box {
    position: relative;
}
.self-estate-box::before {
    content: "";
    background: url(/img/about.svg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 50%;
    height: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.self-estate-box::after {
    content: "";
    background: url(/img/self-estate.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 50%;
    height: 100px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.agreement {
    padding: 10px;
    border: 1px solid #aaa;
    height: 400px;
    overflow: auto;
}
.agreement b {
    display: block;
    margin-bottom: 0;
    margin-top: 15px;
}
.agreement ul {
    margin-bottom: 0;
    line-height: 1;
    margin-left: 20px;
}
.step-box {
    margin-bottom: 15px;
    clear: both;
    display: flex;
}
.icon-box {
    padding: 10px;
    margin-bottom: 15px;
}
.icon-box img {
    width: 100px;
    margin: auto;
}
.icon-box h3 {
    color: #0f4070;
}
.step-box .step,
.step-box h3 {
    font-style: italic;
    color: #1865a7;
}
.step-box h3 {
    margin-bottom: 0;
}
.step-box p {
    margin-top: 0;
}
.trouble-box p {
    color: #333;
}
/* sidebar */
#sidemenu .uk-offcanvas-bar {
    background-color: #fff;
}
#sidemenu .uk-icon,
#sidemenu .uk-offcanvas-bar a,
#sidemenu .uk-offcanvas-bar,
#sidemenu h1, 
#sidemenu h2, 
#sidemenu h3, 
#sidemenu h4, 
#sidemenu h5, 
#sidemenu h6 {
    color: #666;
}
#sidemenu .uk-offcanvas-close.uk-icon {
    position: absolute;
    top: 20px;
}
#sidemenu .header-title {
    margin-bottom: 20px;
}

/* Media Query
================================================ */

/* 大ディスプレイ */
@media screen 
	and (min-width: 1200px) {
	
}
/* 小ディスプレイ */
@media screen 
	and (max-width: 1024px) {
	
}
/* タブレット（Landscape） */
@media screen 
	and (min-width:769px) 
	and (max-width:1024px) {

}
/* タブレット（Portrait） */
@media screen 
	and (min-width:736px)
	and (max-width:768px) {
	
}
/* タブレット（Portrait） + スマートフォン */
@media screen 
	and (max-width:768px) {
	
}
/* スマートフォン */
@media screen 
	and (max-width:736px) {
    .uk-navbar-item,
	.uk-navbar-nav>li>a,
	.uk-navbar-toggle {
		min-height: 60px;
	}
    .catchup-block {
        height: 350px;
        padding-top: 80px;
    }
    .uk-section .section-title-box {
        border-right: none;
    }
    .uk-section .section-title-box h3 {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    .self-estate-block {
        padding: 30px 0;
    }
    .self-estate-box::before {
        width: 90%;
    }
    .self-estate-box::after {
        width: 90%;
    }
    .margin-box > div {
        margin-bottom: 60px;
    }
    .margin-box > div:last-child {
        margin-bottom: 0;
    }
    /* catchup */
    .catchup-container {
        margin-top: -30px;
    }
    .catchup-desc {
        text-align: center;
    }
    .catchup-desc h1 {
        margin-bottom: 0px;
    }
    .catchup-desc h2 {
        margin-top: 15px;
        font-size: 20px;
    }
    .uk-button-common {
        font-size: 10px;
        padding: 0px 13px;
    }
    .button1 {
        margin-right: 10px;
    }
    .button1:last-of-type {
        margin-right: 0;
    }
}
/* スマートフォン */
@media screen
	and (max-width:320px) {
	
}