
@charset "utf-8";
/*=============================================================
Common Layout
=============================================================*/
html {font-size: 62.5%;}
body,p,ul,ol,dl{ font-size: 1.6rem; line-height: 1.6; }
/* #topicPath
---------------------------------------------------*/
#topicPath li,
#topicPath li a{
}

/* back
---------------------------------------------------*/
body{
background-image: url(/kagakukokoronet/img/bg_nwGrn.png);
background-repeat:repeat;
background-size: 200px 200px;
background-color:#DAEBCB;
}
.nw{
background-image: url(/kagakukokoronet/img/bg_nwPPk.png);
background-repeat:repeat;
background-size: 200px 200px;
background-color:#FCEBF2;
width: 100%;
height: auto;
margin-bottom: 0;
padding-bottom: 50px;
padding-top: 100px;
}
.annai{
background-image: url(/kagakukokoronet/img/bg_nwOr.png);
background-repeat:repeat;
background-size: 200px 200px;
background-color:#FCEBDE;
width: 100%;
height: auto;
margin-bottom: 0;
padding-bottom: 50px;
padding-top: 100px;
}
.circle{
background-image: url("/kagakukokoronet/img/bg_nwCrm.png");
background-repeat:repeat;
background-size: 200px 200px;
background-color:#DCD3C9;
width: 100%;
height: auto;
margin-bottom: 0;
padding-bottom: 50px;
padding-top: 100px;
}
.kokoro{
background-image: url(/kagakukokoronet/img/bg_nwSBl.png);
background-repeat:repeat;
background-size: 200px 200px;
background-color:#FCEBDE;
width: 100%;
height: auto;
margin-bottom: 0;
padding-bottom: 50px;
padding-top: 100px;
}

.member{
background-image: url(/kagakukokoronet/img/bg_nwGry.png);
background-repeat:repeat;
background-size: 200px 200px;
background-color:#E5E3E2;
width: 100%;
height: auto;
margin-top: 0;
padding-bottom: 20px;
padding-top: 0;
}
.boshu{
background-image: url("/kagakukokoronet/img/bg_nwLYl.png");
background-repeat:repeat;
background-size: 200px 200px;
background-color:#DCD3C9;
width: 100%;
margin-bottom: 0;
padding-bottom: 50px;
padding-top: 100px;
}


/* box
---------------------------------------------------*/

.boxRound{
background-color:rgba(255,255,255,0);
margin-top:0;
position: relative;
width: 80%;
padding-bottom: 0;
padding-top: 0;
}

/*txt
---------------------------------------------------*/
br.dspbr{display: block;}
br.spbr{display:none;}
.plt{font-feature-settings: "palt";}
.bold{font-weight:600;}
.textBr{ color: #695142;}

/*=============================================================
タイトル
=============================================================*/
#ttlOuter{
position:relative;
width:100%;
text-align:center;
}

#ttl{
position:relative;
width:100%;
text-align:center;
width: 100%;
max-width: 1040px;

box-sizing:border-box;
margin: 0 auto;
}

h1{ font-size: 5.2rem; line-height: 1.3; margin-bottom: 0;}
.h1{ font-size: 5.2rem; line-height: 1.3; margin-bottom: 0;}
.h4 {
text-decoration: underline;
text-decoration-thickness: 0.6em;
text-decoration-color: rgba(140, 197, 114, 0.5);
text-underline-offset: -0.1em;
text-decoration-skip-ink: none;
text-align: left;
 }

.lead dl{
display: flex;
flex-wrap: wrap;
margin: 0 auto;
width: auto;
justify-content:center;
align-items: center;
}

.lead dt{
width: 3em;
margin: 5px;
padding: 1px 2px;
border-radius: 5px;
border: 2px solid #695142;
color: #695142;
text-align: center;
font-size: 1.8rem;
}
.lead dd {
color: #695142;
font-size: 2rem;
padding: 1px 2px;
text-align: left;
width: auto;
}

.lead img { text-align: center; max-width: 800; margin: 40px auto 0;}

/*=============================================================
news
=============================================================*/

.news{
  position: relative;
  margin:60px auto 40px;
  padding: 2em 2em 1em;
  border: solid 3px #961209;
  border-radius: 8px;
  text-align: left;
  width: 85%;
  font-size: 
}
.news_title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 1em;
  line-height: 1;
  font-size: 18px;
