.pc { display: block !important; }
.sp { display: none !important; }


.nowrap{
	white-space: nowrap;
}

/* --- 全体のリンクテキスト --- */
	a:link { color: #286caf; text-decoration: none; }
	a:visited { color: #286caf; text-decoration: none; }
	a:hover { color: #286caf; text-decoration: underline; }
	a:active { color: #286caf; text-decoration: none; }

	a.no-line:link { color: #286caf; text-decoration: none; }
	a.no-line:visited { color: #286caf; text-decoration: none; }
	a.no-line:hover { color: #286caf; text-decoration: none; }
	a.no-line:active { color: #286caf; text-decoration: none; }

	a.white:link { color: #fff; text-decoration: none; }
	a.white:visited { color: #fff; text-decoration: none; }
	a.white:hover { color: #fff; text-decoration: none; }
	a.white:active { color: #fff; text-decoration: none; }

.alink{
	margin-top:-300px;
	padding-top:300px;
}
.container-right {
	display: flex; /* Flexboxを有効化 */
	flex-direction: column; /* 縦並びに設定 */
	align-items: flex-end; /* 子要素を右寄せ */
}

.maru{
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
strong {
	font-size:24px;
	background: linear-gradient(transparent 60%, #fbd 60%);
	padding:0 30px;
}
.hoge{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:2px 2px;
}

.nor{
	font-weight:normal;
}

.font-s{
	font-size:90%;
}

.font-b{
	font-size:1.2em;
}

.font-b2{
	font-size:1.3em;
}

.font-b3{
	font-size:1.5em;
}

.indent{
	text-indent: 1em;
}
.c-orange{
	color:#FF0000;
}
.c-yellow{
	color:#fff100;
}
.c-green{
	color:#03af7a;
}
.c-blue{
	color:#005aff;
}
.red{
	color:#de0a0a;
}
.blue{
	color:#19c0e9;
}
.brown{
	color:#7f440a;
}

.white{
	color:#FFF;
}

.orange{
	color:#ff9326;
}

.large{
	font-size:120%;
}

.bold{
	font-weight:bold;
}

.nrap{
	white-space: nowrap;
}

.resizeimage { width: 100%; }

.clear{
	clear:both;
}

.middle{
	vertical-align:middle;
}

.center{
	width:100%;
	margin:0 auto;
	text-align:center;
}

.right{
	text-align:right;
}
.left{
	text-align:left;
}

.mtop{
	margin-top:70px;
}

.img-right{
	float:right;
}

.margin-r5{
	margin-right:5px;
}

.margin-b10{
	margin-bottom:10px;
}

.margin-all{
	margin:20px 20px;
}

.line-dashed{
	border-bottom:1px #CCC dashed;
	margin-bottom:10px;
	padding:3px 0;
}

/* --- ヘッダーデザイン --- */

header.top{
	position: relative;
	background: url(../img/slide/slide03.jpg) no-repeat center;
	background-size: cover;
	height:550px;
	width:100%
}

header.common{
	position: relative;
	background: url(../img/background/bg01.jpg) no-repeat center;
	background-size: cover;
	height:170px;
	width:100%
}

/* --- 事業案内 --- */
header.common01{
	position: relative;
	background: url(../img/background/bg02.jpg) no-repeat center;
	background-size: cover;
	height:170px;
	width:100%
}

/* --- 統計資料 --- */
header.common02{
	position: relative;
	background: url(../img/background/bg03.jpg) no-repeat center;
	background-size: cover;
	height:170px;
	width:100%
}


#logo-menu{
	position: absolute;
	width:1080px;
  right: 0;
  left: 0;
	margin:auto;
	background:url(../img/logo-pc.png) no-repeat;
	height:207px;
	bottom:-30px;
}

#logo-menus{
	position: absolute;
	width:1080px;
  right: 0;
  left: 0;
	margin:auto;
	background:url(../img/logo-pcs.png) no-repeat;
	height:153px;
	bottom:-30px;
}

#container{
	margin-top:100px;
}
#container-s{
	margin-top:30px;
}

#inner{
	width:1080px;
	margin:0 auto;
}

h1{
	margin:15px 15px;
	font-size:30px;
}

h2{
	border-top:1px solid #b8b4ae;
	border-bottom:1px solid #b8b4ae;
  background:#fff ;
  padding: 0 1em;
	font-size:22px;
	height:60px;
	line-height:60px;
	background:url(../img/background/takaku.png) no-repeat right;
}

h2.line2{
	border-top:1px solid #b8b4ae;
	border-bottom:1px solid #b8b4ae;
  background:#fff ;
  padding: 0 1em;
	font-size:22px;
	height:80px;
	line-height:40px;
	background:url(../img/background/takaku2.png) no-repeat right bottom;



h2.m20{
	border-top:1px solid #b8b4ae;
	border-bottom:1px solid #b8b4ae;
  background:#fff ;
  padding: 0 1em;
	font-size:22px;
	height:60px;
	line-height:60px;
	background:url(../img/background/takaku.png) no-repeat right;
	margin-top:20px;
}


h3 {
  position: relative;
  padding: .75em 1em .75em 1.5em;

}
h3:after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 10px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #5cb531;
  border-radius: 4px;
}

/* パンクズ*/

.breadcrumbs{
	width:1080px;
	background-color:#18047c;
	margin:0 auto;
	padding:12px 15px;
	color:#FFF;
	position:relative;
	top:-8px;
	font-size:15px
}
.breadcrumbs li a {
	color:#FFF;
}
.breadcrumbs li {
	display: inline;
	list-style-type: none;
}
.breadcrumbs li:before {	
	content:" > ";
}
.breadcrumbs li:first-child:before {
	content:"";
}
/* パンクズ（緑色）*/

.breadcrumbs-green{
	width:1080px;
	background-color:#0eac41;
	margin:0 auto;
	padding:12px 15px;
	color:#FFF;
	position:relative;
	top:-8px;
	font-size:15px
}
.breadcrumbs-green li a {
	color:#FFF;
}
.breadcrumbs-green li {
	display: inline;
	list-style-type: none;
}
.breadcrumbs-green li:before {	
	content:" > ";
}
.breadcrumbs-green li:first-child:before {
	content:"";
}

/* --- ナビゲーション --- */

nav{
	position: absolute;
	width:1080px;
  right: 0;
  left: 0px;
	margin:auto;
	height:68px;
	bottom:-30px;
}


#area-search{
	position: absolute;
	width:1080px;
  right: 0;
	top:0px;
	text-align:center;
	height:75px;
	line-height:75px;
	z-index:10000
	pointer-events: none;
}


.list-menu li.home{
	width: 60px;
	text-align:center;
	padding-right:60px
}

.list-menu{
	width:940px;
　list-style: none;
	display:flex;
	height:70px;
  align-items: center;
	flex-wrap: no-wrap;
	justify-content: space-around;
	text-align:center;
	position: relative;
	margin-left:40px;
	overflow: hidden;
	z-index:8;
}
.list-menu:after{
  content: "/";
	color:#14bee9;
	font-weight:bold;
}
.list-menu:before{
  content: "/";
	color:#14bee9;
	font-weight:bold;
}
.list-menu li{
	width: 100%;
	position: relative;
}
.list-menu li + li:before {
	position: absolute;
  display: block;
  content: "/";
  top: 50%;
  height: 20px;
  margin-top: -15px;
	color:#14bee9;
	font-weight:bold;
	font-size:20px;
}

.list-menu li a {
	padding: 0 .3em;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(251,234,135,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
	text-decoration: none;
	padding:5px 15px;
}
.list-menu li a:hover {
  background-position: 0 100%;
}

.list-menu li.home a {
	padding: 0 .3em;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
	text-decoration: none;
	padding:5px 15px;
}
.list-menu li.home a:hover {
  background-position: 0 100%;
}

.list-menu li.on {
	background:url(../img/background/c-yellow.png) no-repeat center;
}



/* --- NEWS&TOPICSフレーム --- */
.frame-news{
	border:1px solid #14bee9;
	width:1000px;
	margin:0 auto;
	padding:30px 50px
}

/* --- バナー --- */
.list-bunner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:1000px;
	margin:0 auto;
}

.list-bunner li {
	width:49%;
	background-color:#18047c;
	color:#FFFFFF;
	margin:10px 5px;
}

.list-bunner li:nth-child(odd){
	margin:10px 5px 5px 0;
}

.list-bunner li:nth-child(even){
	margin:10px 0px 5px 5px;
}
.list-bunner li:hover{
	transform: scale(1.05);

}
.list-bunner li.green {
	background-color:#007334;
}
.list-bunner li.lightblue {
/* ---	background-color:#0eac41; --- */
	background-color:#00b0f0;

}
.list-bunner li.orange {
	background-color:#ffbe32;
}
.top-2culm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:1000px;
	margin:0 auto;
	text-align:center;
}

.culm-left{
	text-align:center;
	width:49%;
}
.culm-right{
	text-align:center;
	width:49%;
}

/* --- フッターデザイン --- */

footer{
	background-color:#b2eaf8;
	margin-top:50px;
}
footer p{
	margin-bottom:2px;
}
.fpad{
	width:88%;
	margin:0 auto;
	padding:30px 30px 10px 30px;
}
.fpad2{
	padding:10px 30px 10px 30px;
}

h1 {
	border-bottom: 1px solid #18047c;
	box-shadow: 0 10px 10px -10px #b5cafe;
	margin-bottom:50px;
	padding:20px 10px 10px 10px;
	letter-spacing: 2px;
}


/* --- ライン --- */

hr.line01{
	border-top: 0.5px solid #89bdbb;
}

hr.style01 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #b5cafe inset;
}


/* --- リスト --- */

.list-f{
	display: flex;
  /*justify-content: space-between;*/
	margin-bottom:15px;
	justify-content: center;
  flex-wrap: wrap;
}
.list-f li {
  list-style-type: none;
  color: #000;
  text-align: center;
	padding:0 20px;
}
.list-f li + li {
  border-left: 1px solid #59757c;
}


.list_ye{
	margin-top:10px;
}
.list_ye li{
	border:1px solid #14bee9;
	background-color:#fff4c4;
	text-align:left;
	width:100%;
	margin-bottom:8px;
	padding:10px 20px
}
.list_ye li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da"; /* アイコンのunicode */
	font-weight:bold;
	color:#5cb531;
	margin-right:8px;
}

.list-none{
  list-style-type: none;
	margin-top:10px;
}

.list-none li{
	padding:5px 10px;
	margin-bottom:10px;
}

.list-none2{
  list-style-type: none;
	margin-top:10px;
	margin-left:40px;
}

.list-none2 li{
	padding:2px 10px;
	margin-bottom:0;
}

.list-youtube{
	list-style: none;
	margin:10px 0 0 0;
	padding:0;
}
.list-youtube li {
	position: relative;
	padding: 0 0 0 1.5em;
	margin: 0 0 1em 0;
	background-image: url(../img/icon/youtube-mini.png);
	background-repeat:no-repeat;
	background-position: left center;
}

.list-pdf li{
	list-style: none;
	padding-left: 1.5em;
  text-indent: -1.5em;
	margin-bottom:10px;
}
.list-pdf li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
	font-weight:bold;
  color: #ed1745;
	font-size: 1.3em;
	margin-right:8px;
}
.list-word li{
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom:10px;
}
.list-word li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1c2";
	font-weight:bold;
	color: #185abd;
	font-size: 1.3em;
	margin-right:8px;
}
.list-archive li{
	list-style: none;
	padding-left: 1.5em;
  text-indent: -1.5em;
	margin-bottom:8px;
	float:left;
	width:45%;
}
.list-archive li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c6";
	font-weight:bold;
  color: #fd7e14;
	font-size: 1.3em;
	margin-right:8px;
}

.list-caret li{
	list-style: none;
	margin-bottom:10px;
}
.list-caret li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
	font-weight:bold;
  color: #65c736;
	font-size: 1.1em;
	margin-right:8px;
}

.list-no{
	margin:10px 20px;
}

.list-no li{
	list-style-type: decimal;
	margin-bottom:10px;
}

.list-katakana{
	margin:10px 20px;
}

.list-katakana li{
	list-style-type: katakana;
	margin-bottom:3px;
}


/* --- NEWS&TOPICS --- */

dl.list-news{
  display:flex;
  flex-wrap: wrap;
  border-top: none;
	margin-top:10px;
}
dl.list-news dt{
  width: 12%;
  padding: 10px;
  box-sizing: border-box;
}
dl.list-news dd{
  padding: 10px;
  margin: 0;
  width: 88%;
  background: #fff;
  box-sizing: border-box;
}
dl.list-news img{
	margin-left:10px;
	vertical-align:middle;
}

/* --- pageTopへ --- */
#pageTop {
  position: fixed;
  bottom: 150px;
  right: 15px;
}
#pageTop a {
  display: block;
  z-index: 999;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* --- 検索へ --- */
