.fltclr::after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .fltclr {
	display: inline-block;
}

* html .fltclr {
	height: 1%;
}

.fltclr {
	display: block;
	min-height: 0;
}

* {
	margin: 0;
	padding: 0;
}


body {
	color: #000;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	/* background-color: #f9f9f9; */
}

a:link,
a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0059aa;
	/* text-decoration: underline; */
}

a img {
	border: medium none;
}

#header {
	position: relative;
	background-color: #0058aa;
	width: 100%;
	height: 165px;
	margin: 0 auto;
}

#header h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 25px 0;
	text-align: center;
}

#header h1 img {
	margin-left: -40px;
}

#header h1 a {
	color: #ffffff;
	text-decoration: none;
}

#header span.copy {
	color: #fff;
	display: block;
	font-size: 10px;
	line-height: 1.6em;
	margin-top: -10px;
	text-align: center;
}

#header p.tel {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #004687;
	color: #FFF;
	padding: 12px 20px 7px 20px;
	box-sizing: border-box;
	width: 170px;
}

#header p.tel img {
	width: 100%;
}

#header a.recruit {
	position: absolute;
	top: 40px;
	right: 0px;
	background-color: #004687;
	padding: 12px 20px 7px 20px;
	box-sizing: border-box;
	width: 170px;
}

#header a.recruit p {
	color: #FFF;
	font-weight: bolder;
	font-size: 15px;
	padding-left: 6px;
}

#header a.recruit:hover {
	opacity: 0.5;
}

#header .menu_button,
#header #navi_01 .child_menu_button,
#header #navi_01 .sub_menu {
	display: none;
}

#header #navi_06 {
	display: none;
}



#navi {
	list-style-type: none;
	/* margin: 0 auto; */
	text-align: center;
	/* width: 915px; */
	width: 80%;
	margin: 0 auto;
}

#navi li {
	float: left;
	text-align: center;
	width: 20%;
}

#navi li a,
#navi div {
	display: block;
	border-right: 1px solid #fff;
	color: #ffffff;
	/* float: left; */
	line-height: 1.6em;
	/* padding: 2px 56px; */
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

#navi li#navi_05 a {
	border-right: none !important;
}

#navi li a:hover,
#navi #navi_01 .sub_menu li.sub_menu_active a:hover {
	background-color: #0067c6 !important;
}

#contents_01 #navi_01 a,
#contents_01 #navi_01 div,
#contents_02 #navi_02 a,
#contents_03 #navi_03 a,
#contents_04 #navi_04 a,
#contents_05 #navi_05 a,
#contents_contact #navi_05 a,
#contents_recruit #navi_06 a,
#contents_top #navi_02 a {
	font-weight: bold;
	background-color: #0067c6;
	color: #fff;
}

#navi #navi_01 {
	position: relative;
}

#navi #navi_01 .sub_menu {
	position: absolute;
	padding-top: 30px;
	z-index: 999;
}

#navi #navi_01 .sub_menu li {
	display: block !important;
	text-align: center;
	background-color: #0058aa !important;
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#navi #navi_01 .sub_menu li a {
	border-right: none;
	display: block;
	padding: 20px 0;
	background-color: #0058aa;

}

#navi #navi_01 .sub_menu li.sub_menu_active a {
	font-weight: bold;
	background-color: #0067c6;
	font-size: 15px;
	color: #fff;
}

.activate_menu {
	display: block !important;
}

#contents {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 50px 60px 20px 60px;

	/* ここから修正内容　*/
	/* width: 840px; */
	width: 80%;
	box-sizing: border-box;
}

#contents_top #contents {
	background-color: #ffffff;
	margin: 0px auto 30px;
	padding: 0px 0px 20px 0px;

	/* ここから修正内容*/
	/* width: 960px; */
	width: 100%;
	box-sizing: border-box;
}

#main {
	color: #ffffff;
	margin-bottom: 20px;
	position: relative;
}

#main h2 {
	text-align: center;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 15px;
}

#main h2 span {
	color: #0059aa;
	display: block;
}

#main .photo {
	/* margin-bottom: 20px; */
	margin-bottom: 50px;
	text-align: center;
}

#main .photo img {
	width: 100%;
}

#main .text {
	width: 650px;
	margin: 0 auto 50px auto;
	font-size: 13px;
	line-height: 1.8em;
	color: #333;
	font-weight: normal;
	text-align: center;
}

#main .btn_more {
	bottom: 20px;
	position: absolute;
	right: 20px;
}

