<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page

--------------------------------------------------------------------------------------------------*/

@media all and (min-width: 1280px) {

/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#topSlide {
	background-color: #E9F3F3;
}
/*
#topSlide:before {
	position: absolute;
	content: "";
	background-color: #4D9996;
	width: 50%;
	height: 200px;
}

#topSlide:after {
	position: absolute;
	content: "";
	background-color: #4D9996;
	width: 50%;
	height: 160px;
	right: 0;
	bottom: -40px;
	z-index: -1;
}
*/

#topSlide .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0 8px;
}

#topSlide .inner video {
    width: 100%;
    height: auto;
}

#topSlide .inner .text {
	position: absolute;
	width: 516px;
	padding: 50px 30px;
	font-size: 18px;
	background-color: #D9ECEC;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
}

#topSlide .inner .text:before {
	position: absolute;
	content: url(../image/eng.png);
	width: 564px;
	height: 88px;
	bottom: -48px;
	left: 78px;
}

#topSlide .inner .photo {
	/*position: absolute;
	left: calc( 50% - 500px);*/
}

#topSlide .inner .photo img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

#news {
	position: relative;
	margin: 40px 0 0;
}

#news:before {
	width: 30%;
	height: 100%;
	position: absolute;
	content: "";
	background-color: #D9ECEC;
	z-index: -1;
}

#news .inner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#news .inner .menu {
	width: 320px;
	padding: 20px;
}

#news .inner .menu h2 {
	font-size: 60px;
	font-weight: 700;
	margin: 0 0 20px;
	color: #4D9996;
 line-height: 1;
}

#news .inner .menu h2 span {
 font-size: 20px;
 font-weight: 400;
 color: #000;
 display:block;
 margin-top: 4px;}

#news .inner .menu ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

#news .inner .menu ul li {
	margin: 0 0 8px;
	padding: 0;
	color: #000;
	position: relative;
	display: block;
	padding: 0 0 0 26px;
	cursor: pointer;
}

#news .inner .menu ul li:hover:before {
	background-color: #4D9996;
}

#news .inner .menu ul li:before {
	position: absolute;
	content: "";
	top: calc( 50% - 1px);
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #AAAAAA;
}

#news .inner .menu ul li.active:before {
	background-color: #4D9996;
}

#news .inner .menu .allbtn {
	background-color: #FFF;
	border: 1px solid #4D9996;
	border-radius: 24px;
	text-decoration: none;
	display: inline-block;
	padding: 8px 20px;
	width: 180px;
	position: relative;
	color: #000;
}

#news .inner .menu .allbtn:before {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 8%;
	top: 11px;
	font-size: 14px;
	color: #4D9996;
}

#news .inner .menu .allbtn:hover {
	background-color: #4D9996;
	color: #FFF;
}

#news .inner .menu .allbtn:hover:before {
	color: #FFF;
}

#news .inner .newsList {
	width: 880px;
	padding: 20px;
}

.nodisplay {
display: none;
}

#news .inner .newsList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#news .inner .newsList ul li {
	border-bottom: 1px solid #DDD;
	margin: 0;
	padding: 0;
}

#news .inner .newsList ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 16px 8px 8px;
}

#news .inner .newsList ul li a div.info {
	display: block;
	margin-bottom: 4px;
}

#news .inner .newsList ul li a span.cat {
	background-color: #E0EFEF;
	padding: 2px 16px;
	margin-left: 10px;
	border: 1px solid #FFF;
}

#news .inner .newsList ul li a:hover {
	background-color: #ECF5F5;
}

#topMenu {
	margin: 70px 0 100px;
}

#topMenu h2 {
	position: relative;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 70px;
	padding: 16px 0 0;
}

#topMenu h2:before {
	position: absolute;
	top: 0;
	left: calc( 50% - 30px);
	content: "";
	background-color: #4D9996;
	width: 60px;
	height: 4px;
}

#topMenu h2 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

#topMenu .menuBox {
	position: relative;
}

#topMenu .menuBox:before {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	height: 320px;
	content: "";
	background-color: #F8F8EF;
	z-index: -1;
}

#topMenu .menuBox ul {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#topMenu .menuBox ul li {
	margin: 0 0 30px;
	padding: 0;
	width: 30%;
	position: relative;
}

#topMenu .menuBox ul li:before {
	position: absolute;
	top: 5px;
	left: -8px;
	content: "";
	background-color: #739DE6;
	width: 28px;
	height: 4px;
	transform: rotate(-45deg);
}

