@charset "UTF-8";


.text-wm-gray { color: #888; }
.text-wm-green { color: #067e73; }

.ac3-alert {
  background-color: #e7f2f1;
  border-radius: 3px;
  padding: 20px;
}

@media (min-width:768px) {
  .border-md-left {
    border-left: 1px solid #ddd;
  }
}
[class*="border-"].bw-002 {
  border-width: 2px;
}


#nav1 {
  display: block;
  border-radius: 3px;
  overflow: hidden;
  font-feature-settings: 'palt' 1;
  margin-bottom: 6px;
}
#nav1 .head {
  background-color: #067e73;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#nav1 .head .tt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
#nav1 .head .tt > .i,
#nav1 .head .tt > .t {
  display: block;
}
#nav1 .head .tt > .i {
  font-size: 1.5em;
  margin-right: 8px;
}
#nav1 .body {
  display: none;
  width: 100%;
  background-color: #e7f2f1;
}
#nav1 .body > ul {
  display: block;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
#nav1 .body > ul > li {
  border-top: 1px solid #a8cecb;
}
#nav1 .body > ul > li:first-child {
  border-top: none;
}
#nav1 .body > ul > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 15px;
  color: #067e73;
  transition: background-color 0.15s ease-in-out;
}
#nav1 .body > ul > li > a::before {
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  font-size: 0.7em;
  margin-right: 0.7em;
}
#nav1 .body > ul > li > a:hover {
  background-color: #d0e2f5;
}

@media (min-width:992px) {
  #nav1 {
    border-radius: 0;
    overflow: visible;
    margin-bottom: 60px;
    margin-top: -10px;
  }
  #nav1 .head {
    display: none;
  }
  #nav1 .body {
    display: block;
    background: none;
  }
  #nav1 .body > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #nav1 .body > ul > li {
    display: block;
    border-top: none;
    margin: 0 4px 4px 0;
  }
  #nav1 .body > ul > li > a {
    display: block;
    padding: 10px 15px;
    border: 1px solid #a8cecb;
    background-color: #e7f2f1;
    border-radius: 3px;
  }
  #nav1 .body > ul > li > a::before {
    display: none;
  }
}

#asidenav {
  display: block;
  border-radius: 3px;
  overflow: hidden;
  font-feature-settings: 'palt' 1;
  margin-bottom: 30px;
}
#asidenav .head {
  background-color: #067e73;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#asidenav .head .tt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
#asidenav .head .tt > .i,
#asidenav .head .tt > .t {
  display: block;
}
#asidenav .head .tt > .i {
  font-size: 1.5em;
  margin-right: 8px;
}
#asidenav .body {
  display: none;
  width: 100%;
  background-color: #e7f2f1;
}
#asidenav .body > ul {
  display: block;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
}
#asidenav .body > ul > li {
  border-top: 1px solid #a8cecb;
}
#asidenav .body > ul > li:first-child {
  border-top: none;
}
#asidenav .body > ul > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 15px;
  color: #067e73;
  transition: background-color 0.15s ease-in-out;
}
#asidenav .body > ul > li > a::before {
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  font-size: 0.7em;
  margin-right: 0.7em;
}

@media (min-width:992px) {
  #asidenav .head {
    cursor: auto;
    padding: 8px 15px;
  }
  #asidenav .head .mn {
    display: none;
  }
  #asidenav .body > ul {
    font-size: 13px;
  }
  #asidenav .body > ul > li > a {
    padding: 6px 15px;
  }
}


dl.wm3-tablelist {
  display: block;
  width: 100%;
	font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
@media (min-width:768px) {
	dl.wm3-tablelist {
		font-size: 16px;
	}
}
dl.wm3-tablelist > dt,
dl.wm3-tablelist > dd {
  display: block;
  width: 100%;
  font-weight: normal;
  padding: 8px 15px;
  background-color: rgba(0,176,157,0.1);
  margin: 0;
}
dl.wm3-tablelist > dt {
  background-color: rgba(0,176,157,0.3);
}
dl.wm3-tablelist > dd {
  margin-bottom: 6px;
}
@media (min-width:992px) {
  dl.wm3-tablelist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  dl.wm3-tablelist > dt {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 15px 20px;
    margin-bottom: 2px;
  }
  dl.wm3-tablelist > dd {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    padding: 15px 20px;
    margin-bottom: 2px;
  }
}



#wm3 {
  line-height: 1.7;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (min-width:768px) {
  #wm3 {
    line-height: 2;
    padding-bottom: 80px;
  }
}

@media (min-width:992px) {
  #wm3 .container {
    width: 960px !important;
    min-width: 960px !important;
  }
}

#wm3-modification {
  margin: 0 -15px;
  padding: 5px 15px;
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
}
@media (min-width:768px) and (max-width:991.98px) {
  #wm3-modification {
    margin-top: 5px;
  }
}
@media (min-width:992px) {
  #wm3-modification {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
  }
}


