@charset "utf-8";


.sub_top_img {
	background-image: url(../../common/img/pic_main_denpyo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 28.5%;	/*画像縦横比を保つための値*/
	position: relative;	/*画像上テキストの位置指定用*/
}

.content .pb30 {
	margin-left:40px;
	padding-bottom: 20px;
	width:694px;
	height:auto;
}

.content .denpyo_txt{
	font-size:80%;
}

.content .back_btn a {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: 5px solid #0085B2;
    text-decoration: none;
    display: block;
    width: 20%;
    background-color: #0085B2;
    line-height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 40px;
}
.content .back_btn a:hover {
	color: #0085B2;
	background-color: #FFF;
	border-top-color: #0085B2;
	border-right-color: #0085B2;
	border-bottom-color: #0085B2;
	border-left-color: #0085B2;
}


.content .errorRead{
	margin-bottom:0;
	color: red;
    font-weight: bold;
}

.content .input_error{
	margin-bottom:0;
	margin-top:10px;
	font-weight:bold;
	padding-left:1em;
	text-indent:-1em;
}

.content table.contact {
	width: 70%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 820px;
	text-align: left;
}
.content table th,
.content table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-left-color: #BBB;
}
.content table th {
	/*white-space: nowrap;*/
	letter-spacing: 1px;
	background-color: #F6F6F6;
	color: #006384;
	text-align:left;
}

.content .asterisk::after{
	content:"※";
	color:red;
	padding-left:0.5em;
}

.content table td {
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
	width: 70%;
}

.content .fmselect{
	font-size:16px;
}

.content .inputTxtS{
	width:60%;
	font-size:16px;
	padding: 4px 6px;
	font-family: inherit;
}

.content .inputTxt{
	width:90%;
	font-size:16px;
	padding: 4px 6px;
	font-family: inherit;
}

.content .inputZip{
	width:10%;
	font-size:16px;
	padding: 4px 6px;
	font-family: inherit;
}

.content .contact textarea{
	width:80%;
	font-size:16px;
	line-height:150%;
	height:10em;
	padding:0.5em;
	font-family: inherit;
}

.content .indent {
	margin-left: 40px;
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-left: 1em;
    text-indent: -1em;
}

.content .required{
	color:red;
	font-weight:bold;
}

.content .caution{
	padding: 0 10px;
	margin: 0 30px;
}

.content .agreement {
	width: 100px;
	text-align: left;
	overflow: hidden;
	margin: 30px auto 30px;
}

input[type="checkbox"], input[type="radio"] {
    border: none;
    top: 0;
    top: 0\9;
    margin-right: 3px;
    margin-right: 0\9;
}

.content .checkBt {
	/*display:block;*/
	font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border: 5px solid #0085b2;
    text-decoration: none;
    width: 200px;
    background-color: #0085b2;
    margin-right: auto;
    margin-left: auto;
    line-height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    max-width: 500px;
}
.content .checkBt:hover {
	color:#0085b2;
	background:#ffffff;
	cursor: pointer;
}


/* 確認画面 */
.content .table_01{
	width: 70%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    max-width: 820px;
    text-align: left;
}

.content .submitBlock{
	width:45%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:100px;
}

.content .checkBt_ch a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: 5px solid #666666;
	text-decoration: none;
	width: 200px;
	background-color:#666666;
	line-height: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
	float:left;
}

.content .checkBt_ch a:hover {
	color:#666666;
	background:#ffffff;
}

.content .checkBt_sub{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color:  #FFFFFF;
	text-align: center;
	border: 5px solid #0085b2;
	text-decoration: none;
	width: 200px;
	background-color: #0085b2;
	line-height: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
	float:right;
}

.content .checkBt_sub:hover {
	color:#0085b2;
	background:#ffffff;
}
  
.checkboxBlock {
	margin: 0 10px 0 40px;
	text-align: left;
	overflow: hidden;
}


.accordion-container {
  position: relative;
  width: 100%;
  /*border: 1px solid #0079c1;
  border-top: none;
  outline: 0;
  cursor: pointer*/
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  /*margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #000;*/
  cursor: pointer;
}

/*.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #00aaa7;
  color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}*/

.accordion-title{
  position: relative;
}

.accordion-title:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	padding-right: 8px;
	font-weight: 900;
	padding-left: 0.5em;
}

.accordion-title.open:after {
  	content: "\f077";
	font-family: "Font Awesome 5 Free";
	padding-right: 8px;
	font-weight: 900;
	padding-left: 0.5em;
}

.accordion-content {
  display: none;
  /*padding-left: 2.3125em;*/
}



.need_02 input {
    text-align: right;
    padding: 15px 20px;
    width: 62px;
    float: left;
    background: #e0e0e1;
    border: 0;
	font-size: 153%;
	border-radius: 5px;
}

.sent{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.content .checkBt_sub {
	/*display:block;*/
	font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border: 5px solid #0085b2;
    text-decoration: none;
    width: 200px;
    background-color: #0085b2;
    margin-right: auto;
    margin-left: auto;
    line-height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
	max-width: 500px;
	margin: 10px;
}
.content .checkBt_sub:hover {
	color:#0085b2;
	background:#ffffff;
}

.content .checkBt_ch {
	/*display:block;*/
	font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border: 5px solid #bfbfbf;
    text-decoration: none;
    width: 200px;
    background-color: #bfbfbf;
    margin-right: auto;
    margin-left: auto;
    line-height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
	max-width: 500px;
	margin: 10px;
}
.content .checkBt_ch:hover {
	color:#bfbfbf;
	background:#ffffff;
	cursor: pointer;
}

.sendSameNo{
	display: none;
}


@media screen and (min-width:1200px){



}
/*(/1200～)*/


@media screen and (max-width:960px){
	.content table.contact { 	
		width:90%; 	
	}
	.content .table_01{ 	
		width:90%; 
	}
	.content .submitBlock { 
		width: 65%; 
	}
	.content table td {
		width: auto;
	}

}
/*(/～960)*/


@media screen and (max-width:780px){

	.content .pb30 {
		margin-left:auto;
		margin-right:auto;
	}

}
/*(/～780)*/

@media screen and (max-width:736px){

	
	.content table th,
	.content table td {
		display:block;
		border-bottom-width: 0;
	}
	.content .col_last{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #BBB;	
	}
}

/*(～736)*/

@media screen and (max-width:760px){
	.content .pb30{
		width:90%;
	}
}

@media screen and (min-width:641px){


}

/*(641～)*/


@media screen and (max-width:640px){
	
	.content .accept{
		font-size:30px;
	}

	.content .back_btn a {
		width:50%;
		margin:0 auto;
	}

}

/*(/～640)*/


@media screen and (max-width:460px){

	.content .accept{
		font-size:22px;
	}

	.content .indent {
		margin-left: 10px;
		margin-right:10px;
	}
	.content .inputTxtS {
		width: 90%;
	}

	.content .inputZip {
		width: 20%;
	}

	.content .contact textarea {
		width: 90%;
	}

	.content .sub_button {
		width:70%;
	}
	.content .checkBt_ch a{
		width:100px;
	}
	.content .checkBt_sub{
		width:100px;
	}

}

/*(/～460)*/



