@charset "UTF-8";
/* ====================================================
BEAUTIFUL WORLD Style 2022.09.-
==================================================== */



.bold {
  font-weight: bold;
}

#beautifulworld a {
  color: #1239fa;
  text-decoration: underline;
}


#beautifulworld {
  background: #ffe2cc;
  padding: 80px 0 0;
}
#beautifulworld .inner {
  max-width: 1000px;
  padding-bottom: 80px;
}
#beautifulworld h2 {
  font-size: 38px;
  font-weight: bold;
  color: #b16329;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2em;
}
#beautifulworld p.title {
  max-width: 900px;
  margin: 70px auto 40px;
  padding: 0 10px;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2em;
}
#beautifulworld p.lead {
  text-align: left;
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto 20px;
}


#beautifulworld div.explain {
  max-width: 840px;
  padding: 20px;
  margin: 40px auto 100px;
  font-size: 0.8em;
  border: solid 5px #B06329;
  border-radius: 10px;
  line-height: 1.6em;
}

/* cts01 */

div#cts01 dl{
  margin: 50px 0;
  display: flex;
  flex-flow: row wrap;
}
div#cts01 dt{
  max-width: 340px;
  margin: 0 auto 20px;
}

div#cts01 dt img{
  width: 100%;
}

div#cts01 dd {
  max-width: 600px;
  padding: 0 20px;
  text-align: left;
}

div#cts01 dl.hakaseblock {
  padding: 40px 20px;
  background-color: #f8d3c1;
  border-radius: 10px;
}

div#cts01 dl.hakaseblock p.hakaseinfo {
  margin-top: 10px;
  padding: 20px;
  font-size: 0.8em;
  line-height: 1.6em;
  border: solid 1px #000;
  border-radius: 10px;
}

div#cts01 dl.hakaseblock p.linkBtn a {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0 5px;
  padding: 20px;
  background: #f97126;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.3s;
  border: 2px solid #f97126;
}




/* cts02 */
div.logoTwin {
  margin: 50px auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

div.logoTwin dl{
  max-width: 400px;
}
div.logoTwin dt img{
  width: 100%;
  padding: 20px;
}
div.logoTwin dd{
  text-align: center;
}


div.logoSingle {
  text-align: center;
}
div.logoSingle dl{
  max-width: 800px;
  margin-bottom: 20px !important;
  margin: 0 auto;
}
div.logoSingle dt img{
  width: 100%;
  padding: 20px;
}
div.logoSingle dd{
  text-align: center;
}

div.logoSingle ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

div.logoSingle ul li {
  margin: 0 10px;
}

div.logoSingle ul li p.linkBtn a {
  display: block;
  width: 350px;
  height: auto;
  margin: 20px 0 5px;
  padding: 20px;
  background: #f97126;
  color: #fff!important;
  text-align: center;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none!important;
  transition: opacity 0.3s;
  border: 2px solid #f97126;
}



/* cts03 */
div#cts03 ul.attempt {
  max-width: 800px;
  margin: 0 auto 15px;
  display: table;
  padding-left: 0;
}

div#cts03 ul.attempt li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 10px;
}

div#cts03 ul.attempt > li:before{
  content:"★";
  font-weight:900;
  color:#b16329;
}

div.envBnr {
  margin: 0 auto;
  text-align: center;
}

div.envBnr ul.bnrimg {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

div.envBnr ul.bnrimg li {
  margin: 20px;
}

div.envBnr ul.bnrimg li img {
  width: 300px;
}