#topMenu .menuBox ul li a {
	display: block;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #EEEEEE;
	height: 200px;
	padding: 36px 0 0;
	font-size: 21px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	letter-spacing: 0.04em;
}

#topMenu .menuBox ul li a img {
	display: block;
	margin: 0 auto 20px;
}

#topMenu .menuBox ul li a:hover {
 background-color: #ECF5F5;
}

#topPick {
 position: relative;
 margin: 0 auto;
 padding: 56px 0 0;
}

#topPick:before {
	width: 30%;
	height: 100px;
	position: absolute;
	content: "";
	background-color: #D9ECEC;
	z-index: -1;
	top: 52px;
}

#topPick h2 {
 width: 1200px;
 margin: 0 auto;
 padding-left: 20px;
 font-size: 60px;
 font-weight: 700;
 color: #4D9996;
 line-height: 1;
}

#topPick h2 span {
 font-size: 20px;
 font-weight: 400;
 color: #000;
 display:block;
 margin-top: 4px;}


#topPick ul {
 width: 1200px;
 margin: 40px auto 70px;
 padding: 0;
 list-style: none;
 display: flex;
 justify-content: space-evenly;
}

#topPick ul li {
 width: 32%;
 margin: 0;
 padding: 0;
 border: 1px solid #DDD;
 box-shadow: 0 0 6px #EEE;
}

#topPick ul li:nth-child(3n-1) {
 margin: 0 2%;
}

#topPick ul li img {
 display: block;
 max-width: 100%;
 height: auto;
}

#topPick ul li a {
 display: block;
 padding: 10px;
 text-decoration: none;
 color: #000;
}

#topPick ul li:hover {
 background-color: #ECF5F5;
}

#topPick ul li a:hover {
 opacity: 0.8;
}

#topPick ul li img {
 display: block;
 margin: 0 auto 5px;
}


/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
#second .newsList {
	padding: 20px;
}

#second .newsList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .newsList ul li {
	border-bottom: 1px solid #DDD;
	margin: 0 0 20px;
	padding: 0;
}

#second .newsList ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 16px 8px 8px;
}

#second .newsList ul li a div.info {
	display: block;
	margin-bottom: 4px;
}

#second .newsList ul li a span.cat {
	background-color: #E0EFEF;
	padding: 2px 16px;
	margin-left: 10px;
	border: 1px solid #FFF;
}

#second .newsList ul li a:hover {
	background-color: #ECF5F5;
}

#second .newsDetail {
	margin: 0 40px 40px;
}

#second .newsDetail h2 {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 24px;
	padding: 24px 0;
}

#second .newsDetail h2:before {
	display: none;
}

#second .newsDetail h2 span {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 8px;
	background-color: #E0EFEF;
}


/*------------------------------------------------------------------------------------------------
  search
--------------------------------------------------------------------------------------------------*/
.searchBox {
}

.searchBox .countNum span {
	color: #E58172;
	font-weight: 500;
	font-size: 26px;
	padding: 0 6px;
}

#second .searchBox .item h3 {
	background-color: #F3F2F1;
	padding: 8px 12px;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px;
}

#second .searchBox .item h3:before {
	display: none;
}

