@charset "utf-8";

html {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;	
		/*
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		*/
}
.inner {
		max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

body {
		background: #fff;
    color: #000;
    min-width: 1400px;
    max-width: 1600px;
    margin: 0 auto;
}
.marker {
		background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);
}
.yellow {
    color: #ffff00;
}
.red {
    color: #f80a85;
}


.band_title {
    background: #000;
    position: relative;
    color: #fff;
    padding: 1em 0;
}
.band_title span {
    line-height: 1.4em;
}
.band_arrow:after {
		content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.band_title2 {
    background: #b28b39;
    background: -moz-linear-gradient(top, #b28b39 0%, #e1a966 100%);
    background: -webkit-linear-gradient(top, #b28b39 0%,#e1a966 100%);
    background: linear-gradient(to bottom, #b28b39 0%,#e1a966 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b28b39', endColorstr='#e1a966',GradientType=0 );
    padding: 2em 0 1em;
		color:#fff;
}
.band_title2 .large {
    font-size: 3em;
    line-height: 1;
}


.band_bloc {
		background: #f50a83;
    background: -moz-linear-gradient(top, #f50a83 0%, #961845 100%);
    background: -webkit-linear-gradient(top, #f50a83 0%,#961845 100%);
    background: linear-gradient(to bottom, #f50a83 0%,#961845 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f50a83', endColorstr='#961845',GradientType=0 );
    position: relative;
}

.band_01 img {
    margin-top: -1em;
}
.band_02 img {
    margin-top: -1em;
}
.band_03 img {
    margin-top: -1em;
}
.band_04 img {
    margin-bottom: -1.5em;
}




header {
    margin: 0 auto;
		padding: 0.5em 0;
}
header .inner {
		align-items: center;
    justify-content: space-between;
}
header .inner .logo {
	
}
header .inner p {
    color: #7d7d7d;
    font-size: 16px;
    line-height: 1.2em;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

.mv {
    background: url(../images/bg_mv.jpg) no-repeat center;
    background-size: cover;
    padding: 2em 0 0;
    overflow: hidden;
    position: relative;
}
.mv .inner {

}
.mv_flag {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: calc(-600px + 10px);
}
.mv_bloc {
    text-align: right;
    margin-bottom: -2em;
}
.mv_bloc_upper {
    position: relative;
    right: -22em;
    margin-bottom: 1em;
}
.mv_bloc_bottom {
    position: relative;
    right: -18em;
}

.mv_bottom {
    overflow-x: hidden;
    text-align: left;
    margin-top: -2.6em;
}

.cta {
    background: url(../images/bg_cta.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.cta_upper {
    overflow-x: hidden;
    text-align: left;
}
.cta_bloc {
    padding: 1em 0;
}

.cta_bottom {
	
}
.cta_bottom .upper {
    background: url(../images/bg_cta_bottom_upper.jpg) no-repeat center;
    background-size: cover;
    padding: 0.5em;
}
.cta_bottom .upper h2 {
		font-size: 32px;
    line-height: 1.2em;
    font-weight: bold;
    font-style: italic;
}

.cta_bottom .bottom {
    background: url(../images/bg_cta_bottom_bottom.jpg) no-repeat center;
    background-size: cover;
    padding: 1.5em 0;
}
.cta_bottom .bottom h3 {
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
    border-bottom: solid 1px #dddbda;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 1em;
}
.cta_bottom .bottom .bloc {
		align-items: center;
    justify-content: space-between;
}

.cta_bottom .bottom .bloc .tel_item {

}
.cta_bottom .bottom .bloc .tel_item p {
    font-size: 30px;
    line-height: 1em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.cta_bottom .bottom .bloc .tel_item .tel {
	
}

.cta_bottom .bottom .bloc .btn_bloc {
    flex: 1 0 0%;
    margin-left: 2em;
}


.catch {
		background: url(../images/bg_catch.jpg) no-repeat center;
    background-size: cover;
    padding: 2em 0;
    position: relative;
    z-index: 2;
}
.catch:after {
		content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 74px 85px 0 85px;
    border-color: #020d15 transparent transparent transparent;
    position: absolute;
    bottom: -74px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.reason_catch {
    background: url(../images/bg_reason_catch.jpg) no-repeat center;
    background-size: cover;
    padding: 6em 0 2em;
    overflow: hidden;
}
.reason_catch_bloc {
    width: 60%;
    margin-left: auto;
}
.reason_catch_bloc h2 {
	
}
.reason_catch_bloc .reason_catch_text {
    margin-right: -12em;
}
.reason_catch_bloc .reason_catch_detail {
	
}

.reason_item_wrap {
		overflow: hidden;
}
.reason_item {
	
}
.reason_item:nth-child(even) {
		background:#dee6fd;
}


.reason_item .upper {
    align-items: center;
    justify-content: flex-start;
}
.reason_item .upper .flag {
    margin: 0 2em 0 1em;
}
.reason_item .upper h2 {
		text-align: left;
}
.reason_item .upper h2 .sub {
		font-size:30px;
		line-height:1.4em;
		display: block;
}
.reason_item .upper h2 .title {
		font-size: 48px;
    line-height: 1.2em;
    color: #d20202;
    display: block;
    font-weight: bold;
}
.reason_item .upper h2 .title .image {
	
}

.reason_item .detail {
	
}
.reason_item .detail .text_bloc {
    width: 50%;
    margin-top: 2em;
    padding-right: 2em;
    box-sizing: border-box;
}
.reason_item .detail .text_bloc h3 {
		margin-bottom: 1em;
    margin-left: -10em;
}
.reason_item .detail .text_bloc p {
		font-size: 18px;
    line-height: 1.6em;
    text-align: left;
}

.reason_item .detail .figure_bloc {
    width: 50%;
}

.reason_item:nth-child(1) .detail .figure_bloc {
    margin-top: -2em;
    margin-bottom: 2em;
}
.reason_item:nth-child(2) .detail .figure_bloc {
    margin-top: -10em;
}
.reason_item:nth-child(3) .detail .figure_bloc {
    margin-top: -10em;
}


.reason_bottom_01 {
		margin-top: -2em;
    text-align: right;
    overflow-x: hidden;
}
.reason_bottom_01 img:nth-child(1) {
    position: relative;
    z-index: 2;
    margin-right: -6em;
    margin-bottom: 1em;
}
.reason_bottom_01 img:nth-child(2) {
	
}
.reason_bottom_02 {
    overflow-x: hidden;
    text-align: left;
    margin-top: -2.6em;
}



.machine {
    padding: 2em 0;
    overflow: hidden;
}
.machine_bloc {
    background: url(../images/bg_machine.jpg) no-repeat left center;
    background-size: contain;
    padding: 0 0 10em;
}
.machine_bloc h2 {
		text-align: right;
    margin-right: -8em;
}


.about {
    background: url(../images/bg_about.jpg) no-repeat left center;
    background-size: cover;
    overflow: hidden;
}
.about_bloc {
		margin-bottom: 2em;	
}
.about_bloc h2 {
    text-align: left;
    margin-left: -8em;
}
.about_list {
    width: 70%;
    margin-bottom: 3em;
}
.about_list ul {
	
}
.about_list ul li {
	
}
.about_list ul li + li {
	
}


.about_bottom {
		margin-top: -2em;
    text-align: right;
}
.about_bottom img:nth-child(1) {
		position: relative;
    z-index: 2;
    margin-right: -14em;
    margin-bottom: 2em;
}
.about_bottom img:nth-child(2) {
	
}


section.video {
		padding: 4em 0 0;
}
.autoFrame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.autoFrame iframe {
		position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


.flow {
		overflow: hidden;
    padding: 0 0 4em;
}
.flow .upper {
		align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 4em;
}
.flow .upper h2 {
		margin-left: -8em;
    position: relative;
    top: 11em;
}
.flow .upper figure {
    margin-left: auto;
}


.flow_list_bloc {
	
}
.flow_list_bloc ol {
	
}
.flow_list_bloc ol li {
		background: #fdfcfc;
    box-shadow: 0 3px 3px #ccc;
    border-radius: 6px;
    padding: 1em 1em 1em 2em;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.flow_list_bloc ol li + li {
		margin-top:2em;
}

.flow_list_bloc ol li .num {
    position: absolute;
    top: -15px;
    left: -15px;
}
.flow_list_bloc ol li .title {
		align-items: center;
    justify-content: flex-start;
    width: 350px;
}
.flow_list_bloc ol li .title figure {
    width: 100px;
    text-align: center;
    display: block;
    margin-right: 2em;
}
.flow_list_bloc ol li .title h3 {
    font-size: 30px;
    line-height: 1.2em;
    text-align: left;
}


.flow_list_bloc ol li .detail {
    flex: 1 0 0%;
    margin-left: 2em;
}
.flow_list_bloc ol li .detail p {
    border-left: solid 1px #d0cfcf;
    text-align: left;
    padding-left: 1em;
    font-size: 16px;
    padding: 1em 0 1em 1em;
}


.faq {
    background: #dee6fd;
    padding: 2em 0 4em;
		overflow:hidden;
}
.faq .upper {
    text-align: right;
    margin-bottom: 2em;
}
.faq .upper h2 {
    margin-right: -8em;
}

.faq_bloc {
	
}
.faq_bloc + .faq_bloc {
		margin-top:4em;
}

.faq_bloc h3 {
    text-align: left;
    margin-left: -10em;
    margin-bottom: 2em;
}

.dl_bloc {
	
}
.dl_bloc dl {
    border-bottom: solid 1px #bac2db;
    margin: 0;
    padding-bottom: 1em;
}
.dl_bloc dl + dl {
		margin-top:1em;
}
.dl_bloc dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
		margin-bottom: 1em;
}
.dl_bloc dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;	
    margin: 0;
}

.dl_bloc dl dt figure {
    margin-right: 1em;
}
.dl_bloc dl dt .text {
    flex: 1 0 0%;
    text-align: left;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    font-style: italic;
    margin-top: 0.2em;
}

.dl_bloc dl dd figure {
    margin-right: 1em;
}
.dl_bloc dl dd .text {
		flex: 1 0 0%;
    text-align: left;
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 0.5em;
}

.dl_bloc dl dd .parent_image {


}


.access {
    overflow: hidden;
    padding: 0 0 4em;
}
.access .upper {
    text-align: left;
    margin-bottom: 2em;
}
.access .upper h2 {
		margin-left: -8em;
}


.access_figure {
    margin-bottom: 4em;
}
.access_figure p {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.access_data {
    margin-bottom: 4em;
}
.access_data .logo {
    margin-bottom: 2em;
}
.access_data .logo p {
		font-size: 36px;
    line-height: 1.2em;
    font-weight: bold;
    margin-top: 0.5em;
}

.access_data .detail {
    display: inline-block;
}
.access_data .detail dl {
    margin: 0;
    align-items: flex-start;
    justify-content: center;
}
.access_data .detail dl dt {
    color: #122864;
    font-size: 18px;
    font-weight: bold;
    width: 120px;
}
.access_data .detail dl dd {
    margin: 0;
    flex: 1 0 0%;
    text-align: left;
}
.access_data .detail dl dd .free {
	
}
.access_data .detail dl dd .tel_num {
	
}


.access_map {
	
}
.access_map iframe {
    width: 100%;
}

















footer {
    background: #000000;
    color: #4e0a0c;
    max-width: 1600px;
    margin: 0 auto;
    padding: 2em 0 0;
}
footer .foot_logo {
		margin-bottom: 1em;
}

footer address {
    font-size: 14px;
    font-style: normal;
    margin-bottom: 2em;	
}
footer address span {
    font-size: 18px;
    font-weight: bold;
}

footer .copy {
    background: #000000;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 14px 0 10px;

}



/* **************************************************************** */
/* Contact
*/
#Contact {
		background: #dee6fd;
    padding: 0 0 3em;
    overflow: hidden;
}
.contact_bloc_upper {
		text-align: center;
    margin-bottom: 2em;
}
.contact_bloc_upper p {
		color: #4f3019;
    font-size: 16px;
    line-height: 1.4em;
}


#Contact .upper {
		text-align: right;
    margin-bottom: 2em;
}

#Contact .upper h2 {
    margin-right: -8em;
}

.contact_bloc {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    color: #4f3019;
}
.contact_bloc > dl {
    margin: 0;
    border-top: solid 1px #857020;
    align-items: stretch;
    justify-content: space-between;
}

.contact_bloc > dl:last-child {
    border-bottom: solid 1px #857020;
}
.contact_bloc > dl > dt {
		box-sizing: border-box;
    color: #4f3019;
    font-size: 16px;
    line-height: 2em;
    width: 100%;
    max-width: 280px;
    padding: 0.5em 3em 0.5em 1em;
    text-align: left;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.contact_bloc > dl > dd {
    margin: 0;
    flex: 1 0 0%;
    padding: 1em 0 1em 1em;
    text-align: left;
}
.contact_bloc > dl > dd .sub {
    margin-right: 0.5em;
    width: 40px;
    display: inline-block;
    text-align: center;
}
.contact_bloc > dl > dd label + label {
		margin-left:0.5em;
}
.contact_bloc > dl > dt.required {

}
.contact_bloc > dl > dt.required:after {
    content: "必須";
    display: inline-block;
    background: #e7316e;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 8px 6px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 0.5em;
    margin-top: -14px;
    box-sizing: border-box;
}

.time_box {
    margin: 2em 0;
}
.time_box .upper {
    margin-bottom: 1em;
}
.time_box .upper h3 {
		background: #caa368;
    margin: 0 auto 1em;
    padding: 10px;
    font-size: 18px;
}
.time_box .upper ul {
		margin: 0 2em;
}
.time_box .upper ul li {
    position: relative;
    text-align: left;
    padding-left: 1em;
}
.time_box .upper ul li:before {
		content:"※";
		position:absolute;
		top:0;
		left:0;
}
.time_box .upper p {
    margin: 0 2em;
    text-align: left;
}

.time_item {
    margin: 0;
    text-align: left;
}
.time_item dl {
		margin:0;
}
.time_item dl + dl {
		margin-top: 0.5em;
}
.time_item dl dt {
	
}
.time_item dl dd {
    margin: 0;
    align-items: center;
    justify-content: flex-start;
}
.time_item + p {
		font-size: 14px;
    line-height: 1.4em;
    margin-top: 0.5em;	
}

.time_item dl dd #datepicker1,
.time_item dl dd #datepicker2,
.time_item dl dd #datepicker3 {
		padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #857020;
    margin-right: 1em;
}


.contact_name {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #857020;
    width: 40%;
}
.contact_kana {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #857020;
    width: 40%;
}
.contact_mail {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #857020;
    width: 100%;
}
.contact_tel {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #857020;
    width: 100%;
}
.contact_message  {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #857020;
    width: 100%;
}







select {
    padding: 6px 10px 7px;
    box-sizing: border-box;
    border: solid 1px #857020;
    background: #fff;
}

.radio_wrap {
    justify-content: flex-start;
}
.radio_item_box  + .radio_item_box  {
		margin-left:1em;
}

.check_wrap {
    justify-content: center;
    margin-bottom: 1em;
}

.radio_item2 {
		align-items: center;
    justify-content: flex-start;
}
.radio_item2 label {
		margin: 0 0.5em;
}

.map_link {
	
}
.map_link a img {
		margin-right: 5px;
}
.map_link a {
    color: #c3002f;
    font-size: 16px;
}

.contact_bloc + .btn_bloc {
    margin-top: 3em;
}


button {
    border: none;
    margin: 0;
    padding: 0;
}


/* **************************************************************** */
/* thanks
*/
.thanks_body {

}
.thanks_body header{
    position: static;
    box-sizing: border-box;
}
.thanks_body header .inner {

}

.thanks {
    position: relative;
    box-sizing: border-box;
}
.thanks .inner {
    text-align: left;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.thanks .detail {
    text-align: center;
    max-width: 550px;
    width: 100%;
}
.thanks .thanks_image {
		margin-bottom: 2em;
}
.thanks .thanks_image p {
    font-size: 24px;
}
.thanks .bloc {

}
.thanks .bloc h1 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: normal;
    /* background: #000; */
    /* color: #fff; */
    padding: 10px 0 14px;
    /* max-width: 550px; */
    /* margin: 0 auto 0.5em; */
    box-sizing: border-box;
}
.thanks .bloc p {
    font-size: 18px;
}

.thanks .sub {
		max-width: 760px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 1em;
}
.thanks .sub .mv_logo {
		margin-right: 2em;
}
.thanks .sub p {
		font-size: 36px;
    line-height: 1em;
}


.datsumou_image {
    padding: 2em 0;
}


.voice {
		overflow: hidden;
}

.voice_bloc {
		margin-bottom: 2em;	
}
.voice_bloc h2 {
		text-align: left;
    margin-left: -8em;
}

.voice_list {
	
}
.voice_list h3 {
    margin-bottom: 2em;
}


.bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    outline: 0;
    width: 27px;
    height: 46px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
    left: -54px;
    background: url(../images/icon_left.png) center no-repeat;
}
.bx-wrapper .bx-next {
    right: -54px;
    background: url(../images/icon_right.png) center no-repeat;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: center;
}




@media screen and (max-width: 768px) {

.reason_bottom_01 img:nth-child(1) {
    margin-right: 0;
}




body {
    min-width: initial;
    height: auto;
}

header {
		padding: 0 5px 5px;
}
header .inner {
    display: block;
}
header .inner .logo {
    width: 34vw;
    margin: 0 auto 10px;
}
header .inner p {
    font-size: 12px;
    text-align: center;
}

.mv {
    padding: 1em;
}
.mv_flag {
    left: 1em;
    margin-left: 0;
    width: 10vw;
}
.mv_bloc_upper {
    right: -1em;
    width: 80vw;
    margin: 0 0 0 auto;
    text-align: right;
}
.mv_bloc {
    width: 60vw;
    margin-left: auto;
    margin-bottom: 0;
}
.mv_bloc_bottom {
    right: -1em;
}
.mv_bottom {
    margin-top: -2em;
}

.cta_bloc {
    padding: 1em;
}
.cta_bottom .upper h2 {
    font-size: 16px;
}
.cta_bottom .bottom {
    padding: 1em;
    background-position: left center;
    background-size: cover;
}
.cta_bottom .bottom h3 {
    font-size: 18px;
}
.cta_bottom .bottom .bloc {
    display: block;
}

.cta_bottom .bottom .bloc .tel_item {
    width: 100%;
    margin-bottom: 1em;
}
.cta_bottom .bottom .bloc .tel_item p {
    font-size: 18px;
}
.cta_bottom .bottom .bloc .tel_item .tel {
    width: 64vw;
    margin: 0 auto;
}
.cta_bottom .bottom .bloc .btn_bloc {
		width: 100%;
    margin: 0 auto;
}
.cta_bottom .bottom .bloc .btn_bloc a {
		width: 49%;
}


.catch {
    padding: 1em;
}
.catch img {
    width: 60vw;
}
.catch:after {
    border-width: 10px 20px 0 20px;
    bottom: -10px;
}

.reason_catch {
    padding: 1em;
}
.reason_catch_bloc {
    width: 70%;
    margin-left: auto;
}
.reason_catch_bloc h2 {

}
.reason_catch_bloc .reason_catch_text {
    margin-right: -1em;
}
.reason_catch_bloc .reason_catch_detail {
    margin-top: 0.5em;
}

.reason_item {
    padding: 1em;
		position: relative;
}
.reason_item .upper {
		padding-left: 4em;
}
.reason_item .upper .flag {
    width: 10vw;
    position: absolute;
    top: 0;
    left: 0;
}
.reason_item .upper h2 .sub {
    font-size: 14px;
}
.reason_item .upper h2 .title {
    font-size: 20px;
}
.reason_item .detail .text_bloc {
    width: 100%;
    margin-top: 1em;
}


.reason_item .detail .text_bloc h3 {
		margin-bottom: 1em;
    margin-left: -1em;
}
.reason_item .detail .text_bloc {
    width: 100%;
    margin-top: 0.5em;
    padding-right: 0;
}
.reason_item .detail .text_bloc p {
    font-size: 14px;
}

.reason_item .detail .figure_bloc {
    width: 50%;
    margin: 1em auto 0;
}


.reason_item .upper h2 .title .image {
    width: 22px;
    display: inline-block;
}


.reason_item:nth-child(1) .detail .figure_bloc {
    margin-top: 1em;
    margin-bottom: 0;
}
.reason_item:nth-child(2) .detail .figure_bloc {
		width: 30vw;
    margin-top: 1em;
}
.reason_item:nth-child(3) .detail .figure_bloc {
    margin-top: 1em;
}


.reason_bottom_01 {
		margin: -4em 0 0;
}
.reason_bottom_02 {
    margin-top: 0;
}
.reason_bottom_01 img:nth-child(1) {
    margin: 0 auto;
    display: block;
}


.machine {
    padding: 0;
}
.machine_bloc {
    background-position: left bottom;
    padding: 0 0 9em;
}
.machine_bloc h2 {
    margin-right: 0;
}

.about {
    background-position: right top;
    background-size: cover;
}

.about_bloc h2 {
		margin-left: 0;
    width: 50vw;
}
.about_bloc {
    margin-bottom: 0;
}

.about_list {
    width: 60%;
    padding: 1em;
    margin-bottom: 1em;
}
.about_list ul li {
    width: 30%;
}

.about_bottom img:nth-child(1) {
    position: relative;
    z-index: 2;
    width: 80vw;
    margin: 0 auto;
    display: block;
}

section.video {
    padding: 1em;
}


.flow {
    padding: 1em;
}

.flow .upper h2 {
    margin-left: 0;
}

.flow .upper {
    margin-top: -2.5em;
    margin-bottom: 0;
}
.flow_list_bloc {
    margin-top: 4em;
    padding: 1em;
}
.flow_list_bloc ol li .num {
    width: 60px;
    top: -10px;
    left: -10px;
}
.flow_list_bloc ol li {
    padding: 1em;
    display: block;
}
.flow_list_bloc ol li .title {
    width: auto;
    margin-bottom: 1em;
}
.flow_list_bloc ol li .detail {
    margin: 0;
}
.flow_list_bloc ol li .detail p {
    padding: 0;
    border: none;
    font-size: 14px;
    line-height: 1.4em;
}
.flow_list_bloc ol li .title figure {
    width: 40px;
    margin-right: 1em;
}
.flow_list_bloc ol li .title h3 {
    font-size: 20px;
}

.faq {
    padding: 1em;
}
.faq .upper {
    margin-bottom: 1em;
}
.faq .upper h2 {
    margin-right: -1em;
}
.faq_bloc h3 {
    margin-left: -1em;
    margin-bottom: 1em;
}


.dl_bloc dl dt figure {
    margin-right: 1em;
    width: 14px;
}
.dl_bloc dl dd figure {
    margin-right: 1em;
    width: 14px;
}
.dl_bloc dl dt .text {
    margin-top: 0.2em;
    font-size: 17px;
    line-height: 1.4em;
}
.dl_bloc dl dd .text {
    margin-top: 0.5em;
    font-size: 14px;
    line-height: 1.4em;
}
.dl_bloc dl dd .parent_image {
    margin-left: 1em;
}
.dl_bloc dl dt {
    margin-bottom: 0.5em;
}
.faq_bloc + .faq_bloc {
    margin-top: 1em;
}

.access {
    padding: 0 1em 1em;
}
.access .upper h2 {
    margin-left: -1em;
}
.access .upper {
    margin-bottom: 1em;
}
.access_figure p {
    font-size: 21px;
}
.access_figure {
    margin-bottom: 1em;
}
.access_data .logo {
    width: 50vw;
    margin: 0 auto 1em;
}
.access_data .logo p {
    font-size: 16px;
}

.access_data .detail dl dt {
		font-size: 15px;
    width: 90px;
}
.access_data {
    margin-bottom: 1em;
}











footer {
    padding: 0;
}
footer .foot_logo {
		margin: 0 auto;
    padding: 1em;
    width: 15vw;
}
footer address {
    font-size: 10px;
    font-style: normal;
    margin-bottom: 1em;
}
footer .copy {
    font-size: 10px;
    margin-top: 0;
    padding-top: 0;
}


#Contact {
		padding: 0 1em 3em;
}
#Contact .upper {
    margin-bottom: 1em;
}
#Contact .upper h2 {
    margin-right: -1em;
}

.contact_bloc_upper {
    margin-bottom: 1em;
}
.contact_bloc_upper p {
    font-size: 12px;
}

.contact_bloc > dl > dt {
		width: 100%;
    max-width: none;
    font-size: 13px;
    padding: 0.5em 0.5em 0 0.5em;
    box-sizing: border-box;
}
.contact_bloc > dl > dt.required:after {
		font-size: 10px;
    padding: 4px 6px;
    margin-top: -9px;	
}

.contact_bloc > dl > dd .sub {
		width: 20px;
    font-size: 10px;
}
.contact_bloc > dl > dd {
		padding: 0 0.5em 0.5em 0.5em;
}
.contact_name {
    width: 36%;
}
.contact_kana {
    width: 36%;
}

.time_item dl dt {
    font-size: 12px;
}
.time_item dl dd #datepicker1, .time_item dl dd #datepicker2, .time_item dl dd #datepicker3 {
    width: 48%;
    margin-right: 2%;
}

select {
    width: 100%;	
}
.contact_pref {
    width: 48%;
}

.time_item + p {
    font-size: 12px;
}


.radio_wrap {

}
.radio_item_box + .radio_item_box {
    margin-left: 1em;
}
.radio_item_box {
    margin-left: 1em;
}




.contact_bloc + .btn_bloc {
    margin: 1em 1em 0;
}

.thanks .thanks_image {
    margin-bottom: 0;
}
.thanks .thanks_image p {
    font-size: 20px;
}
.thanks .bloc {
    padding: 1em;
}
.thanks .bloc h1 {
    font-size: 18px;
}
.thanks .bloc p {
    font-size: 14px;
}




.datsumou_image {
    padding: 1em 1em 0;
}


.voice_bloc {
    margin-bottom: 1em;
}
.voice_bloc h2 {
    margin-left: 0;
}

.voice_list {
    padding: 0 4em;
}
.voice_list h3 {
    margin-bottom: 1em;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -23px;
    width: 18px;
    height: 46px;
    background-size: contain;
}

.bx-wrapper .bx-prev {
		left: -40px;
}

.bx-wrapper .bx-next {
		right: -40px;
}








}
