@charset "UTF-8";

body {
	-webkit-text-size-adjust: none;
	position: relative;
	background: none;
	letter-spacing: 0;
}

#header {
	width: 100%;
	height: auto;
	background: #0058aa;
	color: #666666;
}


#header h1 {
	width: 100%;
	height: 44px;
	float: none;
	padding-top: 25px;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
}

#header h1 img {
	width: 200px;
	float: none;
	margin-left: 0px;
	padding-bottom: 15px;
	text-align: center;
}

#header .copy {
	width: 100%;
	padding: 0 0 2% 0;
	float: none;
	font-size: 10px;
	text-align: center;
}

#header p.tel {
	display: none;
}

#header a.recruit {
	display: none;
}

#header .menu_button {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	display: block;
	font-size: 11px;
	color: #fff;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-decoration: none;
	text-align: center;
}

#header .menu_button i {
	padding: 14px;
}

.activate_menu {
	display: block !important;
}

#navi {
	width: 100% !important;
	display: none;
}

#navi li {
	/* border-left: medium none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	width: 25%; */

	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
}

#navi li a,
#navi div {
	display: block;
	text-align: center;
	background-color: #FFF;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-right: none !important;
	background-image: none;
	color: #333333;
}

#navi_05 {
	/* display: none !important; */
}

#header #navi_06 {
	display: block;
}

#navi #navi_01 {
	position: relative;
}

#navi #navi_01>a {
	pointer-events: none;
}

#navi #navi_01 .child_menu_button {
	display: block;
	position: absolute;
	text-align: center;
	width: 50px;
	height: 50px;
	right: 0px;
	top: 0px;
	z-index: 9;
	cursor: pointer;
}

#navi #navi_01 .child_menu_button::before {
	content: attr(data-item);
	font-size: 13px;
	color: #000;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 20px;
	/* border: 1px solid #555;
	border-radius: 100%; */
	position: absolute;
	left: 0px;
	top: 15px;
}

#navi #navi_01 .sub_menu {
	display: none;
	position: relative;
	padding-top: 0;
}

#navi #navi_01 .sub_menu li {
	background-color: #fff !important;
	border-top: 1px solid #ccc;
}

#navi #navi_01 .sub_menu li a {
	padding: 0;
	padding-left: 50px;
	background-color: #fff;
	color: #000;
}

#navi li a:hover {
	color: #5F9FA5;
}

#contents_01 #navi_01 a,
#contents_02 #navi_02 a,
#contents_03 #navi_03 a,
#contents_04 #navi_04 a,
#contents_05 #navi_05 a,
#contents_top #navi_02 a {
	font-weight: bold;
	background-color: #0067c6;
	font-size: 12px;
	color: #fff;
}

#contents_01 #navi_01 a,
#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,
#navi li a:hover {
	background-position: 0;
	font-weight: bold;
	color: #FFF;
}

#contents_01 #navi #navi_01 .sub_menu ul li {
	display: block;
	text-align: center;
	background-color: #FFF;
	font-weight: bold;
	font-size: 10px;
	width: 100%;
}

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

#contents {
	clear: both;
	width: 100%;
	border-top: solid 1px #FFFFFF;
	margin: 0;
	padding: 20px 0 0 0;
	background-color: #FFF;
}

#contents_top #contents {
	width: 100%;
	border-top: solid 1px #FFFFFF;
	margin: 0;
	padding: 30px 0 5px 0;
	background-color: #FFF;
}

#main {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #666666;
}

#main h2 {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0 0 0;
	line-height: 1.6em;
	font-size: 18px;
	color: #5F9FA5;
}

#main h2 span {
	display: inline;
	font-size: 15px;
	line-height: 140%;
}

#main .photo {
	float: none;
	margin: 0;
	padding: 13px 0 10px 0;
	text-align: center;
	background: url(../img/s_bg_main.png) repeat;
}

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

#main .text {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 35px 0;
	line-height: 1.7em;
	font-size: 14px;
	text-align: left;
}

