@charset "utf-8";

/***** 葉っぱパーツ *****/

.leaves05{
	position: absolute;
	top: -14%;
	right: -13%;
	width: 11%;
}

@media screen and (max-width:1100px) {

.leaves05{
	position: absolute;
	top: 4%;
	right: 3%;
	width: 11%;
}

}

@media screen and (max-width:768px) {

.leaves05{
	display: none;
}

}



/***** 下層ページタイトル *****/
/*共通*/
.pagetitle::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(187, 255, 174, 0.2);
}
/*各ページ背景設定*/
#page_mission .pagetitle {
    width: 100%;
    margin: 0 auto 10px;
    padding: 80px 0;
	background: url("../images/mission/pagename.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}

#page_career .pagetitle {
    width: 100%;
    margin: 0 auto 10px;
    padding: 80px 0;
	background: url("../images/career/pagename.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}

#page_visit .pagetitle {
    width: 100%;
    margin: 0 auto 10px;
    padding: 80px 0;
	background: url("../images/hospital_visit/pagename.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}

#page_member .pagetitle {
    width: 100%;
    margin: 0 auto 10px;
    padding: 80px 0;
	background: url("../images/member/pagename.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}

#page_support .pagetitle,
#page_privacy .pagetitle,
#page_login .pagetitle{
    width: 100%;
    margin: 0 auto 10px;
    padding: 80px 0;
	background: url("../images/support/pagename.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}

#page_news .pagetitle{
    width: 100%;
    margin: 0 auto 10px;
    padding: 80px 0;
	background: url("../images/news/pagename.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}

#page_residency .pagetitle,
#page_residency_detail .pagetitle,
#page_residency_report .pagetitle{
    width: 100%;
    margin: 0 auto 10px;
    padding: 80px 0;
	background: url("../images/residency_hospital/pagename.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}

#page_mission .pagetitle h2,
#page_career .pagetitle h2,
#page_visit .pagetitle h2,
#page_member .pagetitle h2,
#page_support .pagetitle h2,
#page_privacy .pagetitle h2,
#page_login .pagetitle h2,
#page_news .pagetitle h2,
#page_residency .pagetitle h2,
#page_residency_detail .pagetitle h2,
#page_residency_report .pagetitle h2 {
	display: block;
    font-weight: 600;
    text-align: center;
	line-height: 2.7em;
	position: absolute;
	bottom: -72px;
	left: 0;
	right: 0;
}

#page_mission .pagetitle h2 span:first-child,
#page_career .pagetitle h2 span:first-child,
#page_visit .pagetitle h2 span:first-child,
#page_member .pagetitle h2 span:first-child,
#page_support .pagetitle h2 span:first-child,
#page_privacy .pagetitle h2 span:first-child,
#page_login .pagetitle h2 span:first-child,
#page_news .pagetitle h2 span:first-child,
#page_residency .pagetitle h2 span:first-child,
#page_residency_detail .pagetitle h2 span:first-child,
#page_residency_report .pagetitle h2 span:first-child{
	display: block;
	font-size: 5.4rem;
    color: var(--point-color);
	letter-spacing: 0.04rem;
}

#page_mission .pagetitle h2 span:last-child,
#page_career .pagetitle h2 span:last-child,
#page_visit .pagetitle h2 span:last-child,
#page_member .pagetitle h2 span:last-child,
#page_support .pagetitle h2 span:last-child,
#page_privacy .pagetitle h2 span:last-child,
#page_login .pagetitle h2 span:last-child,
#page_news .pagetitle h2 span:last-child,
#page_residency .pagetitle h2 span:last-child,
#page_residency_detail .pagetitle h2 span:last-child,
#page_residency_report .pagetitle h2 span:last-child{
	display: block;
	font-size: 1.8rem;
}

@media print, screen and (max-width: 768px) {
    #page_mission .pagetitle,
    #page_career .pagetitle,
    #page_visit .pagetitle,
    #page_member .pagetitle,
    #page_support .pagetitle,
    #page_privacy .pagetitle,
    #page_news .pagetitle,
    #page_login .pagetitle,
    #page_residency .pagetitle,
    #page_residency_detail .pagetitle,
    #page_residency_report .pagetitle {
    width: 100%;
    margin: 0 auto 10px;
    padding: 45px 0;
	background-size: cover;
	}
	
    #page_mission .pagetitle h2,	
    #page_career .pagetitle h2,	
    #page_visit .pagetitle h2,	
    #page_member .pagetitle h2,	
    #page_support .pagetitle h2,	
    #page_privacy .pagetitle h2,	
    #page_login .pagetitle h2,	
    #page_news .pagetitle h2 {
        line-height: 1.8em;
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
    }
	
    #page_residency .pagetitle h2,
    #page_residency_detail .pagetitle h2,
    #page_residency_report .pagetitle h2 {
        line-height: 1.8em;
        position: absolute;
        bottom: -64px;
        left: 0;
        right: 0;
    }

    #page_mission .pagetitle h2 span:first-child,
    #page_career .pagetitle h2 span:first-child,
    #page_visit .pagetitle h2 span:first-child,
    #page_member .pagetitle h2 span:first-child,
    #page_support .pagetitle h2 span:first-child,
    #page_privacy .pagetitle h2 span:first-child,
    #page_login .pagetitle h2 span:first-child,
    #page_news .pagetitle h2 span:first-child,
    #page_residency .pagetitle h2 span:first-child,
    #page_residency_detail .pagetitle h2 span:first-child,
    #page_residency_report .pagetitle h2 span:first-child {
        display: block;
        font-size: 3.2rem;
        color: var(--point-color);
    }

    #page_mission .pagetitle h2 span:last-child,
    #page_career .pagetitle h2 span:last-child,
    #page_visit .pagetitle h2 span:last-child,
    #page_member .pagetitle h2 span:last-child,
    #page_support .pagetitle h2 span:last-child,
    #page_privacy .pagetitle h2 span:last-child,
    #page_login .pagetitle h2 span:last-child,
    #page_news .pagetitle h2 span:last-child,
    #page_residency .pagetitle h2 span:last-child,
    #page_residency_detail .pagetitle h2 span:last-child,
    #page_residency_report .pagetitle h2 span:last-child {
        display: block;
        font-size: 1.5rem;
    }

}

/***** パンくず *****/
#breadcrumb {
	clear: both;
	max-width: 1300px;
	margin: 6rem auto 4rem auto;
	display: flex;
	flex-wrap: wrap;
}

#breadcrumb li {
	font-size: 1.4rem;
	position: relative;
}

#breadcrumb li a {
	font-weight:600;
	color: var(--point-color);
}

#breadcrumb li.lastpath {
	font-weight: bold;
}

#breadcrumb li::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 5px;
	margin: 0 8px;
	border-top: 1px solid #000;
}

#breadcrumb li:last-child::after {
  display: none;
}

@media screen and (max-width:768px) {	
#breadcrumb {
	width: auto;	
	margin: 8rem 0 3rem 2rem;
}
	
#breadcrumb li {
	font-size: 1.4rem;
}

#breadcrumb li::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
}
}


/***** 準備中 *****/

.junbi {
	display: block;
	font-size: 1.9rem;
	font-weight: 500;
	margin-bottom: 40px !important;
}


/***** ボックス *****/
#wrap {
	max-width: 1300px;
	margin: 0 auto 7rem auto;
	display: flex;
	align-items: flex-start;
}

#wrap_l {
	width: 250px;
	margin-right: 50px;
	order: 1;
	position: sticky;
	position: -webkit-sticky;
	top: 170px;
}

#wrap_r {
	flex: 1;
	order: 2;
}

.inner {
	margin-bottom: 50px;
	padding-top: 120px;
	margin-top: -120px;
}

#wrap_r .inner:last-child {
	margin-bottom: 0;
}

.inner p {
  margin-bottom: 20px;
}	

#page_career #event p,
#page_career #ondemand p,
#page_career #meeting p {
  margin-bottom: 0;
}	

.inner_item {
	margin-bottom: 30px;
}

.inner .inner_item:last-child {
	margin-bottom: 0;
}

.tp_inner_item {
	margin-bottom: 30px;
	/*padding-top: 120px;
	margin-top: -120px;*/
}

.inner .tp_inner_item:last-child {
	margin-bottom: 0;
}

.box {
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 10px;
}

.box .caption {
	margin-top: 0;
}

.box_border_green {
	border: 1px solid var(--point-color);
}

.box_border_red {
	border: 1px solid var(--red-color);
}

.box_bk_red {
	background: var(--pnk-color);
}

.box_bk_gry {
	background: var(--gry-color);
}

@media screen and (max-width:768px) {
#wrap {
	width: 100%;
	display: block;
	margin: 0 auto 1rem auto;
}

#wrap_l {
	width: 100%;
	margin-right: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
}

#wrap_r {
	padding: 0 15px 30px;
}

.inner {
	margin-bottom: 40px;
	padding-top: 20%;
	margin-top: -20%;
}

.inner_item {
	margin-bottom: 20px;
}

.tp_inner_item {
	margin-bottom: 20px;
	/*padding-top: 20%;
	margin-top: -20%;*/
}

.box {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
}
	
.inner .box:first-child,
.inner_item .box:first-child {
	margin-top: 0;
}

.inner .box:last-child,
.inner_item .box:last-child {
	margin-bottom: 0;
}
		
}


/***** タイトル *****/

.ttl {
	color: var(--point-color);
	margin-bottom: 20px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
	position: relative;
	padding: 17px 20px;
}

.ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px; /* 丸い要素のサイズ */
  height: 70px; /* 丸い要素のサイズ */
  background-color: var(--base-color); /* 丸い要素の背景色 */
  border-radius: 50%;
  z-index: -1; /* 見出しの背面に配置 */
}

.sub-ttl {
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-size: 2.6rem;
	font-weight: 500;
	border-bottom: 1px solid var(--point-color);
}

.caption {
	margin: 20px 0;
	font-size: 2rem;
	font-weight: 500;
	color: var(--point-color);
	padding: 0 0 10px 0;
	border-bottom: 1px solid var(--point-color);
}

.caption2 {
	padding: 0 0 10px 0;
	margin: 20px 0 20px;
	font-size: 2rem;
	font-weight: 500;
	color: var(--base-color);
	border-bottom: 2px solid #ddd;
	position: relative;
}

.caption2::before {
	content: "";
	width: 30%;
	height: 2px;
	background-color: var(--base-color);
	position: absolute;
	left: 0;
	bottom: -2px;
}

.caption2 span {
	display: block;
}

.caption3 {
	margin: 0 0 15px 0;
	font-size: 2rem;
	font-weight: 500;
	color: var(--point-color);
}

.box_ttl {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--base-color)
}

@media screen and (max-width:768px) {
.ttl {
	font-size: 2.1rem;
	padding: 20px;
	margin-bottom: 0.7rem;
}
.ttl::before {
    top: 6px; /* 調整 */
    width: 50px;
    height: 50px;
}

.sub-ttl {
	margin-bottom: 18px;
	padding-bottom: 6px;
	font-size: 2rem;
}

.caption {
	font-size: 1.6rem;
}
.caption2 {
	font-size: 1.6rem;
}
.caption3 {
	font-size: 1.6rem;
}
	
.box_ttl {
	margin-bottom: 5px;
}
}

/***** テーブル *****/
.tb1 {
	margin-top: 15px;
	margin-bottom: 15px;
}

/***** 最新のお知らせ（一覧） *****/
#page_news #news article {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

#page_news #news article > div {
	width: 100%;
	min-height: inherit;
	position: inherit;
}


#page_news #news article > div dl {
	padding-top: 20px;
	border-bottom: #d3d3c8 1px solid;
}

#page_news #news article > div dt {
	display: flex;
	align-items: center;
}

#page_news #news article > div dt span {
	width: 9em;
	margin: auto 15px auto 0;
	padding: 2px 0;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	display: block;
	border: 2px solid;
	border-color: var(--base-color);
	color: var(--base-color);
}

