@font-face {
font-family: "MyYuGothicM";
font-weight: normal;
src: local("YuGothic-Medium"), /* Postscript name */
local("Yu Gothic Medium"), /* for Chrome */
local("YuGothic-Regular"); /* Mediumがない場合 */
}
@font-face {
font-family: "MyYuGothicB";
font-weight: bold;
src: local("YuGothic-Bold"), /* Postscript name */
local("Yu Gothic"); /* for Chrome */
}


/*//////////////////
      variable
//////////////////*/
:root {
  --col-black:#000;
  --col-paper: #FFF;
  --col-blue01: #1c7cd6;
  --col-blue02: #72c3fc;
  --col-gray01: #000000;
  --col-peacock01: #008b9e;
  --col-peacock02: #004556;
  --col-crimson01: #a61e4d;
  --col-paleblue: #bdceee;
  --col-lightblue: #eff3fb;
}


/*//////////////////
      globel
//////////////////*/
:root {/*上書く*/
	background-color: #ffffff;
	box-sizing: border-box;
	color: #000;
	cursor: default;
	font: 500 normal 62.5%/1.5 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-rendering: optimizeLegibility;/*必要?*/
}
html {
	font-family:/*借りてきたコード*/
		MyYuGothicM, /* Windows 游ゴシック */
		YuGothic, /* OS X 游ゴシック */
		-apple-system, /* iOS San Francisco */
		BlinkMacSystemFont, /* iOS Chrome San Francisco */
		"Hiragino Kaku Gothic ProN", /* OS X, iOS ヒラギノ */
		Meiryo, /* Windows メイリオ */
		sans-serif;
}

body {/*フォントを14px-22でなんとなく*/
  background: var(--col-paleblue);
  padding: 0 0 40px;
  border-top: 4px solid var(--col-peacock01);
  color: #333;
  font: 500 normal 1.4rem/2.2rem 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-size: 14px;
  background-image: url(../_img/gr-backPattern.svg);
  background-size: 16px;
}
/*★ ie hacks ★*/
_:-ms-lang(x)::-ms-backdrop,body {
  background-color: #eff3fb;
  border-top: 4px solid #008b9e;
}
@media all and (-ms-high-contrast:none) {
  body {
  background-color: #eff3fb;
  border-top: 4px solid #008b9e;
  font-size: 14px;
  }
}



a:link,
a:visited {
	color:#1E79A7;
/*	text-decoration: underline;*/
  }
a:hover, a:active {
	color: #72C3FC;
	opacity: .75;
	transition: .5s;
}
/*
a[target="_blank"]::after {
	content:"\f08e";
	font-family: 'FontAwesome';
}
*/

a[href$=".pdf"] {
  text-decoration: none
}
a[href$=".pdf"]::after {
  content:url(../_img/gr-icon_pdf_24.png);
  vertical-align: middle;
  font-size: 1.8em;
  padding-left: .25em;
  padding-right: .5em;
}
	

*[src$=".svg"] {
  width: 100%;
}




/*---------------
  grobal header
----------------*/
#header {
  width: 100%;
  background: #FFF;
}

#header div#head-logo {
	margin: 0 0 0 2%;
	font-weight: normal;
	font-size: 2em;
	line-height: 1;
	text-align: left;
	padding: .5em 0 0;
}
#header div#head-logo a { opacity: 1;}
#header div#head-logo img {
  /* /* height: 100%; ieでおかしくなる */
  max-height: 40px;
  width: auto;
}
#header div#head-logo + p {
	margin: .25em 0 .5em 2%;
	font-size: .75em;
	font-weight: 800;
}

#header-tab {
  overflow: hidden;
  float:right;
  min-width: 200px; 
  height:26px;
  margin-top: -6px;
  margin-right: 2%;
  background: var(--col-peacock01);
  border-radius: 4px;
  text-align: center;
}
#header-tab a {
  margin: 0 auto;
  display: inline-block;
  width: 46%;
  font-size: .75em;
  font-weight: 500;
  line-height: 22px;
  padding: 4px 1% 0;
  color: #fff;
  text-decoration: none;
}

#header_nav {
  width: 100%;
  /* background: #1C7CD6; */
  background: #FFF;
  box-shadow : 0px 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
/* ★★★★ Tablet ★★★★ */
@media screen and ( max-width:768px ) {
  #header div#head-logo {
    font-size: inherit;
    line-height: inherit;
  }
.pc-no {
	display: block;
}
}

/*★ ie hacks ★*/
_:-ms-lang(x)::-ms-backdrop,#header-tab, #header_nav {
  background: #008b9e;
}

@media all and (-ms-high-contrast:none) {
#header-tab ,
#header_nav {
  background: #ffffff;
  }
}




ul.nav {
  height: 3em;
  position:relative;
  z-index: 99;
	margin-bottom: 1px;
}
ul.nav ul {
  display: block;
  width: 100%; 
}
ul.nav > li {
  display: inline-block;
  width: 16.666%;
  /* background: #1C7CD6 !important; */
  border-left: 1px solid rgba(255, 255, 255, .5);
  /* box-shadow : 0px 1px 1px rgba(0, 0, 0, 0.5); */
}
ul.nav li:first-child {
  border-left: none;
}
ul.nav li p,
ul.nav li a {
  float: none;
  padding: 0 .25em 0 .5em;
  background: #ffffff;
  overflow: hidden;
  font-size: 1em;
}
/*★ ie hacks ★*/
_:-ms-lang(x)::-ms-backdrop, ul.nav li p, ul.nav li a {
  background: #008b9e;
}
@media all and (-ms-high-contrast:none) {
ul.nav li p,
ul.nav li a {
  background: #FFFFFF;
  }
}

ul.main {
  /* min-width: 680px; */
  min-width: 481px;
}
ul.main li ul li {
  display:  block;
  width: 100%;
}

ul.main li ul li a {
  border-top: none;
  font-size: 1em;
  text-align: center;
}
ul.nav li:hover ul li a {
  width: 100%;
  color: #FFF;
}

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {
  color: #FFF;
  background: var(--col-peacock02);
}

ul.main li:hover ul li a:hover {
  color: #fff;
  background: var(--col-peacock02);
}
/*★ ie hacks ★*/
_:-ms-lang(x)::-ms-backdrop,
ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {
    background: #004556;
}
@media all and (-ms-high-contrast:none) {
ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {
    background: #004556;
    }
}


/* ★★★★ Tablet ★★★★ */
@media screen and ( max-width:768px ) {
  ul.nav {
    height: 2em;
  }
  ul.main li a,
  ul.main li p {
    font-size: .8em !important;
    padding: 0;
  }
  ul.nav li ul {
		top: 2em;
  }  
  ul.main li ul li:first-child {
    margin-top: 0em;
  }
  ul.main li ul li a {
    font-size: .62em !important;
		line-height: 3em;
		height: 3em;
	}
}


.small-A { font-size: .9em;}
.small-B { font-size: .8em;}


/* ★★★★ mobile ★★★★ */
@media screen and ( max-width:480px ) {
.pc-no {
	display: block;
}
  #header {
    display: flex;
    /* position: fixed; */
    /* top: 0 ; left: 0; */
    /* z-index: 100; */
    background-color: #fff;
    width: 100%;
    height: 56px;
    /* justify-content: center; */
    /* height: 80px; */
    box-shadow: 0 1px 2px var(--col-peacock01);
    /* border-top: 4px solid var(--col-peacock01); */
    margin-bottom: 3px;
  }
  #header div#header-tab,
  #header div#head-logo,
  #header div#head-logo + p,
  #header_nav {
    display: none;
    visibility: hidden;
  } 
  /*★ ie hacks ★*/
_:-ms-lang(x)::-ms-backdrop, header {
  box-shadow: 0 1px 2px #008b9e;
  }
}
@media all and (-ms-high-contrast:none) and ( max-width:480px ) {
  header {
  box-shadow: 0 1px 2px #008b9e;
  }
}