#wm3-crumbs {
  margin-top: 8px;
}
#wm3-crumbs a {
  color: inherit;
  text-decoration: none;
}
#wm3-crumbs a:hover {
  text-decoration: underline;
}
#wm3-crumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.3;
  color: #888;
  font-feature-settings: 'palt' 1;
}
#wm3-crumbs li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
#wm3-crumbs li::before {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #888;
  transform: rotate(45deg);
  margin-right: 6px;
  margin-left: 2px;
}
#wm3-crumbs li:first-child::before {
  display: none;
}


#wm3-obi {
  font-size: 12px;
  line-height: 1.2;
  background-color: #067e73;
  padding: 6px 15px;
  color: #fff;
  text-align: center;
  font-feature-settings: 'palt' 1;
  margin: 0 -15px;
}
@media (min-width:768px) {
  #wm3-obi {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media (min-width:992px) {
  #wm3-obi {
    display: inline-block;
    margin-left: 0;
  }
}

#wm3-content-head {
	position: relative;
}
#wm3-content-head .typography {
	display: block;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: -1;
}
@media (min-width:992px) {
	#wm3-content-head .typography {
		left: -100px;
		top: -50px;
	}
}
#wm3-content-head .typography img {
	width: 85%;
	height: auto;
}
@media (min-width:992px) {
	#wm3-content-head .typography img {
		width: 100%;
	}
}
#wm3-content-head .sub {
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  color: #067e73;
  font-feature-settings: 'palt' 1;
}
#wm3-content-head h1 {
  font-size: 22px;
  line-height: 1.5;
  font-family: serif;
  font-weight: 600;
  font-feature-settings: 'palt' 1;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width:768px) {
	#wm3-content-head h1 {
		margin-top: 15px;
	}
}
#wm3-content-head .sub + h1 {
  margin-top: 0;
}
@media (min-width:768px) {
  #wm3-content-head .sub {
    font-size: 18px;
  }
  #wm3-content-head h1 {
    font-size: 36px;
  }
}

#wm3-content-head-normal h1 {
 text-align: center;
	color: #00b09d;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 0.25em;
}
#wm3-content-head-normal h2 {
 text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 2rem;
}
@media (min-width:768px) {
 #wm3-content-head-normal h1 {
 	font-size: 22px;
 	line-height: 1.2;
 	margin-bottom: 0.25em;
 }
 #wm3-content-head-normal h2 {
 	font-size: 36px;
 	line-height: 1.2;
 }
}

#wm3-supervision {
  display: table;
  font-size: 12px;
  line-height: 1.5;
  font-feature-settings: 'palt' 1;
  margin-bottom: 15px;
}
@media (min-width:768px) {
  #wm3-supervision {
    margin-bottom: 40px;
  }
}
#wm3-supervision dl {
  display: table-row;
}
#wm3-supervision dt {
  display: table-cell;
  padding-right: 0.75em;
  color: #067e73;
  font-weight: 600;
}
#wm3-supervision dd {
  display: table-cell;
}
#wm3-supervision ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

#wm3-webseminar-fv {
	display: block;
	margin: 0 -15px;
}
@media (min-width:768px) {
	#wm3-webseminar-fv {
		margin: 0;
	}
}
#wm3-webseminar-fv .profile {
	margin-top: 17px;
	padding-top: 17px;
	border-top: 1px solid #FFF;
}
@media (min-width:768px) {
	#wm3-webseminar-fv .profile {
		margin-top: 22px;
		padding-top: 22px;
	}
}
#wm3-mainimage {
	position: relative;
	z-index: -2;
}
#wm3-mainimage .image {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#wm3-mainimage .image::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 66.7%;
  background-color: rgba(0,0,0,0.03);
}
#wm3-mainimage-read {
	display: block;
	padding: 27px 15px;
	background-color: #666;
}
@media (min-width:768px) {
	#wm3-mainimage-read {
		padding: 37px 50px;
	}
}
#wm3-mainimage-read p {
	font-size: 14px;
	line-height: 1.6;
	color: #FFF;
	margin: 0;
}
#wm3-mainimage-read p a {
	color: inherit;
	text-decoration: underline;
}

#wm3-sns-button {
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
@media (min-width:768px) {
  #wm3-sns-button {
    margin-top: 30px;
  }
}
#wm3-sns-button > div {
  margin: 0 5px;
}
#wm3-sns-button .fb-share-button > span {
  vertical-align: inherit !important;
}


#wm3-symptoms {
  margin-top: 35px;
  margin-bottom: 30px;
}
@media (min-width:768px) {
  #wm3-symptoms {
    margin-top: 45px;
    margin-bottom: 50px;
		padding-right: 60px;
  }
}
#wm3-symptoms h2 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #067e73;
  font-size: 14px;
  line-height: 1;
  color: #067e73;
  font-weight: 600;
  margin-top: 7px;
  margin-bottom: 25px;
}
@media (min-width:768px) {
  #wm3-symptoms h2 {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
#wm3-symptoms h2 span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  top: -7px;
  padding: 0 0.75em;
  margin-left: 1.25em;
}
@media (min-width:768px) {
  #wm3-symptoms h2 span {
    margin-left: 2em;
  }
}
#wm3-symptoms ul.list {
  list-style: none;
  padding: 0;
  margin: 0 -2px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-feature-settings: 'palt' 1;
}
@media (min-width:768px) {
  #wm3-symptoms ul.list {
		margin: 0 -4px 40px;
  }
}
#wm3-symptoms ul.list li {
  display: block;
  margin: 0 2px 4px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width:768px) {
  #wm3-symptoms ul.list li {
		margin: 0 4px 8px;
    font-size: 14px;
  }
}
#wm3-symptoms ul.list li a {
  display: block;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #a8cecb;
  background-color: #e7f2f1;
  color: #067e73;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out;
}
#wm3-symptoms ul.list li a:hover {
  background-color: #d0e2f5;
}
#wm3-symptoms p:last-of-type {
  margin-bottom: 0;
}