#page_news #news article > div dt span.category_info {
	border: 2px solid;
	border-radius: 30px;
	border-color: var(--point-color);
	color: var(--point-color);
}

#page_news #news article > div dt span.category_recruit {
	border: 2px solid;
	border-color: var(--base-color);
	color: var(--base-color);
}

#page_news #news article > div dd {
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
}

#page_news #news article > div dd:last-child {
	margin-bottom: 0;
}

#page_news #news article > div dd a {
	color: var(--point-color);
}

#page_news #news .sp_newsbtn{
	display: none;
}

@media screen and (max-width: 1300px) {

#page_news #news article {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#page_news #news h2 {
	font-size: 2.6rem;
	margin-bottom: 3rem;
	padding-left: 2.2em;
}

#page_news #news article > div {
	margin-left: 0;
	border-left: none;
}

#page_news #news article > div dl {
	padding-top: 10px;
	border-bottom: #333 1px dotted;
}

#page_news #news article > div dt {
	width: 100%;
	float: none;
}

#page_news #news article > div dd {
	margin-bottom: 20px;
	padding: 10px 0;
}
#page_news #news article .news_categorylist {
	display: none;
}

#page_news #news article .newsbtn{
	display: none;
}
	
#page_news #news article .sp_newsbtn{
	width: 80%;
	display: block;
	margin: 4% auto 0 auto !important;
}

}

@media screen and (max-width: 768px) {
#page_news #news h2 {
	margin-bottom: 10px;
	padding-left: 1.8em;
}
	
#page_news #news h2:before {
    width: 34px;
    height: 30px;
    line-height: 1.8;
    padding-right: 1rem;
    position: absolute;
    left: 4px;
    top: 47%;
    transform: translateY(-50%);
}

#page_news #news h2 span.first {
	font-size: 1.2rem;
}

#page_news #news h2 span.second {
	font-size: 2rem;
}

#page_news #news article > div {
	min-height: auto;
	margin-bottom: 2rem;
}

#page_news #news article > div dt span {
	width: 9em;
	padding: 2px 0;
	margin: auto 10px auto 0;
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	display: block;
	border: 2px solid;
	border-color: var(--base-color);
	color: var(--base-color);
}

#page_news #news article > div dt span.category_info {
	border: 2px solid;
	border-color: var(--point-color);
	color: var(--point-color);
}

#page_news #news article > div dt span.category_recruit {
	border: 2px solid;
	border-color: var(--base-color);
	color: var(--base-color);
}

}

/***** 最新のお知らせ（詳細ページ） *****/
#page_news #news_detail article {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

#page_news #news_detail .news-widget {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}

#page_news #news_detail .news-widget span.category {
	width: 9em;
	margin: auto auto auto 20px;
	padding: 2px 20px;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	border: 2px solid;
	border-radius: 30px;
	border-color: var(--point-color);
	color: var(--point-color);
}

#page_news #news_detail .ttl {
	color: var(--point-color);
	margin-bottom: 5px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
	position: relative;
	padding: 17px 20px 17px 20px;
	width: 100%;
}

#page_news #news_detail .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px; /* 丸い要素のサイズ */
  height: 70px; /* 丸い要素のサイズ */
  background-color: var(--base-color); /* 丸い要素の背景色 */
  border-radius: 50%;
  z-index: -1; /* 見出しの背面に配置 */
}

#page_news #news_detail .sub-ttl {
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-size: 2.6rem;
	font-weight: 500;
	border-bottom: 1px solid var(--point-color);
}

#page_news #news_detail .caption {
	margin: 20px 0;
	font-size: 2rem;
	font-weight: 500;
	color: var(--point-color);
	padding: 0 0 10px 0;
	border-bottom: 1px solid var(--point-color);
}

#page_news #news_detail .caption2 {
	padding: 0 0 10px 0;
	margin: 20px 0 20px;
	font-size: 2rem;
	font-weight: 500;
	color: var(--base-color);
	border-bottom: 2px solid #ddd;
	position: relative;
}

#page_news #news_detail .caption2::before {
	content: "";
	width: 30%;
	height: 2px;
	background-color: var(--base-color);
	position: absolute;
	left: 0;
	bottom: -2px;
}

#page_news #news_detail .caption2 span {
	display: block;
}

#page_news #news_detail .caption3 {
	margin: 0 0 15px 0;
	font-size: 2rem;
	font-weight: 500;
	color: var(--point-color);
}

#page_news #news_detail .box_ttl {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--base-color)
}

#page_news #news_detail .txt-area{
	margin-bottom: 3rem;
}

#page_news #news_detail .txt-area p{
	margin-bottom: 2rem;
}

#page_news #news_detail .txt-area ul{
	margin-bottom: 2rem;
}


@media screen and (max-width: 1300px) {

#page_news #news_detail article {
	width: 100%;
	margin: 0 auto;
	display: block;
}
}

@media screen and (max-width:768px) {
#page_news #news_detail .ttl {
	font-size: 2.1rem;
	padding: 20px 20px 15px 20px;
	margin-bottom: 0.7rem;
}
#page_news #news_detail .ttl::before {
    top: 6px; /* 調整 */
    width: 50px;
    height: 50px;
}
#page_news #news_detail .sub-ttl {
	margin-bottom: 18px;
	padding-bottom: 6px;
	font-size: 2rem;
}
#page_news #news_detail .caption {
	font-size: 1.6rem;
}
#page_news #news_detail .caption2 {
	font-size: 1.6rem;
}
#page_news #news_detail .caption3 {
	font-size: 1.6rem;
}
	
#page_news #news_detail .box_ttl {
	margin-bottom: 5px;
}

#page_news #news_detail .news-widget span.date {
	font-size: 1.4rem;
}

#page_news #news_detail .news-widget span.category {
	font-size: 1.4rem;
}
	
}



/***** ミッション *****/

#page_mission #greeting .greeting {
	width: 100%;
	margin: 0 0 25px;
	text-indent: 0em;
	text-align: left;
	display: flex;
	justify-content: space-between;
}

#page_mission #greeting .greeting_name {
	font-size: 16px;
	margin: 4% 0 0 0;
	/*padding: 2% 0 0 0;
	border-top: 1px dotted #ccc;*/
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

#page_mission #greeting .greeting_name div {
	margin: 0 1.5% 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

#page_mission #greeting .greeting_name div:last-child {
	margin: 0;
}

#page_mission #greeting .greeting_name div:last-child > p:first-child {
	margin: 0 0 10px 0;
}

#page_mission #greeting .greeting_name div figure {
	max-width: 120px;
	min-width: 120px;
	margin-right: 15px;
}

#page_mission #greeting .greeting_name div figure img {
	width: 100%;
	border-radius: 6px;
}

#page_mission #greeting .greeting_name div p {
	margin-bottom: 0;
}

#page_mission #greeting .greeting_name span {
	font-size: 19px;
	font-weight: 600;
}

#page_mission #greeting .greeting_ttl {
	font-size: 2.2rem;
	font-weight: 600;
	text-align: left;
	margin: 0 0 1rem 0;
}

#page_mission #greeting .greeting_ttl span {
	color: #df732a;
}

#page_mission #greeting .greeting_subttl {
	color: #2689c5;
	font-size: 2.2rem;
	font-weight: 600;
	margin: 0 0 1rem 0;
}


#m-member{
	padding-top: 120px;
	margin-top: -120px;
}

#m-member .memberinfo_inner{
	background: #D0F4FB;
	width: 100%;
	padding: 3% 0;
}

#m-member .memberinfo_inner .memberinfo{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#m-member .memberinfo_inner .memberinfo_ttl{
	text-align: center;
	margin-bottom: 4rem;
	padding: 0 15px;
	line-height: 1.2em;
}

#m-member .memberinfo_inner .memberinfo_ttl span:first-child{
	display: block;
	font-size: 1.6rem;
	margin-bottom: 1.6rem;
	color: var(--point-color);
}

#m-member .memberinfo_inner .memberinfo_ttl span:last-child{
	display: block;
	font-size: 3.2rem;
	font-weight: 700;
	color: var(--font-color);
}

#m-member .memberinfo_inner .memberinfo_disc{
	text-align: center;
	margin-bottom: 5rem;
}

#m-member .memberinfo_inner .memberinfo_list{
	margin: 0 auto;
	max-width: 740px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

#m-member .memberinfo_inner .memberinfo_list li{
	padding: 2rem;
	background: #fff;
	border-radius: 10px;
	position: relative;
}

#m-member .memberinfo_inner .memberinfo_list li p{
	text-align: center;
}

#m-member .memberinfo_inner .memberinfo_list li:first-child:before{
  content: "1";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0 0 0 0.1rem;
  color: #fff;
  background: #44d9c5;
  font-weight: 600;
  width: 40px;
  height: 40px;
  text-align: center;
  left: -1em;
  top: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

#m-member .memberinfo_inner .memberinfo_list li:nth-child(2):before{
  content: "2";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0 0 0 0.1rem;
  color: #fff;
  background: #44d9c5;
  font-weight: 600;
  width: 40px;
  height: 40px;
  text-align: center;
  left: -1em;
  top: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

#m-member .memberinfo_inner .memberinfo_list li:nth-child(3):before{
  content: "3";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0 0 0 0.1rem;
  color: #fff;
  background: #44d9c5;
  font-weight: 600;
  width: 40px;
  height: 40px;
  text-align: center;
  left: -1em;
  top: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

#m-member .memberinfo_inner .memberinfo_list li:nth-child(4):before{
  content: "4";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0 0 0 0.1rem;
  color: #fff;
  background: #44d9c5;
  font-weight: 600;
  width: 40px;
  height: 40px;
  text-align: center;
  left: -1em;
  top: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

#m-member .memberinfo_btn{
	margin: 6rem auto 0 auto;
	max-width: 740px;
}

#m-member .memberinfo_btn .btn li:nth-child(2) a{
	background: var(--btn-color2);
	color: var(--font-color);
}

#m-member .memberinfo_btn .btn li:nth-child(2) a::after{
	background: url("../images/arrow2.png") no-repeat;
	background-size: 32px 32px;
}

@media screen and (max-width: 1200px) {
#page_mission #greeting .greeting_name {
	margin: 0;
	display: block;
	justify-content: flex-start;
	align-items: flex-start;
}

#page_mission #greeting .greeting_name div {
	margin: 0 0 4% 0;
}

#page_mission #greeting .greeting_name:last-child {
	margin: 0 0 4% 0;
}
	
}

@media screen and (max-width: 768px) {

#page_mission #greeting .greeting {
    margin: 0 0 10px;
    text-indent: 0em;
    display: block;
    position: inherit;
    height: auto;
}
	
#page_mission #greeting p {
    text-indent: 0em;
    display: block;
}

#page_mission #greeting .greeting_name p {
	font-size: 16px;
}

#page_mission #greeting .greeting_name div figure {
	max-width: 100px;
	min-width: 100px;
	margin-right: 15px;
}
	
#page_mission #greeting .greeting_ttl {
	font-size: 1.8rem;
	text-align: left;
	margin: 0 0 1rem 0;
}

#page_mission #greeting .greeting_subttl {
	font-size: 1.8rem;
	margin: 0 0 1rem 0;
}

#page_mission #greeting .greeting_name {
	display: block;
	font-size: 1.5rem !important;
	width: auto;
	margin: 0;
}


#m-member{
	padding-top: 20%;
	margin-top: -20%;
}

#m-member .memberinfo_inner{
	background: #D0F4FB;
	width: 100%;
	padding: 1.5rem 0;
}

#m-member .memberinfo_inner .memberinfo{
	max-width: auto;
	width: 100%;
	margin: 0 auto;
	padding: 1.5rem 0;
}

#m-member .memberinfo_inner .memberinfo_ttl{
	text-align: center;
	margin-bottom: 2rem;
	padding: 0 15px;
	line-height: 1.2em;
}

