@charset "utf-8";

/*
  基本
*/

html {
  height: 100% ;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #4d4d4d;
  line-height: 1.6;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.fs12 {
  font-size: 1.2rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

a {
  text-decoration: none;
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.ta_center {
	text-align: center;
}

.ta_left {
	text-align: left;
}

.ta_right {
	text-align: right;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.hidden {
  display: none;
}

.resize {
  display: none;
}

/*
  ブレークポイント
*/

/* スマホのみに適用 */
@media (max-width: 767px) {
  .sp-none {display: none !important;}
  
  body {
    padding-top: 50px;
  }
  
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: white;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  }
}


/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  body {
    min-width: 1024px;
  }
  .tablet-pc-none {display: none !important;}
}

/*
  ヘッダー・ナビ
*/

header .container {
  width: 100%;
  position: relative;
}

.header-message {
  background: #01538d;
  line-height: 30px;
  overflow: hidden;
}

.header-message img {
  max-width: 210px;
  vertical-align: middle;
  transform: scale(.9);
}

header .logo {
  width: 160px;
  padding: 6px 10px;
  float: left;
}

header .logo img {
  width: 100%;
  height: auto;
}

.support-btn-wrap {
  width: 60px;
  height: 50px;
  float: right;
}

.support-btn {
  text-align: center;
  background: #FFC107;
  width: 60px;
}

.support-btn a {
  width: 100%;
  height: 50px;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  position: relative;
  padding-top: 11px;
  box-sizing: border-box;
}


.nav-btn {
  width: 60px;
  height: 50px;
  padding: 11px 0 0;
  background: url(/images/common/nav-open-btn.png) no-repeat center / 32px #f0f0f0;
  float: right;
  box-sizing: border-box;
}

.nav-btn.open {
  background: url(/images/common/nav-close-btn.png) no-repeat center / 32px #f0f0f0;
}

header nav .mega .wide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* スマホのみに適用 */
@media (max-width: 767px) {
  header nav .parent > a img,
  header nav .box:first-child,
  header nav .mega3 .box:first-child,
  header nav .box img,
  header nav .left img,
  header nav .right img,
  header .sub-nav ul:not(.sns),
  header nav .mlmg_btn {
    display: none;
  }

  header nav {
    max-height: calc(100vh - 50px);
    background: #005c9b;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 100;
    display: none;
    overflow: hidden;
    overflow-y: scroll;
  }

  header nav .parent > a {
    display: block;
    position: relative;
  }

  header nav .parent > a:before {
    content: attr(data-text);
    display: block;
    padding: 10px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: normal;
    display: block;
    background: #01538d;
    overflow: hidden;
  }

  header nav .parent > a:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
  }

  header nav .mega {
    padding: 15px;
  }

  header nav .mega1 .left {
    margin-bottom: 20px;
  }

  header nav .mega ul,
  header nav .mega3 .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  header nav .mega li,
  header nav .mega2 .box,
  header nav .mega3 h3 {
    width: 48.5%;
    margin-bottom: 3%;
  }

  header nav .left a,
  header nav .right a,
  header nav .mega2 .box a,
  header nav .mega3 .right a {
    padding: 0 6px;
    font-size: 1.2rem;
    line-height: 30px;
    display: block;
    overflow: hidden;
    position: relative;
  }

  header nav .right a {
    color: #fff;
  }

  header nav .left a,
  header nav .mega2 .box a,
  header nav .mega3 .right a {
    color: #01538d;
    font-weight: normal;
    background: #fff;
    border-radius: 6px;
  }

  header nav .left a:after,
  header nav .right a:after,
  header nav .mega2 .box a:after,
  header nav .mega3 .right a:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    margin: auto 0;
    border-right: 1px solid #01538d;
    border-bottom: 1px solid #01538d;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
  }

  header nav .right a:after {
    border-color: #fff;
  }

  .google-search table {
    position: relative;
  }

  .google-search table,
  .google-search tbody,
  .google-search tr,
  .google-search td {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    display: block;
  }

  .google-search .gsc-control-cse {
    background: #01538d;
    border: none;
    padding: 15px;
  }

  .google-search .gsc-search-box-tools .gsc-search-box input[type="text"].gsc-input {
    padding: 4px !important;
    font-size: 1.4rem;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .google-search .gsc-search-button {
    position: absolute;
    top: 0;
    right: 0;
  }

  #gs_st50 {
    display: none;
  }

  .google-search .gsc-search-button-v2,
  .google-search .gsc-search-button-v2:hover,
  .google-search .gsc-search-button-v2:focus {
    width: 26px;
    height: 24px;
    padding: 0 0 0 2px;
    margin: 4px;
    display: block;
    border: none;
    background: #fff url(/images/common/search-icon.svg) no-repeat center / 16px 16px;
    border-left: 1px solid #cacaca;
  }

  .google-search .gsc-search-button-v2 svg {
    display: none;
  }
  
  .sub-nav {
    background-color: #01538d;
    padding-bottom: 20px;
  }

  header .sns {
    background: #fff;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }

  header .sns li:not(:last-child)  {
    margin-left: 20px;
  }
  
  .gsc-input .gsc-input-box {
    padding-top: 0;
    padding-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

}


/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  header .container {
    width: 1000px;
  }

  .header-message {
    background: none;
    position: absolute;
    left: 0;
    top: 15px;
  }

  .header-message  img {
    max-width: 100%;
    transform: none;
  }

  header .logo {
    width: 320px;
    height: 76px;
    margin-top: 44px;
    padding: 0;
  }

  .support-btn-wrap {
    width: 130px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
  }

  .support-btn {
    width: 130px;
    height: 45px;
    transform: none;
    right: 0;
    transition: .3s;
    border-radius: 0 0 4px 4px;
  }

  .support-btn:hover {
    opacity: .7;
    height: 50px;
  }

  .support-btn a {
    font-size: 1.3rem;
    height: 45px;
    padding-top: 7px;
    line-height: 38px;
    transform: none;
    padding-left: 12px;
    box-sizing: border-box;
  }
  
  .support-btn a:after {
    content: "";
    width: 4px;
    height: 4px;
    margin: auto 0;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 7.5px;
    bottom: 0;
    left: calc(50% - 4em);
  }

  header nav {
    width: 660px;
    margin-left: 20px;
    display: flex !important;
    flex-flow: column-reverse;
    align-items: flex-end;
    float: right;
  }

  header .main-nav {
    width: 660px;
  }

  header .sub-nav {
    width: 660px;
    margin: 10px 0 11px;
  }

  header .sub-nav .sns {
    width: 117px;
    height: 29px;
    margin-right: 15px;
    float: left;
  }

  header .sub-nav .sns li {
    width: 29px;
    height: 29px;
    float: right;
  }

  header .sub-nav .sns li + li {
    margin-right: 15px;
  }

  header .sub-nav .sns li a {
    transition: .3s
  }

  header .sub-nav .sns li a:hover {
    opacity: .7;
  }

  header .sub-nav ul:not(.sns) {
    width: 398px;
    padding: 6px 0;
    display: flex;
  }

  header .sub-nav ul:not(.sns) li:not(:last-child) {
    border-right: 1px solid #cacaca;
  }

  header .sub-nav ul:not(.sns) a {
    font-size: 1.3rem;
    padding: 0 8px;
    display: inline-block;
    color: #333;
  }

  header .sub-nav ul:not(.sns) a:hover {
    opacity: .7;
  }

  header .sub-nav .mlmg_btn {
    width: 60px;
    height: 202px;
    position: fixed;
    top: 45%;
    top: calc(50% - 101px);
    right: 0;
    z-index: 99;
  }

  header nav .parent {
    float: left;
  }

  header nav .mega {
    width: 1000px;
    border: 5px solid #01538f;
    background: #fff;
    position: absolute;
    left: 0;
    top: -9999px;
    z-index: 10;
    box-sizing: border-box;
    transition: all 0s ease .2s;
  }

  header nav .mega:before {
    content: "";
    width: 0;
    height: 0;
    background-color: transparent;
    border-bottom: 17px solid #01538f;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: -22px;
  }

  header nav li:first-child .mega:before {
    left: 425px;
  }

  header nav li:nth-child(2) .mega:before {
    left: 637px;
  }

  header nav li:nth-child(3) .mega:before {
    right: 123px;
  }

  header nav li:hover .mega {
    top: 100%;
    transition: all 0s ease .2s;
  }

  header nav .left {
    width: 669px;
    padding: 40px 44px 45px 60px;
    box-sizing: border-box;
  }

  header nav .wide {
    padding: 40px 60px 0;
  }

  header nav .mega .wide .box {
    margin-bottom: 25px;
  }

  header nav .box {
    width: 260px;
    float: left;
  }

  header nav .mega1 .box + .box,
  header nav .mega3 .box + .box {
    margin-left: 45px;
  }

  header nav .box h3 {
    font-size: 1.6rem;
    font-weight: normal;
  }

  header nav .box h3:not(:last-child) {
    margin-bottom: 25px;
  }

  header nav .box h3 p,
  header nav .box li a,
  header nav .right li a {
    padding: 5px 10px 5px 20px;
    font-size: 1.6rem;
    color: #01538f;
    background: url("../images/common/link_arrow7.png") no-repeat 7px center;
    display: block;
  }

  header nav .box h3 img {
    opacity: .6;
  }

  header nav .box h3 a:hover img {
    opacity: 1;
  }
  header nav .mega3 .box .provisional a:hover img {
    opacity: .6;
  }

  header nav .box h3 a:hover p,
  header nav .box li a:hover,
  header nav .right li a:hover {
    text-decoration: underline;
  }

  header nav .right {
    width: 321px;
    padding: 40px 40px 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f0f0f0;
    box-sizing: border-box;
  }

  header nav .right.bg-none {
    padding: 40px 60px 0 0;
    background: none;
  }

  header nav .left li:not(:last-child),
  header nav .right li:not(:last-child) {
    border-bottom: 1px dashed #01538f;
  }

  header nav .left li a,
  header nav .right li a {
    padding: 10px 10px 10px 20px;
  }

  .google-search {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 20px;
  }

  .google-search .gsc-control-cse {
    background: none;
    border: none;
    padding: 0;
  }

  table.gsc-search-box td:last-child {
    display: none;
  }

  .google-search .gsc-input-box {
    border: none;
  }

  .google-search .gsc-search-box-tools .gsc-search-box input[type="text"].gsc-input {
    width: 40px !important;
    height: 40px !important;
    padding: 10px !important;
    z-index: 10;
    position: absolute;
    font-size: 1.6rem;
    line-height: 20px;
    opacity: 0;
    top: 0;
    right: 0;
    transition: .2s;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }

  .google-search .gsc-search-box-tools .gsc-search-box input[type="text"].gsc-input:focus {
    width: 200px !important;
    opacity: 1;
    background: #f0f0f0 !important;
    cursor: text;
  }

  .search-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    background: #f0f0f0 url(/images/common/search-icon.svg) no-repeat center / 23px 23px;
  }

  .gsc-search-button-v2,
  .gsc-search-button-v2:hover,
  .gsc-search-button-v2:focus {
    display: none;
  }
}

