@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: 900px;
	background: url(../img/26772756.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: #ea8b00;
	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: #ea8b00;
	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;
}

p.copyright	{
	font-size: 12px;
	text-align: right;
	text-shadow:
        2px 2px 2px #ffffff,
        2px -2px 2px #ffffff,
        -2px 2px 2px #ffffff,
		-2px -2px 2px #ffffff;
	padding: 20px 40px 40px 0;
}

p {
   text-align: justify;
   margin-bottom: 0px;
   margin-top: 20px;   /* 上下に1em・左右に0px */
}

p.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

a {
   text-decoration: none;
   color: #ea8b00;
}

del {
   color: #e9546b;
}

.marker{
  background-image: linear-gradient(transparent 50%, #f8d040 0%)
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.tb01 th,
table.tb01 td{
  padding: 0;
  border: 0;
  text-align:left;
  box-sizing:border-box;
}
table.tb01 th{
  width: 11%;
  font-weight: 400;
}
table.tb01 td{
   width: 89%;
}

table.tb02 th,
table.tb02 td{
  padding: 0;
  border: 0;
  text-align:left;
  box-sizing:border-box;
}
table.tb02 th{
  width: 27%;
}
table.tb02 td{
   width: 73%;
}

.content {
	width: 900px;
	align: center;
}

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 {
	display: block;
	position: relative;
	width: 91%;
	padding: 0.7em 2em;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #ea8b00;
	border-radius: 10px;
	margin-top: 10px;
}
.btn-pink:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-blue {
	display: block;
	position: relative;
	width: 91%;
	padding: 0.7em 2em;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #9dc7b3;
	border-radius: 10px;
	margin-top: 10px;
}
.btn-blue:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}
.btn-gray {
	display: block;
	position: relative;
	width: 91%;
	padding: 0.7em 2em;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #cccccc;
	border-radius: 10px;
	margin-top: 10px;
}

/* 要素横並び */
.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;
	grid-template-columns:
	 [left] 1fr [main] 900px [main-end] 1fr [right];
	grid-template-rows:
	[head] auto [img] auto [bottom]}

.content {
	grid-column-start: main;
	grid-row-start: head}


/* ########## 550px 以下 ########## */
@media (max-width: 550px) {
	
body {
	display: grid;
	grid-template-columns:
	 [left] 1fr [main] 100% [main-end] 1fr [right];
	grid-template-rows:
	[head] auto [img] auto [bottom]}

body {
	background: url("../img/26772756.jpg") no-repeat center 40px;
	background-size: cover;
	font-size: 1.8rem;
	}

.site	{
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	padding: 60px 0 30px 60px;
	color: #ffffff;
	text-shadow: initial;}
	
h1	{
	font-size: 2.2rem;
	margin-top: 80px;
	margin-bottom: -10px;}

h2	{
	font-size: 2.2rem;
	margin-top: 60px;}
p {
	font-size: 1.8rem;
   margin-bottom: 0px;
   margin-top: 30px;}
	
.small	{
	font-size: 1.8rem;
}
	
table.tb01 th,
table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
}
	
table.tb02 th,
table.tb02 td {
    display: block;
    width: 100%;
    border-bottom:none;
}
	
.content {
	grid-column-start: left;
	grid-column-end: right;
	width: 100%;
}
	
p.copyright	{
	font-size: 1.8rem;
	text-shadow: initial;
	text-align: center;
}

.btn-pink {
	font-size: 1.8rem;
	font-weight: 600;
	width: 86%;
}
	
.btn-blue {
	font-size: 1.8rem;
	font-weight: 600;
	width: 86%;
}
	
.btn-gray {
	font-size: 1.8rem;
	font-weight: 600;
	width: 86%;
}	
	
#page_top {display: none !important}
	
/* メイン */
.pc-only {display: none !important}
.sp-only {display: block !important}
	
	}

