@charset "shift_jis";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* -----------------
*  基本情報
* -----------------*/

html,body{
	height:100%;
}

html{
/*	font-size:70%; */
	font-size:62.5%;
	overflow-y: scroll;
}

body{
	-webkit-text-size-adjust: 100%;
}

/*--------------
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif;
	text-align: left;
	color:#000;
	line-height: 1.6;
}
---------*/

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
img, form {
	margin: 0;
	padding: 0;

	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
/*	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif; */

	text-align: left;
	color:#000;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, input, textarea, select{
       font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'TsukuBRdGothic-Regular','Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif;
    font-weight: bold;
}


h2 {
    font-size: 3rem;
    color: #1A4069;
    display: inline-block;
    position: relative;
    padding: 0px 2rem 0rem 2rem;
    background: linear-gradient(transparent 80%, #E7EBF0 80%);
    margin-left: -1.6rem;
    line-height: 1.3;
    z-index: -2;
    margin-bottom: 1rem;
}
h2:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

h2:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}

*,
*:before,
*:after {
/*	-webkit-box-sizing: border-box; */
	box-sizing: border-box; }

table{
/*	border-spacing: 0; */ 
	font-size:1.2em;
}

input, textarea, select{
	vertical-align:middle;
	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif;
	background-color: #fff;
}

button{
	background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
}

<!---
input,select,button,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
--->

select,button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
}

select::-ms-expand{
	display: none;
}
textarea{
	resize: none;
}

.textlines {
/*    border: 2px solid #0a0;*/  /* 枠線 */
    border-radius: 0.67em;   /* 角丸 */
    padding: 0.5em;          /* 内側の余白量 */
/*   background-color: snow;*/  /* 背景色 */
    width: 40em;             /* 横幅 */
    height: 200px;           /* 高さ */
    font-size: 1em;          /* 文字サイズ */
    line-height: 1.2;        /* 行の高さ */
}

button,input[type="submit"],input[type="button"],select{
	cursor:pointer;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a{
	text-decoration: none;
	color: #0059b9;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
@media screen and (min-width: 769px) {
	a:hover{
		opacity: 0.8;
	}

	a[href^="tel:"]{
		display: inline-block;
		pointer-events: none;
	}
}

.container{
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}

.sp{
	display: none;
}

section {
	padding: 2.5rem 0 1rem;
}
.sec_bottom {
	  margin-bottom: 6rem;
    margin-top: 3rem;
}

@media screen and (max-width: 768px) {
	body{
		width: 100%;

	}
	.container{
		width: 92%;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block;
	}
	.oneline{
		width: 92%;
	}

	address,
	ul, ol, li, dl, dt, dd,
	table, th, td, form, input, textarea, select{
		font-size: 1.4rem;
	}
}

.center {
	text-align: center;
}

/* --------------------------------------------------------
*  header
* --------------------------------------------------------*/
header {
	width: 100%;
	margin: 0 auto;
}

.mv_area {
/*	height: 26vh; */
	height: 8vh;

	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}
.header_bg {
	background: #E7EBF0;
}

.slide {
	position:relative;
	z-index: -1;
	/*height:90vh;*/
	width: 100vw;
	top: 0;
}
.slide_img {
  z-index: 1;
  opacity: 0;
  width: 100%;
 height: 30vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation-name: mv;
  animation-iteration-count: infinite;
  animation-duration: 30s;
}

@keyframes mv {
  0% {
		opacity: 0;
	}
	8.5% {
		opacity: 1;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}

}


.img01{
  background-image: url(../img/mv/01.jpg);
  background-position: center bottom;
}
.img02{
  animation-delay: 6s;
  background-image: url(../img/mv/02.jpg);
   animation-iteration-count: infinite;
   
}
.img03{
  animation-delay: 12s;
  background-image: url(../img/mv/03.jpg);
   animation-iteration-count: infinite;
  
}
.img04{
  animation-delay: 17s;
  background-image: url(../img/mv/04.jpg);
   animation-iteration-count: infinite;
   
}


header h1.logo{
	width: 20%;
  margin: 2rem 0;
  z-index: 10;
  position: relative;
  top: 0;
}
nav.gnav {
	background: #BB2032;
	padding: 2rem 0;
	font-family: 'TsukuBRdGothic-Regular',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif;
}
nav.gnav ul{
	display: flex;
	flex-wrap: flex-wrap;
	justify-content: center;
}
nav.gnav ul li{
	margin: 0 4rem;
}
.gnav a{
	color: #fff;
	font-size: 1.4rem; 
/*	font-size: 1.2rem; */
	white-space: nowrap;


}
.gnav a:hover {
	border-bottom: 1px solid #fff;
}
.drawer_hidden,.drawer_open {
	display: none;
}
@media screen and (max-width: 970px) {
.gnav a {
	font-size: 1.6rem;
}
.drower {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 120;
}
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
  background: #BB2032;
}

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}


.drawer_open span:before {
  bottom: 8px;
}


.drawer_open span:after {
  top: 8px;
}


#drawer_check:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}


#drawer_check:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_check:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

.gnav{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 99;
  background: #BB2032;
  transition: .5s;
  padding: 2rem 2rem;
}
nav.gnav ul{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	align-self: center;
	padding-top: 5rem;
}
nav.gnav ul li{
	margin: 1rem 0 2rem;
	}


#drawer_check:checked ~ .gnav {
  left: 0;
}
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
.footer_cont {
	background: #084069;
	padding-top: 3rem;
	margin:0 auto;
}
.footer_copy .container {
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
	align-items: center;
	align-self: center;
}
.footer_copy {
	padding: 0rem 0;
}
.footer_copy p{
	font-size: 1.2rem;
}
.footer_logo {
	width: 350px;
}
.footer_cont .container {
	display: flex;
	flex-flow: nowrap;
	justify-content: center;
	align-items: flex-start;
	align-self: flex-start;
}
.footer_cont p, .footer_cont li a{
		color: #fff;
}
.footer_nav{
	display: flex;
}
.footer_nav li{
	margin-right: 3rem;
}
.footer_nav a{
	color: #fff;
}
.footer_nav a:hover{
	border-bottom: 1px solid #fff;
}
.footer_nav ul{
	display: flex;
}
.address_area {
	width: 36%;
	margin-bottom: 2rem;
}
.address_area p {
	line-height: 1.6;
}
.address_area h2 {
	color: #fff;
	font-size: 1.8rem;
	border-bottom: 2px solid #fff;
	margin-bottom: 1rem;
	display: inline-block;
	position: relative;
	z-index: 0;
	background: none;
	margin-left: 0;
	padding: 0 0 0.5rem 0;
}
.address_area h2:after,.address_area h2:before{
	border-left: none;
	border-right: none;
}
.sns_area {
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-self: flex-start;
    margin-top: -0.8rem;
    margin-bottom: 1.5rem;
}
.sns_area li {
	margin-right: 2rem;
	list-style-type: none;
}
.sns_area img{
	width: 20px; /* 元は30px */
	margin-left: 0.5rem;
}
.sns_area li a:hover{
	text-decoration: none;
	border-bottom: none;
}
/* ----------------------------------------------------------------------------------------------------
*  contents
* --------------------------------------------------------------------------------------------------*/
h2.title {
	border-bottom: 1px solid #D60018;
	margin: 0 auto 1rem;
	display: inline-block;
	position: relative;
	z-index: 0;
	background: none;
	padding: 0 0 0.5rem 0;
	text-align: center;
}

