@charset "utf-8";


/* -------------------------------------------------
Primary style
------------------------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  /*min-width: 1024px;*/
  min-width: 1136px;
  font-size: 1.6rem;
  color: #333;
  background-color: #fff;
}

a {
  color: #333;
  text-decoration: none;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: inline-block;
}

.sp {
	display: none;
}

.call_on {
	pointer-events: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/* placeholder 色指定 */
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}




/* サイト共通パーツ
------------------------------------------------- */

h2 {
  margin: 56px 0 32px;
  text-align: center;
}

h2 img {
  vertical-align: bottom;
}

p {
  font-size: 1.4rem;
  line-height: 2.14;
  color: #666;
  letter-spacing: .05em;
  font-family: "Noto Sans JP";
}

.tmpl01 {
  margin: 0 auto;
  width: 1000px;
  height: 284px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tmpl01 .inner01 {
  margin-right: -28px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 528px;
  height: 270px;
  position: relative;
  z-index: 1;
}

.tmpl01 .inner02 {
  margin-left: -50px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 550px;
  height: 270px;
}

#top .tmpl01 .inner02 {
  margin-left: -50px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 550px;
  height: 250px;
}

.tmpl01 img {
  vertical-align: bottom;
}


/* header
------------------------------------------------- */
header {
  min-width: 1080px;
  width: 100%;
  height: 105px;
  border-top: 5px solid #c5d938;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header img {
vertical-align: bottom;}

header h1,
header ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header h1 {
  margin-left: 24px;
  width: 250px;
  height: 100px;
}

header ul {
  margin-left: auto;
}

header ul li a {
  width: 130px;
  height: 100px;
  border-left: 1px solid #eaeaea;
}

header ul li a:hover,
header ul li a.current {
  background-color: #ffffcc;
  opacity: 1;
}

header ul li:last-child a {
  background-color: #2ca858;
}

header ul li:last-child a:hover {
  opacity: .7;
}



/* footer
------------------------------------------------- */
footer .contact {
  padding: 0 0 76px;
}

footer .contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 227px;
  background-color: #e2e2e2;
}

footer .contact .container {
  margin-top: -168px;
  padding: 40px 0 48px;
  text-align: center;
  border: 1px solid #eaeaea;
  background-color: #fff;
}

footer .contact .container>p:nth-of-type(2) {
  margin: 22px 0 26px;
}

footer .contact .container ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .contact .container ul li a {
  width: 420px;
  height: 76px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .contact .container ul li:nth-child(1) a {
  background-color: #f7c325;
}

footer .contact .container ul li:nth-child(2) a {
  border: 1px solid #f7c325;
  margin-left: 14px;
}


footer .to_top {
  width: 100%;
  text-align: center;
  background-color: #c5d938;
  cursor: pointer;
}

footer .to_top img {
  padding: 17px 0 13px;
}

footer .footer {
  padding: 25px 0 15px;
}

footer .footer .logo {
  margin-bottom: 25px;
  width: 198px;
}

footer .footer .logo img {
  vertical-align: bottom;
}

footer .footer p {
  padding-top: 26px;
  width: calc(100% - 198px);
  margin-left: 24px;
  line-height: 1;
}

footer .copy {
  padding: 16px 0 8px;
  text-align: center;
  border-top: 1px solid #eaeaea;
}



/* -------------------------------------------------
topページ
------------------------------------------------- */

/* 共通パーツ
------------------------------------------------- */
.btn_more a {
  margin: 0 auto;
  display: block;
  width: 325px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  vertical-align: middle;
  background-color: #f7c325;
}

.btn_more a img{
  vertical-align: middle;
}


/* mv
------------------------------------------------- */
#top .mv {
  border-bottom: 5px solid #c5d938;
}

#top .mv .img01 {
  position: relative;
}

#top .mv .img01 .img img,
#top .mv .img02 img {
  max-width: initial;
  width: 100%;
  vertical-align: bottom;
}

#top .mv .img01 .txt {
  position: absolute;
  bottom: 30px;
  left: calc((100% - 278px) / 2);
}

#top .mv p {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #c5d938;
}

#top .mv p img {
  max-width: 100%;
  width: auto;
  vertical-align: middle;
}


/* voice
------------------------------------------------- */
#top .voice ul {
/*
  margin-bottom: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
*/

}

#top .voice ul li {
  width: 325px;
  height: 225px;
  overflow: hidden;
}

#top .voice p:not(.btn_more) {
  margin: 22px auto 32px;
  width: 824px;
  text-align: center;
}

/* good pointe
------------------------------------------------- */
#top .good {
  overflow: hidden;
}

#top .good ul {
  margin-bottom: 40px;
  min-width: 1280px;
  height: 328px;
  background-color: #e2e2e2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#top .good ul li {
  margin: 0 -62px;
  position: relative;
}

