/*
Theme Name: S-BRAIN
*/

@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video,address{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #2a2a2a;
  height: 100%;
  /*font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
}


sup,sub {
  font-size: 70%;
}

/* IE8〜11はメイリオ */
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-size: 14px;
    font-family: 'Segoe UI',
                 Meiryo,
                 sans-serif;
  }
}*/

@media only screen and ( max-width : 767px ) {
  body {font-size: 13px;}
}


.min {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #2a2a2a;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */


.clr{zoom:1;display:inline-table}.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;line-height:0}* html .clr{height:1%;display:inline-table;display:block;height:1%}.clr{display:block}

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  padding:10px;
  border: none;
  margin:0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  border: 1px solid #ccc;
  width: 100%;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  height: 14em;
  width: 100%;
  display: block;
  resize: vertical;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #00acc1;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  position: relative;
  padding: 0 5px 5px 23px;
}
label {
  position: relative;
  /*display: block;*/
  display: inline-block;
  word-break: break-all;
}
label span {
  display: inline-block;
}
label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 3px 6px;
  width: 6px;
  height: 9px;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #616161;
  border: 1px #616161 solid;
}
label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 22px;
}
label input[type="radio"] + span::before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 1px #c4c4c4 solid;
  background: #eeeeee;
}
label input[type="radio"]:checked + span::before {
  border-width: 6px;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
  content: "";
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-weight: bold;
    width: 12px;
    height: 8px;
    background: url(./img/arrow_bottom.png) no-repeat center / 100%;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 34px 8px 12px;
    border: none;
    color:#535353;
    width:100%;
    background: #fff;
    border: 1px solid #ccc;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
/*@media print, screen and ( min-width : 768px ) {
  .select-wrap {
    width: 50%;
  }
}*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}

@media only screen and ( max-width : 767px ) {
  .container {
    padding: 0 4%;
  }
  .sp_inner {
    padding: 0 4%;
  }
  .sp_box {
    margin-bottom: 40px;
  }
  .sp_sbox {
    margin-bottom: 10px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  .section {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 40px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .ssbox {
    margin-bottom: 10px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 50px 0;
  }
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .ssbox {
    margin-bottom: 15px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .section {
    padding: 80px 0;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  background: rgba(255,255,255,.8);
  width: 100%;
  z-index: 9999;
}
#h_link li a {
  display: block;
  text-align: center;
  color: #fff;
}
#h_link li a i {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 40px;
}
.h_contact_btn a {
  background: #024287;
}
.h_line_btn a {
  background: #00a508;
}
@media only screen and ( max-width : 991px ) {
  #header {
    height: 80px;
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;*/
    padding: 0 15px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    border-bottom: 3px solid #024287;
  }
  .fixed #header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
  }
  #header .container {
    padding: 0;
  }
  #h_logo {
    width: 220px;
    padding-top: 20px;
  }
  #h_link {
    display: none !important;
  }
}

@media print, screen and ( min-width : 992px ) {
  #header {
    padding: 0 30px;
    border-bottom: 5px solid #024287;
  }
  #h_logo {
    transition: .2s;
    width: 240px;
  }
  #h_link {
    margin-bottom: 10px;
  }
  #h_link ul {
    width: 400px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
  #h_link li {
    width: 50%;
    font-size: 13px;
  }
  #h_link li a {
    padding: 0 30px 5px 30px;
  }
}

