@charset "utf-8";
/*--------------------------------------------------------------------------
basic_css commonLayout

_1. reset
_2. setup
_3. common
	3.1_wrapper
	3.2_header
	3.3_gnavi
	3.4_content
	3.5_bottom
	3.6_footer
	3.7_page-up
_4. class
_5. other

--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
_1. reset
--------------------------------------------------------------------------*/

/* iosなどos独自の装飾しようをリセット */
input[type="submit"] {
  -webkit-appearance: none;
}

/*
html,body{
	height:100%;
}
*/

body {
  /*
	margin: 0px;
	padding: 0px;
*/
  font-size: 14px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
pre,
blockquote,
input,
em,
address,
noscript {
  /*
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, san-serif;
	font-family:'中ゴシックBBB',Gothic Medium BBB,'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
*/
}

/*
ul,ol,li {
	list-style:none;
	padding-left:0px;
}
*/

.content img,
footer img {
  margin: 0px;
  padding: 0px;
  border: 0;
  vertical-align: bottom;
  /*
	width: initial;
*/
  width: auto;
}

/*float_clear*/
.clear {
  height: 0px;
  line-height: 0;
  font-size: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

/*float_clearFix*/
.clr:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clr {
  display: inline-table;
  zoom: 100%;
}

/* Hide4MacIE \*/
* html .clr {
  height: 1%;
}
.clr {
  display: block;
}
/* endHide */

hr {
  display: none;
}

/*--------------------------------------------------------------------------
_2. setup
--------------------------------------------------------------------------*/
html {
  /*
	overflow-y:scroll;
*/
}

body {
  /*
	text-align:center;
*/
}

a,
a:link {
  color: #333;
  outline-style: none;
}

a:visited {
  color: #333;
  outline-style: none;
}
a:hover,
a:active {
  /*
	color:#cc0000;
	outline-style:none;
	text-decoration:underline;
*/
}

/*--------------------------------------------------------------------------
_3. common
	3.1_wrapper
--------------------------------------------------------------------------*/
.wrapper {
  /*
	width:100%;
	color:#333333;
*/
  position: relative;
  height: auto !important; /*IE6対策*/
  height: 100%; /*IE6対策*/
  min-height: 100%;
}

/*
	.wrapper .bg{
		width:880px;
		margin:0 auto;
	}
*/

.main {
  max-width: 900px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding-bottom: 300px; /*フッターの高さとの差が余白*/
}

/*--------------------------------------------------------------------------
	3.4_content
--------------------------------------------------------------------------*/
.content {
  margin: 0;
  padding: 20px 0 0;
}

.content .sub_menu {
  margin: 0;
  text-align: center;
}

.content .sub_menu li {
  display: inline-block;
}

.content .sub_menu li:after {
  content: "　";
  color: #ccc;
}

.content .sub_menu li a {
  text-decoration: underline;
  font-weight: normal;
}

.content h2 {
  margin: 20px 0 10px;
}

.content h2 {
  margin-top: 40px;
  background-color: #e2e2e2;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 20px 10px;
  border-bottom: 4px solid #29abe2;
  letter-spacing: 3px;
}

.content .page_head {
  margin: 40px 0 0 0px;
  text-align: center;
  font-weight: bold;
}

.content .detail_content {
  padding: 0 20px;
  line-height: 2em;
}

.content .detail_content li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.content .detail_content .midashi,
.content .sbj {
  color: #29abe2;
  font-weight: bold;
  font-size: 120%;
}

.content .sbj {
  margin-left: 15px;
}

.table_1 {
  border-bottom: 1px solid #7f7f7f;
  width: 100%;
  margin-bottom: 20px;
}

.table_1 th,
.table_1 td {
  border-bottom: 1px solid #cccccc;
  padding: 9px 7px 6px 7px;
}

.table_1 th {
  font-weight: normal;
  width: 100px;
  padding-left: 15px;
  color: #29abe2;
}

#release_year_txt {
  text-align: right;
  margin-bottom: 10px;
  float: right;
  font-weight: normal;
  font-size: 14px;
  margin-top: -2px;
}

#news_select_year {
  font-size: 16px;
  padding: 2px 5px;
}

#profile td li span.post {
  position: absolute;
  top: 2px;
  left: 0;
  width: 180px;
  padding: 0;
  text-align: left;
  line-height: 1;
}

#profile td li {
  position: relative;
  width: 180px;
  padding: 2px 0;
  line-height: 1;
  text-align: right;
}

/*--------------------------------------------------------------------------
	3.6_footer
--------------------------------------------------------------------------*/
#footer {
  height: 300px; /* .mainのpadding-bottomとの差が余白 */
  position: absolute;
  bottom: 0;
  background-color: #002d80;
  color: #fff;
  margin-top: 60px;
  width: 100%;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  opacity: 0.8;
}

#footer #footNaviWrap {
  background: #2a509e;
  height: 51px;
  box-sizing: border-box;
}