/* お知らせ */
#wm3-info {
  margin: 45px 0 -20px;
}
@media (min-width:992px) {
	#wm3-info {
	  margin-top: 60px;
	}
}
#wm3-info h2 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: relative;
  margin-bottom: 42px;
}
#wm3-info h2 span {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  background-color: #707070;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  font-feature-settings: 'palt' 1;
}
#wm3-info h2 span::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 5px;
  border-color: transparent transparent transparent #707070;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
}
#wm3-info-list .col {
  margin: 0 0 20px 0;
}
#wm3-info-list #satori__creative_container img {
  width: 100%;
  height: auto;
}


/* 目次 */
#wm3-index {
  border: 1px solid #1D7E73;
  padding: 25px 20px;
  margin: 40px 0;
  font-feature-settings: 'palt' 1;
}
@media (min-width:768px) {
  #wm3-index {
    padding: 30px 40px 40px;
    margin: 60px 0;
  }
}
#wm3-index h2 {
  text-align: center;
  color: #1D7E73;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
@media (min-width:768px) {
  #wm3-index h2 {
    font-size: 18px;
  }
}
#wm3-index ul.list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
#wm3-index ul.list li.item {
  border-bottom: 1px dotted #ddd;
  font-size: 14px;
  line-height: 1.3;
  padding: 10px 1.5em 10px 5px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
@media (min-width:768px) {
  #wm3-index ul.list li.item {
    font-size: 16px;
    padding: 12px 3em 12px 20px;
    border-width: 2px;
  }
}
#wm3-index ul.list li.item:hover {
  background-color: #f6f6f6;
}
#wm3-index ul.list li.item::after {
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f078';
  position: absolute;
  top: calc(50% - 0.5em);
  right: 5px;
  color: #1D7E73;
  font-size: 10px;
}
@media (min-width:768px) {
  #wm3-index ul.list li.item::after {
    right: 20px;
    font-size: 12px;
  }
}

#wm3-index ul.list.special li.item {
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#wm3-index ul.list.special li.item span.icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 21px;
  height: 21px;
  margin-right: 0.5em;
}
#wm3-index ul.list.special li.item i {
  font-size: 120%;
}
#item-special01 {
  color: #155891;
}
#item-special02 {
  color: #1D7E73;
}

#wm3-index ul.list-type2 {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
#wm3-index ul.list-type2 li.item {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #666;
	color: #FFF;
	margin: 0 0 2px;
	position: relative;
	cursor: pointer;
}
#wm3-index ul.list-type2 li.item .icon {
	display: block;
	width: 26px;
	font-size: 1.4em;
	text-align: center;
	margin-right: 5px;
}
#wm3-index ul.list-type2 li.item::after {
	display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f078';
  position: absolute;
  top: calc(50% - 0.5em);
  right: 15px;
  color: #FFFFFF;
  font-size: 10px;
}
#wm3-index ul.list-type2 li.item.item-special01 {
	background-color: #155891;
}
#wm3-index ul.list-type2 li.item.item-special02 {
	background-color: #1D7E73;
}


/* あなたにおすすめの関連記事 */
#wm3-recommend {
  margin: 40px 0;
  font-feature-settings: 'palt' 1;
}
@media (min-width:768px) {
  #wm3-recommend {
    margin: 60px 0;
  }
}
#wm3-recommend h2 {
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #666;
  margin-bottom: 15px;
}
@media (min-width:768px) {
  #wm3-recommend h2 {
    font-size: 18px;
  }
}
#wm3-recommend ul.list {
  list-style: none;
  padding: 0 20px;
  margin-bottom: 0;
}
@media (min-width:768px) {
  #wm3-recommend ul.list {
    padding: 0 40px;
  }
}
#wm3-recommend ul.list li.item a {
  text-decoration: none;
  display: block;
  color: #666;
  border-bottom: 1px dotted #ddd;
  background-color: #fff;
  padding: 10px 25px 10px 5px;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  transition: background-color 0.15s ease-in-out;
}
#wm3-recommend ul.list li:first-of-type.item a {
	border-top: 1px dotted #ddd;
}
#wm3-recommend ul.list li.item a:hover {
  background-color: #f6f6f6;
}
#wm3-recommend ul.list li.item a::after {
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  position: absolute;
  top: calc(50% - 0.5em);
  right: 5px;
  color: #1D7E73;
  font-size: 10px;
}
@media (min-width:768px) {
  #wm3-recommend ul.list li.item a {
    font-size: 16px;
    padding: 12px 3em 12px 20px;
    border-width: 2px;
  }
  #wm3-recommend ul.list li.item a::after {
    right: 20px;
    font-size: 12px;
  }
}

