@charset "UTF-8";

*, *:before, *:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding:0;
}

html {
    color: #464646;
    font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    line-height: 1.6;
    line-break: strict;
    box-sizing: border-box;
}

body {
    font-size: 16px;
}

.error {
	color: red;
    list-style: none;
    font-weight: bold;
    margin: 5px 0 10px;
}
.error_left .error {
	text-align: left;
}
label {
	margin-right: 10px;
}

div#content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    padding: 0 10px;
	position: relative;
}

div#systemMsg {
	text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
	word-break: break-all;
}

table#form {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
    border-collapse: collapse;
    width: 100%;
}

#form th {
	display: block;
	width: 100%;
	text-align: left;
	padding: 20px 2.25em 0;
}

#form td {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0 2.25em 15px;
}

table.confirmation{
	border-top: 1px solid #ddd;
	margin-top: 40px;
}
.confirmation tr {
	border-bottom: 1px solid #ddd;
}

strong.required {
	color: red;
	font-size: x-small;
}

p#info {
	text-align: left;
	margin-bottom: 0;
}

div#formButton {
	margin-bottom: 50px;
}
.kakunin div#formButton {
    margin-bottom: 70px;
    margin-top: 60px;
}
div.content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
    padding: 10px 0;
}
.title_wrap {
    text-align: center;
    border-bottom: 1px solid #f08300;
    margin-bottom: 50px;
    padding-bottom: 4px;
}
.title_wrap h1 {
    font-size: 30px;
    border-bottom: 3px solid #f08300;
}
/*input*/
input[type='text'], input[type='password'], input[type='email'], input[type='button'], input[type='submit'], input[type='checkbox'], select, input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

select::-ms-expand {
    display: none;
}
input[type="checkbox"], input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
input[type="text"], select, textarea, input[type='password'], input[type='email'] {
    background-color: #fff;
    outline: none;
    border: 1px solid #ccc;
    padding: 12px 20px 10px 15px;
    border-radius: 2px;
    margin: 10px 0 10px;
    width: 100%;
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
	border-radius: 5px;
}
select {
    width: auto;
    padding-right: 25px;
}
textarea {
    resize: none;
    width: 100%;
}
textarea:focus, select:focus, input[type='text']:focus, input[type='password']:focus, input[type='email']:focus {
    outline: 0;
    border-color: #f08300;
}
.select_wrap {
    position: relative;
}
.select_wrap::after {
    content: "";
    position: absolute;
    border-top: 8px solid #555555;
    border-right: 4px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 4px solid transparent;
    top: 8px;
    right: 10px;
    pointer-events: none;
    z-index: 999;
}

input[type="radio"] + label {
    position: relative;
    padding: 6px 15px 6px 30px;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}
input[type="radio"] + label::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #a4a9a9;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #fff;
}
input[type="radio"] + label:hover::before {
    border-color: #f08300;
    transition: border-color .5s;
}
input[type="radio"] + label::after {
    content: "";
    height: 14px;
    width: 14px;
    z-index: 999999999;
    position: absolute;
    top: 9px;
    left: 5px;
    border-radius: 50%;
    background-color: #fff;
}
input[type="radio"]:checked + label::after {
    transition: background-color .5s;
    background-color: #f08300;
}


input[type="checkbox"] + label {
    position: relative;
    padding: 6px 15px 6px 30px;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}
input[type="checkbox"] + label::before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #a4a9a9;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #fff;
}
input[type="checkbox"] + label:hover::before {
    border-color: #f08300;
    transition: border-color .5s;
}
input[type="checkbox"] + label::after {
    content: "";
    height: 14px;
    width: 9px;
    z-index: 999999999;
    position: absolute;
    top: 7px;
    left: 7px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .5s;
}
input[type="checkbox"]:checked + label::after {
    border-bottom: 3px solid #f08300;
    border-right: 3px solid #f08300;
}

