/* 店舗名のアイコン */
.border-radius {
  width: 100px;
  height: 28px;
  background-color: #ff9602;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}


.swiper-slide .post__thumb--img {
  margin: 0 0 15px;
}
.swiper-slide .post__thumb--img a {
  padding-top: 62.5%;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 文字装飾マーカー橙オレンジ */
	.marker1 {
		  position: relative;
  padding-left: 2.2em;
      background: linear-gradient(transparent 90%, #ff9602 90%);
		
}
	/* 文字装飾 文字カラー橙オレンジ */
	.marker2 {
      color: #ff9602;
		font-weight:bold;
}
	/* 文字装飾マーカー橙イエロー */
	.marker3 {
      background: linear-gradient(transparent 50%, #f7de75 50%);
}

/* 店舗名のアイコン長い */
.border-radius2 {
  width: 130px;
  height: 28px;
  background-color: #ff9602;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb01 th {
  background: #ff7bac;
  color: #fff;
  
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}






.midashi11 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
   line-height:0.5;
}

.midashi11::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #ff9602;
	font-size: 20px;
	font-weight: bold;

}


/* プロフィール ルビ付【採用中】 */
.rubi {
	font-size: 22px;
	  font-weight: bold;
}

.rubi::before {
	content: attr(data-en);
	display: block;
	color: #ff9602;
	font-size: 16px;
	  font-weight: bold;
}


/* 文字センター【採用中】 */
.center {
text-align: center;
}

/* 画像に写真風白枠【採用中】 */
.image3 {
	position: relative;
}

.image3::before,
.image3::after {
	content: '';
	position: absolute;
	transform: rotate(-35deg);
	width: 70px;
	height: 25px;
	background-color: #fff;
	z-index: 1;
}

.image3::before {
	top: -10px;
	left: -25px;
	border-bottom: 1px solid #aaa;
}

.image3::after {
	bottom: -10px;
	right: -25px;
	border-top: 1px solid #aaa;
}

/* ブレッド２【採用中】 */
.check2 {
  position: relative;
  padding-left: 2.2em;
  font-size: 18px;
  line-height: 2.8ex;
}

.check2 span i {
  margin-right: 1rem;
  padding-left: 0em;
}

.check2 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1.5rem;
  color: #ff9602;
}

/* ブレッド3【採用中】 */
.check3 {
  position: relative;
  padding-left: 2.2em;
  font-size: 20px;
  line-height: 2.8ex;
	font-weight:bold;
}

.check3 span i {
  margin-right: 1rem;
  padding-left: 0em;
}

.check3 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1.5rem;
  color: #ff9602;
}


/*ブレッドのカラー */
.check {
}
.check span {
  color: #ff9602;
	  padding: 10px;
}

/* 画像を円形【採用中】 */
.image-kadomaru {
  border-radius:30px;
}

/* 画像を円形【採用中】 */
.image-kadomaru2 {
  border-radius: 30px;
}

/* 流れよう下矢印【採用中】 */
.midashi09 {
}

.midashi09 span {
	color: #000;
	font-size: .9em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}


/*流れ用見出し【採用中】 */
.midashi08 {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
  background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}
.midashi08 span {
  color: #fff;
}


/* 見出し頭に●数字【採用中】 */
.midashi07 {
	counter-increment: titleNum;
}

.midashi07 {
	position: relative;
	padding: .1em .3em .1em 1.7em;

}

.midashi07::before {
	position: absolute;
	content: counter(titleNum);
	color: #fff;
	font-size: .9em;
	text-align: center;
	top: calc(50% - 0.75em);
	left: 0;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	background-color: #FF9800;
	border-radius: 100%;
}





/* H1タイトルのセンター【採用中】 */
.centerh1 {
	text-align: center;
}

/* 指さし見出し【採用中】 */
.midashi06 {
  position: relative;
  padding-left: 6.5em;
}

.midashi06 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1.5rem;
  color: #fff;
  border-radius: 10px;
  background: #ff9602;
}

.midashi06 span i {
  margin-right: 1rem;
}

.midashi06 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #ff9602;
}

/* 上下線【採用中】 */
.ueshitasen {
  padding: 1rem 2rem;
  border-top: 1px solid #ff9602;
  border-bottom: 1px solid #ff9602;
  text-align: center;
}

/* 見出し＼ ／【採用中】 */
.midashi05 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.midashi05::before,
.midashi05::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #ff9602;
}

.midashi05::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.midashi05::after {
	margin-left: 30px;
	transform: rotate(35deg)
}


