/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
@import url("https://fonts.googleapis.com/css?family=Petrona");
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */ }

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.

h1 {
	font-size: 2em;
	margin: .67em 0;
}
 */
/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%; }

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0; }

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */ }

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

@media screen and (max-width: 750px) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box; }
  html {
    font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 1.5;
    line-height: 1.7;
    -webkit-overflow-scrolling: touch; }
  body {
    background-color: #fff;
    -webkit-text-size-adjust: none;
    width: 100%;
    position: relative;
    background: #fff; }
  a {
    color: #c41f63; }
    a:hover {
      color: #c41f63; }
    a:visited {
      color: #c41f63; }
    a:active {
      color: #c41f63; }
  img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto; }
  .forPC {
    display: none !important; }
  .eng {
    font-family: Petrona, serif; }
  body {
    padding-top: 0 !important;
    font-size: 16px;
    line-height: 1.7;
    background: #f6f6f6; }
  header {
    background: none;
    width: 100%;
    height: auto;
    position: static; }
    header.smallPC.static {
      background: url("../images/lp/1809/header_bg.jpg") no-repeat center 0 !important;
      width: 100% !important;
      height: auto !important;
      position: static !important; }
    header .headerIn {
      /*.lpLink{
			@if $type == sp{
				position: absolute;

			}
			@if $type == pc{
				position: absolute;
				width: 393px;
				height: 54px;
				top: 18px;
				left: 0;
			}
		}*/ }
      header .headerIn img {
        display: block; }
  section:after {
    display: block;
    clear: both; }
  .sec1 {
    text-align: center;
    background: #fff;
    padding-bottom: 30px; }
    .sec1 .txt1 {
      background: #0061c4; }
      .sec1 .txt1 p {
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0 10px;
        line-height: 1.1; }
        .sec1 .txt1 p span.txt1 {
          color: #ffea00; }
        .sec1 .txt1 p span.txt2 {
          color: #ffea00;
          font-size: 30px; }
        .sec1 .txt1 p span.txt3 {
          color: #ffea00; }
    .sec1 .secIn {
      text-align: left;
      padding: 15px; }
      .sec1 .secIn p {
        margin-bottom: 20px; }
        .sec1 .secIn p span.txt_red {
          color: #e10000;
          font-weight: bold;
          line-height: 1.3;
          font-size: 1.2em; }
      .sec1 .secIn .img {
        padding-left: 15%;
        padding-right: 15%; }
        .sec1 .secIn .img figcaption {
          font-size: 13px;
          text-align: center;
          line-height: 1.3;
          padding: 10px 0 0; }
      .sec1 .secIn .btnWrap {
        padding-top: 20px; }
  .red {
    color: #e10000 !important; }
  .size130 {
    font-weight: bold;
    display: block;
    font-size: 1.1em;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 15px; }
  .size140 {
    font-size: 1.2em;
    font-weight: bold; }
  .blue {
    color: #0061c4 !important; }
  .sec2h2 {
    background: #c80000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    padding: 12px 0;
    margin-bottom: 20px; }
    .sec2h2 .red {
      color: #fff !important; }
  .sec2 {
    padding: 20px 15px 15px;
    background: #fff;
    margin: 10px;
    border-top: 5px solid #0061c4; }
    .sec2 h3 {
      margin-bottom: 20px;
      line-height: 1.3;
      font-size: 20px; }
  .sec3 {
    padding: 20px 15px 15px;
    background: #fff;
    margin: 10px;
    border-top: 5px solid #0061c4; }
    .sec3 h3 {
      margin-bottom: 20px;
      line-height: 1.3;
      font-size: 20px; }
    .sec3 ul li {
      list-style: none;
      position: relative;
      padding-left: 20px;
      margin-bottom: 15px;
      line-height: 1.5; }
      .sec3 ul li:before {
        content: "";
        width: 10px;
        height: 10px;
        background: #0061c4;
        border-radius: 10px;
        position: absolute;
        top: 9px;
        left: 0; }
  .sec4 {
    padding: 20px 15px 15px;
    background: #fff;
    margin: 10px;
    border-top: 5px solid #0061c4; }
    .sec4 h3 {
      margin-bottom: 20px;
      line-height: 1.3;
      font-size: 20px; }
  .sec5 {
    background: #fff;
    margin: -10px 10px 10px; }
    .sec5 .sec5In {
      background: url("../images/lp/1809/sec5_bg.jpg") no-repeat center -5px;
      background-size: auto 105%;
      color: #000;
      padding: 15px; }
      .sec5 .sec5In h3 {
        color: #ffb400;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.3; }
      .sec5 .sec5In ul li {
        list-style: none;
        border-bottom: 1px solid #b4b4b4;
        padding: 90px 15px 15px 15px;
        color: #fff;
        font-size: 15px; }
        .sec5 .sec5In ul li.ico1 {
          background: url("../images/lp/1809/sec5_ico1.png") no-repeat center 15px; }
        .sec5 .sec5In ul li.ico2 {
          background: url("../images/lp/1809/sec5_ico2.png") no-repeat center 15px; }
        .sec5 .sec5In ul li.ico3 {
          background: url("../images/lp/1809/sec5_ico3.png") no-repeat center 15px; }
  .sec6 {
    padding-top: 30px; }
    .sec6 h2 {
      width: 100%;
      text-align: center;
      background: #c80000;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      padding: 10px;
      line-height: 1.3; }
    .sec6 .secIn h3 {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.3;
      margin-bottom: 20px;
      padding-top: 20px; }
    .sec6 .secIn p.txt {
      padding: 15px; }
    .sec6 .secIn .img {
      text-align: center; }
      .sec6 .secIn .img img {
        width: 100%;
        max-width: 350px; }
    .sec6 .secIn .btnWrap {
      background: url("../images/lp/1809/sec5_bg.jpg") no-repeat center 0;
      text-align: center;
      padding: 15px; }
      .sec6 .secIn .btnWrap a {
        display: inline-block;
        background: #fff; }
      .sec6 .secIn .btnWrap p {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 10px;
        line-height: 1.5; }
  .sec7 {
    background: #fff;
    padding: 30px 15px; }
    .sec7 .secIn h2 {
      text-align: center;
      font-weight: bold;
      color: #0066cc;
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 20px; }
    .sec7 .secIn ul li {
      list-style: none; }
      .sec7 .secIn ul li dl {
        margin-bottom: 30px; }
        .sec7 .secIn ul li dl dt {
          text-align: center;
          margin-bottom: 10px; }
        .sec7 .secIn ul li dl dd.txt1 {
          font-size: 18px;
          text-align: center; }
        .sec7 .secIn ul li dl dd.txt2 {
          text-align: left;
          font-size: 15px; }
  .prof {
    background: #fff;
    padding-bottom: 40px; }
    .prof .profIn {
      margin: 0 auto;
      padding: 15px; }
      .prof .profIn h2 {
        text-align: center;
        color: #fff;
        background: #0066cc;
        padding: 10px;
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 20px; }
      .prof .profIn .img {
        text-align: center; }
        .prof .profIn .img img {
          width: 100px;
          float: left;
          margin-right: 15px;
          margin-bottom: 15px; }
      .prof .profIn .txtWrap .name {
        font-size: 12px;
        margin-bottom: 12px; }
      .prof .profIn .txtWrap .txt1 {
        font-size: 14px;
        margin-bottom: 20px; }
      .prof .profIn .txtWrap .txt2 {
        font-size: 14px;
        border-top: 1px solid #e5e5e5;
        padding-top: 20px; }
  .sec8 {
    background: url("../images/lp/1809/sec8_bg.jpg") no-repeat center 0;
    background-size: auto 100%;
    border-top: 5px solid #0061c4; }
    .sec8 .secIn {
      position: relative;
      margin: 0 auto;
      padding: 30px 0 20px; }
      .sec8 .secIn .y {
        position: absolute;
        right: 10px;
        top: -50px;
        width: 100px; }
      .sec8 .secIn h2 {
        border: 1px solid #fff;
        margin: 0 15px;
        padding: 12px 0;
        font-size: 20px;
        color: #fff;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 25px; }
        .sec8 .secIn h2 span {
          font-size: 16px;
          font-weight: normal; }
      .sec8 .secIn h3 {
        font-size: 20px;
        color: #fff;
        text-align: center;
        margin-bottom: 25px;
        line-height: 1.3; }
      .sec8 .secIn .btnWrap {
        text-align: center;
        padding: 0 15px 15px; }
        .sec8 .secIn .btnWrap a {
          display: inline-block;
          background: #fff; }
  footer {
    background: #0061c4;
    text-align: center;
    padding-bottom: 80px; }
    footer .footerIn {
      padding: 15px 0;
      overflow: hidden;
      text-align: center; }
      footer .footerIn a {
        display: inline-block;
        width: 160px; }
      footer .footerIn span {
        display: block;
        padding-top: 20px;
        color: #fff;
        font-size: 12px;
        vertical-align: middle; }
  img {
    max-width: 100%; }
  .contact_wrap {
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: #fd9418;
    color: #fff;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    transition: 0.5s;
    opacity: 0; }
    .contact_wrap.fixed {
      opacity: 1; }
  .tel {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    width: 60%;
    padding: 3px 5px 5px;
    font-size: 14px;
    text-align: center;
    border-right: 2px solid #fff; }
    .tel dl dd {
      background: #fff;
      padding: 3px 5px; }
  .form {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 40%; }
    .form a {
      background: url("../images/lp/1809/sp_form.png") no-repeat center center;
      background-size: 80%;
      display: block;
      height: 100%;
      text-align: center; }
      .form a img {
        width: 80%; }
  .form_head_txt p {
    text-align: center;
    font-size: 16px;
    padding-top: 30px; }
  .aform .aform-content dl dt {
    background: #0061c4; }
  .main_class_form {
    background: #fff;
    padding-top: 20px; }
  .aform .aform-content .aform-radio-ul li {
    display: block; }
  .aform .aform-content .submit input#aform_btn_back {
    background: url("../images/common/arrow_l_blue.png") no-repeat 10px center #FFF; }
  .aform .aform-content .submit input[type="submit"],
  .aform .aform-content .submit input[type="button"] {
    border: 1px solid #0061c4;
    background-color: #FFF;
    color: #0061c4 !important; }
    .aform .aform-content .submit input[type="submit"]:before,
    .aform .aform-content .submit input[type="button"]:before {
      border-top: 2px solid #0061c4;
      border-right: 2px solid #0061c4; }
  .aform .aform-content .submit input[type="submit"] {
    background: url("../images/common/arrow_r_blue.png") no-repeat 96% 13px; }
  .ui-datepicker-header.ui-widget-header.ui-helper-clearfix {
    background: #666;
    color: #fff;
    border: none; }
  .ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    color: #000; }
  .alignCenter {
    text-align: center !important;
    margin: 0 auto; } }

@media print, screen and (min-width: 751px) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box; }
  html {
    font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 1.5; }
  body {
    background-color: #fff;
    -webkit-text-size-adjust: none;
    min-width: 1080px;
    width: 100%;
    padding-top: 109px; }
  a {
    color: #c41f63; }
    a:hover {
      color: #c41f63; }
    a:visited {
      color: #c41f63; }
    a:active {
      color: #c41f63; }
  img {
    border: none;
    vertical-align: top; }
  .forSP {
    display: none !important; }
  .eng {
    font-family: Petrona, serif; }
  body {
    padding-top: 0 !important;
    font-size: 16px;
    line-height: 1.7;
    background: #f6f6f6; }
  header {
    width: 100%;
    min-width: 1100px;
    background: url("../images/lp/1809/header_bg.jpg") no-repeat center 0;
    height: auto;
    position: static;
    z-index: 1; }
    header.smallPC.static {
      background: url("../images/lp/1809/header_bg.jpg") no-repeat center 0 !important;
      width: 100% !important;
      height: auto !important;
      position: static !important; }
    header .headerIn {
      width: 1100px;
      margin: 0 auto;
      position: relative;
      text-align: left;
      min-height: 280px;
      /*.lpLink{
			@if $type == sp{
				position: absolute;

			}
			@if $type == pc{
				position: absolute;
				width: 393px;
				height: 54px;
				top: 18px;
				left: 0;
			}
		}*/ }
      header .headerIn img {
        display: block; }
      header .headerIn .lpLink {
        display: block;
        height: 100%;
        transition: all .3s; }
        header .headerIn .lpLink:hover {
          opacity: .8; }
      header .headerIn .contact_wrap {
        width: 540px;
        position: absolute;
        right: 0;
        top: 0; }
        header .headerIn .contact_wrap .tel {
          width: 293px;
          float: left;
          background: #fd9418;
          color: #fff;
          text-align: center;
          height: 75px;
          line-height: 1; }
          header .headerIn .contact_wrap .tel dt {
            padding-top: 3px;
            margin-bottom: 2px; }
          header .headerIn .contact_wrap .tel dd {
            padding-top: 3px; }
        header .headerIn .contact_wrap .form {
          width: 238px;
          float: right; }
          header .headerIn .contact_wrap .form a {
            display: inline-block;
            background: #fff; }
            header .headerIn .contact_wrap .form a img {
              transition: 0.5s; }
              header .headerIn .contact_wrap .form a img:hover {
                opacity: 0.75; }
  section:after {
    display: block;
    clear: both; }
  section {
    min-width: 1100px; }
  .sec1 {
    text-align: center;
    background: #fff; }
    .sec1 .txt1 {
      background: #0061c4; }
      .sec1 .txt1 p {
        width: 1100px;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        padding: 10px 0 15px;
        line-height: 1.1; }
        .sec1 .txt1 p span.txt1 {
          color: #ffea00; }
        .sec1 .txt1 p span.txt2 {
          color: #ffea00;
          font-size: 60px; }
        .sec1 .txt1 p span.txt3 {
          color: #ffea00; }
    .sec1 .secIn {
      width: 1100px;
      margin: 0 auto;
      padding-right: 70px;
      padding: 40px 70px 40px 0; }
      .sec1 .secIn p {
        width: 640px;
        float: left;
        text-align: left;
        padding-top: 60px; }
        .sec1 .secIn p span.txt_red {
          color: #e10000;
          font-weight: bold;
          line-height: 1.3;
          font-size: 1.4em; }
      .sec1 .secIn .img {
        width: 350px;
        float: right; }
        .sec1 .secIn .img figcaption {
          position: relative;
          text-align: left;
          font-size: 12px;
          float: right;
          margin-right: -70px;
          margin-top: -10px; }
      .sec1 .secIn .btnWrap {
        padding-top: 30px;
        text-align: center;
        clear: both; }
  .arrow {
    min-width: 1100px;
    background: url("../images/lp/1809/arrow.png") center 0;
    height: 62px; }
  .red {
    color: #e10000 !important; }
  .size130 {
    font-weight: bold;
    font-size: 1.3em; }
  .size140 {
    font-size: 1.4em;
    font-weight: bold; }
  .blue {
    color: #0061c4 !important; }
  .ov {
    transition: 0.5s; }
  .ov:hover {
    opacity: 0.75; }
  .sec2h2 {
    text-align: center;
    min-width: 1100px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 45px;
    margin-top: 15px; }
  .sec2 {
    text-align: left;
    width: 1100px;
    margin: 0 auto 50px;
    background: url("../images/lp/1809/sec2_img.png") no-repeat right 0 #fff;
    height: 667px; }
    .sec2:before {
      content: "";
      display: block;
      width: 720px;
      height: 5px;
      background: #0061c4; }
    .sec2 h3 {
      padding-top: 65px;
      padding-left: 70px;
      width: 620px;
      margin-bottom: 30px;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.3; }
    .sec2 p {
      padding-left: 70px;
      width: 570px; }
    .sec2 .btWrap {
      padding-left: 70px;
      padding-top: 30px; }
  .sec3 {
    text-align: left;
    width: 1100px;
    margin: 0 auto 50px;
    background: url("../images/lp/1809/sec3_img.png") no-repeat left 0 #fff;
    height: 515px; }
    .sec3:before {
      content: "";
      display: block;
      width: 720px;
      height: 5px;
      background: #0061c4;
      float: right; }
    .sec3 h3 {
      padding-top: 65px;
      margin-left: 450px;
      width: 577px;
      margin-bottom: 30px;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.3; }
    .sec3 ul {
      margin-left: 460px;
      width: 570px; }
      .sec3 ul li {
        list-style: none;
        position: relative;
        padding-left: 20px;
        margin-bottom: 15px; }
        .sec3 ul li:before {
          content: "";
          width: 10px;
          height: 10px;
          background: #0061c4;
          border-radius: 10px;
          position: absolute;
          top: 9px;
          left: 0; }
    .sec3 .btWrap {
      margin-left: 450px;
      padding-top: 30px; }
  .sec4 {
    text-align: left;
    width: 1100px;
    margin: 0 auto 0px;
    background: url("../images/lp/1809/sec4_img.png") no-repeat right 0 #fff;
    height: 460px; }
    .sec4:before {
      content: "";
      display: block;
      width: 720px;
      height: 5px;
      background: #0061c4; }
    .sec4 h3 {
      padding-top: 65px;
      padding-left: 70px;
      width: 650px;
      margin-bottom: 30px;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.3; }
    .sec4 p {
      padding-left: 70px;
      width: 600px; }
    .sec4 .btWrap {
      padding-left: 70px;
      padding-top: 30px; }
  .sec5 {
    width: 1100px;
    margin: 0 auto;
    padding: 45px 68px 68px;
    background: #fff; }
    .sec5 .sec5In {
      background: url("../images/lp/1809/sec5_bg.jpg") no-repeat center 0;
      color: #000;
      padding: 40px 100px; }
      .sec5 .sec5In h3 {
        color: #ffb400;
        text-align: center;
        font-weight: bold;
        font-size: 38px; }
      .sec5 .sec5In ul li {
        list-style: none;
        border-bottom: 1px solid #b4b4b4;
        padding: 22px 15px 22px 100px;
        color: #fff;
        font-size: 17px; }
        .sec5 .sec5In ul li.ico1 {
          background: url("../images/lp/1809/sec5_ico1.png") no-repeat left center; }
        .sec5 .sec5In ul li.ico2 {
          background: url("../images/lp/1809/sec5_ico2.png") no-repeat left center; }
        .sec5 .sec5In ul li.ico3 {
          background: url("../images/lp/1809/sec5_ico3.png") no-repeat left center;
          border-bottom: none; }
      .sec5 .sec5In .btnWrap {
        text-align: center;
        padding-top: 30px; }
        .sec5 .sec5In .btnWrap a {
          display: inline-block;
          background: #fff; }
          .sec5 .sec5In .btnWrap a img {
            transition: 0.5s; }
            .sec5 .sec5In .btnWrap a img:hover {
              opacity: 0.75; }
  .sec6 h2 {
    width: 100%;
    min-width: 1100px;
    text-align: center;
    background: #c80000;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    padding: 15px 0; }
  .sec6 .secIn {
    width: 1100px;
    margin: 0 auto;
    padding: 45px 0; }
    .sec6 .secIn h3 {
      font-size: 36px;
      font-weight: bold;
      text-align: center;
      line-height: 1.3;
      margin-bottom: 30px; }
    .sec6 .secIn p.txt {
      padding-left: 70px;
      padding-right: 70px; }
    .sec6 .secIn .img {
      margin-bottom: 50px; }
    .sec6 .secIn .btnWrap {
      background: url("../images/lp/1809/sec5_bg.jpg") no-repeat center 0;
      text-align: center;
      padding: 25px;
      margin-top: 50px; }
      .sec6 .secIn .btnWrap a {
        display: inline-block;
        background: #fff; }
        .sec6 .secIn .btnWrap a img {
          transition: 0.5s; }
          .sec6 .secIn .btnWrap a img:hover {
            opacity: 0.75; }
      .sec6 .secIn .btnWrap p {
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 7px; }
  .sec7 {
    padding: 60px 0;
    background: #fff; }
    .sec7 .secIn {
      width: 1100px;
      margin: 0 auto; }
      .sec7 .secIn h2 {
        text-align: center;
        font-weight: bold;
        color: #0066cc;
        font-size: 34px;
        font-weight: bold;
        margin-bottom: 60px; }
      .sec7 .secIn ul {
        font-size: 0; }
        .sec7 .secIn ul li {
          list-style: none;
          width: 315px;
          display: inline-block;
          text-align: center;
          vertical-align: top; }
          .sec7 .secIn ul li:nth-child(1) {
            margin-right: 75px; }
          .sec7 .secIn ul li:nth-child(2) {
            margin-right: 75px; }
          .sec7 .secIn ul li dl dt {
            text-align: center;
            margin-bottom: 30px; }
          .sec7 .secIn ul li dl dd.txt1 {
            text-align: left;
            font-size: 22px;
            margin-bottom: 3px; }
          .sec7 .secIn ul li dl dd.txt2 {
            text-align: left;
            font-size: 14px; }
  .prof {
    background: #fff;
    padding-bottom: 50px; }
    .prof .profIn {
      width: 1100px;
      margin: 0 auto;
      border: 1px solid #cccccc;
      overflow: hidden; }
      .prof .profIn h2 {
        text-align: center;
        color: #fff;
        background: #0066cc;
        padding: 10px;
        font-size: 28px;
        font-weight: normal; }
      .prof .profIn .img {
        padding: 50px 0 50px 70px;
        width: 290px;
        float: left; }
      .prof .profIn .txtWrap {
        float: right;
        width: 750px;
        padding-right: 70px;
        padding-top: 40px; }
        .prof .profIn .txtWrap h3 {
          font-size: 28px;
          font-weight: normal; }
        .prof .profIn .txtWrap .name {
          font-size: 14px;
          margin-bottom: 20px; }
        .prof .profIn .txtWrap .txt1 {
          margin-bottom: 20px; }
        .prof .profIn .txtWrap .txt2 {
          border-top: 1px solid #e5e5e5;
          padding-top: 20px; }
  .sec8 {
    background: url("../images/lp/1809/sec8_bg.jpg") no-repeat center 0;
    border-top: 5px solid #0061c4; }
    .sec8 .secIn {
      width: 1100px;
      height: 377px;
      position: relative;
      margin: 0 auto;
      padding-top: 40px; }
      .sec8 .secIn .y {
        position: absolute;
        right: 40px;
        top: -25px; }
      .sec8 .secIn h2 {
        border: 1px solid #fff;
        width: 555px;
        margin: 0 auto;
        padding: 12px 0;
        font-size: 30px;
        color: #fff;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 25px; }
        .sec8 .secIn h2 span {
          font-size: 22px;
          font-weight: normal; }
      .sec8 .secIn h3 {
        font-size: 48px;
        color: #fff;
        text-align: center;
        margin-bottom: 25px;
        line-height: 1.3; }
      .sec8 .secIn .btnWrap {
        text-align: center; }
        .sec8 .secIn .btnWrap a {
          display: inline-block;
          background: #fff; }
          .sec8 .secIn .btnWrap a img {
            transition: 0.5s; }
            .sec8 .secIn .btnWrap a img:hover {
              opacity: 0.75; }
  footer {
    min-width: 1100px;
    background: #0061c4;
    text-align: center; }
    footer .footerIn {
      margin: 0 auto;
      width: 1100px;
      padding: 30px 0;
      overflow: hidden; }
      footer .footerIn a {
        float: left;
        vertical-align: middle; }
      footer .footerIn span {
        float: right;
        padding-top: 20px;
        color: #fff;
        font-size: 13px;
        vertical-align: middle; }
  .form_head_txt p {
    text-align: center;
    font-size: 16px;
    padding-top: 30px; }
  .aform .aform-content dl dt {
    background: #dbedff; }
  .main_class_form {
    background: #fff;
    padding-top: 30px; }
  .aform .aform-content .aform-radio-ul li {
    display: block; }
  .aform .aform-content .submit input#aform_btn_back {
    background: url("../images/common/arrow_l_blue.png") no-repeat 10px center #FFF; }
    .aform .aform-content .submit input#aform_btn_back:hover {
      background: url("../images/common/arrow_l_blue.png") no-repeat 10px center #dbedff; }
  .aform .aform-content .submit input[type="submit"],
  .aform .aform-content .submit input[type="button"] {
    border: 1px solid #0061c4;
    background-color: #FFF;
    color: #0061c4 !important; }
    .aform .aform-content .submit input[type="submit"]:before,
    .aform .aform-content .submit input[type="button"]:before {
      border-top: 2px solid #0061c4;
      border-right: 2px solid #0061c4; }
    .aform .aform-content .submit input[type="submit"]:hover,
    .aform .aform-content .submit input[type="button"]:hover {
      background-color: #dbedff;
      border: 1px solid #0061c4;
      text-decoration: none; }
  .aform .aform-content .submit input[type="submit"] {
    background: url("../images/common/arrow_r_blue.png") no-repeat 96% 13px; }
  .ui-datepicker-header.ui-widget-header.ui-helper-clearfix {
    background: #666;
    color: #fff;
    border: none; }
  .ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    color: #000; }
  .alignCenter {
    text-align: center !important;
    margin: 0 auto; } }

@media screen and (min-width: 751px) and (max-width: 1080px) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box; }
  html {
    font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 1.5; }
  body {
    background-color: #fff;
    -webkit-text-size-adjust: none; }
  a {
    color: #c41f63; }
    a:hover {
      color: #c41f63; }
    a:visited {
      color: #c41f63; }
    a:active {
      color: #c41f63; }
  img {
    border: none;
    vertical-align: top; }
  .eng {
    font-family: Petrona, serif; }
  body {
    padding-top: 0 !important;
    font-size: 16px;
    line-height: 1.7;
    background: #f6f6f6; }
  header.smallPC.static {
    background: url("../images/lp/1809/header_bg.jpg") no-repeat center 0 !important;
    width: 100% !important;
    height: auto !important;
    position: static !important; }
  header .headerIn {
    /*.lpLink{
			@if $type == sp{
				position: absolute;

			}
			@if $type == pc{
				position: absolute;
				width: 393px;
				height: 54px;
				top: 18px;
				left: 0;
			}
		}*/ }
    header .headerIn img {
      display: block; }
  section:after {
    display: block;
    clear: both; }
  .sec1 {
    text-align: center;
    background: #fff; }
    .sec1 .txt1 {
      background: #0061c4; }
      .sec1 .txt1 p span.txt1 {
        color: #ffea00; }
      .sec1 .txt1 p span.txt2 {
        color: #ffea00; }
      .sec1 .txt1 p span.txt3 {
        color: #ffea00; }
    .sec1 .secIn p span.txt_red {
      color: #e10000;
      font-weight: bold;
      line-height: 1.3; }
  .red {
    color: #e10000 !important; }
  .size130 {
    font-weight: bold; }
  .size140 {
    font-weight: bold; }
  .blue {
    color: #0061c4 !important; }
  .sec3 ul li {
    list-style: none; }
    .sec3 ul li:before {
      content: "";
      width: 10px;
      height: 10px;
      background: #0061c4;
      border-radius: 10px;
      position: absolute;
      top: 9px;
      left: 0; }
  .sec5 .sec5In ul li {
    list-style: none; }
  .sec6 .secIn .btnWrap a {
    display: inline-block;
    background: #fff; }
  .sec7 .secIn ul li dl dt {
    text-align: center; }
  .prof .profIn .txtWrap .txt1 {
    margin-bottom: 20px; }
  .prof .profIn .txtWrap .txt2 {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px; }
  .sec8 .secIn .btnWrap a {
    display: inline-block;
    background: #fff; }
  .aform .aform-content .aform-radio-ul li {
    display: block; }
  .aform .aform-content .submit input[type="submit"],
  .aform .aform-content .submit input[type="button"] {
    border: 1px solid #0061c4;
    background-color: #FFF;
    color: #0061c4 !important; }
    .aform .aform-content .submit input[type="submit"]:before,
    .aform .aform-content .submit input[type="button"]:before {
      border-top: 2px solid #0061c4;
      border-right: 2px solid #0061c4; }
  .ui-datepicker-header.ui-widget-header.ui-helper-clearfix {
    background: #666;
    color: #fff;
    border: none; }
  .ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    color: #000; }
  .alignCenter {
    text-align: center !important;
    margin: 0 auto; } }

@media print {
  #debugUI {
    display: none !important; } }

/*# sourceMappingURL=map/lp1809.css.map */
