@charset "utf-8";

html {
		font-family:"Noto Serif","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
}
.inner {
    max-width: 1200px;
    width: 100%;
		box-sizing: border-box;
}
body {
		background: #fff;
    color: #707070;
    max-width: 1600px;
    margin: 0 auto;
}
.marker {
		background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);
}
.yellow {
    color: #ffff00;
}
.red {
    color: #fc4761;
}
.pink {
    color: #eb2d6e;
}


header {
	
}
header .inner {
    align-items: center;
    justify-content: space-between;
    padding: 0.5em;
}
header .logo {
	
}
header .util {
	
}
header .util ul {
	
}
header .util ul li {
	
}
header .util ul li + li {
		margin-left:0.5em;
}


.mv {
		background:url(../images/bg_mv.jpg) no-repeat center top;
		padding:4em 0;
}
.mv_bloc {
    text-align: left;
}
.mv_bloc figure {
    margin-bottom: 1em;
}
.mv_bloc h1 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: normal;
    display: inline-block;
    border-bottom: solid 1px #707070;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
}
.mv_bloc p {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 1em;
}
.mv_bloc ul {
    align-items: flex-start;
    justify-content: flex-start;
}
.mv_bloc ul li {

}
.mv_bloc ul li + li {
    margin-left: 1em;
}


.catch {
		background: url(../images/bg_catch.jpg) no-repeat center top;
    padding: 8em 0;
}
.catch_bloc {
	
}
.catch_bloc h2 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: normal;
    text-align: left;
    margin-bottom: 1em;
}
.catch_bloc p {
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
}

.cta {
    background: url(../images/bg_cta.jpg) no-repeat center top;
    padding: 3em 0 4em;
    color: #fff;
}
.cta h2 {
    font-size: 50px;
    line-height: 1.2em;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.5em;	
}
.cta p {
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 1.5em;
}
.cta p span {
    font-size: 16px;
    line-height: 1.4em;
}
.cta_bloc {
	
}
.cta_bloc ul {
    border: solid 1px #ffffff;
    max-width: 840px;
    margin: 0 auto;
    align-items: stretch;
    justify-content: space-between;
}
.cta_bloc ul li {
    box-sizing: border-box;
    width: 50%;
}
.cta_bloc ul li + li {
    border-left: solid 1px #ffffff;
}

.tel_item {
	
}
.tel_item a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}
.tel_bloc {
		align-items: center;
    justify-content: space-between;
}
.tel_bloc figure {
		margin-right: 0.2em;
}
.tel_bloc .num {
		font-size: 40px;
    line-height: 1em;
    font-style: italic;
}
.tel_bloc .time {
	
}

