.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.indent2 {
  padding-left: 2em;
  text-indent: -2em;
}
.pageMessage {
  margin-top: 32px;
  margin-bottom: 32px;
  color: #00479d;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
}
section.person h1,
section.contact h1,
section.product h1,
section.type1 h1 {
  padding-top: 15px;
  margin-bottom: 32px;
  padding-bottom: 10px;
  background: url(/img/header-line3.png) center bottom no-repeat;
  background-size: 100% 2px;
/*  color: #bdbd3e;  */
  color: #666666;
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
}

section.type1 .box::after {
  display: block;
  clear: both;
  content: "";
}
section.type1 .box .photo,
section.type1 .box .photo2 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.type1 .box .photo img,
  section.type1 .box .photo2 img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  section.type1 .box .photo,
  section.type1 .box .photo2 {
    float: right;
    width: 39.215686274%;
  }
  section.type1 .box .photo img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }
  section.type1 .box .photo2 img {
    max-width: 195px;
    padding-right:5px;
    width: 100%;
    height: auto;
  }
}
section.type1 .box .text {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  section.type1 .box .text {
    float: left;
    margin-left: 20px;
    width: 51.764705882%;
  }
}
section.type1 .box .text p {
  margin-top: 15px;
  margin-bottom: 15px;
}
section.type1 .box .text p:first-of-type {
  margin-top: 0;
}
section.type1 .box .signature {
  font-weight: bold;
}
section.type1 .box .note {
  font-size: 11px;
}
section.type1 .box .note th {
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}
section.type2 h1 {
  padding-top: 15px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  background: url(/img/header-line2.png) center bottom repeat-x;
  color: #666;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
}