#m-member .memberinfo_inner .memberinfo_ttl span:first-child{
	display: block;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	color: var(--point-color);
}

#m-member .memberinfo_inner .memberinfo_ttl span:last-child{
	display: block;
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--font-color);
}

#m-member .memberinfo_inner .memberinfo_disc{
	text-align: center;
	margin-bottom: 3rem;
}

#m-member .memberinfo_inner .memberinfo_list{
	margin: 0 auto;
	width: 84%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

#m-member .memberinfo_inner .memberinfo_list li{
	padding: 1.6rem 0.4rem;
	background: #fff;
	border-radius: 10px;
	position: relative;
}

#m-member .memberinfo_inner .memberinfo_list li p{
	font-size: 1.6rem;
}
	
#m-member .memberinfo_inner .memberinfo_list li:first-child:before,
#m-member .memberinfo_inner .memberinfo_list li:nth-child(2):before,
#m-member .memberinfo_inner .memberinfo_list li:nth-child(3):before,
#m-member .memberinfo_inner .memberinfo_list li:nth-child(4):before{
    line-height: 30px;
    padding: 0 0 0 0.1rem;
    width: 30px;
    height: 30px;
    left: -1em;
    top: 12%;
}
	
#m-member .memberinfo_btn{
	margin: 3rem auto 0 auto;
	width: 84%;
}
	
#m-member .memberinfo_btn .btn li{
	margin-bottom: 4%;
}
	
#m-member .memberinfo_btn .btn li:nth-child(2) a::after{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background: url("../images/arrow2.png") no-repeat;
	background-size: 25px 25px;
}

}


/***** キャリア支援 *****/

/* 上部タブメニュー */
.list_tabmenu{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}
.list_tabmenu li{
	margin: 0 2% 2% 0;
	text-align: center;
}
.list_tabmenu li:nth-child(5n){
	margin-right: 0;
}

.list_tabmenu li a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	padding: 8% 0 7.5% 0;
	border-radius: 6px 6px 0 0;
	color: var(--font-color);
	background: #cbf3e5;
	border-bottom: 3px solid #9ce1c9;
}

.list_tabmenu li a:hover{
	background: #9ce1c9;
	opacity: 1;
	transition: all .3s;
}

#page_career .infoitem{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#page_career .infoitem figure{
	max-width: 240px;
	width: 100%;
	margin-left: 2%;
	order: 2;
}

#page_career .infoitem figure img{
	width: 100%;
	border: 1px solid #DCDCDC;
}

#page_career .infoitem div {
	width: 100%;
	margin-bottom: 20px;
	order: 1;
}

#page_career .infoitem div table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

#page_career .infoitem div table th {
	width: 140px;
	padding: 10px;
	font-weight: 500;
	text-align: center;
	background: #f2f2f2;
	border: 1px solid #DCDCDC;
	vertical-align: top;
}

#page_career .infoitem div table td {
	padding: 10px;
	border: 1px solid #DCDCDC;
}

#page_career div table td a {
    word-break: break-all;
}

#page_career #ondemand {
	width: 100%;
}

#page_career #ondemand .ondemand_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#page_career #ondemand .ondemand_list section {
	width: 48%;
}

#page_career #ondemand .ondemand_list video{
	width: 100%;
	border: 1px solid #DCDCDC;
}

#page_career #news article {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 2% 3%;
	border-radius: 12px;
	background: #f6f6f6;
	/*background-image: linear-gradient(132deg, rgb(237 253 237), rgb(224 248 249));*/
}

#page_career #news article > div:nth-child(1) {
	width: 26%;
	min-height: 200px;
	position: relative;
}

#page_career #news h2 {
	margin-bottom: 15px;
	padding-left: 3.2em;
	position: relative;
}

#page_career #news h2 span.first {
	display: block;
	font-size: 1.6rem;
	color: var(--point-color);
	margin-bottom: 5px;
}

#page_career #news h2 span.second {
	display: block;
	font-size: 3.2rem;
	font-weight: 600;
	color: var(--font-color);
	letter-spacing: 0;
}

#page_career #news h2:before {
    content: "";
    background: url("../images/icon/icon_support03.svg") no-repeat left top;
    width: 43px;
    height: 39px;
    background-size: contain;
    vertical-align: middle;
    line-height: 1.8;
    padding-right: 1rem;
    position: absolute;
    left: 4px;
    top: 47%;
    transform: translateY(-50%);
}

#page_career #news article > div:nth-child(1) {
	width: 100%;
	min-height: inherit;
	padding-top: 10px;
	margin-bottom: 10px;
	position: inherit;
}

#page_career #news article > div:nth-child(2) {
	max-height: 380px;
	min-height: 380px;
	overflow-y: scroll;
}

#page_career #news article > div:nth-child(2) dl {
	padding-top: 20px;
	border-bottom: #d3d3c8 1px solid;
}

#page_career #news article > div:nth-child(2) dl:first-child {
	padding-top: 20px;
	border-top: #d3d3c8 1px solid;
}

#page_career #news article > div:nth-child(2) dt {
	display: flex;
	align-items: center;
}

#page_career #news article > div:nth-child(2) dt span {
	width: 9em;
	margin: auto 15px auto 0;
	padding: 2px 0;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	display: block;
	border: 2px solid;
	border-color: var(--base-color);
	color: var(--base-color);
}

#page_career #news article > div:nth-child(2) dt span.category_info {
	border: 2px solid;
	border-radius: 30px;
	border-color: var(--point-color);
	color: var(--point-color);
}

#page_career #news article > div:nth-child(2) dt span.category_recruit {
	border: 2px solid;
	border-color: var(--base-color);
	color: var(--base-color);
}

#page_career #news article > div:nth-child(2) dd {
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
}

#page_career #news article > div:nth-child(2) dd:last-child {
	margin-bottom: 0;
}

#page_career #news article > div:nth-child(2) dd a {
	color: var(--point-color);
}

#page_career #news .sp_newsbtn{
	display: none;
}

@media screen and (max-width: 1300px) {

.list_tabmenu{
	width: 100%;
	display: grid;
	gap: 20px;
	margin-bottom: 20px;
}
.list_tabmenu li{
	margin: 0 2% 2% 0;
	text-align: center;
}
.list_tabmenu li:nth-child(3n){
	margin-right: 0;
}
.list_tabmenu li:nth-child(5n){
	margin-right: 2%;
}

.list_tabmenu li a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	padding: 8% 0;
	border-radius: 6px;
}
	
#page_career #news article {
	width: 100%;
	margin: 0 auto;
	display: block;
}

#page_career #news h2 {
	font-size: 2.6rem;
	margin-bottom: 3rem;
	padding-left: 2.2em;
}

#page_career #news article > div:nth-child(2) {
	margin-left: 0;
	border-left: none;
}

#page_career #news article > div:nth-child(2) dl {
	padding-top: 10px;
	border-bottom: #333 1px dotted;
}

#page_career #news article > div:nth-child(2) dt {
	width: 100%;
	float: none;
}

#page_career #news article > div:nth-child(2) dd {
	margin-bottom: 20px;
	padding: 10px 0;
}
#page_career #news article .news_categorylist {
	display: none;
}

#page_career #news article .newsbtn{
	display: none;
}
	
#page_career #news article .sp_newsbtn{
	width: 80%;
	display: block;
	margin: 4% auto 0 auto !important;
}

}

@media screen and (max-width: 1000px) {

.list_tabmenu{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 20px;
}
.list_tabmenu li{
	margin: 0 2% 2% 0;
	text-align: center;
}
.list_tabmenu li:nth-child(2n){
	margin-right: 0;
}
.list_tabmenu li:nth-child(3n){
	margin: 0 2% 2% 0;
}
.list_tabmenu li a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	padding: 8% 0;
	border-radius: 6px;
	font-size: 1.6rem;
}

#page_career #ondemand .ondemand_list {
	width: 100%;
	display: block;
}

#page_career #ondemand .ondemand_list section {
	width: 100%;
}
}

@media screen and (max-width: 768px) {

#page_career #news h2 {
	margin-bottom: 10px;
	padding-left: 1.8em;
}
	
#page_career #news h2:before {
    width: 34px;
    height: 30px;
    line-height: 1.8;
    padding-right: 1rem;
    position: absolute;
    left: 4px;
    top: 47%;
    transform: translateY(-50%);
}

#page_career #news h2 span.first {
	font-size: 1.2rem;
}

#page_career #news h2 span.second {
	font-size: 2rem;
}
	
#page_career #news article > div:nth-child(1) > .btn {
	width: 100%;
}
#page_career #news article > div:nth-child(2) {
	min-height: auto;
	margin-bottom: 2rem;
}

#page_career #news article > div:nth-child(2) dt span {
	width: 9em;
	padding: 2px 0;
	margin: auto 10px auto 0;
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	display: block;
	border: 2px solid;
	border-color: var(--base-color);
	color: var(--base-color);
}

#page_career #news article > div:nth-child(2) dt span.category_info {
	border: 2px solid;
	border-color: var(--point-color);
	color: var(--point-color);
}

#page_career #news article > div:nth-child(2) dt span.category_recruit {
	border: 2px solid;
	border-color: var(--base-color);
	color: var(--base-color);
}
	
#page_career .infoitem{
	display: block;
}

#page_career .infoitem figure{
	max-width: 240px;
	width: 100%;
	margin: 0 auto 3% auto;
	order: 1;
}
	
#page_career .infoitem div {
	order: 2;
}
	
#page_career .infoitem div table th {
	width: 26%;
}

}



/***** 研修病院（一覧） *****/

#page_residency .map_box{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

#page_residency .map_box #mapfig{
	width: 100%;
	margin: 0 auto;
}

#page_residency .map_box #mapfig img{
	width: 720px;
	margin: 0 auto;
	display: block;
}

#page_residency .map_box .mapDl{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

#page_residency .map_box .mapDl dt {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    float: left;
    clear: left;
    border-radius: 50%;
    line-height: 36px;
}

#page_residency .map_box .mapDl dd {
	margin-bottom: 8px;
	padding: 5px 0 3px 50px;
	font-size: 1.5rem;
}

#page_residency .map_box .mapDl dd:last-child {
	margin-bottom: 0;
}

#page_residency .map_box .mapDl dd {
	text-decoration: none;
	color: var(--font-color);
	font-size: 1.8rem;
}

#page_residency .map_box .mapDl dd a {
	text-decoration: none;
	color: var(--font-color);
	font-size: 1.8rem;
}

#page_residency .map_box .mapDl .maplist_note {
	font-size: 1.6rem;
	position: relative;
	padding-left: 1.8em;
	margin-left: 3em;
}

#page_residency .map_box .mapDl .maplist_note:before {
    content: "";
    background: url("../images/icon/icon_online.svg") no-repeat left top;
	color: #3D3027;
    width: 18px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
    line-height: 1.8;
    padding-right: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#page_residency .map_box .mapDl .maplist_note span.all-ok {
	color: #cc0000;
}

#page_residency .map_box .mapDl .maplist_note span.all-not {
	color: #666;
}

#page_residency .map_box .mapDl .maplist_note span.trainee-ok {
	color: #008cd6;
}

#page_residency .maplist_disc {
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 1% 0 3% 0;
}

#page_residency .maplist_disc p span {
	position: relative;
	margin-left: 0.4em;
	padding-left: 1.5em;
}

#page_residency .maplist_disc p span:before {
    content: "";
    background: url("../images/icon/icon_online.svg") no-repeat left top;
	color: #3D3027;
    width: 18px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
    line-height: 1.8;
    padding-right: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#page_residency .map_box .map1 {
	background-color: #f08300;
}

#page_residency .map_box .map2 {
	background-color: #e6002d;
}

#page_residency .map_box .map3 {
	background-color: #de82b2;
}

#page_residency .map_box .map4 {
	background-color: #915da3;
}

