@charset "utf-8";
/* --------------------------------------------
	common.css
-------------------------------------------- */
* {
  font-family: "UD Shin Go NT Regular", sans-serif;
}
html,
body {
  background: #fff;
  min-width: 1024px;
}
html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #000;
  font-size: small;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "UD Shin Go NT Regular", sans-serif;
  word-break: normal;
  word-wrap: break-word;
  font-feature-settings: 'pkna' on, 'palt' on;
}
html > body {
  height: auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
p,
ul,
dl,
dd {
  margin: 0;
}
ul {
  padding: 0;
  list-style: none;
}
ol {
  padding: 0 0 0 1.6em;
}
ol li {
  padding: 0 0 15px;
}
a:link {
  color: #11428F;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
a:visited {
  color: #11428F;
  text-decoration: none;
}
a:active {
  color: #048F83;
  text-decoration: none;
}
a:hover {
  color: #048F83;
  text-decoration: none;
}
em {
  font-style: normal;
}
hr {
  display: none;
}
img {
  display: inline;
  vertical-align: top;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
a:hover > img {
  opacity: .7;
}
span.newmark {
  display: none;
  color: #ff6600;
  padding: 0 0.25em 0 0;
}

/* --------------------------------------------
	parts
-------------------------------------------- */
.pddT5 {
  padding-top: 5px!important;
}
.pddT10 {
  padding-top: 10px!important;
}
.pddT15 {
  padding-top: 15px!important;
}
.pddT20 {
  padding-top: 20px!important;
}
.pddB5 {
  padding-bottom: 5px!important;
}
.pddB10 {
  padding-bottom: 10px!important;
}
.pddB15 {
  padding-bottom: 15px!important;
}
.pddB20 {
  padding-bottom: 20px!important;
}
.pddB60 {
  padding-bottom: 60px!important;
}
.mrgT5 {
  padding-top: 5px!important;
}
.mrgT10 {
  padding-top: 10px!important;
}
.mrgT15 {
  padding-top: 15px!important;
}
.mrgT20 {
  padding-top: 20px!important;
}
.mrgB5 {
  padding-bottom: 5px!important;
}
.mrgB10 {
  padding-bottom: 10px!important;
}
.mrgB15 {
  padding-bottom: 15px!important;
}
.mrgB20 {
  padding-bottom: 20px!important;
}
.mrgB60 {
  padding-bottom: 60px!important;
}
.txtR {
  text-align: right!important;
}
.txtC {
  text-align: center!important;
}
.txtL {
  text-align: left!important;
}
.txtDef {
  font-size: 1.05em!important;
}
.txtGray {
  color: #66757B;
}
.txtCaution {
  color: #ff0000;
}
.txtTyp1 {
  color: #ff9900;
}
.txtTyp2 {
  color: #66cc00;
}
.ttlL {
  padding: 12px 0 20px;
  margin: 0;
  font-size: 1.75rem;
  border-top: 3px solid #999999;
  line-height: 1.4;
}
.ttlM {
  padding: 11px 0 15px;
  margin: 25px 0 0;
  font-size: 1.25rem;
  border-top: 3px solid #cccccc;
  line-height: 1.4;
}
.ttlS {
  padding: 12px 0 20px;
  margin: 0;
  font-size: 1.125rem;
  border-top: 1px solid #cccccc;
  line-height: 1.4;
}
.textIndent {
  padding-left: 1em;
  text-indent: -1em;
}
.indntL {
  padding: 0 0 15px 82px;
}
.btn a,
input.btn {
  display: inline-block;
  background: #1a347f;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  font-size: 1rem;
  position: relative;
  transition: background 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.btn a:visited,
input.btn:visited {
  background: #1a347f;
}
.btn a:active,
input.btn:active {
  background: #048F83;
}
.btn a:hover,
input.btn:hover {
  background: #048F83;
}
.btn a .icon-next,
input.btn .icon-next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -4px 0 0;
  font-size: 0.75rem;
}
.btnLnk a,
input.btnLnk {
  display: inline-block;
  background: #1a347f;
  padding: 20px 35px 20px 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.1;
  font-size: 1.48em;
  position: relative;
}
.btnLnk a:visited,
input.btnLnk:visited {
  background: #1a347f;
}
.btnLnk a:active,
input.btnLnk:active {
  background: #186cb2;
}
.btnLnk a:hover,
input.btnLnk:hover {
  background: #32b0a4;
}
.btnLnk a .icon-next,
input.btnLnk .icon-next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -4px 0 0;
  font-size: 0.75rem;
}
a + .icon-next {
  margin: 0 0 0 5px;
  color: #1a347f;
  font-size: 0.75rem;
}
.lstDisc {
  padding: 0 0 15px;
}
.lstDisc li {
  padding: 0 0 15px 18px;
  line-height: 1.4;
}
.lstDisc li:before {
  content: "";
  display: inline-block;
  background: #999999;
  width: 0.4em;
  height: 0.4em;
  margin: 0 8px 0 -14px;
  border-radius: 0.2em;
  vertical-align: middle;
}
.contentsBox {
  border-top: 3px solid #999999;
 margin-bottom: 20px;
}
.contentsBox .ttl {
  padding: 12px 0 20px;
  margin: 0;
  font-size: 1.75rem;
  line-height: calc(43.95 / 28);
  letter-spacing: 0.05em;
}
.contentsBox dd.ph {
  float: left;
}
.contentsBox dd.ph + dd {
  padding: 0 0 25px 468px;
}
.main p.txtInfoL {
  padding: 125px 0;
  text-align: center;
  color: #66757B;
  font-size: 2.3em;
}
/* --------------------------------------------
	header
-------------------------------------------- */
/*.globalHead {*/
/*  border-bottom: 5px solid #1a347f;*/
/*}*/
/*.headInfo {*/
/*  width: 960px;*/
/*  padding: 0 0 14px;*/
/*  margin: 0 auto;*/
/*  zoom: 1;*/
/*}*/
/*.headInfo:after {*/
/*  content: "";*/
/*  display: block;*/
/*  overflow: hidden;*/
/*  clear: both;*/
/*}*/
/*.headInfo .logo {*/
/*  float: left;*/
/*  width: 220px;*/
/*  margin: 20px 0 0;*/
/*  text-align: left;*/
/*}*/
/*.headInfo .logo img {*/
/*  margin: 0 0 0 12px;*/
/*}*/
/*.headInfo .fields {*/
/*  display: inline-block;*/
/*  float: left;*/
/*  padding: 8px 15px;*/
/*  margin: 40px 0 0;*/
/*  border-right: 1px solid #e0e0e0;*/
/*  border-left: 1px solid #e0e0e0;*/
/*  font-size: 1.48em;*/
/*  font-weight: normal;*/
/*}*/
/*.headInfo ul {*/
/*  float: right;*/
/*  margin: 40px 0 0;*/
/*}*/
/*.headInfo ul .en {*/
/*  display: inline-block;*/
/*  margin: 0 30px 0 0;*/
/*}*/
/*.headInfo ul .access {*/
/*  display: inline-block;*/
/*  width: 160px;*/
/*}*/
/*.headInfo ul .access a {*/
/*  display: block;*/
/*  padding: 12px 15px;*/
/*  font-size: 1.2em;*/
/*}*/
/*.globalNav {*/
/*  background: #f5f5f5;*/
/*}*/
/*.globalNav ul {*/
/*  display: table;*/
/*  width: 960px;*/
/*  margin: 0 auto;*/
/*  font-size: 1.48em;*/
/*  line-height: 1.2;*/
/*}*/
/*.globalNav ul li {*/
/*  display: table-cell;*/
/*  width: 20%;*/
/*  padding: 0 1px 0 0;*/
/*  position: relative;*/
/*}*/
/*.globalNav ul li:before {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  background: #e0e0e0;*/
/*  width: 1px;*/
/*  height: 1.5em;*/
/*  margin: -0.75em 0 0;*/
/*  position: absolute;*/
/*  left: -1px;*/
/*  top: 50%;*/
/*}*/
/*.globalNav ul li:nth-last-child(1):after {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  background: #e0e0e0;*/
/*  width: 1px;*/
/*  height: 1.5em;*/
/*  margin: -0.75em 0 0;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 50%;*/
/*}*/
/*.globalNav ul a {*/
/*  display: block;*/
/*  padding: 20px 0;*/
/*  text-decoration: none;*/
/*}*/
/*.globalNav ul a:hover {*/
/*  background: #4da4ef;*/
/*  color: #fff;*/
/*}*/
/*.bdAbout .globalNav .navAbout a,*/
/*.bdService .globalNav .navCompany a,*/
/*.bdStaff .globalNav .navStaff a,*/
/*.bdPatent .globalNav .navPatent a,*/
/*.bdRecruit .globalNav .navRecruit a {*/
/*  background: #183281;*/
/*  color: #fff;*/
/*}*/
/* --------------------------------------------
	contents
-------------------------------------------- */
.contents {
  text-align: left;
}
.mainTitle {
  text-align: left;
  padding: 40px 0 40px;
  background-color: #f5f5f5;
  width: 100%;
}

.mainTitle .mainTitleHeading {
  font-size: 1.5rem;
  line-height: calc(38 / 24);
  letter-spacing: 0.05em;
  width: 960px;
  margin: 0 auto;
}
.leadArea {
  background-color: #f5f5f5;
  padding: 0 0 48px;
  font-size: 0.875rem;
  line-height: calc(24/14);
  margin: -15px auto 0;
}
.leadArea span {
  display: block;
  width: 960px;
  margin: 0 auto;
}
.main {
  width: 960px;
  min-height: 400px;
  padding: 60px 0 0;
  margin: 0 auto;
  font-size: 1.05em;
  line-height: 1.8;
}
.bdAbout .main,
.bdStaff .main {
  padding: 0;
}
.main p {
  padding: 0 0 15px;
}

/*Service*/
.bdService .main {
 padding-top: 42px;
}
.bdService .main p {
  padding-bottom: 12px;
}
.bdService .contentsBox {
  margin-bottom: 54px;
}
.bdService .contentsBox .contentsExcept {
  margin-bottom: 4px;
}
.bdService .contentsBox .contentTxt{
  font-size: 1rem;
}
.bdService .contentsBox .ttl {
  padding-top: 17px;
  padding-bottom: 23px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}
.bdService .contentsBox dd p {
  font-size: 1rem;
  line-height: calc(40 / 16);
  letter-spacing: 0.05em;
}
.bdService .contentsBox dd .ttl_sub {
  font-size: 1.25rem;
  line-height: calc(32 / 16);
  letter-spacing: 0.05em;
}
.bdService .lstDisc li {
  position: relative;
  font-size: 1rem;
  line-height: calc(28 / 16);
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  padding-left: 24px;
}
.bdService .lstDisc li:before {
  position: absolute;
  background: #000;
  width: 4px;
  height: 4px;
  top: 12px;
  left: 24px;
  border-radius: 50%;
}
.bdService .contentsBox .blc_L{
 width: 468px;
 float: left;
 margin-right: 24px;
}
.bdService .contentsBox .blc_R{
 width: 468px;
 float: left;
}

.ttl_sub{
 font-size: 1.5rem;
}

.bdService .contentsBox dd.ph{
 float: right;
}

/* --------------------------------------------
	footer
-------------------------------------------- */
.footer {
  background: #f5f5f5;
  text-align: left;
}
.footer a:hover {
  text-decoration: none!important;
}
.footer .footInner {
  width: 960px;
  padding: 33px 0 40px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}
.footer .footInner:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.footer address {
  float: left;
  width: 64%;
  font-style: normal;
  font-size: 0.75rem;
  line-height: calc(24 / 12);
  letter-spacing: 0.05em;
  color: #66757B;
  margin-top: 3px;
}
.footer address em {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 6px;
}
.footer address a {
  display: inline-block;
  margin-left: 4px;
}
.footer address .addressInfo {
  display: flex;
  margin-top: 4px;
}
footer address .addressInfo li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
}
footer address .addressInfo li + li {
  padding-left: 17px;
}
footer address .addressInfo li + li::before {
  position: absolute;
  left: 6px;
  top: 50%;
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background-color: #66757B;
  transform: rotate(30deg) translateY(-50%);
}
.footer .companyInfo {
  float: right;
  width: 35%;
  text-align: right;
  color: #66757B;
  font-size: 0.6875rem;
  line-height: calc(13/11);
}
.footer .companyInfo em {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}
.footer .companyInfo ul {
  margin: 0 0 9px;
}
.footer .companyInfo li {
  position: relative;
  display: inline-block;
}
.footer .companyInfo li + li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: #ccc;
}
.footer .companyInfo li:not(:first-child) {
  padding-left: 16px;
}
.footer .companyInfo li:not(:last-child) {
  padding-right: 12px;
}
.footer .companyInfo li:nth-last-child(1) {
  border: none;
}
.footer .companyInfo li a {
  font-size: 0.75rem;
  line-height: calc(24 / 12);
  color: #11428f;
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.footer .companyInfo li a:hover {
  color: #048F83;
}
.footer .pagetop {
  width: 960px;
  position: fixed;
  bottom: 0;
  text-align: right;
}
.footer .pagetop a {
  display: inline-block;
  background: #5a6ba4;
  width: 80px;
  height: 38px;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem;
  position: relative;
}
.footer .pagetop a:hover {
  background: #4da4ee;
  text-decoration: underline;
}
.footer .pagetop a .icon-top {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}
/* --------------------------------------------
	bdAbout
-------------------------------------------- */
.bdAbout .pageLink {
  background: #fff;
  padding: 22px 0 19px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.bdAbout .pageLink li {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  padding-right: 23px;
}
.bdAbout .pageLink li + li {
  padding-left: 24px;
  border-left: 1px solid #cccccc;
}
.bdAbout .pageLink li a {
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.bdAbout .pageLink li a:hover {
  color: #048F83;
}
.bdAbout .page
.bdAbout .pageLink.fixed {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.bdAbout .main {
  width: 100%;
}
.bdAbout h2 {
  margin: 0;
}
.bdAbout h2 em {
  display: block;
  /*padding: 0 0 5px;*/
  font-size: 1.875rem;
}
.bdAbout h2 span {
  font-size: 1rem;
  color: #32b0a4;
}
.bdAbout #Philosophy {
  background: #185c95;
  padding: 0 0 99px;
  overflow: hidden;
  background-image: url(/images/about/bg_philosophy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bdAbout #Philosophy .inner {
  display: grid;
  grid-template-columns: 164px calc(100% - 164px);
  grid-template-rows: auto;
  width: 960px;
  margin: 0 auto;
  padding-top: 78px;
}
.bdAbout #Philosophy h2 {
  grid-column: 1/2;
  grid-row: 1/2;
  color: #fff;
  position: absolute;
}
.bdAbout #Philosophy h2 em {
  display: block;
  font-size: 1.875rem;
}
.bdAbout #Philosophy h2 span {
  display: block;
  font-size: 1rem;
  color: #32b0a4;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}
.bdAbout #Philosophy .paragraph {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 632px;
  padding-top: 6px;
}
.bdAbout #Philosophy .paragraph p{
  padding: 0;
  font-size: 1rem;
  line-height: calc(40 / 16);
  letter-spacing: 0.05em;
  color: #fff;
}
.bdAbout #Philosophy .paragraph p:not(.txtR) + p {
  margin-top: 1em;
}
.bdAbout #Philosophy .paragraph-inner {
  margin-top: 24px;
}
.bdAbout #Philosophy .paragraph .paragraph-small {
  font-size: 0.875rem;
}
.bdAbout #Philosophy .paragraph p.txtR + p {
  margin-top: 3px;
}
.bdAbout #MissionArea {
  display: block;
  height: 30px;
  margin-top: -30px;
  padding: 30px;
}
.bdAbout #Mission {
  background: #ffffff url(/images/about/bg_company.svg)repeat-x 43.7% 100%;
  padding: 122px 0;
  min-height: 216px;
}
.bdAbout #Mission .inner{
  display: grid;
  grid-template-columns: 164px calc(100% - 164px);
  grid-template-rows: auto;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.bdAbout #Mission h2 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.bdAbout #Mission h2 em {
  display: block;
  font-size: 1.875rem;
}
.bdAbout #Mission h2 span {
  display: block;
  font-size: 1rem;
  color: #32b0a4;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}
