html {
  background-color: #fff;
}
body {
    font: 14px/1.6 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    margin:0;
    color: #3f3f3f;
}

@media(min-width: 500px){
    a[href^="tel:"]{
      pointer-events: none;
    }
}

/* ==== header ==== */

.header_wrap {
  width: 100%;
  background-color: #fff;
}

.header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  color: #696969;
}

.header .logo {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.header .log_box .text{
    width: 100%;
    padding-left: 4px;
    font-size: 12px;
}

.color_box{
    display: inline-block;
    height: 20px;
    padding-left : 4px;
    padding-right : 4px;
    background: #00a997;
    color: #fff;
    border-radius: 4px;
}

.inner_images {
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_images > .image_box {
    max-width: 300px;
}
.inner_images > .image_box  > img{
    width: 100%;
}

@media screen and (min-width: 770px){
    .header .log_box .text{
        width: 100%;
        padding-left: 10px;
        font-size: 14px;
    }
}

.header .title_logo {
    width: 60px;
    height: auto;
}

@media screen and (min-width: 770px){

    .header .title_logo {
        width: 100px;
        height: auto;
    }
}

.header .title_logo img{
    width: 100%;
    flex: 0 0;
}

.header .title {
    width: 250px;
}

.header .title img{
    width: 100%;
}

.header .info_box  {
    display: table-cell;
    margin-right: 4px;
    padding: 4px;
    width: 340px;
}

.header .info_box .phone {
    vertical-align: middle;
    font-size: 18px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.header .info_box .phone img{
    width: 18px;
    vertical-align: middle;
}

@media screen and (min-width: 770px){
    .header .info_box .open_info {
        font-size: 24px;
        font-weight: bold;
    }
}

.header .info_box .open_info {
    font-size: 18px;
    font-weight: bold;
}

.header .info_box img {
    width: 100%;
}

.header .info_box  .info_text{
    font-size: 14px;
}

.header .info_box  table{
    font-size: 12px;
}

.header .info_box  table th{
    width: 100px;
}

@media screen and (min-width: 770px){
    .header .title_logo {
        height: 80px;
    }

    .header .title {
        width: 400px;
    }

    .header .log_box .text{
        width: 100%;
        padding-left: 10px;
    }
}

/* ===== gnavi ==== */

.gnavi {
  background-color: #fff;
  font-size: 1.0rem;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #696969;
}
.gnavi > .gnavi__inner {
  min-height: 60px;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.gnavi ul {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.gnavi li {
    min-height: 60px;
    flex: 1 0;
    position: relative;
    display: flex;
    display: -webkit-flex;
}
.gnavi li::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #00a997;
  position: absolute;
  right: -1px;
  top: calc((100% - 20px)/2);
}
.gnavi li:last-child::after {
  content: none;
}
.gnavi a {
    color: inherit;
    text-decoration: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex: 1 1;
    padding: 0 20px;
    position: relative;
    min-width: 100px;
}

.gnavi .dest {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    word-break: keep-all;
    position: absolute;
    top: 16px;

}
.gnavi a:hover .dest {
    color: #00a997;
    position: absolute;
}
.gnavi a:hover span {
    color: #00a997;
    position: absolute;
}
.gnavi a:hover span::after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    bottom: 0;
    background-color: #00a997;
    border-radius: 5px;
}
.gnavi span {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    word-break: keep-all;
    color: #00a997;
    font-size: 10px;
    position: absolute;
    top: 36px;
}

/* ===== top image ===== */

.top_image {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    margin-bottom: 20px; /* ボタンを入れる場合は 80に変更*/
}

@media screen and (min-width: 500px){
    .top_image {
        position: relative;
        max-width: 980px;
        margin: 0 auto;
        font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
        margin-bottom: 20px; /* ボタンを入れる場合は 80に変更*/
    }
}



.top_image img{
    width:100%;
    max-width: 980px;
    margin: 0 auto 0;
}

.top_image .buttons {
    width: 100%;
    position: absolute;
    display: flex;
    display: -webkit-flex;
    flex: auto;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
}

.top_image .buttons .item {
    font-weight: bold;
    color: #00a997;
    background:rgba(255, 255, 255, 0.75) ;
    border: solid 3px #00a997;
    border-radius: 10px;
    text-align: center;
    width: 120px;
    height: 80px;
    font-size: 12px;
    vertical-align: middle;
}

.top_image .buttons .item a {
    color: inherit;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.top_image .buttons .item .title {
    margin: auto 0;
}

.top_image .buttons .item .to_detail{
    font-size: 8px;
    width: 100%;
}

@media screen and (min-width: 400px){

    .top_image {
        position: relative;
        max-width: 980px;
        margin: 0 auto;
        font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }

    .top_image .buttons {
        width: 100%;
        position: absolute;
        display: flex;
        display: -webkit-flex;
        flex: auto;
        justify-content: center;
        max-width: 980px;
        bottom: 36px;
    }

    .top_image .buttons .item {
        font-weight: bold;
        color: #00a997;
        background:rgba(255, 255, 255, 0.75) ;
        border: solid 3px #00a997;
        border-radius: 10px;
        height: 80px;
        font-size: 14px;
        margin-left: 8px;
        min-width: 200px;
    }

    .top_image .buttons .item .to_detail{
        font-size: 10px;
    }

}

.top_image .buttons .item:hover {
    background:rgba(255, 255, 255) ;
}


/* ===== content ==== */

#content {
    padding: 0px 0px;
    font: #373737;



    background-color: #7fffd4;
    background: #7fffd4;
    background: -webkit-linear-gradient(top, #fff, #fffff0, #7fffd4);
    background: -moz-linear-gradient(top, #fff, #fffff0, #7fffd4);
    background: -o-linear-gradient(top, #fff, #fffff0, #7fffd4);
    background: -ms-linear-gradient(top, #fff, #fffff0, #7fffd4);
    background: linear-gradient(top,#fff,  #fffff0, #7fffd4);
}

#content > *{
    padding: 10px 0;
}

#content .introduction {
    margin: 36px auto 36px;
    color: #00a997;
    font-size: 18px;
    padding: 0 8px 0;
}

@media screen and (min-width: 1000px){
    #content .introduction {
        margin: 36px auto 36px;
        color: #00a997;
        font-size: 18px;
        padding: 0 40px 0;
    }
}

#content > .letter {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 5px insert;
    behavior: url(PIE.htc);
    box-shadow: 0 3px 6px -3px #000000;
}

#content > .letter > .strip_box  {
    margin:0;
    padding: 0px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

#content > .letter > .strip_box  p{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    line-height: 2.0em;
    padding: 0 4px;
}

@media screen and (min-width: 1000px){

    #content > *{
        padding: 10px 20px;
    }

    #content {
        padding: 10px 40px;
        font: #373737;



        background-color: #7fffd4;
        background: #7fffd4;
        background: -webkit-linear-gradient(top, #fff, #fffff0, #7fffd4);
        background: -moz-linear-gradient(top, #fff, #fffff0, #7fffd4);
        background: -o-linear-gradient(top, #fff, #fffff0, #7fffd4);
        background: -ms-linear-gradient(top, #fff, #fffff0, #7fffd4);
        background: linear-gradient(top, #fff, #fffff0, #7fffd4);
    }

    #content > *{
        padding: 10px 20px;
    }

    #content > .letter {
        max-width: 1200px;
        display: block;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 0 5px insert;
        behavior: url(PIE.htc);
        box-shadow: 0 3px 6px -3px #000000;
    }

    #content > .letter > .strip_box  {
        margin:0;
        padding: 10px 34px;
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
    }

    #main {
        padding: 10px 40px 40px 40px;
        position: relative;
    }
}


#content > .letter > #main > h2{
    font-size : 20px;
    margin: 40px auto 20px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

/*
#content > .letter > #main > h2::before{
    content:"●";
    font-weight: bold;
    color: #7fffd4;
    position:relative;
}
*/

#content > .letter > #main > h2::after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    z-index: 2;
    width: 34px;
    height: 2px;
    background: #00a997;
}

#main_title {
    height: 80px;
    background: #00a997;
    margin: 0 0 14px;
    padding: 18px 0 0;
    text-align: center;
    box-shadow: 0 0 5px insert;
    behavior: url(PIE.htc);
    box-shadow: 0 3px 6px -3px #000000;
}