h2.title:after,h2.title:before{
	border-left: none;
	border-right: none;
}

p.title_caption{
	text-align: center;
	margin: 2rem 0;
}

.intro_area {
	display: flex;
	flex-flow: nowrap;
	align-items: flex-start;
	align-self: center;
	justify-content: space-between;
	margin: 0rem auto 10rem;
	position: relative;
}
.intro_area a{
	width: 320px;
}
.intro_area p,.intro_area h3{
	text-align: center;
}
.intro_area h3 {
	font-size: 2.2rem;
	margin: 1rem auto;
	color: #1A4069;
}
.intro_area h3 span {
	display: block;
	font-size: 1.8rem;
}
.intro_area p{
	color: #D60018;
	font-family: 'TsukuBRdGothic-Regular',sans-serif;
}
.intro_area .box img{
	position: relative;
	z-index: 1;
	width: 120px;
}

.box {
	position: relative;
}
.box_inner {
    background: #E7EBF0;
    width: 320px;
    height: 170px;
    padding: 70px 15px 10px;
 		border-radius: 10px;
    z-index: 0;
    position: absolute;
    top: 50px;
}

.news_area{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 100%;
}
.news_area dt {
	width: 12%;
	border-bottom: 1px solid #999999;
	padding: 1.5rem 0;
}
.news_area dd {
	width: 88%;
	border-bottom: 1px solid #999999;
	padding: 1.5rem 0;
}
.news_area dd p{
	padding-left: 1rem;
}
.news_area a:hover{
	border-bottom: 1px solid #0059b9;
}

.new {
	color: #fff;
	background: #BB2032;
	padding: 0rem 0.5rem;
	font-size: 1.0rem;
	margin-right: 1rem;
}

.new2 {
	color: #993300;
	background: #ffcc00;
	padding: 0rem 0.5rem;
	font-size: 1.0rem;
	margin-right: 1rem;
}
.upcoming {
	display: flex;
	flex-wrap: wrap;
  flex-direction: row;
  margin-top: 3rem;
}
.upcoming li {
	margin-right: 5rem;
	margin-bottom: 2rem;
	width: 10%;
}



@media screen and (max-width: 970px) {
	header h1.logo {
		margin:0.5rem 0;
		width: 45%;
	}
	h2 {}
	header {
		height: 20vh;
	}

	.img01{
  background-position: center center;
}
	.slide_img {
  height: 20vh;
  background-size: cover;
}
	.mv_area{
		height: 20vh;

	}
	.intro_area{
		flex-flow: column;
		margin-bottom: 3rem;
	}
	.box {
		margin: 2rem auto;
	}
	.box_inner {
		width: 100%;
		height: auto;
		top: 50px;
		padding: 40px 5px 10px;
	}
	.intro_area a{
		margin: 30px auto;
		width: 100%;
	}
	.intro_area h3 {
		font-size: 2rem;
	}
	.intro_area h3 span{
		display: inline-block;
	}
	.intro_area .box img{
		width: 100px;
	}
.news_area {
	flex-flow: column;
}
.news_area dt{
	border-bottom: none;
	padding: 2rem 0 0 0;
}
.news_area dd {
	width: 100%;
	padding: 1rem 0 2rem 0;
}
.new {
	margin-left: 0;
}

}

