@charset 'utf-8';
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

      -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
          hyphens: auto;

  -epub-hyphens: auto;
      -ms-hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small,
.small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  /* 2 */
  cursor: pointer;

  -webkit-appearance: button;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
          box-sizing: content-box;

  -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type='search']:-webkit-search-cancel-button,
input[type='search']:-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button:-moz-focus-inner,
input:-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.image-replacement,
.ir {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.clearfix,
.cf {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
  display: table;
  content: '';
}
.clearfix:after,
.cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/*********************
COLORS
*********************/
/*********************
LAYOUT
*********************/
/*
  under pc(1040px)
    @media screen and (max-width: $breakpoint-pc){
  under tablet(768px)
    @media screen and (max-width: $breakpoint-tablet){
  under sp(668px)
    @media screen and (max-width: $breakpoint-sp){

  (tablet + 1) ~ pc
    @media screen and (min-width: $breakpoint-tablet + 1) and (max-width: $breakpoint-pc){
  (sp + 1) ~ tablet
    @media screen and (min-width: $breakpoint-sp + 1) and (max-width: $breakpoint-tablet){

    @media screen and (min-width: $breakpoint-sp-p + 1) and (max-width: $breakpoint-tablet - 1){
*/
/*********************
BASIS
*********************/
/*********************
COMMON
*********************/
/* color */
/* size */
/* image */
/*********************
INDEX
*********************/
/*********************
UUI
*********************/
/*********************
ARTICLE
*********************/
/* size */
/*********************
SITEMAP
*********************/
/* color */
/* size */
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
hover alpha
*********************/
/* @include hover-alpha(); */
@font-face {
  font-family: 'iconsfont';

  src: url('../fonts/iconsfont_ts-.eot');
  src: url('../fonts/iconsfont.eot') format('eot'), url('../fonts/iconsfont_ts-.woff') format('woff'), url('../fonts/iconsfont_ts-.ttf') format('truetype'), url('https://www.oab-info.com/common/fonts/iconsfont.svg#iconsfont?ts=') format('svg');
}
.tp_icon_a1:before,
.tp_icon_a2:before,
.tp_icon_a3:before,
.tp_icon_a4:before,
.tp_icon_bracket_l:before,
.tp_icon_bracket_r:before,
.tp_icon_bracket_b:before,
.tp_icon_bracket_t:before,
.tp_icon_bracket_double_l:before,
.tp_icon_bracket_double_r:before,
.tp_icon_bracket_double_t:before,
.tp_icon_gnavi_open:before,
.tp_icon_gnavi_close:before,
.tp_icon_check:before,
.tp_icon_tel:before,
.tp_icon_info_arrow:before,
.tp_icon_search:before,
.tp_icon_popup:before,
.tp_icon_book:before,
.tp_icon_checkbox:before,
.tp_icon_minus:before,
.tp_icon_plus:before,
.tp_icon_print:before,
.tp_icon_uuicloude:before,
.tp_icon_cube:before,
.tp_icon_hospital:before {
  font-family: 'iconsfont';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tp_icon_a1:before {
  content: '';
}

.tp_icon_a2:before {
  content: '';
}

.tp_icon_a3:before {
  content: '';
}

.tp_icon_a4:before {
  content: '';
}

.tp_icon_bracket_l:before {
  content: '';
}

.tp_icon_bracket_r:before {
  content: '';
}

.tp_icon_bracket_b:before {
  content: '';
}

.tp_icon_bracket_t:before {
  content: '';
}

.tp_icon_bracket_double_l:before {
  content: '';
}

.tp_icon_bracket_double_r:before {
  content: '';
}

.tp_icon_bracket_double_t:before {
  content: '';
}

.tp_icon_gnavi_open:before {
  content: '';
}

.tp_icon_gnavi_close:before {
  content: '';
}

.tp_icon_check:before {
  content: '';
}

.tp_icon_tel:before {
  content: '';
}

.tp_icon_info_arrow:before {
  content: '';
}

.tp_icon_search:before {
  content: '';
}

.tp_icon_popup:before {
  content: '';
}

.tp_icon_book:before {
  content: '';
}

.tp_icon_checkbox:before {
  content: '';
}

.tp_icon_minus:before {
  content: '';
}

.tp_icon_plus:before {
  content: '';
}

.tp_icon_print:before {
  content: '';
}

.tp_icon_uuicloude:before {
  content: '';
}

.tp_icon_cube:before {
  content: '';
}

.tp_icon_hospital:before {
  content: '';
}


/*********************
SCROLL VISIBLE STYLES
*********************/
.tp_sv_fade {
  -webkit-transition: opacity .8s cubic-bezier(.19, .63, .52, .87);
          transition: opacity .8s cubic-bezier(.19, .63, .52, .87);
  opacity: 0;
}
.tp_sv_fade.tp_sv_cur {
  opacity: 1;
}
.tp_sv_b {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
          transition:         transform 1s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
.tp_sv_b.tp_sv_cur {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.tp_sv_l {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0, 1, .15, 1), opacity 2s cubic-bezier(0, 1, .15, 1);
          transition:         transform 2s cubic-bezier(0, 1, .15, 1), opacity 2s cubic-bezier(0, 1, .15, 1);
  -webkit-transform: translateX(-5%);
      -ms-transform: translateX(-5%);
          transform: translateX(-5%);
  opacity: 0;
}
.tp_sv_l.tp_sv_cur {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.tp_sv_balloon_l {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0, 1, .15, 1), opacity 2s cubic-bezier(0, 1, .15, 1);
          transition:         transform 2s cubic-bezier(0, 1, .15, 1), opacity 2s cubic-bezier(0, 1, .15, 1);
  -webkit-transform: translateX(-5%);
      -ms-transform: translateX(-5%);
          transform: translateX(-5%);
  opacity: 0;
}
.tp_sv_balloon_l.tp_sv_cur {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.tp_sv_balloon_r {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0, 1, .15, 1), opacity 2s cubic-bezier(0, 1, .15, 1);
          transition:         transform 2s cubic-bezier(0, 1, .15, 1), opacity 2s cubic-bezier(0, 1, .15, 1);
  -webkit-transform: translateX(5%);
      -ms-transform: translateX(5%);
          transform: translateX(5%);
  opacity: 0;
}
.tp_sv_balloon_r.tp_sv_cur {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.tp_sv_glaph_r {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 1, .15, 1), opacity 1s cubic-bezier(0, 1, .15, 1);
          transition:         transform 1s cubic-bezier(0, 1, .15, 1), opacity 1s cubic-bezier(0, 1, .15, 1);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.tp_sv_glaph_r.p_sv_cur {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.tp_sv_ll {
  -webkit-transition: -webkit-transform .9s cubic-bezier(0, 1, .15, 1), opacity .9s cubic-bezier(0, 1, .15, 1);
          transition:         transform .9s cubic-bezier(0, 1, .15, 1), opacity .9s cubic-bezier(0, 1, .15, 1);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.tp_sv_ll.tp_sv_cur {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.tp_sv_parallax_y {
  display: block;
  -webkit-transition: -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
          transition:         transform .1s cubic-bezier(.165, .84, .44, 1);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*********************
GENERAL STYLES
*********************/
html {
  position: relative;
  overflow: auto;
  height: 100%;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
  color: #333;
  background-color: #fff;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #e84383;
}
a:hover {
  text-decoration: underline;
}

p {
  font-size: 100%;
  line-height: 170%;
}

/*********************
RESET STYLES
*********************/
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
a,
form,
input,
object,
dt,
dd,
dl,
iframe,
label {
  margin: 0;
  padding: 0;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style-position: outside;
  list-style-type: none;
  list-style-image: none;
}

figure {
  float: left;
  margin: 0;
}

figcaption {
  margin: 2px 0 5px 0;
}

.tp_break {
  display: inline-block;
  text-indent: 0;
}

.tp_break_sp,
.tp_break_spl {
  display: inline;
}

.tp_break_sp {
  display: inline-block;
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .tp_break_sp {
    display: inline;
  }
}

.tp_break_spl {
  display: inline;
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .tp_break_spl {
    display: inline-bock;
  }
}

.tp_indent_one {
  margin-left: 1em;
  text-indent: -1em;
}
.tp_indent_two {
  margin-left: 2em;
  text-indent: -2em;
}

.tp_bracket_l,
.tp_bracket_r {
  display: inline-block;
}
@media screen and (max-width: 667px) {
  .tp_bracket_l,
  .tp_bracket_r {
    display: inline-block;
  }
}
.tp_bracket_l {
  margin-left: -.5em;
}
@media screen and (max-width: 667px) {
  .tp_bracket_l_sp {
    margin-left: -.5em;
  }
}
.tp_bracket_r {
  margin-right: -.5em;
}
@media screen and (max-width: 667px) {
  .tp_bracket_r_sp {
    margin-right: -.5em;
  }
}

.tp_hide_desktop {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1038px) {
  .tp_hide_desktop {
    display: inherit !important;
  }

  .tp_hide_tablet {
    display: none !important;
  }
}
@media screen and (min-width: 668px) and (max-width: 767px) {
  .tp_hide_desktop {
    display: inherit !important;
  }

  .tp_hide_tablet {
    display: none !important;
  }
}
@media screen and (max-width: 667px) {
  .tp_hide_desktop {
    display: inherit !important;
  }

  .tp_hide_phone {
    display: none !important;
  }
}
.tp_br_sps,
.tp_br_sp,
.tp_br_tablet,
.tp_br_pc,
.tp_br_pcl {
  display: none;
}
@media screen and (max-width: 320px) {
  .tp_br_sps {
    display: inline;
  }
}
@media screen and (min-width: 321px) and (max-width: 668px) {
  .tp_br_sp {
    display: inline;
  }
}
@media screen and (min-width: 669px) and (max-width: 768px) {
  .tp_br_tablet {
    display: inline;
  }
}
@media screen and (min-width: 769px) and (max-width: 1038px) {
  .tp_br_pc {
    display: inline;
  }
}
@media screen and (min-width: 1039px) {
  .tp_br_pcl {
    display: inline;
  }
}

/*********************
  COMMON
*********************/
.tp {
  /*********************
  header
  *********************/
  /*********************
  page-top
  *********************/
  /*********************
  footer
  *********************/
  /*********************
  mainvisual
  *********************/
  /*********************
  content
  *********************/
  /*********************
    sub-navi
  *********************/
  /*********************
  utility
  *********************/
  /*********************
  search
  *********************/
  /*********************
    btn
  *********************/
}
.tp_header {
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .tp_header {
    padding-top: 0;
    padding-bottom: 5px;
  }
}
.tp_header_intro {
  display: none;
}
@media screen and (max-width: 768px) {
  .tp_header_intro {
    font-size: 12px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
}
.tp_logo {
  float: left;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .tp_logo {
    margin-top: 8px;
  }
}
.tp_logo_link {
  line-height: 1;
  display: inline-block;
  margin-left: 15px;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  vertical-align: middle;
  opacity: 1.0;
}
.tp_logo_link:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .tp_logo_link {
    width: 190px;
  }
}
@media screen and (max-width: 668px) {
  .tp_logo_link {
    margin-left: 5px;
  }
}
.tp_logo_link:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .tp_logo_link:first-child {
    width: 40px;
    margin-left: 10px;
  }
}
.tp_logo_link_pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .tp_logo_link_pc {
    display: none;
  }
}
.tp_logo_link_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .tp_logo_link_sp {
    display: inline-block;
    max-width: 95px;
  }
}
.tp_utility {
  float: right;
  margin-top: 10px;
  padding-right: 20px;
  text-align: right;
  letter-spacing: -10em;
}
@media screen and (max-width: 768px) {
  .tp_utility {
    margin-top: 0;
    padding-right: 10px;
  }
}
.tp_utility_search {
  display: inline-block;
  padding: 3px 15px;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  text-align: center;
  vertical-align: top;
  letter-spacing: normal;
  opacity: 1.0;
  border: 1px solid #e84383;
  border-radius: 5px;
}
.tp_utility_search:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .tp_utility_search {
    display: none;
  }
}
.tp_utility_search_icon {
  font-size: 22px;
  margin-right: 5px;
  color: #e84383;
}
.tp_utility_search_icon:before {
  vertical-align: middle;
}
.tp_utility_search_text {
  vertical-align: baseline;
}
.tp_utility_search_arrow {
  font-size: 14px;
  margin-left: 10px;
}
.tp_utility_menu {
  position: relative;
  display: inline-block;
  width: 36px;
  margin-left: 20px;
  vertical-align: top;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .tp_utility_menu {
    margin-left: 0;
  }
}
.tp_utility_menu .tp_dummy {
  cursor: default;
}
.tp_utility_menu_open {
  position: relative;
  z-index: 1;
  width: 35px;
  cursor: pointer;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
}
.tp_utility_menu_open:hover {
  text-decoration: none;
  opacity: .7;
}
.tp_utility_menu_open_svg {
  display: block;
}
.tp_utility_menu_open_text {
  font-size: 10px;
  text-align: center;
  color: #e84383;
}
.tp_utility_menu_open.tp_open .tp_utility_menu_open_text {
  visibility: hidden;
}
.tp_utility_menu_section {
  position: absolute;
  top: -25px;
  right: -20px;
  width: 320px;
  padding-top: 55px;
  padding-bottom: 25px;
  -webkit-transition: -webkit-transform .300s ease;
          transition:         transform .300s ease;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .tp_utility_menu_section {
    top: -40px;
    right: -10px;
  }
}
.tp_utility_menu_section_mask {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: #fff;
}
.tp_utility_menu_section.tp_slide {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.tp_utility_menu_section_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
  border: 0;
  background: #e84383;
}
.tp_utility_menu_list {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  margin-top: 25px;
  text-align: left;
  border-bottom: 1px solid #fa9ec1;
}
.tp_utility_menu_box_sub {
  display: none;
}
.tp_utility_menu_box_sub .tp_utility_menu_link {
  font-size: 16px;
  font-weight: normal;
  padding-left: 40px;
  opacity: 1;
  background: rgba(255, 255, 255, .15);
}
.tp_utility_menu_link {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 14px 20px;
  cursor: pointer;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
  color: #fff;
  border-top: 1px solid #fa9ec1;
}
.tp_utility_menu_link:hover {
  text-decoration: none;
  opacity: .7;
}
@media all and (-ms-high-contrast: none) {
  .tp_utility_menu_link {
    padding: 16px 20px 12px 20px;
  }
}
.tp_utility_menu_link .tp_icon {
  float: right;
  margin-top: 4px;
  vertical-align: middle;
}
.tp_utility_menu_link .tp_icon_bracket_r {
  font-size: 12px;
}
.tp_utility_menu_link .tp_icon_plus {
  font-size: 15px;
}
.tp_utility_menu_link .tp_icon_minus {
  font-size: 15px;
}
.tp_breadcrumb {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .tp_breadcrumb {
    display: none;
  }
}
.tp_breadcrumb_inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.tp_breadcrumb_inner li {
  display: inline-block;
  }
.tp_breadcrumb_inner li:before {
  font-family: 'iconsfont';
  font-size: 9px;
  display: block;
  float: left;
  margin: 3px 10px 0 5px;
  content: '\E622';
}
.tp_breadcrumb_inner li:first-child:before {
  display: none;
}
@media screen and (max-width: 1039px) {
  .tp_breadcrumb_inner {
    width: 96%;
  }
}
.tp_breadcrumb a {
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
}
.tp_breadcrumb a:hover {
  text-decoration: none;
  opacity: .7;
}
.tp_scroll_top {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 40px;
  display: none;
  width: 50px;
  height: 60px;
  -webkit-transition: -webkit-transform .300s ease;
          transition:         transform .300s ease;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  text-align: center;
  color: #fff;
  border-radius: 5px 0 0 5px;
  background: #ed699c;
}
.lnk_txt {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  text-align: right;
}
.tpmgn {
  margin-top: 50px;
  }
.lnk_txt a{
  -webkit-transition: opacity .300s ease;
  transition: opacity .300s ease;
  opacity: 1.0;
}
.lnk_txt p:before{
  color: #e84383;
  font-family: 'iconsfont';
  display: inline-block;
  content: '\E653';
  vertical-align: middle;
}
@media screen and (max-width: 1039px) {
.lnk_txt {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-right: 5%;
  margin-left: 5%;
  max-width: 90%;
  text-align: left;
	}
}
@media screen and (max-width: 768px) {
  .tp_scroll_top {
    display: block;
  }
  .tpmgn {
  margin-top: 0;
  }

}
.tp_scroll_top_in {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.tp_scroll_top_icon {
  font-size: 40px;
  display: block;
  overflow: hidden;
  height: 20px;
  margin-top: 5px;
}
.tp_scroll_top_icon:before {
  display: block;
  margin-top: -20px;
}
.tp_scroll_top_text {
  font-size: 10px;
  display: inline-block;
  text-align: left;
}
.tp_footer {
  position: relative;
  background: #fff;
}
.tp_footer_bgcolor {
  /*padding-top: 80px;*/
  padding-top: 0;
}
@media screen and (max-width: 668px) {
  .tp_footer_bgcolor {
    padding-top: 30px;
  }
}
.tp_footer_btn_area {
  padding-top: 20px;
  background: #e84383;
}
.tp_footer_btn_area_info {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tp_footer_btn_area_info {
    font-size: 14px;
  }
}
.tp_footer_btn_area_section {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px 0;
}
@media screen and (max-width: 1039px) {
  .tp_footer_btn_area_section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 668px) {
  .tp_footer_btn_area_section {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.tp_footer_btn_area_section_inner {
  margin-top: -30px;
  margin-right: -15px;
  margin-left: -15px;
  letter-spacing: -1em;
}
@media screen and (max-width: 668px) {
  .tp_footer_btn_area_section_inner {
    margin-top: -10px;
    margin-right: 0;
    margin-left: 0;
  }
}
.tp_footer_btn_area_section .tp_btn_wrap {
  display: inline-block;
  width: 33.333%;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  vertical-align: middle;
  letter-spacing: normal;
}
@media screen and (min-width: 981px) {
  .tp_footer_btn_area_section .tp_btn_wrap:nth-child(7) {
    margin-left: 17%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .tp_footer_btn_area_section .tp_btn_wrap {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 669px) and (max-width: 768px) {
  .tp_footer_btn_area_section .tp_btn_wrap {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 668px) {
  .tp_footer_btn_area_section .tp_btn_wrap {
    display: block;
    float: none;
    width: 300px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.tp_footer_btn_area_section .tp_btn_bg {
  height: 70px;
  border-radius: 5px;
  background: #fff;
}
.tp_footer_btn_area_section .tp_btn_list {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
  color: #e84383;
}
.tp_footer_btn_area_section .tp_btn_list:hover {
  text-decoration: none;
  opacity: .7;
}
.tp_footer_btn_area_section .tp_btn_list_icon {
  font-size: 26px;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 100%;
  vertical-align: middle;
}
.tp_footer_btn_area_section .tp_btn_list_icon:before {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -20px;
}
.tp_footer_btn_area_section .tp_btn_list_2 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-transition: opacity .300s ease;
    transition: opacity .300s ease;
    opacity: 1.0;
    color: #e84383;
}
.tp_footer_btn_area_section .tp_btn_list_icon2 {
  font-size: 26px;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 100%;
  vertical-align: middle;
}
.tp_footer_btn_area_section .tp_btn_list_icon2:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 21px;
  top: 28%;
  display: block;
  background: url('../images/icon_footer_08.png') center 0 no-repeat;
}
.tp_footer_btn_area_section .tp_btn_list_icon.tp_icon_checkbox {
  font-size: 22px;
}
.tp_footer_btn_area_section .tp_btn_list_icon.tp_icon_checkbox:before {
  margin-top: -19px;
  margin-left: 2px;
}
.tp_footer_btn_area_section .tp_btn_list_icon.tp_icon_book {
  font-size: 23px;
}
.tp_footer_btn_area_section .tp_btn_list_icon.tp_icon_book:before {
  margin-top: -17px;
  margin-left: 2px;
}
.tp_footer_btn_area_section .tp_btn_list_inner {
  display: inline-block;
  width: 100%;
  margin-left: -40px;
  padding-left: 40px;
  vertical-align: middle;
}
.tp_footer_btn_area_section .tp_btn_list_inner_notes {
  font-size: 12px;
  line-height: 1.2;
  display: block;
}
.tp_footer_btn_area_section .tp_btn_list_inner_text {
  font-size: 19px;
  font-weight: bold;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .tp_footer_btn_area_section .tp_btn_list_inner_text {
    line-height: 19px;
    margin-top: 3px;
  }
}
.tp_footer_btn_area .tp_pagetopbtn {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.tp_footer_btn_area .tp_pagetopbtn_inner {
  display: inline-block;
  cursor: pointer;
}
.tp_footer_btn_area .tp_pagetopbtn_inner:hover .tp_pagetopbtn_icon {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.tp_footer_btn_area .tp_pagetopbtn_icon {
  font-size: 40px;
  line-height: 1;
  display: block;
  -webkit-transition: -webkit-transform .300s ease;
          transition:         transform .300s ease;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.tp_footer_btn_area .tp_pagetopbtn_text {
  font-size: 14px;
  display: block;
  margin-top: -15px;
}
.tp_footer_link {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px 15px;
}
.tp_footer_link_inner {
  float: left;
  width: 100%;
  margin-left: -100px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .tp_footer_link_inner {
    float: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.tp_footer_link_box {
  float: left;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .tp_footer_link_box {
    float: left;
    width: 33.333%;
  }
}
@media screen and (max-width: 668px) {
  .tp_footer_link_box {
    float: none;
    width: 100%;
  }
}
.tp_footer_link_box_list {
  font-size: 13px;
  margin-top: .5em;
}
.tp_footer_link_box_list a,
.tp_footer_link_box_list span {
  color: #e84383;
}
.tp_footer_link_box_list a:before,
.tp_footer_link_box_list span:before {
  font-family: 'iconsfont';
  display: inline-block;
  content: '\E653';
  vertical-align: middle;
}
.tp_footer_link_box_list a {
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
}
.tp_footer_link_box_list a:hover {
  text-decoration: none;
  opacity: .7;
}
.tp_footer .tp_logo_wrap {
  float: right;
  width: 80px;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
}
.tp_footer .tp_logo_wrap:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .tp_footer .tp_logo_wrap {
    display: block;
    float: none;
    width: 40px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
.tp_footer_copyright {
  font-size: 10px;
  padding-bottom: 1em;
  text-align: center;
  color: #666;
}
.tp_mainvisual_inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.tp_uui_notes {
  font-size: 12px;
  width: 100%;
  max-width: 1000px;
  margin-top: .5em;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  color: #777;
}
.tp_content {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .tp_content {
    margin-top: 20px;
  }
}
.tp_content_inner {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.tp_subnavi {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0;
  width: 130px;
  padding-bottom: 1px;
  -webkit-transition: -webkit-transform .300s ease;
          transition:         transform .300s ease;
  -webkit-transform: translateX(130px);
      -ms-transform: translateX(130px);
          transform: translateX(130px);
}
@media screen and (max-width: 768px) {
  .tp_subnavi {
    display: none;
  }
}
.tp_subnavi_box {
  display: block;
  width: 140px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: -webkit-transform .300s ease, opacity .300s ease;
          transition:         transform .300s ease, opacity .300s ease;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  text-decoration: none;
  opacity: 1;
  color: #e84383;
  border: 1px solid #e84383;
  border-right: none;
  border-radius: 10px 0 0 10px;
  background: #fff;
}
.tp_subnavi_box_icon {
  font-size: 24px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.tp_subnavi_box_icon.tp_icon_checkbox {
  font-size: 19px;
  margin-top: 2px;
}
.tp_subnavi_box_icon.tp_icon_checkbox:before {
  margin-left: 2px;
}
.tp_subnavi_box_icon.tp_icon_book {
  font-size: 21px;
  margin-top: 2px;
}
.tp_subnavi_box_icon.tp_icon_book:before {
  margin-left: 2px;
}
.tp_subnavi_box_text {
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .tp_subnavi_box_text {
    margin-top: 3px;
  }
}
.tp_subnavi_in {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.tp_subnavi_in .tp_subnavi_box:hover {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  text-decoration: none;
  opacity: .7;
}
.tp_colorbox_link {
  display: none;
}
@media screen and (max-width: 668px) {
  .tp_colorbox_link {
    display: inline-block;
  }
}
.tp_wave {
  width: 100%;
  height: 12px;
}
.tp_wave_white {
  -webkit-animation: wave_anime 10s linear infinite;
          animation: wave_anime 10s linear infinite;
  background: url('../images/wave_white.png') repeat-x;
  background-position: 0 0;
  -webkit-background-size: 331px 12px;
          background-size: 331px 12px;
}

.tp_wave_pink {
  -webkit-animation: wave_anime 10s linear infinite;
          animation: wave_anime 10s linear infinite;
  background: url('../images/wave_pink.png') repeat-x;
  background-position: 0 0;
  -webkit-background-size: 331px 12px;
          background-size: 331px 12px;
}
.tp_wave_pink_ver2 {
  -webkit-animation: wave_anime 10s linear infinite;
          animation: wave_anime 10s linear infinite;
  background: url('../images/wave_pink_ver02.png') repeat-x;
  background-position: 0 0;
  -webkit-background-size: 331px 12px;
          background-size: 331px 12px;
}
.tp_wave_light_pink_top {
  -webkit-animation: wave_anime 10s linear infinite;
          animation: wave_anime 10s linear infinite;
  background: url('../images/wave_light_pink_top.png') repeat-x;
  background-position: 0 0;
  -webkit-background-size: 331px 12px;
          background-size: 331px 12px;
}
.tp_wave_light_pink_btm {
  -webkit-animation: wave_anime 10s linear infinite;
          animation: wave_anime 10s linear infinite;
  background: url('../images/wave_light_pink_bottom.png') repeat-x;
  background-position: 0 0;
  -webkit-background-size: 331px 12px;
          background-size: 331px 12px;
}

@-webkit-keyframes wave_anime {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: -331px 0, 0 0;
  }
}
@keyframes wave_anime {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: -331px 0, 0 0;
  }
}
.tp_wave + .tp_content {
  margin-top: 0;
}
.tp_mask {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: .9;
  background: #222;
}
.tp_slide_arrow {
  font-size: 13px;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 40px;
  margin-top: -40px;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: #e84383;
}
@media screen and (max-width: 768px) {
  .tp_slide_arrow {
    top: 25%;
  }
}
@media screen and (max-width: 668px) {
  .tp_slide_arrow {
    font-size: 12px;
    top: 120px;
    width: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tp_slide_arrow span {
    line-height: 1;
    display: block;
  }
}
.tp_slide_arrow_prev {
  left: 0;
  border-radius: 100px 0 0 100px;
}
@media screen and (max-width: 668px) {
  .tp_slide_arrow_prev {
    border-radius: 0 100px 100px 0;
  }
}
.tp_slide_arrow_next {
  right: 0;
  border-radius: 0 100px 100px 0;
}
@media screen and (max-width: 668px) {
  .tp_slide_arrow_next {
    border-radius: 100px 0 0 100px;
  }
}
.tp_slide_dots {
  display: block;
  width: 100%;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .tp_slide_dots {
    position: absolute;
    top: 330px;
    left: 0;
    margin-top: 0;
    text-align: center;
  }
}
.tp_slide_dots li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-radius: 50%;
  background: #fff;
}
.tp_slide_dots li:first-child {
  margin-left: 0;
}
.tp_slide_dots li.slick-active {
  background: #e84383;
}
.tp_slide_dots li button {
  display: none;
}
.tp_slide_pager {
  font-size: 14px;
  font-weight: bold;
  color: #e84383;
}
.tp_search_map_wrap {
  width: 1050px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.tp_search_text_wrap {
  width: 100%;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
  padding: 0 15px;
}
.tp_search_text_p {
  font-size: 13px;
  line-height: 1.65em;
  padding-top: 1em;
}
.tp_search_btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .tp_search_btn {
    margin-top: 30px;
  }
}
.tp_search_btn_box {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 12px;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  text-align: center;
  opacity: 1.0;
  border: 1px solid #e84383;
  border-radius: 5px;
  background: #fff;
}
.tp_search_btn_box:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .tp_search_btn_box {
    width: 280px;
  }
}
.tp_search_btn_box .tp_icon {
  font-size: 24px;
  margin-left: -10px;
}
.tp_search_btn_box .tp_icon:before {
  vertical-align: middle;
}
.tp_search_btn_box .tp_simulation_movie_btn_box_text {
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  .tp_search_btn_box .tp_simulation_movie_btn_box_text {
    display: inline-block;
    margin-top: 5px;
    vertical-align: middle;
  }
}
.tp_search_btn_box .tp_arrow {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

/*********************
colorbox
*********************/
/*********************
  INDEX
*********************/
.page_index .tp {
  /*********************
    mainvisual
  *********************/
  /*********************
    movie
  *********************/
  /*********************
    scroll
  *********************/
  /*********************
    content
  *********************/
  /*********************
    trouble
  *********************/
  /*********************
    relation
  *********************/
  /*********************
    etc
  *********************/
}



/* top_new_kv_wrap */
.page_index .top_new_kv_wrap {
  overflow: hidden;
  background: url('../images/index/bg_renew2.jpg') repeat-x center top;
}
.page_index .top_new_kv_wrap .top_new_kv_box {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background: url('../images/index/copy_1458.svg') no-repeat 424px 30px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2){
	.page_index .top_new_kv_wrap .top_new_kv_box {
	  background: url('../images/index/copy-2x.svg') no-repeat 424px 30px;
	  background-size: 41%;
	}
}
.page_index .top_new_kv_wrap .top_new_kv_box .col {
  float: left;
  box-sizing: border-box;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.left {
  width: 45.5%;
  padding-top: 0;
  background: url('../images/index/movie_img.png') no-repeat 145px 0;
  height: 350px;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.left img {
  vertical-align: bottom;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.center {
  width: 30.5%;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.right {
  width: 24%;
  margin-left: 58px;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box {
  position: relative;
  top: -20px;
  width: 400px;
  height: 400px;
  margin-top: -80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 3px 1px 2px rgba(0, 0, 0, .15);
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text {
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  width: 314px;
  margin-top: -40px;
  margin-left: -143px;
  letter-spacing: -.05em;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line {
  font-weight: bold;
  line-height: 3em;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line.link_btn {
  display: none;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line .gray {
  font-size: 34px;
  color: #333;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line .pink {
  font-size: 44px;
  color: #e84383;
  width: 360px;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.right span a{
  display: block;
  box-sizing: border-box;
  width: 236px;
  margin-top: 210px;
  padding-top: 5px;
  padding-bottom: 5px;
  /*text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #e84b85;
  transition-duration: 0.3s;*/
  cursor: pointer;
  height: 38px;
  background: url(../images/index/cta.svg) no-repeat;
  background-size: contain;

}
@supports (-ms-ime-align: auto) {
.page_index .top_new_kv_wrap .top_new_kv_box .col.right span a{
  margin-top: 210px;
}
}
/*.page_index .top_new_kv_wrap .top_new_kv_box .col.right span a{
  display:block;
}*/
.page_index .top_new_kv_wrap .top_new_kv_box .col.right span a:hover {
  opacity: 0.7;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.right .text {
  display: inline-block;
  margin-right: 26px;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.right .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.page_index .top_new_kv_wrap .top_new_kv_box .col.center .movie_link {
  display: none;
}

@media screen and (max-width: 1020px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.left {
    padding-top: 25px;
    padding-left: 20px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center {
    /*width: 46.5%;*/
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right {
    width: 26%;
    margin-right: 0;
    margin-left: 9%;
  }
  
}
@media screen and (max-width: 960px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right span {
  }
}
@media screen and (max-width: 910px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right span {

  }
}
@media screen and (max-width: 890px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right span {
  }
}
@media screen and (max-width: 850px) {
  .page_index .top_new_kv_wrap .top_new_kv_box {
    background-position: 330px 30px;
    background-size: 49%;
	}
  .page_index .top_new_kv_wrap .top_new_kv_box .col.left {
    width: 50%;
    background-position: 50px 5px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center {
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right {
	margin: 0;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box {
    position: relative;
    width: 350px;
    height: 350px;
    margin-top: -55px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right span {
    margin-top: 200px;
    margin-left: auto;
	}
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text {
    width: 250px;
    margin-left: -125px;
    letter-spacing: -.05em;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line {
    line-height: 2.5em;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line .gray {
    font-size: 28px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line .pink {
    font-size: 38px;
  }
}
@media screen and (max-width: 800px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box {
    margin-top: -60px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right a {
    margin-top: 255px;
    margin-left: 16%;
  }
}
@media screen and (max-width: 767px) {
  .page_index .top_new_kv_wrap {
    margin-top: 0;
    background: url(../images/index/bg_renew_sp.png) no-repeat center top;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 47.73%;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box {
    background: none;
    margin-top: -47.73%;
    }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.left{
    background: none;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center {
    }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box {
    position: relative;
    top: -37px;
    width: 260px;
    height: 260px;
    margin-top: 30px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text {
    width: 210px;
    margin-left: -105px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line {
    line-height: 2em;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line .gray {
    font-size: 23px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line .pink {
    font-size: 33px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right span {
    margin-top: 235px;
    margin-left: auto;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .movie_link .link a {
    position: absolute;
	top: 33vw;
    left: 36%;
    display: block;
    /*width: 67%;
    padding: 8px;
    text-align: center;
    border-radius: 4px;
    background: #e34d85;
    transition-duration: 0.3s;
    cursor: pointer;
    font-size: 10px;*/
	background: url(../images/index/cta_sp.svg) no-repeat 0 top;
	background-size: contain;
	height: 27px;
	width: 67%;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .movie_link .link a:hover {
    opacity: 0.7;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .movie_link .link .text {
    font-weight: bold;
    display: inline-block;
    color: #fff;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .movie_link .link .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 4.5px 0 4.5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
  }

}
@media screen and (max-width: 730px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.left {
    width: 33.5%;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center {
    width: 35.5%;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right {
    width: 29%;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right a {
    margin-top: 30vw !important;
    margin-left: 56%;
  }

}
@media screen and (max-width: 700px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box {
    position: relative;
    top: -35px;
    width: 240px;
    height: 240px;
    margin-top: 30px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text {
    width: 190px;
    margin-left: -95px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line {
    line-height: 2em;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line .gray {
    font-size: 20px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line .pink {
    font-size: 30px;
  }

}
@media screen and (max-width: 670px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right a {
    width: 180px;
    margin-top: 29vw !important;
    margin-left: 50%;
  }
}
@media screen and (max-width: 600px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.left {
    width: 33.5%;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center {
    width: 35.5%;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box {
    position: relative;
    top: 0;
    width: 200px;
    height: 200px;
    margin-top: 0;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text {
    width: 160px;
    margin-left: -80px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line {
    line-height: 1.8em;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line:first-child+*+* {
    line-height: 1em;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line .gray {
    font-size: 16px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line .pink {
    font-size: 26px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right {
    width: 29%;
    transition-duration: .3s;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right span {
    margin-top: 185px;
    margin-left: 45%;
      }
    .page_index .top_new_kv_wrap .top_new_kv_box .col.center .movie_link .link {
    top: 163px;
    left: 37%;
  }
}
@media screen and (max-width: 520px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.left {
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center {
    width: 55%;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box {
    top: 0;
    width: 230px;
    height: 230px;
    margin-top: -10px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text {
    margin-top: -62px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .movie_link {
    position: relative;
    display: block;
    height: 150px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.right {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.left {
    padding-top: 15px;
    padding-left: 15px;
    width: 45%;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box {
    top: 0;
    width: 210px;
    height: 210px;
    margin-top: -10px;
  }
    .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text {
      margin-left: -75px;
    }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .movie_link .link {
     left:10%;
    top: 90%;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .movie_link .link a {
	top: 32vw;
	left: 7%;
	}

}
@media screen and (max-width: 380px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.left {
    padding-top: 10px;
    padding-left: 10px;
    width: 45%;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box {
    top: 0;
    width: 180px;
    height: 180px;
    margin-top: -5px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .movie_link .link {
	left: 7%;
	padding: 0;
    top: 124px;
  }

  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line .gray {
    font-size: 14px;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text .line .pink {
    font-size: 24px;
    line-height: 0;
  }
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box .text {
    width: 145px;
    margin-left: -66px;
  }

}
@media screen and (max-width: 370px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .movie_link .link {
    top: 77%;
  }
}
@media screen and (max-width: 350px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box {
    top: -3px;
    width: 180px;
    height: 180px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 340px) {
  .page_index .top_new_kv_wrap .top_new_kv_box .col.center .round_box {
    width: 170px;
    height: 170px;
    margin-top: 0px;
  }
    .page_index .top_new_kv_wrap .top_new_kv_box .col.center .movie_link .link a {
	top: 32.5vw;
	}
  
}
/* /top_new_kv_wrap */
/* underlayer_kv */
.underlayer_kv {
  overflow: hidden;
  height: 180px;
  background: #ffa1c7;
}
.underlayer_kv .wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.underlayer_kv .wrap .text_wrap {
  float: left;
  width: 70%;
  color: #fff;
}
.underlayer_kv .wrap .text_wrap .table {
  width: 100%;
  padding-top: 35px;
  vertical-align: middle;
}
.page_notfound .underlayer_kv .wrap .text_wrap .table {
  padding-top: 65px;
}
.underlayer_kv .wrap .text_wrap .table .text01 {
  font-size: 38px;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding-left: 20px;
}
.underlayer_kv .wrap .text_wrap .table .text02 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.underlayer_kv .wrap .kv_img {
  float: right;
  width: 28%;
  margin-top: -40px;
}
.underlayer_kv .wrap .kv_img .table {
  position: relative;
  overflow: hidden;
  width: 280px;
  height: 280px;
  border-radius: 50%;
}
.underlayer_kv .wrap .kv_img .table img {
  position: absolute;
  top: 50%;
  margin-top: -140px;
}
.underlayer_kv_wave {
  position: relative;
  z-index: 2;
  margin-top: -12px;
}
@media screen and (max-width: 1020px) {
  .underlayer_kv .wrap .text_wrap {
    padding-left: 20px;
  }
  .underlayer_kv .wrap .kv_img {
    padding-right: 20px;
  }
  .underlayer_kv .wrap .kv_img .table {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
  .underlayer_kv .wrap .kv_img .table img {
    margin-top: -120px;
  }
  .underlayer_kv .wrap .text_wrap .table .text02 {
    line-height: 1.3em;
  }
}
@media screen and (max-width: 900px) {
  .underlayer_kv {
    height: auto;
  }
  .underlayer_kv .wrap .text_wrap {
    width: 100%;
    padding-right: 20px;
  }
  .underlayer_kv .wrap .text_wrap .table {
    padding-bottom: 35px;
  }
  .underlayer_kv .wrap .kv_img {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .underlayer_kv .wrap .text_wrap .table .text01 {
    font-size: 22px;
    min-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .underlayer_kv .wrap .text_wrap .table .text02 {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* /underlayer_kv */
.page_index .top_banner_wrap {
  position: relative;
  z-index: 10;
  margin-top: -70px;
}
.page_index .top_banner_wrap.kv_ver {
  margin-top: -70px;
}
.page_index .top_banner_wrap .top_banner_block {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #ffe0ea;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 0;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner {
  display: inline-block;
  width: 46%;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner a {
  display: block;
  box-sizing: border-box;
  margin-right: 2%;
  margin-left: 2%;
  padding: 10px;
  border: 1px solid #e84383;
  border-radius: 4px;
  background: #fff;
  transition-duration: 0.3s;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner a:hover {
  opacity: 0.7;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner.ver02 a {
  background: #e84383;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .icon {
  float: left;
  box-sizing: border-box;
  width: 21.73%;
  text-align: center;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .icon img {
  max-width: 46px;
  vertical-align: bottom;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box {
  float: left;
  box-sizing: border-box;
  width: 69.21%;
  text-align: center;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box .text01 {
  font-size: 18px;
  line-height: 1em;
  display: block;
  padding-bottom: 5px;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box .text02 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1em;
  display: block;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner.ver02 .text_box .text01 {
  color: #fff;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner.ver02 .text_box .text02 {
  color: #fff;
}

.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .arrow_box {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 8.6%;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .arrow_box .arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  border-width: 8px 0 8px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #e84382;
}
.page_index .top_banner_wrap .top_banner_block .top_banner_box .banner.ver02 .arrow_box .arrow {
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 1000px) {
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .icon {
    width: 15.73%;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box {
    width: 75.21%;
  }
}
@media screen and (max-width: 920px) {
  .page_index .top_banner_wrap .top_banner_block .top_banner_box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner {
    float: none;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner:first-child {
    margin-top: 0;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_index .top_banner_wrap.kv_ver {
    margin-top: -50px;
  }
}
@media screen and (max-width: 700px) {
  .page_index .top_banner_wrap.kv_ver {
    margin-top: -31px;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box .text01 {
    font-size: 14px;
    line-height: 1.2em;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box .text02 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .icon img {
    max-width: 40px;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 550px) {
  .page_index .top_banner_wrap.kv_ver {
    margin-top: -3px;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner a {
    margin-right: 0;
    margin-left: 0;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .icon img {
    max-width: 35px;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .icon {
    width: 12.73%;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box {
    width: 77.21%;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box .text01 {
    font-size: 12px;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box .text02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .page_index .top_banner_wrap .tp_wave_light_pink_top,
  .page_index .top_banner_wrap .tp_wave_light_pink_btm {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .icon {
    padding-right: 5px;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .icon img {
    max-width: 100%;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box .text01 {
    line-height: 1.1em;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box .text02 {
    line-height: 1.1em;
  }
}
@media screen and (max-width: 430px) {
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box .text01 {
    font-size: 10px;
    line-height: 1.1em;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box .text02 {
    font-size: 14px;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 360px) {
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .icon img {
    max-width: 20px;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box {
    width: 80.21%;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box .text01 {
    letter-spacing: -.05em;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .text_box .text02 {
    letter-spacing: -.05em;
  }
  .page_index .top_banner_wrap .top_banner_block .top_banner_box .banner .arrow_box {
    width: 5.6%;
  }
}
/*共通タイトル*/
.common_ttl01 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  background: url('../images/top_line01.png') no-repeat bottom left;
}
.common_ttl01 .text_box {
  box-sizing: border-box;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.common_ttl01 .text_box .text {
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: -.05em;
}
.common_ttl01 .text_box .text.coler01 {
  font-size: 30px;
  color: #333;
}
.common_ttl01 .text_box .text.coler01.small {
  font-size: 21px;
}
.common_ttl01 .text_box .text.coler02 {
  font-size: 30px;
  color: #e84383;
}
@media screen and (max-width: 980px) {
  .common_ttl01 .text_box {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1;
  }
  .common_ttl01 .text_box .text .new_line {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .common_ttl01 .text_box .text.coler01 {
    font-size: 20px;
    color: #333;
  }
  .common_ttl01 .text_box .text.coler01.small {
    font-size: 14px;
  }
  .common_ttl01 .text_box .text.coler02 {
    font-size: 20px;
    color: #e84383;
  }
}
@media screen and (max-width: 420px) {
  .common_ttl01 {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 2px;
    border-bottom: 3px solid #e84383;
    background: none;
  }
  .common_ttl01 .text_box .text.coler01 {
    font-size: 18px;
  }
  .common_ttl01 .text_box .text.coler01.small {
    font-size: 12px;
  }
  .common_ttl01 .text_box .text.coler02 {
    font-size: 18px;
  }
}
/*共通タイトルの上下の空き*/
.common_ttl01.index_contens01 {
  margin-top: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 420px) {
  .common_ttl01.index_contens01 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
/* */
.tp_breadcrumb.new_version {
  margin-bottom: 10px;
}
/*インデックスの2カラム部分*/
.index_col02_wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.index_col02_wrap .col {
  float: left;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 10px;
  padding: 0 20px;
}
.index_col02_wrap .col .ttl_text {
  line-height: 50px;
  position: relative;
  height: 50px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
}
.index_col02_wrap .col.ver_uui .ttl_text {
  background: #e84383;
}
.index_col02_wrap .col.ver_abdominal .ttl_text {
  background: #009f87;
}
.index_col02_wrap .col.ver_uui .ttl_text .coler01 {
  font-size: 36px;
}
.index_col02_wrap .col.ver_uui .ttl_text .coler02 {
  font-size: 29px;
}
.index_col02_wrap .col.ver_abdominal .ttl_text .coler01 {
  font-size: 26px;
  font-weight: normal;
}

.index_col02_wrap .col .ing img {
  vertical-align: bottom;
}

.index_col02_wrap .col .ing img.sp_ver {
  display: none;
}
.index_col02_wrap .col .text_box {
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 5px;
}
.index_col02_wrap .col.ver_uui .text_box .coler01 {
  font-size: 28px;
  text-decoration: underline;
  color: #e84383;
}
.index_col02_wrap .col.ver_uui .text_box .coler02 {
  font-size: 23px;
}
.index_col02_wrap .col.ver_abdominal .text_box .coler01 {
  font-size: 24px;
  color: #009f87;
}
.index_col02_wrap .col.ver_abdominal .text_box .coler02 {
  font-size: 20px;
}
.index_col02_wrap .col .list_box {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
}
.index_col02_wrap .col.ver_uui .list_box {
  background: #fff6f9;
}
.index_col02_wrap .col.ver_abdominal .list_box {
  background: #e6f9f6;
}
.index_col02_wrap .col .list_box .line:first-child {
  margin-top: 0;
}
.index_col02_wrap .col .list_box .line {
  margin-top: 5px;
  padding-left: 25px;
}
.index_col02_wrap .col.ver_uui .list_box .line {
  background: url('../images/check_icon01_pc.png') no-repeat top left;
}
.index_col02_wrap .col.ver_abdominal .list_box .line {
  background: url('../images/check_icon02_pc.png') no-repeat top left;
}
.index_col02_wrap .col .uncer_arrow {
  text-align: center;
}
.index_col02_wrap .col .uncer_arrow span {
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: 20px;
  vertical-align: bottom;
  border-width: 35px 40px 0 40px;
  border-style: solid;
}
.index_col02_wrap .col.ver_uui .uncer_arrow span {
  border-color: #f477a9 transparent transparent transparent;
}
.index_col02_wrap .col.ver_abdominal .uncer_arrow span {
  border-color: #84cec2 transparent transparent transparent;
}
.index_col02_wrap .col .card_box {
  padding: 15px 10px 25px 10px;
  border-radius: 4px;
}
.index_col02_wrap .col.ver_uui .card_box {
  border: 2px solid #e84383;
}
.index_col02_wrap .col.ver_abdominal .card_box {
  border: 2px solid #009f87;
}

.index_col02_wrap .col .card_box .card_ttl {
  line-height: 2.5em;
  padding-bottom: 3px;
  text-align: center;
}
.index_col02_wrap .col.ver_uui .card_box .card_ttl {
  border-bottom: 3px dotted #e84383;
}
.index_col02_wrap .col.ver_abdominal .card_box .card_ttl {
  border-bottom: 3px dotted #009f87;
}
.index_col02_wrap .col.ver_uui .card_box .card_ttl .coler01 {
  font-size: 30px;
  color: #e84383;
}
.index_col02_wrap .col.ver_uui .card_box .card_ttl .coler02 {
  font-size: 24px;
}
.index_col02_wrap .col.ver_abdominal .card_box .card_ttl .coler01 {
  font-size: 24px;
  color: #009f87;
}
.index_col02_wrap .col.ver_abdominal .card_box .card_ttl .coler02 {
  font-size: 19px;
}
.index_col02_wrap .col .card_box .card_ttl .img {
  display: inline-block;
  width: 33px;
  height: 16px;
}
.index_col02_wrap .col.ver_uui .card_box .card_ttl .img {
  background: url('../images/arrow_icon01.png');
}
.index_col02_wrap .col.ver_abdominal .card_box .card_ttl .img {
  background: url('../images/arrow_icon02.png');
}
.index_col02_wrap .col.ver_uui .card_box .card_list {
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 45px;
  padding-left: 108px;
  background: url('../images/index_col2_img01.jpg') no-repeat center left;
}
.index_col02_wrap .col.ver_abdominal .card_box .card_list {
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 45px;
  padding-left: 13px;
  background: none;
}
.index_col02_wrap .col .card_box .card_list .line:first-child {
  margin-top: 0;
}
.index_col02_wrap .col .card_box .card_list .line {
  margin-top: 5px;
  padding-left: 25px;
}
.index_col02_wrap .col.ver_uui .card_box .card_list .line {
  background: url('../images/check_icon01_pc.png') no-repeat top left;
}
.index_col02_wrap .col.ver_abdominal .card_box .card_list .line {
  background: url('../images/check_icon02_pc.png') no-repeat top left;
}
.index_col02_wrap .col .card_box .card_list .line .text01 {
  font-weight: bold;
}
.index_col02_wrap .col.ver_uui .card_box .card_list .line .text01 {
  color: #e84383;
}
.index_col02_wrap .col.ver_abdominal .card_box .card_list .line .text01 {
  color: #009f87;
}
.index_col02_wrap .col .card_box .link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.index_col02_wrap .col .card_box .link {
  font-weight: bold;
  position: relative;
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  transition-duration: 0.3s;
}
.index_col02_wrap .col.ver_uui .card_box .link {
  background: #e84383;
}
.index_col02_wrap .col.ver_abdominal .card_box .link {
  background: #009f87;
}
.index_col02_wrap .col .card_box .link .text .new_line {
  display: none;
}
.index_col02_wrap .col .card_box .link:after {
  position: absolute;
  right: 15px;
  display: inline-block;
  height: 0;
  margin-top: 3px;
  content: ' ';
  border-width: 8px 0 8px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.index_col02_wrap .col .card_box .link .text {
  font-size: 22px;
  line-height: 1.2em;
  color: #fff;
}

.index_col02_alert {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}
.index_col02_alert .indent_text {
  margin-left: 1em;
  padding-right: 2%;
  padding-left: 2%;
  text-indent: -1em;
  letter-spacing: -.05em;
}
@media screen and (max-width: 900px) {
  .index_col02_wrap .col.ver_uui .ttl_text .coler01 {
    font-size: 32px;
  }
  .index_col02_wrap .col.ver_uui .ttl_text .coler02 {
    font-size: 28px;
  }
  .index_col02_wrap .col .text_box .new_line {
    display: none;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_ttl .coler01 {
    font-size: 25px;
    color: #e84383;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_ttl .coler02 {
    font-size: 19px;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_list {
    padding-left: 13px;
    background: none;
  }
  .index_col02_wrap .col .card_box .link .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .index_col02_wrap .col.ver_uui .ttl_text .coler01 {
    font-size: 28px;
  }
  .index_col02_wrap .col.ver_uui .ttl_text .coler02 {
    font-size: 24px;
  }
  .index_col02_wrap .col.ver_abdominal .ttl_text .coler01 {
    font-size: 22px;
  }
  .index_col02_wrap .col .card_box .card_ttl .img {
    display: block;
    width: 0;
    height: 0;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    border-width: 18px 21px 0 21px;
    border-style: solid;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_ttl .img {
    border-color: #e84382 transparent transparent transparent;
    background: none;
  }
  .index_col02_wrap .col.ver_abdominal .card_box .card_ttl .img {
    border-color: #009f87 transparent transparent transparent;
    background: none;
  }
  .index_col02_wrap .col .card_box .link .text {
    font-size: 16px;
    line-height: 1.2em;
    color: #fff;
  }
}
@media screen and (max-width: 730px) {
  .index_col02_wrap .col .card_box .link .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .index_col02_wrap .col.ver_uui {
    padding: 2% 1.5% 0 2%;
  }
  .index_col02_wrap .col.ver_abdominal {
    padding: 2% 2% 0 1.5%;
  }
  .index_col02_wrap .col.ver_uui .ttl_text .coler01 {
    font-size: 24px;
  }
  .index_col02_wrap .col.ver_uui .ttl_text .coler02 {
    font-size: 20px;
  }
  .index_col02_wrap .col.ver_abdominal .ttl_text .coler01 {
    font-size: 18px;
  }
  .index_col02_wrap .col .ing {
    margin-bottom: 15px;
  }
  .index_col02_wrap .col .ing img.pc_ver {
    display: none;
  }
  .index_col02_wrap .col .ing img.sp_ver {
    display: block;
  }
  .index_col02_wrap .col.ver_uui .text_box .coler01 {
    font-size: 24px;
  }
  .index_col02_wrap .col.ver_uui .text_box .coler02 {
    font-size: 19px;
  }
  .index_col02_wrap .col.ver_abdominal .text_box .coler01 {
    font-size: 20px;
  }
  .index_col02_wrap .col.ver_abdominal .text_box .coler02 {
    font-size: 16px;
  }
  .index_col02_wrap .col .list_box .line {
    font-size: 14px;
  }
  .index_col02_wrap .col.ver_abdominal .card_box .card_ttl {
    border-bottom: 3px dotted #009f87;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_ttl .coler01 {
    font-size: 21px;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_ttl .coler02 {
    font-size: 15px;
  }
  .index_col02_wrap .col.ver_abdominal .card_box .card_ttl .coler01 {
    font-size: 20px;
  }
  .index_col02_wrap .col.ver_abdominal .card_box .card_ttl .coler02 {
    font-size: 15px;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_list,
  .index_col02_wrap .col.ver_abdominal .card_box .card_list {
    padding-bottom: 15px;
  }
  .index_col02_alert .indent_text {
    font-size: 12px;
    margin-left: 1em;
    padding-right: 3%;
    padding-left: 3%;
    text-indent: -1em;
    letter-spacing: -.05em;
  }
  .index_col02_wrap .col .card_box .link .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 646px) {
  .index_col02_wrap .col.ver_abdominal .card_box .card_ttl {
    padding-top: 15px;
  }
}
@media screen and (max-width: 550px) {
  .index_col02_wrap .col.ver_uui .ttl_text .coler01 {
    font-size: 22px;
  }
  .index_col02_wrap .col.ver_uui .ttl_text .coler02 {
    font-size: 18px;
  }
  .index_col02_wrap .col.ver_abdominal .ttl_text .coler01 {
    font-size: 16px;
  }
  .index_col02_wrap .col .uncer_arrow span {
    margin-bottom: 10px;
    border-width: 18px 20px 0 20px;
  }
  .index_col02_wrap .col .card_box .card_ttl .img {
    border-width: 9px 10.5px 0 10.5px;
  }
  .index_col02_wrap .col .list_box {
    margin-bottom: 10px;
    padding: 10px;
  }
  .index_col02_wrap .col .list_box .line:first-child {
    margin-top: 0;
  }
  .index_col02_wrap .col .list_box .line {
    font-size: 12px;
    margin-top: 5px;
  }
  .index_col02_wrap .col.ver_uui .list_box .line {
    padding-left: 17px;
    background: url('../images/check_icon01_sp.png') no-repeat left 2px;
    background-size: 12.5px 12px;
  }
  .index_col02_wrap .col.ver_abdominal .list_box .line {
    padding-left: 17px;
    background: url('../images/check_icon02_sp.png') no-repeat left 2px;
    background-size: 12.5px 12px;
  }
  .index_col02_wrap .col .ing {
    margin-bottom: 5px;
  }
  .index_col02_wrap .col .text_box {
    line-height: 1.5em;
  }
  .index_col02_wrap .col.ver_uui .text_box .coler01 {
    font-size: 20px;
  }
  .index_col02_wrap .col.ver_uui .text_box .coler02 {
    font-size: 15px;
  }
  .index_col02_wrap .col.ver_abdominal .text_box .coler01 {
    font-size: 16px;
  }
  .index_col02_wrap .col.ver_abdominal .text_box .coler02 {
    font-size: 12px;
  }
  .index_col02_wrap .col .card_box {
    padding: 10px 8px 8px 8px;
  }
  .index_col02_wrap .col .card_box .card_ttl {
    line-height: 1.5em;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_ttl .coler01 {
    font-size: 18px;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_ttl .coler02 {
    font-size: 12px;
  }
  .index_col02_wrap .col.ver_abdominal .card_box .card_ttl .coler01 {
    font-size: 17px;
  }
  .index_col02_wrap .col.ver_abdominal .card_box .card_ttl .coler02 {
    font-size: 12px;
  }
  .index_col02_wrap .col .card_box .card_ttl .img {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .index_col02_wrap .col.ver_abdominal .card_box .card_ttl {
    padding-top: 0;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_list,
  .index_col02_wrap .col.ver_abdominal .card_box .card_list {
    padding-top: 10px;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_list .line {
    padding-left: 17px;
    background: url('../images/check_icon01_sp.png') no-repeat left 2px;
    background-size: 12.5px 12px;
  }
  .index_col02_wrap .col.ver_abdominal .card_box .card_list .line {
    padding-left: 17px;
    background: url('../images/check_icon02_sp.png') no-repeat left 2px;
    background-size: 12.5px 12px;
  }
  .index_col02_wrap .col .card_box .card_list .line {
    font-size: 12px;
  }
  .index_col02_wrap .col .card_box .link {
    width: 90%;
  }
  .index_col02_wrap .col .card_box .link:after {
    right: 8px;
    margin-top: 8px;
    border-width: 4px 0 4px 5px;
  }
  .index_col02_wrap .col .card_box .link .text {
    font-size: 11px;
  }
}
@media screen and (max-width: 516px) {
  .index_col02_wrap .col.ver_abdominal .card_box .card_ttl {
    padding-top: 0;
  }
}
@media screen and (max-width: 460px) {
  .index_col02_wrap .col.ver_uui .ttl_text .coler01 {
    font-size: 16px;
  }
  .index_col02_wrap .col.ver_uui .ttl_text .coler02 {
    font-size: 13px;
  }
  .index_col02_wrap .col.ver_abdominal .ttl_text .coler01 {
    font-size: 13px;
  }
  .index_col02_wrap .col .card_box .link .text {
    letter-spacing: -.05em;
  }
}
@media screen and (max-width: 420px) {
  .index_col02_wrap .col .list_box {
    margin-bottom: 10px;
    padding: 7px;
  }
  .index_col02_wrap .col .card_box .link {
    padding: 5px;
  }
  .index_col02_wrap .col .card_box .link:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    height: 0;
    margin: auto;
    margin-top: -4px;
  }
  .index_col02_wrap .col .card_box .link .text .new_line {
    display: block;
  }
  .index_col02_wrap .col .card_box .link {
    line-height: 1.0em;
    width: 95%;
  }
  .index_col02_wrap .col.ver_uui  .card_box .card_list,
  .index_col02_wrap .col.ver_abdominal .card_box .card_list {
    padding-left: 0;
  }
  .index_col02_alert {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 392px) {
  .index_col02_wrap .col.ver_abdominal .card_box .card_ttl {
    padding-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .index_col02_wrap .col .card_box .card_ttl {
    letter-spacing: -.05em;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_ttl .coler01 {
    font-size: 15px;
  }
  .index_col02_wrap .col.ver_uui .card_box .card_ttl .coler02 {
    font-size: 12px;
  }
  .index_col02_wrap .col.ver_abdominal .card_box .card_ttl .coler01 {
    font-size: 14px;
  }
  .index_col02_wrap .col.ver_abdominal .card_box .card_ttl .coler02 {
    font-size: 12px;
  }
}
/*index_col02_description*/
.index_col02_description {
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
}
.index_col02_description .wrap {
  box-sizing: border-box;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 5px;
  background: #f5f4f7;
}
.index_col02_description .wrap .text {
  line-height: 2em;
  margin-bottom: 15px;
}
.index_col02_description .wrap .text .new_line {
  display: block;
}
.index_col02_description .wrap .list .line:before {
  content: '・';
}
.index_col02_description .wrap .list .line {
  line-height: 2em;
}
@media screen and (max-width: 550px) {
  .index_col02_description {
    margin-right: 2%;
    margin-left: 2%;
  }
  .index_col02_description .wrap {
    font-size: 12px;
    padding: 15px 10px;
  }
  .index_col02_description .wrap .text .new_line {
    display: none;
  }
  .index_col02_description .wrap .text .sp_none_line {
    display: none;
  }
  .index_col02_description .wrap .list .line:first-child {
    margin-top: 0;
  }
  .index_col02_description .wrap .list .line {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 10px;
    margin-left: 1em;
    text-indent: -1em;
  }
}
/* /index_col02_description*/
/*dr_description*/
.dr_description {
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
}
.dr_description .wrap {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.dr_description .wrap .ttl {
  line-height: 40px;
  display: inline-block;
  height: 40px;
  padding: 0 37px 0 30px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #e84383;
}
.dr_description .wrap .wrap {
  box-sizing: border-box;
  margin-top: -20px;
  padding: 35px 30px 20px 30px;
  border-radius: 5px;
  background: #fff6f9;
}
.dr_description .wrap .wrap .col.no1 {
  float: left;
  width: 65.77%;
  padding-right: 30px;
}
.dr_description .wrap .wrap .col.no1 .sub_text {
  font-size: 20px;
  line-height: 1.7em;
  padding-left: 52px;
  color: #e84383;
  background: url('../images/dr_icon01_pc.png') no-repeat top left;
}
.dr_description .wrap .wrap .col.no1 .text_box {
  letter-spacing: .07em;
}

.dr_description .wrap .wrap .col.no1 .text_box .coler02 {
  font-weight: bold;
  color: #e84383;
}
.dr_description .wrap .wrap .col.no2 {
  float: left;
  width: 14.46%;
}
.dr_description .wrap .wrap .col.no2 img {
  width: 100%;
  max-width: 130px;
  height: auto;
}

.dr_description .wrap .wrap .col.no2 img.sp_ver {
  display: none;
}
.dr_description .wrap .wrap .col.no3 {
  float: left;
  width: 19.77%;
  padding: 30px 0 0 20px;
}
.dr_description .wrap .wrap .col.no3  .text01 {
  font-size: 16px;
}
.dr_description .wrap .wrap .col.no3  .text02 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 1010px) {
  .dr_description .wrap .wrap .col.no1 {
    width: 62.77%;
  }
  .dr_description .wrap .wrap .col.no2 {
    width: 17.46%;
  }
  .dr_description .wrap .wrap .col.no3 {
    width: 19.77%;
  }
}
@media screen and (max-width: 850px) {
  .dr_description .wrap .wrap .col.no1 {
    width: 55.77%;
  }
  .dr_description .wrap .wrap .col.no2 {
    width: 22.46%;
  }
  .dr_description .wrap .wrap .col.no3 {
    width: 21.77%;
  }
}
@media screen and (max-width: 767px) {
  .dr_description .wrap .wrap .col.no1 {
    width: 51.77%;
  }
  .dr_description .wrap .wrap .col.no2 {
    width: 24.46%;
  }
  .dr_description .wrap .wrap .col.no3 {
    width: 23.77%;
  }
}
@media screen and (max-width: 690px) {
  .dr_description .wrap .wrap .col.no1 {
    width: 47.77%;
  }
  .dr_description .wrap .wrap .col.no2 {
    width: 26.46%;
  }
  .dr_description .wrap .wrap .col.no3 {
    width: 25.77%;
  }
}
@media screen and (max-width: 640px) {
  .dr_description .wrap .wrap .col.no1 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .dr_description .wrap .wrap .col.no2 {
    width: 50%;
    text-align: right;
  }
  .dr_description .wrap .wrap .col.no3 {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .dr_description {
    margin-right: 2%;
    margin-bottom: 15px;
    margin-left: 2%;
  }
  .dr_description .wrap .wrap .col.no1 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .dr_description .wrap .wrap .col.no1 .sub_text {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 5px;
    padding-left: 37px;
    background: url('../images/dr_icon01_sp.png') no-repeat top left;
    background-size: 27px 20px;
  }
  .dr_description .wrap .wrap .col.no1 .text_box {
    font-size: 12px;
  }
  .dr_description .wrap .wrap .col.no2 {
    width: 50%;
    text-align: right;
  }
  .dr_description .wrap .wrap .col.no3 {
    width: 50%;
  }
  .dr_description .wrap .wrap .col.no3 .line {
    line-height: 1.3em;
  }
  .dr_description .wrap .wrap .col.no3  .line .text01 {
    font-size: 12px;
  }
  .dr_description .wrap .wrap .col.no3  .line .text02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 390px) {
  .dr_description .wrap .wrap {
    padding: 35px 15px 10px 15px;
  }
  .dr_description .wrap .wrap .col.no2 {
    width: 35%;
  }
  .dr_description .wrap .wrap .col.no3 {
    width: 65%;
  }
  .dr_description .wrap .wrap .col.no3  .line .text02 {
    font-size: 12px;
  }
  .dr_description .wrap .wrap .col.no3 .line {
    line-height: 1.2em;
  }
}
@media screen and (max-width: 370px) {
  .dr_description .wrap .wrap .col.no3 {
    padding: 15px 0 0 20px;
  }
}
/* /dr_description*/
/* dr_description_arrow */
.dr_description_arrow {
  margin-bottom: 20px;
  text-align: center;
}
.dr_description_arrow .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  text-align: center;
  border-width: 50px 90px 0 90px;
  border-style: solid;
  border-color: #f477a9 transparent transparent transparent;
}
@media screen and (max-width: 480px) {
  .dr_description_arrow {
    margin-bottom: 10px;
    text-align: center;
  }
  .dr_description_arrow .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    text-align: center;
    border-width: 25px 45px 0 45px;
    border-style: solid;
    border-color: #f477a9 transparent transparent transparent;
  }
}
/* /dr_description_arrow */

/* top_banner_wrap.contens01_ver */
.page_index .top_banner_wrap.contens01_ver {
  margin-top: 0;
  margin-bottom: 55px;
}
@media screen and (max-width: 550px) {
  .page_index .top_banner_wrap.contens01_ver {
    margin-top: 0;
    margin-bottom: 35px;
  }
}
/* /top_banner_wrap.contens01_ver */
/* top_movie_wrap */
.under_movie_box02 {
  position: relative;
}
.index_white_wall {
  background: #fff;
}
.top_movie_wrap {
  margin-right: 20px;
  margin-left: 20px;
}
.top_movie_wrap .top_movie_box {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.top_movie_wrap .top_movie_box.ver01 {
  margin-bottom: 40px;
}
.top_movie_wrap .top_movie_box.ver02 {
  margin-bottom: 25px;
}
.top_movie_wrap .top_movie_box .movie_block {
  float: left;
  width: 36.458%;
  margin-top: 10px;
}
.top_movie_wrap .top_movie_box .movie_block .main {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 0;
  vertical-align: bottom;
}
.top_movie_wrap .top_movie_box .movie_block.ver01 .main {
}
.top_movie_wrap .top_movie_box .movie_block .sub_comment {
  text-align: center;
}
.top_movie_wrap .top_movie_box .movie_block .sub_comment .link:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  content: ' ';
  border-width: 4.5px 0 4.5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #e84382;
}
.top_movie_wrap .top_movie_box .movie_block .sub_comment .link {
  display: inline-block;
  text-align: center;
  color: #e84383;
  cursor: pointer;
}
.top_movie_wrap .top_movie_box .text_box {
  float: left;
  width: 63.542%;
  padding-left: 40px;
}
.top_movie_wrap .top_movie_box .text_box .ttl:before {
  position: relative;
  top: 7px;
  padding-right: 10px;
  content: url('../images/lamp_ico_pc.png');
}
.top_movie_wrap .top_movie_box .text_box .ttl {
  font-size: 22px;
  margin-bottom: 5px;
  margin-left: 33px;
  text-indent: -33px;
}
.top_movie_wrap .top_movie_box .text_box .list_box {
  margin-bottom: 5px;
  padding: 20px;
  border-radius: 5px;
  background: #fff6f9;
}
.top_movie_wrap .top_movie_box .text_box .list_box .line:first-child {
  margin-top: 0;
}
.top_movie_wrap .top_movie_box .text_box .list_box .line {
  line-height: 1.8em;
  margin-top: 10px;
  padding-left: 27px;
  background: url('../images/check_icon01_pc.png') no-repeat top left;
}
.top_movie_wrap .top_movie_box .text_box .list_box .line .coler01 {
  font-weight: bold;
  color: #e84383;
}

.top_movie_wrap .top_movie_box .text_box .list_box_no_ver {
  margin-bottom: 5px;
  padding: 20px;
  border-radius: 5px;
  background: #fff6f9;
}
.top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line:first-child {
  margin-top: 0;
}
.top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line {
  line-height: 1.8em;
  margin-top: 10px;
}
.top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line .ttl_area {
  margin-bottom: 5px;
}
.top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line .ttl_area .no_box {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  position: relative;
  top: -2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #e84383;
}
.top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line .ttl_area .text01 {
  font-weight: bold;
  display: inline-block;
}
.top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line .text_area {
  margin-left: 25px;
}

.top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line .text_area .text_sub {
  font-size: 13px;
}
.top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line .text_area .pink {
  font-weight: bold;
  color: #e84383;
}
.top_movie_wrap .top_movie_box .text_box .note {
  font-size: 12px;
  letter-spacing: -.05em;
}
@media screen and (max-width: 900px) {
  .top_movie_wrap .top_movie_box .movie_block {
    width: 50%;
  }
  .top_movie_wrap .top_movie_box .text_box {
    width: 50%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  .top_movie_wrap .top_movie_box .movie_block {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .top_movie_wrap .top_movie_box .text_box {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .top_movie_wrap .top_movie_box .text_box .ttl .new_line {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .top_movie_wrap {
    margin-right: 2%;
    margin-left: 2%;
  }
  .top_movie_wrap .top_movie_box .movie_block .sub_comment {
    text-align: center;
  }
  .top_movie_wrap .top_movie_box .movie_block .sub_comment .link:before {
    content: none;
  }
  .top_movie_wrap .top_movie_box .movie_block .sub_comment .link:after {
    position: relative;
    right: -3px;
    display: inline-block;
    width: 0;
    height: 0;
    content: ' ';
    border-width: 4.5px 0 4.5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #e84382;
  }
  .top_movie_wrap .top_movie_box .movie_block .sub_comment .link {
    font-size: 12px;
    padding: 3px 15px 3px 25px;
    border: 1px solid #e84383;
    border-radius: 5px;
  }
  .top_movie_wrap .top_movie_box .text_box .ttl:before {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 15.5px;
    height: 22.5px;
    margin-right: 5px;
    padding-right: 0;
    content: ' ';
    background: url('../images/lamp_ico_sp.png') no-repeat center center;
    background-size: contain;
  }
  .top_movie_wrap .top_movie_box .text_box .ttl {
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-left: 20.5px;
    text-indent: -20.5px;
  }
  .top_movie_wrap .top_movie_box .text_box .list_box {
    margin-bottom: 5px;
    padding: 10px;
  }
  .top_movie_wrap .top_movie_box .text_box .list_box .line {
    font-size: 12px;
    line-height: 1.8em;
    margin-top: 6px;
    padding-left: 17px;
    background: url('../images/check_icon01_sp.png') no-repeat left 2px;
    background-size: 12.5px 12px;
  }
  .top_movie_wrap .top_movie_box .text_box .list_box_no_ver {
    margin-bottom: 5px;
    padding: 10px;
  }
  .top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line .ttl_area {
    margin-bottom: 0;
  }
  .top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line .ttl_area .no_box {
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    top: -2px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 50%;
  }
  .top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line .ttl_area .text01 {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
  }
  .top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line .text_area {
    margin-left: 20px;
  }
  .top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line .text_area .text01 {
    font-size: 12px;
  }
  .top_movie_wrap .top_movie_box .text_box .list_box_no_ver .line .text_area .text_sub {
    font-size: 10px;
  }


  .top_movie_wrap .top_movie_box .text_box .list_box .line .coler01 {
    font-weight: normal;
  }
  .top_movie_wrap .top_movie_box .text_box .note {
    font-size: 10px;
    letter-spacing: -.05em;
  }
}
/* /top_movie_wrap */
/* top_movie_btn */
.top_movie_btn.ver01 {
  margin-top: 35px;
  margin-bottom: 40px;
}
.top_movie_btn.ver02 {
  margin-top: 25px;
  margin-bottom: 40px;
}
.top_movie_btn .wrap {
  margin-right: 20px;
  margin-left: 20px;
}
.top_movie_btn .wrap .link:after {
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-top: -8px;
  content: ' ';
  border-width: 9.5px 0 9.5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.top_movie_btn .wrap .link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top_movie_btn .wrap .link {
  position: relative;
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 70px 7px 85px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #f477a9 url('../images/top_movie_icon01.png') no-repeat 25px center;
  transition-duration: 0.3s;
}
.top_movie_btn.ver02 .wrap .link {
  background: #f477a9 url('../images/top_movie_icon02.png') no-repeat 25px center;
}
.top_movie_btn .wrap .link .text01 {
  font-size: 15px;
}
.top_movie_btn .wrap .link .text02 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .top_movie_btn.ver01 {
    margin-top: 17px;
    margin-bottom: 40px;
  }
  .top_movie_btn.ver02 {
    margin-top: 17px;
    margin-bottom: 30px;
  }

  .top_movie_btn .wrap {
    margin-right: 2%;
    margin-left: 2%;
  }
  .top_movie_btn .wrap .link .text01 {
    font-size: 12px;
  }
  .top_movie_btn .wrap .link .text02 {
    font-size: 19px;
    font-weight: bold;
  }
}
@media screen and (max-width: 400px) {
  .top_movie_btn .wrap .link:after {
    right: 15px;
  }
  .top_movie_btn .wrap .link {
    max-width: 80%;
    padding: 7px 23px;
    background: #f477a9 url('../images/top_movie_icon01_sp.png') no-repeat 10px center;
    background-size: 20.5px 17px;
  }
  .top_movie_btn.ver02 .wrap .link {
    max-width: 80%;
    padding: 7px 23px;
    background: #f477a9 url('../images/top_movie_icon02_sp.png') no-repeat 10px center;
    background-size: 20px 18.5px;
  }
  .top_movie_btn .wrap .link .text01 {
    font-size: 12px;
  }
  .top_movie_btn .wrap .link .text02 {
    font-size: 16px;
  }
}
/* /top_movie_btn */



/* -----------------------
cause.html
----------------------- */
/* cause_card */
.index_col02_wrap .col.cause .ttl_text {
  margin-bottom: 30px;
}
.index_col02_wrap .col.cause .text_box {
  margin-bottom: 10px;
}



.index_col02_wrap .col .cause_card .bar_ttl {
  line-height: 50px;
  max-width: 420px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  background: #e84383;
}
.index_col02_wrap .col.ver_abdominal .cause_card .bar_ttl {
  font-weight: normal;
  background: #009f87;
}
.index_col02_wrap .col.ver_uui .cause_card .bar_ttl .text01 {
  font-size: 32px;
}
.index_col02_wrap .col.ver_uui .cause_card .bar_ttl .text02 {
  font-size: 26px;
}
.index_col02_wrap .col.ver_abdominal .cause_card .bar_ttl .text01 {
  font-size: 26px;
}
.index_col02_wrap .col.ver_abdominal .cause_card .bar_ttl .text02 {
  font-size: 21px;
}
.index_col02_wrap .col .cause_card .text_box {
  font-weight: bold;
  margin-top: -25px;
  padding: 45px 13px 13px 13px;
  text-align: center;
  border: 3px solid #e84383;
  border-radius: 5px;
}
.index_col02_wrap .col.ver_abdominal .cause_card .text_box {
  border: 3px solid #009f87;
}
.index_col02_wrap .col .cause_card .text_box .text_table {
  display: table;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 3px dotted #e84383;
}
.index_col02_wrap .col .cause_card .text_box .text_table .cell {
  line-height: 2em;
  display: table-cell;
  vertical-align: middle;
}

.index_col02_wrap .col.ver_abdominal .cause_card .text_box .text_table {
  border-bottom: 3px dotted #009f87;
}
.index_col02_wrap .col.ver_uui .cause_card .text_box .img {
  position: relative;
  top: 7px;
  left: -5px;
  display: inline-block;
  width: 30px;
  height: 32px;
  background: url('../images/cause/cause_icon01.png') no-repeat top center;
}
.index_col02_wrap .col.ver_uui .cause_card .text_box .img.ver02 {
  top: 3px;
  width: 31px;
  height: 30px;
  background: url('../images/cause/cause_icon02.png') no-repeat top center;
}
.index_col02_wrap .col .cause_card .text_box .text {
  font-size: 24px;
}
.index_col02_wrap .col .cause_card .text_box .large {
  font-size: 30px;
}
.index_col02_wrap .col .cause_card .text_box .coler {
  color: #e84383;
}
.index_col02_wrap .col.ver_abdominal .cause_card .text_box .coler {
  color: #009f87;
}

.index_col02_wrap .col .cause_card .img01 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.index_col02_wrap .col .cause_card .img01 img {
  vertical-align: bottom;
}
.index_col02_wrap .col .cause_card .img01 img.sp_img {
  display: none;
}
.index_col02_wrap .col .cause_card .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: 10px;
  vertical-align: bottom;
  border-width: 35px 40px 0 40px;
  border-style: solid;
  border-color: #f477a9 transparent transparent transparent;
}
.index_col02_wrap .col.ver_abdominal .cause_card .arrow {
  border-color: #84cec2 transparent transparent transparent;
}

.index_col02_wrap .col .cause_card .img02_box .img02 {
  padding-top: 25px;
  padding-bottom: 40px;
}
.index_col02_wrap .col .cause_card .img02_box .img02 img {
  vertical-align: bottom;
}
.index_col02_wrap .col .cause_card .img02 img.sp_img {
  display: none;
}
.index_col02_wrap .col .cause_card .img02_box .note {
  padding-right: 20px;
  padding-left: 20px;
}
.index_col02_wrap .col .cause_card .img02_box .note .box {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3em;
  display: block;
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
}
@media screen and (max-width: 900px) {
  .index_col02_wrap .col .cause_card .text_box .text_table .cell .new_line {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .index_col02_wrap .col.cause.ver_uui {
    padding: 0 10px 0 20px;
  }
  .index_col02_wrap .col.cause.ver_abdominal {
    padding: 0 20px 0 10px;
  }
  .index_col02_wrap .col .cause_card .text_box .text_table .cell {
    text-align: left;
  }
}
@media screen and (max-width: 680px) {
  .index_col02_wrap .col.cause.ver_uui {
    padding: 2% 1.5% 0 2%;
  }
  .index_col02_wrap .col.cause.ver_abdominal {
    padding: 2% 2% 0 1.5%;
  }
}
@media screen and (max-width: 550px) {
  .index_col02_wrap .col .cause_card .bar_ttl {
    line-height: 15px;
    line-height: 32px;
    max-width: 90%;
    height: 30px;
    border-radius: 15px;
  }
  .index_col02_wrap .col .cause_card .text_box {
    margin-top: -12.5px;
    margin-bottom: 0;
    padding: 20px 13px 13px 13px;
  }
  .index_col02_wrap .col .cause_card .text_box .text_table .cell {
    line-height: 1.2em;
  }
  .index_col02_wrap .col.ver_uui .cause_card .text_box .img {
    display: none;
  }
  .index_col02_wrap .col .cause_card .text_box .text {
    font-size: 12px;
  }
  .index_col02_wrap .col .cause_card .text_box .large {
    font-size: 12px;
  }
  .index_col02_wrap .col.ver_uui .cause_card .bar_ttl .text01 {
    font-size: 20px;
  }
  .index_col02_wrap .col.ver_uui .cause_card .bar_ttl .text02 {
    font-size: 16px;
  }
  .index_col02_wrap .col.ver_abdominal .cause_card .bar_ttl .text01 {
    font-size: 18px;
  }
  .index_col02_wrap .col.ver_abdominal .cause_card .bar_ttl .text02 {
    font-size: 14px;
  }
  .index_col02_wrap .col .cause_card .img01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .index_col02_wrap .col .cause_card .img01 img.pc_img {
    display: none;
  }
  .index_col02_wrap .col .cause_card .img01 img.sp_img {
    display: inline;
    width: 100%;
    max-width: 212px;
    height: auto;
  }
  .index_col02_wrap .col .cause_card .arrow {
    border-width: 17px 20px 0 20px;
  }
  .index_col02_wrap .col .cause_card .img02_box .img02 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .index_col02_wrap .col .cause_card .img02 img.pc_img {
    display: none;
  }
  .index_col02_wrap .col .cause_card .img02 img.sp_img {
    display: inline;
    width: 100%;
    max-width: 212px;
    height: auto;
  }
  .index_col02_wrap .col .cause_card .img02_box .note {
    padding-right: 0;
    padding-left: 0;
  }
  .index_col02_wrap .col .cause_card .img02_box .note .box {
    font-size: 10px;
  }
}
/* /cause_card */
/* cause.html index_col02_alert */
.index_col02_alert.cause_ver01 {
  margin-bottom: 25px;
}
@media screen and (max-width: 550px) {
  .index_col02_alert.cause_ver01 {
    margin-bottom: 10px;
  }
}
/* /cause.html index_col02_alert */
/* cause.html dr_description_arrow */
.dr_description_arrow.cause_ver01 .arrow {
  vertical-align: bottom;
}
/* /cause.html dr_description_arrow */
/* cause.html top_banner_wrap */
.page_index .top_banner_wrap.cause_ver01 {
  margin-top: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 550px) {
  .page_index .top_banner_wrap.cause_ver01 {
    margin-bottom: 35px;
  }
}
/* /cause.html top_banner_wrap */
/* common_ttl01.cause_ver01 */
.common_ttl01.cause_ver01 {
  margin-top: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 550px) {
  .common_ttl01.cause_ver01 {
    margin-bottom: 15px;
  }
}
/* /common_ttl01.cause_ver01 */
/* cause_check */
.cause_check {
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
}
.cause_check .article {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.cause_check .article .wrap:first-child {
  margin-top: 0;
}
.cause_check .article .wrap {
  margin-top: 50px;
  padding: 13px 30px;
  border-radius: 5px;
  background: #fff6f9;
}
.cause_check .article .wrap .text_box {
  float: left;
  width: 66.66%;
}
.cause_check .article .wrap .text_box .ttl_block {
  line-height: 30px;
  display: inline-block;
  height: 30px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 15px;
  background: #ffa1c7;
}
.cause_check .article .wrap .text_box .ttl_block .text:before {
  position: absolute;
  top: -5px;
  left: 0;
  content: url('../images/cause/check_icon.png');
}
.cause_check .article .wrap .text_box .ttl_block .text {
  font-size: 16px;
  line-height: 33px;
  position: relative;
  display: inline-block;
  padding-left: 35px;
  color: #fff;
}

.cause_check .article .wrap .text_box .detail .ttl {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 3px;
}
.cause_check .article .wrap .text_box .detail .ttl .small {
  font-size: 18px;
}
.cause_check .article .wrap .text_box .detail .text_area {
  font-size: 16px;
  line-height: 1.8em;
}
.cause_check .article .wrap .img_box {
  float: right;
  width: 33.34%;
  text-align: right;
}

.cause_check .article .wrap .img_box .sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .cause_check .article .wrap .text_box .detail {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cause_check .article .wrap .text_box {
    width: 55%;
  }
  .cause_check .article .wrap .text_box .detail {
    padding-right: 0;
  }
  .cause_check .article .wrap .img_box {
    width: 45%;
    padding-top: 45px;
  }
}
@media screen and (max-width: 720px) {
  .cause_check .article .wrap .text_box .detail {
    padding-right: 15px;
  }
}
@media screen and (max-width: 620px) {
  .cause_check .article .wrap .text_box .detail {
    padding-right: 7px;
  }
}
@media screen and (max-width: 550px) {
  .cause_check .article .wrap {
    margin-top: 20px;
  }
  .cause_check .article .wrap .text_box {
    width: 100%;
  }
  .cause_check .article .wrap .text_box .ttl_block {
    line-height: 15px;
    height: 20px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
  }
  .cause_check .article .wrap .text_box .ttl_block .text {
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
  }
  .cause_check .article .wrap .text_box .ttl_block .text:before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 18px;
    content: ' ';
    background: url('../images/cause/check_icon_sp.png');
    background-size: 20px 18px;
  }
  .cause_check .article .wrap .text_box .detail {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .cause_check .article .wrap .text_box .detail .ttl {
    font-size: 16px;
    line-height: 1.3em;
  }
  .cause_check .article .wrap .text_box .detail .ttl .small {
    font-size: 13px;
  }
  .cause_check .article .wrap .text_box .detail .text_area {
    font-size: 12px;
    line-height: 1.5em;
  }
  .cause_check .article .wrap .img_box {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .cause_check .article .wrap .img_box .pc {
    display: none;
    max-width: 400px;
  }
  .cause_check .article .wrap .img_box .sp {
    display: inline;
    max-width: 200px;
  }
}
@media screen and (max-width: 425px) {
  .cause_check .article .wrap {
    padding: 7px 10px;
  }
}
/* /cause_check */


/* -----------------------
flow.html
----------------------- */
/* flow_top_2col */
.flow_top_2col {
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}
.flow_top_2col .top_dr_img {
  float: right;
  width: 33.33%;
  text-align: right;
}
.flow_top_2col .top_dr_img .pc {
  vertical-align: bottom;
}
.flow_top_2col .top_dr_img .sp {
  display: none;
}
.flow_top_2col .top_dr_img .rubi_sp {
  display: none;
}
.flow_top_2col .main_ttl {
  font-size: 23px;
  float: left;
  width: 66.67%;
  margin-bottom: 5px;
}
.flow_top_2col .top_list {
  float: left;
  width: 66.67%;
  padding: 20px;
  border-radius: 5px;
  background: #fff6f9;
}
.flow_top_2col .top_list .line:first-child {
  margin-top: 0;
}
.flow_top_2col .top_list .line {
  margin-top: 15px;
  padding-left: 25px;
  background: url('../images/check_icon01_pc.png') no-repeat left top;
}
.flow_top_2col .top_list .line .coler {
  font-weight: bold;
  color: #e84383;
}
.flow_top_rubi_pc {
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .flow_top_2col {
    margin-right: 20px;
    margin-left: 20px;
  }
  .flow_top_2col .top_dr_img {
    padding-left: 10px;
  }
  .flow_top_rubi_pc {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 810px) {
  .flow_top_2col {
    margin-bottom: 5px;
  }
  .flow_top_2col .top_dr_img .rubi_sp {
    font-size: 12px;
    line-height: 1.5em;
    display: block;
    margin-top: 10px;
  }
  .flow_top_2col .top_dr_img .rubi_sp .new_line {
    display: none;
  }
  .flow_top_2col .main_ttl {
    font-size: 20px;
  }
  .flow_top_2col .top_list {
    padding: 15px;
  }
  .flow_top_2col .top_list .line {
    margin-top: 5px;
  }
  .flow_top_rubi_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flow_top_2col .top_list .line {
    font-size: 14px;
  }
}
@media screen and (max-width: 666px) {
  .flow_top_2col .main_ttl {
    font-size: 18px;
  }
  .flow_top_2col .top_list .line {
    font-size: 12px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 550px) {
  .flow_top_2col {
    margin-right: 2%;
    margin-bottom: 15px;
    margin-left: 2%;
  }
  .flow_top_2col .top_dr_img {
    float: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .flow_top_2col .top_dr_img .pc {
    display: none;
  }
  .flow_top_2col .top_dr_img .sp {
    display: inline-block;
    width: 100%;
    max-width: 70%;
    height: auto;
    vertical-align: bottom;
  }
  .flow_top_2col .top_dr_img .rubi_sp .new_line {
    display: block;
  }
  .flow_top_2col .top_dr_img .rubi_sp {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .flow_top_2col .main_ttl {
    float: none;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .flow_top_2col .top_list {
    float: none;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .flow_top_2col .top_list .line {
    padding-bottom: 0;
    padding-left: 15px;
    background: url('../images/check_icon01_sp.png') no-repeat left 3px;
    background-size: 12.5px 12px;
  }
}
@media screen and (max-width: 425px) {
  .flow_top_2col .top_dr_img .rubi_sp {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .flow_top_2col .main_ttl {
    width: 100%;
  }
  .flow_top_2col .top_list {
    width: 100%;
  }
}
/* /flow_top_2col */
.cause_check.ver-flow .article .wrap .text_box .ttl_block .text:before {
  top: -5px;
  content: url('../images/flow/step_icon.png');
}
.cause_check.ver-flow .article .wrap .text_box .detail .ttl .color01 {
  color: #e84383;
}
.cause_check.ver-flow .article .wrap .text_box .balloon_box {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
}
.cause_check.ver-flow .article .wrap .text_box .balloon_box .text {
  line-height: 1.3em;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  text-align: left;
  border: 1px solid #e84383;
  border-radius: 5px;
  background: #fff;
}
.cause_check.ver-flow .article .wrap .text_box .balloon_box .text:after {
  position: absolute;
  top: 28px;
  right: -23px;
  display: block;
  width: 24px;
  height: 12px;
  content: ' ';
  background: url('../images/flow/balloon01.png') no-repeat center left;
}
.cause_check.ver-flow .article .wrap .text_box .balloon_box.ver02 .text:after {
  position: absolute;
  top: -2px;
  right: -39px;
  width: 35px;
  height: 30px;
  background: url('../images/flow/balloon02.png') no-repeat center left;
}
.cause_check.ver-flow .article .wrap .img_box .pc {
  padding-left: 15px;
}
.cause_check.ver-flow .article .wrap .balloon_box_sp {
  display: none;
}
.page_index .top_banner_wrap.flow_contens01_ver {
  margin-top: 0;
  margin-bottom: 98px;
}
@media screen and (max-width: 950px) {
  .cause_check.ver-flow .article .wrap .text_box .balloon_box {
    margin-right: 30px;
  }
}
@media screen and (max-width: 850px) {
  .cause_check.ver-flow .article .wrap .img_box {
    width: 35%;
  }
  .cause_check.ver-flow .article .wrap .text_box {
    width: 65%;
  }
  .cause_check.ver-flow .article .wrap .text_box .balloon_box .text:after {
    top: 13px;
  }
}

@media screen and (max-width: 767px) {
  .cause_check.ver-flow .article .wrap .text_box .balloon_box {
    display: none;
  }
  .cause_check.ver-flow .article .wrap .img_box .pc {
    vertical-align: bottom;
  }
  .cause_check.ver-flow .article .wrap .img_box {
    padding-left: 15px;
  }
  .cause_check.ver-flow .article .wrap .balloon_box_sp {
    position: relative;
    display: block;
    float: right;
    width: 100%;
    margin-top: 23px;
    padding: 10px 15px;
    text-align: left;
    border: 1px solid #e84383;
    border-radius: 5px;
    background: #fff;
  }
  .cause_check.ver-flow .article .wrap .balloon_box_sp:after {
    position: absolute;
    top: -19px;
    right: 90px;
    display: block;
    width: 9.5px;
    height: 18.5px;
    content: ' ';
    background: url('../images/flow/balloon01_sp.png') no-repeat center left;
    background-size: 9.5px 18.5px;
  }
  .cause_check.ver-flow .article .wrap .balloon_box_sp.ver02:after {
    top: -23px;
    right: 90px;
    width: 14px;
    height: 18px;
    background: url('../images/flow/balloon02_sp.png') no-repeat center left;
    background-size: 14px 18px;
  }
}
@media screen and (max-width: 640px) {
  .cause_check.ver-flow .article .wrap .img_box {
    width: 45%;
  }
  .cause_check.ver-flow .article .wrap .text_box {
    width: 55%;
  }
}
@media screen and (max-width: 550px) {
  .cause_check.ver-flow .article .wrap .img_box {
    width: 100%;
  }
  .cause_check.ver-flow .article .wrap .text_box {
    width: 100%;
  }
  .cause_check.ver-flow .article .wrap .text_box .ttl_block .text:before {
    position: absolute;
    top: -2px;
    width: 15.5px;
    height: 20px;
    content: ' ';
    background: url('../images/flow/step_icon_sp.png');
    background-size: 15.5px 20px;
  }
  .cause_check.ver-flow .article .wrap .text_box .detail .ttl {
    font-weight: normal;
  }
  .cause_check.ver-flow .article .wrap .balloon_box_sp {
    font-size: 12px;
    padding: 7px 10px;
  }
  .cause_check.ver-flow .article .wrap .balloon_box_sp:after {
    position: absolute;
    top: -19px;
    right: 50%;
  }
  .cause_check.ver-flow .article .wrap .balloon_box_sp.ver02:after {
    top: -23px;
    right: 50%;
  }
  .page_index .top_banner_wrap.flow_contens01_ver {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 425px) {
  .cause_check.ver-flow .article .wrap .balloon_box_sp:after {
    position: absolute;
    right: 73%;
  }
  .cause_check.ver-flow .article .wrap .balloon_box_sp.ver02:after {
    right: 63%;
  }
}
/* flow_under_btn */
.flow_under_btn {
  display: block;
  max-width: 420px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 18px 23px;
  border: 1px solid #f477a9;
  border-radius: 5px;
  background: #fff6f9;
  transition-duration: 0.3s;
}
.flow_under_btn:hover {
  opacity: 0.7;
}
.flow_under_btn .text_box {
  display: inline-table;
  float: left;
  padding-left: 10px;
}
.flow_under_btn .text_box .line01 {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  color: #000;
}
.flow_under_btn .text_box .line02 {
  font-size: 20px;
  font-weight: bold;
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  color: #f477a9;
}
.flow_under_btn .balloon_wrap {
  position: relative;
  float: right;
}
.flow_under_btn .balloon_wrap .text {
  font-size: 15px;
  line-height: 1.5em;
  position: absolute;
  top: -97px;
  right: 17px;
  display: inline-block;
  width: 148px;
  height: 113px;
  padding-top: 43px;
  text-align: center;
  color: #fff;
  background: url('../images/flow/balloon_bg01.png') no-repeat top left;
}

.flow_under_btn .arrow {
  float: right;
  width: 0;
  height: 0;
  margin-top: 3px;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #f477a9;
}
@media screen and (max-width: 550px) {
  .flow_under_btn {
    max-width: 280px;
    margin-bottom: 0;
    padding: 13px 15px;
  }
  .flow_under_btn .text_box {
    display: block;
    padding-left: 0;
  }
  .flow_under_btn .text_box .line01 {
    font-size: 12px;
    line-height: 1.2em;
    display: block;
    margin-bottom: 5px;
  }
  .flow_under_btn .text_box .line02 {
    font-size: 16px;
    line-height: 1.2em;
    display: block;
    padding-left: 0;
  }
  .flow_under_btn .balloon_wrap .text {
    font-size: 12px;
    top: -58px;
    right: 23px;
    width: 119.5px;
    height: 91.5px;
    padding-top: 33px;
    letter-spacing: -.04em;
    background: url('../images/flow/balloon_bg01_sp.png') no-repeat top left;
    background-size: 119.5px 91.5px;
  }
  .flow_under_btn .arrow {
    margin-top: 10px;
    border-width: 7.5px 0 7.5px 8px;
  }
}
/* /flow_under_btn */

/* -----------------------
inquirysheet.html
----------------------- */
.inquirysheet {
  margin-left: 20px;
  margin-right: 20px;
}
.inquirysheet_list_wrap {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.inquirysheet_list_wrap .img_box {
  float: left;
  max-width: 280px;
  border: 1px solid #e84383;
}
.inquirysheet_list_wrap .img_box .sp {
  display: none;
}
.inquirysheet_list_wrap .list_box {
  float: right;
  max-width: 680px;
  width: 100%;
  padding-left: 40px;
}
.inquirysheet_list_wrap .list_box .ttl {
  margin-bottom: 10px;
  line-height: 1.2em;
}
.inquirysheet_list_wrap .list_box .line_wrap {
  margin-bottom: 20px;
}
.inquirysheet_list_wrap .list_box .line_wrap .line_box {
  padding: 20px;
  background:#fff6f9;
}
.inquirysheet_list_wrap .list_box .line_wrap .line_box .line:first-child {
  margin-top: 0px;
}
.inquirysheet_list_wrap .list_box .line_wrap .line_box .line {
  margin-top: 10px;
  text-indent: -25px;
  margin-left: 25px;
}
.inquirysheet_list_wrap .list_box .line_wrap .line_box .line .no_box {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #e84383;
  width: 20px;
  height: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  font-size: 14px;
  text-indent: 0px;
}
.inquirysheet_list_wrap .list_box .line_wrap .line_box .line .text {
  display: inline;
}
.inquirysheet_list_wrap .list_box .line_wrap .line_box .line .text .coler {
  color: #e84383;
  font-weight: bold;
}
.inquirysheet_wrap .print_link,
.inquirysheet_list_wrap .list_box .print_link {
  text-align: center;
}
.inquirysheet_wrap .print_link.sp_ver,
.inquirysheet_list_wrap .list_box .print_link.sp_ver {
  display: none;
}
.inquirysheet_wrap .print_link .wrap,
.inquirysheet_list_wrap .list_box .print_link .wrap {
  display: inline-block;
  padding: 13px 15px 13px 60px;
  background: #f477a9;
  position: relative;
  border-radius: 5px;
  transition-duration: 0.3s;
}
.inquirysheet_wrap .print_link .wrap:hover,
.inquirysheet_list_wrap .list_box .print_link .wrap:hover {
  text-decoration: none;
  opacity: 0.7;
}
.inquirysheet_wrap .print_link .wrap .text:before,
.inquirysheet_list_wrap .list_box .print_link .wrap .text:before {
  display: inline-block;
  position: absolute;
  left: 15px;
  width: 37px;
  height: 34px;
  background: url('../images/inquirysheet/print_icon.png') no-repeat top left;
  content: ' ';
}
.inquirysheet_wrap .print_link .wrap .text,
.inquirysheet_list_wrap .list_box .print_link .wrap .text {
  color: #fff;
  font-weight: bold;
  line-height: 34px;
}
.inquirysheet_wrap .print_link .wrap .arrow,
.inquirysheet_list_wrap .list_box .print_link .wrap .arrow {
  position: relative;
  top: 2px;
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 1016px) {
  .inquirysheet_list_wrap .list_box {
    max-width: 660px;
  }
}
@media screen and (max-width: 980px) {
  .inquirysheet_list_wrap {
    max-width: 960px;
    width: 98%;
  }
  .inquirysheet_list_wrap .img_box {
    max-width: 29.16%;
  }
  .inquirysheet_list_wrap .list_box {
    max-width: 70.84%;
    width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .inquirysheet_list_wrap .list_box {
    padding-left: 2%;
  }
}
@media screen and (max-width: 700px) {
  .inquirysheet_list_wrap .img_box {
    max-width: 40%;
  }
  .inquirysheet_list_wrap .list_box {
    max-width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .inquirysheet {
    margin-left: 2%;
    margin-right: 2%;
  }
  .inquirysheet_wrap,
  .inquirysheet_list_wrap {
    margin-bottom: 30px;
    width: 100%;
  }
  .inquirysheet_list_wrap .img_box {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    float: none;
  }
  .inquirysheet_list_wrap .img_box .sp {
    display: block;
  }
  .inquirysheet_list_wrap .img_box .pc {
    display: none;
  }
  .inquirysheet_list_wrap .list_box {
    max-width: 100%;
    float: none;
    padding-left: 0;
  }
  .inquirysheet_list_wrap .list_box .ttl {
    font-size: 16px;
  }
  .inquirysheet_list_wrap .list_box .line_wrap {
    margin-bottom: 15px;
  }
  .inquirysheet_list_wrap .list_box .line_wrap .line_box {
    padding: 10px;
  }
  .inquirysheet_list_wrap .list_box .line_wrap .line_box .line {
    margin-top: 0px;
    text-indent: -15px;
    margin-left: 15px;
  }
  .inquirysheet_list_wrap .list_box .line_wrap .line_box .line .no_box {
    background: #e84383;
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 10px;
  }
  .inquirysheet_list_wrap .list_box .line_wrap .line_box .line .text {
    font-size: 12px;
  }
  .inquirysheet_wrap .print_link.pc_ver,  
  .inquirysheet_list_wrap .list_box .print_link.pc_ver {
    display: none;
  }
  .inquirysheet_wrap .print_link.sp_ver,
  .inquirysheet_list_wrap .list_box .print_link.sp_ver {
    display: block;
  }
  .inquirysheet_wrap .print_link .wrap,
  .inquirysheet_list_wrap .list_box .print_link .wrap {
    padding: 10px 10px 10px 35px;
    width: 300px;
    line-height: 1.2em;
  }
  .inquirysheet_wrap .print_link .wrap .text:before,
  .inquirysheet_list_wrap .list_box .print_link .wrap .text:before {
    display: inline-block;
    left: 15px;
    width: 18.5px;
    height: 17px;
    background: url('../images/inquirysheet/print_icon_sp.png') no-repeat top left;
    background-size: 18.5px 17px;
    top: 13px;
  }
  .inquirysheet_wrap .print_link .wrap .text,
  .inquirysheet_list_wrap .list_box .print_link .wrap .text {
     line-height: 1.5em;
  }
 .inquirysheet_wrap .print_link .wrap .arrow,
 .inquirysheet_list_wrap .list_box .print_link .wrap .arrow {
    position: relative;
    top: 2px;
    margin-left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #ffffff;
  }
}
@media screen and (max-width: 425px) {
 .inquirysheet_wrap .print_link .wrap,
 .inquirysheet_list_wrap .list_box .print_link .wrap {
    width: 280px;
    padding: 10px 65px 10px 75px;
    position: relative;
  }
 .inquirysheet_wrap .print_link .wrap .text:before,
 .inquirysheet_list_wrap .list_box .print_link .wrap .text:before {
    top: 25px;
  }
 .inquirysheet_wrap .print_link .wrap .text,
 .inquirysheet_list_wrap .list_box .print_link .wrap .text {
     line-height: 1.5em;
  }
 .inquirysheet_wrap .print_link .wrap .arrow,
 .inquirysheet_list_wrap .list_box .print_link .wrap .arrow {
    position: absolute;
    top: 24px;
    right: 15px;
    margin-left: 0px;
    border-width: 7.5px 0 7.5px 8px;
  }
}
/* -----------------------
inquirysheet.html
----------------------- */
.inquirysheet_example {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
}
.inquirysheet_example .wrap {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.inquirysheet_example .wrap .ttl {
  line-height: 40px;
  display: inline-block;
  height: 40px;
  padding: 0 37px 0 30px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #e84383;
  font-weight: bold;
}
.inquirysheet_example .wrap .col2 {
  margin-top: -20px;
  padding: 15px 22px 0px 30px;
  border-radius: 5px;
  background: #fff6f9;
}
.inquirysheet_example .wrap .col2 .text {
  float: left;
  width: 47.77%;
  padding-top: 30px;
}
.inquirysheet_example .wrap .col2 .text .coler {
  color: #e84383;
  font-weight: bold;
}
.inquirysheet_example .wrap .col2 .img_box {
  float: right;
  width: 52.23%;
  padding-left: 15px;
}
.inquirysheet_example .wrap .col2 .img_box .woman01_wrap {
}
.inquirysheet_example .wrap .col2 .img_box .woman01_wrap .comment {
}
.inquirysheet_example .wrap .col2 .img_box .woman01_wrap .comment .img {
  float: left;
  width: 77px;
  height: 135px;
  background: url('../images/inquirysheet/women_img01.png') no-repeat top left;
  margin-right: 30px;
}
.inquirysheet_example .wrap .col2 .img_box .woman01_wrap .comment .text {
  position: relative;
  float:left;
  width: 308px;
  padding: 15px;
  background: #fff;
  border: 1px solid #e84383;
  border-radius: 5px;
  line-height: 1.5em;
}
.inquirysheet_example .wrap .col2 .img_box .woman01_wrap .comment .text:before {
  display: block;
  width: 24px;
  height: 13px;
  content: ' ';
  background: url('../images/inquirysheet/balloon01.png') no-repeat top left;
  position: absolute;
  top: 30px;
  left: -24px;
}
.inquirysheet_example .wrap .col2 .img_box .woman01_wrap .comment .text .new_line {
  display: none;
}
.inquirysheet_example .wrap .col2 .img_box .woman01_wrap .pass_sheet {
  text-align: right;
  margin-top: -65px;
  margin-bottom: 40px;
}
.inquirysheet_example .wrap .col2 .img_box .woman01_wrap .pass_sheet .block {
  display: inline-table;
  padding-right: 113px;
}
.inquirysheet_example .wrap .col2 .img_box .woman01_wrap .pass_sheet .block .icon {
  display: table-cell;
  background: url('../images/inquirysheet/inquirysheet_icon.png') no-repeat top left;
  width: 56px;
  height: 40px;
}
.inquirysheet_example .wrap .col2 .img_box .woman01_wrap .pass_sheet .block .text {
  display: table-cell;
  width: 110px;
  line-height: 40px;
  padding-top: 0;
}
.inquirysheet_example .wrap .col2 .img_box .woman02_wrap {
  margin-top: -30px;
}
.inquirysheet_example .wrap .col2 .img_box .woman02_wrap .comment {
}
.inquirysheet_example .wrap .col2 .img_box .woman02_wrap .comment .text {
  width: inherit;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #e84383;
  border-radius: 5px;
  float: right;
  position: relative;
  line-height: 1.5em;
}
.inquirysheet_example .wrap .col2 .img_box .woman02_wrap .comment .text:before {
  position: absolute;
  top: 26px;
  right: -23px;
  display: block;
  width: 23px;
  height: 12px;
  content: ' ';
  background: url('../images/inquirysheet/balloon02.png') no-repeat top left;
}
.inquirysheet_example .wrap .col2 .img_box .woman02_wrap .comment .img {
  width: 107px;
  height: 125px;
  background: url('../images/inquirysheet/women_img02.png') no-repeat top left;
  margin-left: 5px;
  margin-top: -18px;
  float: right;
}
@media screen and (max-width: 980px) {
  .inquirysheet_example .wrap .col2 .text {
    float: none;
    width: 100%;
  }
  .inquirysheet_example .wrap .col2 .img_box {
    float: none;
    width: 460px;
    padding-left: 0;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .inquirysheet_example .wrap .col2 {
    padding: 15px 30px 0px 30px;
  }
}
@media screen and (max-width: 550px) {
  .inquirysheet_example {
    margin-bottom: 30px;
  }
  .inquirysheet_example .wrap .col2 {
    padding: 15px 10px 0px 10px;
  }
  .inquirysheet_example .wrap .col2 .text {
    font-size: 14px;
  }
  .inquirysheet_example .wrap .col2 .img_box {
    padding-top: 15px;
    width: 300px;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman01_wrap .comment .img {
   width: 51px;
   height: 89.5px;
   background: url('../images/inquirysheet/women_img01_sp.png') no-repeat top left;
   background-size: 51px 89.5px;
   margin-right: 15px;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman01_wrap .comment .text {
    width: 208px;
    padding: 8px 40px;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman01_wrap .comment .text .new_line {
    display: block;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman01_wrap .comment .text:before {
    width: 12px;
    height: 6.5px;
    background: url('../images/inquirysheet/balloon01_sp.png') no-repeat top left;
    background-size: 12px 6.5px;
    top: 35px;
    left: -12px;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman01_wrap .pass_sheet {
    margin-top: -20px;
    margin-bottom: 40px;
  }

  .inquirysheet_example .wrap .col2 .img_box .woman01_wrap .pass_sheet .block {
    display: inline-table;
    padding-right: 75px;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman01_wrap .pass_sheet .block .icon {
    background: url('../images/inquirysheet/inquirysheet_icon_sp.png') no-repeat top left;
    background-size: 49px 35px ;
    width: 49px;
    height: 35px;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman01_wrap .pass_sheet .block .text {
    display: table-cell;
    width: 90px;
    line-height: 35px;
    padding-top: 0;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman02_wrap {
    margin-top: -30px;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman02_wrap .comment {
  }
  .inquirysheet_example .wrap .col2 .img_box .woman02_wrap .comment .text {
    width: inherit;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #e84383;
    border-radius: 5px;
    float: right;
    position: relative;
    line-height: 1.5em;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman02_wrap .comment .text:before {
    top: 45px;
    right: -11.5px;
    width: 11.5px;
    height: 6px;
    background: url('../images/inquirysheet/balloon02_sp.png') no-repeat top left;
    background-size: 11.5px 6px;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman02_wrap .comment .img {
    width: 70.5px;
    height: 82.5px;
    background: url('../images/inquirysheet/women_img02_sp.png') no-repeat top left;
    background-size: 70.5px 82.5px;
    margin-left: 11px;
    margin-top: -4px;
    float: right;
  }
}
@media screen and (max-width: 365px) {
  .inquirysheet_example .wrap .col2 {
   padding: 15px 10px 15px 10px;
  }
  .inquirysheet_example .wrap .ttl {
    padding: 0 10px 0 10px;
  }
  .inquirysheet_example .wrap .col2 .img_box {
    width: 100%;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman01_wrap .comment .text {
    width: 188px;
    padding: 8px 20px;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman01_wrap .pass_sheet {
    text-align: left;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman01_wrap .pass_sheet .block {
    padding-right: 0;
    padding-left: 35px;
  }
  .inquirysheet_example .wrap .col2 .img_box .woman02_wrap .comment .text {
    padding: 10px;
    width: 170px;
  }
}


.page_index .tp_mainvisual {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 25px;
  background: #fa9ec1;
}
@media screen and (max-width: 668px) {
  .page_index .tp_mainvisual {
    margin-top: 0;
    padding-top: 10px;
  }
}
.page_index .tp_mainvisual_inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .page_index .tp_mainvisual_inner {
    padding-bottom: 50px;
  }
}
.page_index .tp_mainvisual_heading {
  position: relative;
  z-index: 2;
  float: right;
  margin-right: 20px;
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_heading {
    float: none;
    margin-right: 0;
    text-align: center;
  }
}
.page_index .tp_mainvisual_heading_title {
  display: block;
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_heading_title {
    display: none;
  }
}
.page_index .tp_mainvisual_heading_title_sp {
  display: none;
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_heading_title_sp {
    display: inline-block;
    width: 198px;
  }
}
.page_index .tp_mainvisual_heading_subtitle {
  display: block;
  margin-top: -10px;
  margin-left: 280px;
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .page_index .tp_mainvisual_heading_subtitle {
    margin-top: 20px;
    margin-left: 170px;
  }
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_heading_subtitle {
    display: inline-block;
    width: 70px;
    margin-top: 0;
    margin-left: 0;
  }
}
.page_index .tp_mainvisual_movie {
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .page_index .tp_mainvisual_movie {
    width: 410px;
    margin-top: -300px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .page_index .tp_mainvisual_movie {
    margin-top: -110px;
  }
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_movie {
    display: block;
    width: 263px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 415px) and (max-width: 568px) {
  .page_index .tp_mainvisual_movie {
    margin-top: -70px;
  }
}
.page_index .tp_mainvisual_movie_wrap {
  position: relative;
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_movie_wrap {
    overflow: hidden;
    height: 203px;
  }
}
.page_index .tp_mainvisual_movie_detail {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_index .tp_mainvisual_movie_mask {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_movie_mask {
    display: none;
  }
}
.page_index .tp_mainvisual_movie_mask_sp {
  display: none;
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_movie_mask_sp {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_movie_check {
    display: none;
  }
}
.page_index .tp_mainvisual_movie_check_sp {
  display: none;
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_movie_check_sp {
    display: block;
    width: 160px;
    margin-top: -30px;
    margin-left: 10px;
  }
}
.page_index .tp_mainvisual_balloon {
  position: relative;
  z-index: 3;
  float: right;
  margin-top: -110px;
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .page_index .tp_mainvisual_balloon {
    margin-top: -10px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_balloon {
    float: none;
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.page_index .tp_mainvisual_balloon_img {
  position: relative;
  display: block;
  height: 180px;
  -webkit-transition: -webkit-transform .500s ease;
          transition:         transform .500s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.page_index .tp_mainvisual_balloon_svg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform .500s ease;
          transition:         transform .500s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.page_index .tp_mainvisual_balloon01 {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: right;
  height: 183px;
  margin-top: 106px;
  margin-right: -28px;
  border-radius: 40px 80px 60px 70px;
}
@media screen and (min-width: 769px) {
  .page_index .tp_mainvisual_balloon01 {
    -webkit-animation: cloude_anime_up 3s cubic-bezier(.7, .4, .3, .6) -.8s infinite;
            animation: cloude_anime_up 3s cubic-bezier(.7, .4, .3, .6) -.8s infinite;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .page_index .tp_mainvisual_balloon01 {
    margin-top: 26px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 569px) and (max-width: 767px) {
  .page_index .tp_mainvisual_balloon01 {
    margin-top: -44px;
    margin-right: 130px;
  }
}
@media screen and (min-width: 415px) and (max-width: 568px) {
  .page_index .tp_mainvisual_balloon01 {
    margin-top: -44px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_balloon01 {
    float: right;
    margin-top: 10px;
    margin-right: 0;
  }
}
.page_index .tp_mainvisual_balloon01:hover {
  z-index: 2;
  overflow: initial;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.page_index .tp_mainvisual_balloon01:hover .tp_mainvisual_balloon_svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.page_index .tp_mainvisual_balloon01:hover .tp_mainvisual_balloon_img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.page_index .tp_mainvisual_balloon02 {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: right;
  height: 183px;
  margin-left: 25px;
  border-radius: 40px 80px 60px 70px;
}
@media screen and (min-width: 769px) {
  .page_index .tp_mainvisual_balloon02 {
    -webkit-animation: cloude_anime_down 3s cubic-bezier(.7, .4, .3, .6) infinite;
            animation: cloude_anime_down 3s cubic-bezier(.7, .4, .3, .6) infinite;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .page_index .tp_mainvisual_balloon02 {
    margin-top: 50px;
    margin-left: 25px;
  }
}
@media screen and (min-width: 569px) and (max-width: 767px) {
  .page_index .tp_mainvisual_balloon02 {
    margin-right: 80px;
  }
}
@media screen and (min-width: 415px) and (max-width: 568px) {
  .page_index .tp_mainvisual_balloon02 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_balloon02 {
    float: right;
    margin-top: -370px;
    margin-left: 0;
  }
}
.page_index .tp_mainvisual_balloon02:hover {
  z-index: 2;
  overflow: initial;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.page_index .tp_mainvisual_balloon02:hover .tp_mainvisual_balloon_svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.page_index .tp_mainvisual_balloon02:hover .tp_mainvisual_balloon_img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.page_index .tp_mainvisual_balloon03 {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: right;
  height: 183px;
  margin-top: 96px;
  margin-left: 5px;
  border-radius: 40px 80px 60px 70px;
}
@media screen and (min-width: 769px) {
  .page_index .tp_mainvisual_balloon03 {
    -webkit-animation: cloude_anime_up 3s cubic-bezier(.7, .4, .3, .6) infinite;
            animation: cloude_anime_up 3s cubic-bezier(.7, .4, .3, .6) infinite;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .page_index .tp_mainvisual_balloon03 {
    margin-top: 6px;
    margin-left: 0;
  }
}
@media screen and (min-width: 415px) and (max-width: 568px) {
  .page_index .tp_mainvisual_balloon03 {
    margin-top: 6px;
  }
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_balloon03 {
    float: left;
    margin-top: 180px;
    margin-left: 0;
  }
}
.page_index .tp_mainvisual_balloon03:hover {
  z-index: 2;
  overflow: initial;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.page_index .tp_mainvisual_balloon03:hover .tp_mainvisual_balloon_svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.page_index .tp_mainvisual_balloon03:hover .tp_mainvisual_balloon_img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@-webkit-keyframes cloude_anime_up {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes cloude_anime_up {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes cloude_anime_down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes cloude_anime_down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.page_index .tp_mainvisual_notes {
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .page_index .tp_mainvisual_notes {
    font-size: 12px;
  }
}
.page_index .tp_mainvisual .tp_wave_white {
  margin-top: 30px;
}
.page_index .tp_mainvisual .tp_wave_pink_ver2 {
  margin-top: 0;
}

.page_index .tp_movie {
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 50%;
  display: block;
  width: 640px;
  height: 360px;
  margin-left: -320px;
  text-align: center;
}
.page_index .tp_movie.ver02 {
  top: -365px;
}
@media screen and (max-width: 700px) {
  .page_index .tp_movie.ver02 {
    top: -679px;
  }
}
@media screen and (max-width: 550px) {
  .page_index .tp_movie.ver02 {
    top: -550px;
  }
}
@media screen and (max-width: 425px) {
  .page_index .tp_movie.ver02 {
    top: -496px;
  }
}

@media screen and (max-width: 668px) {
  .page_index .tp_movie {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    display: block;
    width: 640px;
    height: 360px;
    margin-left: -320px;
    text-align: center;
  }
}
@media screen and (max-width: 668px) {
  .page_index .tp_movie {
    left: 5%;
    width: 90%;
    height: auto;
    margin-left: 0;
  }
  .page_index .tp_movie:before {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    content: '';
  }
}
.page_index .tp_movie_inner {
  display: block;
  width: 100%;
  height: 100%;
}
.page_index .tp_movie_inner > .h5_player,
.page_index .tp_movie_inner > .jstream-eqPlayer {
  top: 30px;
  left: 0;
}
.page_index .tp_movie_close {
  width: 100%;
  text-align: right;
}
.page_index iframe {
  position: relative!important;
}
@media screen and (max-width: 668px) {
  .page_index .tp_movie_close {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.page_index .tp_movie_close_icon {
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}
.page_index .tp_scroll {
  margin-top: 30px;
  text-align: center;
}
.page_index .tp_scroll_inner {
  display: inline-block;
  cursor: pointer;
}
.page_index .tp_scroll_inner:hover .tp_scroll_arrow {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.page_index .tp_scroll_arrow {
  display: block;
  width: 63px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform .300s ease;
          transition:         transform .300s ease;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.page_index .tp_scroll_text {
  display: block;
  width: 37px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.page_index .tp_content_heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_heading {
    display: none;
  }
}
.page_index .tp_content_heading_sp {
  display: none;
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_heading_sp {
    display: block;
    width: 258px;
  }
}
.page_index .tp_content_article {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_content_article {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_article {
    margin-top: 30px;
  }
}
.page_index .tp_content_detail {
  font-size: 18px;
  line-height: 1.8;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: -290px;
  padding-left: 340px;
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_detail {
    font-size: 16px;
    float: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.page_index .tp_content_detail_paragraph {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 1.3em;
}
.page_index .tp_content_detail_paragraph:first-child {
  margin-top: 0;
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_detail_paragraph {
    font-size: 16px;
  }
}
.page_index .tp_content_detail_list {
  padding-left: 1em;
  text-indent: -1em;
}
.page_index .tp_content_detail_list:last-child {
  margin-bottom: .75em;
}
.page_index .tp_content_graph {
  float: left;
  width: 290px;
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_graph {
    float: none;
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
.page_index .tp_content_graph_img {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_graph_img {
    display: none;
    width: 200px;
  }
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_graph_img_sp {
    display: block;
  }
}
.page_index .tp_content_graph_img.tp_colorbox_link {
  display: none;
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_graph_img.tp_colorbox_link {
    display: block;
  }
}
.page_index .tp_content_graph_title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_graph_title {
    font-size: 14px;
  }
}
.page_index .tp_content_graph_title .tp_small {
  font-size: 10px;
  font-weight: normal;
  vertical-align: text-top;
}
.page_index .tp_content_graph_detail {
  font-size: 13px;
}
.page_index .tp_content_graph_detail + .tp_content_graph_detail {
  margin-top: .5em;
}
.page_index .tp_content_graph_notes {
  margin-top: 15px;
}
.page_index .tp_content_graph_notes_box {
  font-size: 10px;
  margin-top: .5em;
  color: #777;
}
.page_index .tp_content_graph_notes_box:first-child {
  margin-top: 0;
}
.page_index .tp_content_graph_notes_box_indent {
  padding-left: 1em;
  text-indent: -1em;
}
.page_index .tp_content_asked {
  font-size: 24px;
  font-weight: bold;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_asked {
    font-size: 16px;
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.page_index .tp_content_link,
.page_index .tp_content_link_pc,
.page_index .tp_content_link_sp {
  margin-top: 20px;
  padding-right: 20px;
  text-align: right;
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_link,
  .page_index .tp_content_link_pc,
  .page_index .tp_content_link_sp {
    padding-right: 0;
  }
}
.page_index .tp_content_link_btn,
.page_index .tp_content_link_pc_btn,
.page_index .tp_content_link_sp_btn {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: .5em 85px;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  text-decoration: none;
  opacity: 1.0;
  color: #fff;
  border-radius: 5px;
  background: #e84383;
}
.page_index .tp_content_link_btn:hover,
.page_index .tp_content_link_pc_btn:hover,
.page_index .tp_content_link_sp_btn:hover {
  text-decoration: none;
  opacity: .7;
}
@media all and (-ms-high-contrast: none) {
  .page_index .tp_content_link_btn,
  .page_index .tp_content_link_pc_btn,
  .page_index .tp_content_link_sp_btn {
    padding: .6em 85px .4em 85px;
  }
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_link_btn,
  .page_index .tp_content_link_pc_btn,
  .page_index .tp_content_link_sp_btn {
    font-size: 16px;
    position: relative;
    display: block;
    width: 280px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: .5em 0;
    text-align: center;
  }
}
.page_index .tp_content_link_btn_icon,
.page_index .tp_content_link_pc_btn_icon,
.page_index .tp_content_link_sp_btn_icon {
  position: absolute;
  right: 10px;
}
.page_index .tp_content_link_btn_icon:before,
.page_index .tp_content_link_pc_btn_icon:before,
.page_index .tp_content_link_sp_btn_icon:before {
  font-size: 14px;
  vertical-align: baseline;
}
.page_index .tp_content_link_pc {
  display: block;
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_link_pc {
    display: none;
  }
}
.page_index .tp_content_link_sp {
  display: none;
}
@media screen and (max-width: 668px) {
  .page_index .tp_content_link_sp {
    display: block;
  }
}
.page_index .tp_trouble {
  margin-top: 0;
  padding-top: 100px;
  background: url('../images/bg_bubble_pink.png') repeat;
  background-position: 0 0;
}
@media screen and (min-width: 769px) {
  .page_index .tp_trouble {
    -webkit-animation: bubble_anime_pink 60s linear infinite;
            animation: bubble_anime_pink 60s linear infinite;
  }
}
@media screen and (max-width: 668px) {
  .page_index .tp_trouble {
    padding-top: 30px;
  }
}
.page_index .tp_trouble + .tp_wave_light_pink {
  margin-top: 100px;
}
@media screen and (max-width: 668px) {
  .page_index .tp_trouble + .tp_wave_light_pink {
    margin-top: 30px;
  }
}
.page_index .tp_relation {
  background: url('../images/bg_bubble_white.png') repeat;
  background-color: #ffe0ea;
  background-position: 0 0;
}
@media screen and (min-width: 769px) {
  .page_index .tp_relation {
    -webkit-animation: bubble_anime_white 60s linear infinite;
            animation: bubble_anime_white 60s linear infinite;
  }
}
.page_index .tp_relation .tp_content_inner {
  padding-top: 80px;
}
@media screen and (max-width: 668px) {
  .page_index .tp_relation .tp_content_inner {
    padding-top: 30px;
  }
}
.page_index .tp_relation .tp_wave_light_pink {
  margin-top: -12px;
}
.page_index .tp_relation .tp_content_detail {
  margin-top: 0;
}
.page_index .tp_relation .tp_content_graph {
  width: 428px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_relation .tp_content_graph {
    width: 290px;
  }
}
@media screen and (max-width: 668px) {
  .page_index .tp_relation .tp_content_graph {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .page_index .tp_relation .tp_content_graph_img {
    width: 260px;
  }
}
.page_index .tp_relation .tp_content_detail {
  margin-left: -428px;
  padding-left: 458px;
}
@media screen and (max-width: 768px) {
  .page_index .tp_relation .tp_content_detail {
    margin-left: -290px;
    padding-left: 340px;
  }
}
@media screen and (max-width: 668px) {
  .page_index .tp_relation .tp_content_detail {
    margin-left: 0;
    padding-left: 0;
  }
}
@-webkit-keyframes bubble_anime_pink {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: -50px -235px;
  }
  50% {
    background-position: 0 -471px;
  }
  75% {
    background-position: 50px -706px;
  }
  100% {
    background-position: 0 -943px;
  }
}
@keyframes bubble_anime_pink {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: -50px -235px;
  }
  50% {
    background-position: 0 -471px;
  }
  75% {
    background-position: 50px -706px;
  }
  100% {
    background-position: 0 -943px;
  }
}
@-webkit-keyframes bubble_anime_white {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50px -244px;
  }
  50% {
    background-position: 0 -488px;
  }
  75% {
    background-position: -50px -732px;
  }
  100% {
    background-position: 0 -977px;
  }
}
@keyframes bubble_anime_white {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50px -244px;
  }
  50% {
    background-position: 0 -488px;
  }
  75% {
    background-position: -50px -732px;
  }
  100% {
    background-position: 0 -977px;
  }
}
.page_index .tp_footer_bgcolor {
  /*background: #ffe0ea;*/
  background: #fff;
}

/*********************
  UUI COMMON
*********************/
.page_uui .tp {
  /*********************
  intro
  *********************/
  /*********************
  content
  *********************/
}
.page_uui .tp_mainvisual {
  margin-top: 10px;
  background: url('../images/uui/mainvisual_qa.png') no-repeat 0 0/cover;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_mainvisual {
    margin-top: 0;
  }
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual {
    background: url('../images/uui/mainvisual_qa_sp.png') no-repeat 50% 50%/cover;
  }
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual_qa .tp_mainvisual_title_info {
    margin-left: -.25em;
  }
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual_qa .tp_mainvisual_uuicloude {
    margin-left: -10px;
  }
}
.page_uui .tp_mainvisual.tp_mainvisual_simulation {
  background: url('../images/uui/mainvisual_simulation.png') no-repeat 50% 50%/cover;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual.tp_mainvisual_simulation {
    background: url('../images/uui/mainvisual_simulation_sp.png') no-repeat 0 0/cover;
  }
}
.page_uui .tp_mainvisual.tp_mainvisual_simulation .tp_mainvisual_inner {
  padding-left: 10px;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual.tp_mainvisual_simulation .tp_mainvisual_inner {
    padding-bottom: 60px;
  }
}
.page_uui .tp_mainvisual.tp_mainvisual_simulation .tp_mainvisual_title {
  line-height: 1.3;
  padding-right: 10px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual.tp_mainvisual_simulation .tp_mainvisual_title {
    display: none;
  }
}
.page_uui .tp_mainvisual.tp_mainvisual_simulation .tp_mainvisual_title_sp {
  display: none;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual.tp_mainvisual_simulation .tp_mainvisual_title_sp {
    display: block;
    float: right;
    width: 100%;
    padding-right: 20%;
    text-align: left;
  }
}
@media screen and (max-width: 414px) {
  .page_uui .tp_mainvisual.tp_mainvisual_simulation .tp_mainvisual_title_sp {
    padding-right: 0;
  }
}
.page_uui .tp_mainvisual.tp_mainvisual_simulation .tp_mainvisual_title_sp_inner {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual.tp_mainvisual_simulation .tp_mainvisual_uuicloude {
    display: none;
  }
}
.page_uui .tp_mainvisual.tp_mainvisual_simulation .tp_mainvisual_uuicloude_sp {
  display: none;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual.tp_mainvisual_simulation .tp_mainvisual_uuicloude_sp {
    display: block;
    float: left;
    margin-right: 20%;
  }
}
@media screen and (max-width: 414px) {
  .page_uui .tp_mainvisual.tp_mainvisual_simulation .tp_mainvisual_uuicloude_sp {
    margin-right: 10px;
  }
}
.page_uui .tp_mainvisual.tp_mainvisual_message {
  background: url('../images/uui/mainvisual_message.png') no-repeat 50% 0/cover;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual.tp_mainvisual_message {
    background: url('../images/uui/mainvisual_message_sp.png') no-repeat 0 0/cover;
  }
}
.page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_inner {
  padding-left: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_inner {
    padding-right: 20%;
  }
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-bottom: 60px;
  }
}
.page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_title {
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_title {
    display: none;
  }
}
.page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_title_sp {
  display: none;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_title_sp {
    display: block;
    float: right;
    width: 100%;
    margin-top: 10px;
    margin-right: 10px;
    padding-right: 20%;
    text-align: right;
  }
}
@media screen and (max-width: 414px) {
  .page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_title_sp {
    margin-right: 10px;
    padding-right: 0;
  }
}
.page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_title_sp_inner {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_uuicloude {
    display: none;
  }
}
.page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_uuicloude_sp {
  display: none;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_uuicloude_sp {
    display: block;
    float: right;
    margin-right: 24%;
  }
}
@media screen and (max-width: 414px) {
  .page_uui .tp_mainvisual.tp_mainvisual_message .tp_mainvisual_uuicloude_sp {
    margin-right: 10px;
  }
}
.page_uui .tp_mainvisual_inner {
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 10px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_mainvisual_inner {
    padding-top: 10px;
    padding-bottom: 145px;
    padding-left: 0;
    text-align: center;
  }
}
.page_uui .tp_mainvisual_title {
  font-size: 44px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  color: #e84383;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_mainvisual_title {
    font-size: 25px;
  }
}
.page_uui .tp_mainvisual_uuicloude {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_mainvisual_uuicloude {
    width: 160px;
  }
}
.page_uui .tp_intro_article {
  float: left;
  width: 100%;
  margin-right: -372px;
  padding-right: 472px;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_intro_article {
    float: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.page_uui .tp_intro_lead {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_intro_lead {
    font-size: 19px;
  }
}
.page_uui .tp_intro_detail {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_intro_detail {
    font-size: 16px;
  }
}
.page_uui .tp_intro_img {
  float: right;
  width: 372px;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_intro_img {
    display: block;
    float: none;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
.page_uui .tp_intro .tp_wave {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_content_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page_uui .tp_content_title {
  font-size: 32px;
  text-align: center;
  color: #e84383;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_content_title {
    font-size: 20px;
  }
}
.page_uui .tp_content_title_sub {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_content_title_sub {
    font-size: 16px;
  }
}

/*********************
  UUI COMMON
*********************/
.page_uui.page_uui_simulation .tp_footer_bgcolor {
  background: #ffe0ea;
}
.page_uui .tp {
  /*********************
  movie
  *********************/
  /*********************
  qa
  *********************/
  /*********************
  simulation_movie
  *********************/
  /*********************
  message
  *********************/
  /*********************
  check
  *********************/
}
.page_uui .tp_movie {
  margin-top: 0;
  padding-top: 60px;
  background: #ffe0ea;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_movie {
    padding-top: 30px;
  }
}
.page_uui .tp_movie .tp_content_inner {
  max-width: 1000px;
}
.page_uui .tp_movie_wrap {
  margin-top: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_movie_wrap {
    margin-top: 10px;
  }
}
.page_uui .tp_movie_main {
  position: relative;
  display: inline-block;
  width: 581px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_movie_main {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.page_uui .tp_movie_main:before {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  content: '';
}
.page_uui .tp_movie_main > .h5_player,
.page_uui .tp_movie_main > .jstream-eqPlayer {
  top: 0;
  left: 0;
}
.page_uui .tp_movie_info {
  display: inline-block;
  margin-left: 50px;
  vertical-align: middle;
  letter-spacing: normal;
}
@media screen and (min-width: 669px) and (max-width: 768px) {
  .page_uui .tp_movie_info {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .page_uui .tp_movie_info {
    display: block;
    margin-top: 30px;
    margin-left: 0;
  }
}
.page_uui .tp_movie_info_box {
  margin-top: 35px;
}
@media screen and (min-width: 669px) and (max-width: 768px) {
  .page_uui .tp_movie_info_box {
    display: inline-block;
    margin-left: 20px;
  }
}
@media screen and (max-width: 668px) {
  .page_uui .tp_movie_info_box {
    width: 250px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}
.page_uui .tp_movie_info_box:first-child {
  margin-top: 0;
}
@media screen and (min-width: 669px) and (max-width: 768px) {
  .page_uui .tp_movie_info_box:first-child {
    margin-top: 0;
    margin-left: 0;
  }
}
.page_uui .tp_movie_info_box_img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_movie_info_box_img {
    display: inline-block;
    width: 90px;
  }
}
.page_uui .tp_movie_info_box_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_movie_info_box_text {
    text-align: left;
  }
}
.page_uui .tp_movie_info_box_text_large {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_movie_info_box_text_large {
    font-size: 18px;
  }
}
.page_uui .tp_movie .tp_wave {
  margin-top: 60px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_movie .tp_wave {
    margin-top: 30px;
  }
}
.page_uui .tp_qa.tp_content {
  margin-top: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_qa.tp_content {
    margin-top: 0;
  }
}
.page_uui .tp_qa_switch {
  overflow: hidden;
  margin-top: 55px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_qa_switch {
    margin-top: 0;
  }
}
.page_uui .tp_qa_switch_inner {
  margin-right: -5px;
  margin-left: -5px;
  padding-bottom: 12px;
}
.page_uui .tp_qa_switch_box {
  float: left;
  width: 20%;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_qa_switch_box {
    width: 50%;
    margin-top: 10px;
  }
}
.page_uui .tp_qa_switch_box_inner {
  font-size: 19px;
  font-weight: bold;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  text-align: center;
  opacity: 1.0;
  color: #e84383;
  border-radius: 5px;
  background: #ffe0ea;
}
.page_uui .tp_qa_switch_box_inner:hover {
  text-decoration: none;
  opacity: .7;
}
@media all and (-ms-high-contrast: none) {
  .page_uui .tp_qa_switch_box_inner {
    line-height: 19px;
  }
}
@media screen and (max-width: 768px) {
  .page_uui .tp_qa_switch_box_inner {
    font-size: 16px;
  }
}
.page_uui .tp_qa_switch_box_inner_arrow {
  position: absolute;
  bottom: -11px;
  left: 50%;
  display: none;
  width: 32px;
  margin-left: -16px;
}
.page_uui .tp_qa_switch_box_inner.tp_cur {
  color: #fff;
  background: #e84383;
}
.page_uui .tp_qa_switch_box_inner.tp_cur:hover {
  opacity: 1;
}
.page_uui .tp_qa_switch_box_inner.tp_cur .tp_qa_switch_box_inner_arrow {
  display: block;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_qa_switch_box_inner.tp_cur .tp_qa_switch_box_inner_arrow {
    display: none;
  }
}
.page_uui .tp_qa_section {
  display: none;
  margin-top: 45px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_qa_section {
    margin-top: 10px;
  }
}
.page_uui .tp_qa_section_heading {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  color: #e84383;
}
.page_uui .tp_qa_section_heading:before {
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  content: '';
  border-radius: 10px;
  background: #e84383;
}
.page_uui .tp_qa_section_detail {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.page_uui .tp_qa_section_box_num {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 60px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  border-radius: 50px;
}
.page_uui .tp_qa_section_box_text {
  font-size: 18px;
  line-height: 1.8;
  float: right;
  width: 100%;
  margin-left: -60px;
  padding-left: 75px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_qa_section_box_text {
    font-size: 16px;
  }
}
.page_uui .tp_qa_section_box_text .tp_head {
  font-size: 19px;
  font-weight: bold;
  margin-top: .5em;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_qa_section_box_text .tp_head {
    font-size: 16px;
  }
}
.page_uui .tp_qa_section_box_text .tp_head + .tp_oab_main_article_table_wrap {
  margin-top: 0;
}
.page_uui .tp_qa_section_box_text .tp_head .tp_icon {
  vertical-align: middle;
  color: #ffe0ea;
}
.page_uui .tp_qa_section_box_text .tp_separation {
  margin-top: 1em;
}
.page_uui .tp_qa_section_box_text .tp_separation_half {
  margin-top: .5em;
}
.page_uui .tp_qa_section_box_text .tp_separation_none {
  margin-top: 0;
}
.page_uui .tp_qa_section_box_text .tp_separation_none.tp_indent {
  padding-left: 1em;
  text-indent: -1em;
}
.page_uui .tp_qa_section_box_text .tp_separation.tp_indent {
  padding-left: 1em;
  text-indent: -1em;
}
.page_uui .tp_qa_section_box_text > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.page_uui .tp_qa_section_box_text .tp_small_under {
  font-size: 10px;
  font-weight: normal;
  vertical-align: baseline;
}
.page_uui .tp_qa_section_box_img {
  margin-top: 1em;
}
.page_uui .tp_qa_section_box_img_pc {
  display: block;
  margin-top: .5em;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_qa_section_box_img_pc {
    display: none;
  }
}
.page_uui .tp_qa_section_box_img_sp {
  display: none;
  margin-top: .5em;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_qa_section_box_img_sp {
    display: block;
  }
}
.page_uui .tp_qa_section_box_img .tp_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_qa_section_box_img .tp_title {
    font-size: 16px;
  }
}
.page_uui .tp_qa_section_box_img .tp_title .tp_small {
  font-size: 10px;
  font-weight: normal;
  vertical-align: text-top;
}
.page_uui .tp_qa_section_box_img .tp_img {
  display: block;
}
.page_uui .tp_qa_section_box_img .tp_info {
  font-size: 12px;
  margin-top: 1em;
  text-align: center;
}
.page_uui .tp_qa_section_box.tp_q {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.page_uui .tp_qa_section_box.tp_q .tp_qa_section_box_num {
  color: #e84383;
  background: #ffe0ea;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_qa_section_box.tp_q .tp_qa_section_box_text {
    font-weight: bold;
    line-height: 1.4;
  }
}
.page_uui .tp_qa_section_box.tp_a {
  margin-top: 20px;
}
.page_uui .tp_qa_section_box.tp_a .tp_qa_section_box_num {
  color: #fff;
  background: #e84383;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_qa_section_box.tp_a .tp_qa_section_box_text {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }
}
.page_uui .tp_simulation_movie {
  margin-top: 0;
  padding-top: 80px;
  background: #ffe0ea;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_simulation_movie {
    padding-top: 50px;
  }
}
.page_uui .tp_simulation_movie_wrap {
  position: relative;
  width: 100%;
  text-align: center;
}
.page_uui .tp_simulation_movie_wrap:before {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  content: '';
}
.page_uui .tp_simulation_movie_wrap > .h5_player,
.page_uui .tp_simulation_movie_wrap > .jstream-eqPlayer {
  top: 0;
  left: 0;
}
.page_uui .tp_simulation_movie_btn {
  margin-top: 50px;
}
.page_uui .tp_simulation_movie_btn_inner {
  margin-right: -15px;
  margin-left: -15px;
}
.page_uui .tp_simulation_movie_btn_box {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_simulation_movie_btn_box {
    width: 100%;
    margin-top: 10px;
  }
}
.page_uui .tp_simulation_movie_btn_box_inner {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 12px;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  text-align: center;
  opacity: 1.0;
  color: #e84383;
  border: 1px solid #e84383;
  border-radius: 5px;
  background: #fff;
}
.page_uui .tp_simulation_movie_btn_box_inner:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_simulation_movie_btn_box_inner {
    font-size: 16px;
  }
}
.page_uui .tp_simulation_movie_btn_box_inner.tp_detail {
  color: #fff;
  border: none;
  background: #e84383;
}
.page_uui .tp_simulation_movie_btn_box .tp_icon {
  font-size: 24px;
  margin-left: -10px;
  vertical-align: bottom;
}
@media all and (-ms-high-contrast: none) {
  .page_uui .tp_simulation_movie_btn_box .tp_icon {
    vertical-align: middle;
  }
}
.page_uui .tp_simulation_movie_btn_box .tp_icon:before {
  display: inline-block;
  vertical-align: middle;
}
.page_uui .tp_simulation_movie_btn_box_text {
  display: inline-block;
  margin-left: 10px;
  vertical-align: baseline;
}
@media all and (-ms-high-contrast: none) {
  .page_uui .tp_simulation_movie_btn_box_text {
    line-height: 20px;
    margin-top: 4px;
    vertical-align: middle;
  }
}
.page_uui .tp_simulation_movie_btn_box .tp_arrow {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
}
@media all and (-ms-high-contrast: none) {
  .page_uui .tp_simulation_movie_btn_box .tp_arrow {
    margin-top: -11px;
  }
}
.page_uui .tp_simulation_movie_btn_box .tp_arrow:before {
  vertical-align: middle;
}
.page_uui .tp_simulation_movie .tp_doctor_slide {
  margin-top: 30px;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_simulation_movie .tp_doctor_slide {
    margin-top: 10px;
  }
}
.page_uui .tp_patient .tp_content_inner,
.page_uui .tp_doctor .tp_content_inner {
  max-width: 1000px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_patient .tp_content_inner,
  .page_uui .tp_doctor .tp_content_inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.page_uui .tp_patient .tp_wave,
.page_uui .tp_doctor .tp_wave {
  margin-top: 75px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_patient .tp_wave,
  .page_uui .tp_doctor .tp_wave {
    margin-top: 40px;
  }
}
.page_uui .tp_patient_slide,
.page_uui .tp_doctor_slide {
  position: relative;
  margin-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_patient_slide,
  .page_uui .tp_doctor_slide {
    margin-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page_uui .tp_patient_slide .tp_info_icon,
.page_uui .tp_doctor_slide .tp_info_icon {
  font-size: 12px;
  vertical-align: text-bottom;
}
.page_uui .tp_patient_slide_part:focus,
.page_uui .tp_doctor_slide_part:focus {
  outline: none;
}
.page_uui .tp_patient_slide_img,
.page_uui .tp_doctor_slide_img {
  float: left;
  width: 350px;
  padding-top: 30px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_patient_slide_img,
  .page_uui .tp_doctor_slide_img {
    float: none;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding-top: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.page_uui .tp_patient_slide_img img,
.page_uui .tp_doctor_slide_img img {
  display: inline-block;
  max-width: 315px;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_patient_slide_img img,
  .page_uui .tp_doctor_slide_img img {
    max-width: 100%;
  }
}
.page_uui .tp_patient_slide_article,
.page_uui .tp_doctor_slide_article {
  float: left;
  width: 100%;
  margin-left: -350px;
  padding-left: 370px;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_patient_slide_article,
  .page_uui .tp_doctor_slide_article {
    float: none;
    margin-top: 50px;
    margin-left: 0;
    padding-left: 0;
  }
}
.page_uui .tp_patient_slide_article:first-child,
.page_uui .tp_doctor_slide_article:first-child {
  float: right;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_patient_slide_article:first-child,
  .page_uui .tp_doctor_slide_article:first-child {
    float: none;
    margin-top: 0;
  }
}
.page_uui .tp_patient_slide_article_heading,
.page_uui .tp_doctor_slide_article_heading {
  font-size: 24px;
  font-weight: bold;
  word-break: break-all;
  color: #e84383;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_patient_slide_article_heading,
  .page_uui .tp_doctor_slide_article_heading {
    font-size: 18px;
  }
}
.page_uui .tp_patient_slide_article_heading_notes,
.page_uui .tp_doctor_slide_article_heading_notes {
  font-size: 17px;
  text-align: right;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_patient_slide_article_heading_notes,
  .page_uui .tp_doctor_slide_article_heading_notes {
    font-size: 16px;
  }
}
.page_uui .tp_patient_slide_detail,
.page_uui .tp_doctor_slide_detail {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_patient_slide_detail,
  .page_uui .tp_doctor_slide_detail {
    font-size: 16px;
    padding-top: 10px;
  }
}
.page_uui .tp_patient_slide_detail_paragraph,
.page_uui .tp_doctor_slide_detail_paragraph {
  margin-top: 1em;
  text-align: justify;
  text-indent: 1em;
}
.page_uui .tp_patient_slide_detail_paragraph:first-child,
.page_uui .tp_doctor_slide_detail_paragraph:first-child {
  margin-top: 0;
}
.page_uui .tp_patient_slide_detail_paragraph.tp_negation,
.page_uui .tp_doctor_slide_detail_paragraph.tp_negation {
  margin-top: 0;
  text-indent: 0;
}
.page_uui .tp_patient_slide_detail_notes,
.page_uui .tp_doctor_slide_detail_notes {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.5em;
  text-align: right;
}
.page_uui .tp_patient_slide_detail_info,
.page_uui .tp_doctor_slide_detail_info {
  font-size: 14px;
  margin-top: 1em;
}
.page_uui .tp_patient_slide_detail > ul > li,
.page_uui .tp_doctor_slide_detail > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.page_uui .tp_patient_link,
.page_uui .tp_doctor_link {
  margin-top: 35px;
}
.page_uui .tp_patient_link_box,
.page_uui .tp_doctor_link_box {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 12px;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  text-align: center;
  opacity: 1.0;
  border: 1px solid #e84383;
  border-radius: 5px;
  background: #fff;
}
.page_uui .tp_patient_link_box:hover,
.page_uui .tp_doctor_link_box:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_patient_link_box,
  .page_uui .tp_doctor_link_box {
    width: 280px;
  }
}
.page_uui .tp_patient_link_box .tp_icon,
.page_uui .tp_doctor_link_box .tp_icon {
  font-size: 24px;
  margin-left: -10px;
}
.page_uui .tp_patient_link_box .tp_icon:before,
.page_uui .tp_doctor_link_box .tp_icon:before {
  vertical-align: middle;
}
.page_uui .tp_patient_link_box .tp_arrow,
.page_uui .tp_doctor_link_box .tp_arrow {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
.page_uui .tp_patient {
  background: #ffe0ea;
}
.page_uui .tp_patient.tp_content {
  margin-top: 0;
  padding-top: 100px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_patient.tp_content {
    padding-top: 40px;
  }
}
.page_uui .tp_patient .tp_content_title_sub_notes {
  font-size: 12px;
  margin: .5em 10px 0 10px;
  text-align: center;
}
.page_uui .tp_doctor {
  margin-top: 0;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_doctor {
    padding-top: 30px;
  }
}
.page_uui .tp_doctor_slide_summary {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  padding: 0 20px;
  text-align: center;
}
.page_uui .tp_doctor_slide_img {
  float: right;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_doctor_slide_img {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .page_uui .tp_doctor_slide_img {
    float: none;
    padding-top: 20px;
  }
}
.page_uui .tp_doctor_slide_article {
  float: left;
  margin-top: 0;
  margin-right: -350px;
  margin-left: 0;
  padding-right: 340px;
  padding-left: 0;
}
.page_uui .tp_doctor_slide_article:first-child {
  float: left;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_doctor_slide_article {
    float: none !important;
    margin-top: 10px;
    margin-right: 0;
    padding-right: 0;
  }
}
.page_uui .tp_doctor_slide_article_heading {
  margin-bottom: 1.5em;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_doctor_slide_article_heading {
    margin-bottom: 0;
    text-align: left;
  }
}
.page_uui .tp_doctor_slide_article_heading_notes {
  font-weight: bold;
  margin-top: .5em;
}
.page_uui .tp_doctor_slide_article_heading_notes.tp_hide_pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .page_uui .tp_doctor_slide_article_heading_notes.tp_hide_pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page_uui .tp_doctor_slide_article_heading_notes.tp_hide_sp {
    display: none;
  }
}
.page_uui .tp_doctor_slide_part {
  cursor: auto;
}
@media screen and (max-width: 414px) {
  .page_uui .tp_doctor .tp_slide_dots {
    top: 570px;
  }
}
@media screen and (max-width: 320px) {
  .page_uui .tp_doctor .tp_slide_dots {
    top: 490px;
  }
}
.page_uui .tp_check {
  margin-top: 0;
  padding-top: 100px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_check {
    padding-top: 20px;
  }
}
.page_uui .tp_check_heading {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-top: 55px;
  padding-left: 20px;
  color: #e84383;
}
.page_uui .tp_check_heading:before {
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  content: '';
  border-radius: 10px;
  background: #e84383;
}
.page_uui .tp_check_heading_sub {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_check_heading_sub {
    margin-top: 1em;
    text-align: left;
  }
}
.page_uui .tp_check_section {
  margin-top: 15px;
  padding: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_check_section {
    padding: 10px;
  }
}
.page_uui .tp_check_wrap {
  margin-top: 20px;
  padding-top: 20px;
  cursor: pointer;
  border-top: 1px solid #ccc;
}
.page_uui .tp_check_wrap:first-child {
  padding-top: 0;
  border-top: none;

  maegin-top: 0;
}
.page_uui .tp_check_box {
  font-size: 20px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #e84383;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.page_uui .tp_check_box .tp_icon {
  display: none;
  margin-top: -2px;
}
.page_uui .tp_check_box.tp_cur .tp_icon {
  display: block;
}
.page_uui .tp_check_text {
  font-size: 19px;
  float: left;
  width: 100%;
  margin-left: -26px;
  padding-left: 50px;
}
@media all and (-ms-high-contrast: none) {
  .page_uui .tp_check_text {
    margin-top: 2px;
  }
}
@media screen and (max-width: 668px) {
  .page_uui .tp_check_text {
    font-size: 17px;
    padding-left: 40px;
  }
}
.page_uui .tp_check_link {
  overflow: hidden;
  width: 100%;
  margin-top: 25px;
}
.page_uui .tp_check_link_inner {
  margin-right: -15px;
  margin-left: -15px;
}
.page_uui .tp_check_link_wrap {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 668px) {
  .page_uui .tp_check_link_wrap {
    width: 100%;
    margin-top: 10px;
  }
  .page_uui .tp_check_link_wrap:first-child {
    margin-top: 0;
  }
}
.page_uui .tp_check_link_box {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 12px;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  text-align: center;
  opacity: 1.0;
  border: 1px solid #e84383;
  border-radius: 5px;
  background: #fff;
}
.page_uui .tp_check_link_box:hover {
  text-decoration: none;
  opacity: .7;
}
.page_uui .tp_check_link_box .tp_icon {
  font-size: 24px;
}
.page_uui .tp_check_link_box .tp_icon:before {
  vertical-align: middle;
}
.page_uui .tp_check_link_box .tp_text {
  display: inline-block;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  .page_uui .tp_check_link_box .tp_text {
    margin-top: 2px;
    vertical-align: middle;
  }
}
.page_uui .tp_check_link_box .tp_arrow {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
@media all and (-ms-high-contrast: none) {
  .page_uui .tp_check_link_box .tp_arrow {
    margin-top: -11px;
  }
}

/*********************
  UUI COMMON
*********************/
.tp_oab_heading_visual {
  position: relative;
  width: 100%;
  height: 260px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .tp_oab_heading_visual {
    height: 150px;
    margin-top: 0;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_heading_visual {
    height: 100px;
  }
}
.tp_oab_heading_visual.tp_selfcheck_visual {
  background: url('../images/oab/selfcheck/main_check.jpg') no-repeat 100% 50%/cover;
}
@media screen and (max-width: 1039px) {
  .tp_oab_heading_visual.tp_selfcheck_visual {
    background: url('../images/oab/selfcheck/main_check.jpg') no-repeat 50% 50%/cover;
  }
}
.tp_oab_heading_visual.tp_about_visual {
  background: url('https://www.oab-info.com/common/images/oab/about/main_about.jpg') no-repeat 100% 50%/cover;
}
@media screen and (max-width: 1039px) {
  .tp_oab_heading_visual.tp_about_visual {
    background: url('https://www.oab-info.com/common/images/oab/about/main_about.jpg') no-repeat 50% 50%/cover;
  }
}
.tp_oab_heading_visual.tp_diagnosis_visual {
  background: url('https://www.oab-info.com/common/images/oab/diagnosis/main_diagnosis.jpg') no-repeat 100% 50%/cover;
}
@media screen and (max-width: 1039px) {
  .tp_oab_heading_visual.tp_diagnosis_visual {
    background: url('https://www.oab-info.com/common/images/oab/diagnosis/main_diagnosis.jpg') no-repeat 50% 50%/cover;
  }
}
.tp_oab_heading_visual.tp_family_visual {
  background: url('../images/oab/family/main_family.jpg') no-repeat 100% 50%/cover;
}
@media screen and (max-width: 1039px) {
  .tp_oab_heading_visual.tp_family_visual {
    background: url('../images/oab/family/main_family.jpg') no-repeat 50% 50%/cover;
  }
}
.tp_oab_heading_visual.tp_glossary_visual {
  background: url('https://www.oab-info.com/common/images/oab/glossary/main_glossary.jpg') no-repeat 100% 50%/cover;
}
@media screen and (max-width: 1039px) {
  .tp_oab_heading_visual.tp_glossary_visual {
    background: url('https://www.oab-info.com/common/images/oab/glossary/main_glossary.jpg') no-repeat 50% 50%/cover;
  }
}
.tp_oab_heading_visual.tp_mechanism_visual {
  background: url('https://www.oab-info.com/common/images/oab/mechanism/main_mechanism.jpg') no-repeat 100% 50%/cover;
}
@media screen and (max-width: 1039px) {
  .tp_oab_heading_visual.tp_mechanism_visual {
    background: url('https://www.oab-info.com/common/images/oab/mechanism/main_mechanism.jpg') no-repeat 50% 50%/cover;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_heading_visual.tp_mechanism_visual {
    background: url('https://www.oab-info.com/common/images/oab/mechanism/main_mechanism.jpg') no-repeat 50% 100%/cover;
  }
}
.tp_oab_heading_visual.tp_note_visual {
  background: url('https://www.oab-info.com/common/images/oab/note/main_note.jpg') no-repeat 100% 50%/cover;
}
@media screen and (max-width: 1039px) {
  .tp_oab_heading_visual.tp_note_visual {
    background: url('https://www.oab-info.com/common/images/oab/note/main_note.jpg') no-repeat 50% 50%/cover;
  }
}
.tp_oab_heading_visual.tp_other_visual {
  background: url('https://www.oab-info.com/common/images/oab/other/main_other.jpg') no-repeat 100% 50%/cover;
}
@media screen and (max-width: 1039px) {
  .tp_oab_heading_visual.tp_other_visual {
    background: url('https://www.oab-info.com/common/images/oab/other/main_other.jpg') no-repeat 50% 50%/cover;
  }
}
.tp_oab_heading_visual.tp_sitemap_visual {
  background: url('../images/sitemap/main_sitemap.jpg') no-repeat 100% 50%/cover;
}
@media screen and (max-width: 1039px) {
  .tp_oab_heading_visual.tp_sitemap_visual {
    background: url('../images/sitemap/main_sitemap.jpg') no-repeat 50% 50%/cover;
  }
}
.tp_oab_heading_visual .tp_wave_white {
  position: absolute;
  bottom: 0;
}
.tp_oab_heading_inner {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1039px) {
  .tp_oab_heading_inner {
    width: 96%;
  }
}
.tp_oab_heading_title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  margin-top: 2em;
  color: #e84383;
}
.tp_oab_heading_title > span {
  font-size: 30px;
  display: block;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .tp_oab_heading_title > span {
    font-size: 19px;
  }
}
.tp_oab_heading_title > .tp_oab_heading_title_main {
  font-size: 34px;
  display: inline-block;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .tp_oab_heading_title > .tp_oab_heading_title_main {
    font-size: 21px;
  }
}
.tp_oab_heading_title.tp_btn_list_icon,
.tp_oab_heading_title .tp_icon_book {
  margin-right: .25em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .tp_oab_heading_title {
    font-size: 21px;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_heading_title {
    margin-top: .75em;
  }
}
.tp_oab_contents {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.tp_oab_contents.ver2017 {
  /*margin-bottom: 80px;*/
}
@media screen and (max-width: 668px) {
  .tp_oab_contents.ver2017 {
    margin-bottom: 0px;
  }
}


@media screen and (max-width: 1039px) {
  .tp_oab_contents {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .tp_oab_contents {
    width: 100%;
  }
}
.tp_oab_main {
  float: left;
  width: 100%;
  margin-top: 3.25em;
  margin-right: -260px;
  padding-right: 260px;
}
@media screen and (max-width: 768px) {
  .tp_oab_main {
    float: none;
    margin-top: 1.5em;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
}
.tp_oab_main_article_p {
  font-size: 18px;
  margin-top: 1.25em;
}
.tp_oab_main_article_p:first-child {
  margin-top: .5em;
}
@media screen and (max-width: 1039px) {
  .tp_oab_main_article_p {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_p {
    font-size: 16px;
    width: 96%;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article_p {
    padding-right: .5em;
    padding-left: .5em;
  }
}
.tp_oab_main_article_list {
  padding-left: 1em;
  text-indent: -1em;
}
.tp_oab_main_article .tp_small_under {
  font-size: 10px;
  font-weight: normal;
  vertical-align: baseline;
}
@media screen and (max-width: 1039px) {
  .tp_oab_main_article h2,
  .tp_oab_main_article h4,
  .tp_oab_main_article h5 {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article h2,
  .tp_oab_main_article h4,
  .tp_oab_main_article h5 {
    width: 96%;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article h2,
  .tp_oab_main_article h4,
  .tp_oab_main_article h5 {
    padding-right: .5em;
  }
}
.tp_oab_main_article h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  padding-bottom: .75em;
  color: #e84383;
}
.tp_oab_main_article h1:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  content: '';
  background: url('../images/oab/h2_dotted.png') repeat 0 0 transparent;
  -webkit-background-size: 17px 5px;
          background-size: 17px 5px;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article h1 {
	font-size: 19px;
	margin-left: .5em;
}
  .tp_oab_main_article h2 {
    font-size: 19px;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article h2 {
    margin-left: .5em;
  }
}
.tp_oab_main_article h2 {
  font-size: 24px;
  margin-top: 2em;
  padding-top: .25em;
  padding-right: 1em;
  padding-bottom: .25em;
  padding-left: 1em;
  background: #fdf2f4;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article h3 {
    font-size: 18px;
    padding-right: .75em;
    padding-left: .75em;
  }
}
.tp_oab_main_article h4 {
  font-size: 22px;
  line-height: 1.3;
  position: relative;
  margin-top: 2em;
  padding-left: 1em;
}
.tp_oab_main_article h4:before {
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  content: '';
  border-radius: 10px;
  background: #e84383;
}
.tp_oab_main_article h4:after {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  content: '';
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article h4 {
    font-size: 17px;
  }
}
.tp_oab_main_article h5 {
  font-size: 20px;
  margin-top: 2em;
}
.tp_oab_main_article h5:before {
  font-family: 'iconsfont';
  font-size: 14px;
  display: inline-block;
  padding-right: .5em;
  content: '\E681';
  vertical-align: middle;
  color: #ffc6ce;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article h5 {
    margin-left: .75em;
  }
}
.tp_oab_main_article h5 > span {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article h5 > span {
    font-size: 14px;
  }
}
.tp_oab_main_article h1 + h2 {
  margin-top: 1.25em;
}
.tp_oab_main_article h3 + h4 {
  margin-top: 1.25em;
}
.tp_oab_main_article h4 + h5 {
  margin-top: 1.5em;
}
.tp_oab_main_article h5 + .tp_oab_main_article_p {
  margin-top: .75em;
}
@media screen and (max-width: 1039px) {
  .tp_oab_main_article_ul {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_ul {
    width: 96%;
  }
  .tp_oab_main_article h1 + h2 {
	font-size: 18px;
	margin-left: 0;
	margin-right: 0;
	padding-right:.75em;
	padding-left:.75em;
	width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article_ul {
    padding-right: .5em;
    padding-left: .5em;
  }
}
.tp_oab_main_article_li {
  font-size: 18px;
  margin-top: .5em;
  margin-left: 1.75em;
  list-style-type: circle;
}
.tp_oab_main_article_li:first-child {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_li {
    font-size: 16px;
  }
}
.tp_oab_main_article_li.tp_li_num {
  list-style-type: decimal;
}
.tp_oab_main_article img {
  width: auto;
  margin-top: 1.5em;
  margin-right: auto;
  margin-left: auto;
}
.tp_oab_main_article img:first-child {
  margin-top: 0;
}
.tp_oab_main_article img:first-child + .tp_colorbox_link {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article img {
    max-width: 85%;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article img {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article img + .tp_colorbox_link {
    width: auto;
    margin-top: 1.25em;
    margin-right: auto;
    margin-left: auto;
  }
  .tp_oab_main_article img + .tp_colorbox_link img {
    display: inline;
  }
}
.tp_oab_main_article img.tp_disable_img {
  display: inline-block;
}
.tp_oab_main_article_img_wrap {
  margin-top: 1.5em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .tp_oab_main_article_img_wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_img_wrap {
    width: 96%;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article_img_wrap {
    margin-top: 1.5em;
    padding-right: .5em;
    padding-left: .5em;
  }
}
.tp_oab_main_article_img_wrap > .tp_oab_main_article_p {
  text-align: left;
}
@media screen and (max-width: 1039px) {
  .tp_oab_main_article_img_wrap > .tp_oab_main_article_p {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_img_wrap > .tp_oab_main_article_p {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article_img_wrap > .tp_oab_main_article_p {
    padding-right: 0;
    padding-left: 0;
  }
}
.tp_oab_main_article_img_wrap > .tp_oab_main_article_img_title + .tp_oab_main_article_p {
  margin-top: 1em;
}
.tp_oab_main_article_img_wrap_pdf {
  display: inline-block;
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_img_wrap_pdf {
    display: none;
  }
}
.tp_oab_main_article_img_wrap_pdf_img {
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
}
.tp_oab_main_article_img_wrap_pdf_img:hover {
  text-decoration: none;
  opacity: .7;
}
.tp_oab_main_article_img_wrap_pdf_textlink {
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
}
.tp_oab_main_article_img_wrap_pdf_textlink:hover {
  text-decoration: none;
  opacity: .7;
}
.tp_oab_main_article_img_wrap_pdf_a {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 120px;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  vertical-align: middle;
  opacity: 1.0;
}
.tp_oab_main_article_img_wrap_pdf_a:hover {
  text-decoration: none;
  opacity: .7;
}
.tp_oab_main_article_img_wrap_pdf_a > img {
  margin-top: 0;
}
.tp_oab_main_article_img_title {
  font-size: 19px;
  font-weight: bold;
  margin-top: 3em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_img_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article_img_title {
    margin-top: 2em;
  }
}
.tp_oab_main_article_img_title.tp_oab_link {
  text-align: center;
}
.tp_oab_main_article_img_note {
  font-size: 14px;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_img_note {
    font-size: 12px;
  }
}
.tp_oab_main_article_img_note.tp_oab_main_article_img_wrap_pdf_p {
  position: relative;
  z-index: 0;
  display: inline-block;
  float: right;
  width: 100%;
  margin-top: 0;
  margin-left: -137px;
  padding-left: 140px;
  text-align: left;
  text-indent: -13px;
}
.tp_oab_main_article_img_box {
  width: 280px;
  margin-bottom: 50px;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.tp_oab_main_article_img_btn {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  text-align: center;
  opacity: 1.0;
  color: #fff;
  border-radius: 5px;
  background: #007ad5;
}
.tp_oab_main_article_img_btn:hover {
  text-decoration: none;
  opacity: .7;
}
.tp_oab_main_article_img_btn_text {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  vertical-align: top;
}
@media all and (-ms-high-contrast: none) {
  .tp_oab_main_article_img_btn_text {
    vertical-align: middle;
  }
}
.tp_oab_main_article_img_btn .tp_icon {
  font-size: 22px;
  margin-left: -30px;
  vertical-align: top;
}
@media all and (-ms-high-contrast: none) {
  .tp_oab_main_article_img_btn .tp_icon {
    vertical-align: middle;
  }
}
.tp_oab_main_article_img_btn .tp_arrow {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}
.tp_oab_main_article .tp_oab_main_article_img_wrap + .tp_oab_main_article_img_wrap {
  margin-top: 3.75em;
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article .tp_oab_main_article_img_wrap + .tp_oab_main_article_img_wrap {
    font-size: 16px;
    margin-top: 3em;
  }
}
.tp_oab_main_article .tp_oab_main_article_table_wrap + .tp_oab_main_article_img_wrap {
  margin-top: 3em;
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article .tp_oab_main_article_table_wrap + .tp_oab_main_article_img_wrap {
    font-size: 16px;
    margin-top: 2em;
  }
}
.tp_oab_main_article .tp_oab_main_article_ul + .tp_oab_main_article_img_wrap {
  margin-top: 3em;
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article .tp_oab_main_article_ul + .tp_oab_main_article_img_wrap {
    font-size: 16px;
    margin-top: 2em;
  }
}
.tp_oab_main_article img + img {
  margin-top: 1.5em;
}
.tp_oab_main_article_table_wrap {
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
@media screen and (max-width: 1039px) {
  .tp_oab_main_article_table_wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_table_wrap {
    width: 96%;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article_table_wrap {
    padding-right: .5em;
    padding-left: .5em;
  }
}
.tp_oab_main_article_table_wrap .tp_oab_main_article_table {
  margin-bottom: 50px;
  margin-top: .75em;
  border-spacing: 0;
  border-collapse: collapse;
}
.tp_oab_main_article_table_wrap .tp_oab_main_article_table tr {
  font-size: 17px;
}
.tp_oab_main_article_table_wrap .tp_oab_main_article_table th {
  width: 25%;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  text-align: left;
  border: solid 2px #fff;
  background: #fcc7db;
}
.tp_oab_main_article_table_wrap .tp_oab_main_article_table th > span {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_table_wrap .tp_oab_main_article_table th > span {
    font-size: 13px;
  }
}
.tp_oab_main_article_table_wrap .tp_oab_main_article_table td {
  width: 75%;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border: solid 2px #fff;
  background: #ffeff5;
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article_table_wrap .tp_oab_main_article_table td > .tp_oab_main_article_ul {
    font-size: 15px;
    width: 100%;
  }
}
.tp_oab_main_article_table_wrap .tp_oab_main_article_table td > .tp_oab_main_article_ul > .tp_oab_main_article_li {
  font-size: 17px;
  margin-left: 1em;
}
.tp_oab_main_article_table_wrap .tp_oab_main_article_table td > .tp_oab_main_article_ul > .tp_oab_main_article_li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_table_wrap .tp_oab_main_article_table td > .tp_oab_main_article_ul > .tp_oab_main_article_li {
    font-size: 15px;
    margin-top: .25em;
  }
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_table_wrap .tp_oab_main_article_table tr {
    font-size: 15px;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_article_table_wrap .tp_oab_main_article_table {
    display: block;
  }
  .tp_oab_main_article_table_wrap .tp_oab_main_article_table tbody {
    display: block;
  }
  .tp_oab_main_article_table_wrap .tp_oab_main_article_table tr {
    display: block;
  }
  .tp_oab_main_article_table_wrap .tp_oab_main_article_table th {
    display: block;
    width: 100%;
    padding-top: .25em;
    padding-right: .75em;
    padding-bottom: .25em;
    padding-left: .75em;
    border-top: solid 2px #fff;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .tp_oab_main_article_table_wrap .tp_oab_main_article_table td {
    display: block;
    width: 100%;
    padding-right: .75em;
    padding-left: .75em;
    border: none;
  }
}
.tp_oab_main_article_table_title {
  font-size: 19px;
  font-weight: bold;
  margin-top: 1.5em;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_article_table_title {
    font-size: 16px;
  }
}
.tp_oab_main_article h4 + .tp_oab_main_article_ul {
  margin-top: 2em;
}
.tp_oab_main_glossary {
  margin-top: 1.25em;
  padding-top: 1em;
  padding-right: 1.25em;
  padding-bottom: 1em;
  padding-left: 1.25em;
  background: #fdf2f4;
}
@media screen and (max-width: 1039px) {
  .tp_oab_main_glossary {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .tp_oab_main_glossary {
    margin-right: .75em;
    margin-left: .75em;
    padding-right: 1em;
    padding-left: 1em;
  }
}
.tp_oab_main_glossary > ul > li {
  font-size: 18px;
  line-height: 1.8;
  display: inline-block;
  width: 49%;
  vertical-align: top;
  color: #666;
}
.tp_oab_main_glossary > ul > li > a {
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
  color: #666;
}
.tp_oab_main_glossary > ul > li > a:hover {
  text-decoration: none;
  opacity: .7;
}
.tp_oab_main_glossary > ul > li > a:before {
  font-family: 'iconsfont';
  font-size: 10px;
  display: inline-block;
  margin-right: .5em;
  content: '\E622';
  vertical-align: middle;
  color: #e84383;
}
@media screen and (max-width: 1039px) {
  .tp_oab_main_glossary > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tp_oab_main_glossary > ul > li {
    font-size: 16px;
    line-height: 1.8;
    width: 49%;
    padding-left: 1.25em;
    text-indent: -.5em;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_main_glossary > ul > li {
    width: 100%;
  }
}
.tp_oab_main_note {
  margin-top: 1.25em;
  padding-top: 1em;
  padding-right: 1.25em;
  padding-bottom: 1em;
  padding-left: 1.25em;
  background: #ebf9ff;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_note {
    margin-right: .75em;
    margin-left: .75em;
    padding-right: 1em;
    padding-left: 1em;
  }
}
.tp_oab_main_note_p {
  font-size: 18px;
  margin-top: .75em;
}
.tp_oab_main_note_p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .tp_oab_main_note_p {
    font-size: 16px;
  }
}
.tp_oab_sub {
  float: right;
  width: 230px;
  margin-top: 3.25em;
}
@media screen and (max-width: 768px) {
  .tp_oab_sub {
    float: none;
    width: 96%;
    margin-bottom: 1.5em;
    margin-top: 3em;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 668px) {
  .tp_oab_sub {
    padding-right: .5em;
    padding-left: .5em;
  }
}
.tp_oab_sub_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e84383;
}
.tp_oab_sub_wrap:first-child {
  border-top: 1px solid #e84383;
}
.tp_oab_sub_wrap > ul {
  display: none;
  overflow: hidden;
}
.tp_oab_sub_wrap > ul > li {
  font-size: 15px;
  border-top: 1px solid #fce6e9;
}
.tp_oab_sub_wrap > ul > li:first-child {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .tp_oab_sub_wrap > ul > li {
    font-size: 14px;
  }
}
.tp_oab_sub_wrap > ul > li > a {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
  color: #333;
}
.tp_oab_sub_wrap > ul > li > a:hover {
  text-decoration: none;
  opacity: .7;
}
.tp_oab_sub_wrap > ul > li > a:after {
  font-family: 'iconsfont';
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 38%;
  right: 2%;
  display: inline-block;
  content: '\E622';
  vertical-align: middle;
  color: #e84383;
}
@media screen and (max-width: 768px) {
  .tp_oab_sub_wrap > ul > li > a:after {
    font-weight: bold;
  }
}
.tp_oab_sub_wrap > ul > li > a.tp_cur {
  font-weight: bold;
  color: #e84383;
}
@media screen and (max-width: 768px) {
  .tp_oab_sub_wrap > ul > li > a {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
}
.tp_oab_sub_wrap.tp_cur > ul {
  border-top: 1px solid #e84383;
}
.tp_oab_sub_wrap.tp_cur .tp_oab_sub_title > span:after {
  content: '\E671';
}
@media screen and (max-width: 768px) {
  .tp_oab_sub_wrap.tp_cur .tp_oab_sub_title > span:after {
    font-size: 16px;
  }
}
.tp_oab_sub_wrap.tp_cur_border .tp_oab_sub_title:before {
  position: absolute;
  top: 14%;
  height: 70%;
  content: '';
  border-left: 4px solid #ffc6ce;
}
.tp_oab_sub_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  color: #e84383;
}
@media screen and (max-width: 768px) {
  .tp_oab_sub_title {
    font-size: 17px;
  }
}
.tp_oab_sub_title > a,
.tp_oab_sub_title span {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: .75em;
  cursor: pointer;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
}
.tp_oab_sub_title > a:hover,
.tp_oab_sub_title span:hover {
  text-decoration: none;
  opacity: .7;
}
.tp_oab_sub_title > a:after {
  font-family: 'iconsfont';
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 38%;
  right: 2%;
  display: inline-block;
  content: '\E622';
  vertical-align: middle;
  color: #e84383;
}
@media screen and (max-width: 768px) {
  .tp_oab_sub_title > a:after {
    font-weight: bold;
  }
}
.tp_oab_sub_title > span:after {
  font-family: 'iconsfont';
  font-weight: normal;
  position: absolute;
  top: 38%;
  right: 2%;
  display: inline-block;
  content: '\E672';
  vertical-align: middle;
  color: #e84383;
}
@media screen and (max-width: 768px) {
  .tp_oab_sub_title > span:after {
    font-weight: bold;
  }
}



.tp_oab_heading_visual.tp_column_visual {
  height: 181px;
  background: url('../images/column/main_column.jpg') no-repeat right 50%/cover;
}
.tp_oab_heading_visual.tp_column_visual .tp_oab_heading_title {
  margin-top: 1em;
  padding-left: 20px;
  font-size: 38px;
  color: #fff;
}
.tp_oab_heading_visual.tp_column_visual .tp_oab_heading_title span {
  display: block;
  margin-top: 10px;
  margin-left: -20px;
  padding: 5px 20px;
  font-size: 20px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 1360px) {
  .tp_oab_heading_visual.tp_column_visual {
    background: url('../images/column/main_column.jpg') no-repeat 50% 50%/cover;
  }
}
@media screen and (max-width: 980px) {
  .tp_oab_heading_visual.tp_column_visual .tp_oab_heading_title {
    margin-top: 0.5em;
  }
  .tp_oab_heading_visual.tp_column_visual .tp_oab_heading_title span {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .tp_oab_heading_visual.tp_column_visual .tp_oab_heading_title {
    margin-top: 1em;
    font-size: 22px;
  }
  .tp_oab_heading_visual.tp_column_visual .tp_oab_heading_title span {
    width: 100%;
    margin-top: 2em;
    margin-left: -10px;
    padding: 5px 10px;
    font-size: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.column_index {
  max-width: 1000px;
  margin: auto;
}
.column_index h1 {
  position: relative;
  font-size: 23px;
  letter-spacing: 0.05em;
}
.column_index div.sortArea {
  margin-top: 50px;
  padding: 35px 45px;
  border-radius: 5px;
  background: #fff6f9;
}
.column_index div.sortArea h1:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 7.5em;
  width: 27px;
  height: 27px;
  background: url('../images/column/sortArea_icon.png') no-repeat 0 0 / cover;
}
.column_index div.sortArea ul {
  overflow: hidden;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.column_index div.sortArea ul li {
  float: left;
  width: 25%;
  padding: 25px 15px 0;
}
.column_index div.sortArea ul li a {
  display: block;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.025em;
  text-align: center;
  background: #fff;
  transition: 0.25s;
}
.column_index div.sortArea ul li:first-child a {
  border: 2px solid #e84383;
  color: #e84383;
}
.column_index div.sortArea ul li:nth-child(2) a {
  border: 2px solid #289ce8;
  color: #289ce8;
}
.column_index div.sortArea ul li:nth-child(3) a {
  border: 2px solid #f477a9;
  color: #f477a9;
}
.column_index div.sortArea ul li:nth-child(4) a {
  border: 2px solid #68c3e3;
  color: #68c3e3;
}
.column_index div.sortArea ul li:nth-child(5) a {
  border: 2px solid #f6cb50;
  color: #f6cb50;
}
.column_index div.sortArea ul li:nth-child(6) a {
  border: 2px solid #f8ad5b;
  color: #f8ad5b;
}
.column_index div.sortArea ul li.column_on a {
  pointer-events: none;
}
.column_index div.sortArea ul li a:hover,
.column_index div.sortArea ul li a:active,
.column_index div.sortArea ul li.column_on a {
  color: #fff;
  text-decoration: none;
}
.column_index div.sortArea ul li:first-child a:hover,
.column_index div.sortArea ul li:first-child a:active,
.column_index div.sortArea ul li.column_on:first-child a {
  background: #e84383;
}
.column_index div.sortArea ul li:nth-child(2) a:hover,
.column_index div.sortArea ul li:nth-child(2) a:active,
.column_index div.sortArea ul li.column_on:nth-child(2) a {
  background: #289ce8;
}
.column_index div.sortArea ul li:nth-child(3) a:hover,
.column_index div.sortArea ul li:nth-child(3) a:active,
.column_index div.sortArea ul li.column_on:nth-child(3) a {
  background: #f477a9;
}
.column_index div.sortArea ul li:nth-child(4) a:hover,
.column_index div.sortArea ul li:nth-child(4) a:active,
.column_index div.sortArea ul li.column_on:nth-child(4) a {
  background: #68c3e3;
}
.column_index div.sortArea ul li:nth-child(5) a:hover,
.column_index div.sortArea ul li:nth-child(5) a:active,
.column_index div.sortArea ul li.column_on:nth-child(5) a {
  background: #f6cb50;
}
.column_index div.sortArea ul li:nth-child(6) a:hover,
.column_index div.sortArea ul li:nth-child(6) a:active,
.column_index div.sortArea ul li.column_on:nth-child(6) a {
  background: #f8ad5b;
}
.column_index div.listArea {
  margin-top: 50px;
}
.column_index div.listArea h1 {
  padding-left: 13px;
  border-left: 3px solid #e84383;
}
.column_index div.listArea ul li {
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 3px dotted #bdbdbd;
}
.column_index div.listArea ul li:last-child {
  border-bottom: none;
}
.column_index div.listArea dl {
  overflow: hidden;
  zoom: 1;
}
.column_index div.listArea dl dt {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0.06em;
}
.column_index div.listArea dl dt span {
  display: inline-block;
  width: calc( 25% - 30px );
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 5px;
}
.column_index div.listArea dl dt span.categoryA {
  border: 2px solid #289ce8;
  color: #289ce8;
}
.column_index div.listArea dl dt span.categoryB {
  border: 2px solid #f477a9;
  color: #f477a9;
}
.column_index div.listArea dl dt span.categoryC {
  border: 2px solid #68c3e3;
  color: #68c3e3;
}
.column_index div.listArea dl dt span.categoryD {
  border: 2px solid #f6cb50;
  color: #f6cb50;
}
.column_index div.listArea dl dt span.categoryE {
  border: 2px solid #f8ad5b;
  color: #f8ad5b;
}
.column_index div.listArea dl dt + dd {
  float: left;
  margin-right: 30px;
}
.column_index div.listArea dl dt + dd img {
  display: block;
}
.column_index div.listArea dl dt + dd +* {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .column_index h1 {
    font-size: 18px;
  }
  .column_index div.sortArea {
    margin-top: 25px;
    padding: 20px 15px;
  }
  .column_index div.sortArea h1{
    margin-left: -2em;
    text-align: center;
  }
  .column_index div.sortArea h1:before {
    top: 0!important;
    left: calc( 50% + 4em )!important;
  }
  .column_index div.sortArea ul {
    margin-right: -15px;
    margin-left: -15px;
  }
  .column_index div.sortArea ul li {
    width: 50%;
    padding: 10px 15px 0;
  }
  .column_index div.sortArea ul li:first-child,
  .column_index div.sortArea ul li:nth-child(2n+1) {
    padding-right: 5px;
  }
  .column_index div.sortArea ul li:nth-child(2n) {
    padding-left: 5px;
  }
  .column_index div.sortArea ul li a {
    transition: none;
  }
  .column_index div.listArea ul li {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #bdbdbd;
  }
  .column_index div.listArea dl dt {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }
  .column_index div.listArea dl dt span {
    width: 30%;
    margin-right: 3.3%;
    padding: 5px 0;
    font-size: 10px;
    line-height: 10px;
  }
  .column_index div.listArea dl dt + dd {
    width: 33.3%;
    margin-right: 10px;
  }
  .column_index div.listArea dl dt + dd img {
    width: 100%;
  }
  .column_index div.listArea dl dt + dd +* {
    position: relative;
    overflow: hidden;
    height: 80px;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
  }
  .column_index div.listArea dl dt + dd +*:before {
    position: absolute;
    content:"…";
    right: 0;
    bottom: 0;
    width: 1em;
    height: 20px;
    background: #fff;
    z-index: 99;
  }
}



.column_contents {
  width: 960px;
  margin: auto;
}
.column_contents p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.07em;
}
.column_contents .introArea {
  overflow: hidden;
  zoom: 1;
}
.column_contents .introArea > p {
  float: left;
  width: calc( 100% - 270px );
}
.column_contents .introArea > img {
  float: left;
  display: block;
  width: 240px;
  margin-right: 30px;
}
.column_contents section {
  position: relative;
  margin-top: 70px;
  padding: 45px 30px 35px;
  border-radius: 5px;
  background: #fff6f9;
}
.column_contents section h2 {
  position: absolute;
  top: -20px;
  left: 0;
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 9px 30px 0;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.06em;
  border-radius: 5px 20px 20px 0;
  color: #fff;
  background: #e84383;
}
.column_contents section h3 {
  margin: 15px 0 5px;
  font-size: 20px;
  letter-spacing: 0.07em;
}
.column_contents section h2 + h3 {
  margin: 0 0 5px;
}
.column_contents section ul.listA li,
.column_contents section ul.listB li dl dt {
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.07em;
}
.column_contents section ul.listA li::before,
.column_contents section ul.listB li dl dt::before {
  position: absolute;
  content: "\025CF";
  left: 0;
  font-size: 12px;
  color: #e84383;
}
.column_contents section ul.listB li {
  margin-top: 10px;
}
.column_contents section ul.listB li dl dd {
  margin-top: 2px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.07em;
}
.column_contents section ol.listC {
  padding-left: 30px;
}
.column_contents section ol.listC li {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.07em;
  list-style-type: decimal;
}
.column_contents section ol.listD {
  margin-top: 10px;
}
.column_contents section ol.listD li {
  overflow: hidden;
  zoom: 1;
  display: block;
  padding-left: 33px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.07em;
}
.column_contents section ol.listD li span {
  position: relative;
  float: left;
  display: block;
  top: 5px;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-left: -23px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #fe6baa;
}
.column_contents section ul.listE {
  margin-top: 10px;
}
.column_contents section .imgArea {
  overflow: hidden;
  zoom: 1;
}
.column_contents section .imgArea .imgArea_left {
  float: left;
  width: calc( 100% - 280px );
}
.column_contents section .imgArea .imgArea_right {
  float: right;
  width: 240px;
  margin-top: 15px;
  margin-left: 40px;
}
.column_contents section a.toSheet {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 460px;
  height: 80px;
  margin: 25px auto 0;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border: 1px solid #e84383;
  border-radius: 5px;
  background: #fff;
  transition-duration: 0.3s;
}
.column_contents section a.toSheet.spOnly {
  display: none;
}
.column_contents section a.toSheet::before {
  position: absolute;
  content: "";
  top: 0;
  right: 7px;
  bottom: 0;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 8px solid transparent;
  border-left: 8px solid #e84383;
}
.column_contents section a.toSheet:hover {
  opacity: 0.7;
  text-decoration: none;
}
.column_contents section a.toSheet img {
  position: relative;
  top: 15px;
  margin-left: 37px;
  margin-right: 18px;
}
.column_contents dl.reference {
  margin-top: 50px;
}
.column_contents dl.reference dt,
.column_contents dl.reference dd ul li {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.column_contents dl.reference dd ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 1040px) {
  .column_index {
    width: calc( 100% - 40px );
  }
  .column_contents {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .column_contents {
    width: 94%;
  }
  .column_contents .introArea > p {
    float: none;
    width: 100%;
  }
  .column_contents .introArea > img {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .column_contents p {
    font-size: 15px;
    line-height: 23px;
  }
  .column_contents section {
    margin-top: 35px;
    padding: 25px 10px 15px;
  }
  .column_contents section.section_h2two {
    margin-top: 46px;
    padding: 36px 10px 15px;
  }
  .column_contents section h2 {
    top: -15px;
    height: 30px;
    padding: 6px 20px 0 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    border-radius: 5px 15px 15px 0;
  }
  .column_contents section h2.two {
    top: -26px;
    height: 52px;
    line-height: 21px;
    padding: 6px 20px 0 10px;
    border-radius: 5px 26px 26px 0;
  }
  .column_contents section h3 {
    margin: 20px 0 5px;
    font-size: 16px;
  }
  .column_contents section h2 + h3 {
    margin: 0 0 5px;
  }
  .column_contents section .imgArea .imgArea_left {
    float: none;
    width: 100%;
  }
  .column_contents section .imgArea .imgArea_right {
    float: none;
    margin: auto;
    margin-top: 20px;
  }
  .column_contents.column04 section .imgArea .imgArea_right {
    margin-top: -30px;
  }
  .column_contents.column05 section .imgArea .imgArea_right {
    margin-top: -20px;
  }
  .column_contents.column08 section .imgArea .imgArea_right {
    margin-top: -50px;
  }
  .column_contents.column09 section .imgArea .imgArea_right {
    margin-top: 0;
  }
  .column_contents.column11 section .imgArea .imgArea_right {
    margin-top: 0;
  }
  .column_contents section ul.listA li,
  .column_contents section ul.listB li dl dt,
  .column_contents section ol.listC li,
  .column_contents section ol.listD li {
    font-size: 15px;
    line-height: 23px;
  }
  .column_contents section ul.listB li dl dd {
    margin-top: 2px;
    padding-left: 0;
    font-size: 15px;
    line-height: 23px;
  }
  .column_contents section ol.listC {
    padding-left: 25px;
  }
  .column_contents section ol.listD li {
    padding-left: 25px;
  }
  .column_contents section a.toSheet.spOnly {
    display: block;
    width: 84%;
    max-width: 460px;
    height: 60px;
    margin: 15px auto 0;
    padding-top: 14px;
    font-size: 19px;
    text-align: center;
  }
  .column_contents section a.toSheet.pcOnly {
    display: none;
  }
  .column_contents section a.toSheet::before {
    right: 3px;
  }
  .column_contents section a.toSheet:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .column_contents section a.toSheet img {
    width: 20px;
    height: 20px;
    top: 1px;
    margin-left: 0;
    margin-right: 5px;
  }
  .column_contents dl.reference {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .column_contents dl.reference dt,
  .column_contents dl.reference dd ul li {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .column_contents dl.reference dd ul li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
@media screen and (max-width: 420px) {
  .common_ttl01.column {
    max-width: 100%;
    padding-bottom: 5px;
  }
  .common_ttl01.column .text_box {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 360px) {
  .column_contents section.section_h2two2 {
    margin-top: 46px;
    padding: 36px 10px 15px;
  }
  .column_contents section h2.two2 {
    top: -26px;
    height: 52px;
    line-height: 21px;
    padding: 6px 20px 0 10px;
    border-radius: 5px 26px 26px 0;
  }
}
@media screen and (max-width: 320px) {
  .column_contents section h2.two {
    letter-spacing: -0.02em;
  }
  .column_contents section.section_h2two3 {
    margin-top: 46px;
    padding: 36px 10px 15px;
  }
  .column_contents section h2.two3 {
    top: -26px;
    height: 52px;
    line-height: 21px;
    padding: 6px 20px 0 10px;
    border-radius: 5px 26px 26px 0;
  }
  .column_contents section a.toSheet.spOnly {
    font-size: 16px;
  }
  .column_contents section a.toSheet img {
    margin-left: -10px;
  }
}




/*********************
  UUI COMMON
*********************/
/*********************
  チェックリスト
*********************/
.page_check_board .tp_check {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 50px 20px 80px 20px;
  border-bottom: 6px solid #b19f7d;
  border-radius: 10px;
  background: url('../images/oab/checkboard/board_bg.jpg') repeat;
}
@media screen and (max-width: 1039px) {
  .page_check_board .tp_check {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check {
    width: 96%;
  }
}
@media screen and (max-width: 668px) {
  .page_check_board .tp_check {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }
}
.page_check_board .tp_check_inner {
  padding-top: 60px;
  padding-right: 25px;
  padding-bottom: 75px;
  padding-left: 25px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_inner {
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }
}
.page_check_board .tp_check_inner_leading {
  font-size: 17px;
  text-align: center;
}
.page_check_board .tp_check_shadow {
  text-align: center;
}
.page_check_board .tp_check_shadow_img {
  display: block;
  margin-top: 0;
}
.page_check_board .tp_check_clip {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  margin-left: -130px;
}
.page_check_board .tp_check_heading {
  margin-top: 70px;
}
.page_check_board .tp_check_heading:first-child {
  margin-top: 40px;
}
@media screen and (max-width: 668px) {
  .page_check_board .tp_check_heading {
    margin-top: 40px;
  }
}
.page_check_board .tp_check_heading_img {
  display: inline-block;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_heading_img {
    float: left;
    width: 52px;
  }
}
.page_check_board .tp_check_heading_text {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_heading_text {
    font-size: 16px;
    float: left;
    width: 100%;
    margin-left: -60px;
    padding-left: 70px;
  }
}
.page_check_board .tp_check_select {
  float: left;
  width: 33.333%;
  margin-top: 25px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page_check_board .tp_check_select {
    width: 50%;
  }
}
@media screen and (max-width: 668px) {
  .page_check_board .tp_check_select {
    width: 100%;
    margin-top: 15px;
  }
}
.page_check_board .tp_check_select_wrap {
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
.page_check_board .tp_check_select_wrap.tp_even_cell .tp_check_select {
  width: 25%;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page_check_board .tp_check_select_wrap.tp_even_cell .tp_check_select {
    width: 50%;
  }
}
@media screen and (max-width: 668px) {
  .page_check_board .tp_check_select_wrap.tp_even_cell .tp_check_select {
    width: 100%;
  }
}
.page_check_board .tp_check_select_wrap.tp_partition_cell .tp_check_select {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .page_check_board .tp_check_select_wrap.tp_partition_cell .tp_check_select {
    width: 50%;
  }
}
@media screen and (max-width: 668px) {
  .page_check_board .tp_check_select_wrap.tp_partition_cell .tp_check_select {
    width: 100%;
  }
}
.page_check_board .tp_check_select_box {
  line-height: 1;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.page_check_board .tp_check_select_box_icon {
  line-height: 1;
  display: none;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border-radius: 50%;
  background: #e84383;
}
.page_check_board .tp_check_select_text {
  font-size: 17px;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .page_check_board .tp_check_select_text {
    margin-top: 5px;
  }
}
@media screen and (max-width: 870px) {
  .page_check_board .tp_check_select_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_select_text {
    font-size: 17px;
  }
}
.page_check_board .tp_check_select_point {
  font-size: 14px;
  color: #e84383;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_select_point {
    font-size: 12px;
  }
}
.page_check_board .tp_check_select.tp_cur .tp_check_select_box_icon {
  display: block;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
}
.page_check_board .tp_check_result {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result {
    margin-top: 40px;
  }
}
.page_check_board .tp_check_result_btn {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  text-align: center;
  opacity: 1.0;
  color: #fff;
  border-radius: 5px;
  background: #007ad5;
}
.page_check_board .tp_check_result_btn:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result_btn {
    width: 100%;
    max-width: 300px;
  }
}
.page_check_board .tp_check_result_btn_icon {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  margin-top: -8px;
}
@media all and (-ms-high-contrast: none) {
  .page_check_board .tp_check_result_btn_text {
    display: inline-block;
    margin-top: 2px;
  }
}
.page_check_board .tp_check_result_caution .tp_check_result_comment {
  padding-top: 0;
  border-top: none;
}
.page_check_board .tp_check_result_caution .tp_check_result_comment .tp_check_result_comment_detail {
  margin-top: 0;
}
.page_check_board .tp_check_result_section {
  display: none;
  overflow: hidden;
  margin-top: 60px;
  padding: 20px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result_section {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result_section {
    margin-top: 20px;
  }
}
.page_check_board .tp_check_result_point {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result_point {
    margin-left: 0;
  }
}
.page_check_board .tp_check_result_point_img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result_point_img {
    width: 110px;
  }
}
.page_check_board .tp_check_result_point_num {
  font-weight: bold;
  display: inline-block;
}
.page_check_board .tp_check_result_point_num_large {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 80px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result_point_num_large {
    font-size: 66px;
  }
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result_point_num_large {
    margin-left: 0;
  }
}
.page_check_board .tp_check_result_point_num_small {
  font-size: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result_point_num_small {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result_point_num_small {
    margin-left: 0;
  }
}
.page_check_board .tp_check_result_point_notes {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px;
  text-align: left;
}
.page_check_board .tp_check_result_comment {
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.page_check_board .tp_check_result_comment_heading {
  font-size: 22px;
  font-weight: bold;
  color: #e84383;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result_comment_heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result_comment_heading {
    font-size: 19px;
  }
}
.page_check_board .tp_check_result_comment_detail {
  font-size: 20px;
  font-weight: bold;
  margin-top: .5em;
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_result_comment_detail {
    font-size: 18px;
  }
}
.page_check_board .tp_check_link {
  display: none;
  margin-top: 30px;
}
.page_check_board .tp_check_link_box {
  float: left;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1039px) {
  .page_check_board .tp_check_link_box {
    padding-right: 0;
    padding-left: 0;
  }
  .page_check_board .tp_check_link_box:first-child {
    padding-right: 6px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1039px) and (max-width: 668px) {
  .page_check_board .tp_check_link_box:first-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .page_check_board .tp_check_link_box {
    width: 50%;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 668px) {
  .page_check_board .tp_check_link_box {
    float: none;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.page_check_board .tp_check_link_btn {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  text-align: center;
  opacity: 1.0;
  color: #fff;
  border-radius: 5px;
  background: #007ad5;
}
.page_check_board .tp_check_link_btn:hover {
  text-decoration: none;
  opacity: .7;
}
.page_check_board .tp_check_link_btn .tp_icon {
  font-size: 22px;
  margin-left: -20px;
  vertical-align: top;
}
@media all and (-ms-high-contrast: none) {
  .page_check_board .tp_check_link_btn .tp_icon {
    display: inline-block;
    margin-top: 2px;
    vertical-align: middle;
  }
}
.page_check_board .tp_check_link_btn_text {
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
  vertical-align: top;
}
@media all and (-ms-high-contrast: none) {
  .page_check_board .tp_check_link_btn_text {
    display: inline-block;
    margin-top: 3px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1039px) {
  .page_check_board .tp_check_link_btn_text {
    font-size: 18px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page_check_board .tp_check_link_btn_text {
    font-size: 20px;
    margin-left: 20px;
  }
}
.page_check_board .tp_check_link_btn .tp_arrow {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}
.page_check_board .tp_check_notes {
  font-size: 12px;
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 668px) {
  .page_check_board .tp_check_notes {
    text-align: left;
  }
}

/*********************
  sitemap COMMON
*********************/
.page_sitemap .tp_sitemap {
  width: 900px;
  max-width: 90%;
  margin-bottom: 80px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  color: #6c6c6c;
}
@media screen and (max-width: 768px) {
  .page_sitemap .tp_sitemap {
    margin-bottom: 50px;
    margin-top: 60px;
  }
}
.page_sitemap .tp_sitemap_title {
  margin-top: 2.8em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page_sitemap .tp_sitemap_title {
    margin-top: 2.6em;
  }
}
@media screen and (max-width: 668px) {
  .page_sitemap .tp_sitemap_title {
    margin-top: 1.5em;
  }
}
.page_sitemap .tp_sitemap_main {
  padding-top: 18px;
  padding-bottom: 12px;
  border-bottom: solid 1px #e84383;
}
.page_sitemap .tp_sitemap_main_link {
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
}
.page_sitemap .tp_sitemap_main_link:hover {
  text-decoration: none;
  opacity: .7;
}
.page_sitemap .tp_sitemap_main_text {
  display: inline-block;
}
.page_sitemap .tp_sitemap_main:first-child {
  border-top: solid 1px #e84383;
}
.page_sitemap .tp_sitemap_main:last-child {
  margin-bottom: 30px;
}
.page_sitemap .tp_sitemap_main_icon {
  font-size: 8px;
  font-weight: bold;
  display: inline-block;
  padding: 4px;
  vertical-align: top;
  color: #fff;
  border-radius: 50%;
  background: #e84383;
}
.page_sitemap .tp_sitemap_main_icon:before {
  line-height: 1;
  display: block;
}
.page_sitemap .tp_sitemap_main_color {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-left: .5em;
  vertical-align: top;
  color: #6c6c6c;
}
.page_sitemap .tp_sitemap_sub {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #fce6e9;
}
.page_sitemap .tp_sitemap_sub:first-child {
  padding-top: 25px;
}
.page_sitemap .tp_sitemap_sub_link {
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
}
.page_sitemap .tp_sitemap_sub_link:hover {
  text-decoration: none;
  opacity: .7;
}
.page_sitemap .tp_sitemap_sub_icon {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 6px;
  vertical-align: top;
  color: #e84383;
}
.page_sitemap .tp_sitemap_sub_icon:before {
  line-height: 1;
  display: block;
}
.page_sitemap .tp_sitemap_sub_color {
  font-size: 16px;
  font-weight: bold;
  margin-left: .2em;
  vertical-align: top;
  color: #6c6c6c;
}
.page_sitemap .tp_sitemap_sub_box {
  width: 100%;
  margin-left: auto;
  padding-left: 30px;
}
.page_sitemap .tp_sitemap_content {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
  display: table;
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*        &_link_icon{
            &:before {
              font-size: 10px;
              color: #e84383;
              content: "\E622";
              font-family: 'iconsfont';
              vertical-align: middle;
              position: absolute;
              margin-top: 1px;
              display: inline-block;
            }
          }*/
}
.page_sitemap .tp_sitemap_content_box {
  padding-left: 26px;
}
.page_sitemap .tp_sitemap_content_text {
  display: inline-block;
  float: left;
  width: 50%;
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  .page_sitemap .tp_sitemap_content_text {
    float: none;
    width: 100%;
  }
}
.page_sitemap .tp_sitemap_content_text_link {
  -webkit-transition: opacity .300s ease;
          transition: opacity .300s ease;
  opacity: 1.0;
}
.page_sitemap .tp_sitemap_content_text_link:hover {
  text-decoration: none;
  opacity: .7;
}
.page_sitemap .tp_sitemap_content_text_first {
  display: inline-block;
  float: left;
  width: 50%;
  margin-top: 0;
}
@media screen and (max-width: 668px) {
  .page_sitemap .tp_sitemap_content_text_first {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .page_sitemap .tp_sitemap_content_text_first_sp {
    margin-top: 15px;
  }
}
.page_sitemap .tp_sitemap_content_text_last {
  padding-bottom: 10px;
}
.page_sitemap .tp_sitemap_content_text_color {
  display: inline-block;
  margin-left: .5em;
  vertical-align: top;
  color: #6c6c6c;
}
@media screen and (max-width: 668px) {
  .page_sitemap .tp_sitemap_content_text_color {
    display: block;
    float: left;
    width: 100%;
    margin-left: -25px;
    padding-left: 25px;
  }
}
.page_sitemap .tp_sitemap_content_text_long {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  .page_sitemap .tp_sitemap_content_text_long {
    float: none;
  }
}
.page_sitemap .tp_sitemap_content_link_icon {
  font-size: 8px;
  font-weight: bold;
  display: inline-block;
  padding: 6px;
  vertical-align: top;
  color: #e84383;
}
@media screen and (max-width: 668px) {
  .page_sitemap .tp_sitemap_content_link_icon {
    display: block;
    float: left;
  }
}
.page_sitemap .tp_sitemap_content_link_icon:before {
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .page_sitemap .tp_sitemap_hide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page_sitemap .tp_sitemap_hide_tablet {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .page_sitemap .tp_sitemap_hide_tablet {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page_sitemap .tp_sitemap_hide_sp {
    display: block;
  }
}
@media screen and (max-width: 668px) {
  .page_sitemap .tp_sitemap_hide_sp {
    display: none;
  }
}

/*********************
  UUI COMMON
*********************/
.page_print {
  background: #ffe0ea;
}
.page_print .tp_print {
  /*********************
  header
  *********************/
  /*********************
  footer
  *********************/
  /*********************
  check
  *********************/
  /*********************
  selfcheck
  *********************/
}
.page_print .tp_print_all_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 796px;
  margin: 0 auto;
  padding: 64px 54px;
  padding-bottom: 0;
  background: #fff;
}
.page_print .tp_print_content_title {
  font-size: 26px;
}
.page_print .tp_print_header_logo_box {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.page_print .tp_print_header_logo_box:first-child {
  margin-left: 0;
}
.page_print .tp_print_footer {
  margin-top: 40px;
  text-align: center;
}
.page_print .tp_print_footer_detail {
  font-size: 18px;
  font-weight: bold;
}
.page_print .tp_print_footer_copyright {
  font-size: 12px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.page_print .tp_print_check {
  margin-top: 40px;
}
.page_print .tp_print_check.tp_hide {
  display: none !important;
}
.page_print .tp_print_check_heading {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  padding-left: 20px;
  color: #e84383;
}
.page_print .tp_print_check_heading:before {
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  content: '';
  border-radius: 10px;
  background: #e84383;
}
.page_print .tp_print_check_heading_sub {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: right;
}
.page_print .tp_print_check_section {
  margin-top: 15px;
  padding: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.page_print .tp_print_check_wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.page_print .tp_print_check_wrap:first-child {
  padding-top: 0;
  border-top: none;

  maegin-top: 0;
}
.page_print .tp_print_check_box {
  font-size: 20px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #e84383;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.page_print .tp_print_check_box .tp_icon {
  display: none;
  margin-top: -2px;
}
.page_print .tp_print_check_box.tp_cur .tp_icon {
  display: block;
}
.page_print .tp_print_check_text {
  font-size: 19px;
  float: left;
  width: 100%;
  margin-left: -26px;
  padding-left: 50px;
}
@media all and (-ms-high-contrast: none) {
  .page_print .tp_print_check_text {
    margin-top: 2px;
  }
}
.page_print .tp_print_selfcheck {
  margin-top: 20px;
}
.page_print .tp_print_selfcheck.tp_hide {
  display: none !important;
}
.page_print .tp_print_selfcheck .tp_print_content_title {
  text-align: center;
  color: #e84383;
  border-bottom: 4px solid #e84383;
}
.page_print .tp_print_selfcheck_result_text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.page_print .tp_print_selfcheck_result_section_box {
  float: left;
  width: 50%;
  margin-top: 30px;
}
.page_print .tp_print_selfcheck_result_section_box.tp_left {
  padding-right: 10px;
}
.page_print .tp_print_selfcheck_result_section_box.tp_right {
  padding-left: 10px;
}
.page_print .tp_print_selfcheck_result_section_heading_img {
  float: left;
  width: 70px;
}
.page_print .tp_print_selfcheck_result_section_heading_text {
  font-size: 17px;
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-left: -70px;
  padding-left: 75px;
}
.page_print .tp_print_selfcheck_result_section_detail {
  margin-top: 10px;
  border-bottom: 3px solid #ffe0ea;
}
.page_print .tp_print_selfcheck_result_section_detail_heading {
  font-size: 24px;
  font-weight: bold;
  float: left;
  margin-top: 5px;
  margin-left: 20px;
}
.page_print .tp_print_selfcheck_result_section_detail_text {
  font-size: 24px;
  float: left;
  margin-top: 5px;
  margin-left: 30px;
}
.page_print .tp_print_selfcheck_result_section_detail_point {
  font-size: 18px;
  font-weight: bold;
  float: right;
  margin-right: 10px;
}
.page_print .tp_print_selfcheck_result_section_detail_point_large {
  font-size: 30px;
  color: #e84383;
}
.page_print .tp_print_selfcheck_result_total {
  margin-top: 40px;
}
.page_print .tp_print_selfcheck_result_total_wrap {
  float: left;
  width: 100%;
  margin-right: -460px;
  padding-right: 460px;
}
.page_print .tp_print_selfcheck_result_total_wrap_img {
  float: left;
  width: 120px;
}
.page_print .tp_print_selfcheck_result_total_wrap_text {
  font-size: 26px;
  font-weight: bold;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}
.page_print .tp_print_selfcheck_result_total_wrap_text_large {
  font-size: 50px;
  font-weight: bold;
  color: #e84383;
}
.page_print .tp_print_selfcheck_result_total_info {
  float: right;
}
.page_print .tp_print_selfcheck_result_bottom01 {
  margin-top: 40px;
}
/*********************
404
*********************/

.page_notfound .index_col02_wrap {
  margin-top: 40px;
  margin-bottom: 25px;
  }
.banner_box_404 {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 65px;
  }
.banner_box_404 ul li{
  display: inline-block;
  margin-top: 30px;
  vertical-align: middle;
  letter-spacing: normal;
  position: relative;
    }
.banner_box_404 ul li:first-child{
  margin-right:74px;
}
.banner_box_404 ul li a{
  background: #e84383;
  border-radius: 5px;
  color:#fff;
  display:block;
  height: 60px;
  letter-spacing: normal;
  opacity: 1.0;
  padding: 20px 30px 9px 30px;
  position: relative;
  text-align: center;
  transition-duration: 0.3s;
  vertical-align: top;
  width: 300px;
  font-weight: bold;
}
.banner_box_404 ul li:after {
  position: absolute;
  right: 20px;
  content: ' ';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(4px) rotate(-45deg);
  top: 23px;
  right: 17px;
}
@media screen and (max-width: 768px) {
.page_notfound .index_col02_wrap {
  padding: 2% 8%;
}
.banner_box_404 {
  max-width: 72%;
  margin-right: auto;
  margin-left: auto;
  }
.banner_box_404 ul li {
  width: 100%;
  display:block;
  }
.banner_box_404 ul li:first-child {
 margin: 0;
}
.banner_box_404 ul li a {
  width: 100%;
  }
}
/*********************
movie
*********************/

.index_col02_wrap .movie {
  padding-top: 50px;
  }
.page_index .jstream-eqPlaye-flowtingShadow iframe {
    position: absolute!important;
}
.index_col02_wrap .movie .movie_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 3px dotted #bdbdbd;
  margin-bottom: 45px;
}
.index_col02_wrap .movie .movie_list li{
  color: #e84383;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 10%;
  width: 480px;
  height: 370px;
  position: relative;
}

.index_col02_wrap .movie .movie_list li img{
  display: block;
}

.index_col02_wrap .movie .movie_list:last-child{
  border-bottom: none;
  }
#inline-content1,
#inline-content2,
#inline-content3,
#inline-content4 {
 width:640px;
 height:360px;
 }
.page_index#movie #cboxLoadedContent {
 overflow: hidden !important;
 }

@media screen and (max-width: 768px) {
.index_col02_wrap .movie .movie_list {
   flex-direction: column;
   border-bottom: none;
   margin-bottom: 5px;
  }
.index_col02_wrap .movie .movie_list li {
  width: 100%;
  padding: 0 7% 20px;
  margin-bottom:20px;
  border-bottom: 3px dotted #bdbdbd;
  font-size: 16px;
  height: auto;
}
.index_col02_wrap .movie .movie_list:last-child > li {
   border-bottom: none;
}
#inline-content1,
#inline-content2,
#inline-content3,
#inline-content4 {
 width:100%;
 height:100%;
 }


}


@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    color: black !important;
    background: transparent !important;
    text-shadow: none !important;

    -webkit-filter: none !important;
            filter: none !important;
        -ms-filter: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
    color: #444 !important;
  }
  a:after,
  a:visited:after {
    content: ' (' attr(href) ')';
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}


/*# sourceMappingURL=../maps/style.css.map */