#main_title h2{
    color: #fff;
    font-size: 28px;
}

#main_title #sub_title {
    color: #fff;
    font-size: 12px;
}

#main p {
    line-height: 2.0em;
    padding: 0 4px 0 4px;
    margin-bottom: 8px;
}


#main #topic p{
    border-bottom: 1px dotted #7fffd4;
    line-height: 1.6;
    padding-bottom: 6px;
    margin: 20px auto 20px;
}

#main #info p{
    line-height: 1.8;
    padding-bottom: 6px;
}

#main #info li{
    line-height: 2.4;
    padding-left: 20px;
    position: relative;
}
#main #info li:before{
    content: "";
    display: inline-block;
    width:12px;
    height:12px;
    border-radius: 12px;
    background: #696969;
}
#main #info li span{
    font-weight: bold;
    color: red;
}

.consul_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    max-width: 800px;
}

.consul_list .item{
    width: 130px;
    min-height: 40px;
    display: -webkit-flex;
    display: flex;

    background-color: #00a997;
    border-radius: 50px;
    color: #fff;
    padding: 4px 0 4px;
    margin: 4px 8px 16px;
}

.consul_list .item .content{
    display: flex;
    width: 100%;
    font-size: 14px;
}

.consul_list .item .content a{
    height: 100%;
    width: 100%;
    color: inherit;
    text-decoration: none;
    text-align: center;
    position: relative;
}