/*--------------------------
  header - humburger menu
---------------------------*/
#hamburger{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.icon-hamburger {
  display: none;
  position: relative;
  margin: 12px 10px 6px 0;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 0px solid #ccc;
  cursor: pointer;
  }
  .icon-hamburger span {
    position: absolute;
    display: block;
    top: 50%; left: 50%;
    margin: -6% 0 0 -42%;
    width: 20px;
    height: 3px;
    background: #4996de;
  }
  .icon-hamburger span::before,
  .icon-hamburger span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    /* margin: -8% 0 0 -50%; */
    margin: 0 0 0 -50%;
    background: inherit;
  }
  .icon-hamburger span::before {
    margin-top: -38%;
    margin-top: -10px;
  }
  .icon-hamburger span::after {
    margin-top: 19%;
    margin-top: 7px;
}

.menu-container,
.menu-container * {
  margin: 0;
  padding: 0;
}

.menu-container ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  height: auto;
  text-align: center;
  border: none;
}
.menu-container ul * {
  flex-basis: 100%;
  vertical-align: middle;
  text-align : center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.menu-container ul li {
  flex: 1;
  display: flex;
  height: 30px;
  border-top: 1px solid #CCC;
}
.menu-container ul li.menu-items {
  border-top: none;
  height: 34px;
}
.menu-container ul li.menu-items > * {
  line-height: 32px;
}
.menu-container ul li.menu-items a {
  background-color: #eeeeee;
  margin-bottom: 2px;
  text-align: center;
  font-size : 0.85em;
}
.menu-container ul li > * {
  border-right: 3px solid #FFF;
}
.menu-container ul li > *:last-child {
  border-right: none;
}
/* .menu-container ul li:hover, */
.menu-container ul .menu-item a:hover {
  background: #ccc!important;
  color: #fff;
}
.menu-container ul .menu-item:last-child a {
  border-right: none;
}

.menu-container i {
  display: inline;
}

.borderPlus{
  border-top: 1px solid #CCC !important;
}
.fontPoli {
  line-height: 120%;
  font-size: .82em !important;
  background: var(--col-paper) !important;
}
/*★ ie hacks ★*/
_:-ms-lang(x)::-ms-backdrop, .fontPoli {
  background: #FFF !important;
}
@media all and (-ms-high-contrast:none) {
.fontPoli {
  background: #FFF !important;
    }
}

#modal-overlay {
  background-color: rgba( 0, 0, 0, 0.6 );
  display: none;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  cursor: pointer;/* これがないとスマホが反応しない */
}

@media screen and (max-width: 480px) {
  .icon-hamburger {
    display: inline-block;
  }
  .menu-container ul {
    z-index: 100;
    position: fixed;
    top: 50%; left: 50%;
    background: #fff;
    display: none;
    width: 78%;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #hamburger-logo {
    width: 100%;
    display: block;
    height: 36px;
    line-height: 56px;
    text-align: center;
  }
  #hamburger-logo > a img {
    width: auto;
    height: auto;
    padding-left: 18px;
    max-height: 30px;
  }
  #headerNavi{
    display: none;
  }
}

@media screen and ( min-width:480px ) {
  #hamburger{
    display: none;
  }
}


/*--------------
  grobal main
---------------*/
#main {
	/*margin-bottom: 20px;*/
  background: #fff url(../_img/gr-footerNew.png) bottom center no-repeat;
	padding-bottom: 220px;
	background-size: 100% auto; 
    -moz-background-size: 100% auto ;
}
#main::after {
	display: block;
	clear: both;
  content: "";
}
@media screen and ( min-width:769px ) {
	#main{
		min-height: 1200px;
	}
	#main.maintop{
		min-height: 800px;
	}
}
/* ★★★★ mobile ★★★★ */
@media screen and ( max-width:768px ) {
  #main {
    padding-bottom: 0;
    background: #fff;
	  height: auto;
  }
}@media screen and ( max-width:480px ) {
  #main {
    padding-bottom: 0;
    background: #fff;
	 height: auto;
  }
}


/*------------------
  grobal sideManu
------------------*/
#sideMenu > div {
/*	margin-top: calc(1em * 1.5 * 3);
*/
  border: none;
	padding:0;
	font-size: 1.1em;
  box-shadow: none;
  background-color: transparent;
  /*	box-shadow: 0.5px 0.5px 0.5px #E8F2FB;
*/}
#sideMenu { padding:0;}
#sideMenu h5 {
	display:block;
	padding: 1.2em 1.25em 1.2em 1.6em;
	margin: -10px 0 0;
	/* min-height: 50px; */
	font-size: 1.2em;
	font-weight: 500;
	background: url(../_img/sidemenu-heading.jpg) center right no-repeat;
	background-size: 100% auto; 
	color: #fff;
	}
#sideMenu div .block { padding-top:0;}
#sideMenu ul {
	list-style: none;
	padding-bottom: 1em;
}
#sideMenu ul li { margin: 0;}
#sideMenu ul li a {
	display: block;
	padding: .4em 1.25em;
	border-bottom: 1px solid #eee;
	font-size: .9em;
	font-weight: 500;
	text-decoration: none;
}
#sideMenu ul li a::before {
	content: "\f105\2004";
	font-family: 'FontAwesome';
	color: var(--col-peacock01);
}
/*★ ie hacks ★*/
_:-ms-lang(x)::-ms-backdrop, #sideMenu ul li a::before {
  color: #008b9e;
}
@media all and (-ms-high-contrast:none) {
  #sideMenu ul li a::before {
  color: #008b9e;
  }
}

#sideMenu ul li a:hover {
	background:#eee;
}
#sideMenu ul li a:active {
	background:#ccc;
}

#sideMenu a.side-banaa {
  padding-left: 1.25em !important;
}
#sideMenu a.side-banaa > img {
  width: 85%;
}



/* submenu */
ul#subMenu { margin-top: 1.2em }
ul#subMenu li {
  margin:0;
  font-size: 1em;
  line-height: 1.2;
  list-style: none;
  padding-left: 1.1em;
  text-indent: -1.1em;
  border: none;
}
ul#subMenu li > a {
	border: none;
}
ul#subMenu li > a::before {
	content: "\f0a9\2004";
	font-family: 'FontAwesome';
}

#subMenu-contact {
  font-size:  1em;
  width: 85%;
  min-width: 155px;
  margin: 2em 0 1em 1em;
}



/* ★★★★ Tablet ★★★★ */
@media screen and (max-width: 768px){
  #sideMenu h5 {
    padding: .6em 2em .5em;
    font-size: .82em;
  }
  #sideMenu ul li a,
  ul#subMenu li {
    font-size: .78em;
    line-height: 1.2;
    text-indent: -0.78em;
    margin-left: 0;
    padding-right: 0;
  }
  #sideMenu a.side-banaa {
    padding-left: 0em !important;
  }
  #sideMenu a.side-banaa > img {
    width: 100%;
  }
  ul#subMenu li {
    margin:0;
    font-size: .9em;
    line-height: 1.2;
    list-style: none;
    padding-left: 0;
    text-indent: 0;
    border: none;
  }
  #subMenu-contact {
    margin-left: 0em !important;
    padding: .5em .75em;
    width: 100%;
    min-width: 10px;
    font-size: .78em;
  }

}
/* ★★★★ mobile ★★★★ */
@media screen and (max-width:480px){
  #sideMenu {
    visibility: hidden;
    display: none;
  }
}


/*----------------
  grobal footer
----------------*/
#footer { 
  width: 100%;
	margin-top: 10px;
	padding-top: 30px;
  min-height: 40px;
  background: url(../_img/gr-footer-logo.png) right top no-repeat; 
}
ul#footer-nav {
	font-size: .75em;
	font-weight: 800;
}