.sb-search {
    position: relative;
    margin-top: 0px;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
z-index:1000;
background-color:#FFF
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #FFF;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #19c0e9;
}
 
input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

input:focus::placeholder {
  color: transparent;
}
.sb-search-input::-webkit-input-placeholder {
    color: #cccccc;
}
 
.sb-search-input:-moz-placeholder {
    color: #efb480;
}
 
.sb-search-input::-moz-placeholder {
    color: #efb480;
}
 
.sb-search-input:-ms-input-placeholder {
    color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color:red;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #19c0e9;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
 
.sb-icon-search:before {
    content: "";
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #19c0e9;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
/*    z-index: 90;*/
}

/* 2カラム レイアウト */
.wrapper {
  display: -webkit-flex;
  display: flex;
	width:98%;
	margin:0 auto;
}
.main {
  -webkit-flex: 1;
  flex: 1;
}
.side {
  width: 260px;
	margin-right:15px;
}




/* 表（テーブル）*/

table.tb01{
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
	margin-top:5px;
}
table.tb01 th {
  padding: 5px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	font-weight:normal;
	text-align:left;
}
table.tb01 th.bgc {
  padding: 5px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	font-weight:normal;
	text-align:center;
	background-color:#e6f7fb
}
table.tb01 td {
  padding: 5px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
}

table.tb02{
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
	margin-top:30px;
	width:100%;
}
table.tb02 th {
  padding: 5px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	font-weight:normal;
	text-align:center;
	background-color:#e6f7fb;
	width:25%;
}
table.tb02 td {
  padding: 5px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	text-align:right;
}

table.tb03{
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
	margin-top:10px;
	width:100%;
	font-size:90%;
}
table.tb03 th {
  padding: 5px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	font-weight:normal;
	text-align:center;
	background-color:#e6f7fb;
}
table.tb03 td {
  padding: 5px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	text-align:right;
}

table.tb04{
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
	margin-top:5px;
}
table.tb04 th {
  padding: 5px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	font-weight:normal;
	text-align:left;
}
table.tb04 th.bgc {
  padding: 5px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	font-weight:normal;
	text-align:center;
	background-color:#e6f7fb
}
table.tb04 td {
  padding: 5px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
}
table.tb04 td.pink {
  padding: 5px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	background-color:#fff0f5;
}
table.tb04 td.none {
  padding: 5px;
  vertical-align: top;
	border: solid 1px #FFF;
}

table.tb-none{
  border-collapse: collapse;
  border: 0px solid #ccc;
  line-height: 1.5;
	margin-top:10px;
	width:100%;
	font-size:1.2em;
}
table.tb-none th {
  padding: 10px;
	border: solid 0px #c1c1c1;
	font-weight:normal;
	text-align:left;
}
table.tb-none td {
  padding: 10px;
  vertical-align: top;
	border: solid 0px #c1c1c1;

}

.map-frame{
	background-color:#fcfce2;
	margin:0 auto;
	text-align:center;
	padding:20px 20px;
	border:1px solid #e7e7e2;
}
.map-text{
	margin:0 auto;
	text-align:center;
	padding:20px 20px;
}


.submenu-t{
	padding:30px 0px;
	background-color:#18047c;
	color:#FFF;
	text-align:center;
	font-size:18px;
	letter-spacing:2px;
}

.submenu-t-green{
	padding:30px 0px;
	background-color:#0eac41;
	color:#FFF;
	text-align:center;
	font-size:18px;
	letter-spacing:2px;
}


.list-submenu li{
	border-bottom:1px solid #00b9e7;
	border-left:1px solid #00b9e7;
	border-right:1px solid #00b9e7;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	list-style: none;
	padding-left: 1.8em;
  text-indent: -1em;

}

.list-submenu li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
	font-weight:bold;
  color: #adc4c5;
	font-size: 1.1em;
	margin-right:8px;
}