li > .sub_text {
    padding-left: 26px;
    line-height: 20px;
    font-size: 14px;
}

@media screen and (min-width: 340px){
    .consul_list .item{
        width: 160px;
        min-height: 40px;
        display: -webkit-flex;
        display: flex;

        background-color: #00a997;
        border-radius: 50px;
        color: #fff;
        padding: 4px 0 4px;
        margin: 4px 8px 16px;
    }

    .consul_list .item .content{
        margin: auto auto;
        text-align: center;
        font-size: 18px;
    }
}

#business_hours {
    max-width: 300px;
} 


/* ==== footer ==== */

#footer {
    color: #fffff0;
    background: #7fffd4;
    padding: 20px 0 40px;
}


#footerNavi {
    margin: 0 auto 20px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    max-width: 480px;
}

#footerNavi li{
    flex: 1 1;
    font-size: 14px;
}

#footerNavi li a{
    color: inherit;
    text-decoration: none;
}

#footerNavi li a:before {
    content: "→";
    line-height: 0.9rem;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    color: #7fffd4;
    font-weight: bold;
    background: #fff;
    text-shadow: 0px 0px 0px #fff;
}

#footer > .copyright {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}


.txt_green {
    color: #00ff7f;
}

.txt_red {
    color: red;
}

.txt_brown {
    color: #8b4513;
}

.schedule {
    max-width: 600px;
}

.schedule img{
    width: 100%;
}

.schedule table{
    width : 100%;
    max-width: 800px;
    margin: 0 auto 0;
    border-collapse: collapse;
    border:solid 2px #dcdcdc;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    border-radius: 5px;
}

.schedule th {
    background: #00a997;
    border:solid 2px #dcdcdc;
    color: #fff;
    height: 32px;
    line-height: 32px;
}

.schedule td {
    border:solid 2px #dcdcdc;
    text-align: center;
    vertical-align: center;
}

.map_container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.map_container .info {
    margin-left: 4px;
    padding: 4px;
}

.map_container > iframe {
    width:  300px;
    height: 300px;
    margin: 0 auto 0 ;
}

@media screen and (min-width: 500px){
    .map_container > iframe {
        width:  600px;
        height: 400px;
    }
}

#greeting  h5{
    font-size : 18px;
    margin-bottom: 8px;
}

#greeting {
    padding: 20px 0 0;
    line-height: 32px;
}