#top .good ul li .txt {
  position: absolute;
  bottom: 16px;
  left: calc(337px / 2);
  -webkit-transform: translateX(-85%);
  transform: translateX(-85%);
}


/* about
------------------------------------------------- */
/*#top .about .tmpl01 {
  margin-bottom: 40px;
}*/

#top .about .tmpl01 {
  margin-bottom: 100px;
}

#top .about p:not(.btn_more) {
  margin: 0 auto 32px;
  width: 824px;
  text-align: center;
}

#top .about .btn_more {
  margin-bottom: 80px;
}



/* -------------------------------------------------
下層ページ
------------------------------------------------- */

/* 共通パーツ
------------------------------------------------- */

/* mv */
.mv {
  width: 100%;
}

.mv img {
  max-width: initial;
  width: 100%;
  vertical-align: bottom;
}

/* 先輩の声
------------------------------------------------- */
#recruit .voice {
  padding-bottom: 100px;
}

#recruit .voice ol li+li {
  margin-top: 60px;
}

#recruit .voice ol li:first-child {
  padding-top: 25px;
}

#recruit .voice ol li:nth-child(odd) .inner01 {
  padding: 100px 0 0 56px;
  background: url(../img/recruit/bg.png) 0 0 no-repeat;
  position: relative;
}

#recruit .voice ol li:nth-child(odd) .inner01::before {
  content: "";
  display: block;
  width: 80px;
  height: 52px;
  position: absolute;
  top: -25px;
  left: 56px;
}

#recruit .voice ol li:nth-child(even) .inner02 {
  padding: 100px 0 0 124px;
  background: url(../img/recruit/bg02.png) 0 0 no-repeat;
  position: relative;
}

#recruit .voice ol li:nth-child(even) .inner02::before {
  content: "";
  display: block;
  width: 80px;
  height: 52px;
  position: absolute;
  top: -25px;
  left: 124px;
}

#recruit .voice ol li:nth-child(1) .inner01::before {
  background-image: url(../img/cmn/num01.png);
}

#recruit .voice ol li:nth-child(2) .inner02::before {
  background-image: url(../img/cmn/num02.png);
}

#recruit .voice ol li:nth-child(3) .inner01::before {
  background-image: url(../img/cmn/num03.png);
}

#recruit .voice ol li:nth-child(4) .inner02::before {
  background-image: url(../img/cmn/num04.png);
}

#recruit .voice ol li:nth-child(5) .inner01::before {
  background-image: url(../img/cmn/num05.png);
}

#recruit .voice ol li:nth-child(6) .inner02::before {
  background-image: url(../img/cmn/num06.png);
}

#recruit .voice ol li:nth-child(7) .inner01::before {
  background-image: url(../img/cmn/num07.png);
}

#recruit .voice ol li .inner01 img,
#recruit .voice ol li .inner02 img {
  vertical-align: bottom;
} 

#recruit .voice ol li .inner01 .ttl,
#recruit .voice ol li .inner02 .ttl {
  width: 376px;
  height: 36px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}

#recruit .voice ol li .inner01 .job,
#recruit .voice ol li .inner02 .job {
  margin-top: 52px;
  line-height: 1;
}

#recruit .voice ol li .inner01 .year,
#recruit .voice ol li .inner02 .year {
  margin-top: 12px;
  line-height: 1;
}





/* 先輩の声（個別ページ）
------------------------------------------------- */
#rec_sngl .mv {
  position: relative;
}

#rec_sngl .mv img:not(:first-of-type) {
  max-width: 100%;
  width: initial;
  width: auto;
  position: absolute;
  left: calc((100% - 1000px) / 2);
}

#rec_sngl .mv img:nth-of-type(2) {
  top: 60px;
}

#rec_sngl .mv img:nth-of-type(3) {
  bottom: 128px;
  left: calc((100% - 1000px) / 2 + 98px);
}

#rec_sngl .container {
  margin-top: -96px;
  padding: 40px 0 88px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#rec_sngl h2 {
  margin-bottom: 28px;
  padding-top: 28px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1;
}

#rec_sngl .intv h2 {
  margin-top: 0;
  background: url(../img/recruit_single/txt_interview01.png) center top no-repeat;
}

#rec_sngl .intv:nth-of-type(2) h2 {
  margin-top: 70px;
  background: url(../img/recruit_single/txt_interview02.png) center top no-repeat;
}

#rec_sngl .intv:nth-of-type(3) h2 {
  margin-top: 70px;
  background: url(../img/recruit_single/txt_interview03.png) center top no-repeat;
}

#rec_sngl .intv .intv02 {
  margin-top: 0;
  background: url(../img/recruit_single/txt_interview02.png) center top no-repeat;
}

