@charset "UTF-8";
/*==============================基本設定============================*/
* {
  margin: 0;
  padding: 0;
}
body, html {
  /*フッターを固定する*/
  height: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  color: #616161;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}
a {
  color: #616161;
  text-decoration: none;
  outline: none;
  -webkit-touch-callout: none;
}
a:focus, :focus {
  outline: none;
}
li {
  list-style-type: none;
  margin-bottom:4px;
}
h1, h2, figure {
  line-height: 0;
}
img {
  border: 0;
  height: auto;
  width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
header, footer, nav, article, aside, section, hgroup, figure, figcaption {
  display: block;
}
#wrapper {
  height: auto !important;
  position: relative;
  /*フッターを固定する*/
  min-height: 100%;
  width: 100%;
  min-width: 320px;
}
/*==================================================================*/
/*==========
ヘッダー
==========*/
#header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9997;
}
.header_width_limit {
  position: relative;
  width: 100%;
  z-index: 9998;
}
.header_width_limit h1 {
  float: left;
  padding: 10px 0 10px 10px;
  width: 158px;
}
.header_width_limit h1 a {
  display: block;
}
@media only screen and (orientation: landscape) {
  .header_width_limit {
    width: 100%;
  }
}
@media only screen and (orientation: portrait) {
  .header_width_limit {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .header_width_limit {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
  }
  .header_width_limit h1 {
    width: auto;
  }
  .overlay {
    display: none;
  }
}
/*グローバルナビ*/
.menu_btn {
  background: url(../images/btn-menu.png);
  background-position: left top;
  float: right;
  height: 35px;
  margin: 8px 10px 0 0;
  width: 35px;
}
.menu_btn:hover {
  cursor: pointer;
}
.open {
  background-position: right top;
}
.gbnNav {
  height: 100%;
  position: fixed;
  right: 0;
  top: 54px;
  z-index: 9999;
}
.gbnNav ul {
  background: #fff;
  display: none;
  height: 100%;
  width: auto;
  position: fixed;
  right: 0;
  top: 54px;
}
.gbnNav ul > li {
  border-bottom: 1px solid #eee;
  width: 250px;
}
.gbnNav ul > li a {
  display: block;
  font-size: 24px;
  padding: 10px;
}
.overlay {
  background: #000 no-repeat;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 822px) {
  .menu_btn {
    display: none;
  }
  .gbnNav {
    margin: 0;
    position: static;
  }
  .gbnNav ul {
    display: block;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .gbnNav ul > li {
    border: 0;
    display: block;
    float: left;
    width: auto;
  }
  .gbnNav ul > li a {
    font-size: 16px;
    font-weight: bold;
  }
  .gbnNav ul > li a:hover {
    color: #0075c1;
    text-decoration: underline;
  }
}
/*==========
パンくず
==========*/
.breadcrumb{
  max-width:960px;
  width:95%;
  margin:10px auto;
  background-color:#fff;
}
.breadcrumb li{
  display:inline-block;
  font-size:2.5vw;
  line-height:15px;
  margin-bottom:0;
}
.breadcrumb li::after{
  content:">";
  padding:0 0 0 5px;
}
.breadcrumb li:last-child::after{
  display:none;
}
.breadcrumb li a:hover{
  color:#0075c1;
}
@media screen and (min-width:540px){
  .breadcrumb li{
    font-size:12px;
  }
}
/*==========
コンテンツ
==========*/
#container {
  padding: 53px 0 05px;
  width: 100%;
}
#mainVisual, #mainTitle {
  border-bottom: 1px solid #eee;
}
#mainTitle {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background: linear-gradient(#ffffff 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
  height: 100%;
  max-height: 90px;
  width: 100%;
}
#mainTitle > h2 {
  color: #0075c1;
  line-height: 1;
  padding: 4% 0;
  text-align: center;
}
.contents {
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: 95%;
}
.contents a {
  text-decoration: underline;
}
.contents a:hover {
  text-decoration: none;
}
.contents p, .contents .section, .contents dl dt, .contents dl dd {
  line-height: 1.3;
}
.contents .section {
  padding: 20px 0;
}
.contents_inner {
  margin: 0 auto;
  width: 95%;
}
.isms_h3{
  color: #0075c1;
}
.contents_table{
  height: 260px;
  margin-top: 10px;
  border-collapse: collapse;
}
.contents_table tr td{
  padding-left: 10px;
  border-color: #000;
  line-height: 1.3;
}
.td_01{
  width: 20%;
}
.td_01 a img{
  width: 90%;
  height: auto;
  margin-left: 2%;
}
.td_02{
  background-color: #f2f2f2;
}
@media only screen and (max-width: 767px){
  .contents_table tr{
    font-size:12px;
  }
  .contents_table tr td{
    padding: 0 1%;
  }
  .td_01{
    width: 40%;
  }
  .td_01 a img{
  width: 96%;
  height: auto;
  margin-left: 4px;
}
  .td_02{
  width: 20%;
}
}
.text_blue {
  color: #0075c1;
}
.text_blue a.kanameto {
  text-decoration: none;
  color: #0075c1;
}
.text_blue a.kanameto:hover {
  text-decoration: underline;
}
.section {
  padding: 10px 0;
}
.section .heading3A {
  font-size: 1.2em;
  padding-bottom: 15px;
}
.section .heading3B {
  font-size: 1.1em;
  padding-bottom: 5px;
}
.section_inner {
  margin: 0 auto;
  width: 95%;
}
.certification_badge{
  overflow: hidden;
}
.certification_logo{
	display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.certification_badge .certification_logo p{
  line-height: 1.3;
}
.certification_badge > p{
  line-height:1.5;
  margin-top: 0.1vw;
}
.certification_badge .technology_partner_badge{
  width: 150px;
  margin-right: 20px;
}
.certification_badge .govtech_partner_badge{
  width: 515px;
  margin-left: 20px;
}
.section_inner .colA {
  width: auto;
  text-align: left;
  overflow: hidden;
}
.section_inner .col_txt {
  clear: both;
}
.section_inner .col_img {
  float: none;
  margin-top: 10px;
}
.section_inner .col_img img {
  width: auto;
}
.section .ruby {
  font-size: 0.7em;
}
.multiColum > figure {
  margin: 0 auto 15px;
}
.descGroup > p {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #container {
    padding: 74px 0 50px;
  }
  #mainVisual h2 {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
  }
  #mainTitle {
    height: 90px;
    width: 100%;
  }
  #mainTitle > h2 {
    font-size: 30px;
    padding: 30px 0;
  }
  .contents {
    margin: 0 auto;
    max-width: 1024px;
    padding: 20px 0 0;
    width: 95%;
  }
  .contents_inner {
    width: 100%;
  }
  .section .heading3A {
    font-size: 1.28em;
  }
  .section_inner {
    width: 100%;
  }
  .multiColum {
    max-width: 1024px;
    width: 100%;
    overflow: hidden;
  }
  .multiColum > .descGroup > p {
    padding-bottom: 10px;
  }
  .multiColum > figure {
    max-width: 434px;
    text-align: center;
    width: 46%;
  }
  .multiColum > .descGroup {
    max-width: 541px;
    width: 50%;
  }
  .colleft {
    float: left;
  }
  .colright {
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .section_inner .colA {
    width: auto;
    text-align: left;
    overflow: hidden;
  }
  .section_inner .col_txt {
    width: 500px;
    clear: both;
    float: left;
  }
  .section_inner .col_img {
    float: right;
  }
  .section_inner .col_img img {
    width: auto;
  }
  .section .ruby {
    font-size: 0.7em;
  }
}
/*==========
トップ ※ニュース関連は別途※
==========*/
/*スライダー*/
.mv_slider {
  width: 100%;
  max-width: 960px;
  margin: 0px auto 30px;
  opacity: 0;
  transition: opacity 0.5s;
}
.mv_slider.slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.mv_slider:not(.slick-initialized) .item:nth-child(n+2) {
  display: none;
}
.mv_slider.slick-initialized {
  opacity: 1;
}
.mv_slider img {
  display: block;
}
.mv_slider a {
  display: block;
  outline: none;
}
.mv_slider .slick-dots {
  top: 100%;
  bottom: auto;
  margin-top: 15px;
  font-size: 0;
}
.mv_slider .slick-dots li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 10px;
}
.mv_slider .slick-dots li button {
  width: 10px;
  height: auto;
  padding: 0;
}
.mv_slider .slick-dots li button:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
  height: 0;
  border-radius: 50%;
  background: #000;
}
.mv_slider .slick-dots li.slick-active button:before {
  background: #0075c1;
}
.mv_slider .slick-prev, .mv_slider .slick-next {
  width: 30px;
  height: auto;
  z-index: 1;
}
.mv_slider .slick-prev:before, .mv_slider .slick-prev:before, .mv_slider .slick-next:before, .mv_slider .slick-next:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 165.7142857142857%;
  background: url(../images/arrow_nav.png) left top/auto 100% no-repeat;
}
.mv_slider .slick-next {
  right: 5px;
}
.mv_slider .slick-next:before {
  background-position: right top;
}
.mv_slider .slick-prev {
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .mv_slider .slick-prev, .mv_slider .slick-next {
    width: 20px;
    height: 20px;
  }
  .mv_slider .slick-prev {
    left: 0;
  }
  .mv_slider .slick-next {
    right: 0;
  }
  .mv_slider .slick-dots {
    bottom: -20px;
  }
  .mv_slider .slick-dots li button {
    width: 8px;
  }
}
/*3つ小バナー*/
.banner {
  overflow: hidden;
}
.banner_list {
  font-size: 0;
  text-align: center;
}
.banner_list > li {
  display: inline-block;
  max-width: 370px;
  margin-bottom: 15px;
}
.banner_list > li > a {
  display: block;
}
.banner_list .css-hover:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .banner_list {
    padding: 0 20px;
    margin: 0 auto -15px;
  }
  .banner_list > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .certification_badge {
    display: block;
  }
  .certification_logo,.certification_badge > p{
  float:none;
  width:95%;
  text-align: center;
  margin: 0 auto;
  }
  .certification_badge > p{
    text-align: left;
    padding-left: 0;
  }
  .certification_logo{
    flex-direction: column;
    margin-bottom: 20px;
  }
  .certification_badge .technology_partner_badge{
    max-width: 299px;
    width: 45%;
    margin: 0 0 20px 0;
  }
  .certification_badge .govtech_partner_badge{
    max-width: 515px;
    width: 85%;
    margin-left: 0;
  }
  .sp_mt10 {
    margin-top: 10px!important;
  }
}
/*販売代理店*/
.agency {
  padding-top: 40px;
}
.agency .heading3A, .agency .contentsText {
  text-align: center;
}
.agency .heading3A {
  margin-bottom: 55px;
  color: #fff;
  background-color: #0075c1;
  padding: 15px 0 12px;
  font-weight: normal;
}
.agency .heading3A span {
  background: url("https://transcosmos-online.com/css/images/logo_kanameto_white.png") no-repeat;
  display: inline-block;
  width: 7em;
  margin-right: 20px;
  vertical-align: middle;
  padding: 5px 0;
}
.agency .contentsText {
  margin-bottom: 40px;
}
.agencyList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.agencyList__item {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 calc(40*100vw/750);
  border-radius: 4px;
  border: 1px solid #c4c4c4;
}
.agencyList__item > .inner {
  position: relative;
  padding: calc(100*100vw/750) calc(50*100vw/750) calc(205*100vw/750);
}
.agencyLogo {
  width: 100%;
  margin-bottom: calc(100*100vw/750);
  position: relative;
}
.agencyLogo img {
  display: block;
  margin: auto;
  width: 60%;
}
.agency .agencyText {
  line-height: 1.7;
}
.agency .btn {
  width: 70%;
  height: 50px;
  line-height: 53px;
  position: absolute;
  bottom: calc(40*100vw/750);
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 5px 4px 5px 23px;
  background: -webkit-gradient(linear, left top, left bottom, from(#02a6e4), to(#0076c2));
  background: -webkit-linear-gradient(top, #02a6e4 0%, #0076c2 100%);
  background: -o-linear-gradient(top, #02a6e4 0%, #0076c2 100%);
  background: linear-gradient(to bottom, #02a6e4 0%, #0076c2 100%);
  border: 1px solid #0076c2;
  border-radius: 4px;
  font-size: 1.2rem;
  text-decoration: none;
}
.agency .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  left: calc(75*100vw/750);
}
@media only screen and (min-width: 768px) {
  .agency {
    padding: 105px 0 40px;
    width: 100%;
  }
  .agency .heading3A {
    font-size: 2em;
  }
  .agency .heading3A span {
    width: 196px;
    height: 36px;
  }
  .agency .heading3A span img {
    margin-bottom: 4.5px;
  }
  .agency .contentsText {
    margin-bottom: 50px;
  }
  .agencyList {
    width: 70%;
    margin: 0 auto;
  }
  .agencyList__item {
    margin: 0 0 40px 0;
  }
  .agencyList__item > .inner {
    padding: 25px 45px 120px;
  }
  .agencyLogo {
    margin-bottom: 40px;
  }
  .agency .btn {
    padding: 0 28px 0 47px;
    width: 50%;
    height: 60px;
    line-height: 60px;
    bottom: calc(25*100vw/750);
  }
  .agency .btn:before {
    left: 30px;
  }
}
@media only screen and (max-width: 873px) {
  .agencyList__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 874px) {
  .agencyList {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .agencyList__item {
    width: calc(33.33333333% - 22px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .agencyList__item > .inner {
    min-height: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .agencyList__item:nth-child(5) .agencyLogo img {
    max-width: 60%;
  }
  .agencyLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 85px;
    margin: 0 auto 30px;
  }
  .agencyLogo img {
    width: 100%;
    max-width: 80%;
    top: 50%;
  }
  .agency .btn {
    bottom: 30px;
  }
}
/*==========
会社概要
==========*/
.companyinfo {
  margin: 15px auto 0;
  width: 95%;
}
.companyinfo figure {
  margin: 0 auto;
  width: 56%;
}
.companyinfo dl {
  margin: 10px auto 0;
  width: 100%;
}
.companyinfo dl dt {
  font-weight: bold;
  margin-top: 10px;
}
.companyinfo dl dt, .companyinfo dl dd {
  display: block;
  width: 100%;
}
.companyinfo dd a {
  color: #0075c1;
}
.companyinfo dt.mt0_pc {
  margin-top: 0;
}
#map_canvas {
  height: 0;
  margin: 10px auto 0;
  padding: 4% 0 56.25%;
  position: relative;
  width: 90%;
  z-index: 1;
}
#map_canvas iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.companyinfo .pmark_img{
  width: 17.5%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .companyinfo dt.mt0_pc {
    margin-top: 10px;
  }
  .companyinfo .pmark_img{
    width: 19%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.isms_img{
  width: 30%;
  height: auto;
  margin-top: 10px;
}
.isms_img.isms_img_JP20{
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .companyinfo{
    margin:0 auto;
  }
  .companyinfo figure {
    width: 365px;
  }
  .companyinfo dl {
    overflow: hidden;
    width: 720px;
  }
  .companyinfo dl dt {
    float: left;
    text-align: right;
    width: 100px;
  }
  .companyinfo dl dd {
    float: none;
    margin: 10px 0 0 130px;
    width: 577px;
  }
  #map_canvas {
    margin: 10px 0 0;
    padding-bottom: 75.25%;
    width: 100%;
  }
}
/*==========
サービス内容
==========*/
#service section h3.heading3A.img {
  width: 100%;
  max-width: 225px;
  height: 28px;
}
#service .section a {
  color: #0075c1;
}
/*サービス詳細*/
#serviceDetail .section .line-bspp p {
  margin-bottom: 0;
font-size: small;
}
#serviceDetail .section_inner {
  margin: 10px auto;
}
#serviceDetail .section_inner img {
  max-width: 100%;
  width: auto;
}
#serviceDetail .section_inner figure {
  text-align: center;
}
#serviceDetail .section_inner h4 {
  margin: 10px 0 10px 0;
  font-size: 1.15em;
}
#serviceDetail .box {
  padding: 0.5em 1em;
  margin: 10px 0 20px 0;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}
