@charset "UTF-8";
/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #333;
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 2.67vw; } }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  -webkit-text-size-adjust: 100%; }
  body * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 768px), print {
    body {
      line-height: 1.5;
      min-width: 1040px; } }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.5;
      font-size: 160%; } }

#main {
  display: block; }

/* link
   ========================================================================== */
a {
  color: #1d3994;
  text-decoration: underline; }

a:visited {
  color: #1d3994;
  text-decoration: none; }

a:hover {
  color: #1d3994;
  text-decoration: none; }

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top; }

table th img,
table td img {
  vertical-align: middle; }

h2 img.flow_img {
	width: 227px;
}
h2 img.talk_img {
	width: 328px;
}

@media screen and (max-width: 767px) {
	h2 img.flow_img {
		width: 100%;
		max-width: 455px;
		height: auto;
	}
	h2 img.talk_img {
		width: 100%;
		max-width: 658px;
		height: auto;
	}
	h2 img.rule_img {
		width: 100%;
		max-width: 1065px;
		height: auto;
	}
}

/* form
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle; }

/* display
   ========================================================================== */
.block {
  display: block; }

.sp-item {
  display: none; }

.pc-block {
  display: block; }

@media screen and (max-width: 767px) {
  .sp-item {
    display: block; }
  .pc-item {
    display: none !important; }
  .pc-block {
    display: inline; }
  .sp-block {
    display: block; } }

/* float
   ========================================================================== */
.clearfix::after,
.fbox::after {
  display: block;
  clear: both;
  content: ""; }

