﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
共通フッター
========================*/
footer {
  width: 100%;
}

.footcolumn {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
}
.footcolumn li:first-child{
  width: 60%;
  height: auto;
  padding: 42px 24px 32px;
  margin: 0 auto;
  background: #FFF;
}
.topfooter{
  background: #EFEFEF !important;
}
.footcolumn li:last-child{
  width: 40%;
  height: auto;
}
.footinfoinner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.footinfoinner a{
  text-decoration: none;
}
.footcolumn li:last-child iframe {
  width: 100%;
  height:100%;
  padding: 0;
  margin: 0;
  display: block;
}
@media screen and (max-width: 1000px) {
.footcolumn {
  display: block;
  flex-direction: column;
  }
.footcolumn li:first-child{
  width: 100%;
  }
.footcolumn li:last-child{
  width: 100%;
  }
.footinfoinner {
  max-width: 640px;
  }
.footcolumn li:last-child iframe {
  height:380px;
  }
}
@media screen and (max-width: 640px) {
.footcolumn li:first-child{
  padding: 32px 24px 24px;
  }
}
@media screen and (max-width: 480px) {
.footcolumn li:last-child iframe {
  height:240px;
  }
}

/*ロゴ*/
.footlogo img{
  width: 100%;
  max-width: 100px;
  margin-bottom: 12px;
  transition:0.5s;
}
.footinfoinner a:hover img {
  transform: rotate(12deg);
  transition:0.5s;
}
.footlogo span{
  display: block;
  color: #A5A7AD;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9em;
  letter-spacing: 0.3em;
  line-height: 1;
}
.footlogo h1{
  font-family: "Kosugi Maru", sans-serif;
  color: #004892;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 12px auto 24px;
}
@media screen and (max-width: 767px) {
.footlogo img{
  max-width: 84px;
  }
}
@media screen and (max-width: 480px) {
.footlogo img{
  max-width: 64px;
  }
.footlogo h1{
  font-size: 1.25em;
  }
}

/*診療日カレンダーボタン*/
.calendarbtn{
  position:relative;
  width: auto;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  padding: 0.8em 0.8em 0.8em 2.2em;
  color: #2D5986;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  margin: 0.6em auto;
  border: 1px solid #2D5986;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.calendarbtn:before{
	position: absolute;
  top: 50%;
  left: 0.3em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.5em;
  line-height: 0;
  font-family:"Material Symbols Rounded";
	content: "\ebcc"; /*カレンダー*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}

/*電話リンク*/
.foottel{
  position:relative;
  display: inline-block;
  font-size: 2em;
  line-height: 1;
  padding: 0 0 0 0.9em;
  color: #2D5986;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  margin: 0.3em auto;
  letter-spacing: 0.06em;
}
.foottel:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:0.9em;
  height:0.9em;
  background:url(../img/common/tel_blue.png) no-repeat;
  background-size:contain;
}

/*コピーライト*/
.copyright {
  font-size: 0.75em;
  line-height: 1;
  white-space: nowrap;
  color: #999;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
.copyright {
  font-size: 0.7em;
  margin-top: 24px;
  }
}


/*========================
汎用パーツ
========================*/
/*-------------------------
見出し
--------------------------*/
/*文字ネイビー*/
.title_navy {
  line-height: 1.65;
  padding: 0;
  margin: 0.6em 0 0.1em;
  color: #2C5985;
  font-size: 1.1em;
  font-weight: 700;
}
.title_navyL {
  line-height: 1.65;
  padding: 0;
  margin: 0.6em 0 0.1em;
  color: #2C5985;
  font-size: 1.2em;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
.title_navy {
  font-size: 1.05em;
  }
.title_navyL {
  font-size: 1.1em;
  }
}

