@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/
body{
	color: #333;
	-webkit-text-size-adjust: 100%;
}
.wrap {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 1px 0;
	box-sizing: border-box;
}
main {
	display: block;
}

/*------------------------------------------ header */

.Header {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-bottom: solid 1px #ddd;
}
.Header h1 {
	margin: 0;
}

/*------------------------------------------ footer */

.Footer {
	margin-top: auto;
	background-color: #ccc;
}

/*------------------------------------------ main */

h1 {
	display: block;
	margin: 0;
	margin-bottom: 4.5rem;
	line-height: 1.5;
	font-weight: 700;
}
h2 {
	position: relative;
	padding-left: 32px;
	font-weight: bold;
	line-height: 1.3;
}
h2::before {
	-webkit-transform: none;
	display: block;
	position: absolute;
	top: .4em;
	left: 0;
	width: 16px;
	height: 16px;
	transform: none;
	border: 5px solid #e50012;
	border-radius: 8px;
	background: none;
	content: "";
	box-sizing: border-box;
}
.figure {
	display: table;
	position: relative;
	margin: 0 auto 1.5rem 0;
}
.figure[class*="text-"] {
	display: table;
	text-align: left !important;
}
.figure.text-center {
	margin-left: auto;
}
.img-fluid {
	width: 100%;
	max-width: inherit;
}
.figure .img-wrap, .figure__img {
	margin-bottom: 0;
}
.figure__img {
	max-width: 100%;
	height: auto;
}
.lead {
	margin: 3em 0;
}
.lead p {
	margin: 0.5em 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.lead p:nth-child(1) {
	color: #e50012;
}
.color-box {
	margin-bottom: 1em;
	padding: 10px 30px 10px;
	background-color: #fff5f5;
}

dl,
dl dt,
dl dd {
	margin: 0;
}
dl dt {
	margin-bottom: 1em;
}
.list-note {
	list-style: none;
	margin: 0 0 1.5rem;
	color: #666;
	font-size: 1.2rem;
}
.list-note li {
	margin-left: 1em;
	text-indent: -1em;
}
p.list-note {
	margin-left: 1em;
	text-indent: -1em;
}
.notice_ssl {
	padding: 5px 10px;
	background-color: #ffeeee;
}

.text-center {
	text-align: center;
}
.btn {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	align-items: center;
	margin-bottom: 1.5rem;
	padding: 20px 40px;
	border-radius: 9999px;
	border-color: #e50012;
	background-color: #e50012;
	overflow: hidden;
	font-size: 1.375rem;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 3px 3px -2px rgba(0,0,0,.14),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
	color: #fff;
	z-index: 1;
}

.btn:hover {
    outline: 0;
    background: #ff6966;
}
.btn:hover span {
    color: #fff;
}

.operation_buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3em 0;
}
.operation_buttons p {
	margin: 0;
}
.operation_buttons p:nth-child(1) a {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	align-items: center;
	margin-bottom: 1.5rem;
	padding: 20px 40px;
	border-radius: 9999px;
	border-color: #e50012;
	border: 1px solid  #e50012;
	overflow: hidden;
	font-size: 1.375rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 3px 3px -2px rgba(0,0,0,.14),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
	color: #e50012;
	z-index: 1;
}
.operation_buttons p:nth-child(2) a {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	align-items: center;
	margin-bottom: 1.5rem;
	padding: 20px 40px;
	border-radius: 9999px;
	border-color: #e50012;
	border: 1px solid  #e50012;
	background-color: #e50012;
	overflow: hidden;
	font-size: 1.375rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 3px 3px -2px rgba(0,0,0,.14),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
	color: #fff;
	z-index: 1;
}

.operation_buttons p:nth-child(1) a:hover {
	outline: 0;
	background: #ff6966;
	border-color: #ff6966;
}
.operation_buttons p:nth-child(1) a:hover span {
    color: #fff;
}
.operation_buttons p:nth-child(2) a:hover {
	outline: 0;
	background: #ff6966;
	border-color: #ff6966;
}
.operation_buttons p:nth-child(2) a:hover span {
    color: #fff;
}
.text-accent {
	color: #e50012;
}
.text-gray {
	color: #666;
}