#main .btn_more a {
	background: rgba(0, 0, 0, 0) url("../img/btn_more.png") no-repeat scroll right top;
	color: #666666;
	display: block;
	float: left;
	font-weight: bold;
	height: 36px;
	line-height: 1.6em;
	text-decoration: none;
}

#main .btn_more a span {
	background: rgba(0, 0, 0, 0) url("../img/btn_more.png") no-repeat scroll left top;
	cursor: pointer;
	display: block;
	float: left;
	height: 27px;
	margin-right: 15px;
	padding: 9px 15px 0;
}



#pickup {
	clear: both;
	width: 860px;
	margin: 0 auto 50px auto;
	list-style-type: none;
}

#pickup a:link,
#pickup a:visited {
	opacity: 1.0;
}

#pickup a:hover {
	opacity: 0.8;
}

#pickup li {
	position: relative;
	background-image: -moz-linear-gradient(top, #f4f4f4 0%, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#cccccc));
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.5);
	float: left;
	height: 90px;
	margin-bottom: 10px;
	padding: 20px 40px 20px 20px;
	width: 215px;
	margin-left: 17px;
	font-weight: normal !important;
	border-radius: 5px;
	color: #333;
}

#pickup li h3 {
	background-color: #0058aa;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
}

#pickup li.first {
	margin-left: 0px;
}

#pickup li .text {
	line-height: 1.5em;
	font-size: 11px;
}

#pickup li .ic {
	position: absolute;
	right: 5%;
	top: 47%;
}

#footer {
	background: rgba(0, 0, 0, 0) url("../img/bg_footer.png") repeat scroll center center;
	clear: both;
	height: 220px !important;
	padding-top: 30px;
}

#footer div.fb-like {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#footer address {
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	text-align: center;
}

#footer dl.profile {
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	margin-bottom: 15px;
	text-align: center;
}

#footer dl.profile dt {
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

#footer dl.profile dd.tel {
	margin: 20px 0;
	font-size: 15px;
	font-weight: bold;
}

#footer a:link,
#footer a:visited {
	color: #FFF;
}

#contents_etc h2,
#contents_contact h2,
#contents_recruit h2,
#contents_01 h2,
#contents_02 h2,
#contents_03 h2,
#contents_04 h2,
#contents_05 h2,
#contents_06 h2 {
	background-color: #555;
	border-left: 14px double #999;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 30px;
	padding: 10px 20px;
}

#contents .banners {
	display: flex;
	/* display: -webkit-box;
	display: -ms-flexbox; */
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto 50px;
}

#contents .banners a {
	width: 240px;
	height: 70px;
	margin: 0 20px;
	display: block;
}

#contents .banners a img {
	width: 100%;
}

#contents .banners a .youtube,
#contents .banners a .covid19 {
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.sentence {
	margin-bottom: 20px;
}

.sentence h3 {
	background-color: #88bccb;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 15px;
	padding: 5px 15px;
}

.sentence .text {
	line-height: 1.8em;
	margin: 0 15px;
}

.data_box,
.sentence_box {
	/* background-color: #ffffff; */
	clear: both;
	margin: 0 auto 50px auto;
	/* width: 860px; */
	/* width: 95%; */
}

.data_box h3,
.sentence_box h3 {
	background: rgba(0, 0, 0, 0) url("../img/icon_01_blue.png") no-repeat scroll 0px 11px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 5px 5px 15px 18px;
}

.book_box h3 {
	background: rgba(0, 0, 0, 0) url("../img/icon_01_white.png") no-repeat scroll 0px 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 5px 5px 15px 18px;
	width: 100px;
	margin: 0 auto 20px auto;
}

.profile_box h3,
.work_box h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 3px 3px 3px 10px;
	color: #FFF;
	background-color: #0059aa;
	margin-bottom: 25px;
	border-radius: 0px;
	text-align: center;
}

.recruit_box a:link,
.recruit_box a:visited {
	width: 70%;
	display: block;
	text-align: center;
	margin: 0 auto 60px auto;
	background-image: -moz-linear-gradient(top, #f4f4f4 0%, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#cccccc));
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.5);
	padding: 20px 0;
}

.recruit_box a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.recruit_box span.txt01 {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #0059aa;
	font-size: 14px;
}

