@charset "UTF-8";
/*---------------------------------------------------------
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 62.5%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
font-size: calc(14px + 1.6vw);
font-family: 'Noto Sans Japanese', sans-serif;
}

ol, ul {
  list-style: none;
}

p, li,span,th,td,dd,dt,a{
font-size: clamp(1.4rem, 1.6vw, 1.6rem);
line-height:1.8;
}

table {
  border-spacing: 0;
  width:100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  border-collapse: separate;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a{
    color: #111;
    text-decoration: none;
}
 a:hover{
  color: #EE4D47;
  text-decoration: none;
}
a img {
  border: none;
}

a img:hover {
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  opacity: 0.7;
  transition: 0.3s;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.none {
  display: none;
}
.mincho{
    font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 640px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc_only {
    display: none !important;
  }
::-webkit-full-page-media, :future, :root form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea{
width: 95%;
}
}
/*---------------------------------------------------------
文字サイズ
---------------------------------------------------------*/
.fs-1{font-size: clamp(1rem, 1vw, 1rem);}
.fs-12{font-size: clamp(1.2rem, 1.2vw, 1.2rem);}
.fs-13{font-size: clamp(1.3rem, 1.3vw, 1.3rem);}
.fs-14{font-size: clamp(1.4rem, 1.4vw, 1.4rem);}
.fs-15{font-size: clamp(1.5rem, 1.5vw, 1.5rem);}
.fs-16{font-size: clamp(1.6rem, 1.6vw, 1.6rem);}
.fs-18{font-size: clamp(1.8rem, 1.8vw, 1.8rem);}
.fs-20{font-size: clamp(2rem, 2vw, 2rem);}
.fs-24{font-size: clamp(2.4rem, 2.4vw, 2.4rem);}
.fs-28{font-size: clamp(2.8rem, 2.8vw, 2.8rem);}
.fs-32{font-size: clamp(3.2rem, 3.2vw, 3.2rem);}
.fs-36{font-size: clamp(3.6rem, 3.6vw, 3.6rem);}
.fs-40{font-size: clamp(4rem, 4vw, 4rem);}
.fs-big{font-size: clamp(1.6rem, 2.5vw, 2.4rem);}

.fw{font-weight:bold;}
.fn{font-weight:500;}

