/********************************

	cssリセット

********************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/********************************

	共通部分

********************************/
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        "メイリオ",
        Meiryo,
        "ＭＳ Ｐゴシック",
        "MS PGothic",
        sans-serif;
}

.wrapper {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.fs15 {
    font-size: 1.5rem;
}

.fs16 {
    font-size: 1.6rem !important;
}

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

.req::after {
    content: "※";
    color: #f00;
}

.search-form {
    position: relative;
}
.search-form input[type="text"] {
    border: 1px solid #4d4d4d;
    padding: 0.5em;
    padding-right: 2.5em;
    font-size: 1.2rem;
    width: 100%;
    box-sizing: border-box;
}
.search-form input[type="search"] {
    border: 1px solid #4d4d4d;
    padding: 0.5em;
    padding-right: 2.5em;
    font-size: 1.2rem;
    width: 100%;
    box-sizing: border-box;
}
.search-form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    border: none;
    width: 3em;
    height: 100%;
    background-image: url(img/icon-search.png);
    background-position: top center;
    background-size: 55% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}


.to-page-top {
    position: fixed;
    right: 30px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.to-page-top>span {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotateZ(45deg);
}

.page-section-link#about1,
.page-section-link#principle1,
.page-section-link#faq1,
.page-section-link#all-wg{
	display: block;
   margin-top:-200px;
   padding-top:200px;
}
.page-section-link#t14{
	display: block;
   margin-top:-220px;
   padding-top:220px;
}
.page-section-link{
	display: block;
   margin-top:-150px;
   padding-top:150px;
}

.news-list {
    /* font-size: 0; */
	
}

