@charset "Shift_JIS";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body { line-height:1; }

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul,ol { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

del { text-decoration: line-through; }

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select { vertical-align:middle; }

/* --------------------------------------------
 0.common
 	-1.text
	-2.wrapper
	-3.btn
	-4.colmun
	-5.img
	-6.list
	-7.modal
 1.header&campaign
 2.seminner
 3.point4
 4.icycle2
 5.kikai
 6.system
 7.contents
 8.seminer_voice
 9.flow
 10.property
----------------------------------------------- */

/* --------------------------------------------
0.common
----------------------------------------------- */
/* 1.text */
body {
	font-family:"�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	font-size: 16px;
}
.ttl {  text-align: center; padding: 1em 0 5em; }
.ttl h2 {
	color: #AF1D31;
    text-align: center;
    font-size: 2.3rem!important;
	font-weight: 900;
	padding-top: 1.7rem;
	line-height: 1.2;
}
.ttl + p {
	text-align: center;
    font-size: 1.3rem;
    line-height: 1.2em;
    margin-top: -35px;
}
h3 { text-align: center; font-size: 1.4rem; line-height: 1.3; }
a {color: #ba1532; text-decoration: underline;}
p {line-height: 1.5; margin-bottom: 0;}

.con-num-dsclmr {
	/* margin-left: 1em;
    text-indent: -0.5em; */
    font-size: 14px;
    margin-top: 3em;
}
.con-num-dsclmr span {
	display: block;
}

.copy-content,.cont-ttl {font-size: 1.6rem;}

/* 2.wrapper */
section {padding-top:6em; padding-bottom: 7em;}

.container-fluid { width: 100%; }

.container {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 1.5em;
}

.bullet-container {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.bullet {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #f2f2f2;
}

/* 3.btn */
.btn-entry a {
    display: inline-block;
    width: 85%;
    max-width: 450px;
    padding: 10px 15px 8px;
    background-color: #242424;
    border: 5px solid #242424;
    border-radius: 50px;
    box-shadow: 0 6px 0 #dce0e5;
    line-height: 2;
    font-size: 1.6rem;
    position: relative;
    color: white;
    text-decoration: none;
    margin-top: 1.5em;
}

.btn-entry_onl a, .btn-entry_365 a {
    display: inline-block;
    width: 85%;
    max-width: 450px;
    padding: 10px 15px 8px;
    background-color: #242424;
    border: 5px solid #242424;
    border-radius: 50px;
    box-shadow: 0 6px 0 #dce0e5;
    line-height: 2;
    font-size: 1.6rem;
    position: relative;
    color: white;
    text-decoration: none;
	margin-top: 1.5em;
}

.btn-entry_onl a:hover {
    background-color:#ba1532;
	border: 5px solid #ba1532;
	box-shadow: unset;
	top:5px;
	text-decoration: none;
}

.btn-entry_365 a:hover {
    background-color: #004EA2;
	border: 5px solid  #004EA2;
	box-shadow: unset;
	top:5px;
	text-decoration: none;
}

.btn-entry_onl > p.label_onl {
	background-color: #ba1532;
    color: white;
    padding: 0.3em 1.5em 0.2em 1.5em;
	font-size: 1.1rem;
	font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
	white-space: nowrap;
}

.btn-entry_365 > p.label_365 {
	background-color: #004EA2;
    color: white;
    padding: 0.3em 1.5em 0.2em 1.5em;
	font-size: 1.1rem;
	font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
	white-space: nowrap;
}

.icon_link::after {
    content: url(/https/www.gaitameonline.com/rpage2/images/icon_link.svg);
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    padding-left: 0.5em;
    width: 20px;
    display: inline-block;
    color: white;
}

.btn-entry a:hover {
	background-color: #ba1532;
	border: 5px solid #ba1532;
	box-shadow: unset;
	top:5px;
	color: white;
	text-decoration: none;
}

.btn-detail a {
    display: inline-block;
    padding: 10px 15px 8px;
    background-color: #a01c2f;
    border: 5px solid #f2e2e2;
    border-radius: 50px;
    line-height: 2;
    font-size: 1.6rem;
    position: relative;
    color: #ffffff;
    text-decoration: none;
	width: 88%;
	max-width: 450px;
	margin-top:0.5em;
}

.btn-detail a:hover {
    background-color: #f2e2e2;
    border: 5px solid #f2e2e2;
    color: #ba1532;
}

#page_top a {
	position: fixed;
    display: block;
    width: 50px;
    height: 50px;
	background-image: url(/https/www.gaitameonline.com/rpage2/images/btn_top.svg?0706);
	right: 20px;
	bottom: 20px;
	z-index: 10;
}

/* 4.column */
.clm_2-1,.clm_3-1,.clm_4-1 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#point.clm_2-1 > a {
	display: block;
    width: 100%;
    margin-bottom: 1em;
    padding: 1.4em 0 1em;
    background-color: #F6F6F6;
    border-radius: 10px;
    text-decoration: none;
}
#point.clm_2-1 a:hover { background-color: #f3e2e2;}
.clm_2-1 > div,.clm_3-1 > div { width: 100%; }
.clm_3-1 div {margin-top: 3.5em;}
.clm_2-1 > div:nth-child(2), .clm_2-1 > img:nth-child(2) {
	margin-top: 2em;
}

.clm_contents > div img {
	border: 1px solid #ccc;
	margin-bottom: 1em;
}

/* 5.img */
img { display:block; max-width: 100%; height: auto; margin: 0 auto; }

hr {
	color: #ba1532;
    height: 2px;
    background-color: #ba1532;
	margin-top: 2em;
}

/* 6.list */
ul.list-notice li::before {
	content: "��";
	padding-right: 0.5em;
}

/* 7.modal */
.modal_logo {
	margin: 0 auto 1em;
    max-width: 194px;
}

/* --------------------------------------------
1.header&campaign
----------------------------------------------- */
.container-header {
	border-top:3px solid #ba1532;
	border-bottom:1px solid #ba1532;
}

.inner-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    padding: 0.4em 0 0.3em;
}

