/*___________________ フォーム _____________________*/

.shousai4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: rgba(255,255,255,0.5);
	width: 830px;
	border-collapse:collapse;
	border-spacing:0;
	border:#cccccc solid 1px;
	margin:0 auto 40px;
}
.shousai4 th {
	background-color: #EEE;
    width: 186px;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    padding: 17px 22px;
    border: #cccccc solid 1px;
}
.shousai4 td{
	width:460px;
	text-align:left;
	vertical-align:top;
    border: #cccccc solid 1px;
	padding:17px 15px;
}

.require{
	font-weight: bold;
	color: #FF0000;
}
.inputTextLong{
    width: 500px;
    height: 55px;
    font-size: 25px;
	border: solid 3px #2787E6;
    padding: 0px 10px;
}
.inputTextLong2{
    width: 500px;
    height: 55px;
    font-size: 25px;
	border: solid 3px #2787E6;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.t_area{
    width: 500px;
    height: 200px;
    font-size: 25px;
	border: solid 3px #2787E6;
    padding: 0px 10px;
}
.btn{
	width: 739px;
	height: 210px;
	margin: 0px auto 20px;
	display: block;
}
.hissu{
    background-color: #aa0026;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.8em;
	color: #FFF;
    padding: 3px 7px;
    margin-left: 10px;
}
.manseki{
    font-weight: bold;
	color: #aa0026;
    margin-right: 5px;
}
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #BBB;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    left: 0px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
}
.checkbox01::after {
    border-right: 5px solid #D80052;
    border-bottom: 5px solid #D80052;
    content: '';
    display: block;
    width: 8px;
    height: 13px;
    left: 5px;
    margin-top: -11px;
    opacity: 0;
    position: absolute;
    top: 45%;
    transform: rotate(45deg);
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #BBB;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    left: 0px;
    margin-top: -12px;
    position: absolute;
    top: 10%;
}
.checkbox02::after {
    border-right: 5px solid #D80052;
    border-bottom: 5px solid #D80052;
    content: '';
    display: block;
    width: 8px;
    height: 13px;
    left: 5px;
    margin-top: -11px;
    opacity: 0;
    position: absolute;
    top: 9%;
    transform: rotate(45deg);
}
input[type=radio] {
    display: none;
}
.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio01::before {
    background: #fff;
    border: 1px solid #BBB;
    border-radius: 50%;
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    left: 0px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    
}
.radio01::after {
    background: #D80052;
    border-radius: 50%;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    left: 4px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    
}


/*input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;

}
input[type=checkbox]:checked + .checkbox01::after,
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}*/
.kome2{
    font-size: 18px;
	line-height: 28px;
    display: block;
}

/* ---------- SP用スタイル（画面幅768px以下） ---------- */
@media screen and (max-width: 768px) {
    table.shousai4{
	width: 840px;
	font-size: 27px;
	line-height: 42px;
	border-collapse:collapse;
	border:solid 2px #BBBBBB;
	margin:0 auto 30px;
    display: block;
}
table.shousai4 th{
	background-color: #EEEEEE;
	width: 816px;
	text-align: center;
	border-bottom:solid 1px #BBBBBB;
	padding:30px 10px;
    display: block;
}
table.shousai4 td{
    width: 796px;
	border-bottom:solid 1px #BBBBBB;
	padding:30px 20px;
    display: block;
}
table.shousai4 a{
	color: #1B98AE;
}

.require{
	font-weight: bold;
	color: #FF0000;
}
.inputTextLong{
    width: 720px;
    height: 55px;
    font-size: 30px;
	border: solid 3px #2787E6;
    padding: 0px 10px;
    margin: 0px auto 0px;
	display: block;
}
.inputTextLong2{
    width: 720px;
    height: 55px;
    font-size: 30px;
	border: solid 3px #2787E6;
    padding: 0px 10px;
    margin: 0px auto 0px;
	display: block;
}
.t_area{
    width: 720px;
    height: 200px;
    font-size: 30px;
	border: solid 3px #2787E6;
    padding: 0px 10px;
    margin: 0px auto 0px;
	display: block;
}
.btn{
	width: 739px;
	height: 210px;
	margin: 0px auto 20px;
	display: block;
}

input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px 5px 50px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #AAA;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    
    margin-top: -18px;
    position: absolute;
    top: 45%;
    left: 0px; 
}
.checkbox01::after {
    border-right: 7px solid #D80052;
    border-bottom: 7px solid #D80052;
    content: '';
    display: block;
    width: 12px;
    height: 18px;
    left: 5px;
    margin-top: -15px;
    opacity: 0;
    position: absolute;
    top: 45%;
    transform: rotate(45deg);
}

.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px 5px 50px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #AAA;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    
    margin-top: -18px;
    position: absolute;
    top: 10%;
    left: 0px; 
}
.checkbox02::after {
    border-right: 7px solid #D80052;
    border-bottom: 7px solid #D80052;
    content: '';
    display: block;
    width: 12px;
    height: 18px;
    left: 5px;
    margin-top: -15px;
    opacity: 0;
    position: absolute;
    top: 10%;
    transform: rotate(45deg);
}

input[type=radio] {
    display: none;
}
.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px 5px 50px;
    position: relative;
    width: auto;
}
.radio01::before {
    background: #fff;
    border: 1px solid #AAA;
    border-radius: 50%;
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    left: -0px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    
}
.radio01::after {
    background: #D80052;
    border-radius: 50%;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    left: 6px;
    margin-top: -15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    
}



/*input[type=checkbox]:checked + .checkbox01::after,
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}*/
.kome2{
    font-size: 23px;
	line-height: 28px;
    margin-top: -10px;
    display: block;
}

}


input[type=checkbox]:checked + .checkbox01::after,
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}

input[type=radio]:checked + .radio01::after {
    opacity: 1;
}