@charset "utf-8";
@media screen and (min-width: 1201px) { html{font-size:17px; } }@media screen and (max-width: 1200px) { html{font-size:16px; } }@media screen and (max-width: 1024px) { html{font-size:15px; } }@media screen and (max-width: 768px) {  html{font-size:14px; } }@media screen and (max-width: 480px) {  html{font-size:13px; } }a,a:visited,a:active { color:rgba(45,28,11,1.00)}a:hover { color:rgba(131,191,36,1.00)}
/* css setting */
.tk_flex{padding:1rem 0rem;}
.round_box{
border-radius:2rem;
}
.round_ct{
border-radius:2rem;
}
.round_box img{
border-radius:4rem;
}
.round_box_s img{
border-radius:2rem;
}
@media screen and (max-width: 480px){
body{
margin-bottom:50px;
}
}
/*　———　TOP - コピー　———　*/
.home_top_copy {
margin: 0rem 0rem 0rem 0rem;
}
.mv_ct{
padding:30vh 1rem 10vh;
text-align:left;
}
.mv_ct img{
max-width:500px;
text-align:left;
}
.mv_feature{
padding-bottom:2rem!important;
}

.medical-policy{
padding:1rem 2rem 0rem;
}
.medical-policy li{
display:flex;
align-items: baseline;
font-size:1.2rem;
letter-spacing:0.1rem;
padding:1rem 0;
border-bottom:1px solid #d5e2b3;
}
.medical-policy li:last-child{
border-bottom:none;
}
.medical-policy li .fa{
color:#83bf24;
margin-right:0.5rem;
}
.medical-policy_bg{
background-color: rgbargba(135, 188, 37, 0.2);
}

@media screen and (max-width: 480px){
.mv_ct{
padding:30vh 2rem 19vh;
text-align:left;
}
.mv_ct img{
max-width:280px;
text-align:left;

}
.mv_feature{
padding-bottom:0rem!important;
}

.medical-policy{
padding:0rem 0rem;
}
.medical-policy li{
display:flex;
align-items: baseline;
font-size:1rem;
letter-spacing:0.1rem;
padding:1rem 0;
border-bottom:1px solid #d5e2b3;
}
.medical-policy li:first-child{
padding:0 0 1rem;
}
}


.feature_left{
padding-right:2rem;
}
.feature_right{
padding-left:2rem;
}
.features_number p{
font-size:3rem;
color:#83bf24;
margin-top:-2.5rem;
}
@media screen and (max-width: 480px){
.feature_left{
padding-right:0rem;
}
.feature_right{
padding-left:0rem;
}
}


.service_link_btn img:hover{
transition: .3s;
transform: scale(1.1);
opacity: 0.8;
}