.recruit_box span.button {
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 50%;
	margin: 0 auto;
	border-radius: 20px;
	padding: 5px;
	background-color: #0059aa;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

/*inner*/
.inner {
	/* width: 860px;*/
	width: 100%;
	margin: 0 auto 60px auto;
}

/*profile_box*/

.profile_box {
	float: left;
	width: 500px;
	background-color: #ffffff;
}

.profile_box dl {}

.profile_box dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.profile_box dd {
	font-size: 12px;
	margin-bottom: 20px;
}

.profile_box dd.button01 a:link,
.profile_box dd.button01 a:visited {
	display: block;
	background-color: #FFF;
	border: 1px solid #0058aa;
	color: #0058aa;
	font-size: 12px;
	text-align: center;
	width: 150px;
	margin: 0 auto;
	padding: 4px;
	border-radius: 20px;
	font-weight: bold;
}

.profile_box dd.button01 a:hover {
	background-color: #0058aa;
	border: 1px solid #0058aa;
	color: #FFF;
	text-decoration: none;
}

/*work_box*/

.work_box {
	float: right;
	width: 300px;
	background-color: #ffffff;
}

.work_box li {
	margin-bottom: 10px;
	list-style: inside;
}

/* task*/

.task01 {
	display: flex;
	justify-content: space-between;
	padding: 0 5% 50px;
	box-sizing: border-box;
}

.task01 .special01 {
	width: 65%
}

.task01 .special01 p.txt01 {
	font-size: 14px;
	margin-bottom: 10px;
}

.task01 .special01 p.pic01 {
	width: 100%;
}

.task01 .special01 p.pic01 img {
	width: 100%;
}

.task01 .normal01 {
	width: 28%;
	box-sizing: border-box;
}

.task01 .normal01 dl {
	margin-bottom: 0px;
}

.task01 .normal01 dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	font-size: 14px;
}

.task01 .normal01 dd {
	font-size: 12px;
	margin-bottom: 10px;
	list-style: disc;
	list-style-position: inside;
}

/*book_box*/

.book_box {
	float: both;
	width: 860px;
	padding: 30px 50px 30px 50px;
	margin: 0 auto 60px auto;
	background-color: #0058aa;
	color: #FFF;
}

.book_box .inner {
	margin: 0 auto 35px auto;
	width: 800px;
}

.book_box dl.book01 {
	width: 170px;
	text-align: center;
	float: left;
	display: inline;
	padding: 0 10px;
}

.book_box dl.book01 dt {
	margin-bottom: 10px;
}

.book_box dl.book01 dt a:link,
.book_box dl.book01 dt a:visted {
	opacity: 1.0;
}

.book_box dl.book01 dt a:hover {
	opacity: 0.8;
}

.book_box dl.book01 dd {
	font-size: 11px;
}

.book_box dl.book01 dd a:link,
.book_box dl.book01 dd a:visited {
	color: #FFF;
	text-decoration: underline;
}

.book_box dl.book01 dd a:hover {
	color: #FFF;
	text-decoration: none;
}

.book_box p.button01 a:link,
.book_box p.button01 a:visited {
	display: block;
	background-color: #0058aa;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	width: 150px;
	margin: 0 auto;
	padding: 4px;
	border-radius: 20px;
	font-weight: bold;
}

.book_box p.button01 a:hover {
	background-color: #FFF;
	border: 1px solid #0058aa;
	color: #0058aa;
	text-decoration: none;
}

.sentence_box h3 {
	border-bottom: 1px dotted #cccccc;
}

.sentence_box .text {
	font-size: 14px;
	line-height: 200%;
	padding: 15px;
}

.sentence_box .text_recruit {
	font-size: 14px;
	line-height: 200%;
	padding: 15px 0 0;
	text-align: center;
}

.sentence_box .text_recruit a:link,
.sentence_box .text_recruit a:visited {
	color: #cc0000;
	text-decoration: underline;
}

.sentence_box .text_recruit a:hover {
	color: #990000;
	text-decoration: none;
}

.data_box dl {
	position: relative;
}

.data_box dl dt {
	clear: both;
	color: #0059aa;
	float: left;
	font-weight: bold;
	left: 0;
	line-height: 1.6em;
	padding: 5px 0 5px 10px;
	position: absolute;
	width: 150px;
}

.data_box dl dt a:link,
.data_box dl dt a:visited {
	clear: both;
	color: #0059aa;
	float: none;
	font-weight: bold;
	line-height: 1.6em;
	padding: 5px 15px 0 20px;
	position: inherit;
	width: 100%;
	text-decoration: underline;
}

.data_box dl dt a:hover {
	text-decoration: none;
}

.data_box dl dd {
	border-top: 1px dotted #cccccc;
	line-height: 1.6em;
	padding: 5px 0 5px 170px;
}

.data_box a:link,
.data_box a:visited {
	font-weight: normal;
}

