&ensp;&ensp;@charset 'UTF-8';

/******  革新的衛星技術実証プログラムページ用  ******/

/*** font ***/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: normal;
  font-style: normal;

  src: local('NotoSansJP-Regular.otf'),
     url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
     url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
     url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  font-style: normal;

  src: local('NotoSansJP-Regular.otf'),
     url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
     url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
     url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Karma', serif;
  font-style: normal;

  src: url('http://fonts.googleapis.com/css?family=Karma');
}

@font-face {
  font-family: 'Sawarabi Gothic';
  font-weight: 400;
  font-style: normal;

  src: url(//fonts.gstatic.com/ea/sawarabigothic/v1/SawarabiGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/sawarabigothic/v1/SawarabiGothic-Regular.eot?#iefix) format('embedded-opentype'),
     url(//fonts.gstatic.com/ea/sawarabigothic/v1/SawarabiGothic-Regular.woff2) format('woff2'),
     url(//fonts.gstatic.com/ea/sawarabigothic/v1/SawarabiGothic-Regular.woff) format('woff'),
     url(://fonts.gstatic.com/ea/sawarabigothic/v1/SawarabiGothic-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto', sans-serif;

  src: url('https://fonts.googleapis.com/css2family=Roboto:ital,wght@1,900&display=swap');
}

/*** reset ***/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  margin: 0;
  padding: 0;

  vertical-align: baseline;

  border: 0;
  outline: 0;
  background: transparent;
}

li {
  list-style: none;
}


/*** common ***/

html {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'メイリオ', Meiryo;
  font-size: 62.5%;

  color: #333;
  background-color: #fff;
}

img {
  max-width: 100%;
}

body {
  font-size: 1.0rem;

  word-wrap: break-word;

  background: url(../images/common/bg_center.png) center 345px repeat-y;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;

  font-feature-settings: 'palt';
}

.header {
  border-top: 3px solid #003d70;
  background-color: #fff;
}

.header > .inner {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  height: 73px;

  justify-content: space-between;
  -ms-align-items: center;
      align-items: center;
}

.logo {
  width: 25vw;
  min-width: 150px;
  max-width: 300px;
}

.search__box {
  width: 25vw;
  max-width: 300px;
  height: 26px;
}

.search__button {
  overflow: hidden;

  width: 60px;
  height: 31px;

  white-space: nowrap;
  text-indent: 200%;

  border: 0;
  background: url(../images/common/btn_search.png) left top no-repeat;
}

.contents {
  position: relative;
  padding-bottom: 50px;/*100px*/
}

.contents::before,
.contents::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
}

.contents::before {
  z-index: 2;
  height: 100%;
  background: url(../images/common/bg_top.png) center -141px no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.contents::after {
  z-index: 1;
  height: 204px;
  background-color: #fff;
}

.contents__inner {
  position: relative;
  z-index: 2;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 40px;
  display: none;
  width: 116px;
  height: 112px;
  z-index: 9999;
}


/*** parts ***/

.ff-sawarabi {
  font-family: 'Sawarabi Gothic';
}

.ff-karma {
  font-family: 'Karma', serif;
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

.btn-wrap {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  justify-content: center;
  -ms-align-items: center;
      align-items: center;
}

.btn {
  position: relative;
  height: 50px;
}

.btn :hover {
  color: #001f50;
  background-color: rgb(194, 219, 239);
  font-weight: bold;
}

.btn::before {
  position: absolute;
  z-index: 1;
  right: -5px;
  bottom: -6px;

  width: 100%;
  height: 50px;

  content: '';

  border-radius: 6px;
  background-color: rgba(194, 219, 239, .6);
}

.btn__inner {
  font-size: 16px;
  font-size: 1.6rem;

  position: relative;
  z-index: 2;

  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  height: 100%;
  padding: 0 20px;

  text-decoration: none;

  color: #001f50;
  background-color: #fff;
  border: 1px solid rgba(194, 219, 239, .6);
  border-radius: 6px;

  justify-content: center;
  -ms-align-items: center;
      align-items: center;
}

.btn-wrap-r {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  margin-right: 25px;

  justify-content: flex-end;
  -ms-align-items: center;
      align-items: center;
}

.btn-r {
  position: relative;
  height: 50px;
}

.btn-r :hover {
  color: #001f50;
  background-color: rgb(194, 219, 239);
  font-weight: bold;
}

.btn-r::before {
  position: absolute;

  z-index: 1;
  right: -5px;
  bottom: -6px;

  width: 100%;
  height: 50px;

  content: '';

  border-radius: 6px;
  background-color: rgba(194, 219, 239, .6);
}

.btn__inner-r {
  font-size: 16px;
  font-size: 1.6rem;

  position: relative;
  z-index: 2;

  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  height: 100%;
  padding: 0 20px;

  text-decoration: none;

  color: #001f50;
  background-color: #fff;
  border: 1px solid rgba(194, 219, 239, .6);
  border-radius: 6px;

  justify-content: flex-end;
  -ms-align-items: center;
      align-items: center;
}

.btn-wrap-l {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  margin-left: 20px;

  justify-content: flex-start;
  -ms-align-items: center;
      align-items: center;
}

.btn-l {
  position: relative;
  height: 50px;
}

.btn-l :hover {
  color: #001f50;
  background-color: rgb(194, 219, 239);
  font-weight: bold;
}

.btn-l::before {
  position: absolute;

  z-index: 1;
  right: -5px;
  bottom: -6px;

  width: 100%;
  height: 50px;

  content: '';

  border-radius: 6px;
  background-color: rgba(194, 219, 239, .6);
}

.btn__inner-l {
  font-size: 16px;
  font-size: 1.6rem;

  position: relative;
  z-index: 2;

  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  height: 100%;
  padding: 0 20px;

  text-decoration: none;
  color: #001f50;

  background-color: #fff;
  border: 1px solid rgba(194, 219, 239, .6);
  border-radius: 6px;

  justify-content: flex-start;
  -ms-align-items: center;
      align-items: center;
}

.box {
  margin-bottom: 80px;
}

.box__inner {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  margin-bottom: 30px;

  justify-content: space-between;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
}

.box__inner:last-child,
.box__inner.box--bb_none {
  border-bottom: none;
}

.box__title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  margin: 30px 0;
  padding: 21px;
  border-top: 1.5px dashed #001f42;
  border-bottom: 1.5px dashed #001f42;
}

.box__title::before,
.box__title::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: url(../images/common/line.gif) left top repeat-x;
}

.box__title::before {
  top: 0;
}

.box__title::after {
  bottom: 0;
}

.box__title--inner {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.box__title--inner_line2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 15px;
  padding-left: 3em;
  text-indent: -3em;
}

.box__title--inner::before,
.box__title--inner::after,
.box__title--inner_line2::before,
.box__title--inner_line2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  content: '';
}

.box__title--inner::before,
.box__title--inner_line2::before {
  z-index: 2;
  width: 335px;
  background-color: #001f50;
}

.box__title--inner::after,
.box__title--inner_line2::after {
  z-index: 1;
  width: 100%;
  background-color: #d1d1d1;
}

.box__img--l {
  width: 28.125%;
  margin-right: 2.5%;
}

.box__img--r {
  width: 28.125%;
  margin-left: 2.5%;
}

.box__desc {
  -webkit-flex: 1 0 28.125%;
     -moz-flex: 1 0 28.125%;
      -ms-flex: 1 0 28.125%;
       -o-flex: 1 0 28.125%;
          flex: 1 0 28.125%;
}

.box__text--inner {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;

  position: relative;

  width: 100%;
  margin-bottom: 22px;
  padding: 0 0 15px 21px;
}

.border__dashed {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  margin: 30px 0;
  padding: 21px 0;
  border-top: 1px dashed #001f42;
}

.interview-link {
  margin-bottom: 90px;
}

.interview-link__list {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  width: 90.625%;
  margin: 0 auto 20px;

  justify-content: space-between;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
}

.interview-link__item {
  width: 48.6%;
}

.interview-link__link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
  color: #333;
}