/*  background: #DAEBCB; */
  background: #D3E9C6;
  color: #961209;
  font-weight: bold;
  width: 10em;
}
/*=============================================================
nw
=============================================================*/

.nw_gird { display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px 80px;
  grid-auto-flow: row;
  grid-template-areas:
    "benefits01 benefits02"
    "benefits03 benefits04";
}

.benefits01 {
grid-area: benefits01;
text-align: left;
}
.benefits01 img { width: 50%; max-width: 150px;}

.benefits02 {
grid-area: benefits02;
text-align: left;
}
.benefits02 img { width: 50%; max-width: 150px;}

.benefits03 {
grid-area: benefits03;
text-align: left;
}

.benefits04 {
grid-area: benefits04;
text-align: left;
}
.benefits04 img { width: 50%; max-width: 150px;}

.benefits01 .h4,
.benefits02 .h4,
.benefits03 .h4,
.benefits04 .h4{text-align: left; padding-bottom: 16px;}

/* kokoro
-------------------------------------------------------------*/

.kokoro ul li{
font-size: 1.6rem;
margin-bottom:1em;
color: #695142;
list-style: none;
line-height: 1.3;
text-align:center;
}


/*=============================================================
annai
=============================================================*/
.joining {  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 0.8fr 1.2fr;
  gap: 16px 80px;
  grid-auto-flow: row;
  grid-template-areas:
    "joining01 joining02"
    "sprl sprl";
}

.joining01 { grid-area: joining01; text-align: left; }

.joining02 {  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0 16px;
  grid-auto-flow: row;
  grid-template-areas:
    "fee"
    "terms";
  grid-area: joining02;
}

.fee { grid-area: fee; text-align: left; }

.terms { grid-area: terms; text-align: left; }

.sprl { grid-area: sprl; text-align: left; }

.joining01 .h4,
.fee .h4,
.terms .h4,
.sprl .h4{text-align: left; padding-bottom: 16px;}

.cl2 ul{
display: flex;
align-items: stretch;
flex-wrap:nowrap;
margin: 0 auto;
width: auto;
justify-content:center;
font-size: 1.6rem;
}
.cl2 li{
border: 2px solid #1D7337;
background-color: rgba(255, 255, 255, 0.8);
flex-grow: 1;
border-radius: 10px;
padding: 1em;
margin: 8px;
}
.cl2 dt{ font-size: 2rem; font-weight: 600;}
.cl2 dt.gr{color: #105224;}
.cl2 li.br{
border: 2px solid #695142;
color: #503023;
}
.annai ul {margin-left:1em; font-feature-settings: "palt";}
.annai .ul li {margin-bottom:0.5em;} 

/*=============================================================
member
=============================================================*/
.member ul{
position: relative;
padding: 0;
margin-left: 32px;
}
.member ul li{
list-style: disc;
position: relative;
font-size: 1.4rem;
margin-left: 16px;
margin-bottom:0;
padding: 6px 18px;
}
.member ul li::before{
content: ="";
display: block;
top:16px;
left: -32px;
width: 12px;
border-top:  1px solid #333;
}
.member ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
left: -32px;
  width: 0;
  height: 100%;
  border-left: 1px solid #666;
}

/*=============================================================
repo
=============================================================*/
.repo {  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.9fr 1.1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "repo01 repo01"
    "repo02 repo03";
}

.repo01 { grid-area: repo01; }

.repo02 {  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "repo02A"
    "repo02B";
  grid-area: repo02;
}

.repo02A { grid-area: repo02A; }

.repo02B { grid-area: repo02B; }

.repo03 { grid-area: repo03; }

.event table{
width: 100%;
border-collapse: collapse;
margin-top:30px;
table-layout: fixed;

}

.event table tr{
  border-bottom: solid 2px #B1CCF0;
}

.event table td:nth-of-type(2n) {
background: #EDF5EA;
border-left: solid 2px #B1CCF0;
border-right: solid 2px #B1CCF0;
}

.event table tr:last-child{
  border-bottom: none;
}

