@charset "UTF-8";

/* ===================================
	File Name   : common.css
	Description : Base Layout CSS
	Editor      : Bface Saeki
	Last Editor : Bface Hayakawa
	
	Update Description :
  [2022/08/26] 2023の追加
  [2020/06/18] 2021愛知用に調整
  [2020/05/26] Emergency Area 削除
  [2020/04/07] Emergency Area の追加
	[2017/07/03] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Global Redefinition
	2. Font Redefinition
	3. Box Setting
	4. Common Items Setting
		- Basic Link
	 	- Header Items
		- Global Navigation
	 	- Footer Items
		- Footer Navigation
		- Breadcrumbs
		- Page Top Button
		- Title Items
		- Sub Column
		- Inner Anchor
		− Clear Fix

====================================== */



/*===== ■1. Global Redefinition =====*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

body {
	color: #333333;
	line-height: 1.5;
  margin: 0px auto;
}

img { max-width: 100%;}

:root {
	--ltt-dominant: #00125e;
	--ltt-dominant-light: #dcdfed;
	--ie-dominant: #a33535;
	--ie-dominant-light: #e8ebec;
}


/*===== ■2. Font Redefinition =====*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html { font-size: 62.5%;}

body {
	font-size: 1.4em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragio Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?e20oli');
  src:  url('fonts/icomoon.eot?e20oli#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?e20oli') format('truetype'),
    url('fonts/icomoon.woff?e20oli') format('woff'),
    url('fonts/icomoon.svg?e20oli#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_blank:before {
  content: "\e900";
  color: #333333;
	margin-left: 4px;
}

a:hover .icon_blank:before { color: #fff;}


@media screen and (max-width:640px) {
	body {
		font-size: 1.3em;
	}
	
}



	

/*===== ■3. Box Setting =====*/
#entirety {
	overflow: hidden;
	position: relative;
	width: 100%;
}

header { 
	position:relative; 
	max-width: 1200px; margin: 10px auto 15px; color: #333333; font-family: 'Open Sans', 'Noto Sans Japanese'; }

@media screen and (max-width:1200px) {
	article .wrapper #main_cont {
		width: calc(100% - 20px);
	}

}

header > figure {
	max-width: 640px;
	margin: auto;
	padding: 0 10px;
	box-sizing: border-box;
}
@media screen and (max-width:640px) {	
	header {
		display: block;
		position: static;
		margin: 10px 15px 25px;
	}
	section .inner { margin: 0 10px; padding: 10px;}
}

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




/*===== ■4. Common Items Setting =====*/
/* Basic Link */
a {
	outline: hidden;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:hover img { opacity: 0.6;}




/* Header Items */
header h1{
	align-items: center; 
	display:block;
	text-align: center;
	padding: 20px 0 20px;	
	}
	
header h1 img{	
	width: 30%;
	max-width: 545px;
}

@media screen and (max-width:640px) {
	header h1{
		padding: 10px 0 0px;
		margin-bottom: 10px;
	}
		
	header h1 img{
		width: 90%;
		margin: 0 0 5px;
	}
}


/* Main Items */
main .wrapper {
	position: relative;
	padding: 90px 0 60px;
	background:#ededed;
}

main .wrapper::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/img-pict.png) left top;
	content: "";
}

main .wrapper > h3 {
	color: #0075c2;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.3;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	font-family: 'Noto Sans Japanese';
}

main .wrapper > ul {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 20px auto 0px;
}

main .wrapper > ul > li {
	width: 100%;
	max-width: 450px;
	margin:  0 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}

main .wrapper > ul > li h4{
  font-weight: bold;
  color: var(--ie-dominant);
  text-align: center;
  font-size: 1.8rem;
  margin: 20px 0 10px;
}

main .wrapper > ul > li:last-child h4{
  color: var(--ltt-dominant);
}

main .wrapper > ul > li > div{
  width: 85%;
  margin: 0 auto;
}

main .wrapper > ul > li:nth-child(2) > div{
  margin: auto; 
  min-height: 0%;
  width: 80%;
}

main .h_info {
	margin: auto auto 0;
}

main .h_info li {
	margin-bottom: 20px;
}
main .h_info li:first-child{
	margin: 25px 20px 0 0;
}

main .wrapper > ul > li:last-child .h_info li:not(:last-child){
	margin: 10px 20px 0 0;
}

main .h_info dl {
	display: flex;
	align-items: flex-start;
	margin: auto;
}