.interview-link__link img:hover {
  opacity: 0.7;
}

.interview-link_u__list {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  width: 90.625%;
  margin: 0 auto;

  justify-content: space-between;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
}

.interview-link_u__list::after {
  width: 23%;
  content: '';
}

.interview-link_u__item {
  width: 23%;
  margin-bottom: 5px;
}

.interview-link_u__link {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  color: #333;
}

.interview-link_u__link_s {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  color: #333;
}

.interview-link_u__link img:hover,
.interview-link_u__link_s img:hover {
  opacity: 0.7;
}

.interview-link_u__link span:hover,
.interview-link_u__link_s span:hover {
  text-decoration: underline;
}

.hd01 {
  line-height: 1;
  margin-bottom: 50px;
  color: #5c6a87;
}

.hd01__big {
  font-family: 'Karma';
  font-size: 60px;
  font-size: 6.0rem;
  display: block;
  color: #5c6a87;
}

.hd01__mid {
  font-family: 'Karma';
  font-size: 20px;
  font-size: 2.0rem;
  display: block;
  color: #5c6a87;
  margin-bottom: 5px;
}

.title-border-right {
display: flex;
align-items: center;
}
.title-border-right:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border-right:after {
margin-left: 1rem;
}

.hd01__small {
  font-family: 'Sawarabi Gothic';
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
  padding: 5px 5px 0;
  margin-top: -10px;
  color: #001f42;
}

.hd01__small_02 {
  font-family: 'Sawarabi Gothic';
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
  padding: 15px 5px 0;
  margin-top: -10px;
  color: #001f42;
}

.hd01__sub__big {
  font-family: 'Sawarabi Gothic';
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: normal;
  display: block;
  padding: 5px 0 0;
  margin-top: 10px;
  color: #475269;
}

.hd02 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  margin-bottom: 35px;
  text-align: center;
}

.hd03 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #003678;
  padding-left: 40px;
  margin-bottom: 10px;
  text-align: left;
}

.txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  margin-bottom: 22px;
}

.txt_small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.375;
  margin-bottom: 22px;
}

.txt_small_02 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.375;
  margin-bottom: 30px;
}

.txt_small_cap {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.375;
  margin: 5px auto;
  text-align: center;
}

.txt_small_cap_02 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.375;
  margin: 5px auto 0;
}

.txt_large {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.375;
  margin-bottom: 22px;
}

.txt_outline_l {
font-family: 'Roboto';
font-size: 50px;
letter-spacing: 2px;
color: #fff;
text-shadow: 1px 1px 0 #5c6a87,
             -1px 1px 0 #5c6a87,
             1px -1px 0 #5c6a87,
             -1px -1px 0 #5c6a87;
padding-right: 10px;
}

.txt_padd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  padding-left: 10px;
  margin-bottom: 22px;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-p_right {
  width: 69%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  padding-left: 10px;
  margin-bottom: 22px;
  float: right;
}

.txt_mb5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  margin-bottom: 5px;
}

.text__link {
  color: #003678;
  font-size: 16px;
  padding: 3px 15px 3px 2px;
}

.text__link a:link {
  color: #003678;
}

.text__link a:hover {
  text-decoration: underline;
  color: #0050b3;
}

.text__link a:visited {
  color: #00489f;
}

.text__link__small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  padding-left: 10px;
  margin-bottom: 22px;
  text-decoration: none;
}

.text__link__small a:link {
  text-decoration: none;
  color: #003678;
}

.text__link__small a:hover {
  text-decoration: underline;
  color: #0050b3;
}

.text__link__small a:visited {
  color: #00489f;
}

.text__link__small-t {
  color: #003678;
  font-size: 14px;
  font-size: 1.4rem;
}

.text__link__small-t a:link {
  text-decoration: none;
  color: #003678;
}

.text__link__small-t a:hover {
  text-decoration: underline;
  color: #0050b3;
}

.text__link__small_t a:visited {
  color: #00489f;
}
/*
.text__link__pdf {
  background: url(../images/common/detail_link_pdf.png) left 4px no-repeat;
  line-height: 2.0;
  padding: 0 25px;
}
*/
.text__link__pdf {
  background: url("../images/common/icon_pdf.svg") left 4px no-repeat;
  line-height: 1.8;
  padding:  0 0 0 25px;
  width: 70px;
}

/*
.text__link__word {
  background: url(../images/common/icon_word.gif) left 4px no-repeat;
  line-height: 2.0;
  padding: 0 25px;
}
*/
.text__link__word {
  background: url(../images/common/icon_word.svg) left 4px no-repeat;
  line-height: 1.8;
  padding: 0 25px;
      width: 70px;
}
.word {
  background: url(../images/common/icon_word.svg) left 4px no-repeat;
  line-height: 2.0;
  padding: 0 0 0 25px;
          width: 70px;
}
/*
.text__link__excel {
  background: url(../images/common/icon_excel.gif) left 4px no-repeat;
  line-height: 2.0;
  padding: 0 25px;
}
*/
.text__link__excel {
  background: url(../images/common/icon_excel.svg) left 4px no-repeat;
  line-height: 1.8;
  padding: 0 25px;
  width: 70px;
}

.text__link__ppt {
  background: url(../images/common/icon_ppt.svg) left 4px no-repeat;
  line-height: 1.8;
  padding: 0 25px;
  width: 70px;
}
/*
.text__link__zip {
  background: url(../images/common/icon_download.gif) left 4px no-repeat;
  line-height: 2.0;
  padding: 0 25px;
}
*/
.text__link__zip {
  background: url(../images/common/zip.svg) left 4px no-repeat;
  line-height: 1.8;
  padding: 0 25px;
  width: 70px;
}
.text__link__tn {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: none;
}

.text__link__tn a:link {
  text-decoration: none;
  color: #003678;
}

.text__link__tn a:hover {
  text-decoration: underline;
  color: #0050b3;
}

.text__link__tn a:visited {
  color: #00489f;
}

/*テキストに黄色マーカー*/
.marker_yellow {
  background-color: #ffffb3;
}
.marker_yellow_line {
  background:linear-gradient(transparent 60%, #ffffb3 60%);
}

.mt10 { margin-top: 10px; }

.mt13 { margin-top: 13px; }

.mt20 { margin-top: 20px; }

.mt30 { margin-top: 30px; }

.mt40 { margin-top: 40px; }

.mt50 { margin-top: 50px; }

.mt60 { margin-top: 60px; }

.mt70 { margin-top: 70px; }

.mt80 { margin-top: 80px; }

.mt90 { margin-top: 90px; }

.mt100 { margin-top: 100px; }

.mt145 { margin-top: 145px; }

.mt165 { margin-top: 165px; }

.mt180 { margin-top: 180px; }

.mt200 { margin-top: 200px; }

.mb05 { margin-bottom: 5px; }

.mb10 { margin-bottom: 10px; }

.mb20 { margin-bottom: 20px; }

.mb30 { margin-bottom: 30px; }

.mb40 { margin-bottom: 40px; }

.mb50 { margin-bottom: 50px; }

.mb60 { margin-bottom: 60px; }

.mb70 { margin-bottom: 70px; }

.mb80 { margin-bottom: 80px; }

.mb90 { margin-bottom: 90px; }

.mb100 { margin-bottom: 100px; }

.mb105 { margin-bottom: 105px; }

.ml05 { margin-left: 5px; }

.ml10 { margin-left: 10px; }

.ml20 { margin-left: 20px; }
.ml26 { margin-left: 26px; }

.ml30 { margin-left: 30px; }

.ml40 { margin-left: 40px; }

.ml50 { margin-left: 50px; }

.mr05 { margin-right: 5px; }

.mr10 { margin-right: 10px; }

.mr20 { margin-right: 20px; }

.mr30 { margin-right: 30px; }

.mr50 { margin-right: 50px; }

/**　下寄せ　**/
.bottom0 {
	position:absolute;
	bottom: 0;
}

.clear_both { clear: both; }

.domain::before { content: '@'; }

/**　テキスト枠　**/

.red_box {
    margin: 1em 0 1em;
    padding: 0.8em 1em;
    background-color: #fdfdfd;
    border: solid 2px #ea5550;
    border-radius: 3px;
    font-size: 1.5em;
}
.red_box a {
  margin: 0 10px 0 0;
  color: #00347a;
  text-decoration: none;
}
.red_box a:visited,
.red_box a:active {
  color: #00347a;
}
.red_box a:hover {
  text-decoration-line: underline;
}
/*革新トップページのこれまでの公募・選定について*/
.attn_box {
    margin: 2em 1em;
    padding: 1.2em 2em;
    background-color: rgba(194, 219, 239, .15);
    height: auto;
}

.attn_box .box-title {
    font-size: 15px;
    color: #5c6a87;
    font-weight: bold;
}
.attn_box p {
    margin: 0; 
    padding: 0;
}

.attn_box b {
    color: #5c6a87;
    font-weight: bold;
}

.attn_box dl {
    padding-left: 4.5em;
    padding-top: 1em;
}
.attn_box dl dt,dl dd {
  float: left;
  margin: 0;
}
.attn_box dl dt {
    clear: left;
	float: left;
	margin-left: -4.5em;
}

/*注意書き付き・細線付き枠*/
.attn_box_line {
    position: relative;
    margin: 2em 5em 0 0;
    padding: 1em 2em;
    border: solid 1px #5c6a87;
    border-radius: 1px;
}
.attn_box_line .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 15px;
    background: #FFF;
    color: #5c6a87;
    font-weight: bold;
}
.attn_box_line p {
    margin: 0; 
    padding: 0;
}