#main .btn_more {
	display: none;
}

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

/*profile_box*/

.profile_box {
	float: none;
	background-color: #ffffff;
	width: 100%;
	padding-bottom: 30px;
}

.profile_box dl {
	width: 90%;
	margin: 0 auto;
}

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

.profile_box dd {
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 180%;
}

.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: 50%;
	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;
}

/* recruit_box */

.recruit_box {
	background-color: #FFF;
	padding: 0 0 60px 0;
}

.recruit_box a:link,
.recruit_box a:visited {
	width: 90%;
	display: block;
	text-align: center;
	margin: 0 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;
}

/*work_box*/

.work_box {
	float: none;
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 30px;
}

.work_box ul {
	width: 90%;
	margin: 0 auto;
}

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

.profile_box h3,
.work_box h3 {
	width: 90%;
	margin: 0 auto;
	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;
}

/* task*/

#contents_01 h2 {
	margin-bottom: 0;
}

.task01 {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 5% 30px;
	box-sizing: border-box;
	background-color: #FFF;
}

.task01 .special01 {
	width: 100%;
	margin-bottom: 30px;
}

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

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

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

.task01 .normal01 {
	width: 100%;
	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: 14px;
	margin-bottom: 10px;
	list-style: disc;
	list-style-position: inside;
}

.section01 {
	background-color: #FFF;
}

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

.detail_box {
	width: 45%;
	background-color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 auto 20px auto;
	padding: 0;
	float: none;
	box-sizing: border-box;
}

.detail_box h3 {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	background: none;
	text-align: center;
}

.detail_box .photo {
	float: none;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	width: 50%;
}

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

.detail_box .text {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	line-height: 1.5em;
	text-align: center;
}

.detail_box .link {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	line-height: 1.5em;
	text-align: center;
}

.section02 {
	background-color: #fff;
}

div.company {
	padding: 10px 5%;
	background-color: #FFF;
	box-sizing: border-box;
}

div.company p.photo {
	display: block;
	float: none;
	height: aito;
	padding: 20px 0 0;
	width: 100%;
}

div.company div.sentence_box {
	display: block;
	float: none;
	margin-top: 25px;
	text-align: center;
}

div.company p.map {
	height: auto;
	padding: 20px 0 0;
	width: 100%;
	margin-bottom: 15px;
}

/*book_box*/

.book_box {
	float: none;
	width: 100%;
	background-color: #0058aa;
	color: #FFF;
	padding: 20px 0 40px 0;
	margin: 0 0 25px 0;
}

.book_box .inner {
	margin: 0 auto 20px auto;
	width: 90%;
}

.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: 80px;
	margin: 0 auto 20px auto;
}

.book_box dl.book01 {
	width: 41%;
	text-align: center;
	float: left;
	display: inline;
	margin-right: 2%;
	margin-bottom: 10px;
}

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

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

.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;
}

#pickup {
	width: 95%;
	margin: 0 auto 20px auto;
}

#pickup li {
	position: relative;
	background-image: -moz-linear-gradient(top, #f4f4f4 0%, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#cccccc));
	width: auto;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 0 5px 0;
	float: none;
	border: 1px solid #FEFEFE;
}

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

#pickup li h3,
#pickup li .text {
	line-height: 1.5em;
	width: 240px;
}

.data_box,
.sentence_box {
	clear: both;
	width: 90%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
	background-color: #FFFFFF;
}

.data_box dl {
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}

.data_box dl:last-child {
	margin-bottom: 0;
}

.data_box dl dt {
	clear: both;
	color: #0059aa;
	float: none;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0;
	position: inherit;
	width: 100%;
}

.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: 0;
	position: inherit;
	width: 100%;
	text-decoration: underline;
}

.data_box dl dd {
	border-top: none;
	padding: 0 0 20px;
	line-height: 1.5em;
}

.data_box dl dd a:link,
.data_box dl dd a:visited {
	text-decoration: underline;
}

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

