@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css');


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;
  vertical-align: baseline;
}
* {
    box-sizing: border-box;
}

html {
  line-height: 1;
  font-size: 62.5%; /*10px*/
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

strong {
	font-weight: bold;
}

/* form
**********************************/
button {
    font-family: "Rounded Mplus 1c", sans-serif;
	padding: 0;
	background: no-repeat;
	border: none;
	cursor: pointer;
}
label {
	cursor: pointer;
}

/* color
**********************************/
.rd {color: #f00;}
.txtcolor {
	color: #e71a19;
}

/* link
**********************************/
a {
	text-decoration: none;
	color: #000;
	transition: color .4s;
}
a:hover {
	color: #e71a19;
}
a img {
	opacity: 1;
	transition: opacity .4s;
}
a img:hover {
	opacity: 0.6;
}
.sp a img,
.tablet a img {
	transition: none;
}
.sp a img:hover,
.tablet a img:hover {
	opacity: inherit;
}
a.ul {
	text-decoration: underline !important;
}
a.nn {
	text-decoration: none !important;
}
.taparea {
	-webkit-tap-highlight-color:#ff404f;
}


/* float
**********************************/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* margin
**********************************/
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}

.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt50 {margin-top: 50px !important;}

.sp .mb30 {margin-bottom: 20px !important;}
.sp .mb40 {margin-bottom: 20px !important;}
.sp .mb50 {margin-bottom: 20px !important;}
.sp .mb60 {margin-bottom: 30px !important;}
.sp .mb70 {margin-bottom: 30px !important;}

/* padding
**********************************/
.pb10 {padding-bottom: 10px !important;}
.pt10 {padding-top: 10px !important;}
.pl30 {padding-left: 30px !important;}
.p_ew {padding: 0 15px;}

.sp .pl30 {padding-left: 3% !important;}

/* text-align
**********************************/
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.sp .sp_tl {
	text-align: left;
}
.tc-sptl {
    text-align: center;
}

/* text-indent
**********************************/
.ti_1 {
	text-indent: -1em;
	padding-left: 1em;
}

/* font-size
**********************************/
.fs10 {	font-size: 1.0rem;}
.fs11 {	font-size: 1.1rem;}
.fs12 {	font-size: 1.2rem;}
.fs13 {	font-size: 1.3rem;}
.fs14 {	font-size: 1.4rem;}
.fs15 {	font-size: 1.5rem;}
.fs16 {	font-size: 1.6rem;}
.fs17 {	font-size: 1.7rem;}
.fs18 {	font-size: 1.8rem;}
.fs20 {	font-size: 2.0rem;}
.fs24 {	font-size: 2.4rem;}
.fs30 {	font-size: 3.0rem;}
.fs35 {	font-size: 3.5rem;}
.fs40 {	font-size: 4.0rem;}
.fs50 {	font-size: 5.0rem;}
.fs60 {	font-size: 6.0rem;}
.fs80 {	font-size: 8.0rem;}

.sp .fs16 {	font-size: 1.4rem; line-height: 1.5;}
.sp .fs18 {	font-size: 1.5rem; line-height: 1.5;}
.sp .fs20 {	font-size: 1.8rem; line-height: 1.5;}
.sp .fs24 {	font-size: 2.0rem; line-height: 1.5;}
.sp .fs30 {	font-size: 2.4rem; line-height: 1;}
.sp .fs35 {	font-size: 2.6rem; line-height: 1;}
.sp .fs40 {	font-size: 2.8rem; line-height: 1;}
.sp .fs50 {	font-size: 3.2rem; line-height: 1;}
.sp .fs60 {	font-size: 4.0rem; line-height: 1;}
.sp .fs80 {	font-size: 5.6rem; line-height: 1;}

/* line-height
**********************************/
.lh30 { line-height: 3.0rem; }
.lh32 { line-height: 3.2rem; }
.lh40 { line-height: 4.0rem; }
.lh50 { line-height: 5.0rem; }
.lh60 { line-height: 6.0rem; }
.lh70 { line-height: 7.0rem; }
.lh75 { line-height: 7.0rem; }

.sp .lh32 { line-height: 2.8rem; }
.sp .lh40 { line-height: 3.2rem; }
.sp .lh50 { line-height: 4.0rem; }
.sp .lh60 { line-height: 4.8rem; }
.sp .lh70 { line-height: 5.6rem; }
.sp .lh75 { line-height: 5.8rem; }

/* font-family
**********************************/
.roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.roboto_i {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
}
.roboto_l {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.roboto_li {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: italic;
}
.roboto_b {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;}
.roboto_bi {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: italic;
}
.mincho {
	font-family: "游明朝","游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-weight: bold;
}

/* display
**********************************/
.blc {
	display: block;
}
.inblc {
	display: inline-block;
}
.ctr {
	margin-left: auto;
	margin-right: auto;
}
.sp_blc {
	display: none;
}
.sp .sp_blc {
	display: block;
}
.sp .inblc {
	margin-bottom: 10px;
}
.sp .sp_none {
	display: none;
}
.sp_vsbl {
	display: none;
}
.pc .sp_br,
.tablet .sp_br {
	display: none;
}
.sp_br {
	display: none;
}

/* list
**********************************/
.decimal {
	list-style-type: decimal;
	margin-left: 1em;
}
.disc {
	list-style-type: disc;
	margin-left: 1em;
}

/*
**********************************/
#page_top {
	position: fixed;
	display: none;
	right: 2%;
	bottom: 20px;
	z-index: 1000;
}

/* body
**********************************/
body #komachi {
	position: relative;
	background-color: #FFF;
	font-family: Lato, "Noto Sans JP", YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	padding-bottom: 30px;
}
body #komachi * {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.kmc_container {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