#wm3-writer-profile {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 40px;
}
#wm3-writer-profile h2 {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #067e73;
  text-align: center;
  font-feature-settings: 'palt' 1;
  margin-bottom: 20px;
}
#wm3-writer-profile .name {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  font-feature-settings: 'palt' 1;
}
#wm3-writer-profile .pict {
  display: block;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
#wm3-writer-profile .prof-area {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 15px;
}
#wm3-writer-profile .profile,
#wm3-writer-profile .association {
  list-style: none;
  font-size: 12px;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 5px 0;
  font-feature-settings: 'palt' 1;
}
#wm3-writer-profile .association {
  margin: 0;
}
#wm3-writer-profile .association li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#wm3-writer-profile .association li::before {
  display: block;
  content: '';
  background-color: #067e73;
  height: 2px;
  -ms-flex: 0 0 1em;
  flex: 0 0 1em;
  margin-right: 0.5em;
}
@media (min-width:768px) {
  #wm3-writer-profile {
    border: none;
    border-left: 5px solid #a8cecb;
    padding: 0 0 0 30px;
  }
  #wm3-writer-profile h2 {
    font-size: 16px;
    text-align: left;
  }
  #wm3-writer-profile .pict {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
  #wm3-writer-profile .prof-area {
    padding-left: 30px;
  }
}
@media (min-width:992px) {
  #wm3-writer-profile .pict {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
}


#wm3-sectiongroup section {
  border-top: 1px dotted #ddd;
  padding-top: 40px;
  margin-top: 40px;
}
@media (min-width:768px) {
  #wm3-sectiongroup section {
    margin-top: 60px;
    padding-top: 50px;
  }
}
#wm3-sectiongroup section h2 {
  /* text-align: center; */
  font-size: 20px;
  line-height: 1.25;
  color: #067e73;
  font-feature-settings: 'palt' 1;
  margin: 0 0 20px 0;

  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(172,213,209,1) 100%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 15px 15px 18px;
}
@media (min-width:768px) {
  #wm3-sectiongroup section h2 {
    font-size: 32px;
    margin-bottom: 30px;
    padding: 36px 30px 40px;
  }
}
/*
#wm3-sectiongroup section h2::after {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background-color: #067e73;
  margin: 20px 0;
}
@media (min-width:768px) {
  #wm3-sectiongroup section h2::after {
    height: 3px;
  }
}
*/
#wm3-sectiongroup section h4 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
}
#wm3-sectiongroup section p {
  line-height: 1.8;
}
@media (min-width:768px) {
  #wm3-sectiongroup section p {
    line-height: 2.0;
  }
}
#wm3-sectiongroup section p + .inimg {
  margin-top: 1.2rem;
}
@media (min-width:768px) {
  #wm3-sectiongroup section p + .inimg {
    margin-top: 3rem;
  }
}
#wm3-sectiongroup section .inimg {
  position: relative;
  margin-bottom: 1.2rem;
}
@media (min-width:768px) {
  #wm3-sectiongroup section .inimg {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
#wm3-sectiongroup section .inimg::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.03);
}

#wm3-sectiongroup section .intable {
  border-collapse: collapse;
  min-width: 100%;
  font-size: 13px;
  line-height: 1.2;
}
#wm3-sectiongroup section .table-responsive {
  margin: 1.2rem 0;
}
@media (min-width:768px) {
  #wm3-sectiongroup section .table-responsive {
    margin: 3rem 0;
  }
}
#wm3-sectiongroup section .intable th,
#wm3-sectiongroup section .intable td {
  white-space: nowrap;
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 12px;
}
#wm3-sectiongroup section .intable th {
  text-align: center;
  background-color: #e7f2f1;
}
@media (min-width:768px) {
  #wm3-sectiongroup section .intable {
    font-size: 16px;
    line-height: 1.2;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#wm3-sectiongroup section .inredtable {
  border: 1px solid #b52b00;
  background-color: #fbf4f2;
  width: 100%;
  margin: 1.2rem 0;
}
@media (min-width:768px) {
  #wm3-sectiongroup section .inredtable {
    margin: 3rem 0;
  }
}
#wm3-sectiongroup section .inredtable h2 {
  background-color: #b52b00;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 0;
  font-feature-settings: 'palt' 1;

  border-radius: 0;
  background-image: none;
}
#wm3-sectiongroup section .inredtable h2::after {
  display: none;
}
#wm3-sectiongroup section .inredtable ul {
  list-style: none;
  padding: 0;
  margin: 20px;
}
#wm3-sectiongroup section .inredtable li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4 !important;
  margin-top: 0.5em;
}
#wm3-sectiongroup section .inredtable li:first-child {
  margin-top: 0;
}
#wm3-sectiongroup section .inredtable li span.circle {
  color: #b52b00;
}
@media (min-width:768px) {
  #wm3-sectiongroup section .inredtable {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #wm3-sectiongroup section .inredtable h2 {
    font-size: 16px;
    padding: 10px;
  }
}