#rec_sngl .intv .intv03 {
  margin-top: 0;
  background: url(../img/recruit_single/txt_interview03.png) center top no-repeat;
}

#rec_sngl .intv .intv04 {
  margin-top: 0;
  background: url(../img/recruit_single/txt_interview04.png) center top no-repeat;
}

#rec_sngl .intv .intv05 {
  margin-top: 0;
  background: url(../img/recruit_single/txt_interview05.png) center top no-repeat;
}

#rec_sngl .intv .intv06 {
  margin-top: 0;
  background: url(../img/recruit_single/txt_interview06.png) center top no-repeat;
}

#rec_sngl .intv .intv07 {
  margin-top: 0;
  background: url(../img/recruit_single/txt_interview07.png) center top no-repeat;
}

#rec_sngl .intv .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#rec_sngl .txt {
  /*width: 680px;*/
  width: 850px;
  padding-top: 56px;
}

#rec_sngl .img {
  padding-top: 56px;
  /*width: calc(100% - 680px - 32px);*/
}

#rec_sngl .catch {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #2ca858;
  line-height: 1.35;
}

#rec_sngl .intv:nth-of-type(2) .txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#rec_sngl .intv:nth-of-type(2) .img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#rec_sngl .intv:nth-of-type(3) .txt {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#rec_sngl .intv:nth-of-type(3) .img {
  margin-bottom: 20px;
  padding-top: 0;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.other {
	background-color: #2ca858;
	padding-bottom: 60px;
}

.other .container {
	background-color: #2ca858;
}

.other .ttl {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 43px;
}

.other01 {
	width: 234px;
	float: left;
	margin-right: 20px;
	margin-bottom: 24px;
}

.otherlast {
	margin-right: 0px !important;
}

.other01 img {
	width: 100%;
	height: auto;
	float: left;
}

.other01 p {
	color: #333333;
	background-color: #fff;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(../img/recruit_single/other_icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	font-size: 16px;
	line-height: inherit;
	font-weight: 700;
}

.other01 p span {
	font-size: 12px;
}

.other01.otherback p {
	background-image: none;
	color: #2ca858;
	height: 66px;
	padding-top: 20px;
    font-weight: 500;
}



/* 私たちについて
------------------------------------------------- */
#about .mv {
  position: relative;
}

#about .mv img:not(:first-of-type) {
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#about section img {
  vertical-align: bottom;
}

#about section h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #0a5d30;
  line-height: 1;
  font-family: "Noto Sans JP";
}

#about section .lead {
  margin: 0 auto 44px;
  width: 1000px;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: .03em;
  text-align: center;
}

#about section ul.flex {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#about section ul.flex li {
  width: 33.33%;
}

#about section ul.flex li img {
  max-width: initial;
  width: 100%;
}

#about section .greeting {
  padding-bottom: 65px;
}

#about section .greeting::before {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background-color: #f1f1f1;
}

#about section .greeting .container {
  margin-top: -190px;
}

#about section .greeting .container .txt {
  margin-top: 28px;
  text-align: center;
  letter-spacing: .017em;
}



/* about good point
------------------------------------------------- */

.num {
	margin-right: 25px;
    /*padding-top: 70px;*/
	padding-top: 9%;
    float: left;
    height: 100%;
}
.num img {
	width: initial !important;
}




/* ここがいい！
------------------------------------------------- */
#good .good img,
#good .personality img {
  vertical-align: bottom;
}


/* 千葉南病院のいいところ */
#good .good h2 {
  margin-bottom: 56px;
  margin-top: 0;
}

#good .good ol li img {
  max-width: initial;
  width: 100%;
}

#good .good ol li {
  /*background-color: #2ca858;*/
  background-color: #f1f1f1;
}

#good .good ol li:nth-child(even) {
  background-color: #fff;
}

#good .good ol li .img {
  width: 31.92%;
}

#good .good ol li .txt {
  width: calc(100% - 31.92%);
  /*padding-left: 50px;*/
  padding-left: 17px;
  padding-right: calc((100% - 1000px) / 2);
}

#good .good ol li:nth-child(even) .img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#good .good ol li:nth-child(even) .txt {
  padding-left: calc((100% - 1000px) / 2);
  padding-right: 50px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#good .good ol li .txt h3 {
  /*padding-left: 64px;
  height: 80px;
  line-height: 80px;*/
 /* padding-top: 45px;*/
  padding-top: 4%;
}

#good .good ol li:nth-child(1) .txt h3 {
  /*background: url(../img/good/num01.jpg) left top no-repeat;*/
}

#good .good ol li:nth-child(2) .txt h3 {
  /*background: url(../img/good/num02.jpg) left top no-repeat;*/
}

#good .good ol li:nth-child(3) .txt h3 {
  /*background: url(../img/good/num03.jpg) left top no-repeat;*/
}

