@charset "UTF-8";

/*====================================================================
想定端末　iPhone 6~8 の縦構え（Portrait）　 375×667px
====================================================================*/

html {
-webkit-text-size-adjust: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 16px;
}

body a {
	cursor: pointer;
	text-decoration: none;
}

label {
	cursor: pointer;
}

.screen-reader-text {
	display: none;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 1em;
}


#w_cmpn {
	position: relative;
}



/*------------------- ヘッダー設定 ------------------------*/
header {
    position: absolute;
    width: 100%;
    z-index: 1000;
	height: 100px;
}
.h_cmpn {
}
.cmpn_logo {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}
.cmpn_logo a {
	display: block;
    height: 100px;
    margin: 0;
    padding: 10px 0px;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
}
.cmpn_logo a img {
	display: block;
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/*------------------- ヘッダー設定ここまで ------------------------*/



/*------------------- フッター設定 ------------------------*/
footer {
    width: 100%;
	margin: 0;
	padding: 0;
}
.f_bg {
	max-width: 1000px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background-image: url("../images/campaign/HD134_350A.webp");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
.f_container {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 160px;
	max-height: 250px;
    width: 100%;
    max-width: 1000px;
    padding: 0 20px 0 180px;
}


.footercopy {
	height: 100px;
    margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-image: url("../images/campaign/logo_cmpn.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	text-indent: -5000px;
}
.footercopy a {
	display: block;
	width: 100%;
	height: 100%;
}

.footerinfo {
	display: flex;
	justify-content: space-evenly;
	margin: 0;
	padding: 30px 0 0 0;
	box-sizing: border-box;
}
#f_phone a {
	display: block;
	min-width: 60px;
	min-height: 60px;
	background-image: url("../images/campaign/phonemark.svg");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: 50px auto;
}
#f_form a {
	display: block;
	min-width: 60px;
	min-height: 60px;
	background-image: url("../images/campaign/formmark.svg");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: 50px auto;
}
#f_line a {
	display: block;
	min-width: 60px;
	min-height: 60px;
	background-image: url("../images/campaign/line_logo.svg");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: 50px auto;
}

#f_phone a span, #f_form a span, #f_line a span {
	display: none;
		color: #fc7324;
		font-weight: 500;
        font-size: 115%;
        line-height: 1;
        padding: 0 0 70px 0;
}

/*------------------- フッター設定ここまで ------------------------*/


/*------------------- 以下アクセス情報の設定 ------------------------*/

#cmpn_access h4 {
    color: #333333;
    font-size: 150%;
    border-left: 8px solid #00A0E9;
    margin: 0 0 10px 0;
    padding: 0 0 0 8px;
}
#cmpn_access h5 {
	font-weight: 500;
	margin: 0;
	padding: 0;
}
#cmpn_access #map {
	border: 1px solid #888888;
}
#cmpn_access #map iframe {
	display: block;
	width: 100%;
}


/*------------------- 以下問い合わせ各種ボタンの設定 ------------------------*/
.applynow h4 {
	color: #fc7324;
	text-align: center;
	font-size: 150%;
	margin: 10px auto;
	padding: 0;
}

.applynow .app_box{
    max-width: 800px;
	box-sizing: border-box;
    margin: 10px auto 50px auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.applynow .app_box div {

}
.applynow .app_box a {
	display: block;
    background-color: #fc7324;
    margin: 0 5px;
    padding: 80px 10px 10px 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 0px rgba(200, 200, 200, 1);
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: top 10px center;
    background-size: 60px 60px;
    width: auto;
    text-align: center;
    font-weight: 500;
    font-size: 130%;
	color: #ffffff;
	min-width: 90px;
}
.applynow .app_box a em {
	display: none;
	font-style: normal;
}
.applynow .app_box a span {
	display: none;
	font-size: 70%;
}
.app_phone {
	background-image: url("../images/campaign/phonemark_w.svg");
}
.app_form {
	background-image: url("../images/campaign/formmark_w.svg");
}
.app_line {
	background-image: url("../images/campaign/line_logo.svg");

}



/*------------------- 以下アーティクルの中身設定 ------------------------*/
article {
	margin: 0;
	padding: 0 0 100px 0;
}

section {
	margin: 0 auto 20px auto;
	padding: 10px 20px;
	max-width: 1000px;
	box-sizing: border-box;
	color: #333333;
}
section::after, section::before {
    content: "";
    clear: both;
    display: block;
}
section:first-child {
	margin: 1em auto 20px auto;	
}
#toschedule {
	display: flex;
	justify-content: center;
}
#toschedule a {
	color: #fff;
	font-size: 150%;
	text-align: center;
	box-sizing: border-box;
	width: 50%;
	max-width: 600px;
	margin: 4px;
	padding: 10px 2px;
	border-radius: 8px;
    box-shadow: 0 8px 8px -8px hsl(200 50% 20% / 70%);
}
.to_ele {
	background-color: #50c566;
}
.to_jh {
	background-color: #d87ac3;
}
.to_sen {
	background-color: #6da9ff;
}


