@charset "UTF-8";

html, body, 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 {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border: 0;
    outline: 0;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
a {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}
/* change colours to suit your needs */
mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #ccc;
}
input, select {
    vertical-align: middle;
}
*, *::before, *::after {}
svg, img {
    max-width: 100%;
    vertical-align: middle;
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, th, dt {
    font-weight: normal;
}
article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
    display: block;
}
@media (max-width: 1100px) {
    img {
        width: 100%;
    }
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
.hide {
    display: none;
}
.pc {
    display: inline;
}
.pc.block {
    display: block;
}
.sp {
    display: none;
}
.sp.block {
    display: none;
}
@media (min-width: 640px) {
    .sp {
        display: inline;
    }
    .sp.block {
        display: block;
    }
    .pc {
        display: none;
    }
    .pc.block {
        display: none;
    }
}
/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
    font-size: 3.50vw;
}
@media (min-width: 640px) {
    html {
        font-size: 21px;

    }
}
body {
    color: #000;
    font-family: heisei-maru-gothic-std, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}
.serif {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}
.vdl {
    font-family: vdl-v7marugothic, sans-serif;

font-weight: 800;

font-style: normal;
}
/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
    color: #0000ff;
    text-decoration: none;
}
a:hover {
    opacity: 0.5;
}
a {
    transition: opacity 0.3s ease-out;
}
@media (max-width: 960px) {
    a:hover {
        opacity: 1.0;
    }
}
/*----------------------------------------------------
	contents
----------------------------------------------------*/
/* ----------------------------------- */
#wrapper {
    max-width: 640px;
    margin: auto;
}
#wrapper img {
    width: 100%;
}
/* ----------------------------------- */
header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header .logo {
    width: 39.2%;
}
header .tel {
    width: 60.8%;
}
/* ----------------------------------- */
.inner-01 {
    margin: 0 7%;
}
/* ----------------------------------- */
#problems {
    margin-bottom: 3em;
}
#problems .inner {
    background: #FBF1E0;
    padding: 4% 7%;
    border-radius: 0 0 20px 20px;
}
#problems .inner .list li {
    margin-bottom: 1em;
    font-size: 120%;
    padding-left: 1.5em;
    background-image: url(/assets/check_01.png);
    background-position: left 0 top .25em;
    background-size: 1em;
    background-repeat: no-repeat;
}
/* ----------------------------------- */
.title-eng {
    text-align: center;
    margin-bottom: 0.5em;
}
.title-eng img {
    width: 25% !important;
}
.title-eng img.w2 {
    width: 30% !important;
}
#guide .title-eng img {
    width: 35% !important;
}
#vehicle .title-eng img {
    width: 20% !important;
}
#precautions .title-eng img {
    width: 28% !important;
}
#faq .title-eng img {
    width: 15% !important;
}
#company .title-eng img {
    width: 20% !important;
}
.title-h2 {
    text-align: center;
    font-family: vdl-v7marugothic, sans-serif;
    color: #785b5d;
    font-weight: 900;
    font-size: 200%;
    line-height: 1.4;
    margin-bottom: .75em;
    padding-bottom: .75em;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 10%;
}
.title-h2-bg1 {
    background-image: url(/assets/dot_01.png);
}
.title-h2-bg2 {
    background-image: url(/assets/dot_02.png);
}
/* ----------------------------------- */
.wrap-bg {
    position: relative;
}
.wrap-bg .bg {
    position: relative;
    z-index: 1;
}
.wrap-bg .on {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
}
.wrap-bg .on-01 {
    top: 3%;
}
.wrap-bg .on-02 {
    top: 10%;
}
.wrap-bg .on-03 {
    top: 10%;
}
.wrap-bg .on-04 {
    top: 5%;
}
.wrap-bg .on-05 {
    top: 8%;
}
/* ----------------------------------- */
#engagement {
    margin-bottom: 1em;
}
#engagement .list li {
    margin: 0 0 0 18%;
    font-size: 160%;
    padding-left: 3.5em;
    background-position: left 0 top .25em;
    background-size: 2.5em;
    background-repeat: no-repeat;
    margin-bottom: 1em;
    font-weight: 500;
}
#engagement .list li:nth-child(1) {
    background-image: url(/assets/dog_01.png);
}
#engagement .list li:nth-child(2) {
    background-image: url(/assets/dog_02.png);
}
#engagement .list li:nth-child(3) {
    background-image: url(/assets/dog_03.png);
}
/* ----------------------------------- */
#area {
    margin-bottom: 0;
}
#area .text-01 {
    margin: 2em 0 0 5%;
    font-size: 120%;
}
#area .text-01 span {
    color: #f39b4f;
    font-weight: bold;
}
.areacharge {
    margin: 50px 0;
}
.areacharge_tit {
    background-color: #f39b4f;
    border-radius: 15px 15px 0 0;
    text-align: center;
    padding: 10px 0;
}
.areacharge_tit h3 {
    color: #fff;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 900;
    font-size: 33px;
}
.areacharge_tit p {
    color: #fff;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 900;
}
.areacharge_list {
    background-color: #FBF1E0;
    padding: 5% 10%;
    border-radius: 0 0 15px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.areacharge_list li {
    color: #f39b4f;
    border: 3px solid #f39b4f;
    width: 46%;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
}
.areacharge_list li:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 20px;
}
#area .bnr-contact_bg {
    margin-bottom: -150px;
}
@media screen and (max-width: 630px){
    .areacharge {
        margin: 30px auto;
        width: 90%;
    }
    .areacharge_tit h3 {
        font-size: 20px;
    }
    .areacharge_list {
        padding: 5%;
    }
    #area .bnr-contact_bg {
        margin-bottom: -80px;
    }
}
/* ----------------------------------- */
.wrap-toggle {
    border: 2px solid #f39b4f;
    border-radius: 20px;
    overflow: hidden;
}
.wrap-toggle dl {
    border-bottom: 2px solid #f39b4f;
}
.wrap-toggle dl:last-child {
    border-bottom: none;
}
.wrap-toggle dl dt {
    text-align: center;
    padding: .75em 0;
    font-size: 140%;
    color: #785b5d;
    letter-spacing: 0.4em;
    cursor: pointer;
    position: relative;
}
.wrap-toggle dl dt::after {
    transition-duration: .25s;
    content: '';
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 2px;
    background: #f39b4f;
}
.wrap-toggle dl dt.on::after {
    display: none;
}
.wrap-toggle dl dt::before {
    transition-duration: .25s;
    content: '';
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 2px;
    background: #f39b4f;
    transform: rotate(90deg);
}
.wrap-toggle dl dt.on::before {
    transform: rotate(0);
}
.wrap-toggle dl dd {
    background: #fbf1e0;
    display: none;
}
.wrap-toggle dl dd ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/* .wrap-toggle dl dd ul li {
    width: 50%;
    border-bottom: 2px dashed #f39b4f;
} */