#page_residency .map_box .map5 {
	background-color: #008cd6;
}

#page_residency .map_box .map6 {
	background-color: #00a73b;
}

#page_residency .map_box .map7 {
	background-color: #be8915;
}

@media screen and (max-width: 768px) {

#page_residency .map_box #mapfig{
	width: 90%;
}
	
#page_residency .map_box #mapfig img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

#page_residency .map_box map{
    display: none; /*スマホではクリッカブルマップを非表示にする*/
}

#page_residency .map_box .mapDl {
	width: 100%;
	margin-left: 0;
}

#page_residency .map_box .mapDl dt {
    font-size: 1.4rem;
	width: 34px;
    height: 34px;
	line-height: 34px;
	float: left;
	clear: left;
}

#page_residency .map_box .mapDl dd {
	margin-bottom: 5px;
	padding: 5px 0 5px 45px
}

#page_residency .map_box .mapDl dd:last-child {
	margin-bottom: 15px;
}

#page_residency .maplist_disc p {
	font-size: 1.4rem;
}

#page_residency .maplist_disc p span {
	position: relative;
	margin-left: 0.4em;
	padding-left: 1.9em;
}

#page_residency .map_box .mapDl .maplist_note {
	font-size: 1.4rem;
	padding-left: 1.9em;
}

}

/***** 研修病院（詳細） *****/

#page_residency_detail .residency_ttl{
	display: block;
	padding: 12px 20px;
	margin: 0 0 30px 0;
	border-radius: 4px;
	background: var(--point-color);
	color: #fff;
	font-weight: 600;
	font-size: 2.6rem;
}

#page_residency_detail .residency_subttl {
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    font-size: 2.6rem;
    font-weight: 500;
}
#page_residency_detail .residency_subttl:after {
    content: "";
    display: block;
    height: 3px;
	border-radius: 5px;
    background: linear-gradient(270deg,rgba(118, 236, 189, 1) 0%, rgba(103, 201, 198, 1) 100%);
	margin-top: 5px;
}

#page_residency_detail .residency_caption{
	color: var(--point-color);
	font-size: 2rem;
	font-weight: 600;
	border-bottom: 1px solid var(--point-color);
	margin-bottom: 20px;
}

#page_residency_detail .detail_mv{
	display: block;
	width: 100%;
	margin-bottom: 2.5rem;
}

#page_residency_detail .detail_mv img{
	display: block;
	width: 100%;
	border-radius: 8px;
	margin: 0 auto;
}

#page_residency_detail .chairman_message .chairman {
    display: flex;
	align-items: flex-end;
	margin: 0 0 30px 0;
}

#page_residency_detail .chairman_message .chairman img {
	width: 240px;
	border-radius: 6px;
	margin: 0 30px 0 0;
}

#page_residency_detail .chairman_message .chairman p {
    margin-bottom: 0;
}

#page_residency_detail .chairman_message .chairman p span {
    font-size: 2.1rem;
}

#page_residency_detail .doctor_message_box {
	border-radius: 6px;
	margin: 0 0 30px 0;
	padding: 30px;
	background: var(--base-color);
	display: flex;
	align-items: flex-start;
}

#page_residency_detail .doctor_message img {
	max-width: 200px;
	width: 100%;
	border-radius: 6px;
	margin: 0 30px 0 0;
}

#page_residency_detail .doctor_message p {
	margin: 0;
}

#page_residency_detail .residency_report .box p{
	margin: 0 auto;
	font-size: 2rem;
}

#page_residency_detail .residency_report .box ul li{
	font-size: 2rem;
}
#page_residency_detail .residency_report .box .disc li{
  text-indent: -1.4em;
  padding-left: 1.4em;
}

#page_residency_detail .residency_report .residency_reportFlex{
	display: flex;
	flex-direction: row-reverse;
	background-color: var(--base-color);
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px;
}

#page_residency_detail .residency_report .residency_reportFlex:last-child{
	margin-bottom: 0;
}

#page_residency_detail .residency_report .residency_reportFlex .residency_reportFlex_txt{
	padding: 15px 20px;
	flex: 1;
}

#page_residency_detail .residency_report .residency_reportFlex img{
	min-width: 360px;
	max-width: 360px;
	max-height: 240px;
	border-radius: 6px;
	object-fit: scale-down;
	background-color: var(--base-color);
}

@media screen and (max-width: 1000px) {
#page_residency_detail .residency_report .residency_reportFlex{
	display: block;
	background: transparent;
}
	
#page_residency_detail .residency_report .residency_reportFlex .residency_reportFlex_txt{
	padding: 2rem 3rem;
	flex: 2;
	background-color: var(--base-color);
	border-radius: 10px;
}

#page_residency_detail .residency_report .residency_reportFlex img{
	max-width: inherit;
	max-height: 300px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: block;
	margin: 0 auto 1.5rem auto;
}
}

@media screen and (max-width: 768px) {
	
#page_residency_detail .residency_ttl{
	display: block;
	padding: 8px 16px;
	margin: 0 0 2rem 0;
	border-radius: 4px;
	background: var(--point-color);
	color: #fff;
	font-weight: 600;
	font-size: 2rem;
}

#page_residency_detail .residency_subttl {
    position: relative;
    margin-bottom: 2rem;
    padding: 0;
    font-size: 2rem;
    font-weight: 500;
}
#page_residency_detail .residency_subttl:after {
    content: "";
    display: block;
    height: 3px;
	border-radius: 5px;
    background: linear-gradient(270deg,rgba(118, 236, 189, 1) 0%, rgba(103, 201, 198, 1) 100%);
	margin-top: 5px;
}

#page_residency_detail .residency_caption{
	color: var(--point-color);
	font-size: 1.8rem;
	font-weight: 600;
	border-bottom: 1px solid var(--point-color);
	margin-bottom: 2rem;
}

#page_residency_detail .detail_mv{
    display: block;
    margin-bottom: 3rem;
}

#page_residency_detail .detail_mv img{
    display: block;
    width: 100%;
    border-radius: 8px;
    margin: 0 auto;
}	

#page_residency_detail .chairman_message .chairman {
}
#page_residency_detail .chairman_message .chairman img {
    width: 30%;
    text-align: center;
    display: block;
	margin: 0 15px 0 0;
}
#page_residency_detail .chairman_message .chairman  {
    margin: 2rem 0;
}
#page_residency_detail .chairman_message .chairman p {
    font-size: 1.4rem;
}
#page_residency_detail .chairman_message .chairman p span {
	display: block;
    font-size: 1.8rem;
	margin-top: 1rem;
}
	
#page_residency_detail .doctor_message_box {
	border-radius: 6px;
	margin: 0 0 2rem 0;
	padding: 2rem;
	background: var(--base-color);
	display: block;
	align-items: flex-start;
}

#page_residency_detail .doctor_message img {
	max-width: 120px;
	width: 100%;
	border-radius: 6px;
	margin: 0 auto 2rem auto;
	display: block;
}	
	
#page_residency_detail .residency_info .btn:first-child{
		margin-bottom: 1rem !important;
}
	
#page_residency_detail .residency_report .box{
	margin: 0 auto 3rem auto;
}
	
#page_residency_detail .residency_report .box p{
	margin: 0 auto;
	font-size: 1.8rem;
}
	
#page_residency_detail .residency_report .box ul li{
	font-size: 1.8rem;
}
	
}


/***** 病院見学サポート *****/

#page_visit .visit_intro .box p{
	margin: 0 auto;
}

#page_visit table.visit-flow th{
 width: 5%;
 padding: 1em .5em;
 vertical-align: middle;
}

#page_visit table.visit-flow td{
 width: 50%;
 padding: 1em .2em;
 box-sizing: border-box;
 vertical-align: top;
}

#page_visit table.visit-flow h4.beginner{
 font-size: 2.2rem;
 font-weight: 600;
 background: url("../images/icon/icon_first.svg") no-repeat left 50% / 1.6em;
 padding:.5em 1.8em;
 display: inline-block;
}

#page_visit table.visit-flow h4.user{
 font-size: 2.2rem;
 font-weight: 600;
 background: url("../images/icon/icon_person2.svg") no-repeat left 50% / 1.6em;
 padding:.5em 1.8em;
 display: inline-block;
}

#page_visit table.visit-flow .visit-odd{
 background: var(--base-color);
 padding: 1.5em 2em;
 text-align: left;
 border-radius: 6px;
}

#page_visit table.visit-flow .visit-odd strong{
 background: var(--point-color);
 color: #fff;    
 font-size: 2.6rem;
 width: 1.7em;
 height: 1.7em;
 line-height: 1.7em;
 text-align: center;
 display: inline-block;
 font-weight: 600;
 position: relative;
 margin: 0 .2em;
 border-radius: 50%;
}

#page_visit table.visit-flow .visit-even{
 background: #f6f6f6;
 padding: 1.5em 2em;
 text-align: left;
 border-radius: 6px;
}

#page_visit table.visit-flow p.visit-num{
 margin: 0;
}

#page_visit table.visit-flow .visit-odd.visit-num{
 display: flex;
 align-items: center;
}

#page_visit table.visit-flow p{
 margin: 0 0 1.5em;
}
#page_visit table.visit-flow p:last-child{
 margin: 0;
}

#page_visit table.visit-flow th strong{
 background: var(--point-color);
 color: #fff;    
 font-size: 2.6rem;
 width: 1.7em;
 height: 1.7em;
 line-height: 1.7em;
 text-align: center;
 display: block;
 font-weight: 600;
 position: relative;
 border-radius: 50%;
}

#page_visit table.visit-flow th strong::after{
 content: "";
 background: url("../images/flow-arrow-b.png") no-repeat top center;
 height: 12px;
 width: 12px;
 position: absolute;
 bottom: -.7em;
 left: 0;
 right: 0;
 margin: auto;
}
#page_visit table.visit-flow th strong.visit-num::after{
 content: "";
 height: 12px;
 width: 12px;
 position: absolute;
 bottom: -.7em;
}

@media screen and (max-width: 1000px) {

#page_visit table.visit-flow {
 font-size: calc(1.8rem + ((1vw - 7.68px) * 0.463));
}
	
}


@media screen and (max-width: 768px) {

#page_visit .visit_intro .box{
	margin: 0 auto 3rem auto;
}
	
#page_visit .visit_intro .box p{
	margin: 0 auto;
}
	
#page_visit table.visit-flow th strong{
 background: var(--point-color);
 color: #fff;    
 font-size: 1.8rem;
 width: 1.4em;
 height: 1.4em;
 line-height: 1.4em;
 text-align: center;
 display: block;
 font-weight: 600;
 position: relative;
 border-radius: 50%;
}

#page_visit table.visit-flow th strong::after{
 content: "";
 background: url("../images/flow-arrow-b.png") no-repeat top center;
 height: 8px;
 width: 8px;
 position: absolute;
 bottom: -.7em;
 left: 0;
 right: 0;
 margin: auto;
}
	
#page_visit table.visit-flow .visit-odd strong{
 background: var(--point-color);
 color: #fff;    
 font-size: 1.7rem;
 width: 1.4em;
 height: 1.4em;
 line-height: 1.4em;
 text-align: center;
 display: inline-block;
 font-weight: 600;
 position: relative;
 margin: 0 .2em;
 border-radius: 50%;
}
	
#page_visit table.visit-flow .visit-odd{
 padding: 1em 1.4em;
}

#page_visit table.visit-flow .visit-even{
 padding: 1em 1.4em;
}

#page_visit table.visit-flow h4.beginner{
 font-size: 1.6rem;
 font-weight: 600;
 background: url("../images/icon/icon_first.svg") no-repeat left 50% / 1.2em;
 padding:.5em 1.5em;
 display: inline-block;
}

#page_visit table.visit-flow h4.user{
 font-size: 1.6rem;
 font-weight: 600;
 background: url("../images/icon/icon_person2.svg") no-repeat left 50% / 1.2em;
 padding:.5em 1.5em;
 display: inline-block;
}
	
