@charset "UTF-8";
/*共通

---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  background: #fff;
  color: #595750;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container {
  width: 100%;
  overflow: hidden;
}

/*見出し

---------------------------------------------------------- */
.page_ttl_h2 {
  font-weight: bold;
  font-size: 34px;
  color: #00559A;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 560px) {
  .page_ttl_h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.page_ttl_h2 ._black {
  color: #595750;
}

.page_ttl_h2 ._small {
  font-size: 32px;
}

@media screen and (max-width: 560px) {
  .page_ttl_h2 ._small {
    font-size: 20px;
  }
}

.page_ttl_h2_2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
}

@media screen and (max-width: 560px) {
  .page_ttl_h2_2 {
    font-size: 16px;
  }
}

.page_ttl_h3 {
  text-align: center;
}

.page_ttl_h3 span {
  font-size: 32px;
  display: inline-block;
  border-bottom: 4px solid #00559A;
  text-align: center;
  margin: auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 560px) {
  .page_ttl_h3 span {
    font-size: 18px;
    border-width: 2px;
    margin-bottom: 20px;
  }
}

.txt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .txt {
    font-size: 16px;
    text-align: left;
  }
}

/*section

---------------------------------------------------------- */
.page_sec {
  max-width: 1000px;
  margin: auto;
  margin-top: 80px;
}

@media screen and (max-width: 560px) {
  .page_sec {
    margin-top: 48px;
    max-width: inherit;
    width: 100%;
    padding: 0 16px;
  }
}

/*Header

----------------------------------------------------------*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 80px;
  min-width: 1000px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(204, 204, 204, 0);
  border-bottom: 0.5px solid #cccccc;
  -webkit-transition: .3s;
  transition: .3s;
}

header.scroll {
  border-bottom: 1px solid #cccccc;
}

header:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ccc;
}

.header_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
}

.header_block .head_logo {
  width: 150px;
  margin-right: 50px;
}

.header_block .head_logo img {
  width: 150px;
  height: auto;
}

@media screen and (min-width: 751px) {
  header {
    top: 0 !important;
  }
}

@media screen and (max-width: 750px) {
  header {
    min-width: 100%;
    height: 60px;
    border-bottom: 1px solid #cccccc;
  }
  .header_block {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .header_block .head_logo {
    width: 130px;
    margin: 0 auto;
  }
  .header_block .head_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_block .head_logo img {
    width: 100%;
  }
  .header_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header_box {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 560px) {
  .header_box {
    display: none;
    background: #fff;
    position: fixed;
    top: 60px;
    padding: 16px 20px 32px;
  }
  .header_box.show {
    display: block;
  }
}

.head_menu {
  float: right;
}

@media screen and (max-width: 560px) {
  .head_menu {
    float: none;
    width: 100%;
  }
}

.head_menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 560px) {
  .head_menu nav ul {
    display: block;
  }
}

.head_menu nav li.gnav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 560px) {
  .head_menu nav li.gnav_item {
    display: block;
  }
}

.head_menu nav li.gnav_item a {
  white-space: nowrap;
  text-decoration: none;
  color: #595750;
  font-size: 13px;
  font-weight: bold;
  padding: 16px;
}

@media screen and (max-width: 560px) {
  .head_menu nav li.gnav_item a {
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
  }
}

.head_menu nav li.gnav_item a:hover {
  opacity: .8;
}

.head_menu .btn._primary, .head_menu .btn._secondly {
  margin-top: 0;
  margin-left: 16px;
}

@media screen and (max-width: 560px) {
  .head_menu .btn._primary, .head_menu .btn._secondly {
    margin-left: 0;
    margin-top: 12px;
  }
}

.head_menu .btn._primary a, .head_menu .btn._secondly a {
  font-size: 12px;
  padding: 8px 16px;
  min-width: 150px;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 4px;
}

@media screen and (max-width: 560px) {
  .head_menu .btn._primary a, .head_menu .btn._secondly a {
    font-size: 18px;
    padding: 14px 16px;
  }
}

.head_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*SP nav

----------------------------------------------------------*/
.sp_gnav_btn_outer {
  display: none;
}

@media screen and (max-width: 560px) {
  .sp_gnav_btn_outer {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sp_gnav_btn {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }
  .sp_gnav_btn.close .toggle span.toggle_1 {
    -webkit-transform: translate(0, 8px) rotate(45deg);
            transform: translate(0, 8px) rotate(45deg);
  }
  .sp_gnav_btn.close .toggle span.toggle_2 {
    opacity: 0;
  }
  .sp_gnav_btn.close .toggle span.toggle_3 {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
            transform: translate(0, -8px) rotate(-45deg);
  }
  .sp_gnav_btn .toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .sp_gnav_btn .toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp_gnav_btn .toggle span.toggle_2 {
    margin: 6px 0;
  }
  .sp_gnav_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sp_gnav_mask.navopened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

/*Footer

---------------------------------------------------------- */
footer {
  margin-top: 80px;
}

@media screen and (max-width: 560px) {
  footer {
    margin-top: 48px;
  }
}

footer .copy {
  background: #3C3C3C;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
}

#container {
  min-width: 1000px;
  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  #container {
    min-width: 100%;
    padding-top: 60px;
  }
}