@media screen and (max-width: 768px) {
	.upcoming li {
	margin-right: 3rem;
	width: 25%;
}
	.footer_cont .container,.footer_copy .container{
		flex-flow: column;
	}
	.footer_nav{
		flex-flow: column;
	}
	.footer_nav ul{
		margin-bottom: 1rem;
		flex-direction: column; /* スマホ表示のフッター配列の設定 */
	}
	.footer_nav li{
		margin: 0 1.5rem 1.5rem 0;
	}
	.address_area p {
		font-size: 1.3rem;
	}
	.address_area p a{
		color: #fff;
	}
	.footer_copy .footer_logo{
		order: 1;
		margin-bottom: 1rem;
	}
	.footer_copy p {
		order: 2;
	}
	}

/*--
*       ここからNAV
*---*/

.oneline{
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
}

#oneline{

  width:100%;
  float:center;
  font-size:1.1em;
  padding:0 0 10px 0;

}
#oneline h1x{

  width:100%;
  float:center;
  padding:0 0 10px 0;
  font-size:2.5em;
  font-weight:bold;
}

.oneline2{
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
	text-align:center;
}

#oneline2{

  width:90%;
  float:right;
  font-size:1.2em;
  padding:0 0 10px 0;
  text-align:left;
}


#left{
  float: left;
  width: 250px;
}

#left_bak{
/*  width:120px; */
  width:20%; 
  float:left;
  text-align:left;
  padding:0 0 10px 0;
  margin: auto;
}

#left a{
  color:#00497c;
  text-decoration:none;
}
#left a:hover{
  color:#4455b6;
}
#left a:visited {
  color: #cc3366;
}

#left h2{

#  border:1px solid #999;
#  background:#4169ad url('images/gif/side.png') no-repeat left top;
#  font-size:1.3em;
  font-size:1.3em;						
  margin:10px 0 7px 10px;
  padding:3px 10px;

#  color:#FF99FF;
}

#left h2x{

  border:1px solid #999;

#  background:#4169ad url('images/gif/side.png') no-repeat left top;
#  background:#EEEEEE;
#  font-size:1.3em;

  font-size:1.1em;						
  white-space: nowrap;
  display: inline-block;
#  overflow: hidden;
  overflow: ellipsis;
  flex-wrap: nowrap

#  margin:0 0 2px 10px;
#  padding:10px 10px ;
#  margin:50px 0px 150px 0px;
#  padding:10px 10px;
#  width: 200px;
#  height:100px;
  background:#EEEEEE;

  width: 150px;
  margin:0px;
  padding-top:7px;
  padding-bottom:5px;
  padding-left:20px;
  padding-right:70px;

#  color:#FF99FF;
}

#left h2xx{

  border:1px solid #999;

#  background:#4169ad url('images/gif/side.png') no-repeat left top;
#  background:#EEEEEE;
#  font-size:1.3em;

  font-size:1.1em;						
  white-space: nowrap;
  display: inline-block;
#  overflow: hidden;
  overflow: ellipsis;
  flex-wrap: nowrap

#  margin:0 0 2px 10px;
#  padding:10px 10px ;
#  margin:50px 0px 150px 0px;
#  padding:10px 10px;
#  width: 200px;
#  height:100px;
  background:#EEEEEE;

  width: 210px;
  margin:0px;
  padding-top:7px;
  padding-bottom:5px;
  padding-left:20px;
  padding-right:70px;

#  color:#FF99FF;
}

#left h2xy{

  border:1px solid #999;

#  background:#4169ad url('images/gif/side.png') no-repeat left top;
#  background:#EEEEEE;
#  font-size:1.3em;

  font-size:1.1em;						
  white-space: nowrap;
  display: inline-block;
#  overflow: hidden;
  overflow: ellipsis;
  flex-wrap: nowrap

#  margin:0 0 2px 10px;
#  padding:10px 10px ;
#  margin:50px 0px 150px 0px;
#  padding:10px 10px;
#  width: 200px;
#  height:100px;
  background:#EEEEEE;

  width: 230px;
  margin:0px;
  padding-top:7px;
  padding-bottom:5px;
  padding-left:20px;
  padding-right:70px;

#  color:#FF99FF;
}

#left h2b{

  border:1px solid #999;

# background:#4169ad url('images/gif/side.png') no-repeat left top;
# background:#EEEEEE;
# font-size:1.3em;
  font-size:1.1em;						

  margin:0 0 2px 10px;
  padding:10px 10px ;
# margin:50px 0px 150px 0px;
# padding:10px 10px;
  width: 200px;
  height:100px;
  background:#EEEEEE;

# color:#FF99FF;
}


#left h2 a{
# color:#fff;
# text-decoration:none;
  font-size: 1.2em;