.bdAbout #Mission .paragraph{
  grid-column: 2/3;
  grid-row: 1/2;
  padding-top: 3px;
}
.bdAbout #Mission .paragraph strong{
  font-size: 1.75rem;
  line-height: calc(42/28);
  letter-spacing: 0.05em;
}
.bdAbout #Mission .paragraph .textS {
  margin-top: 16px;
  font-size: 0.875rem;
}
.bdAbout #PrinciplesArea {
  display: block;
  background: url(/images/bg_principlesarea.png) repeat-x 0 100%;
  height: 30px;
  margin-top: -30px;
  padding-top: 30px;
}
.bdAbout #Principles {
  background: #eeeeee;
  padding: 30px 0 92px;
}
.bdAbout #Principles .inner {
  display: grid;
  grid-template-columns: 164px calc(100% - 164px);
  grid-template-rows: auto auto;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  padding-top: 22px;
}
.bdAbout #Principles h2 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.bdAbout #Principles h2 em {
  display: block;
  font-size: 1.875rem;
}
.bdAbout #Principles h2 span {
  display: block;
  font-size: 1rem;
  color: #32b0a4;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
}
.bdAbout #Principles ol {
  grid-column: 1/3;
  grid-row: 2/3;
  padding: 0;
  margin: 48px auto 0;
  zoom: 1;
  counter-reset: li;
}
.bdAbout #Principles ol:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.bdAbout #Principles ol li {
  float: left;
  width: 378px;
  min-height: 120px;
  margin: 0 0 0 75px;
  position: relative;
  border-left: 1px solid #cccccc;
  list-style: none;
  padding-bottom: 6px;
}
.bdAbout #Principles ol li:nth-child(n+3) {
  margin-top: 44px;
}
.bdAbout #Principles ol li:before {
  content: counter(li);
  counter-increment: li;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
  display: block;
  position: absolute;
  top: -32px;
  left: -56px;
  color: #32b0a4;
  font-size: 4rem;
}
.bdAbout #Principles ol li:nth-of-type(odd) {
  clear: left;
  float: left;
  margin-right: 38px;
}
.bdAbout #Principles ol li em {
  display: block;
  margin: -3px 0 11px 16px;
  font-size: 1.25rem;
  line-height: calc(32 / 20);
  letter-spacing: 0.05em;
  min-height: 64px;
}
.bdAbout #Principles ol li p {
  padding: 0;
  margin: 0 0 0 16px;
  color: #66757B;
  line-height: calc(24 / 14);
  font-size: 0.875rem;
}
.bdAbout #AboutArea {
  display: block;
  height: 40px;
  margin-top: -40px;
}
.bdAbout #About {
  background: #fff;
  width: 960px;
  padding: 48px 35px 48px 48px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  zoom: 1;
}
.bdAbout #About:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.bdAbout #About .logo {
  float: left;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 284px;
  height: 180px;
  margin: 0;
}
.bdAbout #About .logo img {
  width: 174px;
  height: auto;
  object-fit: contain;
}
.bdAbout #About dl {
  padding: 0 0 0 313px;
}
.bdAbout #About dt {
  margin: 0 0 12px;
}
.bdAbout #About dt em {
  display: block;
  padding: 2px 0 2px 4px;
  font-size: 1.75rem;
  line-height: calc(43.95/28);
  letter-spacing: 0.05em;
}
.bdAbout #About dd {
  font-size: 1rem;
  line-height: calc(40 / 16);
  letter-spacing: 0.05em;
  padding-left: 4px;

}
.bdAbout #About dd p {
  padding: 0;
}