#footer {
	width: 100%;
	height: 180px !important;
	padding: 25px 0 0 0 !important;
	background: url(../img/bg_footer.png) center;
}

#footer dl.profile {
	margin: 0px;
}

#footer dl.profile dd.tel {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0px;
}

#footer div.fb-like {
	width: auto;
	display: block;
	margin: 0px auto;
	text-align: center;
}

#contents_02 h2,
#contents_03 h2,
#contents_04 h2,
#contents_05 h2,
#contents_06 h2 {
	padding: 10px;
	font-size: 14px;
}

#contents_03 h2 {
	margin-bottom: 0;
}

#contents .banners {
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction:column;
	margin: 0 auto 25px;
}

#contents .banners a {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.sentence h3 {
	width: 85%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 auto 10px auto;
	padding: 5px 5%;
}

.sentence .text {
	width: 90%;
	margin: 0 auto;
	line-height: 1.5em;
}

.contact {
	width: 85%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 auto 20px auto;
	padding: 2% 5%;
}

.link_box h3 {
	width: 85%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 auto 10px auto;
	padding: 3px 5%;
	line-height: 1.5em;
	font-size: 14px;
	background-color: #0059aa;
	color: #FFF;
	background-image: none;
}

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

.link_box ul li {
	padding: 5px 0 20px 0;
}

.link_box ul li h4 {
	padding: 5px 0 5px 15px;
	background: url(../img/icon_04.png) no-repeat;
	background-position: 0 10px;
	font-size: 12px;
}

.link_box ul li .text {
	line-height: 1.5em;
	font-size: 14px;
}

.seminer_box h3 {
	width: 85%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 auto 10px auto;
	padding: 3px 5%;
	line-height: 1.5em;
	font-size: 16px;
}

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

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

.seminer_box ul li h4 {
	padding: 5px 0 5px 15px;
	background: url(../img/icon_04.png) no-repeat;
	background-position: 0 10px;
	font-size: 12px;
}

.seminer_box ul li .text {
	line-height: 1.5em;
	font-size: 14px;
}

.seminer_box p.images {
	display: none;
}

ul.banner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 20px;
	text-align: center;
}

ul.banner li {
	margin: 0 auto 10px;
	width: 80%;
}

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

ul.banner li.hatanaka {
	margin: 0 0 10px;
	width: 90%;
}

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

ul.banner li.hatanaka img {
	width: 87%;
	text-align: center;
}

div.profile {
	background-color: #FFF;
}

div.profile p.photo {
	width: 50%;
	display: block;
	float: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

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

div.profile div.sentence_box,
div.advisor div.sentence_box {
	clear: none;
	display: inline;
	float: left;
	margin: 0;
	width: 100%;
	padding-bottom: 0;
}

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

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

div.profile .profile_books  {
	width: 80%;
}

div.advisor div.sentence_box {
	box-sizing: border-box;
	padding: 0;
}

div.rinen {
	overflow: hidden;
	background-color: #FFF;
}

div.rinen h2 {
	margin-bottom: 20px !important;
}

div.rinen div.sentence_box {
	clear: none;
	width: 100%;
	margin: 0 auto !important;
	padding: 0px;
}

div.rinen div.sentence_box p.text {
	padding: 40px;
}

div.credo h2 {
	margin-bottom: 0px !important;
}

div.credo div.sentence_box {
	clear: none;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	float: none;
}

div.logo {
	background-color: #FFF;
}

div.logo p.photo {
	width: 50%;
	display: block;
	float: none;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}

div.logo p.photo img {
	width: 100%;
}

div.logo div.sentence_box {
	clear: none;
	display: inline;
	float: left;
	margin: 10px 0 0;
	padding: 0px;
	width: 100%;
}

.data_box h3 {
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 15px;
	padding: 10px 0px 5px 0px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	background: url(../img/icon_01.png) no-repeat;
	background-position: 14px 18px;
}

.sentence_box h3 {
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 15px;
	padding: 0px 0px 10px 10%;
	width: 90%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	background: url(../img/icon_01.png) no-repeat;
	background-position: 14px 8px;
}

div.section02 div.data_box {
	width: 90%;
	margin-top: 20px;
}

/*css*/
.viewer {
	margin: 0 auto;
	width: 100%;
	height: 255px;
	text-align: left;
	overflow: hidden;
	background-color: #bbb;
}

.viewer ul {
	width: 295px;
	height: 255px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	position: relative;
	background-color: #bbb;
}

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

/*汎用クラス*/

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

.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: 100%;
	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: 20px;
}

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

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