/*上下線付き文字ネイビー*/
.bordertitle_navy {
  display: inline-block;
  line-height: 1.65;
  padding: 0.3em 0.2em 0.2em;
  margin: 0.8em 0 0.3em;
  color: #2C5985;
  font-size: 1.1em;
  font-weight: 700;
  border-bottom: 1px solid #2C5985;
  border-top: 1px solid #2C5985;
}
@media screen and (max-width: 480px) {
.bordertitle_navy {
  font-size: 1.05em;
  }
}

/*ネイビー白抜き文字*/
.knocktitle_navy {
  display: inline-block;
  line-height: 1.65;
  padding: 0.15em 0.6em 0.2em;
  margin: 0.8em 0 0.3em;
  background-color: #2C5985;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #FFF;
  font-size: 1.15em;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
.knocktitle_navy {
  font-size: 1.1em;
  }
}

/*文頭●付き見出しネイビー*/
.dottitle_navy {
  line-height: 1.65;
  padding: 0 0 0 1.15em;
  margin: 0.6em 0 0.1em;
	position: relative;
  color: #2C5985;
  font-size: 1.1em;
  font-weight: 700;
}
.dottitle_navy2 {
  line-height: 1.65;
  padding: 0 0 0 1.15em;
  margin: 0.6em 0 0.1em;
	position: relative;
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
}
.dottitle_navy:before,
.dottitle_navy2:before{
	position: absolute;
	top: 0.05em;
	left: 0;
  font-size: 0.9em;
  color: #2C5985;
  font-family:"Material Symbols Rounded";
	content: "\ef4a"; /*丸*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
@media screen and (max-width: 480px) {
.dottitle_navy,
.dottitle_navy2 {
  font-size: 1.05em;
  }
}

/*文頭チェックボックス付き見出しネイビー*/
.checktitle_navy {
  line-height: 1.65;
  padding: 0 0 0 1.6em;
  margin: 0.6em 0 0.1em;
	position: relative;
  color: #2C5985;
  font-size: 1.1em;
  font-weight: 700;
}
.checktitle_navy2 {
  line-height: 1.65;
  padding: 0 0 0 1.6em;
  margin: 0.6em 0 0.1em;
	position: relative;
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
}
.checktitle_navy:before,
.checktitle_navy2:before{
	position: absolute;
	top: 0.05em;
	left: 0;
  font-size: 1.4em;
  line-height: 1.1;
  color: #2C5985;
  font-family:"Material Symbols Rounded";
	content: "\e834"; /*チェックボックス*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
@media screen and (max-width: 480px) {
.checktitle_navy,
.checktitle_navy2 {
  font-size: 1.05em;
  }
}

/*-------------------------
診療日テーブル
--------------------------*/
.hourtable {
  width: 100%;
  max-width: 840px;
  border-collapse: collapse;
  margin: 0 auto;
}
.hourtable tr{
  border-bottom: 1px solid #666;
}
.hourtable th{
  font-size: 0.95em;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 12px 5px 8px;
}
.hourtable td{
  font-size: 1.25em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 18px 5px;
  width:6%;
  color: #2C5985;
}
.hourtable .time{
  font-size: 1.25em;
  letter-spacing: 0.06em;
  color: #333;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 640px) {
.hourtable th{
  padding: 8px 5px;
  }
.hourtable td{
  padding: 12px 5px;
  }
}
@media screen and (max-width: 480px) {
.hourtable th{
  font-size: 0.8em;
  padding: 6px 2px;
  }
.hourtable td{
  font-size: 1em;
  padding: 10px 2px;
  }
.hourtable .time{
  font-size: 1.05em;
  letter-spacing: 0.03em;
  }
}

/*-------------------------
アイコン付き電話リンクテキスト
--------------------------*/
/*黒*/
.tel{
  position:relative;
  display: inline-block;
  font-size: 1.6em;
  line-height: 1;
  padding: 0 0 0 0.9em;
  color: #333;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  margin: 0.3em auto;
  letter-spacing: 0.06em;
}
.tel:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:0.9em;
  height:0.9em;
  background:url(../img/common/tel.png) no-repeat;
  background-size:contain;
}
@media screen and (max-width: 480px) {
.tel{
  font-size: 1.4em;
  }
}

/*ブルー*/
.tel_blue{
  position:relative;
  display: inline-block;
  font-size: 1.6em;
  line-height: 1;
  padding: 0 0 0 0.9em;
  color: #2D5986;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  margin: 0.3em auto;
  letter-spacing: 0.06em;
}
.tel_blue:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:0.9em;
  height:0.9em;
  background:url(../img/common/tel_blue.png) no-repeat;
  background-size:contain;
}
@media screen and (max-width: 480px) {
.tel_blue{
  font-size: 1.4em;
  }
}

