
@charset "UTF-8";

@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: 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;
	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;
}

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;
}

.hh{
    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;
    text-align: left
}

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: 679px) {
	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: 679px) {
	body{
		width: 100%;

	}
	.container{
		width: 92%;
	}
	.containerz{
		width: 92%;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block;
	}
	address,
	ul, ol, li, dl, dt, dd,
	table, th, td, form, input, textarea, select{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 768px) {
        body{
                width: 100%;

        }
        .container{
                width: 92%;
        }
        .containerz{
                width: 92%;
        }
        .pc{
                display: none !important;
        }
        .sp{
                display: block;
        }
        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;
	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;
	color: #eca672; 
	white-space: nowrap; 
}
.gnav a{
	color: #fff;
	font-size: 1.4rem; 
/*	font-size: 1.2rem; */
	white-space: nowrap;

}
.gnav a:hover {
	border-bottom: 1px solid #fff;
}
/* -----------------
*  drawer情報
* -----------------*/
.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;
/*	white-space: nowrap; */
}

.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;
}

.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: 0.1rem 0.5rem;
	margin-left: -4rem;
	font-size: 1.2rem;
	margin-right: 1rem;
}

.new2 {
	color: #fff;
	background: #ff9933;
	padding: 0rem 0.5rem;
	font-size: 1.0rem;
	margin-right: 1rem;
}

.new3 {
	color: #006633;
	background: #ffff33;
	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) { */
@media screen and (max-width: 679px) {

	header h1.logo {
	margin:0.5rem 0;
	width: 100%;
	}
	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: 679px) {
	.upcoming li {
	margin-right: 3rem;
	width: 25%;
}
	.footer_cont .container,.footer_copy .container{
		flex-flow: column;
	}
	.footer_cont .container,.footer_copy .containerz{
		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;

}
.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;
}

#menu 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: 230px;
  margin: 0px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 70px;

#  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;

  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;
  white-space: nowrap;
}

#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.no { 
      font-size: 1.1em;
/*      margin: 10px 30px; */
	margin-left: 24px;
	text-align: left;
      list-style-type: decimal;
}

#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 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;
  text-align: right;
  white-space: nowrap;
}

#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.3em;
  padding:0 0 10px 0;
  text-align:left;
}

#right a{
/*  color:#00497c; :/
    color:#111111;

}

#right a:hover{
/*  color:#4455b6; */
    color:#111111;
}
#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;
  white-space: nowrap;

  margin-left: 1.1em;
  text-indent: -1.0em;
  white-space: nowrap;

}

right h3{
  font-size: 1.3em;
  color: #003366;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  white-space: nowrap;
}


#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.3em;
#  line-height:21px;
  white-space: nowrap;
}

#right p{
/*  margin:0 10px 2px 0;
  padding:0 5px 0px 5px; 
*/
  font-size:1.5em;
  width: 100%;
}

#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; */
  text-indent: 1.5em;
  font-size:1.2em;
}

.indent2{
  text-indent: 1.5em;
  font-size:1.2em;
}


#right p.indent3{
  text-indent: 0.5em;
  font-size:1.2em;
  color:#BB0000;
}

#oneline p.indent4 {
  text-indent: 1.0em;
  padding-left: 1.0em;
  font-size:1.5em;
  width: 100%;

}
#oneline2 p.indent43{
  text-indent: 1.0em;
  padding-left: 1.0em;
  font-size:1.5em;
  width: 100%;

}
#right p.indent43{
  text-indent: 1.0em;
  padding-left: 0.0em;
  font-size:1.5em;
}

#right p.indent44{
  text-indent: 0.0em;
  padding-left: 0.0em;
  font-size:1.5em;
}

#oneline p.indent4x:before {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.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.3em;
  line-height: 50px;
  width: 100%;
  white-space: nowrap;
}

.p.catch{
  color:#008000;
  font-size:1.3em;
  line-height: 50px;
  width: 100%;
  white-space: nowrap;
}

#right p.look{
  color:#CC0000;
}

#right ul.look{
  font-size:1.3em;
  white-space: nowrap;
}

#right ul.li.look{
  font-size:1.3em;
  white-space: nowrap;
}

.right li.look{
  font-size:1.5em;
  white-space: nowrap;
}

#right table{
#  font-size:13px;
  font-size:12px;
}

#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{
  font-size:1.1em;
  line-height:180%;
}
*>

#right dl{
  font-size:1em;
  line-height:150%;
  padding:5px 5px 0;
  text-indent: 1.0em;
}

#right dt {
  font-weight: bold;
}
#right dd {
  margin-bottom: 5px;
  margin-left: 20px;
}


.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; 
  width: 100%;
}

#pagetop{
  padding:10px 12px 0 0;
  text-align:right;
}

.look{
  color:#CC0000;
  font-size:1em;
}

.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;	 