.contact_item {
	
}
.contact_item a {
    background: #eb2d6e url(../images/icon_arrow.png) no-repeat right 1em center;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}


.trouble {
    background: url(../images/bg_trouble.jpg) no-repeat center top;
}
.trouble .inner {
    position: relative;
    padding: 4em 0;
}
.trouble h2 {
    border: solid 1px #000000;
    background: rgba(255, 255, 255, 0.64);
    font-size: 45px;
    line-height: 1em;
    color: #000;
    display: inline-block;
    padding: 0.2em 1em 0.3em;
    margin-bottom: 2em;
}
.trouble_bloc {
    margin-bottom: 3em;
}
.trouble_bloc ul {
    text-align: left;
}
.trouble_bloc ul li {
    background: #fff url(../images/icon_list_mark.png) no-repeat left 0.5em top 0.5em;
    color: #000;
    text-align: left;
    padding: 0.5em 0.5em 0.5em 2.5em;
    font-size: 22px;
    line-height: 1.4em;
    display: inline-block;
}
.trouble_bloc ul li + li {
		margin-top: 1.5em;
}
.trouble_focus {
	
}
.trouble_focus p {
    font-size: 45px;
    line-height: 1em;
    color: #fff;
    text-align: left;
    padding-left: 4em;
}
.trouble_focus p .bg_black {
    background: #000;
    display: inline-block;
    padding: 10px;
}
.trouble_focus p .bg_black:first-child {
    margin-bottom: 0.2em;
}
.trouble_focus p .bg_black:last-child {
    margin-left: 2em;  
}
.trouble .inner > figure {
    position: absolute;
    bottom: 0;
    right: 0;
}



.problem {
    background: url(../images/bg_problem.jpg) no-repeat center top;
    background-size: cover;
    padding: 5em 0;
}
.problem_bloc {
    width: 50%;
    margin-left: auto;
}
.problem_bloc h2 {
		border: solid 1px #000000;
    background: rgba(255, 255, 255, 0.64);
    font-size: 45px;
    line-height: 1em;
    color: #000;
    display: inline-block;
    padding: 0.2em 1em 0.3em;
    margin-bottom: 1em;
}
.problem_bloc ul {
	
}
.problem_bloc ul li {
    background: url(../images/icon_list_mark.png) no-repeat left 0.5em top 0.5em;
    color: #000;
    text-align: left;
    padding: 0.5em 0.5em 0.5em 2.5em;
    font-size: 22px;
    line-height: 1.4em;
}
.problem_bloc ul li + li {
	
}


.cm {
		background: url(../images/bg_cm.jpg) no-repeat center top;
    background-size: cover;
    padding: 8em 0;
}
.cm_bloc {
    width: 50%;
    margin-left: auto;
}
.cm_bloc .upper {
    margin-bottom: 1em;
}
.cm_bloc .upper p {
    font-size: 28px;
    line-height: 1.4em;
    color: #000;
    text-align: left;
    margin-bottom: 0.5em;
}
.cm_bloc .upper h2 {
		font-size: 52px;
    line-height: 1.2em;
    font-weight: normal;
    color: #000;
    text-align: left;
}
.cm_bloc .bottom {
	
}
.cm_bloc .bottom figure {
		max-width: 280px;
		margin-bottom:0.5em;
}
.cm_bloc .bottom p {
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
}


.merit {
		padding:4em 0;
}
.merit h2 {
    font-size: 48px;
    line-height: 1.2em;
    color: #000;
    font-weight: normal;
    margin-bottom: 1em;
}
.merit_list {
	
}
.merit_list ol {
    align-items: stretch;
    justify-content: space-between;
}
.merit_list ol li {
    box-sizing: border-box;
    width: 33.3333%;
    padding: 1.5em 1em;
}

.merit_list ol li:nth-child(1) {
		border-bottom:solid 1px #d9dde9;
}
.merit_list ol li:nth-child(2) {
		border-bottom:solid 1px #d9dde9;
		border-left:solid 1px #d9dde9;
}
.merit_list ol li:nth-child(3) {
		border-bottom:solid 1px #d9dde9;
		border-left:solid 1px #d9dde9;
}

.merit_list ol li:nth-child(4) {
	
}
.merit_list ol li:nth-child(5) {
		border-left:solid 1px #d9dde9;
}
.merit_list ol li:nth-child(6) {
		border-left:solid 1px #d9dde9;
}


.merit_list ol li > figure {
    margin-bottom: 1em;
}
.merit_list ol li .detail {
	
}
.merit_list ol li .detail .upper {
    margin-bottom: 1em;
}
.merit_list ol li .detail .upper figure {
    width: 70px;
    text-align: center;
}
.merit_list ol li .detail .upper .title {
    flex: 1 0 0%;
    padding-left: 1em;
    text-align: left;
    padding-top: 0.5em;
}
.merit_list ol li .detail .upper .title .sub {
    color: #6788ea;
    font-size: 16px;
    line-height: 1.4em;
    display: block;
}
.merit_list ol li .detail .upper .title h3 {
		font-size: 26px;
    line-height: 1.2em;
    font-weight: normal;
    letter-spacing: -1px;
}
.merit_list ol li .detail p {
		font-size: 15px;
    line-height: 1.4em;
    text-align: left;
} 

.merit_catch {
    margin-top: 2em;
}
.merit_catch p {
    font-size: 13px;
    line-height: 1.4em;
}


.cm2 {
    background: url(../images/bg_cm2.jpg) no-repeat center top;
    background-size: cover;
    padding: 8em 0 20em;
}
.cm2_bloc {
    width: 50%;
    margin-right: auto;
    text-align: left;
}
.cm2_bloc figure {
    margin-bottom: 1em;
}
.cm2_bloc h2 {
    font-size: 72px;
    line-height: 1.2em;
    font-weight: normal;
    display: inline-block;
    border-bottom: solid 1px #707070;
		color:#000;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
}
.cm2_bloc p {
    font-size: 24px;
    line-height: 1.4em;
    color: #000;
}


.approach {
		padding:4em 0;
}
.approach .upper_bloc {
    margin-bottom: 2em
}
.approach .upper_bloc p {
		color:#27418c;
    font-size: 28px;
    line-height: 1.4em;	
}
.approach .upper_bloc h2 {
    font-size: 58px;
    line-height: 1.2em;
		color:#000;
}
.approach_bloc {
	
}
.approach_item {
		align-items: stretch;
    justify-content: space-between;
}
.approach_item:nth-child(1) {
		flex-direction: row-reverse;
}


.approach_item .detail {
    background: #27418c;
    color: #fff;
    width: 50%;
    box-sizing: border-box;
    padding: 2em;
    align-items: center;
    justify-content: center;
		position:relative;
}
.approach_item .detail .bloc {

}

.approach_item:nth-child(1) .detail:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 15px 0;
    border-color: transparent #27408c transparent transparent;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -15px;
}
.approach_item:nth-child(2) .detail:after {
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 0 15px 25px;
		border-color: transparent transparent transparent #27408c;
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -15px;
}