#page_visit table tr:first-child td{
 padding: 0 .2em;
}
	
}


/*****メンバー登録 *****/

#page_member .member_intro .box{
	margin-top: 0;
}

#page_member .member_intro .box p{
	margin: 0 auto;
}

/*フォーム共通css①*/

.form-style .ttl span{
	font-size: 2.6rem;
}

.form-style .form-tb{
 width: 100%;
 text-align: left;
}

.form-style .form-tb dl {
 display: table;
 width: 100%;
 border-collapse:collapse;
 border-top: 1px solid #cef5e1;
 border-left: 1px solid #cef5e1;
 border-right: 1px solid #cef5e1;
}

.form-style .form-tb dl:last-child {
 border-bottom: 1px solid #cef5e1;
}

.form-style .form-tb dl dt {
 display: table-cell;
 border-right: 1px solid #cef5e1;
 background: var(--base-color);
 padding: 1em;
 width: 28%;
 vertical-align: top;
 box-sizing: border-box;
 font-weight: 600;
}

.form-style .form-tb dl dd {
 display: table-cell;
 background: #fff;
 padding: 1em;
 vertical-align: top;
 box-sizing: border-box;
 width: 70%;
}

.form-style span.required {
 color: #ff0000;
}

.form-style .form-tb dd span{
 color: #8c8c8c;
}

.form-style .form-tb dd span.autoConfirmVal{
 font-weight: bold;
 font-size: 108%;
}

.form-style .form-tb dd input[type="text"],
.form-style .form-tb dd input[type="password"],
.form-style .form-tb dd textarea{
 font-size: 1.8rem;
 padding: .4em .5em;
 border: 1px solid #d3d3c8;
 background: #fff;
 margin: .1em .3em;
 vertical-align: middle;
 box-sizing: border-box;
 border-radius: 4px;
}
.form-style .form-tb dd input[type="file"]{
 font-size: 1.8rem;
 color: var(--font-color);
}
.form-style .form-tb dd input[type="text"].lvl1{
 width: 44%;
}
.form-style .form-tb dd input[type="text"].lvl2{
 width: 20%;
}
.form-style .form-tb dd input[type="text"].lvl3{
 width: 90%;
}
.form-style .form-tb dd input[type="text"].lvl4{
 width: 70%;
}
.form-style .form-tb dd input[type="password"].lvl3{
 width: 90%;
}

.form-style .form-tb dd input{
 font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
}

.form-style .form-tb dd textarea{
 width: 90%;
 height: 10em;
 font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
}

.form-style .Customized-Item{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.form-style .Customized-Item-Radio,
.form-style .Customized-Item-Checkbox {
  margin: 0;
  width: 22px;
  height: 22px;
  accent-color: var(--point-color);
}

.form-style .form-tb dd select{
 font-size: 1.8rem;
 padding: .4em .5em;
 border: 1px solid #ddd;
 background: #fff;
 margin: .1em .3em;
 width: 100%;
 color: var(--font-color);
 border-radius: 4px;
 font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
 -webkit-appearance: none;
 appearance: none;
 cursor: pointer;
}

.form-style .form-tb dd .select_wrapper {
 position: relative;
 width: 100%;
 max-width: 320px;
}

.form-style .form-tb dd .select_wrapper::after {
 content: "";
 position: absolute;
 top: 14px;
 right: 0;
 width: 8px;
 height: 8px;
 border-right: 2px solid #444;
 border-bottom: 2px solid #444;
 transform: rotate(45deg);
 margin-right: 10px;
 pointer-events: none;
}

.form-style .form-tb dd .select_wrapper2 {
 position: relative;
 width: 100%;
 max-width: 410px;
}

.form-style .form-tb dd .select_wrapper2::after {
 content: "";
 position: absolute;
 top: 14px;
 right: 0;
 width: 8px;
 height: 8px;
 border-right: 2px solid #444;
 border-bottom: 2px solid #444;
 transform: rotate(45deg);
 margin-right: 10px;
 pointer-events: none;
}

.form-style .form-tb dd select.max-wd{
 max-width: 100% !important;
}

.form-style .form-tb dd input[type="radio"]{
 margin: .1em .3em;
 accent-color: green;
 width: 15px;
 height: 15px;
}

.form-style .form-in-block{
 padding: .3em 0;
 display: flex;
 align-items: center;
 flex-wrap: wrap;
}

.form-style .form-in-block.frameBorder{
 border: 1px solid #ddd;
 border-radius: 5px;
 padding: 5px;
 margin: 6px 0;
 box-sizing: border-box;
}

.form-style .form-in-block .form-in-block-head{
 width: 100%;
}

.form-style .form-in-block .form-in-block-body{
 width: 100%;
 display: flex;
 align-items: center;
 padding-left: 20px;
 box-sizing: border-box;
}

.form-style .form-in-block .form-in-block-body div{
 display: flex;
 align-items: center;
 margin-right: 20px;
}

.form-style .form-in-block.lvl0,
.form-style .form-in-block.lvl2,
.form-style .form-in-block.lvl3,
.form-style .form-in-block.lvl4{
 display: flex;
 max-width: 100%;
 align-items: center;
}
.form-style .form-in-block label{
 width: 6em;
}
.form-style .form-in-block.lvl0 label{
 width: 6em;
}
.form-style .form-in-block.lvl2 label{
 width: 12em;
}
.form-style .form-in-block.lvl3 label{
 width: 9em;
}
.form-style .form-in-block.lvl4 label{
 width: 10em;
}
.form-style .form-in-block.list{
 display: flex;
 max-width: 100%;
 align-items: center;
 flex-wrap: wrap;
}
.form-style .form-in-block.list span{
 width: calc(100% / 3);
 padding-bottom: .5em;    
 color: #000;
}
.form-style .form-in-block.list span input{
 margin-right: .4em;
}

.form-style dl.form-notes{
 text-align:left;
 padding: 1em;
 background: #f5f9fd;
 border: 1px solid #94dce6;
 display: flex;
 box-sizing: border-box;
 width: 80%;
 margin: 0 auto 1em;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.1736));
}
.form-style dl.form-notes.lvl2{
 background: #ffe8d5;
}

.form-style dl.form-notes ol{
 margin-left: 1em;
}

.form-style dl.form-notes dt{
 width:20%;
 font-weight: bold;
}

.form-style dl.form-notes dd{
 width:80%;
}

.form-style form.is-confirm dl.form-notes{
 display: none;
}

.form-style input.btn-delate{
 padding: .2em .5em;
 cursor: pointer;
}

.form-style input.btn-plus{
 padding: .2em .5em;
 margin: 1em 0 0;
 background: #d5faff;
 border: 1px solid #18858c;
 cursor: pointer;
}

/*2つ並びボタン*/
.form-style .form-btn2{
 margin: 0 auto 1em auto;
 text-align:center;
 max-width: 800px;
 position: relative;
 transition: all .3s;
 display: flex;
 justify-content: space-between;
}

.form-style .form-btn2 .form-btn,
.form-style .form-btn2 .form-btn_back{
 margin: 0 1em 1em 1em;
 text-align:center;
 width: 50%;
 position: relative;
 transition: all .3s;
 cursor: pointer;
}

/*1つボタン*/
.form-style .form-btn{
 margin: 0 auto 1em auto;
 text-align:center;
 width: 30%;
 position: relative;
 transition: all .3s;
 cursor: pointer;
}

.form-style .form-btn::after{
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background: url("../images/arrow.png") no-repeat;
	background-size: 32px 32px;
}

.form-style .form-btn input{
 font-size: 1.8rem;
 font-weight: bold;
 cursor: pointer;
 border: none;
 margin: 0 auto !important;
 padding: var(--btn-pad);
 text-align: center;
 text-decoration: none;
 color: #fff;
 display: block;
 background: var(--btn-color);
 border-radius: 40px;
 line-height: 1.5;
 width: 100%;
}

.form-style .form-btn:hover {
    opacity: 0.5;
    transform: scale(0.97,0.97);
	transition: all .3s;
}

/*戻るボタン（逆向き矢印）*/
.form-style .form-btn_back{
 margin: 0 auto 1em auto;
 text-align:center;
 width: 30%;
 position: relative;
 transition: all .3s;
 cursor: pointer;
}

.form-style .form-btn_back::before{
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scaleX(-1);
	left: 20px;
	background: url("../images/arrow.png") no-repeat;
	background-size: 32px 32px;
}

.form-style .form-btn_back input{
 font-size: 1.8rem;
 font-weight: bold;
 cursor: pointer;
 border: none;
 margin: 0 auto !important;
 padding: var(--btn-pad);
 text-align: center;
 text-decoration: none;
 color: var(--font-color);
 background: #d9f9e8;
 display: block;
 border-radius: 40px;
 line-height: 1.5;
 width: 100%;
}

.form-style .form-btn_back:hover {
    opacity: 0.5;
    transform: scale(0.97,0.97);
	transition: all .3s;
}

.form-style form p.confirm-txt{
 display: none;
}

.form-style form.is-confirm p{
 display: none;
}


.form-style form.is-confirm p.confirm-txt{
 display: block;
}

.form-style .form-in-block.lvl3 em{
 font-style: normal;
}

.form-style .form_privacy{
	text-align: center;
	font-weight: 600;
}

/*同意事項*/
.agreement01 .required{
	color: #ff0000 !important;
}
.agreement01 th{
	color: var(--font-color) !important;
	font-weight: 500;
	padding-right: 20px;
}
.agreement01 td{
	color: var(--font-color) !important;
	font-weight: 500;
}
.agreement01 span{
	color: var(--font-color) !important;
}


@media screen and (max-width: 768px) {
 
.form-style .form-tb{
 width:100%;
 border: solid 4px #fff;
 text-align: left;
 margin: -2% auto 5% auto;
 font-size: 1.5rem;
 box-sizing:border-box;
}	

.form-style .form-tb dl{
 display: block;
}

.form-style .form-tb dl dt{
 padding: 0.5em 1em;
 width: 100%;
 display: block;
 border-right: none;
}
	
.form-style span.required{
 color: #ff0000;
}

.form-style .form-tb dl dd{
 background: #fff;
 padding: 1em;
 vertical-align: top;
 width: 100%;
 display: block;
}

.form-style .form-tb dd input[type="text"],
.form-style .form-tb dd input[type="password"],
.form-style .form-tb dd textarea,
.form-style .form-tb dl dd select{
 font-size: 1.5rem;
}
.form-style .form-tb dd input[type="file"]{
 font-size: 1.5rem;
}

.form-style .form-tb dd .select_wrapper{
 max-width: 100%;
}
	
.form-style .form-tb dd .select_wrapper::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    transform: rotate(45deg);
	margin-right: 10px;
	pointer-events: none;
}

.form-style .form-tb dd .select_wrapper2{
 max-width: 100%;
}
	
.form-style .form-tb dd .select_wrapper2::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    transform: rotate(45deg);
	margin-right: 10px;
	pointer-events: none;
}

.form-style .form-tb dd input[type="text"].lvl2.datepicker{
 width: 90%;
}
 
.form-style .form-in-block{
 padding: .3em 0;
 display: block;
 align-items: center;
 width: 100%;
}
	
.form-style .form-in-block.lvl0,
.form-style .form-in-block.lvl2,
.form-style .form-in-block.lvl3{
 display: block;
}

.form-style .form-in-block.lvl0 label,
.form-style .form-in-block.lvl2 label,
.form-style .form-in-block.lvl3 label{
 display:block;
 width: 100%;
 box-siging:border-box;
}

.form-style .form-tb dd input[type="text"].lvl1,
.form-style .form-tb dd input[type="password"].lvl1,
.form-style .form-tb dd input[type="text"].lvl2,
.form-style .form-tb dd input[type="text"].lvl3,
.form-style .form-tb dd input[type="text"].lvl4{
 width: 90%;
}