input[type="checkbox"]:disabled + label {
	cursor: default;
	color: #ccc;
}
input[type="checkbox"]:disabled + label::before {
	background-color: #ccc;
	border: 1px solid #ccc;
	transition: all .5s;
}
input[type="checkbox"]:disabled + label::after {
	border-color: transparent;
	transition: all .5s;
}
input#agreement + label {
	margin-right: 0;
}
.zip_wrap input[type="text"] {
    width: auto;
}

.zip_wrap input:nth-child(2) {
    /*margin-right: 5px;*/
}

.zip_wrap input[type="button"] {
    margin-left: 5px;
}

.tel_wrap input[type="text"] {
    width: auto;
	max-width: 30%;
}

.tel_wrap input:nth-child(-n+2) {
    /*margin-right: 5px;*/
}

.day_wrap select {
    width: auto;
}
.day_wrap .select_wrap {
    margin-right: 5px;
}
.name_wrap input[type="text"] {
    max-width: calc(100% - 2em);
    width: auto;
    margin-top: 0;
}
.name_wrap input[type="text"]:nth-of-type(1) {
    margin-right: 2em;
}
.name_wrap p {
    display: block;
}
.name_wrap span {
    display: inline-block;
    max-width: calc(50% - 3px );
}

.name_wrap ul {
    padding-left: 22px;
}

input[type="submit"] {
    width: 80%;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    margin: 55px auto 30px;
    font-size: 24px;
    outline: 0;
    font-family: inherit;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f08300;
    color: white;
    border-radius: 5px;
    border: 1px solid #f08300;
    transition: background-color .2s;
	max-width: 600px;
}
input[type="submit"]:hover {
    background-color: white;
    color: #f08300;
}

input[type="button"] {
    width: 80%;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    margin: 55px auto 30px;
    font-size: 24px;
    outline: 0;
    font-family: inherit;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f08300;
    color: white;
    border-radius: 5px;
    border: 1px solid #f08300;
    transition: background-color .2s;
	max-width: 600px;
}
input[type="button"]:hover {
    background-color: white;
    color: #f08300;
}

input#__back {
    background-color: #fff;
    border-color: #464646;
    width: 40%;
    margin: 55px 10px;
	color: #464646;
}
input#__back:hover {
	background-color: #464646;
	color: #fff;
}
input#__commit {
    width: 40%;
    margin: 55px 10px;
}
.zip_wrap input[type='button'] {
    font-family: inherit;
    font-weight: bold;
    padding: 12px 10px 12px;
    text-align: center;
    cursor: pointer;
	height: 46px;
	margin: 11px 0 11px 5px;
	font-size: 12px;
	vertical-align: top;
	width: 25%;
}
input[type='button']:hover {
    background-color: white;
    color: #f08300;
}
span.required {
    position: relative;
}