#wm3-reference {
  display: block;
  width: 100%;
  background-color: #eee;
  padding: 20px;
  font-feature-settings: 'palt' 1;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width:768px) {
  #wm3-reference {
    margin-top: 3rem;
  }
}
#wm3-reference h2 {
  font-size: 14px;
  line-height: 1.4;
}
#wm3-reference ul {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 0 0 1em;
  margin: 0;
  color: #155891;
}
#wm3-reference li {
  margin-top: 3px;
}
#wm3-reference li:first-child {
  margin-top: 0;
}
#wm3-reference li::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f35d';
  margin-left: 0.5em;
}
#wm3-reference a {
  color: inherit;
  text-decoration: underline;
}


#wm3-bemind {
  margin: 40px 0 -16px;
}
@media (min-width:768px) {
  #wm3-bemind {
    margin-top: 3rem;
  }
}
#wm3-bemind h2 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #155891;
  margin-bottom: 16px;
  font-feature-settings: 'palt' 1;
}
@media (min-width:768px) {
  #wm3-bemind h2 {
    font-size: 26px;
    font-weight: normal;
  }
}
#wm3-bemind h2 i {
  display: inline-block;
  position: relative;
  font-size: 22px;
  top: 2px;
  margin-right: 0.25em;
}
@media (min-width:768px) {
  #wm3-bemind h2 i {
    font-size: 30px;
    top: 1px;
  }
}

#wm3-bemind-line a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background-color: #fff;
  border: 2px solid #06C755;
  border-radius: 5px;
  padding: 0 16px 0 10px;
  font-feature-settings: 'palt' 1;
  position: relative;
  text-decoration: none;
}
#wm3-bemind-line a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  color: #06C755;
  font-size: 16px;
  line-height: 1;
  display: block;
  position: absolute;
  right: 12px;
  top: calc(50% - 8px);
}
#wm3-bemind-line .icon {
  margin-right: 6px;
}
#wm3-bemind-line .title {
  font-size: 13px;
  line-height: 1.1;
  font-weight: bold;
  color: #06C755;
}
#wm3-bemind-line .name {
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  color: #04A533;
  font-weight: bold;
}

#wm3-bemind-line .account {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Antonio';
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #06C755;
  border-left: 1px solid #06C755;
  margin-left: 12px;
  padding-left: 12px;
  height: 38px;
}

#wm3-bemind .btn-bemind {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #1D7E73;
  border-radius: 5px;
  color: #fff;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.3;
  font-feature-settings: 'palt' 1;
  text-decoration: none;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.25);
  position: relative;
  border: 2px solid #1D7E73;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
#wm3-bemind .btn-bemind::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: block;
  position: absolute;
  right: 12px;
  top: calc(50% - 8px);
}
#wm3-bemind .btn-bemind:hover {
  background-color: #fff;
  color: #1D7E73;
}
#wm3-bemind .btn-bemind:hover::after {
  color: #1D7E73;
}

#wm3-webseminar {
  border: 3px solid #1D7E73;
  padding: 14px 17px 17px;
  margin-top: 36px;
}
@media (min-width:768px) {
  #wm3-webseminar {
    padding: 30px 40px 40px;
  }
}
#wm3-webseminar h2 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #1D7E73;
  font-feature-settings: 'palt' 1;
  margin-bottom: 10px;
}
#wm3-webseminar h2::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f51c';
  font-size: 130%;
  margin-right: 0.25em;
  position: relative;
  top: 0.1em;
}
@media (min-width:768px) {
  #wm3-webseminar h2 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
  }
}
#wm3-webseminar h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #555;
  font-feature-settings: 'palt' 1;
  margin-bottom: 10px;
}
@media (min-width:768px) {
  #wm3-webseminar h3 {
    font-size: 20px;
    color: #333;
  }
}
@media (min-width:768px) {
  #wm3-webseminar .cnt {
    background-color: #e7f2f1;
    padding: 40px;
    margin: 12px 0 30px 0;
  }
}
#wm3-webseminar h4 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  color: #1D7E73;
  font-feature-settings: 'palt' 1;
}
@media (min-width:768px) {
  #wm3-webseminar h4 {
    font-size: 16px;
  }
}
#wm3-webseminar p.read {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width:768px) {
  #wm3-webseminar p.read {
    font-size: 16px;
  }
}
#wm3-webseminar .btn-bemind {
  display: block;
  width: 100%;
  background-color: #1D7E73;
  border: 2px solid #1D7E73;
  border-radius: 5px;
  color: #fff;
  padding: 18px;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  font-feature-settings: 'palt' 1;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.25);
  position: relative;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
@media (min-width:768px) {
  #wm3-webseminar .btn-bemind {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
#wm3-webseminar .btn-bemind:hover {
  background-color: #fff;
  border: 2px solid #1D7E73;
  color: #1D7E73;
  text-decoration: none;
}
#wm3-webseminar .btn-bemind::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: block;
  position: absolute;
  right: 12px;
  top: calc(50% - 8px);
  transition: color 0.15s ease-in-out;
}
#wm3-webseminar .btn-bemind:hover::after {
  color: #1D7E73;
}