.form-style .form-tb dd textarea{
 width: 100%;
}
	
.form-style .form-in-block.list{
 display: flex;
 max-width: 100%;
 align-items: center;
 flex-wrap: wrap;
}
	
.form-style .form-in-block.list span{
 width: calc(100% / 2);
 padding-bottom: .5em;    
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 color: #000;
 display: block;
}

.form-style .form-in-block.lvl3 em{
  display: flex;
  color: #000;
 }

.form-style dl.form-notes{
 width: 90%;
 display: block;
}

.form-style dl.form-notes dt{
 width:100%;
 font-weight: bold;
 margin-bottom: .5em;
}
	
.form-style dl.form-notes dd{
 width:100%;
}
	
.form-style .form-btn,
.form-style .form-btn_back{
 width: 100%;
}
	
.form-style .form-btn input,
.form-style .form-btn_back input{
 text-align:center;
 padding: var(--btn-pad);
 font-size: 1.6rem;
}

.form-style .form-btn::after,
.form-style .form-btn_back::after{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 20px;
	background: url("../images/arrow.png") no-repeat;
	background-size: 25px 25px;
}
	
.form-style .form-btn2 {
    display: block;
}

.form-style .form-btn2 .form-btn,
.form-style .form-btn2 .form-btn_back{
 margin: 0 auto 1em auto;
 text-align:center;
 width: 100%;
 position: relative;
 transition: all .3s;
}

.form-style .form-in-block .form-in-block-body{
 flex-direction: column;
 align-items: flex-start;
}
	
.form-style .form-in-block .form-in-block-body div{
 width: 100%;
 margin-right: 0;
}
	

.form-style .form_privacy{
	text-align: left;
}

.form-style .form_privacy .Customized-Item{
	text-align: center;
	display: block;
}
	
.form-style .form-in-block{
 padding: .3em 0;
 display: block;
 align-items: center;
 width: 100%;
}
.form-style .form-in-block.lvl0,
.form-style .form-in-block.lvl2,
.form-style .form-in-block.lvl3{
 display: block;
}


.form-style .form-in-block.lvl0 label,
.form-style .form-in-block.lvl2 label,
.form-style .form-in-block.lvl3 label{
display:block;
 width: 100%;
 box-siging:border-box;
}
.form-style .form-in-block.list{
 display: flex;
 max-width: 100%;
 align-items: center;
 flex-wrap: wrap;
}
.form-style .form-in-block.list span{
 width: calc(100% / 2);
 padding-bottom: .5em;    
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 color: #000;
 display: block;
}

.form-style .form-in-block.lvl3 em{
  display: flex;
  color: #000;
 }

.form-style dl.form-notes{
 width: 90%;
 display: block;
}

.form-style dl.form-notes dt{
 width:100%;
 font-weight: bold;
 margin-bottom: .5em;
}
.form-style dl.form-notes dd{
 width:100%;
} 
.form-style .form-btn input{
 margin-bottom:1em;
 text-align:center;
}
 
.form-style .form-in-block .form-in-block-body{
 flex-direction: column;
  align-items: flex-start;
}
.form-style .form-in-block .form-in-block-body div{
  width: 100%;
 margin-right: 0;
}
.form-style .form-in-block .form-in-block-body div select,
.form-style .form-in-block .form-in-block-body div select.lvl2{
  width: auto !important;
  display: inline-block;
 }	
	
 
}

/*****病院見学サポート申込フォーム*****/
#page_visit{
	overflow-x: hidden;
}

/*フォーム共通css②*/
.form-style2 .ttl span{
	font-size: 2.6rem;
}

.form-style2 .form-tb{
 width: 100%;
 text-align: left;
}

.form-style2 .form-tb dl {
 display: table;
 width: 100%;
 border-collapse:collapse;
 border-top: 1px solid #cef5e1;
 border-left: 1px solid #cef5e1;
 border-right: 1px solid #cef5e1;
}

.form-style2 .form-tb dl:last-child {
 border-bottom: 1px solid #cef5e1;
}

.form-style2 .form-tb dl dt {
 display: table-cell;
 border-right: 1px solid #cef5e1;
 background: var(--base-color);
 padding: 1em;
 width: 28%;
 vertical-align: top;
 box-sizing: border-box;
 font-weight: 600;
}

.form-style2 .form-tb dl dd {
 display: table-cell;
 background: #fff;
 padding: 1em;
 vertical-align: top;
 box-sizing: border-box;
 width: 70%;
}

.form-style2 span.required {
 color: #ff0000;
}

.form-style2 .form-tb dd span{
 color: #8c8c8c;
}

.form-style2 .form-tb dd span.autoConfirmVal{
 font-weight: bold;
 font-size: 108%;
}

.form-style2 .form-tb dd input[type="text"],
.form-style2 .form-tb dd input[type="password"],
.form-style2 .form-tb dd textarea{
 font-size: 1.8rem;
 padding: .4em .5em;
 border: 1px solid #d3d3c8;
 background: #fff;
 margin: .1em .3em;
 vertical-align: middle;
 box-sizing: border-box;
 border-radius: 4px;
}
.form-style2 .form-tb dd input[type="text"].lvl1{
 width: 44%;
}
.form-style2 .form-tb dd input[type="text"].lvl2{
 width: 20%;
}
.form-style2 .form-tb dd input[type="text"].lvl3{
 width: 90%;
}
.form-style2 .form-tb dd input[type="text"].lvl4{
 width: 70%;
}
.form-style2 .form-tb dd input[type="password"].lvl3{
 width: 90%;
}

.form-style2 .form-tb dd input{
 font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
}

.form-style2 .form-tb dd textarea{
 width: 90%;
 height: 6em;
 font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
}

.form-style2 .Customized-Item{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.form-style2 .Customized-Item-Radio,
.form-style2 .Customized-Item-Checkbox {
  margin: 0;
  width: 22px;
  height: 22px;
  accent-color: var(--point-color);
}

.form-style2 .form-tb dd select{
 font-size: 1.8rem;
 padding: .4em .5em;
 border: 1px solid #ddd;
 background: #fff;
 margin: .1em .3em;
 width: 100%;
 color: var(--font-color);
 border-radius: 4px;
 font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
 -webkit-appearance: none;
 appearance: none;
 cursor: pointer;
}

.form-style2 .form-tb dd select.lvl2{
 padding: .4em 1.2em .4em .5em;
 	
}
	
.ui-datepicker{
 width: 16em !important;
}

.form-style2 .form-tb dd .select_wrapper {
 position: relative;
 width: 100%;
 max-width: 320px;
}

.form-style2 .form-tb dd .select_wrapper::after {
 content: "";
 position: absolute;
 top: 14px;
 right: 0;
 width: 8px;
 height: 8px;
 border-right: 2px solid #444;
 border-bottom: 2px solid #444;
 transform: rotate(45deg);
 margin-right: 10px;
 pointer-events: none;
}

.form-style2 .form-tb dd .select_wrapper2 {
 position: relative;
 width: 100%;
 max-width: 410px;
}

.form-style2 .form-tb dd .select_wrapper2::after {
 content: "";
 position: absolute;
 top: 14px;
 right: 0;
 width: 8px;
 height: 8px;
 border-right: 2px solid #444;
 border-bottom: 2px solid #444;
 transform: rotate(45deg);
 margin-right: 10px;
 pointer-events: none;
}

.form-style2 .form-tb dd select.max-wd{
 max-width: 100% !important;
}

.form-style2 .form-tb dd input[type="radio"]{
 margin: .1em .3em;
 accent-color: green;
 width: 15px;
 height: 15px;
}

.form-style2 .form-in-block{
 padding: .3em 0;
 display: flex;
 align-items: center;
 flex-wrap: wrap;
}

.form-style2 .form-in-block.frameBorder{
 border-bottom: 1px solid #ddd;
 padding: 0 0 15px 0;
 margin: 15px 0 0 0;
 box-sizing: border-box;
}
.form-style2 .form-in-block.frameBorder:first-child{
 margin-top: 0;
}
.form-style2 .form-in-block.frameBorder:last-child{
 border-bottom: none;
 padding-bottom: 0;
}

.form-style2 .form-in-block .form-in-block-head{
 width: 100%;
}

.form-style2 .form-in-block .form-in-block-body{
 width: 100%;
 display: flex;
 align-items: center;
 padding-left: 20px;
 box-sizing: border-box;
}

.form-style2 .form-in-block .form-in-block-body div{
 display: flex;
 align-items: center;
 margin-right: 10px;
}

.form-style2 .form-in-block.lvl0,
.form-style2 .form-in-block.lvl2,
.form-style2 .form-in-block.lvl3,
.form-style2 .form-in-block.lvl4{
 display: flex;
 max-width: 100%;
 align-items: center;
}
.form-style2 .form-in-block label{
 width: 6em;
}
.form-style2 .form-in-block.lvl0 label{
 width: 6em;
}
.form-style2 .form-in-block.lvl2 label{
 width: 13em;
}
.form-style2 .form-in-block.lvl3 label{
 width: 9em;
}
.form-style2 .form-in-block.lvl4 label{
 width: 10em;
}
.form-style2 .form-in-block.list{
 display: flex;
 max-width: 100%;
 align-items: center;
 flex-wrap: wrap;
}
.form-style2 .form-in-block.list span{
 width: calc(100% / 3);
 padding-bottom: .5em;    
 color: #000;
}
.form-style2 .form-in-block.list span input{
 margin-right: .4em;
}

.form-style2 dl.form-notes{
 text-align:left;
 padding: 1em;
 background: #f5f9fd;
 border: 1px solid #94dce6;
 display: flex;
 box-sizing: border-box;
 width: 80%;
 margin: 0 auto 1em;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.1736));
}
.form-style2 dl.form-notes.lvl2{
 background: #ffe8d5;
}

.form-style2 dl.form-notes ol{
 margin-left: 1em;
}

.form-style2 dl.form-notes dt{
 width:20%;
 font-weight: bold;
}

.form-style2 dl.form-notes dd{
 width:80%;
}

.form-style2 form.is-confirm dl.form-notes{
 display: none;
}

.form-style2 input.btn-delate{
 padding: .2em .5em;
 cursor: pointer;
}

.form-style2 input.btn-plus{
 padding: .2em .5em;
 margin: 1em 0 0;
 background: #d5faff;
 border: 1px solid #18858c;
 cursor: pointer;
}

/*2つ並びボタン*/
.form-style2 .form-btn2{
 margin: 0 auto 1em auto;
 text-align:center;
 max-width: 800px;
 position: relative;
 transition: all .3s;
 display: flex;
 justify-content: space-between;
}

.form-style2 .form-btn2 .form-btn,
.form-style2 .form-btn2 .form-btn_back{
 margin: 0 1em 1em 1em;
 text-align:center;
 width: 50%;
 position: relative;
 transition: all .3s;
 cursor: pointer;
}

/*1つボタン*/
.form-style2 .form-btn{
 margin: 0 auto 1em auto;
 text-align:center;
 width: 30%;
 position: relative;
 transition: all .3s;
 cursor: pointer;
}

.form-style2 .form-btn::after{
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background: url("../images/arrow.png") no-repeat;
	background-size: 32px 32px;
}

.form-style2 .form-btn input{
 font-size: 1.8rem;
 font-weight: bold;
 cursor: pointer;
 border: none;
 margin: 0 auto !important;
 padding: var(--btn-pad);
 text-align: center;
 text-decoration: none;
 color: #fff;
 display: block;
 background: var(--btn-color);
 border-radius: 40px;
 line-height: 1.5;
 width: 100%;
}

.form-style2 .form-btn:hover {
    opacity: 0.5;
    transform: scale(0.97,0.97);
	transition: all .3s;
}

/*戻るボタン（逆向き矢印）*/
.form-style2 .form-btn_back{
 margin: 0 auto 1em auto;
 text-align:center;
 width: 30%;
 position: relative;
 transition: all .3s;
 cursor: pointer;
}