# color:#000088;

}
#left h2 a:hover{
# color:#97a6d0;
# text-decoration:none;
  font-size: 1.2em;
}

#left h2 a:visited {
# color: #000088;
# text-decoration:none;
  font-size: 1.2em;
}

#left h3{
  font-size:1.2em;
  padding:3px 10px;
  color:#EE0;
}

#left h3 a{
  color:#5252C5;
# text-decoration:underline;
}
#left h3 a:hover{
  color:#54D347;
}

#left h3 a:visited {
  color: #AA66F0;
}

#left p{
  margin:0 0 2px 10px;
  padding:0 5px 1px 10px ;
  font-size:1.2em;
# color:#444;
}

#left table{
  font-size:1.1em;
  color:#444;
  margin:0 0 0 10px;
}

#right_bak{

/*  width:500px; */

  width:78%;
  float:right;
  font-size:1.2em;
  padding:0 0 10px 0;
  text-align:left;
}

#right{
  float: right;
  width: 100%;
  margin-right: -250px;
  padding-right: 250px;
  box-sizing: border-box;
}

#right ul{
  font-size:1.2em;
  line-height:150%;

  margin:5px; 
  padding-top:5px; 
  padding-bottom:5px;  
  padding-left:5px;
  
/*  padding-right:300px; */
}

#right ol ul{
  font-size:0.8em;
  line-height:150%;
  margin-right: 80px;
}

#right ul.indent2{
  margin-right: 80px;
}

#right li.indent2{
  margin-right: 80px;
}

#right p.indent2b{
  margin-left: 20px;
}

#right table.indent2b{
  margin-left: 20px;
}
#right p.indent2{
  font-size:0.8em;
  line-height:150%;
  margin-right: 80px;
}

#right ul li{
    list-style-type: circle;
}

#right ul li.indent8{
    list-style-type: square;
    margin-left: 80px;
}

#right ol li.indent11{
    list-style-type: decimal;
    margin-left: 30px;
}

#right ol.no { 
    font-size:1.2em;
/*      margin: 10px 30px; */
	margin-left: 24px;
	text-align: left;
    list-style-type: decimal;
    white-space: nowrap;
}

#left p.pub{
  margin:0 0 10px 0px;
  padding:0 0px 0px 0px ;
  border:0;
  font-size:1.2em;
#  color:#444;
  text-align:left;
}

#left p.banner{
  margin:0 0 10px 0px;
  padding:0 0px 0px 0px ;
  border:0;
  font-size:1.2em;

#  color:#444;
  text-align:left;
}

#right p.check{

  width:100%;
  font-size:1.1em;

#  float:right;
#  padding:0 0 10px 0;
  text-align:right;
}

right p.right{
  width:100%;
  font-size:1.1em;

#  float:right;
#  padding:0 0 10px 0;
  text-align:right;
}

#right p.check2{

#  width:500px;
  width:100%;
  float:right;
  font-size:1.1em;
  padding:0 0 10px 0;
  text-align:left;
}

#right a{
    color:#00497c;
}

#right a:hover{
    color:#4455b6;
}

#right a:visted{
  color:#cc3399;
}

#right h2{
  border-width:1px;
  border-style:solid;
  border-color:#ddf #aac #aac #ddf;
  background:url('images/gif/mainbg6.gif') repeat-x left top;
  color:#446;
  font-size:1.5em;
  margin:10px 10px 7px 0;
  padding:3px 10px;
}

#right h2a.close{

/*   background: #000 url(../images/btn_plus.png) no-repeat right center/34px 34px; */

/*   background: #000 url(../images/btn_plus.png) no-repeat right; */

     margin: 0 5px;
     padding: 5px 10px;
     color: white;
     background-color:black;
     width=100px;
     font-size:1.5em;
     font-weight:bold;
}

#right h2.color{

#  border-width:1px;
#  border-style:solid;
#  border-color:#ddf #aac #aac #ddf;
#  background:url('images/gif/mainbg4.gif') repeat-x left top;
#  color:#446;
  font-size:1.2em;
#  font-size:10pt;
#  margin:10px 10px 7px 0;
#  padding:3px 10px;
}

#right h3{
  font-size:1.3em;
  color: #003366;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

right h3{
  font-size: 1.3em;
  color: #003366;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

#right h3.catch2{
  font-size:1.3em;
  color: #FFFFFF;
/*  background:url('images/gif/catch_bar.gif') repeat-x left top; */

  background:url('images/gif/catch_bar.gif') no-repeat left top;
  position:bottom;

  margin:10px 10px 7px 7px;
  padding:0px 20px;
}


#right p.mi{
  margin:0 10px 2px 0;
  padding:0 10px 7px 10px;
  font-size:1.1em;
#  line-height:21px;
}

#right p{
  margin:0 10px 2px 0;
#  padding:0 10px 7px 10px;
  padding:0 5px 0px 5px;
  font-size:1.4em;
#  line-height:21px;
}

#right p.indent{
  margin-left: 1.1em;
  text-indent: -1.0em;
  font-size:1.2em;
/*  color:#BB0000; */
  color:#111111;
  white-space: nowrap;
}

#right p.indent2{
  text-indent: 0.5em;
  font-size:1.4em;
}