#good .good ol li:nth-child(4) .txt h3 {
  /*background: url(../img/good/num04.jpg) left top no-repeat;*/
}

#good .good ol li:nth-child(5) .txt h3 {
  /*background: url(../img/good/num05.jpg) left top no-repeat;*/
}

#good .good ol li:nth-child(6) .txt h3 {
  /*background: url(../img/good/num06.jpg) left top no-repeat;*/
}

#good .good ol li:nth-child(odd) .txt h3 {
  /*color: #fff;*/
  color: #000;
}

#good .good ol li:nth-child(odd) .txt p {
	color: #666666;
}

#good .good ol li:nth-child(odd) .txt h3 {
  font-weight: 500;
}

#good .good ol li .txt p {
  /*margin-top: 20px;*/
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 2.142vmax;
}

/* 求める人物像 */
#good .personality {
  text-align: center;
}

#good .personality .container > p:nth-of-type(1) {
  margin-bottom: 20px;
  font-size: 3rem;
  letter-spacing: .08em;
  color: #0a5d30;
  font-weight: 500;
  line-height: 1;
}

#good .personality ul {
  margin: 40px 0 72px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


/* 募集要項
------------------------------------------------- */
#guidance {
  padding-bottom: 72px;
  font-family: "Noto Sans JP";
}

#guidance .mv {
  position: relative;
}

#guidance .mv img:not(:first-of-type) {
  max-width: 100%;
  width: auto;
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%,);
  transform: translateX(-50%);
}

#guidance h2 {
  margin: 48px 0 40px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .08em;
  color: #2ca858;
}

#guidance .tmpl02 {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#guidance .tmpl02 dt,
#guidance .tmpl02 dd {
  padding: 16px 16px 16px 60px;
  font-size: 1.4rem;
  line-height: 2.35;
}

#guidance .tmpl02 dt {
  width: 222px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #ececf2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#guidance .tmpl02 dd {
  width: 778px;
  border-top: 1px solid #ccc;
}

/* 募集要項 */

/* 給与・福利厚生 */
#guidance .salary h2 {
  margin-top: 60px;
}

#guidance .salary .tmpl02 {
  margin-bottom: 60px;
}

/* 課長からの一言 */
#guidance .message {
  color: #666;
  text-align: center;
}

#guidance .message .img_cover {
  margin: 32px 0 20px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#guidance .message .img_cover .img {
  width: 100%;
}

#guidance .message .img_cover p {
  margin-left: -338px;
  padding: 125px 0 45px;
  width: 338px;
  font-size: 1.4rem;
  line-height: 1;
  background: url(../img/cmn/logo.png) center top 50px no-repeat #fff;
  display: none;
}

#guidance .message .img_cover p span {
  margin-left: 3px;
  font-size: 2.4rem;
}

.sign {
	text-align: right;
	margin-top: 10px;
}



/* エントリーフォーム
------------------------------------------------- */
#entry {
  padding-bottom: 80px;
  font-family: "Noto Sans JP";
}

#entry .mv {
  position: relative;
}

#entry .mv img:not(:first-of-type) {
  max-width: 100%;
  width: auto;
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%,);
  transform: translateX(-50%);
}

#entry form {
  margin: 0 auto;
  width: 1000px;
  color: #666;
}

#entry form .error {
  color: #f00;
}

#entry form label {
  cursor: pointer;
}

#entry form>p:nth-of-type(1) {
  padding: 41px 0 56px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}

#entry form>dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#entry form>dl>dt {
  padding: 32px 0 0 10px;
  width: 280px;
  border-top: 1px solid #ddd;
}

#entry form>dl>dt>span {
  margin-left: 12px;
  padding: 2px 4px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
  background-color: #f00;
}


#entry form>dl>dd {
  padding: 28px 0;
  width: 720px;
  border-top: 1px solid #ddd;
}

#entry form>dl>dd>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#entry form>dl>dd input,
#entry form>dl>dd select {
  padding-left: 8px;
  height: 36px;
  font-size: 1.6rem;
  color: #666;
  border-radius: 4px;
  border: 1px solid #ccc;
}

#entry form>dl>dd:nth-of-type(1) select {
  width: 272px;
}

#entry form>dl>dd:nth-of-type(2) input,
#entry form>dl>dd:nth-of-type(3) input {
  margin-left: 8px;
  width: 156px;
}

#entry form>dl>dd p {
  font-size: 1.6rem;
  line-height: 1;
}

#entry form>dl>dd:nth-of-type(2),
#entry form>dl>dd:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#entry form>dl>dd:nth-of-type(2) label {
  text-indent: 1em;
}

#entry form>dl>dd:nth-of-type(2) label + label,
#entry form>dl>dd:nth-of-type(3) label + label {
  margin-left: 24px;
  width: 500px;
}

