.spOnly{ display: none; }
.pcOnly{ display: block; }

@media screen and ( max-width:599px) {
/* ============================================== VIEWPORT SmartPhone 599px = */
/* ============================================================= START!!!!! = */

.spOnly{ display: block; }
.pcOnly{ display: none; }


html {
	background-position: center 45vh;
	background-size: 10vh;
	font-size: 16px;
	width: 100%;
	min-width: 320px;
}

h1{
}


h2{
	font-size: 1.3rem;
}

h3{
	font-size: 1.25rem;
}

h4{
	font-size: 1.15rem;
}

h5{
	font-size: 1rem;
}

h6{
	font-size: 2.25rem;
}

span{
}


section {
}


strong {
	font-size: 1.25em;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}



/* -- COMMON / tableSet ----------------------------------------------------- */
table {
	width: 100%;
}

table tr{
	display: flex;
	flex-direction: column;
}

table tr th{
	width: 100%;
	padding: 0.25rem;
	text-align: center;
}

table tr td{
	width: 100%;
	font-size: 0.875rem;
	padding: 0.5rem 0.5rem 0.75rem;
}


/* -- COMMON / colSet ------------------------------------------------------- */
section .col.db .colIn {
	width: 100%;
	margin-bottom: 0.5rem;
}

section .col.db .colIn:last-of-type {
	margin-bottom: 0;
}


section .col.tri .colIn {
	width: 100%;
	max-width: none;
}

section .col.qua .colIn {
	width: calc(100% / 2 - 10px);
}

section .col.qua .colIn:nth-of-type(n+3) {
	margin-top: 1rem;
}

















.cta .col .colIn > div div.ctaTxt h4 {
	padding: 0.75rem 5rem 0.75rem 1rem;
}

.cta .col .colIn > div div.ctaTxt h3,
.cta .col .colIn > div div.ctaTxt p {
	padding: 0.75rem 1rem;
}


.cta .col .colIn > div {
	margin-left: 0;
}

.cta .col .colIn > div ul {
	margin-left: 3rem;
}


p.ctaBtn a {
	font-size: 1.5rem;
}


.cta .col .colIn > div div.ctaTxt .cta_book {
	top: 0%;
	right: -50px;
	width: 40%;
}

.cta .col .colIn img.cta_img {
	width: 31vw;
	left: -6vw;
}



/* -- .fixMenu -------------------------------------------------------------- */
.fixMenu {
	top: auto;
	right: auto;
	left: 0rem;
	bottom: 0rem;
	transform: translateY(0%);
	opacity: 1;
}

.fixMenu.seminar {
	bottom: 107px;
	left: 0rem;
}


.fixMenu.isShow {
	transform: translateY(150%);
	opacity: 0;
}

.fixMenu.seminar.isShow {
	transform: translateX(-150%);
	opacity: 0;
}



.fixMenu ul li a img {
	/* width: 20vw; */
}


.fixMenu ul {
	display: block;
	width: 100%;
}
.fixMenu ul li{
	float: left;
	width: 50%;
}

.fixMenu.seminar ul li{
	float: none;
	width: 40vw;
}


.fixMenu ul li:first-of-type {
	margin-bottom: 0rem;
}


.fixMenu ul li a:hover {
	opacity: 0.8;
	-webkit-animation: effectTon 1500ms infinite;
					animation: effectTon 1500ms infinite;
}


.fixMenu ul li .lf_pc{
	display: none;
}
.fixMenu ul li .lf_sp{
	display: inline;
}


/* -- header ---------------------------------------------------------------- */






/* -- footer ---------------------------------------------------------------- */
footer .logoArea .logoAreaInner ul.freeDial li {
	width: 100%;
}

footer .logoArea .logoAreaInner .footerLogo li,
footer .logoArea .logoAreaInner .footerLogo li a {
	height: 1.5rem;
}

footer .logoArea .logoAreaInner ul.freeDial {
	margin-bottom: 0.25rem;
}

footer .logoArea .logoAreaInner ul.freeDial li a img {
	height: auto;
	width: 100%;
}



/* -- #mainVisual ----------------------------------------------------------- */
#mainVisual {
	padding: 0 1rem;
	z-index: 3;
}

#mainVisual .colIn {
	padding-top: 1rem;
	padding-bottom: 0;
	flex-direction: column;
}

#mainVisual .colIn .main_left {
	width: 100%;
}