.list-submenu li.on:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
	font-weight:bold;
  color: #5cb531;
	font-size: 1.1em;
	margin-right:8px;
}
.list-submenu li.on{
	background-color:#f1f1f1;
}

.list-submenu li.on2{
	background-color:#f1f1f1;
	padding-left: 2.8em;
}
.list-submenu li.on2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
	font-weight:bold;
  color: #5cb531;
	font-size: 1.1em;
	margin-right:8px;
}
.list-submenu li.on3{
	background-color:#f1f1f1;
	padding-left: 2.8em;
}

.list-submenu li.on3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
	font-weight:bold;
	font-size: 1.1em;
	margin-right:8px;
}
/* ライン（緑色）*/
.list-submenu-green li{
	border-bottom:1px solid #0ea64f;
	border-left:1px solid #0ea64f;
	border-right:1px solid #0ea64f;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	list-style: none;
	padding-left: 1.8em;
	text-indent: -1em;
}
.list-submenu-green li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight:bold;
	color: #adc4c5;
	font-size: 1.1em;
	margin-right:8px;
}
.list-submenu-green li.on:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight:bold;
	color: #5cb531;
	font-size: 1.1em;
	margin-right:8px;
}
.list-submenu-green li.on{
	background-color:#f1f1f1;
}