img {
  vertical-align: center;
  max-width: 100%;
}

@media screen and (max-width: 560px) {
  img {
    max-width: inherit;
    width: 100%;
  }
}

/*リスト

---------------------------------------------------------- */
.note_list li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}

.note_list li + li {
  margin-top: 6px;
}

.list li {
  text-indent: -1.0em;
  margin-left: 1.0em;
  line-height: 1.6;
}

.list li + li {
  margin-top: 12px;
}

.case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 560px) {
  .case_list {
    display: block;
  }
}

.case_list::after {
  content: "";
  display: block;
  width: 30%;
}

@media screen and (max-width: 560px) {
  .case_list::after {
    display: none;
  }
}

.case_list li {
  width: 30%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 50px;
  background: #fff;
}

@media screen and (max-width: 560px) {
  .case_list li {
    width: 100%;
    margin-bottom: 32px;
  }
}

.case_list a {
  display: block;
  color: #595750;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.pc .case_list a:hover {
  color: #00559A;
}

.case_list .case_img {
  width: 100%;
  height: auto;
}

.case_list .case_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .case_list .case_ttl {
    font-size: 16px;
  }
}

/*BOX

---------------------------------------------------------- */
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 560px) {
  .flex_box {
    display: block;
  }
}

.flex_box._col2 .col_block {
  width: 48%;
}

@media screen and (max-width: 560px) {
  .flex_box._col2 .col_block {
    width: 100%;
  }
  .flex_box._col2 .col_block + .col_block {
    margin-top: 20px;
  }
}

.contact_box {
  border: 1px solid #ccc;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 560px) {
  .contact_box {
    display: block;
    padding: 24px;
  }
}

.contact_box .contact_ttl {
  font-size: 16px;
  width: 250px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
}

@media screen and (max-width: 560px) {
  .contact_box .contact_ttl {
    width: 100%;
    padding-bottom: 16px;
  }
}