section.type2 h2 {
  margin-bottom: 40px;
  color: #666;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
section.type2 .box {
  margin-right: 20px;
  margin-left: 20px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
section + section {
  margin-top: 100px;
}


.cont_img {
	width:95%;
}
@media (min-width: 768px) {
	.cont_img {
		width:100%;
	}
}


section.newsrelease {
  color: #000;
  font-size: 16px;
}
@media (min-width: 768px) {
  section.newsrelease {
    margin-right: 20px;
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.newsrelease {
    margin-right: 0px;
    margin-left: 0px;
    line-height: 25px;
  }
}


section.newsrelease p {
  line-height:1.6em;
  margin-top: 24px;
  margin-bottom: 24px;
}
section.newsrelease ul {
  list-style:none;
}
@media (max-width: 768px) {
  section.newsrelease ul {
    margin-left:-20px;
  }
  section.newsrelease ul li a {
  display:block;
  }
}
section.newsrelease ul li {
  font-size:14px;
  margin-bottom:15px;
  border-bottom:dotted 1px #cccccc;
  padding-bottom:17px;
  padding-top:4px;
}
section.newsrelease ul li a {
  text-decoration:none;
  color:#000;
}
section.newsrelease ul li a:hover {
  text-decoration:underline;
}


section.newsrelease ul li span.n01,
section.newsrelease ul li span.n02,
section.newsrelease ul li span.n03,
section.newsrelease ul li span.n04,
section.newsrelease ul li span.n05,
section.newsrelease ul li span.n06 {
  border-radius: 50vh;
  font-size:12px;
  color: #fff;
  width:80px;
  margin-left:10px;
  margin-right:10px;
  text-align:center;
  display:block;
  float:left;
}
section.newsrelease ul li span.n01 {
  background-color:#00479d;
}
section.newsrelease ul li span.n02 {
  background-color:#ed7d31;
}
section.newsrelease ul li span.n03 {
  background-color:#89c227;
}
section.newsrelease ul li span.n04 {
  background-color:#7f7f7f;
}
section.newsrelease ul li span.n05 {
  background-color:#ffc000;
}
section.newsrelease ul li span.n06 {
  background-color:#8fc31f;
}


section.newsrelease ul li span.n01e,
section.newsrelease ul li span.n02e,
section.newsrelease ul li span.n03e,
section.newsrelease ul li span.n04e,
section.newsrelease ul li span.n05e,
section.newsrelease ul li span.n06e {
  border-radius: 50vh;
  font-size:12px;
  margin-right:20px;
  margin-left:10px;
  color: #fff;
  width:120px;
  text-align:center;
  display:block;
  float:left;
}
section.newsrelease ul li span.n01e {
  background-color:#00479d;
}
section.newsrelease ul li span.n02e {
  background-color:#ed7d31;
}
section.newsrelease ul li span.n03e {
  background-color:#89c227;
}
section.newsrelease ul li span.n04e {
  background-color:#7f7f7f;
}
section.newsrelease ul li span.n05e {
  background-color:#ffc000;
}
section.newsrelease ul li span.n06e {
  background-color:#8fc31f;
}

section.newsrelease ul li span.date {
  font-size:14px;
  width:95px;
  margin:0 7px;
  display:block;
  float:left;
}





section.txtpage {
  color: #000;
  line-height:1.8em;
}
@media (min-width: 768px) {
  section.txtpage {
    width: 100%;
  }
}
section.person {
  width:100%;
}
section.person .text {
}
@media (min-width: 768px) {
  section.person .text {
    width: 80%;
    margin-left:120px;
  }
}
@media (max-width: 768px) {
  section.person .text {
    width: 100%;
  }
}

section.txtpage h1 {
  padding-top: 15px;
  margin-bottom: 32px;
  padding-bottom: 3px;
  background: url(/img/header-line3.png) center bottom no-repeat;
  background-size: 100% 2px;
/*  color: #bdbd3e;  */
  color: #666666;
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
}
section.txtpage h2 {
  padding-top: 40px;
  margin-bottom: 40px;
  color: #666;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
}
section.txtpage p {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

section.txtpage ul ,section.txtpage ol {
  width:90%;
  padding-top:15px;
}
section.txtpage ul {
  list-style:none;
}
section.txtpage ul li ,section.txtpage ol li {
  margin-bottom:30px;
}
section.txtpage ul li a {
  text-decoration:none;
  font-weight:Bold;
}
section.txtpage ul li a:hover {
  text-decoration:underline;
}

section.contact table,
section.product table,
section.txtpage table,
section.enkaku table,
section.executive table {
  width:100%;
  margin-top:20px;
  font-size:1.2em;
}
section.person table {
  width:100%;
  margin-top:20px;
  font-size:1.2em;
}
section.product table tr.sec {
  background-color:#FBFBF5;
}
section.contact table td,
section.contact table th,
section.product table td,
section.product table th,
section.txtpage table td,
section.txtpage table th,
section.enkaku table td,
section.enkaku table th,
section.executive table td,
section.executive table th {
  padding:7px 0;
  line-height:1.2em;
}
@media (max-width: 768px) {
  section.txtpage table td,
  section.txtpage table th,
  section.product table td,
  section.product table th,
  section.enkaku table td,
  section.enkaku table th,
  section.executive table td,
  section.executive table th {
    font-size:0.7em;
  }
}
section.person table td,
section.person table th {
  padding:7px 0;
  line-height:1.5em;
}
@media (max-width: 768px) {
  section.person table td,
  section.person table th {
    font-size:0.9em;
  }
}
section.product table td,
section.product table th {
  border:1px solid #EDEDED;
  text-align:center;
}
section.product table td.pdtit {
  font-weight:Bold;
  color:#000;
}
section.person table td.ln,
section.person table th.ln,
section.txtpage table td.ln,
section.txtpage table th.ln,
section.enkaku table td.ln,
section.enkaku table th.ln,
section.executive table td.ln,
section.executive table th.ln {
  border-bottom:1px solid #EDEDED;
}
section.enkaku table th.ehistoryth {
  padding:0 20px;
  width:120px;
  height:52px;
}

section.txtpage table td {
  padding-left:30px;
}
section.txtpage table th {
  text-align:left;
  min-width:80px;
  color:#000;
  border-right:1px solid #EDEDED;
  font-weight:normal;
  vertical-align:top;
}
section.person table td,
section.enkaku table td,
section.executive table td {
  border-left:1px solid #EDEDED;
  padding-left:30px;
}
section.person table th,
section.enkaku table th,
section.executive table th {
  text-align:right;
  padding-right:10px;
  color:#000;
  font-weight:normal;
}
section.enkaku table th {
  max-width:80px;
  min-width:60px;
}
section.person table td,
section.enkaku table td {
  max-width:800px;
}
section.person table th {
  width:10%;
}
section.executive table th {
  width:50%;
}
section.product table th {
  text-align:center;
  color:#00479d;
  font-weight:normal;
  vertical-align:middle;
  background-color:#ECECFF;
  width: 30%;
}
section.contact table td,
section.contact table th {
  text-align:left;
  border-bottom:1px solid #EDEDED;
  font-weight:normal;
}
@media (max-width: 768px) {
  section.contact table {
    margin: 0 -10px;
  }
  section.contact table th,
  section.contact table td {
    width: 100%;
    display: block;
    padding-left:10px;
  }
  section.contact table th {
    border-bottom:0px solid #EDEDED;
  }
}
@media (min-width: 768px) {
  section.contact table th {
    width: 200px;
  }
  section.contact table th {
    border-bottom:0px solid #EDEDED;
  }
}
.form_input {
  border:0;
  padding:10px;
  font-size:1.3em;
  font-family:Arial, sans-serif;
  color:#000;
  border:solid 1px #ccc;
}
@media (max-width: 768px) {
  textarea,
  input[type="text"]{
    width:90%
  }
}
@media (min-width: 768px) {
  textarea,
  input[type="text"]{
    width:80%
  }
}
section.contact span {
  color:#FF0000;
  padding-left:10px;
}

@media (max-width: 767px) {
  section.contact .text {
    line-height:2.2em;
  }
}

section.person ul {
  width:100%;
}
section.person ul li {
  margin: 5px;
  float: left;
  list-style: none;
  text-align:center;
}
section.person ul li a {
}
section.person ul li a:hover {
  opacity: 0.6;
}


@media (max-width: 768px) {
  .philosophy_link {
    display:none;
  }
}


@media (max-width: 768px) {
  .person_p {padding:10px 20px;line-height:2.0em;}
}
@media (min-width: 768px) {
  .person_p {padding:10px 150px;line-height:2.0em;}
}


.res {max-width: 600px;width:100%;}
.res2 {max-width: 1000px;width:100%;}

.table_news01 {width:100%;margin:0 0 40px 20px;}
.table_news01 th,.table_news01 td {padding:7px 0;line-height:1.2em;}
@media (max-width: 768px) {
  table_news01 th,table_news01 td {font-size:0.7em;}
}
.table_news01 th {vertical-align:top;text-align:left;padding-right:10px;}
.table_news01 td {vertical-align:top;text-align:left;}

