@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: 14px;
	letter-spacing: 0.03em;
	line-height: 1.6em;
	color: #3e3a39;
	-webkit-text-size-adjust: 100%;
	min-width: 900px;
	background: url(../img/back.png) no-repeat center top;
	background-color: #c5d5ee;
	background-attachment: fixed;
}

*{
 margin: 0;
 padding: 0;
}

.site	{
	font-size: 26px;
	letter-spacing: 0.08em;
	font-weight: 600;
	color: #ffffff;
	padding: 50px 0 30px 0;
	text-shadow: #6d8bc0 0 0 5px;
	line-height: 1.3em;
}
.site-l	{
	font-size: 26px;
	letter-spacing: 0.08em;
	font-weight: 600;
	color: #fff;
	padding: 50px 0 30px 0;
	text-shadow: #6d8bc0 0 0 5px;
}

h1	{
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #6d8bc0;
	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: #ed6d46;
}

.small	{
	font-size: 12px;
	line-height: 1.4em;
}

.copyright	{
	font-size: 12px;
	color: #ffffff;
}

p {
   text-align: justify;
   margin-bottom: 0px;
   margin-top: 20px;   /* 上下に1em・左右に0px */
}

a {
   text-decoration: none;
   color: #6d8bc0;
   font-weight: 600;
}

del {
   color: #e9546b;
}
span {
    color: #3e3a39;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.content {
	width: 900px;
	align: center;
}

ul {
	padding-left: 0;
	list-style: none;
}
ul li{
    padding-left: 1em;
    text-indent: -1em;
}

/*ボタン*/
.btn-pink {
	display: block;
	position: relative;
	width: 240px;
	padding: 0.7em 2em;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #ec8f72;
	margin-top: 10px;
}
.btn-pink:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-blue {
	display: block;
	position: relative;
	width: 240px;
	padding: 0.7em 2em;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #6d8bc0;
	margin-top: 10px;
}
.btn-blue:hover {
	 opacity: 0.7;
	 cursor: pointer;
	 text-decoration: none;
}

.btn-gray {
	display: block;
	position: relative;
	width: 240px;
	padding: 0.7em 2em;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	background: #cccccc;
	margin-top: 10px;
}

/* テキスト左揃え要素右寄せ */
.r_contnent{
  text-align:right;
}

.r_contnent p{
  display:inline-block;
  text-align:left;
}


/* 要素横並び */
.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: #6d8bc0;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* グリッド */
body {
	display: grid;
	grid-template-columns:
	 [left] 1fr [main] minmax(auto, 900px) [main-end] 1fr [right];
	grid-template-rows:
	[head] auto [img] auto [bottom]}

.content {
	grid-column-start: main;
	grid-row-start: head}

.pc-only {display: block !important}
.sp-only {display: none !important}


/* ########## 550px 以下 ########## */
@media (max-width: 550px) {

body {
	font-size: 21px;}

.site	{
	font-size: 35px;
	letter-spacing: 0.05em;
	padding: 60px 0 30px 60px;}
	
h1	{
	font-size: 32px;
	margin-top: 80px;
	margin-bottom: -10px;}

h2	{
	font-size: 27px;
	margin-top: 60px;}
p {
   margin-bottom: 0px;
   margin-top: 30px;}
	
.small	{
	font-size: 16px;}	
	
.content {
	grid-column-start: left;
	grid-column-end: right;
	width: 100%}
	
.copyright	{
	font-size: 18px}

.btn-pink {
	font-size: 27px;
	font-weight: 600;
}
	
.btn-blue {
	font-size: 27px;
	font-weight: 600;
}
	
.btn-gray {
	font-size: 27px;
	font-weight: 600;
}
	
#page_top {display: none !important}
.pc-only {display: none !important}
.sp-only {display: block !important}	
	
	}

