
/*====ページ全体
==========================================================*/

#ContentsArea{ font-family: Noto Sans,Noto Sans JP, Meiryo, 'Osaka', sans-serif; }
body {
	width: 100%;
  background: #faf8f0;
}
.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 auto; padding:0;max-width: 1920px; background: url(mainbg.webp) repeat-y center top #f0f0f0; }
#ContentsArea {
	margin:0 auto;
	overflow: hidden;
  position: relative;
}
#content:before {
  content: ""; width: 1100px; height: 100%; position: absolute; left: calc(50% - 550px); top: 0;
}
#ContentsArea img{ max-width: 100%; height: auto; }
#content { margin: 0 auto; position: relative; font-weight: 400; padding:0 0; color:#3c3c3c; font-size:17px;}



header,.header_bg,footer {
    z-index: 10; position: relative;
}
#mainbg{ position:absolute; left:50%; transform: translateX(-50%); top:0; max-width: 1920px; width:100%; height:100vh; z-index:-1;   }


.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;
}
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: #fff; padding: 10px 0 5px; position: relative; z-index: 4; }
.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; }


#top_cm { max-width:1000px; margin:0 auto; position:relative; z-index:2; }
#top_cm div {
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: 13em;
  padding: 5px 2px 5px 0px;
  font-size:85%;
  color: #000;
  background-color: hsla(0,0%,100%,0.80);
  position:absolute;
  right: 0;
  top: 0;
}


#MainImgArea {
  margin: 0 auto;
  position: relative;
  text-align: left;
  box-sizing:border-box;
  width: 1920px;
  left: calc(50% - 960px);
}
#MainImgArea::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 1115px; background: url(mainimgbg.webp) no-repeat center top; z-index: 0; background-size: 100% auto; }
#MainImgArea .shoulder{  position: absolute; left: calc(50% - 960px); top: 10px; width: 1921px; z-index: 2; }
#MainImgArea #mainimg{ display: flex; position: relative; justify-content: flex-end; }
#MainImgArea #mainttxt{ padding: 8em 3em; width: 590px; background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,.7), rgba(0,0,0,1)); position: relative;  }
#MainImgArea #mainttxt:before{ content: ""; pointer-events: none; position: absolute; left: 1em; top: 0; width: 1600px; height: calc(100% - 4em); border: 1px solid #ccc; border-width: 0 0 1px 1px; clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px));}
#MainImgArea #mainttxt:after{ content: ""; pointer-events: none; position: absolute; left: 1em; top: calc(100% - 4em - 20px); width: 28px; height: 1px; background: #ccc; transform-origin: left center; transform: rotate(45deg);}
#MainImgArea #mainttxt h1{ position:relative; margin:0 auto; }
#MainImgArea #mainttxt  .mainline{ margin:3em auto; text-align: center;}
#MainImgArea .read{
  margin: 0 auto;
  font-weight: 600;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
#MainImgArea .read p{ font-size: 120%; line-height: 2;  margin: 2rem auto; box-sizing:border-box; position: relative; z-index: 2; color: #fff;}

#MainImgArea #mainph{ margin-top: 3em; max-width: 820px; /*width: 42.68%;*/ padding-bottom: 5em; }
#MainImgArea #mainph .mainph_txt{ color: #231815; border-left: 4px solid #871225; padding-left: 1em; margin: 2em; }
#MainImgArea #mainph .mainph_txt .name{ margin-top: .3em; font-weight: 600; font-size: 125%;}
#MainImgArea #mainph .mainph_txt .name span{ font-size: 85%;}
#MainImgArea #mainph .mainph_txt h3{ margin: 1.5em 0 .3em; background: #871225; color: #fff; display: inline-block; padding: 0 1em; font-weight: 600; font-size: 90%; }
#MainImgArea #mainph .mainph_txt .pro{ font-size: 90%; max-width: 500px; text-align: left;
  text-align: justify;
  text-justify: inter-ideograph; }