.searchBox .item ul {
	margin: 0 20px 30px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.searchBox .item ul li {
	margin: 0 0 10px;
	padding: 0;
	width: 20%;
}

.searchBox .item ul li label {
	cursor: pointer;
}

.searchBox input[type="checkbox"] {
	width: 16px;
	height: 16px;
	vertical-align: -2px;
	margin-right: 8px;
}

.searchBox select {
	margin: 0 0 30px;
	padding: 4px 20px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

.searchBox input[type="date"] {
	padding: 4px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

.searchBox .item ul.check01 {
	display: flex;
}

.searchBox .item .subItem {
	border: 1px dashed #AAAAAA;
	margin: -20px 20px 30px;
	padding: 20px 20px 10px;
}

.searchBox .item .subItem ul {
	margin-bottom: 0;
}

.searchBox .item .calendar {
	margin: 0 0 30px;
}

.searchBox .item .calendar span {
	padding: 0 10px;
}

.searchBox .item input[type="text"] {
	width: 100%;
	margin: 0 0 30px;
	padding: 4px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

.searchBox .item2 {
	display: flex;
	justify-content: space-between;
}

.searchBox .item2 div {
	width: 48%;
}

.searchBtn {
	background-color: #FAFAE4;
	text-align: center;
	padding: 20px;
}

.searchBtn input[type="reset"] {
	background-color: #EEEEEE;
	border: 1px solid #CCC;
	padding: 10px 80px;
	margin: 0 10px;
	cursor: pointer;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 18px;
}

.searchBtn input[type="submit"] {
	background-color: #D9ECEC;
	border: 1px solid #CCC;
	padding: 10px 80px;
	margin: 0 10px;
	cursor: pointer;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 18px;
}

.searchFilterBox {
	display: flex;
	justify-content: space-between;
}

.searchFilterBox .filterNum span {
	color: #E58172;
	font-weight: 500;
	font-size: 26px;
	padding: 0 6px;
}

.searchFilterBox .filterBtn input {
	cursor: pointer;
	padding: 6px 20px;
}

.filterBox .searchBox {
	display: none;
	margin: 0 0 80px;
}

#second .companyList {
}

#second .companyList .company {
	width: 96%;
	margin: 0 auto;
	padding: 20px 20px 30px;
	border-bottom: 2px solid #CCC;
}

#second .companyList .company:hover {
	background-color: #EDF5F4;
}

#second .companyList .company p.company_name {
	position: relative;
	margin: 0 0 4px;
	font-size: 24px;
	font-weight: 500;
}

#second .companyList .company p.company_name:before {
	position: absolute;
	content: '\f276';
	font-family: FontAwesome;
	color: #4D9996;
}

#second .companyList .company p.company_name a {
	color: #4D9996;
	text-decoration: none;
	padding: 0 0 0 20px;
}

#second .companyList .company p.company_name a:hover {
	text-decoration: underline;
}

#second .companyList .company p.lead_title {
	font-weight: 500;
	padding: 0 0 0 20px;
	font-size: 17px;
	margin: 0 0 20px;
}

#second .companyList .company dl {
	margin: 0 20px 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#second .companyList .company dl dt {
	width: 12%;
	margin: 0 0 5px;
	padding: 0 8px;
	border: 1px solid #CCC;
}

#second .companyList .company dl dd {
	width: 86%;
	margin: 0 0 5px;
}

#second .companyList .company p.appeal {
	margin: 0 20px 20px;
}

#second .companyList .company .detailBtn {
	text-align: right;
}

#second .companyList .company .detailBtn a {
	display: block;
	border: 1px solid #4D9996;
	text-decoration: none;
	padding: 8px 24px;
	border-radius: 30px;
	width: 300px;
	font-size: 18px;
	background-color: #FFF;
	color: #4D9996;
	position: relative;
	text-align: left;
	margin: 0 0 0 auto;
}

#second .companyList .company .detailBtn a:before {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 8%;
	top: 10px;
}

#second .companyList .company .detailBtn a:hover {
	background-color: #4D9996;
	color: #FFF;
}

#second .companyDetail {
	border: 8px solid #E4F0EF;
	padding: 40px;
}

#second .companyDetail p.lead {
	font-weight: 500;
	font-size: 22px;
	color: #598CE1;
	margin-bottom: 20px;
}

#second .companyDetail .info01 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
}

#second .companyDetail .info01 dt {
	width: 20%;
	border-bottom: 1px dashed #CCC;
	padding: 8px 8px 8px 16px;
	position: relative;
}


#second .companyDetail .info01 dt:before {
	position: absolute;
	top: 13px;
	left: 0;
	width: 4px;
	height: 16px;
	background-color: #A6CCCA;
	content: "";
}

#second .companyDetail .info01 dd {
	width: 80%;
	border-bottom: 1px dashed #CCC;
	padding: 8px;
}

#second .companyDetail .info02 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
}

#second .companyDetail .info02 dt {
	width: 20%;
	padding: 8px 8px 8px 16px;
	border-bottom: 1px dashed #CCC;
	position: relative;
}

#second .companyDetail .info02 dt:before {
	position: absolute;
	top: 13px;
	left: 0;
	width: 4px;
	height: 16px;
	background-color: #A6CCCA;
	content: "";
}

#second .companyDetail .info02 dd {
	width: 80%;
	border-bottom: 1px dashed #CCC;
	padding: 8px;
}

#second .companyDetail .contact {
	margin: 0 0 20px;
}

#second .companyDetail .contact dt {
	background-color: #E68273;
	color: #FFF;
	display: inline-block;
	padding: 4px 8px;
}