.wrap-toggle dl dd ul li{
    width: 57%;
    margin: 0 auto;
    box-shadow: 0 0 7px #0000000d;
    border-radius: 20px;
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 25px;
}
.wrap-toggle dl dd ul li h4{
    text-align: center;
        color: #f39b4f;
        font-weight: bold;
        font-size: 20px;
        padding-right: 28px;
        margin-bottom: 30px;
        position: relative;
}
.wrap-toggle dl dd ul li h4:after{
 position: absolute;
  content: '';
  top: 36px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  display: block;
  width: 10%;/*幅*/
  height: 7px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(/assets/dot_02.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/

}
.wrap-toggle dl dd ul li h4 span{
    padding-right: 10px;
}
.wrap-toggle dl dd ul li h4 span img{
    width: 20px !important;
    padding-bottom: 3px;
}

.wrap-toggle dl dd ul li .address{
    display: flex;
    margin-bottom: 30px;
    font-size: 16px;
    justify-content: space-between;
    border-bottom: #785b5d 1px dotted;
    padding-bottom: 10px;
}
.wrap-toggle dl dd ul li .address .left,.wrap-toggle dl dd ul li .tel .left{
    width: 20%;
    margin-right: 20px;
}
.wrap-toggle dl dd ul li .address .right,.wrap-toggle dl dd ul li .tel .right{
    width: 70%;
}
.wrap-toggle dl dd ul li .tel{
    display: flex;
    font-size: 16px;
    justify-content: space-between;
}
.wrap-toggle dl dd ul li .tel .right a{
    color: #000;
}
.wrap-toggle dl dd ul li.last {
    border-bottom: none;
}
/* .wrap-toggle dl dd ul li a {
    display: block;
    color: #000;
    padding: 1em;
    font-size: 120%;
    position: relative;
} */
.wrap-toggle dl dd ul li a::after {
    content: '';
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .75em;
    height: .75em;
    border-right: 2px solid #f39b4f;
    border-bottom: 2px solid #f39b4f;
    transform: rotate(-45deg);
}

@media screen and (max-width: 630px){
    .wrap-toggle dl dd ul li .address .left,.wrap-toggle dl dd ul li .tel .left{
    width: 30%;
    margin-right: 20px;
}
.wrap-toggle dl dd ul li{
    width: 70%;
    margin: 0 auto;
    box-shadow: 0 0 7px #0000000d;
    border-radius: 20px;
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 25px;
}
}
/* ----------------------------------- */
.bnr-contact1 {
    margin-top: 7em;
}
/* ----------------------------------- */
#reasons {
    margin-bottom: 2em;
}
#reasons .list{
    margin: 2em 4.6875% 0;
}
#reasons .list li {
    font-size: 120%;
    padding-left: 4em;
    background-position: left 0 top .25em;
    background-size: 2.75em;
    background-repeat: no-repeat;
    margin-bottom: 1em;
    font-weight: 500;
}
#reasons .list li:nth-child(1) {
    background-image: url(/assets/dog_01.png);
}
#reasons .list li:nth-child(2) {
    background-image: url(/assets/dog_02.png);
}
#reasons .list li:nth-child(3) {
    background-image: url(/assets/dog_03.png);
}
#reasons .list li:nth-child(4) {
    background-image: url(/assets/dog_04.png);
}
#reasons .list li:nth-child(5) {
    background-image: url(/assets/dog_05.png);
}
/* ----------------------------------- */
#guide {
    margin-bottom: 4em;
}
#guide .cell-guide .title {
    text-align: center;
    font-weight: bold;
    font-size: 160%;
    color: #f39b4f;
    padding: 17.0% 0 0;
}
#guide .cell-guide .text {
    font-size: 120%;
    margin: 0 15%;
}
#guide .cell-guide .text-01 {
    padding-top: 55%;
}
#guide .cell-guide .text-02 {
    padding-top: 46.5%;
}
#guide .cell-guide .text-03 {
    padding-top: 38%;
}
#guide .cell-guide .text-04 {
    padding-top: 54%;
}
/* ----------------------------------- */
#plan {
    margin-bottom: 2em;
}
#plan .text-01 {
    text-align: center;
    font-size: 120%;
}
#plan .img-01 {
    margin-bottom: 2em;
}
#plan .bg-01 {
    background-image: url(/assets/img_plan_02.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
    padding-bottom: 1px;
}
#plan .table-01 {
    margin: 1em 0;
    position: relative;
    z-index: 2;
}
#plan .table-01 table {
    width: 100%;
}
#plan .table-01 table td {
    text-align: center;
    font-size: 120%;
    padding: .75em 0;
    vertical-align: middle;
    width: 50%;
}
#plan .table-01 table .bgt-1 {
    background: #785b5d;
    color: #FFF;
}
#plan .table-01 table .bgt-2 {
    background: #f4d6da;
    color: #785b5d;
}
#plan .table-01 table .bgt-2 span {
    font-size: 80%;
}
#plan .table-01 table .bgt-0 {
    background: #FFF;
}
#plan .table-01 table .bdb {
    border-bottom: 2px solid #a0a0a0;
}
#plan .table-plus {
    text-align: center;
    font-size: 300%;
    line-height: 1;
    color: #785b5d;
}
#plan .img-btm {
    margin-top: -2.5em;
    position: relative;
}
#price_sys {
	margin-bottom: 40px;
}
/* 自動見積もり */
#estimate {
    padding-bottom: 2.5em;
}
#estimate .area {
	display: none;
}
.estimate_tit {
    background-color: #f39b4f;
    color: #fff;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 900;
    border-radius: 15px 15px 0 0;
    line-height: 1.3;
    font-size: 30px;
    text-align: center;
    padding: 10px 0;
}
.estimate_content {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    padding: 5%;
}
.estimate_content input {
    font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100px;
	padding: 0.3em 0.5em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333;
	border: 1px solid #1b2538;
	border-radius: 4px;
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.estimate_content input[type='date'] {
	width: 40%;
}
.estimate_content input[type='time'] {
	width: 20%;
}
.estimate_content input:focus {
    border: 1px solid #f39b4f;
	outline: none;
	box-shadow: 0 0 5px 1px #CC8043;
}
.estimate_content_txt {
    font-size: 17px;
}
.estimate_content_txt span {
    font-size: 15px;
}
.estimate_content_txt01 {
	margin-bottom: 10px;
}
.estimate_content_txt02 {
	background: #FBF1E0;
	padding: 15px 4%;
	border-radius: 10px;
	margin-bottom: 15px;
}
.estimate_content_item {
	margin-bottom: 15px;
}
.estimate_content_item03 {
	margin-bottom: 25px;
}
.estimate_content_itemtit {
	font-size: 17px;
}
.estimate_btn {
	width: 100%;
    background:#CEE344;
    color: #fff;
    cursor: pointer;
    border: none;
	border-radius: 7px;
	box-shadow: 0px 2px 0px 1px rgb(86 116 35 / 40%);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	letter-spacing: 0.05em;
	font-family: vdl-v7marugothic, sans-serif;
    font-weight: 900;
}
.estimate-result {
	padding-top: 20px;
	margin-top: 30px;
}
.estimate-result_tit {
	color: #fff;
	background-color: #f39b4f;
	text-align: center;
    margin-bottom: 15px;
    padding-top: 3px;
}
.estimate-result_content_tit {
	font-size: 18px;
}
.estimate-amount {
	width: 100%;
	box-sizing: border-box;
	padding: 0.3em 0.7em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333;
	border: 1px solid #1b2538;
	border-radius: 4px;
	text-align: right;
}
.estimate-result_content_item {
	margin-bottom: 30px;
}
.cp_ipselect {
	overflow: hidden;
	width: 180px;
	margin: 5px 0 15px;
	text-align: center;
	}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
	display: none;
}
.cp_ipselect.cp_sl04 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #f39b4f;
	border-radius: 50px;
	background: #ffffff;
}
.cp_ipselect.cp_sl04::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #f39b4f;
	pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
	padding: 8px 38px 8px 18px;
	color: #f39b4f;
	font-size: 16px;
	font-weight: bold;
}
#dist1_val {
	display: inline-block;
    padding-right: 10px;
}
@media screen and (max-width: 630px){
.estimate_tit {
	font-size: 20px;
	line-height: 1.4;
}
.estimate_content_itemtit {
    font-size: 16px;
}
.estimate_content_txt {
    font-size: 16px;
}
.estimate_content_txt span {
    font-size: 14px;
}
.estimate_content input[type='date'] {
    width: 50%;
    height: 37px;
    background-color: #fff;
}
.estimate_content input[type='time'] {
    width: 35%;
    height: 37px;
    background-color: #fff;
}
.estimate_btn {
	font-size: 18px;
}
.estimate-result_tit {
    font-size: 18px;
}
.estimate-amount {
	font-size: 18px;
}
.cp_ipselect.cp_sl04::before {
    top: 1.35em;
    right: 1em;
}
}

