@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #62c0b5;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #62c0b5;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #85d4cb;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #85d4cb; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #c9fbf5;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #c9fbf5;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #c9fbf5;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #c9fbf5;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #c9fbf5;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #c9fbf5;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #c9fbf5;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #c9fbf5;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #c9fbf5;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#e5fffc;
	color:#333;
}

table.table2 th {
	background-color:#e5fffc;
	color:#333;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}



/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#EA8E1E;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#EA8E1E;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#EA8E1E;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#EA8E1E;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catchS {
	color:#EEA011;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#62c0b5;
	border-bottom:1px dotted #CCC;
}




/*//////////////////////////
add for クライアント名
//////////////////////////*/

/* 共通 */

.w100{
	width: 100% !important;
	margin: 0 auto;
}
.w90{
	width: 90% !important;
	margin: 0 auto;
}
.w80{
	width: 80% !important;
	margin: 0 auto;
}
.w70{
	width: 70% !important;
	margin: 0 auto;
}
.w60{
	width: 60% !important;
	margin: 0 auto;
}
.w50{
	width: 50% !important;
	margin: 0 auto;
}
.w40{
	width: 40% !important;
	margin: 0 auto;
}
.w30{
	width: 30% !important;
	margin: 0 auto;
}
.w20{
	width: 20% !important;
	margin: 0 auto;
}
.w15{
	width: 15% !important;
	margin: 0 auto;
}
.w10{
	width: 10% !important;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.w100, .w90, .w80, .w70, .w60, .w50, .w40, .w30{
	width: 100% !important;
}
.w20, .w15, .w10{
	width: 60% !important;
}
}
@media only screen and (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
	color: #333;
}
}
a:hover, a img:hover{
opacity: 0.7;
}
.logo a:hover, .logo a img:hover{
opacity: 1.0;
}
a[href^="tel:"] {
	text-decoration: none !important;	
}
ul.sns_list li{
	display:inline-block;
	margin-right: 5px;
}
ul.sns_list li img{
	width: 46px;
	height: auto;
}
h3.headding_extra,
h4.headding_extra{
	text-align: center;
	border: none;
}
h3.headding_extra span,
h4.headding_extra span{
	font-size: 18px;
	font-weight: normal !important;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
	margin-bottom: 20px;
}
h3.headding_extra span::before,
h3.headding_extra span::after,
h4.headding_extra span::before,
h4.headding_extra span::after{ 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h3.headding_extra span::before,
h4.headding_extra span::before{
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  left: 0;
}
h3.headding_extra span::after,
h4.headding_extra span::after{
  content: '';
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  right: 0;
}
h3.headding_extra2,
h4.headding_extra2{
	text-align: center;	
	background-color: #62c0b5;
	color: #fff;
	font-weight: normal;
	padding: 0.5em;
	border-radius: 2px;
	border: none;
	margin-bottom: 30px;
}
h5.headding_extra{	
}
.box_extra01{			/* single_line / no_bg */
	border: 1px solid #ccc;
	padding: 2em 3em;
}
.box_extra01_bg{	/* single_line / bg #fefefe */
	border: 1px solid #ccc;
	padding: 2em 3em;
	background-color: #fefefe;
}
.box_extra02{			/* double_line / no_bg */
}
.box_extra02_bg{	/* double_line / bg #[$] */
	border: 4px double #fff;
	padding: 2em 3em;
	background-color: #E5C85C;
	color: #fff;
}
.box_extra03{			/* bold_line / border-radius / no_bg */
}
.box_extra03_bg{	/* bold_line / border-radius / bg #[$] */
}
.tx-em {
	background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}
/* color */
.red {
	color:#bc2d2d !important;
}
.orange {
	color:#E26000 !important;	
}
.yellow {
	color:#E2CB00 !important;	
}
.green {
	color:#3b7a28 !important;
}
.brown {
	color:#a67435 !important;
}
.blue {
	color:#325f99 !important;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#333333 !important;
}
.txtBold {
	font-weight: 900 !important;
}
.link_btn{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #B72F32;
	border-radius: 30px;
	color: #fff;
}
.link_btn2{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #579A43;
	border-radius: 30px;
	color: #fff;
}
table.price_table td{
	text-align: center;
}
a.link_pdf::after{
	content: " \f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
a.link_pdf{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #B72F32;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	width: 100%;
}
.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5em;
}
.flex_contact_box{
	display: flex;
	justify-content: space-around;
}
.flex_contact_box .item_btn{
	width: 40%;
}
.flex_contact_box .item_btn a{
	display: block;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background-color: #333;
	padding: 0.8em 1em 0.8em 1em;
	border-radius: 6px;
	text-align: center;
}
.flex_contact_box .item_btn a.ico_tel::before{
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
}
.flex_contact_box .item_btn a.ico_fax::before{
	content: "\f1ac";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
}
.flex_contact_box .item_btn a.ico_email::before{
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
}
@media screen and (max-width: 768px) {
.flex_contact_box{
	display: block;
}
.flex_contact_box .item_btn{
	width: 100%;
}
.flex_contact_box .item_btn a{
	padding: 0.8em 0em;
	margin-bottom: 10px;
}
}
ol.circle_num, ol.circle_alpha{
  counter-reset:number;
  list-style-type: none!important;
  padding:0.5em;
}
ol.circle_num li, ol.circle_alpha li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
ol.circle_num li:before{
  content: counter(number);	
}
ol.circle_alpha li:before{
  content: counter(number, upper-alpha);
}
ol.circle_num li:before, ol.circle_alpha li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #333;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 5px;
/*  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.ceo_name{
	font-size: 16px;
	font-family:"Noto Serif JP","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.before, .after {
	position: relative;
	overflow: hidden;
}
.before::after {
	position: absolute;
	content: " ";
	display: inline-block;
	background: url("../img/common/watermark_before.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 26%;
	height: 26%;
	bottom: 1%;
	right: 3%;
	z-index: 1;
}
.after::after {
	position: absolute;
	content: " ";
	display: inline-block;
	background: url("../img/common/watermark_after.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 26%;
	height: 26%;
	bottom: 1%;
	right: 3%;
	z-index: 1;
}
a.scroll_point{
	display: block;
	height: 1px;
	margin-top: -95px;
	padding-top: 95px;
}
@media screen and (max-width: 768px) {
a.scroll_point{
	margin-top: -10px;
	padding-top: 10px;
}
}
ul.float_col2 li{
	float: left;
	width: 18em;
}
ul.float_col2_2 li{
	float: left;
	width: 21em;
	margin-right: 3em;
}
ul.float_col2_3{
	margin-left: 50px;
}
ul.float_col2_3 li{
	display: inline-block;
	margin-right: 2em;
}
@media screen and (max-width: 768px) {
ul.float_col2 li,
ul.float_col2_2 li{
	float: none;
}
ul.float_col2_3{
	margin-left: 0;
}
ul.float_col2_3 li{
	display: block;
}
}
/*tableをスクロールさせる*/
/* 	.scroll=スクロール用テーブル  */
/* 	.fix_table=スクロールしない  */
.fix_table table th,
.scroll table th {
	text-align:center;
	vertical-align:middle;
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #F1F1F1;
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #BCBCBC;
}

@media screen and (max-width: 768px) {
/*tableのセル内にある文字の折り返しを禁止*/
.fix_table, 
.scroll {
	overflow: auto;
	white-space: nowrap;
	width:100% !important;
	box-sizing: border-box;
}
/*table右に線*/
.scroll {
	border-right: 2px solid #4f4d47;
	overflow-x: scroll;
}
/*tableにスクロールバーを追加*/
.scroll table {
	overflow:scroll;
}
.fix_table table th, 
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border: 1px #ccc solid;
	box-sizing: border-box;
}
.fix_table table td,
.scroll table td {
	width:auto;
	display:table-cell;
	border: 1px #ccc solid;
}
}