ul#footer-nav li {
	display:inline-block;
	padding-right: 1em;
}


ul#footer-nav a{
	text-decoration: none;
}
ul#footer-nav a::before {
	content:"\f061\2004" ;
	font-family: FontAwesome;
	font-size: .75em;
	vertical-align: middle;
}

#copyright{ 
      /* margin-top: 0.65em; */
    /* margin-right: 0; */
    /* float: right; */
    font-size: .65em;
    line-height: 1.2;
    /* text-align: right; */
    position: absolute;
    bottom: 10px;
}

/* ★★★★ Tablet ★★★★ */
@media screen and (max-width: 768px){
  #footer {
    width: 94%;
    /* padding-left:  2%;
    padding-right: 2%; */
  }
}

/* ★★★★ mobile ★★★★ */
@media screen and (max-width: 480px){
  #footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 30px;
    background: url(../_img/gr-footer-logo.png) center top no-repeat ;
  }
  ul#footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width  : 100%; 
    padding: 0;
    margin : 0;
  }
  ul#footer-nav li {
    margin: 0;
    min-width : 50%;
    height: auto;
    min-height: 2em;
    text-align: center;
    display: block;
  }
  /*#copyright{ 
    float: none;
    padding-top: 10px;
    text-align: center;
  }*/
}

/*newfoot_2022*/
.footBx{
	display: block;
	width: 960px;
	height: auto;
	overflow: visible;
	background-color: #ffffff;
	padding: 40px 0 0 0;
	margin: 0 auto;
	}

.foot2{
	display: block;
	width: 960px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	background-color: #E5F5FA;
	padding: 30px;
	
}
.footlist {
	position: absolute;
	bottom: 30px;
	display: inline-flex;
	font-size: 1.6rem;
	z-index: 30;
}
.footlist li {
	display: block;
	width: auto;
	height: 2rem;
	text-align: center;
	padding: 0 10px;
	}
.footlist>li+ li {
  border-left: 1px solid #333;
}
.footimg{
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 20;
}
#copyright{ 
      /* margin-top: 0.65em; */
    /* margin-right: 0; */
    /* float: right; */
    font-size: .65em;
    line-height: 1.2;
    /* text-align: right; */
    position: absolute;
    bottom: 10px;
}

/* ★★★★ Tablet ★★★★ */
@media screen and (max-width: 768px){
.footBx{
	display: block;
	width: 100%;
	max-height: 200px;
	overflow: visible;
	background-color: #ffffff;
	padding: 10px 0 0 0;
	margin: 0;
	}
	
.foot2{
	display: block;
	position: relative;
	width: 100%;
	min-height: 200px;
	margin-top: 10vw;
	background-color: #E5F5FA;
	padding: 0;
	
}
	.foot-logo{
	position: absolute;
	top:30px;
	left: 30px;
		margin-bottom: 20px;
	}
.footlist {
	display: inline-flex;
	position: absolute;
	bottom:40px;
	left: 20px;
	flex-wrap: wrap;
	font-size: 1.6rem;
	align-content: space-between;
}
.footlist li {
	display: block;
	width: auto;
	height: 2rem;
	text-align: center;
	padding: 0 10px;
	border-left: 1px solid #333;
  border-right: 1px solid #333;
	margin-bottom: 10px;
	}
.footlist>li+ li {
  border-left: 0;
  border-right: 1px solid #333;
}
.footimg{
	position: absolute;
	top: -8vw;
	right: 20px;
	width: 50%;
	height: auto;
	z-index: 20;
}
	
#copyright{ 
    position: absolute;
	bottom: 10px;
	left:30px;
  }	
	
}
/*END___newfoot_2022*/


/*-------------------
  grobal typography
--------------------*/
h1#page-heading {
  margin: 1.2em 0 1.2em -2%;
  padding-left: 2em;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 2;
  vertical-align: middle;
  border-bottom: none;
  background: url(../_img/gr-head01-bg.png) left top no-repeat;
  text-shadow: 0px -1px 0px #fff,
              0px 1px 0px #fff,
              0px -2px 0px #fff,
              0px 2px 0px #fff,
              1px 0px 0px #fff,
              -1px 0px 0px #fff,
              2px 1px 0px #fff,
              -2px 0px 0px #fff,
              3px -1px 0px #fff,
              -3px 0px 0px #fff,
              4px 0px 0px #fff,
              -4px -1px 0px #fff,
              5px 0px 0px #fff,
              -5px 1px 0px #fff;
}

.ps-rightrag {text-align:right}

br.akinasi {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}



/* ★★★★ Tablet ★★★★ */
@media screen and ( max-width: 768px ){
  h1#page-heading {
    font-size: 1.6em;
  }
}

/*------------------
  column template
-------------------*/
/* boxes  上書き用 */
.box {
	margin-bottom:20px;
	padding: 10px 10px 1px 10px;
	background: #fff;
	border: 1px solid #C8C9CA;
	box-shadow: 0 0 1px #ccc;
}
.box_sdgs {
	margin-bottom:20px;
	padding: 10px 10px 1px 10px;
	background: #fff;
	border: 1px solid #C8C9CA;
	box-shadow: 0 0 1px #ccc;
	display: block;
	clear: both;
}
.box > *:last-child::after {/*bok内の高さを計算させる*/
	content: "";
	display: block;
	clear: both;
}
.box h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: inherit;
	color: #fff;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {	background-position: 97% 50%;}
.grid_5 .box h2 a {	background-position: 98% 50%;}
.grid_12 .box h2 a { background-position: 99% 50%;}


.box h3 {
	margin: 1.6em auto .4em;
	width: 96%;
	font-size: 1em;
	font-weight: 800;
	}
  .box h3:first-child {
    margin-top: inherit;
  }
	.box h3::before {
    content: "\f10c";
    font-family: 'FontAwesome'; 
    margin-right: .25em;
    color: #1c7cd6;
	}




/* --- column pattern ---- */
/*".os-pattern"のあとの数字で、カラムのレイアウトを変えることができる。*/
div[class*="os-pattern"] section::after {
  content: "";
  display: block;
  margin-bottom: 1em;
  clear: both;
}

div[class*="os-pattern"] h2 {
	position: relative;
	margin: 0 0 .75em 0;
	padding: 0 2%;
	font-size : 1.28em;
	line-height : 1.5;
	color: #000000;
	background: #fff;
	border-bottom: 4px solid #0B7285;
	}
	div[class*="os-pattern"] h2::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -4px; right: 0;
		width: 86%;
		height: 4px; 
		background-color: #72C3FC;
	}

div[class*="os-pattern"] figure img {
  width:  100%;
  margin-bottom: 1.25em;
  border: 12px solid #ecf9ff;
}

div[class*="os-pattern"] figure img.borderNone {/*画像の枠を消したいときに*/
  border: none!important;
}

div[class*="os-pattern"] p {
  font-size: 1.08em;
/*
受け取った原稿の文字数が驚くほど少なかったので、
仕方ないので文字サイズを大きめにした。
まともな原稿がくるならば、1emに戻すべき。
*/
}
div[class*="os-pattern"] p br {
  margin-bottom: .75em;/*なんとなく*/
}

div[class*="os-pattern"] figure a img:hover {
  cursor: zoom-in;
  text-decoration: none !important;
}


/*パターン0*/
div[class*="os-pattern00"] figure {
	float: left;
	width: 66%;
	height: auto;
	padding-left: 2%;
	}
div[class*="os-pattern00"] .os-text,
div[class*="os-pattern00"] h3,
div[class*="os-pattern00"] p {
	float: right;
	padding-right: 2%;
	width: 30%;
	height: auto;
}


/*パターン1*/
div[class*="os-pattern01"] figure {
	float: left;
	width: 30%;
	height: auto;
	padding-left: 2%;
	}