#mainVisual .colIn .main_left h2 img {
	width: 80%;
}

#mainVisual .colIn .main_left .main_left_top {
	padding: 0;
	margin-bottom: 1.5rem;
	height: auto;
}

#mainVisual .colIn .main_left .main_left_bottom ul {
	transform: scale(1.2);
}

#mainVisual .colIn .main_left .main_left_bottom ul li {
	width: 80%;
	margin-bottom: 0.25rem;
}

#mainVisual .colIn .main_left .main_left_bottom ul li:last-of-type {
	margin-bottom: 0;
}

#mainVisual .colIn .main_left .main_left_bottom p.ctaBtn {
	position: absolute;
	bottom: -5.55rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
}

#mainVisual .colIn .main_right {
	width: 100%;
	right: 0;
	left: 0;
	position: relative;
	z-index: -1;
	margin-top: 0.5rem;
	transform: scale(1.37);
}




/* -- #intro ---------------------------------------------------------------- */
#intro .imgBg {
	padding: 1rem 0.5rem;
	margin-bottom: 2rem;
}

/* -- #point ---------------------------------------------------------------- */
#point {
	padding: 7rem 1rem 2rem 1rem;
}

#point .col.tri .colIn {
	margin-bottom: 1rem;
}



/* -- #case ----------------------------------------------------------------- */
#case .col.tri .colIn {
	margin-bottom: 1rem;
}

#case .col.tri .colIn:last-of-type {
	margin-bottom: 0;
}

/* -- #merit ---------------------------------------------------------------- */
#merit .col.tri .colIn {
	width: calc(100% / 2 - 0.25rem);
	margin-bottom: 1rem;
}

#merit .tri .colIn figure {
	margin-bottom: 1rem;
}

#merit .tri .colIn figure img {
	width: 8rem;
	height: 8rem;
}

#merit .tri .colIn figure h6 {
	font-size: 2.5rem;
}

#merit .tri .colIn figure p {
	bottom: -1rem;
	font-size: 0.785rem;
}




/* -- #appeal --------------------------------------------------------------- */
#appeal .tri .colIn div {
	flex-direction: column;
}

#appeal .tri .colIn div img {
	width: 100%;
}

#appeal .tri .colIn div p {
	width: 100%;
	margin: 0;
	padding: 1rem;
}





/* -- #flow ----------------------------------------------------------------- */
#flow .col.qua .colIn {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 2rem;
}

#flow .col.qua .colIn:nth-of-type(n+3) {
	margin-top: 0;
}

#flow .col.qua .colIn:after {
	content: "";
	width: 1rem;
	height: 1rem;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.785rem;
	margin: auto;
	border: 4px solid #eb547c;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg);
}

#flow .col.qua .colIn:last-of-type:after {
	display: none;
}

#flow .col.qua .colIn:last-of-type {
	padding-bottom: 0;
}



#flow .qua .colIn div {
	display: flex;
	align-items: stretch;
	margin-top: 0;
	margin-left: 2rem;
	width: calc(100% - 2rem);
}

#flow .qua .colIn div img {
	width: 50%;
	height: 100%;
}

#flow .qua .colIn div h6 {
	top: 0;
	bottom: 0;
	left: -2rem;
	right: auto;
	margin: auto;
}

#flow .qua .colIn div h4 {
	padding: 0.5rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}




/* -- #series --------------------------------------------------------------- */
#series .title h2 img {
	width: 15rem;
}

#series .single {
	background-size: 700%;
}

#series .single .colIn div {
	width: 90%;
}

#series .tri .colIn:nth-of-type(n+4) {
	display: none;
}



/* -- #faq ------------------------------------------------------------------ */
#faq .single .colIn div {
	padding: 1rem;
}


#faq .single .colIn div dl dt {
	padding: 1rem 2.5rem 1rem 2.5rem;
	font-size: 1rem;
}

#faq .single .colIn div dl dd h5,
#faq .single .colIn div dl dd p {
	padding: 1rem 1rem 1rem 2.5rem;
	font-size: 1rem;
}

#faq .single .colIn div dl dt::before,
#faq .single .colIn div dl dt.active::before,
#faq .single .colIn div dl dt:hover::before,
#faq .single .colIn div dl dd h5::before {
	margin-left: 0;
	left: 0.5rem;
}

#faq .single .colIn div dl dt::after {
	right: 0.75rem;
}