@media print, screen and ( min-width : 1100px ) {
  #h_logo {
    width: 350px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   MENU

--------------------------------------------------------------------------------------------- */
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
@media print, screen and ( min-width : 992px ) {
  #h_nav li {
  }
  #h_nav li:after {
    content: "";
    background: #ccc;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 1px;
  }
  #h_nav li:last-child:after {
    content: none;
  }
  #h_nav li:first-child:before {
    content: "";
    background: #ccc;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 1px;
  }
  #h_nav ul ul li {
    width: 100%;
  }
  #h_nav ul ul li:after,#h_nav ul ul li:first-child:before {
    content: none;
  }
  #h_nav li a {
    position: relative;
    padding: 10px 20px;
    display: block;
    z-index: 100;
    line-height: 30px;
  }
  #h_nav li li a {
    line-height: 1.4em;
  }
  #h_nav li li a:after {
    content: "";
    background: url(./img/arrow.png) no-repeat center / 100%;
    width: 6px;
    height: 5px;
    margin-top: -2.5px;
    position: absolute;
    right: 10px;
    height: 1em;
  }
  #h_nav li {
    position: relative;
  }
  #h_nav li:hover a {
    color: #024287;
  }
  #h_nav li:hover ul a {
    background: none;
  }
  #h_nav .sub-menu,
  #h_nav .sub-menu .sub-menu {
      visibility: hidden;
      opacity: 0;
      z-index: 1;
  }
  #h_nav > li:hover {
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
  }
  #h_nav li.menu-item-has-children .sub-menu {
      position: absolute;
      top: 50px;
      width: 180px;
      left: 0;
      background: #1e73be;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
  }
  #h_nav li.menu-item-has-children:last-child .sub-menu {
    left: auto;
    right: 0;
  }
  #h_nav li.menu-item-has-children:hover .sub-menu {
      top: 50px;
      visibility: visible;
      opacity: 1;
  }
  #h_nav li.menu-item-has-children:hover .sub-menu .sub-menu,
  ul.sub-menu ul.sub-menu,
  ul.sub-menu:first-child {
      visibility: hidden;
      opacity: 0;
  }
  ul.sub-menu:first-child {
      z-index: 1;
  }
  #h_nav li.menu-item-has-children .sub-menu li .sub-menu {
      position: absolute;
      top: 0;
      width: 100%;
      background: #1e73be;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      right: calc(-100% - 1px);
      left: auto;
  }
  #h_nav li.menu-item-has-children .sub-menu li:hover .sub-menu {
      visibility: visible;
      opacity: 1;
  }
  #h_nav li .sub-menu li a {
      padding: 15px 20px 15px 15px;
      color: #fff;
      font-size: 13px;
      border-bottom: 1px solid rgba(0,0,0,.2);
  }
  #h_nav li .sub-menu li:last-child a {
    border-bottom: none;
  }
  #header.is-animation #h_nav li .sub-menu li a {
      color: #fff;
  }
  #h_nav li .sub-menu li a:hover {
      color: #c0dae8;
  }
  #h_nav .sub-menu li:last-child {
      margin-right: 0;
  }
  #h_nav .container {
    max-width: 100%;
    padding: 0;
  }
}

@media print, screen and ( min-width : 1200px ) {
}
/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #031b34;
  color: #fff;
}
#f_link {
  border-bottom: 1px solid #173b60;
}
#f_link li {
  border-right: 1px solid #173b60;
}
#f_link li a {
  position: relative;
  display: block;
  color: #fff;
}
#f_link li a:before,#f_link li a:after {
  position: absolute;
  top: 50%;
  content: "";
}
#f_link li a:before {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  left: 0;
  background: url(./img/icon_external_link.png) no-repeat center / 100%;
}
#f_link li a:after {
  background: url(./img/arrow.png) no-repeat center / 100%;
  width: 9px;
  height: 7px;
  margin-top: -3.5px;
}
.f_add {
  margin-top: 20px;
}
.copy {
  background: #03182d;
  text-align: center;
  padding: 15px;
}
.f_nav a {
  color: #fff;
}
.f_nav ul li {
  margin-bottom: 10px;
}
.f_nav ul li li {
  margin-bottom: 0;
}
.f_nav ul li a {
  font-weight: 700;
  display: block;
  position: relative;
  padding: 3px 0;
}
.f_nav ul li li a {
  font-weight: normal;
  padding-left: 15px;
  color: #ccc;
  font-size: 90%;
}
.f_nav ul li li a:before {
  content: "";
  height: 1px;
  width: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  background: #ccc;
}
@media only screen and ( max-width : 991px ) {
  #f_content div,#f_content div p {
    text-align: center;
  }
  #f_link li {
    width: 50%;
    border-top: 1px solid #173b60;
  }
  #f_link li:nth-child(2n) {
    border-right: none;
  }
  #f_link li a {
    padding: 20px 15px 20px 70px;
  }
  #f_link li a:before {
    left: 20px;
  }
  #f_link li a:after {
    right: 20px;
  }
  #f_content {
    padding: 30px 0;
  }
  .f_logo {
    margin-bottom: 20px;
  }
  .f_logo img {
    max-width: 200px;
  }
  .f_nav {
    margin-top: 40px;
  }
}
@media only screen and ( max-width : 767px ) {
  .copy {
    padding-bottom: 88px;
  }
}
@media only screen and ( max-width : 575px ) {
  #f_link li {
    width: 100%;
    border-right: none;
  }
}
@media print, screen and ( min-width : 992px ) {
  #f_link li {
    width: 25%;
  }
  #f_link li:last-child {
    border-right: none;
  }
  #f_link li a {
    padding: 25px 15px 25px 70px;
  }
  #f_link li a:before {
    left: 20px;
  }
  #f_link li a:after {
    right: 20px;
  }
  .f_logo img {
    max-width: 280px;
  }
  #f_content {
    padding: 30px 0;
  }
}