/**/
#main_headbg {
    margin-bottom: 50px;
}
#main_headbg img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}
#main_headbg2 {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
#main_headbg2 img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}
#main_headbg  img.pc, #main_headbg2 img.pc {
    display: block;
}
#main_headbg img.sp, #main_headbg2 img.sp {
    display: none;
}

.header_line {
    display: block;
    background-image: url("../images/header_line.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 20px;
    max-width: 940px;
    margin: 2em auto;
}

#komachi.field .field_title {
    position: relative;
    margin: 0 auto;
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
    line-height: 2em;
}

#komachi.field .pref_select {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
#komachi.field .pref_select h2 {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
#komachi.field .pref_select .area {
    margin: 0 10px 10px;
}
#komachi.field .pref_select .area .area_name {
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #34706c;
}
#komachi.field .pref_select .area .pref_check {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 30px;
    background-color: #c4e5e2;
    border: 8px solid #82beb9;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
#komachi.field .pref_select .area .pref_check .pref {
    font-family: "Rounded Mplus 1c", sans-serif;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 24px;
}
#komachi.field .pref_select .area .pref_check .pref input {
    position: relative;
    appearance: none;
    height: 24px;
    width: 24px;
    margin: 4px;
    border: 2px solid #8b98a5;
    background-color: #fff;
    border-radius: 4px;
}
#komachi.field .pref_select .area .pref_check .pref input:checked {
    /* border: 1px solid #8b98a5; */
    border: 1px solid #82beb9;
    background-color: #1d9bf0;
}
#komachi.field .pref_select .area .pref_check .pref input:checked:before {
    position: absolute;
    top: 0px;
    left: 5px;
    transform: rotate(50deg);
    width: 8px;
    height: 14px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    content: '';
  }


#komachi.field .field_info {
    margin: 60px auto 0;
    padding: 2em 2.5em;
    width: 100%;
    max-width: 900px;
    border-radius: 2rem;
    background-color: #CEEAF9;
}
#komachi.field .field_info.contact {
    margin-top: 30px;
    margin-bottom: 30px;
	background-color: #f6ea7c;
}
#komachi.field .field_info.scd .info-title {
    display: flex;
    align-items: flex-start;
}
#komachi.field .field_info.scd .info-title img {
    width: 4em;
}
#komachi.field .field_info.scd .info-title span {
    padding-top: 0.6em;
    font-size: 1.1em;
    font-weight: 700;
    text-indent: -0.8em;
}
#komachi.field .field_info.scd .desc {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
}
#komachi.field .field_info.scd dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#komachi.field .field_info.scd dl dt {
    width: 5em;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-character;
}
#komachi.field .field_info.scd dl dd {
    width: calc(100% - 5em);
}
#komachi.field .field_info .past_movie {
    display: flex;
    justify-content: center;
}
#komachi.field .field_info .past_movie a {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1em;
    padding: 0.5em 1em;
    line-height: 1em;
    flex-shrink: 0;
    color: #333;
    background-color: #fff;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
}
#komachi.field .field_info .past_movie img {
    width: 30px;
}
#komachi.field .field_info .past_movie span {
    width: 17em;
    margin-left: 0.5em;
    flex-shrink: 0;
    font-weight: 500;
}
#komachi.field .field_info .past_movie a:hover img {
    opacity: 0.7;
}
#komachi.field .field_info .past_movie a:hover span {
    opacity: 0.7;
}