th.required span {
    position: relative;
    padding-left: 45px;
    display: block;
}
.required::before {
    content: "必須";
    position: relative;
    background-color: #f08300;
    font-size: 12px;
    padding: 1px 4px;
    color: #fff;
    top: -2px;
    margin-right: 10px;
    border-radius: 1px;
    border: 1px solid #f08300;
    font-weight: bold;
    width: calc(2em + 14px);
}
.optional::before {
    content: "任意";
    position: relative;
    background-color: #fff;
    font-size: 12px;
    padding: 1px 4px;
    color: #f08300;
    top: -2px;
    margin-right: 10px;
    border-radius: 1px;
    border: 1px solid #f08300;
    font-weight: bold;
    width: calc(2em + 14px);
}
span.optional {
    position: relative;
}
th.optional span {
    position: relative;
    padding-left: 45px;
    display: block;
}
th.optional span::before {
    content: "任意";
    position: absolute;
    background-color: #fff;
    font-size: 12px;
    padding: 6px;
    color: red;
    top: -3px;
    left: 0;
    margin-right: 5px;
    border-radius: 2px;
    border: 1px solid red;
}
.kiyaku_wrap {
    margin: 60px 0 30px;
    border: 1px solid #ccc;
}
.kiyaku {
    padding: 20px 15px;
    background-color: #ffffff;
    text-align: left;
    height: 200px;
    overflow: auto;
}
.kiyaku_title {
	padding: 5px 0 5px 2em;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 10px 0.5em;
	text-indent: -2em;
}
.kiyaku_title:first-of-type {
	margin-top: 15px;
}
.kiyaku_title div {
    display: inline;
}
.kiyaku h3 {
	font-size: 1.3em;
	padding-left: 10px;
}
.kiyaku > ul {
	margin: 0 10px;
}
.kiyaku li {
	list-style: none;
}
.kiyaku > ul > li div {
	display: inline;
}
.kiyaku > ul > li {
	text-indent: -3.3em;
	padding-left: 3.2em;
	margin-bottom: 0.5em;
}
.kiyaku_title:nth-of-type(1) + ul > li:last-child {
    padding-left: 1em;
    text-indent: -1.35em;
}
.kiyaku_title:nth-of-type(7) + ul > li li {
	padding-left: 1.35em;
	text-indent: -1.325em;
}
.kiyaku_title:nth-of-type(8) + ul > li:first-child > div:first-child {
    padding-right: 5px;
}
.kiyaku > ul:nth-of-type(n+10) > li {
	text-indent: -4.3em;
	padding-left: 4.2em;
}
.kiyaku > ul > li li {
	padding-left: 1.7em;
	text-indent: -1.7em;
}
.pc_block {
    display: block;
}
.sp_block {
    display: none;
}
.copyright {
    font-size: 11px;
    padding: 0 10px;
	font-family: inherit!important;
	display: block;
}
a {
    color: #464646;
	text-decoration: underline;
}
a:hover {
    color: #f08300;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
#content.my_page {
    text-align: left;
}
.my_page h2 {
    border-left: 4px solid #f08300;
    line-height: 18px;
    padding: 2px 0;
    padding-left: 8px;
    font-size: 20px;
}
.my_page .h2_wrap {
    margin-bottom: 15px;
}
header {
	box-shadow: 0 1px 8px -2px rgba(0,0,0,.83);
	border-top: solid 4px #f08300;
	margin-bottom: 60px;
	position: relative;
}
header .content {
	padding: 6px 0 10px;
}
.logo_wrap {
    /*margin: 0.5em 8.05em 0.5em 0.55em;
    font-size: calc((20 / 640) * 100vw);
    padding-top: 1%;*/
	padding: 0 10px;
}
.logo_wrap img {
    /*width: 2.3em;
    margin-bottom: 15px;
    max-width: 97px;
    display: block;
    min-width: 70px;*/
	width: 140px;
	display: block;
	/*margin: 10px 0 40px;*/
}
input[type="submit"].my_page_btn,.my_page_btn,.link_btn,.cp_btn, #__researve, #__change, #__taikai {
    width: 230px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    outline: 0;
    font-weight: bold;
    background-color: #f08300;
    color: white;
    border: 1px solid #f08300;
    transition: background-color .3s;
    display: block;
    text-decoration: none;
    margin: 10px 0 0;
    line-height: 25px;
	border-radius: 5px;
}
.link_btn {
    width: 80%;
    line-height: normal;
    font-size: 24px;
    margin: 100px auto 0;
}
input[type="submit"].my_page_btn:hover, .my_page_btn:hover,.link_btn:hover,.cp_btn:hover #__researve:hover, #__change:hover, #__taikai:hover {
    background-color: white;
    color: #f08300;
}
.my_page_wrap div:nth-of-type(2) {
    padding-left: 10px;
}
.my_page_wrap {
    margin-bottom: 70px;
}
.my_page_wrap:last-child {
    margin-bottom: 45px;
}
div#code39_div div:nth-last-of-type(2) {
    height: 3px!important;
}
div#code39_div {
    margin: 15px 0 0;
    transform: scale(1.6,1.6);
    margin-top: 40px;
    margin-left: 40px;
}
.my_page_bg {
    background-color: #efefef;
    padding: 40px 0;
}
.my_page_bg div#content {
    background-color: white;
    padding: 30px 80px;
}
.my_page_bg .title_wrap {
    margin-bottom: 20px;
}
.my_page_bg #systemMsg {
    margin-bottom: 3em;
}
.input_1_wrap input {
    width: auto;
}
#form.table_2 {
	border-top: none;
}
#form.table_2 tr {
    border-bottom: none;
}
#form.table_2 th {
    width: 30%;
}
.table_2 + div#formButton input {
    width: 80%;
    margin: 55px auto 30px;
	max-width: 600px;
}
.font_1 {
    font-size: 0.9em;
    font-weight: bold;
}
.font_2 {
    font-size: 0.9em;
	margin-top: 10px;
}
.input_mb0_wrap input {
    margin-bottom: 0;
}
.kome {
    position: relative;
    padding-left: 1em;
}
.kome::before {
    position: absolute;
    left: 0;
    content: "※";
}
.kuromaru_li_wrap > li {
    position: relative;
    padding-left: 1em;
}
.kuromaru_li_wrap > li::before {
    position: absolute;
    left: 0;
    content: "●";
    width: 1em;
    text-align: center;
}
.text_wrap {
    background-color: #f7ecf0;
    width: 100%;
    max-width: 490px;
    padding: 1em;
    margin: 5px 0 20px;
}
.text_wrap2 {
    display: flex;
    padding-left: 1em;
}
.kiyaku li.dot {
    list-style: none;
    position: relative;
    padding-left: 1em;
}
.kiyaku li.dot:before {
    content: "・";
    position: absolute;
    left: 0;
    width: 1em;
    text-align: center;
}
.mlmg_text {
	margin-top: 6px;
	margin-bottom: 10px;
}