#right p.indent2x{
  margin-left: 2.0em;
  text-indent: 2.0em;
  font-size:1.5em;
}

.indent2{
  text-indent: 1.5em;
  font-size:1.2em;
}

#right p.indent3{
  text-indent: 0.5em;
  font-size:1.2em;
  color:#BB0000;
}

#right p.indent4{
  text-indent: 1.0em;
  font-size:1.2em;
}

#oneline p.indent4x{
    text-indent: -1.0em;
    margin-left: 2.0em;
}

#oneline p.indent4x:before {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .5em;
    background: #111111;
    transform: rotate(45deg); 
    vertical-align: 2px;
}

#right p.indent5{
  text-indent: 1.5em;
  font-size: 1.1em;
}
#right p.indent6{
  text-indent: 2.0em;
  font-size: 1.1em;
}

#right p.catch{
  color: #008000;
  font-size: 1.2em;
  line-height: 50px;
}

#right p.look{
  color: #CC0000;
}

/*   ここtable */

#right table{
  font-size: 1.2em;
  text-indent: 0.5px;
}

#right td.indent{
  font-size: 1.2em;
  text-indent: 0.5px;
}

#right td.indent9{
  font-size: 1.2em;
  text-indent: 0.5px;
  background-color:#FFFFCC;
}

#right td.indent10{
  font-size: 1.2em;
  text-indent: 0.5px;
  background-color:#F9E09F;
}

#right th.indent{
  font-size: 1.2em;
  text-indent: 0.5px;
}

#right table ul{
  font-size: 1.0em;
  text-indent: 0.5px;
}

#right caption.indent{
  font-size: 1.3em;
  text-indent: 0.5px;
}

#right ol td{
  font-size: 0.8em;
  text-indent: 0.5px;
}

#right ul td{
  font-size: 0.8em;
  text-indent: 0.5px;
}

#right ol{
  font-size: 1.2em;
  text-indent: 0.5px;
  list-style-type: decimal;
  margin-right: 80px;
}

/*----
#right ol{
  font-size:1.3em;
  line-height:180%;
}
-------------------*>

#right dl{
  font-size:1.3em;
  line-height:150%;
  padding:5px 5px 0;
  text-indent: 1.0em;
}

#right dt {
  float: left;
  font-size:2.0em;
  font-weight: bold;
}
#right dd {
  margin-left: 2.0em;
  text-indent: -1.0em;
  font-size:1.5em;
  weight: 30px;
}


.indent {
  background-color: #EDEDB8;
}

/*---------
#right p.indent{
  margin-left: 1.2em;
  text-indent: -1.5em; 
  white-space: nowrap;
}

#right p.indent2{
  text-indent: 0.5em;
  white-space: nowrap;
  font-size:1.3em;
}
-------------->

#right img{
  display: flex;
  justify-content: center;
  padding-left: 5px; 
}

#pagetop{
  padding:10px 12px 0 0;
  text-align:right;
}

.look{
  color:#CC0000;
  font-size:1.2em;
}

.look2{
  font-size:1.2em;
}

#oneline p.table {
	margin: 1px;
	padding: 1px;
	border: 1px;
	line-height: 100%;

/*	list-style-type: none; */

    font-size:1.2em;	 

/*	font-style: normal; 
	font-weight: normal; */

/*	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif; */

	text-align: center;

	color:#000;

	line-height: 1.6;
}


#oneline p.TABLE {
	margin: 1px;
	padding: 1px;
	border: 1px;
	line-height: 100%;

/*	list-style-type: none; */

    font-size:1.1em;	 

/*	font-style: normal; 
	font-weight: normal; */

/* 	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif; */

	text-align: center;

	color:#000;

	line-height: 1.6;
}


#oneline p {
	margin: 1px;
	padding: 1px;
	border: 1px;
	line-height: 100%;

/*	list-style-type: none; */

    font-size:1.1em;	 

/*	font-style: normal; 
	font-weight: normal; */

/*	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif; */ 

	text-align: left;

	color:#000;

	line-height: 1.6;
}

#oneline table {
	margin: 1px;
	padding: 1px;
	border: 1px;
	line-height: 100%;

/*	list-style-type: none; */

    font-size:1.1em;	 

/*	font-style: normal; 
	font-weight: normal; */

/*	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif; */

	text-align: left;
	color:#000;
	line-height: 1.6;
}

#oneline th {
    font-size:1.1em;	 
	text-align: center;
	color:#000;
	line-height: 1.6;
}

#oneline chk {

  width:100%;
  font-size:1.5em;

#  float:right;
#  padding:0 0 10px 0;
  text-align:right;
}

#oneline p.right {
  text-align: right
}

#left chk.ul.li{

  width:100%;
  font-size:1.5em;

#  float:right;
#  padding:0 0 10px 0;

}

#oneline p.ol.li {
	margin: 1px;
	padding: 1px;
	border: 1px;
	line-height: 100%;

    font-size:1.5em;	 

	text-align: left;
	color:#000;
	line-height: 1.6;
}

#oneline2 p.table {

	margin: 1px;
	padding: 1px;
	border: 1px;
	line-height: 100%;

/*	list-style-type: none; */

    font-size:1.2em;	 

