@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

*{margin:0;padding:0;}
*:focus {outline: none;}
html,body{margin:0;padding:0;background:#f0ede9;font-size: 10px;}
body{-webkit-text-size-adjust: 100%;background:#f0ede9;}
h1,h2,h3,h4,p,a,ul,li,table,span,dl,dt,dd,h5,h6,dd,dt *
{margin:0;padding:0;font-family:'Noto Sans JP',-apple-system,BlinkMacSystemFont,"Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue",メイリオ,Meiryo,"游ゴシック Medium",YuGothic,YuGothicM,sans-serif;font-size:1.4rem;font-weight:300;letter-spacing: 0;color:#000;}
a{text-decoration: none;}
img {width:100%;vertical-align: top;}
dl,dt,dd{margin:0;padding:0;}
li{list-style:none;}
.fl {display:flex;flex-flow: row wrap;justify-content: space-between;align-items: center;}
a:hover{opacity: 0.7;}
a.nohover{opacity: 1.0;}
.fade_n,.fade_u {opacity: 0;transition: all 1.5s 0s ease-out;}
.fade_n {transform: translateY(20px);}
.fade_u{transform: translate(0, 30px);}

.wrapper{ 
	width:1080px;
	margin:auto;
	height:auto;
	overflow:hidden;
	padding:143px 0 55px 0;
	background:none;
}

p,a,li{
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 2.1;
}

/* header */	
.container{width:1050px;height:90px;margin:auto;}
#h_top {width:100%;height:auto;align-items: flex-end;display: block;}
#h_top p{font-size:1rem;padding-top:1em;line-height: 1.5;padding-left:17px;font-weight: 500;}

#header {
  z-index: 99;
  width: 100%;
  height: 140px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

#header:after{
	content:"";
	height:3px;
	width:100%;
	display:block;
	background:#e50012;	
}

.h_logo{display: block;width:178px;padding:6px 0 0 17px;height:60px;}

.q_logo{display: block;width:178px;padding:6px 0 0 17px;height:60px; text-align: right;}

/* content */
.slide,.topimg{transform: translateY(0px);transition: all 2s 0s ease-in-out;}
.top_cont{width:1050px;margin:auto;}
.main_container{width:1000px;height:auto;overflow: hidden;padding:25px 0 0;align-items: flex-start;margin:auto;}
.main_container a {
    font-size: 1.5rem;
}
 .main_container p {
    font-size: 1.5rem;
     top: 200px;
}
/* footer */
footer{width:100%;background:#fff;}
a.f_logo{display: inline-block;line-height: 1;padding-top:3px;}
.footer_box{width:880px;margin:auto;height:45px;align-items: center;}




@media only screen and (min-width: 768px) {  /*  ---------   pc  --------------*/
.spbr{display:none;}
}
.photo dl {
  display: flex;
  flex-wrap: wrap;
}
.photo dt {
  width: 45%;
  padding: 20px;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo dd {
  width: 45%;
  padding: 20px;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 768px) {  /*  ---------   sp  --------------*/	
html,body{overflow-x: hidden;}
br.pcbr{display: none;}
p,a,li{font-size: 1.2rem;
letter-spacing: 0;
font-weight: 400;
line-height: 1.7;
}
.wrapper{width:100vw;padding:52px 0 9vw;}
#header {
	padding:0;
	height: 50px;
	box-sizing: content-box;
	position: fixed;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
 }
 #h_top{height:41px;display: flex;align-items: center;justify-content: flex-start;;}
  #h_top p{display: inline-block;padding:0em;font-size:2vw;padding-left:2.5em;}
.h_logo {
	width: 100px;
	position: relative;
	z-index: 1000;
	padding:0 0 0 5vw;
	height:auto;
 }
.h_logo img{width:100%;}    
.main_container{padding:10vw 0 0vw;width:90%;margin:auto;}
.container{height:50px;display: flex;align-items: center;width:100%;}

/* footer sp*/
.footer_box{width:100%;padding:1vw 0;}
a.f_logo{display: inline-block;line-height: 1;width:100px;margin-left:5vw;}
	
	.photo dl {
  display: flex;
  flex-wrap: wrap;
}
.photo dt {
  width: 95%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo dd {
  width: 95%;
}
  br.pcsp, .pcdp, .base_sub>div p span.pcdp {
    display: none;
  }
    
    
.scroll-container {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* スマホで滑らかにスクロールさせる */
  gap: 10px; /* 画像と画像の間のすき間 */
  padding: 10px;
}

    
    
.scroll-container img {
  flex-shrink: 0; /* 画像が縮むのを防ぐ */
  width: 800px;   /* スマホで表示したい画像の幅 */
  height: auto;
}
    
    
.scroll-container::after {
  content: "›";
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 45px;
  height: 15%;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.9));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  pointer-events: none; /* タップを邪魔しない */
}
    
    
} /*  ---------   sp  end --------------*/

@media only screen and (max-width: 319px) {
	

}

:root {
  color-scheme: light;
  --background: #f6f8fb;
  --surface: #ffffff;
  --header: #17365d;
  --header-border: #ffffff;
  --text: #1d2733;
  --muted-row: #f4f7fa;
  --border: #d7dee7;
  --link: #1558d6;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--background);
}

body {
  margin: 0;
  color: var(--text);
  background: var(--background);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.65;
}

.page {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0 56px;
}

h1 {
  margin: 0 0 20px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
        font-weight: 500;
}

.table-scroll {
  overflow-x: auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgb(23 54 93 / 8%);
}

table {
  width: 100%;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

th,
td {
  padding: 16px 18px;
  vertical-align: top;
  text-align: left;
  white-space: pre-line;
  overflow-wrap: anywhere;
}

th {
  position: sticky;
  z-index: 1;
  top: 0;
  color: #ffffff;
  background: var(--header);
  border-right: 1px solid rgb(255 255 255 / 35%);
  font-size: 14px;
  font-weight: 700;
}

th:first-child,
td:first-child {
  width: 72%;
}

th:last-child,
td:last-child {
  width: 28%;
}

th:last-child {
  border-right: 0;
}

td {
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  font-size: 16px;
}

td:last-child {
  border-right: 0;
}

tbody tr:nth-child(even) td {
  background: var(--muted-row);
}

a {
  color: var(--link);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  text-decoration-thickness: 2px;
}

@media (max-width: 760px) {
  

    .page {
    width: calc(100% - 24px);
    padding: 24px 0 36px;
  }

  .table-scroll {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  table {
    display: block;
    min-width: 0;
  }

  thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  tbody {
    display: grid;
    gap: 16px;
  }

  tbody tr {
    display: block;
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgb(23 54 93 / 7%);
  }

  td {
    display: grid;
    width: 100% !important;
    grid-template-columns: minmax(120px, 32%) minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  td:last-child {
    border-bottom: 0;
  }

  tbody tr:nth-child(even) td {
    background: var(--surface);
  }

  td::before {
    color: var(--header);
    font-size: 14px;
    font-weight: 700;
    content: attr(data-label);
  }
}

@media (max-width: 480px) {
  td {
    display: block;
  }

  td::before {
    display: block;
    margin-bottom: 8px;
  }
}