.logo {
	max-width: 180px;
	margin-left: 1em;
}

.inner-header .logo_2 {
	width: 130px;
	margin: 0;
}

.img-pc{display: none;}
.img-sp{display: block;}

.wrapper_cmp {
	border-top: 15px solid #ba1532;
    border-bottom: 15px solid #ba1532;
    padding: 0 0 1em;
}

.container_cmp { padding: 2em 1em 0.5em; position: relative; }

.book-zai {
    width: 25%;
    height: auto;
    transform: rotate( -9deg );
    position: absolute;
    top: 18px;
    left: 10px;
}
.btn_btm::after {
	content: "";
    background: url(/https/www.gaitameonline.com/rpage2/images/icon_link_btm.svg) no-repeat;
    display: inline-block;
    width: 19px;
    height: 22px;
    vertical-align: middle;
    margin-left: 2px;
}

img.ttl-365_1 { max-width: 750px; }

/* --------------------------------------------
2.seminer
----------------------------------------------- */
.ph_smnr { margin-top: 1em; }

.seminar .clm_2-1 { align-items: flex-end;  }

.seminar .clm_2-1 div:nth-child(2) { margin-top: 2em; }

/* --------------------------------------------
3.point4
----------------------------------------------- */
#point .clm_3-1 > div {
	/* border-bottom: 1px solid #cccccc; */
	padding: 3.5em 0;
}
.wrap_point {
	display: flex;
    flex-direction: column;
    width: 92%;
    margin: 0 auto;
}
.wrap_point > div {
	padding: 2em;
    box-shadow: 0 0 6px grey;
    border-radius: 10px;
}
.wrap_point > div:not(:first-child) {
	margin-top: 1em;
}
.br-dsply {
	display: none;
}
@media screen and (min-width:768px) {
	.logo {margin-left: 1em; }
	.img-pc{display: block;}
	.img-sp{display: none;}
	.container_cmp { padding: 2em 0 .5em; }
	.book-zai {
		width: 26%;
		top: 35px;
		left: 10px;
	}
	.con-num-dsclmr {
		margin-left: 2.8em;
		text-indent: -1.8em;
	}
	.con-num-dsclmr span { display: inline-block; }
	.clm_2-1 > div:nth-child(2), .clm_2-1 > img:nth-child(2) {
	margin-top: 0;
	}
	.btn-detail a { margin-top: 1.5em; }

	#point p:nth-child(3) { margin-top: 1em; }
	.clm_2-1,.clm_3-1,.clm_4-1 { flex-direction: row; }
	#point.clm_2-1 > a {
		display: block;
		width: 49%;
		padding: 2em 2em 1em;
	}
	.clm_2-1 > div { width: 47%; }
	.clm_3-1 > div { width: 29%;}
	.clm_2-1 > div:nth-child(2), .clm_2-1 > img:nth-child(2) {
		margin-top: 0;
	}
	.clm_4-1 div {
		width: 18.2%;
		padding: 2em;
		margin-bottom: 2em;
	}
	.ttl_slide {
		left: 182px;
	}
}