#serviceDetail .box p {
  padding-bottom: 10px;
}
#serviceDetail .box ul {
  padding-bottom: 10px;
}
#serviceDetail .box h5 {
  font-size: 1em;
  padding-bottom: 10px;
}
#serviceDetail .box h5:before {
  content: "\025bc"
}
/*==========
採用情報（たぶん古い方？/要確認）
==========*/
.contents .saiyou .section {
  padding: 10px 0;
}
dl.saiyouDetail dt {
  display: block;
  cursor: pointer;
  background: #0075c1;
  color: #fff;
  padding: 20px 55px 20px 15px;
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  overflow: hidden;
}
dl.saiyouDetail dt.on span img {
  margin-top: -25px;
}
dl.saiyouDetail dd {
  display: none;
  margin-bottom: 3em;
}
dl.saiyouDetail span {
  display: block;
  position: absolute;
  top: 35%;
  right: 16px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  line-height: 1;
  font-size: medium;
}
dl.saiyouDetail table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #ccc;
  margin: 25px auto 0;
}
dl.saiyouDetail table th, dl.saiyouDetail table td {
  border-bottom: 1px solid #ccc;
  padding: 30px 2.5% 25px;
  width: 95%;
  display: block;
}
dl.saiyouDetail table th {
  background: #f0f9ff;
  color: #0075c1;
  border-bottom: 1px solid #ccc;
}
dl.saiyouDetail table td {
  line-height: 1.7;
}
dl.saiyouDetail table td p {
  margin-top: 20px;
  margin-bottom: 15px;
}
dl.saiyouDetail table tr.last td {
  border-bottom: none;
}
.saiyouGaiyou p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.saiyouGaiyou h4 {
  margin-top: 10px;
}
.saiyouToiawase {
  margin-top: 60px;
}
.saiyouToiawase .btn {
  width: 15%;
  height: 50px;
  min-width:154px;
  line-height: 53px;
  position: relative;
  margin: auto;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 5px 4px 5px 23px;
  background: -webkit-gradient(linear, left top, left bottom, from(#02a6e4), to(#0076c2));
  background: -webkit-linear-gradient(top, #02a6e4 0%, #0076c2 100%);
  background: -o-linear-gradient(top, #02a6e4 0%, #0076c2 100%);
  background: linear-gradient(to bottom, #02a6e4 0%, #0076c2 100%);
  border: 1px solid #0076c2;
  border-radius: 4px;
  font-size: 1.2rem;
  text-decoration: none;
}
.saiyouToiawase .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);

}
@media only screen and (min-width: 768px) {
  dl.saiyouDetail table {
    border: 2px solid #f0f9ff;
  }
  dl.saiyouDetail table th, dl.saiyouDetail table td {
    display: table-cell;
  }
  dl.saiyouDetail table th {
    width: 20%;
    font-size: 18px;
  }
  dl.saiyouDetail table tr.last th {
    border-bottom: none;
  }
}

/*==========
採用情報（採用に関する同意書）
==========*/
#recruit {
  width: 100%;
}
#recruit .recruit_txt {
  width: 90%;
  max-width: 718px;
  height: calc(100vh - 420px);
  border: 1px solid #616161;
  overflow-y: scroll;
  padding: 0 20px 16px;
  margin: 20px auto;
}
#recruit li {
  margin-bottom: 4px;
}
#recruit .section {
  padding-bottom: 0;
}
#recruit .section ul li {
  text-indent: -1em;
  padding-left: 2em;
}
#recruit .recruit_explanation {
  text-align: center;
  padding: 0;
}
#recruit .recruit_btn {
  text-align: center;
  margin-top: 30px;
}
#recruit .recruit_btn a {
  text-decoration: none;
  background: #1c84dc;
  font-size: 18px;
  color: #fff;
  padding: 10px 50px;
}
#recruit .recruit_btn a:hover {
  opacity: 0.8;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  #recruit li,
  #recruit .recruit_btn a {
    font-size: clamp(13px, 99%, 18px)
  }
  #recruit .recruit_explanation {
    text-align: left;
    padding: 20px 0 16px;
  }
  #recruit .recruit_txt {
    width: auto;
    height: calc(100vh - 450px);
    margin-top: 0;
  }
  #recruit .recruit_btn {
    padding-bottom: 20px;
  }
}

