/* PC/スマホ共通表示 */
.-----PC_MOBILE_COMMON_CSS_START----- {}

.pc_nowrap {
	display:none;
}


/* 下層共通指定
----------------------------------------------- */
div#undercolumn {
	width: 720px;
	margin-bottom: 0;
}

div#undercolumn h2.title{
    width: 720px;
    margin: 0 0 15px 0;
}

div#undercolumn table {
    width: 720px;
}




/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {

}

div#undercolumn_aboutus table th {
    width: 140px;
}


/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {

}

div#undercolumn_order table th {
    width: 140px;
}


/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
	margin-bottom: 30px;
}

div#undercolumn_contact th {
	width:25%;
}

div#undercolumn_contact .contact_table {
	width:620px;
}
div#undercolumn_contact .contact_table input,
div#undercolumn_contact .contact_table textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
}
div#undercolumn_contact .contact_table input[type=text],
div#undercolumn_contact .contact_table input[type=tel],
div#undercolumn_contact .contact_table input[type=email],
div#undercolumn_contact .contact_table textarea {
	width: 100%;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #999;
}
div#undercolumn_contact .contact_table input[type=text]:focus,
div#undercolumn_contact .contact_table input[type=tel]:focus,
div#undercolumn_contact .contact_table input[type=email]:focus,
div#undercolumn_contact .contact_table textarea:focus {
	background-color:#FFC;
}

div#undercolumn_contact .contact_table input.p-postal-code:nth-of-type(1)  {
	width: 15%;
}
div#undercolumn_contact .contact_table input.p-postal-code  {
	width: 20%;
}
div#undercolumn_contact .contact_table input.p-region  {
	width: 40%;
}
div#undercolumn_contact .contact_table input.p-tel {
	width: 20%;
}


div#undercolumn_contact .contact_table td .zipimg{
	margin-top:4px;
}

div#undercolumn_contact .contact_table td a.zip_btn{
	background-color: #666;
	text-align: center;
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	width: 90px;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
	display: block;
}
.postal_td .wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip,
.tel_td .wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
	display: none !important;
}

.postal_td .err_msg_custom,
.tel_td .err_msg_custom {
	display: none;
	 color: #dc3232;
}
.postal_td:has(.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip)  .err_msg_custom,
.tel_td:has(.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip) .err_msg_custom {
	display: block !important;
}
/*
.wpcf7-form-control-wrap .nummber::-webkit-inner-spin-button,
.wpcf7-form-control-wrap .nummber::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}
*/

div#undercolumn_contact .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .box380 {
    width: 450px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .area380 {
    width: 450px;
    height: 250px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .zipimg img {
    margin: 5px 0 0 0;
}

div#undercolumn_contact .wpcf7-submit {
	box-sizing:border-box;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 100%;
	background-color: #ec0000;
	padding: 7px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius:4px;
	display:block;
	transition:0.4s;
	margin-top:30px;
}
div#undercolumn_contact .wpcf7-submit:hover {
	opacity:0.6;
}



div#contactList {
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#contactList .item {
	width: 325px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 18px;
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
}
div#contactList .item.double {
	box-sizing:border-box;
	width: 100%;
}

div#contactList .item .phone_list {
	box-sizing:border-box;
	width:100%;
	padding-left:20px;
}
div#contactList .item .phone_list dl{
	box-sizing:border-box;
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
div#contactList .item .phone_list dl dt{
	box-sizing:border-box;
	width:33%;
}
div#contactList .item .phone_list dl dd{
	box-sizing:border-box;
	width:67%;
}

div#contactList .item .phones {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
}
div#contactList .item .phones td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#contactList .item h3 {
	background-image: url(../../../../user_data/packages/default/img/common/ring_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
div#contactList .item p {
	padding-left: 20px;
}

/* 会員登録
----------------------------------------------- */
div#undercolumn_entry {
}

div#undercolumn_entry .area470 {
    width: 720px;
    height: 520px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box380 {
    width: 380px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box320 {
    width: 320px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .zipimg img {
    margin: 5px 0 0 0;
}

div#undercolumn_entry div#completetext {
    width: 470px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}

div#undercolumn_entry div#completetext em {
    font-weight: bold;
}

div#undercolumn_entry div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}

div#undercolumn_entry dt {
    float: left;
    width: 4em;
    border: 1px solid #FF0000;
}



.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 730px) {
	
.-----MOBILE_ONLY_CSS_START----- {}

.pc_nowrap {
	display:inline;
}

/* 下層共通指定
----------------------------------------------- */
div#undercolumn {
	width: 720px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

div#undercolumn h2.title{
    width: 720px;
    margin: 0 0 15px 0;
}

div#undercolumn table {
    width: 720px;
}




/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {

}

div#undercolumn_aboutus table th {
    width: 140px;
}


/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {

}

div#undercolumn_order table th {
    width: 140px;
}


/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
	margin-bottom: 30px;
}
div#undercolumn_contact .contact_table {
	width:690px;
}
div#undercolumn_contact .contact_table th {
	width:210px !important;
	letter-spacing:-1px;
}
div#undercolumn_contact .contact_table td {
	padding:10px;
}
div#undercolumn_contact .contact_table input[type="text"],
div#undercolumn_contact .contact_table textarea{
	font-size: 24px;
	padding: 10px;
	background-color: #FFF;
	border: 2px solid #BBB;
	border-radius:5px;
}
div#undercolumn_contact .contact_table select{
	font-size: 24px;
	padding: 10px;
}
.fs10 { font-size:22px !important;}
div#undercolumn_contact .contact_table td .zipimg{
	font-size: 21px !important;
}
div#undercolumn_contact .contact_table td a.zip_btn{
	background-color: #666;
	text-align: center;
	display: block;
	font-size: 22px !important;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	width: 200px;
}

.tblareabtn input {
	transform:scale(1.8,1.8);
	transform-origin: center top;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height:auto;
}
.tblareabtn {
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:100px !important;
}
.tblareabtn a {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.tblareabtn a img {
	transform: scale(1.8,1.8);
	transform-origin: center top;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


div#undercolumn_contact .box120 {
	box-sizing:border-box;
    width: 140px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .box60 {
	box-sizing:border-box;
    width: 90px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .box380 {
	box-sizing:border-box;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .area380 {
	box-sizing:border-box;
    width: 100%;
    height: 250px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .zipimg img {
    margin: 5px 0 0 0;
}
div#contactList {
	width: 690px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
div#contactList .item {
	width: 100% !important;
	float: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 18px;
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
}

div#contactList .item .phone_list{
	padding-left:25px;
}
div#contactList .item .phone_list dl dt{
	width:55%;
}
div#contactList .item .phone_list dl dd{
	width:45%;
}

div#contactList .item .phones {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
}
div#contactList .item .phones td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#contactList .item h3 {
	background-image: url(../../../../user_data/packages/default/img/common/ring_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	background-size:20px;
}
div#contactList .item p {
	padding-left: 25px;
}

/* 会員登録
----------------------------------------------- */
div#undercolumn_entry {
}

div#undercolumn_entry .area470 {
    width: 720px;
    height: 520px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box380 {
    width: 380px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box320 {
    width: 320px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .zipimg img {
    margin: 5px 0 0 0;
}

div#undercolumn_entry div#completetext {
    width: 470px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}

div#undercolumn_entry div#completetext em {
    font-weight: bold;
}

div#undercolumn_entry div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}

div#undercolumn_entry dt {
    float: left;
    width: 4em;
    border: 1px solid #FF0000;
}




.-----MOBILE_ONLY_CSS_END----- {}

}