/*---------------------------------------------------------
文字色
---------------------------------------------------------*/
.fc-red{color:#ff0000;}
.fc-green{color:#006f4f;}
.fc-l-yellow{color:#ffff00;}
.fc-white{color:#fff;}
.fc-l-red{color:#E65947;}

/*---------------------------------------------------------
文字揃え
---------------------------------------------------------*/
.t-c {
  text-align: center !important;
}
.t-r {
  text-align: right !important;
}
.t-l {
  text-align: left !important;
}

@media screen and (max-width: 640px) {
  .sp_t-c {
    text-align: center !important;
  }

  .sp_t-l {
    text-align: left !important;
  }

  .sp_t-r {
    text-align: right !important;
  }
  .imgfull {
    margin-left: -10px;
    margin-right: -10px;
  }
}


/*---------------------------------------------------------
幅・画像
---------------------------------------------------------*/
.w-95, .w-1200, .w-1000,.w-1400,.w-1600,.w-800,.w-700,.w-600,.w-500{
    width:95%;
    margin:0 auto;
    padding:0;
}
.w-1600{max-width:1600px;}
.w-1400{max-width:1400px;}
.w-1200{max-width:1200px;}
.w-1000{max-width:1000px;}
.w-800{max-width:800px;}
.w-700{max-width:700px;}
.w-600{max-width:600px;}
.w-500{max-width:500px;}


.img_only{width:100%;display: block;margin-left: auto;margin-right: auto;}
.img-w100{width:100%;display: block;margin-left: auto;margin-right: auto;}
.img-w90{width:90%;display: block;margin-left: auto;margin-right: auto;}
.img-w80{width:80%;display: block;margin-left: auto;margin-right: auto;}
.img-w60{width:60%;display: block;margin-left: auto;margin-right: auto;}
.img-w50{width:50%;display: block;margin-left: auto;margin-right: auto;}
.img-w30{width:30%;display: block;margin-left: auto;margin-right: auto;}
.shadow-pct{
border: 5px solid #fff;
    margin-right: 3px;
    max-width: 95%;
    -webkit-filter: drop-shadow(0 1px 5px #ccc);
    filter: drop-shadow(0 1px 5px #ccc);
}
.f-box,.f-box-culum{display: flex; flex-wrap: wrap;}
.f-box-wrap {
    display: flex;
    flex-wrap: wrap;
}
.f-box-none{display: flex;}
.f-box > li,.f-box-none > li,.f-box-culum > li{padding:2%;}
.f-box > li:first-child,.f-box-none > li:first-child,.f-box-culum > li:first-child{padding-left:0 !important;}
.f-box > li:last-child,.f-box-none > li:last-child,.f-box-culum > li:last-child{padding-right:0 !important;}
.p2-p{padding:2% !important;}
.f-box-culum{flex-direction: column;}
.column-3{width: calc(30% - 0px / 3);}
.column-4{width: 20% !important;}
.text-box,.text-box70{width:68%;}
.text-box02 {
    width: 68%;
}
.pct-box02 {
    width: 28%;
}
.pct-box,.pct-box30{width:28%;}
.text-box75{width:75% !important;}
.pct-box25{width:25% !important;}
.text-box50{width:48%;}
.text-box2-culum{width:45%;}
.pct-box50{width:48%;}
.text-box60,.text-box60-l{width:58%;}
.pct-box40,.pct-box40-r{width:38%;}
.f-box-none li{width:48%;}
.align-items-c{align-items: center;}
.f-box-space-between{justify-content: space-between;}
.f-box-space-c{justify-content: center;}
.flexWrap{flex-wrap: wrap;}
img{max-width:100%;}
.img-c{display: block;margin-left: auto;margin-right: auto;}
.imgw-c {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.p-relative{
position: relative;
}

@media screen and (max-width: 640px) {
/* 600pxまでの幅の場合に適応される */
.f-box{flex-direction: column;}
.text-box,.pct-box,.text-box50,.pct-box50,.text-box60,.pct-box40,.text-box2-culum,.text-box60-l,.pct-box40-r,.text-box70,.pct-box30,.pct-box02,.text-box02{width:100%;}
.column-4{width:46% !important;}
.text-box,.text-box50,.text-box60-l{order: 2;}
.pct-box,.pct-box50,.pct-box40-r{order: 1;}
.f-box li{padding:2% 0;}
img{
display: block;
margin-left: auto;
margin-right: auto;
max-width:100%;
}
.img-w30{width:50%;}
.img-w80{width:80%;display: block;margin-left: auto;margin-right: auto;}
.img-sp-w80{width:80%;display: block;margin-left: auto;margin-right: auto;}
.img-sp-w60{width:60%;display: block;margin-left: auto;margin-right: auto;}
.img-sp-w50{width:50%;display: block;margin-left: auto;margin-right: auto;}
.shadow-pct {
    max-width: 90%;
}    
}

/*---------------------------------------------------------
余白
---------------------------------------------------------*/
.m-1{margin:1vh 1vw;} .m-2{margin:2vh 2vw;} .m-3{margin:3vh 3vw;} .m-4{margin:4vh 4vw;} .m-5{margin:5vh 5vw;} 
.mt-1{margin-top:1vh;} .mt-2{margin-top:2vh;} .mt-3{margin-top:3vh;} .mt-4{margin-top:4vh;} .mt-5{margin-top:5vh;}
.mb-1{margin-bottom:1vh;} .mb-2{margin-bottom:2vh;} .mb-3{margin-bottom:3vh;} .mb-4{margin-bottom:4vh;} .mb-5{margin-bottom:5vh;} 
.ml-1{margin-left:1vw;} .ml-2{margin-left:2vw;}.ml-3{margin-left:3vw;}.ml-4{margin-left:4vw;}.ml-5{margin-left:5vw;}
.mr-1{margin-right:1vw;} .mr-2{margin-right:2vw;} .mr-3{margin-right:3vw;}.mr-4{margin-right:4vw;}.mr-5{margin-right:5vw;}

.p-1{padding:1vh 1vw;} .p-2{padding:2vh 2vw;} .p-3{padding:3vh 3vw;} .p-4{padding:4vh 4vw;} .p-5{padding:5vh 5vw;}
.pt-1{padding-top:1vh} .pt-2{padding-top:2vh;} .pt-3{padding-top:3vh;} .pt-4{padding-top:4vh;} .pt-5{padding-top:5vh;} 
.pb-1{padding-bottom:1vh;} .pb-2{padding-bottom:2vh;} .pb-3{padding-bottom:3vh;} .pb-4{padding-bottom:4vh;} .pb-5{padding-bottom:5vh;} 
.pl-1{padding-left:1vw;} .pl-2{padding-left:2vw;} .pl-3{padding-left:3vw;} .pl-4{padding-left:4vw;} .pl-5{padding-left:5vw;} 
.pr-1{padding-right:1vw;} .pr-2{padding-right:2vw;}  .pr-3{padding-right:3vw;}  .pr-4{padding-right:4vw;}  .pr-5{padding-right:5vw;} 
.f-box-p{padding:0 2%}

/*---------------------------------------------------------
文字装飾 囲み枠
---------------------------------------------------------*/
.mark{
    font-weight:900;
    color:#da1c24;
    /*background: linear-gradient(transparent 70%, #ffef92 0%);*/
}
.under-mark{
    font-weight:900;
    background: linear-gradient(transparent 70%, #E5F24A 0%);
}
.text-dot-yellow{ 
  position: relative; /* 基準値とする */
}
.text-dot-yellow:before {
  content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -1.1em;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 0;            /* 横方向の表示位置を調整 */
  color:#ffff00;
}
.frame-red{
    border: 2px solid #ff0000;
    padding: 0 0.5vw;
}

/*囲み枠-ラベルをつけたようなデザイン(緑)*/
.frame-lavel-green {
    position: relative;
    margin: 2rem 0 0;
    padding: 1vh 1vw;
    border: solid 2px #007440;
    background: #E4F0EB;
}
.frame-lavel-green .frame-lavel-green-box-title {
    position: absolute;
    display: inline-block;
    top: -31px;
    left: -3px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #007440;
    color: #ffffff;
    font-weight: 700;
    border-radius: 4px 4px 0 0;
}

/*レスポンスなしの表*/
.no-table-responsive{
border-collapse:  collapse; /* セルの線を重ねる */
}
.no-table-responsive th,td {
    border: solid 1px;  /* 枠線指定 */
    padding: .75rem;      /* 余白指定 */
}
.table-w60{width:60%;}
.table-w70{width:70%;}
.table-w10{width:10%;}
.table-w20{width:20%;}
.table-w30{width:30%;}
.bg-spgray{background: #efefef;}

/*---------------------------------------------------------
リスト
---------------------------------------------------------*/
.list01 {
  list-style: disc;
  margin: 0;
  padding-left: 2rem;
}

.list01 li{
padding:0;
}

.list04 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list04 > li {
  text-indent: -.5em;
  padding-left: 1em;
}
.list04 > li:first-child{
    padding-left: 1em;
}
.list04 > li:before {
  content: "\203B"; /* 空の要素作成 */
  width: 5px; /* 幅指定 */
  height: 5px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  position: relative;
  padding-right:2px;
}
.list-check{
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-check li{
  text-indent: -1em;
  padding-left: 1em;
    position: relative;
}
.list-check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    position: absolute;
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
ol.list-number{
  list-style: decimal;
  margin: 0;
  padding-left: 2rem;
}

ol.list-number li{
padding:0;
}

ol.li_c {
	margin-left: 2em; /* サイトに合せて調整 */
	margin-bottom: 1em;
}

ol.li_c {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

ol.li_c:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -2em; /* サイトに合せて調整 */
	width: 1.5em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}


/*---------------------------------------------------------
テーブル
---------------------------------------------------------*/
.table01 {
  border-collapse: collapse;
  }
.table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

.table01 th,
.table01 td {
  padding: 2vh 1vw;
  border: none;
}

.table01 th {
  width: 20%;
  font-weight: 700;
}

/* sp */
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
.table01 {
  border-collapse: separate;
  }
  .table01 th,
  .table01 td {
    width: 98%;
    display: block;
  }

  .table01 th {
    background: #eee;
  }

  .table01 td {
    padding-top: 0;
  }
}

/*---------------------------------------------------------
テーブル02
---------------------------------------------------------*/
.table02 {
  border-collapse: collapse;
  }
  
.table02 tr {
    border: 1px solid #b5b1b1;
}

.table02 th,
.table02 td {
  padding: 1vh 1vw;
  border: none;
}

.table02 th {
  width: 10%;
  font-weight: 700;
  background: #efefef;
    border-right: 1px solid #b5b1b1;
}

/* sp */
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
.table02 {
  border-collapse: separate;
  }
  .table02 th,
  .table02 td {
    width: 100%;
    display: block;
  }

  .table02 th {
    width: 100%;
    border-right: 0px solid #b5b1b1;
  }

  .table02 td {
    padding-top: 0;
  }
}


/*---------------------------------------------------------
 ページトップ
---------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 200px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background:rgba(204,187,102,0.7);
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    display: block;
    text-decoration: none;
        font-size: 4rem;
        border: 1px solid rgba(204,187,102,0.7);
}
#page-top a:hover {
    text-decoration: none;
    background:rgba(255,255,255,1);
	color: rgba(204,187,102,1);
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#page-top {
    bottom: 100px;
}
}