#toschedule a:hover {
	transform: translate(2px, 2px);
	transition: 500ms all;
}




section.cmpn_term h4 {
	color: #333333;
	font-size: 150%;	
	margin: 0;
	padding: 0 0 0 8px;
	border-left: 8px solid #104097;
}


section#elementary h4.teaching_style,
section#junior_high h4.teaching_style,
section#senior h4.teaching_style {
    border-left: none;
    font-size: 130%;
    padding: 1em 0 0 0;
	font-weight: 500;
}

section {
	margin: 0 auto 20px auto;
	padding: 10px 20px;
	max-width: 1000px;
	box-sizing: border-box;
	color: #333333;
}
section::after, section::before {
    content: "";
    clear: both;
    display: block;
}
section:first-child {
	margin: 1em auto 20px auto;	
}
#toschedule {
	display: flex;
	justify-content: center;
}
#toschedule a {
	color: #fff;
	font-size: 150%;
	text-align: center;
	box-sizing: border-box;
	width: 50%;
	max-width: 600px;
	margin: 4px;
	padding: 10px 2px;
	border-radius: 8px;
    box-shadow: 0 8px 8px -8px hsl(200 50% 20% / 70%);
}
.to_ele {
	background-color: #50c566;
}
.to_jh {
	background-color: #d87ac3;
}
.to_sen {
	background-color: #6da9ff;
}


#toschedule a:hover {
	transform: translate(2px, 2px);
	transition: 500ms all;
}

h4.gradetitle_ele {
	font-size: 150%;
	color: #fff;
	font-weight: normal;
	background-color: #50c566;
	padding: 10px;
	border-radius: 10px;
}
h5.features_ele {
	margin: 0 0 4px 1em;
	padding: 0;
	color: #50c566;
	font-size: 120%;
	font-weight: 500;
	position: relative;
}
h5.features_ele::before {
	content: "■";
	position: absolute;
	left: -1em;
}

h4.gradetitle_jh {
	font-size: 150%;
	color: #fff;
	font-weight: normal;
	background-color: #d87ac3;
	padding: 10px;
	border-radius: 10px;
}
h5.features_jh {
	margin: 0 0 4px 1em;
	padding: 0;
	color: #d87ac3;
	font-size: 120%;
	font-weight: 500;
	position: relative;
}
h5.features_jh::before {
	content: "■";
	position: absolute;
	left: -1em;
}


h4.gradetitle_high {
	font-size: 150%;
	color: #fff;
	font-weight: normal;
	background-color: #6da9ff;
	padding: 10px;
	border-radius: 10px;
}
h5.features_high {
	margin: 0 0 4px 1em;
	padding: 0;
	color: #6da9ff;
	font-size: 120%;
	font-weight: 500;
	position: relative;
}
h5.features_high::before {
	content: "■";
	position: absolute;
	left: -1em;
}



section.cmpn_term h4 {
	color: #333333;
	font-size: 150%;	
	margin: 0;
	padding: 0 0 0 8px;
	border-left: 8px solid #00A0E9;
}

section#elementary h4 {
	border-left: 8px solid #50c566;
}
section#junior_high h4 {
	border-left: 8px solid #d87ac3;
}
section#senior h4 {
	border-left: 8px solid #6da9ff;
}

section#elementary h4.teaching_style,
section#junior_high h4.teaching_style,
section#senior h4.teaching_style {
    border-left: none;
    font-size: 130%;
    padding: 1em 0 0 0;
}




