@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
    margin: 0px;
    padding: 0px;
    color: #404040;
    /*全体の文字色*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Roboto, sans-serif;
    /*フォント種類*/
    font-size: 15px;
    /*文字サイズ*/
    line-height: 2;
    /*行間*/
    background: #fff;
    /*背景色*/
    -webkit-text-size-adjust: none;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

ol {
    padding-left: 40px;
    padding-bottom: 15px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
}

iframe {
    width: 100%;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
    color: #404040;
    /*リンクテキストの色*/
    -webkit-transition: 0.5s;
    /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
    transition: 0.5s;
    /*同上*/
    text-decoration: none;
}

a:hover {
    color: #1C273D;
    /*マウスオン時の文字色*/
    text-decoration: none;
    /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
    max-width: 1000px;
    /*サイトの最大幅*/
    margin: 0 auto;
    padding: 0 2%;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
    border-top: 4px solid #F5F5F5;
    /*上の線の幅、線種、色*/
    background-color:rgba(84,119,35,0.6); /*#F5F5F5;*/
    padding: 20px 0;
}

header .inner {
    height: 100px;
    /*高さ*/
}

/*ロゴ画像*/
header #logo {
    width: 550px;
    /*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}
header .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
    width: 350px;
    border-radius: 6px;
    padding: 5px;
    border: 2px solid #404040;
    text-align: center;
    /* background-color: #F5F5F5; */
    color: #404040;
}

/*TEL*/
.tel {
    letter-spacing: 0.2em;
    /*文字間隔を広くする設定。通常がいいならこの行削除。*/
    font-size: 20px;
    /*文字サイズを大きく*/
}

/*TELの受付時間の小文字部分*/
.tel span {
    font-size: 11px;
    /*文字サイズを小さく*/
    display: block;
    letter-spacing: 0.1em;
    /*文字間隔*/
}

.tel a {
    color: #404040;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #F5F5F5;
    /*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
}

#menubar ul {
    display: flex;
    justify-content: space-between;
}

/*メニュー１個あたりの設定*/
#menubar li {
    width: 20%;
    /*メニュー幅（100÷6個=16.6%）　もし４個にするなら100÷4=25%になる。*/
}

#menubar li a {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    /*メニューの高さ*/
    padding-top: 4px;
    /*下のブロックの「border-bottom」と「bottom」の数字と合わせる。*/
}

/*下線のアニメーション設定*/
#menubar li::after {
    transition: 0.3s;
    /*0.3秒かけてアニメーションを実行する。*/
    content: "";
    display: block;
    border-bottom: 4px solid #84bb38;
    /*下線の幅、線種、色。上のブロックの「padding-top」と、下の行の「bottom」の数字と合わせる。*/
    position: relative;
    left: 0px;
    bottom: -4px;
    /*bottomの数字は上のブロックの「padding-top」と、上の行の「border-bottom」の数字と合わせる。※マイナス記号は残したまま。*/
}

#menubar li:hover::after,
#menubar li.current::after {
    bottom: 0px;
}

/*スマホ用メニューを表示させない*/
#menubar-s {
    display: none;
}

/*３本バーアイコンを表示させない*/
#menubar_hdr {
    display: none;
}

/*トップページメイン画像
---------------------------------------------------------------------------*/
#mainimg {

    height: 500px;
    /*    background-image: url(../images/main.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}

#mainimg .slick-slide a {
    width: 100%;
    height: 100%;
}

#mainimg .slick-slide img {
    width: 100%;
    height: 100%;
}

#mainimg .slick-dotted.slick-slider {
    height: 100%;
}

#mainimg .slick-list {
    height: 100%;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
    clear: both;
    overflow: hidden;
    /*上下、左右に空けるボックス内の余白*/
    position: relative;
}

/*コンテンツのh2タグの設定*/
.contents h2 {
    clear: both;
    font-size: 24px;
    /*文字サイズ*/
    line-height: 1.4;
    /*行間*/
    margin-bottom: 30px;
    padding: 2px 10px;
    /*上下、左右への余白*/
    /*メニュー下の線の幅、線種、色*/
    border-left: 8px double #628b29;
    color: #628b29;
    font-weight: bold;
}

/*コンテンツのh2タグ内のspanタグ設定（色付き文字部分）*/
.contents h2 span {
    color: #628b29;
    /*文字色*/
    font-size: 12px;
    /*文字サイズ*/
    letter-spacing: 0.1em;
    /*文字間隔を少し広げる設定*/
    padding-left: 10px;
}