/**/
#komachi.field .field_dl {
	margin: 30px auto;
	overflow: hidden;
	background-color: #fff;
}
#komachi.field .field_dl span {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
#komachi.field .field_dl dt,
#komachi.field .field_dl dd {
	padding: 15px 20px;
}
#komachi.field .field_dl dt {
    color: #fff;
	background-color: #1A6CB3;
	font-weight: bold;
	clear: both;
    width: 100%;
}
#komachi.field .field_dl dd img {
    width: 100%;
    height: auto;
}
#komachi.field .field_dl dd.desc {
    width: calc(100% - 36.5rem - 40px);
}
#komachi.field .field_dl dd.desc-notice {
    width: 100%;
}
#komachi.field .field_dl dd.btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: calc(36.5rem + 40px);
	height: 100%;
	font-size: 1.4rem;
}
#komachi.field .field_dl dd.btn .external_link {
	display: none;
}
#komachi.field .field_dl dd.desc .constr_info {
	display: flex;
    flex-wrap: wrap;
}
#komachi.field .field_dl dd.desc .constr_info .ci_title {
    width: 7em;
    text-align: right;
    margin-right: 1em;
    padding: 0.7em 0 0.7em;
    vertical-align: top;
    font-weight: bold;
    color: #1A6CB3;
}
#komachi.field .field_dl dd.desc .constr_info .ci_body {
    padding: 0.7em 0 0.7em 1em;
    width: calc(100% - 8em);
    border-left: 2px solid #1A6CB3;
    vertical-align: top;
}
#komachi.field .field_dl .dx-item dt {
    background-color: #0E466E;
}
#komachi.field .field_dl .dx-item dd.desc .constr_info .ci_title {
    color: #0E466E;
}
#komachi.field .field_dl .dx-item dd.desc .constr_info .ci_body {
    border-left: 2px solid #0E466E;
}
#komachi.field .field_dl dd.btn a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 10rem;
	height: 3.0rem;
	text-align: center;
	line-height: 3.0rem;
	border-radius: .5rem;
	-moz-border-radius: .5rem;
	-webkit-border-radius: .5rem;
	background-color: #1A6CB3;
	color: #fff;
	font-weight: bold;
}
#komachi.field .field_dl dd.btn a:hover {
    background-color: #71a4d2;
}
#komachi.field .field_dl .dx-item dd.btn a {
    background-color: #0E466E;
}
#komachi.field .field_dl .dx-item dd.btn a:hover {
    background-color: #0E466E;
}
#komachi.field .field_dl dd.btn .ex {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 90%;
	margin: auto;
	font-size: 1.2rem;
	color: #f33;
}
#komachi.field .field_dl dd.btn .close {
	position: absolute;
	top: 75px;
	left: 10px;
	width: 90%;
	margin: auto;
}
#komachi.field .ind_1 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.kmc_form_container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 1.4em 2em 1.6em;
}
.kmc_form_container h2 {
    font-family: "Rounded Mplus 1c", YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.kmc_form_container h2 + div {
    font-family: "Rounded Mplus 1c", YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.kmc_form_container h2 + div.fs16 {
    font-size: 30px;
}

.kmc_form_container .construction_name {
    font-size: 28px;
    width: 100%;
    text-align: left;
    line-height: 1.2em;
}

/* step */
.step {
    font-family: "Rounded Mplus 1c", sans-serif;
	position: relative;
	display: inline-block;
	height: 40px;
	width: calc(100% / 5 - 20px);
	line-height: 40px;
	padding: 0 1em;
	background-color: #ccc;
	color: #fff;
	text-align: center;
    font-weight: bold;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
    border-radius: 5px 0px 0px 5px;
}
.step:not(:last-child) {
	margin-right: 20px;
}
.step:after {
	position: absolute;
	top: 0;
	right: -20px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #ccc;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	-webkit-transition: .2s;
	transition: .2s;
}
.step.now {
    background-color: #1A6CB3;
    color: #fff;
}
.step.now:after {
	border-color: transparent transparent transparent #1A6CB3;
}
.dx-item .step.now {
    background-color: #0E466E;
}
.dx-item .step.now:after {
	border-color: transparent transparent transparent #0E466E;
}
.step.end {
    border-radius: 5px;
}
.step.end.now:after,
.step.end:after {
    display: none;
}

/* form */
#form_check label {
    display: block;
    margin-bottom: .5rem;
}
.reg_form {
    margin: 0 auto;
    padding: 1em 2em;
    width: 100%;
    border: 1px solid #ccc;
}
.note_title {
    margin-top: 50px;
    margin-bottom: 10px;
}
.note_body {
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.note_body label {
    display: block;
    margin-bottom: .5rem;
}
.smt_btn {
	margin: 20px auto;
	text-align: center;
}
.smt_next {
	position: relative;
	display: inline-block;
	left: 0;
	right: 0;
	height: 40px;
	width: 6em;
	line-height: 40px;
	padding: 0 1em;
	background-color: #1A6CB3;
    font-weight: bold;
    color: #fff;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
    border-radius: 5px 0px 0px 5px;
}
.smt_next:after {
	position: absolute;
	top: 0;
	right: -20px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #1A6CB3;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	-webkit-transition: .2s;
	transition: .2s;
}
.smt_next:hover {
    background-color: #e77b51;
}
.smt_next:hover:after {
	border-color: transparent transparent transparent #e77b51;
}
.dx-item .smt_next {
	background-color: #0E466E;
}
.dx-item .smt_next:after {
	border-color: transparent transparent transparent #0E466E;
}
.dx-item .smt_next:hover {
	background-color: #1f7cbe;
}
.dx-item .smt_next:hover:after {
	border-color: transparent transparent transparent #1f7cbe;
}
.smt_next.off {
    background-color: #ccc;
    cursor: default;
}
.smt_next.off:after {
	border-color: transparent transparent transparent #ccc;
    cursor: default;
}
.smt_back {
	position: relative;
	display: inline-block;
	left: 0;
	right: 0;
	height: 40px;
	width: 6em;
	line-height: 40px;
	margin-right: 1em;
	padding: 0 1em;
	background-color: #016537;
	color: #fff;
    font-weight: bold;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
    border-radius: 0px 5px 5px 0px;
}
.smt_back:before {
	position: absolute;
	top: 0;
	left: -20px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent #016537 transparent transparent;
	border-style: solid;
	border-width: 20px 20px 20px 0;
	-webkit-transition: .2s;
	transition: .2s;
}
.smt_back:hover {
    background-color: #488468;
}
.smt_back:hover:before {
	border-color: transparent #488468 transparent transparent;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?uvalxt');
  src:  url('fonts/icomoon.eot?uvalxt#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?uvalxt') format('truetype'),
    url('fonts/icomoon.woff?uvalxt') format('woff'),
    url('fonts/icomoon.svg?uvalxt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.checkbox {
  display: none;
}
.checkbox + .checkbox-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 22px;
}
.checkbox + .checkbox-icon:before {
    display: inline-block;
    content: "\e901";
  font-family: 'icomoon';
  color: #999;
  width: 22px;
  height: 22px;
}
.checkbox:checked + .checkbox-icon:before {
    display: inline-block;
    content: "\e900";
  width: 22px;
  height: 22px;
  color: #17bcdf;
}
.checkbox-str {
    display: inline-block;
    width: calc(100% - 28px);
}

.form_row {
}
.form_title {
    display: table-cell;
    width: 9em;
    padding: 1em 2em 0.5em 0;
    text-align: right;
    vertical-align: top;
}
.form_item {
    display: table-cell;
    padding: 0.6em 0 0.6em 2em;
    border-left: 2px solid #1A6CB3;
    vertical-align: middle;
}
.dx-item .form_item {
    border-left: 2px solid #0E466E;
}
.form_item input[type="text"]{
    font-size: 120%;
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    outline:none;
}
.form_item select{
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 3px;
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
}
.form_item .form_name {
    width: 20em;
}
.form_item .form_kana {
    width: 20em;
}
.form_item .form_sex {
    margin-top: 1em;
}
.form_item .form_grade {
    margin-top: 0.5em;
}
.form_item .form_age {
    width: 2em;
}
.form_item .form_zip {
    width: 5em;
}
.form_item .form_addr {
    width: 20em;
}
.form_item .form_email {
    width: 20em;
}
.form_item .form_go_with {
    width: 2em;
}
.form_item label {
    margin-right: 1em;
}
.form-note {
    display: block;
    font-size: 0.9em;
}
#zip2addr {
    padding: 2px 5px;
    background-color: #ccc;
    border-radius: 3px;
}
input:invalid {
/*   box-shadow: 0 0 5px 1px red; */
}

input:focus:invalid {
    border: 2px solid #008000;
}


/* footer */
#footer {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 30px;
    height: 100px;
}
#footer .nkr_logo {
}
#footer .logo {
    width: 70px;
}