div[class*="os-pattern01"] .os-text,
div[class*="os-pattern01"] h3,
div[class*="os-pattern01"] p {
	float: right;
	padding-right: 2%;
	width: 66%;
	height: auto;
}

/*パターン2*/
div[class*="os-pattern02"] p,
div[class*="os-pattern02"] h3,
div[class*="os-pattern02"] p + img {
  float: left;
  width: 54%;
  height: auto;
  padding-left: 2%;
}
div[class*="os-pattern02"] p + img {
  margin-bottom: 1em;
}
div[class*="os-pattern02"] figure {
  float: right;
  width: 42%;
  height: auto;
  padding-right: 2%;
}


/*パターン3*/
div[class*="os-pattern03"] p,
div[class*="os-pattern03"] h3,
div[class*="os-pattern03"] p + img {
  float: right;
  width: 54%;
  height: auto;
  padding-right: 2%;
}
div[class*="os-pattern03"] p + img {
  margin-bottom: 1em;
}
div[class*="os-pattern03"] figure {
  float: left;
  width: 42%;
  height: auto;
  padding-left: 2%; 
}


/*パターン4*/
div[class*="os-pattern04"] figure {
  margin: 0 auto;
  width: 96%;
  height: auto;
}
div[class*="os-pattern04"] figure img {
  text-align: center;
}
div[class*="os-pattern04"] p {
  margin-left:auto;
  margin-right: auto;
  padding-bottom: .75em;
  width: 96%;
  height: auto;
}


/*パターン5*/
div[class*="os-pattern05"] h3,
div[class*="os-pattern05"] p,
div[class*="os-pattern05"] p + img {
  float: right;
  width: 42%;
  height: auto;
  padding-right: 2%;
}
div[class*="os-pattern05"] p + img {
  margin-bottom: 1em;
}
div[class*="os-pattern05"] figure {
  float: left;
  width: 54%;
  height: auto;
  padding-left: 2%; 
}


/*パターン6*/
div[class*="os-pattern06"] p,
div[class*="os-pattern06"] h3,
div[class*="os-pattern06"] p + img {
  float: left;
  width: 42%;
  height: auto;
  padding-left: 2%;
}
div[class*="os-pattern06"] p + img {
  margin-bottom: 1em;
}
div[class*="os-pattern06"] figure {
  float: right;
  width: 54%;
  height: auto;
  padding-right: 2%;
}


/*パターン7*/
div[class*="os-pattern07"] p,
div[class*="os-pattern07"] h3,
div[class*="os-pattern07"] p + img {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  height: auto;
}
div[class*="os-pattern07"] p + img {
  margin-bottom: 1em;
}
div[class*="os-pattern07"] figure {
  margin: 0 auto;
  padding-left: 2%;
  width: 96%;
  height: auto;
}
div[class*="os-pattern07"] figure img {
  display: inline-block;
  width: 30% !important;/*目安210px*/
  margin-right: 2%;
  margin-bottom: 1.25em!important;
}


/*
".os-pattern●●"のあとに"-2"を付けると、
画像が2枚並びになる。
*/
div.os-pattern00-2 figure img,
div.os-pattern01-2 figure img,
div.os-pattern02-2 figure img,
div.os-pattern03-2 figure img,
div.os-pattern05-2 figure img,
div.os-pattern06-2 figure img {
  width : 48%;
  float: left;
  margin-bottom: .25em;
}
div.os-pattern00-2 figure img:nth-child(odd),
div.os-pattern01-2 figure img:nth-child(odd),
div.os-pattern02-2 figure img:nth-child(odd),
div.os-pattern03-2 figure img:nth-child(odd),
div.os-pattern05-2 figure img:nth-child(odd),
div.os-pattern06-2 figure img:nth-child(odd) {
  margin-left: 2%;
}

.borderNone {
  border: none !important;
}
.construction {
  padding-left: 2.5em;
  padding-bottom: 60%;
  font-size: 1.1em;
  border: none;
  box-shadow:  none;
}


/* ★★★★ mobile ★★★★ */
@media screen and ( max-width:480px ) {
  .box{
    box-shadow: none;
  }
  div[class*="os-pattern"] {
    border: none;
  }
  div[class*="os-pattern"] figure{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 !important ;
  }

  div[class*="os-pattern"] figure a,
  div[class*="os-pattern"] figure img {
    width: 100% !important;
    height: auto;
    float: none;
    margin-bottom: 1.25em;
    margin: 2%;
    padding: 0 !important;
    border: none;
  }

  div[class*="os-pattern"] h3,
  div[class*="os-pattern"] p {
    width: 100% !important;
    height: auto;
    float: none;
    font-size: 0.92em;
    line-height: 1.32em;
  }
  div[class*="os-pattern"] h3{
    font-size: inherit;
  }

}


/*-------------------------
    gr-table tamplate

※コラム内にのみ表が存在すると仮定
　layout上書き
--------------------------*/
div[class*="os-pattern"] table{
  margin-left:auto;
  margin-right: auto;
  width: 96%;
  height: auto;
}
table {
  margin-bottom: 2em;
  font-size: .93em}
th, td {
  padding:.3em 1em;
  text-align: left;
}
tbody th,
tbody td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: inherit;
}
thead th {
	border-bottom:2px solid #888;
	background:#fff;
	padding:.4em 1em .2em;
}
tbody th,
tbody td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*-----------------
    breadcrumbs
------------------*/
ul#breadcrumbs {/*朝食パン*/
	overflow: hidden;
	margin: 1em 1% .5em;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.6rem;
	list-style: none;
}
#breadcrumbs li {
	float: left;
	margin: 0 3.2rem 0 0;
	position: relative;
}
#breadcrumbs li::after {
	position: absolute;
	content: "≫";
	top: 0; right:-2.2rem;
	}
#breadcrumbs li:last-child::after { content:"";}
#breadcrumbs li a{
  color:#43759F;
  text-decoration: none;
}

/* ★★★★ mobile ★★★★ */
@media screen and ( max-width:480px ) {
  ul#breadcrumbs {/*朝食パン*/
    margin: 1em 0 .5em;
  }
}



/*-------------------
    pigeonscrumbs　
--------------------*/
#pigeonscrumbs{
  display: none;
}

/* ★★★★ mobile ★★★★ */
@media screen and ( max-width:480px ) {
  #pigeonscrumbs{
    display: flex;
    margin: -20px auto 2em;
    padding: 0;
    width: 100%;
  }
  #pigeonscrumbs li {
    width: 50%;
    text-align: left;
    vertical-align: middle;
    line-height: 36px;
    list-style: none;
    background-color: var(--col-paper);
    padding: 0 .5em;
    border-top: var(--col-peacock01) 1px solid;
    border-bottom: var(--col-peacock01) 1px solid;
  } 
  #pigeonscrumbs li:last-child {
    text-align: right;
    border-left: var(--col-peacock01) 1px solid;
  }
  #pigeonscrumbs li a {
    display: inline;
    font-size: 1em;
    /* font-size: .86em; */
    width: 87%;/* 目見当… */
    height: auto;
    color: var(--col-black);
    font-weight: 400;
    /* background-color: #a61e4d; */
    line-height: 36px;

  }
  #pigeonscrumbs li:first-child:before,
  #pigeonscrumbs li:last-child:after {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 1.1em;
    display: inline-block;
    width: 1.1em;
    color: var(--col-blue02);
    vertical-align: middle;
    margin-top: -0.1em;
  }
  #pigeonscrumbs li:first-child:before {
    content:"\f104";
  }
  #pigeonscrumbs li:last-child:after {
    content:"\f105";
  }
}



/*------------------ 
  to pageTop - js
-------------------*/
#pageTop {
	position: fixed;
	bottom: 240px;
	right: 15%;
	opacity: .8;
}
#pageTop a {
	display:block;
	min-width: 80px;
	min-height: 50px;
	background:url(../_img/gr-gotop01.png) no-repeat center center ;
	background-size: 100%;
	z-index: 99;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: .4;
}

