@charset "UTF-8";
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;
    vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
html {
    font-size: 62.5%;
    line-height: 1;
}
body {
    font-size: 1.4em;
    padding: 0;
    margin: 0;
    color: #1a1a1a;
    line-height: 1.8;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #e0dcd8;
}
_:lang(x)::-ms-backdrop, body {
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.cf {
zoom: 1;
}
.cf:after {
    content: "";
    display: table;
    clear: both;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb100 {
    margin-bottom: 100px;
}
.pc-block {
    display: block !important;
}
.sp-block {
    display: none !important;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    max-height: 100%;
}
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #E90101;
}
#container {
    padding: 80px 0;
}
#container .inner {
    background-color: #fff;
    margin: 0 auto;
    width: 95%;
    max-width: 980px;
}
.lead {
    color: #EC2629;
    font-weight: bold;
}
#form {
    padding: 20px 20px 50px;
}
#form .red  {
    color: #EC2629;
}
#form span {
    color: #EC2629;
    padding-left: 5px;
}
#form h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #404040;
    font-weight: bold;
    line-height: 2;
    border-left: 10px solid #d50e19;
    padding-left: 20px;
}
#form h2 {
    font-size: 2rem;
    border-left: 7px solid #807771;
    padding-left: 10px;
    margin-bottom: 10px;
}
#form h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    background-color: #A1A1A1;
    padding: 5px;
    color: #fff;
}
#form table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 50px;
}
#form table th {
    width: 35%;
    padding: 10px 5px;
    vertical-align: middle;
    background-color: #F8F7F7;
    border-bottom: 1px solid #E6E3D8;
}
#form table td {
    padding: 10px;
    width: 70%;
    border-bottom: 1px solid #E6E3D8;
}
#form .txt {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 70%;
    max-width: 400px;
    margin-bottom: 10px;
}
#form .days {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: auto;
    max-width: 80px;
    margin-bottom: 10px;
    margin-left: 10px;
}
#form .results {
}
#form .results td {
    width: auto;
}
#form .results .txt {
    margin-left: 10px;
}
#form textarea   {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 10px;
    -moz-border-radius: 3px;
    width: 100%;
    height: 150px;
}
#form .text_box {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    height: 250px;
}
#form label {
    line-height: 5.5rem;
    padding-right: 10px;
}
#form .radio label {
    line-height: 2;
}
#form .radio input {
    margin: 0 10px;
}
#form button,.button a{
    display: inline-block;
    width: 250px;
    height: 70px;
    line-height: 70px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #d50e19; /*ボタン色*/
    border-radius: 5px; /*角丸*/
    -webkit-transition: all 0.5s;
    margin: 0 auto;
    transition: all 0.5s;
    font-weight: bold;
}
#form .edit {
    background-color: #8E8E8E;
    margin: 0 10px 30px;
}
#form .edit:hover {
    background-color: #ABABAB;
}
#form button:hover{
    background-color: #ED5861; /*ボタン色*/
}
#form .privacy  {
    margin-bottom: 50px;
    padding: 10px;
    font-size: 1.2rem;
    border: 1px solid #E5E3D8;
}
#form .privacy h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
}
#form .privacy dt {
    font-weight: bold;
}
#form .privacy dd {
    padding-left: 1.5rem;
    margin-bottom: 10px;
}
.selectwrap{
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: 400px;
}
.selectwrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
select::-ms-expand {
    display: none;
}
.step{
    list-style-type: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    overflow: hidden;
}
.step li{
    display: table-cell;
    position: relative;
    background-color: #555250;
    padding: 1em 0.5em 1em 2em;
    color: #fff;
    width: 33.3%;
    text-align: center;
    font-weight: bold;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #555250;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.is-current{
    background-color: #F37122;
    font-weight: bold;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #F37122;
}
.file {
    background-color: #FCFAE4;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}
.plan {
	padding: 15px 15px 0;
	/* [disabled]border: 3px solid #d50e19; */
	margin-bottom: 30px;
}
#form .plan h2 {
    border-left-color: #d50e19;
}
#seisaku-mail:disabled {
	background-color: #C9C9C9;
}
#button:disabled {
	background-color: #fff;
}

@media screen and (max-width:640px) {
.sp-block {
    display: block !important;
}
.pc-block {
    display: none !important;
}
#container {
    padding: 30px 0;
}
#container .txt.center  {
    padding: 0 10px;
    text-align: left;
}
#form h2 {
    font-size: 2rem;
}
#form {
    padding: 10px 10px 30px;
}
#form table th {
    width: 100%;
    padding: 10px 5px;
    vertical-align: middle;
    background-color: #F7F6F3;
    display: block;
    text-align: left;
}
#form table td {
    padding: 10px 5px;
    width: 100%;
    border-bottom-width: 0;
    display: block;
}
#form .txt {
    width: 100%;
}
#form label {
    line-height: 2rem;
    padding: 0;
}
#form .radio input {
    display: inline-block;
}
#form .radio label {
    display: inline-block;
}
.selectwrap {
    margin-bottom: 10px;
}
#form .results td:nth-child(3n) {
    border-bottom: 1px solid #E6E3D8;
    margin-bottom: 30px;
}
.plan {
    padding: 10px 10px 0;
}

}