.attn_box_line b {
    margin: 0; 
    padding: 0;
    font-weight: bold;
}

/*注意青枠ここまで*/

/*****************************************
      kakushin Topicpath
*****************************************/
.topicpath {
  margin: 0 auto;
  padding-top: 5px;
/*  background: url(../img/common/parts/topicpath_bg.png) 0 0 repeat-x;*/
/*  background: #eee;*/
/*  border-bottom: 1px solid #c3c3c3;*/
}
.topicpath ol {
  width: 960px;
  /*min-height: 36px;*/
  margin: 0 auto;
  list-style: none;
  letter-spacing: -0.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topicpath ol li {
  margin: 0 10px 0 0;
/*  display: inline-block;
  /display: inline;*/
  zoom: 1;
  float: left;
  line-height: 20px;
  letter-spacing: normal;
  vertical-align: top;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topicpath ol li:last-child {
  float: none;
}
.topicpath ol li a {
  margin: 0 10px 0 0;
  color: #00347a;
  text-decoration: none;
}
.topicpath ol li a:visited,
.topicpath ol li a:active {
  color: #00347a;
}


/*** toppage ***/

.top .main-visual {
  padding: 50px 0 0;
}

.top-intro {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  margin-bottom: 20px;/*90*/
  padding-top: 100px;
  justify-content: space-between;
}

.top-intro_k03 {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  margin-bottom: 20px;
  padding-top: 20px;
  justify-content: flex-start;
}

.top-news {
  width: 59.479%;
  margin-right: 27px;
}

.top-news__inner {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  justify-content: space-between;
}

.top-scroll {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: auto;
  padding: 5px 10px;
  width: 100%;
  height: 320px;/*195px*/
  border: 1px solid #ccc;
  margin-bottom: 10px;/*30*/
}

.top-scroll_kakushin2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: auto;
  padding: 5px 10px;
  width: 100%;
  height: 195px;
  border: 1px solid #ccc;
  margin-bottom: 10px;/*30*/
}

.top-scroll_kakushin3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: auto;
  padding: 5px 10px;
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.top-twitter {
  width: 37%;

}
.top-twitter_02 {
  width: 100%;
}

.timeline {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.top-about {
  width: 100%;
  margin-bottom: 90px;
}

.top-about__inner {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  margin-left: 20px;
  margin-right: 20px;

  justify-content: space-between;
}

.top__img--l_pdf {
  width: 100px;
  height: 141px;
}

.top__img--l_pdf:hover {
  opacity: 0.7;
}

.top-list_t {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  height: 160px;
  padding: 8px 0 0 40px;
}

.top-list_t ul li {
  list-style-type: disc;
}

.top-list_t ul li:first-child {
  margin-bottom: 16px;
}

.top-list_b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  padding-left: 1.2em;
}

.top-list_b ul li {
  list-style-type: decimal;
  margin-bottom: 20px;
}

.top-news__desc,
.top-about__desc {
  -webkit-flex: 1 0 28.125%;
     -moz-flex: 1 0 28.125%;
      -ms-flex: 1 0 28.125%;
       -o-flex: 1 0 28.125%;
          flex: 1 0 28.125%;
}

.top-link {
  margin-bottom: 90px;
}

.top-link ul {
  width: 90.625%;
  margin: -20px auto 0;
}

.top-link ul li {
  height: 100px;
  padding: 8px 0;
}

.top-link ul li img {
  margin-right: 15px;
}

.top-link ul li img:hover {
  opacity: 0.7;
}

.top-link ul li p {
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.5;
}

.top-link ul li p a:link {
  text-decoration: none;
  color: #003678;
}

.top-link ul li p a:hover {
  text-decoration: underline;
  color: #0050b3;
}

.top-link ul li p a:visited {
  color: #00489f;
}

.top-presskit {
  margin-bottom: 90px;
}

.top-presskit ul {
  width: 90.625%;
  margin: -20px auto 0;
}

.top-presskit ul li {
  height: 180px;
  padding: 8px 0;
}

.top-presskit ul li img {
  margin-right: 15px;
}

.top-presskit ul li img:hover {
  opacity: 0.7;
}

.top-presskit ul li p {
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.5;
}

.top-presskit ul li p a:link {
  text-decoration: none;
  color: #003678;
}

.top-presskit ul li p a:hover {
  text-decoration: underline;
  color: #0050b3;
}

.top-presskit ul li p a:visited {
  color: #00489f;
}

/*** news ***/

.news .main-visual {
  padding: 50px 0 0;
  margin-bottom: 80px;
}

.news .main-visual_02 {
  padding: 50px 0 0;
  margin-bottom: 30px;
}

.news_area {
  width: 90.625%;
  margin: 0 auto 80px;
}

.news_area_01 {
  width: 90.625%;
  margin: 0 0 0 15px;
}

.news_area_k03 {
  width: 100%;
  margin: 180px auto 30px;
}

.news-box {
  padding-left: 10px;
  margin-bottom: 10px;
}

.news-box_link {
  padding-left: 20px;
  margin-bottom: 20px;
}

.hd01__news {
  font-family: 'Sawarabi Gothic';
  font-size: 28px;
  font-size: 2.8rem;
  color: #001f50;
  text-align: center;

  display: block;
  margin-bottom: 30px;
}

.hd02__news {
  font-size: 20px;
  font-size: 2.0rem;
  color: #fff;
  background: #001f50;

  display: block;
  margin-bottom: 10px;
  padding: 8px 20px;
}

.hd03__news {
  background: url(../images/common/n_point.png) 0 0 no-repeat;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 20px;
  margin-bottom: 5px;
}

.hd06__news {
  background: url(../../img/common/parts/h5_point.png) 10px 15px no-repeat;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 8px 0 8px 35px;
}
/*kakushin3*/
.hd06__news_k03 {
  background: url(../../img/common/parts/h5_point.png) 10px 10px no-repeat;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 8px 0px 8px 35px;
}

.news_txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
}

.news_txt_s {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}

