@charset "UTF-8";
/* Scss Document */
@import url(//use.fontawesome.com/releases/v5.12.0/css/all.css);
/*==============================
	Reset
==============================*/
/* line 5, ../../../../../../../../Program Files/Adobe/Adobe Dreamweaver 2020/ruby/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

/* line 22, ../../../../../../../../Program Files/Adobe/Adobe Dreamweaver 2020/ruby/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html { line-height: 1; }

/* line 24, ../../../../../../../../Program Files/Adobe/Adobe Dreamweaver 2020/ruby/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul { list-style: none; }

/* line 26, ../../../../../../../../Program Files/Adobe/Adobe Dreamweaver 2020/ruby/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table { border-collapse: collapse; border-spacing: 0; }

/* line 28, ../../../../../../../../Program Files/Adobe/Adobe Dreamweaver 2020/ruby/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

/* line 30, ../../../../../../../../Program Files/Adobe/Adobe Dreamweaver 2020/ruby/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote { quotes: none; }
/* line 103, ../../../../../../../../Program Files/Adobe/Adobe Dreamweaver 2020/ruby/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

/* line 32, ../../../../../../../../Program Files/Adobe/Adobe Dreamweaver 2020/ruby/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img { border: none; }

/* line 116, ../../../../../../../../Program Files/Adobe/Adobe Dreamweaver 2020/ruby/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/*==============================
	Common
==============================*/
/*==============================
	Base
==============================*/
/* line 6, ../scss/_base.scss */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 959px) { /* line 9, ../scss/_base.scss */
  html, body { height: 100%; } }