/*
  コンテンツ幅
*/

/* スマホのみに適用 */
@media (max-width: 767px) {
  .content {
    padding: 15px;
  }
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .container {
    width: 1000px;
    margin: 0 auto;
  }
}

/*
  メニュー
*/

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .mega .fixed_nav {
    width: 315px;
    height: 35px;
    font-size: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
  }

  .mega .fixed_nav div {
    display: inline-block;
  }

  .mega .fixed_nav div + div {
    margin-left: 5px;
  }

  .mega .fixed_nav a {
    width: 155px;
    height: 35px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 35px;
    text-align: center;
    background: #01538f url("../images/common/link_arrow6.png") no-repeat 13px center ;
    display: block;
  }

  .mega .fixed_nav a:hover {
    opacity: .8;
  }
}


/*
  フッター
*/

footer {
  background: url("../images/common/footer_bg.jpg") no-repeat center bottom;
  position: relative;
}

footer .container {
  padding-bottom: 10px;
}

footer .to_pagetop {
  width: 64px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}

footer .to_pagetop img {
  max-width: 100%;
}

.footer_info {
  padding: 15px 20px;
}

.footer_logo {
  width: 94px;
  margin-bottom: 10px;
}

.footer_logo img {
  max-width: 100%;
}

footer .footer_message + p {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #fff;
}