.news_is {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.news_il {
  padding-left: 7.5em;
  text-indent: -7.5em;
}

.lh2 {
  line-height: 2.0;
}

.lh3 {
  line-height: 3.0;
}

.news_del {
  color: #e30022;
  text-decoration: line-through;
}

.news_del span {
  color: #333;
}

.news_txt .sup {
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: super;
  padding-right: 5px;
}

.news_txt .color-red {
  font-weight: bold;
  color: #e30022;
}

.news_txt .color-db {
  color: #003678;
}

.news_txt .color-db_b {
  color: #003678;
  font-weight: bold;
}

.news_txt .color-db_bu {
  color: #003678;
  font-weight: bold;
  text-decoration: underline;
}

.hd06__news a:link,
.hd06__news_k03 a:link,
.news_txt a:link {
  text-decoration: none;
  color: #003678;
}

.hd06__news a:hover,
.hd06__news_k03 a:hover,
.news_txt a:hover {
  text-decoration: underline;
  color: #0050b3;
}

.hd06__news a:visited,
.hd06__news_k03 a:visited,
.news_txt a:visited {
  color: #00489f;
}

.news_txt .color-red a:link {
  text-decoration: none;
  color: #e30022;
}

.news_txt .color-red a:hover {
  text-decoration: underline;
  color: #ff0b30;
}

.news_txt .color-red a:visited {
  color: #ff0b30;
}


.news_table {
  border-collapse: collapse;
  width: 90%;
  margin-left: 20px;
}

.news_table span {
  display: block;
  padding: 16px;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.news_table tr {
  border: 1px solid #ddd;
  vertical-align: middle;
}

.news_table th {
  background: #ebf3ff;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.news_table td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

.news_table_w {
  border-collapse: collapse;
  margin: 30px 10px;
}

.news_table_w tr {
  border: 1px solid #ddd;
  vertical-align: middle;
}

.news_table_w th {
  background: #ebf3ff;
  border: 1px solid #ddd;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
}

.news_table_w td {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #ddd;
  vertical-align: middle;
  padding: 10px;
}

.news_table_w td.bgyellow{
background-color: #ffffe0;  
}

.news_fl-area {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  width: 100%;
  max-width: 650px;
  margin: 0 0 50px 0;

  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
}

.nfa_title {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 4px;
}

.nfa_3col_l {
  width: 15%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 4px 8px 20px;
}

.nfa_3col_c {
  width: 60%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 4px;
}

.nfa_3col_r {
  width: 25%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 4px;
}

.nfa_2col_l {
  width: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 4px 8px 20px;
}

.nfa_2col_r {
  width: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 4px;
}

.news-list_t {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0;
  padding-left: 1em;
  margin-left: 10px;
  margin-bottom: 22px;
}

.news-list_t li {
  list-style-type: disc !important;
}


/*** missionmark ***/

.missionmark {
  margin-bottom: 30px;
}

.missionmark__visual {
  width: 47.708%;
  padding-left: 27px;
  padding-right: 20px;
}

.missionmark__hd01 {
  font-family: 'Sawarabi Gothic';
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  text-decoration: none;
  display: block;
  color: #003678;
  padding-left: 15px;
  margin-bottom: 30px;
}

.missionmark__list {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  width: 90.625%;
  margin: 0 auto 50px;
  text-align: center;

  justify-content: space-between;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
}

.missionmark__list::after {
  width: 23%;

  content: '';
}

.missionmark__item {
  width: 23%;
  margin-bottom: 10px;
}

.missionmark__item img:hover {
  opacity: 0.7;
}

.missionmark__link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.missionmark__link_s {
  font-size: 13.5px;
  font-size: 1.35rem;
  line-height: 1.5;
  text-decoration: none;
  color: #333;
}

.missionmark__link span:hover,
.missionmark__link_s span:hover {
  text-decoration: underline;
}


/*** project ***/

.missionmark-intro,
.project-intro {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  margin-bottom: 30px;
  padding-top: 80px;

  justify-content: space-between;
}

.project .main-visual {
  width: 49.5%;
/*width: 47.708%;*/
  padding-left: 27px;
  padding-right: 20px;
}
/*2号機の搭載CG*/
.main-visual-2 {
  width: 65%;
  padding-left: 27px;
  padding-right: 30px;
}
/*3号機の搭載CG*/
.main-visual-3 {
  width: 55%;
  padding-left: 27px;
  padding-right: 30px;
}

.project-intro__left {
  width: 55%;
  padding-right: 30px;
}

.missionmark-intro__right,
.project-intro__right {
  width: 49.479%;
}

.project-about__inner {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  justify-content: space-between;
}

.project-outline {
  margin-bottom: 50px;
}
.project-outline__inner {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  justify-content: space-between;
}
.project-outline__figure {
  width: 25%;
  text-align: right;
}
.project-outline__desc {
  width: 70%;
  padding-left: 20px;
}

.project-outline a:link {
  color: #003678;
  text-decoration: none;
}

.project-outline a:hover {
  color: #0050b3;
  text-decoration: underline;
}

.project-outline a:visited {
  color: #00489f;
}


.project-scroll {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: auto;
  padding: 5px 10px;
  width: 100%;
  height: 240px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background: #fff;
}

.project-scroll-2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: auto;
  padding: 5px 10px;
  width: 100%;
  height: 305px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background: #fff;
}
.project-scroll-3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  overflow: auto;
  padding: 5px 10px;
  width: 100%;
  height: 140px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background: #fff;
}
.project-scroll-k3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  overflow: auto;
  padding: 5px 10px;
  width: 100%;
  height: 170px;/*580*/
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background: #fff;
}
.project-twlink_icon {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  vertical-align: middle;
  overflow: auto;
  padding-top: 5px;
  width: 100%;
  text-align: right;
  margin-bottom: 50px;
}

.project-upcoming-intro {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  margin-bottom: 70px;
  padding-top: 30px;

  justify-content: space-between;
}

.project-upcoming {
  margin: 40px 0 0 0;
}
.project-upcoming__inner {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  justify-content: space-between;
}

.upcoming_title {
font-family: 'Roboto';
font-size: 20px;
letter-spacing: 2px;
color: #FFF;
padding: 5px 14px;
}


.upcoming_link ul {
  margin: 10px auto;
}

.upcoming_link li {
  
  padding: 3px 0;
}

.upcoming_link ul li p {
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.5;
}

.upcoming_link ul li p a:link {
  text-decoration: none;
  color: #003678;
}

.upcoming_link ul li p a:hover {
  text-decoration: underline;
  color: #0050b3;
}

.upcoming_link ul li p a:visited {
  color: #00489f;
}

.missionmark-outline {
  margin-bottom: 80px;
}

.outline_title_l {
  width: 80%;
  padding-right: 20px;
  float: left;
}

.project-missionmark_r {
  width: 20%;
  float: right;
}

.missionmark_r {
  width: 95%;
  margin-top: -7px;
}

.banner-link {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  justify-content: center;
}

/*複数のバナーを横並びに配置**/
.banner-link-1{
	display: flex;
	flex-wrap:wrap;
}
.banner-link-1 li {
	width: calc(100%/1);/*←画像を横に1つ並べる場合*/
	padding:5px 0;/*←画像の上下左右に余白を入れる場合*/
	box-sizing:border-box;
}
.banner-link-1 li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	/*border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
.banner-link-2{
	display: flex;
	flex-wrap:wrap;
}
.banner-link-2 li {
	width: calc(100%/2);/*←画像を横に2つ並べる場合*/
	padding:0 0px;/*←画像の左右に10pxの余白を入れる場合*/
	box-sizing:border-box;
}
.banner-link-2 li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}
.banner-link-3{
	display: flex;
	flex-wrap:wrap;
}
.banner-link-3 li {
	width: calc(100%/3);/*←画像を横に3つ並べる場合*/
	/*padding:0 10px;←画像の左右に10pxの余白を入れる場合*/
	box-sizing:border-box;
}
.banner-link-3 li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}
/*end*/

.main-visual a:hover,
.project-twlink_icon a:hover,
.project-twlink_icon_k03 a:hover,
.banner-link a:hover {
  opacity: 0.7;
}

