@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,700,900&display=swap&subset=japanese');

/**********************************************
** Site Name: 不正対策.com
** Site URI: https://www.fuseitaisaku.com/
** Description: 共通 + メディアクエリ
** Author: a-yamamoto
** Last Update: 2024/07/25
** Updater: a-yamamoto
**********************************************/

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - 汎用スタイル
    1.1 - 見出し
    1.2 - テキストリンク
    1.3 - グラデーション
    1.4 - 矢印
    1.5 - 注釈
    1.6 - テキスト
    1.7 - ゴーストボタン
    1.8 - テキストリンク　矢印付き
		1.9 - Block Reveal Effects
    1.10 - PC・SP改行
2.0 - ヘッダー
    2.1 - グローバルナビ
    2.2 - 縮小版ヘッダー用
3.0 - フッター
    3.1 - お問い合わせ
    3.2 - パンくずリスト
    3.3 - ページトップ
    3.4 - フッターナビ
    3.5 - コピーライト&バナー
4.0 - 共通カラム
    4.1 - 960px以上 中央

---------------------------------------------*/

/*-------------------------------------------*/
/*  1.0 - 汎用スタイル
/*-------------------------------------------*/

html { font-size: 62.5%;}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}
li { list-style: none;}
div, ul, li, a { box-sizing: border-box;}
input, button, select, textarea { -webkit-appearance: none; -moz-appearance: none;}

/* 背景スクロール固定 */
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*  1.1 - 見出し
/*-------------------------------------------*/

