@charset "UTF-8";
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all; }

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
  line-height: 1; }

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

a,
label {
  cursor: pointer; }

blockquote {
  padding: 0;
  margin: 0;
  display: block; }

address,
em {
  font-style: normal; }

hr {
  border: 0;
  margin: 0;
  padding: 0; }

ul,
ol,
li {
  list-style: none; }

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none; }

input,
button,
select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none; }

table {
  border-collapse: collapse; }

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1; }

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
/**
 * 1. All browsers without overlaying scrollbars
 * 2. iOS 8+

 * 1. すべてのブラウザで、スクロールバーのオーバーレイを無し。
 * 2. iOS 8+
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 1. Inherit text-decoration and vertical align to ::before and ::after pseudo elements

 * 1. 「::before」と「::after」に、「text-decoration」と「vertical-align」を継承。
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit; }

/**
 * 1. Set `background-repeat: no-repeat` to all elements
 * 2. Reset `padding` and `margin` of all elements

 * 1. すべての要素に、「background-repeat: no-repeat;」を指定。
 * 2. すべての要素に、「padding」と「margin」をリセット。
 */
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/**
 * Add the correct display in iOS 4-7.

 * iOS 4-7に、正しいdisplayを設定。
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * 1. Show the overflow in Edge and IE

 * 1. EdgeとIEに、「overflow: visible;」を定義。
 */
hr {
  overflow: visible;
  /* 1 */ }

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox
 * Correct `block` display not defined for `main` in IE 11

 * IE8/9に、displayプロパティを定義。
 * IE10/11とFirefoxのdetail要素とsummary要素に、displayプロパティを定義。
 * IE11のmain要素に、displayプロパティを定義。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Set font-size to 80% in `small` elements

 * 1. small要素に、フォントサイズ「80%」を定義。
 */
small {
  font-size: 80%;
  /* 1 */ }

/**
 * 1. Add the correct display in IE

 * 1. IEに、displayプロパティを定義。
 */
[hidden],
template {
  display: none;
  /* 1 */ }

/**
 * 1. Add a bordered underline effect in all browsers
 * 2. Remove text decoration in Firefox 40+

 * 1. すべてのブラウザに、点線を定義。
 * 2. Firefox40+に、テキストの装飾を削除。
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
 * 1. Remove the gray background on active links in IE 10
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+

 * 1. IE10に、アクティブリンクのグレーの背景を削除。
 * 2. iOS8+とSafari8+に、リンクの下線のギャップを削除。
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the outline when hovering in all browsers

 * 1. すべてのブラウザに、ホバー時のアウトラインを削除。
 */
a:active,
a:hover {
  outline-width: 0;
  /* 1 */ }

/**
 * 1. Specify the font family of code elements

 * 1. コード要素に、フォントファミリーを指定。
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */ }

/**
 * 1. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+

 * 1. Edge12+, Safari6.2+, Chrome18+に、「bold」を適用。
 */
b,
strong {
  font-weight: bolder;
  /* 1 */ }

/**
 * 1. Address styling not present in Safari and Chrome

 * 1. SafariとChromeに、定義。
 */
dfn {
  font-style: italic;
  /* 1 */ }

/**
 * Address styling not present in IE 8/9

 * 1. IE8/9に、定義。
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * https://gist.github.com/unruthless/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/**
 * 1. Firefox 36+

 * 1. Firefox 36+
 */
[type="number"] {
  width: auto;
  /* 1 */ }

/**
 * 1. Safari 8+

 * 1. Safari 8+
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * 1. Safari 8

 * 1. Safari 8
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */ }

/**
 * 1. Internet Explorer 11+
 * 2. Specify textarea resizability

 * 1. Internet Explorer 11+
 * 2. textarea要素に、垂直方向のリサイズを指定。
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Specify font inheritance of form elements

 * 1. フォーム要素に、フォントの継承を指定。
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */ }

/**
 * 1. Restore the font weight unset by the previous rule.

 * 1. 前の指定により、フォントのウェイトを再定義。
 */
optgroup {
  font-weight: bold;
  /* 1 */ }

/**
 * 1. Address `overflow` set to `hidden` in IE 8/9/10/11

 * 1. IE8/9/10/11に、overflow時にhiddenを設定。
 */
button {
  overflow: visible;
  /* 1 */ }

/**
 * Remove inner padding and border in Firefox 4+

 * Firefox4+に、内側のpaddingとborderを削除。
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/**
 * Replace focus style removed in the border reset above

 * 1. フォーカス時のスタイルを定義。
 */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4
 * 2. Correct the inability to style clickable types in iOS

 * 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
 * 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 1. Firefox 40+, Internet Explorer 11-

 * 1. Firefox 40+, Internet Explorer 11-
 */
button,
select {
  text-transform: none;
  /* 1 */ }

/**
 * Remove the default button styling in all browsers

 * すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
 */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/**
 * Style select like a standard input
 * 1. Firefox 36+
 * 2. Chrome 41+

 * 標準的なinput要素のスタイルを選択。
 * 1. Firefox 36+
 * 2. Chrome 41+
 */
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */ }

/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-expand {
  display: none;
  /* 1 */ }

/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-value {
  color: currentColor;
  /* 1 */ }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11
 * 2. Correct the color inheritance from `fieldset` elements in IE
 * 3. Correct the text wrapping in Edge and IE
 * 4. Correct the text wrapping in Edge and IE
 * 5. Correct the text wrapping in Edge and IE

 * 1. IE 8/9/10/11に、カラーの継承を定義。
 * 2. IEに、fieldset要素からカラーを継承するように定義。
 * 3. EdgeとIEに、テキストのラッピングを修正。
 * 4. EdgeとIEに、テキストのラッピングを修正。
 * 5. EdgeとIEに、テキストのラッピングを修正。
 */
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */ }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari
 * 2. Change font properties to `inherit` in Chrome and Safari

 * 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
 * 2. ChromeとSafariに、フォントプロパティの継承を変更。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari

 * Chrome, Edge, Safariに、テキストのスタイルを修正。
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the odd appearance in Chrome and Safari
 * 2. Correct the outline style in Safari

 * 1. ChromeとSafariに、アピアランスを修正。
 * 2. Safariに、アウトラインを修正。
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10

 * 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
 */
img {
  border-style: none;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera

 * 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
 */
progress {
  vertical-align: baseline; }

/**
 * 1. Internet Explorer 11-

 * 1. Internet Explorer 11-
 */
svg:not(:root) {
  overflow: hidden;
  /* 1 */ }

/**
 * 1. Internet Explorer 11+, Windows Phone 8.1+

 * 1. Internet Explorer 11+, Windows Phone 8.1+
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/**
 * Hide content from screens but not screenreaders

 * コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
 */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/**
 * Specify the progress cursor of updating elements

 * アップデート中の要素のプログレスのカーソルを指定。
 */
/* */
[aria-busy="true"] {
  cursor: progress; }

/**
 * Specify the pointer cursor of trigger elements

 * トリガー要素のポインターのカーソルを指定。
 */
[aria-controls] {
  cursor: pointer; }

/**
 * Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements

 * 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
 */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/**
 * Specify text selection background color and omit drop shadow

 * テキスト選択時の背景色を指定し、ドロップシャドウを削除。
 */
/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }

/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }

header {
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin: 0 auto; }

