@charset "utf-8";

main {
  font-size: clamp(14px, 4vw, 18px);
}

h2 {
font-size: clamp(1.3rem, 4vw, 2rem);
position: relative;
padding: 0rem .5rem 1.1rem .5rem;
margin-bottom: 2rem;
}
h2:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 6px;
content: '';
background-image: linear-gradient(to right, #fa709a 0%, #fee140 50%, #fa709a 100%);
}

h3 {
font-size: clamp(1.1rem, 4vw, 1.6rem);
color:#ffffff;
font-weight: 500;
padding: 6px 14px 8px 14px;
background-color:#b74267;
line-height:120%;
margin: 0 0 15px 0;
}

h4 {
font-size: clamp(1.1rem, 4vw, 1.5rem);
margin: 0 0 10px 0;
font-weight: 400;
color: #fa719b;
}

a {
	text-decoration:none;
}

a:hover, .navbar-toggler:hover {
   opacity: 0.6;
   transition: 0.2s;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

@media (min-width: 1201px) {
  .container {
    max-width: 1220px;
  }
}

@media (min-width: 993px) {
  .container-lg {
    max-width: 1100px;
  }
}

.bg-news {
background-color: #f0f0f0;
}

footer {
  background-color: #240f36;
}

.nav-item {
  font-size: 0.95em;
}


/* テーブル
----------------------------------------------- */	
table { border-collapse: collapse; margin: 20px 0 20px 0; width:100%; }
table th, table td { border: 1px solid #cccccc; padding: 10px 20px; vertical-align: top; }
table th { background-color: #f2f2f2;font-weight:500; }

@media (max-width: 767.98px) {
table { border-collapse: collapse; margin: 20px 0 20px 0; width:100%;font-size:0.9em; }
table th, table td { border: 1px solid #cccccc; padding: 5px 8px; vertical-align: top; }
table th { background-color: #f2f2f2;font-weight:500; }
}

/* その他
----------------------------------------------- */
img{ border:0px;}
.red{ color:#ff0b00;}
.red2{ color:#f36b7f;}
.red3{ color:#d00716;}
.blue{ color:#06C;}
.blue2{ color:#007fc6;}
.orange{ color:#ff6600;}
.white{ color:#FFF;}
.gray{ color:#787878 !important;}
.gray2{ color:#cccccc !important;}
.brown{ color:#894d14;}
.green{ color:#2dac7b;}
.green2{ color:#1e9661;}
.mt0{ margin-top:0px !important;}
.mt5{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt40{ margin-top:40px !important;}
.mt50{ margin-top:50px !important;}
.mt100{ margin-top:100px !important;}
.mb0{ margin-bottom:0px !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}
.ml0{ margin-left:0px !important;}
.ml5{ margin-left:5px !important;}
.ml10{ margin-left:10px !important;}
.ml15{ margin-left:15px !important;}
.ml20{ margin-left:20px !important;}
.ml25{ margin-left:25px !important;}
.ml30{ margin-left:30px !important;}
.ml35{ margin-left:35px !important;}
.ml40{ margin-left:40px !important;}
.ml50{ margin-left:50px !important;}
.mr0{ margin-right:0px !important;}
.mr5{ margin-right:5px !important;}
.mr10{ margin-right:10px !important;}
.mr15{ margin-right:15px !important;}
.mr20{ margin-right:20px !important;}
.mr25{ margin-right:25px !important;}
.mr30{ margin-right:30px !important;}
.mr40{ margin-right:40px !important;}
.mr50{ margin-right:50px !important;}
.fxl{ font-size:1.4em; line-height:150%; }
.fl{ font-size:1.2em; line-height:150%; }
.fs{ font-size:0.8em; line-height:150%; }
.fxs{ font-size:0.6em; line-height:150%; }
.normal{ font-weight:normal;}
.bold{ font-weight: bold;}
.center{ text-align: center;}
.left{ text-align: left;}
.right{ text-align: right;}
.f_left{ float: left;}
.f_right{ float: right;}
.a_center { display: block; margin-left: auto; margin-right: auto; }
.a_left { float: left; margin: 0px 25px 25px 0px; }
.a_right { float: right; margin: 0px 0px 25px 25px; }
.nbr{ white-space: nowrap;}
.soro1{ text-indent:-1em; padding-left:1em;}
.soro1_4{ text-indent:-1.4em; padding-left:1.4em;}
.soro1_5{ text-indent:-1.5em; padding-left:1.5em;}
.soro2{ text-indent:-2em; padding-left:2em;}
.soro2_5{ text-indent:-2.5em; padding-left:2.5em;}
.soro3{ text-indent:-3em; padding-left:3em;}
.soro4{ text-indent:-4em; padding-left:4em;}
.soro5{ text-indent:-5em; padding-left:5em;}
.soro6{ text-indent:-6em; padding-left:6em;}
.soro7{ text-indent:-7em; padding-left:7em;}
.ml1em{ margin-left:1em !important;}
.ml2em{ margin-left:2em !important;}
.ml3em{ margin-left:3em !important;}
.ml4em{ margin-left:4em !important;}
.ml5em{ margin-left:5em !important;}
.waku { border: 2px solid #cccccc; padding: 10px 20px;}
.waku2 { background-color:#efefef; padding: 10px 20px;}
.line { border-bottom: 2px dotted #cccccc; padding: 20px 30px;}

.yajirushi {
  background-image: url('../img/yajirushi.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 50px auto;
}

@media (max-width: 767.98px) {
.waku { padding: 5px 8px;}
.waku2 { padding: 5px 8px;}
.yajirushi {
  background-size: 30px auto;
}
}

/* ボタン
----------------------------------------------- */
.link1 a {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	border: 0px solid #fdf2d3;
	margin: 0px 0px;
	padding: 15px 40px;
	background: #4db66d;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.link1 a:hover {
	filter: alpha(opacity=80);  -moz-opacity:0.8;  opacity:0.8;
	color: #ffffff;
}

.btn1 a {
	display: inline-block;
	text-align: center;
	color: #ffffff !important;
	line-height: 1.4;
	margin: 0px 0px;
	padding: 4px 25px 6px 25px;
	background: #40c4c1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.btn1 a:hover {
	filter: alpha(opacity=80);  -moz-opacity:0.8;  opacity:0.8;
}

.btn1g {
	display: inline-block;
}

.btn1g a {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	border: 0px solid #fdf2d3;
	margin: 0px 0px;
	padding: 8px 20px;
	background: #999999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.btn1g a:hover {
	filter: alpha(opacity=80);  -moz-opacity:0.8;  opacity:0.8;
	color: #ffffff;
}

.myButton {
	background-color:#668ad8;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:5px 20px;
	margin-top:10px;
	text-decoration:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.myButton:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration:none;
	color:#ffffff;
}
