@charset "utf-8";

.formwrap{
    text-align: left;
}


.attbox dl {
    border: 2px solid #e40113;
    padding: 20px 10px;
    text-align: center;
    margin: 0 0 20px 0;
}
.attbox dt{
    display: block;
    margin: -35px auto 10px auto;
    border-radius: 99px;
    width: 40%;
    background: #e40113;
    font-size: 120%;
    color: #fff;
}
.attbox dt:before{
content: "";
height: 17px;
width: 17px;
display: inline-block;
background: url("../img/form/att01.png") no-repeat left center;
    background-size: auto;
background-size: cover;
margin: 0 7px 0 0;
}

.attbox dd{
    text-align: left;
    display: inline-block;
    font-size: 110%;
}

.formwrap h6{
    text-align: center;
    font-size: 110%;
    border-bottom: 2px solid #000;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

.red {
    color: red;
}

 .btnjoint img{
     max-height: 45px;
     margin: 0 0 20px 0;
 }
 
 .frametitle {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin: 0 0 10px 0;
 } 
 .frametitle .f_right img{
    max-height: 24px; 
 }

.frame{
    padding: 0 0 20px 0;
}



.con03{
    max-width: 900px;
    margin: 0 auto;
}



/**フォームのテーブル部分**/
input, select, textarea {
    padding: 5px 10px;
    border: 1px solid #000;
    margin: 2px;
}
input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
input{
	vertical-align: middle;
}
input[type=checkbox],
input[type=radio]{
  vertical-align: top;
    margin: 6px 4px 0 0;
}



.tables table{
    border: none;
    margin: 0 0 30px 0;
    border-collapse: separate;
    border-spacing:4px;
}
.tables td{
    padding: 10px;
    clear: both;
}

.tables .table02{
    width: 100%;
    
}
.tables .table02 td,
.tables .table02 th{
    padding: 5px;
}
.tables .table02 th{
    background: #e6e6e6;
    font-weight: 400;
}

.koumoku{
    background: #e6e6e6;
    width: 45%;
}

.attbox02{
    border: 2px solid #e40113;
    text-align: center;
    margin: 0 0 20px 0;
}
.attbox02 dt{
    background: #fdede4;
    padding: 10px;
    color: #e40113;
}
.attbox02 dd{
    text-align: left;
    display: inline-block;
    padding: 10px;
}
.attbox03{
    background: #fdede4;
    padding: 10px;
    color: #e40113;
    margin: 0 0 20px 0;
    text-align: center;
}

.douibox{
    text-align: center;
    padding: 0 0 20px 0;
}
.douibox dt{
    border-top: 1px solid #000;
    padding: 20px 0 40px 0;
}
.formbtn01{
    font-size: 120%;
    padding: 5px 30px;
    color: #fff;
    background: #4d4d4d;
    border: none;
}
.hissu{
    padding: 1px 5px;
font-size: 0.75rem;
color: #fff;
background-color: #e50012;
display: inline-block;
float: right;
}

.iconpdf{
max-height: 30px;
}


.fclrbox div:nth-child(1){
    color: #0070c0;
}
.fclrbox div:nth-child(2){
    color: #c00000;
}
.fclrbox input[type="radio"]{
    margin-top: 10px;
}
.filesizeTxt {
	display: inline-block;
	border: 2px solid red;
	padding: 5px 10px;
	margin-bottom: 15px;
	color: #000;
	position: relative;
	font-size: 90%;
}
.filesizeTxt::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 11px 0 11px;
	border-color: red transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 99.9%;
	margin: auto;
	z-index: 5;
}

/*deleteForm
-------------------------------------------------*/
.formWrap {
}
.formBox dt,.formBox dd {
	width: 30%;
	padding: 30px 15px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.formBox dt::before {
	content: "任意";
	color: #fff;
	font-size: 85%;
	padding: 5px 10px;
	display: inline-block;
	background: #999999;
	line-height: 1;
	margin-right: 15px;
}
.formBox dt.req::before {
	content: "必須";
	background:#e50012
}
.formBox dt:last-of-type,.formBox dd:last-of-type {
/*	border-bottom: none;*/
}
.formBox dt {
	font-weight: 600;
}
.formBox dd {
	width: 70%;
	padding-left: 0;
}
.formBox dd .note {
	display: block;
	margin-top: 5px;
	color: red
}
.formName > div {
	width: 40%;
}
.formName > div:first-of-type {
	margin-right: 10px;
}
.form-address p {
	text-align: left;
	padding: 5px 0;
}
.formBox input[type="text"],.formBox input[type="tel"],.formBox input[type="email"],.formBox select,.formBox textarea {
	width: 100%;
	padding: .575em;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.formBox input[type="text"].size-s {
	max-width: 210px;
}
.formBox label {
}
.formBox select {
	width: auto;
	background: #fff;
	color: #000
}
.formBox option:first-of-type {
	background: #b3b3b3;
	color: #fff;
}
.formBox textarea {
	height: 190px;
}

.formBtn {
	margin-top: 30px;
}
.formBtn input[type="submit"],.formBtn input[type="button"],.formBtn button.button._grey {
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	color: #fff;
	font-size: 115%;
	font-weight: 600;
	letter-spacing: .075em;
	text-indent: .075em;
	background: #000000;
	min-width: 17rem;
	display: block;
	border: none;
	padding: 15px 20px;
	margin: 10px;
	transition: .2s;
	cursor: pointer;
}
.formBtn input[type="submit"]._green {
	background: #00b4a0;
}
.formBtn input[type="submit"].btn_back,
.formBtn button.button._grey {
	background: #ddd;
	color: #333;
}
.formBtn input[type="submit"]:hover,.formBtn input[type="button"]:hover,.formBtn button.button._grey:hover {
	opacity: .7;
}
.formBtn input[disabled] {
	opacity: .2;
	pointer-events: none;
}
.thxBox {
	padding: 20px;
	border: 1px solid #000
}



/*ieハック*/
@media all and (-ms-high-contrast: none) {
}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

.attbox dt{

    width: 80%;
    
}


.frametitle{
    display: block;
}
.frametitle .f_right{
    text-align: right;
}


.tables td{
    display: block;
    width: auto;
}
.tables td:after{
    content: "";
    clear: both;
    display: block;
}

.tables .table02 td,
.tables .table02 th{
    display: table-cell;
    font-size: 80%;
}
	
	
	/*deleteForm
	-----------------------------------------------------*/
	.formBox dt,.formBox dd  {
		width: 100%;
		padding: 10px 0 0;
	}
	.formBox dt {
		padding-bottom: 0;
		border-bottom: none;
	}
	.formBox dt::before {
		vertical-align: .2em;
		margin-right: 10px;
	}
	.formBox dd {
		padding-bottom: 2rem;
		margin-bottom: 1rem;
	}
	.formName > div {
    width: 50%;
		padding-right: 1rem;
	}
	.zipBtn {
		font-size: 1.2rem;
		padding: 7px;
		margin-left: 2px;
	}
	.contArea {
		padding: 4rem 5%;
	}
	.formBox input[type="text"].size-s {
		max-width: 12rem;
	}
	.formBox label {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.formName > div:first-of-type {
    margin-right: 0;
	}
	.formBtn {
		margin-top: 10px;
	}
	#deleteForm .attbox .txt {
		text-align: left;
	}
	.thxBox {
		text-align: left;
	}
}