.w1440{ display: none;}
@media screen and (max-width: 1439px) {
  #MainImgArea { width: 1440px; left: calc(50% - 720px); }
  #MainImgArea .shoulder{  left: calc(50% - 982px); }
  #MainImgArea #mainph { width: 615px;}
  #MainImgArea #mainph .mainph_txt { width: 380px;}
  .w1440{ display: block;}
}
@media screen and (max-width: 1130px) {
  #MainImgArea .shoulder{  left: calc(50% - 850px); }
  #MainImgArea #mainttxt{ padding: 8em 3em; width: 450px;  }
  #MainImgArea .read p { font-size: 110%; }
  #MainImgArea #mainph img { width: 50vw;}
  #MainImgArea #mainph .mainph_txt { width: 32vw;}
  #MainImgArea{ font-size: 1.5vw; }
}





/*====コンテンツサイズ
==========================================================*/

a.linkBtn {
  display: block;
  margin: 30px auto 20px;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 840px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow:0 0 10px #aaa;
  background: #0a1d37;
  position: relative;
}
a.linkBtn:before{ content: "";position: absolute; left: 5px; top: 5px; display: block;  border: 1px solid #fff; width: 828px; height: 104px; opacity:0.5; }
a.linkBtn:hover{
  background: #003366;
  border-color: #fff;
  box-shadow:0 0 0 #ccc;
  transform: translateX(5px);
}
#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: 0 auto 5em;
	padding: 0 0 2em;
	max-width: 1000px;
  background: #fff;
}
.Account::before,.Account::after{
  content: "";
  position: absolute;
  left: calc(50% - 546px);
  top: 1em;
  width: 1px;
  height: calc(100% - 1em);
  background: #871225;
  z-index: 5;
}
.Account::after{ left: auto; right: calc(50% - 546px);}
.Account:first-child{  }

.Account h2{
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-size: 160%;
  box-sizing: border-box;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  font-weight: 600;
  z-index:4;
  color: #871225;
  text-align: center;
  height: 186px;
  display: flex;
  align-items: center;
  justify-content: center
}
.Account h2:before,.Account h2:after{
  content: "";
  background: url(h2_bg.webp) no-repeat center center;
  width: 607px; height: 100%; position: absolute; top: 0; left: calc(50% - 960px);
}
.Account h2::before{ background-image: url(h2_bg2.webp);width: 1920px;}

