@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* =======================================

	CommonElements

======================================= */
html {
  font-size: 62.5%;
}

html.font_l {
  font-size: 72%;
}

body {
  font-size: 1.6rem;
  font-family: YuGothic, "游ゴシック",sans-serif,'Roboto Condensed',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ＭＳ Ｐゴシック';
  line-height: 1.8;
  color: #000;
  background: #ffffff;
  /*プロポーショナルメトリクス*/
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-feature-settings: normal;
  }
}

/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:link {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:active {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.pc {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

@media (max-width: 720px) {
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .tab.sp {
    display: block;
  }
}

@media (max-width: 980px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .tab {
    display: block;
  }
  .tab.sp {
    display: block;
  }
}

/* ------------------------------------
	IconFont
------------------------------------ */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kqw1l4");
  src: url("../fonts/icomoon.eot?kqw1l4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kqw1l4") format("truetype"), url("../fonts/icomoon.woff?kqw1l4") format("woff"), url("../fonts/icomoon.svg?kqw1l4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-page_down:before {
  content: "\e90e";
  color: #fff;
}

.icon-mail:before {
  content: "\e90c";
  color: #fff;
}

.icon-contact:before {
  content: "\e90d";
  color: #fff;
}

.icon-tel:before {
  content: "\e90b";
  color: #00a1e9;
}

.icon-icon_plus:before {
  content: "\e90a";
  color: #fff;
}

.icon-icon_minus:before {
  content: "\e909";
  color: #fff;
}

.icon-icon-home:before {
  content: "\e908";
  color: #fff;
}

.icon-icon_ad:before {
  content: "\e900";
  color: #00a1e9;
}

.icon-icon_blank:before {
  content: "\e901";
  color: #fff;
}

.icon-icon_facility:before {
  content: "\e902";
  color: #fff;
}

.icon-icon_game:before {
  content: "\e903";
  color: #00a1e9;
}

.icon-icon_outsourcing:before {
  content: "\e904";
  color: #00a1e9;
}

.icon-arrow_s:before {
  content: "\e905";
  color: #00a1e9;
}

.icon-search:before {
  content: "\e906";
  color: #00a1e9;
}

.icon-page_top:before {
  content: "\e907";
  color: #fff;
}

/* =====================================
	ClearFixElements
===================================== */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* =====================================
	commonElements
===================================== */
.font_robot {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.contents_inner {
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .contents_inner {
    width: auto;
    padding: 0 20px;
  }
}

@media (max-width: 720px) {
  .contents_inner {
    min-width: 0;
  }
}

.paragraph {
  margin-bottom: 80px;
}

@media (max-width: 720px) {
  .paragraph {
    margin-bottom: 40px;
  }
}

.colm1 {
  max-width: 1180px;
  margin: 0 auto 30px;
}

.colm1 figure {
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .colm1 {
    width: auto;
    padding: 0 20px;
  }
}

.colm1_short {
  max-width: 980px;
  margin: 0 auto 30px;
}

.colm1_short figure {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .colm1_short {
    width: auto;
    margin-bottom: 4%;
    padding: 0 20px;
  }
}

.colm2 {
  display: flex;
  flex-wrap: wrap;
}

.colm2 .colm_item {
  width: 48.4%;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
}

.colm2 .colm_item figure {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .colm2 .colm_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.colm2 .colm_item:nth-of-type(2n) {
  margin-right: 0;
}

.colm3 {
  display: flex;
  flex-wrap: wrap;
}

.colm3 .colm_item {
  width: 31.2%;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
}

.colm3 .colm_item figure {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .colm3 .colm_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.colm3 .colm_item:nth-of-type(3n) {
  margin-right: 0;
}

.colm4 {
  display: flex;
  flex-wrap: wrap;
}

.colm4 .colm_item {
  width: 22.6%;
  margin-right: 3.2%;
  margin-bottom: 3.2%;
}

@media (max-width: 720px) {
  .colm4 .colm_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .colm4 .colm_item:last-of-type {
    margin-bottom: 0;
  }
}

.colm4 .colm_item:nth-of-type(4n) {
  margin-right: 0;
}

.device_tab a:hover,
.device_sp a:hover {
  opacity: none !important;
}

/* =======================================

	header

======================================= */
.header {
  background: #fff;
  border-bottom: 4px solid #e2e2e2;
}

@media (max-width: 980px) {
  .header {
    min-width: 0;
    border-bottom: 1px solid #e2e2e2;
  }
}

.header_inner {
  display: flex;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .header_inner {
    height: 60px;
  }
}

.header_logo {
  padding-top: 35px;
  padding-left: 40px;
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .header_logo {
    padding-top: 15px;
    padding-left: 15px;
  }
}

.header_logo a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header_logo a:hover {
  opacity: .7;
}

.header_logo .logo {
  width: 320px;
  font-size: 0;
}

@media (max-width: 1180px) {
  .header_logo .logo {
    width: 250px;
  }
}

@media (max-width: 980px) {
  .header_logo .logo {
    width: 125px;
  }
}

.header_menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 20px;
}

.header_menu_first ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  margin: 20px 0;
}

@media (max-width: 1180px) {
  .header_menu_first ul {
    height: 35px;
  }
}

@media (max-width: 980px) {
  .header_menu_first ul {
    margin: 5px 8px 0 0;
    height: 50px;
  }
}

.header_menu_first ul li {
  margin-right: 30px;
}

@media (max-width: 1180px) {
  .header_menu_first ul li {
    margin-right: 20px;
  }
}

@media (max-width: 980px) {
  .header_menu_first ul li {
    font-size: 0;
    margin-right: 0;
  }
}

.header_menu_first ul li a {
  display: block;
  position: relative;
  padding-left: 15px;
  color: #656565;
  font-size: 1.6rem;
}

@media (max-width: 980px) {
  .header_menu_first ul li a {
    padding-left: 0;
    width: 50px;
    height: 50px;
  }
}

@media all and (-ms-high-contrast: none) {
  .header_menu_first ul li a {
    top: 4px;
  }
}

.header_menu_first ul li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e905";
  color: #00a1e9;
  font-size: 1rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 980px) {
  .header_menu_first ul li a:before {
    content: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .header_menu_first ul li a:before {
    margin-top: -2px;
  }
}

.header_menu_first ul .search_box {
  position: relative;
  margin-right: 15px;
}

.header_menu_first ul .search_box input[type="text"] {
  width: 240px;
  height: 40px;
  background-color: #efefef;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0 45px 0 18px;
  border: 0;
}

@media (max-width: 1180px) {
  .header_menu_first ul .search_box input[type="text"] {
    width: 180px;
    height: 35px;
  }
}

.header_menu_first ul .search_box .search_btn {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media all and (-ms-high-contrast: none) {
  .header_menu_first ul .search_box .search_btn {
    margin-top: 3px;
  }
}

.header_menu_first ul .search_box .search_btn:before {
  content: "\e906";
  color: #00a1e9;
  font-size: 2rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header_menu_first ul .font_size span {
  color: #7f7f7f;
  font-size: 1.4rem;
}

.header_menu_first ul .font_size button {
  width: 30px;
  height: 30px;
  background-color: #efefef;
  line-height: 30px;
  color: #7f7f7f;
  border: 1px solid #efefef;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header_menu_first ul .font_size button.active {
  color: #fff;
  border: 1px solid #00a1e9;
  background-color: #00a1e9;
}

.header_menu_first ul .font_size button:hover {
  color: #00a1e9;
  background-color: #fff;
  border: 1px solid #00a1e9;
}

.header_menu_first ul .font_size .font_m {
  font-size: 1.3rem;
}

.header_menu_first ul .font_size .font_l {
  font-size: 1.6rem;
}

@media (max-width: 980px) {
  .header_menu_first .header_menu_pc {
    display: none;
  }
}

.header_menu_first .header_menu_sp {
  display: none;
}

@media (max-width: 980px) {
  .header_menu_first .header_menu_sp {
    display: flex;
  }
}

.header_menu_btn_search {
  background: url(../img/common/header_btn_search.png) no-repeat center center;
  -webkit-background-size: 50px;
  background-size: 50px;
}

.header_menu_btn_menu {
  background: url(../img/common/header_btn_menu.png) no-repeat center center;
  -webkit-background-size: 50px;
  background-size: 50px;
}

.header_menu_btn_search.active,
.header_menu_btn_menu.active {
  background: url(../img/common/header_btn_close.png) no-repeat center center;
  -webkit-background-size: 50px;
  background-size: 50px;
}

@media (max-width: 980px) {
  .header_menu_second {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 161, 233, 0.8);
    z-index: 10;
  }
}

.header_menu_second ul {
  display: flex;
  justify-content: flex-end;
  height: 70px;
}

@media (max-width: 1180px) {
  .header_menu_second ul {
    height: 60px;
  }
}

@media (max-width: 980px) {
  .header_menu_second ul {
    display: block;
    height: auto;
  }
}

.header_menu_second ul li {
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-bottom: 0;
}

@media (max-width: 980px) {
  .header_menu_second ul li {
    border: 0;
    border-bottom: 1px solid #33b4ed;
  }
}

.header_menu_second ul li a {
  position: relative;
  display: block;
  height: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 17px 50px 0;
  color: #000;
}

@media (max-width: 1180px) {
  .header_menu_second ul li a {
    padding: 13px 32px 0;
  }
}

@media (max-width: 980px) {
  .header_menu_second ul li a {
    color: #fff;
    padding: 12px 20px 12px 40px;
    font-size: 1.6rem;
    font-weight: normal;
  }
}

@media all and (-ms-high-contrast: none) {
  .header_menu_second ul li a {
    padding-top: 21px;
  }
}

.header_menu_second ul li a.current:after {
  width: 100%;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.header_menu_second ul li a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #00a1e9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 980px) {
  .header_menu_second ul li a:after {
    content: none;
  }
}

@media (max-width: 980px) {
  .header_menu_second ul li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "\e905";
    color: #fff;
    font-size: 1.1rem;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.header_menu_second ul li a:hover {
  text-decoration: none;
}

.header_menu_second ul li a:hover:after {
  width: 100%;
}

.device_tab .header_menu_second ul li a:hover:after {
  content: none;
}

.header_search_box {
  display: none;
}

@media (max-width: 980px) {
  .header_search_box {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header_search_box input[type="text"] {
    width: 100%;
    height: 58px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0 20px 0 20px;
    border: 0;
    border-radius: 0;
  }
  .header_search_box .search_btn {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .header_search_box .search_btn:before {
    content: "\e906";
    color: #00a1e9;
    font-size: 2rem;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* =======================================

	footer

======================================= */
.footer {
  background: #00a1e9;
  color: #fff;
}

@media (max-width: 980px) {
  .footer {
    min-width: 0;
  }
}

.footer a {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer .colm4 .colm_item {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .footer .colm4 .colm_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer .colm4 .colm_item:last-of-type {
    margin-bottom: 0;
  }
}

.contents_sponsor {
  background: #292929;
}

.contents_sponsor a:hover {
  opacity: .7;
}

.contents_sponsor .contents_inner {
  display: flex;
  align-items: center;
}

@media (max-width: 980px) {
  .contents_sponsor .contents_inner {
    display: block;
  }
}

.contents_sponsor .title {
  display: flex;
  width: 420px;
  justify-content: center;
  flex-shrink: 0;
  padding-left: 20px;
  letter-spacing: 0.08em;
}

@media (max-width: 1180px) {
  .contents_sponsor .title {
    padding-left: 10px;
    width: 280px;
  }
}

@media (max-width: 980px) {
  .contents_sponsor .title {
    display: block;
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
}

.contents_sponsor .title h2 {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.contents_sponsor .title h2 strong {
  display: block;
  font-size: 2.8rem;
}

@media (max-width: 980px) {
  .contents_sponsor .title h2 strong {
    font-size: 2.1rem;
  }
}

.contents_sponsor .title h2 span {
  padding-left: 0.1rem;
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

@media (max-width: 980px) {
  .contents_sponsor .title h2 span {
    font-size: 1.2rem;
  }
}

.contents_sponsor .bnr {
  width: 100%;
}

.contents_sponsor .bnr ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: flex-end;*/
  font-size: 0;
  padding: 30px 0;
}

@media (max-width: 980px) {
  .contents_sponsor .bnr ul {
    margin: 0 -2.5%;
    padding-top: 10px;
  }
}

.contents_sponsor .bnr ul li {
  margin: 10px 0 10px 40px;
  width: 340px;
}

@media (max-width: 1180px) {
  .contents_sponsor .bnr ul li {
    width: 45%;
    max-width: 340px;
    margin: 10px 0 10px 5%;
  }
}

@media (max-width: 980px) {
  .contents_sponsor .bnr ul li {
    margin: 10px 2.5%;
  }
}

.contents_footer_main {
  padding: 45px 0 60px;
}

@media (max-width: 980px) {
  .contents_footer_main {
    padding: 0;
  }
}

@media (max-width: 980px) {
  .footer_list_first {
    margin: 0 -20px;
  }
}

.footer_list_first > li {
  border-bottom: 1px solid #33b4ed;
}

.footer_list_first > li > span > a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  padding: 15px 0 15px 25px;
}

.footer_list_first > li > span > a:before {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e905";
  color: #fff;
  font-size: 1.1rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 980px) {
  .footer_list_first > li > span > a {
    padding: 12px 20px 12px 45px;
  }
  .footer_list_first > li > span > a:before {
    left: 25px;
  }
}

@media all and (-ms-high-contrast: none) {
  .footer_list_first > li > span > a {
    padding: 15px 0 10px 25px;
  }
}

.footer_list_first > li.home > span > a:before {
  content: "\e908";
  left: 0;
  font-size: 1.5rem;
}

@media (max-width: 980px) {
  .footer_list_first > li.home > span > a:before {
    left: 20px;
  }
}

.footer_list_first > li.sp_toggle_btn {
  border-bottom: none;
}

@media (max-width: 980px) {
  .footer_list_first > li.sp_toggle_btn {
    border-bottom: 1px solid #33b4ed;
  }
  .footer_list_first > li.sp_toggle_btn > span {
    display: block;
    width: 100%;
    position: relative;
    padding-right: 60px;
  }
  .footer_list_first > li.sp_toggle_btn > span i:after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "\e90a";
    color: #fff;
    font-size: 1.8rem;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .footer_list_first > li.sp_toggle_btn > span i.active:after {
    content: "\e909";
  }
}

.footer_list_second {
  border-top: 1px solid #33b4ed;
  padding: 10px 0;
}

@media (max-width: 980px) {
  .footer_list_second {
    display: none;
    background: #33b4ed;
  }
}

.footer_list_second > li {
  position: relative;
  padding-left: 35px;
  font-size: 1.4rem;
}

@media (max-width: 980px) {
  .footer_list_second > li {
    padding-left: 58px;
  }
}

.footer_list_second > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -2px;
  height: 3px;
  width: 3px;
  background: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 980px) {
  .footer_list_second > li:before {
    left: 45px;
  }
}

.footer_list_second > li a {
  display: block;
  padding: 4px 0;
}

.contents_footer_sub {
  border-top: 1px solid #33b4ed;
  border-bottom: 1px solid #33b4ed;
}

@media (max-width: 980px) {
  .contents_footer_sub {
    border-top: 0;
  }
}

.footer_sub_list {
  display: flex;
  padding: 25px 0;
}

@media (max-width: 980px) {
  .footer_sub_list {
    display: block;
    padding: 15px 0;
  }
}

.footer_sub_list li {
  position: relative;
  border-left: 1px solid #33b4ed;
  font-size: 1.4rem;
}

@media (max-width: 980px) {
  .footer_sub_list li {
    border-left: 0;
  }
}

.footer_sub_list li:last-child {
  border-right: 1px solid #33b4ed;
}

@media (max-width: 980px) {
  .footer_sub_list li:last-child {
    border-right: 0;
  }
}

.footer_sub_list li > a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  padding: 0 20px 0 35px;
}

@media (max-width: 980px) {
  .footer_sub_list li > a {
    font-size: 1.4rem;
    padding: 5px 0 5px 25px;
  }
}

@media all and (-ms-high-contrast: none) {
  .footer_sub_list li > a {
    padding: 8px 20px 0 35px;
  }
}

.footer_sub_list li > a:before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e905";
  color: #fff;
  font-size: 1.1rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 980px) {
  .footer_sub_list li > a:before {
    left: 5px;
  }
}

.contents_footer_bottom {
  padding: 30px 0;
}

@media (max-width: 980px) {
  .contents_footer_bottom {
    padding: 20px 0;
  }
}

.contents_footer_bottom .contents_inner {
  display: flex;
  align-items: center;
}

@media (max-width: 980px) {
  .contents_footer_bottom .contents_inner {
    display: block;
    text-align: center;
  }
}

.contents_footer_bottom .footer_logo {
  display: flex;
  flex-shrink: 0;
  padding: 4px;
}

.contents_footer_bottom .footer_logo a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contents_footer_bottom .footer_logo a:hover {
  opacity: .7;
}

.contents_footer_bottom .footer_logo img {
  height: 66px;
}

@media (max-width: 980px) {
  .contents_footer_bottom .footer_logo img {
    height: 50px;
  }
}

@media (max-width: 980px) {
  .contents_footer_bottom .footer_logo {
    display: block;
    text-align: center;
    padding: 4px;
  }
}

.contents_footer_bottom .footer_copy {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

@media (max-width: 980px) {
  .contents_footer_bottom .footer_copy {
    display: block;
    margin-top: 8px;
    font-size: 1rem;
  }
}

/* ------------------------------------
	fixed_top
------------------------------------ */
#fixed_top {
  right: 30px;
  bottom: 30px;
  width: 90px;
  height: 60px;
  display: block;
  background: url(../img/common/pagetop_fx.png) no-repeat center center;
  position: fixed;
  z-index: 998;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

@media (max-width: 720px) {
  #fixed_top {
    display: none;
  }
}

#fixed_top:hover {
  background-color: #000;
}

#fixed_top.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#fixed_top.page_bottom {
  bottom: 95px;
}

/* ------------------------------------
	ニュースコンテンツ共通設定
------------------------------------ */
.news_list {
  border-top: 1px solid #e2e2e2;
}

.news_list li {
  border-bottom: 1px solid #e2e2e2;
}

.news_list a {
  position: relative;
  display: block;
  color: #000;
  font-size: 1.6rem;
  padding: 13px 0;
  padding-right: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 720px) {
  .news_list a {
    font-size: 1.4rem;
  }
}

.news_list a:hover {
  text-decoration: none;
  background-color: #f2fafe;
}

.news_list a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\e905";
  color: #ba1320;
  font-size: 1.4rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 720px) {
  .news_list a:after {
    font-size: 1rem;
  }
}

.news_list a[href$=".pdf"] {
  padding-right: 95px;
}

@media (max-width: 720px) {
  .news_list a[href$=".pdf"] {
    padding-right: 85px;
  }
}

.news_list a[href$=".pdf"]:after {
  content: none;
}

.news_list a .size_part {
  position: absolute;
  right: 0;
  top: 50%;
  padding-right: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-style: normal;
  font-size: 1.3rem;
}

@media (max-width: 720px) {
  .news_list a .size_part {
    font-size: 1.1rem;
  }
}

.news_list a .size_part:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_pdf.png) no-repeat 0 0;
  -webkit-background-size: 24px;
  background-size: 24px;
}

@media (max-width: 720px) {
  .news_list a .size_part:after {
    -webkit-background-size: 20px;
    background-size: 20px;
  }
}

.news_list .data {
  display: flex;
  align-items: center;
}

.news_list .data .time {
  font-size: 1.6rem;
  color: #656565;
  margin-right: 10px;
}

@media (max-width: 720px) {
  .news_list .data .time {
    font-size: 1.3rem;
  }
}

.news_list .data .new {
  position: relative;
  padding: 0px 8px;
  margin-left: 10px;
  color: #ba1320;
  border: 1px solid #ba1320;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.2rem;
}

.tag_list {
  font-size: 0;
  margin-top: 15px;
}

@media (max-width: 720px) {
  .tag_list {
    display: none;
  }
}

.tag_list li {
  margin-right: 10px;
  display: inline-block;
}

.tag {
  position: relative;
  display: inline-block;
  padding: 2px 10px 1px 10px;
  min-width: 120px;
  line-height: 1.2;
  font-size: 1.3rem;
  background-color: #989898;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 720px) {
  .tag {
    min-width: 100px;
    font-size: 1.1rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .tag {
    padding: 4px 10px 0 10px;
  }
}

.tag:link, .tag:visited {
  color: #fff;
}

.tag.tag_blue {
  background-color: #3e75c7;
}

.tag.tag_fountainblue {
  background-color: #55b2bf;
}

.tag.tag_lightblue {
  background-color: #2db0eb;
}

.tag.tag_red {
  background-color: #ba1320;
}

.tag.tag_pink {
  background-color: #eb6eb2;
}

.tag.tag_green {
  background-color: #5a9724;
}

.tag.tag_orange {
  background-color: #eb862d;
}

.tag.tag_bluegreen {
  background-color: #58c8b7;
}

.tag.tag_purple {
  background-color: #5e54bf;
}

.tag.tag_royalpurple {
  background-color: #9d54bf;
}

.tag.tag_yellowgreen {
  background-color: #94bb37;
}

.tag.tag_yellow {
  background-color: #dbb540;
}

a.tag:hover {
  text-decoration: none;
  opacity: .7;
}