#entry form>dl>dd:nth-of-type(4) li + li {
  margin-left: 24px;
}

#entry form>dl>dd:nth-of-type(5) input {
  margin-right: 8px;
  width: 172px;
}

#entry form>dl>dd:nth-of-type(6) input,
#entry form>dl>dd:nth-of-type(7) input {
  margin-right: 8px;
  width: 552px;
}

#entry form>dl>dd:nth-of-type(8) textarea,
#entry form>dl>dd:nth-of-type(9) textarea {
  padding-left: 8px;
  width: 644px;
  height: 160px;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.5;
}

#entry form>dl>dd:nth-of-type(2) input[placeholder="山田"],
#entry form>dl>dd:nth-of-type(2) input[placeholder="太郎"],
#entry form>dl>dd:nth-of-type(3) input[placeholder="ヤマダ"],
#entry form>dl>dd:nth-of-type(3) input[placeholder="タロウ"],
#entry form>dl>dd:nth-of-type(5) input[placeholder="012345678"],
#entry form>dl>dd:nth-of-type(6) input[placeholder="tarou@example.com"],
#entry form>dl>dd:nth-of-type(7) input[placeholder="tarou@example.com"] {
  font-size: 1.6rem;
  letter-spacing: .1em;
}

#entry form>dl>dd span {
  font-size: 1.4rem;
}

#entry form>dl>dt:nth-of-type(n+10) {
  margin-bottom: 22px;
  padding: 0;
  padding-top: 48px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

#entry form>dl>dd:nth-of-type(n+10) {
  padding: 0;
  width: 100%;
}

#entry form>dl>dd:nth-of-type(10) p {
  margin: 14px 0;
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: .08em;
}

#entry form>dl>dd:nth-of-type(10) p:first-of-type {
  margin-top: 0;
}


#entry form>dl>dt:nth-of-type(n+11),
#entry form>dl>dd:nth-of-type(n+10) {
  border-top: none;
}

#entry form>dl>dt:nth-of-type(n+11) {
  margin: 0;
  padding: 0;
}

#entry form>dl>dd:nth-of-type(11) {
  margin: 60px 0 20px;
  text-align: center;
}

#entry form>dl>dd:nth-of-type(11) input {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

#entry form>dl>dd:nth-of-type(n+12) input {
  margin: 0 auto;
  display: block;
  width: 500px;
  height: 60px;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: .08em;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  background-color: #339966;
  border: none;
  cursor: pointer;
}


@media(max-width:3000px) and (min-width: 1600px){
	.num {
		padding-bottom: 90px;
	}
}



/* -------------------------------------------------
レスポンシブ
------------------------------------------------- */

@media screen and (max-width: 480px){

body {
  min-width: initial;
}

.container {
  margin: 0;
  width: 100%;
}

.pc {
  display: none;
}

.sp {
	display: inline-block;
}

.call_on {
	pointer-events: auto;
}


/* サイト共通パーツ
------------------------------------------------- */

h2 {
  margin: 28px 0 16px;
  text-align: center;
}

h2 img {
  vertical-align: bottom;
}

p {
  line-height: 1.75;
}

.tmpl01 {
  margin: 0 auto;
  width: calc(100% - 20px);
  height: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tmpl01 .inner01 {
  margin-right: 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 80vw;
  height: auto;
  position: relative;
  z-index: 1;
}

.tmpl01 .inner02 {
  margin-left: auto;
  /*margin-top: -20px;*/
  margin-left: inherit !important;
  margin-top: 20px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 80vw !important;
  height: auto !important;
}

.tmpl01 img {
  vertical-align: bottom;
}


/* header
------------------------------------------------- */
header {
  min-width: initial;
  height: 53px;
  position: relative;
}

header h1 {
  margin-left: 10px;
  width: 160px;
  height: 48px;
}

  header ul {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    z-index: 9999;
  }

  header ul li {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    display: none;
  }

header ul li a {
  width: 100%;
  height: calc((100vh - 53px) / 6);
  border:none;
  border-top: 1px solid #bbb;
}

header ul li:last-child a {
    background-color: rgba(44, 168, 88, 0.85);
}

  header p {
    position: absolute;
    top: 0px;
  }

  header p:first-of-type {
    margin-left: 0;
    right: 48px;
  }

  header p:nth-of-type(2) {
    margin-left: 0;
    right: 0px;
  }

  header p a{
    display: block;
    width: 48px;
    height: 48px;
    font-size: 2.2rem;
    text-align: center;
    line-height: 48px;
    background-color: #2ca858;
  }

  header p:first-of-type a {
    background-color: #fff;
  }

  header p a i {
    color: #fff;
  }

  header p:first-of-type a i {
    color: #2ca858;
  }

/* footer
------------------------------------------------- */
footer .contact {
  padding: 0 0 22px;
}

footer .contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background-color: #e2e2e2;
}

footer .contact .container {
  margin: -100px auto 0;
  padding: 28px 0;
  width: calc(100% - 20px);
}

footer .contact .container>p:nth-of-type(2) {
  margin: 10px 16px 12px;
}

footer .contact .container ul {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

  footer .contact .container ul li {
    width: 100%;
  }

footer .contact .container ul li a {
  margin: 0 auto;
  width: 90%;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .contact .container ul li:nth-child(2) a {
  margin-left: auto;
  margin-top: 12px;
}

footer .to_top img {
  width: 6.25vw;
  padding: 8px 0 6px;
}

  footer .footer .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

footer .footer .logo {
  margin: 0 auto 12px;
  width: 198px;
}

footer .footer p {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  text-align: center;
  line-height: 1.5;
}

footer .copy {
  margin: 0 auto;
  padding: 12px 0 8px;
  width: 90%;
}



/* -------------------------------------------------
topページ
------------------------------------------------- */

/* 共通パーツ
------------------------------------------------- */
.btn_more a {
  width: 90%;
  height: 48px;
  line-height: 48px;
}

/* mv
------------------------------------------------- */
#top .mv .img01 .txt {
  position: absolute;
  bottom: 1vw;
  left: calc((100% - 50vw) / 2);
}

  #top .mv .img01 .txt img {
    width: 50vw;
  }

#top .mv p {
  height: 12vw;
  line-height: 12vw;
}