/*====================
お問合せフォーム
====================*/
/*共通（入力画面,確認画面）*/
#form_erea{
  width: 750px;
  margin: 0 auto;
}
#form_erea label {
  display: block;
  margin: 0 20px 0px 40px;
  width: 160px;
  line-height: 2;
}
#form_erea sup{
  color: red;
  margin-left:2px;
}
#form_erea input[type="text"], #form_erea #content{
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 30px;
  padding: 0 1%;
  transition: background 0.3s ease-in-out;
  width: 500px;
  font-size: 14px;
}
#form_erea #content{
  height: 130px;
  resize: none;
}
#form_erea p{
  letter-spacing: 1.7px;
}
#form_erea .form_erea_p{
  text-align: center;
}
#form_erea ul{
  margin: 5% 0% 7%;
  height: 575px;
}
#form_erea li{
  display: flex;
  padding-bottom: 30px;
  position: relative;
}
#form_erea #submit-button{
  width: 207px;
  margin: 30px auto 10px;
}
#form_erea a{
  color: #5c7cc7;
}
#form_erea #submit-button input,#form_erea #submit-button a{
  padding: 10px 50px;
  background-color: #1c84dc;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
#form_erea #submit-button a{
  text-decoration: none;
  display: block;
  background-color: #000000ab;
}
#form_erea #submit-button input:hover,#form_erea #submit-button a:hover{
  opacity:0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#form_erea .error{
  position: absolute;
  margin: 0;
  left: 220px;
  font-size: 13px;
  color: #c90000;
  padding-top: 30px;
  padding-left: 2px;
}
#form_erea #email-error{
  width:290px;
}
#form_erea #content-error{
  padding-top: 130px;
}
/*確認画面*/
.check #form_erea p{
  line-height: 1.5;
  width: 470px;
  font-size: 14px;
  word-wrap: break-word;
}
.check #form_erea ul {
  margin: 5% 0% 6%;
  height:auto;
}
.check #form_erea li{
  margin-left: 60px;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.check #form_erea li:first-child{
  border-top: 1px solid #eee;
}

