@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
.article{
	background: #fff;
}

#contents {
	width: unset;
	padding: unset;
}
#contact-section {
    margin-bottom: 80px;
}
#contents * {
    box-sizing: border-box;
}
#contact-form {
    padding-bottom: 30px;
}
/*-----------------------------------------------------------

●●●●●●●●●●●●●●●●●

-----------------------------------------------------------*/

#contents_outer {
	background: #fff!important;
}
.h1_section{
	display: block;
	margin: 20px auto 15px;
}
.h1_section h2.h2_all {
	border-left: 4px solid #3a63b3;
}
.h1_section.clearfix {
    display: none;
}

#contact-section .form__box {
    width: 790px;
    margin: auto;
    border-collapse: separate;
    border-bottom: 0;
}
#contact-section .header_ttl {
    background-color: #1F2869;
    color: #fff;
    text-align: left;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
#contact-section .header_ttl span {
    margin-left: 10px;
    font-size: 12px;
}
.form__box__cont {
    display: flex;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.form__box__cont dt {
    width: 215px;
    font-weight: normal;
    text-align: right;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    height: auto;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#contact-section dt .item-name {
    font-size: 14px;
    float: left;
    padding-left: 10px;
    padding-top: 3px;
    vertical-align: middle;
    text-align: left;
    width: 167px;
}
.form__box__cont .input-double:first-child {
    margin-bottom: 5px;
}
.form__box__cont .input-table .attention {
    margin-top: 10px;
}
.form__box__cont dd {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    vertical-align: middle;
    width: 572px;
    font-size: 14px;
}
.form__block:not(:last-child){
    margin-bottom: 20px;
}
input[type="text"] {
    width: 100%;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="file"],
input[type="date"],
select,
textarea {
    resize: vertical;
    border-radius: 3px;
    border: 1px solid #bbb;
    box-shadow: inset 1px 1px 1px #eee;
    margin: 0;
    padding: 0 0 0 7px;
    vertical-align: middle;
    height: 32px;
    font-size: 15px;
    line-height: 1;
}
.form__box__cont select {
    width: 170px;
}
.witness__cont.form__box__cont select {
    width: 130px;
}
input[type="file"] {
    padding: 10px 10px 10px 10px;
    height: auto;
}
.form__box__cont .input-double {
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.input-radio label {
    display: flex;
    align-items: center;
}
.input-radio input[type="radio"] {
    width: auto;
    margin-top: 0;
}
.form__attention {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 5px;
}

.input-check label {
    display: flex;
    align-items: flex-start;
}
.input-check label:not(:last-of-type){
    margin-bottom: 10px;
}
#contact-section .input-check {
    padding: 12px;
}
#contact-section .input-check input[type="checkbox"] {
    margin: 0 5px;
}

#contact-section textarea {
    width: 550px;
    min-height: 100px;
    padding: 7px;
}
.ui__assent--content {
    height: 178px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    background-color: #FBFCFC;
    padding: 10px;
    margin-bottom: 10px;
}
.reason__text {
    margin-bottom: 10px;
}
.ui__assent--item {
    max-height: 155px;
}
.ui__assent--text {
    font-size: 12px;
    line-height: 1.85;
}
.simplebar-track.simplebar-vertical {
    width: 4px;
    height: 155px;
    top: 0px;
    right: -3px;
    background: #E5E5E5;
    border-radius: 4px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #A2A2A2;
    opacity: 1;
    border-radius: 4px;
}



/*-----------------*/

.bt.center #submit:hover{
	cursor: pointer;
}