.contact_box .contact_cont {
  width: calc(100% - 250px);
  padding-left: 32px;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 560px) {
  .contact_box .contact_cont {
    border-top: 1px solid #ccc;
    border-left: none;
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
}

.contact_box .tel {
  font-size: 26px;
  color: #00559A;
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .contact_box .tel {
    text-align: center;
  }
}

.contact_box .tel span {
  font-size: 75%;
  padding-right: 8px;
}

.contact_box .txt {
  font-size: 12px;
  margin-top: 2px;
  text-align: left;
}

@media screen and (max-width: 560px) {
  .contact_box .txt {
    line-height: 1.5;
  }
}

.notes_box_outer {
  background: rgba(60, 60, 60, 0.1);
}

@media screen and (max-width: 560px) {
  .notes_box_outer {
    max-width: inherit;
  }
}

.notes_box {
  max-width: 1000px;
  margin: auto;
  padding: 56px 0 64px;
}

@media screen and (max-width: 560px) {
  .notes_box {
    padding: 40px 16px;
  }
}

.notes_box .list {
  font-size: 14px;
}

@media screen and (max-width: 560px) {
  .notes_box .list {
    font-size: 12px;
  }
}

/*テーブル

---------------------------------------------------------- */
.table {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  border-collapse: collapse;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media screen and (max-width: 560px) {
  .table {
    font-size: 16px;
  }
  .table thead,
  .table tbody {
    display: block;
    float: left;
  }
  .table tr {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .table {
    font-size: 14px;
  }
}

.table th,
.table td {
  padding: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 560px) {
  .table th,
  .table td {
    width: 100%;
    height: 53px;
    display: block;
    padding: 12px;
  }
}

@media screen and (max-width: 560px) {
  .table th.colspan,
  .table td.colspan {
    height: calc(53px * 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 560px) {
  .table thead {
    width: 100px;
  }
}

.table thead th {
  background: rgba(89, 87, 80, 0.1);
}

@media screen and (max-width: 560px) {
  .table tbody {
    width: calc(100% - 100px);
  }
}

.table tbody th {
  background: #00559A;
  color: #fff;
  width: 248px;
}

@media screen and (max-width: 560px) {
  .table tbody th {
    width: 100%;
  }
}

.table tbody td {
  background: rgba(0, 85, 154, 0.12);
  text-align: center;
}

.table._col3 thead th:not(.first) {
  width: 25%;
}

@media screen and (max-width: 560px) {
  .table._col3 thead th:not(.first) {
    width: 100px;
  }
}

.table._col5 thead th:not(.first) {
  width: 15%;
}

@media screen and (max-width: 560px) {
  .table._col5 thead th:not(.first) {
    width: 100px;
  }
}

.table._col5 thead th.colspan {
  width: 30%;
}

@media screen and (max-width: 560px) {
  .table._col5 thead th.colspan {
    width: 100px;
  }
}

.table._col4 {
  margin-top: 20px;
}

.table._col4 thead th {
  width: 15%;
}

@media screen and (max-width: 560px) {
  .table._col4 thead th {
    width: 100px;
  }
}

.table._col4 tbody th {
  background-color: #F7C105;
}

.table._col4 td {
  background-color: #F6F1DB;
}

@media screen and (max-width: 560px) {
  .table._col4 td {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .table._col4 .colspan {
    height: 212px;
  }
}

.table .date {
  font-size: 16px;
}

@media screen and (max-width: 560px) {
  .table .date {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin-top: 4px;
  }
}

@media screen and (max-width: 560px) {
  .table .sp-hide {
    display: none;
  }
}

/*ボタン

---------------------------------------------------------- 
.btn {
	text-align: center;
	
	a {
		display: inline-block;
		border-radius: 4px;
		text-decoration: none;
		font-weight: bold;
		transition: all .2s;
		padding: 16px;
	}
	
	&._primary,
	&._secondly {
		
		a {
			color: #fff;
			padding: 20px 32px;
			border-radius: 6px;
			border-bottom: solid 6px darken($blue, 12%);
			transition: 0s;
			
			@media screen and (max-width: $sp-max-width) {
				padding: 16px;
				width: 100%;
			}
		}
	}
	
	&._primary {
		
		a {
			background: $blue;
			font-size: 28px;
			
			@media screen and (max-width: $sp-max-width) {
				font-size: 20px;
			}
			
			&:hover {
				background: lighten($blue, 6%);
			}
		}
	}
	
	&._secondly {
		margin-top: 24px;
		
		@media screen and (max-width: $sp-max-width) {
			margin-top: 16px;
		}
		
		a {
			background: $lightblue;
			font-size: 20px;
			border-color: darken($lightblue, 12%);
			
			@media screen and (max-width: $sp-max-width) {
				font-size: 16px;
			}
			
			&:hover {
				background: lighten($lightblue, 5%);
			}
		}
	}*/
._back a {
  background: rgba(89, 87, 80, 0.12);
  min-width: 240px;
  color: #595750;
  font-size: 16px;
}

._back a:hover {
  background: rgba(89, 87, 80, 0.2);
}

/*テキストスタイル

---------------------------------------------------------- */
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FDD23E));
  background: linear-gradient(transparent 60%, #FDD23E 60%);
  font-weight: bold;
}

.sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: 0;
}

.note {
  font-size: 14px;
  margin-top: 16px;
}

@media screen and (max-width: 560px) {
  .note {
    font-size: 12px;
    margin-top: 10px;
    opacity: 70%;
  }
}

.date {
  font-size: 12px;
  margin-top: 12px;
  text-align: right;
}

@media screen and (max-width: 560px) {
  .date {
    font-size: 12px;
    margin-top: 10px;
  }
}

._center {
  text-align: center;
}

.em {
  background: #FDD23E;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 20px;
  margin-left: 4px;
}

@media screen and (max-width: 560px) {
  .em {
    font-size: 18px;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 320px) {
  .em {
    font-size: 14px;
  }
}

/*改行

---------------------------------------------------------- */
.pc-br {
  display: block;
}

@media screen and (max-width: 560px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}

@media screen and (max-width: 560px) {
  .sp-br {
    display: block;
  }
}

/*非表示

---------------------------------------------------------- */
.pc-none {
  display: none;
}

@media screen and (max-width: 560px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}

@media screen and (max-width: 560px) {
  .sp-none {
    display: none;
  }
}

/*section

---------------------------------------------------------- */
.mv {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto -8px auto;
}

.mv img {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .mv {
    max-width: inherit;
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  ._solution .img_box + .img_box {
    margin-top: 40px;
  }
}

._reduction .img_box + .img_box {
  margin-top: 40px;
}

._case {
  max-width: inherit;
  background: rgba(0, 85, 154, 0.1);
  padding: 80px 0 50px;
}

@media screen and (max-width: 560px) {
  ._case {
    padding: 40px 0 24px;
  }
}

._case .sec_inner {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 560px) {
  ._case .sec_inner {
    max-width: inherit;
    padding: 0 16px;
  }
}

._price .price_box + .price_box {
  margin-top: 40px;
}

@media screen and (max-width: 560px) {
  ._price .price_box + .price_box {
    margin-top: 24px;
  }
}

._price .cost {
  margin-top: 14px;
  font-weight: bold;
  text-align: center;
}

._cvbtn {
  margin-top: 40px;
}

._cvbtn .note {
  margin-top: 24px;
}

@media screen and (max-width: 560px) {
  ._cvbtn .note {
    margin-top: 16px;
  }
}

@media screen and (max-width: 560px) {
  ._cvbtn {
    margin-top: 32px;
  }
}

._cvbtn._bottom {
  margin-top: 80px;
}

@media screen and (max-width: 560px) {
  ._cvbtn._bottom {
    margin-top: 40px;
  }
}

/*導入事例 詳細ページ

---------------------------------------------------------- */
._case_detail {
  max-width: 720px;
  margin-top: 64px;
}

@media screen and (max-width: 560px) {
  ._case_detail {
    max-width: inherit;
    margin-top: 32px;
  }
}

._case_detail .img,
._case_detail .txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 560px) {
  ._case_detail .img,
  ._case_detail .txt {
    margin-bottom: 24px;
  }
}

._case_detail .txt {
  text-align: left;
}

._case_detail .btn._back {
  margin-bottom: 100px;
}

@media screen and (max-width: 560px) {
  ._case_detail .btn._back {
    margin-bottom: 64px;
  }
}

._backbtn {
  margin-bottom: 100px;
  margin-top: 48px;
}

@media screen and (max-width: 560px) {
  ._backbtn {
    margin-bottom: 64px;
    margin-top: 24px;
  }
}

/*間嶋記入

---------------------------------------------------------- */
.btn_sns {
  margin: 8px 0 0 10px;
}

.article__btn {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .article__btn {
    margin-bottom: 64px;
  }
}

.article__btn a {
  margin: 0 5px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 16px;
  background: #00559A;
  min-width: 240px;
  color: white;
  font-size: 16px;
}

.article__btn a:hover {
  background: rgba(0, 85, 154, 0.7);
}

@media screen and (max-width: 560px) {
  .article__btn a {
    margin-top: 24px;
  }
}

.article__head {
  width: 100%;
  background: #00559A;
}

.article__headTitle {
  max-width: 1000px;
  margin: 0 auto;
  color: white;
  background: #00559A;
  font-size: 24px;
  padding: 12px;
}

@media screen and (max-width: 560px) {
  .article__headTitle {
    font-size: 18px;
  }
}

.article__headTitle--process, .article__head--process {
  background: #003865;
}

.article__breadcrumb {
  max-width: 1000px;
  margin: 16px auto 20px;
  padding-left: 12px;
}

@media screen and (max-width: 560px) {
  .article__breadcrumb {
    max-width: 350px;
    margin: 16px 20px;
    padding-left: 0;
  }
}

.article__breadcrumb li {
  display: inline;
}

.article__breadcrumb a {
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  color: #595750;
  font-weight: bold;
}

.article__breadcrumb a:hover {
  color: rgba(0, 85, 154, 0.7);
}

@media screen and (max-width: 560px) {
  .article__breadcrumb a {
    font-size: 12px;
  }
}

.page_ttl_h2--process {
  color: #003865;
}

.top-whatsnew {
  width: 100%;
  background-color: white;
  background-color: #E6EDF4;
  padding: 60px 0;
}

@media screen and (max-width: 560px) {
  .top-whatsnew {
    padding: 40px 0;
  }
}

.top-whatsnew__inner {
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
  background: white;
  padding: 50px 0 20px 0;
}

@media screen and (max-width: 560px) {
  .top-whatsnew__inner {
    width: 90%;
    padding: 40px 0;
  }
}

.top-whatsnew__title {
  width: 65%;
  text-align: center;
  color: #00559A;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 20px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5D5;
}

@media screen and (max-width: 560px) {
  .top-whatsnew__title {
    font-size: 24px;
    margin-bottom: 20px;
    width: 90%;
    padding-bottom: 12px;
  }
}

.top-whatsnew__title span {
  font-size: 22px;
  display: inline-block;
  padding-left: 12px;
}

@media screen and (max-width: 560px) {
  .top-whatsnew__title span {
    font-size: 18px;
  }
}

.top-whatsnew__bannerArea {
  width: 58%;
  margin: 24px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .top-whatsnew__bannerArea {
    width: 90%;
    margin: 16px auto 0 auto;
  }
}

.top-whatsnew__bannerArea:hover img {
  opacity: 0.8;
}

.top-whatsnew__bannerArea video {
  width: 100%;
  margin: 24px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .top-whatsnew__bannerArea video {
    width: 90%;
    margin: 16px auto 0 auto;
  }
}

.top-whatsnew__bannerArea:hover video {
  opacity: 0.8;
}

/*# sourceMappingURL=style.css.map */