/* コンテンツ */
.intro .intro_note strong {
    font-weight: 700;
}
.intro .intro_note a {
    font-weight: 700;
    color: #00477c;
}
.intro .fax_dl {
    margin-top: 25px;
    padding: 20px 10px;
    background-image: repeating-linear-gradient(180deg, #00477c, #00477c 4px, transparent 4px, transparent 6px, #00477c 6px), repeating-linear-gradient(270deg, #00477c, #00477c 4px, transparent 4px, transparent 6px, #00477c 6px), repeating-linear-gradient(0deg, #00477c, #00477c 4px, transparent 4px, transparent 6px, #00477c 6px), repeating-linear-gradient(90deg, #00477c, #00477c 4px, transparent 4px, transparent 6px, #00477c 6px);
    background-size: 1px 100%, 100% 1px, 1px 100% , 100% 1px;
    background-position: 0 0, 0 0, 100% 0, 0 100%; background-repeat: no-repeat; 
}
.intro .fax_dl h2 {
    text-align: center;
}
.intro .fax_dl h2 a {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #00477c;
    padding: 15px 10px;
}
.intro .fax_dl h2 a img {
    width: 20px;
    margin-left: 10px;
}
.intro .fax_no {
    line-height: 1.6;
    text-align: center;
}
.intro .fax_no strong {
    font-size: 2.6rem;
    display: inline-block;
    margin-left: 0.8ex;
}
.intro ul.detail li {
    list-style: none;
    margin-top: 20px;
}
.intro ul.detail li h3 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #00477c;
    padding-left: 1.5em;
    margin-bottom: 0.3em;
    background: url("../image/icon_slant.svg") no-repeat left center;
    background-size: auto 1em;
}

.sub_title {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.sub_title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ececec;
}
.sub_title strong {
    color: #00477c;
    white-space: nowrap;
    margin-right: 1em;
}

.flow ul.flow_list li {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.flow ul.flow_list li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #f4afb1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    left: 7px;
    top: 0.55em;
}
.flow ul.flow_list li:after {
    content: '';
    display: block;
    width: 2px;
    height: 120%;
	height: -webkit-calc(100% + 25px);/*Chrome19~25対応*/
	height: -moz-calc(100% + 25px);/*Firefox4~15対応*/
	height: calc(100% + 25px);  
    background: #f4afb1;
    position: absolute;
    left: 12px;
    top: 0.6em;
}
.flow ul.flow_list li:last-child {
    margin-bottom: 0;
}
.flow ul.flow_list li:last-child:after {
    content: none;
}
.flow ul.flow_list li h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0.3em;
}