.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important; }
  @media screen and (max-width: 767px) {
    .mt0 {
      margin-top: 0vw !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media screen and (max-width: 767px) {
    .mt5 {
      margin-top: 1.33vw !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media screen and (max-width: 767px) {
    .mt10 {
      margin-top: 2.67vw !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media screen and (max-width: 767px) {
    .mt15 {
      margin-top: 4vw !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media screen and (max-width: 767px) {
    .mt20 {
      margin-top: 5.33vw !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media screen and (max-width: 767px) {
    .mt25 {
      margin-top: 6.67vw !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media screen and (max-width: 767px) {
    .mt30 {
      margin-top: 8vw !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media screen and (max-width: 767px) {
    .mt35 {
      margin-top: 9.33vw !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media screen and (max-width: 767px) {
    .mt40 {
      margin-top: 10.67vw !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media screen and (max-width: 767px) {
    .mt45 {
      margin-top: 12vw !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media screen and (max-width: 767px) {
    .mt50 {
      margin-top: 13.33vw !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media screen and (max-width: 767px) {
    .mt55 {
      margin-top: 14.67vw !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media screen and (max-width: 767px) {
    .mt60 {
      margin-top: 16vw !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media screen and (max-width: 767px) {
    .mb0 {
      margin-bottom: 0vw !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media screen and (max-width: 767px) {
    .mb5 {
      margin-bottom: 1.33vw !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media screen and (max-width: 767px) {
    .mb10 {
      margin-bottom: 2.67vw !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media screen and (max-width: 767px) {
    .mb15 {
      margin-bottom: 4vw !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media screen and (max-width: 767px) {
    .mb20 {
      margin-bottom: 5.33vw !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media screen and (max-width: 767px) {
    .mb25 {
      margin-bottom: 6.67vw !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 767px) {
    .mb30 {
      margin-bottom: 8vw !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media screen and (max-width: 767px) {
    .mb35 {
      margin-bottom: 9.33vw !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 767px) {
    .mb40 {
      margin-bottom: 10.67vw !important; } }

.mb45 {
  margin-bottom: 45px !important; }
  @media screen and (max-width: 767px) {
    .mb45 {
      margin-bottom: 12vw !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media screen and (max-width: 767px) {
    .mb50 {
      margin-bottom: 13.33vw !important; } }

.mb55 {
  margin-bottom: 55px !important; }
  @media screen and (max-width: 767px) {
    .mb55 {
      margin-bottom: 14.67vw !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media screen and (max-width: 767px) {
    .mb60 {
      margin-bottom: 16vw !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media screen and (max-width: 767px) {
    .mb0 {
      margin-bottom: 0vw !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media screen and (max-width: 767px) {
    .mb5 {
      margin-bottom: 1.33vw !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media screen and (max-width: 767px) {
    .mb10 {
      margin-bottom: 2.67vw !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media screen and (max-width: 767px) {
    .mb15 {
      margin-bottom: 4vw !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media screen and (max-width: 767px) {
    .mb20 {
      margin-bottom: 5.33vw !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media screen and (max-width: 767px) {
    .mb25 {
      margin-bottom: 6.67vw !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 767px) {
    .mb30 {
      margin-bottom: 8vw !important; } }

.mr0 {
  margin-right: 0px !important; }
  @media screen and (max-width: 767px) {
    .mr0 {
      margin-right: 0vw !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media screen and (max-width: 767px) {
    .mr5 {
      margin-right: 1.33vw !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media screen and (max-width: 767px) {
    .mr10 {
      margin-right: 2.67vw !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media screen and (max-width: 767px) {
    .mr15 {
      margin-right: 4vw !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media screen and (max-width: 767px) {
    .mr20 {
      margin-right: 5.33vw !important; } }

.ml0 {
  margin-left: 0px !important; }
  @media screen and (max-width: 767px) {
    .ml0 {
      margin-left: 0vw !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media screen and (max-width: 767px) {
    .ml5 {
      margin-left: 1.33vw !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media screen and (max-width: 767px) {
    .ml10 {
      margin-left: 2.67vw !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media screen and (max-width: 767px) {
    .ml15 {
      margin-left: 4vw !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media screen and (max-width: 767px) {
    .ml20 {
      margin-left: 5.33vw !important; } }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

@media screen and (min-width: 768px), print {
  .pc-pdg {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (max-width: 767px) {
  .sp-pdg {
    padding-left: 4.8vw;
    padding-right: 4.8vw; } }

/* text-align
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* base
   ========================================================================== */
html {
  height: 100%; }

body {
  height: 100%; }

#contents {
  padding-bottom: 60px;
  padding-top: 14px; }
  @media screen and (max-width: 767px) {
    #contents {
      padding-bottom: 8vw;
      padding-top: 0; } }

/* header
   ========================================================================== */
body:not(#navi-top) #head {
  padding-top: 18px; }
  body:not(#navi-top) #head .box-center {
    align-items: center;
    display: flex;
    justify-content: center; }
  body:not(#navi-top) #head .head-gocon-logo {
    margin-right: 11px; }

@media screen and (max-width: 767px) {
  body:not(#navi-top) #head {
    padding: 4.53vw 4.8vw; }
    body:not(#navi-top) #head .head-gocon-logo {
      width: 38.67vw; }
    body:not(#navi-top) #head .head-logo {
      width: 27.73vw; } }

/* navigation
   ========================================================================== */
/* リンクナビ
   ========================================================================== */
.top-nav {
  display: flex; }
  .top-nav li {
    flex: 1;
    line-height: 1.25;
    margin-right: 1px;
    font-size: 14px;
    font-size: 1.4rem; }
    .top-nav li:last-child {
      margin-right: 0; }
    .top-nav li.active {
      background-color: #ffc822;
      color: #4e1d06;
      display: block;
      height: 100%;
      padding: 15px 20px;
      position: relative;
      text-decoration: none; }
      .top-nav li.active:after {
        background: url(/navi/common/css/img/icon_arrow01.png) no-repeat left top;
        background-size: 30px auto;
        content: '';
        display: block;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 33%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        width: 30px; }
  .top-nav a {
    background-color: #ffdd67;
    color: #4e1d06;
    display: block;
    height: 100%;
    padding: 15px 20px;
    position: relative;
    text-decoration: none; }
    .top-nav a:after {
      background: url(/navi/common/css/img/icon_arrow01.png) no-repeat left top;
      background-size: 30px auto;
      content: '';
      display: block;
      height: 30px;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 30px; }
  .top-nav strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  .top-nav {
    display: block; }
    .top-nav li {
      margin-right: 0;
      margin-bottom: 1px; }
      .top-nav li:last-child {
        margin-bottom: 0; }
    .top-nav a {
      padding: 4vw 5.33vw; }
      .top-nav a:after {
        background-size: 8vw auto;
        height: 8vw;
        right: 5.33vw;
        width: 8vw; }
    .top-nav strong {
      margin-bottom: 2.13vw; } }

/* main
   ========================================================================== */
/* side
   ========================================================================== */
/* footer
   ========================================================================== */
.otoiawase {
  margin: 0 auto;
  width: 50%; }
  @media screen and (min-width: 768px), print {
    .otoiawase {
      width: 100%; } }

.official_bnr {
  border-bottom: 1px solid #d1dbdc;
  border-top: 1px solid #d1dbdc; }
  .official_bnr .box-center {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px; }
  .official_bnr p {
    margin: 0 5px; }

.company_info {
  background-color: #FDF9EF;
  border-top: 1px solid #d1dbdc;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px; }
  .company_info li {
    border-right: 1px solid #000;
    line-height: 1;
    margin-right: 40px;
    padding-right: 40px; }
    .company_info li:last-child {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }
  .company_info a {
    color: #333; }

.privacy_box {
  text-align: center;
  padding: 10px 0; }
  .privacy_box ul {
    align-items: center;
    display: inline-flex;
    justify-content: center; }
    .privacy_box ul li:first-child {
      padding-right: 10px;
      width: 80px; }
  .privacy_box a {
    color: #333;
    text-decoration: none; }

#copyright {
  background-color: #52413D;
  font-weight: bold;
  text-align: right;
  color: #FFF;
  padding: 16px 0;
  font-size: 10px;
  font-size: 1rem; }

@media screen and (max-width: 767px) {
  .otoiawase {
    width: 100%; }
  #footerBox {
    border-top: 1px solid #d1dbdc; }
  .official_bnr {
    border-bottom: none;
    margin: 0 auto; }
    .official_bnr .box-center {
      display: block;
      padding: 0; }
    .official_bnr p {
      border-bottom: 1px solid #d1dbdc;
      margin: 0;
      padding: 1.87vw;
      width: 100%; }
  .privacy_box a {
    color: #333;
    text-decoration: none; }
  .privacy_box ul {
    padding: 2.67vw; }
    .privacy_box ul li {
      font-size: 3.2vw;
      line-height: 1.25;
      text-align: left; }
      .privacy_box ul li:first-child {
        padding-right: 2.67vw;
        width: 21.33vw; }
  .company_info {
    padding-bottom: 2.67vw;
    padding-top: 2.67vw; }
    .company_info li {
      font-size: 3.2vw;
      margin-right: 5.33vw;
      padding-right: 5.33vw; }
  #copyright {
    font-size: 2.67vw;
    text-align: center;
    padding: 2.13vw 0; } }

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ボックス
   ========================================================================== */
/* センターボックス */
.box-center {
  position: relative; }
  @media screen and (min-width: 768px), print {
    .box-center {
      margin-left: auto;
      margin-right: auto;
      max-width: 1040px;
      padding-left: 40px;
      padding-right: 40px; } }

/* 横並びボックス */
@media screen and (min-width: 768px), print {
  .box-col2 {
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px; }
    .box-col2 > * {
      margin: 40px 20px 0 0;
      width: 50%; }
      .box-col2 > *:nth-child(2n) {
        margin-right: -20px; }
      .box-col2 > *:nth-child(-n+2) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col2 > * + * {
    margin-top: 4vw; } }

@media screen and (min-width: 768px), print {
  .box-col3 {
    display: flex;
    flex-wrap: wrap;
    padding-right: 40px; }
    .box-col3 > * {
      margin: 40px 20px 0 0;
      width: 33.3333333333%; }
      .box-col3 > *:nth-child(3n) {
        margin-right: -40px; }
      .box-col3 > *:nth-child(-n+3) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col3 > * + * {
    margin-top: 4vw; } }

@media screen and (min-width: 768px), print {
  .box-col4 {
    display: flex;
    flex-wrap: wrap;
    padding-right: 60px; }
    .box-col4 > * {
      margin: 40px 20px 0 0;
      width: 25%; }
      .box-col4 > *:nth-child(4n) {
        margin-right: -60px; }
      .box-col4 > *:nth-child(-n+4) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col4 > * + * {
    margin-top: 4vw; } }

@media screen and (min-width: 768px), print {
  .box-col2-parsent {
    display: flex;
    flex-wrap: wrap; }
    .box-col2-parsent > *:nth-child(n+1) {
      margin: 10% 5% 0 0; }
    .box-col2-parsent > *:nth-child(2n) {
      margin-right: 0; }
    .box-col2-parsent > *:nth-child(-n+2) {
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col2-parsent > * + * {
    margin-top: 4vw; } }

@media screen and (min-width: 768px), print {
  .box-col3-parsent {
    display: flex;
    flex-wrap: wrap; }
    .box-col3-parsent > *:nth-child(n+1) {
      margin: 10% 5% 0 0; }
    .box-col3-parsent > *:nth-child(3n) {
      margin-right: 0; }
    .box-col3-parsent > *:nth-child(-n+3) {
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col3-parsent > * + * {
    margin-top: 4vw; } }

@media screen and (min-width: 768px), print {
  .box-col4-parsent {
    display: flex;
    flex-wrap: wrap; }
    .box-col4-parsent > *:nth-child(n+1) {
      margin: 10% 5% 0 0; }
    .box-col4-parsent > *:nth-child(4n) {
      margin-right: 0; }
    .box-col4-parsent > *:nth-child(-n+4) {
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col4-parsent > * + * {
    margin-top: 4vw; } }

/* 画像・テキスト 横配置 */
@media screen and (min-width: 768px), print {
  .box-img-l,
  .box-img-r {
    display: flex;
    margin-bottom: 19px; }
    .box-img-l .box-text,
    .box-img-r .box-text {
      flex: 1; }
    .box-img-l.row-reverse,
    .box-img-r.row-reverse {
      flex-direction: row-reverse; } }

@media screen and (max-width: 767px) {
  .box-img-l .box-img + .box-text,
  .box-img-l .box-text + .box-img,
  .box-img-r .box-img + .box-text,
  .box-img-r .box-text + .box-img {
    margin-top: 5.33vw; }
  .box-img-l .box-img img,
  .box-img-r .box-img img {
    height: auto;
    width: 100%; } }

@media screen and (min-width: 768px), print {
  .box-img-l .box-img {
    padding-right: 40px; } }

@media screen and (min-width: 768px), print {
  .box-img-r .box-img {
    padding-left: 40px; } }

@media screen and (max-width: 767px) {
  .box-img-l.sp-2col,
  .box-img-r.sp-2col {
    display: flex;
    margin-bottom: 5.07vw; }
    .box-img-l.sp-2col .box-text,
    .box-img-l.sp-2col .box-img,
    .box-img-r.sp-2col .box-text,
    .box-img-r.sp-2col .box-img {
      flex: 1;
      margin-top: 0; }
    .box-img-l.sp-2col.row-reverse,
    .box-img-r.sp-2col.row-reverse {
      flex-direction: row-reverse; }
  .box-img-l.sp-2col .box-text {
    padding-left: 6.67vw; }
  .box-img-r.sp-2col .box-text {
    padding-right: 6.67vw; } }

.cmn-sct {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .cmn-sct {
      margin-top: 5.33vw; } }

.box-inner {
  border-radius: 5px;
  border: 1px solid #d1dbdc;
  background: #fff;
  padding: 15px 30px;
  margin-top: 15px; }

@media screen and (max-width: 767px) {
  .box-inner {
    border-radius: 0;
    border: none;
    padding: 0 4.8vw 2.67vw;
    margin-top: 0; } }

.box-inner-bd {
  border-radius: 5px;
  border: 1px solid #d1dbdc;
  background: #fff;
  padding: 15px 30px;
  margin-top: 15px; }

@media screen and (max-width: 767px) {
  .box-inner-bd {
    margin-top: 0; } }

/* ボタン
   ========================================================================== */
/* ボタンの基本スタイル */
.btn01 {
  display: inline-block;
  line-height: 1.2;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease; }

/* スタイル別クラス */
.btn01 {
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-size: 1.8rem; }
  .btn01:hover {
    background-color: #fff;
    color: #666; }
  @media screen and (max-width: 767px) {
    .btn01 {
      padding: 2.67vw 5.33vw; } }

/* ボタンレイアウト */
.btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0; }
  .btn-list li {
    padding: 0 10px; }
    .btn-list li:nth-child(n+3) {
      margin-top: 20px; }
    .btn-list li .btn01 {
      min-width: 100%;
      width: 100%; }
  @media screen and (max-width: 767px) {
    .btn-list li {
      padding: 0;
      width: 45%; } }

/* フォーム
   ========================================================================== */
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #bababa; }

form input::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #bababa; }

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #bababa; }

form input::-ms-clear {
  visibility: hidden; }

form input::-ms-reveal {
  visibility: hidden; }

form select::-ms-expand {
  background-color: transparent;
  border: 0; }

form textarea {
  resize: vertical; }

/* フォームアイテム
   ----------------------------------------------------------------------- */
.form-item, .form-btn a,
.form-btn button,
.form-btn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-item {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  display: block;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  line-height: 1.5;
  min-height: 46px;
  padding: 9px 13px 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem; }
  .form-item:focus {
    border-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 767px) {
    .form-item {
      border-radius: 1.07vw;
      min-height: 12.27vw;
      padding: 2.4vw 3.47vw 2.13vw; } }

select.form-item {
  background: #fff url(img/bg_select.png) no-repeat right center;
  background-size: 30px 46px;
  padding-right: 30px !important; }
  @media screen and (max-width: 767px) {
    select.form-item {
      background-size: 8vw 12.27vw;
      padding-right: 8vw !important; } }

.form-inline {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem; }
  .form-inline:last-child {
    margin-right: 0; }
  .form-inline label {
    display: inline-block;
    padding-left: .25rem; }

/* フォームボタン
   ----------------------------------------------------------------------- */
.form-btn {
  text-align: center; }
  .form-btn a,
  .form-btn button,
  .form-btn input {
    cursor: pointer;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    width: 100%; }
  @media screen and (min-width: 768px), print {
    .form-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row-reverse;
      margin: 60px auto; }
      .form-btn li {
        padding: 0 10px;
        width: 40%; } }
  @media screen and (max-width: 767px) {
    .form-btn {
      margin: 16vw auto; }
      .form-btn li + li {
        margin-top: 4.8vw; } }

/* アイコン
   ========================================================================== */
/*

icomoonを使用する場合はコメントアウトを外してください

@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/icomoon.eot?n6dhp8');
  src: url('fonts/icomoon.eot?n6dhp8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?n6dhp8') format('truetype'),
    url('fonts/icomoon.woff?n6dhp8') format('woff'),
    url('fonts/icomoon.svg?n6dhp8#icomoon') format('svg');
}

[class*=" icon-"],
[class^="icon-"] {
  &::before {
    color: $color-link;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

*/
/* リンク
   ========================================================================== */
/* 新規ウィンドウ */
/* リスト
   ========================================================================== */
/* 黒丸付きリスト */
.list-disc {
  margin-left: 1.5em; }
  .list-disc li {
    list-style-type: disc;
    margin-bottom: 10px; }
    .list-disc li:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .list-disc li {
      margin-bottom: 2.67vw; } }

/* 番号付きリスト */
.list-decimal {
  margin-left: 1.5em; }
  .list-decimal li {
    list-style-type: decimal;
    margin-bottom: 10px; }
    .list-decimal li:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .list-decimal li {
      margin-bottom: 2.67vw; } }

/* Q&Aリスト */
.qa-list dt,
.qa-list .qa-list-answer {
  padding: 15px 0 15px 45px; }

.qa-list dt {
  background: url(img/icon_qa_q.png) no-repeat left 13px;
  background-size: 28px auto;
  border-bottom: 2px solid #d1dbdc;
  color: #4e1d06;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  padding-right: 10px; }
  .qa-list dt:after {
    background: url(img/vec.png) no-repeat right center;
    content: "";
    width: 12px;
    height: 7px;
    background-size: 12px 7px;
    position: absolute;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    right: 10px;
    top: 25px; }
  .qa-list dt.acc-open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.qa-list dd {
  background: url(img/icon_qa_a.png) no-repeat left 13px;
  background-size: 29px auto;
  display: none; }

@media screen and (max-width: 767px) {
  .qa-list dt,
  .qa-list .qa-list-answer {
    padding: 4vw 0 4vw 12vw; }
  .qa-list dt {
    background-size: 7.47vw auto;
    background-position: left 3.47vw;
    font-size: 4vw;
    padding-right: 30px; }
  .qa-list dd {
    background-size: 7.73vw auto;
    background-position: left 3.47vw;
    font-size: 3.2vw; } }

/* ページャー
   ========================================================================== */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  margin: 50px auto;
  text-align: center; }
  .pagination li {
    margin: 10px;
    min-width: 3em; }
  .pagination a {
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.2s ease; }
    .pagination a:hover {
      text-decoration: underline; }
  .pagination .pagination-item-active {
    background-color: #f5f5f5;
    font-weight: bold; }
    .pagination .pagination-item-active a {
      pointer-events: none; }
  .pagination .pagination-item-first a,
  .pagination .pagination-item-last a,
  .pagination .pagination-item-prev a,
  .pagination .pagination-item-next a {
    background-color: #eee; }
  @media screen and (max-width: 767px) {
    .pagination li {
      margin: 1.33vw;
      font-size: 12px;
      font-size: 1.2rem; }
    .pagination a {
      padding: 2.67vw 1.33vw; } }

/* テーブル
   ========================================================================== */
.tbl01 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%; }
  .tbl01 th, .tbl01 td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px; }
  .tbl01 th {
    background-color: #f5f5f5; }
    .tbl01 th[scope="row"] {
      width: 33.33%; }
  @media screen and (max-width: 767px) {
    .tbl01 th, .tbl01 td {
      padding: 2.67vw; } }

/* タイトル
   ========================================================================== */
/* ページタイトル */
.main-ttl-wrap {
  height: 140px;
  position: relative;
  overflow: hidden; }

.main-ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/* 合コンの流れ */
.flow-sct .main-ttl-wrap {
  background: url(img/flow_ttl_item_pc.png) no-repeat center center/auto 109px, url(img/bg_dot.gif) repeat left top/32px auto;
  margin-bottom: 20px; }

.flow-sct-02 .main-ttl-wrap {
  background: url(img/flow_ttl_item_pc02.png) no-repeat center center/auto 109px, url(img/bg_dot.gif) repeat left top/32px auto;
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .flow-sct .main-ttl-wrap {
    background: url(img/flow_ttl_item_sp.png) no-repeat center center/auto 21.33vw, url(img/bg_dot.gif) repeat left top/8.53vw auto;
    margin-bottom: 20px; }
  .flow-sct-02 .main-ttl-wrap {
    background: url(img/flow_ttl_item_pc02.png) no-repeat center center/auto 26.67vw, url(img/bg_dot.gif) repeat left top/8.53vw auto;
    margin-bottom: 20px; } }

/* 合コン10か条 */
.rule-sct .main-ttl-wrap {
  background: url(img/bg_dot.gif) repeat left top/32px auto;
  margin-bottom: 20px;
  overflow: hidden; }

.rule-sct-02 .main-ttl-wrap {
  background: url(img/flow_ttl_item_pc02.png) no-repeat center center/auto 109px, url(img/bg_dot.gif) repeat left top/32px auto;
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .rule-sct .main-ttl-wrap {
    background: url(img/bg_dot.gif) repeat left top/8.53vw auto;
    margin-bottom: 20px; }
    .rule-sct .main-ttl-wrap .main-ttl {
      position: absolute;
      right: -52%;
      top: 40%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .rule-sct-02 .main-ttl-wrap {
    background: url(img/flow_ttl_item_pc02.png) no-repeat center center/auto 26.67vw, url(img/bg_dot.gif) repeat left top/8.53vw auto;
    margin-bottom: 20px; } }

/* ゲーム&トークネタ集 */
.talk-sct .main-ttl-wrap {
  background: url(img/talk_ttl_item_pc.png) no-repeat center center/auto 117px, url(img/bg_dot.gif) repeat left top/32px auto;
  margin-bottom: 20px; }

.talk-sct-02 .main-ttl-wrap {
  background: url(img/talk_ttl_item_pc02.png) no-repeat center center/auto 117px, url(img/bg_dot.gif) repeat left top/32px auto;
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .talk-sct .main-ttl-wrap {
    background: url(img/talk_ttl_item_sp.png) no-repeat center center/auto 26.13vw, url(img/bg_dot.gif) repeat left top/8.53vw auto;
    margin-bottom: 20px; }
    .talk-sct .main-ttl-wrap .main-ttl {
      position: absolute;
      top: 50%;
      right: -14%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .talk-sct-02 .main-ttl-wrap {
    background: url(img/talk_ttl_item_pc02.png) no-repeat center center/auto 26.13vw, url(img/bg_dot.gif) repeat left top/8.53vw auto;
    margin-bottom: 20px; }
    .talk-sct-02 .main-ttl-wrap .main-ttl {
      position: absolute;
      top: 50%;
      right: -14%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

/* タイトル01 */
.ttl01 {
  color: #FFF;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 19px;
  padding: 7px 24px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ffa044;
  background-image: url(https://www.will-gocon.net/common/css/img/sttl_mds.gif);
  background-repeat: no-repeat;
  background-position: left center; }

@media screen and (max-width: 767px) {
  .ttl01 {
    margin-bottom: 4vw;
    margin-top: 5.07vw;
    padding: 1.87vw 6.4vw;
    background-image: url(https://www.will-gocon.net/common/css/img/sttl_mds.gif);
    background-repeat: no-repeat;
    background-position: left center; } }

.text-bold {
  font-weight: bold;
  color: #ffa044; }

/* パンくずリスト
   ========================================================================== */
.topicpath li {
  display: inline;
  list-style-type: none;
  font-size: 12px;
  font-size: 1.2rem; }
  .topicpath li + li {
    padding-left: 5px; }
    .topicpath li + li::before {
      border-right: 1px solid #1d3994;
      border-top: 1px solid #1d3994;
      content: '';
      display: inline-block;
      height: 5px;
      width: 5px;
      margin-right: 8px;
      position: relative;
      top: -1px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .topicpath li:last-child a {
    font-weight: bold;
    pointer-events: none;
    text-decoration: none; }

@media screen and (min-width: 768px), print {
  .topicpath {
    max-width: 1040px;
    margin: 　0 auto 45px;
    padding: 15px 40px; } }

@media screen and (max-width: 767px) {
  .topicpath {
    padding: 4vw 4.8vw; }
    .topicpath li {
      font-size: 10px;
      font-size: 1rem; } }

/* TOPへのリンク
   ========================================================================== */
#navi-top .to-top {
	position: absolute;
	top: -36px;
	right: 55px;
	font-size: 0.8em;
}
.to-top {
	position: absolute;
	top: 5px;
	right: 55px;
	font-size: 0.8em;
}

.to-top-bottom {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
}
.to-top-bottom p {
	width: 20%;
	margin: 15px auto;
	padding: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #ffba00;
	background: -moz-linear-gradient(top, #ffba00, #ff9900);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffba00), to(#ff9900));
}
.to-top-bottom p a {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
@media screen and (max-width: 768px){
	
	.to-top-bottom p {
		width: 96%;
	}

}

/* Webフォント
   ========================================================================== */
/* その他パーツ
   ========================================================================== */
/* 電話番号リンク */
@media screen and (min-width: 768px), print {
  .tel-linktext {
    color: #333;
    pointer-events: none;
    text-decoration: none; } }

/* 画像を幅100%にする */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto; }

/* object fit image */
img.img-ofi-cover,
img.img-ofi-contain {
  width: 100%;
  height: 100%; }

img.img-ofi-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;'; }

img.img-ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;'; }

/* sticky */
.sticky {
  position: -webkit-sticky;
  position: sticky; }
  .sticky.sticky-fixed.is-sticky {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
    margin-top: 0 !important; }
  .sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
    margin-bottom: 0 !important; }
  .sticky.sticky-fixed.is-absolute {
    position: absolute; }