/* line 15, ../scss/_base.scss */
html { font-size: 62.5%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* line 20, ../scss/_base.scss */
body { font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; text-align: center; color: #565656; background: #f7f5ef; font-size: 1.6rem; position: relative; }
@media screen and (max-width: 959px) { /* line 20, ../scss/_base.scss */
  body { font-size: 1.4rem; } }

/* line 31, ../scss/_base.scss */
img { border: none; }
@media screen and (max-width: 959px) { /* line 31, ../scss/_base.scss */
  img { max-width: 100%; height: auto; width: auto; } }

/* line 39, ../scss/_base.scss */
a { text-decoration: none; outline: none; }

/* line 43, ../scss/_base.scss */
a, a img { -moz-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; -webkit-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; }

/* line 47, ../scss/_base.scss */
a:hover, a:hover img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }

/* line 52, ../scss/_base.scss */
main.sub { position: relative; padding-top: 120px; }
@media screen and (max-width: 959px) { /* line 52, ../scss/_base.scss */
  main.sub { padding-top: 70px; } }
/* line 56, ../scss/_base.scss */
main.sub::before { position: absolute; content: ""; width: 100%; top: 0; left: 0; right: 0; height: 120px; background: #ede9dc; }
@media screen and (max-width: 959px) { /* line 56, ../scss/_base.scss */
  main.sub::before { height: 70px; } }

/* line 69, ../scss/_base.scss */
section { width: 100%; padding: 80px 0; }
@media screen and (max-width: 959px) { /* line 69, ../scss/_base.scss */
  section { padding: 40px 0; } }

/* line 74, ../scss/_base.scss */
p { line-height: 1.8; text-align: justify; }

/*==============================
	Object
==============================*/
/* Common
---------------------------------------------*/
@media screen and (max-width: 959px) { /* line 8, ../scss/_object.scss */
  .pc { display: none; } }

@media screen and (min-width: 960px) { /* line 11, ../scss/_object.scss */
  .sp { display: none; } }

/* line 14, ../scss/_object.scss */
.container { margin: 0 auto; width: 960px; }
@media screen and (max-width: 959px) { /* line 14, ../scss/_object.scss */
  .container { width: 95%; } }

/* line 21, ../scss/_object.scss */
.warm, .cool { position: relative; }
/* line 24, ../scss/_object.scss */
.warm::before, .warm::after, .cool::before, .cool::after { position: absolute; content: ""; z-index: -1; }
/* line 30, ../scss/_object.scss */
.warm::before, .cool::before { right: 0; top: 0; }
/* line 34, ../scss/_object.scss */
.warm::after, .cool::after { left: 0; bottom: 0; }

/* line 40, ../scss/_object.scss */
.warm::before { background: url("../img/right_top-01.png") no-repeat top right; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; width: 552px; height: 305px; }
@media screen and (max-width: 959px) { /* line 40, ../scss/_object.scss */
  .warm::before { width: 166px; height: 92px; } }
/* line 50, ../scss/_object.scss */
.warm::after { background: url("../img/left_btm-01.png") no-repeat bottom left; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; width: 529px; height: 297px; }
@media screen and (max-width: 959px) { /* line 50, ../scss/_object.scss */
  .warm::after { width: 159px; height: 89px; } }

/* line 62, ../scss/_object.scss */
.cool::before { background: url("../img/right_top-02.png") no-repeat top right; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; width: 462px; height: 244px; }
@media screen and (max-width: 959px) { /* line 62, ../scss/_object.scss */
  .cool::before { width: 137px; height: 73px; } }
/* line 72, ../scss/_object.scss */
.cool::after { background: url("../img/left_btm-02.png") no-repeat bottom left; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; width: 354px; height: 220px; }
@media screen and (max-width: 959px) { /* line 72, ../scss/_object.scss */
  .cool::after { width: 106px; height: 66px; } }

/* Headings
---------------------------------------------*/
/* line 86, ../scss/_object.scss */
h2 { font-family: ten-mincho-text, serif; font-size: 3.6rem; position: relative; margin-bottom: 80px; text-align: center; line-height: 1.4; }
@media screen and (max-width: 959px) { /* line 86, ../scss/_object.scss */
  h2 { font-size: 2.4rem; margin-bottom: 40px; } }
/* line 97, ../scss/_object.scss */
h2.sentence { text-align: left; padding-left: 60px; }
@media screen and (max-width: 959px) { /* line 97, ../scss/_object.scss */
  h2.sentence { padding-left: 30px; } }
/* line 101, ../scss/_object.scss */
h2.sentence::before { position: absolute; content: ""; left: 0; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url("../img/bg_title.png") no-repeat; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; width: 139px; height: 146px; z-index: -1; }
@media screen and (max-width: 959px) { /* line 101, ../scss/_object.scss */
  h2.sentence::before { width: 70px; height: 73px; top: 0; -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); } }
/* line 121, ../scss/_object.scss */
h2.underline::after { position: absolute; content: ""; left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: -40px; width: 286px; height: 30px; background: url("../img/line_yellow.png") no-repeat; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; }
@media screen and (max-width: 959px) { /* line 121, ../scss/_object.scss */
  h2.underline::after { width: 143px; bottom: -20px; height: 15px; } }

/* Tel & Buttons
---------------------------------------------*/
/* line 142, ../scss/_object.scss */
.tel { font-weight: 600; color: #565656; position: relative; display: inline-block; padding-left: 56px; white-space: nowrap; font-size: 4rem; }
@media screen and (max-width: 959px) { /* line 142, ../scss/_object.scss */
  .tel { font-size: 3.4rem; } }
/* line 151, ../scss/_object.scss */
.tel::before { position: absolute; content: ""; background: url("../img/freedial.svg") no-repeat; left: 0; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 46px; height: 30px; }

/* line 162, ../scss/_object.scss */
[class$="Btn"] { font-weight: 600; position: relative; display: block; height: 60px; line-height: 60px; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; text-align: center; color: #fff; }
@media screen and (max-width: 959px) { /* line 162, ../scss/_object.scss */
  [class$="Btn"] { height: 50px; line-height: 50px; } }
/* line 175, ../scss/_object.scss */
[class$="Btn"] span { font-size: 2.4rem; }
/* line 177, ../scss/_object.scss */
[class$="Btn"] span::before { margin-right: 10px; }

/* line 180, ../scss/_object.scss */
.formBtn { background: #f19149; width: 210px; }
@media screen and (max-width: 959px) { /* line 180, ../scss/_object.scss */
  .formBtn { width: 100%; } }
/* line 185, ../scss/_object.scss */
.formBtn span::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0e0"; font-weight: 400; }

/* line 192, ../scss/_object.scss */
.lineBtn { background: #80c269; width: 210px; }
@media screen and (max-width: 959px) { /* line 192, ../scss/_object.scss */
  .lineBtn { width: 100%; } }
/* line 197, ../scss/_object.scss */
.lineBtn span::before { font-family: 'Font Awesome 5 Brands'; content: "\f3c0"; font-weight: 400; }

/* Page Top
---------------------------------------------*/
/* line 207, ../scss/_object.scss */
#pageTop { display: block; position: fixed; z-index: 90; -moz-transform: rotateY(270deg); -webkit-transform: rotateY(270deg); transform: rotateY(270deg); -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; bottom: 20px; right: 20px; }
@media screen and (max-width: 959px) { /* line 207, ../scss/_object.scss */
  #pageTop { display: none; } }
/* line 216, ../scss/_object.scss */
#pageTop:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
/* line 219, ../scss/_object.scss */
#pageTop div { position: relative; background: #80c269; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; width: 45px; height: 45px; }
/* line 226, ../scss/_object.scss */
#pageTop .arrow { position: absolute; border: 1px solid #80c269; border-left-color: #fff; border-top-color: #fff; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 15px; height: 15px; top: 20px; left: 15px; }

/*==============================
	Layout
==============================*/
/* Header
---------------------------------------------*/
/* line 8, ../scss/_layout.scss */
header { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; width: 100%; position: absolute; top: 0; left: 0; z-index: 100; }
@media screen and (min-width: 960px) { /* line 8, ../scss/_layout.scss */
  header { padding: 30px; }
  /* line 19, ../scss/_layout.scss */
  header > a { width: 316px; }
  /* line 21, ../scss/_layout.scss */
  header > a img { width: 100%; } }
@media screen and (max-width: 959px) { /* line 8, ../scss/_layout.scss */
  header { padding: 15px; }
  /* line 26, ../scss/_layout.scss */
  header > a { width: 45%; } }
/* line 28, ../scss/_layout.scss */
header ul { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
/* line 33, ../scss/_layout.scss */
header ul li:not(:last-child) { margin-right: 30px; }
@media screen and (max-width: 959px) { /* line 33, ../scss/_layout.scss */
  header ul li:not(:last-child) { margin-right: 10px; } }
@media screen and (max-width: 959px) { /* line 38, ../scss/_layout.scss */
  header ul li a { width: 40px; height: 40px; }
  /* line 41, ../scss/_layout.scss */
  header ul li a span { display: none; }
  /* line 42, ../scss/_layout.scss */
  header ul li a.tel { padding: 0; }
  /* line 44, ../scss/_layout.scss */
  header ul li a.tel::before { display: none; }
  /* line 45, ../scss/_layout.scss */
  header ul li a.tel::after { position: absolute; content: ""; background: url("../img/freedial.svg") no-repeat; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 30px; height: 20px; }
  /* line 56, ../scss/_layout.scss */
  header ul li a[class$="Btn"] { width: 40px; height: 40px; line-height: 40px; position: relative; font-weight: 400; font-size: 2.1rem; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
  /* line 66, ../scss/_layout.scss */
  header ul li a.formBtn::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0e0"; }
  /* line 72, ../scss/_layout.scss */
  header ul li a.lineBtn::after { font-family: 'Font Awesome 5 Brands'; content: "\f3c0"; } }

/* First View
---------------------------------------------*/
/* line 86, ../scss/_layout.scss */
.fv { width: 100%; background: url("../img/fv.webp") no-repeat center center; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; padding: 150px 0 60px; }
@media screen and (max-width: 959px) { /* line 86, ../scss/_layout.scss */
  .fv { height: 100vh; padding: 70px 0 0; background-position: left 30% center; } }
/* line 97, ../scss/_layout.scss */
.fv .container { height: 100%; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: space-between; justify-content: space-between; }
@media screen and (min-width: 960px) { /* line 97, ../scss/_layout.scss */
  .fv .container { -webkit-align-items: flex-end; align-items: flex-end; } }
@media screen and (max-width: 959px) { /* line 97, ../scss/_layout.scss */
  .fv .container { -webkit-align-items: center; align-items: center; } }
/* line 108, ../scss/_layout.scss */
.fv .container h1 { display: inline-block; font-family: ten-mincho-text, serif; font-size: 3.6rem; text-align: right; }
@media screen and (max-width: 959px) { /* line 108, ../scss/_layout.scss */
  .fv .container h1 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; text-align: center; font-size: 1.9rem; text-shadow: 1px 1px 0.5px #fff; } }
/* line 121, ../scss/_layout.scss */
.fv .container h1 strong { text-align: left; line-height: 1.3; }
@media screen and (min-width: 960px) { /* line 121, ../scss/_layout.scss */
  .fv .container h1 strong { position: relative; font-size: 4.8rem; display: block; padding: 15px 30px; border-left: solid 2px #565656; border-right: solid 2px #565656; margin-bottom: 60px; } }
@media screen and (max-width: 959px) { /* line 121, ../scss/_layout.scss */
  .fv .container h1 strong { display: inline-block; font-size: 3rem; margin: 0 auto 25%; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; } }
/* line 141, ../scss/_layout.scss */
.fv .container h1 strong::before, .fv .container h1 strong::after { position: absolute; content: ""; background: #565656; width: 50px; height: 2px; }
@media screen and (max-width: 959px) { /* line 141, ../scss/_layout.scss */
  .fv .container h1 strong::before, .fv .container h1 strong::after { display: none; } }
/* line 150, ../scss/_layout.scss */
.fv .container h1 strong::before { left: 0; top: 0; }
/* line 154, ../scss/_layout.scss */
.fv .container h1 strong::after { right: 0; bottom: 0; }
/* line 159, ../scss/_layout.scss */
.fv .container h1 small { display: block; font-size: 1.8rem; margin-top: 30px; }
@media screen and (max-width: 959px) { /* line 159, ../scss/_layout.scss */
  .fv .container h1 small { font-size: 1.2rem; margin-top: 5%; } }
/* line 169, ../scss/_layout.scss */
.fv .container div { background: #eb6877; text-align: center; }
@media screen and (min-width: 960px) { /* line 169, ../scss/_layout.scss */
  .fv .container div { position: relative; width: 320px; height: 320px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin-top: 60px; }
  /* line 178, ../scss/_layout.scss */
  .fv .container div::before, .fv .container div::after { position: absolute; content: ""; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
  /* line 187, ../scss/_layout.scss */
  .fv .container div::before { width: 298px; height: 298px; border: solid 2px #fff; }
  /* line 192, ../scss/_layout.scss */
  .fv .container div::after { width: 335px; height: 335px; border: solid 5px #eb6877; } }
@media screen and (max-width: 959px) { /* line 169, ../scss/_layout.scss */
  .fv .container div { width: 110%; padding: 10px; margin-left: -5%; } }
/* line 203, ../scss/_layout.scss */
.fv .container div span { line-height: 1.4; font-weight: 600; color: #fff; }
@media screen and (min-width: 960px) { /* line 203, ../scss/_layout.scss */
  .fv .container div span { display: inline-block; white-space: nowrap; position: absolute; font-size: 3rem; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } }
@media screen and (max-width: 959px) { /* line 203, ../scss/_layout.scss */
  .fv .container div span { font-size: 1.8rem; } }
/* line 217, ../scss/_layout.scss */
.fv .container div span em { color: #ffc; }
/* line 218, ../scss/_layout.scss */
.fv .container div span big { font-size: 160%; }

/* line 223, ../scss/_layout.scss */
.title { background: #ffc; font-family: ten-mincho-text, serif; font-size: 3rem; line-height: 1.4; padding: 30px 0; }
@media screen and (max-width: 959px) { /* line 223, ../scss/_layout.scss */
  .title { font-size: 1.8rem; padding: 15px 0; } }
/* line 233, ../scss/_layout.scss */
.title strong { font-size: 160%; color: #eb6877; }

/* お知らせ
---------------------------------------------*/
/* line 242, ../scss/_layout.scss */
.news .container { width: 760px; border: solid 3px #f19149; background: rgba(241, 145, 73, 0.2); padding: 30px; }
@media screen and (max-width: 959px) { /* line 242, ../scss/_layout.scss */
  .news .container { width: 95%; padding: 15px; } }
/* line 251, ../scss/_layout.scss */
.news .container h3 { text-align: left; margin-bottom: .5em; font-size: 150%; color: #f19149; line-height: 1.2; }
@media screen and (max-width: 959px) { /* line 251, ../scss/_layout.scss */
  .news .container h3 { text-align: center; } }

/* まずはお気軽にご相談ください
---------------------------------------------*/
/* line 264, ../scss/_layout.scss */
.contact_us { background: #f19149; padding: 60px 0; }
@media screen and (max-width: 959px) { /* line 264, ../scss/_layout.scss */
  .contact_us { padding: 30px 0; } }
/* line 268, ../scss/_layout.scss */
.contact_us h2 { font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; color: #fff; font-size: 3rem; margin-bottom: 30px; }
@media screen and (max-width: 959px) { /* line 268, ../scss/_layout.scss */
  .contact_us h2 { font-size: 1.8rem; line-height: 1.4; margin-bottom: 15px; } }
/* line 280, ../scss/_layout.scss */
.contact_us ul { background: #fff; padding: 30px; }
@media screen and (min-width: 960px) { /* line 280, ../scss/_layout.scss */
  .contact_us ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: stretch; align-items: stretch; } }
@media screen and (max-width: 959px) { /* line 280, ../scss/_layout.scss */
  .contact_us ul { padding: 15px; } }
@media screen and (min-width: 960px) { /* line 289, ../scss/_layout.scss */
  .contact_us ul li { text-align: left; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
  /* line 296, ../scss/_layout.scss */
  .contact_us ul li .tel { letter-spacing: .025em; } }
@media screen and (max-width: 959px) { /* line 289, ../scss/_layout.scss */
  .contact_us ul li { text-align: center; } }
@media screen and (min-width: 960px) { /* line 299, ../scss/_layout.scss */
  .contact_us ul li:last-child { padding-left: 30px; border-left: solid 1px #ccc; } }
@media screen and (max-width: 959px) { /* line 299, ../scss/_layout.scss */
  .contact_us ul li:last-child { padding-top: 15px; margin-top: 15px; border-top: solid 1px #ccc; } }
/* line 310, ../scss/_layout.scss */
.contact_us ul li > span { display: block; font-size: 1.8rem; font-weight: 600; }
@media screen and (max-width: 959px) { /* line 310, ../scss/_layout.scss */
  .contact_us ul li > span { font-size: 1.2rem; margin-bottom: 1em; } }
/* line 318, ../scss/_layout.scss */
.contact_us ul li > span strong { color: #eb6877; }
/* line 320, ../scss/_layout.scss */
.contact_us ul li small { display: block; font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 320, ../scss/_layout.scss */
  .contact_us ul li small { font-size: 1.2rem; margin-top: 1em; } }
@media screen and (min-width: 960px) { /* line 328, ../scss/_layout.scss */
  .contact_us ul li div { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; margin-top: 20px; } }
@media screen and (min-width: 960px) { /* line 335, ../scss/_layout.scss */
  .contact_us ul li div .lineBtn { margin-left: 30px; } }
@media screen and (max-width: 959px) { /* line 335, ../scss/_layout.scss */
  .contact_us ul li div .lineBtn { margin-top: 15px; } }
/* line 342, ../scss/_layout.scss */
.contact_us p { color: #fff; margin-left: 1em; text-indent: -1em; margin-top: 1em; line-height: 1.4; }

/* 養育費の受給状況の実態… 実に半数以上の方が養育費をもらっていません。 & 減ることのない養育費の不払い問題… あなたもこんなお悩みはありませんか？
---------------------------------------------*/
/* line 358, ../scss/_layout.scss */
.problem figure { background: #fff; padding: 30px; }
@media screen and (max-width: 959px) { /* line 358, ../scss/_layout.scss */
  .problem figure { padding: 10px; } }
/* line 363, ../scss/_layout.scss */
.problem small { display: block; text-align: right; margin-top: 1em; margin-bottom: 80px; }
@media screen and (max-width: 959px) { /* line 363, ../scss/_layout.scss */
  .problem small { font-size: 1.2rem; text-align: left; margin-bottom: 40px; } }
/* line 374, ../scss/_layout.scss */
.problem ul { padding-left: 60px; padding-bottom: 50px; }
@media screen and (max-width: 959px) { /* line 374, ../scss/_layout.scss */
  .problem ul { padding-left: 0; } }
/* line 377, ../scss/_layout.scss */
.problem ul li { position: relative; text-align: left; margin-bottom: 40px; font-size: 2.4rem; padding-left: 70px; }
@media screen and (max-width: 959px) { /* line 377, ../scss/_layout.scss */
  .problem ul li { padding-left: 35px; font-size: 1.6rem; margin-bottom: 20px; line-height: 1.4; } }
/* line 389, ../scss/_layout.scss */
.problem ul li::before { position: absolute; content: ""; background: url("../img/check.png") no-repeat; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; width: 50px; height: 40px; left: 0; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
@media screen and (max-width: 959px) { /* line 389, ../scss/_layout.scss */
  .problem ul li::before { width: 25px; height: 20px; top: 0; -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); } }
/* line 406, ../scss/_layout.scss */
.problem ul li strong { color: #eb6877; font-weight: 600; text-decoration: underline; }
/* line 413, ../scss/_layout.scss */
.problem p { font-size: 1.8rem; text-align: center; padding-top: 20px; }
@media screen and (max-width: 959px) { /* line 413, ../scss/_layout.scss */
  .problem p { font-size: 1.4rem; padding-top: 10px; } }

/* 後からでも養育費は請求できるの？ & 民事執行法の改正※により、 今までよりも養育費の請求がしやすくなりました。
---------------------------------------------*/
@media screen and (min-width: 960px) { /* line 430, ../scss/_layout.scss */
  .claim .container { text-align: left; } }
/* line 432, ../scss/_layout.scss */
.claim .container h2 { position: relative; }
/* line 434, ../scss/_layout.scss */
.claim .container h2 sub, .claim .container h2 small { font-size: 1.6rem; }
@media screen and (max-width: 959px) { /* line 434, ../scss/_layout.scss */
  .claim .container h2 sub, .claim .container h2 small { font-size: 1.2rem; } }
/* line 439, ../scss/_layout.scss */
.claim .container h2 small { position: absolute; right: 0; bottom: -30px; }
@media screen and (max-width: 959px) { /* line 439, ../scss/_layout.scss */
  .claim .container h2 small { bottom: -15px; } }
/* line 446, ../scss/_layout.scss */
.claim .container h3 { font-family: ten-mincho-text, serif; text-decoration: underline; font-size: 2.4rem; margin-bottom: 30px; }
@media screen and (max-width: 959px) { /* line 446, ../scss/_layout.scss */
  .claim .container h3 { font-size: 1.6rem; line-height: 1.4; } }
/* line 456, ../scss/_layout.scss */
.claim .container .cost { text-align: left; background: #fff; padding: 30px; margin: 30px 0 80px; }
@media screen and (max-width: 959px) { /* line 456, ../scss/_layout.scss */
  .claim .container .cost { padding: 15px; margin: 15px 0 40px; } }
/* line 465, ../scss/_layout.scss */
.claim .container .cost h4 { font-weight: 600; text-decoration: underline; font-size: 1.8rem; margin-bottom: 20px; }
@media screen and (max-width: 959px) { /* line 465, ../scss/_layout.scss */
  .claim .container .cost h4 { font-size: 1.6rem; margin-bottom: 10px; } }
/* line 475, ../scss/_layout.scss */
.claim .container .cost ul { padding-left: 30px; }
@media screen and (max-width: 959px) { /* line 475, ../scss/_layout.scss */
  .claim .container .cost ul { padding-left: 10px; } }
/* line 478, ../scss/_layout.scss */
.claim .container .cost ul li { margin-left: 1em; text-indent: -1em; line-height: 1.2; }
/* line 482, ../scss/_layout.scss */
.claim .container .cost ul li::before { content: "・"; }
/* line 483, ../scss/_layout.scss */
.claim .container .cost ul li:not(:last-child) { margin-bottom: 20px; }
@media screen and (max-width: 959px) { /* line 483, ../scss/_layout.scss */
  .claim .container .cost ul li:not(:last-child) { margin-bottom: 10px; } }
/* line 490, ../scss/_layout.scss */
.claim .container h5 { display: inline-block; background: #f19149; color: #fff; font-weight: 600; text-align: center; position: relative; width: 300px; height: 50px; line-height: 50px; font-size: 2.4rem; -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px; margin-bottom: 30px; }
@media screen and (max-width: 959px) { /* line 490, ../scss/_layout.scss */
  .claim .container h5 { width: 70%; height: 40px; line-height: 40px; font-size: 1.6rem; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; margin-bottom: 20px; } }
/* line 511, ../scss/_layout.scss */
.claim .container h5::after { position: absolute; content: ""; bottom: -30px; left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 30px 10px 0 10px; border-color: #f19149 transparent transparent transparent; }
@media screen and (max-width: 959px) { /* line 511, ../scss/_layout.scss */
  .claim .container h5::after { bottom: -20px; border-width: 20px 7px 0 7px; } }
/* line 528, ../scss/_layout.scss */
.claim .container figure { background: #fff; }
@media screen and (min-width: 960px) { /* line 528, ../scss/_layout.scss */
  .claim .container figure { padding: 30px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; } }
@media screen and (max-width: 959px) { /* line 528, ../scss/_layout.scss */
  .claim .container figure { padding: 15px; }
  /* line 538, ../scss/_layout.scss */
  .claim .container figure img { width: 60%; margin: 0 auto 10px; } }
@media screen and (min-width: 960px) { /* line 543, ../scss/_layout.scss */
  .claim .container figure dl { width: 620px; } }
/* line 545, ../scss/_layout.scss */
.claim .container figure dl dt { border-bottom: solid 1px #565656; padding-bottom: 15px; margin-bottom: 15px; font-size: 2.4rem; }
@media screen and (max-width: 959px) { /* line 545, ../scss/_layout.scss */
  .claim .container figure dl dt { padding-bottom: 10px; margin-bottom: 10px; font-size: 1.6rem; } }
/* line 555, ../scss/_layout.scss */
.claim .container figure dl dt strong { color: #eb6877; }
/* line 556, ../scss/_layout.scss */
.claim .container figure dl dt small { font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 556, ../scss/_layout.scss */
  .claim .container figure dl dt small { font-size: 1.4rem; } }
/* line 561, ../scss/_layout.scss */
.claim .container figure dl dd { text-align: justify; line-height: 1.8; font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 561, ../scss/_layout.scss */
  .claim .container figure dl dd { font-size: 1.4rem; } }
/* line 570, ../scss/_layout.scss */
.claim .container .session li { margin-top: 30px; }
@media screen and (min-width: 960px) { /* line 572, ../scss/_layout.scss */
  .claim .container .session li dl { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; } }
@media screen and (min-width: 960px) { /* line 577, ../scss/_layout.scss */
  .claim .container .session li dl dt { background: url("../img/red.png") no-repeat; text-align: center; color: #fff; width: 100px; height: 100px; line-height: 100px; font-size: 1.8rem; }
  /* line 586, ../scss/_layout.scss */
  .claim .container .session li dl dt small { font-size: 1.4rem; } }
@media screen and (max-width: 959px) { /* line 577, ../scss/_layout.scss */
  .claim .container .session li dl dt { color: #eb6877; font-size: 1.6rem; margin-bottom: 5px; text-align: left; }
  /* line 593, ../scss/_layout.scss */
  .claim .container .session li dl dt small { font-size: 1.2rem; } }
/* line 596, ../scss/_layout.scss */
.claim .container .session li dl dd { background: #f5d9d7; text-align: justify; line-height: 1.8; position: relative; width: 600px; padding: 30px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; font-size: 1.8rem; margin-top: 10px; margin-left: 50px; }
@media screen and (max-width: 959px) { /* line 596, ../scss/_layout.scss */
  .claim .container .session li dl dd { width: calc(100% - 30px); padding: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; font-size: 1.4rem; margin-top: 5px; margin-left: 30px; } }
/* line 615, ../scss/_layout.scss */
.claim .container .session li dl dd::before { position: absolute; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 30px 20px 0; border-color: transparent #f5d9d7 transparent transparent; left: -30px; top: 30px; }
@media screen and (max-width: 959px) { /* line 615, ../scss/_layout.scss */
  .claim .container .session li dl dd::before { border-width: 0 20px 10px 0; left: -20px; top: 15px; } }
/* line 631, ../scss/_layout.scss */
.claim .container .session li dl dd strong { font-weight: 600; text-decoration: underline; }
/* line 635, ../scss/_layout.scss */
.claim .container .session li dl dd img { display: block; margin: 20px 0; }
@media screen and (max-width: 959px) { /* line 635, ../scss/_layout.scss */
  .claim .container .session li dl dd img { margin: 10px 0; } }
/* line 640, ../scss/_layout.scss */
.claim .container .session li dl dd sub, .claim .container .session li dl dd small { font-size: 1.4rem; }
@media screen and (max-width: 959px) { /* line 640, ../scss/_layout.scss */
  .claim .container .session li dl dd sub, .claim .container .session li dl dd small { font-size: 1.2rem; } }
/* line 645, ../scss/_layout.scss */
.claim .container .session li dl dd small { display: block; margin-top: 1em; margin-left: 1em; text-indent: -1em; }
@media screen and (min-width: 960px) { /* line 654, ../scss/_layout.scss */
  .claim .container .session li:nth-child(even) dl { -webkit-flex-direction: row-reverse; flex-direction: row-reverse; } }
@media screen and (min-width: 960px) { /* line 658, ../scss/_layout.scss */
  .claim .container .session li:nth-child(even) dl dt { background: url("../img/blue.png") no-repeat; } }
@media screen and (max-width: 959px) { /* line 658, ../scss/_layout.scss */
  .claim .container .session li:nth-child(even) dl dt { color: #448aca; text-align: right; } }
/* line 665, ../scss/_layout.scss */
.claim .container .session li:nth-child(even) dl dd { background: rgba(68, 138, 202, 0.2); margin-left: 0; margin-right: 50px; }
@media screen and (max-width: 959px) { /* line 665, ../scss/_layout.scss */
  .claim .container .session li:nth-child(even) dl dd { margin-right: 30px; } }
/* line 670, ../scss/_layout.scss */
.claim .container .session li:nth-child(even) dl dd::before { border-width: 20px 30px 0 0; border-color: rgba(68, 138, 202, 0.2) transparent transparent transparent; left: inherit; right: -30px; }
@media screen and (max-width: 959px) { /* line 670, ../scss/_layout.scss */
  .claim .container .session li:nth-child(even) dl dd::before { border-width: 10px 20px 0 0; right: -20px; } }

/* 養育費請求は、 "離婚問題に強い"弁護士にご相談ください。 & まずは、 あなたが今置かれている状況をお聞かせください。
---------------------------------------------*/
/* line 695, ../scss/_layout.scss */
.tell_us p { font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 695, ../scss/_layout.scss */
  .tell_us p { font-size: 1.4rem; } }
/* line 699, ../scss/_layout.scss */
.tell_us .profile { background: #fff; padding: 30px; margin: 30px 0 80px; }
@media screen and (max-width: 959px) { /* line 699, ../scss/_layout.scss */
  .tell_us .profile { margin: 15px 0 40px; padding: 15px; } }
@media screen and (min-width: 960px) { /* line 707, ../scss/_layout.scss */
  .tell_us .profile figure { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 30px; } }
@media screen and (max-width: 959px) { /* line 707, ../scss/_layout.scss */
  .tell_us .profile figure { margin-bottom: 15px; } }
@media screen and (min-width: 960px) { /* line 716, ../scss/_layout.scss */
  .tell_us .profile figure img { margin-right: 30px; } }
@media screen and (max-width: 959px) { /* line 716, ../scss/_layout.scss */
  .tell_us .profile figure img { margin-bottom: 15px; } }
/* line 720, ../scss/_layout.scss */
.tell_us .profile figure figcaption { text-align: left; font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 720, ../scss/_layout.scss */
  .tell_us .profile figure figcaption { font-size: 1.4rem; text-align: center; } }
/* line 727, ../scss/_layout.scss */
.tell_us .profile figure figcaption span { display: block; margin: 20px 0; }
@media screen and (max-width: 959px) { /* line 727, ../scss/_layout.scss */
  .tell_us .profile figure figcaption span { margin: 10px 0; } }
/* line 731, ../scss/_layout.scss */
.tell_us .profile figure figcaption span big { font-size: 2.4rem; margin-left: 1em; }
@media screen and (max-width: 959px) { /* line 731, ../scss/_layout.scss */
  .tell_us .profile figure figcaption span big { font-size: 1.8rem; } }
/* line 737, ../scss/_layout.scss */
.tell_us .profile figure figcaption p { width: 670px; font-size: 1.6rem; padding: 20px 0; border-top: solid 1px #565656; border-bottom: solid 1px #565656; }
@media screen and (max-width: 959px) { /* line 737, ../scss/_layout.scss */
  .tell_us .profile figure figcaption p { width: 100%; font-size: 1.4rem; padding: 10px 0; } }
@media screen and (min-width: 960px) { /* line 751, ../scss/_layout.scss */
  .tell_us .profile div { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
/* line 758, ../scss/_layout.scss */
.tell_us .profile div dl { text-align: left; }
@media screen and (min-width: 960px) { /* line 760, ../scss/_layout.scss */
  .tell_us .profile div dl:first-child { margin-right: 60px; } }
@media screen and (max-width: 959px) { /* line 760, ../scss/_layout.scss */
  .tell_us .profile div dl:first-child { margin-bottom: 15px; } }
/* line 764, ../scss/_layout.scss */
.tell_us .profile div dl dt { font-size: 1.8rem; margin-bottom: 1em; }
@media screen and (max-width: 959px) { /* line 764, ../scss/_layout.scss */
  .tell_us .profile div dl dt { font-size: 1.6rem; } }
/* line 769, ../scss/_layout.scss */
.tell_us .profile div dl dd { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; line-height: 1.8; }
/* line 774, ../scss/_layout.scss */
.tell_us .profile div dl dd span { margin-right: 1em; white-space: nowrap; }
/* line 782, ../scss/_layout.scss */
.tell_us h3 { display: inline-block; background: #80c269; text-align: center; color: #fff; font-family: ten-mincho-text, serif; }
@media screen and (min-width: 960px) { /* line 782, ../scss/_layout.scss */
  .tell_us h3 { font-size: 2.4rem; width: 620px; height: 60px; line-height: 60px; margin: 0 auto 20px; } }
@media screen and (max-width: 959px) { /* line 782, ../scss/_layout.scss */
  .tell_us h3 { font-size: 1.8rem; line-height: 1.2; padding: 10px; margin-bottom: 10px; } }
/* line 801, ../scss/_layout.scss */
.tell_us h3 strong { color: #ffc; }
@media screen and (max-width: 959px) { /* line 801, ../scss/_layout.scss */
  .tell_us h3 strong { display: block; } }
/* line 805, ../scss/_layout.scss */
.tell_us h3 + p { text-align: center; font-size: 1.6rem; }
@media screen and (max-width: 959px) { /* line 805, ../scss/_layout.scss */
  .tell_us h3 + p { font-size: 1.4rem; } }
/* line 810, ../scss/_layout.scss */
.tell_us h3 + p + figure img { margin: 60px auto; }
@media screen and (max-width: 959px) { /* line 810, ../scss/_layout.scss */
  .tell_us h3 + p + figure img { margin: 30px 0; } }
/* line 817, ../scss/_layout.scss */
.tell_us ol { display: inline-block; margin: 0 auto 60px; text-align: left; }
@media screen and (max-width: 959px) { /* line 817, ../scss/_layout.scss */
  .tell_us ol { margin: 0 auto 30px; } }
/* line 822, ../scss/_layout.scss */
.tell_us ol li { font-size: 1.8rem; line-height: 1.4; margin-left: 1.25em; text-indent: -1.25em; }
@media screen and (max-width: 959px) { /* line 822, ../scss/_layout.scss */
  .tell_us ol li { font-size: 1.4rem; } }
/* line 828, ../scss/_layout.scss */
.tell_us ol li:not(:last-child) { margin-bottom: .5em; }
/* line 831, ../scss/_layout.scss */
.tell_us .example { text-align: left; }
@media screen and (min-width: 960px) { /* line 831, ../scss/_layout.scss */
  .tell_us .example { background: url("../img/portrait.png") no-repeat top right 75px #fff; width: 860px; margin: 0 auto 30px; padding: 30px; } }
@media screen and (max-width: 959px) { /* line 831, ../scss/_layout.scss */
  .tell_us .example { background: #fff; margin: 0 auto 15px; padding: 15px; } }
/* line 844, ../scss/_layout.scss */
.tell_us .example h4 { font-family: ten-mincho-text, serif; color: #f19149; line-height: 1.2; font-size: 3rem; margin-bottom: 30px; }
@media screen and (max-width: 959px) { /* line 844, ../scss/_layout.scss */
  .tell_us .example h4 { text-align: center; font-size: 2.4rem; margin-bottom: 15px; } }
/* line 856, ../scss/_layout.scss */
.tell_us .example ul { padding-left: 30px; }
@media screen and (max-width: 959px) { /* line 856, ../scss/_layout.scss */
  .tell_us .example ul { padding-left: 10px; } }
/* line 859, ../scss/_layout.scss */
.tell_us .example ul li { line-height: 1.4; font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 859, ../scss/_layout.scss */
  .tell_us .example ul li { font-size: 1.4rem; } }
/* line 863, ../scss/_layout.scss */
.tell_us .example ul li:not(:last-child) { margin-bottom: .5em; }
/* line 867, ../scss/_layout.scss */
.tell_us small { display: block; color: #eb6877; font-weight: 600; text-align: center; margin-bottom: 1em; font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 867, ../scss/_layout.scss */
  .tell_us small { font-size: 1.4rem; } }
@media screen and (min-width: 960px) { /* line 876, ../scss/_layout.scss */
  .tell_us .lineBtn { width: 330px; margin: 0 auto; } }

/* 養育費を請求・回収する方法について
---------------------------------------------*/
/* line 886, ../scss/_layout.scss */
.process { background: #cde4f9; }
@media screen and (min-width: 960px) { /* line 888, ../scss/_layout.scss */
  .process .container { width: 860px; } }
/* line 891, ../scss/_layout.scss */
.process .container h2::after { background: url("../img/line_blue.png") no-repeat; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; width: 728px; }
@media screen and (max-width: 959px) { /* line 891, ../scss/_layout.scss */
  .process .container h2::after { width: 100%; } }
/* line 898, ../scss/_layout.scss */
.process .container dl { text-align: left; background: #fff; padding: 30px; }
@media screen and (max-width: 959px) { /* line 898, ../scss/_layout.scss */
  .process .container dl { padding: 15px; } }
/* line 903, ../scss/_layout.scss */
.process .container dl:not(:last-of-type) { margin-bottom: 30px; }
@media screen and (max-width: 959px) { /* line 903, ../scss/_layout.scss */
  .process .container dl:not(:last-of-type) { margin-bottom: 15px; } }
/* line 907, ../scss/_layout.scss */
.process .container dl dt { font-weight: 600; border-bottom: solid 1px #448aca; padding-bottom: 15px; margin-bottom: 15px; font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 907, ../scss/_layout.scss */
  .process .container dl dt { font-size: 1.4rem; padding-bottom: 10px; margin-bottom: 10px; } }
/* line 918, ../scss/_layout.scss */
.process .container dl dt span { color: #f19149; margin-right: 1em; }
/* line 922, ../scss/_layout.scss */
.process .container dl dt strong { font-weight: 400; color: #448aca; display: block; font-family: ten-mincho-text, serif; font-size: 2.4rem; margin-bottom: 20px; }
@media screen and (max-width: 959px) { /* line 922, ../scss/_layout.scss */
  .process .container dl dt strong { margin-bottom: 10px; } }
/* line 932, ../scss/_layout.scss */
.process .container dl dd { text-align: justify; line-height: 1.8; }
/* line 935, ../scss/_layout.scss */
.process .container dl dd sub { font-size: 1.4rem; }
@media screen and (max-width: 959px) { /* line 935, ../scss/_layout.scss */
  .process .container dl dd sub { font-size: 1.2rem; } }
/* line 941, ../scss/_layout.scss */
.process .container ol { margin: 20px 0 60px; }
@media screen and (max-width: 959px) { /* line 941, ../scss/_layout.scss */
  .process .container ol { margin: 10px 0 30px; } }
/* line 944, ../scss/_layout.scss */
.process .container ol li { text-align: justify; margin-left: 2.5em; text-indent: -2.5em; font-size: 1.4rem; line-height: 1.4; }
@media screen and (max-width: 959px) { /* line 944, ../scss/_layout.scss */
  .process .container ol li { font-size: 1.2rem; } }
/* line 951, ../scss/_layout.scss */
.process .container ol li:not(:last-child) { margin-bottom: 1em; }
/* line 954, ../scss/_layout.scss */
.process .container h3 { color: #448aca; text-align: center; line-height: 1.8; font-family: ten-mincho-text, serif; font-size: 3rem; }
@media screen and (max-width: 959px) { /* line 954, ../scss/_layout.scss */
  .process .container h3 { font-size: 2rem; } }

/* 料金表
---------------------------------------------*/
@media screen and (min-width: 960px) { /* line 968, ../scss/_layout.scss */
  .price .container { width: 860px; } }
/* line 970, ../scss/_layout.scss */
.price .container table { width: 100%; }
@media screen and (max-width: 959px) { /* line 972, ../scss/_layout.scss */
  .price .container table tr { border: solid 1px #ccc; } }
/* line 975, ../scss/_layout.scss */
.price .container table th, .price .container table td { border: solid 1px #ccc; padding: 20px; vertical-align: middle; font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 975, ../scss/_layout.scss */
  .price .container table th, .price .container table td { display: list-item; list-style: none; padding: 10px; border: none; font-size: 1.4rem; width: 100%; } }
/* line 990, ../scss/_layout.scss */
.price .container table th { text-align: center; background: #ffc; font-weight: 600; }
/* line 995, ../scss/_layout.scss */
.price .container table td { background: #fff; text-align: left; line-height: 1.4; }
@media screen and (max-width: 959px) { /* line 995, ../scss/_layout.scss */
  .price .container table td { text-align: center; } }
/* line 1000, ../scss/_layout.scss */
.price .container table td em { font-weight: 600; display: block; }
@media screen and (max-width: 959px) { /* line 1000, ../scss/_layout.scss */
  .price .container table td em { font-size: 1.6rem; } }
/* line 1005, ../scss/_layout.scss */
.price .container table td strong { font-weight: 600; color: #eb6877; }
@media screen and (max-width: 959px) { /* line 1005, ../scss/_layout.scss */
  .price .container table td strong { font-size: 1.6rem; } }
/* line 1010, ../scss/_layout.scss */
.price .container table td small { font-size: 1.6rem; }
@media screen and (max-width: 959px) { /* line 1010, ../scss/_layout.scss */
  .price .container table td small { font-size: 1.2rem; } }
/* line 1016, ../scss/_layout.scss */
.price .container span { display: block; text-align: right; margin-top: .5em; }

/* ご相談の流れ & よくあるご質問
---------------------------------------------*/
/* line 1029, ../scss/_layout.scss */
.flow ol { counter-reset: list; }
@media screen and (min-width: 960px) { /* line 1029, ../scss/_layout.scss */
  .flow ol { width: 760px; margin: 0 auto 80px; } }
@media screen and (max-width: 959px) { /* line 1029, ../scss/_layout.scss */
  .flow ol { margin-bottom: 40px; } }
/* line 1036, ../scss/_layout.scss */
.flow ol li { position: relative; background: #ede9dc; padding: 60px 30px 30px; text-align: center; font-size: 1.8rem; line-height: 1.8; }
@media screen and (max-width: 959px) { /* line 1036, ../scss/_layout.scss */
  .flow ol li { padding: 30px 15px 15px; font-size: 1.4rem; } }
/* line 1047, ../scss/_layout.scss */
.flow ol li::before { color: #a6937c; position: absolute; counter-increment: list; content: "Step 0" counter(list) ""; left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); top: 30px; font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 1047, ../scss/_layout.scss */
  .flow ol li::before { top: 15px; font-size: 1.4rem; } }
/* line 1061, ../scss/_layout.scss */
.flow ol li:not(:last-child) { position: relative; margin-bottom: 60px; }
@media screen and (max-width: 959px) { /* line 1061, ../scss/_layout.scss */
  .flow ol li:not(:last-child) { margin-bottom: 30px; } }
/* line 1065, ../scss/_layout.scss */
.flow ol li:not(:last-child)::after { position: absolute; content: ""; background: #a6937c; left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 1px; height: 60px; bottom: -60px; }
@media screen and (max-width: 959px) { /* line 1065, ../scss/_layout.scss */
  .flow ol li:not(:last-child)::after { height: 30px; bottom: -30px; } }
/* line 1080, ../scss/_layout.scss */
.flow ol li strong { display: block; font-family: ten-mincho-text, serif; color: #a6937c; font-size: 3rem; margin-bottom: 20px; }
@media screen and (max-width: 959px) { /* line 1080, ../scss/_layout.scss */
  .flow ol li strong { font-size: 2.4rem; margin-bottom: 10px; } }
/* line 1093, ../scss/_layout.scss */
.flow .faq { background: url("../img/bg_faq.png") no-repeat top center #fff; padding: 60px; position: relative; }
@media screen and (max-width: 959px) { /* line 1093, ../scss/_layout.scss */
  .flow .faq { -moz-background-size: 150% auto; -o-background-size: 150% auto; -webkit-background-size: 150% auto; background-size: 150% auto; padding: 30px 15px 15px; } }
/* line 1101, ../scss/_layout.scss */
.flow .faq::before { position: absolute; content: "FAQ"; left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); top: 30px; font-size: 2.4rem; }
@media screen and (max-width: 959px) { /* line 1101, ../scss/_layout.scss */
  .flow .faq::before { font-size: 1.6rem; top: 15px; } }
/* line 1114, ../scss/_layout.scss */
.flow .faq dl:not(:last-child) { margin-bottom: 60px; }
@media screen and (max-width: 959px) { /* line 1114, ../scss/_layout.scss */
  .flow .faq dl:not(:last-child) { margin-bottom: 30px; } }
/* line 1118, ../scss/_layout.scss */
.flow .faq dl dt { color: #eb6877; text-align: left; font-family: ten-mincho-text, serif; text-align: left; position: relative; border-bottom: solid 1px #eb6877; font-size: 2.1rem; padding: 0 30px 15px 70px; margin-bottom: 15px; }
@media screen and (max-width: 959px) { /* line 1118, ../scss/_layout.scss */
  .flow .faq dl dt { font-size: 1.6rem; line-height: 1.4; padding: 0 10px 5px 35px; margin-bottom: 5px; } }
/* line 1134, ../scss/_layout.scss */
.flow .faq dl dt::before, .flow .faq dl dt::after { position: absolute; width: 30px; height: 30px; left: 30px; top: -.15em; }
@media screen and (max-width: 959px) { /* line 1134, ../scss/_layout.scss */
  .flow .faq dl dt::before, .flow .faq dl dt::after { width: 20px; height: 20px; top: 0; left: 10px; } }
/* line 1148, ../scss/_layout.scss */
.flow .faq dl dt::before { content: ""; background: #eb6877; }
/* line 1152, ../scss/_layout.scss */
.flow .faq dl dt::after { font-family: dnp-shuei-mgothic-std, sans-serif; content: "Q"; color: #fff; font-size: 2.4rem; text-align: center; line-height: 30px; }
@media screen and (max-width: 959px) { /* line 1152, ../scss/_layout.scss */
  .flow .faq dl dt::after { font-size: 1.6rem; line-height: 20px; } }
/* line 1165, ../scss/_layout.scss */
.flow .faq dl dd { text-align: justify; line-height: 1.8; padding: 0 30px; font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 1165, ../scss/_layout.scss */
  .flow .faq dl dd { padding: 0 10px; font-size: 1.4rem; } }
/* line 1174, ../scss/_layout.scss */
.flow .faq dl dd small, .flow .faq dl dd sub { font-size: 1.4rem; }
@media screen and (max-width: 959px) { /* line 1174, ../scss/_layout.scss */
  .flow .faq dl dd small, .flow .faq dl dd sub { font-size: 1.2rem; } }
/* line 1179, ../scss/_layout.scss */
.flow .faq dl dd small { display: block; margin-top: 1em; margin-left: 1em; text-indent: -1em; }

/* フォーム
---------------------------------------------*/
@media screen and (min-width: 960px) { /* line 1194, ../scss/_layout.scss */
  #contact .container, .form .container { width: 860px; } }
/* line 1196, ../scss/_layout.scss */
#contact .container h2, .form .container h2 { margin-bottom: 0; }
/* line 1198, ../scss/_layout.scss */
#contact .container h2 strong, .form .container h2 strong { color: #eb6877; }
/* line 1200, ../scss/_layout.scss */
#contact .container .step, .form .container .step { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 60px auto; }
@media screen and (max-width: 959px) { /* line 1200, ../scss/_layout.scss */
  #contact .container .step, .form .container .step { margin: 30px auto; } }
/* line 1206, ../scss/_layout.scss */
#contact .container .step li, .form .container .step li { background: #ede9dc; color: #a6937c; text-align: center; position: relative; width: 100px; height: 30px; line-height: 30px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }
@media screen and (max-width: 959px) { /* line 1206, ../scss/_layout.scss */
  #contact .container .step li, .form .container .step li { width: 80px; } }
/* line 1216, ../scss/_layout.scss */
#contact .container .step li span, .form .container .step li span { display: block; width: 100px; height: 30px; line-height: 30px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; background: #80c269; color: #fff; position: relative; }
@media screen and (max-width: 959px) { /* line 1216, ../scss/_layout.scss */
  #contact .container .step li span, .form .container .step li span { width: 80px; } }
/* line 1227, ../scss/_layout.scss */
#contact .container .step li:not(:first-child), .form .container .step li:not(:first-child) { margin-left: 60px; }
@media screen and (max-width: 959px) { /* line 1227, ../scss/_layout.scss */
  #contact .container .step li:not(:first-child), .form .container .step li:not(:first-child) { margin-left: 30px; } }
/* line 1230, ../scss/_layout.scss */
#contact .container .step li:not(:first-child)::before, .form .container .step li:not(:first-child)::before { position: absolute; content: ""; left: -60px; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); background: #ede9dc; width: 60px; height: 2px; }
@media screen and (max-width: 959px) { /* line 1230, ../scss/_layout.scss */
  #contact .container .step li:not(:first-child)::before, .form .container .step li:not(:first-child)::before { left: -30px; width: 30px; } }
/* line 1245, ../scss/_layout.scss */
#contact .container .step li:not(:first-child) span::before, .form .container .step li:not(:first-child) span::before { position: absolute; content: ""; left: -60px; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); background: #80c269; width: 60px; height: 2px; }
@media screen and (max-width: 959px) { /* line 1245, ../scss/_layout.scss */
  #contact .container .step li:not(:first-child) span::before, .form .container .step li:not(:first-child) span::before { left: -30px; width: 30px; } }
/* line 1262, ../scss/_layout.scss */
#contact .container .step + p, .form .container .step + p { text-align: center; font-size: 1.8rem; margin-bottom: 30px; }
@media screen and (max-width: 959px) { /* line 1262, ../scss/_layout.scss */
  #contact .container .step + p, .form .container .step + p { font-size: 1.4rem; margin-bottom: 15px; } }
/* line 1272, ../scss/_layout.scss */
#contact .container .inner, .form .container .inner { background: #fff; padding: 30px; }
@media screen and (max-width: 959px) { /* line 1272, ../scss/_layout.scss */
  #contact .container .inner, .form .container .inner { padding: 15px; } }
/* line 1276, ../scss/_layout.scss */
#contact .container .inner table, .form .container .inner table { width: 100%; }
@media screen and (max-width: 959px) { /* line 1278, ../scss/_layout.scss */
  #contact .container .inner table th, #contact .container .inner table td, .form .container .inner table th, .form .container .inner table td { display: list-item; list-style: none; width: 100%; } }
/* line 1285, ../scss/_layout.scss */
#contact .container .inner table th.notes, #contact .container .inner table td.notes, .form .container .inner table th.notes, .form .container .inner table td.notes { padding-bottom: 0; }
/* line 1286, ../scss/_layout.scss */
#contact .container .inner table th em, #contact .container .inner table th small, #contact .container .inner table td em, #contact .container .inner table td small, .form .container .inner table th em, .form .container .inner table th small, .form .container .inner table td em, .form .container .inner table td small { font-size: 90%; color: #999; }
/* line 1291, ../scss/_layout.scss */
#contact .container .inner table th small, #contact .container .inner table td small, .form .container .inner table th small, .form .container .inner table td small { margin-left: 1em; text-indent: -1em; display: block; line-height: 1.4; text-align: justify; }
@media screen and (min-width: 960px) { /* line 1299, ../scss/_layout.scss */
  #contact .container .inner table th, .form .container .inner table th { width: 38%; text-align: right; vertical-align: top; padding: 15px 0; line-height: 60px; } }
/* line 1307, ../scss/_layout.scss */
#contact .container .inner table th span, .form .container .inner table th span { display: inline-block; line-height: 1.4; }
/* line 1310, ../scss/_layout.scss */
#contact .container .inner table th span::after, .form .container .inner table th span::after { color: #fff; text-align: center; margin-left: 10px; font-size: 1.4rem; width: 50px; height: 26px; line-height: 26px; -moz-border-radius: 13px; -webkit-border-radius: 13px; border-radius: 13px; display: inline-block; }
@media screen and (max-width: 959px) { /* line 1310, ../scss/_layout.scss */
  #contact .container .inner table th span::after, .form .container .inner table th span::after { font-size: 1.2rem; width: 40px; height: 20px; line-height: 20px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; } }
/* line 1329, ../scss/_layout.scss */
#contact .container .inner table th span.required::after, .form .container .inner table th span.required::after { background: #eb6877; content: "必須"; }
/* line 1335, ../scss/_layout.scss */
#contact .container .inner table th span.option::after, .form .container .inner table th span.option::after { background: #448aca; content: "任意"; }
@media screen and (min-width: 960px) { /* line 1342, ../scss/_layout.scss */
  #contact .container .inner table td, .form .container .inner table td { width: 62%; padding: 15px 0 15px 30px; } }
@media screen and (max-width: 959px) { /* line 1342, ../scss/_layout.scss */
  #contact .container .inner table td, .form .container .inner table td { padding: 10px 0 20px; } }
/* line 1349, ../scss/_layout.scss */
#contact .container .inner table td.value div, .form .container .inner table td.value div { min-height: 46px; background: #f7f5ef; padding: 15px; }
@media screen and (max-width: 959px) { /* line 1349, ../scss/_layout.scss */
  #contact .container .inner table td.value div, .form .container .inner table td.value div { padding: 10px; } }
/* line 1356, ../scss/_layout.scss */
#contact .container .inner table td.small, .form .container .inner table td.small { padding-top: 0; }
/* line 1357, ../scss/_layout.scss */
#contact .container .inner table td ul, .form .container .inner table td ul { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
/* line 1363, ../scss/_layout.scss */
#contact .container .inner table td ul li:not(:last-child), .form .container .inner table td ul li:not(:last-child) { margin-right: 30px; }
/* line 1365, ../scss/_layout.scss */
#contact .container .inner table td ul.block, .form .container .inner table td ul.block { display: block; }
/* line 1368, ../scss/_layout.scss */
#contact .container .inner table td ul.block li:not(:last-child), .form .container .inner table td ul.block li:not(:last-child) { margin-bottom: 10px; }
/* line 1372, ../scss/_layout.scss */
#contact .container .inner table td a, .form .container .inner table td a { margin-left: 1em; color: #80c269; }
/* line 1375, ../scss/_layout.scss */
#contact .container .inner table td a::after, .form .container .inner table td a::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f35d"; margin-left: .5em; }
/* line 1383, ../scss/_layout.scss */
#contact .container .inner .privacy, .form .container .inner .privacy { width: 100%; height: 150px; padding: 30px 30px 0; margin: 30px auto; overflow: auto; background: #f7f5ef; }
@media screen and (min-width: 960px) { /* line 1391, ../scss/_layout.scss */
  #contact .container .inner .privacy::after, .form .container .inner .privacy::after { display: block; width: 1px; height: 30px; content: ""; } }
@media screen and (max-width: 959px) { /* line 1383, ../scss/_layout.scss */
  #contact .container .inner .privacy, .form .container .inner .privacy { padding: 15px; margin: 15px auto; } }
/* line 1402, ../scss/_layout.scss */
#contact .container .inner .privacy h4, #contact .container .inner .privacy h5, .form .container .inner .privacy h4, .form .container .inner .privacy h5 { text-align: left; margin-bottom: .8em; font-family: dnp-shuei-mgothic-std, sans-serif; }
/* line 1408, ../scss/_layout.scss */
#contact .container .inner .privacy h4, .form .container .inner .privacy h4 { font-size: 2.4rem; }
@media screen and (max-width: 959px) { /* line 1408, ../scss/_layout.scss */
  #contact .container .inner .privacy h4, .form .container .inner .privacy h4 { font-size: 1.8rem; } }
/* line 1412, ../scss/_layout.scss */
#contact .container .inner .privacy h5, .form .container .inner .privacy h5 { font-size: 1.8rem; margin-top: 1.5em; }
@media screen and (max-width: 959px) { /* line 1412, ../scss/_layout.scss */
  #contact .container .inner .privacy h5, .form .container .inner .privacy h5 { font-size: 1.6rem; } }
/* line 1418, ../scss/_layout.scss */
#contact .container .inner .agree, .form .container .inner .agree { margin-top: 30px; font-size: 1.6rem; }
/* line 1422, ../scss/_layout.scss */
#contact .container .inner .submitBtn, .form .container .inner .submitBtn { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin-top: 30px; height: inherit; }
@media screen and (max-width: 959px) { /* line 1422, ../scss/_layout.scss */
  #contact .container .inner .submitBtn, .form .container .inner .submitBtn { margin-top: 15px; } }
/* line 1431, ../scss/_layout.scss */
#contact .container h3, .form .container h3 { font-size: 2.4rem; margin-bottom: 1em; line-height: 1.4; }
/* line 1435, ../scss/_layout.scss */
#contact .container h3 + p, .form .container h3 + p { margin-bottom: 1em; text-align: center; font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 1435, ../scss/_layout.scss */
  #contact .container h3 + p, .form .container h3 + p { font-size: 1.6rem; } }
/* line 1440, ../scss/_layout.scss */
#contact .container h3 + p ~ span, .form .container h3 + p ~ span { color: #eb6877; display: block; margin-left: 1em; text-indent: -1em; text-align: justify; line-height: 1.4; }
/* line 1447, ../scss/_layout.scss */
#contact .container h3 + p ~ span:not(:last-child), .form .container h3 + p ~ span:not(:last-child) { margin-bottom: .5em; }
/* line 1450, ../scss/_layout.scss */
#contact .container h3.info, .form .container h3.info { text-align: left; margin-bottom: 0; background: #f19149; color: #fff; padding: 10px; }

/* 特商法
---------------------------------------------*/
@media screen and (min-width: 960px) { /* line 1464, ../scss/_layout.scss */
  .scta .container { width: 860px; } }
/* line 1467, ../scss/_layout.scss */
.scta dl { padding-bottom: 20px; border-bottom: dotted 1px #a6937c; }
/* line 1470, ../scss/_layout.scss */
.scta dl:not(:last-child) { margin-bottom: 20px; }
/* line 1473, ../scss/_layout.scss */
.scta dl dt { text-align: left; color: #a6937c; margin-bottom: 1em; }
/* line 1478, ../scss/_layout.scss */
.scta dl dd { text-align: justify; line-height: 1.8; }

/* Footer
---------------------------------------------*/
/* line 1487, ../scss/_layout.scss */
footer { background: #ede9dc; padding: 60px 0; font-size: 1.8rem; }
@media screen and (max-width: 959px) { /* line 1487, ../scss/_layout.scss */
  footer { padding: 30px 0; font-size: 1.4rem; } }
/* line 1495, ../scss/_layout.scss */
footer a { color: #565656; }
/* line 1496, ../scss/_layout.scss */
footer small { font-size: 1.4rem; margin-top: 30px; display: block; }
@media screen and (max-width: 959px) { /* line 1496, ../scss/_layout.scss */
  footer small { font-size: 1.2rem; margin-top: 15px; } }

/*==============================
	Form
==============================*/
/* Form tags
---------------------------------------------*/
/* line 8, ../scss/_form.scss */
input, select, textarea { color: #565656; padding: 10px; font-family: dnp-shuei-mgothic-std, sans-serif; -moz-appearance: none; -webkit-appearance: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: solid 2px #f7f5ef; font-size: 1.8rem; background: #f7f5ef; }
@media screen and (max-width: 959px) { /* line 8, ../scss/_form.scss */
  input, select, textarea { font-size: 1.4rem; } }
/* line 20, ../scss/_form.scss */
input:focus, select:focus, textarea:focus { background: #ede9dc; border-color: #a6937c; }

/* line 25, ../scss/_form.scss */
input { width: 100%; }
/* line 27, ../scss/_form.scss */
input.half { width: 50%; }
@media screen and (max-width: 959px) { /* line 27, ../scss/_form.scss */
  input.half { width: 100%; } }
/* line 31, ../scss/_form.scss */
input.tel-half { width: 50%; }
@media screen and (max-width: 959px) { /* line 31, ../scss/_form.scss */
  input.tel-half { width: calc(100% - 5em); } }
/* line 35, ../scss/_form.scss */
input.number { width: 20%; }
@media screen and (max-width: 959px) { /* line 35, ../scss/_form.scss */
  input.number { width: 50%; } }
/* line 39, ../scss/_form.scss */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -moz-appearance: none; -webkit-appearance: none; margin: 0; }
@media screen and (min-width: 960px) { /* line 44, ../scss/_form.scss */
  input[type="number"] { -moz-appearance: textfield; -webkit-appearance: textfield; } }
/* line 49, ../scss/_form.scss */
input[type="checkbox"], input[type="radio"] { display: none; }
/* line 53, ../scss/_form.scss */
input[type="submit"] { background: #eb6877; }
/* line 55, ../scss/_form.scss */
input[type="submit"].confirm { background: #80c269; }
/* line 59, ../scss/_form.scss */
input[type="submit"][disabled] { background-color: #999; cursor: default; }

/* line 64, ../scss/_form.scss */
input[type="submit"], button { display: inline-block; border: none; color: #fff; cursor: pointer; padding: 0; font-family: dnp-shuei-mgothic-std, sans-serif; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; }
@media screen and (min-width: 960px) { /* line 64, ../scss/_form.scss */
  input[type="submit"], button { width: 240px; height: 60px; line-height: 60px; font-size: 2.4rem; } }
@media screen and (max-width: 959px) { /* line 64, ../scss/_form.scss */
  input[type="submit"], button { width: 49%; height: 40px; line-height: 40px; font-size: 1.6rem; margin-top: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; } }
/* line 87, ../scss/_form.scss */
input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner { border: 0; }

/* line 89, ../scss/_form.scss */
button { font-family: dnp-shuei-mgothic-std, sans-serif; background: #a6937c; }
@media screen and (min-width: 960px) { /* line 89, ../scss/_form.scss */
  button { margin-right: 20px; } }
@media screen and (max-width: 959px) { /* line 89, ../scss/_form.scss */
  button { margin-right: 2%; } }

/* line 95, ../scss/_form.scss */
label { position: relative; display: inline-block; }
/* line 98, ../scss/_form.scss */
label::after { font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; content: "\f150"; right: 10px; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); pointer-events: none; color: #a6937c; z-index: 5; }
/* line 109, ../scss/_form.scss */
label.select { width: 100%; }
/* line 110, ../scss/_form.scss */
label.select-half { width: 50%; }
@media screen and (max-width: 959px) { /* line 110, ../scss/_form.scss */
  label.select-half { width: 100%; } }
/* line 114, ../scss/_form.scss */
label.select-time, label.select-date { width: 20%; }
@media screen and (max-width: 959px) { /* line 114, ../scss/_form.scss */
  label.select-time, label.select-date { width: 35%; } }
/* line 119, ../scss/_form.scss */
label.select-year { width: 40%; }
@media screen and (max-width: 959px) { /* line 119, ../scss/_form.scss */
  label.select-year { width: 40%; } }
/* line 123, ../scss/_form.scss */
label.checkbox { cursor: pointer; margin-bottom: 10px; }
@media screen and (max-width: 959px) { /* line 123, ../scss/_form.scss */
  label.checkbox { width: 100%; } }
/* line 127, ../scss/_form.scss */
label.checkbox::after { display: none; }
/* line 130, ../scss/_form.scss */
label.checkbox span.cb::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c8"; font-weight: 400; color: #565656; margin-right: 10px; font-size: 110%; }
/* line 140, ../scss/_form.scss */
label.checkbox:last-child { margin-bottom: 0; }
/* line 141, ../scss/_form.scss */
label.checkbox input[type="checkbox"]:checked + .cb::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f14a"; font-weight: 400; color: #565656; }
/* line 148, ../scss/_form.scss */
label.radio { cursor: pointer; margin-right: 10px; }
/* line 151, ../scss/_form.scss */
label.radio::after { display: none; }
/* line 154, ../scss/_form.scss */
label.radio span.rd::before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-weight: 400; content: "\f111"; color: #565656; margin-right: 5px; }
/* line 163, ../scss/_form.scss */
label.radio:last-child { margin-bottom: 0; }
/* line 164, ../scss/_form.scss */
label.radio input[type="radio"]:checked + .rd::before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-weight: 400; content: "\f192"; color: #565656; }

/* line 172, ../scss/_form.scss */
select { width: 100%; display: table-cell; vertical-align: middle; }
/* line 176, ../scss/_form.scss */
select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #565656; }
/* line 180, ../scss/_form.scss */
select::-ms-expand { display: none; }

/* line 182, ../scss/_form.scss */
select, option { outline: 0; }

/* line 183, ../scss/_form.scss */
textarea { width: 100%; }
/* line 185, ../scss/_form.scss */
textarea.detail { margin-top: 1em; }
@media screen and (min-width: 960px) { /* line 185, ../scss/_form.scss */
  textarea.detail { height: 100px; } }
@media screen and (max-width: 959px) { /* line 185, ../scss/_form.scss */
  textarea.detail { height: 80px; } }
@media screen and (min-width: 960px) { /* line 190, ../scss/_form.scss */
  textarea.comment { height: 200px; } }
@media screen and (max-width: 959px) { /* line 190, ../scss/_form.scss */
  textarea.comment { height: 100px; } }
  @media screen and (min-width: 960px) { /* line 190, ../scss/_form.scss */
    textarea.ete { height: 250px; } }
  @media screen and (max-width: 959px) { /* line 190, ../scss/_form.scss */
    textarea.ete { height: 200px; } }

/* line 195, ../scss/_form.scss */
:placeholder-shown { color: #999; }

/* line 196, ../scss/_form.scss */
::-webkit-input-placeholder { color: #999; }

/* line 197, ../scss/_form.scss */
:-moz-placeholder { color: #999; }

/* line 198, ../scss/_form.scss */
::-moz-placeholder { color: #999; }

/* line 199, ../scss/_form.scss */
:-ms-input-placeholder { color: #999; }

/* line 200, ../scss/_form.scss */
legend { display: none; }

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