<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 共通説明文 */
.cm_desc h2,
.cm_desc h3{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-weight: bold;
}

.cm_desc span.marker{
  background: linear-gradient(transparent 50%, #fff799 50%);
}

.cm_desc span.bg{
  background: #f0f0f0;
}

.cm_desc span.line{
  border-bottom: 1px solid #333;
}
.cm_desc p a{
  color: var(--FS_BTN_COLOR_1);
  text-decoration: underline;
}

.cm_desc .center{
  text-align: center;
}

.cm_desc .bold{
  font-weight: bold;
}

.cm_desc .red{
  color: #ba2222;
}

.layout1 ul,
.layout2 ul,
.layout4 ul,
.layout7 ul{
  display: flex;
  flex-wrap: wrap;
}

.layout7 ul li a,
.layout8 a,
.layout9 a{
  display: block;
  text-align: center;
  border: 1px solid var(--FS_BTN_COLOR_1);
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  border-radius: 70px;
}

.layout7 ul li a{
  background: var(--FS_BTN_COLOR_1);
  color: var(--WHITE) !important;
}

.layout8 a,
.layout9 a{
  color: var(--FS_BTN_COLOR_1) !important;
  background: var(--WHITE);
}

.layout8{
  background: #f0f0f0;
}

.layout9{
  border: 1px solid #ddd;
}

.layout10 table,
.layout11 table{
  width: 100%;
  border-collapse: separate;
}

.layout10 table tr,
.layout11 table tr{
  display: flex;
  flex-wrap: wrap;
}

.layout10 table tr th,
.layout10 table tr td,
.layout11 table tr th,
.layout11 table tr td{
  font-weight: normal;
  display: block;
}

.layout12 dl{
  display: flex;
  flex-wrap: wrap;
}

.layout12 dl dt{
  font-weight: bold;
}

@media screen and (min-width: 768px){
  .cm_desc h2{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .cm_desc h3{
    font-size: 18px;
    margin-bottom: 3px;
  }
  .cm_desc p{
    line-height: 2;
  }
  .cm_desc .border{
    border-left: 5px solid #333;
    padding-left: 10px;
  }
  .cm_desc span.bg{
    display: inline-block;
    padding: 10px 15px;
  }
  .cm_desc span.line{
    padding-bottom: 3px;
  }
  .layout1,
  .layout2,
  .layout3,
  .layout4,
  .layout5,
  .layout6,
  .layout7,
  .layout8,
  .layout9,
  .layout10,
  .layout11{
    margin-bottom: 40px;
  }
  .layout1 ul li,
  .layout2 ul li,
  .layout4 ul li{
    width: 49%;
    margin-right: 2%;
  }
  .layout1 ul li:nth-child(even),
  .layout2 ul li:nth-child(even),
  .layout4 ul li:nth-child(even){
    margin-right: 0;
  }
  .layout1 ul,
  .layout2 img,
  .layout4 ul,
  .layout5 img,
  .layout7 ul li img{
    margin-bottom: 12px;
  }
  .layout3 ul li{
    display: flex;
    justify-content: space-between;
  }
  .layout3 ul li:nth-child(even){
    flex-direction: row-reverse;
  }
  .layout3 ul li:nth-of-type(n+2){
    margin-top: 25px;
  }
  .layout3 ul li img{
    width: 48%;
  }
  .layout3 ul li div{
    width: 48%;
  }
  .layout4 ul li:nth-of-type(n+3){
    margin-top: 2%;
  }
  .layout7 ul li{
    width: 31%;
    margin-right: 3.5%;
  }
  .layout7 ul li:nth-of-type(3n){
    margin-right: 0%;
  }
  .layout7 ul li:nth-of-type(n+4){
    margin-top: 40px;
  }
  .layout7 ul li a,
  .layout8 a,
  .layout9 a{
    margin-top: 20px;
    padding: 10px 0;
  }
  .layout8 a,
  .layout9 a{
    width: 240px;
    margin: 20px auto 0;
  }
  .layout7 ul li a:hover{
    opacity: 1;
    background: var(--WHITE);
    color: var(--FS_BTN_COLOR_1) !important;
  }
  .layout8 a:hover,
  .layout9 a:hover{
    opacity: 1;
    background: var(--FS_BTN_COLOR_1);
    color: var(--WHITE) !important;
  }
  .layout8,
  .layout9{
    padding: 40px 20px;
  }
  .layout10 table tr th,
  .layout11 table tr th{
    width: 30%;
  }
  .layout10 table tr td,
  .layout11 table tr td{
    width: 70%;
  }
  .layout10 table tr th,
  .layout10 table tr td{
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
  }
  .layout10 table tr:first-child{
    border-top: 1px solid #ddd;
  }
  .layout10 table tr{
    border-bottom: 1px solid #ddd;
  }
  .layout10 table tr td{
    border-left: 1px solid #ddd;
  }
  .layout11 table tr th,
  .layout11 table tr td{
    background: #f0f0f0;
  }
  .layout11 table tr:not(:last-child){
    border-bottom: 10px solid var(--WHITE);
  }
  .layout11 table tr th,
  .layout11 table tr td{
    padding: 20px 0;
    text-align: center;
  }
  .layout11 table tr td{
    border-left: 10px solid var(--WHITE);
  }
  .layout12 dl{
    justify-content: space-between;
  }
  .layout12 dl dt{
    width: 25%;
  }
  .layout12 dl dd{
    width: 70%;
	}
}

@media screen and (max-width: 767px){
  .cm_desc h2{
    font-size: 18px;
    margin-bottom: 8px;
  }
  .cm_desc h3{
    font-size: 16px;
    margin-bottom: 2px;
  }
  .layout1,
  .layout2,
  .layout3,
  .layout4,
  .layout5,
  .layout6,
  .layout7,
  .layout8,
  .layout9,
  .layout10,
  .layout11{
    margin-bottom: 30px;
  }
  .layout1 ul li,
  .layout2 ul li,
  .layout4 ul li{
    width: 100%;
  }
  .layout1 ul li:nth-of-type(n+2),
  .layout2 ul li:nth-of-type(n+2),
  .layout4 ul li:nth-of-type(n+2){
    margin-top: 20px;
  }
  .layout1 ul,
  .layout2 img,
  .layout4 ul,
  .layout5 img,
  .layout7 ul li img{
    margin-bottom: 10px;
  }
  .layout3 ul li:nth-of-type(n+2){
    margin-top: 20px;
  }
  .layout4 ul li:nth-of-type(n+3){
    margin-top: 10px;
  }
  .layout7 ul li{
    width: 48%;
    margin-right: 4%;
  }
  .layout7 ul li:nth-of-type(2n){
    margin-right: 0%;
  }
  .layout7 ul li:nth-of-type(n+3){
    margin-top: 30px;
  }
  .layout7 ul li a,
  .layout8 a,
  .layout9 a{
    margin-top: 15px;
    padding: 10px 0;
  }
  .layout8 a,
  .layout9 a{
    width: 220px;
    margin: 10px auto 0;
  }
  .layout8,
  .layout9{
    padding: 30px 15px;
  }
  .layout10 table tr th,
  .layout11 table tr th{
    width: 100%;
  }
  .layout10 table tr td,
  .layout11 table tr td{
    width: 100%;
  }
  .layout10 table tr th,
  .layout10 table tr td{
    text-align: center;
  }
  .layout10 table tr th{
    padding: 20px 0 10px;
  }
  .layout10 table tr td{
    padding: 10px 0 20px;
  }
  .layout10 table tr:first-child{
    border-top: 1px solid #ddd;
  }
  .layout10 table tr{
    border-bottom: 1px solid #ddd;
  }
  .layout11 table tr th,
  .layout11 table tr td{
    background: #f0f0f0;
  }
  .layout11 table tr:not(:last-child){
    border-bottom: 10px solid var(--WHITE);
  }
  .layout11 table tr th,
  .layout11 table tr td{
    text-align: center;
  }
  .layout11 table tr th{
    padding: 20px 0 10px;
  }
  .layout11 table tr td{
    padding: 10px 0 20px;
  }
  .layout12 dl{
    margin-bottom: 10px;
  }
  .layout12 dl dt{
    width: 100%;
    margin-bottom: 5px;
  }
  .layout12 dl dd{
    width: 100%;
	}
}</pre></body></html>