/*コンテンツのh3タグの設定*/
.contents h3 {
    clear: both;
    margin-bottom: 20px;
    padding: 5px 20px;
    /*上下、左右への余白*/
    border: 1px solid #dcdcdc;
    /*線の幅、線種、色*/
    background: #f8f8f8;
    /*背景色*/
}

/*コンテンツの段落タグ設定*/
.contents p {
    padding: 0px 20px 15px;
    /*上、左右、下への余白*/
}

.contents h2 + p,
.contents h3 + p {
    margin-top: -10px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
.main {
    overflow: hidden;
    float: right;
    /*右に回り込み*/
    width: 72%;
    /*幅*/
}

/*Serviceページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
    position: relative;
    overflow: hidden;
    float: left;
    /*左に回り込み*/
    width: 46%;
    /*ボックス幅*/
    padding: 1%;
    /*ボックス内の余白*/
    border: 1px solid #dcdcdc;
    /*枠線の幅、線種、色*/
    margin: 0 0.8% 20px;
    /*上、左右、下へのボックスの外に空けるスペース*/
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    /*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
    -webkit-transition: 0.3s;
    /*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
    transition: 0.3s;
    /*同上*/
}

.list a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding: 20px 30px;
    /*ボックス内の余白*/
    margin: -1%;
    cursor: none;
}

.list a .flex {
    display: flex;
    justify-content: space-between;
}

/*マウスオン時の背景色*/
.list:hover {
    box-shadow: none !important;
    /*ボックスの影をなくす設定*/
}


/*ボックス内右側のテキストパーツ*/
.list .text {
    font-size: 13px;
    /*文字サイズ*/
    line-height: 1.5;
    /*行間*/
    height: 7.5em;
    /*高さ*/
    overflow: hidden;
    /*高さを超えると非表示になる*/
}

/*ボックス内右側のテキストパーツ（商品ボックス１カラム時）*/
.list.c1 .text {
    width: 75%;
    height: auto;
    overflow: auto;
}

/*ボックス内のh4タグ設定*/
.list h4 {
    font-size: 22px;
    font-weight: bold;
    padding: 0px;
    color: #547723;
    /*文字色*/
}

/*ボックス内のp(段落)タグ設定*/
.list p {
    padding: 0px !important;
    line-height: 2.5;
}

/*ボックス内の画像*/
.list .img {
    width: 100px;
    /*幅*/
    height: 100px;
    /*高さ*/
    margin-right: 10px;
}

/*各ボックスの設定（商品ボックス１カラム時）*/
.list.c1 {
    float: none;
    width: auto;
    margin: 0 0 20px;
    background-color: #F5F5F5;
}

/*ボックス内のh4タグ（商品ボックス１カラム時）*/
.list.c1 h4 {
    margin-bottom: 10px;
}

/*ボックス内の画像（商品ボックス１カラム時）*/
.list.c1 .img {
    width: 20%;
    /*幅*/
    height: 20%;
    /*高さ*/
}

/*mainブロック内のボックス設定*/
.main .list {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    /*ボックスの影*/
}

#Service1 .list,
#Service2 .list {
    box-shadow: none;
}

#Service1 .list.c1,
#Service2 .list.c1 {
    padding: 20px 30px;
}

#Service1 .list.c1 .text,
#Service2 .list.c1 .text {
    width: 100%;
    font-size: 16px;
}
#Service2 {
    background-color: #EFEEEA;
}

#Service2 h2{
    color: #595959;
    border-left: 8px double #595959;
}
#Service2 h2 span{
    color: #595959;
}



/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
    float: left;
    /*左に回り込み*/
    width: 24%;
    /*幅*/
}

/*subコンテンツ内のh2タグ設定*/
.sub h2 {
    margin-bottom: 0;
    box-shadow: none;
    font-size: 16px;
    /*文字サイズ*/
    text-align: center;
    /*内容をセンタリング*/
    padding: 15px;
    /*ボックス内の余白*/
    border: 1px solid #dcdcdc;
    /*メニューの線の幅、線種、色*/
}