h1.heading {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 4.0rem;
}
.heading_sub {
  font-weight: 300;
  font-size: 1.5rem;
}
h1.heading, .heading_sub {
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1d50a2;
}
h2.heading {
  position: relative;
  margin-bottom: 40px;
  font-size: 2.6rem;
}
h2.heading::before {
  width: 80px;
  height: 2px;
  content: "";
  position: absolute;
  top: 50px;
  border-radius: 10px;
  background: #139eff;
  background: -moz-linear-gradient(to right,  #139eff 0%, #21d5e0 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%,#139eff), color-stop(100%,#21d5e0));
  background: -webkit-linear-gradient(right,  #139eff 0%, #21d5e0 100%);
  background: linear-gradient(to right,  #139eff 0%, #21d5e0 100%);
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  h1.heading { font-size: calc(24px + .8vw);}
  .heading_sub { font-size: calc(8px + .8vw);}
	h2.heading { font-size: 1.9rem;}
	h2.heading::before { top: 40px;}
}

/*  1.2 - テキストリンク
/*-------------------------------------------*/

a {
  text-decoration: none;
  color: #333;
  transition: .2s linear;
}

/*  1.3 - グラデーション
/*-------------------------------------------*/

.grade {
  background: -moz-linear-gradient(to right,  #139eff 0%, #21d5e0 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%,#139eff), color-stop(100%,#21d5e0));
  background: -webkit-linear-gradient(right,  #139eff 0%, #21d5e0 100%);
  background: linear-gradient(to right,  #139eff 0%, #21d5e0 100%);
}

/*  1.4 - 矢印
/*-------------------------------------------*/

.r_arrow {
  position: relative;
  padding-left: 12px;
}
.r_arrow::before,
.r_arrow::after {
  position: absolute;
  top: 48%;
  right: 10px;
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  background: #1d50a2;
  border-radius: 4px;
}
.r_arrow::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.r_arrow::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*  1.5 - 注釈
/*-------------------------------------------*/

.attention {
  padding-left:1em;
  text-indent:-1em;
  letter-spacing: 1px;
	line-height: 2.2em;
  font-size: 1.1rem;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .attention { font-size: 1.0rem;}
}

/*  1.6 - テキスト
/*-------------------------------------------*/

.txt {
  letter-spacing: 1px;
  line-height: 2.0em;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .txt { font-size: 1.2rem;}
}
/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .txt { font-size: 1.5rem;}
}

/*  1.7 - ゴーストボタン
/*-------------------------------------------*/

.btn, .btn_w {
  width: 300px;
  display: block;
  box-sizing: border-box;
  border: #333 1px solid;
  border-radius: 2px;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #333;
}
.btn_w {
  border: #fff 1px solid;
  color: #fff;
}

/*  1.8 - テキストリンク　矢印付き
/*-------------------------------------------*/

.link a {
  display: inline-block;
  position: relative;
  padding-right: 60px;
}
.link a::before,
.link a::after{
  content: "";
  position: absolute;
  background: #333;
  right: 0;
  transition: .2s linear;
}
.link a:hover::before,
.link a:hover::after{ right: -10px;}
.link a::before {
  width: 1px;
  height: 20px;
  margin-right: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.link a::after {
  width: 50px;
  height: 1px;
  margin-top: 16px;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .link a { font-size: 1.4rem;}
}
/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .link a { font-size: 1.6rem;}
}


/*  1.9 - Block Reveal Effects
/*-------------------------------------------*/
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

#heading_sub, #heading { display: inline-block;}

/*  1.10 - PC・SP改行
/*-------------------------------------------*/
@media screen and (max-width: 767px) {
  .br_pc { display: none;}
  .br_sp { display: inline-block;}
}

@media screen and (min-width: 768px) {
  .br_pc { display: block;}
  .br_sp { display: none;}
}

/*-------------------------------------------*/
/*  2.0 - ヘッダー
/*-------------------------------------------*/

header {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
header .logo { float: left;}
header .logo a { display: block;}
header .logo img { width: 100%;}
header nav { float: right;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  header {
    height: 60px;
    padding: 0 0px 0 10px;
  }
  header .logo { width: 125px;}
  header .logo a { padding-top: 20px;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  header {
    height: 100px;
    padding: 0 45px;
  }
  header .logo { 
    width: 160px;
    height: 100px;
  }
  header .logo a { padding-top: 35px;}
}

/*  2.1 - グローバルナビ
/*-------------------------------------------*/

.gnav { position: relative;}
.gnav_hidden { display:none;}
.gnav .gnav_main .gnav_bottom_close { padding: 0 10px;}
.gnav .gnav_main .gnav_bottom_close label {
  width: 90%;
  height: 44px;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 50px;
  padding: 9px 0 3px;
  border: #b3b3b3 1px solid;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  font-size: 1.5rem;
}
#gnav_switch:checked ~ .gnav_bg_close {
  display: block;
  opacity: .5;
}
#gnav_switch:checked ~ .gnav_main {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.gnav .gnav_list li a { font-weight: bold;}
.gnav .gnav_list .login,
.gnav .gnav_list .contact {
  border-radius: 2px;
  padding: 13px 0;
  text-align: center;
  font-size: 1.4rem;
}
.gnav .gnav_list .login {
  border: #139eff 1px solid;
  color: #139eff;
}
.gnav .gnav_list .contact { color: #fff;}
.gnav .gnav_list .contact:hover { opacity: 0.6;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  .gnav .gnav_main {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
  .gnav_open { float: right;}
  .gnav_open, .gnav_close { display: block;}
  
  /* ハンバーグアイコン */
  .gnav label.gnav_open {
    width: 60px;
    height: 60px;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
  }
  .gnav .gnav_open span,
  .gnav .gnav_open span:before,
  .gnav .gnav_open span:after {
    height: 2px;
    width: 25px;
    position: absolute;
    top: 20px;
    border-radius: 3px;
    background: #333;
    display: block;
    content: '';
  }
  .gnav .gnav_open span:before { top: 8px;}
  .gnav .gnav_open span:after { top: 16px;}
  .gnav .gnav_list ul:nth-child(1) {
    height: 60px;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: #1d50a2 3px solid;
    background: #fff;
    padding: 0 10px;
  }
  .gnav .gnav_list ul:nth-child(1) li:nth-child(1) { float: left;}
  .gnav .gnav_list ul:nth-child(1) li:nth-child(1) a {
    width: 125px;
    display: block;
    box-sizing: border-box;
    padding-top: 20px;
  }
  .gnav .gnav_list ul:nth-child(1) li:nth-child(1) a img { width: 100%;}
  .gnav .gnav_list ul:nth-child(1) li:nth-child(2) { float: right;}
  .gnav .gnav_list ul:nth-child(2) li {
    min-height: 50px;
    box-sizing: border-box;
    position: relative;
    border-bottom: #ccc 1px solid;
    font-size: 1.5rem;
  }
  .gnav .gnav_list ul:nth-child(2) li a {
    min-height: 55px;
    display: block;
    box-sizing: border-box;
    padding: 15px 20px 10px 10px;
    color: #333;
  }
  .gnav .gnav_list ul:nth-child(2) li::before,
  .gnav .gnav_list ul:nth-child(2) li::after {
    position: absolute;
    top: 25px;
    right: 10px;
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    background: #1d50a2;
    border-radius: 4px;
  }
  .gnav .gnav_list ul:nth-child(2) li::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav .gnav_list ul:nth-child(2) li::after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnav .gnav_list ul:nth-child(3) {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 20px 0 30px;
    padding: 0 10px;
  }
  .gnav .gnav_list ul:nth-child(3) li {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .gnav .gnav_list ul:nth-child(3) li:nth-child(1) { padding-right: 5px;}
  .gnav .gnav_list ul:nth-child(3) li:nth-child(2) { padding-left: 5px;}
  .gnav .gnav_list ul:nth-child(3) li a {
    width: 100%;
    display: block;
  }
  .gnav .gnav_list .gnav_btn_close {
    width: 30px;
    height: 60px;
    box-sizing: border-box;
    background: url("../../img/common/ico_gnav_close.png") no-repeat center;
    background-size: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  .gnav .gnav_main label.gnav_bottom_close {
    width: 50%;
    height: 44px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto 50px;
    padding: 9px 0 3px;
    border: #b3b3b3 1px solid;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
  }  
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  .gnav_open, .gnav_close { display: none;}
  .gnav .gnav_list ul {
    float: left;
  }
  .gnav .gnav_list ul:nth-child(1) { display: none;}
  .gnav .gnav_list li {
    height: 100px;
    box-sizing: border-box;
    float: left;
    padding: 25px 15px 25px 0;
  }
  .gnav .gnav_list ul:nth-child(3) li:last-child { padding-right: 0;}
  .gnav .gnav_list li a {
    height: 50px;
    display: block;
    box-sizing: border-box;
    padding: 15px 0;
  }
  .gnav .gnav_list ul:nth-child(2) li a { position: relative;}
  .gnav .gnav_list ul:nth-child(2) li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .5s;
  }
  .gnav .gnav_list ul:nth-child(2) li a:hover::after { transform: scale(1, 1);}
  .gnav .gnav_list ul:nth-child(3) li a.login:hover {
    background: #139eff; 
    color: #fff;
    opacity: 1;
  }
  .gnav .gnav_list .login,
  .gnav .gnav_list .contact {
    width: 100px;
  }  
}
@media screen and (min-width:960px) {
  .gnav .gnav_list li { font-size: 1.03rem;}
}
@media screen and (min-width:1100px) {
  .gnav .gnav_list li { font-size: 1.3rem;}
}
@media screen and (min-width:1280px) {
  .gnav .gnav_list li { font-size: 1.5rem;}
}

/*  2.2 - 縮小版ヘッダー用
/*-------------------------------------------*/

header.header_min {
   border-bottom: #333 1px solid;
   margin-bottom: 20px;
}

/*-------------------------------------------*/
/*  3.0 - フッター
/*-------------------------------------------*/

/*  3.1 - お問い合わせ
/*-------------------------------------------*/

footer .footer_contact {
  background:
    url("../../img/common/bg_grid.png") repeat,
    url("../../img/common/bg_footer_contact.png") no-repeat center;
  background-size: 25%, cover;
}
footer .footer_contact .inner { box-sizing: border-box;}
footer .footer_contact .footer_contact_tel,
footer .footer_contact .footer_contact_form {
  box-sizing: border-box;
  border-radius: 2px;
  background: #fff;
  padding: 30px 20px 20px;
}
footer .footer_contact .footer_contact_tel p:nth-child(1),
footer .footer_contact .footer_contact_form p:nth-child(1) {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
footer .footer_contact .footer_contact_tel p:nth-child(2),
footer .footer_contact .footer_contact_form p:nth-child(2) {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.3rem;
}
footer .footer_contact .footer_contact_tel .tel_pc,
footer .footer_contact .footer_contact_tel .tel_sp a,
footer .footer_contact .footer_contact_form a {
  width: 90%;
  display: block;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0 auto 10px;
  padding: 18px 0 10px;
  text-align: center;
}
footer .footer_contact .footer_contact_form a:hover { opacity: 0.6;}
footer .footer_contact .attention {
  width: 90%;
  margin: 0 auto;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  footer .footer_contact .inner {
    width: 100%;
    padding: 40px 10px;
  }
  footer .footer_contact .footer_contact_tel {
    margin-bottom: 20px;
  }
  footer .footer_contact .footer_contact_tel p:nth-child(1),
  footer .footer_contact .footer_contact_form p:nth-child(1) {
    font-size: 1.5rem;
  }
  footer .footer_contact .footer_contact_tel .tel_sp a,
  footer .footer_contact .footer_contact_form a {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
  }
  footer .footer_contact .footer_contact_tel .tel_sp a { background: #F39800;}
  footer .footer_contact .footer_contact_tel .tel_pc { display: none;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  footer .footer_contact .inner {
    height: 400px;
    padding: 70px 0;
    display: flex;
  }
  footer .footer_contact .footer_contact_tel,
  footer .footer_contact .footer_contact_form {
    width: 50%;
  }
  footer .footer_contact .footer_contact_tel { margin-right: 10px;}
  footer .footer_contact .footer_contact_form { margin-left: 10px;}
  footer .footer_contact .footer_contact_tel p:nth-child(1),
  footer .footer_contact .footer_contact_form p:nth-child(1) {
    font-size: 1.9rem;
  }
  footer .footer_contact .footer_contact_tel .tel_pc { background: #f4f4f6;}
  footer .footer_contact .footer_contact_tel .tel_sp { display: none;}
  footer .footer_contact .footer_contact_form a {
    height: 70px;
    display: block;
    font-weight: bold;
    font-size: 2.4rem;
    color: #fff;
  }
}

/*  3.2 - パンくずリスト
/*-------------------------------------------*/

footer .breadcrumbs {
  height: 50px;
  box-sizing: border-box;
  background: #efefef;
  font-size: 1.1rem;
}
footer .breadcrumbs ul {
  height: 50px;
  display: flex;
  align-items: center;
  flex: 1 0 0%;
}
footer .breadcrumbs ul li {
  position: relative;
  margin-right: 20px;
}
footer .breadcrumbs ul li a { text-decoration: underline;}
footer .breadcrumbs ul li::before,
footer .breadcrumbs ul li::after {
  position: absolute;
  top: 9px;
  right: -15px;
  display: block;
  content: '';
  width: 8px;
  height: 1px;
  background: #333;
  border-radius: 4px;
}
footer .breadcrumbs ul li::before {
  margin-top: -3px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
footer .breadcrumbs ul li::after {
  margin-top: 1px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
footer .breadcrumbs ul li:last-child { margin-right: none;}
footer .breadcrumbs ul li:last-child::before,
footer .breadcrumbs ul li:last-child::after {
  width: 0;
  content: "";
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  footer .breadcrumbs {
    width: 100%;
    box-sizing: border-box;
  }
  footer .breadcrumbs ul {
    display: flex;
    flex: 1 0 0%;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-left: 10px;
  }
  footer .breadcrumbs li {
    white-space: nowrap;
  }
  
}
/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  footer .breadcrumbs ul li a:hover { color: #139eff;}
}

/*  3.3 - ページトップ
/*-------------------------------------------*/

footer .pagetop  { position: relative;}
footer .pagetop a {
  position: absolute;
  top: 45px;
  z-index: 100;
  transform: rotate(90deg);
  letter-spacing: 1px;
  font-size: 1.2rem;
}
footer .pagetop a::before {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  top: 10px;
  left: -35px;
  background: #333;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  footer .pagetop a { right: 0;}
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  footer .pagetop a { right: 30px;}
}

/*  3.4 - フッターナビ
/*-------------------------------------------*/

footer nav {
  border-bottom: #e8e8e8 1px solid;
  background: #fcfcfc;
  font-size: 1.2rem;
}
footer nav ul {
  overflow: hidden;
  box-sizing: border-box;
}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  footer nav ul { padding: 30px 0 15px;}
  footer nav ul li.logo { display: none;}
  footer nav ul li {
    font-size: 1.1rem;
  }
  footer nav ul li ul {
    padding: 0 35px; 
    text-align: center;
  }
  footer nav ul li ul li {
    display: inline-block;
    margin: 0 10px 12px 0;
    font-size: 1.1rem;
  }
  footer nav ul li ul li:last-child {
    margin: 0 0 12px 0;
  }
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  footer nav .inner {
    padding: 20px 0;
  }
  footer nav ul li.logo  { margin-right: 40px;}
  footer nav ul li.logo img { width: 180px;}
  footer nav ul li {
    width: 180px;
    float: left;
  }
  footer nav ul li ul { margin: 0;}
  footer nav ul li ul li {
    width: auto;
    float: none;
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  footer nav ul li ul li a:hover {
    text-decoration: underline;
    color: #139eff;
  }
}

/*  3.5 - コピーライト&バナー
/*-------------------------------------------*/

footer .footer_copyright {
  box-sizing: border-box;
  overflow: hidden;
}
footer .footer_copyright img {
  height: 50px;
}
footer .footer_copyright .copyright { font-size: 1.1rem;}

/*タブレット・スマホ*/
/* 959px以下 */
@media screen and (max-width:959px) {
  footer .footer_copyright ul {
    margin-top: 20px;
    text-align: center;
  }
  footer .footer_copyright ul li {
    display: inline-block;
    margin-right: 20px;
  }
  footer .footer_copyright ul li:last-child { margin-right: 0;}
  footer .footer_copyright .copyright {
    
    padding: 20px 0;
    text-align: center;
  }
}

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  footer .footer_copyright {
    padding: 25px 0 20px;
  }
  footer .footer_copyright ul { float: right;}
  footer .footer_copyright ul li {
    float: left;
    margin-right: 20px;
  }
  footer .footer_copyright ul li:last-child { margin-right: 0;}
  footer .footer_copyright .copyright {
    float: left;
    padding: 20px 0;
  }
}

/*-------------------------------------------*/
/*  4.0 - 共通カラム
/*-------------------------------------------*/

/*  4.1 - 960px以上 中央
/*-------------------------------------------*/

/*PC*/
/* 960px以上 */
@media screen and (min-width:960px) {
  main .inner,
  footer .inner,
  footer .breadcrumbs ul,
  footer .footer_copyright {
    min-width: 940px;
    max-width: 1100px;
    margin: 0 auto;
  }
}

