body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#EFEFEF;
	-webkit-text-size-adjust: 100%;
}
body,td,th {font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
	font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
	font-feature-settings: "palt";
	line-height: 1.5;
	color: #003249;
}

img{
	border-style:none;
display: block;
margin: 0;
padding: 0;
}

    object,  
    embed {  
        vertical-align: top;  
    }  

iframe{
    vertical-align:bottom;
}


.copy {
	font-size: 13px;
	color: #FFE6E6;
}

.jim1 {
	font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);/* 15px 18px */
	color: #CCDDED;
}

.jim2 {
	font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);/* 13px 15px */
	color: #FFFFFF;
}

.title1 {
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);/* 16px 22px */
	color: #0055A6;
}

.title2 {
	font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
	color: #0055A6;
}

.title2_1 {
	font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
	color: #ED87B3;
}


.gree {
	font-size: 15px;
	line-height: 26px;
}
.greename {
	font-size: 20px;
	font-weight:bold
}
.day {
	font-size: 18px;
	font-weight: bold;
}


.red {
	color:#FF0004
}

a.mail:link {
text-decoration : underline;
color : #ffffff;
}
a.mail:visited { color: #ffffff; }
a.mail:hover { color: #ffffff; }
a.mail:active { color: #ffffff; }

.shozoku {
	font-size: 12px;
}

.hyo {
	font-size: clamp(10px, 1.6vw, 15px);
}


/*タイトル画像の上に文字*/
.ti_text {/*親div*/
  position: relative;/*相対配置*/
  }

.ti_text p {
  position: absolute;/*絶対配置*/
  color: #264A75;/*文字色*/
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.25rem, 0.886rem + 1.82vw, 2.25rem);
  font-weight: 600;
  width: 70%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  line-height: 1.2;
  }

.ti_text img {
  width: 100%;
  }


/* top画像 */
.relative {
  position: relative;
}

.absolute {
    z-index: 10;
    position: absolute;
    right: 0px;
    top: 0%;
    width: 15%;
    height: auto;
}

.absolute3 {
  z-index: 10;
  position: absolute;
  right: 1%;
  top: 0%;
  width: 11%;
  height: auto; 
}