#wm3-instructor {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (min-width:768px) {
  #wm3-instructor {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#wm3-instructor .instructor-photo {
  -ms-flex: 0 0 30%;
  flex: 0 0 35%;
}
#wm3-instructor .instructor-photo .photo {
  position: relative;
}
#wm3-instructor .instructor-photo .photo::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.025);
  position: absolute;
  top: 0;
  left: 0;
}
#wm3-instructor .instructor-profile {
  -ms-flex: 0 0 70%;
  flex: 0 0 65%;
  padding-left: 12px;
}
/* #wm3-instructor .instructor-profile h4 {
  margin-bottom: 2px;
} */
#wm3-instructor .instructor-profile .name {
  margin-bottom: 3px;
}
#wm3-instructor ul.profile {
  list-style: none;
  padding: 0;
  margin: 0 0 3px;
  font-size: 12px;
  line-height: 1.3;
}
@media (min-width:768px) {
  #wm3-instructor ul.profile {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

#wm3-linkednews {
  margin-top: 30px;
}
#wm3-linkednews h2 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #155891;
  margin-bottom: 16px;
}
#wm3-linkednews h2 i {
  display: inline-block;
  position: relative;
  font-size: 22px;
  top: 2px;
  margin-right: 0.25em;
}


#wm3-matome {
  margin-top: 36px;
  font-feature-settings: 'palt' 1;
}
@media (min-width:768px) {
  #wm3-matome {
    margin-top: 60px;
  }
}
#wm3-matome h2 {
  display: block;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #9D2D40;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #9D2D40;
  border-radius: 5px;
  margin-bottom: 5px;
}
@media (min-width:768px) {
  #wm3-matome h2 {
    font-size: 20px;
    padding: 15px;
    margin-bottom: 40px;
  }
}
#wm3-matome h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width:992px) {
  #wm3-matome h3 {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
#wm3-matome h3 span.s {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  background-color: #9D2D40;
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  font-weight: 400px;
  margin-right: 12px;
}
#wm3-matome h3 span.m {
  font-size: 18px;
  line-height: 1.4;
  color: #9D2D40;
  font-weight: bold;
}
@media (min-width:768px) {
  #wm3-matome h3 span.m {
    font-size: 26px;
    font-weight: normal;
  }
}
#wm3-matome .list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
#wm3-matome .list li {
  margin-top: 40px;
}
#wm3-matome .list .item {
  display: block;
  width: 100%;
  background-color: #FAF4F5;
  border: 1px solid #9D2D40;
  border-radius: 5px;
  line-height: 1.6;
  padding: 20px;
  position: relative;
}
@media (min-width:992px) {
  #wm3-matome .list .item {
    padding: 20px 30px;
  }
}
#wm3-matome .list .item span.point {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #9D2D40;
  font-weight: 400;
  position: absolute;
  top: -26px;
  left: 20px;
  font-family: 'Libre Baskerville', serif;
}
@media (min-width:992px) {
  #wm3-matome .list .item span.point {
    left: 30px;
    top: -33px;
    font-size: 26px;
  }
}
#wm3-matome .list .item span.point span.number {
  font-size: 150%;
}

/*
#wm3-linkednews-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-feature-settings: 'palt' 1;
}
#wm3-linkednews-list a {
  color: inherit;
  text-decoration: none;
}
#wm3-linkednews-list .pict {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#wm3-linkednews-list .pict::after {
  display: block;
  content: '';
  padding-top: 100%;
  background-color: rgba(0,0,0,0.025);
}
#wm3-linkednews-list .date {
  font-size: 12px;
  line-height: 1.3;
  margin-top: -2px;
}
#wm3-linkednews-list .category {
  font-size: 12px;
  line-height: 1.3;
  color: #09a2d8;
}
#wm3-linkednews-list .title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 2px;
}
#wm3-linkednews-list .read {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 2px;
  margin-bottom: 0;
}
*/


#wm3-footerbanner {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 991;
  background-color: #1D7E73;
  padding: 12px 0;
  font-feature-settings: 'palt' 1;
}
@media (min-width:992px) {
  #wm3-footerbanner .container {
    padding: 0 100px;
  }
}
#wm3-footerbanner ul.list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
#wm3-footerbanner ul.list li.item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: bold;
  height: 100%;
}
#wm3-footerbanner ul.list li.item a::after {
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
}
@media (min-width:992px) {
  #wm3-footerbanner ul.list li.item a {
    font-size: 14px;
    padding: 8px 20px;
  }
}
#fb-link01 {
  background-color: #E0FFD4;
  color: #1D7E73;
  transition: background-color 0.15s ease-in-out;
}
#fb-link02 {
  background-color: #E3F0FF;
  color: #155891;
  transition: background-color 0.15s ease-in-out;
}
#fb-link01:hover, #fb-link02:hover {
  background-color: #FFFFFF;
}
#fb-link02 .icon i {
  margin-right: 0.5rem;
}