/* スマホだけにTELリンク【採用中】 */
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
/* 画像に写真風白枠枠せま【採用中】 */
.image5 {
  padding: 7px;
	    background-color: #FFFFFF;
	    box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.8);
				position:relative;
			top: 5px;
}


/* 画像に写真風白枠【採用中】 */
.image {
  padding: 10px;
	    background-color: #FFFFFF;
	    box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.8);
				position:relative;
			top: 5px;
}


/* 画像を円形【採用中】 */
.image-en {
  width: 300px;
  height: 300px;
  object-fit: none;
  border-radius:50%;
  object-position:85% 20%;
	align-items:center;
}

/* 見出しデザイン特徴-数字【採用中】 */
.midashi04 {
	position: relative;
	padding-bottom: 10px;
	font-size: 26px;
}

.midashi04::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}



/* 指さし見出し【採用中】 */
.midashi03 {
  position: relative;
  padding-left: 3.6em;
  font-size: 18px;
	line-height: 2.8ex;
}

.midashi03 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.8rem;
  color: #fff;
  border-radius: 10px;
  background: #ff9602;
}

.midashi03 span i {
  margin-right: 0.1rem;
}

.midashi03 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #ff9602;
}

/* Q&A【採用中】 */
.Qa-Box {
  width: 90%;
  margin: 0 auto;
}

.Qa-Box .Qa {
  padding: 5px 0;
  border-bottom: 1px solid #c8c8c8;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 20px 0;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa:last-of-type {
  border-bottom: none;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #403a3c;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ff9602;
  width: 2em;
  height: 2em;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}

/* 見出しデザイン【採用中】 */
.midashi01 {
 position: relative;
  padding: 1rem 1rem;
  border-bottom: 3px solid #d8d8d8;
}

.midashi01::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #ff9602;
}

/* 見出し頭に数字【採用中】 */
.midashi02 {
	position: relative;
	font-size: 26px;
}

.midashi02::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #ff9602;
	font-size: 30px;
	border-bottom: 1px solid #ff9602;
}

/* 見出しデザイン【ここまで】 */




.heading53 {
 position: relative;
  padding: 1.5rem 2rem 1.5rem 160px;
  border-bottom: 1px solid #ff9602;
}

.heading53 span {
  font-family: 'Roboto', sans-serif;
  color: #ff9602;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  position: absolute;
  bottom: -1.6rem;
  left: 0;
}

.heading52 {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  position: relative;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}

.heading52:before,
.heading52:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.heading52:before {
  top: 0;
}

.heading52:after {
  bottom: 0;
}

.heading51 {
  padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}


.heading50 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #094;
}

.heading50::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}


.heading21 {
	position: relative;
	font-size: 26px;
}

.heading21 span {
	position: relative;
	z-index: 2;
}

.heading21::before {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: repeating-linear-gradient(-45deg, #b4a983 0px, #b4a983 2px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 10px 10px;
	z-index: 1;
}

.heading21::after {
	content: attr(data-en);
	position: relative;
	margin-left: 20px;
	font-size: 16px;
	z-index: 2;
}

.heading20 {
	position: relative;
	padding-bottom: 10px;
	font-size: 26px;
}

.heading20::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

.heading19 {
	position: relative;
	padding-bottom: 10px;
	font-size: 26px;
}

.heading19::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

.heading18 {
	position: relative;
	padding-bottom: 10px;
	font-size: 26px;
}

.heading18::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-image: repeating-linear-gradient(90deg, #b4a983 0, #b4a983 8px, rgba(0,0,0,0) 8px, rgba(0,0,0,0) 11px);
}

.heading17 {
	padding-bottom: 10px;
	font-size: 26px;
	background-image: repeating-linear-gradient(90deg, #b4a983 0, #b4a983 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-position: center bottom;
}

.heading14 {
	position: relative;
	padding-left: 60px;
	font-size: 20px;
}

.heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(63,193,201,0.3);
	font-size: 50px;
}

.heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgba(63,193,201,1);
}

.heading13 {
	position: relative;
	font-size: 26px;
}

.heading13::before {
	content: attr(data-number);
	display: block;
	color: #d8be39;
	font-size: 30px;
}

.heading13::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #d8be39;
}

.heading12 {
	position: relative;
	font-size: 26px;
}

.heading12::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #498ee0;
	font-size: 30px;
	border-bottom: 1px solid #498ee0;
}

.heading11 {
	position: relative;
	font-size: 26px;
	text-align: center;
}

.heading11::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 30px;
	color: #ff9602;
	font-size: 30px;
}

