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", 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
    font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);/* 13px 16px */
    line-height: 1.7;
    color: #333333;
}

img{
	border-style:none;
display: block;
margin: 0;
padding: 0;
}

    object,  
    embed {  
        vertical-align: top;  
    }  

iframe{
    vertical-align:bottom;
}

.title_1 {
	font-size: clamp(0.938rem, 0.733rem + 1.02vw, 1.5rem);/*24px 15px*/
	padding: 0.4em;
	color: #ffff00;
	font-weight: 800;
	background-image: linear-gradient(90deg, #004798, #0078c5);
}

.title_2 {
	font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);/*20px 15px*/
	padding: 0.4em 0em;
	color: #036eb8;
	font-weight: 600;
}

.jim1 {
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);/*16px 14px*/
	color: #036eb8;
	font-weight: bold;
}

.jim2 {
	font-size: clamp(0.688rem, 0.665rem + 0.11vw, 0.75rem);/*12px 11px*/
	color: #333333;
	font-weight: normal;
}

.jim3 {
	font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);/*15px 13px*/
	color: #333333;
	font-weight: normal;
}

.new {
	font-size: 14px;
	line-height: 22px;
}

.copy {
	font-size: 12px;
	color: #ffffff;
}


.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;
}

.side_back {
    background: linear-gradient(0deg, #c9e4f5 10%, #036eb8 100%);
}

.mainback_img { 
  background-image: url("img_main_back.jpg");
  background-size: 100%;
  background-position: top;
  background-color: #4f9b3d;
  background-repeat: no-repeat;
}

.titleback_img { 
  background-image: url("img_title_back.svg");
  background-size: 100%;
  background-position: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

a img:hover {
  opacity: 0.7;
}