/*subコンテンツ内の段落タグ設定*/
.sub p {
    margin: 0 !important;
    padding: 10px !important;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
    margin-bottom: 15px;
    /*メニューブロックの下に空けるスペース*/
    border-top: solid 1px #dcdcdc;
    /*上の線の線種、幅、色*/
}

/*メニュー１個ごとの設定*/
.sub ul.submenu li a {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    /*メニュー内の余白。上下、左右への設定。*/
    border-bottom: solid 1px #dcdcdc;
    /*下の線の線種、幅、色*/
    border-left: solid 1px #dcdcdc;
    /*左の線の線種、幅、色*/
    border-right: solid 1px #dcdcdc;
    /*右の線の線種、幅、色*/
}

/*マウスオン時の背景色*/
.sub ul.submenu li a:hover {
    background: #0057ff;
    /*背景色*/
    color: #fff;
    /*文字色*/
}

/*h2直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/
.sub h2 + ul.submenu {
    border-top: none;
}

/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
    overflow: hidden;
    padding: 10px;
    /*ボックス内の余白*/
    margin-bottom: 20px;
    /*ボックスの下に空けるスペース*/
    border: solid 1px #dcdcdc;
    /*線の線種、幅、色*/
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) inset;
    /*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.1は透明度10%の事。insetは内側への影、という意味。*/
}

/*h2直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
.sub h2 + .box1 {
    border-top: none;
}

/*box1内のサブメニュー*/
.sub ul.submenu {
    margin-bottom: 0;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
    clear: both;
    background-color:rgba(84,119,35,0.6);
    /*背景色*//*
    color: #F5F5F5;
    /*文字色*/
    font-size: 85%;
    /*文字サイズ*/
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer .pr {
    display: block;
    font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
    overflow: hidden;
    padding: 10px 0;
}

/*１行分の設定*/
#footermenu ul {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    font-size: 12px;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
    clear: both;
    text-align: center;
    background-color: #595959;
    font-size: 10px;
    color: #fff;
    /*背景色*/
}

#copyright a {
    text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
    padding-left: 20px;
    margin-bottom: 15px;
    height: fit-content;
    /*高さ*/
    overflow: auto;
    /*上で設定した高さを超えた場合にスクロールを出す設定。全部表示させていたいなら、この行と上の高さの行を削除する。*/
    color: #595959;
}

/*日付設定*/
#new dt {
    float: left;
    width: 9em;
    color: #595959;
    letter-spacing: 0.1em;
}

/*記事設定*/
#new dd {
    padding-left: 9em;
    border-bottom: 1px solid #eee;
    /*下線の幅、線種、色*/
    margin-bottom: 10px;
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
    padding: 0px 20px;
    /*上下、左右への余白*/
}

/*質問の設定*/
.faq dt {
    color: #0057ff;
    /*文字色*/
    padding-top: 15px;
}

.faq dt a {
    color: #0057ff;
}

/*回答の設定*/
.faq dd {
    border-bottom: 1px solid #dcdcdc;
    /*下線の幅、線種、色*/
    overflow: hidden;
    padding-bottom: 15px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 650px;
    table-layout: fixed;
    color: #000;
}
.ta1 tr {
    background-color: #fff;
    padding: .35em;
    border-bottom: 1px solid #bbb;
}
.ta1 thead{
    border-bottom: 5px solid #628b29;
}
.ta1 tr:last-child{
   border-bottom: none
}
.ta1 th,
.ta1 td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
.ta1 th:last-child,
.ta1 td:last-child{
    border: none;
}
.ta1 tbody th {
    color: #628b29;
}

/*submitボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
    padding: 10px 30px;
    /*ボタン内の余白*/
    margin-bottom: 20px;
    border: none;
    border-radius: 30px;
    /*角丸のサイズ*/
    background: linear-gradient(#fff, #eee);
    /*グラデーション*/
    font-size: 16px;
    /*文字サイズ*/
    border: 1px solid #ccc;
}

/*マウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background: #fff;
    /*背景色*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
    position: absolute;
    bottom: 0;
    right: 15%;
}

#pagetop a {
    color: #fff;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    background: rgba(84,119,35,0.6);
    /*背景色*/
    text-decoration: none;
    text-align: center;
    display: block;
    float: right;
    width: 60px;
    /*幅*/
    line-height: 60px;
    /*高さ*/
    border-radius: 10px;
    /*角丸のサイズ*/
    border: 3px solid #fff;
    /*枠線の幅、線種、色*/
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    /*ボックスの影*/
}