.header {
  max-width: 980px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.header-wrapper {
  overflow: hidden;
  max-width: 1020px;
  margin: 0 auto; }
  .header-wrapper a:hover {
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.ttl {
  width: 100%;
  margin: 5px 0; }
  .ttl img {
    width: 100%; }

.ttl-txt {
  display: none; }
  @media screen and (min-width: 768px) {
    .ttl-txt {
      text-align: right;
      display: block;
      font-size: 16px;
      position: absolute;
      top: 0;
      right: 0;
      color: #1d2088;
      font-weight: bold; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .ttl-txt {
      margin-left: 608px;
      right: inherit; } }
  @media screen and (min-width: 768px) {
      .ttl-txt a {
        text-decoration: none;
        color: #1d2088;
        cursor: default; }
      .ttl-txt img {
        width: 392px; } }

.sp-header-wrapper img {
  width: 80%; }

@media screen and (min-width: 768px) {
  .sp-header-wrapper img {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .header-tel {
    display: none; } }

.fa-phone-square {
  font-size: 30px;
  color: #1d2088;
  position: fixed;
  cursor: default;
  top: 14px;
  left: 10px; }

.btn {
  width: 30px;
  font-size: 9px;
  border: 1px solid #1d2088;
  border-radius: 8px;
  background-color: transparent;
  position: fixed;
  top: 14px;
  right: 10px;
  padding: 1px 5px;
  cursor: pointer;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .btn {
      display: none; } }

.btn span {
  background-color: #1d2088;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  display: block;
  border-radius: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .btn span {
      display: none; } }

.btn span.active:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  background-color: #1d2088; }

.btn span.active:nth-child(2) {
  opacity: 0; }

.btn span.active:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
  background-color: #1d2088; }

.nav-wrapper {
  background-color: #dddddd; }

.nav-wrapper-active {
  background-color: #dddddd;
  height: 40px;
  width: 100%;
  position: fixed;
  top: 40px;
  z-index: 9; }

@media screen and (max-width: 767px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    margin-right: -300px;
    background-color: #dddddd;
    z-index: 100; } }

@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    margin: 0 auto !important;
    width: auto; } }

@media screen and (min-width: 1024px) {
  .nav {
    width: 980px; } }

.top-nav {
  background-color: #dddddd;
  height: 0px;
  width: 100%;
  position: relative;
  z-index: 9; }
  @media screen and (min-width: 768px) {
    .top-nav {
      height: 42px;
      top: 99px;
      border-top: 1px solid #1d2088;
      border-bottom: 1px solid #1d2088; } }

.g-nav {
  padding-top: 59px; }
  @media screen and (min-width: 768px) {
    .g-nav {
      padding-top: 0;
      overflow: hidden; } }

.nav-list:first-child {
  border-top: 1px dotted #1d2088; }
  @media screen and (min-width: 768px) {
    .nav-list:first-child {
      border-top: none; } }

@media screen and (min-width: 768px) {
  .nav-list {
    float: left;
    width: 20%;
    border-left: 1px dotted #1d2088; }
    .nav-list:last-child {
      border-right: 1px dotted #1d2088; } }

.nav-item {
  display: block;
  border-bottom: 1px dotted #1d2088;
  text-decoration: none;
  font-size: 16px;
  color: #1d2088;
  padding: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center; }
  @media screen and (min-width: 360px) {
    .nav-item {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media screen and (min-width: 768px) {
    .nav-item {
      padding: 10px 20px;
      border-bottom: none; } }

.nav-item:hover {
  color: #ffffff;
  background-color: #1d2088; }

body {
  margin: 0 auto; }
  @media screen and (min-width: 980px) {
    body {
      margin: 0 auto; } }

.main-bg {
  max-width: 1920px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .main-bg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.main-left-box {
  display: none; }
  @media screen and (min-width: 1400px) {
    .main-left-box {
      display: block;
      background-image: url(../../images/main-left.jpg);
      background-repeat: no-repeat;
      background-position: right top;
      width: 100%; } }

.main-right-box {
  display: none; }
  @media screen and (min-width: 1400px) {
    .main-right-box {
      background-image: url(../../images/main-right.jpg);
      background-repeat: no-repeat;
      width: 100%;
      display: block; } }

p {
  color: #333333; }

.autoplay {
  width: 100%; }
  @media screen and (min-width: 980px) {
    .autoplay {
      max-width: 980px;
      margin: 0 auto; } }
  .autoplay img {
    width: 100%; }

.slick-dots {
  bottom: -25px; }
  @media screen and (min-width: 980px) {
    .slick-dots {
      bottom: -35px; } }

.slick-prev {
  left: 0;
  margin-left: 5px;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .slick-prev {
      margin-left: 30px; } }

.slick-next {
  right: 0;
  margin-right: 5px;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .slick-next {
      margin-right: 30px; } }

.wrapper {
  padding-top: 14px; }
  @media screen and (min-width: 980px) {
    .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 980px;
      margin: 0 auto; } }

.main-wrapper {
  margin: 0 14px;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .main-wrapper {
      width: auto; } }
  @media screen and (min-width: 980px) {
    .main-wrapper {
      width: 705px;
      margin: 0; } }

.side-menu {
  width: 275px;
  display: none; }
  @media screen and (min-width: 980px) {
    .side-menu {
      display: block; } }
  .side-menu ul {
    background-color: #fff;
    width: 245px;
    margin-left: 30px; }
    .side-menu ul li {
      margin-bottom: 20px; }
    .side-menu ul img {
      width: 100%; }
  .side-menu .side-insurance {
    border: 3px solid #FE4C4C; }

a :hover {
  opacity: .7; }

.main-visual {
  max-width: 980px;
  margin: 0 auto; }
  .main-visual img {
    width: 100%; }

.reason {
  margin-bottom: 14px; }
  .reason img {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 3px solid #5F5A92; }

.your-painting h2 img {
  border: 3px solid #FC6A50; }

.your-painting img {
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

@media screen and (min-width: 980px) {
  .your-painting {
    margin-bottom: 20px; } }

.topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 14px; }
  @media screen and (min-width: 980px) {
    .topics {
      display: none; } }
  .topics li {
    width: 48%;
    margin-bottom: 14px; }

.process-wrapper {
  background-color: #efefef; }

.painting-skill img {
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.process {
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 980px) {
    .process {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .process dl {
    margin-top: 14px; }
  .process dt {
    color: #fd8003;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 0;
    clear: both; }
  .process dd {
    overflow: hidden;
    margin-right: 14px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1.4px;
    margin-bottom: 14px; }
    .process dd img {
      margin-right: 14px; }

.process-item h3 {
  color: #fd8003;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 0; }

@media screen and (min-width: 980px) {
  .process-item {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .process-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 980px) {
  .process-box-wrap {
    display: block; } }

.process-box p {
  padding: 0 14px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1.4px;
  margin-bottom: 14px;
  word-break: normal; }
  @media screen and (min-width: 980px) {
    .process-box p {
      padding: 14px 0 0 0; } }

.process-box img {
  width: 100%;
  margin-bottom: 14px; }
  @media screen and (min-width: 415px) {
    .process-box img {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .process-box img {
      width: 350px; } }
  @media screen and (min-width: 980px) {
    .process-box img {
      width: 100%; } }

.list-img {
  float: left;
  width: 150px;
  height: 310px;
  margin-right: 14px; }

.list-txt {
  float: right; }

.pr {
  margin-bottom: 14px; }
  .pr img {
    width: 100%; }

.contact {
  margin-bottom: 14px; }
  .contact img {
    width: 100%; }

.zisyasekou {
  margin: 30px auto;
  max-width: 980px; }
  .zisyasekou img {
    width: 100%; }

.reason-visual {
  margin: 0 auto;
  text-align: center;
  background: #F0F2F0;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #8c90a3, #F0F2F0, #F0F2F0, #F0F2F0, #8c90a3);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#8c90a3), color-stop(#F0F2F0), color-stop(#F0F2F0), color-stop(#F0F2F0), to(#8c90a3));
  background: -webkit-linear-gradient(left, #8c90a3, #F0F2F0, #F0F2F0, #F0F2F0, #8c90a3);
  background: -o-linear-gradient(left, #8c90a3, #F0F2F0, #F0F2F0, #F0F2F0, #8c90a3);
  background: linear-gradient(to right, #8c90a3, #F0F2F0, #F0F2F0, #F0F2F0, #8c90a3);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-bottom: 10px; }
  .reason-visual img {
    width: 100%;
    max-width: 980px; }

.reason_teikakaku {
  margin-bottom: 30px; }
  .reason_teikakaku h2 img {
    width: 100%;
    margin-bottom: 10px; }

.topicpath {
  margin: 10px auto 0;
  max-width: 980px;
  padding-left: 10px;
  font-size: 14px; }

.topicpath-list-item {
  display: inline; }

.reason_ttl {
  margin-bottom: 10px;
  background-color: #e7ffb9; }
  .reason_ttl img {
    width: 100%; }
  .reason_ttl h4 {
    font-weight: bold;
    color: #006f04;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 6%;
    margin-bottom: 6px; }
  .reason_ttl p {
    margin-left: 6%;
    line-height: 1.4;
    padding-bottom: 10px; }
  .reason_ttl .reason_red {
    color: #f00;
    font-weight: bold; }

.reason_kodawari {
  margin-bottom: 50px; }
  .reason_kodawari h2 {
    margin-bottom: 20px; }
  .reason_kodawari img {
    width: 100%; }

.recommend {
  max-width: 980px;
  margin: 0 auto; }
  .recommend h2 {
    margin-bottom: 10px; }
  .recommend img {
    width: 100%; }
  .recommend ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    .recommend ul li {
      width: 50%; }

.price-visual {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #2980B9;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #77dafd, #e0f7ff, #FFFFFF, #FFFFFF, #e0f7ff, #77dafd);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#77dafd), color-stop(#e0f7ff), color-stop(#FFFFFF), color-stop(#FFFFFF), color-stop(#e0f7ff), to(#77dafd));
  background: -webkit-linear-gradient(left, #77dafd, #e0f7ff, #FFFFFF, #FFFFFF, #e0f7ff, #77dafd);
  background: -o-linear-gradient(left, #77dafd, #e0f7ff, #FFFFFF, #FFFFFF, #e0f7ff, #77dafd);
  background: linear-gradient(to right, #77dafd, #e0f7ff, #FFFFFF, #FFFFFF, #e0f7ff, #77dafd);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .price-visual img {
    width: 100%;
    max-width: 980px; }

.price-ttl img {
  width: 100%; }

@media screen and (min-width: 768px) {
  .price-img-box img {
    width: 50%;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px; } }

.price-txt-box {
  margin-bottom: 20px; }
  .price-txt-box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #C30D23;
    margin: 10px 0;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      .price-txt-box h3 {
        font-size: 24px; } }
  .price-txt-box p {
    line-height: 1.4;
    padding-bottom: 10px; }

.canpaign {
  margin-bottom: 20px; }
  .canpaign h3 {
    margin-bottom: 20px; }
  .canpaign img {
    width: 100%; }
  .canpaign p {
    line-height: 1.4; }

.red {
  color: #C30D23;
  font-weight: bold; }

.green {
  color: #00913A;
  font-weight: bold; }

.pack {
  margin-bottom: 20px; }
  .pack h3 {
    margin-bottom: 10px; }
    .pack h3 img {
      width: 100%; }
  .pack p img {
    width: 100%; }

.price_pack-txt-box {
  background-color: #ccc; }
  .price_pack-txt-box h4 {
    font-size: 18px;
    padding: 10px;
    color: #ff4949; }
  .price_pack-txt-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 10px;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px; }
  .price_pack-txt-box li {
    width: 50%; }
  @media screen and (min-width: 768px) {
    .price_pack-txt-box {
      width: 25%; }
      .price_pack-txt-box li {
        width: 100%; } }

.tosou_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .tosou_list li {
    width: 24%;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .tosou_list li {
        width: 24%;
        max-width: 150px; } }
    .tosou_list li img {
      width: 100%; }

.price-wrapper {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 20px; }
  @media screen and (min-width: 1000px) {
    .price-wrapper {
      padding: 0; } }

.uretan {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc; }
  @media screen and (min-width: 768px) {
    .uretan {
      margin-bottom: 50px; } }
  .uretan h3 {
    margin-bottom: 10px; }
  .uretan img {
    width: 100%; }
  .uretan .price-txt-bold {
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px; }
  .uretan p {
    line-height: 1.4; }

p.contact-btn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px; }
  p.contact-btn img {
    width: 80%; }
  @media screen and (min-width: 768px) {
    p.contact-btn img {
      width: 60%;
      margin-bottom: 50px; } }

.price_cation {
  border-top: 2px solid #333;
  padding-top: 8px; }

.sirikon {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc; }
  @media screen and (min-width: 768px) {
    .sirikon {
      margin-bottom: 50px; } }
  .sirikon h3 {
    margin-bottom: 10px; }
  .sirikon img {
    width: 100%; }
  .sirikon .price-txt-bold {
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px; }
  .sirikon p {
    line-height: 1.4; }

.syanetu {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc; }
  @media screen and (min-width: 768px) {
    .syanetu {
      margin-bottom: 50px; } }
  .syanetu h3 {
    margin-bottom: 10px; }
  .syanetu img {
    width: 100%; }
  .syanetu .price-txt-bold {
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px; }
  .syanetu p {
    line-height: 1.4; }

.addgreen {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc; }
  @media screen and (min-width: 768px) {
    .addgreen {
      margin-bottom: 50px; } }
  .addgreen h3 {
    margin-bottom: 10px; }
  .addgreen img {
    width: 100%; }
  .addgreen .price-txt-bold {
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px; }
  .addgreen p {
    line-height: 1.4;
    margin-bottom: 10px; }
    .addgreen p:last-child {
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .addgreen p:last-child {
          margin-bottom: 50px; } }

.ad-pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .ad-pc {
      display: block;
      max-width: 1200px;
      margin: 50px auto 50px;
      padding: 0 20px; } }
  @media screen and (min-width: 1200px) {
    .ad-pc {
      padding: 0; } }

.ad-sp {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .ad-sp {
      display: none; } }

.bg-yellow {
  background-color: #fff500; }

.fusso {
  margin-bottom: 20px; }
  .fusso h3 {
    margin-bottom: 10px; }
  .fusso img {
    width: 100%; }
  .fusso .price-txt-bold {
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px; }
  .fusso p {
    line-height: 1.4; }

.your-painting-visual {
  margin: 0 auto;
  text-align: center;
  background: #E6DADA;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #798588, #E6DADA, #E6DADA, #798588);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#798588), color-stop(#E6DADA), color-stop(#E6DADA), to(#798588));
  background: -webkit-linear-gradient(left, #798588, #E6DADA, #E6DADA, #798588);
  background: -o-linear-gradient(left, #798588, #E6DADA, #E6DADA, #798588);
  background: linear-gradient(to right, #798588, #E6DADA, #E6DADA, #798588);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .your-painting-visual img {
    width: 100%;
    max-width: 980px; }

.your-painting_ttl img {
  width: 100%;
  max-width: 980px; }

.your-painting_ttl_1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #f00;
  line-height: 1.4; }

.your-painting_ttl_bg {
  background-image: url(../../images/your-painting_ttl_bg.jpg);
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .your-painting_ttl_bg {
      background-size: 100%;
      width: 100%;
      padding-bottom: 30px; } }
  @media screen and (min-width: 980px) {
    .your-painting_ttl_bg {
      padding-bottom: 20px; } }

.your-painting_bg_red {
  color: #f00;
  font-weight: bold;
  display: block;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .your-painting_bg_red {
      display: inline-block;
      padding-left: 1em;
      margin-top: 10px; } }
  @media screen and (min-width: 980px) {
    .your-painting_bg_red {
      margin-top: 5px; } }

.your-painting_ttl_2 {
  font-weight: bold;
  padding: 10px;
  line-height: 1.4;
  margin-bottom: 10px; }

.your-painting_red {
  font-weight: bold;
  color: #f00; }

@media screen and (min-width: 768px) {
  .your-painting_house_box_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.your-painting_house_box {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .your-painting_house_box {
      width: 49%; } }

.your-painting_ttl_3 {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .gaiheki_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.gaiheki_box {
  margin-bottom: 20px; }

.gaiheki_list {
  margin-bottom: 50px; }
  .gaiheki_list h3 {
    background-color: #8F1500;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px; }
  .gaiheki_list h4 {
    color: #8F1500;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4; }
  .gaiheki_list .gaiheki-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px; }
  .gaiheki_list .gaiheki-flex-left {
    width: 55%; }
  .gaiheki_list .gaiheki-flex-right {
    width: 45%;
    padding: 0 10px; }
    .gaiheki_list .gaiheki-flex-right p {
      font-size: 12px;
      line-height: 1.4; }
      @media screen and (min-width: 500px) {
        .gaiheki_list .gaiheki-flex-right p {
          font-size: 16px; } }

.pc-only {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc-only {
      display: block; } }

@media screen and (min-width: 768px) {
  .sp-only {
    display: none; } }

.insurance-visual {
  text-align: center;
  background: #e65c00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F58F20, #ffffff, #ffffff, #ffffff, #F58F20);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#F58F20), color-stop(#ffffff), color-stop(#ffffff), color-stop(#ffffff), to(#F58F20));
  background: -webkit-linear-gradient(left, #F58F20, #ffffff, #ffffff, #ffffff, #F58F20);
  background: -o-linear-gradient(left, #F58F20, #ffffff, #ffffff, #ffffff, #F58F20);
  background: linear-gradient(to right, #F58F20, #ffffff, #ffffff, #ffffff, #F58F20);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .insurance-visual img {
    width: 100%;
    max-width: 980px; }

.house_icon {
  margin-bottom: 14px; }
  .house_icon img {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.info_insurance img {
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

@media screen and (min-width: 980px) {
  .info_insurance {
    margin-bottom: 20px; } }

.insurance_question {
  margin-bottom: 30px;
  margin-top: 30px; }
  .insurance_question h2 {
    font-size: 20px;
    color: #0b9100;
    font-weight: bold;
    border-bottom: 2px solid #0b9100;
    padding-bottom: 4px;
    margin-bottom: 14px; }
  .insurance_question p {
    line-height: 1.4; }
  .insurance_question h3 {
    font-size: 20px;
    color: #e00000;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 10px; }
    .insurance_question h3::before {
      content: '';
      background-image: url(../../images/insurance_picture.jpg);
      background-repeat: no-repeat;
      width: 200px;
      height: 150px;
      display: block;
      background-size: contain;
      margin-left: 18%;
      margin-bottom: 20px;
      position: relative; }
      @media screen and (min-width: 768px) {
        .insurance_question h3::before {
          position: absolute;
          margin-left: 450px;
          margin-top: -30px; } }
  .insurance_question ul {
    margin-left: 24px;
    margin-top: 8px;
    margin-bottom: 8px; }
    .insurance_question ul li {
      list-style-type: disc;
      line-height: 1.4;
      color: #e00000;
      font-weight: bold; }
  .insurance_question .bold {
    font-weight: bold;
    font-size: 18px; }

.insurance_requirement {
  margin-bottom: 30px; }
  .insurance_requirement h2 {
    font-size: 20px;
    color: #0b9100;
    font-weight: bold;
    border-bottom: 2px solid #0b9100;
    padding-bottom: 4px;
    margin-bottom: 14px; }
  .insurance_requirement p {
    line-height: 1.4; }
  .insurance_requirement h3 {
    font-size: 20px;
    color: #e00000;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 10px; }
  .insurance_requirement .bold {
    font-weight: bold;
    font-size: 18px; }
  .insurance_requirement table {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 100%; }
    .insurance_requirement table th {
      background-color: #ff4108;
      color: #fff;
      border: 1px solid #ccc;
      padding: 10px; }
    .insurance_requirement table td {
      border: 1px solid #ccc;
      padding: 10px; }
  .insurance_requirement .insurance_tb {
    font-size: 14px;
    display: none; }
    @media screen and (min-width: 768px) {
      .insurance_requirement .insurance_tb {
        display: block; } }
  .insurance_requirement .insurance_sp_tb {
    font-size: 14px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .insurance_requirement .insurance_sp_tb {
        display: none; } }

.insurance_sub_ttl {
  margin-bottom: 30px; }
  .insurance_sub_ttl h2 {
    font-size: 20px;
    color: #0b9100;
    font-weight: bold;
    border-bottom: 2px solid #0b9100;
    padding-bottom: 4px;
    margin-bottom: 14px;
    margin-top: 30px; }
  .insurance_sub_ttl p {
    line-height: 1.4; }
  .insurance_sub_ttl h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px; }
  .insurance_sub_ttl .bold {
    font-weight: bold;
    font-size: 18px; }
  .insurance_sub_ttl img {
    width: 100%;
    margin-top: 10px; }

.insurance_caution {
  background-color: #fffdc5;
  padding: 10px; }

.font-red {
  font-weight: bold;
  color: #e00000; }

.insurance_akutoku {
  margin-bottom: 50px;
  margin-top: 30px; }
  .insurance_akutoku h2 {
    font-size: 20px;
    color: #0b9100;
    font-weight: bold;
    border-bottom: 2px solid #0b9100;
    padding-bottom: 4px;
    margin-bottom: 14px; }
  .insurance_akutoku p {
    line-height: 1.4; }
  .insurance_akutoku .bold {
    font-weight: bold;
    font-size: 18px; }

@media screen and (min-width: 980px) {
  .simulation_wrapper {
    max-width: 980px;
    margin: 0 auto; } }

.simulation_visual {
  text-align: center;
  background: #e65c00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #e08a25, #ffe9cf, #ffffff, #ffe9cf, #e08a25);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e08a25), color-stop(#ffe9cf), color-stop(#ffffff), color-stop(#ffe9cf), to(#e08a25));
  background: -webkit-linear-gradient(left, #e08a25, #ffe9cf, #ffffff, #ffe9cf, #e08a25);
  background: -o-linear-gradient(left, #e08a25, #ffe9cf, #ffffff, #ffe9cf, #e08a25);
  background: linear-gradient(to right, #e08a25, #ffe9cf, #ffffff, #ffe9cf, #e08a25);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .simulation_visual img {
    width: 100%;
    max-width: 980px; }

.simulation-body h3 {
  background-color: #F8931F;
  margin-top: 30px;
  padding: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3; }

.simulation-body p {
  margin-top: 20px;
  line-height: 1.4;
  padding: 0 10px 20px; }

.color-ttl {
  background-color: #F8931F;
  padding: 10px; }

.text {
  padding-left: 10px;
  padding-left: 10px; }

.gift-visual {
  margin: 0 auto;
  text-align: center;
  background: #FDFC47;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #004e01, #ffffff, #ffffff, #ffffff, #004e01);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#004e01), color-stop(#ffffff), color-stop(#ffffff), color-stop(#ffffff), to(#004e01));
  background: -webkit-linear-gradient(left, #004e01, #ffffff, #ffffff, #ffffff, #004e01);
  background: -o-linear-gradient(left, #004e01, #ffffff, #ffffff, #ffffff, #004e01);
  background: linear-gradient(to right, #004e01, #ffffff, #ffffff, #ffffff, #004e01);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-bottom: 10px; }
  .gift-visual img {
    width: 100%;
    max-width: 980px; }

.gift-ttl-wrapper {
  margin-bottom: 20px; }
  .gift-ttl-wrapper h3 {
    font-size: 28px;
    width: 100%;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding: 10px 5px;
    line-height: 1.3;
    margin-bottom: 20px; }
    @media screen and (min-width: 360px) {
      .gift-ttl-wrapper h3 {
        font-size: 32px; } }
    @media screen and (min-width: 410px) {
      .gift-ttl-wrapper h3 {
        padding: 10px 30px; } }
    @media screen and (min-width: 768px) {
      .gift-ttl-wrapper h3 {
        color: 48px; } }
  .gift-ttl-wrapper p {
    line-height: 1.4; }

.gift-ttl {
  background-color: #ff7d7d; }

.gift-ttl-2 {
  background-color: #639f30; }

.gift-caution {
  font-weight: bold;
  color: #ce2424;
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  .flyer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 30px; } }

.flyer-box {
  width: 100%;
  margin-bottom: 30px; }
  .flyer-box img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .flyer-box {
      width: 49%;
      margin-bottom: 0; }
      .flyer-box img {
        width: 100%; } }

.campaign img {
  width: 100%; }

.campaign p {
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px; }

.catalog-box {
  margin-bottom: 30px;
  width: 100%; }
  .catalog-box img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .catalog-box {
      width: 49%;
      margin-bottom: 0; }
      .catalog-box img {
        width: 100%; } }

.contact-wrapper {
  padding-top: 14px; }
  @media screen and (min-width: 980px) {
    .contact-wrapper {
      max-width: 980px;
      margin: 0 auto; } }

.soudan-visual {
  margin: 0 auto;
  text-align: center;
  background: #a2a8a3;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ffe4c4, #fff9f1, #ffffff, #fff9f1, #ffe4c4);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffe4c4), color-stop(#fff9f1), color-stop(#ffffff), color-stop(#fff9f1), to(#ffe4c4));
  background: -webkit-linear-gradient(left, #ffe4c4, #fff9f1, #ffffff, #fff9f1, #ffe4c4);
  background: -o-linear-gradient(left, #ffe4c4, #fff9f1, #ffffff, #fff9f1, #ffe4c4);
  background: linear-gradient(to right, #ffe4c4, #fff9f1, #ffffff, #fff9f1, #ffe4c4);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-bottom: 10px; }
  .soudan-visual img {
    width: 100%;
    max-width: 980px; }

.contact-text {
  margin: 0 10px; }

p.question {
  color: #24a029;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
  text-indent: -1.1em;
  padding-left: 2em;
  word-break: normal; }
  @media screen and (min-width: 768px) {
    p.question {
      font-size: 24px;
      text-indent: -1em;
      padding-left: 2em; } }
  p.question::before {
    content: 'Q.';
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      p.question::before {
        font-size: 36px; } }

p.answer {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 2em; }
  @media screen and (min-width: 768px) {
    p.answer {
      font-size: 24px;
      text-indent: -0.9em;
      padding-left: 2em; } }
  p.answer::before {
    content: 'A.';
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #d90000;
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      p.answer::before {
        font-size: 36px; } }

.form-text {
  line-height: 1.4;
  margin-left: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px; }

form {
  padding: 20px;
  width: 100%;
  background-color: #eaedff; }
  form p {
    line-height: 2;
    margin-bottom: 20px; }

input[type='text'], input[type='email'], input[type='tel'], textarea {
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 4px;
  border-radius: 4px; }

input.address {
  width: 100%; }
  @media screen and (min-width: 768px) {
    input.address {
      width: 45%; } }

input[type='email'], input[type='tel'] {
  width: 100%; }
  @media screen and (min-width: 768px) {
    input[type='email'], input[type='tel'] {
      width: 45%; } }

textarea {
  width: 100%; }

input.form-sei {
  width: 45%;
  display: inline-block;
  margin-right: 20px; }

input.form-mei {
  width: 45%;
  display: inline-block; }

p.privacy-ttl {
  color: #3983fa;
  font-weight: bold;
  margin: 0; }

.privacy-txt-area {
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px; }

.privacy-txt {
  line-height: 1.3;
  font-size: 14px; }

.submit_btn {
  text-align: center;
  background-color: #1611a7;
  display: inline-block;
  color: #fff;
  border-radius: 4px; }
  .submit_btn:hover {
    opacity: .7; }

.submit {
  text-align: center; }

input[type='submit'] {
  padding: 8px 30px; }

.require_mark {
  color: #fff;
  background-color: #f00;
  padding: 0 8px;
  border-radius: 4px;
  margin-left: 20px; }

.contact {
  width: 100%;
  margin-top: 30px; }
  .contact h2 {
    font-weight: bold;
    font-size: 28px; }

.contact-more-text {
  font-size: 20px;
  margin: 20px;
  line-height: 1.3;
  color: #d01a1a;
  font-weight: bold; }

input[type="checkbox"] {
  margin-right: 8px; }

.check {
  margin-left: 20px; }

.season {
  width: 200px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 4px;
  padding-left: 10px; }

.month::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 12px solid #aaa;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: relative;
  margin-left: -84px; }

.label {
  color: #3983fa;
  font-weight: bold; }

.mitumori-visual {
  margin: 0 auto;
  text-align: center;
  background: #a2a8a3;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #AA2830, #ffffff, #ffffff, #ffffff, #AA2830);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#AA2830), color-stop(#ffffff), color-stop(#ffffff), color-stop(#ffffff), to(#AA2830));
  background: -webkit-linear-gradient(left, #AA2830, #ffffff, #ffffff, #ffffff, #AA2830);
  background: -o-linear-gradient(left, #AA2830, #ffffff, #ffffff, #ffffff, #AA2830);
  background: linear-gradient(to right, #AA2830, #ffffff, #ffffff, #ffffff, #AA2830);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-bottom: 10px; }
  .mitumori-visual img {
    width: 100%;
    max-width: 980px; }

@media screen and (min-width: 768px) {
  .day-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

input[type='checkbox'] {
  border: 1px solid #aaa; }

select {
  border-radius: 4px; }

input.hope-box {
  width: 120px;
  margin-left: 20px; }

.time-wrapper {
  margin-top: 30px; }

.time {
  margin-right: 10px; }
  .time::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 12px solid #aaa;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: relative;
    margin-left: -24px; }

.time-box {
  width: 200px;
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 4px;
  padding-left: 10px;
  margin-left: 36px; }

@media screen and (min-width: 768px) {
  .time-wrapper_2 {
    margin-left: 36px; } }

.top-back {
  position: fixed;
  right: 20px;
  bottom: 60px;
  display: none; }
  @media screen and (min-width: 768px) {
    .top-back {
      right: 40px;
      bottom: 90px; } }

.top-back-btn {
  text-decoration: none;
  color: #fff;
  font-size: 8px;
  padding: 14px 0 10px;
  background-color: #1d2088;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  border-radius: 50%; }
  .top-back-btn:hover {
    opacity: .8; }

.bottom_bg {
  background: #fc4a1a;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #f7b733, #fc4a1a);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f7b733), to(#fc4a1a));
  background: -webkit-linear-gradient(top, #f7b733, #fc4a1a);
  background: -o-linear-gradient(top, #f7b733, #fc4a1a);
  background: linear-gradient(to bottom, #f7b733, #fc4a1a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  text-align: center;
  padding: 30px 10px; }
  .bottom_bg img {
    max-width: 980px; }

.soudan {
  margin-bottom: 14px; }
  .soudan img {
    width: 100%; }

.mitumori {
  margin-bottom: 14px; }
  .mitumori img {
    width: 100%; }

.gift {
  margin-bottom: 14px; }
  .gift img {
    width: 100%; }

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 980px) {
    .box {
      display: none; } }
  .box h2 {
    width: 48%; }
  .box img {
    width: 100%; }

.footer-address {
  max-width: 980px;
  margin: 30px auto 0; }
  .footer-address p img {
    width: 100%;
    background-color: #fff; }
  @media screen and (min-width: 768px) {
    .footer-address p {
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .footer-address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

address {
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  color: #fff;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    address {
      padding-left: 130px; } }

.footer {
  text-align: center; }

.copy-section {
  padding: 40px 0; }

.copyright {
  color: #333;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .copyright {
      font-size: 14px;
      letter-spacing: 1.5px; } }