.detail_box {
	display: inline;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 17px;
	width: 378px;
}

.detail_box h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
}

.detail_box .photo {
	float: left;
	padding: 0 20px 0 0;
}

.detail_box .photo img {
	width: 100px;
}

.detail_box .link {
	padding-left: 20px;
}

.detail_box .text {
	line-height: 1.6em;
	margin-bottom: 15px;
}

.section01 .inner {
	display: flex;
	/* justify-content: space-between; */
	justify-content: space-around;
	flex-wrap: wrap;
}

div.section02 div.data_box {
	/* width: 760px; */
	width: 95%;
}

.link_box {
	clear: both;
	margin-bottom: 20px;
}

.link_box p.alert01 {
	color: #CC0000;
	margin-bottom: 20px;
	font-weight: bold;
}

.link_box .fax {
	color: #cc0000;
	font-weight: bold;
}

.link_box .fax a:link,
.link_box .fax a:visited {
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
}

.link_box .fax a:hover {
	font-weight: bold;
	text-decoration: none;
}

.link_box h3,
#contents.covid19 h3 {
	background: url(http://www.webcreatorbox.com/sample/images/line.gif) repeat-x bottom left;
	padding-bottom: 15px;
	color: #0058aa;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.link_box ul {
	list-style-type: none;
	padding: 0 15px;
}

.link_box ul li {
	padding: 10px 0 50px;
}

.link_box ul li h4 {
	background: rgba(0, 0, 0, 0) url("../img/icon_03.png") no-repeat scroll 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 5px 0 10px 15px;
}

.link_box ul li .text {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 15px 20px;
}

.link_box ul.case {
	padding-bottom: 50px;
	font-size: 14px;
}

.link_box ul.case li {
	padding: 10px 0;
}

.link_box ul.case li a:link,
.link_box ul.case li a:visited {
	text-decoration: underline;
	color: #000;
}

.link_box ul.case li a:hover {
	color: #0058aa;
}