table#tbl_voice_forms {
	width: 100%;
	border: solid 1px #eae7e2;
	border-spacing: 0;
}
table#tbl_voice_forms th {
	font-size: 15px;
	font-weight: bold;
	background-color: #f4f3f1;
	padding: 14px 15px;
	border: solid 1px #eae7e2;
}
table#tbl_voice_forms td {
	padding: 14px 15px;
	border: solid 1px #eae7e2;
	vertical-align: middle;
}
table#tbl_voice_forms td input[type="text"], 
table#tbl_voice_forms td input[type="tel"], 
table#tbl_voice_forms td input[type="email"] {
    width: 270px;
    padding: 3px;
    font-size: 14px;
    border: solid 1px #bebebe;
	box-sizing: border-box;
}
table#tbl_voice_forms td input.txt_name, 
table#tbl_voice_forms td input#txt_zip_code_4, 
table#tbl_voice_forms td input#txt_tel_03 {
    margin-left: 5px;
}
table#tbl_voice_forms td input#txt_zip_code_3, 
table#tbl_voice_forms td input#txt_tel_01 {
    margin-right: 5px;
}
table#tbl_voice_forms td input#txt_tel_02 {
	margin-right: 5px;
	margin-left: 5px;
}
table#tbl_voice_forms td input.txt_name {
    width: 120px;
}
table#tbl_voice_forms td input.txt_zip_code {
    width: 50px;
}
table#tbl_voice_forms td input.txt_tel {
    width: 50px;
}
table#tbl_voice_forms td input#txt_member_no {
    width: 100px;
}
table#tbl_voice_forms td textarea#tta_body {
    width: 100%;
    height: 250px;
    border: solid 1px #bebebe;
	box-sizing: border-box;
}
table#tbl_voice_forms td dl#address_forms {
    margin: 0;
}
table#tbl_voice_forms td dl#member_coop_forms {
	margin: 0;
}

/*----------エラーメッセージ------------*/
div#errors ul li {
	color: #ff0000;
}


/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

body {
	font-size: 1.4rem;
}
.wrap {
	padding: 17px 15px;
}


/*------------------------------------------ header */

.Header .HeaderBody {
	padding: 0 49px 0 15px;
}
.Header .HeaderBody .header-identity {
	padding-top: 10px;
	padding-bottom: 10px;
}
.Header .HeaderBody .header-identity .identity_logo {
	width: 120px;
	height: 30px;
	margin: 0;
}

/*------------------------------------------ footer */
.Footer {
	position: relative;
	width: 100%;
	padding-top: 20px;
	background: url("/common/img/foot_bg01-r2x.png") no-repeat 50% 0;
		background-size: auto;
	background-size: 375px auto;
}
.Footer .FooterBody {
	width: 100%;
	min-height: 120px;
	background: #f8f8f8;
}
.Footer .FooterBody .footer-copyright {
	padding-top: 40px;
	text-align: center;
}
.Footer .FooterBody .footer-copyright small {
	color: #575757;
	font-size: 12px;
}
.Footer .FooterBody .Pagetop {
	position: absolute;
	right: 15px;
	top: -12px;
	z-index: 10;
	width: 45px;
	height: 45px;
}
.Footer .FooterBody .Pagetop > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #e50012;
	border-radius: 50%;
	font-size: 0;
}
.Footer .FooterBody .Pagetop > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 14px;
	height: 14px;
	margin: -4px 0 0 -7px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*------------------------------------------ main */

h1 {
	font-size: 2.2rem;
}
h2 {
	font-size: 2.0rem;
}
.lead p:nth-child(1) {
	font-size: 1.6rem;
}
.color-box {
	padding-right: 20px;
	padding-left: 20px;
}

.inquiry-box {
	margin: 20px 0 0.5em;
	padding: 20px 4.49%;
	background-color: #fff;
}

.inquiry-box .inquiry-block__title {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.inquiry-box .inquiry-tel-v1__link {
	box-sizing: border-box;
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 0;
	padding: 15px 25px 15px 80px;
	overflow: hidden;
	border-radius: 9999px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	box-shadow: 0 3px 3px -2px rgba(0,0,0,.14),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
	color: #333 !important;
	font-size: 2.0rem;
	font-weight: 700;
	text-decoration: none;
transition: none;
}


.inquiry-box .inquiry-tel-v1__link::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 25px;
	width: 46px;
	height: 26px;
	margin-top: -13px;
	background: url("/common/img/com_ic09.png") no-repeat 0 0;
		background-size: auto;
	background-size: contain;
	content: "";
}


.inquiry-box .inquiry-tel-v1__text {
	display: block;
	margin: 15px 0 0;
	font-size: 1.2rem;
	text-align: center;
}
.inquiry-box .inquiry-tel-v1__note {
	margin: 0.5em 0 0 1em;
	padding-left: 0;
	text-indent: -1em;
	font-size: 1.2rem;
}


.btn {
	font-size: 1.6rem;
}
.operation_buttons p {
	margin: 0 10px;
}


table#tbl_voice_forms tr,
table#tbl_voice_forms th,
table#tbl_voice_forms td {
	display: block;
	width: auto;
}
table#tbl_voice_forms th {
	border: none;
	border-bottom: solid 1px #eae7e2;
}
table#tbl_voice_forms td {
	border: none;
	border-bottom: solid 1px #eae7e2;
}
table#tbl_voice_forms td dl#address_forms dt {
	margin: 0 0 0;
	padding: 0;
}
table#tbl_voice_forms td dl#address_forms dd {
	margin: 0 0 0.5em 0;
	padding: 0;
}
table#tbl_voice_forms td dl#member_coop_forms dt {
    margin: 0 0 0;
    padding: 0 0;
}
table#tbl_voice_forms td dl#member_coop_forms dd {
    margin: 0 0 0.5em 0;
    padding: 0;
}



