@charset "UTF-8";
body {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-style: normal;
}

.disableTel a:[href^=“tel:”]{
    color:#FFFF00;
    text_decoration:none;
    pointer-events:none;
}
.header-title {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.header-title2   {
    display: flex;  /* 子要素（画像）を垂直方向の中央に配置する */
    justify-content: center; /* 子要素（画像）を水平方向の中央にも配置したい場合 */
    margin-top: 50px;
    margin-bottom: 20px;
    max-height: 60px;
    text-align: center;
    max-width: 800px;
    width: 80%;
}

.header-nav {
    margin-bottom: 0px;
    padding-right: 0px;
    font-size: 14px;
    color: #5F5F5F;
}
.contents.first .img-fluid {
    max-width: 1280px;
    min-width: 0px;
}
header .container .row  {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    display: flex;
    align-items: center;
}
.header-nav li {
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
}
.header-nav li a:hover {
    background-color: #FFFF00;
    text-decoration: none;
    border-radius: 2px;
    color: #5F5F5F;
}
.header-nav li a {
    text-decoration: none;
     color: #5F5F5F;
}

.contents.first {
    display: flex;        /* Flexboxを有効にする */
    justify-content: center; /* 子要素（画像）を水平方向の中央にも配置したい場合 */
    background-color: #ff6600;
}
.contents.second {
    display: flex;
    justify-content: center;
    background-color: #009900;
}
.contents.third {
    display: flex;
    justify-content: center;
}
.row.contents2 {
    color: #008200;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}
.img-fluid.contents2 {
    margin-bottom: 5px;
    margin-top: 10px;
}
.img-fluid.contents3 {
    margin-bottom: 5px;
    margin-top: 30px;
}
.card2 {
    /* [disabled]position: relative; */
    display: flex;
    flex-direction: column;
    /* [disabled]min-width: 0; */
    /* [disabled]word-wrap: break-word; */
    background-color: #fff;
    border: 1px solid rgba(0,0,0,1.00);
    border-radius: 0.25rem;
    background-clip: border-box;
    font-size: 14px;
    color: #000000;
    justify-content: center;
    line-height: 28px;
    margin-top: 40px;
}
.card-header2 {
    padding-top: 0.75rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 0.75rem;
    margin-bottom: 10px;
    background-color: rgba(0,130,0,0.10);
    /* [disabled]border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
    text-align: center;
    font-weight: bold;
}
.card-group-item {
    /* [disabled]position: relative; */
    padding-top: 0.75rem;
    /* [disabled]padding-right: 1.25rem; */
    padding-left: 1.25rem;
    padding-bottom: 0.75rem;
    display: flex;
    /* [disabled]flex-direction: column; */
}
.glaf1   {
    /* [disabled]left: 10px; */
    text-align: right;
}
.head1 {
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 28px;
    margin-top: 20px;
}
.head2 {
    text-align: center;
    margin-bottom: 20px;
    color: #009900;
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 34px;
    margin-top: 20px;
    font-weight: bold;
}
.head22 {
    text-align: center;
    margin-bottom: 5px;
    color: #009900;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 20px;
    /* [disabled]margin-top: 5px; */
    font-weight: bold;
}
.head3 {
    text-align: center;
    /* [disabled]margin-bottom: 20px; */
    color: #000000;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 20px;
    /* [disabled]margin-top: 20px; */
    font-weight: normal;
    /* [disabled]max-width: 70%; */
}
.head32 {
    text-align: left;
    /* [disabled]margin-bottom: 20px; */
    color: #000000;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 20px;
    /* [disabled]margin-top: 20px; */
    font-weight: normal;
    /* [disabled]max-width: 70%; */
    margin-left: 20px;
    margin-right: 20px;
}
.head4 {
    text-align: center;
    /* [disabled]margin-bottom: 20px; */
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 34px;
    margin-top: 20px;
    font-weight: bold;
}
.head5 {
    text-align: center;
    margin-bottom: 20px;
    color: #FFFF00;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 27px;
    /* [disabled]margin-top: 20px; */
    font-weight: normal;
}
.head6 {
    /* [disabled]margin-bottom: 20px; */
    color: #FFFF00;
    font-size: 24px;
    /* [disabled]letter-spacing: 0.2px; */
    line-height: 34px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.head6 a {
    color: #FFFF00;
    font-size: 24px;
    /* [disabled]letter-spacing: 0.2px; */
    line-height: 34px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.head62 a {
    color: #FFFF00;
    font-size: 24px;
    /* [disabled]letter-spacing: 0.2px; */
    line-height: 34px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.head62 {
    /* [disabled]margin-bottom: 20px; */
    color: #FFFF00;
    font-size: 24px;
    /* [disabled]letter-spacing: 0.2px; */
    line-height: 34px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.head7 {
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 16px;
    /* [disabled]letter-spacing: 0.2px; */
    line-height: 28px;
    /* [disabled]margin-top: 20px; */
}
.head8 {
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-weight: normal;
    /* [disabled]max-width: 70%; */
    /* [disabled]margin-left: 100px; */
}
.c_head4 {
    text-align: left;
    /* [disabled]margin-bottom: 20px; */
    color: #000000;
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 34px;
    margin-top: 30px;
}
.c_head42 {
    text-align: left;
    /* [disabled]margin-bottom: 20px; */
    color: #008200;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 34px;
    margin-top: 5px;
}
.c_head7 {
    text-align: left;
    /* [disabled]margin-bottom: 20px; */
    color: #000000;
    font-size: 16px;
    /* [disabled]letter-spacing: 0.2px; */
    line-height: 28px;
    margin-top: 5px;
}
.copyright1 {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 24px;
    margin-top: 20px;
    font-weight: normal;
}
/* PCファーストのアプローチ (デフォルトでPCのスタイルを適用) */

/* PCではスマホ用の改行タグを非表示にする */
.sp-br1, .sp-br2 {
  display: none;
}

/* 広い画面（例: 幅768px以上）でのPC用改行タグの表示設定（デフォルトで表示） */
.pc-br {
  display: block; /* または inline-block など、目的に応じて */
}
.coution {
    color: #E66400;
}


/* スマホ表示時 (例: 画面幅が767px以下の場合) */
@media (max-width: 767px) {
  
  /* スマホではスマホ用の改行タグを表示する */
  .sp-br1, .sp-br2 {
    display: block;
  }
}
.center1 {
    display: flex;        /* Flexboxを有効にする */
    /* [disabled]justify-content: center; */
    margin-left: 10px;
}
.footer_liine {
    border-left: 100% solid #008200;
    border-right: 100% solid #008200;
    border-bottom: 100% solid #008200;
    border-top: 1px solid #008200;
}
.head {
}

@media (min-width:240px) and (max-width:767px){
.head62 {
    /* [disabled]margin-bottom: 20px; */
    color: #FFFF00;
    font-size: 16px;
    /* [disabled]letter-spacing: 0.2px; */
    line-height: 34px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
	.head62 a {
    color: #FFFF00;
    font-size: 16px;
    /* [disabled]letter-spacing: 0.2px; */
    line-height: 34px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
}
.ph1 {
    background-image: url(../images/ons_ph7.png);
    background-repeat: no-repeat;
    background-position: 0 0%;
    background-size: 100% auto;
}
