@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.6;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}

a:link, a:visited {
  color: #2489ce;
}
a:hover, a:active {
  color: #72b7e6;
}

img {
  vertical-align: bottom;
}

p {
  margin-bottom: 1em;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.wrapper, #mainimg_, #naiyou_, #jisseki_, #company_, #contact_, #jisseki_list_, #jisseki_single_, #copy_ {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.container, #naiyou_ #naiyou, #company_ #company, #contact_ #contact, #jisseki_list_ #jisseki_list, #jisseki_single_ #jisseki_single, #copy_ #copy {
  position: relative;
  width: 540px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.alt, #naiyou_ #naiyou h3, #company_ #company h3, #contact_ #contact h3, #jisseki_list_ #jisseki_list h3, #jisseki_single_ #jisseki_single h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*----------------------------------------------------
	#index
----------------------------------------------------*/
#mainimg_ {
  background: url("../images/mainimg.jpg") no-repeat center top;
  height: 720px;
  min-width: 540px;
}
#mainimg_ #mainimg {
  height: 720px;
}
#mainimg_ #mainimg a {
  width: 100%;
  height: 100%;
  display: block;
}

#naiyou_ #naiyou {
  padding-top: 50px;
  margin-bottom: 30px;
}
#naiyou_ #naiyou h3 {
  height: 29px;
  width: 100%;
  background: url("../images/tit1.png") no-repeat center top;
  margin-bottom: 35px;
}
#naiyou_ #naiyou p {
  font-size: 20px;
  text-align: center;
  line-height: 2;
}

#jisseki_ #jisseki .bt {
  width: 150px;
  display: block;
  text-align: center;
  font-weight: 800;
  background: #1a449b;
  margin: 0 auto 80px;
  opacity: 1;
  transition: all .4s;
}
#jisseki_ #jisseki .bt:hover {
  opacity: .6;
}
#jisseki_ #jisseki .bt a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

#company_ #company {
  margin-bottom: 50px;
}
#company_ #company h3 {
  height: 29px;
  width: 100%;
  background: url("../images/tit2.png") no-repeat center top;
  margin-bottom: 35px;
}
#company_ #company dl {
  display: block;
  font-size: 18px;
  text-align: left;
  line-height: 1.8;
}
#company_ #company dl dt {
  display: block;
  float: left;
}
#company_ #company dl dd {
  display: block;
  margin-left: 140px;
}

#contact_ #contact h3 {
  height: 29px;
  width: 100%;
  background: url("../images/tit3.png") no-repeat center top;
  margin-bottom: 35px;
}
#contact_ #contact .caution {
  color: #f00;
}
#contact_ #contact p {
  font-size: 16px;
  line-height: 1.6;
}
#contact_ #contact p.s {
  font-size: 16px;
}
#contact_ #contact .table_wrap {
  width: 100%;
}
#contact_ #contact form {
  font-size: 16px;
}
#contact_ #contact table {
  width: 100%;
  margin-bottom: 40px;
}
#contact_ #contact table th, #contact_ #contact table td {
  padding-bottom: 20px;
}
#contact_ #contact table th {
  width: 180px;
}
#contact_ #contact table td {
  width: auto;
}
#contact_ #contact input, #contact_ #contact textarea {
  width: 100%;
}
#contact_ #contact textarea {
  height: 200px;
}
#contact_ #contact .btn {
  width: 200px;
  padding: 10px 0;
}
#contact_ #contact #form_msg {
  margin: 30px auto 0;
  height: 40px;
}
#contact_ #contact .formError.inline {
  display: block;
}
#contact_ #contact .formErrorContent {
  display: block;
}
#contact_ #contact .formError .formErrorContent {
  font-size: 16px;
  background: #1a449b;
  color: #fff;
}

/*----------------------------------------------------
	#jisseki
----------------------------------------------------*/
#jisseki_list_ #jisseki_list {
  margin: 50px auto;
}
#jisseki_list_ #jisseki_list h3 {
  height: 29px;
  width: 100%;
  background: url("../images/tit4.png") no-repeat center top;
  margin-bottom: 35px;
}
#jisseki_list_ #jisseki_list ul li {
  display: flex;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#jisseki_list_ #jisseki_list ul li .date {
  width: 25%;
}
#jisseki_list_ #jisseki_list ul li .tit {
  width: 75%;
}
#jisseki_list_ #jisseki_list .paging {
  display: flex;
  margin-top: 20px;
}
#jisseki_list_ #jisseki_list .paging .previous {
  width: 50%;
  text-align: left;
}
#jisseki_list_ #jisseki_list .paging .next {
  width: 50%;
  text-align: right;
}
#jisseki_list_ #jisseki_list .paging a {
  color: #333;
  text-decoration: none;
}
#jisseki_list_ #jisseki_list .bt {
  width: 150px;
  display: block;
  text-align: center;
  font-weight: 800;
  background: #1a449b;
  margin: 60px auto 10px;
  opacity: 1;
  transition: all .4s;
}
#jisseki_list_ #jisseki_list .bt:hover {
  opacity: .6;
}
#jisseki_list_ #jisseki_list .bt a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

#jisseki_single_ #jisseki_single {
  text-align: left;
  margin: 50px auto;
}
#jisseki_single_ #jisseki_single h2 {
  height: 29px;
  width: 100%;
  background: url("../images/tit4.png") no-repeat center top;
  margin-bottom: 35px;
}
#jisseki_single_ #jisseki_single h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
#jisseki_single_ #jisseki_single .date {
  text-align: right;
  font-size: 12px;
}
#jisseki_single_ #jisseki_single .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  border: 1px solid #CCC;
  padding: 20px;
}
#jisseki_single_ #jisseki_single .txt a {
  word-break: break-all;
}
#jisseki_single_ #jisseki_single .txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 5% auto;
}
#jisseki_single_ #jisseki_single .txt strong {
  font-weight: bold;
}
#jisseki_single_ #jisseki_single .bt {
  width: 150px;
  display: block;
  text-align: center;
  font-weight: 800;
  background: #1a449b;
  margin: 60px auto 10px;
  opacity: 1;
  transition: all .4s;
}
#jisseki_single_ #jisseki_single .bt:hover {
  opacity: .6;
}
#jisseki_single_ #jisseki_single .bt a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#copy_ {
  background-color: #1a449b;
}
#copy_ #copy {
  color: #fff;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
}