.approach_item .detail .bloc .upper {
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 1em;
}
.approach_item .detail .bloc .upper .num {
    font-size: 120px;
    line-height: 1em;
    color: rgba(178, 193, 238, 0.2);
}
.approach_item .detail .bloc .upper .en {
    font-size: 30px;
    line-height: 1em;
    color: rgba(178, 193, 238, 0.2);
    padding-bottom: 6px;
    margin-left: 0.5em;
}
.approach_item .detail .bloc h3 {
    font-size: 30px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 0.5em;
    letter-spacing: -2px;
}
.approach_item .detail .bloc p {
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
}


.price {
    padding: 4em 0;
}
.price .upper {
    max-width: 1040px;
    margin: 0 auto 2em;
}
.price .upper h2 {
    font-size: 58px;
    line-height: 1.2em;
    color: #000;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.price .upper p {
    font-size: 30px;
    line-height: 1.4em;
		color:#27418c;
}

.price .middle {
    max-width: 1040px;
    margin: 0 auto 3em;
}
.price .middle h3 {
		font-size: 32px;
    line-height: 1.2em;
    font-weight: normal;
    color: #000;
    border: solid 1px #000;
    padding: 0.2em 0.5em 0.4em;
    margin-bottom: 0.5em;
}
.price .middle p {
    font-size: 15px;
    line-height: 1.4em;
    color: #000;
    text-align: left;
}

.price .bottom {
    max-width: 1040px;
    margin: 0 auto 2em;
}
.price .bottom h3 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: normal;
    display: inline-block;
    padding: 0.5em;
    background: #c7d2f3;
    color: #000;
    margin-bottom: 2em;
}
.price .bottom table {

}
.price .bottom table th {
		border: solid 1px #d0d2d2;
    background: #e3e8f8;
    width: 50%;
    box-sizing: border-box;
    padding: 1em;
    font-size: 20px;
    line-height: 1.4em;
    color: #000;
    text-align: left;
}
.price .bottom table th .sub {
    font-size: 15px;
    line-height: 1.4em;
    display: block;
}
.price .bottom table td {
		border:solid 1px #d0d2d2;
    padding: 1em;
    font-size: 20px;
    line-height: 1.4em;
		color: #000;
}
.price .bottom table td .mini {
    font-size: 14px;
}