.heading11::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #ff9602;
}

.heading10 {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
	border-bottom: 1px solid rgba(5,62,98,1);
}

.heading10 span {
	position: relative;
	z-index: 2;
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}

.heading09 {
	font-size: 26px;
}

.heading09::before {
	content: attr(data-en);
	display: block;
	color: #498ee0;
	font-size: 18px;
}

.heading09::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}

.heading07 {
	position: relative;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 26px;
}

.heading07 span {
	position: relative;
	z-index: 2;
}

.heading07::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 0;
	color: rgba(224,66,114,0.6);
	font-size: 80px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
}

.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(224,66,114,0.2);
	font-size: 80px;
	font-style: italic;
}

.heading06::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: rgba(224,66,114,1);
}

.heading05 {
	position: relative;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}

.heading05::before {
	content: attr(data-en);
	display: block;
	color: #e04272;
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
}

.heading05::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: #e04272;
}

.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

.heading04::before,
.heading04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #ff9602;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.heading03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.heading03::before,
.heading03::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #e3bf00;
}

.heading03::before {
	margin-right: 20px;
}
.heading03::after {
	margin-left: 20px;
}

.heading01 {
	display: inline;
	font-size: 26px;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(252,81,133) 70%);
}

.heading02 {
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #f6f6f6;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #387ccc;
}

.heading02 {
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #f6f6f6;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #387ccc;
}


.heading08 {
	font-size: 26px;
}

.heading08 span {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 18px;
	text-transform: uppercase;
}

.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}

/*h1*/
h1:first-letter {
  font-size: 1.5em;
  color: #ff9601;
}

/*当院についてBOX*/
.box1 {
    padding: 1em 1em;
    margin: 2em 0;
    border: solid 5px #f2f2f2;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

/*募集要項BOX*/
.box2 {
    padding: 2em 3em;
    margin: 2em 0;
    border: solid 7px #ff9601;
}
.box2 p {
    margin: 0; 
    padding: 0;
}

/*募集要項BOX*/
.box3 {
    padding: 2em 3em;
    margin: 2em 0;
	background-color: #F9FFE6;
    border: solid 3px #f2f2f2;
}
.box3 p {
    margin: 0; 
    padding: 0;
}

.box_time_phone{
    border-top: 1px dashed #8b8b8b;
    border-bottom: 1px dashed #8b8b8b;
    margin: 20px 30px 35px;
    padding: 25px 18px 15px;
}

.time{
	background-color: #efefef;
	font-size: 22px;
	padding: 5px;
	text-align: center;
}

.time2{
	font-size: 22px;
	padding: 5px;
	text-align: center;
}

.phone{
	font-size: 22px;
	font-weight: bold;
	line-height: 70px;
	padding: 10px 0 0 20px;
	text-align: center;
}

.box_title{
    font-size:18px;
    font-weight: bold;
    line-height: 30px;
	text-align: center;
}

.box_title2{
    font-size: 30px;
  color: #ff9601;
    font-weight: bold;
    line-height: 30px;
	text-align: center;
}

.box_btn{
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
	text-align: center;
}




/* 共通フッターエリアのカラー設定 */
.l-footer .bottomFooter {
	background:	#ff9601;
}

.bottomFooter__list li {
	color:	#ffffff;
}

.bottomFooter__copyright {
	color:	#ffffff;
}


.wp-block-column {
	margin-top: 20px!important;
}


/*ロールオーバー*/
 
a:hover img{
opacity:0.3;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
transition: 0.4s;
}


/* コンタクトフォーム入力項目 */
/*******************************
* バッジの色
********************************/
/* 必須マーク */
.must {
	background: #FF1A00;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

/*******************************
* フォームの設定
********************************/
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	 width: 100%;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}

/* 送信ボタン */
input.sub-btn {
	width: 80%;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #F90;  
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}

hr.line2{
  border: none;
  border-top: 2px dotted #8b8b8b;

}

input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}


body {
  margin: 0;
  padding: 0;
}

.box {
  display:flex;
  flex-direction: column;
  padding: 20px;
}

.text {
  width: 100%;
  text-align: center;
}

h3 {
  font-size: 21px;
  margin: 0;
}

.pict {
  width: 100%;
  text-align: center;
  min-height: 0%;
}

.pict img {
  max-width: 300px;
  height:auto;
}
.box:nth-child(even) {
  background-color: #fffae8;
  padding: 20px;
}

@media (min-width:768px) {
  body {
    padding: 0px;
  }
  .box {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .box:nth-child(even) {
    flex-direction: row-reverse;
  }