section.cmpn_term h5 {
	color: #00A0E9;
	font-size: 150%;	
	margin: 0 0 4px 16px;
	padding: 0;
}

section.grade {
	margin: 100px auto 20px auto;
}
section.grade h4 {
	color: #333333;
	font-size: 150%;
	border-left: 8px solid #00A0E9;
	margin: 0 0 10px 0;
	padding: 0 0 0 8px;
}
section.grade h5 {
	color: #00A0E9;
	margin: 0 0 4px 1em;
	padding: 0;
}
h6.seasonal_grade {
    padding: 10px 4em 10px 10px;
    margin: 0 0 20px 0;
    cursor: pointer;
    position: relative;
}
h6.seasonal_grade::before {
	content: "▼";
    font-size: 80%;
	top: 1em;
}
h6.seasonal_grade::after {
	content: "詳細▼";
    font-size: 80%;
	text-decoration: underline;
	position: absolute;
	right: 10px;
}
h6.seasonal_grade.details_showing::after {
	content: "閉じる";
}

section#elementary h6 {
	color: #4cbb61;
    background-color: #e4ffe9;
	border-bottom: 1px solid #4cbb61;
	font-size: 120%;
	font-weight: normal;
}
section#elementary h6::after {
	content: "詳細▼";
    font-size: 80%;
	text-decoration: underline;
	position: absolute;
	right: 10px;
}

section#junior_high h5 {
	color: #d87ac3;
	font-size: 120%;
	font-weight: normal;
	position: relative;
}
section#junior_high h5::before {
	content: "■";
	position: absolute;
	left: -1em;
} 
section#junior_high h6 {
	color: #d87ac3;
    background-color: #ffe9fa;
	border-bottom: 1px solid #d87ac3;
	font-size: 120%;
	font-weight: normal;
}
section#junior_high h6::after {
	content: "詳細▼";
    font-size: 80%;
	text-decoration: underline;
	position: absolute;
	right: 10px;
}

section#senior h5 {
	color: #6da9ff;
	font-size: 120%;
	font-weight: 500;
	position: relative;
}
section#senior h5::before {
	content: "■";
	position: absolute;
	left: -1em;
} 
section#senior h6 {
	color: #398bff;
    background-color: #ecf0ff;
	border-bottom: 1px solid #398bff;
	font-size: 120%;
	font-weight: normal;
}
section#senior h6::after {
	content: "詳細▼";
    font-size: 80%;
	text-decoration: underline;
	position: absolute;
	right: 10px;
}




section.grade dl {
	margin: -20px 0 30px 0;
	padding: 0;
	border: 1px solid #b2b2b2;
	color: #333333;
}

section.grade dl {
	display: none;
}


section#elementary.grade dt {
	background-color: #eaf3ec;
}
section#junior_high.grade dt {
	background-color: #ffecfb;
}
section#senior.grade dt {
	background-color: #ecf0ff;
}
.grade dt {
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #b2b2b2;
}
.grade dt:first-child {
	border-top: none;
}


section.grade dd {
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #bdbdbd;
}

.terminfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
}

.calendar, .hours {
	width: 100%;
}


.calendar {
	margin: 1em 0 1em 0;
	padding: 0;
	border: 1px solid #b2b2b2;
	border-collapse: collapse;
}
.calendar th {
	margin: 0;
	padding: 4px 10px;
	border-bottom: 1px solid #bdbdbd;
	text-align: center;
}

section#elementary .calendar th {
	background-color: #a7e3b3;
}
section#junior_high .calendar th {
	background-color: #ffdaf7;
}
section#senior .calendar th {
	background-color: #bed7fb;
}

.calendar td {
	margin: 0;
	padding: 4px 10px;
	border-bottom: 1px solid #bdbdbd;
}
section#elementary .cal_date {
	background-color: #eefff1;
	border-right: 1px solid #bdbdbd;
}
section#junior_high .cal_date {
	background-color: #fff0fc;
	border-right: 1px solid #bdbdbd;
}
section#senior .cal_date {
	background-color: #f0f6ff;
	border-right: 1px solid #bdbdbd;
}
.cal_date span {
	font-size: 80%;
}
.cal_sbj span {
	padding-right: 1em;
}