.link_box span.sttl {
	border-bottom: 1px dotted #cccccc;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.link_box table {}

.link_box table th {
	background-color: #9fbcdf;
	padding: 7px;
}

.link_box table td {
	background-color: #e6f3ff;
	padding: 7px;
}

.link_box p.button a:link,
.link_box p.button a:visited {
	background-color: #666666;
	color: #ffffff;
	display: block;
	margin: 15px auto;
	padding: 10px 30px;
	text-align: center;
	width: 150px;
}

.link_box p.button a:hover {
	background-color: #cccccc;
	color: #000000;
	padding: 10px 30px;
	text-decoration: none;
	width: 150px;
}

.seminer_box {
	clear: both;
	margin-bottom: 20px;
}

.seminer_box .fax {
	color: #cc0000;
	font-weight: bold;
}

.seminer_box .fax a:link,
.seminer_box .fax a:visited {
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
}

.seminer_box .fax a:hover {
	font-weight: bold;
	text-decoration: none;
}

.seminer_box h3 {
	background-color: #88bccb;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 15px;
	padding: 5px 65px;
}

.seminer_box ul {
	list-style-type: none;
	padding: 0 50px;
}

.seminer_box ul li {
	padding: 10px 0 15px;
}

.seminer_box ul li h4 {
	background: rgba(0, 0, 0, 0) url("../img/icon_03.png") no-repeat scroll 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 5px 0 10px 15px;
}

.seminer_box ul li .text {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 15px 20px;
}

.seminer_box span.sttl {
	border-bottom: 1px dotted #cccccc;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.seminer_box span.bold {
	font-weight: bold;
}

.seminer_box p.images {
	text-align: center;
}

.contact {
	background-color: #88bccb;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding: 15px;
	text-align: center;
}

.contact strong {
	font-weight: bold;
}

div.access {
	padding-bottom: 30px;
}

div.access p.photo {
	display: inline;
	float: left;
	height: 400px;
	padding: 20px 0 0;
	width: 100%;
}

div.access div.sentence_box {
	clear: none;
	display: inline;
	float: left;
	margin-top: 40px;
	text-align: center;

	width: 100%;
}

div.access p.map {
	height: 400px;
	padding: 20px 0 0;
	width: 100%;
	margin-bottom: 30px;
}

div.profile {
	padding-bottom: 50px;
}

div.profile p.photo {
	display: inline;
	float: left;
	padding: 40px 0 0 40px;
	width: 30%;
	box-sizing: border-box;
}

div.profile p.photo img {
	/* width: 200px; */
	width: 100%;
}

div.profile div.sentence_box {
	clear: none;
	display: inline;
	float: left;
	margin: 40px 0 20px;
	/* width: 475px; */
	width: 70%;
	box-sizing: border-box;
}

div.profile p.banner {
	width: 30%;
	text-align: center;
	margin: 0 auto;
}

div.profile p.banner img {
	width: 100%;
}

div.profile .profile_books {
	width: 30%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0 auto;
}

div.advisor .sentence_box {
	padding: 0 20px;
}

div.logo {
	padding-bottom: 30px;
	width: 100%;
}

div.logo h2 {
	margin-bottom: 30px !important;
}

div.rinen {
	overflow: hidden;
}


div.rinen div.sentence_box {
	clear: none;
	text-align: center;
	width: 100%;
}

div.rinen div.sentence_box p.text {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 18px;
	padding: 50px;
}

div.logo p.photo {
	display: inline;
	float: left;
	padding: 20px 20px 0 30px;
	width: 30%;
	box-sizing: border-box;
}

div.logo p.photo img {
	/* width: 200px; */
	width: 100%;
}

div.logo div.sentence_box {
	clear: none;
	display: inline;
	float: left;
	margin-top: 0;
	/* width: 475px; */
	width: 70%;
	box-sizing: border-box;
}

div.credo div.sentence_box {
	clear: none;
	margin: 0 auto;
	padding: 0 15px 45px;
	width: 85%;
}

ul.banner {
	display: flex;
	justify-content: space-around;
	width: 500px;
	margin: 0 auto 50px auto;
}

ul.banner li {
	display: block;
	width: 48%;
}

ul.banner li img {
	display: block;
	width: 100%;
}

ul.banner li.hatanaka {
	display: block;
	margin: -10px 10px 0 0;
}

ul.banner li.hatanaka img {
	width: 100%;
}

ul.banner li.fb {
	display: inline;
	float: left;
	margin-right: 10px;
}


.clearfix::after {
	clear: both;
	content: "";
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.viewer {
	height: 255px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 295px;
}

.viewer ul {
	height: 255px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 295px;
}

.viewer ul li {
	display: none;
	height: 255px;
	left: 0;
	position: absolute;
	top: 0;
	width: 295px;
}

.viewer ul li img {}

.mt10 {
	margin-top: 10px;
}

.ta_c {
	text-align: center;
}

.pt0 {
	padding-top: 0px !important;
}

/*汎用クラス*/

.buttonWhite a:link,
.buttonWhite a:visited {
	display: block;
	background-color: none;
	border: 1px solid #0058aa;
	color: #0058aa;
	font-size: 12px;
	text-align: center;
	width: 165px;
	margin: 0 auto;
	padding: 4px;
	border-radius: 20px;
	font-weight: bold;
}

.buttonWhite a:hover {
	background-color: #0058aa;
	border: 1px solid #0058aa;
	color: #FFF;
	text-decoration: none;
}

.buttonBlue a:link,
.buttonBlue a:visited {
	display: block;
	background-color: #0058aa;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	width: 150px;
	margin: 0 auto;
	padding: 4px;
	border-radius: 20px;
	font-weight: bold;
}

.buttonBlue a:hover {
	background-color: #FFF;
	border: 1px solid #0058aa;
	color: #0058aa;
	text-decoration: none;
}

table {
	margin-bottom: 30px;
}

.mailmagazine table {
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(255, 255, 255);
	border-collapse: separate;
	border-spacing: 0px;
	text-align: center;
	box-sizing: border-box;
	margin: 0px auto 40px;
	width: 758px;
}

.mailmagazine table td.ttl01 {
	width: 200px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
	background-color: rgb(0, 88, 170);
	text-align: center;
}

.mailmagazine table td.form01 {
	width: 200px;
	background-color: #FFF;
	padding: 10px 0 18px;
}

.mailmagazine input.box {
	height: 16px;
	margin-top: 5px;
	margin-bottom: 1px;
	width: 240px;
}

.mailmagazine input.button01 {
	margin-top: 9px;
	margin-left: 3px;
	_padding: 1px 3px;
}

.bold {
	font-weight: bold;
}

.red {
	color: #CC0000;
}


.data_box .list {
	margin-top: 15px;
	text-align: center;
}

.data_box .list a:link,
.data_box .list a:visited {
	color: #0059aa;
	text-decoration: underline;
}

.data_box .list a:hover {
	text-decoration: none;
}


/* .seminer h3 {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.seminer p {
	font-size: 14px;
}

.seminer p.date {
	color:#0059aa;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
} */


.fr-item {
	padding: 10px;
}

.fr-container {
	display: grid;
	display: -ms-grid;
	gap: 20px;
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 10px;
	box-sizing: border-box;
	grid-template-columns: 3.5fr 1.5fr;
	-ms-grid-columns: 3.5fr 50px 1.5fr;
	grid-template-rows: 300px 300px 300px;
	-ms-grid-rows: 300px 50px 300px 50px 300px;
}

.fr-seminer-info {
	grid-column: 1 / 2;
	grid-row: 1 / 2;

	/* for IE11 */
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

#contents>div.fr-container>div.fr-item.fr-seminer-info>div.data_box,
#contents>div.fr-container>div.fr-item.fr-magazine-info>div.data_box,
#contents>div.fr-container>div.fr-item.fr-web-column>div.data_box {
	width: 100%;
}

.fr-magazine-info {
	grid-column: 1 / 2;
	grid-row: 2 / 3;

	/* for IE11 */
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}

.fr-facebook {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	overflow: hidden;

	/* for IE11 */
	-ms-grid-column: 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 4;
}

.fr-twitter {
	width: 300px;
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	overflow: hidden;

	/* for IE11 */
	-ms-grid-column: 3;
	-ms-grid-row: 5;
}

.fr-instagram {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	overflow: scroll;
	padding: 0px;
}

.fr-web-column {
	grid-column: 1/ 2;
	grid-row: 3 / 4;

	/* for IE11 */
	-ms-grid-column: 1;
	-ms-grid-row: 5;
}

.fr-item h2 {
	background-color: #555;
	border-left: 14px double #999;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 30px;
	padding: 10px 20px;
}


.services {
	width: 80%;
	margin: 100px auto 100px auto;
}

.information {
	width: 80%;
	margin: 100px 10% 100px 10%;
}

.service-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	/* padding: 0 20px 0; */
	width: 95%;
	margin: 0 auto;
}

.service-item {
	box-shadow: 0px 0px 0px 0px #fff;
	transition: 1s;
	padding: 0 10px;
	text-align: center;
}

.service-item img {
	border-radius: 50%;
	width: 60%;
	margin-top: 30px;
}

.service-item h2 {
	text-align: center;
	margin-top: 30px;
}

.service-item p {
	text-align: center;
	margin: 30px 0;
}

.center-heading {
	margin: 0 auto 80px;
	text-align: center;
	font-size: 40px;
}

.center-heading::after {
	display: block;
	content: "";
	border: 1px solid #335791;
	width: 10%;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}

.fr-seminer-info .data_box,
.fr-magazine-info .data_box,
.fr-web-column .data_box {
	overflow: scroll;
	height: 220px;
}

.service-item:hover {
	box-shadow: 0px 0px 50px 10px rgba(51, 87, 145, 0.3);
}

.company {
	margin-bottom: 50px;
}

.fl-table {
	padding: 0 50px;
}

.fl-container {
	display: flex;
	text-align: center;
	align-items: center;

}

.fl-header {
	width: 30%;
	padding: 20px 0;
	border-bottom: 1px solid #000000;
}

.fl-content {
	width: 70%;
	padding: 20px 0 20px 40px;
	border-bottom: 1px solid #cccccc;
}

.fl-content h3 {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	line-height: 125%;
}

.fl-content .date {
	text-align: left;
	padding: 10px 0;
	color: #0059aa;
	font-weight: bold;
	line-height: 1.6rem;
}

.fl-content .excerpt {
	text-align: left;
	margin-top: 20px;
}

.seminer.fl-container {
	border-bottom: 1px dotted #ddd;
}

.seminer.fl-table .fl-header,
.seminer.fl-table .fl-content {
	border: none;
}

.seminer.fl-table .fl-content a {
	border: 1px solid #0058aa;
	display: block;
	color: #0058aa;
	font-size: 12px;
	text-align: center;
	width: 165px;
	padding: 4px;
	border-radius: 20px;
	margin-top: 30px;
	font-weight: bold;
}

.seminer.fl-table .fl-content a:hover {
	background-color: #0058aa;
	color: #fff;
}

.intern.fl-container {
	text-align: left;
	align-items: flex-start;
}

.intern-img {
	width: 30%;
}

.intern-img img {
	width: 100%;
}

.intern-content {
	width: 70%;
	padding: 0 50px 0;
}

.intern-content h4 {
	font-size: 24px;
	color: #0058aa;
	margin-bottom: 15px;
}

.intern-content p {
	margin: 10px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.workflow_flow_headline {
	height: 2.6em;
	line-height: 2.6em;
	color: #fff;
	font-size: 22px;
}

.workflow_flow .text-center {
	vertical-align: middle;
}

.workflow_flow table.flow_box {
	margin: 0;
	border: solid 1px #ddd;
	background: #F7F7F7;
	text-align: center;
}

.workflow_flow .flow-outer {
	padding: 50px 6% !important;
}

.workflow_flow table.flow_box {
	margin: 0;
	border: solid 1px #ddd;
	background: #F7F7F7;
	text-align: center;
}

.full-width {
	width: 100%;
}

.workflow_flow tr td.lb_lower {
	background: #fff;
	border-top: solid 1px #ddd;
	padding: 14px 10px;
}

.workflow_flow tr td.lb_upper {
	padding: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}

b,
strong {
	font-weight: bold;
}

/* 求人エントリーフォーム*/
table.inquiry td {
	background-color: #fff;
}

.inquiry th {
	text-align: left;
	font-size: 14px;
	color: #444;
	padding-right: 5px;
	width: 35%;
	background: #f7f7f7;
	border: solid 1px #d7d7d7;
}

.inquiry td {
	font-size: 13px;
	border: solid 1px #d7d7d7;
	width: 65%;
}

.inquiry .haveto {
	font-size: 7px;
	padding: 3px;
	background: #ff0000;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
	position: relative;
	bottom: 1px;
	margin-left: 10px;
}

.inquiry .any {
	font-size: 7px;
	padding: 3px;
	background: #0000ff;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
	position: relative;
	bottom: 1px;
	margin-left: 10px;
}

.wpcf7 input,
.wpcf7 textarea {
	width: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	line-height: 1.2;
	padding: 8px;
}

#formbtn {
	padding: 15px;
	min-width: 250px;
	background: #2c73ab;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	border-radius: 2px;
	margin: 25px auto 0;
}

.wpcf7 p {
	margin-bottom: 1em;
	font-size: 12px;
}

.wpcf7 p {
	text-align: center;
}

.wpcf7-form-control-wrap {
	position: relative;
	margin-right: 8px;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
	width: auto;
	max-width: 97%;
	border: 1px solid #ccc;
	padding: 8px;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 {
	width: 100%;
	padding: 0;
	margin: 0 0 2.5em !important;
	font-size: 14px;
}

.wpcf7 form {
	margin: 1.5rem 0;
}

.wpcf7 p {
	margin-bottom: 1em;
	font-size: 12px;
}

.wpcf7 input,
.wpcf7 textarea {
	width: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	line-height: 1.2;
	padding: 8px;
}

.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
	width: auto;
	max-width: 97%;
	border: 1px solid #ccc;
	padding: 8px;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
	line-height: 1.2;
	font-size: 14px;
}

.wpcf7-list-item {
	display: block;
}

.wpcf7 textarea {
	height: 150px;
}

.wpcf7 textarea[name="your-inquiries-any"] {
	height: 60px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline: none;
	border: 1px solid #bbb;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5);
}

.wpcf7 input.wpcf7-submit {
	position: relative;
	display: block;
	width: 225px;
	height: 48px;
	margin: 30px auto 0;
	background-color: #333333;
	cursor: pointer;
	border: none !important;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wpcf7 input.wpcf7-submit,
.wpcf7 input.wpcf7-submit::before,
.wpcf7 input.wpcf7-submit::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7 input.wpcf7-submit:hover {
	background-color: #666666;
}

.wpcf7 .wpcf7-not-valid {
	background: pink;
}

.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}

#wpcf7-f372-o1>form>p>a {
	color: #0059aa;
}