/*	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;
}

#oneline2 p.table {

	margin: 1px;
	padding: 1px;
	border: 1px;
	line-height: 100%;

	table-layout: fixed;  # 20220802
	word-break: break-word;  # 20220802

/*	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;
}

#cover h33{
  font-size: 1.2em;
  color: #ee0000;
  font-weight: bold;
}

#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.3em;
#  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.indent4x:before {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .5em;
    background: #99CC00;
    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: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    background: #66CCFF;
/*    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;
  margin-left: 30px;
}
#oneline2 p.indent6 {
  text-indent: 2.5em;
  font-size: 1.1em;
}

#oneline2 p.catch {
  color: #008000;
  white-space: nowrap;
}

#oneline2 p.look {
  color: #CC0000;
}

#oneline2 table {
/*  font-size: 13px; */
  font-size: 1.2em;
  white-space: nowrap;
  margin-left: 30px;  # 20220809
}

#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 20px;
  line-height: 110%;
  font-size: 16px;
  color: #333333;
  background-image: url(../../database/img/titlebar.gif);
  background-repeat: no-repeat;
  background-size: contain
  width: 500px;

}

.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 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;
   
}

#contents ul li{
	margin: 0 4rem;
	color: #000000;
    list-style-type: disc;
}

#contents ul li.non{
	margin: 0 4rem;
	color: #000000;
    list-style-type: none;
}

#contents ul li.number{
	margin: 0 4rem;
	color: #000000;
    list-style-type: decimal;
}

p.green{
   font-size: 1.0em;
   color: #166902;
}

/* 囲み その1 */
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}

/* 囲み その2 */
.box17{
    margin: 2em 0;
    position: relative;
    padding: 0.5em 3.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}
/* 見出しのサイズ */
.box17 h1 {
    margin: 0; 
    padding: 0;
	font-size: large;
	text-align: center;
}

/* ボタン その1 */
.border_btn03 {
  display: inline-block;
  width: 100%;
  max-width: 150px; /* ボタン幅 */
  border: 2px solid #B476CE; /* 線幅・種類・色 */
  color: #B476CE; /* 文字色 */
  background: #fff; /* 背景色 */
  padding: 1em 2em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

/* マウスオーバーした際のデザイン */
.border_btn03:hover {
  border-style: dashed;
}

/* ボタン その2 */
.border_btn03 {
  display: inline-block;
  width: 100%;
  max-width: 220px; /* ボタン幅 */
  border: 2px solid #B476CE; /* 線幅・種類・色 */
  color: #B476CE; /* 文字色 */
  background: #fff; /* 背景色 */
  padding: 1em 2em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

/* マウスオーバーした際のデザイン */
.border_btn03:hover {
  border-style: dashed;
}

/* 画像の横並び→縦並び */
@media(min-width:751px){
  /*PC版のみ*/
  .yokonarabe{
    display:flex;
    width:100%;
    margin:0;
  }
  .yokonarabe>div{
    width:48%;
  }
}
/*PC・スマホ共通*/
.yokonarabe>div{
  margin:0 1%;
  border:1px solid #999;
  background:#FFF;
}

/* リストの左余白の指定 */
.contents_box {
  margin-left: 30px;
}

/* リスト横並び */
.company dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.company dt {
  flex-basis: 45%;
  padding: 10px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
.company dd {
  flex-basis: 55%;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 559px) {
.company dl {
flex-flow: column;
}
}

/* サンプルボタン */
.shiny_btn01 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 150px; /* ボタン幅 */
  padding: 1em 2em;
  background-color: #F88400; /* 背景色 */
  box-shadow: 0 3px 0 0 #995100; /* 影の色 */
  border-radius: 10px;
  font-weight: bold; /* 文字の太さ */
  color: #fff; /* 文字の色 */
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s;
}
.shiny_btn01::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 0.2s;
  animation: shiny_btn01 3s ease-in-out infinite;
}

/* マウスオーバーした際のデザイン */
.shiny_btn01:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

/* 光るアニメーション */
@-webkit-keyframes shiny_btn01 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.contents_box{
  width: 650px;
  height: 550px;
  background-color: aquamarine;
  overflow: hidden scroll ;
}

/* 画像の左・下の余白指定 */
#containerz p.yohaku{
   margin-left: 30px;
   margin-bottom: 20px;
}

/* テーブルの左の余白指定 */
#containerz table.yohaku{
   margin-left: 30px;
}

/* 画像の枠線指定 */
#containerz img.waku{
   border-style: solid;
   border-width: 1px;
}

/* 罫線の指定 */
hr.line {
  margin: 0 0 10px 0;
  padding: 2px 0 6px 0;
  border: 0;
  border-bottom: dotted 1px #666666;
}

/* 左メニューのインデント指定 */
#menu ul.indent9 {
  margin-left: -10px;
}

/* 本文のddの余白指定 */
#containerz dd.indent8 {
  margin-left: 20px;
}

/* 本文のliの余白指定 */
#containerz li.indent8 {
  margin-left: 60px;
}

/* 本文のpの余白指定 */
#containerz p.indent8 {
  margin-left: 30px;
}

/* 本文のpの余白指定 */
#containerz p.indent8B {
  margin-left: 30px;
  color: #CC0000;
}

/* Youtube埋め込み動画の幅・高さの指定 */
.responsive {
  width: 100%;
  aspect-ratio: 16/9;
}

/* リスト番号の表示 */
#contents ol li{
	margin: 0 4rem;
	color: #000000;
    list-style-type: decimal;
}