.check #form_erea .btns #submit-button {
  width: 140px;
  margin: 0 auto 10px;
}
.check #form_erea .btns{
  display: flex;
  width: 500px;
  margin: 0 auto;
}
.check{
  margin-bottom: 5%;
}
.check .contents{
  padding:0;
}
/*thanks画面*/
.thanks h2,.check h2{
  margin: 80px auto 60px;
  text-align: center;
}
.thanks .contents p{
  width: 560px;
  margin: 0 auto;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  /*共通（入力画面，確認画面）*/
  #form_erea{
    width: 95%;
    margin-top: 5%;
  }
  #form_erea label {
    display: block;
    margin: 0;
    width: auto;
  }
  #form_erea ul {
    margin: 10% 0 7%;
    height: auto;
  }
  #form_erea li {
    display: block;
  }
  #form_erea #email-error {
    width: 95%;
  }
  #form_erea input[type="text"] {
    width: 95%;
  }
  #form_erea #content {
    width: 95%;
  }
  #form_erea .error {
    position: static;
    font-size: 2.5vw;
    padding-top: 0;
    line-height: 1;
    margin-top: 1%;
  }
  #form_erea #content-error {
    padding-top: 0;
  }
  #form_erea #submit-button a,#form_erea #submit-button input {
    padding: 5% 10%;
    text-align: center;
  }
  #form_erea #submit-button input {
    width: 100%;
  }
  /*確認画面*/
  .check #form_erea li {
    display: block;
    padding-bottom: 3%;
    padding-top:3%;
    margin-left:0;
  }
  .check #form_erea p {
    width: 100%;
    font-size: 3.5vw;
    word-wrap: break-word;
  }
  .check #form_erea .btns {
    width: 100%;
  }
  .check #form_erea .btns #submit-button {
    width: 30%;
    margin: 0 auto 10px;
  }
  /*thanks画面*/
  .thanks h2,.check h2{
    margin: 15% auto 10%;
  }
  .thanks .contents p {
    width: 90%;
  }
}
input[type="submit"] {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

/*==========
プライバシーポリシー
==========*/
#privacy_area .fontBold {
  font-weight: bold;
}
#privacy_area table {
  border-collapse: collapse;
  border: 1px solid #000;
  margin-top: 20px;
}
#privacy_area table tr, #privacy_area table td, #privacy_area table th {
  border: 1px solid #000;
}
#privacy_area table th, #privacy_area table td {
  padding: 5px;
}
#privacy_area table td {
  vertical-align: top;
}
#privacy_area > p {
  position: relative;
  /*display: inline-block;*/
  margin-top: 1em;
}
#privacy_area .privacy_area_p{
  text-align: right;
}
/*#privacy_area > p::before {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  left: 30px;
  top: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}*/