/*	font-style: normal; 
	font-weight: normal; */

/*	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif; */

	text-align: left;

	color:#000;

	line-height: 1.6;
}

#right h2mi.color{
  border-width:1px;
  border-style:solid;
  border-color:#ddf #aac #aac #ddf;
/*  background:url('images/gif/mainbg4.gif') repeat-x left top; */

  background: repeat-x center/80% url("images/gif/mainbg4.gif");

  font-weight: bold;

  color:#446;
  font-size:1.5em;
#  font-size:10pt;
/*  margin:10px 10px 7px 0;
  padding:3px 10px; */
  white-space: nowrap;

  margin:0px;
  padding-top:5px; 
  padding-bottom:5px; 
  padding-left:10px; 
  padding-right:10px; 
/*  padding-right:300px; */
}

#oneline2 a{
  color:#00497c;
}

#oneline2 a:hover{
  color:#4455b6;
}

#oneline2 a:visted{
  color:#cc3399;
}

#oneline2 h2{
  border-width:1px;
  border-style:solid;
  border-color:#ddf #aac #aac #ddf;
  background:url('images/gif/mainbg6.gif') repeat-x left top;
  color:#446;
  font-size:1.5em;
  margin:10px 10px 7px 0;
  padding:3px 10px;
}

#oneline2 h2.color{

#  border-width:1px;
#  border-style:solid;
#  border-color:#ddf #aac #aac #ddf;
#  background:url('images/gif/mainbg4.gif') repeat-x left top;
#  color:#446;
   font-size:1.2em;
#  font-size:10pt;
#  margin:10px 10px 7px 0;
#  padding:3px 10px;
}

#oneline2 h3{
  font-size:1.3em;
/*  color: #003366; */
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

#oneline2 h33{
  font-size: 1.5em;
  color: #111111;
}

#oneline2 h3.catch2{
  font-size:1.3em;
  color: #FFFFFF;
  background:url('images/gif/catch_bar.gif') repeat-x left top;
  margin:10px 10px 7px 7px;
  padding:10px 40px;
}


#oneline2 p.mi{
  margin:0 10px 2px 0;
  padding:0 10px 7px 10px;
  font-size:1.1em;
#  line-height:21px;
}

#oneline2 p{
  margin:0 10px 2px 0;
#  padding:0 10px 7px 10px;
  padding:0 5px 0px 5px;
  font-size:1.1em;
#  line-height:21px;
}

#oneline2 p.indent{
  margin-left: 1.0em;
  text-indent: -1.0em;
  font-size:1.2em;
  color:#BB0000;
}

#oneline2 p.indent2{
  text-indent: 0.5em;
  font-size:1.2em;
}

#oneline2 p.indent3{
  text-indent: 0.5em;
  font-size:1.2em;
  color:#BB0000;
}

#oneline2 p.indent4{
  text-indent: 1.0em;
  padding-left: 1.0em;
  font-size:1.2em;
}

#oneline2 p.indent4x{
    text-indent: -1.0em;
    margin-left: 2.0em;
}

#oneline2 p.indent4y{
  text-indent: -1.0em;
  padding-left: 2.0em;
  font-size:1.2em;
}

#oneline2 p.indent4z{
  text-indent: 0em;
  padding-left: 4.0em;
  font-size:1.2em;
}

#oneline2 p.indent4x:before {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .5em;
    background: #f00;
    transform: rotate(45deg);
    vertical-align: 2px;
}

#oneline2 p.indent5x{
    text-indent: 1.5em;
    margin-left: 1em;
}

#oneline2 p.indent5x:before {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .5em;
    background: #111111;
/*    transform: rotate(45deg); */ 
    vertical-align: 2px;
}

#oneline2 p.indent5y{
  text-indent: -1.0em;
  padding-left: 2.0em;
  font-size:1.2em;
}

#oneline2 p.indent5{
  text-indent: 1.5em;
  font-size:1.0em;
}

#oneline2 p.indent6{
  text-indent: 2.5em;
  font-size:1.1em;
}

#oneline2 p.catch{
  color:#008000;
}

#oneline2 p.look{
  color:#CC0000;
}

#oneline2 table{
/*  font-size:13px; */
  font-size:1.2em;
  white-space: nowrap;
}

#oneline2 ul{
  font-size:1em;
  line-height:150%;
}

#oneline2 ol{
  font-size:1em;
  line-height:180%;
}

#oneline2 dl{
  font-size:1em;
  line-height:150%;
  padding:5px 5px 0;
  text-indent: 1.0em;
}

#oneline2 dt {
  font-weight: bold;
}

#oneline2 dd {
  margin-bottom: 5px;
  margin-left: 20px;
}

#oneline2 p.indent{
  margin-left: 1.0em;
  text-indent: -1.5em; 
}

#oneline2 p.indent2{
  text-indent: 0.5em; 
}

.style11 {
	 color: #FFFFFF;
         font-size: 1.2em;
}

.style12 {
/*	 font-size: smaller; */
         font-size: 1.2em;
}

.style13 {
/*	 font-size: smaller; */
         font-size: 1.2em;
	 color: #CC0000;
}