@media (max-width: 900px) {
	#komachi.field .field_dl dd.desc {
		width: 100%;
		border-right: none;
	}

    #komachi.field .field_dl dd.btn {
        align-items: center;
		width: 100%;
		font-size: 1.4rem;
		padding-top: 0;
        padding-bottom: 2em;
	}
}

@media (max-width: 800px) {
    .sp_blc {
        display: inline-block;
    }

    #main_headbg {
    }
    #main_headbg2 {
        width: 100%;
    }

    .kmc_container {
    	margin: 0 auto;
    	width: 100%;
    }
    .kmc_container .p_ew {
		padding: 0 3%;
    }
    .tc-sptl {
        text-align: left;
    }

	#komachi.field .field_dl span {
        flex-direction: column;
    }
    #komachi.field .field_dl dt {
		padding: 5px 10px;
	}
	#komachi.field .field_dl dd {
		padding: 10px;
	}

	#komachi.field .field_dl dd.btn a {
		position: relative;
		display: block;
		margin-top: 0;
		margin-bottom: 10px;
		width: 80%;
	}
	#komachi.field .field_dl dd.btn .ex {
		position: relative;
		top: inherit;
		left: inherit;
		font-size: 1.2rem;
		color: #f33;
	}
	#komachi.field .field_dl dd.btn .close {
		position: relative;
		display: inline-block;
		top: inherit;
		left: inherit;
		text-align: center;
	}

    .kmc_form_container {
        padding: 1.4em 1.5em 1.6em;
    }
    .step {
        display: none;
    }

    .reg_form {
        margin: 0 auto;
        padding: 0.5em 1em;
        width: 100%;
        border: 1px solid #ccc;
    }
    .form_title {
        display: block;
        width: 100%;
        padding: 1em 2em 0.5em 0;
        text-align: left;
        vertical-align: baseline;
        border-bottom: 2px solid #1A6CB3;
    }
    .dx-item .form_title {
        border-bottom: 2px solid #0E466E;
    }
    .form_item {
        display: block;
        padding: 0.6em 0;
        border-left: none;
    }
    .form_item input[type="text"]{
        font-size: 120%;
        padding: 5px;
    }
    .form_item .form_name {
        width: 100%;
    }
    .form_item .form_kana {
        width: 100%;
    }
    .form_item .form_addr {
        width: 100%;
    }
    .form_item .form_email {
        width: 100%;
    }

}
@media (max-width: 600px) {
    #main_headbg {
        margin-bottom: 0;
    }
    #main_headbg2 {
        padding: 1em;
    }
    #main_headbg  img.pc, #main_headbg2 img.pc {
        display: none;
    }
    #main_headbg  img.sp, #main_headbg2 img.sp {
        display: block;
    }
    .header_line {
        margin: 10px auto;
    }
    #komachi.field .field_info {
        margin: 30px auto 0;
    }
    #komachi.field .field_title {
        font-size: 1.3em;
    }
    #komachi.field .field_title .fukidashi1 {
        margin-top: 1em;
    }
    #komachi.field .field_title p {
        padding: 0;
    }
    #komachi.field .field_info.scd .desc {
        padding-left: 0;
        padding-right: 0;
    }

    .sp_br {
    	display: inline-block;
    }
    .kmc_form_container {
        padding: 1em;
    }

    #komachi.field .field_dl dd.desc .constr_info {
        flex-direction: column;
    }
    #komachi.field .field_dl dd.desc .constr_info .ci_title {
        width: 100%;
        text-align: left;
        margin-right: 1em;
        padding: 0.2em 0 0.2em;
        vertical-align: auto;
    }
    #komachi.field .field_dl dd.desc .constr_info .ci_body {
        padding: 0.2em 0 1em 1em;
        width: 100%;
        border-top: 2px solid #1A6CB3;
        border-left: none;
        vertical-align: auto;
    }
    #komachi.field .field_dl .dx-item dd.desc .constr_info .ci_body {
        border-top: 2px solid #0E466E;
        border-left: none;
    }

    #komachi.field .field_title dl {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 400px) {
    #komachi.field .field_title dl {
        padding: 0;
    }
}