#privacy_area .address {
  margin: 15px;
  padding-left: 5%;
}
#privacy_area .section ul li {
  text-indent: -1em;
  padding-left: 2em;
}
#privacy_area .section .not_decoration li,
#privacy_area .section ul .not_decoration {
  text-indent: 0em;
  padding-left: 0em;
}
#privacy_area .section ul .decoration_style01 {
  text-indent: 0em;
  padding-left: 1em;
}
#privacy_area .section ul .decoration_style02 {
  text-indent: -1.3em;
  padding-left: 2.3em;
}
#privacy_area .section.section01 {
  display: flex;
  flex-wrap: nowrap;
  align-items:flex-end;
}
#privacy_area .section.section01 ul li {
  text-indent: 0;
  padding-left: 0;
}
#privacy_area .section.section02 ul li {
  text-indent: 0;
  padding-left: 0;
}
#privacy_area .offer {
  text-indent: -1.6em;
}
#privacy_area .info {
  padding-left: 2em;
}
#privacy_area .address a:hover {
  color: #0075c1;
}
#privacy_area .pmark_img {
  width: 130px;
  height: 130px;
  margin-top: 0;
  margin-bottom: 0;
}
#privacy_area div {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #privacy_area {
    font-size: clamp(14px, 99%, 18px);
  }
  #privacy_area .section.section01 {
    align-items: center;
  }
  #privacy_area .pmark_img {
    width: 24%;
    height: auto;
  }
}
/*==========
個人情報の取り扱いについて
==========*/
#privacy_protection .section-inner {
  padding-top: 20px;
}
#privacy_protection .section ul li {
  text-indent: -1em;
  padding-left: 2em;
}
#privacy_protection .section ul .decoration_style02 {
  text-indent: -1.3em;
  padding-left: 2.3em;
}
#privacy_protection .small {
  font-size: small;
  padding-top: 5px;
}
#privacy_protection a {
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #privacy_protection li {
    font-size: clamp(14px, 99%, 18px);
  }
  #privacy_protection .small {
    font-size: clamp(12px, 85%, 14px);
  }
}
/*==========
情報セキュリティーポリシー
==========*/
.guideline .guideline-item {
  list-style-type: decimal;
  margin-left: 19px;
  padding-left: 2px;
}
.guideline .guideline-item + .guideline-item {
  margin-top: 12px;
}
#security_area .descGroup > p {
  padding: 20px 0 10px;
}
.signature {
  text-align: right;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  #security_area .descGroup > p {
    padding: 0 0 10px;
  }
  .signature {
    margin-top: 38px;
  }
}
/*==========
クラウドサービスセキュリティーポリシー
==========*/
#cloudservicesecurity_area .section {
  padding: 6px 0;
}
#cloudservicesecurity_area .descGroup:nth-child(1) {
  padding-bottom:30px;
}
#cloudservicesecurity_area .heading3B.table_title{
  color: #0075c1;
}
#cloudservicesecurity_area .contents_table{
  margin-bottom: 20px;
}
#cloudservicesecurity_area .contents_table tr td{
  padding:10px 0 10px 10px;
  line-height: 1.5;
}
#cloudservicesecurity_area .contents_table tr td.td_01{
  width: 20%;
  padding: 20px 10px;
}
#cloudservicesecurity_area .contents_table tr td.td_01 a{
  display: inline-block;
}
#cloudservicesecurity_area .contents_table tr td.td_01 a img{
  width: 100%;
  margin-left: 0;
}
#cloudservicesecurity_area .contents_table tr td.td_02{
  background-color: #f2f2f2;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  #cloudservicesecurity_area .contents_table tr td{
    padding:2% 0 2% 1%;
  }
  #cloudservicesecurity_area .contents_table tr td.td_01{
    width: 40%;
    padding: 0 2%;
  }
  #cloudservicesecurity_area .contents_table tr td.td_02{
    width: 18%;
  }
}
/*==========
ニューストピックス関連
==========*/
/*トップ*/
.topNews {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}
.topNews .info_link {
  margin-top: 10px;
  text-align: right;
}
.topNews .info_link a {
  color: #0075c1;
}
.topNews .info_link a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .topNews {
    width: auto;
    border-bottom: 1px solid #eee;
  }
}
/*トピックス*/
.topnews {
  border: none;
  height: auto;
}
.topnews #news dd {
  margin-bottom: 30px;
}
/*各トピックス*/
#news {
  padding: 10px 10px 10px 10px;
  width: 95%;
  margin: 0 auto;
}
#news dl {
  text-align: left;
  line-height: 1.2;
}
#news dl dt {
  margin: 0 0 10px;
  float: none;
}
#news dl dt a {
  display: inline-block;
  margin-top: -24px;
}
#news dl dd {
  margin-bottom: 10px;
}
/*
#news dl dd:last-of-type {
  margin-bottom: 0;
  margin-top: 23px;
}
*/
#news dl dd a {
  color: #0075c1;
}
#news dl dd a:hover {
  color: #0075c1;
  text-decoration: underline;
}
#news .section p a {
  color: #0075c1;
  text-decoration: underline;
}
#news .section p a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #news {
    width: 80%;
    margin: 20px auto 60px;
    max-width: 950px;
  }
  #news dl {
    text-align: left;
    overflow: hidden;
    line-height: 1.4;
  }
  #news dl dt {
    margin: 0 20px 0 0;
    float: left;
  }
  #news dl dt .icon {
    margin-left: 35px;
    font-size: 15px;
    width: 140px;
    padding: 2px 2px 1px;
    text-align: center;
    background: #0075c1;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
  }
  #news dl dd {
    width: auto;
    margin: 0 0 4px 294px;
    margin-bottom: 20px;
  }
  #news dl dd a:hover {
    color: #0075c1;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  #news dl dt .icon {
    width: 40%;
    padding: 4px 0;
    text-align: center;
    background: #0075c1;
    color: #ffffff;
    float: none;
    font-weight: bold;
    display: block;
    min-width: 80px;
    margin: 5px 0 0;
  }
  #news dl dd {
    margin-bottom: 4%;
  }
}
/*トピックス一覧のページネーション*/
/**
* CSS themes for simplePagination.js
* Author:Flavius Matis - http://flaviusmatis.github.com/
* URL:https://github.com/flaviusmatis/simplePagination.js
*/
ul.simple-pagination{
  list-style:none;
}
.simple-pagination{
  display:block;
  overflow:hidden;
  margin:0 auto;
  text-align:center;
}
.simple-pagination ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  justify-content: center;
  align-items: center;
}
.simple-pagination li{
  list-style:none;
  padding:0;
  margin:0 10px;

}
span.ellipse.clickable{
  cursor:pointer;
}
.ellipse input{
  width:3em;
}
@media only screen and (max-width: 375px) {
  .simple-pagination li {
    margin: 0 5px;
  }
}
/*------------------------------------*\
  Light Theme Styles
\*------------------------------------*/
.light-theme span{
  cursor:pointer;
}
.light-theme a,.light-theme span{
  float:left;
  color:#666;
  font-size:14px;
  font-weight:normal;
  text-align:center;
  border:1px solid #0075c1;
  padding:8px 10px;
  border-radius:3px;
  box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
.light-theme a:hover,.light-theme li:not(.disabled):not(.active) span:hover{
  text-decoration:none;
  background:#FCFCFC;
}
.light-theme .current{
  background:#0075c1;
  color:#FFF;
  box-shadow:0 1px 0 rgba(255,255,255,1),0 0 2px rgba(0,0,0,0.3) inset;
  cursor:default;
}
.light-theme .ellipse{
  background:none;
  border:none;
  border-radius:0;
  box-shadow:none;
  font-weight:bold;
  cursor:default;
}
@media only screen and (max-width: 375px) {
  .light-theme a {
    padding: 8px 9px;
  }
  .ellipse {
    padding: 8px 0 !important;
  }
}
/*ã‚«ã‚¹ã‚¿ãƒ ç”¨*/
.selection{
  display:none;
}
#page-1{
  display:block;
}
/*SNS share Btn*/
#newsDetail .shereButton #fb-root.fb_reset{
  display:inline-block;
}
#newsDetail .shereButton .fb-share-button.fb_iframe_widget span,#newsDetail #twitter-widget-0{
  vertical-align:middle!important;
}
/*詳細*/
#newsDetail .topic {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  width: 125px;
  background-color: #0075c2;
  margin-bottom: 45px;
}
#newsDetail .topicSNS{
  overflow: hidden;
  /*margin-bottom: 45px;*/
}
#newsDetail .topicSNS .topic {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  width: 125px;
  background-color: #0075c2;
  float:left;
}
#newsDetail .topicSNS .shereButton{
  float:right;
}
#newsDetail h2.primaryHead01A {
  font-size: 153%;
  padding: 0;
  width: auto;
  margin: 15px 0 10px;
  height: auto;
  line-height: 1.1;
  color: #444444;
  margin: 15px 0 10px;
}
#newsDetail .lead01A {
  margin-bottom: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
}
#newsDetail .releaseData {
  margin-bottom: 2em;
  text-align: right;
  line-height: 1.7;
}
#newsDetail .releaseData p {
  margin-bottom: 0;
}
#newsDetail p {
  margin-bottom: 25px;
}
#newsDetail section {
  clear: both;
  padding: 0 5px;
  overflow: hidden;
  line-height: 2em;
}
#newsDetail section h4,#newsDetail section h3 {
  border-bottom: solid 2px #0075c1;
  margin-bottom: 10px;
  line-height: 1.4em;
}
#newsDetail section img {
  border: none;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}
