@charset "UTF-8";

body	{height: 100%;
    margin: 0 !important;
    padding: 0 !important;
	font-family: sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.6em;
	color: #3e3a39;
	-webkit-text-size-adjust: 100%;
	min-width: 1000px;
	background: url(../img/AdobeStock_486694751-01.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}

*{
 margin: 0;
 padding: 0;
}

.site	{
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	font-weight: 600;
	color: #ee869a;
	text-shadow:
        2px 2px 2px #ffffff,
        2px -2px 2px #ffffff,
        -2px 2px 2px #ffffff,
		-2px -2px 2px #ffffff;
	padding: 50px 0 30px 0;
}

h1	{
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #ee869a;
	margin-top: 60px;
	margin-bottom: -10px;
}

h2	{
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 600;
	line-height: 1.4em;
	margin-top: 40px;
}

strong	{
	font-weight: 600;
}

.red	{
	color: #fa5d1c;
}

.small	{
	font-size: 12px;
	line-height: 1.4em;
}

.copyright	{
	font-size: 12px;
	text-shadow:
        2px 2px 2px #ffffff,
        2px -2px 2px #ffffff,
        -2px 2px 2px #ffffff,
		-2px -2px 2px #ffffff;
}

p {
   text-align: justify;
   margin-bottom: 0px;
   margin-top: 20px;   /* 上下に1em・左右に0px */
}

a {
   text-decoration: none;
   color: #35aeb7;
   font-weight: 600;
}

del {
   color: #e9546b;
}

.marker{
  background-image: linear-gradient(transparent 50%, #f7c8ce 0%)
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.tb02 th,
table.tb02 td{
  padding: 0;
  border: 0;
  text-align:left;
  box-sizing:border-box;
  font-weight: 400;
}
table.tb02 th{
  width: 27%;
}
table.tb02 td{
   width: 73%;
}

ul {
	margin: 0.2em 0;
	padding-left: 1.5em;
}
ul li{
    padding-left: 0em;
    text-indent: 0em;
}

/*インデント*/
.indent{
  text-indent: -1em;
  padding-left: 1em;
}

.indent-tit{
  text-indent: -3.3em;
  padding-left: 3.2em;
}

/*ボタン*/
.btn-pink, .btn-blue, .btn-gray {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.7em 2em;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
    
    /* 【重要】パディングを幅に含める設定 */
    box-sizing: border-box; 
}
.btn-pink {
	color: #ffffff;
	background: #ee869a;
}
.btn-pink:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-blue {
	color: #ffffff;
	background: #85c6ce;
}
.btn-blue:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}
.btn-gray {
	color: #ffffff;
	background: #cccccc;
}

/* 要素横並び */
.side-side {
  display:inline-block;
  vertical-align: middle;
  margin: 20px 0 0 0;
  font-size: 30px; /*←これだけでOK！*/
}

/* pagetop */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #64a666;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* メイン */
.pc-only {display: block !important}
.sp-only {display: none !important}

/* グリッド */
body {
    display: grid;
    /* 左右の 1fr が伸縮して、中央の 1000px を真ん中に寄せます */
    grid-template-columns: 1fr minmax(auto, 1000px) 1fr;
    grid-template-rows: auto auto auto;
    margin: 0;
    width: 100%;
}

.content {
    /* gridの2列目（中央）に配置します */
    grid-column: 2;
    /* 元の margin: 0 auto; はあっても邪魔になりませんが、grid-column で制御されます */
    width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box; /* パディングを含めた幅を1000pxに固定する場合 */
}


/* ########## 550px 以下 ########## */
@media (max-width: 550px) {

body {
    font-size: 28px;
    background: url("../img/AdobeStock_486694751-01.jpg") no-repeat center -50px;
    background-size: cover;
    
    /* 【修正】3カラムから1カラム（全幅）に変更 */
    grid-template-columns: 1fr; 
}
	
/* テーブル内の文字が小さくなりやすいので、個別に指定 */
  .content table, 
  .content p, 
  .content li {
    font-size: 28px; 
    line-height: 1.6;
  }

.content {
    /* 【修正】1カラム目の全幅を使うように指定 */
    grid-column: 1; 
    width: 100%;
    
    /* パディングもリセットまたは調整（必要に応じて） */
    padding: 0; 
    box-sizing: border-box;
}

/* もし内部の余白が欲しい場合は、tableなどの親要素にpaddingを設定してください */
.content > table {
    width: 100%;
}

.site	{
	font-size: 42px;
	letter-spacing: 0.05em;
	padding: 60px 0 30px 60px;}
	
h1	{
	font-size: 42px;
	margin-top: 60px;
	margin-bottom: -10px;}

h2	{
	font-size: 38px;
	margin-top: 60px;}
p {
   margin-bottom: 0px;
   margin-top: 30px;}
	
.small	{
	font-size: 26px;}	
	
.copyright	{
	font-size: 26px}

.btn-pink, .btn-blue, .btn-gray {
	font-size: 32px;
	font-weight: 600;
}
	
table.tb02 th,
table.tb02 td {
    display: block;
    width: 100%;
    border-bottom:none;
}
	
#page_top {display: none !important}
	
/* メイン */
.pc-only {display: none !important}
.sp-only {display: block !important}
	
	}