/*------------------------------------------ visible hidden */

.visible-pc {
	display: none !important;
}
.visible-pc-inline {
	display: none !important;
}
.visible-sp {
	display: block !important;

}


/* 736px以上用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

body {
	font-size: 1.6rem;
}
.wrap {
	width: 100% !important;
	max-width: 1280px !important;
	padding: 40px;
}

/*------------------------------------------ header */

.Header .HeaderBody {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 5px 20px 40px;
}
.Header .HeaderBody .header-identity {
	padding-top: 12px;
}
.Header .HeaderBody .header-identity .identity_logo {
	width: 220px;
	height: 55px;
}


/*------------------------------------------ footer */

.Footer {
	position: relative;
	width: 100%;
	background: url("/common/img/foot_bg01.png") no-repeat 50% 0;
}
.Footer .FooterBody {
	max-width: 1200px;
	min-height: 100px;
	margin: 0 auto;
}
.Footer .FooterBody .footer-copyright {
	padding-top: 40px;
	text-align: center;
}
.Footer .FooterBody .footer-copyright small {
	color: #575757;
	font-size: 14px;
}
.Footer .FooterBody .Pagetop {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 10;
	width: 60px;
	height: 60px;
}
.Footer .FooterBody .Pagetop > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #e50012;
	border-radius: 30px;
	font-size: 0;
}
.Footer .FooterBody .Pagetop > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 15px;
	height: 15px;
	margin: -3px 0 0 -7px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*------------------------------------------ main */

h1 {
	font-size: 3.2rem;
}
h2 {
	font-size: 2.8rem;
}
.lead p:nth-child(1) {
	font-size: 2.0rem;
}
.inquiry-box {
	margin: 1em 0;
	padding: 30px;
	background-color: #fff;
}
.inquiry-box .inquiry-block {
	display: flex;
align-items: center;
justify-content: center;
}
.inquiry-box .inquiry-block dt {
	width: 14em;
	margin: 0;
}
.inquiry-box .inquiry-block__title {
	padding: 0 20px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
}
.inquiry-box .inquiry-block__number {
	padding: 0 20px;
}
.inquiry-box .inquiry-tel-v1__link {
	display: flex;
	position: relative;
	align-items: center;
	padding-left: 82px;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.1;
	pointer-events: none;
	color: #333;
	text-decoration: none;
}
.inquiry-box .inquiry-tel-v1__link::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 62px;
	height: 36px;
	margin-top: -18px;
	background: url("/common/img/com_ic09.png") no-repeat 0 0;
		background-size: auto;
	background-size: contain;
	content: "";
}
.inquiry-box .inquiry-tel-v1__text {
	margin: 0;
	padding-left: 82px;
	font-size: 1.4rem;
}


.inquiry-box .inquiry-tel-v1__note {
	margin: 0.5em 0 0 1em;
	padding-left: 0;
	text-indent: -1em;
	font-size: 1.2rem;
}

.btn {
	font-size: 1.8rem;
}




.operation_buttons p {
	flex: 0 0 30%;
	max-width: 30%;
	padding-left: 1em;
	padding-right: 1em;
}

.operation_buttons p:nth-child(1) a,
.operation_buttons p:nth-child(2) a {
	display: block;
}
.operation_buttons p a span {
	font-size: 1.8rem;
}

table#tbl_voice_forms th {
	width: 281px;
}
table#tbl_voice_forms td input.txt_name {
    width: 120px;
}
table#tbl_voice_forms td input.txt_zip_code {
    width: 50px;
}
table#tbl_voice_forms td input.txt_tel {
    width: 50px;
}
table#tbl_voice_forms td input#txt_member_no {
    width: 100px;
}
table#tbl_voice_forms td dl#address_forms dt {
	clear: both;
	float: left;
	width: 7em;
	margin: 0 -7em 0 0;
	padding: 0;
}
table#tbl_voice_forms td dl#address_forms dd {
	margin: 0 0 0.5em 7em;
	padding: 0;
}
table#tbl_voice_forms td dl#member_coop_forms dt {
    clear: both;
    float: left;
    width: 7em;
    margin: 0 -7em 0 0;
    padding: 0 0;
}
table#tbl_voice_forms td dl#member_coop_forms dd {
    margin: 0 0 0.5em 7em;
    padding: 0;
}










/*------------------------------------------ visible hidden */

.visible-sp {
	display: none !important;
}

.visible-pc {
	display: block !important;
}
.visible-pc-inline {
	display: inline !important;
}
.invisible-pc {
	display: none;
}




/* 737px以上用（PC用）の記述 end */
}


/*--------------------------------------------------------------------
 *	印刷用（PC表示）の記述
 *--------------------------------------------------------------------*/
@media print {
/* 印刷用（PC表示）の記述 */



/* 印刷用（PC表示）の記述 end */
}


/*------------------------------------------ clear */
body,
.wrap,
header,
footer {
	zoom: 100%;
}

body:after,
.wrap:after,
header:after,
footer:after {
	content: "";
	display: block;
	clear: both;
}