#greeting p {
    padding: 0 0 20px;
    line-height: 32px;
}

#greeting .main {
    margin-bottom: 60px;
}

#greeting img {
    width: 120px;
    float: left;
    margin-left: 4px;
    margin-right: 24px;
    border-radius: 25px;
}

#greeting  table {
    margin-bottom: 60px;
}
#greeting  th {
    min-width:  120px;
}

.job_time td {
    text-align: center;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
}

.job_time th {
    text-align: left;
}

img.job_time {
    width: 100%;
}

@media screen and (min-width: 770px){
    img.job_time {
        max-width: 452px;
    }
}

img.open_time2 {
    width: 100%;
    max-width: 354px;
}

@media screen and (min-width: 770px){
    img.open_time2 {
        width: 100%;
        max-width: 354px;
    }
}

@media screen and (min-width: 770px){
    #greeting {
        padding: 20px 80px 0;
    }
}

#external_link {
    padding: 20px 0 0;
    /* line-heightは個別の要素で調整するため、ここでは削除またはコメントアウトしても良いです */
    /* line-height: 32px; */
}

/* リンク全体をブロック要素にし、Flexboxで画像とテキストを配置 */
#external_link a {
    display: flex; /* Flexboxを有効にする */
    align-items: center; /* 垂直方向の中央揃え */
    text-decoration: none; /* デフォルトの下線をなくす */
    color: inherit; /* テキストの色を親要素から継承 */
    background-color: #ffffff; /* リンクブロックの背景色 */
    border-radius: 15px; /* リンクブロック全体の角丸 */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* 控えめな影で立体感を出す */
    padding: 15px; /* リンクブロック内の余白 */
    transition: all 0.3s ease; /* ホバー時の変化を滑らかにする */
    overflow: hidden; /* 内部のコンテンツがはみ出さないようにする */

    /* スマートフォンでの表示調整 */
    flex-direction: column; /* スマートフォンでは縦並びにする */
    text-align: center; /* テキストを中央揃え */
}

/* ホバー時のスタイル */
#external_link a:hover {
    background-color: #f8f8f8; /* ホバー時の背景色を少し明るく */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); /* ホバー時の影を強調 */
    transform: translateY(-3px); /* わずかに上に浮き上がるような効果 */
}

#external_link img {
    width: 300px;
    /* float: left; はFlexboxを使用するため不要になります */
    /* margin-left: 4px; はFlexboxのpaddingで調整可能 */
    margin-right: 24px; /* テキストとの間に余白を確保 */
    border-radius: 25px;
    flex-shrink: 0; /* 画像が縮まないようにする */

    /* スマートフォンでの表示調整 */
    margin-left: 0; /* スマートフォンでは中央に */
    margin-bottom: 15px; /* 画像とテキストの間に余白 */
    margin-right: 0; /* スマートフォンでは不要 */
}

/* descriptionクラスのCSS */
#external_link .description {
    flex-grow: 1; /* 残りのスペースを埋めるようにテキストを広げる */
    font-size: 14px; /* 読みやすいフォントサイズ */
    color: #333; /* 濃いグレーで視認性を確保 */
    line-height: 1.6; /* 行の高さを調整し、読みやすくする */
    text-align: left; /* デフォルトのテキスト配置 */

    /* スマートフォンでの表示調整 */
    text-align: center; /* スマートフォンでは中央揃え */
}

/* レスポンシブ対応: 画面幅が広い場合 */
@media (min-width: 768px) {
    #external_link a {
        flex-direction: row; /* デスクトップでは横並びに戻す */
        text-align: left; /* テキストを左揃え */
    }
    #external_link img {
        margin-left: 4px; /* デスクトップでの左マージン */
        margin-right: 24px; /* デスクトップでの右マージン */
        margin-bottom: 0; /* デスクトップでは下マージン不要 */
    }
    #external_link .description {
        text-align: left; /* デスクトップでは左揃え */
    }
}

/* === gnavi_footer === */

