/* CSS Document */
/* 基本設定
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal; /*font-weight: normal;*/ font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
html {
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
img {
  vertical-align: bottom;
}
body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0rem;
  line-height: 1.6;
  text-align: justify;
}
a {
  color: #0080cc;
}
div#wrap img {
  max-width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1100px;
  }
  div#wrap {
    width: 100%;
    padding-top: 160px;
  }
  div#contents {
    width: 1080px;
    margin: 0 auto;
  }
  #wrap .content {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  #wrap a img:hover {
    opacity: 0.6;
  }
  a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  div#wrap {
    width: 100%;
    padding-top: 70px;
  }
}
/* ヘッダー
----------------------------------------------------------- */
header {
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
}
.hd_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
#hd_txt {
  font-size: 1.3rem;
  padding: 0 20px;
  width: calc(100% - 830px);
  box-sizing: border-box;
}
#hd_language {
  width: 210px;
  font-size: 1.6rem;
  display: flex;
}
#hd_language li {
  margin-right: 15px;
}
#hd_language a {
  color: #000;
  text-decoration: none;
  padding-left: 15px;
  position: relative;
}
#hd_language a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
  top: 50%;
  margin-top: -5px;
  left: 0px;
}
#hd_language a::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -5px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #0080cc transparent;
}
@media screen and (max-width: 1200px) {
  #hd_language {
    width: 190px;
    flex-wrap: wrap;
  }
  #hd_txt {
    width: calc(100% - 700px);
  }
}
@media print, screen and (min-width: 768px) {
  header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1100px;
    z-index: 9999;
    height: 160px;
  }
  #hd_logo {
    width: 280px;
    padding-left: 20px;
  }
  #hd_info {
    width: 510px;
    display: flex;
  }
  #hd_info li {
    width: 240px;
    margin-right: 10px;
    box-sizing: border-box;
    display: block;
    text-align: center;
  }
  #hd_info li a {
    display: block;
    text-decoration: none;
  }
  #hd_info li p:first-child {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
  }
  #hd_info li.tel {
    font-size: 1.6rem;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(245, 245, 245, 1.00) 100%);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);
    height: 60px;
    padding: 10px 0 0;
  }
  #hd_info li.tel span {
    font-size: 2.4rem;
    color: #0080cc;
    font-weight: bold;
  }
  #hd_info li.contact_btn a {
    font-size: 2rem;
    font-weight: bold;
    border: 1px solid #0080cc;
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(180deg, rgba(77, 166, 219, 1.00) 0%, rgba(0, 128, 204, 1.00) 100%);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);
    height: 60px;
    padding: 10px 0 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 70px;
  }
  #hd_logo {
    width: 160px;
    padding-left: 10px;
  }
  #hd_txt, #hd_language {
    display: none;
  }
  #hd_info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    border-top: 1px solid #cccccc;
  }
  #hd_info li {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
  }
  #hd_info li a {
    display: block;
    text-decoration: none;
    color: #000;
  }
  #hd_info li p:first-child {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
  }
  #hd_info li.tel {
    font-size: 1.2rem;
    background: rgba(255, 255, 255, 0.9);
    height: 60px;
    padding: 15px 0 0;
  }
  #hd_info li.tel span {
    font-size: 1.6rem;
    color: #0080cc;
    font-weight: bold;
  }
  #hd_info li.contact_btn a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 128, 204, 0.9);
    height: 60px;
    padding: 15px 0 0;
    box-sizing: border-box;
  }
}
/* メニュー
----------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  #global_navi {
    width: calc(100% - 320px);
    height: 60px;
    box-sizing: border-box;
  }
  #global_navi p {
    display: none;
  }
  #global_navi > ul {
    display: flex;
    padding: 5px 0;
  }
  #global_navi > ul > li {
    width: calc(100% / 6);
    text-align: center;
    border-left: 1px solid #e3e3e3;
    box-sizing: border-box;
  }
  #global_navi > ul > li#n_solution {
    min-width: 190px;
  }
  #global_navi > ul > li > a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 1.7rem;
    height: 65px;
    box-sizing: border-box;
    padding-top: 5px;
    position: relative;
  }
  #global_navi > ul > li > a span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    color: #bfbfbf;
    font-size: 1.2rem;
  }
  #global_navi > ul > li > a:hover::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background: #0080cc;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
  }
  #global_navi > ul > li.drop_navi {
    position: relative;
  }
  #global_navi > ul > li .drop_item {
    position: absolute;
    width: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.98);
  }
  #global_navi > ul > li .drop_item a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 1.6rem;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
  }
}
@media screen and (max-width: 767px) {
  #global_navi {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #global_navi p {
    margin: 10px 10px 0 0;
    font-weight: bold;
    font-size: 1.1rem;
    border: 1px solid #aaa;
    position: relative;
    display: block;
    width: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: -70px;
  }
  #global_navi p::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: -1;
    border-width: 0 0 49px 49px;
    border-color: transparent transparent #0884cc transparent;
  }
  #global_navi p.open {
    background: #0884cc;
  }
  #global_navi p.open::after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "Close";
    color: #fff;
    background: #0884cc;
    width: 48px;
  }
  #global_navi > ul {
    display: none;
    position: absolute;
    width: 100%;
    border-top: 1px solid #e3e3e3;
  }
  #global_navi > ul > li {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
  }
  #global_navi > ul > li > a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 1.6rem;
    box-sizing: border-box;
  }
  #global_navi > ul > li > a span {
    font-family: 'Noto Sans JP', sans-serif;
    color: #bfbfbf;
    font-size: 1.4rem;
    padding-left: 10px;
  }
  #global_navi > ul > li .drop_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #global_navi > ul > li .drop_item li {
    width: 32%;
    margin-top: 10px;
  }
  #global_navi > ul > li .drop_item a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 1.4rem;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
  }
}
/* コンテンツスタイル
----------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .contents_box {
    width: 1000px;
    margin: 0 auto;
  }
}
/*下部共通お問い合わせ*/
#ft_contact {
  background: linear-gradient(90deg, #ccc 0%, #ccc 50%, #fff 50%, #fff 100%);
  border-top: 1px solid #ccc;
}
#ft_contact_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
#ft_contact_inner h2 {
  width: 270px;
  background: #ccc;
  color: #fff;
  font-weight: bold;
  font-size: 2.1rem;
  padding-left: 30px;
  position: relative;
  padding-top: 20px;
}
#ft_contact_inner h2::before {
  position: absolute;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
}
#ft_contact_inner ul {
  width: 730px;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