.news-list>li {
	width: 100%;
    margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news-list .date {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    line-height: 1.5;
}

.news-list .category {
    font-size: 1.0rem;
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    width: 7.2em;
    text-align: center;
    padding: 0.3em 0;
    vertical-align: middle;
}


.news-list a {
    color: #000;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    padding-left: 10px;
    max-width: 75%;
    font-size: 1.2rem;
}

.news-list a:hover {
    text-decoration: underline;
}

.news-link {
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    display: block;
    margin-top: 25px;
}

.news-link::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(img/icon-angle.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-left: 0.4em;
}

.news-link:hover {
    text-decoration: underline;
}

.news-link.activities {
	margin-top: 0;
    margin-bottom: 25px;
}

/********************************

	ヘッダー

********************************/

header{
	width: 100%;
	height: 150px;
	position: fixed;
	top:0;
	left:0;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(66,66,66,0.1);
	z-index: 10;
}
/* 印刷時、ヘッダー固定を解除 */
@media print{
    header {
        width: 100%;
		height: 150px;
		position: static;
		top:0;
		left:0;
		background-color: #fff;
		z-index: 10;
    }
} 
.header-upper {
	width: 100%;
	/*min-width: 1200px;*/
	height: 110px;
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    align-items: flex-start;
	-webkit-align-items: flex-start;
}
.header-logo {
    margin: 8px 14px;
}
.header-logo img {
    width: 415px;
    height: auto;
}


.header-upper-right {
	min-width: 710px;
    display: flex;
	display: -webkit-flex;
    justify-content: flex-end;
	-webkit-justify-content: flex-end;
    align-items: center;
	-webkit-align-items: center;
}

.fontsize-box {
    font-size: 1.2rem;
    color: #4d4d4d;
}
.fontsize-box>p {
    display: inline-block;
}
.fontsize-box>span {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #4d4d4d;
    padding: 2px 0;
    cursor: pointer;
    margin-left: 0.4em;
    width:16px;
    text-align:center;
}
.fontsize-box>span:hover,
.fontsize-box>span.active {
    background-color: #4d4d4d;
    color: #fff;
}
.header-upper-right .search-form {
    width: 200px;
    margin-left: 14px;
}
.header-link-box {
    display: flex;
	display: -webkit-flex;
    align-items: stretch;
	-webkit-align-items: stretch;
    justify-content: center;
	-webkit-justify-content: center;
    margin-left: 14px;
}
.header-link-box>a {
    display: inline-block;
    color: #fff !important;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    padding: 1.1em 0.7em;
    min-width: 100px;
    background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-link-box>a:hover {
    background-color: #4D4D4D;
}
.header-link-box>a::before {
    content: "";
    display: block;
    width: 1.8em;
    height: 1.8em;
    margin: 0 auto 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.header-link-box>.contact {
    background-color: #EB6D65;
}
.header-link-box>.contact:hover {
    background-color: #F19993;
}
.header-link-box>.contact::before {
    background-image: url(img/icon-mail-white.png);
}
.header-link-box>.english {
    border-left: 1px solid #fff;
}
.header-link-box>.japanese {
    border-left:none;
}
.header-link-box>.login::before {
    background-image: url(img/icon-login-white.png);
}
.header-link-box>.logout::before {
    background-image: url(img/icon-logout.png);
}
.header-link-box>.english::before,
.header-link-box>.japanese::before  {
    background-image: url(img/icon-english.png);
}


@media screen and ( max-width:1153px ){
	
	.header-logo {
		margin: 8px 0;
	}
	.header-logo img {
		width: 90%;
		max-width: 415px;
		height: auto;
		margin: 0 5%;
	}
	.fontsize-box {
		width: 68px;
		font-size: 1.0rem;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		align-items: center;
	}
	.fontsize-box>p {
		width: 100%;
	}
	.fontsize-box>span {
		margin: 4px  4px  4px  0;
	}
	.header-upper-right {
		min-width: 555px;
		width: 555px;
    }
	.header-link-box>a {
		font-size: 1.0rem;
		min-width: 67px;
		padding: 1.1em 0.4em;
	}

}

.header-nav-box {
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.header-nav {
    display: inline-block;
    text-align: center;
    height: 100%;
    position: relative;
}
.header-nav-list {
    height: 100%;
    /* font-size: 0; */
    display: flex;
    width: 1000px;
    justify-content: center;
    align-items: center;
}
.header-nav-list>li {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}
.header-nav-list>li.active>a,
.header-nav-list>li:hover>a {
    color: #0071BE;
    transition-duration: 0.1s;
}
.header-nav-list>li a {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    color: #231815;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.header-nav-list li a::before,
.header-nav-list li a::after {
    position: absolute;
    display: block;
    width: 1px;
    height: 1.2em;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #4d4d4d;
}
.header-nav-list li a::after {
    content: "";
    right: 0;
}
.header-nav-list>li:first-of-type>a::before {
    content: "";
    left: 0;
}
.header-nav-list>li ul {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #0071BE;
    top: 100%;
    width: 100vw;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.header-nav-list>li.active ul,
.header-nav-list>li:hover ul {
    display: flex;
}
.header-nav-list>li:hover ul {
    z-index: 2;
}
.header-nav-list>li ul>li {
    display: flex;
    height: 100%;
	line-height: 1.2;
}
.header-nav-list>li ul>li>a {
    color: #fff;
    padding: 0 2rem;
}
.header-nav-list>li:hover ul>li>a:hover {
    text-decoration: underline;
}
.header-nav-list>li ul>li a::after {
    background: #fff;
}
.header-nav-list li ul li:last-of-type a::after {
    display: none;
}
.header-nav-angle {
    width: 200px;
    height: 10px;
    display: block;
    background-image: url(img/icon-nav-active.png);
    background-position: center center;
    background-size: auto 20px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 6px;
}

@media screen and (max-width: 1000px) {
	.header-nav-list {
    height: 100%;
    display: flex;
    width: 767px;
    justify-content: center;
    align-items: center;
	}
}

/* 会員メニュー カラー */
.header-nav-list>li.member.active>a,
.header-nav-list>li.member:hover>a {
    color: #009045;
}

.header-nav-list>li.member ul {
    background: #009045;
}


.header-nav-angle.member {
    background-image: url(img/icon-nav-active-member.png);
}


/********************************

	フッター

********************************/
.footer {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	padding: 50px 0 20px 0;
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    align-items: center;
	-webkit-align-items: center;
}
.footer-logo {
	width: 100px;
    height:114px;
}
.footer-nav-box {
	width: 100%;
    display: flex;
	-webkit-display: flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    padding: 0 50px;
}
.footer-nav a {
    display: block;
    font-size: 1.4rem;
    color: #000;
    margin-bottom: 0.6em;
}
.footer-nav a:hover {
    text-decoration: underline;
}
.footer-nav>a {
    font-weight: bold;
}
.footer-nav>a+a {
    margin-top: 1.4em;
}
.footer-nav a::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(img/icon-angle-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-right: 0.1em;
}
.footer-nav ul>li a {
    margin-left: 1em;
}
.footer-nav ul>li a::before {
    background-image: url(img/icon-angle.png);
    width: 0.6em;
}
.footer-nav-bar {
    position: relative;
}
.footer-nav-bar::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #cacaca;
    position: absolute;
    left: 0;
    top: 0;
}
.footer-nav-box .copytxt {
    padding-top: 20px;
    font-size: 1.1rem;
    line-height: 1.5;
}
.footer-nav-box .addresstxt {
    padding-top: 20px;
    font-size: 1.1rem;
    line-height: 1.5;
	display: flex;
	-webkit-display: flex;
}
.footer-nav-box .addresstxt p {
    margin-left: 10px;
}

/********************************

	ホームページ

********************************/

.home-hero-wrap {
    width: 100%;
    height: auto;
	margin-top: 150px;
	background-image: url('img/home-hero.jpg');
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.home-hero{
    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.home-hero-img{
	width: 66.6%;
	max-width: 800px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-ustify-content: center;
	align-items: center;
	-webkit-align-items: center;
	text-align: center;
}
.home-hero-img a{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}
.home-hero-img img:first-child{
	width: 362px;
	height: auto;
	margin-bottom: 50px;
}
.home-hero-img img:last-child{
	width: 93px;
	height: auto;
}
.home-hero-banner{
	width: 400px;
	padding: 0 10px;
	background: rgba(255,255,255,0.85);
}
.home-hero-banner div{
	margin: 20px 30px 15px 30px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	line-height: 1.4;
}
.home-hero-banner hr{
	border-top: 1px solid #fff;
}
.home-banner-title{
	width: 70px;
	padding-right: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #4d4d4d;
	border-right: solid 1px #4d4d4d;
}
.home-banner-text{
	padding-left: 10px;
	font-size: 1.1rem;
}
.home-banner-list{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}
.home-banner-list span::after {
	width: 12px;
	height: 14px;
	margin-left: 5px;
	content: '';
	display: inline-block;
	background-image: url(img/icon-pdf-home.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
  }
.home-banner-img img{
	width: 160px;
	height: 50px;
	margin: 5px;
}
.home-banner-img:hover{
	opacity: 0.7;
}
.home-button-list{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.home-link-button {
    min-width: 200px; 
	height: 50px;
	margin: 10px;
    display: block;
    text-align: center;
	line-height: 1;
}
.home-link-button.login,
.home-link-button.admission{
    width: 160px; 
	min-width: 160px;
	height: 50px;
	margin: 10px 5px 5px 5px;
    display: block;
    text-align: center;
}
.home-link-button>span {
	height: 50px;
    font-size: 1.6rem;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    min-width: 160px;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.home-link-button>span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.home-link-button>span:hover {
    background-color: #fff;
    color: #0071BE;
}
.home-link-button>span:hover::after {
    border-color: transparent transparent #0071BE transparent;
}
.home-link-button.login>span {
    color: #0071BE;
    border-color: #0071BE;
	background-color: #fff;
    margin-bottom: 20px;
}
.home-link-button.login>span::after {
    border-color: transparent transparent #0071BE transparent;
}
.home-link-button.login>span:hover {
    color: #fff;
    background-color: #0071BE;
}
.home-link-button.login:hover>span::after {
    border-color: transparent transparent #fff transparent;
}
.home-link-button.login>span::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(img/icon-login-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
}
.home-link-button.login:hover>span::before {
    background-image: url(img/icon-login-white.png);
}
.home-link-button.admission>span {
    background-color: #0071BE;
    border-color: #0071BE;
}
.home-link-button.admission>span:hover {
    background-color: #D3E0F3;
}
.home-link-button.admission>span:hover::after {
    border-color: transparent transparent #0071BE transparent;
}

.home-article {}
.home-article-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
    padding: 50px 0;
}
.home-section p,
.home-section a {
    font-size: 1.2rem;
}
.home-section-title {
    font-size: 2.4rem;
    position: relative;
    display: table;
    margin: auto;
    padding-bottom: 0.6em;
    margin-bottom: 35px;
}
.home-section-title::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #0071BE;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.home-section.news {
    width: 90%;
	margin: 0 auto;
	padding: 30px;
	border: solid 1px #0080c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home-section.news a {
	width: 100%;
	max-width: 100%;
	padding: 10px 0 0 0;
    display: block;
}
.home-article.type2 {
    background: url(img/home-content-bg.jpg) no-repeat;
    background-size: cover;
}
.home-article.type2 .home-article-wrap {
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    align-items: center;
	-webkit-align-items: center;
}
.home-section.overview {
	padding-right: 50px;
}
.home-section.overview p {
    line-height: 2;
}
.home-article.type2 .home-article-wrap>img {
    width: 523px;
    height: auto;
}

/********************************/

	下層ページ

/* 関連リンク集 */
table.links-table {
    border-collapse: collapse;
    font-size: 1.4rem;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 10px;
    padding: 0;
    color: #000;
}
.links-table a,
.links-table a:visited,
.links-table a:hover,
.links-table a:active {
  color: inherit;
  text-decoration: underline;
  vertical-align: middle;
  display: block;
}
.links-table thead {
    border-bottom: 4px solid #0071be;
}
.links-table tbody {
    border-bottom: 2px solid #0071be;
}
.links-txt {
    text-align: center;
}
.links-txt.fa-add{
	margin-top: 0.65em;
}
.links-table tr {
    background-color: #fff;
    padding: 15px 10px;
    border-bottom: 1px solid #89c1dd;
}
.links-table th.links-title {
    text-align: center;
    color: #0071be;
    background-color: rgba(137,193,221,0.5); /*#89c1dd*/
    font-size: 1.6rem;
}
.links-table th,
.links-table td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    vertical-align: middle;
    line-height: 1.4;
    word-wrap:break-word;
	width: 250px;
	min-width: 150px;
}
table.links-table th div {
    color: #49ac5b;
    font-size: 1.4rem;
}
.page-article p.textalign-left { /*textalign-leftなかったため追加*/
    font-size: 1.2rem;
    margin-top: 5px;
}
p.textalign-left:first-child {
	margin-top: 20px;
}
.links-table td data-label::after {
	display: none;
}

/********************************/

.page-head {
	height: 160px;
	margin-top: 150px;
    background: #89C1DD;
    color: #fff;
}
.breadcrumb {
    font-size: 1.2rem;
    border-bottom: 1px solid #fff;
    padding: 0.4em 0;
}
.breadcrumb ul {
	width: 100%;
    max-width: 1000px;
    margin: auto;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li+li::before {
    content: ">";
    margin: 0 0.2em;
    vertical-align: bottom;
}
.breadcrumb li a {
    color: #fff;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.page-title {
    font-size: 3.0rem;
    position: relative;
    display: table;
    margin: auto;
    padding: 0 1em 0.6em 1em;
    margin-bottom: 50px;
    margin-top: 40px;
}
.page-title::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.page-article {
	width: 100%;
    max-width: 1000px;
    margin: 50px auto;
}
.page-article.type2 .page-section{
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.page-article.type2 {
	width: 100%;
    max-width: 100%;
    margin: 50px auto;
}
.page-article p, .page-article div.detail{
    font-size: 1.3rem;
    line-height: 1.6;
}
.page-article p a {
    color: #0071BE;
    text-decoration: underline;
}
.page-article p a:hover {
    color: #89C1DD;
}
.page-section:nth-of-type(n+2) .page-section-title {
    margin-top: 60px;
}
.page-section-title {
    border-bottom: 1px solid #0071BE;
    font-size: 2.0rem;
    height: auto;
	min-height: 2em;
    position: relative;
    padding: 0.2em 0.2em 0.2em 1.1em;
    line-height: 1.2;
    margin-bottom: 30px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.page-section-title::before {
    content: "";
    display: block;
    width: 0.4em;
    height: auto;
	margin: 0.2em auto;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
    background: linear-gradient(0deg, #0071BE 0%, #0071BE 48%, #fff 48%, #fff 52%, #89C1DD 52%, #89C1DD 100%);
}
.page-section-subtitle {
    margin: 30px 0 15px;
    font-size: 1.6rem;
	line-height: 1.4;
    font-weight: bold;
    background: #c4e0ee;
    color: #0071BE;
    padding: 5px 1.5em;
	text-indent:-1em;	
}
.page-section-subtitle>span {
    font-size: 1.3rem;
}
.page-section-nortice {
    font-size: 3.0rem;
    position: relative;
    display: table;
    margin: auto;
    margin-top: -30px;
    margin-bottom: 40px;
}
.page-section-nortice p{
	padding-left:1em;
	text-indent:-1em;
	font-weight:bold;
}

.send-txt{
	color:#0071be;
}


.text-angle {
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 20px;
}
.text-angle::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(img/icon-angle-s-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*vertical-align: text-bottom;*/
    vertical-align: middle;
}

/* フォーム関係 */

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="search"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,	
input[type="button"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration	{
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,	
input[type="button"]::focus,
input[type="search"]::focus{
  outline-offset: -2px;
}

.agree-check {
    width: 400px;
	margin: 15px auto 60px auto;
	padding: 25px 0;
    border: 1px solid #B1B1B1;
    font-weight: bold;
    text-align: center;
}
.agree-check>p {
    display: inline-block;
    position: relative;
    font-weight: 600;
}
.agree-check input {
    /* opacity: 0; */
    cursor: pointer;
}
.agree-check>p>span {
    /* position: absolute;
    display: block; */
    width: 1em;
    height: 1em;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* z-index: -1;
    border: 1px solid #cacaca; */
    box-sizing: border-box;
}
.agree-check input:checked+span:after {
    /* position: absolute;
    display: block;
    content: "";
    width: 0.4em;
    height: 0.8em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: solid 3px #0071BE;
    border-left: 0;
    border-top: 0;
    transform: rotateZ(45deg); */
}
.form-table-box {
    border-top: #B1B1B1 1px solid;
    border-bottom: #B1B1B1 1px solid;
    margin: 10px 0 45px;
}
.form-table {
	width: 100%;
    max-width: 940px;
    margin: 0 auto;
    table-layout: fixed;
}
.form-table tr {
    border-bottom: 1px solid #e4e4e4;
    font-size: 1.3rem;
}
.form-table tr:last-child {
    border-bottom: 0px solid #e4e4e4;
}
.form-table th,
.form-table td {
    padding: 15px 0;
    vertical-align: middle;
    box-sizing: border-box;
}
.form-table th {
    width: 240px;
    text-align: left;
}
.form-table .input-box input[type="text"] {
    width: 100%;
    font-size: 1.3rem;
    padding: 10px;
    box-sizing: border-box;
}
.form-table .input-box input[type="tel"] {
    width: 100%;
    font-size: 1.3rem;
    padding: 10px;
    box-sizing: border-box;
}
.form-table .input-box input[type="email"] {
    width: 100%;
    font-size: 1.3rem;
    padding: 10px;
    box-sizing: border-box;
}
.form-table .input-box.flex {
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    align-items: center;
	-webkit-align-items: center;
    white-space: nowrap;
}
.form-table .input-box.flex input[type="text"] {
    margin: 0 45px 0 5px;
}
.form-table .input-box.flex input[type="text"]:last-of-type {
    margin-right: 0;
}
.form-table .input-box.flex.name-box {
    justify-content: flex-start;
}
.form-table .input-box.flex.name-box span{
    padding-right: 1em;
}
.form-table .input-box.flex.name-box input[type="text"] {
    width: 16em;
}
.form-table .input-box+.input-box {
    margin-top: 15px;
}
.enter-btn {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.enter-btn input {
    background: #0071be;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    min-width: 250px;
    width: auto;
	margin: 0 10px;
    padding: 10px 35px;
    cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.enter-btn input:hover {
    background: #6ba2d7;
}


.form-table .input-box p {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.form-table .input-box p input[type="radio"] {
    /* opacity: 0; */
    cursor: pointer;
    vertical-align: top;
}
.form-table .input-box p>span {
    /* position: absolute;
    display: block; */
    width: 1.3em;
    height: 1.3em;
    left: 0;
    top: 0;
    margin: auto;
    /* z-index: -1;
    border: 1px solid #cacaca; */
    /* border-radius: 50%; */
    box-sizing: border-box;
}
/*.form-table .input-box input[type="radio"]:checked+span:after {*/
/*position: absolute;*/
/*display: block;*/
/*content: "";*/
/*width: 0.6em;*/
/*height: 0.6em;*/
/*top: 0;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*border-radius: 50%;*/
/*background: #000;*/
/*}*/
.form-table .input-box.select-box {
    overflow: hidden;
    width: 400px;
    position: relative;
    /* border: 1px solid #cacaca; */
    border-radius: 2px;
}
.select-box-text {
    position: absolute;
    font-weight: bold;
    text-align: center;
    padding: 7px 15px;
    width: 100%;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, #fff 0%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-linear-gradient(top, #fff 0%, rgba(240, 240, 240, 1) 100%);
    display: none;
}
.select-box-text>span {
    position: relative;
}
.select-box-text>span::before,
.select-box-text>span::after {
    position: absolute;
    content: '';
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    pointer-events: none;
    width: 0;
    height: 0;
    padding: 0;
    left: calc(100% + 0.6em);
}
.select-box-text>span::before {
    bottom: 0;
    border-top: 0.4em solid #000;
}
.select-box-text>span::after {
    position: absolute;
    top: 0;
    border-bottom: 0.4em solid #000;
}
.form-table .input-box.select-box select {
    /* width: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 15px;
    opacity: 0; */
}
.form-table .input-box.select-box select::-ms-expand {
    display: none;
}
.form-table .input-box.flex.industry-box {
    justify-content: flex-start;
}
.form-table .industry-box .input-box.select-box {
    width: 280px;
    margin: 0 40px 0 10px;
}
.form-table .industry-box .input-box+.input-box {
    margin-top: 0;
    margin-right: 0;
}
.form-table .input-box select {
	width: 100%;
	padding: 10px 5px;
}
.form-table .first {
    padding: 10px 0;
}
.form-table .input-box textarea {
    width: 100%;
    height: 20em;
    font-size: 1.3rem;
    padding: 10px;
    border: 1px solid #cacaca;
    box-sizing: border-box;
}
	

/* CLOMAについて */
.page-about-box {
    display: flex;
	display: -webkit-flex;
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
    align-items: flex-start;
	-webkit-align-items: flex-start;
}
.page-about-img-box {
    padding: 0 65px;
}
.page-about-img-box img {
    margin-bottom: 0;
}
.page-about-img-box p>span {
    font-size: 1.2rem;
}
.page-about-figure-text {
    margin-left: 30px;
}
.page-about-figure-text>div {
    height: 100px;
}
.page-about-figure-text>div:nth-of-type(2) {
    height: 115px;
}
.page-about-accent {
	padding-left: 1em;
	text-indent: -1em;
}
.page-about-accent::before {
    content: "◆";
}
.page-about-accent.type1::before {
    color: #f9c33b;
}
.page-about-accent.type2::before {
    color: #ffa6d2;
}
.page-about-accent.type3::before {
    color: #a6e597;
}
.page-about-accent.type4::before {
    color: #99c9e8;
}
.page-table {
    font-size: 1.3rem;
    width: 100%;
	table-layout:fixed;
}
.page-table tr {
    border-top: #cacaca 1px solid;
}
.page-table tr:last-of-type {
    border-bottom: #cacaca 1px solid;
}
.page-table tr th,
.page-table tr td {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 15px 20px;
    vertical-align: middle;
    line-height: 1.4;
	word-wrap:break-word;
}
.page-table tr th {
    background-color: #f0f0f0;
    text-align: center;
}
.page-table.about {
    margin-bottom: 10px;
}
.page-table.about:nth-of-type(1) tr th:nth-of-type(1) {
    width: 15%;
}
.page-table.about:nth-of-type(1) tr th:nth-of-type(2) {
    width: 13%;
}
.page-table.about:nth-of-type(2) tr th {
    padding: 10px 15px;
}
.page-table.about:nth-of-type(2) tr td:last-of-type {
    text-align: center;
    width: 170px;
}
.page-table+.page-section-subtitle {
    margin-top: 40px;
}

.home-link-button.about {
    margin-top: 50px;
}
.home-link-button.about>span{
	height: 50px;
    color: #0071BE;
    border-color: #0071BE;
}
.home-link-button.about>span::after {
    border-color: transparent transparent #0071BE transparent;
}
.home-link-button.about>span:hover{
    color: #fff;
    background-color: #0071BE;
}
.home-link-button.about>span:hover::after  {
    border-color: transparent transparent #fff transparent;
}

/* 規約・規則 */

.page-section-articletitle {
    margin: 0 0 15px 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0071BE;
    padding: 5px 0;
    border-bottom: #808080 solid 1px;
}
.article-content {
    font-size: 1.3rem;
    line-height: 1.5;
    padding-bottom: 25px;
}
.article-content .article-number {
    font-weight: bold;
}
.article-content .article-subcontent {
    text-indent: -1.8em;
    padding-left: 3.3em;
}
.article-content .article-subcontent2 {
    text-indent: -2em;
    padding-left: 3.3em;
}

/* CLOMAの活動 */

.activities-box{
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.activities-box .page-section-subtitle{
	margin-top: 0;	
}
.activities-box > div{
	width: 48.5%;
	margin-bottom: 3%;
	background-color: #f4f4f4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.activities-box div h4{
	padding: 0 20px 10px 20px;
	font-size: 1.3rem;
	font-weight: bold;
}
.activities-box div p{
	padding: 0 20px 20px 20px;
}
.activities-box div h4+p{
	padding: 0 40px 20px 40px;
}
.activities-img{
	width: 80%;
	margin: 0 auto;
}
.activities-img-s{
	width: 50%;
	margin: 0 auto;
}
.activities-img img,
.activities-img-s img{
	width: 100%;
	height: auto;
}
.activities-box div:last-child{
	width: 100%;	
}
.activities-box div.type2{
	width: 100%;
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;	
}
.activities-box div.type2 div{
	width: 50%;
}

.page-article p.page-button-title{
	font-size: 1.6rem;
	font-weight: bold;
}
.page-button-title {
	margin-bottom: 30px;
	text-align: center;
}
.page-button-title span{
     position: relative;
     display: inline-block;
     padding: 0 0.5em;
}    
.page-button-title span::before,
.page-button-title span::after{
     position: absolute;
     top: 50%;
     content: '';
     width: 1em;
     height: 1px;
     background-color: black;
}
.page-button-title span::before {
	left: 100%
}
.page-button-title span::after {
	right: 100%;
}
.page-button-list{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	font-weight: bold;
}
.page-button-list li{
	width: 210px;
	padding: 0;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}
.home-link-button.common{
    width: 200px; 
	min-width: 200px;
	height: 50px;
	margin: 5px;
    display: block;
    text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home-link-button.common>span {
	width: 100%;
    background-color: #0071BE;
    border-color: #0071BE;
}
.home-link-button.common>span:hover {
    background-color: #D3E0F3;
}
.home-link-button.common>span:hover::after {
    border-color: transparent transparent #0071BE transparent;
}
.page-banner-img img{
	width: 200px;
	height: 50px;
	margin: 5px;
}
.page-banner-img:hover{
	opacity: 0.7;
}

/* CLOMA原則・アクションプラン等 */

.sdgs-img{
	width: 76%;
	margin: 30px auto;	
}
.figure-img{
	width: 70%;
	margin: 0 auto;	
}
.activitygroup-img{
	width: 90%;
	margin: 30px auto 50px auto;	
}
.sdgs-img img,
.figure-img img,
.activitygroup-img img{
	width: 100%;
	height: auto;	
}
.principle-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.principle-box.type1{
	width: 100%;
	padding: 30px; 
	background-color: #f4f4f4;
}
.principle-box.type1 h3{
	padding-bottom: 30px;
	text-align: center;
	color: #666;
	font-size: 2.0rem;
	font-weight: bold;
}
.principle-box.type1 div{
	padding-top: 30px;
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.principle-box.type1 ul{
	width: 48.5%;
	
}
.principle-box.type1 ul li{
	padding: 10px 0;
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	border-bottom: solid 1px #666;
}
.principle-box.type1 ul li p:first-child{
	padding: 0 20px;
	color: #666;
	font-size: 2.0rem;
	font-weight: bold;
}
.principle-box.type1 ul li p:nth-child(2){
	font-size: 1.4rem;
	line-height: 1.8;
}
.principle-box.type2{
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.principle-box.type2 > p{
	width: 70%;
}
.principle-box.type2 > div{
	text-align: center;
}
.principle-box.type2 > div > p{
	font-weight: bold;
}
.principle-box.type3{
	padding: 50px 0 30px 0;
	text-align: center;
}
.principle-box.type3 h3{
	margin-bottom: 20px;
}
.principle-box.type3 h3 span{
	padding: 8px 5px;
	color: #0071be;
	font-size: 2.0rem;
	line-height: 1.8;
	font-weight: bold;
	border-top: solid 1px #0071be;
	border-bottom: solid 1px #0071be;
}
.principle-box.type3 p{
	color: #0071be;
	font-size: 2.0rem;
	line-height: 1.8;
	font-weight: bold;
}
.scroll-text{
	margin: 30px 0 2px 0;
	padding: 3px 0;
	text-align: center;
	color: #fff;
	background-color: #666;
}
.scrollbox-wrap + .scroll-text{
	margin: 2px 0 0 0;
}
.scrollbox-wrap {
  width: 100%;
}
.scrollbar {
  width: 100%;
  height: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.scrollbar .inner {
  width: 1403px;
  height: 1px;
}
.scrollbox {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.scrollbox .inner {
	width: 1403px;
	height: 510px;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.keyaction-img{
	overflow-x: scroll;
}
.keyaction-img img{
	width: 1403px;
	height: 500px;
}

/* スクロールバーのスタイル */
.scrollbar::-webkit-scrollbar,
.scrollbox::-webkit-scrollbar {
  height: 10px;
}
.scrollbar::-webkit-scrollbar-track,
.scrollbox::-webkit-scrollbar-track {
  border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb,
.scrollbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #e7e7e7;
}

.page-button-section{
	width: 100%;
	margin-top: 50px;
}
.page-button-section.type1{
	padding: 30px 0;
	background-color: #f4f4f4;
}
.page-button-section.type2{
	padding: 30px 0;
	background:linear-gradient(90deg,#e6f7ff 0%,#e6f7ff 50%,#f4f4f4 50%,#f4f4f4 100%);
}
.page-button-section.type2 > div{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
}
.page-button-section.type2 > div > div{
	width: 50%;
}





/* 会員一覧 */

.page-mlist-note {
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    font-weight: bold;
}
.page-mlist-note+.page-section-subtitle {
    margin-top: 15px;
}
.page-mlist {
    column-count: 2;
    line-height: 1.8;
    font-size: 1.3rem;
}
.page-mlist li {
    padding-left: 1.8em;
    position: relative;
}
.page-mlist li>em {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #eb6d65;
    font-style: normal;
}

.home-link-button.memberlist {
    margin-top: 50px;
}
.home-link-button.memberlist>span{
    color: #0071BE;
    border-color: #0071BE;
    margin-bottom: 20px;
}
.home-link-button.memberlist>span::after {
    border-color: transparent transparent #0071BE transparent;
}
.home-link-button.memberlist>span:hover{
    color: #fff;
    background-color: #0071BE;
}
.home-link-button.memberlist>span:hover::after{
    border-color: transparent transparent #fff transparent;
}

/* FAQ */

.page-faq-a + .home-link-button.guide {
    margin-top: 30px;
}
.back-button{
	margin-top: 50px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
    justify-content: center;
	-webkit-justify-content: center;
}
.back-button a {
	width: 250px;
	height: 43px;
	line-height: 43px;
    background: #666;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.back-button a span::before {
    font-family: "FontAwesome";
    content: "\f0d9";
	font-size: 2.0rem;
    margin-right: 0.3em;
	vertical-align:middle;
}
.back-button a:hover {
    background: #999;
}


/*  入会についてのご案内 */

.page-guide-box {
    display: flex;
	display: -webkit-flex;
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
    align-items: flex-start;
	-webkit-align-items: flex-start;
}
.page-table.guide th {
    width: 150px;
    padding: 15px 0;
}
.page-table.guide td {
    text-align: center;
}
.page-guide-box>div {
    width: 100%;
}
.page-guide-box>div+div {
    margin-left: 30px;
}
.page-guide-box>div p {
    font-size: 1.1rem;
    margin-top: 5px;
}
.text-angle.guide {
    margin-bottom: 0;
}
.page-faq-q {
    margin: 30px 0 15px;
    font-size: 1.3rem;
    font-weight: bold;
    background: #c4e0ee;
    padding: 5px 10px;
}
.page-faq-q-member {
    margin: 20px 0 15px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0 10px;
}
.page-faq-q-member2 {
    margin: 30px 0 15px;
    font-size: 1.3rem;
    font-weight: bold;
    background: #C4E19F;
    padding: 5px 10px;
}
.page-faq-q {
    padding-left: 3em;
    text-indent: -2em;
}
.page-faq-q::before {
    content: "";
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background-image: url(img/icon-q.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 0.4em;
}
.page-faq-q-member::before,
.page-faq-q-member2::before {
    content: "";
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background-image: url(img/icon-m-q.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 0.4em;
}
.page-faq-a {
    padding-left: 1.3em;
    text-indent: -1.3em;
}
.page-faq-a::before {
    content: "A";
    color: #eb6d65;
    font-weight: bold;
    font-size: 1.6rem;
    vertical-align: middle;
    padding-right: 0.3em;
}

.home-link-button.guide {
    margin-top: 50px;
}
.home-link-button.guide>span {
    background-color: #0071BE;
    border-color: #0071BE;
}
.home-link-button.guide>span:hover {
    background-color: #D3E0F3;
}
.home-link-button.guide>span:hover::after {
    border-color: transparent transparent #0071BE transparent;
}


/*  お知らせ */

.page-section .news-list>li {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.page-section .news-list .date {
	width: 12%;
	min-width: 7.1em;
    padding-right: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.page-section .news-list .category {
	width: 8%;
	min-width: 7.2em;
	padding: 0.3em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.page-section .news-list a {
	max-width: 80%;
    padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}


/* ページネーション */

.pagenation {
    margin-top: 35px;
    display: flex;
	display: -webkit-flex;
    justify-content: flex-end;
	-webkit-justify-content: flex-end;
    align-items: flex-start;
	-webkit-align-items: flex-start;
    font-size: 1.6rem;
}
.pagenation a {
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
    height: 1.5em;
    min-width: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
	padding: 0 0.1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.pagenation .prev a,
.pagenation .next a {
    width: auto;
    padding: 0 0.4em;
}
.pagenation .prev a::before {
    font-family: FontAwesome;
    content: "\f100";
    margin-right: 0.3em;
}
.pagenation .next a::after {
    font-family: FontAwesome;
    content: "\f101";
    margin-left: 0.3em;
}
.pagenation a:hover {
    background: #4D4D4D;
    color: #fff;
}
.pagenation a.active, .pagenation .active>a {
    background: #4D4D4D;
    color: #fff;
    pointer-events: none;
}
.pagenation a.inactive {
    background: #cacaca;
    border-color: #cacaca;
    color: #fff;
    pointer-events: none;
}


/* ログイン */

.login-box {
    text-align: center;
}
.login-box .input-box {
    padding-bottom: 2em;
}
.login-box .input-box input[type="text"] {
    width: 18em;
    font-size: 1.3rem;
    padding: 10px;
    margin: 0 auto;
    box-sizing: border-box;
}
.login-box .input-box input[type="password"] {
    width: 18em;
    font-size: 1.3rem;
    padding: 10px;
    margin: 0 auto;
    box-sizing: border-box;
}
.login-box .caution {
    padding: 2em 0;
}
.enter-btn .login {
    background: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    min-width: 250px;
    width: auto;
    padding: 10px 35px;
    cursor: pointer;
}
.enter-btn .login:hover {
    background: #4d4d4d;
}

/********************************

	会員ページ

********************************/

.member-content .page-head {
    background: #8AC43F;
}
.member-content .page-section-title {
    border-bottom: 1px solid #8AC43F;
}
.member-content .page-section-title::before {
    background: linear-gradient(0deg, #8AC43F 0%, #8AC43F 48%, #fff 48%, #fff 52%, #C4E19F 52%, #C4E19F 100%);
}
.member-content .page-section-subtitle {
    margin: 30px 0 15px;
    font-size: 1.6rem;
	line-height: 1.4;
    font-weight: bold;
    background: #d7f1b7;
    color: #029045;
    padding: 5px 1.5em;
	text-indent:-1em;
}

/* 会員ページトップ */

.home-news-box {
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    align-items: flex-start;
	-webkit-align-items: flex-start;
}
.home-news-box+.home-news-box {
    margin: 90px 0 60px 0;
}
.home-news-box>div {
    width: 50%;
}
.home-news-box>div+div {
    margin-left: 100px;
}
/* （　↓ CLOMA通信の調整） */
.home-news-box:first-child div:nth-of-type(2) .news-list p.date {
    display: none;
}
.home-news-box:first-child div:nth-of-type(2) .news-list a {
    width: 100%;
	min-width: 100%;
	padding-left: 0;
}
.home-news-box img {
    width: 450px;
	height: auto;
	margin-top: 60px;
}
.home-article.member-type1 {
    background: #7cc16d;
}
.home-link-button.download>span::after {
    border: none;
    position: static;
    margin-left: 0.2em;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(img/icon-download.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
}
.home-link-button.download>span:hover {
    color: #7cc16d;
    background: #fff;
}
.home-link-button.download>span:hover::after {
    background-image: url(img/icon-download-member.png);
}
.home-article.member-type2 {
    background: #4d4d4d;
}
.home-article.member-type2 .home-section-title,
.home-article.member-type2 p {
    color: #fff;
}
.home-article.member-type2 .home-section-title::after {
    background-color: #fff;
}
.home-section.contact {
    width: 100%;
}
.home-contact-box {
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    align-items: flex-end;
	-webkit-align-items: flex-end;
    margin-top: 45px;
}
.home-contact-box p {
    font-size: 1.4rem;
    line-height: 1.8;
}
.home-contact-box .title,
.home-contact-box .title>a {
    font-weight: bold;
    font-size: 2.0rem;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.4;
}
.home-contact-box .title>a {
    text-decoration: underline;
}
.home-contact-box .title>a:hover {
    text-decoration: none;
}
.home-contact-box .title>a::after {
    font-family: FontAwesome;
    content: "\f101";
    font-weight: normal;
}
.home-contact-box>div:nth-of-type(2) .title {
    text-align: center;
}
.home-contact-box img {
    display: block;
    margin: 0 auto 10px auto;
    width: 100px;
}
.home-article.member-type3 {
    background: #ebf6e9;
}
.home-seminar-box {
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    align-items: flex-start;
	-webkit-align-items: flex-start;
}
.home-seminar-box>div {
    width: 420px;
}
.home-section.seminar .home-section-title::after {
    background-color: #009045;
}
.home-section.seminar .home-seminar-report {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.home-section.seminar .home-seminar-report>span {
    font-size: 1.4rem;
}
.home-section.seminar .home-seminar-report>span::after {
    font-family: FontAwesome;
    content: "\f0da";
    color: #009045;
    margin: 0 0.4em;
}
.home-seminar-link {
    display: flex;
	display: -webkit-flex;
    justify-content: center;
	-webkit-justify-content: center;
    align-items: flex-start;
	-webkit-align-items: flex-start;
    margin-top: 40px;
}
.home-seminar-link .home-link-button>span {
    color: #009045;
    border-color: #009045;
    min-width: 200px;
}
.home-seminar-link .home-link-button.download>span::after {
    background-image: url(img/icon-download-seminar.png);
}
.home-seminar-link .home-link-button>span:hover {
    background: #009045;
    color: #fff;
}
.home-seminar-link .home-link-button.download>span:hover::after {
    background-image: url(img/icon-download.png);
}
.home-seminar-link .home-link-button+.home-link-button {
    margin-left: 20px;
}
.home-seminar-box img {
    width: 500px;
    margin-left: 100px;
}
.home-section.rule .home-section-title {
    color: #fff;
}
.home-section.rule .home-section-title::after {
    background-color: #fff;
}
.home-article.type3 .home-article-wrap .type3-flex{
	width:800px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding:0 50px;
}
.home-section.rule p {
    line-height: 1.6;
    color: #FFF;
    margin-bottom: 30px;
}
.home-section.rule p.vision {
	color:#DDD;
    width:720px;
    padding-bottom:30px;
    padding-left:15%;
}
.home-section.rule p.vision-en {
	color:#DDD;
    width:720px;
    padding-bottom:30px;
    padding-left:12%;
}

.member-logobox{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 45px;
}

.member-logobox >p.logo {
	width:70px;
	background-color:#FFF;
	padding:10px 18px;
	margin:0 30px 0 0;
}

.member-logobox >p.logotxt {
	margin-bottom:0;
}

.member-logobox >p.logo>img {
	width:70px;
	height:auto;
}


/* Key action実行WG活動状況 */

.page-link-list{
	padding-bottom: 50px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.page-link-list li{
	padding: 0 10px 10px 0;
	text-align: center;
}
.page-link-list li a{
	width: 8em;
	padding: 7px 5px;
	display: block;
	color: #029045;
	font-size: 1.3rem;
    font-weight: bold;
	border: solid 1px #029045;
}
.page-link-list li a span::before {
    font-family: "FontAwesome";
    content: "\f0d7";
	font-size: 1.6rem;
    margin-right: 0.3em;
	vertical-align:middle;
}
.page-link-list li a:hover{
	background-color: #f4f9ef;
}

/* マッチングプラットフォーム */

.member-pf-search {
    margin-top: 60px;
    margin-bottom: 30px;
}
.member-pf-search .results{
	margin:0.5em 0;
}
.member-pf-search-flex {
    display: flex;
	display: -webkit-flex;
    align-items: center;
	-webkit-align-items: center;
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.member-pf-search .search-form {
    width: 300px;
}
.member-pf-search-flex>p {
    display: inline-block;
}
.member-pf-search-flex>p {
    display: inline-block;
    position: relative;
    margin-left: 30px;
}
.member-pf-search-flex>p input {
    opacity: 100;
    cursor: pointer;
    vertical-align: top;
}
.member-pf-search-flex>p>span {
    position: absolute;
    display: block;
    width: 1.3em;
    height: 1.3em;
    left: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    border: 1px solid #cacaca;
    border-radius: 50%;
    box-sizing: border-box;
}
.member-pf-search-flex>p>button {
    display: block;
    text-align: center;
    color: #009045;
    border-color: #009045;
    border-width:1px;
    width: 120px;
    padding:3px;
    margin: auto;
    background: #FFF;
    border-style: solid;
}
.member-pf-search-flex>p>button::after {
    background-image: url(img/icon-download-seminar.png);
}
.member-pf-search-flex>p>button:hover {
    background: #009045;
    color: #fff;
    border-color: #009045;
    border-style: solid;
    border-width:1px;
}
.member-pf-search-flex>p>button:hover::after {
    background-image: url(img/icon-download.png);
    border-color: #009045;
    border-style: solid;
    border-width:1px;
}
.member-pf-search input:checked+span:after {
    position: absolute;
    display: block;
    content: "";
    width: 0.6em;
    height: 0.6em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background: #000;
}
.member-pf-list-title-box {
    border-bottom: #029045 1px solid;
    font-size: 1.6rem;
    height: 2.5em;
    position: relative;
    margin-bottom: 55px;
}
.member-pf-list-title {
    position: absolute;
    left: 0;
    bottom: -1px;
    display: flex;
	display: -webkit-flex;
    height: 100%;
}
.member-pf-list-title>a {
    display: flex;
	display: -webkit-flex;
    justify-content: center;
	-webkit-justify-content: center;
    align-items: center;
	-webkit-align-items: center;
    min-width: 230px;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #C4E19F;
    border-left: 1px solid #C4E19F;
    border-right: 1px solid #C4E19F;
    border-bottom: 1px solid #029045;
    background: #C4E19F;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
}
.member-pf-list-title>a.active {
    border: 1px solid #029045;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #029045;
    pointer-events: none;
}
.member-pf-list-title>a:hover {
    background: #8AC43F;
}
.member-pf-list-title>a+a {
    margin-left: 5px;
}
.member-pf-table {
    font-size: 1.3rem;
    width: 100%;
}
.member-pf-table tr {
    border-top: #cacaca 1px solid;
}
.member-pf-table tr:last-of-type {
    border-bottom: #cacaca 1px solid;
}
.member-pf-table tr th,
.member-pf-table tr td {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.member-pf-table tr th {
    background-color: #f0f0f0;
    padding: 15px 10px;
}
.member-pf-table tr th:nth-of-type(1) {
    width: 5%;
}
.member-pf-table tr th:nth-of-type(2) {
    width: 24%;
}
.member-pf-table tr th:nth-of-type(3) {
    width: 24%;
}
.member-pf-table tr th:nth-of-type(4) {
    width: 10%;
}
.member-pf-table tr th:nth-of-type(5) {
    width: 13%;
}
.member-pf-table tr th:nth-of-type(6) {
    width: 12%;
}
.member-pf-table tr th:nth-of-type(7) {
    width: 7%;
}
.member-pf-table tr th:nth-of-type(8) {
    width: 5%;
}
.member-pf-table tr td {
    padding: 20px 10px;
    text-align: center;
}
.member-pf-table tr td:nth-of-type(2),
.member-pf-table tr td:nth-of-type(3) {
    text-align: left;
}
.dl-btn.pdf::before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url(img/icon-pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.matching-flex{
    display: flex;
	display: -webkit-flex;
    justify-content: center;
	-webkit-justify-content: center;
    padding-bottom:30px;
}
.matching-flex .home-link-button>span {
    color: #009045;
    border-color: #009045;
    min-width: 350px;
}
.matching-flex  .home-link-button.download>span::after {
    background-image: url(img/icon-download-seminar.png);
}
.matching-flex  .home-link-button>span:hover {
    background: #009045;
    color: #fff;
}
.matching-flex  .home-link-button.download>span:hover::after {
    background-image: url(img/icon-download.png);
}

/* 3部会・キーアクション実行WG参加申込み */

.acd-check{
    display: none;
}
.acd-label{
	width: 100%;
    padding: 10px 60px 10px 10px;
    background: #dbdbdb;
    color: #000;
    display: block;
    position: relative;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.acd-label:after{
	padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: #666;
	color: #fff;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "FontAwesome";
}
.acd-content{
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
    border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
	padding: 20px;
    opacity: 1;
    visibility: visible;
}
.acd-content div{
	padding-bottom: 20px;	
}
.acd-content h4,.acd-content h5{
	font-size: 1.3rem;
	padding: 5px 0;
}
.acd-content li{
	padding-left: 2em;
	text-indent:-1em;
	font-size: 1.3rem;
	line-height: 1.6;
}
.acd-content .text-angle{
	margin-bottom: 0;
}



/* someya added */

.result-content {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #808080;
    font-size: 1.3rem;
}
.result-content p.result-title {
    padding-bottom: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}
.page-section .list .news-list li {
    padding-bottom: 20px;
    border-bottom: 1px solid #808080;
}
.page-section .list .news-list a {
    max-width: 78%;
}
.detail .date {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    margin-bottom: 15px;
}
.detail .category {
    font-size: 1.0rem;
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    width: 7.2em;
    text-align: center;
    padding: 0.3em 0;
    vertical-align: middle;
    margin-bottom: 15px;
}


/* ニュースアイコンの色 */
.category.news, .category.news-en {
    background-color: #0071BE;
}
.category.event, .category.event-en {
    background-color: #EB6D65;
}
.category.others, .category.others-en {
    background-color: #8AC43F;
}
.entry-s-txt {
    font-weight: normal;
    padding-top: 3px;
}


/*　WP５対策*/
.br1em {
    padding-bottom: 1em;
}
.br2em {
    padding-bottom: 2em;
}
.pT1em {
    padding-top: 1em;
}

.indent-faq {
    padding-left: 1.3em;
}
.indent-about {
	text-indent: -1em;
    padding-left: 1em;
}
.indent-principles {
	text-indent: -1.5em;
    padding-left: 1.5em;
}
.indent-about2 {
    padding-left: 1em;
}
.textalign-center {
    text-align: center;
}

.width50{
	width:50%;
	margin:0 auto;
}

/* contactform7 hack */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    background-color: #FFDDDD;
}

.wpcf7c-conf {
	background-color: #dddddd;
    color: black;
    border: 1px solid #787878;
}

.mr-17{
	margin-right:-19px;
}

/* google reCAPTCHA用 */

.g-recaptcha {
	margin:5px auto 15px auto;
	text-align:center;
	width:340px;
}

.red-txt{
	color:#f00;
}




/********************************

	english

********************************/

header.eng .header-nav-angle {
    width: 25%;
}
.home-hero-wrap.eng .home-hero-banner{
	padding: 10px 10px 25px 10px;
}
.home-hero-wrap.eng .home-banner-text{
	font-size: 1.2rem;
}
.footer.eng .footer-nav:nth-of-type(1) {
    width:35%;
}
.footer.eng .footer-nav:nth-of-type(2),
.footer.eng .footer-nav:nth-of-type(3){
    width:20%;
}

/* about */
.page-about-figure-text>div.eng {
    height: 150px;
}

/* activities */
.principle-box.eng {
    border: 1px solid #99c9e8;
    padding: 40px;
    margin: 60px 0;
}
.principle-box.eng .principle-title {
    text-align: center;
    font-size: 2.0rem;
    color: #0071BE;
    font-weight: bold;
    padding-bottom: 40px;
}
.principle-box.eng p {
    padding-bottom: 1em;
}
.principle-box.eng p.text {
    padding-bottom: 2em;
}
.principle-box.eng p .mark {
    background-color: #0071BE;
    color: #FFF;
    padding: 0.15em 0.35em;
    text-align: center;
}




/* PCとスマホの非表示指示
------------------------------------------------------------
------------------------------------------------------------*/


@media screen and (min-width: 768px)
{

.pc-none {
	display: none;
}
}

@media screen and ( max-width:767px )
{

.sp-none {
	display: none;
}
}




/* 追加調整
------------------------------------------------------------
------------------------------------------------------------*/
/* 関連事業の公募状況（2022追加改修） */
/* home 追加 */
li.opencall-info {
	box-sizing: border-box;
    border: 1px solid #dbdbdb;
    padding: 1.5em;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.opencall-info p {
	width: 100%;
	height: auto;
}
.opencall-smlbox {
	font-size: 1.2rem;
}

/* 関連事業の公募状況 追加 */
.opencall-table {
    font-size: 1.2rem;
	text-align: left;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
	width: 100%;
	table-layout: fixed; /*ずれ*/
}
.opencall-table p {
    font-size: 1.2rem;
	line-height: 1.6;
}
.opencall-table tr th {
    background-color: #f4f9ef;
    padding: 15px 10px;
}
.opencall-table td {
    padding: 20px 10px;
	vertical-align: middle;
}
.opencall-table tr {
    border-top: #cacaca 1px solid;
}
.opencall-table tr th:nth-of-type(1) {
	width: 24%;
	vertical-align: middle;
}
.opencall-table tr th:nth-of-type(2) {
	width: 30%;
	vertical-align: middle;
}
.opencall-table tr th:nth-of-type(3) {
	width: 18%;
	vertical-align: middle;
}
.opencall-table tr th:nth-of-type(4) {
	width: 16%;
	vertical-align: middle;
}
.opencall-table tr th:nth-of-type(5) {
	width: 12%;
	vertical-align: middle;
}
.page-article p.opencall-txt-mt {
	font-size: 1.2rem;
	margin: 15px 0 0 -6px;
}
.opencall-table tr:last-of-type{
    border-bottom:#cacaca 1px solid;
}
.opencall-table-wrapper .scrollbox .inner {
    width: 100%;
    height: auto;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.opencall-table a {
	color: #0071BE;
    text-decoration: underline;
	display: block
}
.opencall-link::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-image: url(img/icon-angle-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 0.4em;
}
.opencall-table p.textalign-left {
	font-size: 1.0rem;
}
.indent-opencall { /*箇条書き部分*/
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside; /*2022.06追加*/
}
.opencall-mail {
	overflow-wrap: break-word;
}

/* スクロールバー（2022追加改修） */
.opencall-table-wrapper .scroll-text {
    display: none;
}
.opencall-table-wrapper div#scrollbar {
    display: none;
}

/*アンカーリンク（2022追加改修） */
.page-link-list-opencall {
    padding: 20px 0 10px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.page-link-list-opencall li {
    padding: 0 10px 10px 0;
    text-align: center;
}
.page-link-list-opencall li a {
    width: 8em;
    padding: 7px 5px;
    display: block;
    color: #029045;
    font-size: 1.3rem;
    font-weight: bold;
    border: solid 1px #029045;
}
.page-link-list-opencall li a span::before {
    font-family: "FontAwesome";
    content: "\f0d7";
    font-size: 1.6rem;
    margin-right: 0.3em;
    vertical-align: middle;
}
.page-link-opencall  {
    padding: 50px 0 50px 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.page-section-link-opencall {
    display: block;
    margin-top: -180px;
    padding-top: 180px;
}

/* ホバー（2022追加改修）*/
.page-link-list-opencall li a:hover {
    background-color: #f4f9ef;
}
.opencall-table a:hover {
	color: #89C1DD;
}

/* セレクト（2022.06追加改修）*/
.opencall-select { /* 枠 */
  overflow: hidden;
  width: 8em;
  padding: 5px 5px;
  text-align: left;
  border: solid 1px #029045;
}
.opencall-select select {
  padding: 8px 30px 8px 8px;
  color: #029045;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
}
.select-wrap { /* 矢印の枠 */
  position: relative;
  width: 100px;
}
.select-wrap:after { /* 矢印css */
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #029045;
  border-left: 2px solid #029045;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}