@charset "utf-8";


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

}


@media screen and (min-width:769px),
print{

}
header.page_title p	{

}
.memo {
margin: 5px 0 0 1em;
line-height: 1.6;
text-indent: -1em;
}

.wrap   {
width: 100%;
margin: 0;
padding: 50px 0;
}
.wrap section	{
margin: 0 10px;
}
@media screen and (min-width:980px),
print{
	.wrap section   {
	width: 980px;
	margin: 0 auto;
	}
}

.wrap.pan   {
padding: 10px 0;
}
.pan li	{
float: left;
font-size: 1.2rem;
}
.pan li,
.pan li a	{
margin-right: 10px;
}

.copy	{
font-size: 1.6rem;
}

.wrap table {
width: 100%;
border: 1px solid #D6CEC8;
border-collapse: collapse;
}
.wrap table td,.wrap table th {
border: 1px solid #D6CEC8;
border-collapse: collapse;
padding: 5px;
}
.wrap table th {
background-color: #EFECE9;
color: #7B624E;
}

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

}





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


}


.f_box.bg_pattern04{
margin:80px 0 0 0;
  color:#1f221f;
}
.f_box h1.ff_en {
  position: relative;
  padding: 0 0 10px 0;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 30px;
  color:#1f221f;
}

.f_box h1.ff_en:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #1f221f, #1f221f 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #1f221f, #1f221f 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.profile_flex{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.profile_flex .ph{
    width: 35%;
    text-align: left;
}
.profile_flex .ph img{
    width: 96%;
}
.profile_flex .txt{
    width: 65%;
}
.secbox{
margin-bottom: 30px;
}
h3 {
font-size: 2.0rem;
margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
.f_box.bg_pattern04{
margin:0 0 0 0;
  color:#1f221f;
}
.f_box h1.ff_en {
  font-size: 2.4rem;
  margin-bottom: 20px;
    margin-top: -30px;
}
.profile_flex{
    display: block;
}
.profile_flex .ph{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.profile_flex .ph img{
    width: 96%;
}
.profile_flex .txt{
    width: 100%;
}
h3 {
font-size: 1.5rem;
margin-bottom: 10px;
}
}

.basic.monthf {
width: 60%;
}

.basic.monthf th.m01 {
background-color: #eff4ff;
width: 35%;
}
.basic.monthf td {
text-align: center;
width: 30%;
}
@media screen and (max-width: 768px) {
.basic.monthf {
width: 100%;
}

.basic.monthf th.m01 {
background-color: #eff4ff;
width: 40%;
}
.basic.monthf td {
text-align: center;
width: 25%;
}}