.form-style2 .form-btn_back::before{
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scaleX(-1);
	left: 20px;
	background: url("../images/arrow.png") no-repeat;
	background-size: 32px 32px;
}

.form-style2 .form-btn_back input{
 font-size: 1.8rem;
 font-weight: bold;
 cursor: pointer;
 border: none;
 margin: 0 auto !important;
 padding: var(--btn-pad);
 text-align: center;
 text-decoration: none;
 color: var(--font-color);
 background: #d9f9e8;
 display: block;
 border-radius: 40px;
 line-height: 1.5;
 width: 100%;
}

.form-style2 .form-btn_back:hover {
    opacity: 0.5;
    transform: scale(0.97,0.97);
	transition: all .3s;
}

.form-style2 form p.confirm-txt{
 display: none;
}

.form-style2 form.is-confirm p{
 display: none;
}


.form-style2 form.is-confirm p.confirm-txt{
 display: block;
}

.form-style2 .form-in-block.lvl3 em{
 font-style: normal;
}

.form-style2 .form_privacy{
	text-align: center;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
 
.form-style2 .form-tb{
 width:100%;
 border: solid 4px #fff;
 text-align: left;
 margin: -2% auto 5% auto;
 font-size: 1.5rem;
 box-sizing:border-box;
}	

.form-style2 .form-tb dl{
 display: block;
}

.form-style2 .form-tb dl dt{
 padding: 0.5em 1em;
 width: 100%;
 display: block;
 border-right: none;
}
	
.form-style2 span.required{
 color: #ff0000;
}

.form-style2 .form-tb dl dd{
 background: #fff;
 padding: 1em;
 vertical-align: top;
 width: 100%;
 display: block;
}

.form-style2 .form-tb dd input[type="text"],
.form-style2 .form-tb dd input[type="password"],
.form-style2 .form-tb dd textarea,
.form-style2 .form-tb dl dd select{
 font-size: 1.5rem;
}

.form-style2 .form-tb dd input[type="text"]{
 width: 90% !important;
}

.form-style2 .form-tb dd .select_wrapper{
 max-width: 100%;
 width: 90%;
}
	
.form-style2 .form-tb dd .select_wrapper::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    transform: rotate(45deg);
	margin-right: 10px;
	pointer-events: none;
}

.form-style2 .form-tb dd .select_wrapper2{
 max-width: 100%;
}
	
.form-style2 .form-tb dd .select_wrapper2::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    transform: rotate(45deg);
	margin-right: 10px;
	pointer-events: none;
}

.form-style2 .form-tb dd input[type="text"].lvl2.datepicker{
 width: 90%;
}
	
.ui-datepicker{
 width: 70% !important;
 font-size: 1.6rem !important;
 max-width: 100%;
 box-sizing: border-box;
}
	
 
.form-style2 .form-in-block{
 padding: .3em 0;
 display: block;
 align-items: center;
 width: 100%;
}
	
.form-style2 .form-in-block.lvl0,
.form-style2 .form-in-block.lvl2,
.form-style2 .form-in-block.lvl3{
 display: block;
}

.form-style2 .form-in-block.lvl0 label,
.form-style2 .form-in-block.lvl2 label,
.form-style2 .form-in-block.lvl3 label{
 display:block;
 width: 100%;
 box-siging:border-box;
}

/*.form-style2 .form-tb dd input[type="text"].lvl1,
.form-style2 .form-tb dd input[type="password"].lvl1,
.form-style2 .form-tb dd input[type="text"].lvl2,
.form-style2 .form-tb dd input[type="text"].lvl3,
.form-style2 .form-tb dd input[type="text"].lvl4{
 width: 90%;
}*/

.form-style2 .form-tb dd textarea{
 width: 100%;
}
	
.form-style2 .form-in-block.list{
 display: flex;
 max-width: 100%;
 align-items: center;
 flex-wrap: wrap;
}
	
.form-style2 .form-in-block.list span{
 width: calc(100% / 2);
 padding-bottom: .5em;    
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 color: #000;
 display: block;
}

.form-style2 .form-in-block.lvl3 em{
  display: flex;
  color: #000;
 }

.form-style2 dl.form-notes{
 width: 90%;
 display: block;
}

.form-style2 dl.form-notes dt{
 width:100%;
 font-weight: bold;
 margin-bottom: .5em;
}
	
.form-style2 dl.form-notes dd{
 width:100%;
}
	
.form-style2 .form-btn,
.form-style2 .form-btn_back{
 width: 100%;
}
	
.form-style2 .form-btn input,
.form-style2 .form-btn_back input{
 text-align:center;
 padding: var(--btn-pad);
 font-size: 1.6rem;
}

.form-style2 .form-btn::after,
.form-style2 .form-btn_back::after{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 20px;
	background: url("../images/arrow.png") no-repeat;
	background-size: 25px 25px;
}
	
.form-style2 .form-btn2 {
    display: block;
}

.form-style2 .form-btn2 .form-btn,
.form-style2 .form-btn2 .form-btn_back{
 margin: 0 auto 1em auto;
 text-align:center;
 width: 100%;
 position: relative;
 transition: all .3s;
}

.form-style2 .form-in-block .form-in-block-body{
 flex-direction: column;
 align-items: flex-start;
}
	
.form-style2 .form-in-block .form-in-block-body div{
 width: 100%;
 margin-right: 0;
}
	

.form-style2 .form_privacy{
	text-align: left;
}

.form-style2 .form_privacy .Customized-Item{
	text-align: center;
	display: block;
}
 
 
.form-style2 .form-in-block{
 padding: .3em 0;
 display: block;
 align-items: center;
 width: 100%;
}
.form-style2 .form-in-block.lvl0,
.form-style2 .form-in-block.lvl2,
.form-style2 .form-in-block.lvl3{
 display: block;
}


.form-style2 .form-in-block.lvl0 label,
.form-style2 .form-in-block.lvl2 label,
.form-style2 .form-in-block.lvl3 label{
display:block;
 width: 100%;
 box-siging:border-box;
}
.form-style2 .form-in-block.list{
 display: flex;
 max-width: 100%;
 align-items: center;
 flex-wrap: wrap;
}
.form-style2 .form-in-block.list span{
 width: calc(100% / 2);
 padding-bottom: .5em;    
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 color: #000;
 display: block;
}

.form-style2 .form-in-block.lvl3 em{
 display: flex;
 color: #000;
}

.form-style2 dl.form-notes{
 width: 90%;
 display: block;
}

.form-style2 dl.form-notes dt{
 width:100%;
 font-weight: bold;
 margin-bottom: .5em;
}
.form-style2 dl.form-notes dd{
 width:100%;
} 
.form-style2 .form-btn input{
 margin-bottom:1em;
 text-align:center;
}
 
 .form-in-block .form-in-block-body{
 flex-direction: column;
  align-items: flex-start;
}
 .form-in-block .form-in-block-body div{
  width: 100%;
 margin-right: 0;
}
/* .form-in-block .form-in-block-body div select,
  .form-in-block .form-in-block-body div select.lvl2{
  width: auto !important;
  display: inline-block;
 }	*/
 
}


/***** ログイン *****/

.login-style .loginBox{
	background: var(--base-color);
	border: 1px solid #ade9c9;
	border-radius: 6px;
	padding: 3%;
}

.login-style .loginBox .passtxt{
	margin: 20px auto 0 auto;
	text-align: center;
}

.login-style .ttl span{
	font-size: 2.6rem;
}

.login-style .form-tb{
 width: 100%;
 text-align: left;
}

.login-style .form-tb dl {
 display:flex;
 justify-content: space-between;
 flex-wrap: wrap;
 text-align: left;
 width: 60%;
 margin: 0 auto;
 align-items: center;
}

.login-style .form-tb dl:first-child {
 margin: 0 auto 1% auto;
}

.login-style .form-tb dl dt {
 width: 30%;
 text-align: right;
 padding-right: 0.5em;
 box-sizing: border-box;
 font-size: 2rem;
 vertical-align: middle;
}

.login-style .form-tb dl dd {
 width: 70%;
 vertical-align: middle;
}

.login-style .form-tb dd input[type="text"],
.login-style .form-tb dd input[type="password"],
.login-style .form-tb dd textarea{
 font-size: 1.8rem;
 padding: .4em .5em;
 border: 1px solid #d3d3c8;
 background: #fff;
 margin: .1em .3em;
 vertical-align: middle;
 box-sizing: border-box;
 border-radius: 4px;
}
.login-style .form-tb dd input[type="text"].lvl1{
 width: 44%;
}
.login-style .form-tb dd input[type="text"].lvl2{
 width: 20%;
}
.login-style .form-tb dd input[type="text"].lvl3{
 width: 90%;
}
.login-style .form-tb dd input[type="text"].lvl4{
 width: 70%;
}
.login-style .form-tb dd input[type="password"].lvl3{
 width: 90%;
}

.login-style .form-tb dd select{
 font-size: 1.8rem;
 padding: .4em .5em;
 border: 1px solid #ddd;
 background: #fff;
 margin: .1em .3em;
 width: 100%;
 color: var(--font-color);
 border-radius: 4px;
 font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
 -webkit-appearance: none;
 appearance: none;
 cursor: pointer;
}

.login-style .form-in-block label{
 width: 6em;
}
.login-style .form-in-block.lvl0 label{
 width: 6em;
}
.login-style .form-in-block.lvl2 label{
 width: 12em;
}
.login-style .form-in-block.lvl3 label{
 width: 8em;
}
.login-style .form-in-block.lvl4 label{
 width: 10em;
}
.login-style .form-in-block.list{
 display: flex;
 max-width: 100%;
 align-items: center;
 flex-wrap: wrap;
}
.login-style .form-in-block.list span{
 width: calc(100% / 3);
 padding-bottom: .5em;    
 color: #000;
}
.login-style .form-in-block.list span input{
 margin-right: .4em;
}

.login-style dl.form-notes{
 text-align:left;
 padding: 1em;
 background: #f5f9fd;
 border: 1px solid #94dce6;
 display: flex;
 box-sizing: border-box;
 width: 80%;
 margin: 0 auto 1em;
 font-size: calc(1.4rem + ((1vw - 7.68px) * 0.1736));
}
.login-style dl.form-notes.lvl2{
 background: #ffe8d5;
}

.login-style dl.form-notes ol{
 margin-left: 1em;
}

.login-style dl.form-notes dt{
 width:20%;
 font-weight: bold;
}

.login-style dl.form-notes dd{
 width:80%;
}

.login-style form.is-confirm dl.form-notes{
 display: none;
}

.login-style .Customized-Item{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1% auto 1.5% auto;
}

.login-style .Customized-Item-Checkbox {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: var(--point-color);
}

.login-style .Customized-Item span{
  margin: 0.05% 0 0 0.7%;
}


/*1つボタン*/
.login-style .form-btn{
 margin: 1.4em auto 0 auto;
 text-align:center;
 width: 30%;
 position: relative;
 transition: all .3s;
 cursor: pointer;
}

.login-style .form-btn::after{
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background: url("../images/arrow.png") no-repeat;
	background-size: 32px 32px;
}

.login-style .form-btn input{
 font-size: 1.8rem;
 font-weight: bold;
 cursor: pointer;
 border: none;
 margin: 0 auto !important;
 padding: var(--btn-pad);
 text-align: center;
 text-decoration: none;
 color: #fff;
 display: block;
 background: var(--btn-color);
 border-radius: 40px;
 line-height: 1.5;
 width: 100%;
}

.login-style .form-btn:hover {
    opacity: 0.5;
    transform: scale(0.97,0.97);
	transition: all .3s;
}


.login-style #m-member .memberinfo_btn{
	margin: 6rem auto 0 auto;
	max-width: 740px;
}

.login-style #m-member .memberinfo_btn .btn a{
	background: var(--btn-color2);
	color: var(--font-color);
}