.bdAbout #History {
  width: 960px;
  margin: 81px auto 58px;
  zoom: 1;
}
.bdAbout #History:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.bdAbout #History h2 {
  text-align: left;
}
.bdAbout #History .ttl {
  padding: 16px 0 40px;
}
.bdAbout #History h3 {
  border-top: 2px solid #ccc;
  padding-top: 16px;
  font-size: 1.25rem;
  margin: 0 0 17px;
  letter-spacing: 0.05em;
}
.bdAbout #History .dtl {
  float: left;
  width: 100%;
  margin: 0;
}

.bdAbout #Office {
  width: 960px;
  margin: 81px auto 80px;
  zoom: 1;
}
.bdAbout #Office:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.bdAbout #Office h2 {
  text-align: left;
}
.bdAbout #Office .ttl {
  padding: 16px 0 40px;
}
.bdAbout #Office h3 {
  border-top: 2px solid #ccc;
  padding-top: 16px;
  font-size: 1.25rem;
  margin: 0 0 17px;
  letter-spacing: 0.05em;
}
.bdAbout #Office .dtl {
  float: left;
  width: 100%;
  margin: 0;
}
.bdAbout #Office .dtlWrap {
  overflow: hidden;
}
.bdAbout #Office .dtlWrap + .dtlWrap {
  margin-top: 18px;
}
/*.bdAbout #Office dl {*/
/*  display: table;*/
/*  margin: -24px 0 0 -27px;*/
/*  border-collapse: separate;*/
/*  border-spacing: 27px;*/
/*  width: calc(100% + 54px);*/
/*}*/
/*.bdAbout #Office dl dt {*/
/*  display: table-cell;*/
/*  width: 140px;*/
/*  padding: 14px 0 0;*/
/*  border-top: 1px solid #cccccc;*/
/*  font-size: 1rem;*/
/*  letter-spacing: 0.05em;*/