.hours {
	margin: 1em 0 1em 0;
	padding: 0;
	border: 1px solid #b2b2b2;
	border-collapse: collapse;
}
.hours th {
	margin: 0;
	padding: 4px 10px;
	border-bottom: 1px solid #bdbdbd;
	background-color: #F7D49E;
	text-align: center;
}
.hours td {
	margin: 0;
	padding: 4px 10px;
	border-bottom: 1px solid #bdbdbd;
}
.hour_lists {
	background-color: #FCFADB;
	border-right: 1px solid #bdbdbd;
}
.lunch {
	background-color: #F8E7CD;
	text-align: center;
}

#specialoffer {
	max-width: 600px;
}
#specialoffer h3 {
	box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 50px;
    font-size: 120%;
	color: #ffffff;
    font-weight: 500;
    background-color: #ff9814;
    border-radius: 6px;
	position: relative;
}
#specialoffer h3::before {
	position: absolute;
	left: 0;
	bottom: 0px;
	content: "";
	width: 50px;
	height: 50px;
	background-image: url("../images/campaign/white_day_present.png");
	background-repeat: no-repeat;
	background-size: contain;
}

#specialoffer dl {
	box-sizing: border-box;
	margin: 20px 10px;
	padding: 0;
	line-height: 1.75;
}
#specialoffer div {
	display: flex;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
	border-bottom: 2px dotted #ff9814;
}
#specialoffer dt {
	color: #ff9814;
	width: 4em;
	margin: 0 1em 0 0;
	padding: 0;
}
#specialoffer dd {
	margin: 0;
	padding: 0;
}

.exercises {
	box-sizing: border-box;
	max-width: 600px;
    margin: 0 auto 50px auto;
    padding: 40px;
    background-color: #f4faff;
    box-shadow: inset 0 0 30px rgba(98,182,255,0.80);
}
.exercises h4 {
	font-size: 150%;
	color: #329eff;
	margin: 0;
	padding: 0 0 0 50px;
	position: relative;
}
.exercises h4::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background-image: url("../images/campaign/boy_question.png");
	background-repeat: no-repeat;
	background-size: 50px auto;
	width: 50px;
	height: 50px;
}
.exercises dl {
	margin: 20px;
	padding: 0;
}
.exercises dt {
	color: #329eff;
	margin: 0;
	padding: 0;
}
.exercises dd {
	margin: 0 0 1.5em 0;
	padding: 0;
}
.comprehension dd {
	margin: 1.5em 0;
	padding: 0;
}
.exercises em {
	font-style: normal;
	color: #fc7324;
}
.exercises b {
	color: #CF0000;
}

.answer {
	box-sizing: border-box;
	max-width: 600px;
    margin: 0 auto 50px auto;
    padding: 40px;
    background-color: #f4faff;
    box-shadow: inset 0 0 30px rgba(98,182,255,0.80);
}
.answer h4 {
	font-size: 130%;
    color: #d87ac3;
	margin: 0;
	padding: 0 0 0 50px;
	position: relative;
}
.answer h4::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background-image: url("../images/campaign/girl_answer.png");
	background-repeat: no-repeat;
	background-size: 50px auto;
	width: 50px;
	height: 50px;
}
.answer ol {
	margin: 20px;
	padding: 0;
	list-style: none;
}
.answer li {
	margin: 10px 0;
	padding: 0;
}







/*------------------- 以下フォームの設定 ------------------------*/
#cmpn_formarea {
	margin: 50px auto 0 auto;
	background-color: #ebf2ff;
    border-top: 4px solid #A7D0FF;
	border-bottom: 4px solid #A7D0FF;
}

#cmpn_formarea h4 {
    color: #ffffff;
    font-size: 150%;
    background-color: #5dbafc;
    margin: 0 0 10px 0;
    padding: 10px;
	border-radius: 10px;
}
#cmpn_form {
	margin: 1rem 8px;
	padding: 0;
	max-width: 600px;
}
#cmpn_form dt {
	margin: 1rem 0 0 0;
	padding: 0;
	color: #21489C;
}
#cmpn_form dt span {
	color: #B50C56;
	font-size: 80%;
	padding: 0 0 0 1rem;
}
#cmpn_form dd {
	margin: 0 0 30px 0;
	padding: 0;
}
#cmpn_form dd#zipcode {
	margin: 0;
}
#cmpn_form dd select {
	font-size: inherit;
	margin: 4px 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
	background-color: #ffffff;
}
#cmpn_form dd label {
	color: #333333;
}
#cmpn_form dd a {
	text-decoration: underline;
	font-weight: 500;
	color: #FF9700;
}