.login-style #m-member .memberinfo_btn .btn a::after{
	background: url("../images/arrow2.png") no-repeat;
	background-size: 32px 32px;
}




@media screen and (max-width: 768px) {
	
.login-style .loginBox{
	padding: 5%;
}
 
.login-style .form-tb{
 width: 100%;
 text-align: left;
 margin: -2% auto 5% auto;
 font-size: 1.5rem;
 box-sizing: border-box;
}

.login-style .form-tb dl{
 display: block;
 width: 100% !important;
 margin: 0 auto 3% auto;
}
	
.login-style .form-tb dl:first-child{
 margin: 0 auto 3% auto;
}

.login-style .form-tb dl dt{
 padding: 0;
 width: 100%;
 display: block;
 text-align: left;
 font-size: 1.6rem;
 margin: 0 auto 1% auto;
}
	
.login-style .form-tb dl dd{
 padding: 0;
 vertical-align: top;
 width: 100%;
 display: block;
}

.login-style .form-tb dd input[type="text"],
.login-style .form-tb dd input[type="password"],
.login-style .form-tb dd textarea,
.login-style .form-tb dl dd select{
 font-size: 1.5rem;
 width: 100% !important;
}
 
.login-style .form-in-block{
 padding: .3em 0;
 display: block;
 align-items: center;
 width: 100%;
}
	
.login-style .form-in-block.lvl0,
.login-style .form-in-block.lvl2,
.login-style .form-in-block.lvl3{
 display: block;
}

.login-style .form-in-block.lvl0 label,
.login-style .form-in-block.lvl2 label,
.login-style .form-in-block.lvl3 label{
 display:block;
 width: 100%;
 box-siging:border-box;
}

.login-style .form-tb dd input[type="text"].lvl1,
.login-style .form-tb dd input[type="password"].lvl1,
.login-style .form-tb dd input[type="text"].lvl2,
.login-style .form-tb dd input[type="text"].lvl3,
.login-style .form-tb dd input[type="text"].lvl4{
 width: 100%;
}

.login-style .form-tb dd textarea{
 width: 100%;
}
	
.login-style .form-in-block.list{
 display: flex;
 max-width: 100%;
 align-items: center;
 flex-wrap: wrap;
}
	
.login-style .form-in-block.list span{
 width: calc(100% / 2);
 padding-bottom: .5em;    
 font-size: calc(1.6rem + ((1vw - 7.68px) * 0.463));
 color: #000;
 display: block;
}

.login-style .form-in-block.lvl3 em{
  display: flex;
  color: #000;
 }

.login-style dl.form-notes{
 width: 90%;
 display: block;
}

.login-style dl.form-notes dt{
 width:100%;
 font-weight: bold;
 margin-bottom: .5em;
}
	
.login-style .form-btn{
 width: 100%;
}
	
.login-style .form-btn input{
 text-align:center;
 padding: var(--btn-pad);
 font-size: 1.6rem;
}

.login-style .form-btn::after{
 width: 25px;
 height: 25px;
 position: absolute;
 top: 50%;
 right: 20px;
 background: url("../images/arrow.png") no-repeat;
 background-size: 25px 25px;
}

.login-style .Customized-Item{
 margin: 3% auto 4% auto;
}
	
.login-style #m-member .memberinfo_btn{
	margin: 3rem auto 0 auto;
	width: 84%;
}
	
.login-style #m-member .memberinfo_btn .btn li{
	margin-bottom: 4%;
}
	
.login-style #m-member .memberinfo_btn .btn a::after{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background: url("../images/arrow2.png") no-repeat;
	background-size: 25px 25px;
}
 
}






/***** お問い合わせ *****/

/* 注意事項 */
.inquiry_please {
    border: solid 2px #ddd;
    padding: 20px 30px;
    margin: 0 0 25px;
    background: #fafafa;
    position: relative;
    z-index: 0;
}
.inquiry_please p:last-child{
    margin-bottom: 0;
}

/*一部だけ線の色を変える*/
.inquiry_please:before {
	border-top:2px solid #0BA800;
	border-left:2px solid #0BA800;
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	z-index: 1;
}

/*一部だけ線の色を変える*/
.inquiry_please:after {
	border-bottom:2px solid #0BA800;
	border-right:2px solid #0BA800;
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 20px;
	height: 20px;
	z-index: 1;
}

.inquiry_please h5 {
	color: #0ba800;
	font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.inquiry_please li {
    font-size: 1.4rem;
}

.inquiry_please .list_number {
	margin-bottom: 0;
}

.form_area {
    width: 100%;
}

.form_area .inquiry_form th {
    width: 18%;
    color: #333;
    font-weight: 500;
    text-align: left;
    padding: 10px;
    vertical-align: top;
}

.form_area .inquiry_form td {
    padding: 10px 10px 10px 20px;
}

.form_area .inquiry_form td:last-child {
    padding: 10px 10px 0 20px;
}

.form_area .inquiry_form td input {
    width: 65%;
    border-radius: 3px;
    padding: 10px;
    border: 2px solid #d8d8d8;
    margin: 0 0 15px;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    letter-spacing: 0.08em;
}

.form_area .inquiry_form td input:focus {
    border: solid 2px #32badc;
}

.form_area .inquiry_form td textarea {
    width: 500px;
    border-radius: 3px;
    padding: 10px;
    border: 2px solid #d8d8d8;
    margin: 0 0 15px;
    height: 120px;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.form_area .inquiry_form_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 8px 0 25px;
}

.form_area .inquiry_form_btn li {
    margin: 0 10px;
    width: 28%;
    transition: 0.5s;
}

.form_area .inquiry_form_btn li:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.form_area .inquiry_form_btn li a,
.form_area .inquiry_form_btn li input{
    display: block;
    color: #fff;
    width: 200px;
    padding: 13px;
    text-align: center;
    border: solid 3px #fff;
    font-size: 1.6rem;
}

.form_area .inquiry_form_btn li:nth-child(1) a, .form_area .inquiry_form_btn li:nth-child(1) input {
    width: 100%;
    letter-spacing: 0.08em;
    background: #0ba800;
    font-weight: 500;
    font-size: 1.5rem;
    outline: 0;
    cursor: pointer;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.form_area .inquiry_form_btn li:nth-child(2) a, .form_area .inquiry_form_btn li:nth-child(2) input {
    width: 100%;
    letter-spacing: 0.08em;
    color: #fff;
    background: #ccc;
    font-weight: 500;
    font-size: 1.5rem;
    outline: 0;
    cursor: pointer;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
} 

@media screen and (max-width: 768px) {
/* 注意事項 */
.inquiry_please {
    padding: 15px 10px 5px;
    margin: 0 0 20px;
}

.inquiry_please h5 {
    margin: 0 0 10px !important;
    border: none !important;
    padding: 0 !important;
    text-align: center !important;
    display: block !important;
	font-size: 1.5rem;
}

.inquiry_please li {
    font-size: 14px;
}

.form_area .inquiry_form th {
    display: block;
    width: 100%;
    background: none;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

.form_area .inquiry_form td {
    display: block;
    padding: 5px 5px 5px 5px;
}
.form_area .inquiry_form td:last-child {
    display: block;
    padding: 5px 5px 0 5px;
}
	
.form_area .inquiry_form td textarea {
    width: 400px;
    height: 100px;
}

.form_area .inquiry_form_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    flex-wrap: nowrap;
    margin: 0 auto 15px auto;
}

.form_area .inquiry_form_btn li {
    margin: 0;
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form_area .inquiry_form_btn li a,
.form_area .inquiry_form_btn li input {
    display: block;
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none;
}

.form_area .inquiry_form_btn li:nth-child(1) a, .form_area .inquiry_form_btn li:nth-child(1) input {
    font-size: 1.5rem;
}

.form_area .inquiry_form_btn li:nth-child(2) a, .form_area .inquiry_form_btn li:nth-child(2) input {
    font-size: 1.5rem;
}

}


/*送信確認画面　フォームスタイル*/
.form_tb {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
}

.form_tb th {
	width: 30%;
	padding: 20px;
	text-align: left;
	border: var(--tb-border);
	background: var(--gry-color);
}

.form_tb td {
	padding: 20px;
	border: var(--tb-border);
}

#submit_btn input {
    width: 28%;
    letter-spacing: 0.08em;
    color: #fff;
    background: #ccc;
    font-weight: 500;
    font-size: 1.5rem;
    outline: 0;
    cursor: pointer;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    padding: 10px 0;
    border: none;
}

@media screen and (max-width: 768px) {
#submit_btn input {
    width: 40%;
    font-size: 1.5rem;
    padding: 8px 0;
}
}



/***** お知らせ一覧 *****/

.news_index .news > div dl {
	padding-top: 20px;
	border-bottom: #333 1px dotted;
}

.news_index .news > div dt {
	width: 16em;
	float: left;
	clear: left;
	display: flex;
}

.news_index .news > div dt span {
	width: 7em;
	margin: auto 0 auto 15px;
	padding: 3px 0;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	display: block;
	border: 2px solid;
	border-color: var(--base-color);
	color: var(--base-color);
}

.news_index .news > div dt span.category_info {
	border: 2px solid;
	border-color: var(--point-color);
	color: var(--point-color);
}

.news_index .news > div dt span.category_recruit {
	border: 2px solid;
	border-color: var(--base-color);
	color: var(--base-color);
}

.news_index .news > div dd {
	margin-bottom: 20px;
	padding: 0 0 20px 16em;
}

.news_index .news > div dd:last-child {
	margin-bottom: 0;
}

.news_index .news > div dd a {
	color: #333;
}

@media screen and (max-width:768px){
.news_index .news {
	width: 100%;
	display: block;
}

.news_index .news > div dt {
	width: 100%;
	float: none;
}	
.news_index .news > div dt span {
	width: 7em;
	margin-left: 15px;
	padding: 2px 0;
	margin: auto 0 auto 10px;
	font-size: 0.9rem;
	font-weight: 500;
	text-align: center;
	display: block;
	border: 2px solid;
	border-color: var(--base-color);
	color: var(--base-color);
}

.news_index .news > div dt span.category_info {
	border: 2px solid;
	border-color: var(--point-color);
	color: var(--point-color);
}

.news_index .news > div dt span.category_recruit {
	border: 2px solid;
	border-color: var(--base-color);
	color: var(--base-color);
}
	
.news_index .news > div dd{
	padding: 10px 0;
}

}



/***** なんでも相談室 *****/

/* 上部アコーディオン */
.sp_consultation_accordion {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  font-family: "Segoe UI", sans-serif;
}

.sp_consultation_accordion {
	margin: 0 0 1.5rem 0;
}

.sp_consultation_accordion:last-child {
	margin: 0 0 2rem 0;
}

/* タイトル */
.sp_consultation_accordion-title {
    margin: 0;
    background-color: #D7F8F1;
    padding: 12px 15px;
    cursor: pointer;
	font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background-color 0.3s;
	transition: 0.2s;
}
.sp_consultation_accordion-title:hover {
	transition: 0.2s;
	opacity: 0.5;
}

.sp_consultation_accordion br{
    display: block;
}
/* ＋－アイコン */
.sp_consultation_accordion .icon i {
    font-size: 18px;
    color: var(--point-color);
    display: block;
}

/* コンテンツ（閉じた状態） */
.sp_consultation_accordion-content {
    list-style: none;
    margin: 0;
    padding: 1.2% 2% 2% 2%;
    background: #D7F8F1;
    display: none;
}

.sp_consultation_accordion-content a {
    /*display: block;
    padding: 10px 15px;*/
    text-decoration: none;
}

/* 開いた状態 */
.sp_consultation_accordion.open .sp_consultation_accordion-content {
    display: block;
}

/* 開いたときにアイコンを「－」に変更 */
.sp_consultation_accordion.open .icon i {
    transform: rotate(180deg);
}	