.event table th{
  position: relative;
  text-align: left;
  width: 16%;
  background-color: #D9E8FC;
  color: #3F190C;
  text-align: center;
  padding: 5px 0;
font-weight:normal;
}

.event table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #D9E8FC;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.event table td{
  text-align: left;
  width: 21%;
  text-align: center;
  background-color: #F2F5FF;
  padding: 10px 0;
}

.dl {
margin-top:1em;
margin-bottom:0.5em;
border:1px dashed #666;
padding:10px;
}
.dl dt{
font-weight:bold;
margin:0;
}
.dl dd ul.ul{
font-weight:normal;
margin:10px auto 0 2em;
}



/*=============================================================
Smartphones
=============================================================*/

@media all and (-ms-high-contrast: none){
#ttlInner h1{
transform:translateY(10px);
}
}

@media only screen and (max-width:1024px), only screen and (max-device-width:1024px){
#ttlOuter{
position:relative;
}

#ttlOuter > picture {
width: 100%;
max-width: 336px; padding-top:50px;
display: block;
margin: 0 auto 50px;
}
. figure img {
width: 90px;
border-radius: 30px;
margin: 8px 0 5px 10px;
}
.cpMsg figure img {
width: 90px;
border-radius: 30px;
margin: 40px 0 5px 10px;
}
. figcaption{text-align: center;}

#ttl{
width:100%;
height:auto;
background:none;
border-radius:0px;
position:absolute;
bottom:50%;
left:0;
transform:translate(0,0);
}
#ttlInner::after{
display:none;
}
#ttlTxt{
padding:0px;
position:absolute;
bottom:0;
left:0;
right:0;
transform:translate(0,50%);
}
#ttlLead{
width:100%;
height:auto;
background:none;
border-radius:0px;
position:static;
transform:translate(0,0);
padding-top:10px;
}
br.dspspbr{display: none;}
.dsp-inlineBlock{ display:inline;}
.boxRound{max-width:82%;}
}

@media only screen and (max-width:767px){
.event{
  overflow-x: auto; 
  width: 550px;
}
.event table{  width: 1200px;}

@media only screen and (max-width:599px){
.boxContents{padding:60px 0;}
.boxRound{padding: 16px; width:96%;}

#ttlOuter{
}
#ttlOuter > picture {
padding-top:50px;
margin: auto;
max-width: 220px;
}
.h2{font-size: 22px;}
br.dspspbr{display: none;}
}

@media only screen and (max-width:425px){
#ttlOuter > picture {
width: 100%;
max-width: 300px; padding-top:20px;
display: block;
margin: 0 auto 20px;
}
.boxContents{padding:30px 16px 20px; }
h1{font-size:3.8rem;}
.h1{font-size:3.8rem;}
.h3{font-size:2rem;}
.textLL{ font-size:2rem;}
br.dspspbr{display: block;}
.boxRound{padding: 16px; max-width:100%; }
.nw, .annai, .circle, .kokoro, .boshu{
padding-bottom: 20px;
padding-top: 20px;
}
.nw_gird { 
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto 1fr;
grid-template-areas:
    "benefits01"
    "benefits02"
    "benefits03"
    "benefits04";
}

.joining { 
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto 1fr;
grid-template-areas:
    "joining01"
    "joining02"
    "sprl";
}
.joining01>.ul {margin-top:0.5em;}
.member{
padding-bottom: 16px;
padding-top: 0;
}
.member ul{margin-left: 22px;}
.member ul li{text-indent:-1em;}
.cl2 ul{flex-direction:column; }
}
.cl2 li{margin: 1em;}
.cl2 li{
padding:0.8rem;
margin:10px 8px 0;
}
.lead dl{flex-direction:column; }
.lead dt{
font-size: 1.6rem;
margin:0;
padding:0; 
text-align:center;
}
.lead dd {
font-size: 1.6rem;
align-items: center;
font-feature-settings: "palt";
margin:0 0 5px;
padding:0;
text-align:center;
}
.repo {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto 1fr;
grid-template-areas:
"repo01"
"repo02"
"repo03"
"repo04";
}
.event{
  overflow-x: auto; 
  width: 360px;
}
.event table{  width: 1100px;}
}

.btn{ max-width:500px; }
.btn.disabled{ max-width:500px; }



