/*スマホ対応関連*/
.nbsp_pc { display: inline !important; }
.nbsp_sp { display: none !important; }
.nbsp_pc2 { display: inline !important; }
.nbsp_sp2 { display: none !important; }

@media only screen and (max-width: 770px) {
	.nbsp_pc2 { display: none !important; }
	.nbsp_sp2 { display: inline !important; }
}
@media only screen and (max-width: 420px) {
	.nbsp_pc { display: none !important; }
	.nbsp_sp { display: inline !important; }
}





:root{scroll-padding: 75px;}/*ページ内リンクで見出しが固定ヘッダーに隠れるのを防止*/

body{
width:100%;
margin:0;
padding:0;
text-align:center;
background-color:#37ABC5;
color:black;
overflow-x: hidden!important;
}

#wrapper{
position: relative;
width:100%;
margin:0 auto;
padding:0;
text-align:center;
background-color:#fff;
font-size:14px;
line-height:21px;
}

a{
word-break:break-all;
}


/*ヘッダー*/
#head{
box-sizing: border-box;
width:100%;
margin:0 auto;
padding:0;
text-align:left;
background-color:#fff;
position:sticky;
top:0;
border-bottom:2px solid #37ABC5;
z-index:99999;
}

header.header1{
width:100%;
max-width:1000px;
margin:0 auto;
padding:5px 0;
text-align:left!important;
background-color:#fff;
transition: 0.5s;
}
@media only screen and (max-width: 770px) {
	header.header1{ padding:0 0 16% 0 !important; }

	img.header_logo_sp{
	position:absolute;
	top:0;
	width:calc(100% - 90px)!important;
	height:auto!important;
	object-fit:cover;
	padding:15px 1% 1% 1% !important;
	}
}
@media only screen and (max-width: 420px) {
	header.header1{ padding:0 0 15% 0 !important; }

	img.header_logo_sp{
	position:absolute;
	top:0;
	width:calc(100% - 90px)!important;
	height:auto!important;
	object-fit:cover;
	padding:15px 1% 1% 1%!important;
	}
}
header.header2{
width:100%;
max-width:1000px;
margin:0 auto;
padding:5px 0;
text-align:left!important;
background-color:#fff;
transition: 0.5s;
}
@media only screen and (max-width: 770px) {
	header.header2{ padding:0 0 16% 0 !important; }

	img.header_logo_sp{
	position:absolute;
	top:0;
	width:calc(100% - 90px)!important;
	height:auto!important;
	object-fit:cover;
	padding:15px 1% 1% 1% !important;
	}
}
@media only screen and (max-width: 420px) {
	header.header2{ padding:0 0 15% 0 !important; }

	img.header_logo_sp{
	position:absolute;
	top:0;
	width:calc(100% - 90px)!important;
	height:auto!important;
	object-fit:cover;
	padding:15px 1% 1% 1%!important;
	}
}

img.header_pc{
width:100%;
max-width:600px;
height:auto;
margin:0 auto;
padding:0;
}
@media only screen and (max-width: 1190px) {
	img.header_pc{ width:calc(100% - 70px); }
}

div.header_pagetitle1{
width:100%;
margin:0;
padding:10px 0;
background:#37ABC5;
color:#fff;
font-size: 26px;
text-align:center;
letter-spacing: 0.2em;
}


/*ドロワーメニュー*/
/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 10px;
  right: 40px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color:#fff;
  text-align: center;}
@media screen and (max-width: 770px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top:5px;
    width: 70px;
    height: 70px;}
    #factory .el_humburger {
      display: none; }
}
 
.el_humburger_wrapper {
background:#76491B;
border: 1px solid #76491B;
  border-radius:100px;
padding:10px 15px;
  margin-bottom:0;
  width: 45px;
  display: inline-block; }
@media screen and (max-width: 770px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; }
}
.el_humburger_wrapper p {
margin:0;
padding:0;
font-size:15px;
text-align:center!important;
color:#fff;
}
@media screen and (max-width: 770px) {
	.el_humburger_wrapper p {
	font-size:10px;
	}
}

.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em; }

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }

.el_humburger_text.el_humburger_text__close {
  display: none; }

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
@media screen and (max-width: 770px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; }
}

@media screen and (max-width: 770px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; }
}

@media screen and (max-width: 770px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; }
}

.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 3px auto 8px;
  height: 2px;
  background:#fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background:#fff; }

@media screen and (max-width: 770px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background:#fff; }
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background:#151F5E; }

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }

/*メニュー中身*/
.navi {
overscroll-behavior: contain; /*ドロワーメニューが出てる間はページのスクロールをしない*/
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  width: 380px;
  z-index: 3;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform:translateZ(0) translateX(100%);
  overflow: auto; }
  .js_humburgerOpen .navi {
    transform:translateZ(0) translateX(0); }
@media screen and (max-width: 770px) {
      .navi {
	top:0;
        padding: 25px 0; }
      .js_humburgerOpen .navi {
        width: 60vw;}
}

.navi_item {
  position:relative;
  margin-bottom: 28px;
  font-size: 21px;
font-weight;normal;
  white-space: nowrap;
  margin-left:0; }
  .navi_item.op_innerLink {
    cursor: pointer; }
@media screen and (max-width: 770px) {
    .navi_item {
      margin-left: 0;
	margin-bottom: 28px;
      font-size: 16px; }
}

.navi_item a,.nav_child_item a{
padding:10px 0;
padding-left:50px;
display: block;
text-decoration:none;
color:#555;
}
.navi_item a:hover{
text-decoration:underline;
color:#fff;
background: linear-gradient(to right, #555, rgba(85, 85, 85, 0) 95%);
background: -webkit-linear-gradient(left, #555, rgba(85, 85, 85, 0) 95%);
background: -moz-linear-gradient(left, #555, rgba(85, 85, 85, 0) 95%);
}
@media screen and (max-width: 770px) {
	.navi_item a,.nav_child_item a{padding-left:calc(5px + 2vw);}
}


.el_spChildNavOpen {
  position: absolute;
  top: -6px;
  left: 90%;
  z-index: 20;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  padding: 10px; }
@media screen and (max-width: 770px) {
	.el_spChildNavOpen {left:calc(90% - 10px);}
}

.js_openParent.js_fire > .el_spChildNavOpen {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  .js_openParent.js_fire > .el_spChildNavOpen > .el_spChildNavOpen_wrapper:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

.el_spChildNavOpen_wrapper {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
.el_spChildNavOpen_wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #151F5E;
    position: absolute;
    top: calc(50% - 1px); }
.el_spChildNavOpen_wrapper:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #151F5E;
    position: absolute;
    left: calc(50% - 1px);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }


.nav_child{
  padding-top:20px;
}

.nav_child_item{
  position: relative;
  font-size:14px;
  padding-left:70px;
  margin-bottom:10px;
}
@media screen and (max-width: 770px) {
	.nav_child_item{padding-left:calc(25px + 5vw);}
}
/*
.nav_child_item > a{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
}
*/
.nav_child_item a{
padding-left:0;
color:#151F5E;
}
.nav_child_item a:hover{
text-decoration:underline;
color:#151F5E;
background:rgba(21, 31, 94, 0);
}
.nav_child_item:last-child{
  margin-bottom:0px;
}

.js_openSwitch {
  cursor: pointer; }

.js_openTarget {
  display: none; }

div.dmenu_midasi1{
margin:0 0 0 50px;padding:0;
}
@media screen and (max-width: 770px) {
	div.dmenu_midasi1{
	margin:0 0 0 15px;padding:0;
	}
}

/*ページトップボタン*/
html{ scroll-behavior: smooth; }

.float-button__wrap {
    display: none;/*最初は隠す*/
    width: 50px;
    height: 50px;
    margin:0;
    padding:0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}
.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    text-decoration: none;
    background-color: silver;
    color: #fff;
}


/*フッター*/
div.footer_logo1{
position: relative;
padding:5px 0;
margin:0 auto;
background-color: #fff;
text-align:center;
}
div.footer_logo1 img{
width:100%;
max-width:400px;
height:auto;
}
@media only screen and (max-width: 770px) {
	div.footer_logo1 img{ max-width:300px; }
}
@media only screen and (max-width: 420px) {
	div.footer_logo1 img{ max-width:200px; }
}

footer.footer1{
position: relative;
padding:15px 5px;
margin:0;
background-color: #37ABC5;
color:#fff;
text-align:center;
font-size:14px;
line-height:25px;
}
footer.footer1 span{
font-weight:bold;
font-size:21px;
line-height:32px;
}
footer.footer1 p.access1{
margin:0;
padding:0;
font-size:18px;
line-height:20px;
}
footer.footer1 p.access1 a{
font-weight:bold;
color:#fff;
}
@media only screen and (max-width: 420px) {
	footer.footer1 p.access1{margin:10px 0 0 0;}
}

.btntextchange{
    /*テキストの基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  border: 1px solid #fff;
  border-radius:25px;
    min-width:150px;
margin-bottom:0;
  padding: 10px;
    text-align: center;
  display: inline-block;
background:#37ABC5;
    text-decoration: none;
    color:#fff;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s;
}

/*hoverした際の変化*/
.btntextchange:hover{
  background:#fff;
  color:#37ABC5;
}

.btntextchange span{
    /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top:50%;
    transform:translate(-50%,-50%);
    /*アニメーションの指定*/
    transition: all .5s;
  /*ブロック要素にしてテキスト折り返しなし*/  
  display: block;
  white-space: nowrap;
}

/*差し替わるテキストの設定*/
.btntextchange span:nth-child(2){
  opacity:0;/*透過0に*/
}

/*hoverするとテキストが入れ替わる設定*/
.btntextchange:hover span:nth-child(1){
  opacity:0;/*透過0に*/
}

.btntextchange:hover span:nth-child(2){
  opacity:1;/*不透明に*/
}


/*メインコンテンツ*/
#main{
box-sizing: border-box;
width:100%;
max-width:1000px;
margin:0 auto;
padding:0;
text-align:left;
}
@media only screen and (max-width: 1000px) {
	#main{ width:calc(100% - 30px); }
}

#main2{
box-sizing: border-box;
width:100%;
max-width:1000px;
margin:0 auto;
padding:20px 0 0 0;
text-align:left;
}
@media only screen and (max-width: 1000px) {
	#main{ width:calc(100% - 30px); }
}


/*ページタイトル・見出し*/
h1 {
  position: relative;
  color: #555;
  font-size: 28px;
  padding: 18px 0 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h1:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #37ABC5;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


/*テキスト関連*/
p{
width:calc(100% - 30px);
font-weight:normal;
padding:0 15px;
}
@media only screen and (max-width: 770px) {
	p{
	width:calc(100% - 20px);
	padding:0 10px;
	}
}

p.normal1{
margin:0 auto;
font-size:16px;
line-height:28px;
text-align:left;
letter-spacing:0.2em;
}
@media only screen and (max-width: 770px) {
	p.normal1{
	font-size:14px;
	line-height:21px;}
}

p.normal1_brown{
margin:0 auto;
font-size:18px;
line-height:28px;
text-align:left;
letter-spacing:0.2em;
color:#76491B;
font-weight:bold;
}
@media only screen and (max-width: 770px) {
	p.normal1{
	font-size:14px;
	line-height:21px;}
}

p.normal1_right{
margin:0 auto;
font-size:16px;
line-height:28px;
text-align:right;
letter-spacing:0.2em;
}
@media only screen and (max-width: 770px) {
	p.normal1{
	font-size:14px;
	line-height:21px;}
}


p.bold1{
margin:0 auto;
font-size:21px;
line-height:36px;
text-align:center;
letter-spacing:0.2em;
margin-bottom:30px;
}
@media only screen and (max-width: 770px) {
	p.bold1{
	font-size:14px;
	line-height:21px;}
}

p.bold1_left{
margin:0 auto;
font-size:21px;
line-height:36px;
text-align:left;
letter-spacing:0.2em;
margin-bottom:30px;
}
@media only screen and (max-width: 770px) {
	p.bold1{
	font-size:14px;
	line-height:21px;}
}


p.bold2{
margin:0 auto;
font-size:21px;
line-height:36px;
text-align:left;
letter-spacing:0.2em;
margin-bottom:30px;
}
@media only screen and (max-width: 770px) {
	p.bold1{
	font-size:14px;
	line-height:21px;}
}



p.right1{
font-weight:normal;
text-align:right;
}

small.end1{
color:#900;
font-weight:bold;
}

span.hana1{
color:#37ABC5;}


/*トップページ*/
/*スライドショー*/
.top_img_slide1{
margin:0 auto;
padding:0 auto;
text-align:center;
border:0;
border-bottom:2px solid #37ABC5;
background:#333 url(images/bg1.png) no-repeat 0 0 / cover;
width: 100%;
height: auto;
}

.slider {
	width:100%;
	max-width:1000px;
	height: 60vh;
	max-height:500px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	position: relative;
border:0;
border-left:3px solid #fff;
border-right:3px solid #fff;
background:#fff;
}
@media only screen and (max-width: 1005px) {
	.slider{
	width:calc(100% - 6px);
	height: 30vh;
	}
}

.slider div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 30s;
	animation-iteration-count: infinite;
}

@keyframes slide-fade {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 0;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}
.slider div:first-of-type{
	background-image: url(images/top1.jpg);
}
.slider div:nth-of-type(2){
	background-image: url(images/top2.jpg);
	animation-delay: 5s;
}
.slider div:nth-of-type(3){
	background-image: url(images/top3.jpg);
	animation-delay: 10s;
}
.slider div:nth-of-type(4){
	background-image: url(images/top4.jpg);
	animation-delay: 15s;
}
.slider div:nth-of-type(5){
	background-image: url(images/top5.jpg);
	animation-delay: 20s;
}
.slider div:last-of-type{
	background-image: url(images/top6.jpg);
	animation-delay: 25s;
}

/*
.top_img_slide1 img.v_top1{
width:100%;
max-width:1000px;
border:0;
border-left:3px solid #fff;
border-right:3px solid #fff;
}
@media only screen and (max-width: 1005px) {
	.top_img_slide1 img.v_top1{
	width:calc(100% - 6px);
	}
}
*/

/*お知らせ*/
ul.news{
width:calc(100% - 40px);
margin:20px 20px 0 20px;
padding:0;
list-style:none inside;
text-align:left;
}
@media only screen and (max-width: 770px) {
	ul.news{
	width:100%;
	margin:10px 0 0 0;
	}
}

ul.news li{
padding:0 10px;
font-size:14px;
line-height:21px;
letter-spacing:0.1em;
}
@media only screen and (max-width: 770px) {
	ul.news li{
	padding:10px 0 5px 0;
	line-height:26px;
	}
}

ul.news li span.date{
padding-right:25px;
}

/*トップ4分割*/
ul.top_navi1{
width:100%;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
font-size: 0;
border:0;
border-top:1px solid silver;
border-left:1px solid silver;
}

ul.top_navi1 li.btn1{
	display:inline-block;
	float: center;
	width:calc(25% - 1px);
	height:100%;
	margin: 0;
	padding: 6px 0;
	text-align:center;
	vertical-align:top;
border:0;
border-bottom:1px solid silver;
border-right:1px solid silver;
}
@media only screen and (max-width: 770px) {
	ul.top_navi1 li.btn1{
	width:calc(50% - 1px);
	}
}

ul.top_navi1 li.btn1 a{
text-decoration:none;
color:#555;
font-size:21px;
line-height:32px;
letter-spacing:0.1em;
}

ul.top_navi1 img.btn {
	height:100px;
	width:auto;
	margin-top: 10px;
	padding: 0px;
	border: 0px;
}

ul.top_navi1 p.navi-setumei{
	border-collapse: collapse;
	border:0;
	margin:0;
	padding:0;
text-decoration:none;
color:#555;
font-size:21px;
line-height:32px;
letter-spacing:0.1em;
}

/*トップ3分割*/
ul.top_navi2{
width:100%;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
font-size: 0;
border:0;
}

ul.top_navi2 li{
	display:inline-block;
	float: center;
	width:33%;
	height:100%;
	margin: 0;
	padding: 6px 0;
	text-align:center;
	vertical-align:top;
border:0;
}
@media only screen and (min-width: 771px) {
	ul.top_navi2 li{
	min-height:225px;
	}
}
@media only screen and (max-width: 770px) {
	ul.top_navi2 li{
	padding: 15px 0;
	clear:both;
	width:100%!important;
	}
}

ul.top_navi2 li.center1{
width:calc(34% - 2px);
height:100%;
border-left:1px solid silver;
border-right:1px solid silver;
}
@media only screen and (max-width: 770px) {
	ul.top_navi2 li.center1{
	border:0;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	}
}

ul.top_navi2 p.midashi1{
width:calc(100% - 20px);
margin:0 10px 15px 10px!important;
padding:0;
color:#555;
font-size:21px;
line-height:32px;
letter-spacing:0.1em;
font-weight:;
} 

ul.top_navi2 p.txt1{
width:calc(100% - 20px);
margin:0 10px 0 10px!important;
padding:0;
color:#555;
font-size:14px;
line-height:18px;
letter-spacing:1px;
text-align:left!important;
}
@media only screen and (max-width: 770px) {
	ul.top_navi2 p.txt1{
	margin:0!important;
	}
}

table.info_sinryo1{
width:calc(100% - 20px);
margin:0 10px 15px 10px!important;
padding:0;
border-collapse:collapse;
}
@media only screen and (max-width: 770px) {
	table.info_sinryo1{
	width:100%;
	margin:0 0 15px 0!important;
	}
}

.sinryo_tb{
margin-top: 5px;
border-top: 1px solid #37ABC5;
border-left: 1px solid #37ABC5;
}
.sinryo_td{
color: #333;
font-size: 13px;
line-height: 20px;
text-align: center;
border-right: 1px solid #37ABC5;
border-bottom: 1px solid #37ABC5;
}

table.info_sinryo1 td.td_midashi1{
background:#37ABC5;
color: #fff;
font-weight:bold;
}
.td_midashi1_line{
border:0;
border-right:1px solid #fff;
}


ul.top_navi2 p.fb1{
width:calc(100% - 20px);
margin:0 10px 0 10px!important;
padding:0;
color:#555;
font-size:14px;
line-height:18px;
letter-spacing:1px;
text-align:center!important;
}
@media only screen and (max-width: 770px) {
	ul.top_navi2 p.fb1{
	margin:0!important;
	}
}


/*greeting 御挨拶・理念*/
ol.houshin1{
width:calc(100% - 60px);
margin:0 0 10px 0;
padding:0 0 0 60px;
style:demical outside;
font-size:21px;
line-height:36px;
text-align:left;
letter-spacing:0.2em;
}
@media only screen and (max-width: 770px) {
	ol.houshin1{
	width:calc(100% - 50px);
	padding:0 0 0 50px;
	}
}

ol.houshin1 li{
padding-bottom:20px;
}


/*access アクセス情報*/
.map1{
width:calc(100% - 20px)!important;
margin:0 10px 15px 10px!important;
padding:0!important;
border:solid 1px gray!important;
}

ul.access1{
width:calc(100% - 48px);
margin:0;
padding:0 0 0 48px;
style:square outside;
font-size:16px;
line-height:28px;
text-align:left;
letter-spacing:0.2em;
}
@media only screen and (max-width: 770px) {
	ul.access1{
	width:calc(100% - 42px);
	padding:0 10px 0 32px;
	font-size:14px;
	line-height:21px;}
}

ul.access1 li{
padding-bottom:5px;
}


/*渡部追加*/
h2.pagetitle {
  border-top: 2px dotted #555555;/*上部 ドットのサイズ・カラー*/
  border-bottom: 2px dotted #555555;/*下部 ドットのサイズ・カラー*/
  background-color: white;/*背景カラー*/
  color: #555555;/*テキストカラー*/
  outline: 1px solid #555555;
  outline-offset: 5px;
  font-size: 24px;/*フォントサイズ*/
  font-weight: normal;/*太字*/
  padding: .5em 1em;/*余白*/
}

h2.pagetitle2 {
  border-top: 0px dotted white;/*上部 ドットのサイズ・カラー*/
  border-bottom: 0px dotted white;/*下部 ドットのサイズ・カラー*/
  background-color: #37ABC5;/*背景カラー*/
  color: white;/*テキストカラー*/
  outline: 1px solid #37ABC5;
  outline-offset: 5px;
  font-size: 24px;/*フォントサイズ*/
  font-weight: normal;/*太字*/
  padding: .5em 1em;/*余白*/
}

h2.pagetitle3 {
  font-size: 26px;/*フォントサイズ*/
  color: #555555;/*フォントカラー*/
  padding: .25em 1em 1.25em;/*余白*/
  background: no-repeat center / 100% 100% url( images/midashi1.png );
}

h2.pagetitle4 {
  padding: 1rem;/*余白*/
  background-image:/*背景・水玉カラー*/
     linear-gradient(135deg, transparent 0 0px, #FFFFFF 40px calc(100% - 40px), transparent calc(100% - 20px)),
     radial-gradient(#37ABC5 30%, transparent 30%);
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, 10px 10px;
  background-color: #FFFFFF;/*背景カラー*/
  color: #666666;/*テキストカラー*/
  font-weight: bold;/*太字*/
  font-size: 22px;/*フォントサイズ*/
  text-align: center;/*中央揃え*/
  box-shadow: 0 0 25px rgba(0, 0, 0, .1);/*影サイズ・影カラー*/
}

h2.pagetitle5 {
  border-top: 16px dotted #37ABC5;/*上部 ドットのサイズ・カラー*/
  border-bottom: 0px dotted white;/*下部 ドットのサイズ・カラー*/
  background-color: white;/*背景カラー*/
  color: #555;/*テキストカラー*/
  outline: 0px solid #37ABC5;
  outline-offset: 5px;
  font-size: 24px;/*フォントサイズ*/
  font-weight: bold;/*太字*/
  padding: .5em 1em;/*余白*/
}

h2.pagetitle6 {
  border-top: 4px dotted gray;/*上部 ドットのサイズ・カラー*/
  border-bottom: 4px dotted gray;/*下部 ドットのサイズ・カラー*/
  background-color: white;/*背景カラー*/
  color: #76491B;/*テキストカラー*/
  outline: 0px solid #37ABC5;
  outline-offset: 5px;
  font-size: 24px;/*フォントサイズ*/
  font-weight: bold;/*太字*/
  padding: .5em 1em;/*余白*/
}