#newsDetail section li{
  margin-bottom:0;
}
#newsDetail section .small {
  font-size: small;
}
#newsDetail section .mt0 {
  margin-top: 0;
}
#newsDetail section .mb0 {
  margin-bottom: 0;
}
#newsDetail section .mtmb0 {
  margin-top: 0;
  margin-bottom: 0;
}
#newsDetail section p.imgCenter {
  text-align: center;
}
#newsDetail .sectioninquirypress {
  margin-top: 60px;
  text-align: center;
}
#newsDetail .sectioninquirypress p {
  line-height: 1.5;
  font-size: 85%;
}
#newsDetail .sectioninquirypress p a {
  color: #0075c1;
  text-decoration: underline;
}
#newsDetail .sectioninquirypress p a:hover {
  text-decoration: none;
}
#newsDetail .img-center80 {
  width: 100%;
  text-align: center;
}
#newsDetail .img-center80 img {
  width: 80%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #newsDetail .topicSNS {
    margin-bottom: 0;
  }
  #newsDetail .topic{
    margin-bottom:15px;
  }
  #newsDetail .topicSNS .topic{
    margin-bottom:15px;
  }
  #newsDetail h2.primaryHead01A {
    font-size: 30px;
  }
  #newsDetail .lead01A {
    font-size: 17px;
  }
  #newsDetail p {
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #newsDetail .section ul {
    padding-top: 5px;
  }
  #newsDetail .section ul li {
    line-height: 1.3em;
    margin-bottom: 15px;
    text-indent: -20px;
    margin-left: 20px;
  }
  #newsDetail section .small {
  font-size: 2.8vw;
  }
  #newsDetail .img-center80 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*==========