.tb_sns-icon_insta img{
height:25px;
width:auto;
margin-left:1rem;
}
@media screen and (max-width: 820px) {
.tb_sns-icon_insta img{

margin-top:-0.5rem;
}
}
/*　==============================　ABOUT　==============================　*/
/*　【A】　*/
.about-img-space{padding-top: 35rem;}
@media screen and (max-width: 498px) {
.about-img-space{
padding-top: 24rem;
margin: 0rem 2rem 0rem 2rem;
}
}
/*　--------------------　特長ボックス　--------------------　*/
.about_pickup_box{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column wrap;
margin: -30rem auto 3rem auto;
}
.about_pickup_item{
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
margin: 0 auto;
background-color: #83bf24;
color: #ffffff;
max-width: 400px;
width: 100%;
height: 400px;
font-size:2rem;
border-radius:4rem;
}
.about_pickup_item span{
font-size: 1.75rem;
line-height: 1.5rem;
}
@media screen and (max-width: 968px) {
.about_pickup_box{
margin: -30rem auto 3rem auto;
}
.about_pickup_item{
height: 300px;
}
}
@media screen and (max-width: 768px) {
.about_pickup_box{
margin: -30rem 0rem 3rem 2rem;
}
}
@media screen and (max-width: 498px) {
.about_pickup_box{
margin: -3rem 0rem 0rem 0rem;
}

.about_pickup_item{
margin: 0rem 0rem 0rem 0rem;
padding: 1.5rem 0rem 1rem 0rem;
height: 120px;
width: 70%;
border-radius:2rem;
font-size:1.6rem;
}

}
/*　--------------------　ボックス　--------------------　*/
.about-item {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.about-item li {
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-self: stretch;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1rem 3px;
margin: 0rem 2px 4px 2px;
width: calc(25% - 10px);
background-color: rgba(255,255,255,1.00);
box-shadow: 0px 0px 2px 0px rgba(150,150,150,0.1);
}
@media screen and (max-width: 768px) {
.about-item li{
width: calc(50% - 4px);
margin: 0rem 2px 4px 2px;
padding: 0.8rem 0;
}
}
.about-sub-ttlA{
position: relative;
margin-top: -2rem;
}
.about-sub-ttlA span{
display: inline-block;
background-color: #666666;
padding: 1rem 2rem;
}
.about-sub-ttlB span{
display: inline-block;
box-sizing: border-box;
border: 1px solid #666666;
padding: 1rem 2rem;
}
/*　--------------------　リスト　--------------------　*/
.about-tb-contents {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
border-bottom:1px solid #E2E8F0;
}
.tb-border-n{
border:none!important;
}
.about-tb-contents dt{
padding: 1rem 0rem 1rem 0rem;
position: relative;
font-weight: bold;
font-size:0.9rem;
letter-spacing:0.2rem;
width: calc(100% - 40px - 1rem);
}
.about-tb-contents dd{
text-align: right;
padding: 1rem 0rem 1rem 1rem;
width: 40px;
}
@media screen and (max-width: 768px){
.about-tb-contents {
flex-flow: row wrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
}
.about-tb-contents dt {
font-weight: bold;
letter-spacing:0.1rem;
}
.about-tb-contents dd {
font-size: 1rem;
border: none;
}
}




/*　==============================　FLOW A　==============================　*/
.flowA-mainImg{padding-top: 20rem;}
@media screen and (max-width: 498px) {
.flowA-mainImg{padding-top: 17.5rem; margin:1rem 1rem 0rem 1rem;}
}
.flowA-bgImg {padding-top: 50vh;}
@media screen and (max-width: 480px){
.flowA-bgImg {padding-top: 40vh;}
}

/*　▼　*/
.flowA-sankaku  {
width: 0;
height: 0;
border: 2rem solid transparent;
border-top: 2rem solid #fff;
margin: 0 auto;
padding:0;
}
.flowA-sankaku-color {
width: 0;
height: 0;
border: 2rem solid transparent;
border-top: 2rem solid #424242;
margin: 0 auto;
padding:0 0 1rem 0;
}

/*　==============================　COMPANY　==============================　*/
.precautions li{
display:flex;
align-items: baseline;
}
.precautions li .fa{
color:#83bf24;
margin-right:0.5rem;
}

/*　----------　アンカーボタン　----------　*/
.color_btn .fs_btn_text_main {
font-size:1.4rem;
}
.color_btn .fs_btn_text_sub {
font-size:0.9rem;
}
.color_btn .fs_btn{
line-height: 1.4rem;
background-color: rgba(85,99,105,0.45);
}
.color_btn .fs_btn:hover {
background-color: rgba(85,99,105,0.05);
}
/*　----------　会社概要　----------　*/
.cp_left {
padding: 1rem 0;
vertical-align: top;
width: 20%;
font-weight: bold;
text-align: justify;
}
.cp_right {
font-size: 0.9rem;
text-align: justify;
padding: 1rem  0 1rem 1rem;
vertical-align: top;
width: 80%;
}


.cp_line {
border-top:1px solid #d5e2b3;
}
.cp_line .fa-map-marker:before{
color:#83bf24;
margin:0 0.5rem 0 0;
}
@media screen and (max-width: 480px){
.fa-map-marker:before{
color:#83bf24;
margin:0px 0.5rem 0!important;
}
}
/*　タブレット横時スクロール　*/
@media screen and (max-width: 1024px) {
.tb_bg_scroll{background-attachment: scroll!important; }}




/*　==============================　ドクター紹介　==============================　*/
.doctor_img{
max-width:250px;
padding:1rem 0;
margin:0 auto;
}
@media screen and (max-width: 480px) {
.doctor_img{
max-width:150px;
padding:1rem 0;
margin:0 auto;
}
}
/*　==============================　診療案内　==============================　*/
.service_box{
padding:3rem;
border-radius:3rem;
}
@media screen and (max-width: 480px) {
.service_box{
padding:2rem;
border-radius:3rem;
}
}
.service_box img{
border-radius:2rem;
}
.hoken-tabu{
background-color:#83BF24;
color:#fff;
font-size:0.9rem;
padding:0.25rem 1rem;
border-radius:1rem;
margin-left:0.5rem;
margin-top:-0.25rem;
display:inline-block;
vertical-align:middle;
}
.jihi-tabu{
background-color:#894F27;
color:#fff;
font-size:0.9rem;
padding:0.25rem 1rem;
border-radius:1rem;
margin-left:0.5rem;
margin-top:-0.25rem;
display:inline-block;
vertical-align:middle;
}



/*　==============================　自費料金案内　==============================　*/
.price{

border-collapse: collapse;
width: 100%;

}


.price .ttl{
background-color: #83BF24;
color:#fff;

}

.price th {
text-align:left;
background-color:#F7F9ED;
border:1px solid #83BF24;

padding: 1em;

font-weight: bold;
width: 50%;
}
.price td {

border:1px solid #83BF24;
background-color: #fff;
padding: 1em;
text-align:right;

}

@media screen and (max-width:480px){
.price th {


background-color:#F7F9ED;
border:1px solid #83BF24;

font-weight: bold;
width: 50%;
}

}

/*　==============================　ページタイトル共通設定　==============================　*/

.page-ttl-ja{padding: 12rem 2rem 0rem 2rem}
.page-ttl-en{padding: 0rem 2rem 12rem 2rem;margin-left:0.25rem;}
@media screen and (max-width: 480px) {
.page-ttl-ja{padding: 10.5rem 2rem 0rem 2rem}
.page-ttl-en{padding: 0rem 2rem 10.5rem 2rem;margin-left:0.25rem;}
}


/*　=============================================================================　*/
/*　=============================================================================　*/
/*　===============================　全体の共通項目　===============================　*/
/*　=============================================================================　*/
/*　=============================================================================　*/


/*　==============================　ヘッダー部分　==============================　*/
#topLogo img{
padding:2rem 1rem;
}
@media screen and (max-width: 480px) {
#topLogo img{
max-width:200px;
padding:0.5rem 1rem;
}
}

