/*================================================================================
	common　共通
================================================================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html { font-size: 10px; }

body {
	margin: 0px;
	font-size: 1.4rem;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0px;
    -webkit-text-size-adjust: none;
    background-color: #ffffff;
	}

p{
    font-weight: 300;
}
.pc,
.pc-block{
    display: none;
}
#tmp{ background-color: #FFF;}
@media (min-width: 769px) {
.pc{
    display: inline-block;
}
.pc-block{
    display: block;
}
.sp{
    display: none;
}
body {
	font-size: 1.4rem;
    font-weight: 300;
}
}

@media (max-width: 768px) {
img{
    width: 100%;
    height: auto;
}
}

/*================================================================================
	TA_footer　schhool_LP用
================================================================================*/
.lyt-inst{
    padding: 0em 0;
    font-size: 8px;
    margin: 0px;
    font-size: 1.0rem;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0px;
      -webkit-text-size-adjust: none;
      background-color: #ffffff;
}
.lyt-inst .lyt-inner{
    width: 160px;
    margin: auto;
    display : -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

#footer{
    background-color: #1e1e1e;
}
#footer .box-lyt-fnav{
    display: none;
}

.ft-message{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1.2em 0 1em;
    text-align: center;
    background-color: #7a0000;
}
.ft-message .lyt-hdg{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 1.1rem;
    font-weight: 700;
    width: 170px;
    margin: auto;
    color: #000;
}
.ft-message .lyt-hdg:before,
.ft-message .lyt-hdg:after {
    content: " ";
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -30px;
    margin: auto;
    background: #7a0000;
}
.ft-message .lyt-hdg:after {
    left: auto;
    right: -30px;
}
.ft-message .box-lyt-lead{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 80%;
    font-size: 1.8rem;
    color: #000;
    margin: .5em auto 0;
    text-align: center;
}
.ft-message .box-lyt-lead p{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-weight: 600;
}
.ft-message .box-lyt-lead p:before {
    content: " ";
    position: absolute;
    top: -8px;
    left: -30px;
    background: url(../img/icon_hdg_br.png) no-repeat left top;
    background-size: contain;
    display: block;
    width: 30px;
    height: 24px;
}
.ft-message .box-lyt-lead p:after {
    content: " ";
    position: absolute;
    top: -8px;
    right: -30px;
    background: url(../img/icon_hdg_ar.png) no-repeat left top;
    background-size: contain;
    display: block;
    width: 30px;
    height: 24px;
}
#footer .box-lyt-fkv{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95%;
    margin: auto;
    padding: 1em 0 .6em;
}
#footer small{
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.2rem;
    color: #FFF;
	text-align: center;
	display: block;
    padding-top: .7em;
    font-weight: 200;
}

.lyt-ft-subnav{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 1rem;
    padding: 1.2em 0em;
    background-color: #d1d1d1;
}
.lyt-ft-subnav .lyt-nav-list{
    width: 300px;
    margin: auto;
    display : -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.lyt-ft-subnav .lyt-nav-list a{
    text-decoration: none;
    color:#333;
}

.end-lead{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding: .7em 3em;
    background-color: #d1d1d1;
    /*background-color: #7a0000;*/
    line-height: 1.3;
}
.end-lead a{
    color: #010000;
    /*color: #FFF;*/
    font-weight: 300;
    text-decoration: none;
}

@media (min-width: 769px) {


#footer .box-lyt-fnav{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 1.5em 0;
    background-color: #d1d1d1;
    /*background-color: #7a0000;*/
}
#footer .box-lyt-fnav .lyt-fnav{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 510px;
    margin: auto;
    /*display : -webkit-flex ;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
}
#footer .box-lyt-fnav li{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 1.4rem;
    font-weight: 300;
    padding: .3em 0 .3em 1.5em;
}
#footer .box-lyt-fnav li::before {
    content: " ";
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#footer .box-lyt-fnav li a{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-weight: 400;
    /*color: #FFF;*/
    text-decoration: none;
}
.ft-message .lyt-hdg{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 2.4rem;
    font-weight: 700;
    width: 200px;
    margin: auto;
    color: #000;
}
.ft-message .lyt-hdg:before,
.ft-message .lyt-hdg:after {
    content: " ";
    display: block;
    width: 36px;
    height: 1px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -36px;
    margin: auto;
    background: #7a0000;
}
.ft-message .lyt-hdg:after {
    left: auto;
    right: -36px;
}
.ft-message .box-lyt-lead{
    font-size: 3rem;
    font-weight: 700;
}
.ft-message .box-lyt-lead p:before {
    top: -8px;
    left: -50px;
    width: 47px;
    height: 37px;
}
.ft-message .box-lyt-lead p:after {
    top: -8px;
    right: -50px;
    width: 47px;
    height: 37px;
}

#footer .box-lyt-fkv{
    width: 100%;
    padding: 3em 0 2em;
}
#footer .box-lyt-fkv img{
    width: 100%;
}

.end-lead{
    padding: 1em 0em;
}

}