#footer #footNavi,
#nav_link,
#footer #footNavi2 {
  max-width: 900px;
}

#footer #footNavi,
#footer #footNavi2 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#footer #footNavi div#footLogo {
  float: left;
  margin: 15px 0;
}

#footer #footNavi div#footLogo img {
  height: 22px;
}

#footer #footNavi ul {
  float: right;
  margin: 0px;
}

#footer #footNavi ul li {
  float: left;
  font-size: 14px;
}

#footer #footNavi ul li a {
  padding: 15px;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0;
}

#footer #footNavi ul li a:hover {
  background: #002d80;
}

#nav_link {
  margin: 20px auto;
}

#nav_link ul {
  margin: 0;
  text-align: center;
}

#nav_link li {
  display: inline-block;
  text-align: center;
}

#nav_link li a img {
  height: 18px;
  margin-bottom: 10px;
}

#nav_link li a {
  display: block;
  padding: 12px 10px;
  font-size: 12px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #4a6cb3;
  letter-spacing: 0px;
}

#nav_link li a:hover {
  background-color: #2a509e;
  border: 1px solid #fff;
}

#nav_link li {
  margin-right: 10px;
}
#nav_link li:last-child {
  margin-right: 0px;
}

#nav_link li .link_title {
  height: 18px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}

#footer #footNavi2 {
  margin-top: 15px;
  line-height: 25px;
}

#footer #footNavi2 ul {
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#footer #footNavi2 li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #99acca;
}

#footer #footNavi2 li:nth-child(1) {
  border: none;
  margin: 0;
  padding: 0;
}

#footer #copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
}

.mini {
  color: #666666;
  font-size: 12px;
}

.mgn_b15 {
  margin-bottom: 15px;
}

.require {
  display: inline-block;
  float: right;
  padding: 2px 5px;
  background-color: #ff5722;
  color: #fff;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}

.table_inq th {
  width: 180px !important;
  text-align: left !important;
  font-weight: bold;
}

/*--------------------------------------------------------------------------
_5. other
--------------------------------------------------------------------------*/
/*adobe*/
#adobe_reader {
  padding: 20px;
  background-color: #eee;
  margin-top: 40px;
}

#adobe_reader dl {
  margin: 0;
}

#adobe_reader dl dt {
  display: block;
  float: left;
  clear: left;
}

#adobe_reader dl dd {
  padding-left: 180px;
  line-height: 1.5;
}

.form_submit,
.form_confirm {
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
}

.form_submit {
  background-color: #eee;
  border: 1px solid #7f7f7f;
}

.btn_contact {
  background-color: #2196f3;
  color: #fff;
  width: 200px;
  height: 40px;
  margin: 15px;
  border: 0;
  font-size: 16px;
  font-weight: bold;
}

.btn_contact:disabled {
  background-color: #bdbdbd;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.6;
}

.btn_contact:hover {
  opacity: 0.6;
}

/*--------------------------------------------------------------------------
_沿革
--------------------------------------------------------------------------*/
.timeline-block {
  padding-bottom: 100px;
}

.timeline-block .container {
  height: 100%;
}
.timeline-block .timeline {
  padding-bottom: 30px;
  margin-top: 60px;
}
.timeline {
  position: relative;
}
/* 縦線 */
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  width: 2px;
  background: #bbb;
  border-radius: 0 0 5px 5px;
}
.timeline > li > .timeline-desc > h4 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 0;
  font-weight: bold;
}
.timeline > li > .timeline-content {
  float: left;
  text-align: right;
  position: relative;
}
.timeline > li.inverse > .timeline-content {
  float: right;
  text-align: left;
  font-weight: bold;
}
.timeline > li.inverse > .timeline-desc {
  float: left;
  text-align: right;
  padding-right: 30px;
}

.timeline > li {
  margin: 70px 0;
  position: relative;
  display: flex;
}

/* ひし形 */
.timeline > li:not(.timeline-header):before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 50%;
  height: 11px;
  width: 11px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background: #b7a389;
}
.timeline > li > div {
  width: 50%;
  padding: 0 0px;
}
.timeline > li > .timeline-content > h4 {
  margin-top: 0;
  letter-spacing: 2px;
  font-size: 18px;
}

.timeline > li.timeline-header {
  background: #eaebeb;
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
}
.timeline > li.timeline-header > h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  position: relative;
  margin: 0;
  letter-spacing: 4px;
}
.timeline > li.timeline-header:first-of-type {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}
.timeline > li.timeline-header > h4:before,
.timeline > li.timeline-header > h4:after {
  content: " ";
  display: block;
  height: 2px;
  background: #bbb;
  margin: 0 -5px;
}
@media (max-width: 531px) {
  .timeline > li:not(.timeline-header):before {
    top: 4px;
  }
  .timeline > li > .timeline-content > h4 {
    margin-top: 0;
    letter-spacing: 2px;
    font-size: 14px;
  }

  .timeline > li > .timeline-desc > h4 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 0;
    font-weight: bold;
  }
}