.list-submenu-green li.on2{
	background-color:#f1f1f1;
	padding-left: 2.8em;
}
.list-submenu-green li.on2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
	font-weight:bold;
  color: #5cb531;
	font-size: 1.1em;
	margin-right:8px;
}
.list-submenu-green li.on3{
	background-color:#f1f1f1;
	padding-left: 2.8em;
}

.list-submenu-green li.on3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
	font-weight:bold;
	font-size: 1.1em;
	margin-right:8px;
}

.box-stripe{
    padding: 1.5em 1.5em;
    margin: 0 20px;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
border-radius: 10px;
}


/* ボタン */
.btn01 {
  position: relative;
  display: inline-block;
  padding: 0.4em 1em;
  text-decoration: none;
  color: #FFF;
  background: #0551ae;
  transition: .4s;
	border-radius: 6px;
	border:1.5px solid #0551ae;
	}

.btn01:hover {
  background: #3272c1;
	border:1.5px solid #3272c1;
}

.btn02 {
	display: inline-block;
  text-align: center;
  background-color: #18047c;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  padding: 0.6em 1em;
  border: 1px dashed #FFF;
  box-shadow: 0px 0px 0px 5px #18047c;/* box-shadowで外枠を */
}

.btn02:hover {
  border-style: solid;
}