/* ----------------------------------- */
#vehicle {
    margin-bottom: 4em;
}
#vehicle .list {
    margin-top: 2em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#vehicle .list .w1 {
    width: 47.5%;
    margin-bottom: 6.0%;
}
#vehicle .list .w2 {
    width: 50%;
    margin-bottom: 6.0%;
}
#vehicle .list .w3 {
    width: 100%;
    margin: -3% 0 6%;
}
#vehicle .list .text-01 {
    color: #FFF;
    padding: 26% 0 40px 15%;
    font-size: 115%;
}
#vehicle .list .sub_txt {
    font-size: 11px;
}
#vehicle .list .text-02 {
    color: #FFF;
    text-align: center;
    font-size: 115%;
    padding: 8% 0 0;
}
@media screen and (max-width: 630px){
    #vehicle .list .text-01 {
        padding: 26% 0 18px 15%;
    }
    #vehicle .list .sub_txt {
        font-size: 10px;
    }
}
/* ----------------------------------- */
#precautions {
    margin-bottom: 4em;
}
#precautions .bg {
    background-image: url(/assets/img_precautions_02.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
    padding-bottom: 1px;
}
#precautions .list{
    margin: -35% 0% -5%;
    position: relative;
    z-index: 3;
}
#precautions .list li {
    font-size: 115%;
    padding-left: 3em;
    background-position: left 0 top .25em;
    background-size: 2.25em;
    background-repeat: no-repeat;
    margin-bottom: 1em;
    font-weight: 500;
    background-image: url(/assets/dog.png);
}
/* ----------------------------------- */
#faq {
    margin: 3em 0 2em;
}
#faq dl {
    background: #FFF;
}
#faq dt {
    font-size: 120%;
    text-align: left;
    letter-spacing: normal;
    padding: 1em 12% .75em 15%;
    color: #000;
    background-repeat: no-repeat;
    background-position: left 4% top .75em;
    background-image: url(/assets/icon_q.png);
    background-size: 8%;
}
#faq dd {
    font-size: 120%;
    text-align: left;
    letter-spacing: normal;
    padding: 1em 4% .75em 15%;
    color: #000;
    background: #fdf8ef;
    background-repeat: no-repeat;
    background-position: left 4% top .75em;
    background-image: url(/assets/icon_a.png);
    background-size: 8%;
}
#faq .bg {
    background-image: url(/assets/img_precautions_02.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
    padding-bottom: 1px;
}
#faq .wrap-toggle {
    margin: -30% 0 0;
    position: relative;
    z-index: 2;
}
/* ----------------------------------- */
#safety {
    margin: 0 0 4em;
}
#safety .wrap-safety {
    border: 2px solid #8fc3b6;
    border-radius: 20px;
    padding-bottom: 1em;
}
#safety .wrap-safety .title {
    text-align: center;
    margin: 1.5em 0;
    font-size: 170%;
    color: #f39b4f;
    font-weight: 900;
    line-height: 1.2;
}
#safety .wrap-safety .text {
    text-align: center;
    margin: 1em 0;
    font-size: 120%;
}
#safety .list {
    margin-top: 2em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#safety .list li {
    width: 44%;
    margin: 0 3% 3%;
}
#safety .list li .text {
    margin: 0 0 0;
    color: #f39b4f;
    font-size: 140%;
    font-weight: bold;
}
/* ----------------------------------- */
#contact {
    margin-bottom: 4em;
}
#contact .bg {
    background-image: url(/assets/img_contact_02.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
    padding-bottom: 1px;
}
#contact .form {
    margin-top: -35%;
    position: relative;
    z-index: 3;
    background: rgba(255,255,255,.8);
    border-radius: 20px;
    padding: 7%;
}
#contact .form .list {
    margin-bottom: 8%;
}
#contact .form .req {
    display: inline-block;
    background: #f39b4f;
    color: #FFF;
    line-height: 1;
    padding: .5em .5em;
    margin-right: 0.5em;
}
#contact .form .text {
    font-size: 115%;
}
#contact .form .wrap-input {
    margin: .5em 0 0;
}
#contact .form .wrap-input input,
#contact .form textarea {
    border: 2px solid #dcdcdc;
    background: #f6f6f6;
    font-size: 115%;
    padding: 2.5%;
}
#contact .form .wrap-input input.w1 {
    width: 93.5%;
}
#contact .form .wrap-input input.w2 {
    width: 40%;
}
#contact .form textarea {
    width: 93.5%;
}
#contact .terms {
    border: 2px solid #dcdcdc;
    background: #FFF;
    padding: 5%;
    height: 120px;
    overflow-y: scroll;
}
#contact .iframe-wrap {
    border: 2px solid #dcdcdc;
    background: #FFF;
    padding: 0;
    height: 200px;
}
#contact .terms .square {
    color: #f39b4f;
}
#contact .terms .list01 li {
    margin-bottom: 1em;
}
#contact .terms .title {
    text-align: center;
    color: #f39b4f;
    font-weight: bold;
    font-size: 110%;
    margin: .25em 0;
}
#contact .terms .name {
    text-align: right;
    font-size: 80%;
    margin-bottom: 1em;
}
#contact .terms .list02 {
    padding: 4%;
    border: 2px solid #f39b4f;
}
#contact .btn-01 {
    margin-bottom: 1em;
}
#contact .btn-01 label {
    background: #f39b4f;
    display: block;
    color: #FFF;
    line-height: 1.4;
    padding: 1em 6% .75em;
    font-size: 120%;
}
#contact .btn-01 label:hover {
    cursor: pointer;
}
#contact .btn-02 {
    margin-bottom: 1em;
    position: relative;
}