/* ★★★★ mobile ★★★★ */
@media screen and ( max-width: 768px ) {
  #pageTop {
    position: fixed;
    bottom: 4px;
    right: 4%;
    opacity: .8;
  }
  #pageTop a {
    display:block;
    min-width: 100px;
    min-height: 62.5px;
    background: url(../_img/gr-gotop01.png) no-repeat center center ;
    background-size: 100%;
    z-index: 99;
  }
}



/*------------------ 
  gr - materials
-------------------*/
a[class^="btn"] {
  display: inline-block;
  padding: .5em 1em;
  margin: .8em 2% ;
  font-size: 1.1em;
  font-weight: 500;
  line-height:1;
  color: #FFF;
  background: var(--col-peacock01);
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
  vertical-align: middle;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) ;
  border-radius: 4px;
}
a[class^="btn"]::before {
	content: "\f0e0";
	margin-right: .5em;
	font-family: 'FontAwesome';
	font-weight: normal;
	text-shadow: none;}

a[class^="btn"]:hover {
  background: var(--col-peacock01 );
  opacity: 0.5;
	transition: .5s ;
}
a[class^="btn"]:action{
	background:#1862ab;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	transition: .5s ;
}

/*★ ie hacks ★*/
:-ms-lang(x)::-ms-backdrop, a[class^="btn"]:hover {
  background: #008b9e;
}
:-ms-lang(x)::-ms-backdrop, a[class^="btn"] {
  background: #008b9e;
}
@media all and (-ms-high-contrast:none) {
  a[class^="btn"],
  a[class^="btn"]:hover {
    background: #008b9e;
  }
}







/* =============== contents =============== */
/*//////////////////
      top page
//////////////////*/

/*-- トップ画像スライダー --*/
body#topPage #main {
  padding-top: 4em;
}
/* ★★★★ mobile ★★★★ */
@media screen and (max-width: 768px){
  body#topPage #main {
    padding-top: 1em;
  }
.pc-no {
	display: block;
}
}
/* ★★★★ PC ★★★★ */
@media screen and (min-width: 769px){
.pc-no {
	display: none;
}	
	
#topPage-topimage {
  position: relative;
}
#topPage-topimage img {
	width: 100%;
	margin-bottom: 0em;
}
#topPage-topimage h1 {
  position: absolute;
  top: 0 ; left:0;
  z-index: 2;
}

/* 新しいトップページ画像 */
#topPage-newTop {
  display: block;
  margin-bottom: 0;
  /* position: relative; */
  width: 100%;
  /* background: #72C3FC; */
  height: 510px;
  text-align: center;
}
#topPage-newTop > div#newTop  {
  position: relative;
  width:100%;
  background-color:#dcf5e6; 
background-image: url("../_img/mv_bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
  height: 510px;
  margin: 0 auto;
  text-align: center;
}
#topPage-newTop > div#newTop > div {
  position: relative;
  max-width: 960px;
  max-height: 510px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
#topPage-newTop h1 {
  position: absolute;
    display: block;
    font-size: 4rem;
    font-weight: 500;
    padding: 30px 0 30px 43px;
    bottom: 44px;
    left: 0;
    z-index: 2;
    text-align: left;
}

.mv-h1 {
	font-size: 2.5rem;
}
#topPage-newTop > div#newTop h1 {
  /* background:#C7E0F3; */
 /* border-bottom: #fff 2px solid;*/
  /* width: 100%; */
  /* height: auto; */
}
#topPage-newTop > div#newTop img {
  width: 100%;
  max-width:  960px;
  height: 510px;
  height: auto;
}

/*bdy_menu 2022*/
.bdy_menu {
	position: relative;
	display:block;
	margin: 0 auto;
	width: 960px;
	min-height: 430px;
	background-image: url("../_img/bdymn_bg.jpg?20220930");
	background-repeat: no-repeat;
}
.bdy-menu-copy{
	display: block;
	position: absolute;
	top:35px;
	right:26px;
	font-size: 2rem;
	line-height: 1.6;
	color: hsla(151,71%,11%,1.00);
}
.bdy_menuBx-sp {
	display: none;
}
.bdy_menuBx {
	position: absolute;
	bottom: 0;
	display: inline-flex;
	justify-content: space-between;
	width: 960px;
	height: auto;
}
.bdy_menu_item {
	display: block;
	text-align: left;
	color: #ffffff;
	width: 319px;
	height: auto;
	background-color:hsl(183deg 100% 20% / 80%);;
	padding-bottom: 12px;
	}
.bdy_menu_item .item-tit {
	display: block;
	width: 319px;
	height: 80px;
	font-size: 2.4rem;
	font-weight: 500;
	padding: 35px 0 20px 50px;
	margin: 0;
	background-image: url("../_img/bdy_menu_tibg.png");
	background-repeat: no-repeat;
	background-position: top center;
	
}
.bdy_menu_item p{
	display: block;
	margin: 0!important;
	width: 319px;
	font-size: 2rem;
	padding: 12px 0 12px 50px;
	transition: .5s;
}

.bdy_menu_item p a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400!important;
}
.bdy_menu_item p:hover{
  background-color: #39909F;
}
#main {
position: relative;
	}
#sideMenu > div {
		position: absolute;
		top:30px;
		right: 0;
	}
/* END bdy_menu 2022*/
.topbnrBx{
		display: block;
		width: 100%;
		padding: 30px 2%;
	margin: 0 auto;
	text-align: center;
		}
	.topbnrBx img {
		width: 640px;
		height: auto;
	}
}
/*PCend*/
#topPage-newLink {
  /* mix-blend-mode: multiply; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 0;
  width: 100%;
  max-width: 960px;
  /* height: 180px; */
  /* background: #c6292c; */
}
#topPage-newLink > div {
  margin-top: -0.25em;
  display: block;
  padding: 2em 0 1.25em;
  background: #0b7285; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #0b7285 0%, #095866 100%);
  background: -webkit-linear-gradient(-45deg,  #0b7285 0%,#095866 100%);
  background: linear-gradient(135deg,  #0b7285 0%,#095866 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7285', endColorstr='#095866',GradientType=1 );
  width: 33.3333%;
  max-width: calc( 960px /3 );
  /* max-height: 180px; */

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008b9e+0,008497+100 */
background: #008b9e; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #008b9e 0%, #008497 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #008b9e 0%,#008497 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #008b9e 0%,#008497 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008b9e', endColorstr='#008497',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#topPage-newLink > div:nth-child(2n) {
  border-left:  #fff 2px dotted;
  border-right: #fff 2px dotted;
}
#topPage-newLink > div p {
  margin: 0 auto 1em;
  padding: .25em 0 .1em;
  width: calc( 100% /3 *2 ) ;
  background-color: #fff; /* 背景色 */
  /* border: 1px solid #ccc; 枠線 */
  border-radius: 2px;
  color: var(--col-black);
  font-size: 1.2em;
  font-weight: 600;
}
#topPage-newLink > div > a {
  display: block;
  margin: .5em 0;
  /* height: 1.25em; */
  color: #FFF;
  font-size:   1.2em;
  line-height: 1.2em;
  font-weight: 100;
}

#topPage-newLink .toppage-icon {
  display: none;
}

/* --- モバイルのみの蛇足 --- */
#topPage-moreLink{
  display: none;
}

@media screen and ( max-width:768px ) {
.pc-no {
	display: block;
}
#topPage-newTop {
  display: block;
  margin-bottom: 0;
  /* position: relative; */
  width: 100%;
  /* background: #72C3FC; */
  min-height: 240px;
  text-align: center;
}
#topPage-newTop > div#newTop  {
  position: relative;
  width:100%;
	background: none;
 height: 240px;
  margin: 0 auto;
  text-align: center;
}
#topPage-newTop > div#newTop > div {
  position: relative;