/* -- LUFT --------------------------------------------------------- */



/* -- LUFT / header --------------------------------------------------------- */
#lf_header_in{
	padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 0px;
}

#lf_logo img{
	padding-top: 10px;
}
#lf_logo img{
	width: 126px;
}


#lf_gNav_toplink .lf_tel_num{
	display: none;
}

#lf_gNav_toplink li .lf_pc{
	display: none;
}
#lf_gNav_toplink li .lf_sp{
	display: block;
}


#lf_gNav_toplink > li{
	padding-left: 0;
	width: 50px;
}


/* -- LUFT / footer --------------------------------------------------------- */
#lf_pagetop img{
	width: 88px;
}

#lf_footer {
	padding-bottom: 200px;
}

#lf_footer_top{
	padding-top: 30px;
  padding-bottom: 30px;
}
#lf_footer_top img{
	width: 133px;
}
#lf_footer_btm_in{
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
#lf_footer_btm_in > dl > dt{
	float: none;
	padding-right: 0;
	text-align: center;
}
#lf_footer_btm_in > dl > dd{
	line-height: 1.2;
	float: none;
}
#lf_footer_btm_in > dl > dd .lf_txt{
	font-size: 10px;
}
#lf_footer_btm_in > dl > dd .lf_txt .lf_sp{
	display: block;
}
#lf_copyright{
	font-size: 10px;
}
#lf_footer_btm_in > dl > dt .lf_txt{
	font-size: 16px;
}




/* -- LUFT h1~ --------------------------------------------------------- */
.lf_h2 .lf_txt{
	font-size: 24px;
}
.lf_h2 .lf_txt .lf_sp{
	display: block;
}

.lf_h2_2 .lf_txt{
	font-size: 21px;
	color: #fff;
		text-shadow: none;
}




.lf_h6{
	font-size: 20px;
	padding-top: 10px;
	letter-spacing: 2px;
}

.lf_h6_2{
	font-size: 20px;
	padding-top: 10px;
	letter-spacing: 2px;
	opacity: 1;
}



/* -- LUFT .lf_top_page --------------------------------------------------------- */

.lf_top_page #lf_main_view .lf_main_pc{
	display: none;
}
.lf_top_page #lf_main_view .lf_main_sp{
	display: block;
}


.lf_top_page .lf_mannga_sec_in{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}


.lf_top_page .lf_mannga_sec_in > ul.lf_pc{
	display: none;
}
.lf_top_page .lf_mannga_sec_in > ul.lf_sp{
	display: block;
}

.lf_top_page .lf_sec_wrap{
	padding-top: 30px;
	padding-bottom: 30px;
}
.lf_top_page .lf_sec_wrap .lf_sec_header{
	padding-left: 15px;
	padding-right: 15px;
}
.lf_top_page .lf_sec_wrap .lf_sec_body{
	padding-left: 15px;
	padding-right: 15px;
}