.wpcf7-form-control-wrap+br+a {
	color: #0059aa;
}

.wpcf7-form-control-wrap.mailmagazine .wpcf7-list-item-label {
	font-size: 12px;
}

.wpcf7-form-control-wrap.mailmagazine .wpcf7-list-item input[type="checkbox"] {
	margin-right: 4px;
	margin-top: 8px;
}

.map {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
	box-sizing: border-box;
}

.access.fltclr .map {
	width: 100%;
}

.map .map-access {
	width: 50%;
	padding: 20px 20px 20px 0;
	text-align: center;
	margin-left: 30px;
}

.map .map-access p {
	text-align: center;
	line-height: 2;
	font-size: 14px;
}

.map .map-frame {
	width: 50%;
}

/* service-detail */

.fl-table.service-detail {
	padding: 0;
}

.fl-container.service-detail {
	align-items: flex-start;
}

.fl-container.service-detail .service-image {
	width: 45%;
}

.fl-container.service-detail .service-image img {
	width: 100%;
}

.fl-container.service-detail .service-content {
	width: 55%;
	padding: 0 0 0 30px;
}

.fl-container.service-detail .service-content p {
	margin-bottom: 10px;
	line-height: 1.9;
	letter-spacing: .03em;
	text-align: left;
}

.service-detail.checkbox {
	width: 100%;
	margin: 15px auto;
	background: url('../../img/question.png') no-repeat right top;
	background-color: #FCFAEB;
}