width: 100%;
 height: 240px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
#topPage-newTop > div#newTop img {
    width: 100%;
   height: 240px;
    /* width: auto; */
    object-fit: cover;
  }
/*bdy_menu 2022*/
.bdy_menu {
	display:block;
	position: unset;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-image: url("../_img/bdymn_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3vw;
}
.bdy-menu-copy{
	display: block;
	position: unset;
	width: 100%;
	padding: 10px 0 30px 10%;
	font-size: 1.6rem;
	line-height: 1.6;
	color: hsla(151,71%,11%,1.00);
}
.bdy_menuBx {
	display: none;
}
.bdy_menuBx-sp {
	display: inline-flex;
	width: 100%;
    justify-content: space-between;
}
.bdy_menuBx-sp>.bdy_menu_item {
	display: block;
	color: #ffffff;
	text-align: center;
	width: 33%;
	height: auto;
	background-color:hsl(183deg 100% 20% / 80%);;
	padding: 3vw;
	}
.bdy_menuBx-sp>.bdy_menu_item>.item-tit {
	display: block;
	color: #ffffff;
	width: 100%;
	height: 70px;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 10px 0 20px 20px;
	margin: 0;
	background-image: url("../_img/bdy_menu_tibg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: -15px;
	
}
	.item-tit>a:link {
		color: #ffffff!important;
	}
	.item-tit>a:visited {
		color: #ffffff!important;
	}
.bdy_menuBx-sp>.bdy_menu_item:hover{
  background-color: #39909F;
}
	.topbnrBx{
		display: block;
		width: 100%;
		padding: 30px 2%;
		}
	.topbnrBx img {
		width: 96%;
		height: auto;
	}
/* END bdy_menu 2022*/
}

/* ★★★★ mobile ★★★★ */
@media screen and ( max-width:480px ) {
  #topPage-newTop {
    margin-top: 0;
  }
  #topPage-newTop > div#newTop img {
    width: 100%;
   height: 240px;
    /* width: auto; */
    object-fit: cover;
  }

	#topPage-newTop h1 {
  position: absolute;
    display: block;
    font-size: 2rem;
    font-weight: 600;
	color: hsla(172,100%,9%,1.00);
    padding: 0 ;
    bottom: 35px;
    left: 3%;
    z-index: 2;
    text-align: left;
}

.mv-h1 {
	font-size: 1.6rem;
}

  #topPage-newLink{
    width: 100%;
    height: auto;
  }
  #topPage-newLink > div {
    padding: 2px 0 0;
    /* margin-top: 0; */
    /* padding: 1.75em 0; */
    /* width: 100%; */
    /* min-height: 60px; */
    /* background: #1C7CD6; */
    /* background: none; */
    background: var(--col-paper);

    /* max-width: 100%; */

  }
  #topPage-newLink > div:nth-child(2n) {
    border-left:   none;
    border-right:  none;
    /* border-top:    #fff 2px dotted;
    border-bottom: #fff 2px dotted; */
  }

  #topPage-newLink > div > p {
    display: none;
    font-size: 1em;
    padding: .15em 0 .05em;
  }
  #topPage-newLink > div > a {
    display: none ;
    font-size: 1em;
  }
  #topPage-newLink .toppage-icon {
    display: inherit;
    margin: 0;
    padding: 0;
  }
  #topPage-newLink .toppage-icon img {
    margin: 0;
    padding: 0;
    width:100%;
  }

  /* --- モバイルのみの蛇足 --- */
  #topPage-moreLink{
    display: flex;
    margin: 0; padding: 0;
    flex-wrap: wrap;
    width: 100%;
    /* margin-bottom: 2em; */
  }
  #topPage-moreLink li {
    width: 33.333333333%;
    text-align: center;
    vertical-align: middle;
    border-top:    2px solid var(--col-paper);
    border-bottom: 0px solid var(--col-paper);
    border-left:   1px solid var(--col-paper);
    border-right:  1px solid var(--col-paper);
    line-height: 30px;
    list-style: none;
    color: var(--col-paper);
    /* background: var(--col-peacock01) */
    background: #6fc7d8;
  }
  #topPage-moreLink li a {
    font-size: .78em;
    text-align: center;
    width: 100%;
    height: auto;
    /* color: var(--col-paper); */
    color: var(--col-black);
    font-weight: 600;
  }
}/* @media */



/*-- news --*/
div#topPage-info {
  height: auto;
  min-height: 240px;
}

#topPage-info dl {
  overflow-y: auto;
  min-height: 210px;
  max-height: 280px;
  padding: .25em 0 ;
  font-size: 1em;
}
#topPage-info dl a {
  padding: 5px .125em;
  color: #c6292c;
}
#topPage-info dl dd a {
  color: #1E79A7;
  border: none;
/*  border-bottom: 1px solid #1E79A7;　メイリオだと変になるから消す*/
  padding-bottom: 0;
  font-weight: inherit;
}

#topPage-info dl dd a[target=_blank]::after {
  content:"\2005\f08e\2005";
  font-family: 'FontAwesome';
  font-weight: normal;
}

#topPage-info dl dt,
#topPage-info dl dd {
  margin: 0 2%;
  padding: 0 ;
  display: inline-block;
}
#topPage-info dl dt {
  clear:left;
  float:left;
  min-width: 20%;
/*  vertical-align: 0%;*/
}


dt.opt-news::after { content: "\2002"url(../_img/toppage-info-01.svg);}
dt.opt-rec::after { content: "\2002"url(../_img/toppage-info-02.svg);}
dt.opt-sin::after { content: "\2002"url(../_img/toppage-info-03.svg);}


#topPage-info dl dd{
  margin-bottom: 11px;
  width: 70%;
  padding-bottom: 11px;
  border-bottom:1px solid #CCC;
}
#topPage-info dl dd:last-child { border-bottom: none;}

#topPage-info dl dd span {
  font-size: 0.8em;
}
#topPage-info dl dd span.red {
  font-size: inherit;
  color: #c6292c;
}

#topPage-info dl dd span.blue {
  font-size: inherit;
  color:#1E79A7;
}
/* ★★★★ mobile ★★★★ */
@media screen and ( max-width:480px ) {
  #topPage-info dl {
    max-height: 420px;
    border: solid 1px var(--col-paleblue);
  }
  #topPage-info dl dt {
    width: 25%;
    padding-right: 1em;
  }
  #topPage-info dl dd {
    width: 65%;
  }

}

/*-- link button --*/
div#topPage-linkButton {
	margin: 1.2em 0 2.8em;
}
#topPage-linkButton a {
	display: block;
	padding: .25em 0 1em;
	text-align:center;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 500;
}
#topPage-linkButton a img {
	width: 100%;
	margin-bottom: .25em;
}
/* ★★★★ mobile ★★★★ */
@media screen and ( max-width:480px ) {
  div#topPage-linkButton {
    margin: 0;
  }
  #topPage-linkButton a {
    margin-bottom: 0.5em;
    padding: 0;
    font-size: 1em
  }
  #topPage-linkButton a img {
    /* max-height: 80px; */
    width:98%;
  }
}



/*----------------
  corplate pages
-----------------*/
.SDGsWrap {
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
}
.SDGsBx {
	display: inline-flex;
	align-self: flex-start;
	width: 48%;
	height: auto;
	line-height: 1.6;
	margin: 15px 0;
	justify-content: space-between;
	padding: 0 1% 0 0;
}