/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  background: #7676f0;
  background: -moz-linear-gradient(top,  #7676f0 0%, #aca4f9 21%, #5367fa 50%, #6a6cfd 76%, #7775fd 100%);
  background: -webkit-linear-gradient(top,  #7676f0 0%,#aca4f9 21%,#5367fa 50%,#6a6cfd 76%,#7775fd 100%);
  background: linear-gradient(to bottom,  #7676f0 0%,#aca4f9 21%,#5367fa 50%,#6a6cfd 76%,#7775fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7676f0', endColorstr='#7775fd',GradientType=0 );
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}

@media only screen and ( max-width : 767px ) {
  .btn {
    font-size: 16px;
    padding: 10px 20px;
    min-width: 200px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .btn {
    font-size: 18px;
    padding: 15px 20px;
    min-width: 200px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PAGENATION

--------------------------------------------------------------------------------------------- */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
}
.pagination a, .pagination span {
  padding: 8px 15px;
  margin: 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
  display: inline-block;
}
.pagination span {
  color: #929292;
  border: 1px solid #929292;
}
.pagination a {
  color: #900;
  border: solid 1px #900;
}
.pagination a:hover{
    color:#FFF; 
    background-color:#900; 
    border-color:#900;
    }
.pagination span.current{
  color: #FFF;
  background-color: #900;
  border-color: #900;
  font-weight: bold;
    }

/* ---------------------------------------------------------------------------------------------

　   MAIN

--------------------------------------------------------------------------------------------- */
.tate {
   -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
h2 {
  color: #024287;
}
@media only screen and ( max-width : 767px ) {
  h2 {
    font-size: 24px;
    margin-bottom:20px;
  }
}
@media only screen and ( max-width : 575px ) {
  h2 {
    font-size: 22px;
  }
}
@media print, screen and ( min-width : 768px ) {
  h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media print, screen and ( min-width : 992px ) {
  h2 {
    font-size: 32px;
  }
}

@media print, screen and ( min-width : 1200px ) {
}

/* ---------------------------------------------------------------------------------------------

　   記事一覧

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}

/* ---------------------------------------------------------------------------------------------

　   BNR

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
  #bnr {
    padding: 30px 0 70px 0;
    overflow: hidden;
  }
  #bnr .bnr_slider {
    padding: 0 30px;
  }
  #bnr .bnr_slider li.slick-slide {
    margin: 0 10px;
  }
  #bnr .bnr_slider li.slick-slide a {
    display: block;
  }
  #bnr .bnr_slider li.slick-slide a img {
    margin: 0 auto;
  }
}
@media only screen and ( max-width : 480px ) {
}
@media print, screen and ( min-width : 768px ) {
  #bnr {
    padding: 60px 0 100px 0;
  }
  #bnr .bnr_slider {
    padding: 0 40px;
  }
  #bnr .bnr_slider li.slick-slide {
    margin: 0 10px;
  }
}
@media print, screen and ( min-width : 992px ) {
}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
.cat {
  color: #fff;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
}
.cat a {
  text-align: center;
  display: block;
  color: #fff;
  line-height: 54px;
}
.cat.syoku {
  background: #ff196a;
  background: -moz-linear-gradient(-45deg,  #ff196a 0%, #f5774b 100%);
  background: -webkit-linear-gradient(-45deg,  #ff196a 0%,#f5774b 100%);
  background: linear-gradient(135deg,  #ff196a 0%,#f5774b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff196a', endColorstr='#f5774b',GradientType=1 );
}
.cat.karada {
  background: #68af22;
  background: -moz-linear-gradient(-45deg,  #68af22 0%, #cad51e 100%);
  background: -webkit-linear-gradient(-45deg,  #68af22 0%,#cad51e 100%);
  background: linear-gradient(135deg,  #68af22 0%,#cad51e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68af22', endColorstr='#cad51e',GradientType=1 );
}
.cat.brain {
  background: #5c99ff;
  background: -moz-linear-gradient(-45deg,  #5c99ff 0%, #a389e6 100%);
  background: -webkit-linear-gradient(-45deg,  #5c99ff 0%,#a389e6 100%);
  background: linear-gradient(135deg,  #5c99ff 0%,#a389e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c99ff', endColorstr='#a389e6',GradientType=1 );
}

.article_list_thumb,.article_list_thumb img {
  width: 100%;
}
.article_list_thumb a {
  display: block;
}
.article_list_ttl {
  margin: 20px 0;
}
.article_list .article_list_txt .cat {
  margin-right: 10px;
}
.article_list .article_list_txt h3 {
  width: calc(100% - (54px + 10px));
}
.article_list_info time {
  width: 54px;
  margin-right: 10px;
}
.article_list_info time,.article_list_info time span {
  display: block;
  text-align: center;
}
.article_list_info time {
  font-size: 20px;
  color: #024287;
}
.article_list_info time span {
  font-size: 12px;
}
.article_list_info .ex {
  width: calc(100% - (54px + 10px));
  font-size: 94%;
}
@media only screen and ( max-width : 767px ) {
  .article_list article {
    width: 49%;
    margin-right: 2%;
    margin-top: 40px;
  }
  .article_list article:nth-child(1),.article_list article:nth-child(2) {
    margin-top: 0;
  }
  .article_list article:nth-child(2n) {
    margin-right: 0;
  }
  .article_list .article_list_txt h3 {
    font-size: 16px;
  }
}
@media only screen and ( max-width : 575px ) {
  .article_list article {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .article_list article:last-child {
    margin-bottom: 0;
  }

}
@media print, screen and ( min-width : 768px ) {
  .article_list article {
    width: 32%;
    margin-right: 2%;
    margin-top: 40px;
  }
  .article_list article:nth-child(1),.article_list article:nth-child(2),.article_list article:nth-child(3) {
    margin-top: 0;
  }
  .article_list article:nth-child(3n) {
    margin-right: 0;
  }
  .article_list .article_list_txt h3 {
    font-size: 18px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
#contact ul {
  border-radius: 10px;
  overflow: hidden;
}
#contact li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  height: 100%;
}
#contact li a i {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 50px;
}
#contact li.contact_btn a {
  background: #024287;
}
#contact li.line_btn a {
  background: #00a508;
}
#contact li {
  width: 50%;
}
@media only screen and ( max-width : 767px ) {
  #contact li a {
    padding: 20px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #contact ul {
    width: 500px;
    margin: 0 auto;
  }
  #contact li a {
    padding: 20px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   固定ボタン

--------------------------------------------------------------------------------------------- */
#fixed_btn {
  position: fixed;
  z-index: 99;
}
#fixed_btn li a {
  display: block;
  color: #024287;
}
#fixed_btn li i {
  display: block;
  text-align: center;
  margin: 0 auto 5px;
}
#fixed_btn li span {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.2em;
}
@media only screen and ( max-width : 767px ) {
  #fixed_btn {
    bottom: 0;
    left: 0;
    width: 100%;
    background: #024287;
    height: 73px;
    border-top: 1px solid #024287;
  }
  #fixed_btn li a {
    padding: 7px 0 7px 0;
    color: #fff;
  }
  #fixed_btn li i {
    width: 30px;
  }
  #fixed_btn ul {
    display: flex;
    width: 100%;
  }
  #fixed_btn li {
    width: 25%;
    border-right: 1px solid #022b57;
  }
  #fixed_btn li:last-child {
    border-right: none;
  }
  #fixed_btn li span {
    height: 2.4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and ( min-width : 768px ) {
  #fixed_btn {
    right: 10px;
    top: 160px;
  }
  #fixed_btn li {
    margin-bottom: 30px;
  }
  #fixed_btn li:last-child {
    margin-bottom: 0;
  }
  #fixed_btn li i {
    width: 50px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}