/*}*/
/*.bdAbout #Office dl dd {*/
/*  display: table-cell;*/
/*  width: calc(960px - 167px);*/
/*  padding: 12px 0 0;*/
/*  border-top: 1px solid #eeeeee;*/
/*  font-size: 0.875rem;*/
/*  letter-spacing: 0.05em;*/
/*  line-height: calc(24 / 14);*/
/*}*/
.bdAbout #Office dl dd a {
  color: #1a347f;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.bdAbout #Office dl dd a:hover {
  color: #048F83;
}
.bdAbout #Office .mapArea {
  float: right;
  width: 304px;
}
.bdAbout #Office .mapWrap {
 overflow: hidden;
  height: 400px;
  width: 304px;
}
.bdAbout #Office .mapArea span a {
  display: block;
  text-align: right!important;
  font-size: 0.75rem;
  line-height: calc(24 / 12);
  text-decoration: none;
  color: #1a347f;
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  letter-spacing: 0;
}
.bdAbout #Office .mapArea span a:hover {
  color: #048F83;
}
/* --------------------------------------------
	bdStaff
-------------------------------------------- */
.bdStaff .main {
  width: 100%;
}
.bdStaff .mainTitleFigure {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
.bdStaff .mainTitleFigure::before {
  content: "";
  display: block;
  padding-top: 41.6666%;
}

.bdStaff .mainTitleFigure::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background-color: #f5f5f5;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 200px;
}
.bdStaff .mainTitleFigure img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 1;
}
.bdStaff .staffList {
  margin-top: 28px;
}
.bdStaff .staffList {
  margin-top: 28px;
}
.bdStaff .staffList li {
  padding: 62px 0 60px;
  border-top: 1px solid #f8f8f8;
  clear: both;
}
.bdStaff .staffList li:first-child {
  padding-bottom: 70px;
}
.bdStaff .staffList li:first-child {
  border: none;
}
.bdStaff .staffList li:nth-of-type(even) {
  background: #F5F5F5;
}
.bdStaff .staffList li .inner {
  width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 302px calc(100% - 326px);
  grid-template-rows: auto auto;
  column-gap: 24px;
}
.bdStaff .staffList li h2 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 302px;
  margin: -2px 0 0;
  font-size: 1rem;
  padding-bottom: 20px;
}
.bdStaff .staffList li h2 em {
  display: block;
  margin: 0;
  font-size: 2rem;
  line-height: calc(64 / 32);
}
.bdStaff .staffList li h2 span {
  display: block;
  font-size: 1rem;
  color: #999;
  font-family: "Roboto Condensed", sans-serif;
  line-height: calc(19 / 16);
  letter-spacing: 0.03em;
}
.bdStaff .staffList li .detail {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.bdStaff .staffList li .comment {
  padding: 25px 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}
.bdStaff .staffList li .comment:before {
  content: "";
  display: block;
  background: url(/images/icon_dquotes_start.png) no-repeat 0 0;
  width: 17px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.bdStaff .staffList li .comment:after {
  content: "";
  display: block;
  background: url(/images/icon_dquotes_end.png) no-repeat 0 0;
  width: 17px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bdStaff .staffList li h3 {
  position: relative;
  top: 10px;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: end;
  color: #999;
  font-size: 0.875rem;
  font-family: "Roboto Condensed", sans-serif;
  margin: 20px 0 4px;
  letter-spacing: 0.03em;
}
.bdStaff .staffList li .btnUnit {
  position: relative;
  top: 32px;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: end;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin: 0;
  color: #11428f;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.bdStaff .staffList li .btnUnit:hover {
  color:#048F83;
}
.bdStaff .staffList li .profileArea {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  display: grid;
  grid-template-columns: 222px calc(100% - 328px);
  grid-template-rows: 1fr;
  justify-content: space-between;
}
.bdStaff .staffList li .profileAreaList {
  margin-top: 70px;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.bdStaff .staffList li .profileArea dl {
  display: table;
  margin: -24px -24px 0;
  border-collapse: separate;
  border-spacing: 24px;
}
.bdStaff .staffList li .profileArea dt {
  display: table-cell;
  width: 140px;
  padding: 16px 0 0;
  border-top: 1px solid #ccc;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.bdStaff .staffList li .profileArea dd {
  display: table-cell;
  width: 468px;
  padding: 16px 0 0;
  border-top: 1px solid #ccc;
}
.bdStaff .staffList li .profileArea dd li {
  background: none;
  padding: 0 6px 0 0;
  border: none;
  font-size: 0.875rem;
  line-height: calc(24 / 14);
  letter-spacing: 0.05em;
}
.bdStaff .staffList li .profileArea dd li + li {
  margin-top: 1px;
}
.bdStaff .staffList li .profileArea .lstDisc{
  padding-bottom: 2px;
}
.bdStaff .staffList li .profileArea .lstDisc li{
  margin-left: 23px;
}
.bdStaff .staffList li .profileArea .lstDisc li + li{
  margin-top: 5px;
}
.bdStaff .staffList li .profileArea .lstDisc li::before {
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.bdStaff .staffList li .profileAreaFirst {
  margin: -24px -24px 24px -24px;
}
.bdStaff .staffList li .profileAreaFirst dl {
  border-collapse: separate;
  border-spacing: 24px;
  display: table;
  margin: -24px 0 0;
}
.bdStaff .staffList li .profileAreaFirst dt {
  border-top: 1px solid #999;
  display: table-cell;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding: 12px 0 0;
  width: 140px;
}
.bdStaff .staffList li .profileAreaFirst dd {
  border-top: 1px solid #ccc;
  display: table-cell;
  padding: 14px 4px 0 0;
  width: 468px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.bdStaff .staffList .profileArea .profileAreaFigure {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  position: relative;
  width: 100%;
  margin: 0;
}
.bdStaff .staffList .profileArea .profileAreaFigure::before {
  content: "";
  display: block;
  padding-top: 117%;
}
.bdStaff .staffList .profileArea .profileAreaFigure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* --------------------------------------------
	bdRecruit
-------------------------------------------- */
.bdRecruit .mailto {
  padding: 125px 0;
  text-align: center;
  color: #66757B;
}
.bdRecruit .mailto a {
  font-size: 1.75rem;
}
.bdRecruit .main {
  padding: 60px 0;
}
.bdRecruit #PatentArea {
  height: 60px;
  margin-top: -45px;
  padding-top: 45px;
}
.bdRecruit #OfficeArea {
  height: 60px;
  margin-top: -39px;
  padding-top: 39px;
}
.bdRecruit .pageLink {
  background: #fff;
  padding: 20px 0;
  text-align: center;
}
.bdRecruit .pageLink li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #cccccc;
  font-size: 1.125rem;
  line-height: 1.1;
}
.bdRecruit .pageLink li:nth-of-type(1) {
  border: none;
}
.bdRecruit .pageLink.fixed {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.bdRecruit .formArea {
  width: 960px;
  padding: 0 0 50px;
  margin: 0 auto;
}
.bdRecruit .formArea .requiredentry {
  font-size: 0.7rem;
  text-align: left;
}
.bdRecruit .formArea .requiredentry:before {
  content: "";
  display: inline-block;
  background: #daad00;
  width: 1em;
  height: 1em;
  margin: 0 3px 0 0;
  vertical-align: inherit;
}
.bdRecruit .formArea #formRecruit {
  margin: -10px -24px 0;
}
.bdRecruit .formArea dl {
  display: table;
  margin: -24px -24px 0;
  border-collapse: separate;
  border-spacing: 24px;
}
.bdRecruit .formArea dt {
  display: table-cell;
  width: 304px;
  padding: 12px 0 15px;
  border-top: 1px solid #ccc;
  font-size: 1rem;
  vertical-align: top;
  text-align: right;
}
.bdRecruit .formArea dt label {
  padding: 0 10px 0 0;
  border-right: 6px solid #ccc;
  line-height: 1.1;
}
.bdRecruit .formArea dt.dtRequired {
  border-top: 1px solid #daad00;
}
.bdRecruit .formArea dt.dtRequired label {
  border-right: 6px solid #daad00;
}
.bdRecruit .formArea dd {
  display: table-cell;
  width: 632px;
  padding: 0;
  vertical-align: top;
}
.bdRecruit .formArea dd select {
  width: 100%;
  padding: 10px 12px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.bdRecruit .formArea dd input.sizeS {
  width: 200px!important;
  margin: 0 10px 0 0;
}
.bdRecruit .formArea dd.checkArea {
  padding: 15px 0 0;
}
.bdRecruit .formArea dd.checkArea input[type=radio] {
  margin: 0 4px 0 20px;
  vertical-align: middle;
}
.bdRecruit .formArea dd.checkArea input[type=radio]:first-child {
  margin: 0 4px 0 0;
}
.bdRecruit .formArea dd .note {
  color: #66757B;
}
.bdRecruit .formArea dd input[type=text],
.bdRecruit .formArea dd .bdRecruit .formArea dd input[type=email],
.bdRecruit .formArea dd .bdRecruit .formArea dd textarea {
  box-sizing: border-box;
  padding: 10px 12px;
  width: 100%;
  border: 1px solid #ccc;
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L", Arial, Helvetica, "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic sans-serif" !important;
}
.bdRecruit .formArea dd input[type=text]:focus,
.bdRecruit .formArea dd .bdRecruit .formArea dd input[type=email]:focus,
.bdRecruit .formArea dd .bdRecruit .formArea dd textarea:focus {
  border: 1px solid #4da5ef;
}
.bdRecruit .formArea p {
  text-align: center;
  font-size: 1rem;
}
.bdRecruit .formArea .btnArea {
  width: 304px;
  margin: 20px auto 25px;
  text-align: center;
  position: relative;
}
.bdRecruit .formArea .btnArea .btn {
  width: 304px;
  padding: 20px 0;
  border: none;
  font-size: 1rem;
}
.bdRecruit .formArea .btnArea .icon-next {
  margin: -0.4em 0 0;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #fff;
  cursor: pointer;
}
.bdRecruit .formArea .formError .formErrorArrowBottom {
  display: none;
}
.bdRecruit .formArea .formError .formErrorContent {
  background: none!important;
  padding: 22px 0 0;
  color: #ff0000!important;
  box-shadow: none!important;
  border: none!important;
  font-size: small!important;
  font-size: 0.93em!important;
  border-radius: 0!important;
}
.bdRecruit .dtl {
  margin: 0 -24px;
}
.bdRecruit .dtl dl {
  display: table;
  margin: -24px 0 0;
  border-collapse: separate;
  border-spacing: 24px;
}
.bdRecruit .dtl dl dt {
  display: table-cell;
  width: 140px;
  padding: 12px 0 0;
  border-top: 1px solid #cccccc;
  font-size: 1rem;
}
.bdRecruit .dtl dl dd {
  display: table-cell;
  width: 796px;
  padding: 12px 0 0;
  border-top: 1px solid #eeeeee;
}
.bdRecruit .dtl dl dd ul {
  color: #999999;
  list-style: disc outside none;
  padding: 0 0 0 1em;
}
.bdRecruit .dtl dl dd ul li {
  margin: 0 0 20px;
}
.bdRecruit .dtl dl dd ul li:last-of-type {
  margin: 0;
}
.bdRecruit .dtl dl dd ul p {
  color: #000;
  padding: 0;
}
.bdRecruit .dtl .btn {
  text-align: center;
}
.bdRecruit .dtl .btn a {
  width: 300px;
  padding: 20px 0;
  font-size: 1.25rem;
  line-height: 1.1;
}
/* --------------------------------------------
	bdInquiry
-------------------------------------------- */
/*.bdInquiry .mailto {*/
/*  padding: 125px 0;*/
/*  text-align: center;*/
/*  color: #66757B;*/
/*}*/
/*.bdInquiry .mailto a {*/
/*  font-size: 2.3em;*/
/*}*/
.bdInquiry .main {
  padding-top: 32px;
  padding-bottom: 60px;
}
.bdInquiry .formArea {
  width: 960px;
  margin: 0 auto;
}
.bdInquiry .formArea .requiredentry {
  margin: 0 0 26px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: left;
}
.bdInquiry .formArea .requiredentry:before {
  content: "";
  display: inline-block;
  background: #32b0a4;
  width: 1em;
  height: 1px;
  margin: 0 3px 0 0;
  vertical-align: middle;
}
.bdInquiry .formArea #formRecruit {
  margin: -10px -24px 0;
}
.bdInquiry .formArea dl {
  display: grid;
  grid-template-columns: 140px calc(100% - 164px);
  grid-template-rows: 1fr;
  column-gap: 24px;
}
.bdInquiry .formArea dl + dl {
  margin-top: 30px;
}
.bdInquiry .formArea dt {
  padding: 14px 0;
  border-top: 1px solid #cccccc;
  font-size: 1rem;
  vertical-align: top;
}
/*.bdInquiry .formArea dt label {*/
/*  padding: 0 10px 0 0;*/
/*  border-right: 6px solid #ccc;*/
/*  line-height: 1.1;*/
/*}*/
.bdInquiry .formArea dt.dtRequired {
  border-top: 1px solid #32b0a4;
}
.bdInquiry .formArea dd {
  display: table-cell;
  padding: 0;
  vertical-align: top;
}
.bdInquiry .formArea dd input[type=text],
.bdInquiry .formArea dd input[type=email],
.bdInquiry .formArea dd textarea {
  width: 100%;
  padding: 16px 12px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L", Arial, Helvetica, "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic sans-serif" !important;
}
.bdInquiry .formArea dd input[type=text]:focus,
.bdInquiry .formArea dd input[type=email]:focus,
.bdInquiry .formArea dd textarea:focus {
  outline: 2px solid #11428f;
  border: 1px solid #11428f;
}
.bdInquiry .formArea dd textarea {
  height: 240px;
}
.bdInquiry .formArea p {
  padding: 0;
  font-size: 1rem;
}
.bdInquiry .formArea .privacyText {
  margin-top: 24px;
  margin-left: 164px;
}
.bdInquiry .formArea .btnArea {
  margin: 30px 0 25px 164px;
  position: relative;
}
.bdInquiry .formArea .btnArea .btn {
  width: 304px;
  border: none;
  font-size: 1rem;
  text-align: center;
  padding: 20px;
  background-color: #11428f;
  color: #fff;
  transition: background-color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.bdInquiry .formArea .btnArea .btn:hover {
 background-color: #32b0a4;
}
.bdInquiry .formArea .btnArea .icon-next {
  margin: -0.4em 0 0;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #fff;
  cursor: pointer;
}
/* --------------------------------------------
	bdRecruit bdInquiry
-------------------------------------------- */
.bdRecruit .comments-open-header,
.bdInquiry .comments-open-header {
  padding: 0;
}
.bdRecruit .comments-open-header.fixed,
.bdInquiry .comments-open-header.fixed {
  padding: 125px 0 30px;
  text-align: center;
}
.bdRecruit .comments-open-content,
.bdInquiry .comments-open-content {
  margin: 0 0 30px;
  padding: 0;
}
.bdRecruit .comments-open-content.fixed,
.bdInquiry .comments-open-content.fixed {
  padding: 0;
  text-align: center;
}
.bdRecruit .comments-open-content blockquote,
.bdInquiry .comments-open-content blockquote {
  margin: 0;
  color: #DD2F08;
}
.bdRecruit .formArea .formErrorContent,
.bdInquiry .formArea .formErrorContent {
  background: none!important;
  padding: 4px 0 10px;
  color: #ff0000!important;
  box-shadow: none!important;
  border: none!important;
  font-size: small!important;
  font-size: 0.93em!important;
  border-radius: 0!important;
  text-align: left;
}
/* --------------------------------------------
	MT reset
-------------------------------------------- */
#fields-blog #alpha {
  float: left;
}
#fields-blog .headInfo ul .access a {
  text-decoration: none;
}
#fields-blog #content {
  margin: 0;
}
#fields-blog .main {
  min-height: 400px;
  padding: 66px 0 0;
  text-align: left;
  zoom: 1;
}