.style14 {
  color: #FFFFFF;
/*  font-size: smaller; */
  font-size: 10em;
}

.style14 {
  color: #FFFFFF;
/*  font-size: smaller; */
  font-size: 1.5em;
}

.style15 {
        color: #003399;
        font-weight: bold;
        font-size: 1.1em;
}

#p.style17 {
/*	 font-size: smaller; */

     font-size: 1.1em;
	 color: #003399;
/*	 text-align: center; */
 }

.style18 {
       color: #CC0000;
       font-size: 1.1em;
}

.style20 {
	 color: #FFFFFF; 
/*	 font-size: larger; */
         font-size: 1.1em;
 }

.style21 {
	 font-size: larger;
	 text-align: center;
}

.style22 {
        color: #009933;
        font-size: 1.1em;
}

.style23 {
        font-size: 1.1em;
}

.style24 {color: #CC0000; font-size: 12px; }

.right dl{
  line-height: 130%;
  padding:10;
  margin:10;
  font-size: 1.2em;
}

.right ul{
  line-height: 160%;
  padding:10;
  margin:10;
  font-size: 1.2em;
}

#right h2z.mida{

  margin: 0 0 7px 0;
  padding: 9px 0 10px 0px;
  line-height: 110%;
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
  width: 500px;
   white-space: nowrap;
}

#right p.indent4x{
  margin-right: 10%;
}

.red {color: #990000}

.style2 {
	font-size: smaller;
	white-space: nowrap;
	overflow: hidden;
}
.style5 {
	font-size: 14px;
	font-weight: bold;
	color: #3333CC;
}

#topicPath {
  margin:10px 0;
  }

#topicPath li {
  display:inline;
  line-height:110%;
  list-style-type:none;
  }

#left h2a.menu{

/*   background: #000 url(../images/btn_plus.png) no-repeat right center/34px 34px; */

/*   background: #000 url(../images/btn_plus.png) no-repeat right; */

     margin: 0 5px;
     padding: 5px 10px;
     color: white;
     background-color:black;
     width:200px;
     height:30px;
     font-size:1.2em;
     font-weight:bold;
}

#left h2a.menu-mag{

     margin: 0 5px;
     padding: 5px 10px;
     color: white;
     background-color:#0a6cad;
     width:200px;
     height:30px;
     font-size:1.2em;
     font-weight:bold;
}

#left h2a.menu-book{

     margin: 0 5px;
     padding: 5px 10px;
     color: white;
     background-color:#39874a;
     width:200px;
     height:30px;
     font-size:1.2em;
     font-weight:bold;
}

#left h2a.menu-who{

     margin: 0 5px;
     padding: 5px 10px;
     color: white;
     background-color:#e28432;
     width:200px;
     height:30px;
     font-size:1.2em;
     font-weight:bold;
}


#left h2a2.menu{

/*   background: #000 url(../images/btn_plus.png) no-repeat right center/34px 34px; */

/*   background: #000 url(../images/btn_plus.png) no-repeat right; */

     margin: 0 5px;
     padding: 5px 10px;
     color: white;
     background-color:black;
     width:200px;
     height:30px;
     font-size:1.0em;

     font-weight:bold;
}

#left h2a2.menu-asp2{

     margin: 0 5px;
     padding: 5px 10px;
     color: white;
     background-color:#666767;
     width:200px;
     height:30px;
     font-size:1.1em;

     font-weight:bold;
}

#oneline h2c.menu{

/*   background: #000 url(../images/btn_plus.png) no-repeat right center/34px 34px; */

/*   background: #000 url(../images/btn_plus.png) no-repeat right; */

     margin: 0 5px;
     padding: 5px 10px;
     color: white;
     background-color:black;
     width:200px;
     height:30px;
     font-size:1.2em;
     font-weight:bold;
     text-align: right;
}