/* ボタン-写真館 */
.btn03 {
  position: relative;
  display: inline-block;
  padding: 0.2em 1.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd7e14;
  transition: .4s;
	border-radius: 6px;
	border:1.5px solid #fd7e14;
	}

.btn03:hover {
  background: #fff;
	border:1.5px solid #fd7e14;
  display: inline-block;
}

a .btn03:link { color: #fff; text-decoration: none; }
a .btn03:visited { color: #fff; text-decoration: none; }
a .btn03:hover { color: #fd7e14; text-decoration: none; }
a .btn03:active { color: #fff; text-decoration: none; }


/* ボタン-オンライン */
.btn04 {
	padding: 8px 10px;
	text-decoration: none;
	color: #FFF;
	background: #fd7e14;
	transition: .4s;
	border-radius: 6px;
	border:1.5px solid #fd7e14;
	width:150px;
	display: inline-block;
}

.btn04:hover {
	background: #fff;
	border:1.5px solid #fd7e14;
	display: inline-block;
}

a .btn04:link { color: #fff; text-decoration: none; }
a .btn04:visited { color: #fff; text-decoration: none; }
a .btn04:hover { color: #fd7e14; text-decoration: none; }
a .btn04:active { color: #fff; text-decoration: none; }

.btn-pdf-down {
  position: relative;
  display: inline-block;
  padding: 0.4em 1em;
  text-decoration: none;
  color: #FFF;
  background: #de0a0a;
  transition: .4s;
	border-radius: 6px;
	border:1.5px solid #de0a0a;
	}

.btn-pdf-down:hover {
  background: #de0a0a;
	border:1.5px solid #de0a0a;
}

.flex-photo{
  display: flex;
}
.photo280{
	width:280px;
	margin-right:10px;
	border:1px solid #CCCCCC;
}

.photo280 p{
	font-size:90%;
	text-align:center;
	margin:3px 0 10px 0;
}

.back01{
	background: url(../img/background/back01.png) no-repeat center bottom;
	position:bottom;
	height: 480px;

}

/* 追随移動*/
.sticky {
	postion: -webkit-sticky;
	position: sticky;
/* top: 220px;*/
	top: 20px;
	z-index:1000000;
}

/* トップシステムコメント*/
.comment-frame{
	border:1px solid #CCCCCC;
	padding:5px 10px;
}

a[href^="tel:"] {
		pointer-events: none;
}

.box-blue {
	display: inline-block;
	margin: 20px 0;
	padding: 0.5em 1em;
	border: solid 2px #95ccff;
	border-radius: 8px;
}

.box-blue:hover {
	display: inline-block;
	margin: 20px 0;
	padding: 0.5em 1em;
	border: solid 2px #95ccff;
	border-radius: 8px;
	background-color:#95ccff;
	color:#FFF;
        text-decoration: none;
}
/* よく出てくる言葉 */
.list-word dt{
	background: #f5f5f5;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
	position: relative;
}
.list-word dd{
	margin:15px 15px 30px 15px;
}


ul.list-check {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}
ul.list-check li {
	position: relative;
	padding: 0 0 0 2em;
	margin: 0;
	margin-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
}
ul.list-check li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #00ACDB;
}


 /* 展開アコーディオンデザイン  https://tech.brick-plan.jp/accordion/accordion-pattern11/ */

.toggle_contents {
	border: 0px solid #d9d9d9;
}
.toggle_title {
	position: relative;
	padding: 15px;
	line-height: 1.4;
	border:1px solid #feab1f;
	margin-bottom:15px;
	background: #eae8e6;
	color:#663300;
	font-weight:normal;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #feab1f;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #FFF;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
	padding:0px 20px 10px 20px;
}
.toggle_contents:first-of-type dd {
	display: block;
	padding:0px 20px 10px 20px;
}
.box01{
	background-color:#fcfce2;
	margin:0 auto;
	padding:20px 20px;
	border:1px solid #e7e7e2;
}
/* リスト（黒点）*/
.list-disc{
	margin:10px 10px;
	padding-left:20px;
	list-style:disc;
}
.list-disc li{
	list-style:disc !important;;
	text-align:left;
	line-height:1.5;
	margin-bottom:15px;
}
.box02{
	background-color:#f2f0f0;
	margin:0 auto;
	padding:20px 20px;
	border:1px solid #e7e7e2;
	font-size:95%
}

.img-2column{
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	width:700px;
}

.img-2column div{
	width:350px;
	text-align:center;
}
.img-2column-f{
	display: flex;
	justify-content: space-between;
	margin:0 auto;
}

.img-2column-f div{
	text-align:center;
}

.title-blue{
	position: relative;
	padding: 0.5rem 3rem;
	color:#FFF;
	font-size:1.2em;
	background: #00a4de;
}

.title-blue:before{
	content: "";
	position: absolute;
	background: #FFF;
	top: 50%;
	left: 0.8em;
	margin-top :-15px;
	height: 30px;
	width: 6px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.title-blue2{
	position: relative;
	padding: 0.3rem 1rem;
	color:#FFF;
	font-size:1.1em;
	background: #00a4de;
}

.btn-pdf{
	border-radius: 6px;
	background-color:#d60606;
	color:#FFF;
	padding:5px 20px;
	display:inline-block;
	font-size:16px;
	margin-right:15px;
}
a.btn-pdf{
	color:#FFF;
}
a.btn-pdf:hover{
	text-decoration: none;
	background-color:#f00a0a;
}
.btn-youtube{
	border-radius: 6px;
	background-color:#1877f2;
	color:#FFF;
	padding:5px 20px;
	display:inline-block;
	font-size:16px;
}
a.btn-youtube{
	color:#FFF;
}
a.btn-youtube:hover{
	text-decoration: none;
	background-color:#3187f6;
}

/* サスティナブル（展開）*/

.details {
  line-height: 2;
  border: 1px solid #DDD;
  width: 100%;
  margin: 0 auto 20px;
}
.details__summary {
  cursor: pointer;
  background: #F4F4F4;
  margin: 0;
  padding: 10px 16px;
}
.details__content {
  overflow: hidden;
  margin: 0;
  padding: 16px;
}
.details__content * {
  transition: line-height 0.4s ease-out 0s, opacity 0.6s 0.3s;
  line-height: 0;
  opacity: 0;
  margin: 0;
}
.details[open] .details__content * {
  line-height: 2;
  opacity: 1;
}


.icon-blue{
	background-color:#007bbb;
	color:#FFF;
	text-align: center;
	display:inline-block;
	font-size:12px;
	margin-left:10px;
	width:40px;
	padding:0px 0 0px 17px;
	letter-spacing:2px
	vertical-align:middle;
}
.icon-red{
	background-color:#e2041b;
	color:#FFF;
	text-align: center;
	display:inline-block;
	font-size:12px;
	margin-left:10px;
	width:50px;
	padding:0px 0 0px 20px;
	letter-spacing:1px
	vertical-align:middle;
}
.icon-red2{
	border:2px solid #e2041b;
	background-color:#FFF;
	color:#e2041b;
	text-align: center;
	font-size:11px;
	letter-spacing:1px
	padding:0px 5px;
	width:40px;
	display:inline-block;
	margin-left:10px;
	vertical-align:middle;
}

.icon-orange{
	background-color:#FD7E00;
	color:#FFF;
	text-align: center;
	display:inline-block;
	width:100px;
	padding:5px 10px;
	letter-spacing:1px
	vertical-align:middle;
}

/* NEWS&TOPICS（ボタン）*/

.button-news a {
    background: #00b9e7;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	color:#FFF;
	border:2px solid #00b9e7
}
.button-news a:hover {
    background: #FFF;
    color: #00a7ea;
	border:2px solid #00a7ea;
	text-decoration: none;
}
.button-news a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button-news a:hover:after {
    border-color: #00a7ea;
}

.box{
  border: 2px solid #007bbb;
  padding: 0.5em 0;
}
.box .title{
  color: #007bbb;
  text-align: center;
  margin: .5em auto;
  width: calc(100% - 2em);
  border-bottom: 1px solid #bdc6d8;
}
.box .inner{
  padding: .5em 1.5em;
}
.green-line {
	font-size:1.1em;
	margin-top:10px;
	padding-bottom: .2em;
	font-weight:bold;
	padding-left:10px;
	border-bottom: 3px double #058c23;
}

/*オレンジ ポイントアイコン*/
.icon-point{
	padding:2px 10px;
	margin:10px 0;
	background-color:orange;
	color:#FFF;
	text-align:center;
	display:inline-block;
	font-size:0.9em
}


.t-no {
	position: relative;
	font-size: 1.1em;
}

.t-no::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 10px;
	color: #2b579a;
	font-size: 1.2em;
}

ol.maru-no {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
.maru-no li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.maru-no li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FFF;
  color: #000;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
	border:1px solid #000;
}

.uline {
      text-decoration:underline;
}



/* 下矢印 */
.wrap-center{
  text-align: center;
  padding: 20px;
}
.down{
display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: #999;
}

.down:after{
  position: absolute;
  content: '';
  top: -32px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #999;
}