#ws3-title {
  display: block;
  margin: 0 -15px;
  background-color: #067e73;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
}
@media (min-width:768px) {
  #ws3-title {
    display: inline-block;
    margin: 60px 0 0;
    padding: 8px 20px;
    font-size: 14px;
    text-align: left;
  }
}

#ws3-date {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #067e73;
  padding-bottom: 4px;
  border-bottom: 1px solid #067e73;
  margin: 0 0 10px;
  font-feature-settings: 'palt' 1;
}
#ws3-date.border-b-0 {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}
@media (min-width:768px) {
  #ws3-date {
    font-size: 16px;
  }
}

#ws3-lecturer {
  display: block;
  background-color: #f3f3f3;
  padding: 15px 20px 20px;
  margin: 15px 0;
}
#ws3-lecturer h3 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: #067e73;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
@media (min-width:768px) {
  #ws3-lecturer {
    margin: 6px 0 0;
    padding: 15px 40px 20px;
  }
  #ws3-lecturer h3 {
    font-size: 16px;
  }
}

#ws3-form {
  background-color: rgba(0,176,157,1) !important;
  padding: 20px 0;
  margin: 40px 0;
}
#ws3-form-header {
  color: #fff;
  padding: 0 15px;
}
#ws3-form-header h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  font-feature-settings: 'palt' 1;
}
#ws3-form .eye {
	display: block;
	width: 140px;
	height: 140px;
	position: absolute;
	top: -30px;
	right: -30px;
}
@media (max-width:767.98px) {
	#ws3-form .eye {
		-moz-transform: scale(0.42);
		transform: scale(0.42);
		-moz-transform-origin: right top;
		transform-origin: right top;
		top: -10px;
		right: -10px;
	}
}
#ws3-form .eye .inner {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1000px;
	background-color: #006859;
	color: #FFF;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 800;
	font-feature-settings: 'palt' 1;
}
@media (min-width:992px) {
  #ws3-form {
    padding: 50px 0;
    margin: 50px 0;
  }
  #ws3-form-header {
    padding: 0 120px 5px;
  }
  #ws3-form-header h2 {
    font-size: 22px;
  }
  #ws3-form #satori__custom_form {
    padding: 0 110px !important;
  }
}



#ac3 {
  padding: 30px 0;
}
@media (min-width:768px) {
  #ac3 {
    padding: 50px 0;
  }
}

.articlelist a {
  text-decoration: none;
  color: inherit;
}
.articlelist .title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  font-feature-settings: 'palt' 1;
}
.articlelist .read {
  font-size: 14px;
  line-height: 1.4;
  font-feature-settings: 'palt' 1;
  margin: 8px 0 0 0;
}
.articlelist .datepv {
  color: #888;
  font-size: 12px;
  line-height: 1.2;
  margin: 8px 0 0 0;
}
.articlelist .tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articlelist .tag > span.name {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #067e73;
  border: 1px solid #067e73;
  border-radius: 3px;
  padding: 3px 6px;
  margin: 0 2px 4px;
}

.articlelist .image-area {
  margin: 0 0 12px;
  position: relative;
}
.articlelist .image-area .image {
  display: block;
  width: 100%;
  padding-top: 66%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.articlelist .image-area .image::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.025);
}
.articlelist a .image-area .image {
  transition: opacity 0.15s ease-in-out;
}
.articlelist a:hover .image-area .image {
  opacity: 0.8;
}

.articlelist .mark-seminar {
  display: block;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/seminar-entry.png');
  background-size: contain;
  position: absolute;
  right: -10px;
  bottom: -10px;
}

/* 関連動画バナー */
#wm3-banner-videos {
  display: block;
  margin: 30px auto 40px;
  width: 100%;
  max-width: 510px;
}
@media (min-width:768px) {
  #wm3-banner-videos {
    margin: 40px auto 60px;
  }
}

/* 解説動画 */
#wm3-commentary-video {
	display: block;
}
@media (min-width:992px) {
	#wm3-commentary-video {
		-ms-flex: 0 0 320px;
		flex: 0 0 320px;
		margin-top: 45px;
	}
}
#wm3-commentary-video .wrapper {
	display: block;
	background-color: #0E3866;
	color: #FFF;
	padding: 20px 35px 35px;
}
#wm3-commentary-video h2 {
	font-size: 16px;
	line-height: 1.3;
	color: #FFF;
	font-feature-settings: 'palt' 1;
}
#wm3-commentary-video .video-youtube {
	display: block;
	width: 100%;
	padding-top: 177.77777777777778%;
	position: relative;
}
#wm3-commentary-video .video-youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.youtube-logo {
	display: block;
	position: relative;
}
.youtube-logo .fa-youtube {
	color: #F90018;
	position: relative;
}
.youtube-logo::before {
	display: block;
	content: '';
	width: 14px;
	height: 10px;
	background-color: #FFF;
	position: absolute;
	top: calc(50% - 5.5px);
	left: calc(50% - 7px);
}

#satori__html_part p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 0;
}
#satori__html_part p:first-of-type {
	font-feature-settings: 'palt' 1;
	line-height: 1.3;
	margin-bottom: 0.5em;
}