#second .companyDetail .contact dd {
	position: relative;
	top: -20px;
	left: 0;
	z-index: -1;
	border: 2px solid #E68273;
	padding: 30px 20px 20px;
}

#second .companyDetail .send_date {
	margin: 0;
	text-align: right;
}

#second .companyDetail .type {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

#second .companyDetail .type li {
	margin: 0 10px 8px 0;
	padding: 2px 6px;
	display: inline-block;
	border: 1px solid #C7E2E2;
}

.person_inner {
	margin: 0 20px 60px;
	line-height: 1.8;
}

#second .person_inner .copy {
	font-size: 20px;
	font-weight: 500;
	margin: 30px 0 20px;
	color: #4D9996;
}

.searchBackBtn {
	padding: 40px 0 0;
	text-align: center;
}

.searchBackBtn input {
	cursor: pointer;
	padding: 6px 20px;
}

/*------------------------------------------------------------------------------------------------
  settion
--------------------------------------------------------------------------------------------------*/
.tabMenu {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	border-bottom: 2px solid #CCC;
}

.tabMenu li {
	margin: 0 8px 0 0;
	cursor: pointer;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.tabMenu li.active {
	background-color: #E0EFEF;
}

.tabMenu li a {
text-decoration: none;
display: block;
padding: 10px 40px;
color: #000;
}

.sessionBox ul {
	margin: 0 20px 80px;
	padding: 0;
	list-style: none;
}

.sessionBox ul li {
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

.sessionBox ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
}

.sessionBox ul li a div.info {
	display: block;
	margin-bottom: 4px;
}

.sessionBox ul li a span.cat {
	background-color: #E0EFEF;
	padding: 2px 16px;
	margin-left: 10px;
	border: 1px solid #FFF;
}

.sessionBox ul li a:hover {
	background-color: #ECF5F5;
}

.sessionBox.nodisplay {
	display: none;
}

#second .sessionDetail {
	margin: 0 40px 40px;
}

#second .sessionDetail h2 {
	border-top: 1px solid #4D9996;
	border-bottom: 1px solid #4D9996;
	font-size: 24px;
	padding: 24px 0;
}

#second .sessionDetail h2:before {
	display: none;
}

#second .sessionDetail h2 span {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 8px;
	background-color: #E0EFEF;
}


/*------------------------------------------------------------------------------------------------
  link
--------------------------------------------------------------------------------------------------*/
.linkList {
	margin: 0 20px;
	padding: 0;
	list-style: none;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.linkList li {
	width: 48%;
	margin-bottom: 20px;
}

.linkList li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	padding: 8px;
	color: #000;
	position: relative;
}

.linkList li a:before {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 4%;
	top: 11px;
	font-size: 14px;
	color: #4D9996;
}

.linkList li a:hover {
	background-color: #E0EFEF;
}


/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
.contactListBox {
	display: flex;
	justify-content: space-between;
	margin: 0 20px;
}

.contactListBox div {
	width: 48%;
}

.contactList dl {
}

