@charset "UTF-8";
/*=========================================================================
//
// Base
//
==========================================================================*/
/*-------------------------------------------------------------------------
 normalize
--------------------------------------------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress, sub, sup {
  vertical-align: baseline;
}

button, hr, input {
  overflow: visible;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*-------------------------------------------------------------------------
 base setting
--------------------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body, input, textarea, select, option, button {
  background: #fff;
  font-family: "Roboto", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  color: #444;
  font-size: 16px;
}

body {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  body {
    min-width: inherit;
    min-width: auto;
    line-height: 1.6;
    font-size: 14px;
  }
  body, input, textarea, select, option, button {
    font-size: 14px;
  }
}
a {
  color: #0076CE;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease;
}

/*
a[href]:not([class]) {
  color: #0076CE;
  text-decoration: underline;
}
*/
a:link,
a:visited {
  color: #0076CE;
  text-decoration: underline;
}

a:active,
a:hover {
  color: #aaa;
}

a[href^=http]:empty::before {
  content: attr(href);
}

input[type=text],
input[type=search],
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time] {
  box-sizing: border-box;
  padding: 5px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #d2d2d2;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 5px;
}

textarea {
  width: 100%;
  resize: vertical;
  padding: 5px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

select {
  padding: 5px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

button {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

label {
  display: block;
  cursor: pointer;
}

p {
  margin-top: 1.2em;
  word-wrap: break-word;
}

p:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  p {
    margin-top: 0.6em;
  }
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/* image
----------------------------------------------------------- */
a img,
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

.img-responsive {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.img-max {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/*=========================================================================
//
// Utility
//
==========================================================================*/
/* clearfix
----------------------------------------------------------- */
.cf {
  zoom: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* fb_iframe_widget
----------------------------------------------------------- */
.fb_iframe_widget {
  margin: 0 10px;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* display
----------------------------------------------------------- */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.Enable {
  display: inline-block;
}

.Disable {
  display: none;
}

.pcDisable {
  display: none !important;
}

.display_pc {
  display: none;
}

.display_sp {
  display: none;
}

/* margin, padding
----------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

/* width
--------------------------------------------------------*/
.width-5 {
  width: 5% !important;
}

.width-10 {
  width: 10% !important;
}

.width-15 {
  width: 15% !important;
}

.width-20 {
  width: 20% !important;
}

.width-25 {
  width: 25% !important;
}

.width-30 {
  width: 30% !important;
}

.width-35 {
  width: 35% !important;
}

.width-40 {
  width: 40% !important;
}

.width-45 {
  width: 45% !important;
}

.width-50 {
  width: 50% !important;
}

.width-55 {
  width: 55% !important;
}

.width-60 {
  width: 60% !important;
}

.width-65 {
  width: 65% !important;
}

.width-70 {
  width: 70% !important;
}

.width-75 {
  width: 75% !important;
}

.width-80 {
  width: 80% !important;
}

.width-85 {
  width: 85% !important;
}

.width-90 {
  width: 90% !important;
}

.width-95 {
  width: 95% !important;
}

.width-100 {
  width: 100% !important;
}

.width-33 {
  width: 33% !important;
}

.width-full {
  width: 100% !important;
}

/* text
--------------------------------------------------------*/
.xxxxxlarge {
  font-size: 24px;
}

.xxxxlarge {
  font-size: 22px;
}

.xxxlarge {
  font-size: 20px;
}

.xxlarge {
  font-size: 18px;
}

.xlarge {
  font-size: 16px;
}

.large {
  font-size: 15px;
}

.medium {
  font-size: 14px;
}

.small {
  font-size: 13px;
}

.xsmall {
  font-size: 12px;
}

.xxsmall {
  font-size: 11px;
}

.xxxsmall {
  font-size: 10px;
}

.xxxxsmall {
  font-size: 9px;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.text-def {
  color: #000 !important;
}

.text-att {
  color: #c00 !important;
}

.text-note {
  color: #666 !important;
}

.note {
  margin-top: 3em;
  font-size: 18px;
  padding: 1em 3em;
  text-align: center;
  font-weight: bold;
}

.sub-text {
  font-size: 80%;
  color: #666;
}

/* hr
--------------------------------------------------------*/
hr {
  border: 0;
  border-top: 1px solid #ccc;
  /* margin: 40px 0; */
  margin: 0;
  padding: 0;
}

/* bg color
--------------------------------------------------------*/
.bg-gray {
  background: #f2f2f2;
}

/*=========================================================================
//
// Layout
//
==========================================================================*/
/*
 header
--------------------------------------------------------------------------*/
.l-header {
  background: #fff;
}

.l-header .l-container {
  max-width: 1280px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.l-header .l-container::after {
  display: none;
}

.l-header .logo {
  width: 220px;
}

.l-header .logo-fund {
  width: 300px;
}

@media (max-width: 767px) {
  .l-header .l-container {
    padding: 0 0 0 24px;
  }
  .l-header .logo {
    width: 182px;
  }
  .l-header .logo-fund {
    width: 260px;
  }
}
/*
 footer
--------------------------------------------------------------------------*/
.l-footer {
  background: #000000;
  color: #fff;
}

.l-footer .l-container {
  padding: 2% 15px;
}

@media (max-width: 767px) {
  .l-footer .l-container {
    padding: 20px 15px;
  }
}
/*
 main
--------------------------------------------------------------------------*/
/*
 sub
--------------------------------------------------------------------------*/
/*
 container
--------------------------------------------------------------------------*/
.l-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.l-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

/*
 grid
--------------------------------------------------------------------------*/
/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.l-container:after,
.row:after,
.col:after,
.clr:after,
.gutters:after {
  content: "";
  display: table;
  clear: both;
}

/* DEFAULT ROW STYLES
	Set bottom padding according to preference */
.row {
  padding-bottom: 0;
}

/* DEFAULT COLUMN STYLES */
.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .gutters .col {
    margin-left: 2%;
  }
  .gutters .col:first-child {
    margin-left: 0;
  }
}
/*	COLUMN WIDTH ON DISPLAYS +768px
	You might need to play with media queries here to suite your design. */
@media (min-width: 768px) {
  .span_1 {
    width: 4.1666666667%;
  }
  .span_2 {
    width: 8.3333333333%;
  }
  .span_3 {
    width: 12.5%;
  }
  .span_4 {
    width: 16.6666666667%;
  }
  .span_5 {
    width: 20.8333333333%;
  }
  .span_6 {
    width: 25%;
  }
  .span_7 {
    width: 29.1666666667%;
  }
  .span_8 {
    width: 33.3333333333%;
  }
  .span_9 {
    width: 37.5%;
  }
  .span_10 {
    width: 41.6666666667%;
  }
  .span_11 {
    width: 45.8333333333%;
  }
  .span_12 {
    width: 50%;
  }
  .span_13 {
    width: 54.1666666667%;
  }
  .span_14 {
    width: 58.3333333333%;
  }
  .span_15 {
    width: 62.5%;
  }
  .span_16 {
    width: 66.6666666667%;
  }
  .span_17 {
    width: 70.8333333333%;
  }
  .span_18 {
    width: 75%;
  }
  .span_19 {
    width: 79.1666666667%;
  }
  .span_20 {
    width: 83.3333333333%;
  }
  .span_21 {
    width: 87.5%;
  }
  .span_22 {
    width: 91.6666666667%;
  }
  .span_23 {
    width: 95.8333333333%;
  }
  .span_24 {
    width: 100%;
  }
  .gutters .span_1 {
    width: 2.25%;
  }
  .gutters .span_2 {
    width: 6.5%;
  }
  .gutters .span_3 {
    width: 10.75%;
  }
  .gutters .span_4 {
    width: 15%;
  }
  .gutters .span_5 {
    width: 19.25%;
  }
  .gutters .span_6 {
    width: 23.5%;
  }
  .gutters .span_7 {
    width: 27.75%;
  }
  .gutters .span_8 {
    width: 32%;
  }
  .gutters .span_9 {
    width: 36.25%;
  }
  .gutters .span_10 {
    width: 40.5%;
  }
  .gutters .span_11 {
    width: 44.75%;
  }
  .gutters .span_12 {
    width: 49%;
  }
  .gutters .span_13 {
    width: 53.25%;
  }
  .gutters .span_14 {
    width: 57.5%;
  }
  .gutters .span_15 {
    width: 61.75%;
  }
  .gutters .span_16 {
    width: 66%;
  }
  .gutters .span_17 {
    width: 70.25%;
  }
  .gutters .span_18 {
    width: 74.5%;
  }
  .gutters .span_19 {
    width: 78.75%;
  }
  .gutters .span_20 {
    width: 83%;
  }
  .gutters .span_21 {
    width: 87.25%;
  }
  .gutters .span_22 {
    width: 91.5%;
  }
  .gutters .span_23 {
    width: 95.75%;
  }
  .gutters .span_24 {
    width: 100%;
  }
}
/*=========================================================================
//
// Module
//
==========================================================================*/
/*-------------------------------------------------------------------------
 list
--------------------------------------------------------------------------*/
/* ドットリスト
--------------------------------------------------------*/
.list-dot > li {
  position: relative;
  padding-left: 1.2em;
}

.list-dot > li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* ドットリスト（大）
--------------------------------------------------------*/
.list-decimal > li {
  margin-left: 15px;
  list-style-type: decimal;
}

@media (max-width: 767px) {
  .list-decimal {
    padding: 0;
  }
}
/* スクエアリスト
--------------------------------------------------------*/
.list-square > li {
  position: relative;
  padding-left: 1.2em;
}

.list-square > li:before {
  content: "■";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* アイコンなしリスト
--------------------------------------------------------*/
.list-nomark > li {
  margin-top: 0.4em;
  list-style: none;
}

@media (max-width: 767px) {
  .list-nomark > li {
    margin-top: 0.2em;
  }
}
/* 数字リスト
--------------------------------------------------------*/
.list-num > li {
  list-style-type: decimal;
  margin-left: 1.7em;
}

/* 小文字のアルファベットリスト
--------------------------------------------------------*/
.list-alpha > li {
  list-style-type: lower-alpha;
  margin-left: 1.7em;
}

/* 注釈リスト
--------------------------------------------------------*/
.list-note {
  margin-top: 0.5em;
  padding-left: 1em;
}

.list-note > li {
  margin-top: 0.2em;
  text-indent: -1em;
}

/* 注釈リスト2
--------------------------------------------------------*/
.list-note2 > li {
  position: relative;
  padding-left: 1.2em;
  font-size: 0.9em;
}

.list-note2 > li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* インラインリスト
--------------------------------------------------------*/
.list-inline {
  overflow: hidden;
}

.list-inline > li {
  float: left;
  margin: 0.35em 40px 0 0;
}

.list-inline > li:last-child {
  margin-right: 0;
}

/* リンクリスト
--------------------------------------------------------*/
.linklist > li > a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  text-decoration: none;
}

.linklist > li > a:hover {
  color: #a00;
}

.linklist > li > a:hover:before {
  border-color: #a00;
}

.linklist > li > a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #c00;
  border-right: 2px solid #c00;
  transform: rotate(45deg);
}

@media (max-width: 600px) {
  .linklist > li > a {
    padding-left: 18px;
  }
  .linklist > li > a:before {
    top: 5px;
  }
}
/*-------------------------------------------------------------------------
 icon
--------------------------------------------------------------------------*/
/* svg
--------------------------------------------------------*/
.defs {
  display: none;
}

/*-------------------------------------------------------------------------
 button
--------------------------------------------------------------------------*/
.btn {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
}

/* basic button
--------------------------------------------------------*/
/* back button
--------------------------------------------------------*/
a.back {
  text-decoration: none;
  display: inline-block;
  background: #0076CE;
  border: 1px solid #0076CE;
  margin: 0 auto;
  padding: 0.8em 0;
  width: 30%;
  color: #fff;
  position: relative;
  transition: all 0.2s ease;
}

a.back:hover {
  background: #fff;
  color: #0076CE;
}

@media (max-width: 767px) {
  a.back {
    width: 80%;
  }
}
/* btn area
--------------------------------------------------------*/
.btn-area {
  text-align: center;
  padding: 2em 0 0;
}

/*=========================================================================
//
// Theme(look&feel)
//
==========================================================================*/
/*-------------------------------------------------------------------------
 heading
--------------------------------------------------------------------------*/
.heading1 {
  margin: 0 0 1em;
  font-weight: normal;
}

.heading2 {
  margin: 0 0 1em;
  font-size: 1em;
}

.heading3 {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 10px 20px;
  border-left: 4px solid #000;
}

@media (max-width: 767px) {
  .heading3 {
    font-size: 16px;
  }
}
.heading4 {
  background: #00447C;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-weight: normal;
  margin: 0;
}

.heading5 {
  text-align: center;
  color: #0076ce;
  margin: 0;
}

.heading5 br {
  display: none;
}

.heading5 span {
  font-size: 1.8em;
}

@media (max-width: 767px) {
  .heading5 {
    font-size: 18px;
  }
  .heading5 br {
    display: block;
  }
}
.heading6 {
  background: #00447C;
  color: #fff;
  padding: 1em;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  .heading6 {
    font-size: 15px;
  }
}
/*-------------------------------------------------------------------------
 dl
--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
 table
--------------------------------------------------------------------------*/
/* module-table
--------------------------------------------------------*/
.module-table {
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 30px;
}

.module-table th {
  width: 20%;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  background: #eee;
}

.module-table td {
  padding: 1em 2em;
  border-bottom: 1px solid #d8d8d8;
}

.module-table tr:last-child td {
  border-bottom: none;
}

.module-table span {
  display: block;
}

.module-table .title {
  font-weight: bold;
  /* font-weight: 700; */
  margin: 0;
}

.module-table .sub-title {
  margin: 0;
}

.module-table .speaker {
  margin: 0.5em 0;
  font-size: 0.86em;
  color: #000;
}

.module-table .summary {
  margin: 1em 0 0;
}

@media (max-width: 767px) {
  .module-table {
    margin-top: 20px;
  }
  .module-table th,
  .module-table td {
    width: 100%;
    display: block;
  }
  .module-table tr:nth-child(even) th,
  .module-table tr:nth-child(even) td {
    /* background: #f8f8f8; */
  }
  .module-table th {
    padding: 0.4em 1em;
    font-size: 0.86em;
    text-align: left;
    border-bottom: 1px dotted #d8d8d8;
  }
  .module-table td {
    padding: 0.8em 1em;
  }
}
/* entry-table
--------------------------------------------------------*/
.module-entry-table {
  width: 100%;
  margin: 0 auto;
}

.module-entry-table tr:nth-child(even) th,
.module-entry-table tr:nth-child(even) td {
  background: #f4f4f4;
}

.module-entry-table th {
  text-align: left;
  font-size: 0.9em;
  position: relative;
  width: 26%;
  padding: 0.8em 1em 0.8em 2em;
  font-weight: normal;
}

.module-entry-table th.must:after {
  content: "*";
  margin-left: 0.5em;
  color: #ce1126;
}

.module-entry-table td {
  font-size: 0.9em;
  padding: 0.8em 1em;
}

@media (max-width: 767px) {
  .module-entry-table th,
  .module-entry-table td {
    width: 100%;
    display: block;
  }
  .module-entry-table tr:nth-child(even) th,
  .module-entry-table tr:nth-child(even) td {
    background: #fff;
  }
  .module-entry-table th,
  .module-entry-table tr:nth-child(even) th {
    padding: 0.4em 0.5em;
    text-align: left;
    background: #eee;
    font-weight: bold;
  }
  .module-entry-table td {
    padding: 1.2em 0.5em;
  }
}
/* module-worksheet
--------------------------------------------------------*/
.module-worksheet {
  width: 100%;
  margin: 0 auto;
}

.module-worksheet th,
.module-worksheet td {
  width: 100%;
  display: block;
}

.module-worksheet th {
  text-align: left;
  position: relative;
  padding: 1em 3em 0;
}

.module-worksheet td {
  padding: 0.5em 3em 1em;
  line-height: 1.8;
}

.module-worksheet tr:nth-child(odd) {
  background: #f4f4f4;
}

.module-worksheet th.must:after {
  content: "*";
  margin-left: 0.5em;
  color: #ce1126;
}

@media (max-width: 767px) {
  .module-worksheet th {
    padding: 1em 1em 0;
  }
  .module-worksheet td {
    padding: 0.5em 1em 1em;
  }
}
/*-------------------------------------------------------------------------
 form parts
--------------------------------------------------------------------------*/
input[type=text],
input[type=password] {
  padding: 6px;
  border-radius: 1px;
  border: 0;
  border: 1px solid #aaa;
  margin: 0 12px;
}

input[type=text]:first-child,
input[type=password]:first-child,
input[type=text].input1 {
  margin: 0 12px 0 0;
}

input[type=text][class^=l] {
  width: 85%;
}

input[type=text][class^=m],
input[type=password][class^=m] {
  width: 30%;
}

input[type=text][class^=s] {
  width: 30%;
}

input[type=text][class^=ss] {
  width: 10%;
}

.serial-box input[type=text][class^=ss] {
  width: 25%;
}

select {
  border: 0;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-size: 14px;
}

@media (max-width: 767px) {
  input[type=text],
  input[type=text]:first-child {
    padding: 5px;
    margin: 0;
  }
  input[type=text][class^=l] {
    width: 100%;
  }
  input[type=text][class^=m],
  input[type=password][class^=m] {
    width: 80%;
  }
  input[type=text][class^=s] {
    width: 30%;
  }
  input[type=text][class^=ss] {
    width: 25%;
  }
  select {
    width: 100%;
  }
}
@media (max-width: 320px) {
  input[type=text].add-text {
    margin-top: 0.5em;
  }
}
/* radio
-------------------------------------------------------- */
[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

/* checkbox
-------------------------------------------------------- */
[type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

/*  */
.module-worksheet .entry-q-list li {
  display: table;
  width: 100%;
}

.module-worksheet [type=checkbox],
.module-worksheet [type=radio] {
  display: table-cell;
  vertical-align: middle;
}

.module-worksheet [type=radio]:checked + label,
.module-worksheet [type=radio]:not(:checked) + label {
  display: table-cell;
  text-align: left;
  width: 97%;
  vertical-align: middle;
}

.module-worksheet [type=checkbox]:checked + label,
.module-worksheet [type=checkbox]:not(:checked) + label {
  display: table-cell;
  width: 97%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .module-worksheet .entry-q-list li {
    line-height: 2;
  }
}
/**/
.entry-q-dl {
  margin: 1em 0 1.5em;
}

.entry-q-dl:last-child {
  margin: 1em 0 0.5em;
}

.entry-q-dl dt {
  font-weight: bold;
  margin: 0 0 0.5em;
}

.entry-q-dl dd {
  margin: 0;
}

.entry-q-dl dd span {
  display: block;
  margin: 0 0 1em;
}

/* submit btn
--------------------------------------------------------*/
input[type=submit],
input[type=button] {
  border: none;
  display: inline-block;
  background: #0076CE;
  border: 1px solid #0076CE;
  margin: 0 1em;
  padding: 0.8em 0;
  width: 28%;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  position: relative;
  transition: all 0.2s ease;
}

input[type=submit]:hover,
input[type=button]:hover {
  background: #fff;
  color: #0076CE;
}

@media (max-width: 767px) {
  input[type=submit],
  input[type=button] {
    width: 80%;
    font-size: 1.2em;
    margin: 1em 0;
  }
}
input[type=text].off,
select.off,
textarea.off {
  background: #ddd;
}

input.zip {
  background: #0076CE;
  color: #fff;
  border: 1px solid #0076CE;
  cursor: pointer;
  font-size: 0.9em;
}

input.zip:hover {
  color: #0076CE;
  background: #fff;
}

@media (max-width: 350px) {
  input.zip {
    margin-top: 1em;
  }
}
input[type=text].error,
input[type=password].error,
select.error,
textarea.error {
  border: 1px solid #ce1126;
}

.error-message {
  color: #ce1126;
  margin: 0.5em 0;
}

span.must {
  font-size: 1.2em;
  color: #ce1126;
  font-weight: bold;
}

p.caution {
  font-size: 0.9em;
  margin: 0.5em 0 0;
}

.entry-privacy {
  font-size: 0.86em;
  border: 1px solid #ddd;
  padding: 1em 2em;
}

.entry-privacy li {
  text-indent: -1em;
  padding-left: 1em;
}

.privacy-check {
  text-align: center;
  font-size: 1.2em;
  margin: 2em auto 1em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .entry-privacy {
    padding: 1em;
  }
}
.entry-privacy [type=checkbox] {
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.entry-privacy label {
  display: inline-block;
}

/*-------------------------------------------------------------------------
 section
--------------------------------------------------------------------------*/
.section {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .section {
    padding: 2em 0;
  }
}
.section#input-area {
  padding-top: 0;
}

/*-------------------------------------------------------------------------
 box
--------------------------------------------------------------------------*/
.entry-box {
  padding: 2em 0;
}

@media (max-width: 767px) {
  .entry-box {
    padding: 1em 0;
  }
}
/*-------------------------------------------------------------------------
 メインビジュアル
--------------------------------------------------------------------------*/
.mainvisual {
  background: url(../../img/lp221121/kv.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.mainvisual:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.mainvisual .mainvisual-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 20vw;
}

.mainvisual .mainvisual-inner h1 {
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.mainvisual .mainvisual-inner h1 br {
  display: none;
}

.mainvisual .mainvisual-inner p {
  font-size: 1.4em;
  margin: 0;
  color: #fff;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.8);
}

@media (max-width: 1024px) {
  .mainvisual .mainvisual-inner {
    height: 35vw;
  }
  .mainvisual .mainvisual-inner h1 {
    font-size: 18px;
    margin: 10px;
  }
  .mainvisual .mainvisual-inner p {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .mainvisual .mainvisual-inner {
    height: 45vw;
  }
  .mainvisual .mainvisual-inner h1 {
    font-size: 18px;
    margin: 10px;
  }
  .mainvisual .mainvisual-inner h1 br {
    display: block;
  }
}
/*-------------------------------------------------------------------------
 local
--------------------------------------------------------------------------*/
/*
--------------------------------------------------------*/
.list-entry li {
  border-top: 1px solid #d8d8d8;
  padding: 1em;
}

.list-entry span {
  display: inline-block;
  padding: 0.5em 0;
}

.list-entry span:first-child {
  width: 75%;
}

.list-entry span:last-child {
  float: right;
}

.list-entry a {
  display: inline-block;
  float: right;
  text-decoration: none;
  background: #0076CE;
  border: 2px solid #0076CE;
  color: #fff;
  padding: 0.5em 2em;
}

.list-entry a:hover {
  background: #fff;
  color: #0076CE;
}

@media (max-width: 767px) {
  .list-entry span:first-child {
    width: 100%;
  }
  .list-entry span:last-child {
    display: block;
    float: none;
  }
  .list-entry a {
    display: block;
    float: none;
  }
}
/*
--------------------------------------------------------*/
.separate {
  padding-top: 1em;
  border-top: 1px solid #ddd;
}

/* main-block
--------------------------------------------------------*/
.main-block {
  margin: 2em 0 0;
  padding: 1em 2em 0.5em;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.main-block h2 {
  margin: 0 0 0.5em;
  font-size: 1.2em;
}

@media (max-width: 767px) {
  .main-block {
    padding: 1em 0 0.5em;
  }
}
/* note-area
--------------------------------------------------------*/
.note-area {
  border: 1px solid #aaa;
  padding: 2em;
  text-align: center;
}

.note-area p {
  margin: 0;
}

@media (max-width: 767px) {
  .note-area {
    padding: 1em;
  }
}
.gridtab--0 > dt {
  margin: -2px 0 0 -2px;
  min-width: calc(12.5% + 2px);
  width: calc(12.5% + 2px);
  /* border-width: 2px; */
  /* border-width: 1px !important; */
  padding: 1em !important;
  /* border-color: #ddd; */
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  /**/
  text-align: center;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.gridtab--0 > dt.is-active {
  border-top-color: #0076CE !important;
  border-top-width: 4px !important;
  background: #fff !important;
}

.gridtab--0 > dt span {
  display: none;
}

.gridtab--0 > dd {
  min-width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  margin: -2px 0 0 -2px !important;
  /* border-width: 2px; */
  border: none !important;
  /* border-color: #f6f6f6 !important; */
  /* padding: 35px; */
  padding: 35px 0 !important;
  background: #fff !important;
}

@media (max-width: 767px) {
  .gridtab--0 > dt {
    font-size: 100%;
    position: relative;
  }
  .gridtab--0 > dt span {
    display: block;
    position: absolute;
    right: 1em;
    top: 25%;
    color: #999;
  }
}
/* fund-area */
.fund-area {
  display: table;
}

.fund-area div {
  display: table-cell;
  vertical-align: middle;
  table-layout: fixed;
}

.fund-area div:first-child {
  padding: 0 30px;
  width: 260px;
}

.fund-area img {
  max-width: 152px;
}

.fund-area p {
  margin: 0;
}

@media (max-width: 767px) {
  .fund-area div {
    display: block;
    margin: 0 auto;
  }
  .fund-area div:first-child {
    padding: 0 20px 10px;
    width: 200px;
  }
  .fund-area img {
    max-width: 100%;
    margin: 0 auto 0.5em;
  }
}
/* novelty-area
--------------------------------------------------------*/
.novelty-area {
  width: 90%;
  margin: 32px auto 0;
}

.novelty-area img {
  margin-bottom: 1em;
}

.novelty-area p {
  margin: 0;
  color: #111;
}

.ribbon {
  position: relative;
  padding: 8px 40px;
  margin: 0 0 0 -20px;
  /* width: calc(100% + 20px); */
  font-size: 1.1em;
  color: #ee6411;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
}

.ribbon:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 12px transparent;
  border-right: solid 20px #aaa;
}

/* block
--------------------------------------------------------*/
.block {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .block {
    margin-top: 20px;
  }
}
.notes {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .notes {
    margin: 20px 0 30px;
  }
}
/* item-list
--------------------------------------------------------*/
.item-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.item-list li {
  flex: 1;
  text-align: center;
  padding: 0 10px;
}

.item-list li img {
  max-width: 100%;
}

.item-list li .trial-item-name,
.item-list li .trial-item-details-link {
  text-align: left;
  font-size: 14px;
}

.item-list .back-pack img {
  width: 66%;
}

.item-list li p {
  margin: 0;
}

.item-list .note {
  font-size: 80%;
  padding: 0;
  margin-top: 2em;
  text-align: center;
}

.intro-latitude p,
.intro-latitude h3 {
  text-align: left;
  justify-content: center;
}

@media (max-width: 767px) {
  .item-list ul {
    display: block;
  }
  .item-list ul li {
    flex: none;
    padding: 0;
  }
  .trial-intro-list li {
    width: 44%;
    display: inline-block;
    margin: 8px;
  }
}
/* recommend
--------------------------------------------------------*/
.recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}

.recommend-list li {
  width: calc(50% - 20px);
  display: flex;
  margin: 10px;
  background: #fff;
  padding: 2em;
}

.recommend-list figure {
  width: 100px;
  margin: 0 20px 0 0;
}

.recommend-list img {
  width: 80px;
}

.recommend-list li div {
  width: calc(100% - 100px);
}

.recommend-list p:first-child {
  margin: 0;
  font-weight: bold;
  color: #000;
  font-size: 1.2em;
}

.recommend-list p:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .recommend-list {
    margin-top: 0;
  }
  .recommend-list li {
    width: 100%;
    padding: 1em;
  }
  .recommend-list figure {
    width: 80px;
    margin: 0;
  }
  .recommend-list img {
    width: 60px;
  }
  .recommend-list li div {
    width: calc(100% - 80px);
  }
}
/* link-btn
--------------------------------------------------------*/
.link-btn-area {
  background: #F2AF00;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.link-btn-area p {
  color: #000;
  position: relative;
  font-weight: bold;
}

.link-btn-area p:before {
  margin-right: 1rem;
  content: "＼";
}

.link-btn-area p:after {
  margin-left: 1rem;
  content: "／";
}

a.link-btn {
  width: 420px;
  height: 77px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

a.link-btn.white {
  background: #fff;
  color: #000;
}

a.link-btn::before {
  content: " ";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../../img/common/arrow.svg);
}

a.link-btn.white:hover {
  background: #000;
  color: #fff;
}

a.link-btn:hover::before {
  background-image: url(../../img/common/arrow_w.svg);
}

@media (max-width: 640px) {
  a.link-btn {
    width: 300px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  a.link-btn::before {
    top: 10px;
  }
}
/* ex-link-area用 */
.ex-link-area {
  padding: 80px 0;
  background: url(../../img/lp221121/bg_7320.jpg), url(../../img/lp221121/bg_9520.jpg);
  background-position: left bottom, right top;
  background-repeat: no-repeat;
}

@media (max-width: 1000px) {
  .ex-link-area {
    background: none;
  }
}
@media (max-width: 800px) {
  .ex-link-area {
    padding: 40px 0;
  }
}
.ex-link-area a:last-child {
  margin-top: 40px;
}

a.link-btn.color {
  width: 500px;
  height: 88px;
  border-radius: 100px;
  background: #F2AF00;
  font-size: 18px;
  color: #000;
  border: 2px solid #000;
}

a.link-btn.color:hover {
  background: #fff;
}

a.link-btn.color:hover::before {
  background-image: url(../../img/lp221121/arrow.svg);
}

a.link-btn.color span {
  display: block;
}

a.link-btn.color span:first-child {
  font-weight: normal;
}

@media (max-width: 800px) {
  a.link-btn.color {
    width: 95%;
    font-size: 14px;
  }
  a.link-btn.color::before {
    right: 10px;
  }
}
@media (max-width: 640px) {
  a.link-btn.color {
    width: 100%;
    font-size: 13px;
  }
}
a.link-btn.color::after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  background-image: url(../../img/lp221121/icon_tips.png);
  background-repeat: no-repeat;
  background-size: contain;
}

a.link-btn.color.lte::after {
  background-image: url(../../img/lp221121/icon_lte.png);
}

@media (max-width: 385px) {
  a.link-btn.color::after {
    width: 40px;
    height: 40px;
    top: 20px;
  }
}
@media (max-width: 320px) {
  a.link-btn::before {
    top: 22px;
  }
  a.link-btn.color::after {
    width: 35px;
    height: 35px;
    top: 22px;
  }
}
/**/
.catch {
  font-weight: bold;
  font-size: 24px;
  color: #000;
}

@media (max-width: 767px) {
  .catch {
    font-size: 18px;
  }
}
.entry_notes {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .entry_notes {
    margin-bottom: 40px;
  }
}
.win11-section {
  color: #fff;
  width: 100%;
  position: relative;
}

.win11-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #151515;
  overflow: hidden;
}

.win11-wrap.left-img {
  overflow: inherit;
}

.win11-image {
  width: 100%;
  height: 100%;
}

.win11-image.left-img {
  width: 60%;
  height: 100%;
  position: absolute;
  top: -50px;
  left: -180px;
}

.win11-image.right-img {
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -200px;
}

.win11-image figure img {
  width: 100%;
}

@media (max-width: 1023px) {
  .win11-wrap {
    flex-direction: column;
    overflow: hidden;
  }
  .win11-image.left-img,
  .win11-image.right-img {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
  }
  .win11-image.left-img.f-img {
    margin-top: -40px;
  }
}
.win11-content {
  width: 1100px;
  height: 100%;
  position: relative;
  display: flex;
  padding: 8% 0;
}

.win11-content-item {
  width: 50%;
}

.win11-content h2 {
  font-weight: normal;
  font-size: 2em;
}

@media (max-width: 1023px) {
  .win11-content {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 4%;
    width: 100%;
  }
  .win11-content-item {
    width: 100%;
  }
  .win11-content h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .win11-content {
    padding: 3% 2%;
  }
  .win11-content h2 {
    font-size: 1.3em;
    font-weight: bold;
  }
}
a.info {
  text-decoration: none;
}

.remodal {
  text-align: left;
}
.remodal span {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}

/* GF関係 */
.gform_wrapper .gform_body .gfield {
  padding: 1rem 1rem;
  margin: 0;
  margin-top: 0;
}
.gform_wrapper .gform_body .gfield:nth-child(even) {
  background: rgb(244, 244, 244);
  margin-top: 0;
}
.gform_wrapper .gform_body fieldset.gfield {
  margin-top: 0em;
}
.gform_wrapper .gform_body fieldset.gfield legend.gfield_label {
  margin: 0em 0 -0.5em 0;
  padding: 1em 0 0 0;
}
.gform_wrapper .gform_body fieldset.gfield:nth-child(even) {
  margin-top: 0em;
}
.gform_wrapper .gform_footer input.gform_button {
  margin: 0 auto;
}

.gform_confirmation_wrapper {
  padding: 3em 0;
}/*# sourceMappingURL=dell-style.css.map */