#fields-blog .main .icon-next:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-top: 2px solid #999;
  transform: rotate(45deg);
  margin-right: 10px;
  vertical-align: text-top;
}
#fields-blog .main .icon-back:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  margin-right: 10px;
  vertical-align: text-top;
}
#fields-blog .main .prev .icon-back:before {
  margin-right: 0;
}
#fields-blog .main:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
#fields-blog .main .icon-next {
  margin: 0 2px 0 0;
  font-size: 0.75rem;
}
#fields-blog .main .more {
  text-align: right;
}
#fields-blog .main .more .icon-next {
  margin: 0 0 0 8px;
}
#fields-blog #alpha {
  width: 632px;
}
#fields-blog #alpha-inner {
  padding: 0;
}
#fields-blog .asset-meta {
  border: none;
}
#fields-blog .archive-title {
  background: #eeeeee;
  padding: 10px 15px;
  margin: 0 0 30px;
  line-height: 1.1;
  color: #66757B;
  font-size: 1.25rem;
  border-left: 3px solid #999999;
}
#fields-blog .entry-asset {
  padding: 16px 0 64px;
  margin: 0;
  border-top: 3px solid #999999;
}

#fields-blog .entry-content{
overflow: hidden;}

#fields-blog .entry-content p {
  font-size: 1rem;
  line-height: calc(40/16);
  letter-spacing: 0.05em;
}
#fields-blog .entry-content a {
  text-decoration: underline;
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#fields-blog .entry-content a:hover {
  text-decoration: none;
}
#fields-blog .asset-header {
  margin: 0 0 25px;
}
#fields-blog .asset-header .asset-meta abbr[title] {
  border-bottom: none;
  margin: 0 16px 0 0;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: calc(16 / 14);
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#fields-blog .asset-header .asset-meta {
  color: #666;
}
#fields-blog .asset-header .asset-meta a {
  text-decoration: none;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 0.75rem;
  line-height: calc(24 / 12);
}
#fields-blog .asset-header .asset-meta a:hover {
  color: #048F83;
}
#fields-blog .asset-name {
  margin: 0 0 6px;
  font-size: 1.75rem;
  line-height: calc(44/28);
  letter-spacing: 0.05em;
}
#fields-blog .asset-name a:link {
  color: #1a347f;
  text-decoration: none;
}
#fields-blog .asset-name a:visited {
  color: #0a1d55;
  text-decoration: none;
}
#fields-blog .asset-name a:active {
  color: #186cb2;
}
#fields-blog .asset-name a:hover {
  color: #048F83;
  text-decoration: none;
}
#fields-blog .asset-footer {
  border: none;
  font-size: 0.875rem;
}
#fields-blog .asset-footer .snsArea {
  list-style: none;
  padding: 17px 0 25px;
  margin: 0 0 30px;
  border-bottom: 1px solid #ccc;
}
#fields-blog .asset-footer .snsArea iframe {
  width: 105px!important;
}
#fields-blog .asset-footer .snsArea li {
  display: inline-block;
  width: 90px;
  margin: 0 5px 0 0;
  vertical-align: top;
}
#fields-blog .asset-footer .snsArea li.facebook {
  width: 100px;
}
#fields-blog .asset-footer .paging {
  zoom: 1;
}
#fields-blog .asset-footer .paging:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
#fields-blog .asset-footer .paging .prev {
  float: left;
  width: 49%;
  padding-left: 5px;
}
#fields-blog .asset-footer .paging .next {
  float: right;
  width: 49%;
  text-align: right;
  padding-right: 5px;
}
#fields-blog .asset-footer .paging .icon-back {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
#fields-blog .asset-footer .paging .icon-next {
  margin: 0 0 0 8px;
  /*vertical-align: middle;*/
}
#fields-blog .archive-asset {
  padding: 0 0 50px;
}
#fields-blog .pagingList {
  padding: 30px 0 0;
  border-top: 1px solid #eee;
  position: relative;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1;
}
#fields-blog .pagingList .prev,
#fields-blog .pagingList .next {
  position: absolute;
  top: 30px;
}
#fields-blog .pagingList .prev a,
#fields-blog .pagingList .next a {
  text-decoration: none;
  font-size: 1.125rem;
}
#fields-blog .pagingList .prev {
  left: 0;
}
#fields-blog .pagingList .next {
  right: 0;
}
#fields-blog .pagingList .icon-next {
  font-size: 1.125rem !important;
}
#fields-blog .pagingList .current_page {
  background: #eee;
  color: #999;
  padding: 8px 10px;
}
#fields-blog .pagingList .link_page {
  margin: 0 10px;
}
#fields-blog .content-nav {
  border-top: 1px solid #eee;
  text-align: center;
  padding: 30px 0 0;
}
#fields-blog #beta {
  float: right;
  width: 288px;
}
#fields-blog .widget {
  margin: 0 0 22px;
  border-top: 3px solid #cccccc;
}
#fields-blog .widget.widget-archive {
  margin-bottom: 20px;
}
#fields-blog .widget.widget-archive.widget-archive-monthly-dropdown {
  margin-bottom: 30px;
}
#fields-blog .widget-header {
  padding: 16px 0;
  margin: 0;
  border: none;
  color: #66757B;
  font-size: 0.875rem;
  line-height: calc(24/14);
  letter-spacing: 0.05em;
}
#fields-blog .widget-header a:link {
  color: #11428f;
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#fields-blog .widget-header a:visited {
  color: #0a1d55;
}
#fields-blog .widget-header a:active {
  color: #186cb2;
}
#fields-blog .widget-header a:hover {
  color: #048F83;
}