.cm3 {
		background: url(../images/bg_cm3.jpg) no-repeat center top;
    background-size: cover;
    padding: 4em 0;
}
.cm3 .inner {
		position:relative;
}
.cm3_bloc {
	
}
.cm3_bloc h2 {
    font-size: 58px;
    line-height: 1.2em;
    color: #000;
    font-weight: normal;
    text-align: left;
    margin-bottom: 1em;
}
.cm3_bloc ul {
		max-width: 540px;
    align-items: flex-start;
    justify-content: center;
}
.cm3_bloc ul li {
    margin: 0 0.3em;
}
.cm3_bloc ul linth-child(1) {
	
}
.cm3_bloc ul linth-child(2) {
	
}
.cm3_bloc ul linth-child(3) {
	
}
.cm3_bloc ul linth-child(4) {
	
}
.cm3_bloc ul linth-child(5) {
	
}
.cm3 figure {
    max-width: 280px;
    position: absolute;
    bottom: -2em;
    right: 0em;
}


.access {
		padding:4em 0;
}
.access h2 {
    font-size: 58px;
    line-height: 1.2em;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em;	
}
.access_bloc {
		max-width: 1040px;
    margin: 0 auto 2em;
}
.access_bloc dl {
    font-size: 16px;
    line-height: 1.4em;
    color: #005999;
    border-top: dotted 1px #4d8bb8;
    margin: 0;
    align-items: center;
    justify-content: space-between;
}
.access_bloc dl:nth-child(odd) {
		background:#e3e8f8;
}
.access_bloc dl:last-child {
		border-bottom: dotted 1px #4d8bb8;
}
.access_bloc dl dt {
    width: 200px;
    box-sizing: border-box;
    padding: 1em;
    text-align: left;
}
.access_bloc dl dd {
    margin: 0;
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding: 1em;
    text-align: left;
}

.map {
	
}
.map iframe {
		width: 100%;	
    max-width: 1040px;
    margin: 0 auto;
}






footer {
		background: #27418c;
    color: #fff;
    margin: 0 auto;
    padding: 2em 0 1em;
    text-align: left;
}
footer .foot_logo {
		margin-bottom: 1em;
    align-items: flex-end;
    justify-content: flex-start;
}
footer .foot_logo img {
	
}
footer .foot_logo span {
    display: block;
    margin-left: 1em;
    line-height: 1em;
}

footer address {
    font-size: 14px;
    font-style: normal;
    margin-bottom: 1em;
}
footer address span {
		font-size: 18px;
    line-height: 1.4em;
    font-weight: normal;
    display: block;
    margin-bottom: 0.5em;
}


footer .bottom {
align-items: flex-end;
    justify-content: space-between;
}
footer .bottom p {
    font-size: 18px;
}
footer .bottom p a {
}
footer .bottom p a .num {
    font-size: 40px;
    line-height: 1em;
    font-style: italic;
    color: #fff;
    background: url(../images/icon_tel.png) no-repeat left top 17px;
    padding-left: 0.8em;
}
footer .bottom p .time {
    font-size: 18px;
    vertical-align: super;
}

footer .copy {
		font-size: 18px;
    line-height: 1;
    font-style: italic;
    padding-bottom: 1em;
}