main .h_info dt {
	line-height: 1;
	min-width: 40px;
	margin-right: 5px;
	padding: 4px 5px;
	border-radius: 5px;
	background: #333333;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}

main .h_info li:first-of-type dl dt{
  margin: 8px 5px 0 0;
}

main .h_info li:nth-of-type(2) dl dt{
  margin: 5px 5px 0 0;
}

main .h_info li:first-child dd {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
}

main .wrapper > ul > li:first-child li:first-child dd{
  line-height: 1.2;
}

main .h_info li:first-child dd b {
	font-weight: bold;
	font-size: 2.6rem;
}

main .h_info li:first-child dd span:first-child {
	display: inline-block;
	position: relative;
}
main .wrapper > ul > li:first-child li:first-child {margin-bottom: 10px;}

  

main .h_info li:first-child dd span:first-child:after {
	float: right;
	margin: 5px 8px 0px 5px;
	content: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%20%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23333333%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_869%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%20869%22%20class%3D%22cls-1%22%20d%3D%22M926%2C13l-2%2C2%2C5%2C5H917v3h12l-5%2C5%2C2%2C2%2C8-8V21Z%22%20transform%3D%22translate(-917%20-13)%22%2F%3E%3C%2Fsvg%3E')
}

main .wrapper > ul > li:first-child li:first-child dd em{font-size: 1.4rem; display: inline-block; margin-left: 10px;}

main .wrapper > ul > li:last-child li:first-child dd em{font-size: 1.4rem; display: block;}

main .h_info li:first-child+li dd {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

main .h_info li:first-child+li dd br { display: none;}

main .h_info li:first-child dd span:nth-child(2) { margin-right: 10px;}
main .h_info li:first-child dd span:nth-child(3) { white-space: nowrap;}

main .h_info li:first-child+li dd em { font-size: 1.4rem;}

main .h_info li:last-child a {
	display: block;
	position: relative;
	margin-left: 10px;
	padding: 14px 7px;
	box-sizing: border-box;
	border: 1px solid #004f99;
	background: #fff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
 	text-decoration: none !important;
	color:  #004f99;
}
main .h_info li:last-child a.spword{
		display: none;
	}
	
main .h_info li:last-child a:hover {
	background: #004f99;
	color: #fff;
}

main .h_info li:last-child a.soon {
	opacity: .6;
	pointer-events: none;
	background: inherit !important;
	color: #004f99 !important;
}

main .h_info li:last-child a:before {
	position: absolute;
	top: 50%;
	left: 0;
	border: 4px solid transparent;
	border-left: 4px solid #004f99;
	transform: translateY(-50%);
	content: '';
}


main .wrapper > ul > li a {
  display: block;
  width: 240px;
  margin: 20px auto;
  padding: 20px;
  font-size: 2.5rem;
  color: var(--ie-dominant);
  border: 2px solid var(--ie-dominant);
  border-radius: 10px;
  text-decoration: none;
  background: #fff;
  text-align: center;
}

main .wrapper > ul > li a span {
    position: relative;
    left: 15px;
    top: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--ie-dominant);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

main .wrapper > ul > li a span::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 55%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(50%) translateY(-25%) rotate(45deg);
}

main .wrapper > ul > li a:hover {
	background: var(--ie-dominant-light) !important;
}

main .wrapper > ul > li:last-child a {
  color: var(--ltt-dominant);
  border: 2px solid var(--ltt-dominant);
}

main .wrapper > ul > li:last-child a span {
    background: var(--ltt-dominant);
}

main .wrapper > ul > li:last-child a:hover {
    background: var(--ltt-dominant-light) !important;
}

main .wrapper > ul > li p{
  position: absolute;
  top: -70px;
  right: 20px;
  z-index: 3;
  padding: 10px 15px;
  border-radius: 10px;
  background: var(--ie-dominant);
  box-shadow: 0 3px rgba(0,0,0,.6);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
main .wrapper > ul > li p .pc_none{display: none;}
main .wrapper > ul > li p::before {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    right: 30px;
    bottom: -21px;
    border-top: 18px solid rgba(0,0,0,.6);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: skewX(-45deg);
}

main .wrapper > ul > li p::after {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    right: 35px;
    bottom: -20px;
    border-top: 20px solid var(--ie-dominant);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: skewX(-45deg);
}

main .wrapper > ul > li:last-child p{
    background: var(--ltt-dominant);
  }

main .wrapper > ul > li:last-child p::after {
    border-top: 20px solid var(--ltt-dominant);
}

/* add virtual */
main .h_info li.virtual dd {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
}
main .h_info li.virtual dl {
	align-items: center;
}
main .h_info li.virtual dt {
	text-align: left;
	flex-shrink: 0;
}
main .h_info li.virtual br.pc_none {
	display: none;
}
main .h_info li.virtual br.sp_none {
	display: block;
}

main .h_info li.virtual dd b {
	font-weight: bold;
	font-size: 2.6rem;
}

main .h_info li.virtual dd span:first-child {
	display: inline-block;
	position: relative;
}
main .h_info li.virtual dd span:first-child:after {
	margin: 5px 8px 0px 5px;
	content: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%20%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23333333%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_869%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%20869%22%20class%3D%22cls-1%22%20d%3D%22M926%2C13l-2%2C2%2C5%2C5H917v3h12l-5%2C5%2C2%2C2%2C8-8V21Z%22%20transform%3D%22translate(-917%20-13)%22%2F%3E%3C%2Fsvg%3E')
}


@media screen and (max-width:640px) { 
	 main .wrapper {
		padding: 30px 0 30px;
	}
	main .wrapper > ul {
		display: block;
		width: 90%;
		margin: 0 auto;
    flex-direction: column;
		}
		
	main .wrapper > ul > li {
		margin: 8px auto;
		text-align: center;
		}
  
  main .wrapper > ul > li:first-child{
    margin: 80px auto;
    padding-bottom: 30px;
    border-bottom: #666 dotted 1px;
  }
  
  main .wrapper > ul > li h4{
    padding-top:20px;
		margin: 0 0 10px;
  }

  main .wrapper > ul > li:first-child h4{
		margin: 0 0 10px;
  }
  
  main .wrapper > ul > li:first-child > div{
    width: 95%;
  }

  main .wrapper > ul > li a {
    padding: 10px;
   font-size: 2.0rem;
  }
  
  main .wrapper > ul > li a span {
    width: 25px;
    height: 25px;
  }
  
  main .wrapper > ul > li a span::after {
    width: 7px;
    height: 7px;
  }
  
	main .h_info {
		width: 100%;
		margin: 0 auto;
		padding:0;
	}
  main .wrapper > ul > li p .pc_none{display: block;}
	main .wrapper > ul > li:first-child p{
		top: -60px;
	}
	main .wrapper > ul > li:last-child p{
		top: -60px;
	}
  main .wrapper > ul > li:last-child .h_info li:not(:last-child){
	  margin: 15px 20px 0 0;
  }
	
  main .h_info li:first-child{
    margin: 25px 20px 5px 0;
  }
  
	main .h_info li:first-child+li dd {
	  font-size: 1.8rem;
    text-align: left;
    line-height: 1.2;
  }
  
  main .h_info li:first-child+li dd br { display: block;}
	
	main .h_info dt { min-width: 30px; padding: 3px 5px; font-size: 3.125vw; letter-spacing: 0 	}

	main .h_info li:first-child dd {
		font-size: 3.75vw;
		letter-spacing: 0;
    text-align: left;
	}

	main .h_info li:first-child dd b {
		font-size: 4.6875vw;
	}
  
  main .h_info li:first-child dd span:nth-child(2) {
      margin-left: 20px;
  }
  
  main .h_info li:first-child dd em{margin-top: 5px;}

  
  
	main .h_info li:first-child dd span:first-child:after {
	position: absolute;
	top: 50%;
	right: -14px;
	float: none;
	width: 10px;
	height: 10px;
	margin: 0;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%20%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23333333%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_869%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%20869%22%20class%3D%22cls-1%22%20d%3D%22M926%2C13l-2%2C2%2C5%2C5H917v3h12l-5%2C5%2C2%2C2%2C8-8V21Z%22%20transform%3D%22translate(-917%20-13)%22%2F%3E%3C%2Fsvg%3E') no-repeat left top / 100%;
	transform: translateY(-45%);
	content: '';
	}

	header #h_info li:first-child+li dd {
		font-size: 4.375vw;
		letter-spacing: 0.05em;
		text-shadow: 0 0px 2px #FFF;
		vertical-align: middle;
	}

	header #h_info li:first-child dd span:nth-child(2) { margin-right: 5px;}

	/* add virtual */
	main .h_info li.virtual dd {
    flex-shrink:initial;
	}
	main .h_info li.virtual dd {
		font-size: 1.6rem;
	}
	main .h_info li.virtual br.sp_none {
		display: block;
	}
	main .h_info li.virtual br.pc_none {
		display: none;
	}
	main .h_info li.virtual dd {
		font-size: 3.75vw;
		letter-spacing: 0;
    text-align: left;
	}

	main .h_info li.virtual dd b {
		font-size: 4.6875vw;
	}
  
  main .h_info li.virtual dd span:nth-child(2) {
      margin-left: 20px;
  }
  
  main .h_info li.virtual dd em{margin-top: 5px;}
  
	main .h_info li.virtual dd span:first-child:after {
	position: absolute;
	top: 50%;
	right: -14px;
	float: none;
	width: 10px;
	height: 10px;
	margin: 0;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%20%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23333333%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_869%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%20869%22%20class%3D%22cls-1%22%20d%3D%22M926%2C13l-2%2C2%2C5%2C5H917v3h12l-5%2C5%2C2%2C2%2C8-8V21Z%22%20transform%3D%22translate(-917%20-13)%22%2F%3E%3C%2Fsvg%3E') no-repeat left top / 100%;
	transform: translateY(-45%);
	content: '';
	}
}
	
	



/* Footer Items */
footer .wrapper {
	ddisplay: block;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

footer #footer_contact {
	display: flex;
	margin: 15px 0 5px;
	justify-content: space-between;
	border-bottom: 1px dotted #999;
	font-family: 'Noto Sans Japanese';
}

footer #footer_contact dl { width: 48%;}

footer #footer_contact dt em {
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #ebebeb;
	font-weight: bold;
	line-height: 1.3;
}