content
==========*/
/*こここら編集を行う。*/
#contentService .contents {
  max-width: 900px;
}
#contentService .section_inner{
  margin-top: 2rem;
}
#contentService .section_inner:first-child{
  margin-top: 0;
}
#contentService .section_inner img {
  max-width: 100%;
  width: auto;
  text-align:center;
  display: block;
  margin: 0 auto;
}
#contentService a{
  word-wrap: break-word;
}
#contentService a.colorBlue{
  color: #0075c1;
}
#contentService p.mb0{
  padding-bottom: 0;
}
#contentService .mb10{
  margin-bottom:10px;
}
#contentService .mb15{
  margin-bottom:15px;
}
#contentService .mb20{
  margin-bottom:20px;
}
#contentService .mg10{
  margin:10px 0;
  display:block;
}
#contentService .small{
  font-size: 0.9em;
}
#contentService .img{
  margin:20px auto 30px;
}
#contentService .img-width img{
  width: 75%;
  height: auto;
}
#contentService .midasiA{
  line-height:1;
  margin-bottom: 2em;
}
#contentService .midasiB {
  font-size: 1em;
  margin-bottom: 10px;
}
#contentService .midasiB::before{
  content: "\025bc";
}
#contentService .section_inner h4 {
  font-size: 1.15em;
  margin: 30px 0 10px 0;
}
#contentService .section_inner h4.midasiC {
  font-size: 1em;
}
#contentService .text-indent01 h4.midasiC{
  text-indent:-1em;
}
#contentService .heading5A{
  font-weight: bold;
  font-size: 1em;
  margin:30px auto 10px
}
#contentService .box {
  padding: 0.5em 1em;
  margin: 10px 0 20px 0;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  word-break: break-all;
}
#contentService .box p {
  padding-bottom: 10px;
}
#contentService .box ul {
  padding-bottom: 10px;
}
#contentService .box h4, #contentService .box h5, #contentService .cont-boder h5{
  margin-bottom: 5px;
  padding-bottom: 0;
}
#contentService .box h5,#contentService .cont-boder h5 {
  font-size: 1em;
}
#contentService .box h5:before,#contentService .cont-boder h5:before {
  content: "\025bc"
}
#contentService .syuten {
  text-align: right;
}
#contentService .plan-list{
  margin-bottom: 15px;
}
#contentService .plan-teble{
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto;
}
#contentService .plan-teble thead{
  background-color: #1ebc91;
  color: #fff;
}
#contentService .plan-teble thead th:first-of-type{
  background-color: #048674;
}
#contentService .plan-teble tbody th{
  background-color: #21b5cb;
  color: #fff;
}
#contentService #contentService .plan-teble tbody td{
  font-size: 14px;
}
#contentService .plan-teble th+th{
  width: 27%;
}
#contentService .plan-teble td,#contentService .plan-teble th{
  border: 1px solid #616161;
  text-align: center;
  height: 50px;
}
#contentService .jirei a{
  line-height: 1.5;
}
#contentService .line-info {
  margin: 15px auto 0;
  padding-bottom: 1em;
  width:95%;
}
#contentService .line-btn {
  margin: 30px 0 0;
}
#contentService .cont-boder{
  border: 1px solid #444;
  padding: 10px;
  margin: 10px 0 20px;
}
#contentService .ml00{
  margin-left: 0em;
  display: inline-block;
}
#contentService .ml01{
  margin-left: 1em;
  display: inline-block;
}
#contentService .ml02{
  margin-left: 2em;
  display: inline-block;
}
#contentService .ml03{
  margin-left: 3em;
  display: inline-block;
}
#contentService .mt05{
  padding-top: 5px;
  display: inline-block;
}
#contentService #ninsho-Provider .center{
  text-align: center;
  margin-top: 1em;
}
#contentService #ninsho-Provider .img{
  width: 25%;
  margin: 0 auto;
  border: solid 1px #000 ;
}
#contentService #ninsho-Provider .img img{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #contentService .rink_segment{
    text-indent: -1em;
    margin-left: 1em;
  }
  #contentService .rink_segment span{
    margin: 0;
  }
  #contentService #b_pattern .right_planList .ml02{
    margin-left: -1rem;
  }
  #contentService #b_pattern .right_planList .ml03{
    margin-left: 0;
  }
  #contentService #ninsho-Provider .img{
    width: 95%;
  }
  #contentService .img-width img{
    width: 100%;
  }
  #contentService .width100 {
    width: 100%!important;
  }
  #contentService .ml01{
    margin-left: 0.5em;
    display: inline-block;
  }
  #contentService .ml02{
    margin-left: 0.5em;
    display: inline-block;
  }
}
/*ここまで編集を行う。*/