#top .mv p img {
  max-width: 80vw;
  width: initial;
}


/* voice
------------------------------------------------- */
#top .voice ul {
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#top .voice ul li {
  width: calc(100vw / 3 - 25px / 3);
  height: auto;
  text-align: center;
}

#top .voice p:not(.btn_more) {
  margin: 16px auto 22px;
  width: 90%;
  text-align: center;
}

  #top .voice .btn_more {
    margin-bottom: 20px;
  }


/* bxslider設定用 CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../img/allows_l_slider.png') no-repeat center center / contain;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url('../img/allows_r_slider.png') no-repeat center center / contain;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  z-index: 9998;
}



/* good point
------------------------------------------------- */
#top .good ul {
  margin-bottom: 22px;
  min-width: initial;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#top .good ul li {
  margin: 0 -8.2vw;
  width: calc(100% / 2.2);
  position: relative;
}

#top .good ul li .img img {
  vertical-align: bottom;
}

#top .good ul li .txt {
  width: 60%;
  position: absolute;
  bottom: 16px;
  left: calc(100% / 2.5);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

  #top .good .btn_more {
    margin-bottom: 20px;
  }


/* about
------------------------------------------------- */
#top .about .tmpl01 {
  margin-bottom: 22px;
}

#top .about p:not(.btn_more) {
  margin: 0 auto 22px;
  width: 90%;
}

#top .about .btn_more {
  margin-bottom: 40px;
}



/* -------------------------------------------------
下層ページ
------------------------------------------------- */

/* 共通パーツ
------------------------------------------------- */


/* 先輩の声
------------------------------------------------- */
#recruit .voice {
  padding-bottom: 32px;
}

#recruit .voice ol li+li {
  margin-top: 28px;
}


#recruit .voice ol li:first-child {
  padding-top: 4px;
}


#recruit .voice ol li:nth-child(odd) .inner01 {
  padding: 25px 0 0 10px;
  background-size: 80vw;
}

#recruit .voice ol li:nth-child(odd) .inner01::before {
  width: 40px;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: 26px;
}

#recruit .voice ol li:nth-child(even) .inner02 {
  padding: 25px 0 0;
  padding-left: calc(100% - 90%);
  background-size: 80vw;
}

#recruit .voice ol li:nth-child(even) .inner02::before {
  width: 40px;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -12px;
  left: initial;
  right: 10px;
}


#recruit .voice ol li .inner01 img,
#recruit .voice ol li .inner02 img {
  vertical-align: bottom;
} 

#recruit .voice ol li .inner01 .ttl,
#recruit .voice ol li .inner02 .ttl {
  width: 90%;
  height: 36px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}

#recruit .voice ol li .inner01 .job,
#recruit .voice ol li .inner02 .job {
  margin-top: 12px;
  line-height: 1;
}

#recruit .voice ol li .inner01 .year,
#recruit .voice ol li .inner02 .year {
  margin: 8px 0 10px;
  line-height: 1;
}





/* 先輩の声（個別ページ）
------------------------------------------------- */
#rec_sngl .mv {
  position: relative;
}

#rec_sngl .mv img:not(:first-of-type) {
  max-width: 100%;
  width: initial;
  position: absolute;
  left: calc((100% - 1000px) / 2);
}

#rec_sngl .mv img:nth-of-type(2) {
  top: 60px;
}