/*マウスオン時*/
#pagetop a:hover {
    background: #fff;
    /*背景色*/
    color: #0057ff;
    /*文字色*/
}

/*一覧ページのボックス右下のオプションマーク
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
    font-size: 10px;
    color: #FFF;
    background: #F00;
    text-align: center;
    display: block;
    width: 120px;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(-45deg) translate(-35px);
    transform: rotate(-45deg) translate(-35px);
}

h2 span.option1 {
    width: auto;
    padding: 0px 5px;
    position: static;
    -webkit-transform: none;
    transform: none;
    display: inline-block;
}

.option2 {
    font-size: 10px;
    color: #FFF;
    background: #069;
    text-align: center;
    display: block;
    width: 120px;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(-45deg) translate(-35px);
    transform: rotate(-45deg) translate(-35px);
}

h2 span.option2 {
    width: auto;
    padding: 0px 5px;
    position: static;
    -webkit-transform: none;
    transform: none;
    display: inline-block;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
    background: #F00;
    /*背景色*/
    color: #FFF;
    /*文字色*/
    font-size: 70%;
    line-height: 1.5;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0px 5px;
    vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {
    background: #e5e5e5;
    padding: 5px 10px;
    border-radius: 4px;
}

.mb15,
.mb1em {
    margin-bottom: 15px;
}

.clear {
    clear: both;
}

ul.disc {
    padding: 0em 25px 15px;
    list-style: disc;
}

.color1,
.color1 a {
    color: #0057ff;
}

.bg1 {
    background: #f6f5f2;
}

.pr {
    font-size: 10px;
}

.wl {
    width: 96%;
}

.ws {
    width: 50%;
}

.c {
    text-align: center;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

img.fr {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

img.fl {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.big1 {
    font-size: 24px;
    letter-spacing: 0.2em;
}

.mini1 {
    font-size: 11px;
    display: inline-block;
    line-height: 1.5;
}

.sh {
    display: none;
}

/*追記
---------------------------------------------------------------------------*/

section {
    padding: 80px 0;
    background-color: #EFEEEA;
}

section:nth-child(2n) {
    background-color: rgba(84,119,35,0.6);
}

section:nth-child(2n) h2 {
    /* border-left: 8px double #595959; */
    border-left: 8px double #ffffff;
    /* color: #595959; */
    color: #ffffff;
}

section:nth-child(2n) h2 span {
    color: #595959;
}

/*
section:nth-child(2n) {
    background-color: #1C273D;
}

/*ご挨拶*/
#greeting p {
    line-height: 2.5;
}

#greeting .right {
    text-align: right;
    font-weight: bold;
}

/*ご挨拶*/

/*フッター*/
footer {
    padding-top: 70px;
    font-size: 18px;
}

footer h2 {
    font-size: 24px;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
}

footer .f-logo {
    margin-bottom: 30px;
    width: 100%;
}

footer .tel {
    font-size: 24px;
}

footer .info {
    box-sizing: border-box;
    width: 38%;
}

footer .access {
    box-sizing: border-box;
    width: 58%;
}

footer .map {
    height: 100%;
}

footer .access iframe {
    width: 100%;
    height: 100%;
}

footer .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

/*フッター*/

/*追記
---------------------------------------------------------------------------*/
#new dl {
    color: #fff;
}
#new dt {
    color: #fff;
}