.mt_pc6_sp0 {
    margin-top: 6px;
}

.p_title {
	border-left: 3px solid #f08300;
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.fname_content {
	padding: 30px 20px;
	margin-bottom: 50px;
}
.cp_btn {
	margin: 30px auto 0;
	max-width: 100%;
	width: 370px;
	padding: 20px 0;
	font-size: 18px;
}
.banner_wrap {
	margin-bottom: 30px;
}
.banner_wrap img {
    max-width: 100%;
}
.text_1 {
	display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 50px);
}
.file_wrap {
	margin-bottom: 30px;
}
.file_wrap:first-child {
    margin-top: 20px;
}
.file_wrap:last-child {
    margin-bottom: 20px;
}
.file_p_wrap {
    margin-bottom: 10px;
}
.file_box br {
    display: none;
}
.file_box {
    margin-bottom: 30px;
}
.file_wrap:last-child .file_box {
    margin-bottom: 0;
}
/*
.file_p_wrap p {
    position: relative;
    padding-left: 10px;
}
.file_p_wrap p:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 1em;
    background-color: #f08300;
    left: 0;
    top: 3px;
}
*/
/* Chromeだけ.file_p_wrap p:beforeの位置調整 */
/*
_::content, _:future, .file_p_wrap p:not(*:root):before {
	top: 2px;
}
*/
.file_wrap .required,.file_wrap .optional {
	position: absolute;
	width: 3em;
}
.file_wrap .required::before,.file_wrap .optional::before {
	left: 0;
	top: 0;
}
.file_box {
	padding-left: 50px;
}
span.subtext {
	display: block;
	margin-top: 10px;
	font-size: 0.9em;
}
.camp_kiyaku_inner .kiyaku_list {
    display: flex;
}
.camp_kiyaku_inner .kiyaku_list > div:first-child {
    white-space: nowrap;
    margin-right: 0.5em;
}
.camp_kiyaku_inner .kiyaku_list > div:last-child {
    width: 100%;
}
.camp_kiyaku_inner .kiyaku_list_2 > div > div {
    display: inline-block;
}
.camp_kiyaku_inner .kiyaku_list_2 > div > div:first-child {
    vertical-align: top;
}
.camp_kiyaku_inner .kiyaku_list_2 > div > div:last-child {
    width: calc(100% - 2.5em);
}
@media screen and (max-width: 736px) {
    .pc_block {
        display: none;
    }
    .sp_block {
        display: block;
    }
	.sp_none {
        display: none;
    }
    #form th {
        padding: 15px 10px 0;
    }
    #form td {
        padding: 5px 10px 25px;
    }
	
    input[type="text"], select, textarea, input[type='password'], input[type='email'] {
        width: 100%;
        font-size: 16px;
    }
    select {
        width: auto;
    }
	.select_wrap::after {
		top: 6px;
	}
	input[type="radio"] + label::before {
		top: 5px;
	}
	input[type="radio"] + label::after {
		top: 10px;
	}
	input[type="checkbox"] + label::before {
		top: 5px;
	}
	input[type="checkbox"] + label::after {
		top: 8px;
	}
	input#agreement + label {
		text-align: left;
	}
    div#content {
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }

    .tel_wrap input[type="text"], .zip_wrap input[type="text"]  {
        width: auto;
        max-width: 25%;
    }
	.zip_wrap input[type='button'] {
	    padding: 10px 10px 10px;
		margin: 10px 0 10px 5px;
		height: 44px;
		width: 30%;
	}
    .kiyaku_wrap {
        margin-top: 30px;
		border: 1px solid #ccc;
    }
    input#__back, input#__commit {
        width: 80%;
        margin: 0;
        margin-bottom: 10px;
    }
	input#__send,input#__back, input#__commit {
		font-size: 20px;
	}
	.title_wrap {
		margin-bottom: 30px;
	}
    .title_wrap h1 {
        padding-bottom: 3px;
        margin-top: 5px;
        font-size: 20px;
    }
    .name_wrap input[type="text"]:nth-of-type(1) {
        margin-right: 10px;
    }
    .name_wrap input[type="text"] {
        max-width: 140px;
        width: auto;
        margin-top: 0;
    }
    .name_wrap span {
        display: inline-block;
        max-width: 50%;
    }
	header {
		margin-bottom: 35px;
	}
	.logo_wrap {
	    padding: 0px 11px;
	}
    .logo_wrap img {
		margin: 0;
		width: 100%;
		max-width: 140px;
    }
    .my_page h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .my_page .h2_wrap {
        margin-bottom: 12px;
    }
    input[type="submit"].my_page_btn,.my_page_btn {
        font-size: 16px;
        width: 220px;
        padding: 13px 0;
    }
    .my_page_bg div#content {
        padding: 20px 25px;
    }
    .my_page_bg {
        padding: 20px 0 30px;
    }
    p {
        font-size: 15px;
    }
    input[type="submit"].my_page_btn:hover,input[type="submit"]:hover,.zip_wrap input[type='button']:hover,.my_page_btn:hover,.link_btn:hover {
        background-color: #f08300;
        color: white;
    }
    input#__back:hover {
        background-color: #464646;
        color: #fff;
    }
    .input_1_wrap input {
        width: 120px!important;
    }
    input[type="submit"],.link_btn {
        width: 80%;
    }
    .table_2 + div#formButton input {
        width: 80%;
        margin-top: 10px;
    }
    #form.table_2 th {
        width: 100%;
    }
    .text_wrap {
        max-width: none;
    }
    .text_wrap2 {
        display: block;
        margin-top: 10px;
    }
    .mlmg_text {
        margin-top: 0;
    }
    .link_btn {
        font-size: 120%;
    }
	.fname_content {
		text-align: left;
	}
	/*
	.file_p_wrap p:before {
		top: 4px!important;
	}
	*/
	.file_box {
		font-size: 15px;
	}
	span.subtext {
		margin-top: 0;
	}
	.kiyaku {
		padding: 20px 5px 20px 10px;
	}
	.kiyaku_title:first-of-type {
		margin-top: 10px;
	}
	.kiyaku_title {
		margin: 1em 10px 10px;
		padding: 3px 0 3px 2em;
	}
	.kiyaku_title,
	.kiyaku > ul > li,
	.kiyaku_title:nth-of-type(1) + ul > li:last-child,
	.kiyaku_title:nth-of-type(7) + ul > li li,
	.kiyaku > ul:nth-of-type(n+10) > li,
	.kiyaku > ul > li li {
		padding-left: 0;
		text-indent: 0;
		display: flex;
	}
	.kiyaku_title > div:first-child,
	.kiyaku > ul > li div:first-child {
		white-space: nowrap;
		padding-right: 0.5em;
	}
	.camp #form th {
		padding: 15px 10px;
	}
	.file_wrap:first-child {
		margin-top: 10px;
	}
}