@media screen and ( min-width:769px ) {
	.SDGsBx {
		font-size: 1.2rem;
	}
	.SDGsBx>p.icon {
		display: block;
		flex-basis: 24%;
		padding: 0;
	}
	.SDGsBx>p.icon img {
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
	}
	
	.SDGsBx ul{
		display: block;
		align-self: center;
		flex-basis: 64%;
		width: 100%;
		padding: 0 0 10px 6%;
	}
	
}
@media screen and ( max-width:768px ) {
	.SDGsBx {
		font-size: 1.3rem;
	}
	.SDGsBx>p.icon {
		display: block;
		flex-basis: 25%;
		margin:  0 1% 0 0;
		padding: 0 1% 0 0;
	}
	.SDGsBx>p.icon img {
		display: block;
		width: 100%;
		height: auto;
	
	}
	
	.SDGsBx ul{
		display: block;
		align-self: center;
		flex-basis: 63%;
		height: auto;
		padding: 0 0 0 1%;
		margin:  0 0 0 1%;
	}
	
}

/*-----action---------------------*/


.actionBX{
	display: block;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 20px;
	
	border: solid 1px hsla(36,51%,34%,1.00);
	}

.actionBX h2 {
	font-size: 1.8rem;
	font-weight: 600;
	color: hsla(171,76%,15%,1.00);
	text-align: center;
}

.actionBX ul {
	display: block;
	margin: 20px auto;
	font-size: 1.5rem;
	font-weight: 500;
	color: #222222;
	list-style: none;
}

.actionBX li {
	margin: 16px auto;
	line-height: 1.6;
	text-indent: -2em;
   padding-left: 2em;
}


img#philosophy {
	margin-bottom: 2.4em;
	width: 100%;
	height: auto;
	}
#corp01 section p {
  text-indent: 1em;
}

#corp01 dl {
	margin: 1.25em 0;
	margin-right: 3%;/*誤差1%*/
	height: auto;
	text-align: right;
	line-height: 1.6;
}
#corp01 dl dd {
	font-size:.9em;
	line-height: 1.2}
#corp01 dl dd.ps-president {
	font-size: 1.6em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 800;
}
div[id^="corp"] table {
	margin-left:auto;
	margin-right: auto;
	width: 96%;
	height: auto;
	border: none;
}
div[id^="corp"] table th { width: 25%;}
div#corp02 table tr { vertical-align: top;}
div#corp02 table th,
div#corp02 table td { 
  padding:.6em 1em;
  border-bottom:none}
div#corp05 table th { width: 38%;}
div#corp05 table td {
  width: 10%;
  text-align:  center}
div#corp05 table tr td:nth-of-type(2) {
  width: .5%;
  border: none;
  background: #fff;
}
div#corp05 table tr:nth-of-type(2n) {
	background: #f7f9fd;
  font-weight: normal;
}
div#corp05 h2 span {
	margin-left: 2em;
	font-size: .7em;
}
  

/* --- access --- */ 
#corp03 section + section {
  margin-top: 4em;
}

#corp03 iframe,/*地図*/
#corp03 figure {/*地図*/
	display: block;
	float: left;
	width: 48%;
	/* height: auto; */
	padding-left: 2%; 
	margin-bottom: 1.6em;
}
#corp03 div {
	float: right;
	width: 48%;
	height: auto;
	padding-right: 2%; 
}
#corp03 h3{
  width: 96%;
}

#corp03 div a {
	text-decoration: none;
  margin-bottom: .5em;
}
#corp03 div p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  padding-bottom: 0;
  font-size: .92em;
  line-height: 1.6 !important;
}
#corp03 div p br{
  margin: 0;
  padding: 0;
}

#corp03 div p.duration {
  padding-left: 0;
  text-indent: 0;
}

#corp03 figure {
  display: flex;
  align-content: flex-start;
}
#corp03 div img.corp-build {
  width: 100%;
  padding-bottom: 1em;
}
img.organization {
  width: 100%;
  padding: 1em 0 1.5em;
}
img#corp-president{
  max-height: 360px;
  object-fit: contain;
}
/* ★★★★ mobile ★★★★ */
@media screen and ( max-width:480px ) {
  #corp03 h3,
  #corp03 figure,
  #corp03 figure img,
  #corp03 div {
    width: 100%;
    align-self: flex-start;
  }
}

/*-------------
	works pages
--------------*/
*[id^="work"] h3 {
  font-size: 1.14em;
}
*[id^="work"] h4 {
  width: 96%;
  margin: 1.6em auto .4em;
}
.work_examBX {
	width:100%;
	display: inline-flex;
	padding: 20px;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 600;
}
.work_examBX ul {
	margin: 30px 5px;
	max-width: 150px;
	height: auto;
	text-align: center;
	align-self: center;
}
.work_examBX>ul>li>img{
	max-width: 150px;
	height: auto;
}
.work_examBX ul li {
	margin-bottom: 10px;
	list-style: none;
}
/* ★★★★ mobile ★★★★ */
@media screen and ( max-width:480px ) {
  *[id^="work"] h4 {
    width: 100%;
  }
}



/* *[id^="work"] h3 {
  margin: 2em auto .75em;
  padding-top: 0.4em;
	width: 96%;
	font-size: 1.14em;
  font-weight: 800;
  color: var(--col-black);
}
*[id^="work"] p {
  font-size: 1em !important;
} */


/*---------------
  recruit pages
----------------*/
#recr01 h3,
#recr04 h3 {
	font-size: 1.16em;
	margin-bottom: 0em;
	}

#recr01 table + h3 {
	margin-top: 3.2em;
}

#recr01 table {
	border: none;
	vertical-align: top;
}

#recr01 table th,
#recr01 table td {
	vertical-align: top;
}

#recr01 table thead th,
#recr01 table thead td {
	padding-top: 1.6em;
/*	font-weight: 800;*/
}

#recr01 table thead th,
#recr01 table tbody th {
	width: 25%;
}
/*

td p.model {
  line-height: 1;
  margin-top: 1em;
  margin-left: 1em;
  padding-left: 0;
  text-indent: -1em;
}
*/
td span.model  {
  font-weight: 800;
  font-size : .9em;
}

#recr01 table + p {
  font-size: .9em;

  margin-top: 1.5em;
  line-height: 130%;
}
#recr01 table + p > a {
  font-weight: 500;
}
#recr02 ul,
#recr02 dl {
	list-style-position: inside;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 96%;
	height: auto;
}

#recr02 ul li {	padding-left: 1em; 
}

#recr02 dl {
	border: 1px solid #72c3fc;
	border-radius: 6px;
	box-shadow: .5px .5px .5px #ccc;
	padding: .75em 4em 0;
}
#recr02 dl dt {
	width: 25%;
	font-weight: 800;
/*	clear: both;*/
}
#recr02 dl dt ,
#recr02 dl dd {
	float:left;
}

#recr02 dl dd a.btn {
  min-width:14em;
  font-size: 1em;
}

#recr02 dl::after{
content: ".";   
  display: block;   
  visibility: hidden;   
  height: 0.1px;   
  font-size: 0.1em;   
  line-height: 0;   
  clear: both;   
}
/* ★★★★ mobile ★★★★ */
@media screen and (max-width:480px){
  #recr02 dl {
    padding: .75em 1em 0;
  }
  #recr02 dl dt ,
  #recr02 dl dd {
    width: 100%;
  }
}


/*---------------
  partner pages
--------------*/
#part02 ul,
#part02 dl {
	list-style-position: inside;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 96%;
	height: auto;
}
#part02 ul li {	padding-left: 1em;
} 
#part02 dl {
	border: 1px solid #72c3fc;
	border-radius: 6px;
	box-shadow: .5px .5px .5px #ccc;
  padding: .75em 4em 0;
	}
#part02 dl dt {
	width: 25%;
	font-weight: 800;
	clear: both;
}
#part02 dl dt ,
#part02 dl dd {
	float:left;
		}
#part02 dl dd:last-child:after{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}


/*---------------
  policy pages
-----------------*/
#priv ul,
#iso ul {
  margin: 2em auto 4em;
  width: 90%;
  padding-left: 1.75em;
}