#contact .btn-02 input {
    background: #f39b4f;
    display: block;
    color: #FFF;
    line-height: 1.4;
    padding: 1em 0 .75em;
    font-size: 120%;
    text-align: center;
    border: none;
    width: 100%;
    font-family: heisei-maru-gothic-std, sans-serif;
    position: relative;
}
#contact .btn-02 input:hover {
    cursor: pointer;
}
#contact .btn-02 input:disabled {
    background: #c9c9c9;
    pointer-events: none;
}

#contact .btn-02::after {
    content: '＞';
    position: absolute;
    right: 1em;
    top:30%;
    margin: auto;
    color: #FFF;
}
.consent-list {
    background: #FFF;
    padding: 4%;
	overflow-y: scroll;
    font-family: heisei-maru-gothic-std, sans-serif;
    height: 161px;
}
.consent-list ul {
	list-style: none;
}
.consent-list .list01 {
	padding-left: 0;
	margin-top: 0;
}
.consent-list .list01 > li {
	font-size: 21px;
	margin-bottom: 20px;
}
.consent-list .list01 > li > div {
	font-size: 21px;
	margin: 0 0 10px 0;
}
.consent-list .list01 > li > p {
	font-size: 17px;
	margin: 0 0 10px 0;
}
.consent-list .list01 > li .square {
	color: #f39b4f;
	margin-right: 10px;
}
.itemlist {
	padding-left: 2%;
	margin: 0 0 10px 0;
}
.itemlist > li {
	font-size: 17px;
	margin-bottom: 10px;
}
@media screen and (max-width: 630px){
.consent-list {
    height: 176px;
}
.consent-list .list01 > li {
	font-size: 16px;
}
.consent-list .list01 > li > div {
	font-size: 16px;
}
.consent-list .list01 > li > p {
	font-size: 14px;
}
.itemlist > li {
	font-size: 14px;
}
}
/* ----------------------------------- */
#company {
    margin: 0 0 2em;
}
#company .list:not(:last-child) {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid #8fc3b6;
}
#company .list dt {
    color: #f39b4f;
    font-size: 120%;
}
#company .list dd {
    font-size: 120%;
}
#company .list dd span {
    color: #f39b4f;
}
/* ----------------------------------- */
footer {
    background: #f39b4f;
    color: #FFF;
    text-align: center;
    font-size: 80%;
    padding: 1em 0;
}
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */

.social {
    display: flex;
    align-items: center;
}