@charset "utf-8";


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

}


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

}
header.page_title p	{

}


.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){


}



.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;

}
.profile_flex{
    display: block;
}
.profile_flex .ph{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.profile_flex .ph img{
    width: 96%;
}
.profile_flex .tablebox{
    width: 100%;
}
.profile_flex .tablebox .basic_00 th{
    width: 100%;
    text-align: center;
}
.profile_flex .tablebox .basic_00 td{
    width: 100%;
    padding-bottom: 20px;
}
.profile_flex .tablebox .basic_00 td.month{
    width: 100%;
    text-align: center;
        padding-bottom: 0px;
        background-color: #dbf4ff;
}


}


.tab00s {padding-bottom: 40px;margin: 0 auto;}
.tab_item {width: calc(100%/4);font-size: 1.5rem;padding-top: 10px;padding-bottom: 10px;border-bottom: 3px solid #c9bc9c;background-color: #c9bc9c;text-align: center;border-right: 1px solid #efefef;color: #ffffff;display: block;float: left;text-align: center;font-weight: 900;transition: all 0.2s ease;}
.tab_item:hover {opacity: 0.75;}
input[name="tab_item"] {display: none;}
.tab_content {display: none;padding: 40px 0;clear: both;overflow: hidden;}


#n_100:checked ~ #n_100_content,#n_200:checked ~ #n_200_content,#n_300:checked ~ #n_300_content,#n_400:checked ~ #n_400_content { display: block;}

.tab00s input:checked + .tab_item {color: #fff;position: relative;background: #af8222;}
.tab00s input:checked + .tab_item:before {position: absolute;bottom: -10px;left: 45%;width: 0;height: 0;content: '';border-width: 14px 12px 0 12px;border-style: solid;border-color: #af8222 transparent transparent transparent;}


@media screen and (max-width: 768px) {
.tab_item {width: calc(100%/2);font-size: 1.2rem;border-bottom: 1px solid #efefef;letter-spacing: 0.05em;}
.tab_content {display: none;padding: 20px 10px 0;clear: both;overflow: hidden;}
.tab00s {padding-bottom: 20px;margin: 0 auto;}
}




.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;
}