#cmpn_form dd.checkcourse em {
    font-style: normal;
    display: block;
    background-color: #d1e2ff;
    padding: 4px;
}
#cmpn_form dd.checkcourse span {
    display: inherit;
    margin: 0;
}


#cmpn_form .fulllength input,
#cmpn_form .fulllength textarea {
	font-size: inherit;
	width:100%;
	margin: 4px 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
}
#cmpn_form #zipcode input {
	width: 7em;
	font-size: inherit;
	margin: 4px 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
}
#cmpn_form #phone input {
	font-size: inherit;
	margin: 4px 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
}
#cmpn_form input::placeholder,
#cmpn_form textarea::placeholder{
	color: #94ACC7;
}

#btn_area {
	text-align: center;
    display: flex;
    justify-content: center;
}

#btn_area input[type="submit"] {
    margin: 10px 20px;
    padding: 10px;
    font-size: 16px;
    line-height: 1;
	width: 10em;
	box-sizing: border-box;
    background-color: #215ac1;
    border-radius: 8px;
    color: #fff;
	transition: all .1s;
	}
#btn_area input[name="submitBack"] {
    background-color: #CCCCCC;
    border: 1px solid #cfcfcf;
	color: #444;

}

#btn_area input:hover {
    transform: translate(1px, 1px);
}

#cmpn_cfarea {
    position: relative;
    padding: 120px 0;
	margin: 0;
	}

#cmpn_cfarea section, #cmpn_cfarea section {
	margin: 0 auto;
}

.cmpn_sentpage h4 {
    font-size: 150%;
    color: #1fb9ff;
}

/*------------------- 以下ファーストビューの設定 ------------------------*/
#firstview {
	max-width: 1920px;
	background-image: url("../images/campaign/summer_sky.webp");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	margin: 0 auto;
	padding: 0;
}
.fv_centering {
	height: 620px;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	box-sizing: border-box;
	background-image: url("../images/campaign/summer_girl.webp");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;	
}
.fv_copy {
	font-size: 150%;
	width: 150px;
	height: 150px;
    top: 120px;
	position: absolute;
	color: #fff;
    text-align: center;
	box-sizing: border-box;
	margin: 0;
    padding: 20px;
    background-color: #ffc000;
	border-radius: 50%;
    box-shadow: 1px 1px 30px #ffffff;
}
.fv_centering h3 {
    bottom: 40px;
    left: 20px;
    font-size: 400%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    color: #ffc000;
    text-shadow: 2px 2px 3px #011740;
    line-height: 1.2;
    position: absolute;
    max-width: 600px;
}


/*------------------- ファーストビューの設定おわり ------------------------*/


/*------------------- メディア切替 ------------------------*/

/*====================================================================
想定端末　pixel2 の縦構え（Portrait）　 411×731px
====================================================================*/
@media screen and (min-width:411px) and (orientation: portrait) {
}/*411×731px*/

/*====================================================================
想定端末　iPhone XR, 11, XsMax の縦構え（Portrait）　 414×896px
====================================================================*/
@media screen and (min-width:414px) and (orientation: portrait) {
}/*414×896px*/




/*====================================================================
想定端末　Surface Duo の縦構え（Portrait）　540×720px
====================================================================*/
@media screen and (min-width:540px) and (orientation: portrait) {
}


/*↑ここまでスマホ縦（Portrait）
==============================================================================================================================================
↓ここからスマホ横（Landscape）*/


/*====================================================================
想定端末　小型のAndroid の横構え（Landscape）　 640×360px
====================================================================*/
@media screen and (min-width:640px) and (orientation: landscape) {
	.fv_centering {
		height: 340px;
	}
	.fv_copy {
		top: 10px;
		left: 340px;
	}
}
/*====================================================================
想定端末　iPhone 6~8 の横構え（Landscape）　667×375px
====================================================================*/
@media screen and (min-width:667px) and (orientation: landscape) {
}