@media screen and (max-width: 768px) {
body {
    min-width: initial;
    height: auto;
}
header .logo {
    width: 20vw;
}
header .util {
    flex: 1 0 0%;
    margin-left: 1em;
}
header .util ul li:nth-child(2) {
		display:none;
}
header .util ul li:nth-child(3) {
		display:none;
}

.mv {
    background: url(../images/bg_mv_sp.jpg) no-repeat center top;
		background-size: cover;
    padding: 1em;
}
.mv_bloc figure {
    width: 20vw;
}
.mv_bloc h1 {
    font-size: 24px;
}
.mv_bloc p {
    font-size: 12px;
}
.mv_bloc ul {
    align-items: flex-start;
    justify-content: space-between;
}
.mv_bloc ul li {
    width: 18%;
}
.mv_bloc ul li + li {
    margin-left: 0;
}

.catch {
    background-position: right top;
    background-size: cover;
    padding: 1em;
}
.catch_bloc h2 {
    font-size: 18px;
}
.catch_bloc p {
    font-size: 12px;
}

.cta {
    padding: 1em;
    background-size: cover;
}
.cta h2 {
    font-size: 32px;
}
.cta p {
    font-size: 16px;
}
.cta_bloc ul li {
    width: 100%;
}
.cta_bloc ul li + li {
    border-top: solid 1px #ffffff;
    border-left: none;
}
.tel_bloc .num {
    font-size: 32px;
}
.contact_item a {
    font-size: 18px;
    padding: 1em;
}

.trouble {
    background: url(../images/bg_trouble_sp.jpg) no-repeat left top;
    background-size: cover;
}
.trouble .inner {
    padding: 1em;
}
.trouble h2 {
    font-size: 20px;
    padding: 0.5em;
    margin-bottom: 1em;
}
.trouble_focus p {
    font-size: 20px;
    padding-left: 0;
}
.trouble .inner > figure {
    width: 30vw;
    right: 2em;
}
.trouble_bloc ul li {
    font-size: 16px;
    background-size: 20px;
    background-position: left 0.5em top 0.7em;
    padding: 0.5em 0.5em 0.5em 2em;
}
.trouble_bloc ul li + li {
    margin-top: 1em;
}
.trouble_bloc {
    margin-bottom: 0;
}
.trouble_focus {
    margin: 3.5em 0;
}


.problem {
    background: url(../images/bg_problem_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 1em;
}
.problem_bloc {
    width: 100%;
}
.problem_bloc h2 {
    font-size: 20px;
    padding: 0.5em;
    margin-bottom: 0.5em;
}
.problem_bloc ul li {
    font-size: 16px;
    background-size: 20px;
    padding: 0.5em 0.5em 0.5em 2em;
    text-shadow: 0 3px 3px #fff;
}


.cm {
		background: url(../images/bg_cm_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 1em;
}
.cm_bloc {
    width: 100%;
}
.cm_bloc .upper p {
    font-size: 18px;
}
.cm_bloc .upper h2 {
    font-size: 32px;
}
.cm_bloc .bottom figure {
    max-width: 50vw;
}
.cm_bloc .bottom p {
    font-size: 14px;
}

.merit {
    padding: 1em;
}
.merit h2 {
    font-size: 20px;
}

.merit_list ol li {
    width: 100%;
}
.merit_list ol li:nth-child(1) {
		border-bottom:solid 1px #d9dde9;
}
.merit_list ol li:nth-child(2) {
		border-bottom:solid 1px #d9dde9;
		border-left:none;
}
.merit_list ol li:nth-child(3) {
		border-bottom:solid 1px #d9dde9;
		border-left:none;
}
.merit_list ol li:nth-child(4) {
		border-bottom:solid 1px #d9dde9;
}
.merit_list ol li:nth-child(5) {
		border-bottom:solid 1px #d9dde9;
		border-left:none;
}
.merit_list ol li:nth-child(6) {
		border-bottom:none;
		border-left:none;
}
.merit_list ol li > figure {
    width: 50vw;
    margin: 0 auto 1em;
}
.merit_list ol li .detail .upper figure {
    width: 50px;
}
.merit_list ol li .detail .upper .title {
    padding-top: 0;
}

.merit_catch {
    margin-top: 0;
}


.cm2 {
    background: url(../images/bg_cm2_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 4em 1em;
}
.cm2_bloc {
    width: 100%;
}
.cm2_bloc figure {
    width: 20vw;
}
.cm2_bloc h2 {
    font-size: 32px;
}
.cm2_bloc p {
    font-size: 14px;
}

.approach {
    padding: 1em;
}
.approach .upper_bloc p {
    font-size: 16px;
}
.approach .upper_bloc h2 {
    font-size: 24px;
}
.approach_item:nth-child(1) {
    flex-direction: row;
}
.approach_item:nth-child(1) .detail:after {
    border-width: 15px 12.5px 0 12.5px;
    border-color: #27408c transparent transparent transparent;
    left: 0;
    right: 0;
    top: auto;
    bottom: -15px;
    margin: 0 auto;
}
.approach_item:nth-child(2) .detail:after {
    border-width: 15px 12.5px 0 12.5px;
    border-color: #27408c transparent transparent transparent;
    left: 0;
    right: 0;
    top: auto;
    bottom: -15px;
    margin: 0 auto;
}
.approach_item .detail {
		width: 100%;
    padding: 1em;
}
.approach_item figure {
		width: 100%;
}
.approach_item .detail .bloc h3 {
    font-size: 19px;
}
.approach_item .detail .bloc p {
    font-size: 14px;
}
.approach_item .detail .bloc .upper .num {
    font-size: 40px;
}
.approach_item .detail .bloc .upper .en {
    font-size: 18px;
    padding-bottom: 2px;
}

.price {
    padding: 1em;
}
.price .upper h2 {
    font-size: 24px;
}
.price .upper p {
    font-size: 18px;
}
.price .upper {
    margin: 0 auto 1em;
}

.price .middle h3 {
    font-size: 18px;
}
.price .middle p {
    font-size: 14px;
}
.price .middle {
    margin: 0 auto 1em;
}

.price .bottom h3 {
    font-size: 18px;
}
.price .bottom {
    margin: 0 auto 0em;
}
.price .bottom table th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.5em;
    font-size: 16px;
    margin-bottom: -1px;
}
.price .bottom table th .sub {
    font-size: 13px;
}
.price .bottom table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0.5em;
    margin-top: -1px;
    margin-bottom: -1px;
}


.cm3 {
		background: url(../images/bg_cm3_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 0;
}
.cm3 .inner {
    padding: 4em 1em;
}
.cm3_bloc h2 {
    font-size: 32px;
}
.cm3 figure {
    width: 30vw;
    bottom: 1em;
		right:1em;
}

.cm3_bloc ul {
    max-width: 64%;
}
.cm3_bloc ul li {
    width: 29%;
}

.access {
    padding: 1em;
}
.access h2 {
    font-size: 24px;
    margin-bottom: 0.5em;
}
.access_bloc {
    margin: 0 auto 1em;
}
.access_bloc dl {
    font-size: 14px;
}
.access_bloc dl dt {
    width: 34%;
    padding: 0.5em;
}
.access_bloc dl dd {
    padding: 0.5em;
    width: calc(100% - 34%);
}





footer {
		padding: 1em;
}
footer .foot_logo {
    margin: 0 auto 1em;
    align-items: flex-end;
    justify-content: center;
}
footer .copy {
		margin-top: 0.5em;
    padding-bottom: 0;
    font-size: 10px;
}
footer address {
    padding: 0 1em;
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
}
footer address span {
		font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
}

footer .bottom p .time {
    display: block;
		font-size: 12px;
}
footer .bottom {
    align-items: flex-end;
    justify-content: center;
}
footer .bottom p {
    font-size: 14px;
}
footer .bottom p a .num {
    font-size: 28px;
    background-position: left top 12px;
    background-size: 20px;
}






}