.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.project-about {
  margin-bottom: 80px;
}
.project-about_inner {
  width: 800px;
  text-align:center;
  margin:0 auto;
}

.project-about__figure {
  width: 40.625%;
}

.project-about__desc {
  width: 57.291%;
  padding-left: 20px;
}
.project-about__table {
  width: 40.625%;
}
.project-about__table_100 {
  width: 100%;
}

.project-about__hd {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}

.project-about__r2 {
  font-size: 250%;
  font-weight: bolder;
  line-height: 1.5;
  margin-bottom: 10px;
}

.about_table {
  border-collapse: collapse;
  width: 100%;
}

.about_table span {
  display: block;
  padding: 16px;
  font-weight: normal;
  font-size: 1.4rem;
}

.about_table tr {
  border: 1px solid #ddd;
  vertical-align: middle;
}

.about_table th {
  background: #ddd;
  font-size: 1.4rem;
  border: 1px solid #fff;
  vertical-align: middle;
}

.about_table th.top {
  border-top: 1px solid #ddd;
}

.about_table th.bottom {
  border-bottom: 1px solid #ddd;
}

.about_table td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

.about_table td a:link {
  text-decoration: none;
  color: #003678;
}

.about_table td a:hover {
  text-decoration: underline;
  color: #0050b3;
}

.about_table td a:visited {
  color: #00489f;
}

.project-theme {
  margin-bottom: 80px;
}

.project-u {
  margin-bottom: 10px;
}

.project-u__list {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  width: 90.625%;
  margin: 0 auto;
  text-align: center;

  justify-content: space-between;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
}

.project-u__list::after {
  width: 23%;
  content: '';
}

.project-u__item {
  width: 24%;
  margin-bottom: 10px;
}

.project-u__link {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.project-u__link_s {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.project-u__link img:hover,
.project-u__link_s img:hover {
  opacity: 0.7;
}

.project-u__link span:hover,
.project-u__link_s span:hover {
  text-decoration: underline;
}

.project-theme__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.375;
  padding-left: 5em;
  text-indent: -5em;
  margin: 0 10px 5px 10px;
}

.project-theme__title_after {
  width: 99%;
  height: 2px;
  background-color: #003678;
  margin: 20px auto;
}

.project-theme__inner {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  margin-bottom: 20px;
  justify-content: space-between;

  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;

  -ms-align-items: stretch;
      align-items: stretch;
}

.project-theme__figure {
  width: 28.125%;
  margin-left: 0.3%;
  margin-right: 2.5%;
}

.project-theme__desc {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  width: 67%;
  flex: 1;
  justify-content: space-between;

  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;

  -ms-align-items: flex-end;
      align-items: flex-end;
}

.project-theme__text {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;

  -ms-align-self: flex-start;
  align-self: flex-start;
}

.project-theme__list {
  width: 100%;
  align-self: flex-start;
}

.project-theme__list ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  text-indent: -2.6em;
  padding-left: 2.6em;
  margin: 0 auto 5px;
}

.project-theme__icon {
  width: 45%;
  min-height: 0%;
}
.project-theme__icon a {
  text-decoration: none;
}
.project-theme__icon a:hover {
  opacity: 0.7;
}

.project-theme__icon_l {
  width: 61%;
  min-height: 0%;
}
.project-theme__icon_l a {
  text-decoration: none;
}
.project-theme__icon_l a:hover {
  opacity: 0.7;
}
.project-theme__mi {
  width: 26%;
  margin-right: 2%;
  min-width: 50px;
}
.project-theme__mi_l {
  width: 20%;
  margin-right: 2%;
  min-width: 50px;
}
.project-theme__mi_03 {
  width: 33%;
  margin-right: 2%;
  min-width: 50px;
}
.project-theme__ii {
  width: 70%;
  min-width: 150px;
}

.project-theme__ii_l {
  width: 34%;
      margin-right: 2%;
  min-width: 150px;
}
.project-theme__ii_03 {
  width: 64%;
  min-width: 150px;
}
.spec {
  width: 100%;
  margin: 10px 0 20px;
}

.spec_title {
  position: relative;
  background: #ebf3ff;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 0 8px 30px;
  cursor: pointer;
  width: 100%;
}

.spec_icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 10px;
  height: 2px;
  margin: auto;
  background: #333;
  content: '';
  transition: all 0.2s;
}

.spec_icon::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 2px;
  height: 10px;
  margin: auto;
  background: #333;
  content: '';
}