footer #footer_contact dt b {
	display: block;
	margin: 0 10px 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}

footer #footer_contact dd { margin: 0 10px 10px;}

footer #footer_contact dd strong {
	display: block;
	font-weight: bold;
}

footer #footer_contact dd li {
	position: relative;
	margin-bottom: 3px;
	padding-left: 10px;
}

footer #footer_contact dd li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #ccc;
	transform: translateY(-50%);
	content:'';
}

footer #footer_contact dl:last-of-type dd:last-of-type{
  font-weight: bold;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
  font-size: 1.2rem;
}

footer #footer_contact dd > a { font-weight: normal;}

footer #footer_logo {
    margin: 10px 0;
    text-align: right;
}

footer #footer_logo p {
    font-size: 1.2rem;
    font-family: 'Open Sans';
}

@media screen and (max-width:640px) {
	footer .wrapper {
		display: block;
		padding: 10px 0;
	}
	
	footer #footer_sitemap + .wrapper { padding: 15px 5px 5px;}

	footer #footer_contact {
		flex-direction: column;
		width: auto;
		margin: 0 5px 5px;
	}
	
	footer #footer_contact dl { width: 100%;}

	footer #footer_contact dt em {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 1.2rem;
	}

	footer #footer_contact dd {
		margin: 0 10px 15px;
		font-size: 1.2rem;
	}
	
	footer #footer_contact dd > a { display: inline-block;}
	
	footer #footer_contact dd li { margin: 0;}
	footer #footer_contact dd li a {
		display: inline-block;
		padding: 5px 0;
	}

	footer #footer_logo {
		display: block;
		margin: 10px 0 5px;
	}

	footer #footer_logo p {
		font-size: 1.0rem;
		text-align: center;
	}	
}









/* Clear Fix */
.obj:after {
	display: block;
	clear: both;
	content: '';
}
/* for Comfirm */
.red{border:1px solid #F00}

/* lttiekyushu */
main .wrapper > ul > li.list-lttiekyushu h4{
  color: #161c1e;
}
main .wrapper > ul > li.list-lttiekyushu p{
  background-color: #fce006;
  color: #161c1e;
}
main .wrapper > ul > li.list-lttiekyushu p::after{
  border-top-color: #fce006;
}
main .wrapper > ul > li.list-lttiekyushu a{
  border-color: #161c1e;
  color: #161c1e;
}
main .wrapper > ul > li.list-lttiekyushu a span{
  background-color: #161c1e;
}
@media screen and (min-width: 641px) {
  main .wrapper > ul > li.list-lttiekyushu {
    margin-top: 100px;
  }
}
@media screen and (max-width:640px) {
  main .wrapper > ul + ul{
    position: relative;
    z-index: 1;
    border-top: #666 dotted 1px;
  }
}