#wm3-more {
	display: block;
	margin: 40px 0;
}
@media (min-width:992px) {
	#wm3-more {
		margin: 60px 0;
	}
}
#wm3-more h2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	font-feature-settings: 'palt' 1;
	color: #005794;
	margin-bottom: 20px;
}
@media (min-width:768px) {
	#wm3-more h2 {
		font-size: 26px;
		font-weight: normal;
		margin-bottom: 30px;
	}
}
#wm3-more h2 .icon i {
	margin-right: 0.25em;
}
#wm3-more ul.link-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-ms-flex-pack: justify;
  justify-content: space-between;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 -15px;
}
@media (min-width:992px) {
	#wm3-more ul.link-list {
		margin-bottom: -20px;
	}
}
#wm3-more ul.link-list li {
	display: block;
	-ms-flex: 0 0 calc(50% - 8px);
	flex: 0 0 calc(50% - 8px);
	margin: 0 0 15px;
	font-feature-settings: 'palt' 1;
}
@media (min-width:992px) {
	#wm3-more ul.link-list li {
		-ms-flex: 0 0 calc(50% - 15px);
		flex: 0 0 calc(50% - 15px);
		margin: 0 0 25px;
	}
}
#wm3-more ul.link-list a {
	display: block;
	text-decoration: none;
	color: #333;
}
@media (min-width:992px) {
	#wm3-more ul.link-list a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
		-ms-flex-align: start;
  	align-items: flex-start;
	}
	#wm3-more ul.link-list a .l {
		-ms-flex: 0 0 176px;
		flex: 0 0 176px;
	}
	#wm3-more ul.link-list a .r {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding-left: 15px;
	}
}
#wm3-more ul.link-list a .image {
	display: block;
	width: 100%;
	padding-top: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 8px;
	position: relative;
	opacity: 1;
	transition: opacity 0.15s ease-in-out;
}
@media (min-width:992px) {
	#wm3-more ul.link-list a .image {
		margin-bottom: 0;
	}
}
#wm3-more ul.link-list a:hover .image {
	opacity: 0.7;
}
#wm3-more ul.link-list .image::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #005794 transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}
#wm3-more ul.link-list .category {
	display: block;
	font-size: 11px;
	line-height: 1.2;
	margin: 0 0 5px;
}
#wm3-more ul.link-list .category .box {
	display: inline-block;
	border: 1px solid rgba(0,87,148,0.5);
	background-color: #FFF;
	padding: 3px 8px;
}
#wm3-more ul.link-list h3 {
	font-size: 13px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 3px;
}
@media (min-width:992px) {
	#wm3-more ul.link-list h3 {
		font-size: 16px;
	}
}
#wm3-more ul.link-list .hp-name {
	font-size: 12px;
	line-height: 1.2;
	margin: 0;
}


#wm3-cta {
	display: block;
	font-feature-settings: 'palt' 1;
	margin: 40px 0 0;
}
@media (min-width:768px) {
	#wm3-cta {
		margin: 60px 0;
	}
}
#wm3-cta .wrapper {
	display: block;
	border-top: 2px solid #DDD;
	padding: 40px 0 0;
}
@media (min-width:768px) {
	#wm3-cta .wrapper {
		text-align: center;
		padding: 60px 0 0;
	}
}
#wm3-cta .wrapper a {
	display: block;
	width: 100%;
	position: relative;
	border-radius: 10px;
	background-color: #006699;
	color: #FFF;
	text-decoration: none;
	padding: 24px;
	cursor: pointer;
	transition: opacity 0.15s ease-in-out;
}
@media (min-width:768px) {
	#wm3-cta .wrapper a:hover {
		opacity: 0.8;
	}
}
@media (min-width:768px) {
	#wm3-cta .wrapper .parent {
		display: inline-block;
	}
	#wm3-cta .wrapper a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 1000px;
		padding: 15px 80px;
	}
}
#wm3-cta .wrapper a .arrow {
	display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #FFFFFF transparent transparent;
	position: absolute;
	top: 10px;
	right: 10px;
}
#wm3-cta .wrapper h2 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 800;
	padding: 0 0 20px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0 0 20px;
}
@media (min-width:768px) {
	#wm3-cta .wrapper h2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
		-ms-flex-align: center;
		align-items: center;
		font-size: 30px;
		padding: 0 30px 0 0;
		border-bottom: none;
		margin: 0;
	}
	#wm3-cta .wrapper h2::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #FFFFFF;
		margin-right: 10px;
	}
}
#wm3-cta .wrapper figure {
	margin: 0;
}
@media (min-width:768px) {
	#wm3-cta .wrapper figure {
		border-left: 1px solid #FFF;
		padding: 10px 0 10px 30px;
	}
	#wm3-cta .wrapper figure img {
		width: auto;
		height: 100px;
	}
}



#wm3-webseminar-text h2 {
	font-size: 20px;
	line-height: 1.3;
	font-feature-settings: 'palt' 1;
	font-weight: bold;
	color: #003C5E;
}