#priv ul li,
#iso ul li {
  position: relative;
  margin-bottom: 1.5em;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: priv;
}

#priv ul li::before,
#iso ul li::before {
  content: "(" counter(priv) ") ";
  position: absolute;
  left: -1.75em;
  display: marker;
}

#iso ul li::before {
  content: counter(priv) ". ";
}

p.os-enactment {
  margin-right: 2%;
  margin-bottom: 1em;
  width: auto;
  float: right;

}
p.os-enactment::after {
  content: "";
  display: block;
  clear: both;
}

#iso p.os-enactment {
  line-height: inherit;/*本当は1.2にしたいけど、IE多分（メイリオ）で詰まり気味になる*/
  font-size: .95em;
}

dl.acceptance {
	margin: 5em auto 1em;
	width: 96%;
	font-size: .9em;
	line-height: 1.4;
}
dl.acceptance dt {
	padding-bottom: .4em;
	margin-bottom: .4em;
	border-bottom: 1px solid #1C7CD6;
	width:100%;
}
dl.acceptance dd {
	padding: 0 .5em;}


#temp h3,
#site h3{
	font-size: 1.15em;
	text-indent: -2.5em;
	padding-left: 2.5em;
	margin-bottom: .75em;
	}
#temp > div {
	margin: 1.8em auto 2.4em;
	width:90%
	}
#temp > div p{
	padding-left: 3em;
	text-indent:0;
	}


  #site p {
	width:90%;
	margin-bottom:0;}
#site p:last-child {
	margin-bottom: 3em;
}


/* -- 公表事項（pars） -- */
#pars h2 {
  font-size: 1em;
  text-indent: 0;
  margin-top: 3em;
  padding-left: .5em;
  font-weight: 700;
  border: 0;
}

  #pars h2:first-child {
    margin-top: .5em;
  }
  #pars h2::after{
    height: 1px;
    width: 100%;
  }

#pars h3 {
  margin-top: 2.5em;
}

#pars table {
  margin-top: .25em;
  width: 90%;
}

#pars table td,
#pars table th {
  width: 50%;
  border: 1px solid #ccc;
}

#pars table th {
  text-align: center;
  background: #72C3FC;
  padding: 0;
  vertical-align: middle;
  color: #fff;
  font-weight: normal;
}

#pars table td {
  vertical-align: top;
}

#pars h4 {
  margin-top: 1em;
  padding-left: .5em;
  
}

#pars h4 + div {
  padding: 0 3em;
  text-indent: 1em;
  list-style-position: inside;
}

#pars table td h5 {
  font-size: inherit;
  margin-top: 1em;
}
#pars table td h5:first-child {
  margin-top: .25em;
}

#pars table ul {
  margin-left: 1.5em;
}

#pars .ajust {
  margin-bottom: 5em;
}

.call {/* contactと共用*/
  float: left;
  width: 100%;
  padding-left: 2em;
  border: 0;
}


.call dt,
.call dd {
  float: left;
  width: 12.5%;
  border: 0;

}
.call dt {
  font-weight: 700;
    font-size: .95em;
}
.call dd {
  width: 86.5%
}


p.ajust {
  clear: both;
  padding: 1em 3em 3em;
  width: 90%;
}



/*-------------------
  contact form style
-------------------*/
/*--ボタンなどは別CSS--*/

#formProlog {
  margin: 2em auto 4em;
  padding: .5em;
  width: 90%;
  font-size: .95em;
    line-height: 1.4;
/*
  height: 200px;
  overflow-y: auto;
  background: #e8f2fb
*/
}

#formProlog p {
  text-indent: 1em;
  margin-bottom: 0
}


#formProlog h2 {
  margin: 0 auto 1.54em;
  width: 96%;
  font-size: 1.225em;
  font-weight: 800;
  }
  #formProlog h2::before {
    content: "\f10c";
    font-family: 'FontAwesome'; 
    margin-right: .25em;
    color: #1c7cd6;
}

#formProlog h3 {
  margin-top: 2.5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #72C3FC;
  padding-bottom: .25em;
}

#formProlog dl {
  margin-bottom: .5em
}


/*---------------------
  Q & A session style
---------------------*/
.os-session dl {
	margin: .75em auto 1em; 
	width: 90%;
	height: auto;
	border: 1px solid #72c3fc;
	border-radius: 6px;
	box-shadow: .5px .5px .5px #ccc;
}
.os-session dl dt ,
.os-session dl dd {
	padding: 1.8em 2em 1.8em 80px;
	background:url(../_img/recr-session-q.png) no-repeat 4.5% calc( 1.2em );
	background-size: 36px;
}
.os-session dl dt {
	width: 100%;
	border-bottom: 1px solid #72c3fc;
	font-weight: 800;
}
.os-session dl dd {
  background-image: url(../_img/recr-session-a.png);
}

.os-session dl dd span {
  display: inline-block;
  margin-top: 1em;
  font-weight: 800;
  font-size: .98em;
}

.os-session dl dd ul {
  margin-bottom: 1em;
}
.os-session dl dd li {
  list-style-position: inset;
  margin-left: 1.25em;
  padding-left: .0em;
}

.os-session dl dd figure {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: .8em 0 0 0 ;
}

.os-session dl dd figure a {
  margin : .8em 0 1.25em 0 ; 
  min-width: 15%;
  text-align: center;
}
.os-session dl dd figure a + a {
  margin-left: .5em;
}

.os-session dl dd figure img {
  width: 100%; 
  height: auto;
  border: 12px solid #ecf9ff;
}

/* ★★★★ mobile ★★★★ */
@media screen and ( min-width:480px ) {
  .os-session dl dd figure a ,
  .os-session dl dd figure img {
    max-width: 85% !important;
  }
}
@media screen and ( max-width:480px ) {
  .os-session dl dd.pic{
    padding: 0 2em ;
    background: none;
  }
}

/*---------
  sitemap
----------*/
#sitemap {
  margin: 0 auto;
  }
#sitemap a {
  text-decoration: none
}
#sitemap  div {
  float: left;
  margin: .6em 6% 2em;
  width: 35%;
  font-weight: normal;
}
#sitemap h3 {
  font-size: 1.1em;
  font-weight: normal;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
/* #sitemap h3 a::after {
  content: "\f08b";
  margin-left: .5em;
  font-family: 'FontAwesome';
  font-weight: normal;
  display: inline;
} */
#sitemap h3 a:link,
#sitemap h3 a:visited {
  color: #000;
  font-weight: normal;
}
#sitemap h4 {
  padding-left: 1.5em;
}
#sitemap ul + h4 {
  margin-top: 1.2em;
}
/* #sitemap h4::before {
  content: "\f061";
  margin-right: .25em;
  font-family: 'FontAwesome';} */
#sitemap ul li {
  list-style-type: none;
  padding-left: 1.75em;
  color: #1c7cd6;
  }
#sitemap ul li a {
  font-weight: normal;
  line-height: 100%;
}
#sitemap ul li::before {
  content: "\f0da";
  margin-right: .5em;
  font-family: 'FontAwesome';
  font-weight: 300;
  color: #1c7cd6;
}

/* ★★★★ mobile ★★★★ */
@media screen and ( max-width:480px ) {
  #sitemap h3 {
    /* font-size: 1em; */
    font-weight: normal;
  }
  #sitemap h3,
  #sitemap h3 a,
  #sitemap h4 {
    font-size: .9em;
  }
  #sitemap a{
    font-size: .86em;
  }
  #sitemap ul li {
    padding-left: 2.75em;
    text-indent: -1em;
    line-height: 130%;
  }
}
.btn_toprntpage {
	display: block;
	width: 30%;
	height: auto;
	text-align: center;
	padding: 16px;
	border: solid 1px #17634D;background-color: hsla(170,86%,92%,1.00);
	margin: 10px auto;
}