.form {
    border: 1px solid #ccc;
    padding: 10px 15px;
    word-break: break-all;
    background-color: #F5F5F5;
    text-align: center;
}
.form-item {
    border-bottom: solid 1px var(--sub-color2);
    margin: 20px 0;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-item p {
    font-size: 18px;
    font-weight: bold;
    font-family: var(--font-type);
    text-align: left;
    margin-bottom: 10px;
    width: 30%;
    padding: 0 0 0 20px;
}
.form-subtext {
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: 100%;
}
.form-item input {
    height: 30px;
    width: 60%;
    margin: 10px 0;
    padding: 5px 10px;
}
.form-item ::placeholder {
    font-size: 16px;
}
.formRequired {
    display: inline-block;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 10px;
    position: relative;
    top: -2px;
    color: #d65858;;
}
.form-item textarea {
    line-height: 1.5;
    height: 100px;
    margin: 10px 0;
    width: 60%;
}
.send-btn input {
    padding: 10px 20%;
    background-color: var(--main-color);
    font-size: 18px;
    border-radius: 20px;
    border: none;
    color: var(--back-color);
    box-shadow: var(--all-shadow);
    transition: var(--all-moving);
    cursor: pointer;
}

.add {
    margin: 30px auto;
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {

    /*inner共通
---------------------------------------------------------------------------*/
    .inner {
        width: auto;
    }

    /*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
    /*ヘッダーブロック*/
    header {
        border-bottom: 1px solid #dcdcdc;
        /*上の線の幅、線種、色*/
    }

    /*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
    /*ブロック全体を非表示にする*/
    #contact {
        display: none;
    }

    /*メインメニュー
---------------------------------------------------------------------------*/
    /*スマホ用メニューを非表示から表示に切り替える*/
    #menubar-s {
        display: flex;
    }
    #menubar-s ul {
        width: 100%;
    }
    /*メニュー１個あたりの設定*/
    #menubar-s li {
        float: left;
        /*左に回り込み*/
        width: 50%;
        /*メニュー幅*/
    }

    #menubar-s li a {
        display: block;
        text-decoration: none;
        text-align: center;
        /*文字をセンタリング*/
        padding: 15px 0;
        /*上下、左右へのメニュー内の余白*/
        border-bottom: 1px solid #dcdcdc;
        /*下線の幅、線種、色*/
        border-right: 1px solid #dcdcdc;
        /*右線の幅、線種、色*/
    }

    /*偶数番目のメニューの右側の線を消す*/
    #menubar-s li:nth-child(even) a {
        border-right: none;
    }

    /*PC用メニューを非表示にする*/
    #menubar {
        display: none;
    }

    /*３本バーアイコン設定
---------------------------------------------------------------------------*/
    /*３本バーブロック*/
    #menubar_hdr {
        display: block;
        position: absolute;
        top: 28px;
        /*上から28pxの場所に配置*/
        right: 2%;
        /*右から2%の場所に配置*/
        width: 30px;
        /*幅*/
        border: 1px solid #000;
        /*枠線の幅、線種、色*/
        padding: 12px 10px 5px;
        /*上、左右、下へのボックス内余白*/
        background: #fff;
        /*背景色*/
    }

    /*３本のバー（1本あたり）*/
    #menubar_hdr span {
        display: block;
        border-top: 3px solid #000;
        /*枠線の幅、線種、色*/
        margin-bottom: 7px;
        /*バー同士の余白*/
    }

    /*main,subコンテンツ
---------------------------------------------------------------------------*/
    .main,
    .sub {
        float: none;
        width: auto;
    }

    /*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
    /*メニュー１個ごとの設定*/
    .sub ul.submenu li {
        width: 50%;
        /*半分の幅にする*/
        float: left;
        /*左に回り込み*/
    }

    /*偶数番目のメニューの左のラインを消す設定*/
    .sub ul.submenu li:nth-child(even) a {
        border-left: none;
    }

    /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
    /*アイコン*/
    section#new h2::before {
        float: right;
        /*右に回り込み*/
        margin-top: 4px;
        font-size: 18px;
        /*文字サイズ*/
        background: none;
        /*背景色*/
        border-radius: 50%;
        /*角丸のサイズ*/
        width: 30px;
        /*幅*/
        line-height: 30px;
        /*高さ*/
        text-align: center;
        /*文字をセンタリング*/
        border: 3px solid #F5F5F5;
        /*枠線の幅、線種、色*/
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1) inset;
        /*内側への影*/
    }

    /*プラスアイコンの文字*/
    section#new h2.close::before {
        content: "＋";
    }

    /*マイナスアイコンの文字*/
    section#new h2.open::before {
        content: "−";
    }

    /*その他
---------------------------------------------------------------------------*/
    body.s-n .sub,
    body.s-n #footermenu,
    .m-n {
        display: none;
    }

    .fl-half {
        float: left;
        width: 45%;
        margin-left: 3%;
    }

    .sh {
        display: block;
    }

    .pc {
        display: none;
    }

    .form-item p {
        flex: 1;
        font-size: 16px;
        padding: 0;
    }
    .form-item input {
        width: 50%;
        height: 20px;
    }
    .form-item select {
        width: 50%;
        height: 30px;
    }
    .form-subtext {
        width: 100%;
        font-size: 14px;
    }
    .form-item textarea {
        width: 100%;
        font-size: 18px;
    }


    .ta1 {
        border: 0;
        width:100%
    }

}