.Account h2 span{ position:relative; z-index: 2; background: url(h2_line.webp) no-repeat top center, url(h2_line_b.webp) no-repeat bottom center; width: 821px; margin: 0 auto; padding: 0; display: block; height: 80%; display: flex; align-items: center; justify-content: center;}
.Account h2 span::before{ content: ""; position: absolute; left: 100%; top: 50%; width: 500px; height: 1px; background: #871225;}

.Account h2.rev:after{ left: auto; right: calc(50% - 960px); transform: scaleX(-1); }
.Account h2.rev span::before{ left: auto; right: 100%; }


section.ph{ margin: 6em auto; text-align: center;}

.phimg{ position:relative; left:calc(50% - 960px); width:1920px; margin:3em 0; text-align:center; background-color:#00205f; }

@media screen and (max-width: 1024px) {
  .Account h2{ height: 150px;}
}

.contact-logo{ display: flex; align-items: center; gap: 2em; justify-content: space-between; padding: 0 !important; }
.contact-logo__txt{ text-align: left; }




.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; padding: 0 0 .1em; width: 90%; border:2px solid #0E5CCC; overflow:hidden; }
.Account.type2 h3{ background-color:#0E5CCC; color:#fff; font-size: 130%; margin:0; padding:.5em 1.5em;}
.Account.type2 h3 b{ font-size:130%; display:block; }
.Account.type2 .txt{ padding: 1em 1.5em; margin: 0 auto; max-width: 800px;} 
.Account.type2 .txt p{ text-indent:0; margin-bottom:.5em; line-height:2; }


.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 0;
	font-size: 110%;
	position: relative;
  width: 90%;
  max-width: 820px;
	
}
.acc > p{
  line-height: 2;
  text-indent: 1em;
  text-align: justify;
  text-justify:inter-ideograph;
  margin:0 auto 15px;
  font-size: 90%;
}
.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{ text-indent: 0; font-weight: 600; position: relative; font-size: 95%; line-height: 1.6; margin: 1em auto .5em; padding-bottom: .6em; }
.acc .st:before{ content: ""; display: inline-block; width: 2em; height: 1px; background-color: #000; margin: -3px .2em 0 0; vertical-align: middle; }
.acc p.user b{  display: inline-block; position: relative; margin-right: 1em; padding: 0; line-height: 1.6; text-indent: 0 !important; font-weight:bold; color: #871225;  }
.acc p.user b:before{ }
.acc p.user{ text-indent: 0; }

.acc > ul li{ margin:.5em 0; }


.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;  width: 900px; margin: 50px auto 0; font-weight: bold; padding-bottom: 50px;  }

.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: 2em auto;
  max-width: 700px;
  z-index: 3;
}
.photoW.L .txt .name span{ color:#835d6a; }
.photoW.R .txt .name span{ color:#2b4a67; }
.photoW.R .txt > div{ transform:translateX(10%); }

.photoW > div{  }
.photoW .ph{  }
.photoW .txt{ display:flex; align-items:center; justify-content:center; margin-top:1em; gap:1.5rem; }
.photoW .txt .name{ font-weight: 600; line-height: 1.6; font-size: 100%; }
.photoW .txt .name span{ font-size: 120%; }
.photoW .txt p:not(.name){ border-right:1px solid #000; padding-right:1.5rem; font-size:70%; }

.acc.type2{  width:60%; margin-left:5%; }
.acc.type3{  width:60%; margin-left:35%; padding-top:7em; }

.photo {
  display: block;
  margin:3em auto;
  vertical-align: top;
  z-index: 4;
  font-size: 70%;
  text-align: center;
  max-width: 700px;
  position: relative;
}
.photo img{ max-width: 100%; height: auto;  }
.photo .name{ font-weight: normal; line-height: 1.6; margin-top:.5em; }
.photo .name strong{ font-weight: normal;  }
.photo .name span{ font-size: 120%; font-weight: normal; }
.photo.R{ float:right; margin:0 -12em 2em 2em; }
.photo.L{ float:left; margin:0 -7em 2em 0; text-align:left; }
.photo.L img{ transform:translateX(-10em); }
.photo.L .name{  }

.ph{ position:relative; }
.ph img{ position:relative; z-index:1; }
.ph:before{ content: ""; left: 50%; top: 50%; transform: translate(-50%,-50%); position:absolute; width:1920px; height:1300px; background:url(figbg.webp) no-repeat center center; background-size:100% 100%; }

.logo{ background:#fff; border-radius:1rem; padding:2rem 4rem 3rem; width:90%; margin: 0 auto; box-sizing:border-box; text-align:center; }
.logo h3{ font-size:100%; margin:1rem auto 2.5rem; letter-spacing:0.1em; }
.logo ul{ display:flex; align-items:center; justify-content:space-between; gap:4rem; box-sizing:border-box; padding:0; }
.logo ul li{ width:20%; }
.logo ul li.uniadex{ width:38%; }
.logo ul li.ctc{ width:23%; }


@media screen and (max-width: 1920px) { 
  
}
@media screen and (max-width: 1300px) { 
  .acc.type2{  width:50%; }
  .acc.type3{  width:50%; margin-left:45%; padding-top:3em; }
}

.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{
  margin: 2em auto;
}
.fig.ph{  }
.fig.R{ float: right; margin:10px 0 15px 25px; }
.fig a img:hover{ opacity:0.7; }
.fig .figimg{
  position: relative;
  margin: 0 auto;
}

.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: 1em auto; text-align:center; }
.fig .figtxt{
  font-size: 75%;
  line-height: 1.6em;
  margin: 0 auto;
  color: #000;
  display: flex;
  justify-content: center;
  padding: 1em 0;
}
.fig h3{
  margin-bottom: 1em;
  line-height: 1.4;
  text-align: left;
  padding: .5em 1em;
  font-size: 100%;
  position: relative;
  overflow: hidden;
  background: #871225;
  color: #fff;
  font-weight: 600;

}
.fig h3 b{ position:relative; z-index:2; display:block; padding:0 1em; font-weight: 600;}
.fig h3 b span{ font-size:80%; }

.fig .figtxt p{ text-indent: 0; text-align: left;}


#footimg{ height:600px; }

.footArea{
  margin: 4em auto 6em;
  padding: 0;
  font-size: 100%;
  width: 90%;
  text-align: center;
  box-sizing: border-box;
  max-width: 900px;
  position: relative;
  z-index: 2;
  display: block;
  color: #000;
}
.footArea:before{
  content: "";
  
}

.footArea h2{
  margin: 0 auto 1.5em;
  font-size: 90%;
  padding: .3em 0 .4em;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  background: #871225;
  color: #fff;
}
.footArea h3{padding-bottom: 1em; text-align: center; border-bottom: 2px solid #fff; font-size: 90%; font-weight: 600;  margin:0 auto 1em; display:inline-block; color: #fff;  }
.footArea p{ font-size: 100%; margin:.5em 0; }
.footArea p b{ font-size:130%; font-weight:600; }
.footArea a{ color:#871225; }
.footArea > div{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  line-height: 1.6;
  padding: 3em 0;
}
.footArea .fin{ width:70%; margin:0 auto; }


.link-area{ 
  text-align: center;
  margin: 3em auto; position:relative; padding: 2.5em 0; z-index:1; max-width:1000px; }
.link-area:before{ content: ""; left: 50%; top: 0; transform: translateX(-50%); position:absolute; width:120%; height:100%; background:#00AFA5;
  background: linear-gradient(90deg,  #871225, #540a18);
  border-radius: 1em; } 
.link-area > div{ position:relative; }
.link-area .linkArea{  }


.linkArea {
	padding:0;
  margin: 0;
	list-style:none;
  font-size: 90%;
}
.linkArea li{
	
}
.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;
  font-size: 100%;
  color: #fff;
}
.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: #f63e27;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 1em auto;
  max-width: 400px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 1em;
  font-size: 120%;
  position: relative;
  position: relative;
  transition: .3s;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
}
a.link-btn:hover{ background: #feb72c; transform:translateY(2px); box-shadow:none; }
a.link-btn::before, a.link-btn::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: 2em;
  height: 2em;
  border-radius: 2em;
  border: 1px solid #fff;
  right: 1em;
}
a.link-btn::after{
  right: 1.75em;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #ffffff;
}

dt,dd{ line-height:1.6; margin-bottom:.5em; }
dt {
  float: left;
  width: 6em; text-align: center;
  background-color: #00F0FF;
  font-size: 90%; font-weight: bold;
}
dd {
 margin-left: 6.5em;
}
dl ul{ padding:0; margin:0; }
dl ul li{ margin-bottom:.5em; padding:0; }
dl ul span{ font-size:90%; }
dl ul b{ font-size:110%; font-weight:normal; display:inline-block; margin:0 .1em 0 .3em; }



/* 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;background:
}
.PageTop a{ background-color: #000; 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, #871225, #871225); 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% !important;
	line-height:1.6em !important;
	color: #555 !important;
  text-indent: 0 !important;
}
.kome2{
	font-size: 75% !important;
	line-height:1.4em !important;
	color: #555 !important;
  text-indent: 0 !important;
}

.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;}


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;