.lf_top_page .lf_about_wrap{
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.lf_top_page .lf_about_wrap .lf_about_left{
	display: block;
	padding-top: 0px;
}
.lf_top_page .lf_about_wrap .lf_about_left .lf_txt{
	font-size: 16px;
}
.lf_top_page .lf_about_wrap .lf_about_left .lf_txt .lf_sp{
	display: none;
}
.lf_top_page .lf_about_wrap .lf_about_right{
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.lf_top_page .lf_ban_sec{
  padding-top: 30px;
  padding-bottom: 30px;
}
.lf_top_page .lf_ban_sec_in{
	padding-left: 15px;
  padding-right: 15px;
}
.lf_top_page .lf_ban .lf_pc{
	display: none;
}
.lf_top_page .lf_ban .lf_sp{
	display: inline;
}

.lf_top_page .lf_ban .lf_tit{
	padding-bottom: 15px;
}

.lf_top_page .lf_4points_wrap{
	padding-top: 30px;
  padding-bottom: 0px;
}
.lf_top_page .lf_4points_wrap > ul > li{
	width: 100%;
	padding-bottom: 30px;
}
.lf_top_page .lf_4points_wrap > ul > li > dl{
	padding-bottom: 20px;
}
.lf_top_page .lf_4points_wrap > ul > li > dl > dt .lf_txt{
	font-size: 20px;
}
.lf_top_page .lf_4points_wrap > ul > li > dl > dd{
	padding-left: 15px;
  padding-right: 15px;
}
.lf_top_page .lf_4points_wrap > ul > li > dl > dd .lf_txt{
	font-size: 16px;
}


.lf_top_page .lf_example_wrap{
	padding-top: 30px;
}
.lf_top_page .lf_example_wrap .lf_ex_txt{
  font-size: 20px;
  padding-bottom: 15px;
	text-shadow: 3px 3px 0px rgba(210, 210, 210, 1);
}
.lf_top_page .lf_example_wrap .lf_ex_txt .lf_pink{
	font-size: 24px;
}
.lf_top_page .lf_example_wrap .lf_ex_txt .lf_sp{
	display: inline;
}

.lf_top_page .lf_example_wrap > ul > li{
	width: 100%;
	padding-left: 0px;
  padding-right: 0px;
	padding-bottom: 30px;
}
.lf_top_page .lf_example_wrap dl > dt .lf_txt{
	font-size: 20px;
	line-height: 34px;
}
.lf_top_page .lf_example_wrap dl > dd .lf_box{
	padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 30px;
}
.lf_top_page .lf_example_wrap dl > dd .lf_box .lf_top .lf_txt{
	font-size: 20px;
}
.lf_top_page .lf_example_wrap dl > dd .lf_box .lf_middle .lf_sub{
	font-size: 12px;
}
.lf_top_page .lf_example_wrap dl > dd .lf_box .lf_middle .lf_txt{
	font-size: 20px;
}
.lf_top_page .lf_example_wrap dl > dd .lf_box .lf_bottom > .lf_tit{
	font-size: 16px;
}

.lf_top_page .lf_example_wrap dl > dd .lf_box .lf_middle .lf_sp{
	display: none;
}

.lf_top_page .lf_example_wrap dl > dd .lf_box .lf_bottom > .lf_dl .lf_dd{
	font-size: 14px;
}
.lf_top_page .lf_example_wrap dl > dd .lf_box .lf_bottom > .lf_dl{
	max-width: 300px;
}

.lf_top_page .lf_example_wrap > ul{
	padding-bottom: 30px;
	background-size: 63px 20px;
}

.lf_top_page .lf_example_wrap .lf_yachin{
	padding-bottom: 50px;
	background-size: 63px 20px;
}
.lf_top_page .lf_example_wrap .lf_yachin .lf_t1{
	font-size: 20px;
}
.lf_top_page .lf_example_wrap .lf_yachin .lf_t1 .lf_sp{
	display: inline;
}
.lf_top_page .lf_example_wrap .lf_yachin .lf_t1 .lf_pink{
	font-size: 35px;
}
.lf_top_page .lf_example_wrap .lf_yachin .lf_t2{
	font-size: 16px;
}
.lf_top_page .lf_example_wrap .lf_yachin .lf_t2 .lf_pink{
	font-size: 20px;
}
.lf_top_page .lf_example_wrap .lf_yachin > ul > li{
	padding-left: 4px;
  padding-right: 4px;
}
.lf_top_page .lf_example_wrap .lf_yachin > ul > li .lf_txt{
	font-size: 14px;
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lf_top_page .lf_example_wrap .lf_yachin > ul > li .lf_txt .lf_sp{
	display: inline;
}
.lf_top_page .lf_example_wrap .lf_yachin > ul > li .lf_txt .lf_y{
	font-size: 14px;
}

.lf_top_page .lf_example_wrap .lf_loan{
	width: 100%;
	max-width: 290px;
	margin: 30px auto 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-top: 11px;
	background-image: url(../../images/exam_bill_sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-align: right;

}

.lf_top_page .lf_example_wrap .lf_loan .lf_t1{
	font-size: 16px;
		line-height: 1.4;
}
.lf_top_page .lf_example_wrap .lf_loan .lf_t1 .lf_pink{
	font-size: 16px;
		line-height: 1.4;
}
.lf_top_page .lf_example_wrap .lf_loan .lf_t2{
	font-size: 20px;
		line-height: 1.4;
}
.lf_top_page .lf_example_wrap .lf_loan .lf_t2 .lf_pink{
	font-size: 24px;
		line-height: 1.4;
}
.lf_top_page .lf_example_wrap .lf_loan .lf_t2 .lf_en{
	font-size: 20px;
		line-height: 1.4;
}

.lf_top_page .lf_example_wrap .lf_loan .lf_t2 .lf_sp{
	display: inline;
}

.lf_top_page #qa .lf_sec_wrap .lf_sec_header{
  padding-top: 30px;
  padding-bottom: 20px;
}
.lf_top_page #qa .lf_sec_wrap .lf_sec_header .lf_h2_2{
	padding-left: 15px;
  padding-right: 15px;
}

.lf_top_page .lf_qa_wrap{
	padding-top: 15px;
}
.lf_top_page .lf_qa_wrap > dl{
	padding-top: 15px;
  padding-bottom: 15px;
}


.lf_top_page .lf_qa_wrap > dl > dt .lf_dt_w{
	border: 3px solid #8fc31f;
	padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
	border-radius: 0px 13px 13px 13px;
}
.lf_top_page .lf_qa_wrap > dl > dt .lf_dt_w .lf_txt{
	font-size: 14px;
	letter-spacing: 0px;
}
.lf_top_page .lf_qa_wrap > dl > dt .lf_dt_w .lf_txt:before{
	font-size: 14px;
	left: -19px;
	top: -4px;
}

.lf_top_page .lf_qa_wrap > dl > dt .lf_dt_w:after{
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	right: 12px;
	top: 50%;
	margin-top: -5px;
}
.lf_top_page .lf_qa_wrap > dl > dt.lf_active .lf_dt_w:after{
	border-right: 2px solid #8fc31f;
	border-bottom: 2px solid #8fc31f;
}

.lf_top_page .lf_qa_wrap > dl > dt .lf_dt_w:before{
	display: none;
}

.lf_top_page .lf_qa_wrap > dl > dd .lf_dd_w:after{
	display: none;
}


.lf_top_page .lf_qa_wrap > dl > dd .lf_dd_w{
	border: 3px solid #fff;
	background-color: #fff;
	border-radius: 13px 0px 13px 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.lf_top_page .lf_qa_wrap > dl > dd .lf_dd_w .lf_txt{
	font-size: 14px;
}
.lf_top_page .lf_qa_wrap > dl > dd .lf_dd_w .lf_txt:before{
	content: "A";
	color: #1d8640;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Oswald',Sans-Serif;
	position: absolute;
	left: -19px;
	top: -4px;
}



/* .fixMenu -------------------------------------------------------------------- */
.fixMenu {
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	transition: all 0.2s linear;
	transform: translateY(0);
}

.fixMenu.isShow {
	transform: translateY(80%);
}

.fixMenu ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}

.fixMenu ul li {
	width: calc(100% / 5.5);
}


.fixMenu ul li a img {
	width: 100%;
	margin: 0;
	transform: translateY(5px);
	padding: 0 0.75rem;
}

.fixMenu ul li a p {
	transition: all 0.2s linear;
	background: #FFF;
	font-size: 0.5rem;
	text-align: center;
	padding: 0.5rem 0.25rem 0.25rem;
	font-weight: bold;
	color: #224e7e;
}

.fixMenu ul li:nth-of-type(1) a p { color: #3aae36; }
.fixMenu ul li:nth-of-type(2) a p { color: #508242; }

.fixMenu.fix {
	bottom: 0px;
	text-align:right;
}


.fixMenu a{
	display: block;
	color: #FFF;
	text-decoration: none;
}

.fixMenu a p i{
	font-size: 1.75rem;
	margin-right: 1vw;
}



div.seminarPageLink {
	bottom: 4.5rem;
	width: calc(100% - 2rem);
	left: 1rem;
	right: 1rem;
}

div.seminarPageLink ul li a {
	height: auto;
}

div.seminarPageLink ul li a img {
	height: 100%!important;
	width: 100%!important;
	max-width: none!important;
}










/* ============================================== VIEWPORT SmartPhone 599px = */
/* ============================================================== END!!!!! == */
}



@media screen and ( max-width:420px) {
/* ============================================== VIEWPORT SmartPhone 420px = */
/* ============================================================= START!!!!! = */



.fixMenu.seminar {
	bottom: 78px;
}
#lf_pagetop{
	position: fixed;
	transition: all 0.5s linear;
	right: 24px;
	bottom: 78px;
	z-index: 9999999998;
	transform: translateX(0%);
	opacity: 1;
}

/* ============================================== VIEWPORT SmartPhone 420px = */
/* ============================================================== END!!!!! == */
}