#rec_sngl .mv img:nth-of-type(3) {
  bottom: 128px;
}

#rec_sngl .container {
  margin-top: -96px;
  padding: 40px 0 88px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#rec_sngl h2 {
  margin-bottom: 28px;
  padding-top: 28px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1;
}

#rec_sngl .intv h2 {
  margin-top: 0;
  background: url(../img/recruit_single/txt_interview01.png) center top no-repeat;
}

#rec_sngl .intv:nth-of-type(2) h2 {
  margin-top: 70px;
  background: url(../img/recruit_single/txt_interview02.png) center top no-repeat;
}

#rec_sngl .intv:nth-of-type(3) h2 {
  margin-top: 70px;
  background: url(../img/recruit_single/txt_interview03.png) center top no-repeat;
}

#rec_sngl .intv .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 16px;
  width: calc(100% - 40px);
}

#rec_sngl .txt {
  width: 680px;
}

#rec_sngl .img {
  padding-top: 56px;
  /*width: calc(100% - 680px - 32px);*/
  display: none;
}

#rec_sngl .catch {
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #2ca858;
  line-height: 1.35;
  background-image: url(../img/recruit_single/voice_touch.png);
  background-repeat: no-repeat;
  background-size: 45px auto;
  padding-left: 70px;
}

#rec_sngl .intv:nth-of-type(2) .txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#rec_sngl .intv:nth-of-type(2) .img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#rec_sngl .intv:nth-of-type(3) .txt {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#rec_sngl .intv:nth-of-type(3) .img {
  margin-bottom: 20px;
  padding-top: 0;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.other01 {
    float: initial;
    margin: 0 auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.otherlast {
    margin-right: auto !important;
}



/* 私たちについて
------------------------------------------------- */

#about .mv img:not(:first-of-type) {
  max-width: initial;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


#about section h2 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  font-size: 2rem;
  line-height: 1.35;
}

#about section .lead {
  margin: 0 auto 16px;
  width: calc(100% - 40px);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}

#about section ul.flex {
  margin: 0 auto 24px;
  width: calc(100% - 40px);
}

#about section .greeting {
  padding-bottom: 32px;
}

#about section .greeting::before {
  height: 120px;
}

#about section .greeting .container {
  margin: -100px auto 0;
  width: calc(100% - 40px);
}

#about section .greeting .container .txt {
  margin: 16px auto 0;
  width: calc(100% - 40px);
  line-height: 2;
  text-align: justify;
  letter-spacing: .05em;
}


/* ここがいい！
------------------------------------------------- */

/* 千葉南病院のいいところ */
#good .good h2 {
  margin-bottom: 24px;
}

  #good .good ol li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

#good .good ol li .img {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

  #good .good ol li .img img {
    width: calc(100% - 40px);
  }

#good .good ol li .txt {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}


#good .good ol li:nth-child(even) .img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#good .good ol li:nth-child(even) .txt {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#good .good ol li .txt h3 {
  line-height: 1.35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


#good .good ol li .txt p {
  margin: 16px 0;
  line-height: 1.5;
  text-align: justify;
}

/* 求める人物像 */
#good .personality .container > p:nth-of-type(1) {
  font-size: 2rem;
  line-height: 1.35;
}

  #good .personality .container > p:nth-of-type(2) {
    margin: 0 auto;
    width: calc(100% - 40px);
    text-align: justify;
  }

#good .personality ul {
  margin: 24px auto 32px;
  width: calc(100% - 40px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


/*私たちについてgood point追記*/

.num {
    display: none;
}

#good .good ol li .txt h3 {
	margin-top: 20px;
	padding-bottom: 14px;
}

#good .good ol li .txt .num01 {
background-image: url(../img/good/num01.png);
    background-repeat: no-repeat;
    background-size: 60px auto;
    padding-left: 75px;
}

#good .good ol li .txt .num02 {
background-image: url(../img/good/num02.png);
    background-repeat: no-repeat;
    background-size: 60px auto;
    padding-left: 75px;
	padding-top: 15px;
}

#good .good ol li .txt .num03 {
background-image: url(../img/good/num03.png);
    background-repeat: no-repeat;
    background-size: 60px auto;
    padding-left: 75px;
	padding-top: 6px;
}

#good .good ol li .txt .num04 {
background-image: url(../img/good/num04.png);
    background-repeat: no-repeat;
    background-size: 60px auto;
    padding-left: 75px;
	padding-top: 6px;
}

#good .good ol li .txt .num05 {
background-image: url(../img/good/num05.png);
    background-repeat: no-repeat;
    background-size: 60px auto;
    padding-left: 75px;
	padding-top: 6px;
}

#good .good ol li .txt .num06 {
background-image: url(../img/good/num06.png);
    background-repeat: no-repeat;
    background-size: 60px auto;
    padding-left: 75px;
	padding-top: 6px;
}