footer .photoCredit {
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
  padding: 5px 0;
  border-bottom: 1px solid #809aa9;
  border-top: 1px solid #809aa9;
  margin-bottom: 5px;
}

.copy {
  padding: 0 20px;
}

.copy small {
  font-size: 1rem;
  color: #fff;
}

.footerCredit {
  width: 50px;
  position: absolute;
  left: 20px;
  bottom: 32px;
}

.footerCredit img {
  max-width: 100%;
}

/* スマホのみに適用 */
@media (max-width: 767px) {
  .footer_nav > div {
    border-bottom: 1px solid #3071a2;
  }

  .footer_nav1 ul,
  .footer_nav2 ul,
  .footer_nav3 ul {
    display: none;
  }

  .footer_nav_title a {
    padding: 10px 15px;
    font-size: 1.3rem;
    color: #fff;
    background: #01538d;
    display: block;
    cursor: pointer;
    position: relative;
  }

  .footer_nav_title a:after {
    content: "＋";
    display: block;
    font-family: sans-serif;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .footer_nav_title a.active:after {
    content: "－";
  }

  .footer_nav1 li a,
  .footer_nav2 li a,
  .footer_nav3 li a {
    padding: 8px 15px 8px 30px;
    font-size: 1.3rem;
    color: #fff;
    display: block;
    background: #005c9b;
    overflow: hidden;
    position: relative;
  }
  
  .footer_nav3 .indent {
    padding-left: 1em;
    background-color: #005c9b;
  }

  .footer_nav1 li a:before,
  .footer_nav2 li a:before,
  .footer_nav3 li a:before,
  .footer_nav4 li:not(:last-child) a:after,
  .footer_nav4 li:last-child a:after {
    content: "";
    width: 4px;
    height: 4px;
    margin: auto 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
  }

  .footer_nav4 {
    padding: 15px;
    background: #01538d;
    position: relative;
  }

  .footer_nav4 ul {
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer_nav4 li:not(:last-child) {
    width: 48.5%;
    margin-bottom: 3%;
  }

  .footer_nav4 li:not(:last-child) a {
    padding: 8px;
    font-size: 1.2rem;
    color: #01538d;
    background: #fff;
    line-height: 1.2;
    display: block;
    border-radius: 6px;
    position: relative;
  }

  .footer_nav4 li:not(:last-child) a:after {
    border-right-color: #01538d;
    border-bottom-color: #01538d;
    left: auto;
    right: 8px;
  }

  .footer_nav4 li:last-child {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .footer_nav4 li:last-child a {
    padding: 10px 15px;
    font-size: 1.3rem;
    color: #fff;
    background: #7eb8de;
    display: block;
    position: relative;
  }

  .footer_nav4 li:last-child a:after {
    left: auto;
    right: 15px;
  }
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  footer {
    width: 100%;
    min-width: 1000px;
    height: 840px;
    padding-bottom: 10px;
    background-size: cover;
    background-attachment: fixed;
  }

  footer .container {
    width: 860px;
    padding: 45px 70px 0;
    position: relative;
  }

  footer .to_pagetop {
    width: 107px;
    right: 10px;
  }

  footer .footer_nav {
    width: 100%;
    display: flex;
    height: 323px;
    justify-content: space-between;
  }

  footer .footer_nav1 li,
  footer .footer_nav2 li,
  footer .footer_nav3 li {
    padding-left: 20px;
  }

  footer .footer_nav1 li:first-child,
  footer .footer_nav2 li:first-child {
    padding-left: 5px;
  }
  
  .footer_nav3 .indent {
    text-indent: 1em;
  }

  footer .footer_nav4 li {
    padding-left: 5px;
  }


  footer .footer_nav1 .tohokuIn {
    padding-left: 35px;
  }

  footer .footer_nav_title a,
  footer .footer_nav li a {
    padding-left: 10px;
    background: url("../images/common/link_arrow.png") no-repeat left center;
    font-size: 1.2rem;
    color: #fff;
  }

  footer .footer_nav_title a:hover,
  footer .footer_nav li a:hover {
    text-decoration: underline;
  }

  .footer_info {
    padding: 0;
  }

  footer .footer_logo {
    width: auto;
    margin-bottom: 0;
    float: left;
  }

  footer .footer_message {
    width: 614px;
    height: 83px;
    margin-top: 17px;
    float: right;
  }

  footer .footer_message + p {
    padding: 18px 0 20px;
    font-size: 1.2rem;
    clear: both;
  }

  footer .mailImg {
    padding-top: 3px;
    vertical-align: top;
  }

  footer .photoCredit {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.8;
    display: inline-block;
  }
  
  .copy {
    padding: 0;
  }

  .copy small {
    padding: 0;
    font-size: 1.2rem;
  }

  .footerCredit {
    width: 91px;
    position: absolute;
    bottom: 0;
    right: 75px;
    left: auto;
    z-index: 9;
  }
}

/*
  タイトル
*/

h2.title {
  font-size: 2rem;
  color: #01538f;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #01538f;
}

.page_title_area {
  width: 100%;
  background: #01538f url("../images/common/page_title_area_bg.png") repeat-x center bottom;
}

.page_title_area .container {
  height: 80px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

.page_title_area .container div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page_title_area .container h1 {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.2;
  padding-right: 15px;
}

.page_title_area .container p {
  font-size: 1rem;
  color: #ccc;
}


/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  h2.title {
    font-size: 2.6rem;
    padding-bottom: 18px;
  }

  .page_title_area {
    height: 150px;
  }

  .page_title_area .container {
    height: 150px;
    padding: 0;
  }

  .page_title_area .container div {
    padding: 0 18px;
  }

  .page_title_area .container h1 {
    font-size: 2.6rem;
    line-height: 1.5;
    padding-right: 0;
  }

  .page_title_area .container p {
    font-size: 1.2rem;
  }
}

/*
  パンくず
*/

.pan_sns_area {
  padding: 8px;
  display: flow-root;
  justify-content: space-between;
}

.pan_sns_area .pan {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pan_sns_area .pan li {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
}

.pan_sns_area .pan li a {
  font-size: 1.0rem;
  line-height: 1.5;
  color: #7ebae0;
}

.pan_sns_area .pan li:first-child {
  padding-left: 15px;
}

.pan_sns_area .pan li:first-child:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: url("../images/common/pan_home_icon.png") no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
}

.pan_sns_area .pan li:not(:last-child):after {
  content: "＞";
  padding: 0 4px;
}

.pan_sns_area .sns {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.pan_sns_area .sns li {
  margin-left: 5px;
  line-height: 0;
  font-size: 1.1rem;
}

.pan_sns_area .sns li a {
  width: 70px;
  line-height: 22px;
  color: white;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pan_sns_area .sns li.t-share a {
  background-color: #1d9bf0;
}

.pan_sns_area .sns li.t-share a:before {
  content: "";
  width: 16px;
  height: 13px;
  margin-right: 3px;
  background: url(../images/common/twitter-icon.svg) no-repeat top center / 100%;
  display: block;
}

.pan_sns_area .sns li.f-share a {
  background-color: #1877f2;
}

.pan_sns_area .sns li.f-share a:before {
  content: "";
  width: 7px;
  height: 13px;
  margin-right: 3px;
  background: url(../images/common/facebook-icon.svg) no-repeat top center / 100%;
  display: block;
}


@media (min-width: 768px) {
  .pan_sns_area {
    width: 1000px;
    height: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
  }

  .pan_sns_area .pan {
    width: 700px;
    float: left;
  }

  .pan_sns_area .pan li {
    font-size: 1.2rem;
    line-height: 1.5;
    float: left;
  }

  .pan_sns_area .pan li a {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #7ebae0;
  }

  .pan_sns_area .pan li a:hover {
    text-decoration: underline;
  }

  .pan_sns_area .pan li:first-child {
    padding-left: 20px;
  }

  .pan_sns_area .pan li:first-child:before {
    content: "";
    width: 18px;
    height: 14px;
    display: block;
    background: url("../images/common/pan_home_icon.png") no-repeat center / cover;
  }

  .pan_sns_area .pan li:not(:last-child):after {
    content: "＞";
    padding: 0 4px;
  }

  .pan_sns_area .sns {
    height: 20px;
    float: right;
    margin-top: 0;
  }

  .pan_sns_area .sns li {
    float: left;
    margin-left: 0;
    line-height: 1.6;
  }

  .pan_sns_area .sns li:first-child {
    margin-right: 10px;
  }

  .pan_sns_area .sns li a {
    width: 80px;
    transition: .3s;
  }

  .pan_sns_area .sns li a:hover {
    opacity: .7;
  }
}

/*
  link_area
*/

.link_area {
  padding: 30px 15px;
  background: #f2f2f2;
}

.link_area .container {
  max-width: 360px;
  margin: 0 auto;
}

.link_area li {
  width: 100%;
  height: 0;
  text-align: center;
  padding-top: 22.916666%;
  position: relative;
}

.link_area li:not(:last-child) {
  margin-bottom: 20px;
}

.link_area li a {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e0940e;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.link_area li span {
  width: 100%;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.link_area li small {
  font-size: 1rem;
  font-weight: normal;
  color: #4d4d4d;
}

.link_area li:first-child {
  background: url("../images/common/link_ban_bg1.jpg") no-repeat center / cover;
}

.link_area li:first-child + li {
  background: url("../images/common/link_ban_bg2.jpg") no-repeat center / cover;
}

.link_area li:first-child + li a {
  color: #01538f;
}

@media (min-width: 768px) {
  .link_area {
    padding: 95px 0;
    background: #f2f2f2;
  }

  .link_area .container {
    max-width: none;
  }

  .link_area li {
    width: 480px;
    height: 110px;
    padding: 0;
    float: left;
  }

  .link_area li:hover {
    opacity: .7;
  }

  .link_area li a {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .link_area li a small {
    font-size: 1.4rem;
  }

  .link_area li:first-child {
    margin-right: 40px;
  }
}

/*
  新着カテゴリーアイコン周り
*/

.cat,
.cat a {
  margin-right: 10px;
  padding: 0 5px;
  font-size: 1rem;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background: #ccc;
  display: inline-block;
  border-radius: 4px;
}

.cat_date {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #01538f;
}

.cat_id1 {
  background: #7ebae0;
}

.cat_id2 {
  background: #f19db5;
}

.cat_id3 {
  background: #d6c560;
}

.cat.media {
  background: #f6ac19;
}

.cat.important {
  background: #ed6d46;
}

.cat.event {
  background: #abcd03;
}

.cat.lecture {
  background: #00a5a8;
}

.cat.news {
  background: #bb8dbe;
}

.cat.recruit {
  background: #f19db5;
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .cat,
  .cat a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
    margin-right: 15px;
  }

  .cat_date {
    font-size: 1.2rem;
  }
}

/*
  サイドバー
*/

aside h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
  background: #01538f;
}

.side_post_list,
.widget_recent_entries {
  margin-bottom: 40px;
}

.side_post_list li,
.widget_recent_entries li {
  border-bottom: 1px dashed #ccc;
}

.side_cat_list,
.widget_categories ul {
  margin-top: 5px;
}

.side_cat_list li,
.widget_categories li {
  margin-bottom: 10px;
}

.side_cat_list li a,
.widget_categories li a {
  color: #01538f;
  border: 1px solid #01538f;
  border-radius: 4px;
  display: block;
}

/* スマホのみに適用 */
@media (max-width: 767px) {
  .side_post_list li a,
  .widget_recent_entries li a,
  .side_cat_list li a,
  .widget_categories li a {
    padding: 10px 10px 10px 20px;
    color: #4d4d4d;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .side_post_list li a:before,
  .widget_recent_entries li a:before,
  .side_cat_list li a:before,
  .widget_categories li a:before {
    content: "";
    display: block;
    margin: auto 0;
    width: 4px;
    height: 4px;
    border-right: 1px solid #01538f;
    border-bottom: 1px solid #01538f;
    transform: rotate(-45deg);
    position: absolute;
    left: 5px;
    top: calc(10px + 0.6em);
  }
}

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  aside {
    width: 250px;
    float: right;
  }

  aside h3 {
    width: 250px;
    margin-bottom: 0;
  }

  .side_post_list li a,
  .widget_recent_entries li a {
    padding: 18px 14px 18px 24px;
    color: #4d4d4d;
    display: block;
    background: url("../images/common/link_arrow5.png") no-repeat 12px 24px ;
  }

  .side_post_list li a:hover,
  .widget_recent_entries li a:hover {
    background-color: #f2f2f2;
  }

  .side_cat_list li,
  .widget_categories li {
    margin-bottom: 10px;
  }

  .side_cat_list li a,
  .widget_categories li a {
    padding: 18px 18px 18px 30px;
    background: url("../images/common/link_arrow5.png") no-repeat 14px 24px;
  }

  .side_cat_list li a:hover,
  .widget_categories li a:hover {
    opacity: .7;
  }
}

/*
  その他
*/

/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .shadow {
    width: 100%;
    height: 10px;
    bottom: 0;
    background: url(/images/common/shadow.png) repeat-x;
    z-index: 8;
    position: absolute;
  }
}


/*
  sudanNavi
*/

.sudanNavi {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sudanNavi li {
  width: calc((100% - 10px) / 2);
  margin-bottom: 8px;
}

.sudanNavi li a {
  width: 100%;
  height: 35px;
  font-size: 1.4rem;
  line-height: 2.3;
  text-align: center;
  color: #01538f;
  border: 1px solid #01538f;
  display: block;
  position: relative;
  padding-left: 5px;
  border-radius: 18px;
  transition: .3s;
  box-sizing: border-box;
}

.sudanNavi li a:hover {
  opacity: .7;
}

.sudanNavi li a:after {
  content: "";
  width: 4px;
  height: 4px;
  margin: auto 0;
  border-right: 1px solid #01538f;
  border-bottom: 1px solid #01538f;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}


/* タブレットとPCのみに適用 */
@media (min-width: 768px) {
  .sudanNavi {
    margin-top: 100px;
  }
  
  .sudanNavi li {
    width: calc((100% - 40px) / 3);
    margin-bottom: 15px;
  }

  .sudanNavi li a {
    height: 50px;
    font-size: 1.6rem;
    line-height: 2.8;
    border: 2px solid #01538f;
    padding-left: 5px;
    border-radius: 25px;
  }
  
  .sudanNavi li a:after {
    left: 20px;
  }
}

.c-linkbtn {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: white;
  background-color: #01538f;
  border-radius: 100vh;
  padding-left: 10px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: .3s;
  border: 1px solid #01538f;
}

.c-linkbtn:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  margin: auto 0;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  transition: .3s;
}

.c-linkbtn:hover {
  color: #01538f;
  background-color: white;
  border: 1px solid #01538f;
}

.c-linkbtn:hover:before {
  border-right: 2px solid #01538f;
  border-bottom: 2px solid #01538f;
}