.contactList dt {
	padding: 4px 16px;
	display: inline-block;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.contactList.jimu dt {
	background-color: #E68273;
}

.contactList.dept dt {
	background-color: #4D9996;
}

.contactList dd {
	position: relative;
	top: -20px;
	margin: 0 20px;
	padding: 40px 20px 20px;
	z-index: -1;
}

.contactList.jimu dd {
	border: 1px solid #E68273;
}

.contactList.dept dd {
	border: 1px solid #4D9996;
}

.contactList dd p {
	margin: 0 !important;
}

/*------------------------------------------------------------------------------------------------
  voice
--------------------------------------------------------------------------------------------------*/
.voiceCat {
	font-size: 22px;
	font-weight: 500;
	margin: 0 20px 30px !important;
	position: relative;
	color: #4D9996;
}

.voiceCat:before {
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	background-color: #DDD;
	content: "";
	width: calc(100% - 100px);
	height: 4px;
}

.voiceList {
	margin: 0 20px 60px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.voiceList li {
	width: 32%;
	margin: 0 0 10px;
	padding: 8px;
	line-height: 1.4;
	border: 4px solid #E0EFEF;
	background-color: #FFF;
	display: flex;
	align-items: center;
}

.voiceList li:nth-of-type(3n-1) {
	margin: 0 2% 10px;
}

.voiceCategoryBox {
	position: relative;
	margin: 0 30px 60px;
	padding: 10px 0 10px;
	background-color:#FCFCED;
}

.voiceCategoryBox p {
	position: relative;
	top: -24px;
	font-weight: 500;
	left: 10px;
	margin: 0 !important;
	font-size: 20px;
	padding-left: 28px;
	letter-spacing: 0.08em;
}

.voiceCategoryBox p:before {
	position: absolute;
	content: "";
	background-color: #4D9996;
	width: 20px;
	height: 4px;
	top: calc(50% - 2px);
	left: 0;
}

.voiceCategoryBox ul.voiceList {
	margin-top: -10px;
	margin-bottom: 0;
}

.voiceCont2 {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0;
}

.voiceCont2 div{
	width: 50%;
	margin: 0 0 60px;
}

.voiceCont2 div table {
	width: 90%;
	margin: 0 auto 30px;
}

.voiceCont2 div table th {
	border: 1px solid #CCC;
	padding: 8px;
	font-weight: 400;
}

.voiceCont2 div table thead th {
	background-color: #4D9996;
	color: #FFF;
}

.voiceCont2 div table tbody tr.grad {
	background-color: #F3D5C0 !important;
}

.voiceCont2 div table tbody tr.ratio {
	background-color: #8DB0EB !important;
	color: #FFF;
	border-top: 2px solid #CCC;
}

.voiceCont2 div table tbody tr:nth-of-type(2n-1) {
	background-color: #F3F2F1;
}

.voiceCont2 div table tbody th {
	text-align: left;
}

.voiceCont2 div table tbody th.uti {
	text-align: center;
	background-color: #FFF;
}

.voiceCont2 div table td {
	border: 1px solid #CCC;
	padding: 8px;
	text-align: right;
}

.voiceCont2 div table tbody th.bkw,
.voiceCont2 div table tbody td.bkw {
	background-color: #FFF;
}

.voiceCont2 div table tbody th.bkg,
.voiceCont2 div table tbody td.bkg {
	background-color: #F3F2F1;
}

.voiceNendo {
	font-size: 20px;
	font-weight: 500;
	margin: 0 20px 10px !important;
}


/*------------------------------------------------------------------------------------------------
  search
--------------------------------------------------------------------------------------------------*/
.searchInfo {
	border: 3px solid #739DE6;
	margin: 0 40px 40px;
	padding: 20px;
	position: relative;
}

.searchInfo dt {
	position: absolute;
	top: -22px;
	padding: 6px 20px;
	background-color: #739DE6;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
}

.searchInfo dd {
	margin: 16px 20px 0;
}

#second .searchNavi {
	margin-bottom: 60px;
	justify-content: center;
}

.searchColumn {
	margin: 40px 40px 40px;
}

.searchColumn ol {
	margin: 0 0 60px;
	padding: 0;
	font-size: 18px;
	list-style: none;
	display: flex;
}

.searchColumn ol li {
	position: relative;
	margin: 0 40px 0 0;
	padding: 8px 24px;
	border: 1px solid #CCC;
}

.searchColumn ol li:after {
	position: absolute;
	content: '\f054';
	font-family: FontAwesome;
	color: #4D9996;
	top: 10px;
	right: -30px;
}

.searchColumn ol li:last-child:after {
	display: none;
}

.searchColumn .uketsuke {
	margin: 0 0 30px;
	padding: 20px 20px 1px;
	background-color: #F8EBEB;
}

.searchColumn .uketsuke strong {
	font-size: 18px;
}

.searchColumn ul li {
	margin-bottom: 16px;
	line-height: 1.4;
}

.searchTips {
	margin: 0 40px 40px;
	display: flex;
	justify-content: space-between;
}

.searchTips div:nth-child(1) {
	width: 50%;
}

.searchTips div:nth-child(2) {
	width: 40%;
	text-align: right;
}

.searchTips div:nth-child(2) img {
	display: inline-block;
	width: 80%;
	margin: 0 0 6px auto;
	box-shadow: 3px 3px 3px #CCC;
}

.searchHow {
	position: relative;
	margin: 0 40px 20px !important;
	padding: 0 10px 14px;
	font-size: 18px;
	font-weight: bold;
}

.searchHow:after {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 10px;
 content: '';
 background-image: -webkit-repeating-linear-gradient(135deg, #4D9996, #4D9996 1px, transparent 2px, transparent 5px);
 background-image: repeating-linear-gradient(-45deg, #4D9996, #4D9996 1px, transparent 2px, transparent 5px);
 background-size: 7px 7px;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

.searchTips div.jnet .searchColumn{
	width: 100% !important;
}


}

</pre></body></html>