.onlineform {
    padding-bottom: 70px;
}
.onlineform .onlineform_note strong {
    font-weight: bold;
}
.onlineform form {
    margin-top: 30px;
    padding: 1.5em 1em;
    border: solid 3px #e7eaec;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.onlineform form h3 {
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: solid 2px #00477c;
    display: table;
    margin: 0 auto 1em;
    padding-bottom: 0.5em;
}
.onlineform form strong {
    font-weight: 500;
}
.onlineform form .label1 {
    color: #fff;
    background: #bfc4c8;
    display: inline-block;
    padding: 0 0.5em;
    margin-left: 1em;
    vertical-align: text-bottom;
}
.onlineform form .label2 {
    color: #fff;
    background: #f4b0b1;
    display: inline-block;
    padding: 0 0.5em;
    margin-left: 1em;
    vertical-align: text-bottom;
}
.onlineform form .date_select {
    padding-bottom: 1em;
}
.onlineform form .date_select p {
    padding-bottom: 1em;
}
.onlineform form table {
    margin: 0 auto 1em;
    width: 100%;
}
.onlineform form table th {
    display: block;
    text-align: left;
}
.onlineform form table th br {
    display: none;
}
.onlineform form table td {
    display: block;
    padding: 0.5em 0 1em;
    position: relative;
}
.onlineform form input[type="text"],
.onlineform form textarea,
.onlineform form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}
.onlineform form .date_select input,
.onlineform form input[type="text"],
.onlineform form textarea {
    width: 100%;
    background: #f0f2f3;
    padding: 0.5em;
    border: solid 1px #dbdee0;
}
.onlineform form .date_select input {
    margin-top: 0.5em;
}
.onlineform form .radio_group label {
    display: inline-block;
}
.onlineform form .radio_group .radio-text {
    padding: 0 1em 0 0.5em;
}
.onlineform form .check_group label {
    display: inline-block;
}
.onlineform form .check_group .check-text {
    padding: 0 1em 0 0.5em;
}
.onlineform form textarea {
    height: 8em;
}
.onlineform form table.vaccine {
    margin: 0;
    width: auto;
}
.onlineform form table.vaccine th {
}
.onlineform form table.vaccine td {
    padding: 0 0 0 1em;
}
.onlineform form table.vaccine td #vaccine2_calendar {
    width: 6em;
    padding: 0 0.5em;
}
.onlineform form .bt_area {
    margin-top: 0.5em;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:column-reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.onlineform form .bt_area input,
.onlineform form .bt_area button {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #00477c;
    width: 13em;
    padding: 1em;
    margin-top: 10px;
    white-space: nowrap;
    position: relative;
	cursor: pointer;
}
.onlineform form .bt_area img {
    width: 1.8em;
    position: absolute;
    right: 1em;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flatpickr-calendar,
.flatpickr-months .flatpickr-month,
span.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: #00477c;
}
.flatpickr-calendar.arrowTop::before,
.flatpickr-calendar.arrowTop::after {
  border-bottom-color: #00477c;
}
.flatpickr-month * {
    color: #fff;
}

.onlineform form .confirm_item {
    display: block;
    width: 100%;
    padding: 0.5em;
    margin-top: 0.5em;
    border: solid 1px #dbdee0;
}
.onlineform form .bt_area .back_bt img {
    right: auto;
    left: 1em;
    top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.onlineform form .bt_area a.back_bt {
    font-size: 1.6rem;
    font-weight: bold;
	text-decoration: none;
    color: #fff;
    background: #00477c;
    width: 13em;
    padding: 1em;
    margin-top: 10px;
    white-space: nowrap;
    position: relative;
}
.onlineform form .bt_area a.back_bt img {
    width: 1.8em;
    position: absolute;
    left: 1em;
    top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}


@media (min-width: 360px) {
}

@media (min-width: 768px) {
/* コンテンツ */
.intro .fax_dl {
    margin: 40px 40px 10px;
    padding: 30px 30px 20px;
}
.intro .fax_dl h2 a {
    font-size: 2rem;
    padding: 20px 4em;
    vertical-align: middle;
}
.intro .fax_dl h2 a img {
    width: 32px;
    margin-left: 20px;
    vertical-align: middle;
}
.intro .fax_no strong {
    font-size: 3rem;
}
.intro ul.detail {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.intro ul.detail li {
    margin-top: 30px;
    width: 47%;
}
.intro ul.detail li h3 {
    font-size: 2rem;
}

.sub_title {
    font-size: 2.4rem;
    margin-bottom: 1.5em;
}

.flow ul.flow_list li {
    margin-bottom: 30px;
    padding-left: 50px;
}
.flow ul.flow_list li:before {
    left: 15px;
    top: 0.8em;
}
.flow ul.flow_list li:after {
    height: 120%;
	height: -webkit-calc(100% + 35px);/*Chrome19~25対応*/
	height: -moz-calc(100% + 35px);/*Firefox4~15対応*/
	height: calc(100% + 35px);  
    left: 20px;
    top: 0.9em;
}
.flow ul.flow_list li:last-child {
    margin-bottom: 0;
}
.flow ul.flow_list li:last-child:after {
    content: none;
}
.flow ul.flow_list li h3 {
    font-size: 2rem;
    margin-bottom: 0.5em;
}

.onlineform {
    padding-bottom: 100px;
}
.onlineform form {
    margin-top: 40px;
    padding: 30px 30px 40px;
    border-width: 5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.onlineform form h3 {
    font-size: 2rem;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
}
.onlineform form .label1 {
    padding: 0.1em 0.8em;
    margin-left: 1.5em;
}
.onlineform form .label2 {
    padding: 0.1em 0.8em;
    margin-left: 1.5em;
}
.onlineform form .date_select {
    padding-bottom: 30px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.onlineform form .date_select p {
    padding-bottom: 0;
    margin: 0 15px;
	width: 10em;
}
.onlineform form table {
    margin: 0 auto 15px;
    width: 600px;
}
.onlineform form table th {
    display: table-cell;
    padding: 0.5em 0 1em 0;
    width: 17em;
}
.onlineform form table th br {
    display: inline;
}
.onlineform form table td {
    display: table-cell;
    padding-bottom: 1em;
}
.onlineform form .date_select input {
    margin-top: 0.5em;
}
.onlineform form textarea {
    height: 10em;
}
.onlineform form table.vaccine {
    margin: 0;
    width: auto
}
.onlineform form table.vaccine th {
    display: block;
    padding: 0;
    width: auto;
    white-space: nowrap;
}
.onlineform form table.vaccine td {
    display: block;
    padding: 0 0 0 1em;
}
.onlineform form .bt_area {
    margin-top: 20px;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.onlineform form .bt_area input,
.onlineform form .bt_area button {
    font-size: 1.8rem;
    margin: 0 10px;
}
.onlineform form .bt_area img {
    width: 1.8em;
    right: 1em;
}

.onlineform form .bt_area a.back_bt {
    font-size: 1.6rem;
    font-size: 1.8rem;
    margin: 0 10px;
}
.onlineform form .bt_area a.back_bt img {
    width: 1.8em;
}

}

@media (min-width: 1200px) {
/* コンテンツ */
.intro .fax_dl {
    margin: 50px 70px 10px;
    padding: 50px 50px 40px;
}
.intro .fax_dl h2 a {
    font-size: 2rem;
    padding: 25px 4em;
}
.intro .fax_dl h2 a img {
    width: 36px;
}
.intro .fax_no strong {
    font-size: 3.4rem;
}
.intro ul.detail li {
    margin-top: 30px;
    width: 520px;
}
.intro ul.detail li h3 {
    font-size: 2.2rem;
}

.sub_title {
    font-size: 3rem;
}

.flow ul.flow_list li {
    margin-bottom: 40px;
    padding-left: 60px;
}
.flow ul.flow_list li:before {
    left: 20px;
}
.flow ul.flow_list li:after {
    height: 120%;
	height: -webkit-calc(100% + 45px);/*Chrome19~25対応*/
	height: -moz-calc(100% + 45px);/*Firefox4~15対応*/
	height: calc(100% + 45px);  
    left: 25px;
}
.flow ul.flow_list li:last-child {
    margin-bottom: 0;
}
.flow ul.flow_list li:last-child:after {
    content: none;
}
.flow ul.flow_list li h3 {
    font-size: 2.2rem;
}

.onlineform form {
    margin-top: 50px;
    padding: 60px 30px 70px;
}
.onlineform form h3 {
    font-size: 2.2rem;
}
.onlineform form .date_select {
    padding-bottom: 60px;
}
.onlineform form .date_select p {
	width: 280px;
}
.onlineform form table {
    width: 800px;
    margin-bottom: 40px;
}
.onlineform form table th {
    padding: 0.5em 30px 25px 0;
}
.onlineform form table td {
    padding-bottom: 25px;
}
.onlineform form .date_select input {
    margin-top: 0.8em;
}
.onlineform form textarea {
    height: 13em;
}
.onlineform form table.vaccine {
    margin: 0;
    width: auto
}
.onlineform form table.vaccine th {
    display: table-cell;
    padding: 0;
    width: auto;
    white-space: nowrap;
}
.onlineform form table.vaccine td {
    display: table-cell;
    padding: 0 0 0 1em;
}
.onlineform form .bt_area {
    margin-top: 30px;
}
.onlineform form .bt_area input,
.onlineform form .bt_area button {
    font-size: 2rem;
    padding: 1em 5em;
    width: 400px;
}
.onlineform form .bt_area img {
    width: 40px;
    right: 1em;
}

.onlineform form .bt_area a.back_bt {
    font-size: 2rem;
    padding: 1em 5em;
    width: 400px;
}
.onlineform form .bt_area a.back_bt img {
    width: 40px;
}

}