/*==========
フッター
==========*/
#footer {
  background: #616161;
  color: #fff;
  text-align: center;
  width: 100%;
  /*フッターを固定する*/
  bottom: 0;
}
#footer small {
  display: block;
  line-height: 1.2;
  padding: 3px 0 10px;
}
#footerNav {
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 0 10px;
  }
#footerNav li {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom:0;
}
#footerNav li a {
  color: #fff;
  font-size: 12px;
}
#footerNav li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #footer small {
    margin: 0 auto;
    width: 490px;
  }
  #footerNav li {
    padding: 0 10px;
  }
  #footerNav li a {
    font-size: 13px;
  }
}
/*====================
utility
====================*/
@media only screen and (max-width: 767px) {
  .sp_hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .pc_hidden {
    display: none !important;
  }
}

/* 12/12フッター修正 */
#footer .footer_menu{
/*	display: flex;*/
    width: 1024px;
    margin: 0 auto;
}
#footer .footer_menu ul{
    text-align: left;
    margin: 50px 0 30px;
}
#footer .footer_menu ul li{
    margin: 15px 0 0 0px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 20px;
    font-size:14px;
}
#footer .footer_menu p{
    margin-left: 2em;
    text-indent: -1em;
    line-height: 1.3;
    margin-bottom: 0.5em;
}
#footer .footer_menu p:nth-child(1){
  margin-left: 0em;
  margin-bottom: 0.5em;
    text-indent: 0;
  font-weight:bold;
}

#footer .footer_menu a{
  color:#fff;
}
#footer .footer_menu a:before{
  content: ">";
  margin-right: 5px;
}
#footer .footer_menu ul li:nth-child(3){
    border-bottom: none;
  padding-bottom: 0;
}
#footer .footer_menu #footermenu-right li{
  border-top:1px solid rgba(255,255,255,0.5);
  margin-right: 5%;
  padding-top:15px;
  border-bottom:none;
}
#footer .footer_menu #footermenu-left li{
/*	margin-left: 2%;*/
}
#footer .footer_menu #footermenu-right .footer_logo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
}
#footer .footer_menu #footermenu-right .footer_pmark a:before{
  content:none;
}
#footer .footer_menu #footermenu-right .footer_pmark {
  width: 27%;
  height: auto;
  margin:0 15px 0 0;
}
#footer .footer_menu #footermenu-right .footer_isms a:before{
  content:none;
}
#footer .footer_menu #footermenu-right .footer_isms {
  width: 30.5%;
  height: auto;
  margin: 5px 15px 0 0;
  text-align: center;
}
#footer .footer_menu #footermenu-right .footer_isms p a{
  display: inline-block;
}
#footer .footer_menu #footermenu-right .footer_p{
  margin:-9px 0 0;
  margin-left: 0;
  text-indent:0em;
  text-align: center;
}
@media only screen and (max-width: 1024px){
#footer .footer_menu{
  width:100%;
    padding-top: 5px
}
#footer .footer_menu ul {
    width: 90%;
}
#footer .footer_menu ul li{
  margin-left:8%;
}
}
@media only screen and (min-width: 768px) {
  #footer .footer_menu{
    display: flex;
  }
  #footer .footer_menu ul {
      width: 50%;
  }
  #footer .footer_menu #footermenu-right li{
    margin-left: auto;
    width: 410px;
    border-top:none!important;
    padding-top:0;
  }
}
.descGroup .non_bottom{
  padding-bottom:0;
}
#c_pattern .ml02{
  margin-left: 3em;
}
.bold{
  font-weight: bold;
}