@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	color: #333;
	text-align: center;
	/*background: #e6f4fc;*/
    background: #fcfcfc;
	margin: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 300;
	width: 100%;
	font-size: 1.6rem;
}

#wrapper {
	width: 100%;
	padding: 0;
    line-height: 0;
}
p {
	width: 100%;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
    /*display: block;*/
    /*vertical-align: bottom;*/
}

.cta {
    background: #f9e146;
    text-align: center;
    padding: 2% 0 7%;
    margin: 0 auto;
}
@media (min-width: 750px){ /*750以上*/
    .cta, .bg01 {
        width: 750px;
        margin: 0 auto;
    }
}
.btn_fix {
    position: fixed;
    bottom: 0px;
    z-index: 99;
    background: #f9d546;
    text-align: center;
}
.cta_btn {
    width: 582px;
}
@media (max-width: 620px){
    .cta_btn {
        width: 85%;
    }
    .cta {
        max-width: 750px;
    }
}


/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
.container {
    max-width: 750px;
    margin: 0 auto;
}
.faq {
    margin-bottom: 4em;
}
.faq .boxWhite {
    width: 94%;
    margin: 0 auto 1em;
    background: #fff;
    padding: 1.5em 1.5em;
    border-radius: 8px;
}
.faq dl {
    text-align: left;
    line-height: 1.4;
    position: relative;
}
.faq dt {
    font-weight: normal;
    color: #179be6;
	font-size: 1em;
	margin: 0 0 1em;
    padding: 0 0 0 1.7em;
}
.faq dt::before {
    content: "Q. ";
    color: #179be6;
	font-size: 1.2em;
    position: absolute;
    left: 0;
}
.faq dd {
    padding: 0 0 0 2em;
    margin: 0;
}
.faq dd::before {
    content: "A. ";
    color: #be272d;
	font-size: 1.2em;
    position: absolute;
    left: 0;
    margin-top: -2px;
}
@media (min-width: 992px){
    .faq {
        font-size: 1.2em;
    }
}

/*------------------------------------------------------------
	プライバシーポリシー
------------------------------------------------------------*/
#privacypolicy .boxWhite {
    width: 94%;
    text-align: left;
    font-size: 90%;
    height: 300px;
    overflow-y: scroll;
    margin: 0 auto 3rem;
    padding: 2em;
    background: #fff;
}
#privacypolicy dl, #privacypolicy p {
line-height: 1.4;
}
#privacypolicy dt {
margin: 1em 0 .25em;
}


/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
h1 {
	margin: 0;
}
h2 {
    padding: 2em 1em;
    font-size: 1.4em;
}
h3 {
    margin-bottom: 1em;
}

/*------------------------------------------------------------
	固定メニュー
------------------------------------------------------------*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


/*------------------------------------------------------------
	.bg　ベースの背景色
------------------------------------------------------------*/
.bg01 {
	background: #d2eaf7;
	padding: 0 0 40px;
}
/*header {
	background: #fff;
}
.blue01 {
	background: #2776c4;
}
.blue02 {
    background: #b5dff7;
}
.blue03 {
    background: #3d84ca;
}
.blue04 {
    background: #00508e;
}
.yellow01 {
	background: #f9ea7d;
}
.navy {
    background: #001d33;
}
.gray {
    background: #f9f9f9;
}*/




/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
    background: #fafafa;
	clear: both;
	color: #005194;
	padding: 10px 0 100px;
	margin: 0px;
	line-height: 2;
	font-size: 0.9em;
	border-top: 1px solid #efefef;
}
#footer .footer-inr {
	clear: both;
	padding: 50px 0 10px;
	margin: 0 auto 40px;
	text-align: center;
}
#footer h1 {
	padding: 10px 0 0 0;
	line-height: 1.2;
	font-size: 2.2rem;
	margin: 0 0 .75em;
    font-weight: bold;
    letter-spacing: .05em;
}
#footer h1 .small {
    font-size: 70%;
}
#footer h1 a {
    color: #005194;
}
#footer p {
	line-height: 1.5;
    font-size: .9em;
	margin: 0;
	padding-bottom: 0.5em;
}
#footer a {
	cursor: pointer;
	text-decoration: none;
}
#footer a:hover {
    text-decoration: none;
}


#footer .copyright {
	clear: both;
	/*background: rgba(0,0,0,.15);*/
	font-size: 0.9em;
	padding: 1em 0;
}
#footer .copyright p {
	/*color: #fff !important;*/
}

/*------------------------------------------------------------
    < Breakpoints >
    xs:    　0,
    sm:  576px,　スマホ
    md:  768px,　タブレット
    lg:    992px,
    xl:  1200px,
    xxl: 1400px
------------------------------------------------------------*/
@media (max-width: 575px){ /*575以下*/
}

@media (min-width: 768px){ /*768以上*/
}

@media (min-width: 992px){ /*992以上（PC）*/
}

@media (min-width: 576px){ /*576以上*/
}


/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a {
	color: #06C;
	cursor: pointer;
	text-decoration: none;
}
a:hover { text-decoration: none;}

/* 画像透過 */
.imgHover:hover{
   opacity:0.8;
   filter: alpha(opacity=80);
   -ms-filter: "alpha( opacity=80 )";
}

/*------------------------------------------------------------
	ページの先頭にもどる
------------------------------------------------------------*/
.page_top_btn {
	display: block;
	right: 0px;
	bottom: 0px;
	outline: none;
	background-size: 75%;
	opacity: 0.4 !important;
	transition: opacity .3s;
	position: fixed;
	z-index: 99999;
	width: 40px;
	height: 38px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	background: rgba(0,0,0,.6);
	background-image: url(https://lonalona.jp/wp/wp-content/plugins/vk-all-in-one-expansion-unit/assets/images/to-top-btn-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.page_top_btn:hover {
	background: rgba(196,140,132,0.9);
	background-image: url(https://lonalona.jp/wp/wp-content/plugins/vk-all-in-one-expansion-unit/assets/images/to-top-btn-icon.svg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/*------------------------------------------------------------
	margins
------------------------------------------------------------*/
.m0 { margin:0 !important; }
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb100 { margin-bottom:100px !important; }
.mr50 { margin-right:50px !important; }
.pt0 {padding-top: 0 !important;}
