/*下層ページ*/
section {
    margin: 100px 0px;
}
.c-inner {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}
h3.sub-title{
  font-size: 26px;
  border-bottom: solid 2px #cfcfcf;
  position: relative;
  padding: 1rem 0px 1rem;
  margin: 50px 0px 20px 0px;
}
h3.sub-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #2d8ccc;
  bottom: -2px;
  width: 20%;
}
.square{
    height: 7vw;
    line-height: 7vw;
    background-color: #2d8ccc;
    color: #fff;
    text-align: center;
}
.border-radius {
    height: 110px;
    line-height: 110px;
    background-color: #2d8ccc;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.align-center {
    align-items: center;
}
.space-around {
	justify-content: space-around;
}
span.strong {
    font-weight: 600;
}
.color-blue {
    color: #0079cb;
}
.bottom20 {
    margin-bottom: 20px;
}
.padding10 {
    padding: 10px;
}
.top20 {
    margin-top: 20px;
}
p.smail {
    font-size: 1.5rem;
}

@media (max-width: 1399px) {
.c-inner {
    width: 100%;
}
}
@media screen and (max-width: 750px){
section {
    margin: 50px 0px;
}	
.c-inner {
    padding: 0 15px;
}
h3.sub-title{
  font-size: 17px;
  font-weight: 800;
  border-bottom: solid 2px #cfcfcf;
  position: relative;
  padding: 1rem 0px 0.2rem;
  margin: 30px 0px 10px 0px;
}
h3.sub-title:after {
  border-bottom: solid 2px #2d8ccc;
}
.row {
    display: flex;
    flex-direction: column;
}
.column-reverse	{
    flex-direction: column-reverse;
}
.square{
	margin: 10px 20px;
    width: 50%;
    height: 7vw;
    line-height: 7vw;
    background-color: #2d8ccc;
    color: #fff;
    text-align: center;
}
p.smail {
    font-size: 1rem;
}
}

/*-12/01追加分- ロケーション */ 
.flex-wrapper.clear.center {
    display: flex;
    justify-content: space-evenly;
	  align-items: center;
}
img.map {
    width: 100%;
	  margin-top: 30px;
}
.flex {
    display: flex;
	  align-items: center;
}
.metoro01 {
	  font-size: 2rem;
    color: #555146;
    font-weight: 700;
	  margin: 10px 0px 0px!important;
}
.metoro02 {
	  font-size: 2rem;
    color: #555146;
    font-weight: 700;
	  margin: 30px 0px 0px!important;
}
@media screen and (max-width: 767px){
.metoro01 {
	  font-size: 1.5rem!important;
    color: #555146;
    font-weight: 700;
	  margin: 10px 0px 0px!important;
}
.metoro02 {
	  font-size: 1.5rem!important;
    color: #555146;
    font-weight: 700;
	  margin: 15px 0px 0px!important;
}
}
.access-ttl {
    font-weight: 700;
    font-size: 2.5rem;
    color: #7a7166;
    border-bottom: solid 1px;
    padding: 5px;
	  margin: 20px 0px 10px;
}
@media screen and (max-width: 767px){
.access-ttl  {
    font-size: 1.7rem;
    letter-spacing: normal;
    margin: 10px 0px 10px;
}
}
.access-text {
    line-height: 1.7!important;
    padding-left: 20px;
	  text-orientation: upright;
    margin: 10px 0px 0px;
    letter-spacing: -0.03em;
	  font-weight: 500;
}
@media screen and (max-width: 767px){
.access-text {
    font-size: 1.3rem;
    margin: 5px 0px 5px;
}
}
span.icn {
    width: calc(30 / 1920 * 100vw);
    margin-right: calc(15 / 1920 * 100vw);
margin-bottom: 3px;
}
@media (min-width: 768px) and (max-width: 1299px){
span.icn {
    width: calc(30 / 1299 * 100vw);
    margin-right: calc(15 / 1299 * 100vw);
}
}
@media (min-width: 768px) and (max-width: 1299px){
span.icn  {
    width: calc(30 / 1299 * 100vw);
    margin-right: calc(15 / 1299 * 100vw);
}
}
@media (max-width: 767px){
span.icn  {
    width: calc(30 / 750 * 100vw);
    margin-right: 1.5vw;
}
}
@media screen and (max-width: 767px){
.content-nav-heading {
    font-size: 4.2rem;
}
}

/*理事長メッセージ-------------------------------------*/
.message-wrap {
    content: "";
    background: url(../images/about/mess-bk.jpg) no-repeat center;
}
.message-wrap img {
    width: 100%;
}
p.mess-img {
    text-align: center;
}
.flex-box.mess {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
	align-items: center;
}
.riji-img {
    width: 40%;
	text-align: center;
}
.riji-img img {
    width: 60%;
}
.riji-img p {
    margin-bottom: 0px;
}
h2.ttl {
    font-size: 3.5rem;
    margin-bottom: 30px;
	margin-left: 20px;
}
p.riji-p {
    font-size: 20px;
    line-height: 2.6;
	margin-left: 20px;
    font-family: "YuMincho", "Noto Serif JP", serif;
    font-weight: 600;
}
p.riji {
    background: #2d8ccc;
    color: #fff;
    padding: 5px 30px;
    display: inline-block;
    margin-bottom: 0px;	
	font-weight: 700;
	font-family: "YuMincho", "Noto Serif JP", serif!important;
}
p.riji-kimura {
    background: #b09a80;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
	margin-left: 40px;
	font-size: 24px;
	font-weight: 700;
	font-family: "YuMincho", "Noto Serif JP", serif!important;
}
.riji-name {
    margin-top: 60px;
}