#ft_contact_inner ul li {
  width: 320px;
  margin: 0 15px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
#ft_contact_inner ul li a {
  display: block;
  text-decoration: none;
}
#ft_contact_inner ul li p:first-child {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}
#ft_contact_inner ul li.tel {
  font-size: 1.8rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: bold;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(245, 245, 245, 1.00) 100%);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);
  height: 100px;
  padding: 20px 0 0;
}
#ft_contact_inner ul li.tel span {
  font-size: 3rem;
  color: #0080cc;
  font-weight: bold;
}
#ft_contact_inner ul li.contact_btn a {
  font-size: 2.7rem;
  font-weight: bold;
  border: 1px solid #0080cc;
  border-radius: 5px;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(77, 166, 219, 1.00) 0%, rgba(0, 128, 204, 1.00) 100%);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);
  height: 100px;
  padding: 20px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #ft_contact {
    display: none;
  }
}
/* フッター
----------------------------------------------------------- */
footer {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
#copy {
  text-align: center;
  font-size: 1.2rem;
  line-height: 60px;
  border-top: 3px solid #0080cc;
}
#pageTop a {
  display: inline-block;
  background: rgba(0, 128, 204, 0.8);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  box-sizing: border-box;
  padding: 21px 0 0;
  line-height: 1.2;
  position: relative;
}
.ft_link ol li p {
  font-weight: bold;
  margin-bottom: 10px;
}
.ft_link ol {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.ft_link ol li {
  margin: 0 30px 0 0;
  text-align: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
/*.ft_link ol li:last-child {margin: 0;}*/
.ft_link ol li img {
  width: 85px;
}
@media print, screen and (min-width: 768px) {
  #pageTop {
    position: fixed;
    bottom: 120px;
    right: 20px;
  }
  #pageTop a::after {
    content: "▲";
    position: absolute;
    font-size: 1.1rem;
    top: 7px;
    left: 25px;
  }
  #ft_contents {
    display: flex;
    justify-content: space-around;
    width: 1100px;
    margin: 0 auto;
    align-items: center;
  }
  #ft_logo {
    width: 200px;
    margin-right: 20px;
  }
  #ft_logo img {
    width: 100%;
    height: auto;
  }
  #ft_logo ul {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
  }
  #ft_logo ul li {
    width: 55px;
    margin: 0 10px;
  }
  .ft_link {
    height: 170px;
    box-sizing: border-box;
    border-left: 1px dotted #999;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .ft_link ul > li {
    font-weight: bold;
  }
  .ft_link ol li p {
    font-size: 1.4rem;
  }
  /*.ft_link ol li:last-child {padding-top: 32px;margin: 0;}*/
  .ft_link ul a {
    text-decoration: none;
    color: #333;
  }
  .ft_link ul > li > ul > li a {
    font-weight: normal;
  }
  .ft_link ul > li > ul > li a::before {
    content: "－"
  }
  .ft_sns_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #pageTop {
    position: fixed;
    bottom: 60px;
    left: 0;
  }
  #pageTop a {
    width: 50px;
    height: 40px;
    font-size: 1.1rem;
    padding: 8px 0 0;
    border-radius: 0 20px 0 0;
  }
  #ft_logo {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  #ft_logo img {
    width: 150px;
  }
  #ft_logo ul {
    display: none;
  }
  .ft_link {
    background: #ccc;
  }
  .ft_link ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 1.3rem;
  }
  .ft_link ul li {
    text-align: center;
    min-width: 50%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .ft_link ul li a {
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    display: block;
  }
  .ft_link ul li span {
    padding: 10px 0;
    display: block;
  }
  .ft_link ul.business_link > li {
    width: 100%;
  }
  .ft_link ul > li:nth-child(2n+1) {
    border-right: 1px solid #fff;
  }
  .ft_link ul > li > ul {
    background: #eee;
  }
  .ft_link ul > li > ul li {
    background: #eee;
  }
  .ft_link .mgB20 {
    margin-bottom: 0 !important;
  }
  .ft_link ol li p {
    font-size: 1.3rem;
    text-align: center;
    padding-top: 10px;
    font-weight: normal;
  }
  .ft_link ol {
    padding: 10px 0;
  }
  /*.ft_link ol li:last-child {padding-top: 40px;margin: 0;}*/
  .ft_sns_sp {
    background: #ccc;
    border-top: 1px solid #fff;
  }
  .ft_sns_sp ul {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  .ft_sns_sp ul li {
    width: 70px;
    margin: 0 30px;
  }
  #copy {
    font-size: 1.1rem;
    line-height: 40px;
    padding-bottom: 60px;
  }
}
/*------------------------------------
サブページ共通
------------------------------------*/
#breadcrumbs {
  font-size: 1.3rem;
}
#breadcrumbs ul {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
#breadcrumbs ul li {
  line-height: 50px;
}
#breadcrumbs ul li::after {
  content: "≫";
  padding: 0 5px;
}
#breadcrumbs ul li:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}
#pagetitle {
  background: #e9e9e9;
}
#pagetitle h1 {
  color: #000;
}
#pagetitle h1 span {
  color: #878787;
}
.nomal_h2 {
  color: #000;
  font-weight: bold;
  padding: 0 10px;
  border-bottom: 3px solid #e9e9e9;
  position: relative;
}
.nomal_h2::after {
  position: absolute;
  content: "";
  background: #0080cc;
  height: 3px;
  left: 0;
  bottom: -3px;
}
@media print, screen and (min-width: 768px) {
  #sub_page, .content__w1000 {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    display: block;
  }
  #pagetitle h1 {
    width: 1000px;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 4rem;
  }
  #pagetitle h1 span {
    font-size: 2.4rem;
  }
  #pagetitle h1 span::before {
    content: "－";
    padding: 0 15px;
  }
  .nomal_h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .nomal_h2::after {
    width: 200px;
  }
  .sub_page_box {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 80px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #sub_page, .content__w1000 {
    padding: 20px 10px;
  }
  #pagetitle h1 {
    padding: 20px 10px;
    font-size: 2.3rem;
  }
  #pagetitle h1 span {
    display: block;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
  }
  .nomal_h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .nomal_h2::after {
    width: 150px;
  }
  .sub_page_box {
    padding: 0 10px 50px;
  }
}
/*form*/
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], select, textarea {
  padding: 8px;
  border: 1px solid #b6b6b6;
  font-size: 1.4rem;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: 'Noto Sans JP', sans-serif;
}
input[type="text"] {
  margin-right: 5px;
}
input[type="text"]:disabled, textarea:disabled {
  background-color: #e5e5e5;
}
::placeholder {
  color: #c1c1c1;
}
.note {
  font-size: 1.1rem;
  position: relative;
  padding-left: 12px;
}
.note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.note13 {
  font-size: 1.3rem;
  position: relative;
  padding-left: 14px;
}
.note13::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.note14 {
  font-size: 1.4rem;
  position: relative;
  padding-left: 16px;
}
.note14::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.ex14 {
  font-size: 1.4rem;
  position: relative;
  padding-left: 40px;
}
.ex14::before {
  content: "（例）";
  position: absolute;
  top: 0;
  left: 0;
}
.btn_submit {
  font-size: 1.6rem;
  color: #fff;
  border: 1px solid #73bb33;
  background: linear-gradient(to bottom, #79c31a 0%, #82c924 50%, #7cc51a 51%, #99e559 100%);
  padding: 10px 15px;
}
.btn_submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  input, select, textarea {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  input[type="submit"], input[type="bottun"] {
    -webkit-appearance: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
/*etc*/
.more_link {
  text-align: center;
  padding-top: 20px;
}
.more_link a, .more_link span {
  display: inline-block;
  width: 160px;
  padding-right: 10px;
  line-height: 36px;
  font-size: 1.6rem;
  border: 1px solid #aaa;
  position: relative;
  box-sizing: border-box;
  color: #0884cc;
  text-decoration: none;
}
.more_link a::after, .more_link span::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #0884cc transparent;
}
.more_link a.width_l, .more_link span.width_l {
  width: 240px;
}
.more_link a.white, .more_link span.white {
  border: 1px solid #fff;
  color: #fff;
}
.more_link a.white::after, .more_link span.white::after {
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 767px) {
  .more_link a, .more_link span {
    width: 120px;
    line-height: 30px;
    font-size: 1.4rem;
  }
  .more_link a::after, .more_link span::after {
    border-width: 0 0 30px 30px;
  }
}
.dl_btn, .inquiry_btn {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: bold;
  border: 1px solid #0080cc;
  border-radius: 5px;
  color: #fff;
  background: #0080cc;
  line-height: 50px;
  box-sizing: border-box;
  text-decoration: none;
}
.dl_btn {
  width: 270px;
}
.inquiry_btn {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .dl_btn, .inquiry_btn {
    font-size: 1.8rem;
    line-height: 40px;
  }
  .inquiry_btn {
    width: 320px;
  }
}
.link_btn_red, .link_btn_blue, .link_btn_orange {
  display: block;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 5px;
  text-align: center;
}
.link_btn_red {
  background: #f85372;
  border: 2px solid #b91232;
}
.link_btn_blue {
  background: #00a0e9;
  border: 2px solid #00479d;
}
.link_btn_orange {
  background: #ff7e00;
  border: 2px solid #ff5100;
}
.link_btn_red:hover, .link_btn_blue:hover, .link_btn_orange:hover {
  opacity: 0.6;
}
strong, .fwB {
  font-weight: bold;
}
.fc_red {
  color: #ff0000 !important;
}
.fc_gray {
  color: #aaa !important;
}
.fc_blue {
  color: #0080cc !important;
}
.t_align_c {
  text-align: center !important;
}
.t_align_r {
  text-align: right !important;
}
.t_align_l {
  text-align: left !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs13 {
  font-size: 1.3rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs20 {
  font-size: 2rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs30 {
  font-size: 3rem !important;
}
.fs36 {
  font-size: 3.6rem !important;
}
.pdT0 {
  padding-top: 0px !important;
}
.pdT05 {
  padding-top: 5px !important;
}
.pdT10 {
  padding-top: 10px !important;
}
.pdT20 {
  padding-top: 20px !important;
}
.pdT30 {
  padding-top: 30px !important;
}
.pdT40 {
  padding-top: 40px !important;
}
.pdT50 {
  padding-top: 50px !important;
}
.pdB05 {
  padding-bottom: 5px !important;
}
.pdB10 {
  padding-bottom: 10px !important;
}
.pdB20 {
  padding-bottom: 20px !important;
}
.pdB30 {
  padding-bottom: 30px !important;
}
.pdB40 {
  padding-bottom: 40px !important;
}
.pdB50 {
  padding-bottom: 50px !important;
}
.pdL10 {
  padding-left: 10px !important;
}
.pdL20 {
  padding-left: 20px !important;
}
.pdL30 {
  padding-left: 30px !important;
}
.pdL40 {
  padding-left: 40px !important;
}
.pdL50 {
  padding-left: 50px !important;
}
.pdR10 {
  padding-right: 10px !important;
}
.pdR20 {
  padding-right: 20px !important;
}
.pdR30 {
  padding-right: 30px !important;
}
.pdR40 {
  padding-right: 40px !important;
}
.pdR50 {
  padding-right: 50px !important;
}
.mgT05 {
  margin-top: 5px !important;
}
.mgT10 {
  margin-top: 10px !important;
}
.mgT20 {
  margin-top: 20px !important;
}
.mgT30 {
  margin-top: 30px !important;
}
.mgT40 {
  margin-top: 40px !important;
}
.mgT50 {
  margin-top: 50px !important;
}
.mgB05 {
  margin-bottom: 5px !important;
}
.mgB10 {
  margin-bottom: 10px !important;
}
.mgB20 {
  margin-bottom: 20px !important;
}
.mgB30 {
  margin-bottom: 30px !important;
}
.mgB40 {
  margin-bottom: 40px !important;
}
.mgB50 {
  margin-bottom: 50px !important;
}
.mgL10 {
  margin-left: 10px !important;
}
.mgL20 {
  margin-left: 20px !important;
}
.mgL30 {
  margin-left: 30px !important;
}
.mgL40 {
  margin-left: 40px !important;
}
.mgL50 {
  margin-left: 50px !important;
}
.mgR10 {
  margin-right: 10px !important;
}
.mgR20 {
  margin-right: 20px !important;
}
.mgR30 {
  margin-right: 30px !important;
}
.mgR40 {
  margin-right: 40px !important;
}
.mgR50 {
  margin-right: 50px !important;
}
.stuff_color {
  font-weight: bold;
  color: #0080cc;
  letter-spacing: 0.05em;
}
.stuff_color span {
  color: #e60012;
}
@media print, screen and (min-width: 768px) {
  .t_align_c_pc {
    text-align: center !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .mgR50_pc {
    margin-right: 50px !important;
  }
  .pdR40_pc {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .fs12 {
    font-size: 1rem !important;
  }
  .fs13 {
    font-size: 1.1rem !important;
  }
  .fs14 {
    font-size: 1.2rem !important;
  }
  .fs16 {
    font-size: 1.4rem !important;
  }
  .fs18 {
    font-size: 1.6rem !important;
  }
  .fs20 {
    font-size: 1.8rem !important;
  }
  .fs24 {
    font-size: 1.9rem !important;
  }
  .fs30 {
    font-size: 2.1rem !important;
  }
  .fs36 {
    font-size: 2.3rem !important;
  }
  .pdT30_sp {
    padding-top: 30px !important;
  }
}
/*制作実績*/
#top_performance {
  padding: 40px 0 90px;
}
#top_page #top_performance {
  padding: 40px 0;
}
#top_performance h2 {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
}
#top_performance_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top_performance_list dl {
  width: 32%;
  margin-bottom: 20px;
  position: relative;
}
#top_performance_list dl dt {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  z-index: 10;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.6);
}
/*#top_performance_list dl dt::after {position: absolute;content: "";top: 0;left: 0;width: 0;height: 0;border-style: solid;border-width:90px 240px 0 0 ;border-color: rgba(0,0,0,0.6) transparent transparent transparent;z-index: -1;}*/
#top_performance_list dl img:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #top_performance {
    padding: 20px 10px 50px;
  }
  #top_page #top_performance {
    padding: 20px 10px;
  }
  #top_performance h2 {
    font-size: 2.1rem;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  #top_performance_list dl {
    width: 48%;
    margin-bottom: 15px;
  }
  #top_performance_list dl dt {
    font-size: 1.1rem;
    padding: 4px;
  }
  /*#top_performance_list dl dt::after {border-width:60px 170px 0 0;}*/
}