.service-detail.checkbox ul {
	list-style: none;
	padding: 30px 30px 20px;
}

.service-detail.checkbox ul li {
	width: 60%;
	margin-bottom: 10px;
	padding: 13px 0 13px 60px;
	font-size: 17px;
	letter-spacing: .05em;
	position: relative;
	background-color: #fff;
}

.service-detail.checkbox ul li::after {
	display: block;
	content: "";
	position: absolute;
	top: 17px;
	left: 22px;
	width: 23px;
	height: 18px;
	background: url(../../img/checkbox.png) no-repeat;
	background-size: contain;
}

p.service-detail {
	margin-bottom: 50px;
}

.fl-container.comic .fl-image {
	width: 35%;
	margin: 0 auto;
}

.service-detail.box {
	background-color: #eee;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.service-detail.box h3 {
	margin-bottom: 15px;
	font-size: 17px;
	border-bottom: 1px solid #000;
	padding: 4px 0 8px 20px;
	position: relative;
}

.service-detail.box h3::after {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: "";
	width: 5px;
	height: 75%;
	background-color: #0059aa;
}

.service-detail.box ul li {
	display: inline-block;
	width: 30%;
	line-height: 2;
}

.user-voice-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	box-sizing: border-box;
}

.user-voice {
	margin: 0 20px;
	width: 50%;
}