.gnavi_footer {
    margin-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.gnavi_footer .info{
    margin-top: 8px;
    padding-left: 8px;
    color: #696969;
}

.gnavi_footer .title_logo {
    height: 60px;
}

.gnavi_footer .title_logo img{
    height: 100%;
    flex: 0 0;
}

.gnavi_footer .footer_box {
    display: felx;
    display: -webkit-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.gnavi_footer .logo {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
}

.gnavi_footer .logo .title_logo {
    width: 30px;
    height: auto;
}

.gnavi_footer .logo .title_logo img{
    width: 100%;
}

.gnavi_footer .logo .title {
    width: 240px;
}

.gnavi_footer .logo .title img{
    width: 100%;
}

@media screen and (min-width: 500px){
    .gnavi_footer .logo .title_logo {
        width: 60px;
        height: auto;
    }

    .gnavi_footer .logo .title {
        width: 340px;
    }
}

.gnavi_footer .address {
    color: #696969;
    margin: 4px 0 4px 16px;
}

@media screen and (min-width: 500px){
    .gnavi_footer .address {
        color: #696969;
        margin: 4px 0 4px 16px;
        text-align: center;
    }
}

.gnavi_footer > .gnavi__inner {
    min-height: 40px;
    margin-bottom: 12px;
}

.gnavi_footer .gnavi__inner ul{
    padding-left: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 0;
}

.gnavi_footer .gnavi__inner ul li{
    min-width: 126px;
    margin-right: 8px;
    line-height: 40px;
}
.gnavi_footer .gnavi__inner ul li a{
    color: inherit;
    text-decoration: none;
    position: relative;
    color: #696969;
}

.gnavi_footer .gnavi__inner ul li a::before{
    content: "▼";
    transform: rotate(30deg);
    position: absolute;
    left: -18px;
    font-size: 10px;
    line-height: 40px;
    color: #00a997;
}

.gnavi_footer .gnavi__inner ul li a:hover{
    color: #00a997;
}

@media screen and (min-width: 1000px){
    .gnavi_footer .gnavi__inner ul{
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto 0;
        max-width: 980px;
    }
}

.dot_border {
    border-top: 1px dotted #00a997;
    margin: 12px auto 12px;
}

h4 {
    margin: 15px 0 15px;
    padding: 7px 0 7px 16px;
    border-left: 4px solid #00a997;
    font-size: 128%;
    line-height: 1.3;
}


.boldBox {
    width: 320px;
    padding: 0.5em 0;
    margin: 10px auto 10px;
    background: #FFA07A;
    border-bottom: solid 6px #8B0000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}

@media screen and (min-width: 350px){
    .boldBox {
        width: 350px;
        padding: 0.5em 1em;
        margin: 10px auto 10px;
        background: #FFA07A;
        border-bottom: solid 6px #8B0000;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
        border-radius: 9px;
    }
}

.boldBox a {
    color: inherit;
    text-decoration: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex: 1 1;
    position: relative;
    min-width: 100px;
}

.boldBox p {
    margin: 0; 
    padding: 0;
    color: #000;
    text-align: center;
}

.picture_explain{
    width: 100%;
    margin-top: 8px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
}

/* === properties === */

.p_text_red {
    color: red;
}

.p_text_black {
    color: black;
}

.p_text_blue {
    color: blue;
}

.p_text_emerald {
    color: #00a997;
}

.p_text_bold {
    font-weight: bold;
}

.p_text_size22 {
    font-size: 22px;
}

.p_text_size18 {
    font-size: 18px;
}

.p_text_size16 {
    font-size: 16px;
}

.p_text_size14 {
    font-size: 14px;
}

.p_text_size10 {
    font-size: 10px;
}

.p_text_center {
    text-align: center;
}

.spacer_20 {
    width: 100%;
    height: 1px;
    margin: 20px auto 0;
}

.spacer {
    width: 100%;
    height: 40px;
    margin: 20px auto 0;
}

.spacer_100 {
    width: 100%;
    height: 80px;
    margin: 20px auto 0;

}

.spacer_140 {
    width: 100%;
    height: 80px;
    margin: 20px auto 0;

}