/*====================================================================
想定端末　iPhone 6~8Plus の横構え（Landscape）　736×414px
====================================================================*/
@media screen and (min-width:736px) and (orientation: landscape) {
	.fv_copy {
		top: 30px;
		left: 380px;
	}
	.fv_centering h3 {
		bottom: 20px;
		font-size: 440%;
		}
}
/*====================================================================
想定端末　iPhone X, Xs,11Pro の横構え（Landscape）　812×375px
====================================================================*/
@media screen and (min-width:812px) and (orientation: landscape) {
}/*812×375px*/


/*↑ここまでスマホ横（Landscape）
==============================================================================================================================================
↓ここからタブレット縦（Portrait）*/

/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の縦構え（Portrait） 768×1024px
====================================================================*/
@media screen and (min-width:768px) and (orientation: portrait) {
    #f_phone a span, #f_form a span, #f_line a span {
        display: block;
	}
	.applynow .app_box a em, .applynow .app_box a span {
		display: block;
}
    .calendar, .hours {
        width: auto;
	margin: 1em 1em 1em 0;
	}
	.fv_copy {
	font-size: 280%;
    width: 250px;
    height: 250px;
	left: 100px;
	}
    .fv_centering h3 {
    bottom: 20px;
    font-size: 500%;
    }


}

/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の縦構え（Portrait） 834×1112px
====================================================================*/
@media screen and (min-width:834px) and (orientation: portrait) {
    .fv_copy {
        left: 300px;
        top: 100px;
    }
    .fv_centering h3 {
		font-size: 600%;
}



}/*834×1112px*/




/*====================================================================
想定端末　iPad Pro 11inch の縦構え（Portrait） 834×1169px
====================================================================*/
@media screen and (min-width:834px) and (orientation: portrait) {
}/*834×1169px*/




/*====================================================================
想定端末　iPad Pro 12.9inch の縦構え（Portrait） 1024×1366px
====================================================================*/
@media screen and (min-width:1024px) and (orientation: portrait) {
	.fv_copy {
		font-size: 300%;
        left: 450px;
        top: 50px;
	}

    .fv_centering h3 {
		font-size: 700%;
    }

  }/*1024×1366px*/

/*↑ここまでタブレット縦（Portrait）
==============================================================================================================================================
↓ここからタブレット横（Landscape）*/






/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の横構え（Landscape） 1024×768px
====================================================================*/
@media screen and (min-width:1024px) and (orientation: landscape) {
    #f_phone a span, #f_form a span, #f_line a span {
        display: block;
	}
	.applynow .app_box a em, .applynow .app_box a span {
		display: block;
}
    .fv_centering {
        height: 600px;
    }
	.fv_copy {
	font-size: 280%;
    width: 250px;
    height: 250px;
	}

    .fv_centering h3 {
		font-size: 700%;
    }

}/*1024×768px*/




/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の横構え（Landscape） 1112×834px
====================================================================*/
@media screen and (min-width:1112px) and (orientation: landscape) {



}/*1112×834px*/




/*====================================================================
想定端末　iPad Pro 11inch の横構え（Landscape） 1169×834px
====================================================================*/
@media screen and (min-width:1169px) and (orientation: landscape) {
}/*1169×834px*/





/*====================================================================
想定端末　iPad Pro 12.9inch の横構え（Landscape） 1366×1024px
====================================================================*/
@media screen and (min-width:1366px) and (orientation: landscape) {
}/*1366×1024px*/








/*↑ここまでタブレット横（Landscape）
==============================================================================================================================================
↓ここからPC　＝  マウスポインターがあるという前提、hoverの発想アリ 　*/
/*====================================================================
想定端末　小型のモニター 幅1280px以上
====================================================================*/
@media screen and (min-width:1280px) {
    #f_phone a span, #f_form a span, #f_line a span {
        display: block;
	}
	.applynow .app_box a em, .applynow .app_box a span {
		display: block;
}

}


/*====================================================================
想定端末　小型のモニター 幅1367px以上
====================================================================*/
@media screen and (min-width:1367px) {
}

/*====================================================================
想定端末　9：6型のモニター 幅1920px以上
====================================================================*/
@media screen and (min-width:1920px) {
}