/*====================
Form CSS

このCSSはパーツテンプレート スライドショーのもの。

なお、基本的に!importantを付けないと反映されない。
====================*/
#contactPage button{
    border: none;
	background: none;
}
#contactPage div.mark{
    margin: auto 0;
    font-size: 1.6rem;
}
.mfp table_row{
    font-size: 12px;
}
/*==========
入力欄
==========*/

/*=====全体にかかるもの=====*/
.table_row:first-of-type{
    border-top: 2px dotted #999;
}
.table_row{
    border-bottom: 2px dotted #999;
}
.table_row, .data_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100% !important;
    justify-content: space-between;
}
.data_row{
    flex-flow: wrap;
}
.table_row dt{
    width: 30% !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    padding: 1rem 0 !important;
    margin-right: 2rem !important;
}
.table_row dd{
    width: 70% !important;
    padding-left: 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0 !important;
}

@media screen and (max-width:991px) {
    .table_row{
        flex-direction: column;
    }
    .table_row dt, .table_row dd{
        width: 100% !important;
    }
}
input, textarea, select{
    padding: 1em;
    line-height: 1em;
    border: 1px solid #ccc;
    /*box-shadow: 0 0 0.3rem rgba(0,0,0,0.1) !important;*/
    border: 1px solid #666 !important;
}
.must{
    color: #fff;
    border-radius: 0.5em;
    font-size: 0.7em;
}
/*=====お問い合わせ内容欄=====*/
#content_area textarea{
    width: calc(100% - 2em) !important;
}
/*=====会社名欄=====*/
#company_area input{
    width: calc(100% - 2em) !important;
}
/*=====名前欄=====*/
#name_area input{
    width: 40% !important;
    margin: 0;
}
#kana_area input{
    width: 40% !important;
    margin: 0;
}
/*=====メール欄=====*/
#mail_area .data_row{
    flex-direction: column;
}
#mail_area .data_row input{
    width: calc(100% - 2em) !important;
}
#mail_area .data_row input{
    margin-bottom: 1rem;
}
/*=====郵便番号欄=====*/
#postnum_area input{
  width: 50%;  
}
/*=====住所欄=====*/
#place_area .data_row{
    flex-direction: column;
}
#place_area .data_row *{
    margin-bottom: 1rem;
}
#place_area input{
    width: calc(100% - 2em) !important;
}
/*=====TEL欄=====*/
#tel_area input{
  width: 50% !important;  
}



/*==========
確認画面用
==========*/
div#mfp_phase_confirm h4{
    display: none;
}
#mfp_confirm_table tr th, #mfp_confirm_table tr td{
    font-size: 1.6rem !important;
}
tr:first-of-type{
    border-top: 2px dotted #999 !important;
}
tr{
    border-bottom: 2px dotted #999 !important;
    background-color: #eee;
    font-weight: 300 !important;
    color: inherit !important;
}
th{
    width: 30% !important;
    margin-right: 2rem !important;
    text-align: center !important;
    color: inherit !important;
    padding: 1em 0 !important;
    background-color: #eee;
    font-size: 1.2rem !important;
}
td{
    width: 70% !important;
    color: inherit !important;
    padding: 1em 0 1em 2em !important;
    font-size: 1.2rem !important;
}
.container {
    max-width: 95% !important;
    margin: 0 auto;
}

@media (min-width:992px) {
    .container {
        max-width: 940px !important;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px !important;
    }
}
dt {
	float: none;
	width: auto;
	clear: both;
	font-size: 12px;
	padding: 10px 0 0 10px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin: 0px;
}
dt,
dt span {
	vertical-align: middle;
	line-height: 1em;
}
dt span {
	margin-top: -0.3em;
}
dd {
	border: none;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
.mfp_rows {
	clear: both;
}
.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#example_selector span {
	font-size: 10px;
	color: #666;
}
#example_selector select {
	display: block;
	width: 100%;
}
.mfp_thanks {
	padding: 10px;
}
.mfp_thanks p {
	font-size: 12px;
	line-height: 1.7em;
}
ul.mfp_caution {
	list-style-type: disc;
}
ul.mfp_caution li {
	font-size: 12px;
	margin: 0 1.5em;
	font-weight: bolder;
}
ul.example_pages {
	border: solid 1px #CCC;
	padding: 15px 30px;
}
ul.example_pages li {
	padding: 5px 0px;
}
#example_selector {
	padding: 10px 0px;
	text-align: left;
}
#example_selector span {
	display: block;
	font-size: 14px;
	padding: 5px 0px;
}
#example_selector select {
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	outline: none;
}
.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #CCC;
	background: #FEE;
}
.tips p {
	font-size: 14px;
	line-height: 2em;
}
.tips strong {
	color: #800040;
}
.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}
.tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
.tips li {
	padding: 10px;
	margin: 15px;
	font-size: 12px;
	line-height: 1.7em;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
}
.tips li span {
	padding: 0px 10px;
}
.tips li img {
	display: block;
	width: 280px;
	border: none;
	margin: 5px auto;
}
@media screen and (max-width: 991px) {
	body {
		padding: 0px;
		margin: 0px;
	} none;
	}
	dt {
		padding: 10px 0 5px 10px;
	}
}