/*　--------------------　Fatナビに関する設定　--------------------　*/
.fat-nav li a{
border-bottom:none;
}
#cID243 header, #cID244 header, #cID258 header, #cID259 header, #cID256 header, #cID260 header{
background-color:#83BF24;
}
header .rrh-layout-wrapper{
width:calc(100%-4rem);
background-color:#fff;
-webkit-border-radius:0 0 1rem 1rem;
padding:0 2rem;
}
@media screen and (max-width: 480px){
header .rrh-layout-wrapper{
background-color:#fff;
-webkit-border-radius:0 0 0 0;
padding:0 1rem;
}
}
.fsNavMenuList li  a{
padding:0.5rem 1rem!important;
}
.fsNavMenuList .sub_list a{
padding:1rem 1rem!important;
}

.fat-nav li {
list-style-type: none;
text-align: left;
padding:1.5rem 1rem;
font-size: 1.2rem;
border-bottom: 1px solid #ffffff;
}
.fat-nav{
background:rgba(109, 60, 27, 0.75);
}
.navi_header .sub_list{
padding-top:1rem;
background-color:#fff;
}
.hamburger .hamburger__icon, .hamburger .hamburger__icon:before, .hamburger .hamburger__icon:after {
background-color: #6d3c1b;

}
.navi_header .sub_list{
border-radius:0 0 0.5rem 0.5rem;
}

@media screen and (min-width: 480px) {
.main_list_li:nth-child(3) a{
position:relative;
vertical-align:middle;
margin-right:1rem;
}
.main_list_li:nth-child(3) a p::after{
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    border: 6px solid transparent;
 border-top: 7px solid #83bf24;   /* 好みで色を変えてください */  
}
}
/*　Fatnaviフィックス　*/
#topfix-A {
position: absolute;
z-index: 50;
top:0;
right: 0;
}
#topfix-B {
position: absolute;
z-index: 10;
top: 0;
right: 0;
}
.header_tel_link .fs_btn_text_sub{
font-size:0.9rem;
font-weight:normal;
}