/* 募集要項
------------------------------------------------- */
#guidance {
  padding-bottom: 32px;
}

#guidance .mv img:not(:first-of-type) {
  max-width: initial;
  width: 90%;
  position: absolute;
  bottom: 12.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#guidance h2 {
  margin: 28px 0 24px;
  font-size: 2rem;
}

  #guidance .tmpl02 {
    margin: 0 auto;
    width: calc(100% - 20px);
  }

#guidance .tmpl02 dt,
#guidance .tmpl02 dd {
  padding: 8px 20px;
  line-height: 1.75;
  border: 1px solid #ccc;
  border-bottom: none;
}

#guidance .tmpl02 dt {
  width: 100%;
}

#guidance .tmpl02 dd {
  width: 100%;
}

/* 募集要項 */

/* 給与・福利厚生 */
#guidance .salary h2 {
  margin-top: 40px;
}

#guidance .salary .tmpl02 {
  margin-bottom: 36px;
}

/* 課長からの一言 */
  #guidance .message h2 {
    margin-top: 0;
  }

#guidance .message .img_cover {
  margin: 16px 0 10px;
  width: 100%;
/*
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#guidance .message .img_cover .img {
  margin: 0 auto;
  width: 90%;
}

#guidance .message .img_cover p {
  margin-left: 0;
  margin: -20px auto 0;
  padding: 72px 0 16px;
  width: 80%;
  font-size: 1.2rem;
  line-height: 1;
  background: url(../img/cmn/logo.png) center top 20px no-repeat #fff;
  background-size: 70%;
}

#guidance .message .img_cover p span {
  margin-left: 3px;
  font-size: 2rem;
}

  #guidance .message .container>p {
    margin: 0 auto;
    width: 80%;
    text-align: justify;
  }
  
  .sign {
	text-align: right !important;
	margin-top: 10px !important;
}


/* エントリーフォーム
------------------------------------------------- */
#entry {
  padding-bottom: 32px;
}

#entry .mv img:not(:first-of-type) {
  max-width: initial;
  width: 90%;
  position: absolute;
  bottom: 12.5%;
  left: 50%;
  -webkit-transform: translateX(-50%,);
  transform: translateX(-50%);
}

#entry form {
  margin: 0 auto;
  width: calc(100% - 20px);
}

#entry form>p:nth-of-type(1) {
  padding: 20px 0 24px;
  font-size: 1.4rem;
  line-height: 1.875;
}

#entry form>dl>dt {
  padding: 12px 16px 8px;
  width: 100%;
}

#entry form>dl>dd {
  padding: 0 16px 12px;
  width: 100%;
  border-top: none;
}

#entry form>dl>dd>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

  #entry form>dl>dd>ul li {
    width: 100%;
  }

#entry form>dl>dd:nth-of-type(1) select {
  width: 100%;
}

#entry form>dl>dd:nth-of-type(2) input,
#entry form>dl>dd:nth-of-type(3) input {
  margin-left: 8px;
/*  width: 156px;*/
}

#entry form>dl>dd:nth-of-type(2) p {
  text-indent: 0;
}

#entry form>dl>dd:nth-of-type(2) label + label,
#entry form>dl>dd:nth-of-type(3) label + label {
  margin: 8px 0 0;
  width: 100%;
}

  #entry form>dl>dd:nth-of-type(4) li + li {
    margin-left: 0;
  }

#entry form>dl>dd:nth-of-type(6) input,
#entry form>dl>dd:nth-of-type(7) input {
  width: 100%;
}

#entry form>dl>dd:nth-of-type(8) textarea,
#entry form>dl>dd:nth-of-type(9) textarea {
  width: 100%;
}

#entry form>dl>dt:nth-of-type(n+10),
#entry form>dl>dd:nth-of-type(n+10) {
  margin: 0 auto;
  padding: 28px 16px 0;
  width: 100%;
}

  #entry form>dl>dd:nth-of-type(n+10) {
    padding-top: 16px;
  }

#entry form>dl>dd:nth-of-type(10) p {
  line-height: 1.75;
}


#entry form>dl>dt:nth-of-type(n+11),
#entry form>dl>dd:nth-of-type(n+10) {
  border-top: none;
}

#entry form>dl>dt:nth-of-type(n+11) {
  margin: 0;
  padding: 0;
}

#entry form>dl>dd:nth-of-type(11) {
  margin: 12px 0;
  padding-top: 0;
  font-size: 1.3rem;
}

#entry form>dl>dd:nth-of-type(11) input {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

#entry form>dl>dd:nth-of-type(n+12) input {
  max-width: 352px;
  width: calc(100% - 20px);}

  #entry form .privacy dl dd:last-of-type {
    text-indent: 0;
    padding-left: 0;
  }

#entry form .check {
  
}



}