.voice1 {
	background: url(../../img/intern.jpg) no-repeat top center / cover;
}

.voice2 {
	background: url(../../img/interview2.jpg) no-repeat top center / cover;
}

.voice1,
.voice2 {
	width: 100%;
	height: 250px;
	position: relative;
}

.user-voice .user-shadow {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.user-shadow .division,
.user-shadow .name {
	color: #fff;
	letter-spacing: .5em;
	margin: 10px 0 10px 10px;
}

#contents .link_box .user-voice-container .user-voice h2 {
	font-size: 20px;
	font-weight: bold;
	color: #0058aa;
	padding: 0;
	margin: 15px 0;
	border: none;
	background-color: #fff;
}

.link_box.service-detail {
	margin-bottom: 50px;
}

.fl-container.comic .fl-content {
	border: none;
}

/* single seminer*/

.seminer a.apply_seminer {
	border: 1px solid #0058aa;
	display: block;
	color: #0058aa;
	font-size: 12px;
	text-align: center;
	width: 165px;
	padding: 4px;
	border-radius: 20px;
	margin-top: 30px;
	font-weight: bold;
}

.seminer a.apply_seminer:hover {
	background-color: #0058aa;
	color: #fff;
}

/* apply_seminar */
.link_box.apply_seminer p a {
	color: #0059aa;
}

/* COVID-19 */

.covid19 .message {
	padding: 25px 25px 55px;
	text-align: center;
}

.covid19 .rich {
	font-family: 游明朝体, "Yu Mincho", YuMincho, serif;
	font-size: 14px;
	line-height: 2;
}

.covid19 .rich .emphasis {
	color: red;
	font-weight: bold;
}

.covid19 .youtube {
	text-align:center;
	margin-bottom:100px;
}

.covid19 .whitepapers .whitepaper-item {
	padding: 0 40px;
	margin-bottom: 80px;
}

.covid19 .whitepapers .whitepaper-item .container {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	align-items: flex-start;
}

.covid19 .whitepapers .whitepaper-item .container .img {
	width: 30%;
}

.covid19 .whitepapers .whitepaper-item .container .content {
	margin-left: 40px;
	width: 70%;
}

.covid19 .whitepapers .whitepaper-item .container .content p {
	margin-bottom: 20px;
	font-size: 14px;
}

.covid19 .whitepapers .whitepaper-item .container .content form {
	font-size: 14px;
}
.covid19 .whitepapers .whitepaper-item .container .content form a span {
	color: #0058aa;
}

/* /profile */
.company-container {
	display: flex;
}

.company-header {
	width: 30%;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-content {
	width: 70%;
  display: flex;
  flex-direction: column;
  min-height: 100px;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}

.company-content.associates p,
.company-content.affiliations p {
	padding: 5px 0;
}