/*ブルー大きめ*/
.tel_blueL{
  position:relative;
  display: inline-block;
  font-size: 1.8em;
  line-height: 1;
  padding: 0 0 0 0.9em;
  color: #2D5986;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  margin: 0.3em auto;
  letter-spacing: 0.06em;
}
.tel_blueL:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:0.9em;
  height:0.9em;
  background:url(../img/common/tel_blue.png) no-repeat;
  background-size:contain;
}
@media screen and (max-width: 480px) {
.tel_blueL{
  font-size: 1.6em;
  }
}

/*-------------------------
アイコン付きインスタリンクテキスト
--------------------------*/
.instalink{
  position:relative;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 2em;
  color: #222;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  margin: 0.5em auto;
}
.instalink:before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background:url(../img/common/instalogo.png) no-repeat;
  background-size:contain;
}
.instalink:hover{
  text-decoration: underline;
}

/*-------------------------
ボタン・テキストリンク
--------------------------*/
/*ブルー*/
.btn_blue {
	display: inline-block;
	color: #FFF;
	background-color: #2D5986;
	text-decoration: none;
	padding: 0.8em 2em 0.8em 1.2em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0.2em 0.3em 0.2em 0;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.btn_blue:after {
	position: absolute;
  top: 50%;
  right: 0.4em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.2em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}
.btn_blue:hover:after{
  transform: translate(5px, -50%);
  transition: 0.3s;
}

.btn_blueS {
	display: inline-block;
	color: #FFF;
	background-color: #2D5986;
	text-decoration: none;
	padding: 0.8em 2em 0.8em 1.2em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.95em;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0.2em 0.3em 0.2em 0;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.btn_blueS:after {
	position: absolute;
  top: 50%;
  right: 0.4em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.2em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}
.btn_blueS:hover:after{
  transform: translate(3px, -50%);
  transition: 0.3s;
}

/*ピンク*/
.btn_pink {
	display: inline-block;
	color: #FFF;
	background-color: #E68E75;
	text-decoration: none;
	padding: 0.8em 2em 0.8em 1.2em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0.2em 0.3em 0.2em 0;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.btn_pink:after {
	position: absolute;
  top: 50%;
  right: 0.4em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.2em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}
.btn_pink:hover:after{
  transform: translate(5px, -50%);
  transition: 0.3s;
}

.btn_pinkS {
	display: inline-block;
	color: #FFF;
	background-color: #E68E75;
	text-decoration: none;
	padding: 0.8em 2em 0.8em 1.2em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.95em;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0.2em 0.3em 0.2em 0;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
}
.btn_pinkS:after {
	position: absolute;
  top: 50%;
  right: 0.4em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.2em;
  font-family:"Material Symbols Rounded";
	content: "\e5e1"; /*矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 0,
  'wght' 200
}
.btn_pinkS:hover:after{
  transform: translate(3px, -50%);
  transition: 0.3s;
}

/*-------------------------
アイコン付きテキスト
--------------------------*/
/*歩く人*/
.icon_walk {
  display: inline;
  font-size: 0.95em;
  line-height: 1.8;
	font-weight: 400;
  white-space: nowrap;
}
.icon_walk:before{
	vertical-align: middle;
  font-size: 1.4em;
	line-height: 0;
  color: #444;
  font-family:"Material Symbols Rounded";
	content: "\e536"; /*歩く人*/
  font-variation-settings:
  'FILL' 1,
  'wght' 700
}

/*車*/
.icon_car {
  display: inline;
  line-height: 1.8;
  font-size: 0.95em;
	font-weight: 400;
  white-space: nowrap;
}
.icon_car:before{
	vertical-align: middle;
  font-size: 1.5em;
	line-height: 0;
  color: #444;
  margin: 0 0.2em 0 0;
  font-family:"Material Symbols Rounded";
	content: "\e531"; /*車*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}

/*星*/
.icon_star {
  display: inline;
  line-height: 1.8;
  font-size: 0.95em;
	font-weight: 500;
  white-space: nowrap;
}
.icon_star:before{
	vertical-align: middle;
  font-size: 1.4em;
	line-height: 0;
  color: #2C5985;
  font-family:"Material Symbols Rounded";
	content: "\e838"; /*車*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}

/*-------------------------
当院の３つの特長
--------------------------*/
.strongpoints {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
}
.strongpoints li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding: 0 12px;
  text-align: center;
}
.strongpoints li img{
  width: 100%;
  max-width: 142px;
  margin: 0 auto 18px;
  display: block;
}
.strongpoints li strong{
  font-size: 1.15em;
  font-weight: normal !important;
  color: #333;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 1.3 !important;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1000px) {
.strongpoints li{
  text-align: left;
  }
.strongpoints li img{
  max-width: 124px;
  }
.strongpoints li strong{
  font-size: 1.05em;
  }
.strongpoints li br{
  display: none;
  }
}
@media screen and (max-width: 640px) {
.strongpoints {
  display: block;
  flex-direction: column;
  max-width: 320px;
  }
.strongpoints li{
  width: 100%;
  max-width:100%;
  padding: 0 0 18px;
  text-align: center;
  }
.strongpoints li:last-child{
  padding: 0 0 0;
  }
.strongpoints li strong{
  font-size: 1.2em;
  }
.strongpoints li br{
  display: block;
  }
}
@media screen and (max-width: 480px) {
.strongpoints li img{
  max-width: 100px;
  }
.strongpoints li strong{
  font-size: 1.1em;
  }
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 32px;
  bottom:32px;
  z-index: 2;
  cursor:pointer;
}
#jumptop img{
  width: 100%;
  max-width: 124px;
  transition:0.5s;
}
#jumptop:hover img {
  transform: translateY(-15px);
  transition-duration: 0.5s;
}
@media screen and (max-width: 1240px) {
#jumptop{
  right: 24px;
  bottom:24px;
  }
#jumptop img{
  max-width: 100px;
  }
}
@media screen and (max-width: 640px) {
#jumptop img{
  display: none;
  }
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 幅可変横並び*/
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.column li{
  margin:0 15px 0 0;
}
.column li:last-child{
  margin:0 0 0 0;
}

/* 画像420px ＋ テキスト*/
.column420 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.column420 li:first-child {
  max-width: 420px;
  margin: 0 42px 0 0;
}
.column420 li:last-child {
  flex: 1;
}
@media screen and (max-width: 960px) {
.column420 {
  align-items:flex-start;
  }
.column420 li:first-child {
  max-width: 300px;
  margin: 0 32px 0 0;
  }
}
@media screen and (max-width: 767px) {
.column420 {
  flex-direction: column;
  display:block;
  max-width: 640px;
  }
.column420 li:first-child {
  max-width: 100%;
  margin: 0 0 24px 0;
  }
.column420 li:first-child img{
  width: 100%;
  max-width: 380px;
  }
}
@media screen and (max-width: 640px) {
.column420 {
  max-width: 480px;
  }
.column420 li:first-child img{
  max-width: 320px;
  }
}

/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.col2 li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 30px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.col2 li{
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 20px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}
