@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.pc {
    display: block;
}
.sp {
    display: none;
}

#gNavi .navi07 img {
    height: auto;
    visibility: hidden;
}
#gNavi .navi07 a {
	background: url("../img/common/g_navi07_over.gif") no-repeat left top;
    background-size: contain;
    height: auto;
}
#main h3 {
font-family: 'EB Garamond', serif;
font-size: 20px;
margin: 20px 0 5px;
}
#main .mainBox {
    margin-bottom: 144px;
}
#main p {
    margin-bottom: 7px;
    line-height: 1.85;
}
#main .text01 {
    margin-bottom: 15px;
}
#main .en {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    font-size: 10px;
}
#main .readText {
    text-align: left;
}

#main .readText.main-info{
  max-width: 850px;
  margin: 0 auto;
  font-size: 12px;
}

#main .readText.main-info ul li{
  margin-bottom: 10px;
}

#main .readText.main-info.en{

}

#main .readText.main-info.en ul li{
  margin-bottom: 5px;
}

#main .readText p.min {
    font-size: 20px;
    line-height: 26px;
}

#main .image img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
ul.list li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #A9C357; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.pdf{
text-align: center;
}

.pdf ul{
    list-style:none;
    display: inline-block;

}

.pdf ul li{
float: left;
}

.pdf ul li a{
    text-decoration:none;
    margin:10px;

    padding:2px 5px;
    text-align:center;
    white-space:nowrap;
}

.pdf ul li a span{
  color: #A9C357;
  margin-left: 5px;
}

.mark {
	margin-bottom: 50px;
	margin-top: 30px;
}

.mark img{
	display: block;
	margin: 0 auto;
  width: 35px;
}

.green{
  margin: 50px auto;
  border: 1px solid #A9C357;
}

.green .readText{
  margin-bottom: 20px;
}

hr{
  border: none;
color: #A9C357;
background-color: #A9C357;
height: 1px;
width: 150px;
margin: 30px auto;
}

@media all and (min-width: 0) and (max-width: 766px) {
.pc {
    display: none;
}
.sp {
    display: block;
    width: 100%;
}
#main h2 {
    margin: 0 auto 20px;
}
}



@media all and (min-width: 0) and (min-width: 767px) {
  .green{
    width: 50%;
  }
}
