
/*====ページ全体
==========================================================*/

#ContentsArea{ font-family: Noto Sans,Noto Sans JP, Meiryo, 'Osaka', sans-serif; }
body {
	 width: 100%; background-color: #fff;
}
.nxt_header{ margin: 0 auto; max-width: 1000px; }
.localFooter,#bpGlobalFooter{ background-color: #fff; padding-top: 30px; }


img {
	border:none;
	margin: 0;
	padding: 0;
	line-height: 0;
	vertical-align: bottom;
}

#wrap{
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#MainArea{ margin:0; padding:0; background: no-repeat fixed; background-size: cover; }
#ContentsArea {
	margin:0 auto;
	overflow: hidden;
  position: relative;
}

#content { margin: 0 auto; position: relative; padding:5px 0 0; color:#3c3c3c; font-size:18px; }
#content:before {
  content: "";
  width: 1100px;
  height: 100%;
  background-color: #f2f3ee;
  position: absolute;
  left: calc(50% - 550px);
  top: 0;
  z-index: 0;
}


header,.header_bg,footer {
    z-index: 10; position: relative;
}
#mainbg{ position:fixed; left:0; top:0; width:100%; height:100vh; z-index:-1; background: no-repeat center center; background-size:cover;  }


.bk
{
	color: #000;
}

br{ line-height: 1em;}

a {
	text-decoration: none;
	color:#385C93;
	border:none;
}

a:hover	{
	color:#385C93;
	text-decoration:underline;
}


h1 {
	margin:0;
	padding:0;
	line-height:0;
}
p {
	margin:0;
	padding:0;
}

.cl {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.cap
{
	font-weight: normal;
}

ul{ list-style: none;}

footer {
    padding-top: 20px;
    background-color: #ffffff;
}

#social_area{ background-color: #333; padding: 10px 0 5px; position: relative; z-index: 1; }
.social_buttons{ width: 960px; margin: 0 auto; }



/*====ヘッダイメージ
==========================================================*/


/* tab ------------------------------*/
ul.tab{ overflow: hidden; padding: 0; margin: 30px 0 0; }
ul.tab li{ float: left; margin-left: 20px; }
ul.tab li:first-child{ margin-left: 0; }


#MainImgArea {
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding: 0 0 0;
  overflow: hidden;
  max-width: 1920px;
}

.mainimg{ margin:0 auto; }
.maintit{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 68px 0 0;
  position: relative;
  z-index: 2;
}
#MainImgArea h1{ position:relative; margin:0; height:740px;  }
#MainImgArea h1 img{ object-fit: cover; width: 100%; height:100%; }


#MainImgArea .prof{
  color: #555;
  font-size: 80%;
  width: 450px;
  line-height: 1.6em;
}
#MainImgArea .prof strong{ font-size: 120%; }
#MainImgArea .prof .txt{
  background-color: rgba(255,255,255,0.7);
  padding: 5px 5px 0 0;
}


#MainImgArea .read{
  position: relative;
  margin: 0 auto;
  padding: 2em 0;
  width: 100%;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #0f1c6b;
  color: #fff;
}
#MainImgArea .read > div{ display: flex;
  justify-content: center; align-items: center;
  gap: 2em; width:90%; margin:0 auto; max-width:1120px;  }
#MainImgArea .read .name-area{ width:30%; }
#MainImgArea .read .name-area .name{ font-size:150%; }
#MainImgArea .read .name-area .name b{ font-size:150%; font-weight: 400; }
#MainImgArea .read .profile{ width:70%; }
#MainImgArea .read .profile h3{ margin:0 0 .5em; border-bottom:1px solid #fff; font-weight: 400; }

#MainImgArea .photo{
  position: relative;
}
#MainImgArea .read .prof{
  margin-top: 20px;
  border: 3px solid #0AB188;
  background-color: #fff;
  line-height: 1.5;
  padding-right: 20px;
}

#MainImgArea p.tit{ font-size: 80%; background-color: #fff; padding-bottom: 5px; color: #666; }