.active .spec_icon {
  -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.spec_table {
  display: none;
  padding: 0;
  background: #fff;
}

table.spec_table {
  border-collapse: collapse;
  width: 100%;
  background: #ddd;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.spec_table th {
  width: 14%;
  font-weight: normal;
  text-align: center;
  padding: 8px;
  border-top: 1px solid #fff;
}

.spec_table td {
  width: 85%;
  padding: 8px 8px 8px 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}



.spec_table_open {
  padding: 0;
  background: #fff;
}

table.spec_table_open {
  border-collapse: collapse;
  width: 100%;
  background: #ddd;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.spec_table_open th {
  width: 14%;
  font-weight: normal;
  text-align: center;
  padding: 8px;
  border-top: 1px solid #fff;
}

.spec_table_open td {
  width: 85%;
  padding: 8px 8px 8px 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}



.project-link {
  width: 100%;
  margin-top: 20px;
}

.project-link__title {
  background: #ebf3ff;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 15px;
}

.project-link ul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.project-link ul li {
  background: url(../images/common/p_point.png) 0 6px no-repeat;
  padding-left: 15px;
  margin: 20px;
}

.project-link ul li a:link {
  text-decoration: none;
  color: #003678;
}

.project-link ul li a:hover {
  text-decoration: underline;
  color: #0050b3;
}

.project-link ul li a:visited {
  color: #00489f;
}

.project-link__blank {
  background: url(../images/common/link_blank.png) right center no-repeat;
  padding-left: 18px;
}

.project-link__pdf {
  background: url(../images/common/icon_pdf.svg) right center no-repeat;
  padding-left: 25px;
}


/*** interview LINK ***/

.interview_list {
  padding-top: 80px;
}

.interview_list_02 {
  padding-top: 30px;
}

.interview_list__hd01 {
  font-family: 'Sawarabi Gothic';
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  text-decoration: none;
  display: block;
  color: #003678;
  padding-left: 15px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.interview_list__hd02 {
  font-family: 'Sawarabi Gothic';
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  text-decoration: none;
  display: block;
  color: #003678;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}


/*** interview ***/

.interview .contents::before,
.interview .contents::after {
  display: none;
}

.interview .contents__inner {
  padding-top: 50px;
}

.profile {
  height: 446px;

  background-color: #ebf5fc;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

.profile .inner {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  height: 100%;
  justify-content: center;

  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;

  -ms-align-items: flex-end;
      align-items: flex-end;
}

.profile .inner-u {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  height: 100%;
  justify-content: flex-end;

  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;

  -ms-align-items: flex-end;
      align-items: flex-end;
}

.profile__header {
  width: 51.458%;
}

.profile__category {
  font-family: 'Karma';
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  color: rgba(0, 31, 80, .6);
}

.profile__title {
  font-family: 'Sawarabi Gothic';
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 1.25;
  margin-bottom: 6px;
  color: #001f50;
}

/*** interview kakushin1 profile***/
.interview01 .profile {
  background-image: url(../images/interview/01/01_main_visual.jpg);
}
.interview02 .profile {
  background-image: url(../images/interview/01/02_main_visual.jpg);
}
.interview03 .profile {
  background-image: url(../interview/images/01/03/01_03_top.jpg);
}
.interview04 .profile {
  background-image: url(../interview/images/01/04/01_04_top.jpg);
}
.interview05 .profile {
  background-image: url(../interview/images/01/05/01_05_top.jpg);
}
.interview06 .profile {
  background-image: url(../interview/images/01/06/01_06_top.jpg);
}
.interview07 .profile {
  background-image: url(../interview/images/01/07/01_07_top.jpg);
}
.interview08 .profile {
  background-image: url(../interview/images/01/08/01_08_top.jpg);
}
.interview09 .profile {
  background-image: url(../interview/images/01/09/01_09_top.jpg);
}
.interview10 .profile {
  background-image: url(../interview/images/01/10/01_10_top.jpg);
}
.interview11 .profile {
  background-image: url(../interview/images/01/11/01_11_top.jpg);
}
.interview12 .profile {
  background-image: url(../interview/images/01/12/01_12_top.jpg);
}
.interview13 .profile {
  background-image: url(../interview/images/01/13/01_13_top.jpg);
}
.interview14 .profile {
  background-image: url(../interview/images/01/14/01_14_top.jpg);
}
.interview15 .profile {
  background-image: url(../interview/images/01/15/01_15_top.jpg);
}

/*** interview kakushin2 profile***/
.interview02_01 .profile {
  background-image: url(../images/interview/02/02_01_main_visual.jpg);
}
.interview02_02 .profile {
  background-image: url(../images/interview/02/02_02_main_visual.jpg);
}
.interview02_03 .profile {
  background-image: url(../interview/images/02/03/02_03_top.jpg);
}
.interview02_04 .profile {
  background-image: url(../interview/images/02/04/02_04_top.jpg);
}
.interview02_05 .profile {
  background-image: url(../interview/images/02/05/02_05_top.jpg);
}
.interview02_06 .profile {
  background-image: url(../interview/images/02/06/02_06_top.jpg);
}
.interview02_07 .profile {
  background-image: url(../interview/images/02/07/02_07_top.jpg);
}
.interview02_08 .profile {
  background-image: url(../interview/images/02/08/02_08_top.jpg);
}
.interview02_09 .profile {
  background-image: url(../interview/images/02/09/02_09_top.jpg);
}
.interview02_10 .profile {
  background-image: url(../interview/images/02/10/02_10_top.jpg);
}
.interview02_11 .profile {
  background-image: url(../interview/images/02/11/02_11_top.jpg);
}
.interview02_12 .profile {
  background-image: url(../interview/images/02/12/02_12_top.jpg);
}
.interview02_13 .profile {
  background-image: url(../interview/images/02/13/02_13_top.jpg);
}
.interview02_14 .profile {
  background-image: url(../interview/images/02/14/02_14_top.jpg);
}
.interview02_15 .profile {
  background-image: url(../interview/images/02/15/02_15_top.jpg);
}
.interview02_16 .profile {
  background-image: url(../interview/images/02/16/02_16_top.jpg);
}

/*** interview kakushin3 profile***/
.interview03_01 .profile {
  background-image: url(../interview/03/img/01_top.jpg);
}
.interview03_02 .profile {
  background-image: url(../interview/03/img/02_top.jpg);
}
.interview03_03 .profile {
  background-image: url(../interview/03/img/03_top.jpg);
}
.interview03_04 .profile {
  background-image: url(../interview/03/img/04_top.jpg);
}
.interview03_05 .profile {
  background-image: url(../interview/03/img/05_top.jpg);
}
.interview03_06 .profile {
  background-image: url(../interview/03/img/06_top.jpg);
}
.interview03_07 .profile {
  background-image: url(../interview/03/img/07_top.jpg);
}
.interview03_08 .profile {
  background-image: url(../interview/03/img/08_top.jpg);
}
.interview03_09 .profile {
  background-image: url(../interview/03/img/09_top.jpg);
}
.interview03_10 .profile {
  background-image: url(../interview/03/img/10_top.jpg);
}
.interview03_11 .profile {
  background-image: url(../interview/03/img/11_top.jpg);
}
.interview03_12 .profile {
  background-image: url(../interview/03/img/12_top.jpg);
}
.interview03_13 .profile {
  background-image: url(../interview/03/img/13_top.jpg);
}
.interview03_14 .profile {
  background-image: url(../interview/03/img/14_top.jpg);
}
.interview03_15 .profile {
  background-image: url(../interview/03/img/15_top.jpg);
}
.interview03_16 .profile {
  background-image: url(../interview/03/img/16_top.jpg);
}
.interview03_17 .profile {
  background-image: url(../interview/03/img/17_top.jpg);
}

.card {
  width: 51.458%;
  padding: 18px 20px;
  background-color: rgba(0,0,0, .7);
}

.card__txt--name {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #fff;
}

.card__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
}

.lead {
  padding: 25px 0;

  background-color: #014278;
}

.lead__inner {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.8;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}

.card-u {
  width: 100%;
  max-width: 960px;
  background-color: rgba(235,245,252, .7);
  padding: 8px 0;
  margin: 0 auto;
  font-family: 'Sawarabi Gothic';
  font-size: 18px;
  font-size: 1.8rem;
  color: #001f50;
}

.profile-u {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;

  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
}

.title-u {
  padding: 5px;
  background-color: #001f50;
}

.title-u__inner {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}

.user {
  padding: 10px;
  background-color: #014278;
}

.user__inner {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: right;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}

.user__inner--name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: right;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}

.lead-u {
  padding: 10px;
  background-color: #ebf5fc;
}

.lead-u__inner {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #001f50;
}

.column {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  margin-bottom: 50px;
  justify-content: space-between;

  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
}

.column__title {
  font-family: 'Sawarabi Gothic';
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 50px;
  color: #001f50;
  line-height:1.5;
}

.column__desc {
  -webkit-flex: 1 0 20%;
     -moz-flex: 1 0 20%;
      -ms-flex: 1 0 20%;
       -o-flex: 1 0 20%;
          flex: 1 0 20%;
}

.column__img--r_rocket {
  width: 20%;
  margin-left: 5.2083%;
}

.column__img--r_rocket_02 {
  width: 25%;
  margin-left: 5.2083%;
}

.column__img--l_rocket {
  width: 20%;
  margin-right: 5.2083%;
}

.column__img--l_middle {
  width: 31.25%;
  margin-right: 5.2083%;
}

.column__img--r_middle {
  width: 31.25%;
  margin-left: 5.2083%;
}

.column__img--max {
  width: 100%;
  margin-bottom: 50px;
}

.column__img--max--center {
  width: 100%;
  margin: 50px auto 50px;
  text-align: center;
}

.column__img--max--center_02 {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.column__img--max86 {
  width: 86%;
  margin: 20px auto 30px;
  text-align: center;
}

.column__img--half {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  width: 90.625%;
  margin: 0 auto;
  padding-left: 50px;
  justify-content: space-between;

  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
}

.column__img--half__item {
  width: 45%;
  line-height: 5;
}
.column__img--half_max {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  width: 100%;
  margin: 0 auto;

  justify-content: space-between;

  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
          flex-wrap: wrap;
}
.column__img--half__item_max {
  width: 48%;
  line-height: 2;
}


.ui_list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.ui_list ul li {
  list-style-type: decimal;
}

.txt_bn {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  margin-bottom: 1.375px;
}

.txt_bn_i {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  padding-left: 4em;
  text-indent: -4em;
  margin-bottom: 15px;
}

.txt_bn_i_02 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  padding-left: 4em;
  text-indent: -4em;
  margin: 40px auto 30px;
}

.interview-u__blank {
  margin-top: 30px;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
  background: url(../../img/common/parts/detail_link_blank.png) right 8px no-repeat;
  padding: 3px 16px 3px 5px;
}

.interview__blank {
  margin-top: 10px;
  text-align: right;
  color: #003678;
  font-size: 16px;
  font-size: 1.6rem;
  background: url(../../img/common/parts/detail_link_blank.png) right 8px no-repeat;
  padding: 3px 15px 3px 2px;
}

.goto_project {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  margin-bottom: 30px;
  padding: 3px 5px;

  justify-content: flex-end;
  -ms-align-items: center;
    align-items: center;
}

.goto_project_mark {
  width: 10%;
  min-width: 80px;
}

.goto_project_text {
  margin-right: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 55%;
}

.interview__blank a:link,
.interview-u__blank a:link,
.goto_project_text a:link {
  color: #003678;
  text-decoration: none;
}

.interview__blank a:hover,
.interview-u__blank a:hover,
.goto_project_text a:hover {
  color: #0050b3;
  text-decoration: underline;
}

.interview__blank a:visited,
.interview-u__blank a:visited,
.goto_project_text a:visited {
  color: #00489f;
}


/*** GlobalNavi ***/

.gNav_k_Wrapper {
  width: 100%;
  background: #003a74;
  height: 65px;
}

.gNav_k_ {
  position: relative;
}

.gNav_k_ ul {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  zoom: 1;
}

.gNav_k_ ul li {
  height: 65px;
  margin: 0;
  float: left;
  display: inline;
}

/*** ２号機タブ実装時 ***/
/*
.gNav_k_ ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/common/gnav/gnav_kakushin2.png) 0 0 no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.gNav_k_ ul li.nav_k_01 { width: 241px; }
.gNav_k_ ul li.nav_k_02 { width: 239px; }
.gNav_k_ ul li.nav_k_03 { width: 239px; }
.gNav_k_ ul li.nav_k_04 { width: 241px; }

.gNav_k_ ul li.nav_k_01 a { background-position: 0 0; }
.gNav_k_ ul li.nav_k_02 a { background-position: -241px 0; }
.gNav_k_ ul li.nav_k_03 a { background-position: -480px 0; }
.gNav_k_ ul li.nav_k_04 a { background-position: -719px 0; }
.gNav_k_ ul li.nav_k_01 a:hover { background-position: 0 -65px; }
.gNav_k_ ul li.nav_k_02 a:hover { background-position: -241px -65px; }
.gNav_k_ ul li.nav_k_03 a:hover { background-position: -480px -65px; }
.gNav_k_ ul li.nav_k_04 a:hover { background-position: -719px -65px; }

.gNav_k_ ul li.nav_k_01 ul li,
.gNav_k_ ul li.nav_k_02 ul li,
.gNav_k_ ul li.nav_k_03 ul li,
.gNav_k_ ul li.nav_k_04 ul li {
  height: auto;
}

.gNav_k_ ul li.nav_k_01 ul li a:hover,
.gNav_k_ ul li.nav_k_02 ul li a:hover,
.gNav_k_ ul li.nav_k_03 ul li a:hover,
.gNav_k_ ul li.nav_k_04 ul li a:hover {
  background-position: 0 0;
  text-decoration: underline;
}
*/

/*** ３号機タブ実装時 ***/
/*
.gNav_k_ ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/common/gnav/gnav_kakushin3.png) 0 0 no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.gNav_k_ ul li.nav_k_01 { width: 192px; }
.gNav_k_ ul li.nav_k_02 { width: 192px; }
.gNav_k_ ul li.nav_k_03 { width: 192px; }
.gNav_k_ ul li.nav_k_04 { width: 192px; }
.gNav_k_ ul li.nav_k_05 { width: 192px; }

.gNav_k_ ul li.nav_k_01 a { background-position: 0 0; }
.gNav_k_ ul li.nav_k_02 a { background-position: -192px 0; }
.gNav_k_ ul li.nav_k_03 a { background-position: -384px 0; }
.gNav_k_ ul li.nav_k_04 a { background-position: -576px 0; }
.gNav_k_ ul li.nav_k_05 a { background-position: -768px 0; }
.gNav_k_ ul li.nav_k_01 a:hover { background-position: 0 -65px; }
.gNav_k_ ul li.nav_k_02 a:hover { background-position: -192px -65px; }
.gNav_k_ ul li.nav_k_03 a:hover { background-position: -384px -65px; }
.gNav_k_ ul li.nav_k_04 a:hover { background-position: -576px -65px; }
.gNav_k_ ul li.nav_k_05 a:hover { background-position: -768px -65px; }

.gNav_k_ ul li.nav_k_01 ul li,
.gNav_k_ ul li.nav_k_02 ul li,
.gNav_k_ ul li.nav_k_03 ul li,
.gNav_k_ ul li.nav_k_04 ul li,
.gNav_k_ ul li.nav_k_05 ul li {
  height: auto;
}

.gNav_k_ ul li.nav_k_01 ul li a:hover,
.gNav_k_ ul li.nav_k_02 ul li a:hover,
.gNav_k_ ul li.nav_k_03 ul li a:hover,
.gNav_k_ ul li.nav_k_04 ul li a:hover,
.gNav_k_ ul li.nav_k_05 ul li a:hover {
  background-position: 0 0;
  text-decoration: underline;
}
*/
/*** ４号機タブ実装時 ***/
/**
.gNav_k_ ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/common/gnav/gnav_kakushin4.png) 0 0 no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.gNav_k_ ul li.nav_k_01 { width: 160px; }
.gNav_k_ ul li.nav_k_02 { width: 160px; }
.gNav_k_ ul li.nav_k_03 { width: 160px; }
.gNav_k_ ul li.nav_k_04 { width: 160px; }
.gNav_k_ ul li.nav_k_05 { width: 160px; }
.gNav_k_ ul li.nav_k_06 { width: 160px; }

.gNav_k_ ul li.nav_k_01 a { background-position: 0 0; }
.gNav_k_ ul li.nav_k_02 a { background-position: -159px 0; }
.gNav_k_ ul li.nav_k_03 a { background-position: -319px 0; }
.gNav_k_ ul li.nav_k_04 a { background-position: -479px 0; }
.gNav_k_ ul li.nav_k_05 a { background-position: -639px 0; }
.gNav_k_ ul li.nav_k_06 a { background-position: -799px 0; }
.gNav_k_ ul li.nav_k_01 a:hover { background-position: 0 -65px; }
.gNav_k_ ul li.nav_k_02 a:hover { background-position: -159px -65px; }
.gNav_k_ ul li.nav_k_03 a:hover { background-position: -319px -65px; }
.gNav_k_ ul li.nav_k_04 a:hover { background-position: -479px -65px; }
.gNav_k_ ul li.nav_k_05 a:hover { background-position: -639px -65px; }
.gNav_k_ ul li.nav_k_06 a:hover { background-position: -799px -65px; }

.gNav_k_ ul li.nav_k_01 ul li,
.gNav_k_ ul li.nav_k_02 ul li,
.gNav_k_ ul li.nav_k_03 ul li,
.gNav_k_ ul li.nav_k_04 ul li,
.gNav_k_ ul li.nav_k_05 ul li,
.gNav_k_ ul li.nav_k_06 ul li {
  height: auto;
}

.gNav_k_ ul li.nav_k_01 ul li a:hover,
.gNav_k_ ul li.nav_k_02 ul li a:hover,
.gNav_k_ ul li.nav_k_03 ul li a:hover,
.gNav_k_ ul li.nav_k_04 ul li a:hover,
.gNav_k_ ul li.nav_k_05 ul li a:hover,
.gNav_k_ ul li.nav_k_06 ul li a:hover {
  background-position: 0 0;
  text-decoration: underline;
}
**/
/*4号機実装時メニューここまで*/

/*** 5号機タブ実装時 ***/

.gNav_k_ ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/gnav_kakushin5.png) 0 0 no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.gNav_k_ ul li.nav_k_01 { width: 137px; }
.gNav_k_ ul li.nav_k_02 { width: 137px; }
.gNav_k_ ul li.nav_k_03 { width: 137px; }
.gNav_k_ ul li.nav_k_04 { width: 137px; }
.gNav_k_ ul li.nav_k_05 { width: 137px; }
.gNav_k_ ul li.nav_k_06 { width: 137px; }
.gNav_k_ ul li.nav_k_07 { width: 137px; }

.gNav_k_ ul li.nav_k_01 a { background-position: 0 0; }
.gNav_k_ ul li.nav_k_02 a { background-position: -136px 0; }
.gNav_k_ ul li.nav_k_03 a { background-position: -273px 0; }
.gNav_k_ ul li.nav_k_04 a { background-position: -411px 0; }
.gNav_k_ ul li.nav_k_05 a { background-position: -548px 0; }
.gNav_k_ ul li.nav_k_06 a { background-position: -685px 0; }
.gNav_k_ ul li.nav_k_07 a { background-position: -822px 0; }
.gNav_k_ ul li.nav_k_01 a:hover { background-position: 0 -65px; }
.gNav_k_ ul li.nav_k_02 a:hover { background-position: -136px -65px; }
.gNav_k_ ul li.nav_k_03 a:hover { background-position: -273px -65px; }
.gNav_k_ ul li.nav_k_04 a:hover { background-position: -411px -65px; }
.gNav_k_ ul li.nav_k_05 a:hover { background-position: -548px -65px; }
.gNav_k_ ul li.nav_k_06 a:hover { background-position: -685px -65px; }
.gNav_k_ ul li.nav_k_07 a:hover { background-position: -822px -65px; }

.gNav_k_ ul li.nav_k_01 a.active  { background-position: 0 -65px; }
.gNav_k_ ul li.nav_k_02 a.active  { background-position: -136px -65px; }
.gNav_k_ ul li.nav_k_03 a.active  { background-position: -273px -65px; }
.gNav_k_ ul li.nav_k_04 a.active  { background-position: -411px -65px; }
.gNav_k_ ul li.nav_k_05 a.active  { background-position: -548px -65px; }
.gNav_k_ ul li.nav_k_06 a.active  { background-position: -685px -65px; }
.gNav_k_ ul li.nav_k_07 a.active  { background-position: -822px -65px; }

.gNav_k_ ul li.nav_k_01 ul li,
.gNav_k_ ul li.nav_k_02 ul li,
.gNav_k_ ul li.nav_k_03 ul li,
.gNav_k_ ul li.nav_k_04 ul li,
.gNav_k_ ul li.nav_k_05 ul li,
.gNav_k_ ul li.nav_k_06 ul li,
.gNav_k_ ul li.nav_k_07 ul li {
  height: auto;
}

.gNav_k_ ul li.nav_k_01 ul li a:hover,
.gNav_k_ ul li.nav_k_02 ul li a:hover,
.gNav_k_ ul li.nav_k_03 ul li a:hover,
.gNav_k_ ul li.nav_k_04 ul li a:hover,
.gNav_k_ ul li.nav_k_05 ul li a:hover,
.gNav_k_ ul li.nav_k_06 ul li a:hover,
.gNav_k_ ul li.nav_k_07 ul li a:hover {
  background-position: 0 0;
  text-decoration: underline;
}

/*5号機実装時メニューここまで*/

.gNav_k_ ul li ul li a {
  background: url(../images/common//list_point.png) 5px 8px no-repeat !important;
  padding: 0 6px 0 15px;
  width: auto;
  height: auto !important;
  display: block;
  text-indent: 0;
  text-decoration: none;
  font-weight: normal;
  overflow: visible;
  white-space: normal;
  zoom: 1;
}


/*** Drop Down ***/

.dropbox_k_ {
  background: #004488;
  display: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 65px;
  z-index: 9999;
  overflow: hidden;
  left: 0;
}

.dropbox_k__inner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}

.sub_k_1 {
  width: 180px;
  overflow: hidden;
}

.sub_k_2 {
  margin: 0;
  padding: 0;
  width: 758px;
  border-left: 2px solid #fff;
  overflow: hidden;
}

.dropbox_k__inner dl {
  float: left;
}

.dropbox_k__inner dl dt {
  color: #fff;
}

.dropbox_k__inner dl dt a {
  color: #fff;
}

.dropbox_k__inner dl.sub_k_1 dt {
  margin: 0 10px;
  font-size: 120%;
  font-weight: bold;
}

.dropbox_k__inner dl.sub_k_2 dt {
  margin: 0;
  font-size: 120%;
  font-weight: bold;
  padding-left: 20px;
}

.dropbox_k__inner dl dd {
  color: #fff;
  overflow: hidden;
  padding: 0;
}

.dropbox_k__inner .sub_k_2 dd {
  margin: 0;
  padding: 0;
}

.dropbox_k__inner dl.sub_k_2 dd:last-child {
  margin: 0;
}

.dropbox_k__inner dl.sub_k_2 ul {
  width: 720px !important;
  margin: 0;
}

.dropbox_k__inner dl.sub_k_1 ul li {
  padding: 5px 0 0 10px;
  text-indent: -20px;
}

.dropbox_k__inner dl.sub_k_2 ul li {
  display: inline-block;
  padding: 5px 20px 0 15px;
}

.dropbox_k__inner dl.sub_k_2 dd ul li a {
  color: #fff;
  letter-spacing: -0.075em;
}

.dropbox_k__inner ul li a {
  color: #fff;
}


/*** Social ***/

.social {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  width: 100%;
  margin: 0 auto 10px;
  text-align: right;
}

.social .twitter {
  margin-left: -65px;
}


/*** Footer ***/

.footer {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  line-height: 1.61 !important;

  width: 100%;
  height: 450px;
  background-color: #003a74;
  overflow: hidden;
  padding: 10px 0;
  font-size: 125%;
}

.footer .fNav {
  width: 960px;
  height: auto;
  margin: 10px auto;
}

.fNav a {
  color: #fff;
  text-decoration: none;
}

.fNav a:hover {
  color: #ccc;
}

.fNav_block1 {
  float: left;
  width: 150px;
  margin-right: 30px;
}

.fNav_block2 {
  float: left;
  width: 570px;
  overflow: hidden;
}

.fNav_block2 .fNav_block2_1 {
  float: left;
  width: 255px;
  margin-right: 30px;
}

.fNav_block2 .fNav_block2_2 {
  float: left;
  width: 255px;
  margin-right: 30px;
}

.fNav_block3 {
  float: left;
  width: 200px;
}

.fNav ul {
  list-style: none;
}

.fNav ul li {
  background: url(../../img/common/parts/list_point.png) 6px 6px no-repeat;
  padding: 0 6px 0 20px;
}

.fNav ul li img {
  padding: 7px 0 0 3px;
}

.fNav_title {
  font-size: 135%;
  font-weight: bold;
  padding: 5px 0;
}

.fNav_banner {
  padding: 4px 0;
}
.margin-btm10{
	margin-bottom:10px;
}

/*** Copyright ***/

.copyright {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  line-height: 1.61 !important;

  width: 100%;
  height: 35px;
  overflow: hidden;
  font-size: 125%;
}

.copyright_inner {
  width: 960px;
  margin: 5px auto;
  overflow: hidden;
}

.copyright_inner ul {
  float: left;
  list-style: none;
  overflow: hidden;
}

.copyright_inner li {
  float: left;
  padding: 0 15px;
}

.copyright_inner li:first-child {
  border-right: 2px solid #999;
  padding-right: 15px;
}

.copyright_inner li a {
  text-decoration: none;
  color: #003d70;
}

.copyright_inner li a:hover {
  color: #004e9b;
}

.copyright_inner p {
  float: right;
}

.menu_blank {
  width: auto;
  background: url(../../img/common/parts/detail_link_blank.png) right 8px no-repeat;
  padding: 3px 15px 3px 2px;
}

/**シンプル矢印**/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sample1-2::before{
    left: 3px;
    width: 7px;
    height: 1px;
    background: #000;
}
.sample1-2::after{
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*==================================================
スライダーのためのcss_RAISE-2ギャラリーで使用
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
.gallery_inner img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

.gallery{
	margin:0 0 5px 0;
}

.gallery li{
list-style:none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
	width:25%!important;
list-style:none;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

/***画像横並びをレスポンシブで縦並びに**/
.c-figure {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
.c-figure .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.c-figure figcaption {
  width: 100%;
  margin-top: 12px;
  text-align: center;
  font-size: 0.875rem;
}
.c-figure__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.c-figure__wrapper > figure {
  margin: initial;
  margin: 0;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 768px) {
  .c-figure__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