@media (min-width:960px) {
	.br-dsply {
		display: block;
	}
	.wrap_point {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
	}
	.wrap_point > div {
		width: 25%;
	}
	.wrap_point > div:not(:first-child) {
		margin-top: 0;
	}
}

.logo-container {max-width: 130px; margin: 0 auto; }
.icon-container {max-width: 55px; margin: 0 auto; }
#point {text-align: center;}
#point p:nth-child(2) {
    color: #ba1532;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0.6em 0 0;
}
#point p:nth-child(3) { color: #333; }

#point .btn-detail a {
    display: inline-block;
    max-width: 250px;
    padding: 6px 14px 4px;
    background-color: #242424;
    border: 5px solid #242424;
    border-radius: 50px;
    box-shadow: 0 4px 0 #d5d5d5;
    line-height: 2;
    font-size: 1.2rem;
    position: relative;
    color: white;
    text-decoration: none;
    font-weight: 200;
    /* margin-top: 1.8em; */
}

#point .btn-detail a:hover {
	background-color: #ba1532;
	box-shadow: unset;
	top:5px;
	color: white;
	text-decoration: none;
	border: 5px solid #ba1532;
}

.container_icycle {
    border: white 4px solid;
    padding: 2.5em 1em 2em;
    /* width: 100%; */
	margin: 0 auto;
	background-color: white;
}

