@charset "UTF-8";

/*==============================
common
================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    min-width: 320px;
}

body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", 'Yu Gothic', YuGothic, sans-serif;
    font-size: 1.6rem;
    color: #343434;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

a {
    color: #337ab7;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}

ul {
    list-style: none;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pc {
    display: inherit;
}

.sp {
    display: none;
}

.inner {
    width: 1000px;
    margin: auto;
}

.inner_lrg {
    width: 1200px;
    margin: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

article {
    padding: 80px 0;
}

h1 {
    margin: auto;
    margin-bottom: 80px;
    text-align: center;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.5;
}

h2 {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
}

h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}

p {
    margin-bottom: 40px;
    line-height: 2;
}

p {
    line-height: inherit;
}

p {
    margin: 0 0 10px;
}

p a {
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}

.red {
    color: #ff0000;
}

.blue {
    color: #065496;
}

.caution {
    font-size: 1.2rem;
    line-height: 1.5;
}


.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.icon {
    display: inline-block;
    vertical-align: bottom;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1,
h1 {
    font-size: 36px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading {
    position: relative;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading-cta {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 10px;
    margin: auto;
}

.panel-heading h3 span {
    font-size: 20px;
}

.map_panel-heading {
    line-height: 3;
    color: #fff;
    font-size: 15px;
    border: 1.5px solid #000;
    background: #337ab7;
    padding: 5px;
}

.approve_inquiry {
    display: inline-block;
    margin: 5px 0;
    margin-left: 20px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    color: #29373d;
    background: #fff;
    border: 2px solid #cbcbcb;
}

.container-fluid a {
    text-decoration: none;
    word-break: keep-all;
}

.approve_inquiry span {
    display: inline-block;
    vertical-align: middle;
}

.approve_inquiry i {
    margin-right: 10px;
    font-size: 3.8rem;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.far {
    font-weight: 400;
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.panel-bg {
    background: #fff9d9;
}

.panel-body {
    padding: 15px;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn_action {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.form table {
    border: solid 1px #ddd;
    border-collapse: collapse;
    width: 100%;
}

.form table th,
.form table td {
    border: solid 1px #ddd;
    padding: 10px;
}

.form table th {
    background-color: #f5f5f5;
}

.form table tr.closing th,
.form table tr.closing td {
    background-color: #FFE0E0;
}

.form-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.action_button {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.action_button:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.consultation_txt {
    text-align: left;
    margin: 40px auto 15px;
    max-width: 100%;
    font-size: 20px;
    width: 950px;
}

.consultation_txt span {
    text-decoration: underline;
    line-height: 2;
}

.consultation_tbl th {
    max-width: 500px;
    word-break: break-all;
}

/* 7.12追加 */
.form table .form-th {
	width: 4%;
	max-width: 60px;
}

.form table .form-td {
	width: 12%;
}
/* 8.5追加 */
.pwchange_txt {
	 margin:20px auto;
}

@media screen and (max-width: 1210px) {
    .panel-heading-cta {
        position: relative;
    }


}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    /* 個別相談ページここから*/
    .form table th,
    .form table td {
        display: block;
        text-align: center;
		word-break: break-word;
		max-width: 100%;
    }

    .table_aco .consul_tbl_sp3 {
        display: none;
    }

    .consul_tbl_sp2:hover,
    .consul_tbl_sp2:active {
        background-color: #ddd;
        cursor: pointer;
    }

    .consul_tbl_sp1 {
        display: grid;
        position: relative;
    }

    .consul_tbl_sp2 {
        display: block;
        width: 100%;
        margin: 0;
        line-height: 30px;
        cursor: pointer;
    }

    .consul_tbl_sp3 {
        display: none;
        margin: 0;
        line-height: 30px;
    }


    .consul_tbl_sp2:after {
        content: "";
        position: absolute;
        right: 25px;
        top: 20px;
        transition: all 0.1s ease-in-out;
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .consul_tbl_sp2.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 22px;
    }

    .form_block span {
        display: block;
		font-weight: bold;
		
    }

    .consultation_txt {
        font-size: 15px;
    }

    /* 個別相談ページここまで*/

	/* 7.12追加 */
	.form table .form-th {
		width: 100%;
		max-width: 100%;
	}

	.form table .form-td {
		width: 100%;
	}

}