/* 2022年追加 */
div.content {
    max-width: 1200px;
}

.pagetop_wrap .content {
    padding: 60px 0 0;
    position: relative;
}

img.pagetop {
    display: none;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 5px 5px 0 0;
    opacity: 0.6;
    cursor: pointer;
}

img.pagetop:hover {
    opacity: 0.5;
}

footer .content {
    padding: 20px 0;
}

.banner_area {
    background-color: #efefef;
    padding: 10px 0 0;
    text-align: center;
}


.banner_area .content {
    padding: 10px 0;
}
.banner_area ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.banner_area li {
    list-style: none;
    margin: 0 10px 10px;
    max-width: calc((100% / 4) - 20px);
    flex: 1 1 280px;
}

.banner_area a {
    display: block;
}

.banner_area img {
    display: block;
    width: 100%;
}

.title_wrap {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.title_wrap h1 {
    border-bottom: none;
}

.text_center {
    text-align: center;
}

.display_none {
    display: none;
}

@media screen and (max-width: 1020px) {
    .banner_area li {
        max-width: calc((100% / 3) - 20px);
    }
}

@media (max-width: 1020px) and (min-width: 641px) {
    img.pagetop {
        width: 50px;
        height: 50px;
    }
}

@media screen and (min-width: 769px) {
    .sp_only {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }

    img.pagetop {
        right: 15px;
    }

    .banner_area li {
        max-width: 329px;
        margin: 0 20px 20px;
    }
}

@media screen and (max-width: 640px) {
    img.pagetop {
        width: 40px;
        height: 40px;
    }
}

.hisu {
	color: #ffffff;
    background-color: #D30508;
    font-size: 80%;
    margin-left: 10px;
    padding: 2px 5px;
    border-radius: 5px;
	font-weight: bold;
}

.half {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.comp_imgbox{
	display: inline-block;
    position: absolute;
    top: 0;
	right: -150px;
}

@media screen and (max-width: 736px) {
	.comp_imgbox{
		display: block;
		position: inherit;
		top: 0;
		right: 0;
	}
}

.pass_wrap{
	position: relative;
}

#pass_eye{
	position: absolute;
    top: 45%;
    right: 15px;
}

#pass_eye_re{
	position: absolute;
    top: 40%;
    right: 15px;
}

.comp_bunner{
	margin-top: 270px;
	padding: 0 15px;
}
.comp_bunner img{
	max-width: 388px;
	width: 100%;
}

.camp_comp .comp_bunner{
	margin-top: 40px;
}

@media screen and (max-width: 736px){
	.comp_bunner{
		margin-top: 40px;
		padding: 0 20px;
	}
}

.camp #form th{
	padding-bottom: 10px;
}

.camp #form th.file{
	padding-bottom: 0px;
}