#MainImgArea .btn{ position: absolute; right: 0; bottom: 30px; }

@media screen and (max-width: 1350px) {
  #MainImgArea h1{ height:600px;  }
}
@media screen and (max-width: 1100px) {
  #MainImgArea h1{ height:550px;  }
  #MainImgArea .read > div { font-size:1.4vw; }
}
@media screen and (max-width: 1000px) {
  #MainImgArea h1{ height:450px;  }
}



/*====コンテンツサイズ
==========================================================*/

a.linkBtn {
  display: block;
  margin: 20px auto 20px;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 900px;
  box-sizing: border-box;
  overflow: hidden;
  background: #0a1d37;
  background: linear-gradient(#425d7b, #2b496b);
  border: 1px solid #2b496b;
  position: relative;
  border-radius: .5em;
}
a.linkBtn:hover{
  transform: translateX(5px);
  filter: brightness(1.3) saturate(130%);
}
#note_text{ font-size: 80%; text-align: center; z-index: 1; position: relative; font-weight: normal; }

.ef{ opacity:0; transition:1s; }
.ef.play{ opacity:1; }



/* 各記事の設定 ------------------------------*/
.Account{
	position: relative;
	margin: 60px auto 0;
	padding: 0 0 10px;
	max-width: 1000px;
}

.Account h2,.nextBtn{
  position: relative;
  margin: 2em auto .5em;
  max-width: 1000px;
  width: 95%;
  display: flex;
  align-items: center;
  padding: 1.2em 0;
  font-size: 190%;
  color: #3c3c3c;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  vertical-align: middle;
  font-weight: 500;
}
.Account h2:before,.nextBtn:before{ content:""; width:110%; height:100%; position:absolute; left:45%; top:0; transform:translateX(-50%); background-color:#fff; border-radius:0 100px 100px 0; }
.Account h2 > b,.nextBtn > b{ color:#ff6100; border-right:2px solid #ff6100; padding:0 .3em 0 0; font-size:280%;  font-weight: 500; font-family:"Century Gothic"; line-height:1; position:relative; }
.Account h2 > span,.nextBtn > span{ padding:0 1.5em; position:relative; }
.Account h2 > span b,.nextBtn > span b{ border-bottom: 5px solid #b23112;  font-weight: 500; }

.Account.fund{ margin:3% auto; }

.nextBtn{ padding:1em; margin: .6em auto; text-align:left; justify-content:center; font-size: 180%; transition:.3s; box-shadow:0 0 15px rgba(0, 0, 0, .5); border-radius:150px; }
.nextBtn:hover{ text-decoration:none; box-shadow:none; transform:translateY(8px); } 
.nextBtn:before{ width:100%; left:50%; border-radius:150px; }
.nextBtn > span{ padding:0 1em; }

@media screen and (max-width: 1100px) {
  .nextBtn{ width:90%; font-size:3vw; }
  .nextBtn > b{ padding-left:.3em; }
}



@media screen and (max-width: 810px) {
  #ContentsArea {
	overflow: hidden;
}
}



.Account .acc > h3{ 
  font-size: 110%;
  padding: .5em;
  margin: 0 25px 10px;
  color: #08122E;
  background-color: #dfeefa;
}
.Account .acc > h3 span{
  display: inline-block;
  background-color: #26c3d5;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  width: 5em;
  margin-right: 10px;
  letter-spacing: 0.1em;
  font-size: 80%;
}

.Account.type2{ max-width:900px; border:2px solid #2c496b;border-radius:1em; background: linear-gradient(#f7f7f9, #d6dbe1); padding:3%; box-sizing:border-box; }
.Account.type2 h3{ color:#2c496b; font-size: 130%; font-weight: 900; text-align: center; margin:0 0 2em; padding:0 1em .5em; background: url(h2_border.png) no-repeat center bottom; background-size: 100% auto; }
.Account.type2 h3.t2{ background-color:#2a5769; }
.Account.type2 h3 span{ font-size:120%; display:block; }
.Account.type2 .txt{ padding: 0 2em;}
.Account.type2 .txt p{ margin-bottom:1em; line-height:1.8; text-indent:1em; font-weight:500; font-size:95%; }


.p1 .Account{ background: #20535f; color: #fff; border:none; box-shadow:none; }
.p1 .Account h2{ color: #fcdb53; background: none; border-bottom: 2px dotted #fff; }
	
.acc {
	margin:0 auto 0;
  padding: 1em 0;
	font-size: 100%;
	position: relative;
  width: 90%;
  font-weight: 400;
	
}
.acc > p{
  line-height: 2em;
  text-indent: 1em;
  text-align: justify;
  text-justify:inter-ideograph;
  max-width: 900px;
  margin:0 auto 15px;
}
.inblock{ display:inline-block; text-indent: 0em; }

.acc.read > p{ font-weight: 700; text-indent: 0; margin-bottom: 0; }

.letter-s{ letter-spacing: -0.01em; }
.acc .st{ font-style: italic; color: #444; text-indent: 0; font-weight: bold; position: relative; font-size: 110%; line-height: 1.6; margin: 1em auto; padding-bottom: .6em; border-bottom:1px dotted #444; }
.acc .st:before{ content: ""; display: inline-block; width: 2em; height: 2px; background-color: #666; margin: -3px .2em 0 0; vertical-align: middle; }
.acc p b{  display: inline-block; position: relative; margin-right: 1em; line-height: 1.6; color:#fff; background-color:#000; padding:0 .5em .1em; }
.acc p b span{ background-color:#fff; color:#08122E; display:inline-block; padding:0 .6em; margin-left:.6em; }
.acc p.user,.acc p.user2,.acc p.user3 { text-indent: 0; }
.acc p.user2 > b{ background-color:#891309; }
.acc p.user2 > b span{ color:#0672cb; }
.acc p.user3 > b{ background-color: #fff; color:#e7370d; border-color:#e7370d; }


.company{ font-size: 90%;  color: #333; width: 950px; margin: 60px auto; border: 1px solid #0077c4; }
.company .acc{ width: 850px; margin: 0 auto; padding-bottom: 20px; }
.company .acc p{ text-indent: 0; margin-bottom: 10px; }
.company h2{}
.company h3 { margin-bottom: 5px; }


.next{ text-align: center;  margin: 2em auto 0; background:url(bg.webp) no-repeat center center; background-size:cover; position:relative; color:#fff; padding:3em 1em 4em; text-align:center; }
.next h3{ width:12em; margin:0 auto; }

.paging{ width: 900px; margin: 25px auto; text-align: center; }
.paging li{ display: inline-block; margin: 0 5px; }
.paging li a{ border: 1px solid #656464; color: #656464; display: block; padding: 0.2em 0.7em; }
.paging li a:hover{ text-decoration: none; }
.paging li:not(.active) a:hover{ background-color: #00afd0; border-color: #00afd0; color: #fff; }
.paging li.active a{ border-color: #00afd0; color:#00afd0; font-weight: bold; }

.youtube-iframe{ max-width: 900px; margin: 0 auto; }
.youtube-iframe > div{
  position: relative;
  width: 100%;
  padding-top: 56.25%;}
.youtube-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* 図の設定 ------------------------------*/
.photoW{
  position: relative;
  margin: 20px auto 20px 1px;
  z-index: 3;
}
.photoW:before{ content:""; position:absolute; width:58%; height:100%; top:0; }
.photoW.L:before{ right:-1px;  background: rgb(220,230,231);
background: linear-gradient(90deg, rgba(220,230,231,0) 0%, rgba(220,230,231,1) 16%); z-index:1;  }
.photoW.L .txt .name span{ color:#835d6a; }
.photoW.R:before{ left:0;  background: rgb(220,230,231);
background: linear-gradient(90deg, rgba(220,230,231,1) 84%, rgba(220,230,231,0) 100%); z-index:1;  }
.photoW.R .txt .name span{ color:#2b4a67; }
.photoW.R .txt > div{ transform:translateX(10%); }

.photoW > div{ position: relative; display: flex; flex-direction: row; align-items: center; }
.photoW .ph{ max-width: 580px; width: 58%; }
.photoW .txt{ width: 42%; font-size: 80%; color: #333; box-sizing:border-box; padding:0; position:relative; z-index:3; }
.photoW .txt > div{ transform:translateX(-10%); }
.photoW .txt .name{ font-weight: 600; line-height: 1.6; font-size: 110%; }
.photoW .txt .name span{ font-size: 140%; }
.photoW .txt .prof{ margin-top: .5em; font-size: 105%; line-height: 1.8;  }
.photoW.R > div{ flex-direction: row-reverse; }
.photoW.R .ph{  }
.photoW.R .txt{  }


.photo {
  display: inline-block;
  max-width: 500px;
  width: 60%;
  margin:10px 5px 10px;
  vertical-align: top;
  letter-spacing: 0.05em;
  overflow: hidden;
  font-style: italic;
}
.photo img{ max-width: 100%; height: auto;  }
.photo.trans{ transform: rotate(2deg); }
.photo.L,.img.L{
  margin:5px 0 15px 0;
  float:left;
  transform: translateX(-40px);
}
.photo.L {  }
.photo.R,.img.R {
  margin:5px 0 15px 0;
  float:right;
  position: relative;
  transform: translateX(40px);
}
.photo > p{ font-size: 90%; padding: 0 1em 0px 100px; margin: 20px 0 0; text-indent: 0; text-align: left; line-height: 1.5; font-weight: 500; color:#0c1a33;  }
.photo > p.pro{ font-weight: normal; color: #333; text-align: left !important; }
.photo.R > p{ text-align: right; padding: 0 100px 0px 20px }
.photo > p > span{ font-size: 140%; letter-spacing: 0.05em; font-weight:600; }
.photo > p > span span{ font-size: 80%; }
.photo > p > span span span{ font-weight:normal; }
.photo > p.user2{ color: #0c345d; }
.phtxt{ padding: 0 10px; text-align: left; }
.phtxt p{ margin-top: 10px; line-height: 1.4; font-size: 80%; text-indent: 0; color: #555; }

.photo.type1 { background: none; width: 350px; }
.photo.type1 > p{ text-align: left; padding-bottom: 0; }
.photo.type2 { margin-top: 80px; margin-bottom: 80px; }

.imgwid{ position:relative; margin-left:1px; margin-bottom:30px; }
.imgwid:before{ content:""; position:absolute; top:0; left: calc(50% - 960px); width:1920px; z-index:0; background:#fff; height:100%;}
.imgwid img{ position:relative; z-index:1; }

.PhotoAreaL {
	width:250px;
	margin:5px 15px 10px 0;
	padding:0;
	float:left;
	background:#555;
	color:#FFF;
}
.PhotoAreaR {
	width:250px;
	margin:5px 0 5px 15px;
	padding:0;
	float:right;
	background:#555;
	color:#FFF;
}
.PhotoImg {
	width:246px;
	margin:2px;
}
.PhotoImg img{
  width: 100%;
  height: auto;
}
.PhotoTitle{
	margin:5px 0 0 0;
	padding:0 10px 5px;
	line-height:1.4em;
	font-weight:bold;
	font-size:80%;
}
.PhotoText{
	margin:0 0 0 0;
	padding:0 10px 10px;
	line-height:1.4em;
	font-size:80%;
}

.PhotoText a {
	color:#FFFFFF;
}

.PhotoText a:hover	{
	color:#FFFFFF;
	text-decoration:underline;
}

.ph-wid{ transform:translateX(-50px); margin-top:30px; }

.fig{
  text-align: center;
  margin: 30px auto 30px 1px;
  padding: 30px 0;
  max-width: 1000px;
  background-color: #fff;
  border-radius: .5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.fig.ph{ max-width: 900px; }
.fig.R{ float: right; margin:10px 0 15px 25px; }
.fig a img:hover{ opacity:0.7; }
.fig .figimg{
  position: relative;
}

.fig img{ max-width: 100%; height: auto; }
.fig > p{ font-size: 80%; padding: 0; margin: 10px 0 0; text-indent: 0; line-height: 1.5; text-align: center; }
.fig > p.tit{ font-weight: bold; text-align: center; }

.w450{ width: 450px; }

.fig .figimg{ margin: 0 auto; }
.fig .figtxt{
  width: 90%;
  font-size: 90%;
  line-height: 1.4em;
  margin: 0 auto;
  color: #555;
}
.fig .figtxt h3{
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: left;
  color: #b23112;
  font-size: 120%;
}
.fig .figtxt p{ text-indent: 0; text-align: left;}



.footArea{
  margin: 4em auto 0;
  padding: 2em 0 4em;
  font-size: 90%;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  display: block;
  text-align: center;
}
.footArea:before{
  content: "";
  width: 1920px;
  height: 100%;
  transform: translateX(-960px);
  position: absolute;
  left: 50%; top: 0;
  opacity: 1;
  background:url(bg.webp) no-repeat center center; background-size:cover;
}

.linkbor{ border-bottom:1px solid rgba(255, 255, 255, .5); padding-bottom:3em; }

.footArea h2{
  margin: 0 auto 0;
  font-size: 100%;
  padding: .5em 0 .7em;
  font-weight: 900;
  letter-spacing: 0.1em;
  position: relative;
}
.footArea h2:before{ content:""; position:absolute; top:0; left:calc(50% - 4em); width:8em; height:3px; background:#ff6100; }
.footArea h3{ margin-bottom:.5em; }
.footArea p{ font-size: 100%; margin-bottom:.5em; }
.footArea a{ color:#fff; }
.footArea a img{ transition:.3s; width:50%; max-width:400px; }
.footArea a:hover img{ opacity:.7; }
.footArea > div{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  line-height: 1.6;
}


.link-area{ margin: 3em auto 3em; position:relative; padding: .5em 0 1px; z-index:1; background: linear-gradient(135deg, #fdd7c2, #faf1f2, #d6d6f8);  max-width:1000px; width: 90%;  border-radius: 1em; color: #222;}
.link-area > div{  }
.link-area h3{ font-size:110%; margin-bottom: 0; line-height:2.5; text-align:center; position:relative; }
.link-area h3:before{ content:""; position:absolute; top:0; left:calc(50% - 4em); width:8em; height:3px; background:#ff6100; }
.link-area #linkArea{ width:80%; margin:1em auto 2em; }

.event{ text-align:center; padding:0 5% 2em; }
.event h4{ font-size:120%; margin-bottom:1em; color:#0f1c6b; }
.event p{ margin-top:.5em; }

#linkArea {
  margin:0;
  padding:0;
  list-style:none;
  font-size: 100%;
  font-weight: 500;
}
#linkArea li{
  text-align: center;
}
#linkArea li:first-child{
  border: none;
}
#linkArea li a{
  background:url(icon_link.png) no-repeat left center;
  padding:5px 10px 5px 28px;
  line-height:1.5em;
  margin-bottom: 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  color: #333;
}
#linkArea li a:hover{
  
}
#linkArea li.st{ background-color: #fffbd0; font-weight: bold; }

.link-box{ padding: 0; }
.link-box > li{ box-sizing: border-box; margin-top: 2em; background-color: #ecf8e9; padding: 40px 50px; }
.link-box > li a{ display: flex; justify-content: space-between; align-items: center; background-color: #00966a; color: #fff; font-size: 130%; border-radius: 7px; box-shadow: 2px 2px 5px rgba(0, 0, 0, .2); padding: 1em .8em; margin-bottom: .6em; font-weight: bold; border: 3px solid #00966a; transition: .5s;}
.link-box > li a b{ text-shadow: 2px 2px 0 rgba(0, 0, 0, .2); }
.link-box > li a span{ font-size: 75%; text-align: right; font-weight: normal; transition: .5s; }
.link-box > li a:hover{ text-decoration: none; opacity: .8; border-color: #fff !important; }
.link-box > li a:hover span{ transform: translateX(5px); }
.link-box > li .txt{ line-height: 1.8; }
.link-box > li.col2{ background-color: #e9f8f3; }
.link-box > li.col2 a{ background-color: #00c7bb; border-color: #00c7bb; }

ul.list{ box-sizing:border-box; max-width:900px; margin:0 auto 2em; padding:0 }
ul.list li{ position: relative; padding:.4em .4em .4em 1em; background-color:#fff;  border-bottom:2px dotted #aaa; margin-bottom:.5em; font-weight:bold; }
ul.list li:before{position: absolute; content: "・"; color: #0076cd; font-weight:bold; font-size:120%; left:0; top:.2em; }

a.link-btn{
  background: #0f1c6b;
  box-shadow: 0 5px 0 #080f3f;
  color: #fff !important;
  text-align: center;
  width: 100%;
  margin: 1em auto;
  max-width: 700px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 100px;
  padding: .8em 3em;
  font-size: 130%;
  position: relative;
  position: relative;
  transition: .3s;
}
a.link-btn.s{ font-size: 100%; width: 18em; padding: .8em 1em; }
a.link-btn:hover{ filter:saturate(130%) brightness(1.2); box-shadow:none; transform:translateY(3px); }
a.link-btn:not(.s)::before, a.link-btn:not(.s)::after{
  content: "";
  position: absolute;
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transform: translateY(-50%);
  top: 50%;
}
a.link-btn::before{
  width: 1.5em;
  height: 1.5em;
  border-radius: 2em;
  background-color: #fff;
  right: 1em;
}
a.link-btn::after{
  right: 1.5em;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #003e92;
}



/* ContactAreaの設定 ------------------------------*/

#ContactArea {
	margin:0 0 40px 0;
	padding:0;
	font-size:85%;
	width: 730px;
}
#Contact {
	margin:5px;
	padding:10px 0 0 0;
}
#ContactTxt {
	margin:0 0 0 0;
	padding:0;
	line-height:1.5em;
}

#ContactTxt2 {
	width: 676px;
	_width: 690px;
	margin:0;
	padding:0 10px 0;
	float:left;
	line-height:1.5em;
	border-bottom: 2px solid #385C93;
	border-right: 2px solid #385C93;
	border-left: 2px solid #385C93;
}

#ContactTxt p{
	margin:0px;
	font-size: 90%;
}
#ContactImg {
	margin:0 0 0 0;
	float:right;
}

/* PageTopの設定 ------------------------------*/
.PageTop {
  margin:0 auto;
  padding:0;
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.PageTop a{ background-color: #333; width:100%; padding: 25px 0; display:block;  }
.PageTop a span{ position: relative; z-index: 1; transition: all .3s; display:block; margin:0 auto; }
.PageTop a:hover span{ transform:translateY(-5px); }
.PageTop a:before{ content:""; width:100%; height:100%; position:absolute; left:0; top:0; background: linear-gradient(90deg, #b23112, #ff6100); opacity:0; transition: all .3s;  }
.PageTop a:hover:before{ opacity:1; }
.PageTop a img{ display: block; margin: 0 auto; }

#rem_content{
	background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
    width: 1000px;
}
#rem_content h3 {
    font-size: 150%;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
#rem_content p {
    font-size: 90%;
    line-height: 1.8em;
    padding: 0 105px 10px;
    text-indent: 0;
}
#rem_content h5 {
    font-size: 90%;
    margin: 30px 0 10px 105px;
    padding: 0;
}


/*====RightArea
==========================================================*/
#MenuArea {
	width:230px;
	margin:0;
	padding:0;
	list-style:none;
}
#MenuArea li{
  margin-bottom: 1px;
}
#RightArea img,#RightArea a{
	display: block;
	vertical-align: top;
}




/* ボックス内dloatｖalear */
.clearfix:after,.acc:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.clearfix,.acc {display: inline-block;}
/* Hides from macIE \*/
* html .clearfix,* html .acc {height: 1%;}
.clearfix,.acc {display: block;}
/* End hide from macIE */

.st_bl{
	font-weight: bold;
	color: #003399;
}

.st_or{
	font-weight: bold;
	color: #E8340E;
}

.line
{
	border-bottom: 1px dotted #cccccc;
}
.gmenu
{
	margin: 0; 
	padding: 0;
	height: 55px;
}

.gmenu li{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 55px;
	font-size: 0;
	vertical-align: bottom;
}

.pall{
	margin: 10px 0 0 20px;
	padding: 0;
}

.cap
{
	font-weight: normal;
}

.newpdt
{
	font-weight: bold;
	color: #ff6600;
}


.kome{
	font-size: 90%;
	line-height:1.6em;
	color: #555;
}
.kome2{
  text-indent: 0 !important;
	font-size: 75%;
	line-height:1.4em;
	color: #555;
}

.flex2{ display:flex; justify-content:space-between; }
.flex2 > div{ width:48%; }

.banner{
	margin: 15px 0;
}
.f90 {font-size: 90%; }
.f85 {font-size: 85%; }
.f110 {font-size: 110%; }
.f150 {font-size: 150%; }
.tar {text-align: right !important;}
.tac{ text-align: center !important;}
.fb{  font-weight: bold !important;}
.fl{ float: left;}
.fr{ float: right;}

dl{ font-size: 80%; color: #333; }
dt,dd{ line-height: 1.5; margin-bottom: 5px; }
dt{ float: left; }
dd{ margin-left: 1.2em; }

a.alpha{ transition: all .3s; display: block; }
a.alpha:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  transform:translate(3px,0);
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    font-size: 70%;
}
 
sup {
    bottom: 1.4ex;
}
 
sub {
    top: .5ex;
}

/* margin-top */
.mt0{margin-top: 0 !important;}
.mt1{margin-top: 1px;}
.mt2{margin-top: 2px;}
.mt3{margin-top: 3px;}
.mt4{margin-top: 4px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
.mt60{margin-top: 60px !important;}

/* margin-right */
.mr1{margin-right: 1px;}
.mr2{margin-right: 2px;}
.mr3{margin-right: 3px;}
.mr4{margin-right: 4px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}

/* margin-bottom */
.mb1{margin-bottom: 1px;}
.mb2{margin-bottom: 2px;}
.mb3{margin-bottom: 3px;}
.mb4{margin-bottom: 4px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px !important;}
.mb50{margin-bottom: 50px !important;}

/* margin-left */
.ml1{margin-left: 1px;}
.ml2{margin-left: 2px;}
.ml3{margin-left: 3px;}
.ml4{margin-left: 4px;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}

/* padding-top */
.pt1{padding-top: 1px;}
.pt2{padding-top: 2px;}
.pt3{padding-top: 3px;}
.pt4{padding-top: 4px;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt40{padding-top: 40px;}

/* padding-right */
.pr1{padding-right: 1px;}
.pr2{padding-right: 2px;}
.pr3{padding-right: 3px;}
.pr4{padding-right: 4px;}
.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}

/* padding-bottom */
.pb1{padding-bottom: 1px;}
.pb2{padding-bottom: 2px;}
.pb3{padding-bottom: 3px;}
.pb4{padding-bottom: 4px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}

/* padding-left */
.pl1{padding-left: 1px;}
.pl2{padding-left: 2px;}
.pl3{padding-left: 3px;}
.pl4{padding-left: 4px;}
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pl30{padding-left: 30px;}
.pl40{padding-left: 40px;}

/* padding */
.pg1{padding: 1px;}
.pg2{padding: 2px;}
.pg3{padding: 3px;}
.pg4{padding: 4px;}
.pg5{padding: 5px;}
.pg10{padding: 10px;}
.pg15{padding: 15px;}
.pg20{padding: 20px;}
.pg30{padding: 30px;}
.pg40{padding: 40px;}

.line {
	border-bottom: 1px dotted #1F88CC; }

#errorMessage {
position: relative;
font-size: 12px;
color: #999999;
line-height: 1.4em;
margin-bottom: 30px;
}