<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
#cominsoon {
    color: #231815;
    background: #EAF5FC;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",Meiryo ,"ＭＳ Ｐゴシック" ,"MS P Gothic" ,sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
	text-align: center;
}
#cominsoon .inner {
    max-width: 1240px;
    padding: 40px 20px;
    margin: 0 auto;
}
#cominsoon h1 {
    margin-bottom: 40px;}
#cominsoon h2 {
    margin-bottom: 60px;}
#cominsoon h2 .ja {
    margin-bottom: 20px;
    font-size: 4.2rem;}
#cominsoon .txt {}
#cominsoon p {
    margin-bottom: 30px;}
#cominsoon .info{
    margin-bottom: 40px;}
#cominsoon dl {}
#cominsoon dt {}
#cominsoon dd {}
#cominsoon .info dl {
    align-items: center;
    padding: 28px 10px;
    border-radius: 9px;
    background: #0068B7;
	color: #fff;
    width: 600px;
    margin: 0 auto;}
#cominsoon .info dt {}
#cominsoon .info dd {}
#cominsoon .contact {}
#cominsoon .contact dl {
    align-items: center;
    padding: 20px 0;
    border-radius: 9px;
    background: #fff;
    width: 600px;
    margin: 0 auto;
    border-radius: 10px;}
#cominsoon .contact dt {}
#cominsoon .contact dd {
    display: flex;
    justify-content: center;
    align-items: center;}
#cominsoon .contact dd a.phone-number {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    pointer-events: none;
    font-family: 'Barlow', sans-serif;
    font-size: 2.4rem;
    pointer-events: auto;
}
#cominsoon .contact dd .freedial {
    width: 24px;
} 
#cominsoon .contact dd .freedial img {
   padding: 1em 0;
} 
a.phone-number{
    font-size: 2.4rem;
    pointer-events: auto;
	padding-left: 10px;
}
#cominsoon footer {
	background: #0068B7;
    padding: 35px 0 25px;
}
#cominsoon footer .ft-logo {
    margin-bottom: 50px;
    text-align: center;
}
#cominsoon footer p{
    text-align: center;
    font-size: 1.5rem;
	margin: 0;
    letter-spacing: 1px;
	color: #fff;
}

.btn-base a {
    display: block;
    height: 60px;
    background: #0068B7;
    border-radius: 30px;
    text-align: center;
    color: #FFF;
    line-height: 58px;
    font-size: 1.6rem;
    font-weight: 500;
    width: 440px;
    margin: 0 auto;
}
a.txtlink {
	color: #0068B7;
	font-weight: bold;
}




/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


#cominsoon {
    color: #231815;
    background: #EAF5FC;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",Meiryo ,"ＭＳ Ｐゴシック" ,"MS P Gothic" ,sans-serif;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
	text-align: center;
}
#cominsoon .inner {
    max-width: 1240px;
    padding: 40px 20px;
    margin: 0 auto;
}
#cominsoon h1 {
    width: 50%;
    margin: 0 auto 20px;}
#cominsoon h2 {
    margin-bottom: 60px;}
#cominsoon h2 .ja {
    margin-bottom: 10px;
    font-size: 2.6rem;}
#cominsoon .txt {
	text-align: left;
	}
#cominsoon p {
    margin-bottom: 30px;}
#cominsoon .info{
    margin-bottom: 40px;}
#cominsoon dl {
	text-align: center;
	}
#cominsoon dt {}
#cominsoon dd {}
#cominsoon .info dl {
    align-items: center;
    padding: 28px 10px;
    border-radius: 9px;
    background: #0068B7;
	color: #fff;
    width: 100%;
    margin: 0 auto;}
#cominsoon .info dt {}
#cominsoon .info dd {}
#cominsoon .contact {}
#cominsoon .contact dl { 
    align-items: center;
    padding: 20px 0;
    border-radius: 9px;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;}
#cominsoon .contact dt {}
#cominsoon .contact dd {}

#cominsoon footer {
	background: #0068B7;
    padding: 35px 0 25px;
}
#cominsoon footer .ft-logo {
    margin-bottom: 25px;
    text-align: center;
}
#cominsoon footer .ft-logo img{
    width: 198px;
}
#cominsoon footer p{
    font-size: 1rem;
}
.btn-base a {
    display: block;
    height: 60px;
    background: #0068B7;
    border-radius: 30px;
    text-align: center;
    color: #FFF;
    line-height: 58px;
    font-size: 1.6rem;
    font-weight: 500;
    width: 330px;
    margin: 0 auto;
}


}</pre></body></html>