#contents_etc section {
	background-color: #FFF;
}

.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 10px;
	width: 90%;
}

.mailmagazine table td.ttl01 {
	width: 200px;
	color: rgb(255, 255, 255);
	font-size: 11px;
	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;
}

.bg_white {
	background-color: #FFF !important;
}

.bold {
	font-weight: bold;
}

.red {
	color: #CC0000;
}




.seminer {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 30px;
	padding: 0 5%;

}

.seminer .date {
	font-size: 10px;
}

.seminer h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #CCC;
}

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

.service-container {
	display: block;
	text-align: center;
	box-sizing: border-box;
}

.service-item {
	display: block;
	margin-bottom: 30px;
}

.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;
}

.fr-container {
	display: block;
}

.fr-facebook {
	max-width: 300px;
  margin: 0 auto;
}

.fr-twitter {
	max-width: 300px;
	margin: 0 auto;
}

/* Services */

.services,
.information {
	width: 100%;
	margin: 50px auto;
}

.center-heading {
	margin: 0 auto 50px;
}

/* Seminer */

.seminer.fl-table,
div.company {
	padding: 0;
}

.seminer.fl-container {
	flex-direction: column;
}

.seminer.fl-container .fl-header,
.seminer.seminer.fl-container .fl-content {
	width: 100%;
}

.seminer.fl-container .fl-content {
	box-sizing: border-box;
	padding: 20px;
}

.seminer.fl-container .fl-content a {
	margin: 30px auto 0;
}

/* company */
.company .fl-table {
	padding: 0 10px;
}

.company .fl-table .fl-container:nth-child(2) .fl-header {
	line-height: 3;
}

/* recruit*/

.link_box .fl-table {
	padding: 0 10px;
}

.intern.fl-container {
	flex-direction: column;
}

.intern.fl-container .intern-img,
.intern.fl-container .intern-content {
	width: 100%;
}

.intern.fl-container .intern-content {
	width: 100%;
	margin: 20px auto;
	padding: 0;
	box-sizing: border-box;
}


/* map */

.map {
	flex-direction: column;
	width: 90%;
	margin: 0 auto 30px;
}

.map .map-access {
	margin-left: 0px;
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
}

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

/* service-detail*/

.fl-container.service-detail {
	flex-direction: column;
}

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

.fl-container.service-detail .service-content {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

.service-detail.checkbox {
	background: none;
	background-color: #FCFAEB;
}

.service-detail.checkbox ul {
	padding: 20px;
}

.service-detail.checkbox ul li {
	width: 100%;
	box-sizing: border-box;
}

.service-detail.checkbox+p.service-detail {
	padding: 0 20px;
}

.fl-container.comic .fl-image {
	width: 100%;
}

.link_box.service-detail h3 {
	width: 100%;
	box-sizing: border-box;
}

.user-voice-container {
	flex-direction: column;
}

.user-voice {
	width: 100%;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
}

/* COVID-19*/

.covid19 .rich {
	font-size: 12px;
}
.covid19 .youtube iframe {
	width: 80%;
}

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

.covid19 .whitepapers .whitepaper-item .container {
	-ms-flex-direction: column;
	flex-direction: column;
}

.covid19 .whitepapers .whitepaper-item .container .img,
.covid19 .whitepapers .whitepaper-item .container .content {
	width: 100%;
}

.covid19 .whitepapers .whitepaper-item .container .content {
	margin-left: 0;
	margin-top: 20px;
}