/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px) {

    /*Serviceページの各ブロック
---------------------------------------------------------------------------*/
    /*各ボックスの設定*/
    .list {
        float: none;
        /*回り込みのリセット*/
        width: auto;
        /*ボックス幅*/
        margin: 0 0 20px;
        /*上、左右、下へのボックスの外に空けるスペース*/
    }

    /*ボックス内の画像*/
    .list .img {
        width: 20%;
        /*幅*/
        height: auto;
    }

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {

    /*全体の設定
---------------------------------------------------------------------------*/
    body {
        font-size: 12px;
        /*文字サイズ*/
        line-height: 1.5;
        /*行間*/
    }

    /*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
    /*ロゴ画像*/
    header #logo {
        width: 400px;
        /*ロゴ画像の幅*/
        margin-top: 35px;
        /*ロゴの上にあける余白*/
    }
    /*メイン画像
    ---------------------------------------------------------------------------*/
    #mainimg {
        height: auto;
    }
    section{
        padding: 30px 0;
    }
    #new dl {
        padding: 10px;
    }

    #pagetop {
        bottom:0;
        right: 0;
    }
    #pagetop a {
        width: 40px;
        line-height: 40px;
    }
    /*コンテンツ
---------------------------------------------------------------------------*/
    .contents {
        padding: 0;
        /*上下、左右に空けるボックス内の余白*/
    }

    /*コンテンツのh2タグの設定*/
    .contents h2 {
        font-size: 16px;
        /*文字サイズ*/
        padding: 10px 10px;
        /*上下、左右への余白*/
    }

    /*コンテンツの段落タグ設定*/
    /* .contents p {
        padding: 0px 10px 15px;
    } */

    /*Serviceページの各ブロック
---------------------------------------------------------------------------*/
    /*各ボックスの設定*/
    .list {
        margin: 0;
        box-shadow: none !important;
        border: none;
        /*下線の幅、線種、色*/
    }

    /*１つ目のメニュー*/
    .list:first-of-type {}

    /*リンクを貼った際に出る「→」マーク*/
    .list a::before {
        right: 0px;
        /*ボックスの右から0pxの場所に配置*/
        width: 20px;
        /*幅*/
        line-height: 20px;
        /*高さ*/
    }

    .list a {
        padding: 20px;
    }

    /*ボックス内のp(段落)タグ設定*/
    .list a p {}

    .list a .flex {
        flex-direction: column;
    }

    .list.c1 .text {
        width: 100%;
    }

    .list.c1 .img {
        margin: 0 auto 20px auto;
    }

    .list.c1 .img {
        width: 100%;
    }

    /*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
    /*メニュー１個ごとの設定*/
    .sub ul.submenu li {
        width: auto;
        float: none;
    }

    /*偶数番目のメニューの左のラインを戻す設定*/
    .sub ul.submenu li:nth-child(even) a {
        border-left: 1px solid #ccc;
    }

    /*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
    .sub ul.submenu li a {
        padding: 10px;
        /*メニュー内の余白*/
    }
    .slick-next{
        display: none;
    }
    /*フッターメニュー
---------------------------------------------------------------------------*/
    /*ボックス全体*/
    #footermenu {}

    #footermenu ul {
        width: 100%;
        justify-content: space-around;
    }

    /*フッター
    ---------------------------------------------------------------------------*/
    footer {
        padding-top: 30px;
        text-align: center;
    }

    footer .flex {
        flex-direction: column;
    }

    footer .info,
    footer .access {
        width: 100%;
        padding: 0;
    }

    footer .info {
        margin-bottom: 20px;
    }

    footer .f-logo {
        margin: 0 auto 30px auto;
    }

    /*テーブル
---------------------------------------------------------------------------*/
    /*テーブル内の左側*/
    .ta1 th {
        width: 100px;
        padding: 5px;
    }

    /*テーブル内の右側*/
    .ta1 td {
        width: auto;
        padding: 5px;
    }

    /*その他
---------------------------------------------------------------------------*/
    .ws,
    .wl {
        width: 94%;
    }

    img.fr,
    img.fl {
        float: none;
        margin: 0;
        width: 100%;
    }

    .fl-half {
        float: none;
        width: 100%;
        margin-left: 0;
    }

}
