@charset "utf-8";

/*-------------------
面会について
--------------------*/
.visitor__cau {
    border: #f05344 1px solid;
  padding: 15px;
  border-radius: 8px;
}
.visitor__cau dt {
    font-weight: 700;
    font-size: 17px;
}
.visitor__list dt {
    font-weight: 700;
    margin-bottom: 15px;
}
.visitor__time {
    margin-top: 40px;
    margin-bottom: 20px;
}
.visitor__target {
    margin-bottom: 50px;
}
.visitor__target dt {
    font-weight: 700;
}
.visitor__target dd {
    margin-top: 5px;
}
.visitor__bold {
    font-weight: 700;
    text-decoration: underline;
}
.visitor__mail {
    text-align: center;
    margin-top: 50px;
}
.visitor__mail a {
    margin: auto;
    margin-top: 20px;
}
@media screen and (max-width:1080px){
.visitor__cau {
  padding: 1.5rem;
  border-radius: 0.8rem;
}
.visitor__cau dt {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.visitor__time {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.visitor__target {
  margin-bottom: 4rem;
}
.visitor__mail {
  margin-top: 4rem;
}
.visitor__mail a {
  margin-top: 1.5rem;
}
}
/*-------------------
入院手続き
--------------------*/
.steps__tbl {
    margin-top: 30px;
}
.steps__tbl th {
    width: 100px;
}
.steps__tbl td {
    text-align: center;
}
.steps__flow:not(:last-child) {
    border-bottom: var(--c-line) 1px dashed;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width:1080px){
.steps__flow:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
    .steps__tbl {
        margin-top: 1.5rem;
    }
.steps__tbl th {
  width: auto;
    display: block;
}
.steps__tbl td {
  width: auto;
    display: block;
}
}
/*-------------------
入院に必要なもの
--------------------*/

.need__cau {
    color: var(--c-gr);
    font-weight: 700;
}
/*-------------------
病室と費用について
--------------------*/
.cost__tbl thead th {
    width: auto;
}
.cost__tbl tbody th {
    background-color: transparent;
    width: 100px;
}
.cost__tbl tbody .price {
    text-align: center;
    width: 120px;
}
.cost__tbl tbody .num {
    text-align: center;
    width: 70px;
}
@media screen and (max-width:1080px){
    .cost__tbl {
        white-space: inherit !important;
        width: 40rem;
    }
.cost__tbl tbody th {
  width: 5rem;
}
.cost__tbl tbody .price {
  width: 6rem;
}
.cost__tbl tbody .num {
  width: 5rem;
}
}
/*-------------------
お見舞い・お祝いメール
--------------------*/
/*
html {
    scroll-padding-top: 140px;
		transition: all 0.3s ease 0s;
}
*/

input::placeholder,
textarea::placeholder {
    opacity: 0.6;
}
/*
.mail  {
  margin-top: 40px;
}
*/
.formError .formErrorContent {
	padding-top: 170px !important;
  margin-top: -170px !important;
}
.mail section:not(:last-child) {
  padding-bottom: 15px;
}
.mail section h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ecf8df;
    height: 60px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: 700;
    font-size: 20px;
    color: var(--c-gr);
}
.mail section h3 span {
    font-size: 15px;
    padding: 0 15px;
    border-radius: 30px;
    background-color: #f05344;
    color: #fff;
}
.mail section .no-disp {
    overflow: hidden;
    margin-bottom: -35px;
}
.mail section .no-disp input {
    margin-left: -50%;
}
.mail section table.item td input,
.mail section table.item td textarea {
    border: #ccc 1px solid;
    border-radius: 2px;
    padding: 8px;
    background-color: #fefefe;
}
.mail section table th span {
		font-size: 13px;
    margin-right: 6px;
    padding: 2px 8px;
    border-radius: 30px;
    background-color: #f05344;
    color: #fff;
}
.mail section table.design {
		border-top: var(--c-line) 1px solid;
    border-left: var(--c-line) 1px solid;
}
.mail section table.design td {
    width: 33.3333%;
    text-align: center;
    padding: 20px 0;
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
}
.mail section table.design td span {
		display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
.mail section table.design td label {
    display: block;
    text-align: center;
}
.mail section table.design input[type="radio"] {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    position: relative;
}
.mail section table.item {
		border-top: var(--c-line) 1px solid;
}
.mail section table.item th {
    font-weight: 500;
    border-bottom: var(--c-line) 1px solid;
    padding: 15px;
    width: 200px;
}
.mail section table.item td {
    border-bottom: var(--c-line) 1px solid;
    padding: 15px;
}
.mail section table.item td input.w01 {
    width: 95%;
}
.mail section table.item td li {
    margin-right: 20px;
}
.mail section table.item td input.w02 {
    width: 100px;
}
.mail section table.item td p {
    font-size: 90%;
    margin-top: 5px;
}
.mail section table.item td textarea {
    width: 95%;
    height: 200px;
}
.mail #btn-box {
    display: flex;
    justify-content: center;
		padding-top: 30px;
		gap: 15px;
}
.mail #btn-box li button {
    background-color: var(--c-gr);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
		font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    width: 300px;
		position: relative;
		border: none;
    cursor: pointer;
		transition: ease-in-out .2s;
}
.mail #btn-box li button:after {
		position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mail #btn-box li button.back-btn {
    background-color: #fff;
    color: var(--c-gr);
    border: solid 1px var(--c-gr);
    box-sizing: border-box;
}
.mail #btn-box li button.back-btn:after {
    border-top-color: var(--c-gr);
    border-right-color: var(--c-gr);
}
.mail #btn-box li button:hover,
.mail #btn-box li button.back-btn:hover {
		background-color: #b3d872;
		color: #fff;
}
.mail #btn-box li button.back-btn:hover:after {
    border-top-color: #fff;
    border-right-color: #fff;
}
.mail #btn-box li a {
    background-color: var(--c-gr);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
		font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    width: 300px;
		position: relative;
		transition: ease-in-out .2s;
}
.mail #btn-box li a:after {
		position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mail #btn-box li a:hover {
		background-color: #b3d872;
}
.mail .conf-box table.item th {
		background-color: #f2f7f7;
}
@media screen and (max-width:1080px){
/*
html {
    scroll-padding-top: 20rem;
}
*/
.formError .formErrorContent {
	padding-top: 3rem !important;
  margin-top: -3rem !important;
}
input, textarea, select {
	font-size: 16px;
}
.formError .formErrorContent {
    padding-bottom: 1.2rem;
}

.mail section:not(:last-child) {
    padding-bottom: 1.5rem;
}
.mail section h3 {
    line-height: 1.4;
    gap: 1.2rem;
    height: auto;
    padding: 1rem;
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
}
.mail section h3 span {
    width: 3rem;
    font-size: 1.3rem;
    padding: 0 0.8rem;
    border-radius: 3rem;
    text-align: center;
}
.mail section table th span {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    padding: 0.2rem 0.8rem;
    border-radius: 3rem;
}
.mail section table.design td {
    padding: 2rem 0;
}
.mail section table.design td span {
    margin-bottom: 0.5rem;
}
.mail section table.design input[type="radio"] {
    margin-top: 0.5rem;
}
.mail section table.design td {
    padding: 2rem 0;
}
.mail section table.item th {
    width: 10rem;
    padding: 1rem;
}
.mail section table.item td {
    padding: 1rem;
}
.mail section table.item td input,
.mail section table.item td textarea {
    padding: 0.8rem;
}
.mail section table.item td li {
    margin-right: 2rem;
}
.mail section table.item td p {
    line-height: 1.6;
    margin-top: 1rem;
}
.mail section table.item td textarea {
    height: 12rem;
}
.mail #btn-box {
    padding-top: 2rem;
    gap: 1.5rem;
}
.mail #btn-box li button {
    height: 5.5rem;
    font-size: 1.4rem;
    border-radius: 4rem;
    width: 15rem;
}
.mail #btn-box li button:after {
		display: none;
}
.mail .conf-box table.item th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
}
.mail .conf-box table.item td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.mail #btn-box li a {
    height: 5.5rem;
    font-size: 1.4rem;
    border-radius: 4rem;
    width: 30rem;
}
.mail #btn-box li a:after {
    right: 2rem;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    border-top-width: 0.2rem;
    border-right-width: 0.2rem;
}
}