.header-time_ct{
display:flex;
}
.header-time li{
font-size:1.2rem;
}
#header-2-2{
padding:1rem 0 0 0;
}
#header-2-3{
padding:1rem 0 ;
}
@media screen and (max-width: 480px) {
#header-2-2{
padding:0rem;
}
#header-2-3{
padding:0rem;
}
}
@media screen and (max-width: 1024px) {

}
}
@media screen and (max-width: 1024px) {
#header-2-4{
padding:1rem 0 0 0;
}
}

/*　==============================　フッター部分　==============================　*/
/*　フッターロゴに関する設定　*/
@media screen and (min-width: 1201px) {
.f-logo {padding: 0rem 0rem 0rem 0rem; text-align:left;}
.f-logo img {max-width:350px;}
}
@media screen and (max-width: 1200px) {
.f-logo {padding: 0rem 0rem 0rem 0rem; text-align:left;}
.f-logo img {max-width:300px;}
}
@media screen and (max-width: 480px) {
.f-logo {padding: 0rem 0rem 0rem 0rem; text-align:center;}
.f-logo img {max-width:250px;}
}
/*　サイトマップ　*/
.sitemap-table{
display:flex;
width:100%;
flex-wrap: wrap;
}
.sitemap-table li{
margin-right:1rem;
font-weight:bold;
width:30%;
}
.sitemap-table li:last-child{
marfin-right:0rem;
}
.fa-map-marker:before{
color:#83bf24;
margin:0 0.5rem 0 1rem;
}
@media screen and (max-width: 480px) {
.sitemap-table{
display:block;
width:100%;
}
.sitemap-table li{
width:100%;
margin-right:0rem;
padding:1rem 0;
font-weight:bold;
border-bottom:1px solid #d5e2b3;
}
.sitemap-table li:last-child{
border-bottom:none;
}
#footer-2Parent, #footer-3Parent{
padding:0 2rem;

}
}
.sns_btn{
max-width:30px;
}
/*　==============================　文字に関する設定　==============================　*/
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.eiji {
font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.space-1{
letter-spacing: 0.1rem;
}
.space-2{
letter-spacing: 0.2rem;
}
.space-3{
letter-spacing: 0.3rem;
}
.space-4{
letter-spacing: 0.4rem;
}
.br-sp{
display:none;
}
.br-sp-r{
display:inline;
}
@media screen and (max-width: 900px) { 
}
@media screen and (max-width: 480px) { 
.sp_box{
display:none;
}
.tx-center{
text-align: center!important;
}
.tx-left{
text-align: left!important;
}
.tx-right{
text-align: right!important;
}
.br-sp{
display:block;
line-height:0rem;
}
.br-sp-r{
display:none;
}
}
/*　==============================　色に関する設定　==============================　*/
.rgba-white{
background-color:rgba(255,255,255,0.8);
}
.top_bg{
background-color:rgba(0,0,0,0.8);
}
.rgba-black{
background-color:rgba(0,0,0,0.8);
}
.rgba-black4{
background-color:rgba(0,0,0,0.4);
}
.rgba-staff{
background-color:rgba(0,0,0,0.7);
}
/*　==============================　デフォルト　==============================　*/
.ccm-edit-mode, .ccm-scrapbook-list-item-detail div{margin-top:0rem!important;}
.ccm-edit-mode .ccm-area-styles{margin-top:0rem!important;}
/*　--------------------　ページリストタグ　--------------------　*/
.tk_tags_Tags{
background-color: #894F27;
color: #ffffff;
border-radius:1rem;
}
.tk_title{
font-weight:bold;
}

#pt101-4Parent .rrh-layout-wrapper{
background-color:#F7F9ED;
border-radius:3rem;
padding:1rem;
}
#pagination .currentPage strong{
background-color:#2D1C0B!important;
border-radius:0.5rem;
}
#pagination .numbers a, #pagination .numbers strong{
background-color:#83BF24!important;
color:#fff;
border-radius:0.5rem;
}
/*　--------------------　ページャー　--------------------　*/
div .ccm-pagination{
margin-top: 1rem;
}
div.ccm-pagination span.ccm-page-left, div.ccm-pagination span.ccm-page-right{
top: 0.5rem!important;
}
#pagination .currentPage  strong{
background-color: #000000!important;
color: #ffffff!important;
}
#pagination .numbers {
margin-right: 0.6rem;
}
#pagination .numbers a, #pagination .numbers strong{
font-family: 'Roboto', 游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,sans-serif;
background-color: #666666;
padding: 0.5rem 1rem;
display: inline-block;
}
/*　--------------------　マルチイメージのポインター無　--------------------　*/
.cuosor {
pointer-events: none ;
cursor: default ;
}
/*　--------------------　telリンク - スマホ版のみ　--------------------　*/
@media screen and (min-width: 768px) {
a[href^="tel:"] {pointer-events: none;}
}
@media screen and (min-width: 480px) {
.tel_splink {pointer-events: none;}
}
/*　———　スマホ時改行なし　———　*/
@media screen and (max-width: 480px){
.sp-br-none br {display:none;}
}
/*　———　スマホ時改行あり　———　*/
@media only screen and (min-width: 769px){
.sp-br br {display:none;}
}
/*　--------------------　タブレット横時スクロール　--------------------　*/
@media screen and (max-width: 1024px) {
.tb-bg-scroll{background-attachment: scroll!important; }
}
/*　--------------------　その他　--------------------　*/
a {
text-decoration:none;
}
h1 , h2 , h3 {
margin: 0px 0px 0px 0px;
padding: 0px 0px;
margin-top: 0px;
font-weight: normal;
}
.hover-opacity:hover{
opacity: 0.8;
transition:0.6s;
}
.hover-opacity-img:hover {
opacity:0.7;
transition:0.6s;
}
.cuosor {
pointer-events: none ;
cursor: default ;
}
/*　box-shadow　*/
.boxshadow_20 {box-shadow: 4px 4px 6px 0 rgba(0,0,0,.20);}
.boxshadow_50 {box-shadow: 4px 4px 6px 0 rgba(0,0,0,.5);}
.boxshadow_90 {box-shadow: 4px 4px 6px 0 rgba(0,0,0,.9);}
/*　--------------------　トップボタン　--------------------　*/
/*　ボタンline-height　*/
.btn-detail .fs_btn_text {
line-height: 1.6;
}
/*　ピックアップボタン　*/
.btn_pickup .fs_btn_text_main {
letter-spacing: 0.2rem;
font-size:1.2rem;
}
.btn_pickup .fs_btn_text_sub {
font-size:0.8rem;
font-weight: bold;
}
.btn_pickup  .fs_btn {
background-color: rgba(45, 28, 11, 0.5);
}
.btn_pickup .fs_btn:hover{
background-color: rgba(33,33,33,0.05);
}
/*　ページトップボタン　*/
.pagetop_btm{
position: fixed;
z-index: 20;
bottom: 0;
right: 0;
}
.pagetop_btm .fs_btn{
line-height: 1.6;
}
.pagetop_btm_sp {

width:15%;
position: fixed;
z-index: 20;
bottom: 0;
right: 0;
}

.web_reserve_btn span{
writing-mode: vertical-rl;
text-orientation: upright;
margin-top:0.5rem;
letter-spacing:-0.2rem!important;
}


.web_reserve_btn{
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
position:fixed ;f
z-index: 20;
bottom: 50%;
right: 0;
}
.web_reserve_btn .fa-phone:before{
margin-bottom:0.5rem;
}
.web_reserve_btn_sp{
width:42.5%;
position:fixed ;
z-index: 20;
bottom:0;
left: 0;

}
.tel_reserve_btn{
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
position:fixed ;
z-index: 20;
bottom: 22%;
right: 0;
}
.tel_reserve_btn .fa-phone:before{
margin-bottom:0.5rem;
}
.tel_reserve_btn_sp{
left:42.5%!important;
width:42.5%;
position:fixed ;
z-index: 20;
bottom:0;
left: 0;

}
/*　--------------------　Google font　--------------------　*/
.googlefont {font-family: 'Roboto', 游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,sans-serif;}

/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}