@charset "UTF-8";

a {
	transition: .3s;
	/*color: #006bb6;*/
	color: #2484d6;
}
a:hover {
	opacity: 0.7;
}
img {
	width: 100%;
	vertical-align: top;
}
.s_imgM {
	max-width: 735px;
	margin-left: auto;
	margin-right: auto;
}
.s_pc {
	display: block !important;
}
.s_sp {
	display: none !important;
}
.s_mtLLL {
	margin-top: 100px !important;
}
.s_mtLL {
	margin-top: 70px !important;
}
.s_mtL {
	margin-top: 60px !important;
}
.s_mtLM {
	margin-top: 50px !important;
}
.s_mtM {
	margin-top: 40px !important;
}
.s_mtMS {
	margin-top: 30px !important;
}
.s_mtS {
	margin-top: 20px !important;
}
.s_mtSS {
	margin-top: 10px !important;
}
.s_mtNone {
	margin-top: 0px !important;
}
.s_cnt {
	width: 100%;
}
.s_posL {
	text-align: left !important;
}
.s_posC {
	text-align: center !important;
}
.s_posR {
	text-align: right !important;
}
.s_disInBlk {
	display: inline-block;
}
.s_inr {
	width: 100%;
	/*
	max-width: 1366px;
	padding-left: 10.9810%;
	padding-right: 10.9810%;
	*/
	max-width: 1184px;
	padding-left: 5.0590%;/*60px相当*/
	padding-right: 5.0590%;/*60px相当*/
	margin-left: auto;
	margin-right: auto;
  overflow: hidden;
}
.s_inrWrap {
	width: 100%;
	background: url(../img/bg_inr_01.png) 0 0 repeat;
	background-size: 10px;
}
.s_note {
	display: flex;
	width: 100%;
}
.s_note > ._hd {
	min-width: 1.5em;
	white-space: nowrap;
	/*padding-right: 0.2em;*/
}
.s_note > ._body {
	/*width: calc(100% - 1.2em);*/
}
.s_clm_2,
.s_clm_3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.s_clm_3._typeA {
}
.s_clm_3._typeA > * {
	position: relative;
	padding-bottom: 78px;
}
.s_clm_3._typeA .s_btn {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.s_clm_2 > * {
	width: 60%;
}
.s_clm_3 > * {
	width: 25%;
}
.s_clm_auto {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.s_cover,
.js_close {
	display: none;
}


/* header 
--------------------------------*/
header {
	position: relative;
	position: fixed;
	z-index: 100;
}
header .hd_wrap {
	background-color: #535353;
	color: #ffffff;
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
	height: 80px;
}
header .logo {
	width: 360px;
	padding: 0 15px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .logo img {
	max-width: 240px;
}
header .navi {
	display: flex;
	width: calc(100% - 360px);
	justify-content: end;
	align-items: center;
}
header .navi > * {
	margin-right: 40px;
}
header .navi > *:last-child {
	margin-right: 47px;
}
header .navi > * a {
	position: relative;
	display: block;
	color: #ffffff;
	display: block;
	text-decoration: none;
	line-height: 30px;
	transition: .3s;
}
header .navi a:hover {
	opacity: 1;
	transition: .5s;
}
header .navi > * a:hover:after,
header .navi > * a:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 2px;
	left: 0;
	height: 4px;
	width: 100%;
}
header .navi > * a:hover:after,
.pg_TOP header .navi > *.nv_top a:after,
.pg_OFFICE header .navi > *.nv_office a:after,
.pg_MATERIAL header .navi > *.nv_material a:after,
.pg_PC header .navi > *.nv_pc a:after,
.pg_CORPORATE header .navi > *.nv_corporate a:after,
.pg_INFO header .navi > *.nv_info a:after {
	border-bottom: 4px solid #6482ff;
}
header form {
	display: flex;
	align-items: center;
}
header form .box_search {
	width: 170px;
	height: 26px;
}
header form .button {
	margin-left: 9px;
}

/* footer 
--------------------------------*/
footer .ft_link {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
footer .ft_link a,
footer .ft_link2 a {
	color: #333333;
}
footer .ft_link > * {
	width: 24%;
}
footer .ft_link ._tit {
	border-bottom: 1px solid #6482ff;
	padding-bottom: 10px;
	font-size: 2rem;
}
footer .ft_link ._link {
	margin-top: 12px;
	font-size: 1.2rem;
}
footer .ft_link ._link > * {
	margin-top: 8px;
}
footer.s_cnt {
	width: 100%;
	position: relative;
	font-size: 1.4rem;
	padding-top: 80px;
}
footer .ft_navi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .ft_navi > * {
	padding: 10px 20px;
}
footer .ft_link2 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 50px auto 60px;
	width: 100%;
	max-width: 900px;
}
footer .ft_link2 > * {
	margin-left: 30px;
}
footer .ft_copyWrap {
	background-color: #9d9d9d;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .ft_copy {
	text-align: center;
	color: #ffffff;
}

/* contents 
--------------------------------*/
main.s_cnt {
	position: relative;
	padding-top: 80px;
}
h2.s_tit {
	font-size: 3.8rem;
	line-height: 1.1;
}
h2.s_tit ._copy {
	display: block;
	color: #6482ff;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 2px;
}
h2.s_tit ._main {
	display: block;
	margin-top: 15px;
}


/* TOP 
--------------------------------*/
.pg_TOP .u_kv {
	position: relative;
	background: url(../../img/ind_kv_bg.png) 50% 50% no-repeat;
	background-size: 100%;
	height: calc(100vw * 0.45);
  max-height: 880px;
}
.pg_TOP .u_kv ._img {
	position: absolute;
	width: 100%;
	max-width: 1366px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.pg_TOP .u_service {
	width: 100%;
	max-width: 1184px;
	margin-left: auto;
	margin-right: auto;
}
.pg_TOP .u_service .s_inr {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pg_TOP .u_service .u_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 0px 40px 17px #eeeeee;
	margin-top: 20px;
}
.pg_TOP .u_service .u_list > * {
	width: 50%;
}
.pg_TOP .u_service .u_list ._main {
	padding: 7.5% 5% 0 8%;
}
.pg_TOP .u_service .u_list ._main ._tit {
	color: #6482ff;
	font-size: 3rem;
}
.pg_TOP .u_service .u_list ._main ._txt {
	font-size: 1.6rem;
	line-height: 1.6;
}
.pg_TOP .u_service .u_list ._main ._btn {
	width: 280px;
}
.pg_TOP .u_company .u_list {
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.pg_TOP .u_company .u_list a {
	position: relative;
	display: block;
}
.pg_TOP .u_company .u_list a:after {
	content: '';
	position: absolute;
	background: url(../img/ico_link_arrow.png) 50% 50% no-repeat;
	background-size: 100%;
	bottom: 10.9375%;
	right: 7.8125%;
	margin-top: -3px;
	width: 33px;
	height: 6px;
}
.pg_TOP .u_company .u_list > * {
	position: relative;
	width: calc(100% / 3);
}
.pg_TOP .u_company .u_list > * ._txt {
	position: absolute;
	font-size: 3rem;
	color: #ffffff;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.pg_TOP .u_news {
	background: url(../../img/ind_news_bg.png) 50% 50% no-repeat;
	background-size: cover;
}
.pg_TOP .u_news .s_inr_wrap {
	width: 100%;
	max-width: 1184px;
	margin-left: auto;
	margin-right: auto;
}
.pg_TOP .u_news .s_inr {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pg_TOP .u_news .u_list {
	background-color: #ffffff;
	margin-top: 60px;
	padding: 30px 40px;
	box-shadow: 0px 0px 40px 17px #eeeeee;
}
.pg_TOP .u_news .u_list > * {
	display: flex;
	align-items: baseline;
}
.pg_TOP .u_news .u_list > * + * {
	margin-top: 20px;
}
.pg_TOP .u_news .u_list ._hd {
	display: flex;
	align-items: center;
	padding-right: 35px;
}
.pg_TOP .u_news .u_list ._hd ._date {
	color: #6482ff;
	border-right: 1px solid #6482ff;
	padding-right: 35px;
	white-space: nowrap;
}
.pg_TOP .u_news .u_list ._hd ._icon {
	padding-left: 35px;
	white-space: nowrap;
}
.pg_TOP .u_news .u_list ._main {
	flex-grow: 1;
}
.pg_TOP .u_news .u_list ._hd ._icon > span {
	display: inline-block;
	border-radius: 5px;
	padding: 2px 25px 4px;
	background-color: #6482ff;
	color: #ffffff;
}
.pg_TOP .u_news .u_list a {
	display: block;
	min-height: 26px;
	color: #333333;
}
.pg_TOP .u_news .u_list a._oth {
	background: url(../img/icon_link_oth.png) 100% 50% no-repeat;
	padding-right: 30px;
}
.pg_TOP .u_btn {
	width: 280px;
}
.pg_TOP .u_btn a {
	position: relative;
	background-color: #535353;
	display: block;
	color: #ffffff;
	padding: 15px;
	border-radius: 8px;
	text-align: center;
}
.pg_TOP .u_btn a:hover {
	text-decoration: none;
}
.pg_TOP .u_btn a:after {
	content: '';
	background: url(33/shared/img/ico_link_arrow.png) 50% 50% no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	width: 33px;
	height: 6px;
}
/* Information
--------------------------------*/
/*.pg_INFO .u_news {
	background: url(../../img/ind_news_bg.png) 50% 50% no-repeat;
	background-size: cover;
}
*/
.pg_INFO .u_news .s_inr_wrap {
	width: 100%;
	max-width: 1184px;
	margin-left: auto;
	margin-right: auto;
}
.pg_INFO .u_news .s_inr {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pg_INFO .u_news .u_list {
	background-color: #ffffff;
	margin-top: 60px;
	padding: 30px 40px;
	box-shadow: 0px 0px 40px 17px #eeeeee;
}
.pg_INFO .u_news .u_list > * {
	display: flex;
	align-items: baseline;
}
.pg_INFO .u_news .u_list > * + * {
	margin-top: 20px;
}
.pg_INFO .u_news .u_list ._hd {
	display: flex;
	align-items: center;
	padding-right: 35px;
}
.pg_INFO .u_news .u_list ._hd ._date {
	color: #6482ff;
	border-right: 1px solid #6482ff;
	padding-right: 35px;
	white-space: nowrap;
}
.pg_INFO .u_news .u_list ._hd ._icon1 {
	padding-left: 35px;
	white-space: nowrap;
}
.pg_INFO .u_news .u_list ._hd ._icon2 {
	padding-left: 35px;
	white-space: nowrap;
}
.pg_INFO .u_news .u_list ._main {
	flex-grow: 1;
}
.pg_INFO .u_news .u_list ._hd ._icon1 > span {
	display: inline-block;
	border-radius: 5px;
	padding: 2px 25px 4px;
	background-color: #6482ff;
	color: #ffffff;
}
.pg_INFO .u_news .u_list ._hd ._icon2 > span {
	display: inline-block;
	border-radius: 5px;
	padding: 2px 25px 4px;
	background-color: #fc0727;
	color: #ffffff;
}
.pg_INFO .u_news .u_list a {
	display: block;
	min-height: 26px;
	color: #333333;
}
.pg_INFO .u_news .u_list a._oth {
	background: url(../img/icon_link_oth.png) 100% 50% no-repeat;
	padding-right: 30px;
}
.h4 {
	COLOR : rgb(67, 67, 73) ;
	FONT-SIZE : 13px ;
	TEXT-ALIGN : center ;
}
.h5 {
	COLOR : #6482ff ;
	FONT-SIZE : 16px ;
}


/* contents 
--------------------------------*/
.s_tit_header {
	background-color: #ebf0f3;
	min-height: 186px;
}
.s_tit_header ._inr {
	padding: 25px 0 25px 370px;
}
.type_INDEX .s_tit_header ._inr {
	padding: 25px 0 25px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1064px;
}
.s_breadcrumb {
	margin-bottom: 24px;
}
.s_breadcrumb > li {
	display: inline;
	color: #a0a2a3;
	font-size: 1.2rem;
}
.s_breadcrumb>li a {
	color: #6482ff;
}
.s_breadcrumb > li:not(:last-child)::after {
	display: inline-block;
	margin-left: 0.5em;
	content: "＞";
}
.s_tit_h1 {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: .1em;
	letter-spacing: .2em;
	line-height: 1.25;
}
.s_tit_h1_lead {
	font-size: 1.8rem;
	letter-spacing: .09em;
	line-height: 1.5;
	margin-top: 15px;
}
.s_cnt_lv1 {
	/*background-color: #cec;*//*検証用*/
	width: 100%;
	display: flex;
	line-height: 1.75;
}
.s_cnt_lv1 ._lv1_side {
	/*background-color: #ecc;*//*検証用*/
	/*width: 274px;*/
	width: 360px;
}
.type_INDEX .s_cnt_lv1 ._lv1_side {
	display: none;
}
.s_cnt_lv1 ._lv1_side ._menu ._main_tit > a {
	background-color: #e4e9ff;
	display: block;
	padding: 30px 10px 30px 50px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.3;
	color: #333333;
	text-decoration: none;
}
.s_cnt_lv1 ._lv1_side ._menu a,
.s_cnt_lv1 ._lv1_side ._menu a:hover {
	opacity: 1;
}
.s_cnt_lv1 ._lv1_side ._menu ._sub_tit {
	border: 1px solid #ebf0f3;
	border-top: none;
}
.s_cnt_lv1 ._lv1_side ._menu ._sub_tit > a {
	background-color: #ffffff;
	display: block;
	padding: 15px 10px 15px 50px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
	color: #333333;
	text-decoration: none;
}
.s_cnt_lv1 ._lv1_side ._menu ._sub2_tit > a {
	display: block;
	padding: 8px 10px 8px 65px;
	font-size: 1.6rem;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
}
.s_cnt_lv1 ._lv1_side ._menu ._sub_tit > a:hover,
.s_cnt_lv1 ._lv1_side ._menu ._sub_tit > a._cl,
.s_cnt_lv1 ._lv1_side ._menu ._sub2_tit > a:hover,
.s_cnt_lv1 ._lv1_side ._menu ._sub2_tit > a._cl {
	background-color: #6482ff;
	color: #ffffff;
}
.s_cnt_lv1 ._lv1_main {
	/*width: calc(100% - 274px);*/
	width: calc(100% - 360px);
}
.type_INDEX .s_cnt_lv1 ._lv1_main {
	width: 100%;
	max-width: 1064;
	margin-left: auto;
	margin-right: auto;
}

.s_cnt_lv1 ._lv1_main ._lv1_inr {
	/*background-color: #cce;*//*検証用*/
	text-align: left;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 10px 120px;
}
.s_cnt_lv1 ._lv1_main .s_kv {
}
.s_cnt_lv1 ._lv1_main .s_kv ._lead {
	text-align: center;
	font-size: 2.2rem;
}
.s_cnt_lv1 ._lv1_main .s_kv ._img {
}
.s_cnt_lv1 ._lv1_main .s_h2 {
	font-size: 3.2rem;
	font-weight: 500;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #6482ff;
	line-height: 1.375;
}
.s_cnt_lv1 ._lv1_main .s_h2_copy {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;

}
.s_cnt_lv1 ._lv1_main .s_h2_lead {
	font-size: 1.6rem;
}
.s_cnt_lv1 ._lv1_main .s_h3 {
	font-size: 2rem;
	font-weight: 500;
	color: #6482ff;
}
.s_cnt_lv1 ._lv1_main .s_h4 {
	font-size: 2rem;
	font-weight: 500;
	color: #6482ff;
}
.s_cnt_lv1 ._lv1_main .s_h3._box {
	border: 4px solid #ebf0f3;
	padding: 15px 30px;
	font-size: 2rem;
	font-weight: 500;
	color: #333333;
	line-height: 1.5;
}
.s_cnt_lv1 ._lv1_main .s_h3_box_txt {
	padding: 19px 37px;
}
.s_cnt_lv1 ._lv1_main .s_img_wrapL {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.s_cnt_lv1 ._lv1_main .s_img_wrapM {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.s_cnt_lv1 ._lv1_main .s_img_wrapS {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.s_cnt_lv1 ._lv1_main .s_btn a {
	position: relative;
	background-color: #535353;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 15px;
	border-radius: 8px;
}
.s_cnt_lv1 ._lv1_main .s_btn link {
	position: static;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	border-radius: 8px;
}
.s_cnt_lv1 ._lv1_main .s_btn._typeA a {
	background-color: #6482ff;
	color: #ffffff;
	padding: 25px 15px;
	font-size: 2rem;
}
.s_cnt_lv1 ._lv1_main .s_btn._typeInq {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.s_cnt_lv1 ._lv1_main .s_btn._typeInq a {
	background-color: #6482ff;
	padding: 30px;
	font-size: 2rem;
}
.s_cnt_lv1 ._lv1_main .s_btn a:after {
	content: '';
	background: url(../img/ico_link_arrow.png) 50% 50% no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	width: 33px;
	height: 6px;
}

/* File Icon
--------------------------------*/

.s_cnt_lv1 ._lv1_main .s_btn._pdf {
	width: 100%;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}
.s_cnt_lv1 ._lv1_main .s_btn._pdf a {
	text-align: left;
	padding: 15px 20px 15px 36px;
	border-radius: 0;
}
.s_cnt_lv1 ._lv1_main .s_btn._pdf a:after {
	background: url(../img/ico_link_pdf.png) 50% 50% no-repeat;
	right: 20px;
	margin-top: -15px;
	width: 71px;
	height: 30px;
}

.s_cnt_lv1 ._lv1_main .s_btn._xlsx {
	width: 100%;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}
.s_cnt_lv1 ._lv1_main .s_btn._xlsx a {
	text-align: left;
	padding: 15px 20px 15px 36px;
	border-radius: 0;
}
.s_cnt_lv1 ._lv1_main .s_btn._xlsx a:after {
	background: url(../img/ico_link_xlsx.png) 100% 50% no-repeat;
	right: 20px;
	margin-top: -15px;
	width: 71px;
	height: 30px;
}
.h4

/* File Icon
--------------------------------*/

.s_cnt_lv1 ._lv1_main .s_color_box {
	background-color: #f4fafd;
	padding: 25px 40px;
}
.s_cnt_lv1 ._lv1_main .s_color_box > ._tit {
	color: #6482ff;
	font-weight: 500;
}
.s_cnt_lv1 ._lv1_main .s_color_box._typeA {
	padding: 15px 40px;
}
.s_cnt_lv1 ._lv1_main .s_color_box._typeA > ._main._typeA {
	color: #6482ff;
}
.s_cnt_lv1 ._lv1_main .s_inq_box {
	margin-top: 60px;
}
.s_cnt_lv1 ._lv1_main .s_inq_box > ._tit {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 500;
}
.s_cnt_lv1 ._lv1_main .s_inq_box > ._wrap {
	border: 4px solid #ebf0f3;
	margin-top: 40px;
	padding: 40px 20px;
	text-align: center;
}
.s_cnt_lv1 ._lv1_main .s_inq_box > ._wrap > ._tit {
	font-size: 2rem;
	font-weight: 700;
}
.s_cnt_lv1 ._lv1_main .s_inq_box .s_clm_2._typeInq {
	max-width: 852px;
	margin-left: auto;
	margin-right: auto;
}
.s_cnt_lv1 ._lv1_main .s_inq_box .s_clm_2._typeInq > * {
	border: 2px solid #6482ff;
	border-radius: 10px;
}
.s_cnt_lv1 ._lv1_main .s_inq_box .s_clm_2._typeInq a {
	display: block;
	padding: 15px 10px;
	font-size: 2rem;
	color: #6482ff;
	text-decoration: none;
	line-height: 2.4;
}
.s_cnt_lv1 ._lv1_main .s_inq_box .s_clm_2._typeInq a._lineH {
	line-height: 1.2;
}
.s_cnt_lv1 ._lv1_main .s_clm_2._typeA > ._main {
	width: 56.7669%;
}
.s_cnt_lv1 ._lv1_main .s_clm_2._typeA > ._img {
	width: 41.3534%;
}
.s_cnt_lv1 ._lv1_main .s_clm_2._typeB > ._main {
	width: 40.4135%;
}
.s_cnt_lv1 ._lv1_main .s_clm_2._typeB > ._img {
	width: 56.0150%;
}
.s_cnt_lv1 ._lv1_main .s_clm_2._typeC > ._main {
	width: 76.5038%;
}
.s_cnt_lv1 ._lv1_main .s_clm_2._typeC > ._img {
	width: 23.4962%;
}
.s_cnt_lv1 ._lv1_main .s_btn_wrap {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.s_cnt_lv1 ._lv1_main .s_btn_wrap._typeA {
	max-width: 520px;
}
/*
.s_cnt_lv1 ._lv1_main .s_btn_wrap .s_btn._typeA a {
	background-color: #6482ff;
	padding: 25px 30px;
	font-size: 2rem;
}
*/
.s_cnt_lv1 ._lv1_main .s_tbl {
	border-top: 1px solid #6482ff;
	border-left: 1px solid #6482ff;
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
}
.s_cnt_lv1 ._lv1_main .s_tbl th,
.s_cnt_lv1 ._lv1_main .s_tbl td {
	border-right: 1px solid #6482ff;
	border-bottom: 1px solid #6482ff;
    margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

th {
    text-align: center;
    vertical-align: middle;
    }

td {
    vertical-align: middle;
    }

.s_cnt_lv1 ._lv1_main .s_tbl th {
	background-color: #e4e9ff;
	font-size: 2rem;
}
.s_cnt_lv1 ._lv1_main .s_tbl th._hd {
	width: 300px;
}
.s_cnt_lv1 ._lv1_main .s_clm_2 .s_tbl th._hd {
	width: 200px;
}
.s_cnt_lv1 ._lv1_main .s_img_auto img {
	width: auto;
}
.s_cnt_lv1 ._lv1_main .s_h2._link {
	position: relative;
	font-size: 2.0rem;
	padding-bottom: 10px;
	padding-left: 13px;
}
.s_cnt_lv1 ._lv1_main .s_h2._link a {
	color: #333333;
}
.s_cnt_lv1 ._lv1_main .s_h2._link:before {
	content: '';
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #6482ff;
	border-bottom: 4px solid transparent;
}
.s_cnt_lv1 ._lv1_main .s_linklist ._sub {
	margin-left: 2em;
}


@media screen and (max-width: 1090px) {
	.s_cnt_lv1 ._lv1_main .s_h2_lead {
		font-size: 1.4rem;
	}
	.s_cnt_lv1 ._lv1_main .s_inq_box > ._tit {
		font-size: 2rem;
	}
	.s_cnt_lv1 ._lv1_main .s_inq_box > ._wrap > ._tit {
		font-size: 1.6rem;
	}
	.s_cnt_lv1 ._lv1_main .s_clm_2._typeA > ._main,
	.s_cnt_lv1 ._lv1_main .s_clm_2._typeA > ._img,
	.s_cnt_lv1 ._lv1_main .s_clm_2._typeB > ._main,
	.s_cnt_lv1 ._lv1_main .s_clm_2._typeB > ._img,
	.s_cnt_lv1 ._lv1_main .s_clm_2._typeC > ._main,
	.s_cnt_lv1 ._lv1_main .s_clm_2._typeC > ._img {
		width: 100%;
	}
	.s_cnt_lv1 ._lv1_main .s_clm_2._typeC > ._img {
		text-align: center;
	}
	.s_cnt_lv1 ._lv1_main .s_clm_2._typeC > ._img img {
		width: auto;
	}
	.s_cnt_lv1 ._lv1_main .s_tbl th {
		font-size: 1.6rem;
	}
	.s_cnt_lv1 ._lv1_main .s_tbl th._hd {
		width: 10%;
		min-width: 140px;
	}
	.s_cnt_lv1 ._lv1_main .s_clm_2 .s_tbl th._hd {
		width: 10%;
		min-width: 140px;
	}
	.s_cnt_lv1 ._lv1_main .s_tbl th,
	.s_cnt_lv1 ._lv1_main .s_tbl td {
        margin-left: auto;
        margin-right: auto;
	}

}





@media screen and (max-width: 1366px) {
	h2.s_tit ._copy {
		font-size: 1.8rem;
	}
	h2.s_tit ._main {
		font-size: 3.2rem;
	}

	/* header 
	--------------------------------*/
	header .logo {
		/*width: 26.3543%;*/
	}
	header .logo img {
		width: 100%;
	}
	header .navi {
		/*width: calc(100% - 26.3543%);*/
	}
	header .hd_wrap {
		font-size: 1.0249vw;
	}
	header .navi > * {
		margin-right: 2.9283%;
	}
	header .navi > *:last-child {
		margin-right: 3.4407%;
	}
	header form .box_search {
		width: 72.3404%;
	}

	/* footer 
	--------------------------------*/
	footer .ft_link ._tit {
		font-size: 1.5625vw;
	}
	footer .ft_link ._link {
		font-size: 0.9375vw;
	}
	footer .ft_link2 > * {
		margin-left: 2.1962%;
	}
	footer .ft_link2 > *._logo {
		width: 26.6667%;
	}

	/* TOP 
	--------------------------------*/
	.pg_TOP .u_service .u_list ._main ._tit {
		font-size: 2.4rem;
		font-weight: 700;
	}
	.pg_TOP .u_service .u_list ._main {
		/*padding: 3.5% 2% 0 4%;*/
	}
	.pg_TOP .u_company .u_list > * ._txt {
		font-size: 2.4rem;
	}

}


@media screen and (max-width: 1090px) {
	.s_pc {
		display: none !important;
	}
	.s_sp {
		display: block !important;
	}
	.s_mtLLL {
		margin-top: 60px !important;
	}
	.s_mtLL {
		margin-top: 40px !important;
	}
	.s_mtL {
		margin-top: 30px !important;
	}
	.s_mtLM,
	.s_mtM {
		margin-top: 20px !important;
	}
	.s_mtMS,
	.s_mtS {
		margin-top: 15px !important;
	}
	.s_mtSS {
		margin-top: 5px !important;
	}
	.s_inr {
		padding-left: 15px;
		padding-right: 15px;
	}
	.s_clm_2 {
    display: block;
    /*max-width: 600px;*/
    margin-left: auto;
    margin-right: auto;
	}
	.s_clm_2 > * {
		width: 100%;
		margin-top: 30px;
	}
	.s_clm_3 {
    display: block;
    /*max-width: 600px;*/
    margin-left: auto;
    margin-right: auto;
	}
	.s_clm_3 > * {
		width: 100%;
	}
	.s_clm_3 > * + * {
		margin-top: 30px;
	}
	.s_cover {
		transition: 0.5s;
		display: block;
	}
	.s_cover._cl {
		position: fixed;
		/*width: 100vw;*/
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.8);
		transition: 2.5s;
		z-index: 20;
	}

	/* header 
	--------------------------------*/
	header .hd_btnWrap_sp {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #ffffff;
		height: 45px;
	}
	header .hd_btnWrap_sp .logo_sp {
		padding: 0;
		width: 225px;
	}
	header .hd_btnWrap_sp .btnWrap_sp {
		display: flex;
		width: 45px;
	}
	header .hd_btnWrap_sp .btn02_sp {
		position: relative;
		width: 100%;
		height: 45px;
		background-color: #535353;
		padding: 13px 12px;
	}
	header .hd_btnWrap_sp .btn02_sp > * {
		position: absolute;
		display: block;
		border-top: 2px solid #ffffff;
		width: 20px;
		transition: .3s;
	}
	header .hd_btnWrap_sp .btn02_sp > *:nth-child(1) {
		top: 15px;
	}
	header .hd_btnWrap_sp .btn02_sp > *:nth-child(2) {
		top: 22px;
	}
	header .hd_btnWrap_sp .btn02_sp > *:nth-child(3) {
		top: 29px;
	}
	header .hd_btnWrap_sp .btn02_sp._cl > *:nth-child(1) {
		top: 22px;
		transition: .3s;
		transform: rotate(45deg);
	}
	header .hd_btnWrap_sp .btn02_sp._cl > *:nth-child(2) {
		display: none;
		transition: .3s;
	}
	header .hd_btnWrap_sp .btn02_sp._cl > *:nth-child(3) {
		top: 8px;
		transition: .3s;
		transform: rotate(-45deg);
	}
	header .hd_btnWrap_sp .btn02_sp._cl > * + * {
		margin-top: 14px;
	}
	header .hd_naviWrap_sp {
		position: absolute;
		overflow: auto;
		top: 45px;
		height: calc(100vh - 45px);
		width: 100%;
		z-index: 999;
	}
	header .hd_navi_sp ._src {
		padding: 17px 15px;
		background-color: #535353;
	}
	header .hd_navi_sp a {
		position: relative;
		display: block;
		background-color: #535353;
		color: #ffffff;
		padding: 16px 40px;
		border: 1px solid #5c5c5c;
		font-size: 1.5rem;
		line-height: 1.1;
		text-decoration: none;
	}
	header .hd_navi_sp a,
	header .hd_navi_sp a:hover {
		opacity: 1;
	}
	header .hd_navi_sp a:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 35px;
		margin-top: -4px;
		transform: rotate(45deg);
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		width: 8px;
		height: 8px;
	}
	header .hd_navi_sp a._main:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -1px;
		transform: rotate(0deg);
		border-top: 2px solid #ffffff;
		border-right: none;
		width: 14px;
		height: 2px;
	}
	header .hd_navi_sp a._main:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 36px;
		margin-top: -7px;
		transform: rotate(0deg);
		border-right: 2px solid #ffffff;
		border-top: none;
		width: 2px;
		height: 14px;
	}
	header .hd_navi_sp ._cl a._main:before,
	header .hd_navi_sp ._cl a._sub2:before {
		border-right: none;
	}
	header .hd_navi_sp a._sub,
	header .hd_navi_sp a._sub2 {
		background-color: #ffffff;
		color: #333333;
		padding-left: 55px;
		border: 1px solid #dddddd;
		border-top: 1px solid #cccccc;
	}
	header .hd_navi_sp a._sub:after,
	header .hd_navi_sp a._sub2:after {
		border-top: 2px solid #333333;
		border-right: 2px solid #333333;
	}
	header .hd_navi_sp a._sub2:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 36px;
		margin-top: -7px;
		transform: rotate(0deg);
		border-right: 2px solid #333333;
		border-top: none;
		width: 2px;
		height: 14px;
	}
	header .hd_navi_sp a._sub2:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -1px;
		transform: rotate(0deg);
		border-top: 2px solid #333333;
		border-right: none;
		width: 14px;
		height: 2px;
	}
	header .hd_navi_sp a._sub3 {
		background-color: #e9e9e9;
		color: #333333;
		padding-left: 70px;
	}


	/* footer 
	--------------------------------*/
	footer.s_cnt {
		font-size: 1.2rem;
		padding-top: 0;
	}
	footer .ft_link2 {
		width: 100%;
		max-width: 220px;
		margin: 30px auto 25px;
		flex-direction: column;
	}
	footer .ft_link2 > * {
		width: 100%;
		margin-top: 10px;
	}
	footer .ft_link2 > *._logo {
		order: 2;
		margin-top: 25px;
		text-align: center;
		width: 80%;
	}
	footer .ft_copy {
		font-size: 1rem;;
	}

	/* TOP 
	--------------------------------*/
	.pg_TOP .u_kv_sp {
		position: relative;
	}
	.pg_TOP .u_kv_sp ._txt {
		position: absolute;
		width: 100%;
		z-index: 10;
	}
	.pg_TOP .u_kv_sp ._slider {
		z-index: 9;
	}
	.pg_TOP .s_inr.u_service {
		padding: 35px 0 50px;
	}
	h2.s_tit ._copy {
		font-size: 1.1rem;
	}
	h2.s_tit ._main {
		font-size: 2rem;
	}
	.pg_TOP .u_service .u_list {
		box-shadow: none;
	}
	.pg_TOP .u_service .u_list > * {
		width: 100%;
	}
	.pg_TOP .u_service .u_list ._img {
		order: 1;
	}
	.pg_TOP .u_service .u_list ._main {
		order: 2;
		background-color: #ffffff;
		box-shadow: 0px 0px 40px 17px #eeeeee;
		width: calc(100% - 30px);
		margin: -30px 15px 0;
		padding: 25px;
		z-index: 2;
	}
	.pg_TOP .u_service .u_list ._main ._btn {
		width: 100%;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.2rem;
	}
	.pg_TOP .u_btn a:after {
		width: 30px;
		background-size: 30px;
	}
	.pg_TOP .u_service .u_list ._main ._tit {
		font-size: 1.6rem;
	}
	.pg_TOP .u_service .u_list ._main ._txt {
		font-size: 1.4rem;
	}
	.pg_TOP .u_service .u_list {
		margin-top: 30px;
	}
	.pg_TOP .u_company .u_list > * ._txt {
		font-size: 1.6rem;
	}
	.pg_TOP .u_company .u_list > * {
		width: 100%;
	}
	.pg_TOP .u_news .u_list {
		margin-top: 30px;
		padding: 25px 20px;
		border-radius: 5px;
	}
	.pg_TOP .u_news .u_list > * {
		flex-direction: column;
	}
	.pg_TOP .u_news .u_list ._hd {
		padding-right: 15px;
	}
	.pg_TOP .u_news .u_list ._hd ._date {
		padding-right: 15px;
		font-size: 1.2rem;
	}
	.pg_TOP .u_news .u_list ._hd ._icon {
		padding-left: 15px;
		font-size: 1.2rem;
	}
	.pg_TOP .u_news .u_list ._hd ._icon > span {
		border-radius: 5px;
		padding: 1px 15px 2px;
	}
	.pg_TOP .u_news .u_list ._main {
		margin-top: 15px;
		font-size: 1.3rem;
	}
	.pg_TOP .u_news .u_list a._oth {
		background: url(../img/icon_link_oth.png) 100% 50% no-repeat;
		padding-right: 30px;
	}
	.pg_TOP .u_service .s_inr {
		padding-top: 35px;
		padding-bottom: 50px;
	}
	.pg_TOP .u_news .s_inr {
		padding-top: 35px;
		padding-bottom: 50px;
	}

	/* contents 
	--------------------------------*/
	main.s_cnt {
		padding-top: 45px;
	}
	.s_cnt_lv1 ._lv1_side {
		display: none;
	}
	.s_cnt_lv1 ._lv1_main {
		width: 100%;
	}
	.s_cnt_lv1 ._lv1_main ._lv1_inr {
		padding: 50px 20px 0;
	}
	.s_tit_header {
		padding: 20px 10px;
		text-align: center;
		min-height: auto;
	}
	.s_tit_header ._inr {
		padding: 0;
	}
	.s_breadcrumb {
		display: none;
	}
	.s_tit_h1 {
		margin-bottom: 2px;
		font-size: 2rem;
	}
	.s_tit_h1_lead {
		font-size: 1.4rem;
	}
	.s_cnt_lv1 ._lv1_main .s_kv ._lead {
		text-align: center;
		font-size: 1.6rem;
	}
	.s_cnt_lv1 ._lv1_main .s_h2 {
		font-size: 2rem;
		margin-bottom: 25px;
		padding-bottom: 15px;
	}
	.s_cnt_lv1 ._lv1_main .s_h2_copy {
		font-size: 1.6rem;
	}
	.s_cnt_lv1 ._lv1_main .s_h3 {
		font-size: 1.8rem;
	}
	a._oth {
		background: url(../img/icon_link_oth.png) 100% 50% no-repeat;
		padding-right: 30px;
	}
	a._oth {
		background: url(../img/icon_link_oth.png) 100% 50% no-repeat;
		padding-right: 30px;
	}

}

/**インボイス用のファイルダウンロードにおけるファイルの更新履歴**/
.kousin {
	overflow:auto;
	width: 400px; height:100px;
	padding:5px;
	border:1px solid #535353;
	font-size: small;
	color:#1b1b1b;
	background-color:#ffffff;
	line-height:1.5em;
}
.c-heading-lv1 a:not(.c-link-arrow),
.c-heading-lv2 a:not(.c-link-arrow),
.c-heading-lv3 a:not(.c-link-arrow),
.c-heading-lv4 a:not(.c-link-arrow),
.p-article [href] h2:not(.c-link-arrow),
.p-article [href] h3:not(.c-link-arrow),
.p-article [href] h4:not(.c-link-arrow),
.p-article h2 a:not(.c-link-arrow),
.p-article h3 a:not(.c-link-arrow),
.p-article h4 a:not(.c-link-arrow),
[href] .c-heading-lv1:not(.c-link-arrow),
[href] .c-heading-lv2:not(.c-link-arrow),
[href] .c-heading-lv3:not(.c-link-arrow),
[href] .c-heading-lv4:not(.c-link-arrow),
[href] .p-article h2:not(.c-link-arrow),
[href] .p-article h3:not(.c-link-arrow),
[href] .p-article h4:not(.c-link-arrow) {
    color: #6482ff
}

.c-link-arrow,
.c-link-arrow-list>li>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0
}

.-light.c-link-arrow,
.c-link-arrow-list>li>a.-light {
    color: #fff
}

.-light.c-link-arrow .c-link-arrow-icon,
.c-link-arrow-list>li>a.-light .c-link-arrow-icon {
    color: #fff
}

.-light-text.c-link-arrow,
.c-link-arrow-list>li>a.-light-text {
    color: #fff
}

.c-link-arrow-icon {
    -ms-flex-negative: 0;
    position: relative;
    flex-shrink: 0;
    width: 74px;
    height: 14px;
    margin: -12px 0 0 10px;
    overflow: hidden;
    color: #6482ff;
    font-size: 7.4rem;
    text-align: right
}

.c-link-arrow-icon::before {
    -webkit-transform: translateY(-50%);
    -webkit-transition: right .2s ease-in-out;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: 7px;
    transform: translateY(-50%);
    transition: right .2s ease-in-out
}

.c-link-arrow.-not-hover .c-link-arrow-icon::before {
    right: 0
}

.c-link-arrow-icon.icon-arrow-link-right-thin {
    width: 59px;
    height: 9px
}

.c-link-arrow-icon.icon-arrow-link-right-thin::before {
    margin-top: 3px
}

.c-link-arrow-block {
    margin: 35px 0
}

.c-link-arrow-block:first-child {
    margin-top: 0
}

.c-link-arrow-block:last-child {
    margin-bottom: 0
}

.c-link-arrow-list {
    margin: 40px 0
}

.c-link-arrow-list:first-child {
    margin-top: 0
}

.c-link-arrow-list:last-child {
    margin-bottom: 0
}

.c-link-arrow-list>li {
    margin-top: 25px
}

.c-link-arrow-list>li:first-child {
    margin-top: 0
}

.c-link-arrow-list[class*="-column-"]>li a {
    width: 100%
}

.c-link-arrow-panel {
    margin: 25px 0;
    padding: 36px 50px;
    background-color: #f4fafd
}

.c-link-arrow-panel:first-child {
    margin-top: 0
}

.c-link-arrow-panel:last-child {
    margin-bottom: 0
}

.p-home-works-slider-main-arrow .c-link-arrow {
    font-size: 1.3rem
}

.c-link-arrow-panel .c-link-arrow-list.-lcs[class*="-column-"]>li a {
    width: auto;
    max-width: 400px
}

.c-link-arrow-list.-english-top a {
    color: #fff
}

.c-link-arrow-list.-english-top a:hover {
    color: #6482ff
}

.c-link-arrow-list.-en-top>li {
    width: calc(50% - 50px)
}

.c-link-arrow-list.-en-top>li:nth-child(1) {
    margin-top: 0
}

.c-link-arrow-list.-en-top>li:nth-child(2) {
    margin-top: 0
}

.c-link-arrow-list .background-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 30px 40px;
    background-color: #f4fafd
}

.c-link-arrow-list .background-panel:not(:nth-child(2n)) {
    margin-right: 50px
}

.c-link-arrow-list .background-panel .link-pdf {
    color: #525252;
    line-height: 1.5
}

.c-link-arrow-list .background-panel .link-pdf[href$=".pdf"] span::after {
    display: inline-block;
    width: 47px;
    height: 20px;
    margin: 0 10px;
    background: url(/assets/img/common/icon_pdf.svg) no-repeat 50% 50%;
    background-size: contain;
    vertical-align: middle;
    content: ""
}

.p-home-works.-en-top .c-link-arrow-list {
    margin-top: 50px
}

.c-link-arrow-list[class*="-column-"].-en {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-link-arrow-list[class*="-column-"].-en>li {
    margin-top: 30px
}

.c-link-arrow-list[class*="-column-"].-en li:not(:nth-child(3n+1)) {
    padding-left: 20px
}

.c-link-arrow-list[class*="-column-"].-en li:nth-child(3n) {
    padding-left: 45px
}

.c-link-arrow-list[class*="-column-"].-en li:nth-child(n+7) {
    margin-top: 50px
}

    .c-link-arrow,
    .c-link-arrow-list>li>a {
        width: 100%;
        font-size: min(4.8vw, 18px)
    }

    .c-link-arrow-icon {
        width: 49px;
        width: min(12.26667vw, 46px);
        margin: -8px 0 0 14px;
        margin: -8px 0 0 min(3.73333vw, 14px)
    }

    .c-link-arrow-icon::before {
        right: 0
    }

    .c-link-arrow-block {
        text-align: center
    }

    .c-link-arrow-list {
        margin: 30px 0
    }

    .c-link-arrow-list>li {
        margin-top: 25px
    }

    .c-link-arrow-panel {
        margin: 15px 0;
        padding: 30px 18px
    }

    .p-home-works-slider-main-arrow .c-link-arrow {
        display: none
    }

    .p-home-sustainability .c-link-arrow {
        font-size: 2rem;
        font-size: min(5.33333vw, 20px)
    }

    .c-link-arrow-panel .c-link-arrow-list.-lcs[class*="-column-"]>li a {
        max-width: none
    }

    .c-link-arrow-list.-en-top>li:nth-child(2) {
        margin-top: 15px
    }

    .c-link-arrow-list.-en-top>li {
        width: 100%;
        margin-top: 15px
    }

    .c-link-arrow-list .background-panel {
        margin-right: 0;
        margin-bottom: 0;
        padding: 15px 20px
    }

    .c-link-arrow-list .background-panel .link-pdf[href$=".pdf"] span::after {
        margin: 0 5px
    }

    .c-link-arrow-list .background-panel .link-pdf {
        line-height: 1.75
    }

    .c-link-arrow-list[class*="-column-"].-en>li {
        margin-top: 25px
    }

    .c-link-arrow-list[class*="-column-"].-en li:not(:nth-child(3n+1)) {
        padding-left: 0
    }

    .c-link-arrow-list[class*="-column-"].-en li:nth-child(3n) {
        padding-left: 0
    }

    .c-link-arrow-list[class*="-column-"].-en li:nth-child(n+7) {
        margin-top: 25px
    }

    .c-heading-lv1 a:not(.c-link-arrow):hover,
    .c-heading-lv2 a:not(.c-link-arrow):hover,
    .c-heading-lv3 a:not(.c-link-arrow):hover,
    .c-heading-lv4 a:not(.c-link-arrow):hover,
    .p-article [href] h2:not(.c-link-arrow):hover,
    .p-article [href] h3:not(.c-link-arrow):hover,
    .p-article [href] h4:not(.c-link-arrow):hover,
    .p-article h2 a:not(.c-link-arrow):hover,
    .p-article h3 a:not(.c-link-arrow):hover,
    .p-article h4 a:not(.c-link-arrow):hover,
    [href] .c-heading-lv1:not(.c-link-arrow):hover,
    [href] .c-heading-lv2:not(.c-link-arrow):hover,
    [href] .c-heading-lv3:not(.c-link-arrow):hover,
    [href] .c-heading-lv4:not(.c-link-arrow):hover,
    [href] .p-article h2:not(.c-link-arrow):hover,
    [href] .p-article h3:not(.c-link-arrow):hover,
    [href] .p-article h4:not(.c-link-arrow):hover {
        color: #6482ff
    }
    .c-link-arrow-list>li>a:not(.-light):hover,
    .c-link-arrow:not(.-light):hover {
        color: #6482ff
    }

    [href]:hover .c-link-arrow-icon::before {
        right: 0
    }

    .c-link-arrow-list[class*="-column-"] {
        -ms-flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-right: -3.19444vw
    }

    .c-link-arrow-list[class*="-column-"]>li {
        margin-top: 40px;
        padding-right: 3.19444vw
    }

    .c-link-arrow-list.-column-2>li {
        width: 50%
    }

    .c-link-arrow-list.-column-2>li:nth-child(-n+2) {
        margin-top: 0
    }

    .c-link-arrow-list.-column-3>li {
        width: 33.33333%
    }

    .c-link-arrow-list.-column-3>li:nth-child(-n+3) {
        margin-top: 0
    }

    .c-link-arrow-panel .c-link-arrow-list[class*="-column-"] {
        margin: -25px -50px 0
    }

    .c-link-arrow-panel .c-link-arrow-list[class*="-column-"]+.c-link-arrow-list {
        margin-top: 0
    }

    .c-link-arrow-panel .c-link-arrow-list[class*="-column-"]>li {
        margin: 25px 0 0;
        padding: 0 50px
    }

    .c-link-arrow-panel .c-link-arrow-list[class*="-column-"]>li a {
        max-width: 320px
    }

    .p-home-content-row .c-link-arrow-list {
        margin-top: 30px
    }

    .p-work-mainvisual-pickup-arrow .c-link-arrow {
        font-size: 12px
    }

    .p-work-mainvisual-pickup-arrow .c-link-arrow-icon {
        width: 30px;
        font-size: 3rem
    }

    .c-link-arrow-list .background-panel .link-pdf:hover {
        color: #6482ff
    }

    .c-link-arrow-list[class*="-column-"] {
        margin-right: -46px
    }

    .c-link-arrow-list[class*="-column-"]>li {
        padding-right: 46px
    }