/*// リスト //*/

/* 共通 */
.li_disc,.li_num,.li_check,.li_circle{
	margin-left: 20px;
}
/* ディスク */
.li_disc li{
	list-style-type: disc !important;
}
/* 数字 */
.li_num li{
	list-style-type: decimal!important;
}
/* チェックマーク */
.li_check li::before{
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 0.5em;
}
.li_check li{
	text-indent: -1.4em;
}
/* 黒丸 */
.li_circle li::before{
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
	padding-right: 0.5em;
}
.li_circle li{
	text-indent: -1.4em;
}
/* 下線（破線） */
.li_underline li{
	border-bottom: 1px dashed #333;
	margin-bottom: 1.0em;
}
/* 複数カラム */
.li_col2,.li_col3,.li_col4{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.li_col2 li{
	width: calc(50% - 4em);
	margin-right: 4em;
}
.li_col3 li{
	width: calc(33% - 4em);
	margin-right: 4em;
}
.li_col4 li{
	width: calc(25% - 4em);
	margin-right: 4em;
}
@media screen and (max-width: 768px) {
.li_disc,.li_num,.li_check,.li_circle{
	margin-left: 18px;
}
.li_col2,.li_col3,.li_col4{
	display: block;
}
.li_col2 li,.li_col3 li,.li_col4 li{
	width: 100%;
	margin-right: 0;
}
}

.img_border{
	border: solid 1px #ccc;
}

/*// 追加 //*/

@media screen and (max-width: 768px) {
.footLogo img{
	width: 35%;
}
}
.h4-tl01 {
    background:#dfd1e2;
	padding:0.5em 0 0.5em 0.7em;
	text-align:left;
	font-weight:800;
}
.h4-tl02 {
    background:#e0dadc;
	padding:0.5em 0 0.5em 0.7em;
	text-align:left;
	font-weight:800;
}
.h4-tl03 {
    background:#adcfea;
	padding:0.5em 0 0.5em 0.7em;
	text-align:left;
	font-weight:800;
}
ul.circle01,ul.circle02,ul.circle03 {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle01 li,ul.circle02 li,ul.circle03 li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle01 li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #d0abbd;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle02 li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e0dadc;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle03 li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #adcfea;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:49%;
  margin:2% 0% 0 1%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 2.5% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 2.5%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 2.5% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 2.5%; 
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:49% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:0% 0 0 2% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:2% 0 0 1.3%; 
}
.flex-4col {
  display:flex;
  justify-content:start;
  align-items:center;
  flex-wrap:wrap;
}
.flex-4col > li{
  width:24%;
  margin:2% 0 0 1%; 
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto !important; 
}
.flex-4col > li{
  width:100%;
  margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}
/*===========================
spacer
===========================*/


.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt0{
	margin-top:0px !important;}
	
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.mt10,.mt20,.mt30 {
     margin-top:4% !important;
}
.mb10,.mb20,.mb30 {
     margin-bottom:4% !important;
}
.mt40,.mt50,.mt60 {
     margin-top:5% !important;
}
.mb40,.mb50,.mb60 {
     margin-bottom:5% !important;
}
.mt70,.mt80 {
     margin-top:8% !important;
}
.mb70,.mb80 {
     margin-bottom:8% !important;
}
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #e60012;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}


