@charset "utf-8";
/*****************************************************************************
CSS only for /ew/
*****************************************************************************/
/* .#page
-----------------------------------------*/
#page{
  background-color: #FFF;
}
/* .main
-----------------------------------------*/
main{
  /*font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif!important;*/
  font-size:14px;
}

/* .japanese
-----------------------------------------*/
.titlenavigation .local-mega-navigation .rootlist > li.japanese {
    position: absolute;
    right:60px;
    background: none;
    padding:0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.titlenavigation .local-mega-navigation .rootlist > li.japanese {
    position: static;
}

}
.titlenavigation .local-mega-navigation .navlist .rootlist .root-item.japanese > div > a {
    background: none;
}

/* .chinese
-----------------------------------------*/
.titlenavigation .local-mega-navigation .rootlist > li.chinese {
    position: absolute;
    right:0;
    background: none;
    padding:0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.titlenavigation .local-mega-navigation .rootlist > li.chinese {
    position: static;
}
}
.titlenavigation .local-mega-navigation .navlist .rootlist .root-item.chinese > div > a {
    background: none;
}

/* .english
-----------------------------------------*/
.titlenavigation .local-mega-navigation .rootlist > li.english {
    position: absolute;
    right:0;
    background: none;
    padding:0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.titlenavigation .local-mega-navigation .rootlist > li.english {
    position: static;
}
}
.titlenavigation .local-mega-navigation .navlist .rootlist .root-item.english > div > a {
    background: none;
}


/* .basic-page
-----------------------------------------*/
.basic-page a:link    {color:#0041C0; text-decoration: none;}
.basic-page a:visited {color:#551A8B; text-decoration: none;}
.basic-page a:hover   {color:#0041C0; text-decoration: underline;}
.basic-page a:focus   {color:#0041C0; text-decoration: underline;}
.basic-page a:active  {color:#0041C0; text-decoration: underline;}

/*****************************************************************************
CSS only for /ew/ Element
*****************************************************************************/
/* .Title01
-----------------------------------------*/
.Title01{
  margin-top: 45px;
  font-size: 36px;
  line-height: 45px;
  font-weight: normal;
  line-height:1.3;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Title01 {
  margin-top: 25px;
    font-size: 20px;
    line-height: 24px;
}
}
.Title01 br.spbr{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Title01 br.spbr {
  display: inline-block;
}
}
.Title01.Title01--center{
  text-align: center;
}
/* .Title02
-----------------------------------------*/
.Title02 {
  position: relative;
  font-size: 21px;
  line-height: 1.18;
  padding:0 0 6px 15px;
  margin: 50px 0 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Title02 {
  font-size: 18px;
  margin-bottom: 15px;
}
}
.Title02::before {
  position: absolute;
  top:0px;
  left:0;
  bottom: 6px;
  content: "";
  display: block;
  border-left: 5px solid #333333;
}

/* .Title03
-----------------------------------------*/
.Title03{
  padding-top: 120px;
  margin-bottom: 70px;
  margin-bottom: 63px;
  font-size: 34px;
  line-height: 45px;
  font-weight: bold;
  line-height:1.3;
  color: #030000;
}
.Title03.Title03--type01 {
  padding-top: 80px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Title03 {
  font-size: 26px;
  line-height: 24px;
}
}
.Title03 br.spbr{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Title03 br.spbr {
  display: inline-block;
}
}
.Title03.Title03--center{
  text-align: center;
}

/* .Sns
-----------------------------------------*/
.Sns{
  width: 976px;
  margin: 0 auto 50px auto;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Sns{
  width: auto;
	margin: 40px 20px 35px 20px;
}
}
.Sns__title{
	font-size: 20px;
	line-height: 1.35;
	/*font-weight: bold;*/
	text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Sns__title{
	font-size: 16px;
}
}

.SnsList {
	margin-top: 30px;
}
.SnsList__group{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  gap: 0 30px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.SnsList__group{
  width: 90%;
  justify-content: normal;
  gap: 20px;
  margin: 0 auto;
}
}
.SnsList__group li {
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.SnsList__group li {
  width: calc((100% - 20px * 3) / 4);
}
}
.SnsList__group li a{
	text-decoration: none !important;
}
.SnsList__group li a img {
  transition-property: all;
  transition-duration: 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	width: 28px;
}
.SnsList__group li a:hover img {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.SnsList__icon {
  display: flex;
  align-items: center;
  justify-content: center;
	height: 28px;
}
.SnsList__text {
  display: block;
  margin-top: 6px;
  color: #000;
  font-size: 12px;
}

/*****************************************************************************
  wrap1200
*****************************************************************************/
.wrap1200 {
  max-width: 1200px;
  margin: 0 auto;
}