#fields-blog .widget-content {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  color: #66757B;
}
#fields-blog .widget-content li {
  padding: 11px 0 12px 26px;
  margin: 0;
  border-top: 1px solid #ccc;
}
#fields-blog .widget-content a:link {
  color: #1a347f;
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#fields-blog .widget-content a:visited {
  color: #0a1d55;
}
#fields-blog .widget-content a:active {
  color: #186cb2;
}
#fields-blog .widget-content a:hover {
  color: #048F83;
}
#fields-blog .widget-content .selectArea {
  overflow: hidden;
  border: 1px solid #cccccc;
  position: relative;
}
#fields-blog .widget-content .selectArea:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 17px;
  z-index: 2;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: translateY(-50%) rotate(-45deg);
}
#fields-blog .widget-content .selectArea select {
  width: 120%;
  padding: 9px 13px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border: none;
  background-color: #fff;
  cursor: pointer;
}
#fields-blog .widget-content .searchArea {
  position: relative;
  background: url(/images/icon_search.png) no-repeat 14px 50%;
  padding: 0 0 0 35px;
  width: 100%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
#fields-blog .widget-content .searchArea input#search {
  display: inline-block;
  width: 185px;
  height: 42px;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
}
#fields-blog .widget-content .searchArea input[type=submit] {
  display: inline-block;
  background: #eeeeee;
  width: 50px;
  height: calc(100% - 2px);
  margin: 0;
  border: none;
  font-size: 0.75rem;
  color: #11428f;
  vertical-align: top;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  letter-spacing: 0.05em;
}
#fields-blog .widget-content .searchArea input[type=submit]:hover {
  color: #048f83;
}
#fields-blog .search-results-heade {
  background: none repeat scroll 0 0 #eeeeee;
  border-left: 3px solid #999999;
  color: #66757B;
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0 0 30px;
  padding: 10px 15px;
}
#fields-blog .entry-tags h4,
#fields-blog .entry-tags ul {
  display: inline-block;
}
/* --------------------------------------------
	toppage
-------------------------------------------- */
.bdTop .topImage {
  background-image: url("/images/top_ph_main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 395px;
}
.bdTop .topImage em {
  display: block;
  padding: 122px 0 31px;
  margin: 0 auto;v
  text-align: left;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: calc(32 / 18);
  color: #11428f;
}
.bdTop .topImage .btn a {
  padding: 10px 30px 10px 18px;
  font-size: 0.875rem;
}
.bdTop .topImage .btn .icon-next {
  right: 18px;
}
.bdTop .topImage .btn .icon-next:before {
  position: relative;
  top: -2px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.bdTop .topImageInner {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.bdTop .contents {
  width: 960px;
  padding: 40px 0 65px;
  margin: 0 auto;
  overflow: hidden;
}
.bdTop .main {
  float: left;
  width: 630px;
  padding: 0;
  margin: 0;
}
.bdTop .main .infoList {
  padding: 22px 0 30px;
  /*border-top: 5px solid #999999;*/
}
.bdTop .main .infoList dt {
  padding: 0 0 14px;
  border-bottom: 2px solid #999999;
}
.bdTop .main .infoList dt em {
  margin: 0 22px 0 0;
  font-size: 1.25rem;
  vertical-align: middle;
}
.bdTop .main .infoList dt a {
  font-size: 0.75rem;
}
.bdTop .main .infoList dt .icon-next {
  font-size: 0.6875rem;
}
.bdTop .main .infoList dd {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 30px 16px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: calc(24 / 14);
}
.bdTop .main .infoList dd + dd {
  border-top: 1px solid #ccc;
}
.bdTop .main .infoList dd a {
  margin-left: 18px;
  font-family: "UD Shin Go NT Regular", sans-serif;
  letter-spacing: 0.05em;
}
.bdTop .main .infoList dd span {
  display: table-cell;
  width: 7em;
  color: #66757B;
}
.bdTop .main .infoList dd span.newmark{
	display:none;
	width: 3em;
	color: #ff6600;
	margin-left: 0.5em;
}
.bdTop .main .infoList.patent {
  margin-top: 8px;
}
.bdTop .sub {
  float: right;
  width: 288px;
  padding-top: 40px;
}
.bdTop .sub .blog {
  margin: 0 0 40px;
}
.bdTop .sub .blog a {
  display: block;
  width: 100%;
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.bdTop .sub .blog a:hover {
  opacity: 0.7;
}
.bdTop .sub .blog a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bdTop .sub .subShare {
  border: 1px solid #999999;
  padding: 12px 0;
}
.bdTop .sub .subShare dl {
  background: #fff;
  padding: 8px 0 15px;
  margin: 0 -1px;
  text-align: center;
}
.bdTop .sub .subShare dl dt {
  text-align: center;
  margin: 0 0 13px;
}
.bdTop .sub .subShare dl dd {
  display: inline-block;
  width: 71px;
  margin: 0 0 0 10px;
  text-align: left;
  vertical-align: top;
}
.bdTop .sub .subShare dl .twitter {
  width: 60px;
}
.bdTop .sub .subShare dl .facebook {
  width: 50px;
}
/* --------------------------------------------
	bdAccsess
-------------------------------------------- */

/*.bdAccsess .main {*/
/*  width: 468px;*/
/*  padding: 50px 0;*/
/*  margin: 0 auto;*/
/*  text-align: center;*/
/*}*/
/*.bdAccsess .main .map {*/
/*  margin: 0 0 30px;*/
/*}*/
/*.bdAccsess .main .map img{*/
/*  margin-bottom: 20px;*/
/*}*/
/*.bdAccsess .main .btnLnk a {*/
/*  box-sizing: border-box;*/
/*  width: 304px;*/
/*}*/
/*@media print {*/
/*  .bdAccses .main {*/
/*    padding: 50px 0 10px;*/
/*  }*/
/*  .bdAccses .btnLnk {*/
/*    display: none;*/
/*  }*/
/*  .bdAccsess .main .map span{*/
/*    display: none;*/
/*  }*/
/*}*/


/* --------------------------------------------
	print共通
-------------------------------------------- */

@media print {
  header, footer {
    display: none;
  }
}