mag-plus{
/*  color: #FF8C00; */
  color: #40E0D0;
/*  background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080); */

  background: -webkit-linear-gradient(0deg, #6091d3, #6091d3, #6091d3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   font-size:1.3em;
   font-weight:bold;
   margin: 0; 
   padding: 0;
   width:250px;
   height:50px;
   white-space: nowrap;
}

.mag-plus-box {
    padding: 0.8em 1em;
    margin: 0.5em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/

   /* width:250px; */
   height:50px;
}

book-plus{
  color: #4339966;
/*  background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080); */

  background: -webkit-linear-gradient(0deg, #339966, #339966, #339966);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   font-size:1.3em;
   font-weight:bold;
   margin: 0; 
   padding: 0;
   width:250px;
   height:50px;
   white-space: nowrap;
}

.book-plus-box {
    padding: 0.8em 1em;
    margin: 0.5em 0;
    font-weight: bold;
    color: #339966;/*文字色*/
    background: #FFF;
    border: solid 3px #339966;/*線*/
    border-radius: 10px;/*角の丸み*/

   /* width:250px; */
   height:50px;
}

who-plus{
  color: #FF9900;
/*  background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080); */

  background: -webkit-linear-gradient(0deg, #FF9900, #FF9900, #FF9900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   font-size:1.3em;
   font-weight:bold;
   margin: 0; 
   padding: 0;
   width:250px;
   height:50px;
   white-space: nowrap;
}

.who-plus-box {
    padding: 0.8em 1em;
    margin: 0.5em 0;
    font-weight: bold;

    color: #FF9900;/*文字色*/
    background: #FFF;
    border: solid 3px #FF9900; /*線*/
    border-radius: 10px;/*角の丸み*/

   /* width:250px; */
   height:50px;
}

T3db-plan{
  color: #FF8C00; 
  background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   font-size:1.3em;
   font-weight:bold;
   margin: 0; 
   padding: 0;
   width:250px;
   height:50px;
   white-space: nowrap;
}

.T3db-plan-box {
    padding: 0.8em 1em;
    margin: 0.5em 0;
    font-weight: bold;

    color: #FF9900;/*文字色*/
    background: #FFF;
    border: solid 3px #FF9900; /*線*/
    border-radius: 10px;/*角の丸み*/

   /* width:250px; */
   height:50px;
}

refcol{
  color: #990066;
/*  background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080); */

  background: -webkit-linear-gradient(0deg, #990066, #990066, #990066);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   font-size:1.3em;
   font-weight:bold;
   margin: 0; 
   padding: 0;
   width:250px;
   height:50px;
   white-space: nowrap;
}

.refcol-box {
    padding: 0.8em 1em;
    margin: 0.5em 0;
    font-weight: bold;

    color: #990066;/*文字色*/
    background: #FFF;
    border: solid 3px #990066; /*線*/
    border-radius: 10px;/*角の丸み*/

   /* width:250px; */
   height:50px;
}


trial{
  color: #66CCFF;
/*  background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080); */

  background: -webkit-linear-gradient(0deg, #66CCFF, #66CCFF, #66CCFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   font-size:1.3em;
   font-weight:bold;
   margin: 0; 
   padding: 0;
   width:250px;
   height:50px;
   white-space: nowrap;
}

.trial-box {
    padding: 0.8em 1em;
    margin: 0.5em 0;
    font-weight: bold;

    color: #66CCFF;/*文字色*/
    background: #FFF;
    border: solid 3px #66CCFF; /*線*/
    border-radius: 10px;/*角の丸み*/

   /* width:250px; */
   height:50px;
}

book_asp{
  color: #000011;
/*  background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080); */

  background: -webkit-linear-gradient(0deg, #000011, #000011, #000011);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   font-size:1.3em;
   font-weight:bold;
   margin: 0; 
   padding: 0;
   width:250px;
   height:50px;
   white-space: nowrap;
}

.book_asp-box {
    padding: 0.8em 1em;
    margin: 0.5em 0;
    font-weight: bold;

    color: #000011;/*文字色*/
    background: #FFF;
    border: solid 3px #000011; /*線*/
    border-radius: 10px;/*角の丸み*/
    
   /* width:250px; */
   height:50px;
}

mag_asp{
  color: #444444;
/*  background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080); */

  background: -webkit-linear-gradient(0deg, #444444, #444444, #444444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   font-size:1.3em;
   font-weight:bold;
   margin: 0; 
   padding: 0;
   width:250px;
   height:50px;
   white-space: nowrap;
}

.mag_asp-box {
    padding: 0.8em 1em;
    margin: 0.5em 0;
    font-weight: bold;

    color: #444444;/*文字色*/
    background: #FFF;
    border: solid 3px #444444; /*線*/
    border-radius: 10px;/*角の丸み*/

/*   width:250px; */
   height:50px;

}

#right dt{
  float: left;
  font-size:1.5em;
  font-weight:bold;
}

#right dd{
  margin-left: 1.0em;
  text-indent: -1.0em;
  font-size:1.5em;
}

#right li{
  margin-left: 1.5em;
  text-indent: 0em;
  font-size:1.2em;
  weight: 30px;
}

/*---------- 折りたたみのJavaScript用 ----------*/


/* インデント設定の追記 2025/6/10 */
.show li {
  list-style: disc;
  margin-left: 4em;
}

/* インデント設定の追記 2025/6/10 */
#contents li.none {
  list-style: none;
  margin-left: 3em;  
}

.trigger      {
  cursor:pointer;
  color:#069;
  text-indent: 1.2em;
}

.hide .target {
  display:none;
}

.trigger:hover { color:#c33 }
.trigger:after { content:url(database/img/plusminus01-036.gif) ; padding-left:0.3em }
.hide .trigger:after { content:url(database/img/plusminus01-015.gif) }

.index {
     font-size: 1.4em;
     margin: 0 5px;
     padding: 5px 10px;
     font-weight: bold;
}

mark {
     background-color: #a9e8ff;
	 padding: 6px 10px;
}


mark.mark2 {
     background-color: #99FF99;
}

/* 罫線の指定 */
hr.line {
  margin: 0 0 10px 0;
  padding: 2px 0 6px 0;
  border: 0;
  border-bottom: dotted 1px #666666;
}

/* 蛍光マーカー：2025/6/4 追記 */
span.marker {
    background: linear-gradient(transparent 50%, #FFFF33 50%);
}


/* 上部メニューリンクバーの設定：2025/6/4 追記 */
.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff; /*背景色*/
}
.box3 p {
    margin: 0;
    padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