.point_1,.point_2,.point_3,.point_4 {
	position: absolute;
	top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* icon */
.table-left .icon, .table-right .icon {
    font-size: 60px;
    margin: 0 auto;
    color: #ba1532;
}

/* slider */
.ttl_slide {
	width: 100%;
    display: block;
    padding: 0.7em 1em 0.4em;
    margin: 1em auto 0;
    max-width: 200px;
    background-color: #222;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.swiper-button-next, .swiper-button-prev {
	fill: #ba1532;
	stroke: #ba1532;
}

.swiper-slide div.page {
	text-align: center;
	font-weight: 900;
	margin-top: 1em;
}

.swiper-slide img {
	max-width: 600px;
    border: solid 6px #222;
}

/* version */
.ttl-sub {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 900;
}

.ttl-sub:before,
.ttl-sub:after {
	border-top: 2px solid #ba1532;
	content: "";
	flex-grow: 1;
}

.ttl-sub:before { margin-right: 1rem; }

.ttl-sub:after { margin-left: 1rem; }

.new-ver {
	position: absolute;
	font-size: 1.2rem;
    color: #333;
    font-weight: 900;
	top: -12px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.container_icycle p {
    line-height: 1.6;
    font-size: 19px;
}

@media screen and (min-width:768px) {
	.container_icycle {
		max-width: 630px;
		padding: 5em 5em 3em;
	}

	.ttl h2 {
		font-size: 3.5rem!important;
	}

	.container_point {
		max-width: 980px;
		padding: 0;
		margin: 0 auto;
	}

	.container_point .clm_3-1 > div {
		/* padding: 3em 0; */
		width: 30%;
	}

	.container_point .clm_3-1 > div:first-child {
		border-top: none;
	}

	.container_point .clm_3-1>div:nth-last-child(-n+2) {
		border-bottom: none;
	}

	.container_point .clm_3-1>div:nth-child(odd) {
		/* border-right: 1px solid #cccccc; */
	}

	.container_icycle p {
		line-height: 1.8;
		font-size: 20px;
		text-align: center;
	}
}

/* about_icycle2 */
#icycle2 div img { padding-top: 2rem; }
.wrap-percentage {
    margin: -1em auto 4em;
    position: relative;
    width: 80%;
}

.wrap-box-radius {
    padding: 3em 2em;
    border-radius: 20px;
    background-color: #fff;
}

@media (min-width: 768px) {
	.wrap-percentage {
		margin: 0 auto 4em;
		position: relative;
		width: 100%;
	}
	.wrap-box-radius {
		padding: 4.5em 4.5em 3.5em;
	}
}



/* --------------------------------------------
5.kikai
----------------------------------------------- */
.img_kouza {width:90%; margin-top: 3em;}
.img_point {max-width: 700px; margin: 3em auto 3em;}

.container_icycle-obi {
    background-color: #a11c2f;
    padding: 2em 0 1em;
    color: white;
	font-size: 20px;
	text-align: center;
	position: relative;
	margin-top: 3em;
}

#kikai .clm_3-1 > div { max-width: 200px; }

@media screen and (min-width:768px) {
	.img_kouza {max-width: 400px; margin-top: 5em;}

	.container_icycle-obi { font-size: 34px; }
}

/* --------------------------------------------
6.system
----------------------------------------------- */
.bg_media {
	width: 100%;
	height: 600px;
	background-image: url(images/media.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.container_system {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 1.5em;
}

/* --------------------------------------------
6.contents
----------------------------------------------- */
#contents .clm_4-1 div { margin-bottom: 3em; }

#contents .clm_4-1 div p + p { margin-top: 0.5em; }

#contents .clm_4-1 div p:nth-child(2) { margin-top: 1em; }

#contents .clm_4-1 img {
	border: #a3a3a3 1px solid;
	margin-bottom: 0.5em;
}

#contents .clm_4-1 p:first-child {
	font-weight: 700;
	margin-bottom: 1em;
}

.container-news { margin:6em 0 0 }

.news-container div:nth-child(2) { margin-top: 2em; }

@media screen and (min-width:768px) {
	.container-news {
		margin:7em 0 0
	}

	.news-container div:nth-child(2) {
		margin-top: 0;
	}
}

/* --------------------------------------------
7.seminar
----------------------------------------------- */
section.seminar { padding: 1.6em 0.5em 3em; color: #f2e2e2; }

.seminar h2 {color: #f2e2e2;}

.icon_open {
	max-width: 100px;
    padding-top: 1em;
}

.logo_smnr { 
	max-width: 170px;
    margin: 0 auto;
    position: relative;
}

.seminar ul li {
	display: block;
    border-bottom: 1px solid white;
    line-height: 2.8;
	font-size: 1.5rem;
}

.seminar ul li::before {
	content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    padding-right: 0.5em;
}

.graph { max-width: 500px; }

#container-voice img {
	max-width: 130px;
	margin-bottom:1em;
}

.caption_grph { font-size:0.8em; }

@media screen and (min-width:768px) {
	.caption_grph { text-align: right; }
	section.seminar { padding: 3em 5em 5em; color: #f2e2e2; }
	.logo_smnr {
		max-width: 200px;
	}
}

/* --------------------------------------------
8.news
----------------------------------------------- */
.news-container, .version-container {
    padding: 0 0.5em 0;
}

@media screen and (min-width:768px) {
	.news-container, .version-container {
		padding: 0;
	}
	.news-container img {
		max-width: 495px;
	}
}

/* --------------------------------------------
9.flow
----------------------------------------------- */
#flow .clm_4-1 div::after {
    content: "";
    width: 30px;
    height: 18px;
    background-image: url(/https/www.gaitameonline.com/rpage2/images/arrow.svg);
    display: block;
    position: absolute;
    top: 113%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#flow .clm_4-1 div.flow-box {
	margin-bottom: 2em;
}


@media screen and (min-width:768px) {
#flow .clm_4-1 div::after {
    top: 48%;
    left: 120%;
    transform: rotate(-90deg);
}

#flow .clm_4-1 div:nth-child(3)::after {
    display: none;
}
}



/* --------------------------------------------
10.caution
----------------------------------------------- */
#caution dt {
	border-bottom: 2px solid #ba1032;
	padding-bottom: 0.5em;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

#caution dd {
	margin-bottom: 2em;
    line-height: 1.5;
}

#caution h2 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 2em;
}

#caution ul { line-height: 1.5; }

#caution ul li { padding-bottom: 0.5em; }

@media screen and (min-width:768px) {
	#caution h2 {
		font-size: 2rem!important;
	}
}

/* --------------------------------------------
11.disclaimer
----------------------------------------------- */
.dsclmr {
	padding: 3em 1.5em;
    font-size: 13px;
    color: #f2e2e2;
}

.dsclmr a { color: #f2e2e2 ;}

/* --------------------------------------------
9.flow
----------------------------------------------- */
#flow .clm_4-1 { justify-content: space-between; }

#flow .clm_4-1 > div {
    border: 2px solid #a3a3a3;
	padding: 2em;
	text-align: center;
	background-color: white;
}

#flow .clm_4-1 h3 {
    background-color: #ba1032;
    display: inline-block;
    padding: 0.3em 0.5em 0.2em;
    color: white;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 0.8em;
}

#flow .clm_4-1 h3 + p {
	font-weight: 900;
	margin-bottom: 1em;
}

#flow .clm_4-1 div:not(:first-child) {
	margin-top: 1em;
}

#flow .clm_4-1 div:last-child::after {
	background-image: none;
}

@media screen and (min-width:768px) {
	#flow .clm_4-1 div:not(:first-child) {
		margin-top: 0;
	}

	#flow .clm_4-1 div:last-child {
		margin-right: 0;
	}
}

/* --------------------------------------------
10.footer
----------------------------------------------- */
footer { font-size: 13px; margin: 2em 0; }


/* --------------------------------------------
10.property
----------------------------------------------- */
/* position */
.pstn-rl { position: relative; }
.poab{position:absolute;}

/* color */
.bg-rd {background-color: #a11c2f;}
.bg_dgray {background-color: #333;}
.bg_gray {background-color: #646464;}
.bg-lgray {background-color: #f2f2f2; }
.bg-lrd {background-color: #fff5f5;}
.bg-w_1 { background-color: white; }
.bg-w_2 {
	background-color: white;
	border-top: 2px solid #dee2e6;
    box-shadow: 0 0 15px #dee2e6;
}

/* padding */
.pdg-t-05 {padding-top: 0.5em;}
.pdg-l_5 { padding-left: 5px;}
.pdg-b-0 {padding-bottom: 0;}

/* margin */
.mgn-t-10 { margin-top: 10px;}
.mgn-t-20 { margin-top: 20px;}
.mgn-t-30 { margin-top: 30px;}
.mgn-t-40 { margin-top: 40px;}
.mgn-t-50 { margin-top: 50px;}
.mgn-t-60 { margin-top: 60px;}
.mgn-t-70 { margin-top: 70px;}
.mgn-t-80 { margin-top: 80px;}
.mgn-t-90 { margin-top: 90px;}
.mgn-t-100 { margin-top: 100px;}
.mgn-t-110 { margin-top: 110px;}

.mgn-b-10 { margin-bottom: 10px; }
.mgn-b-20 { margin-bottom: 20px; }
.mgn-b-30 { margin-bottom: 30px; }
.mgn-b-40 { margin-bottom: 40px; }
.mgn-b-50 { margin-bottom: 50px; }
.mgn-b-60 { margin-bottom: 60px; }
.mgn-b-70 { margin-bottom: 70px; }
.mgn-b-80 { margin-bottom: 80px; }
.mgn-b-90 { margin-bottom: 90px; }
.mgn-b-100 { margin-bottom: 100px; }

/* border */
.brdr_red {
	border: #ba1532 6px solid;
	padding: 1em;
	background-color: #F6F6F6;
	border-radius: 10px;
}

.brdr_gry {
	border: #a3a3a3 3px solid;
    padding: 2.5em 2.5em 1.5em;
    background-color: white;
    border-radius: 10px;
}

/* text */
.txtC { text-align: center;}
.txtR { text-align: right;}
.txtL { text-align: left;}
.txtB { font-weight: bold;}
.txt-rd { color: #AF1D31;}
.txt-grn { color: #009764;}
.txt-blk { color: #333;}
.txt-ofw { color: #f2e2e2;}
.txt-w { color: white;}

.txt-S {font-size: 0.8rem; line-height: 1.2;}
.txt-M {font-size: 1.2rem; line-height: 1.5;}
.txt-L {font-size: 1.5rem; line-height: 1.3;}

@media screen and (min-width:768px) {
	h2 {font-size: 3rem!important;}
	h3 {font-size: 1.8rem;}
	.txt-M {font-size: 1.3rem; line-height: 1.4;}
	.txt-L {font-size: 2.3rem; line-height: 1.3;}
	.txt-XL {font-size: 2.8rem; line-height: 1.3;}
}
