@charset "utf-8";
@media print, screen and (min-width:768px){
	body {
		min-width: 1124px;
	}
}

@media screen and (max-width: 767px){
	.pbPage {
		background: #fff;
	}
}

:root ol, :root ul {
	margin: 0;
	padding: 0;
}

.content_inner,.sec,.sec_inner {
	overflow: inherit!important;
}

.c-base-head {
	margin: 0 0 10px;
}
.c-base-head.pb-layout {
	margin: 0 0 10px!important;
}
.c-base-head p {
	display: block;
	background: #000;
	color: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	font-size: 24px;
}
.c-base-head-sub {
	margin: 30px 0 30px;
}
.c-base-head-sub.pb-layout {
	margin: 30px 0 30px!important;
}
.c-base-head-sub p {
	display: block;
	color: #000;
	padding: 10px;
	box-sizing: border-box;
	font-size: 18px;
	border-bottom: 2px solid #000;
}

/*--------------------------------------------------

br代替スタイル

--------------------------------------------------*/

@media print, screen and (min-width:768px){
	.pc_break {
		display: block;
	}
	.sp_break {
		display: inline;
	}
}

@media print, screen and (max-width:767px){
	.pc_break {
		display: inline;
	}
	.sp_break {
		display: block;
	}
}

/* 共有
-------------------------------------------------- */

.c-list-head01 {
    padding: 0 0 30px;
}
.c-list-head01 p {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.4;
    background: #000;
    color: #fff;
    padding: 10px 10px 10px 5px;
    box-sizing: border-box;
}

.c-list-head02 {
    padding: 0 0 20px;
}
.c-list-head02 p {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #000;
    border-bottom: 2px solid #000;
    padding: 10px 10px 10px 5px;
    box-sizing: border-box;
}

.content.main {
	padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.content.main {
		padding-bottom: 50px;
	}
}

/* 見出し（midashi）
-------------------------------------------------- */
/*ttl_page*/
.c-ttl_page{
	line-height: 1.35;
	position: relative;
}
.c-ttl_page .c-ttl_page_inner:before{
	content: "";
	width: 150px;
	height: 8px;
	background: linear-gradient(to right, #1ba1e6 0%, #8dccf5 100%);
	display: block;
	position: absolute;
	bottom: 0;
	right: calc(100% - 150px);
}
.c-ttl_page .c-ttl_page_inner{
	position: relative;
}
.c-ttl_page .c-txt_catch{
	margin-bottom: 5px;
}
.c-ttl_page .c-txt_catch p{
	font-weight: bold;
}
.c-ttl_page .c-txt_main h1,
.c-ttl_page .c-txt_main p
{
	font-weight: bold;
}

@media print, screen and (min-width:768px){
	.c-ttl_page{
		margin-bottom: 40px;
	}
	.c-ttl_page.pb-layout{
		margin-bottom: 40px!important;
	}
	.c-ttl_page .c-ttl_page_inner{
		max-width: 1466px;
		margin-right: auto;
		margin-left: auto;
		padding: 40px 50px 34px;
		box-sizing: border-box;
		overflow: inherit;
	}
	.c-ttl_page .c-txt_catch{
		font-size: 24px;
	}
	.c-ttl_page .c-txt_main{
		font-size: 42px;
	}
}

@media screen and (max-width:767px){
	.c-ttl_page{
		margin-bottom: 25px;
	}
	.c-ttl_page.pb-layout{
		margin-bottom: 25px!important;
	}
	.c-ttl_page .c-ttl_page_inner:before{
		content: "";
		width: 94px;
		height: 6px;
		bottom: 0;
		left: 0;
	}
	.c-ttl_page .c-ttl_page_inner{
		padding: 0 20px 20px;
	}
	.c-ttl_page .c-txt_catch{
		font-size: 16px;
	}
	.c-ttl_page .c-txt_main{
		font-size: 26px;
	}
}

/*ttl_bdr_blue*/
.c-ttl_bdr_blue{
	position: relative;
	padding-top: 20px;
	text-align: center;
}
.c-ttl_bdr_blue:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 32px;
	height: 2px;
	background-color: #222222;
}
.c-ttl_bdr_blue .c-txt_main{
	font-weight: 900;
	letter-spacing: 0.2em;
	color: #1ba1e6;
}
.c-ttl_bdr_blue .c-txt_sub{
	font-weight: 900;
	letter-spacing: 0.02em;
	font-family: 'Roboto', sans-serif;
}
.c-ttl_bdr_blue .c-txt_main h2,
.c-ttl_bdr_blue .c-txt_main p {
	font-weight: 700;
}
.c-ttl_bdr_blue .c-txt_sub p{
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
.c-ttl_bdr_blue .c-txt_sub_ttl{
	font-weight: bold;
	color: #1ba1e6;
}

@media print, screen and (min-width:768px){
	.c-ttl_bdr_blue{
		margin-bottom: 45px;
	}
	.c-ttl_bdr_blue.pb-layout{
		margin-bottom: 45px!important;
	}
	.c-ttl_bdr_blue .c-txt_main{
		line-height: 1.5;
		font-size: 36px;
	}
	.c-ttl_bdr_blue .c-txt_sub{
		margin-top: 2px;
		font-size: 20px;
	}
	.c-ttl_bdr_blue .c-txt_main p,
	.c-ttl_bdr_blue .c-txt_main h2{
		line-height: 1.5;
		font-size: 36px;
	}
	.c-ttl_bdr_blue .c-txt_sub p{
		font-size: 20px;
	}
	.c-ttl_bdr_blue .c-txt_sub_ttl{
		margin-bottom: -5px;
		font-size: 24px;
		line-height: 1.5;
	}
	.c-ttl_bdr_blue sub {
		bottom: .85em;
	}
}

@media screen and (max-width:767px){
	.c-ttl_bdr_blue{
		margin-bottom: 35px;
		padding: 15px 20px 0;
	}
	.c-ttl_bdr_blue.pb-layout{
		margin-bottom: 35px!important;
	}
	.c-ttl_bdr_blue:before{
		width: 16px;
		height: 1px;
	}
	.c-ttl_bdr_blue .txt_main{
		font-size: 23px;
	}
	.c-ttl_bdr_blue .c-txt_main h2{
		font-size: 23px;
		letter-spacing: 0.2em;
	}
	.c-ttl_bdr_blue .txt_sub{
		margin-top: 3px;
	}
	.c-ttl_bdr_blue .c-txt_sub p{
		margin-top: 3px;
		font-size: 13px;
	}
	.c-ttl_bdr_blue .txt_sub_ttl{
		font-size: 17px;
	}
}

/*ttl_left_line*/
.c-ttl_left_line {
	position: relative;
	letter-spacing: 0.02em;
	display: table;
	overflow: inherit;
	min-width: 50px;
}
.c-ttl_left_line h3,
.c-ttl_left_line p {
	font-weight: bold;
}
.c-ttl_left_line:before {
	content: "";
	position: absolute;
	top: .85em;
	left: -52px;
	width: 30px;
	height: 2px;
	background-color: #1ba1e6;
}
.c-ttl_left_line._line_none:before{
	display: none;
}
.c-ttl_left_line strong,
.c-ttl_left_line_em {
	color: #1ba1e6;
}
.c-ttl_left_line_num {
	display: table-cell;
	vertical-align: top;
	padding-right: 18px;
	font-size: 60px;
	font-weight: bold;
	color: #1ba1e6;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.02em;
}

@media print, screen and (min-width:768px){
	.c-ttl_left_line {
		margin-bottom: 20px;
		font-size: 34px;
	}
	.c-ttl_left_line.pb-layout {
		margin-bottom: 20px!important;
	}
	.c-ttl_left_line h3 {
		font-size: 34px;
	}
}

@media screen and (max-width:767px){
	.c-ttl_left_line {
		margin-bottom: 20px;
		font-size: 23px;
	}
	.c-ttl_left_line.pb-layout {
		margin-bottom: 20px!important;
	}
	.c-ttl_left_line h3 {
		line-height: 1.4;
		font-size: 23px;
	}
	.c-ttl_left_line:before {
		content: "";
		position: absolute;
		top: .65em;
		left: -20px;
		width: 12px;
		height: 2px;
	}
	.c-ttl_left_line_num {
		padding-right: 10px;
		font-size: 40px;
		line-height: .92;
	}
}


/*ttl_dot_blue*/
.c-ttl_dot_blue{
	font-weight: bold;
}
.c-ttl_dot_blue h4 {
	font-weight: bold;
}
._ttl_dot_blue_em{
	color: #1ba1e6;
}
@media print, screen and (min-width:768px){
	.c-ttl_dot_blue{
		margin-bottom: 15px;
		font-size: 24px;
	}
	.c-ttl_dot_blue.pb-layout{
		margin-bottom: 15px!important;
	}
}
@media screen and (max-width:767px){
	.c-ttl_dot_blue{
		margin-bottom: 10px;
		font-size: 17px;
	}
	.c-ttl_dot_blue.pb-layout{
		margin-bottom: 10px!important;
	}
}


/*ttl_num_blue*/
.c-ttl_num_blue {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-indent: -2em;
  	padding-left: 2em;
}
.c-ttl_num_blue.pb-layout {
	margin-bottom: 15px!important;
}
.c-ttl_num_blue h4 {
	font-weight: bold;
}
.c-ttl_num_blue .num{
	margin-right: 10px;
	padding: 0px 8px 1px;
	background-color: #1ba1e6;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	line-height: 1;
}
@media screen and (max-width:767px){
	.c-ttl_num_blue {
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
	.c-ttl_num_blue .num {
		padding: 0px 6px 1px;
		font-size: 15px;
	}
}
.c-ttl_num_blue-block {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.c-ttl_num_blue-block > div:not(.pb-handle) {
	display: flex;
}
.c-ttl_num_blue-block > div:not(.pb-handle) > .c-ttl_num_blue-block-num p {
	padding: 0px 8px 1px;
	background-color: #1ba1e6;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	line-height: 1.6;
	display: inline;
}
.c-ttl_num_blue-block > div:not(.pb-handle) > .c-ttl_num_blue-block-txt {
	width: 100%;
	min-width: 50px;
	margin-left: 11.5px;
}
.c-ttl_num_blue-block > div:not(.pb-handle) > .c-ttl_num_blue-block-txt h4 {
	font-weight: bold;
}

@media screen and (max-width:767px){
	.c-ttl_num_blue-block > div:not(.pb-handle) > .c-ttl_num_blue-block-num p {
		font-size: 15px;
		padding: 0px 6px 1px;
	}
}

/*ttl_bdr_blue_s*/
.c-ttl_bdr_blue_s{
	border-bottom: 2px solid #1ba1e6;
	font-size: 20px;
}
.c-ttl_bdr_blue_s.add-txt span,
.c-ttl_bdr_blue_s.add-link a{
	color: #333;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.c-ttl_bdr_blue_s.add-link a {
	padding-left: 20px;
}
.c-ttl_bdr_blue_s.add-link a:after{
	content: "";
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	display: inline-block;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	transition: all .2s;
}

@media print, screen and (min-width:768px){
	.c-ttl_bdr_blue_s{
		margin-bottom: 15px;
		padding-bottom: 11px;
	}
	.c-list_dot + .c-ttl_bdr_blue_s{
		margin-top: 40px;
	}
	.c-ttl_bdr_blue_s .c-ttl_link:after{
		top: 14px;
		width: 9px;
		height: 9px;
	}
	.c-ttl_bdr_blue_s .c-ttl_link:hover{
		color: #1ba1e6;
	}
	.c-ttl_bdr_blue_s .c-ttl_link:hover:after{
		border-color: #1ba1e6;
	}
}

@media screen and (max-width:767px){
	.c-ttl_bdr_blue_s{
		margin-bottom: 8px;
		padding-bottom: 6px;
	}
	.c-list_dot + .c-ttl_bdr_blue_s{
		margin-top: 20px;
	}
	.c-ttl_bdr_blue_s .c-ttl_link:after{
		top: 12px;
		width: 8px;
		height: 8px;
	}
}

/* テキスト（text）
-------------------------------------------------- */
.c-text_red01{
	color: #FF0A14;
}
.c-text_cp01{
	font-weight: bold;
}
.c-text_cp01 h1,.c-text_cp01 h2,.c-text_cp01 h3,.c-text_cp01 h4,.c-text_cp01 h5{
	font-weight: bold;
}
.c-text_cp01 strong,
.c-text_cp01_em {
	color: #1ba1e6;
}
.c-col_inner .c-text_cp01 {
	margin-bottom: 10px;
}
.c-col_inner .c-text_cp01.pb-layout {
	margin-bottom: 10px!important;
}
.c-text_note1 {
	font-size: 14px;
}
@media print, screen and (min-width:768px){
	.c-text_large01{
		font-size: 18px;
	}
	.c-text_small01{
		font-size: 14px;
	}
	.c-text_cp01 {
		margin-bottom: 20px;
		font-size: 26px;
	}
	.c-text_cp01.pb-layout {
		margin-bottom: 20px!important;
	}
}
@media screen and (max-width:767px){
	.c-text_large01{
		font-size: 18px;
	}
	.c-text_small01{
		font-size: 14px;
	}
	.c-text_cp01 {
		margin-bottom: 18px;
		font-size: 20px;
	}
	.c-text_cp01.pb-layout {
		margin-bottom: 18px!important;
	}
}

/* リスト（list）
-------------------------------------------------- */
/*list_dot*/
.c-list_dot {
	margin-bottom: 5px;
    padding: 0;
}
.c-list_dot.pb-layout {
	margin-bottom: 5px!important;
}
.c-list_dot .c-list_dot-item{
	position: relative;
	margin-bottom: 5px;
}
.c-list_dot .c-list_dot-item p:before{
	content: "・";
}
.c-list_dot .c-list_dot-item:last-child{
	margin-bottom: 0;
}
.c-box01_border_gray .c-list_dot .c-list_dot-item p,.c-box01_border_gray .c-list_dot .c-list_dot-item a{
	color: #333333;
	transition: all .2s;
}
.c-box01_border_gray .c-list_dot .c-list_dot-item a{
	text-decoration: underline;
}
.c-list_dot .c-list_dot-item._sub {
	padding-left: 18px;
}
@media print, screen and (min-width:768px){
	.c-list_dot .c-list_dot-item{
	}
	.c-box01_border_gray .c-list_dot .c-list_dot-item a:hover{
		color: #5aa9de;
		opacity: 1;
	}
}
@media screen and (max-width:767px){
	.list_dot li{
	}
}

/*list_note*/
.list_note{}
.c-list_note .c-list_note-item {
    padding: 0;
}
.c-list_note .c-list_note-item{
	font-size: 14px;
}
.c-box01_border_gray .c-list_note-item a{
	color: #333333;
	text-decoration: underline;
	transition: all .2s;
}

/*list_col2_1*/
@media print, screen and (min-width:768px){
	.c-list_col2_1{
		display: flex;
		flex-wrap: wrap;
	}
	.c-list_col2_1 .c-list_col2_1-item {
		width: calc((100% - 10px) / 2);
	}
	.c-list_col2_1 .c-list_col2_1-item:nth-child(2n-1){
		margin-right: 10px;
	}
	.c-box01_border_gray .c-list_note .c-c-list_note-item a:hover{
		color: #5aa9de;
	}
}
@media screen and (max-width:767px){
}

/*list_arrow*/
.c-list_arrow {

}
.c-list_arrow .c-list_arrow-item{
	margin-bottom: 10px;
}
.c-list_arrow .c-list_arrow-item:last-of-type{
	margin-bottom: 0;
}
.c-list_arrow .c-list_arrow-item a{
	position: relative;
	padding-left: 20px;
	display: inline-block;
	color: #333;
	text-decoration: none;
	line-height: 1.5;
	font-size: 15px;
	transition: all .2s;
}
.c-list_arrow .c-list_arrow-item a:before{
	content: '';
	position: absolute;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
	width: 7px;
	height: 7px;
	border: 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transition: all .2s;
}
@media print, screen and (min-width:768px){
	.c-list_arrow .c-list_arrow-item a:hover{
		color: #0059ac;
		opacity: 1;
	}
	.c-list_arrow .c-list_arrow-item a:hover:before{
		border-color: #0059ac;
	}
}
@media screen and (max-width:767px) {
}

/*list_dot_wrap*/
.c-list_dot_wrap {
}
.c-list_dot_ttl {
	min-width: 50px;
	text-indent: -1.2em;
	padding-left: 1.2em;
	font-weight: bold;
}
.c-list_dot_txt {
	min-width: 50px;
	color: #000;
}
.c-list_dot_wrap .c-list_dot_item {
	margin-bottom: 25px;
}
.c-list_dot_wrap .c-list_dot_item:last-of-type {
	margin-bottom: 0;
}
@media print, screen and (min-width:768px){
	.c-list_dot_wrap .c-list_dot_item {
		display: table;
		width: 100%;
	}
	.c-list_dot_ttl {
		display: table-cell;
		width: 180px;
	}
	.c-list_dot_txt {
		display: table-cell;
		width: calc(100% - 180px);
	}
}
@media screen and (max-width:767px) {
	.c-list_dot_ttl {
		margin-bottom: 10px;
	}
}


/*LIST ul用*/
.c-list_dot ul{
	margin-bottom: 5px;
}
.c-list_dot ul li{
	position: relative;
	margin-bottom: 5px;
}
.c-list_dot ul li:before{
	content: "・";
}
.c-list_dot ul li:last-child{
	margin-bottom: 0;
}
.box01_border_gray .c-list_dot ul li a{
	color: #333333;
	text-decoration: underline;
	transition: all .2s;
}
.c-list_dot._sub ul {
	padding-left: 18px;
}
@media print, screen and (min-width:768px){
	.c-list_dot ul li{
	}
	.box01_border_gray .c-list_dot ul li a:hover{
		color: #1ba1e6;
	}
}
@media screen and (max-width:767px){
	.c-list_dot ul li{
	}
}

/*list_note*/
.c-list_note ul{}
.c-list_note ul li{
	font-size: 14px;
}


/* リンク（link）
-------------------------------------------------- */
/*link*/

.c-link_arrow a {
	position: relative;
	padding-right: 40px;
	color: #222;
	text-decoration: none;
}
.c-link_arrow a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%);
	content: "";
	width: 23px;
	height: 6px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/library/eng/common_v3/images/icon_arrow_red.png);
	transition: all .2s;
}
@media print, screen and (min-width:768px){
	.c-link_arrow a:hover {
		color: #1ba1e6;
		text-decoration: none;
	}
	.c-link_arrow a:hover:after {
		right: 0;
	}
}

.c-link_red a{
	color: #FF0A14;
	transition: all .3s;
}
.c-link_blank a.pbOpenNewWindow:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 5px;
	background-image: url(/library/eng/common_v3/images/icon_blank_red.png);
}
.c-link_download a:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 5px 3px;
	background-image: url(/library/eng/common_v3/images/icon_download_red.svg);
}
@media print, screen and (min-width:768px){
}


/* ページ内リンク（link_page）
-------------------------------------------------- */
/*link_page*/
.c-link_page{
}
.c-link_page > div:not(.pb-handle) {
	display: flex;
	flex-wrap: wrap;
}
.c-link_page .c-link_page-item{
	min-width: 50px;
}
.c-link_page .c-link_page-item a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	line-height: 1.6;
	font-weight: bold;
	color: #222;
}
.c-link_page .c-link_page-item a:after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    top: 9px;
    left: 2px;
    position: absolute;
    border-top: 2px solid #ff0a14;
    border-right: 2px solid #ff0a14;
    transform: rotate(135deg);
}
.c-link_page._arrow01 .c-link_page-item a:after{
	transform: rotate(45deg);
}
.c-link_page._arrow01 {
	justify-content: center;
}

@media print, screen and (min-width:768px){
	.c-link_page {
		margin-bottom: 100px;
	}
	.c-link_page.pb-layout {
		margin-bottom: 100px!important;
	}
	.c-link_page .c-link_page-item{
		margin-bottom: 10px;
		margin-right: 30px;
	}
	.c-link_page .c-link_page-item.pb-layout{
		margin-bottom: 10px!important;
		margin-right: 30px!important;
	}
    .c-link_page .c-link_page-item a{
		padding-left: 20px;
		font-size: 16px;
	}
	.c-link_page .c-link_page-item a:hover{
		color: #5aa9de;
	}
}
@media screen and (max-width:767px){
	.c-link_page {
		margin-bottom: 50px;
	}
	.c-link_page.pb-layout {
		margin-bottom: 50px!important;
	}
	.c-link_page .c-link_page-item{
		margin-bottom: 10px;
		margin-right: 30px;
	}
	.c-link_page .c-link_page-item.pb-layout{
		margin-bottom: 10px!important;
		margin-right: 30px!important;
	}
    .c-link_page .c-link_page-item a{
		padding-left: 20px;
		font-size: 16px;
	}
	.c-link_page .c-link_page-item a:after{
		top: 7px;
		width: 6px;
		height: 6px;
	}
}

/*c-link_page_type02*/
.c-link_page_type02{}
.c-link_page_type02 > div:not(.pb-handle){
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-link_page_type02 > div:not(.pb-handle):after {
	display: none;
}
.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item{
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-left: 1px solid #c0bfc7;
	border-right: 1px solid #c0bfc7;
	border-bottom: 1px solid #c0bfc7;
	text-decoration: none;
	color: #333333;
	line-height: 1.4;
	box-sizing: border-box;
	transition: all .2s;
}
.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #5aa9de;
}
.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item:after{
	content: "";
	display: block;
	width: 0.8em;
	height: 0.8em;
	margin-left: -0.5em;
	border-top: 3px solid #5aa9de;
	border-right: 3px solid #5aa9de;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 20px;
	left: 50%;
	position: absolute;
}
.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item .name > div:not(.pb-handle){
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 2.7em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item .name > div:not(.pb-handle) a {
	color: #333;
	text-decoration: none;
}
.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item .name > div:not(.pb-handle) a:hover {
	opacity: 1;
}
.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item .name > div:not(.pb-handle) a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item .img{
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item .img img {
	width: auto;
	max-width: 100%;
}
.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item .txt{
	margin-top: 20px;
	width: 100%;
}

@media print, screen and (min-width:768px){
	.c-link_page_type02 {
		margin-bottom: 100px;
	}
	.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item{
		padding: 20px 30px 45px;
	}
	.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item:hover{
		border-color: #5aa9de;
	}
	.c-link_page_type02._col2_2 .c-link_page_type02-item{
		width: calc((100% - 50px) / 2);
	}
	.c-link_page_type02._col3_2 .c-link_page_type02-item{
		width: calc((100% - 64px) / 3);
	}
	.c-link_page_type02._col4_2 .c-link_page_type02-item{
		width: calc((100% - 96px) / 4);
	}
	.c-link_page_type02._col2_2 .c-link_page_type02-item:nth-of-type(-n+2),
	.c-link_page_type02._col3_2 .c-link_page_type02-item:nth-of-type(-n+3),
	.c-link_page_type02._col4_2 .c-link_page_type02-item:nth-of-type(-n+4){
		margin-top: 0;
	}
	.c-link_page_type02._col4_2 > div:not(.pb-handle) .c-link_page_type02-item{
		padding: 20px 25px 45px;
	}
}

@media screen and (max-width:767px){
	.c-link_page_type02 {
		margin-bottom: 50px;
	}
	.c-link_page_type02 .c-link_page_type02-item{
		margin-top: 25px;
	}
	.c-link_page_type02._col2_2 .c-link_page_type02-item,
	.c-link_page_type02._col3_2 .c-link_page_type02-item,
	.c-link_page_type02._col4_2 .c-link_page_type02-item{
		width: calc((100% - 20px) / 2);
	}
	.c-link_page_type02 .c-link_page_type02-item:first-child,
	.c-link_page_type02._col2_2 .c-link_page_type02-item:nth-of-type(-n+2),
	.c-link_page_type02._col3_2 .c-link_page_type02-item:nth-of-type(-n+2),
	.c-link_page_type02._col4_2 .c-link_page_type02-item:nth-of-type(-n+2){
		margin-top: 0;
	}
	.c-link_page_type02 .c-link_page_type02-item{
		padding: 15px 10px 35px;
	}
	.c-link_page_type02 > div:not(.pb-handle) .c-link_page_type02-item:after{
		width: 0.7em;
		height: 0.7em;
		bottom: 17px;
		border-width: 2px;
		border-top: 2px solid #5aa9de;
		border-right: 2px solid #5aa9de;

	}
	.c-link_page_type02 .c-link_page_type02-item .name{
		font-size: 16px;
	}
	.c-link_page_type02 .c-link_page_type02-item .txt{
		margin-top: 20px;
		font-size: 15px;
	}
}

/* ボタン（botton）
-------------------------------------------------- */
.c-back_btn {
	margin-top: 50px;
}
.c-btn_type01 a,
.c-btn_type01_large a,
.c-btn_type01_arwl a,
.c-btn_type01_arwl_large a,
.c-btn_dl_type01 a,
.c-btn_blank a{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border: 1px solid #ddd;
	color: #222222;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	line-height: 1.4;
	background-color: #fff;
	z-index: 0;
	transition: all .2s;
	font-weight: bold;
}
.c-btn_type01 a:before,
.c-btn_type01_large a:before,
.c-btn_type01_arwl a:before,
.c-btn_type01_arwl_large a:before,
.c-btn_dl_type01 a:before,
.c-btn_blank a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 23px;
	height: 6px;
	display: block;
	margin-top: -0.2em;
	z-index: -1;
	transition: all .2s;
	background: url(/library/eng/common_v3/images/icon_arrow_red.png) no-repeat ;
}
.c-btn_type01_arwl a:before,
.c-btn_type01_arwl_large a:before{
	right: auto;
	left: 15px;
	background: url(/library/eng/common_v3/images/icon_arrow_red_return.png) no-repeat ;
}
.c-btn_dl_type01 a:before{
	top: 43%;
	width: 17px;
	height: 17px;
	background: url(/library/eng/common_v3/images/icon_download_red.svg) no-repeat ;
}
.c-btn_blank a:before{
	top: 48%;
	width: 15px;
	height: 13px;
	background: url(/library/eng/common_v3/images/icon_blank_red.png) no-repeat ;
}

.c-btn_block._col3_2 > div:not(.pb-handle){
	display: flex;
	flex-wrap: wrap;
}
@media print, screen and (min-width:768px){
	.c-btn_block {
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.c-btn_block._col2 > div:not(.pb-handle),
	.c-btn_block._col3 > div:not(.pb-handle){
		display: flex;
		flex-wrap: wrap;
	}
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_type01,
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_type01_arwl,
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_type01_large,
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_type01_arwl_large,
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_dl_type01,
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_blank,
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_large_blank{
		width: calc((100% - 50px) / 2);
		margin-top: 30px;
		margin-right: 50px;
	}
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_type01,
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_type01_arwl,
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_type01_large,
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_type01_arwl_large,
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_blank,
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_dl_type01,
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_large_blank,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_arwl,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_large,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_arwl_large,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_dl_type01,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_blank,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_large_blank{
		width: calc((100% - 64px) / 3);
		margin-top: 30px;
		margin-right: 32px;
	}
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_type01:nth-of-type(2n),
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_type01_arwl:nth-of-type(2n),
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_type01_large:nth-of-type(2n),
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_type01_arwl_large:nth-of-type(2n),
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_blank:nth-of-type(2n),
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_dl_type01:nth-of-type(2n),
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_large_blank:nth-of-type(2n),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_type01:nth-of-type(3n),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_type01_arwl:nth-of-type(3n),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_type01_large:nth-of-type(3n),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_type01_arwl_large:nth-of-type(3n),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_dl_type01:nth-of-type(3n),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_blank:nth-of-type(3n),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_large_blank:nth-of-type(3n),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01:nth-of-type(3n),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_arwl:nth-of-type(3n),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_large:nth-of-type(3n),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_arwl_large:nth-of-type(3n),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_dl_type01:nth-of-type(3n),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_blank:nth-of-type(3n),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_large_blank:nth-of-type(3n){
		margin-right: 0;
	}
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_type01:nth-of-type(-n+2),
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_type01_arwl:nth-of-type(-n+2),
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_type01_large:nth-of-type(-n+2),
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_type01_arwl_large:nth-of-type(-n+2),
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_dl_type01:nth-of-type(-n+2),
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_blank:nth-of-type(-n+2),
	.c-btn_block._col2 > div:not(.pb-handle) > .c-btn_large_blank:nth-of-type(-n+2),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_type01:nth-of-type(-n+3),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_type01_arwl:nth-of-type(-n+3),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_type01_large:nth-of-type(-n+3),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_type01_arwl_large:nth-of-type(-n+3),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_dl_type01:nth-of-type(-n+3),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_blank:nth-of-type(-n+3),
	.c-btn_block._col3 > div:not(.pb-handle) > .c-btn_large_blank:nth-of-type(-n+3),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01:nth-of-type(-n+3),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_arwl:nth-of-type(-n+3),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_large:nth-of-type(-n+3),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_arwl_large:nth-of-type(-n+3),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_dl_type01:nth-of-type(-n+3),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_blank:nth-of-type(-n+3),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_large_blank:nth-of-type(-n+3){
		margin-top: 0;
	}
	.c-btn_block.c-btn_type01,
	.c-btn_block.c-btn_type01_arwl,
	.c-btn_block.c-btn_type01_large,
	.c-btn_block.c-btn_type01_arwl_large,
	.c-btn_block.c-btn_dl_type01,
	.c-btn_block.c-btn_large_blank,
	.c-btn_block.c-btn_blank{
		min-width: 383px;
		max-width: 580px;
		display: table;
	}
	.c-btn_type01 a,
	.c-btn_type01_arwl a,
	.c-btn_dl_type01 a,
	.c-btn_blank a{
		height: 100%;
		min-height: 77px;
	}
	.c-col_inner .c-btn_type01 {
		width: 350px;
		margin-left: 0;
		margin-right: 0;
	}
	.c-btn_type01 a,
	.c-btn_dl_type01 a,
	.c-btn_blank a{
		padding: 15px 50px 15px 30px;
	}
	.c-btn_type01_arwl a{
		padding: 15px 30px 15px 40px;
	}
	.c-btn_type01 a,
	.c-btn_type01_large a,
	.c-btn_type01_arwl a,
	.c-btn_type01_arwl_large a,
	.c-btn_dl_type01 a,
	.c-btn_blank a{
		transition: all .3s;
		font-size: 18px;
		overflow: hidden;
	}
	.c-btn_type01 a:hover,
	.c-btn_type01_large a:hover,
	.c-btn_type01_arwl a:hover,
	.c-btn_type01_arwl_large a:hover,
	.c-btn_dl_type01 a:hover,
	.c-btn_blank a:hover{
		color: #ffffff;
		transition: all .2s;
	}
	.c-btn_type01 a:after,
	.c-btn_type01_large a:after,
	.c-btn_type01_arwl a:after,
	.c-btn_type01_arwl_large a:after,
	.c-btn_dl_type01 a:after,
	.c-btn_blank a:after{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background-color: #ff0a14;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		z-index: -2;
	}
	.c-btn_type01_arwl a:after,
	.c-btn_type01_arwl_large a:after{
		right: 0;
		transform: scale(0, 1);
		transform-origin: left top;
	}
	.c-btn_type01 a:hover:after,
	.c-btn_type01_large a:hover:after,
	.c-btn_dl_type01 a:hover:after,
	.c-btn_blank a:hover:after{
		transform:scale(1, 1);
		transform-origin: left top;
		visibility: visible;
	}
	.c-btn_type01_arwl a:hover:after,
	.c-btn_type01_arwl_large a:hover:after{
		transform:scale(1, 1);
		transform-origin: right top;
		visibility: visible;
	}
	.c-btn_type01 a:hover:before,
	.c-btn_type01_large a:hover:before{
		background: url(/library/eng/common_v3/images/icon_arrow_wh.png) no-repeat ;
	}
	.c-btn_type01_arwl a:hover:before,
	.c-btn_type01_arwl_large a:hover:before{
		background: url(/library/eng/common_v3/images/icon_arrow_wh_return.png) no-repeat ;
	}
	.c-btn_dl_type01 a:hover:before{
		background: url(/library/eng/common_v3/images/icon_download_wh.svg) no-repeat ;
	}
	.c-btn_blank a:hover:before{
		background: url(/library/eng/common_v3/images/icon_blank_wh.png) no-repeat ;
	}
}
@media screen and (max-width:767px){
	.c-btn_block {
		margin-bottom: 30px;
	}
	.c-btn_type01_arwl,
	.c-btn_dl_type01,
	.c-btn_block{
		width: 80%;
		min-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.c-btn_type01 a,
	.c-btn_type01_large a,
	.c-btn_type01_arwl a,
	.c-btn_type01_arwl_large a{
		padding: 15px 45px 15px 15px;
		height: 100%;
		font-size: 18px;
	}
	.c-btn_type01_arwl a{
		padding: 15px 15px 15px 45px;
	}
	.c-btn_block._col2 .c-btn_type01,
	.c-btn_block._col2 .c-btn_type01_arwl,
	.c-btn_block._col2 .c-btn_type01_large,
	.c-btn_block._col2 .c-btn_type01_arwl_large,
	.c-btn_block._col2 .c-btn_blank,
	.c-btn_block._col2 .c-btn_large_blank,
	.c-btn_block._col3 .c-btn_type01,
	.c-btn_block._col3 .c-btn_type01_arwl,
	.c-btn_block._col3 .c-btn_type01_large,
	.c-btn_block._col3 .c-btn_type01_arwl_large,
	.c-btn_block._col3 .c-btn_blank,
	.c-btn_block._col3 .c-btn_large_blank,
	.c-btn_block._col3_2 .c-btn_type01,
	.c-btn_block._col3_2 .c-btn_type01_arwl,
	.c-btn_block._col3_2 .c-btn_type01_large,
	.c-btn_block._col3_2 .c-btn_type01_arwl_large,
	.c-btn_block._col3_2 .c-btn_blank,
	.c-btn_block._col3_2 .c-btn_large_blank{
		margin-top: 15px;
	}
	.c-btn_block._col2 .c-btn_type01:first-of-type,
	.c-btn_block._col2 .c-btn_type01_arwl:first-of-type,
	.c-btn_block._col2 .c-btn_type01_large:first-of-type,
	.c-btn_block._col2 .c-btn_type01_arwl_large:first-of-type,
	.c-btn_block._col2 .c-btn_blank:first-of-type,
	.c-btn_block._col2 .c-btn_large_blank:first-of-type,
	.c-btn_block._col3 .c-btn_type01:first-of-type,
	.c-btn_block._col3 .c-btn_type01_arwl:first-of-type,
	.c-btn_block._col3 .c-btn_type01_large:first-of-type,
	.c-btn_block._col3 .c-btn_type01_arwl_large:first-of-type,
	.c-btn_block._col3 .c-btn_blank:first-of-type,
	.c-btn_block._col3 .c-btn_large_blank:first-of-type,
	.c-btn_block._col3_2 .c-btn_type01:first-of-type,
	.c-btn_block._col3_2 .c-btn_type01_arwl:first-of-type,
	.c-btn_block._col3_2 .c-btn_type01_large:first-of-type,
	.c-btn_block._col3_2 .c-btn_type01_arwl_large:first-of-type,
	.c-btn_block._col3_2 .c-btn_blank:first-of-type,
	.c-btn_block._col3_2 .c-btn_large_blank:first-of-type{
		margin-top: 0;
	}
	.c-btn_blank {
		width: 80%;
		min-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.c-btn_blank a,
	.c-btn_dl_type01 a {
		padding: 15px 38px 15px 15px;
		font-size: 18px;
	}
	.c-btn_large_blank a{
		padding: 25px 38px 25px 15px;
		font-size: 18px;
	}
	.c-btn_block._col3_2 > div:not(.pb-handle) {
		display: flex;
		justify-content: space-between;
	}
	.c-btn_block._col3_2 > div:not(.pb-handle):after {
		display: none;
	}
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_arwl,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_large,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_arwl_large,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_blank,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_large_blank{
		width: calc((100% - 15px) /2);
		box-sizing: border-box;
		min-width: auto;
		margin: 15px 0 0;
	}
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01:nth-child(-n+2),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_arwl:nth-child(-n+2),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_large:nth-child(-n+2),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_arwl_large:nth-child(-n+2),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_blank:nth-child(-n+2),
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_large_blank:nth-child(-n+2){
		margin-top: 0;
	}
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01 a,
	.c-btn_block._col3_2 .c-btn_type01_arwl a,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_large a,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_type01_arwl_large a,
	.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_blank a,
		.c-btn_block._col3_2 > div:not(.pb-handle) > .c-btn_large_blank a{
			text-align: left;
		justify-content: unset;
		font-size: 16px;
	}
}

.c-btn_dl_type01,
.c-btn_dl_type01_large,
.c-btn_mail_type01{
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (min-width:768px){
	.c-btn_dl_type01,
	.c-btn_mail_type01{
		width: 350px;
	}
}
@media screen and (max-width:767px){
}

/* btn_type02
-------------------------------------------------- */
.c-btn_type02{
	position: relative;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #1ba1e6;
}
.c-btn_type02 a{
	position: relative;
	display: inline-block;
	color: #1ba1e6;
	text-decoration: none;
	z-index: 0;
}
.c-btn_type02 a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #1ba1e6;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all .2s;
	z-index: -2;
}
.c-btn_type02 a span{
	position: relative;
	display: inline-block;
	padding: 1px 30px 2px 15px;
}
.c-btn_type02._btn_type02_blank a span{
	padding: 1px 30px 2px 35px;
}
.c-btn_type02._btn_type02_blank a span:before{
	content: "";
	position: absolute;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	left: 11px;
	width: 15px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto 0;
	background-image: url(/library/eng/common_v3/images/icon_blank_light_blue.png);
	z-index: -1;
	transition: all .2s;
	z-index: -1;
}
.c-btn_type02 a span:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 0.5em;
	height: 0.5em;
	display: block;
	margin-top: -0.2em;
	border-top: 2px solid #1ba1e6;
	border-right: 2px solid #1ba1e6;
	z-index: -1;
	transition: all .2s;
}
.c-btn_type02._blue01{
	border-color: #8cc8f0;
}
.c-btn_type02._blue01 a{
	color: #ffffff;
	background-color: #8cc8f0;
}
.c-btn_type02._blue01 a:after{
	background-color: #ffffff;
}
.c-btn_type02._btn_type02_blank._blue01 a span:before{
	background-image: url(/library/eng/common_v3/images/icon_blank_wh.png);
}
.c-btn_type02._blue01 a span:after{
	border-color: #ffffff;
}

@media print, screen and (min-width:768px){
	.c-btn_type02_wrap {
		display: flex;
		align-items: center;
	}
	.c-btn_type02 a{
		transition: all .2s;
	}
	.c-btn_type02 a:hover{
		color: #fff;
		background-color: #1ba1e6;
	}
	.c-btn_type02 a:hover:after {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.c-btn_type02._btn_type02_blank a:hover span:before{
		background-image: url(/library/eng/common_v3/images/icon_blank_wh.png);
	}
	.c-btn_type02 a:hover span:after{
		border-color: #ffffff;
	}


	.c-btn_type02._blue01 a:hover{
		color: #8cc8f0;
		background-color: #ffffff;
	}
	.c-btn_type02._btn_type02_blank._blue01 a:hover span:before{
		background-image: url(/library/eng/common_v3/images/icon_blank_light_blue02.png);
	}
	.c-btn_type02._blue01 a:hover span:after{
		border-color: #8cc8f0;
	}
}
@media screen and (max-width:767px){
}

/* detail_main_wrap
-------------------------------------------------- */
.c-detail_main_wrap{
	position: relative;
	overflow: inherit;
}
.c-detail_main_outer {
	overflow: inherit;
}
.c-detail_main_wrap .c-detail_main_wrap._img_col2{

}
.c-detail_main_wrap .c-detail_main_txtarea{
	position: relative;
	background-color: #f5f6f8;
	z-index: 1;
}
.c-detail_main_wrap .c-detail_main_box{
	padding-bottom: 35px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}
.c-detail_main_wrap .c-detail_main_box:last-of-type{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.c-detail_main_wrap .c-detail_main_imgarea {
	position: absolute;
	right: 0;
}
.c-detail_main_wrap .c-detail_main_imgarea img{
	width: 100%;
}
.c-detail_main_wrap .c-detail_main_img{
}
.c-detail_main_wrap .c-detail_main_page_link ul {
    margin: 0;
    padding: 0;
}
.c-detail_main_wrap .c-detail_main_page_link li,
.c-detail_main_wrap .c-detail_main_page_link li a{
	color: #222222;
	text-decoration: none;
	font-weight: bold;
}
.c-detail_main_wrap .c-detail_main_ttl {
	margin-bottom: 16px;
	font-size: 26px;
	font-weight: bold;
}
.c-detail_main_wrap .c-link_page {
	margin-bottom: 0;
}

@media print, screen and (min-width:768px){
	.c-detail_main_outer {
		max-width: 1536px;
		margin: 0 auto;
		position: relative;
	}
	.c-detail_main_wrap .c-detail_main_inner{
		max-width: 1456px;
		padding: 0 6.95% 0 50px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.c-detail_main_wrap:after{
		content: "";
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #f5f6f8;
		z-index: 0;
	}
	.c-detail_main_wrap .c-detail_main_txtarea{
		padding: 50px 0 44px;
		/* min-height: 480px; */
	}
	.c-detail_main_wrap._no_img .c-detail_main_txtarea{
		padding-right: 80px;
	}
	.c-detail_main_wrap .c-detail_main_txtarea_inner{
		width: 55.7%;
	}
	.c-detail_main_wrap .c-detail_main_txt {
		font-size: 18px;
	}
	.c-detail_main_wrap .c-detail_main_imgarea{
		top: -40px;
		width: 44.59%;
		max-width: 685px;
		z-index: 1;
	}
	.c-detail_main_wrap .c-detail_main_page_link li {
		margin-bottom: 8px;
		font-size: 20px;
	}
	.c-detail_main_wrap .c-detail_main_page_link li a{
		font-size: 20px;
	}
	.c-detail_main_wrap .c-detail_main_page_link li a:hover{
		color: #1ba1e6;
	}
	/* _noimg */
	.c-detail_main_wrap._noimg .c-detail_main_txtarea_inner{
		width: 100%;
	}
	.c-detail_main_wrap._noimg .c-detail_main_txtarea {
		padding-right: 80px;
	}
	.c-detail_main_wrap._noimg .c-detail_main_txtarea{
		min-height: auto;
	}
	/* _img_col2 */
	.c-detail_main_wrap._img_col2 .c-detail_main_txtarea_inner{
		width: 43.3%;
		min-height: 250px;
	}
	.c-detail_main_wrap._img_col2 .c-detail_main_imgarea{
		width: 54.68%;
		max-width: 840px;
	}
	.c-detail_main_wrap._img_col2 .c-detail_main_box {
		padding-bottom: 25px;
		border-bottom: none;
	}
	.c-detail_main_wrap .c-detail_main_txt,
	.c-detail_main_wrap .c-detail_main_box .c-txt {
		font-size: 18px;
	}
	.c-detail_main_wrap._img_col2 .c-detail_main_txtarea_inner {
		border-bottom: 1px solid #dddddd;
	}
	.c-detail_main_wrap._img_col2 .c-detail_main_box_bottom {
		padding-top: 25px;
	}
}
@media print, screen and (min-width: 1400px){
	.c-detail_main_wrap._img_col2 .c-detail_main_txtarea {
    min-height: auto;
	}
	.c-detail_main_wrap._noimg .c-detail_main_txtarea {
    min-height: auto;
	}
}
/* @media print, screen and (max-width:1400px){
	.c-detail_main_wrap .c-detail_main_inner{
		padding-right: 5.9%;
	}
}
@media print, screen and (max-width:1360px){
	.c-detail_main_wrap .c-detail_main_inner{
		padding-right: 5%;
	}
}
@media print, screen and (max-width:1260px){
	.c-detail_main_wrap .c-detail_main_inner{
		padding-right: 4%;
	}
} */
@media print, screen and (min-width: 768px) and (max-width:1236px){
	.c-detail_main_wrap .c-detail_main_inner{
		padding-right: 50px;
	}
	.c-detail_main_wrap .c-detail_main_txtarea_inner{
		width: 51.7%;
	}
}
@media screen and (max-width:767px){
	.c-detail_main_wrap{
	}
	.c-detail_main_wrap .c-detail_main_inner{
		padding-top: 50%;
		margin-right: 10px;
	}
	.c-detail_main_wrap .c-detail_main_box{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.c-detail_main_wrap .c-detail_main_txtarea_inner{
		padding: 17% 20px 40px;
	}
	.c-detail_main_wrap .c-detail_main_imgarea{
		top: 0;
		width: 88.26%;
		z-index: 1;
	}
	.c-detail_main_wrap .c-detail_main_page_link li {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.c-detail_main_wrap .c-detail_main_page_link li:last-of-type {
		margin-bottom: 0;
	}
	.c-detail_main_wrap .c-detail_main_page_link li a{
		font-size: 15px;
	}
	.c-detail_main_wrap .c-detail_main_ttl {
		font-size: 20px;
	}
	/* _noimg */
	.c-detail_main_wrap._noimg .c-detail_main_inner{
		padding-top: 0;
	}
	.c-detail_main_wrap._noimg .c-detail_main_txtarea_inner{
		padding: 35px 20px;
	}
	/* _img_col2 */
	.c-detail_main_wrap._img_col2 .c-detail_main_inner{
		padding-top: 28.68%;
	}
	.c-detail_main_wrap._img_col2 .c-detail_main_txtarea_inner{
		padding: 17% 0 20px;
		margin: 0 20px;
		border-bottom: 1px solid #dddddd;
	}
	.c-detail_main_wrap._img_col2 .c-detail_main_imgarea{
	}
	.c-detail_main_wrap._img_col2 .c-detail_main_box_bottom {
		padding: 20px 20px 30px;
	}
}

/* box_link_wrap
-------------------------------------------------- */
.c-box_link_wrap{
}
.c-box_link_wrap .c-box_link{
	box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c0bfc7;
	color: #333;
	position: relative;
	transition: all .2s;
}
.c-box_link_wrap .c-box_link .c-box_link_ttl a{
	color: #333;
	text-decoration: none;
}
.c-box_link_wrap .c-box_link .c-box_link_ttl a span{
	position: relative;
	padding-left: 20px;
}
.c-box_link_wrap .c-box_link .c-box_link_ttl a span:before {
  	content: '';
  	position: absolute;
	left: 0;
	border: 0;
	border-top: solid 2px #5aa9de;
	border-right: solid 2px #5aa9de;
	transform: rotate(45deg);
}
.c-box_link_wrap .c-box_link .c-box_link_ttl a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.c-box_link_wrap .c-box_link .c-box_link_ttl a:hover {
	opacity: 1;
}
.c-box_link_wrap .c-box_link_ttl{
	font-weight: bold;
}
.c-box_link_wrap .c-box_link_ttl + div:not(.pb-handle){
	margin-top: 10px;
}
.c-box_link_wrap .c-box_link._blank .c-box_link_ttl a span:after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 13px;
	margin-left: 10px;
	background-image: url(/library/eng/common_v3/images/icon_blank_light_blue.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
}
@media print, screen and (min-width:768px){
	.c-box_link_wrap {
		margin-bottom: 50px;
	}
	.c-box_link_wrap.pb-layout {
		margin-bottom: 50px!important;
	}
	.c-box_link_wrap._col3 > div:not(.pb-handle){
		display: flex;
		flex-wrap: wrap;
	}
	.c-box_link_wrap._col3 > div:not(.pb-handle) .c-box_link{
		width: calc((100% - 64px)/3);
		margin-right: 32px;
		margin-top: 32px;
	}
	.c-box_link_wrap._col3 > div:not(.pb-handle) .c-box_link:nth-child(-n+3){
		margin-top: 0;
	}
	.c-box_link_wrap._col3 > div:not(.pb-handle) .c-box_link:nth-child(3n){
		margin-right: 0;
	}
	.c-box_link_wrap .c-box_link {
		padding: 35px 30px 40px;
	}
	.c-box_link_wrap .c-box_link:hover{
		border-color: #5aa9de;
	}
	.c-box_link_wrap .c-box_link .c-box_link_ttl a span:before{
		top: 14px;
    	width: 6px;
    	height: 6px;
}
	.c-box_link_wrap .c-box_link_ttl{
		font-size: 22px;
	}
}
@media screen and (max-width:767px){
	.c-box_link_wrap {
		margin-bottom: 30px;
	}
	.c-box_link_wrap.pb-layout {
		margin-bottom: 30px!important;
	}
	.c-box_link_wrap .c-box_link {
		margin-top: 10px;
	}
	.c-box_link_wrap._col3 .c-box_link:first-child{
		margin-top: 0;
	}
	.c-box_link_wrap .c-box_link{
		padding: 20px 15px 30px;
	}
	.c-box_link_wrap .c-box_link .c-box_link_ttl a span:before{
		top: 12px;
    	width: 6px;
    	height: 6px;
	}
	.c-box_link_wrap .c-box_link_ttl{
		font-size: 20px;
	}
}

/* thum_text_link_wrap
-------------------------------------------------- */
.c-thum_text_link_wrap > div:not(.pb-handle){
	display: flex;
	flex-wrap: wrap;
}
.c-thum_text_link_wrap._col1 > div:not(.pb-handle){
	display: block;
}
.c-thum_text_link_wrap .c-thum_text_link{
	box-sizing: border-box;
	position: relative;
}
.c-thum_text_link_wrap .download_prevent,
.c-thum_text_link_wrap .c-thum_text_link img{
	width: 100%;
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_thum {
	margin-bottom: 15px;
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl {
	margin-bottom: 10px;
}
.c-thum_text_link_ttl > div:not(.pb-handle) > .mce-content-body {
	position: inherit!important;
}
.c-thum_text_link_wrap._col5 .c-thum_text_link .c-thum_text_link_ttl{
	font-size: 18px;
}
.c-thum_text_link_wrap._col5 .c-thum_text_link .c-thum_text_link_ttl {
	margin-bottom: 7px;
}
.c-thum_text_link_wrap._col5 .c-thum_text_link .c-thum_text_link_thum {
	margin-bottom: 12px;
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl a {
	color: #333;
	text-decoration: none;
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl a span {
	position: relative;
	padding-left: 20px;
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl a span:before {
	content: '';
	position: absolute;
	left: 0;
	border: 0;
	border-top: solid 2px #5aa9de;
	border-right: solid 2px #5aa9de;
	transform: rotate(45deg);
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.c-thum_text_link_wrap.pb-layout .c-thum_text_link .c-thum_text_link_ttl a:after {
	display: none;
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl a:hover {
	opacity: 1;
}
@media print, screen and (min-width:768px){
	.c-thum_text_link_wrap {
		margin-bottom: 50px;
	}
	.c-thum_text_link_wrap .c-thum_text_link{
		margin-top: 50px;
	}
	.c-thum_text_link_wrap .c-thum_text_link.pb-layout{
		margin-top: 50px!important;
	}
	.c-thum_text_link_wrap._col1 .c-thum_text_link > div:not(.pb-handle){
		display: flex;
	}
	.c-thum_text_link_wrap .c-thum_text_link:hover .c-thum_text_link_ttl a{
		color: #5aa9de;
	}
	.c-thum_text_link_wrap._col1 .c-thum_text_link_thum{
		width: calc((100% - 50px) / 2);
		margin-right: 50px;
	}
	.c-thum_text_link_wrap._col1 .c-thum_text_link_txtarea {
		width: calc((100% - 50px) / 2);
		padding: 10px 0 0;
	}
	.c-thum_text_link_wrap._col1 .c-thum_text_link:first-of-type{
		margin-top: 0;
	}
	.c-thum_text_link_wrap._col1 .c-thum_text_link .c-thum_text_link_thum {
		margin-bottom: 0;
	}	
	.c-thum_text_link_wrap._col2 .c-thum_text_link{
		width: calc((100% - 50px) / 2);
		margin-right: 50px;
	}
	.c-thum_text_link_wrap._col2 .c-thum_text_link:nth-child(-n+2){
		margin-top: 0;
	}
	.c-thum_text_link_wrap._col2 .c-thum_text_link:nth-child(2n){
		margin-right: 0;
	}
	.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl {
		font-size: 24px;
	}
	.c-thum_text_link_wrap._col3 .c-thum_text_link{
		width: calc((100% - 64px) / 3);
		margin-right: 32px;
	}
	.c-thum_text_link_wrap._col3 .c-thum_text_link:nth-child(3n){
		margin-right: 0;
	}
	.c-thum_text_link_wrap._col3 .c-thum_text_link:nth-child(-n+3){
		margin-top: 0;
	}
	.c-thum_text_link_wrap._col4 .c-thum_text_link{
		width: calc((100% - 96px) / 4);
		margin-right: 32px;
	}
	.c-thum_text_link_wrap._col4 .c-thum_text_link:nth-child(4n){
		margin-right: 0;
	}
	.c-thum_text_link_wrap._col4 .c-thum_text_link:nth-child(-n+4){
		margin-top: 0;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link{
		width: calc((100% - 144px) / 5);
		margin-right: 36px;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link:nth-child(5n){
		margin-right: 0;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link:nth-child(-n+5){
		margin-top: 0;
	}
	.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl a span:before {
		top: 14px;
		width: 8px;
	    height: 8px;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link .c-thum_text_link_ttl a span:before{
		top: 10px;
	}
}
@media screen and (max-width:767px){
	.c-thum_text_link_wrap {
		margin-bottom: 30px;
	}
	.c-thum_text_link_wrap.pb-layout {
		margin-bottom: 30px!important;
	}
	.c-thum_text_link_wrap .c-thum_text_link{
		margin-top: 30px;
	}
	.c-thum_text_link_wrap .c-thum_text_link:first-child{
		margin-top: 0;
	}
	.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl {
		font-size: 20px;
	}
	.c-thum_text_link_wrap .c-thum_text_link:last-child{
		margin-bottom: 0;
	}
	.c-thum_text_link_wrap._col4 .c-thum_text_link{
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	.c-thum_text_link_wrap._col4 .c-thum_text_link:nth-child(2n){
		margin-right: 0;
	}
	.c-thum_text_link_wrap._col4 .c-thum_text_link:nth-child(-n+2){
		margin-top: 0;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link{
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link:nth-child(2n){
		margin-right: 0;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link:nth-child(-n+2){
		margin-top: 0;
	}
	.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl a span:before {
		top: 12px;
		width: 6px;
    	height: 6px;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link .c-thum_text_link_ttl a span:before {
		top: 10px;
		width: 6px;
    	height: 6px;
	}
}

/* thum_text_link_wrap
-------------------------------------------------- */
.c-thum_text_link_wrap._col1{
	display: block;
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl a:after{
    content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl a:before{
	content: "";
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 23px;
	height: 6px;
	background: url(/library/eng/common_v3/images/icon_arrow_red.png) no-repeat;
	transition: all .2s;
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_txtarea {
	padding-bottom: 20px;
}
.c-thum_text_link_wrap .download_prevent,
.c-thum_text_link_wrap .c-thum_text_link img{
	width: 100%;
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_thum {
	margin-bottom: 15px;
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl {
	margin-bottom: 8px;
	font-weight: bold;
}
.c-thum_text_link_wrap._col5 .c-thum_text_link .c-thum_text_link_ttl{
	line-height: 1.4;
	font-size: 18px;
}
.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl a:hover{
    color: #222;
}
@media print, screen and (min-width:768px){
	.c-thum_text_link_wrap {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.c-thum_text_link_wrap .c-thum_text_link{
		margin-top: 50px;
	}
	.c-thum_text_link_wrap._col1 .c-thum_text_link a{
		display: flex;
	}
	.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl a:hover:before{
		right: 0;
	}
	.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_txt {
		font-size: 14px;
	}
	.c-thum_text_link_wrap._col1 .c-thum_text_link_thum{
		width: calc((100% - 50px) / 2);
		margin-right: 50px;
	}
	.c-thum_text_link_wrap._col1 .c-thum_text_link_txtarea {
		width: calc((100% - 50px) / 2);
		padding: 10px 0 0;
	}
	.c-thum_text_link_wrap._col1 .c-thum_text_link:first-of-type{
		margin-top: 0;
	}
	.c-thum_text_link_wrap._col1 .c-thum_text_link .c-thum_text_link_thum {
		margin-bottom: 0;
	}	
	.c-thum_text_link_wrap._col2 .c-thum_text_link{
		width: calc((100% - 50px) / 2);
		margin-right: 50px;
	}
	.c-thum_text_link_wrap._col2 .c-thum_text_link:nth-child(-n+2){
		margin-top: 0;
	}
	.c-thum_text_link_wrap._col2 .c-thum_text_link:nth-child(2n){
		margin-right: 0;
	}
	.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl {
		font-size: 20px;

	}
	.c-thum_text_link_wrap._col3 .c-thum_text_link{
		width: calc((100% - 65px) / 3);
		margin-right: 32px;
	}
	.c-thum_text_link_wrap._col3 .c-thum_text_link:nth-child(3n){
		margin-right: 0;
	}
	.c-thum_text_link_wrap._col3 .c-thum_text_link:nth-child(-n+3){
		margin-top: 0;
	}
	.c-thum_text_link_wrap._col4 .c-thum_text_link{
		width: calc((100% - 96px) / 4);
		margin-right: 32px;
	}
	.c-thum_text_link_wrap._col4 .c-thum_text_link:nth-child(4n){
		margin-right: 0;
	}
	.c-thum_text_link_wrap._col4 .c-thum_text_link:nth-child(-n+4){
		margin-top: 0;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link{
		width: calc((100% - 80px) / 5);
		margin-right: 20px;
		margin-top: 30px;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link:nth-child(5n){
		margin-right: 0;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link:nth-child(-n+5){
		margin-top: 0;
	}
	.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl:before {
		top: 17px;
		width: 10px;
    	height: 10px;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link .c-thum_text_link_ttl:before{
		top: 8px;
	}
	.c-thum_text_link_wrap._col3._no_margin li{
		width: calc((100% - 5px) / 3);
		margin-right: 2px;
	}
}
@media screen and (max-width:767px){
	.c-thum_text_link_wrap._col4,
	.c-thum_text_link_wrap._col5{
		display: flex;
		flex-wrap: wrap;
	}
	.c-thum_text_link_wrap {
		margin-bottom: 30px;
	}
	.c-thum_text_link_wrap .c-thum_text_link{
		margin-top: 30px;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link{
		margin-top: 20px;
	}
	.c-thum_text_link_wrap .c-thum_text_link:first-child{
		margin-top: 0;
	}
	.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl {
		font-size: 20px;
	}
	.c-thum_text_link_wrap .c-thum_text_link:last-child{
		margin-bottom: 0;
	}
	.c-thum_text_link_wrap._col4 .c-thum_text_link{
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	.c-thum_text_link_wrap._col4 .c-thum_text_link:nth-child(2n){
		margin-right: 0;
	}
	.c-thum_text_link_wrap._col4 .c-thum_text_link:nth-child(-n+2){
		margin-top: 0;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link{
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link:nth-child(2n){
		margin-right: 0;
	}
	.c-thum_text_link_wrap._col5 .c-thum_text_link:nth-child(-n+2){
		margin-top: 0;
	}
	.c-thum_text_link_wrap .c-thum_text_link .c-thum_text_link_ttl:before {
		top: 9px;
		width: 8px;
    height: 8px;
	}
}

/* thum_text_link_wrap._col1
-------------------------------------------------- */
@media print, screen and (min-width:768px) {
	.c-bg_light_gray_sec .c-thum_text_link_wrap._col1 .c-thum_text_link a .c-thum_text_link_thum{
		position: relative;
    overflow: hidden;
	}
	.c-bg_light_gray_sec .c-thum_text_link_wrap._col1 .c-thum_text_link a img,
	.c-bg_light_gray_sec .c-thum_text_link_wrap._col1 .download_prevent {
		width: auto;
		height: 100%;
		min-width: 100%;
		min-height: 100%;
		max-width: inherit;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}
}


/* link_list_wrap
-------------------------------------------------- */
.c-link_list_wrap .c-link_list_box {
	border: 1px solid #58585b;
	box-sizing: border-box;
	background-color: #fff;
}
.c-link_list_wrap .c-link_list_box .c-link_list_ttl{
	background-color: #eff2f4;
	border-bottom: 1px solid #58585b;
}
.c-link_list_wrap .c-link_list_box .c-link_list_ttl a{
	position: relative;
	display: block;
	color: #1ba1e6;
	text-decoration: none;
}
.c-link_list_wrap .c-link_list_box .c-link_list_ttl._nolink{
	color: #1ba1e6;
}
.c-link_list_wrap .c-link_list_box .c-link_list_ttl a:before {
	content: "";
	position: absolute;
	border-top: 2px solid #1ba1e6;
	border-right: 2px solid #1ba1e6;
	transform: rotate(45deg);
	transition: all .2s;
}
.c-link_list_wrap .c-link_list_inner{
	border-top: none;
}
.c-link_list_wrap .c-link_list_box .c-link_list a{
	position: relative;
	padding-left: 20px;
}
.c-link_list_wrap .c-link_list_box .c-link_list a:before {
	content: '';
	position: absolute;
	transform: rotate(45deg);
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	border: 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transition: all .2s;
}
.c-link_list_wrap .c-link_list_box .c-link_list{
	margin-bottom: 10px;
}
.c-link_list_wrap .c-link_list_box .c-link_list:last-of-type{
	margin-bottom: 0;
}
.c-link_list_wrap .c-link_list_box .c-link_list a{
	display: inline-block;
	text-decoration: none;
	color: #222;
}
@media print, screen and (min-width:768px){
	.c-link_list_wrap {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.c-link_list_wrap .c-link_list_box{
		margin-right: 50px;
		margin-top: 50px;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list_ttl a:hover{
		color: #fff;
		background-color: #1ba1e6;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list_ttl a:hover:before{
		border-color: #fff;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list a:hover{
		color: #1ba1e6;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list a:hover:before {
		border-color: #1ba1e6;
	}
	.c-link_list_wrap._col3 .c-link_list_box{
		width: calc((100% - 100px) / 3);
	}
	.c-link_list_wrap._col2 .c-link_list_box{
		width: calc((100% - 50px) / 2);
	}
	.c-link_list_wrap._col1 .c-link_list_box{
		width: 100%;
	}
	.c-link_list_wrap._col3 .c-link_list_box:nth-child(3n){
		margin-right: 0;
	}
	.c-link_list_wrap._col3 .c-link_list_box:nth-child(-n+3){
		margin-top: 0;
	}
	.c-link_list_wrap._col2 .c-link_list_box:nth-child(2n){
		margin-right: 0;
	}
	.c-link_list_wrap._col2 .c-link_list_box:nth-child(-n+2){
		margin-top: 0;
	}
	.c-link_list_wrap._col1 .c-link_list_box{
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.c-link_list_wrap._col1 .c-link_list_box:last-child{
		margin-bottom: 0;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list_ttl a{
		padding: 15px 30px 15px 55px;
		font-size: 20px;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list_ttl._nolink{
		padding: 15px 30px;
		font-size: 20px;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list_ttl a:before {
		top: 28px;
		left: 30px;
    width: 10px;
    height: 10px;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list_inner{
		padding: 20px 30px;
	}
	.c-link_list_wrap._col1 .c-link_list_box .c-link_list_inner{
		display: flex;
		flex-wrap: wrap;
	}
	.c-link_list_wrap._col1 .c-link_list_box .c-link_list_inner .c-link_list{
		width: 25%;
	}
	.c-link_list_wrap._col1 .c-link_list_box .c-link_list_inner .c-link_list{
		margin-bottom: 0;
		margin-top: 10px;
	}
	.c-link_list_wrap._col1 .c-link_list_box .c-link_list_inner .c-link_list:nth-of-type(-n+4){
		margin-top: 0;
	}
}
@media screen and (max-width:767px){
	.c-link_list_wrap {
		margin-bottom: 30px;
	}
	.c-link_list_wrap .c-link_list_box{
		margin-top: 15px;
	}
	.c-link_list_wrap .c-link_list_box:first-child{
		margin-top: 0;
	}
	.c-link_list_wrap .c-link_list_box:last-of-type{
		margin-bottom: 0;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list_ttl{
		padding: 10px 10px 10px 35px;
		font-size: 18px;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list_ttl._nolink{
		padding: 10px;
		font-size: 18px;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list_ttl a:before {
		top: 9px;
		left: -20px;
    width: 10px;
    height: 10px;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list a {
		padding-left: 15px;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list_inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10px 15px;
	}
	.c-link_list_wrap .c-link_list_box .c-link_list_inner .c-link_list{
		width: calc((100% - 10px) / 2);
	}

}


/* モーダル（modal）
-------------------------------------------------- */
/*remodal Customized*/
.remodal-overlay{
	background: rgba(0, 0, 0, 0.85) !important;
}
.remodal{
	border-radius: 0 !important;
}
.remodal-close{
	background-color: transparent !important;
	border-radius: 0 !important;
}
.remodal-close:before,
.remodal-close:after{
	content: "" !important;
	background-color: #fff !important;
	display: block !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
}
.remodal-close:before{
	transform: rotate(45deg);
}
.remodal-close:after{
	transform: rotate(-45deg);
}
.youtube_thum a{
	position: relative;
	width: 640px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.youtube_thum a:hover{
	opacity: 1;
}
.youtube_thum a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 79px;
	height: 85px;
	margin: auto;
	background: url(/library/eng/common_v3/images/icon_youtube.png) no-repeat;
	z-index: 0;
}
.youtube_thum a img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.youtube_thum.youtube_text_link a {
	width: auto;
	height: auto;
	display: inline;
	padding-right: 25px;
}
.youtube_thum.youtube_text_link a:before {
	content: "";
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	width: 19px;
	height: 18px;
	margin: auto;
	background-image: none;
	border: 1px solid #0059ac;
	border-radius: 2px;
	z-index: 0;
	transition: all .2s;
}
.youtube_thum.youtube_text_link a:after {
	content: "";
	position: absolute;
	left: auto;
	bottom: 5px;
	right: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #0059ac;
	transition: all .2s;
}
.youtube_thum.youtube_text_link a:hover:before {
	/* background-color: #5aa9de; */
	background-image: none;
}
/* .youtube_thum.youtube_text_link a:hover:after {
	border-color: transparent transparent transparent #fff;
} */
.youtube_cnt {
  padding: 0;
  background: #000;
  max-width: 854px;
}
.youtube_cnt .youtube_inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  background: #000 url(/library/eng/common_v3/images/icon_loader.gif) no-repeat center center;
}
.youtube_cnt .youtube_inner iframe,
.youtube_cnt .youtube_inner object,
.youtube_cnt .youtube_inner embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width:768px){
	.remodal-wrapper{
		padding: 40px !important;
	}
	.remodal{
		width: 1024px !important;
		max-width: 100% !important;
	}
	.remodal.youtube_cnt {
		width: 800px !important;
	}
	.remodal .remodal_inner{
		padding: 50px !important;
	}
	.remodal-close{
		width: 50px !important;
		height: 50px !important;
		top: -55px !important;
		right: -10px !important;
	}
	.remodal-close:before,
	.remodal-close:after{
		width: 44px !important;
		height: 2px !important;
		margin-top: -1px !important;
		margin-left: -22px !important;
	}
	.youtube_thum a{
		height: 360px;
	}
	.youtube_thum a:hover:before{
		background: url(/library/eng/common_v3/images/icon_youtube_on.png) no-repeat;
	}
}

@media screen and (max-width:767px){
	.remodal-wrapper{
		padding: 20px 15px !important;
	}
	.remodal .remodal_inner{
		padding: 25px !important;
	}
	.remodal-close{
		width: 30px !important;
		height: 30px !important;
		top: -35px !important;
		right: -3px !important;
	}
	.remodal-close:before,
	.remodal-close:after{
		width: 30px !important;
		height: 2px !important;
		margin-top: 0 !important;
		margin-left: -14px !important;
	}
	.youtube_thum a{
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube_thum a:before{
		width: 12.34%;
		height: 23.61%;
		background-size: 100%;
	}
	.youtube_thum.youtube_text_link a {
		padding-top: 0;
		padding-right: 23px;
	}
	.youtube_thum.youtube_text_link a:before {
		width: 18px;
		height: 18px;
	}
	.youtube_thum.youtube_text_link a:after {
		bottom: 5px;
		border-width: 4px 0 4px 6px;
	}
}


/*modal_01*/
.remodal.modal_01{}

@media print, screen and (min-width:768px){
	.remodal.modal_01{
		/* max-width: 640px; */
	}
}

@media screen and (max-width:767px){
	.remodal.modal_01{
		/* max-width: 80%; */
	}
}



/* ダウンロード防止機能付き画像
-------------------------------------------------- */
.download_prevent,
.js-download_prevent{
	display: inline-block;
	max-width: 100%;
	position: relative;
}
.download_prevent:after,
.js-download_prevent:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* テーブル（table）
-------------------------------------------------- */

/* 一部のtableのバーを調整 */

.ephox-snooker-resizer-rows,
.ephox-snooker-resizer-cols {
	z-index: 999;
}

/* energy top styles */

@media print, screen and (min-width:768px) {
}
@media screen and (max-width:767px) {
  .fixed01 {
    position: sticky;
    left: 0;
  }
}

.c-table_normal.aC table th,
.c-table_normal.aC table td {
	text-align: center!important;
}
.c-table_normal.vM table th,
.c-table_normal.vM table td {
	vertical-align: middle!important;
}

.c-table_normal table{
	width: 100%;
	margin-bottom: 50px;
	table-layout: fixed;
	border-collapse: separate;
	-webkit-text-size-adjust: 100%;
}
.c-table_normal table .bdrR{
	border-right: 1px solid #bebec8 !important;
}
.c-table_normal table .bdrL{
	border-left: 1px solid #bebec8 !important;
}
.c-table_normal table .bdrB{
	border-bottom: 1px solid #bebec8 !important;
}
.c-table_normal table .bdrT{
	border-top: 1px solid #bebec8 !important;
}

.c-table_normal table th,
.c-table_normal table td{
	text-align: left;
	padding: 12px;
	border-top: 1px solid #bebec8;
	border-right: 1px solid #bebec8;
	vertical-align: top;
	word-break: break-word;
	box-sizing: border-box;
}
.c-table_normal table thead:first-of-type tr:first-of-type th{
	border-top: none;
}
.c-table_normal table tr td:last-child,
.c-table_normal table tr th:last-child{
	border-right: none;
}
.c-table_normal table tr th:first-of-type{
	border-right: 1px solid #bebec8;
}
.c-table_normal table th.dotted_bottom,
.c-table_normal table td.dotted_bottom{
	border-bottom: 1px dotted #bebec8;
}
.c-table_normal table th.dotted_right,
.c-table_normal table td.dotted_right{
	border-right: 1px dotted #bebec8;
}
.c-table_normal table th{
	font-weight: bold;
}
.c-table_normal table thead th{
	background-color: #dae1e5;
}
.c-table_normal table thead + tbody th{
	background-color: #ecf0f2;
}
.c-table_normal table .bg_gray th,
.c-table_normal table th.bg_gray,
.c-table_normal table .bg_gray td,
.c-table_normal table td.bg_gray{
	background-color: #dae1e5;
}
.c-table_padding_medium th,
.c-table_padding_medium td{
	padding: 8px;
}
.c-table_padding_small th,
.c-table_padding_small td{
	padding: 12px 3px;
}
.c-table_normal table .brdr_slash_leftup {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogI2MwYmZjNztzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+');
}
.c-table_normal table .brdr_slash_rightup {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogI2MwYmZjNztzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+');
}
.c-table_normal.table_no_bg table tr th,
.c-table_normal.table_no_bg table tr td{
	border-right: none;
}
.c-table_normal.table_no_bg table{
	border-bottom: 1px solid #bebec8;
}

.c-table_normal.-marketTable table {
	width: 100%!important;
	height: auto!important;
}

.c-table_normal.-marketTable table tr,
.c-table_normal.-marketTable table th,
.c-table_normal.-marketTable table td {
	width: auto!important;
	height: auto!important;
}

.c-table_normal.-marketTable table th.w10p {
	width: 10%!important;
}

@media print, screen and (min-width:768px){
	.c-table_normal table{
		width: 100%!important;
	}
	.c-table_normal table .pc_bdrR{
		border-right: 1px solid #bebec8 !important;
	}
	.c-table_normal table .pc_bdrL{
		border-left: 1px solid #bebec8 !important;
	}
	.c-table_normal table .pc_bdrB{
		border-bottom: 1px solid #bebec8 !important;
	}
	.c-table_normal table .pc_bdrT{
		border-top: 1px solid #bebec8 !important;
	}
	.c-pc_scroll {
		margin-bottom: 30px;
	}
	.c-pc_scroll .c-table_normal table {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:767px) {
	.c-table_normal,
	.c-sp_scroll .c-sp_scroll_cnt {
		overflow: inherit;
	}
	.c-table_normal table .sp_bdrR{
		border-right: 1px solid #bebec8 !important;
	}
	.c-table_normal table .sp_bdrL{
		border-left: 1px solid #bebec8 !important;
	}
	.c-table_normal table .sp_bdrB{
		border-bottom: 1px solid #bebec8 !important;
	}
	.c-table_normal table .sp_bdrT{
		border-top: 1px solid #bebec8 !important;
	}
	.c-sp_scroll,
	.c-table_normal table {
		margin-bottom: 30px;
	}
	.c-sp_scroll .c-table_normal table {
		margin-bottom: 10px;
	}
	.c-table_normal.sp_block table col,
	.c-table_normal.sp_block table th,
	.c-table_normal.sp_block table td{
		display: block;
		width: 100%;
		border: 0;
	}
	.c-table_normal.sp_block table tr:not(:first-child) th{
		border-top: 1px solid #bebec8;
	}
	.c-table_normal.sp_block table td{
		border-top: 1px solid #bebec8;
	}
	.c-table_normal.sp_block2 table tr{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
    .c-table_normal.sp_block2 table col,
    .c-table_normal.sp_block2 table th,
    .c-table_normal.sp_block2 table td{
		display: block;
	}
    /* .c-table_normal table.sp_block2 tr:last-child > *:nth-last-child(-n+2){
		border-bottom: 1px solid #bebec8;
	} */
}


.c-table_gray table{
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-left: 1px solid #5c6468;
}
.c-table_gray table th,
.c-table_gray table td{
	text-align: left;
	padding: 12px;
	vertical-align: top;
	word-break: break-word;
}
.c-table_gray table tr:first-of-type td{
	border-top:  1px solid #5c6468;
}
.c-table_gray table th{
	background-color: #5c6468;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
.c-table_gray table td{
	background-color: #fff;
	border-bottom: 1px solid #5c6468;
	border-right: 1px solid #5c6468;
}
.c-table_gray table tr:last-child th{
	border-bottom: none;
}
.c-table_gray table tr th:last-child{
	border-right: none;
}
@media screen and (max-width:767px) {
	.c-table_normal.sp_block table{
		border-top: 1px solid #c0bfc7;
	}
	.c-table_gray.sp_block table{
		border: 1px solid #5c6468;
	}
	.c-table_gray.sp_block table col,
	.c-table_gray.sp_block table th,
	.c-table_gray.sp_block table td{
		display: block;
		width: 100%;
		border: 0;
	}
	.c-table_gray.sp_block table tr{
		border-bottom: none;
	}
	.c-table_gray.sp_block table tr:last-child{
	}
	.c-table_gray.sp_block table tr > *{
		border-bottom: 1px solid #5c6468;
	}
	.c-table_gray.sp_block table tr > *:last-child{
		border-bottom: none;
	}
	.c-table_gray.sp_block table tr:first-of-type td{
		border-top: none;
	}
}

@media print, screen and (min-width:768px){
	.c-pc_scroll{
		width: 100%;
		padding-bottom: 4px;
		overflow-x: auto;
	}
	.c-pc_scroll .c-pc_scroll_cnt{
		width: 1380px;
	}
	.c-pc_scroll::-webkit-scrollbar{
		height: 5px;
	}
	.c-pc_scroll::-webkit-scrollbar-track{
		background-color: #d9e1e4;
		border-radius: 10px;
	}
	.c-pc_scroll::-webkit-scrollbar-thumb{
		background-color: #ff0a14;
		border-radius: 10px;
	}
}
@media screen and (max-width:767px){
	.c-sp_scroll{
		width: 100%;
		padding-bottom: 4px;
		overflow-x: auto;
		transform: scale(1, -1); 
	}
	.c-sp_scroll .c-sp_scroll_cnt{
		width: 1024px;
		transform: scale(1, -1); 
		overflow: inherit;
	}
	.c-sp_scroll::-webkit-scrollbar{
		height: 4px;
	}
	.c-sp_scroll::-webkit-scrollbar-track{
		background-color: #d9e1e4;
		border-radius: 10px;
	}
	.c-sp_scroll::-webkit-scrollbar-thumb{
		background-color: #ff0a14;
		border-radius: 10px;
	}
}

/* タブ（tab）
-------------------------------------------------- */
.c-tabs{}
.c-tabs .c-tab_nav{
	border-bottom: 1px solid #c0bfc7;
}
.c-tabs .c-tab_nav ul{
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.c-tabs .c-tab_nav ul li{
	width: 100%;
	margin-right: 2px;
	display: flex;
	text-align: center;
}
.c-tabs .c-tab_nav ul li:last-child{
	margin-right: 0;
}
.c-tabs .c-tab_nav ul li a{
	width: 100%;
	display: flex;
	padding: 15px 0;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 17px;
	color: #222;
	text-decoration:none;
}
.c-tabs .c-tab_nav ul li a:after{
	content: "";
	width: 100%;
	height: 4px;
	background-color: #1ba1e6;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
}
.c-tabs .c-tab_nav ul li.cr a:after{
	display: block;
}
.c-tabs .c-tab_cnt{
	padding: 30px 0;
}
.c-tabs .c-tab_panel > div:not(.pb-handle){
	display: none;
}
.c-tabs .c-tab_panel.pb-layout > div:not(.pb-handle) {
	display: block;
}

@media print, screen and (min-width:768px){
	.c-tabs .c-tab_nav ul li a:hover:after{
		display: block;
	}
	.c-tabs .c-tab_nav ul li a:hover{
		color: #222;
	}
	
}

@media screen and (max-width:767px){
}

/* タブ（tabs_type02）
-------------------------------------------------- */
.c-tabs_type02{
}
.c-tabs_type02 .c-tab_nav ul{
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.c-tabs_type02 .c-tab_nav ul li{
	width: 100%;
	position: relative;
	display: flex;
}
.c-tabs_type02 .c-tab_nav ul li:nth-of-type(1) a{
	background: url(/library/eng/business/material/common/images/tab01_off.jpg);
	background-size: cover;
}
.c-tabs_type02 .c-tab_nav ul li:nth-of-type(2) a{
	background: url(/library/eng/business/material/common/images/tab02_off.jpg);
	background-size: cover;
}
.c-tabs_type02 .c-tab_nav ul li:nth-of-type(3) a{
	background: url(/library/eng/business/material/common/images/tab03_off.jpg);
	background-size: cover;
}
.c-tabs_type02 .c-tab_nav ul li:nth-of-type(4) a{
	background: url(/library/eng/business/material/common/images/tab04_off.jpg);
	background-size: cover;
}
.c-tabs_type02 .c-tab_nav ul li.cr:nth-of-type(1) a{
	background: url(/library/eng/business/material/common/images/tab01_on.jpg);
	background-size: cover;
}
.c-tabs_type02 .c-tab_nav ul li.cr:nth-of-type(2) a{
	background: url(/library/eng/business/material/common/images/tab02_on.jpg);
	background-size: cover;
}
.c-tabs_type02 .c-tab_nav ul li.cr:nth-of-type(3) a{
	background: url(/library/eng/business/material/common/images/tab03_on.jpg);
	background-size: cover;
}
.c-tabs_type02 .c-tab_nav ul li.cr:nth-of-type(4) a{
	background: url(/library/eng/business/material/common/images/tab04_on.jpg);
	background-size: cover;
}
.c-tabs_type02 .c-tab_nav ul li:first-child{
	border-left: 0;
}
.c-tabs_type02 .c-tab_nav ul li a{
	position: relative;
}
.c-tabs_type02 .c-tab_nav ul li a{
	width: 100%;
	display: flex;
	padding: 1.5em 30px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.c-tabs_type02 .c-tab_nav ul li a:before{
	content: '';
	display: none;
	background-color: #ff0a14;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.c-tabs_type02 .c-tab_nav ul li.cr a:before{
	display: block;
}
.c-tabs_type02 .c-tab_nav ul li.cr a{
	position: relative;
}
.c-tabs_type02 .c-tab_panel > div:not(.pb-handle){
	display: none;
	padding: 0 0 40px;
}
.c-tabs_type02 .c-tab_panel.pb-layout > div:not(.pb-handle){
	display: block;
}
@media print, screen and (min-width:768px){
	.c-tabs_type02 .c-tab_nav ul li{
		margin-right: 9px;
	}
	.c-tabs_type02 .c-tab_nav ul li:last-of-type{
		margin-right: 0;
	}
	.c-tabs_type02 .c-tab_nav ul li a:hover:before{
		display: block;
	}
}
@media screen and (max-width:767px){
	.c-tabs_type02 .c-tab_nav ul{
		flex-wrap: wrap;
	}
	.c-tabs_type02 .c-tab_nav ul li{
		width: calc((100% - 10px)/2);
		margin-top: 10px;
	}
	.c-tabs_type02 .c-tab_nav ul li:nth-of-type(-n+2){
		margin-top: 0;
	}
	.c-tabs_type02 .c-tab_nav ul li a{
		padding: 20px 5px;
		justify-content: center;
		font-size: 18px;
	}
}


/* リスト（list）
-------------------------------------------------- */
/*link_list_flex_wrap*/
.c-link_list_flex_wrap .c-tab_link_ttl{
	margin-bottom: 20px;
	border-bottom: 1px solid #666666;
	font-size: 20px;
}
.c-link_list_flex_wrap .c-tab_link_ttl .c-ttl_link,
.c-link_list_flex_wrap .c-tab_link_ttl.c-ttl_link a {
	position: relative;
	padding: 25px 0 25px 20px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #222;
}
.c-link_list_flex_wrap .c-tab_link_ttl.c-ttl_link a:after,
.c-link_list_flex_wrap .c-tab_link_ttl .c-ttl_link:after{
	content: "";
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	display: inline-block;
	transform: translate(0, -50%) rotate(45deg);
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	transition: all .2s;
}
.c-link_list_flex_wrap .c-link_list_flex > div:not(.pb-handle) .c-link_list{
	width: 22%;
	display: flex;
	margin-left: 4%;
}
.c-link_list_flex_wrap .c-link_list_flex > div:not(.pb-handle) .c-link_list > div:not(.pb-handle){
	width: 100%;
	display: flex;
}
.c-link_list_flex_wrap .c-link_list_flex > div:not(.pb-handle) .c-link_list > div:not(.pb-handle) > div:not(.pb-handle){
	width: 100%;
	display: flex;
}
.c-link_list_flex_wrap .c-link_list p{
	width: 100%;
	display: flex;
}
.c-link_list_flex_wrap .c-link_list a{
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	padding: 13px 0px;
	color: #222;
	line-height: 1.4;
	text-decoration: none;
}
@media print, screen and (min-width:768px){
	.c-link_list_flex_wrap .c-link_list_flex > div:not(.pb-handle){
		display: flex;
		flex-wrap: wrap;
	}
	.c-link_list_flex_wrap .c-link_list_flex > div:not(.pb-handle):after{
        display: none;
	}
	.c-link_list_flex_wrap .c-tab_link_ttl.c-ttl_link a:hover,
	.c-link_list_flex_wrap .c-tab_link_ttl .c-ttl_link:hover {
		color: #1ba1e6;
	}
	.c-link_list_flex_wrap .c-link_list a:hover {
		color: #1ba1e6;		
	}
}

@media screen and (min-width:768px) {
	.c-link_list_flex_wrap .c-link_list_flex > div:not(.pb-handle) .c-link_list:nth-child(4n+1){
		margin-left: 0;
	}
}

@media screen and (max-width:767px){
	.c-link_list_flex_wrap .c-link_list_flex > div:not(.pb-handle) .c-link_list{
		margin-bottom: 0;
	}
	.c-link_list_flex_wrap .c-link_list_flex > div:not(.pb-handle) .c-link_list{
		width: 100%;
		margin-left: 0;
	}
	.c-link_list_flex_wrap .c-link_list a{
		padding: 10px 0;
	}
	.c-link_list_flex_wrap .c-tab_link_ttl{
		margin-bottom: 10px;
	}
}


/* アコーディオン（accordion）
-------------------------------------------------- */
/*JS*/
.c-js-acc{}
.c-js-acc .c-js-acc_trg{
	cursor: pointer;
}
.c-js-acc .c-js-acc_cnt{
	display: none;
}

.c-acc{
	border-bottom: 1px solid #dddddd;
}
.c-acc_border_top {
	border-top: 1px solid #dddddd;
}
.c-acc .c-acc_ttl_area{
	position: relative;
	overflow: inherit;
}
.c-acc .c-acc_ttl_area:before,
.c-acc .c-acc_ttl_area:after{
	content: "";
	background-color: #1ba1e6;
	display: block;
	position: absolute;
	top: 50%;
}
.c-acc.op .c-acc_ttl_area:after{
	display: none;
}
.c-acc .c-acc_ttl{
	color: #1ba1e6;
	font-weight: bold;
}
.c-acc .c-acc_cnt{
}
.c-acc .c-acc_inner{}

.c-acc._gray .c-acc_ttl_area:before,
.c-acc._gray .c-acc_ttl_area:after{
	background-color: #222222;
}
.c-acc._bdr .c-acc_ttl{
	background-color: #fff;
	border: 1px solid #c0bfc7;
	color: #222;
}
.c-acc._bdr .c-acc_ttl:before,
.c-acc._bdr .c-acc_ttl:after{
	background-color: #1ba1e6;
}
.c-acc .c-acc_ttl_area .c-ttl_left_line {
	min-width: 50px;
	margin-bottom: 0;
	line-height: 1.4;
}
.c-acc .c-acc_cnt{
}
.c-acc._gray {
	overflow: inherit;
}

@media print, screen and (min-width:768px){
	.c-acc {
	}
	.c-acc + .c-acc {
		margin-top: 10px;
	}
	.c-acc .c-acc_ttl_area{
		padding: 25px 50px 23px 0;
	}
	.c-acc .c-acc_ttl_area:before{
		width: 22px;
		height: 2px;
		right: 20px;
	}
	.c-acc .c-acc_ttl_area:after{
		width: 2px;
		height: 22px;
		margin-top: -10px;
		right: 30px;
	}
	.c-acc .c-acc_ttl{
		font-size: 25px;
	}
	.c-acc .c-acc_inner{
		padding-bottom: 25px;
	}
	
	.c-acc._bdr .c-acc_ttl_area{
		padding: 13px 49px 13px 19px;
	}
	.c-acc._bdr .c-acc_inner{
		padding: 49px;
	}
}
@media screen and (max-width:767px){
	.c-acc + .c-acc {
		margin-top: 5px;
	}
	.c-acc .c-acc_ttl_area{
		padding: 15px 30px 13px 0;
	}
	.c-acc .c-acc_ttl_area:before{
		width: 15px;
		height: 1px;
		right: 10px;
	}
	.c-acc .c-acc_ttl_area:after{
		width: 1px;
		height: 15px;
		margin-top: -7px;
		right: 17px;
	}
	.c-acc .c-acc_ttl{
		font-size: 16px;
	}
	.c-acc .c-acc_inner{
		padding: 0 0 15px;
	}
}

/*--------------------------------------------------

カラムモジュール

--------------------------------------------------*/
/* 余白なし（no_marginCol）
-------------------------------------------------- */
.c-imgtxt_no_margin_2_2 > div:not(.pb-handle){
	display: flex;
}
.c-imgtxt_no_margin_2_2 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle){
	margin-bottom: 10px;
	display: flex;
}
.c-imgtxt_no_margin_2_2 > div:not(.pb-handle) > .c-col_inner:last-of-type{
	margin-bottom: 0;
}
.c-imgtxt_no_margin_2_2 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > *{
	width: 50%;
}
.c-imgtxt_no_margin_2_1 .c-img .download_prevent,
.c-imgtxt_no_margin_2_2 .c-img img{
	width: 100%;
}
.c-imgtxt_no_margin_2_2 .txt{}

/*imgtxt_no_margin_2_1*/
.c-imgtxt_no_margin_2_1{}
.c-imgtxt_no_margin_2_1 > div:not(.pb-handle) > .c-col_inner{
	margin-bottom: 10px;
}
.c-imgtxt_no_margin_2_1 > div:not(.pb-handle) > .c-col_inner:last-of-type{
	margin-bottom: 0;
}
.c-imgtxt_no_margin_2_1 .c-img .download_prevent,
.c-imgtxt_no_margin_2_1 .c-img img{
	width: 100%;
}
.c-imgtxt_no_margin_2_1 .txt{}

@media print, screen and (min-width:768px){
	.c-imgtxt_no_margin_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle){
		display: flex;
	}
	.c-imgtxt_no_margin_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > *{
		width: 50%;
	}
}

@media screen and (max-width:767px){
	.c-imgtxt_no_margin_2_1 .c-img{
		margin-bottom: 10px;
	}
	.c-imgtxt_no_margin_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > div:not(.pb-handle) + div:not(.pb-handle){
		margin-top: 10px;
	}
}

/* 画像
-------------------------------------------------- */
.c-img_caption {
	margin-top: 10px;
	font-size: 14px;
}

/* リンク：画像＋キャプション（imgTxt_link）
-------------------------------------------------- */
.imgTxt_link{
	text-align: center;
}
.imgTxt_link a{
	color: inherit;
	display: block;
	position: relative;
}
.imgTxt_link a figure .download_prevent,
.imgTxt_link a figure img{
	width: 100%;
}
.imgTxt_link a .imgTxt_caption{
	width: 100%;
	padding: 10px;
	background-color: rgba(0, 0, 0, .3);
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
}


/* 画像＋テキスト（imgTextCol）
-------------------------------------------------- */
/*imgtxt_hor_1_1*/
.c-imgtxt_hor_1_1 > div:not(.pb-handle):first-of-type{
	margin-top: 0;
}
@media print, screen and (min-width:768px){
	.c-imgtxt_hor_1_1{
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_1_1.pb-layout{
		margin-bottom: 50px!important;
	}
	.c-imgtxt_hor_1_1 > div:not(.pb-handle) > *{
		margin-top: 30px;
	}
}
@media screen and (max-width:767px){
	.c-imgtxt_hor_1_1 .c-text_sub_ttl,
	.c-col_inner .c-text_sub_ttl {
		font-size: 18px;
	}
	.c-imgtxt_hor_1_1{
		margin-bottom: 30px;
	}
	.c-imgtxt_hor_1_1.pb-handle{
		margin-bottom: 30px!important;
	}
	.c-imgtxt_hor_1_1 > div:not(.pb-handle) > *{
		margin-top: 15px;
	}
}

/*imgtxt_hor_2_2*/
.c-imgtxt_hor_2_2{}
.c-imgtxt_hor_2_2 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle){
	display: flex;
	justify-content: space-between;
}
.c-imgtxt_hor_2_2 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle):after{
	display: none;
}
.c-imgtxt_hor_2_2 > div:not(.pb-handle) .c-col_inner:last-of-type{
	margin-bottom: 0;
}
.c-imgtxt_hor_2_2 > div:not(.pb-handle) .c-col_inner > div:not(.pb-handle) > *{
	width: calc((100% - 50px) / 2);
}
.c-imgtxt_hor_2_2 .c-img .download_prevent,
.c-imgtxt_hor_2_2 .c-img img{
	width: 100%;
}
@media print, screen and (min-width:768px){
	.c-imgtxt_hor_2_2{
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_2_2.pb-layout{
		margin-bottom: 50px!important;
	}
	.c-imgtxt_hor_2_2 > div:not(.pb-handle) > .c-col_inner{
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_2_2 .c-txt{
		margin-top: 0;
	}
}
@media screen and (max-width:767px){
	.c-imgtxt_hor_2_2{
		margin-bottom: 30px;
	}
	.c-imgtxt_hor_2_2.pb-layout{
		margin-bottom: 30px!important;
	}
	.c-imgtxt_hor_2_2 > div:not(.pb-handle) > .c-col_inner{
		margin-bottom: 30px;
	}
	.c-imgtxt_hor_2_2 > div:not(.pb-handle) .c-col_inner > div:not(.pb-handle) > *{
		width: calc((100% - 20px) / 2);
	}
	.c-imgtxt_hor_2_2 .txt{
		margin-top: 15px;
	}
	.c-imgtxt_hor_2_2 .c-btn_type01 {
		min-width: auto;
	}
}

/*imgtxt_hor_2_1*/
.c-imgtxt_hor_2_1{}
.c-imgtxt_hor_2_1 > .c-col_inner{
}
.c-imgtxt_hor_2_1 > div:not(.pb-handle) > .c-col_inner:last-child{
	margin-bottom: 0;
}
.c-imgtxt_hor_2_1 .c-img .download_prevent,
.c-imgtxt_hor_2_1 .c-img img{
	width: 100%;
}

@media print, screen and (min-width:768px){
	.c-imgtxt_hor_2_1{
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_2_1 > div:not(.pb-handle) > .c-col_inner{
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle){
		display: flex;
		justify-content: space-between;
	}
	.c-imgtxt_hor_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle):after{
		display: none;
	}
	.c-imgtxt_hor_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > *{
		width: calc((100% - 50px) / 2);
	}
	.c-imgtxt_hor_2_1 .txt{
		margin-top: 30px;
	}
	.c-imgtxt_hor_2_1._img_large > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > .c-img {
		width: 60%;
	}
	.c-imgtxt_hor_2_1._img_large > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > .c-txt {
		width: calc(40% - 53px);
	}
}

@media screen and (max-width:767px){
	.c-imgtxt_hor_2_1{
		margin-bottom: 30px;
	}
	.c-imgtxt_hor_2_1 > div:not(.pb-handle) > .c-col_inner{
		margin-bottom: 30px;
	}
	.c-imgtxt_hor_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > * {
		margin-bottom: 20px;
	}
	.c-imgtxt_hor_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > *:last-child {
		margin-bottom: 0;
	}
	.c-imgtxt_hor_2_1 .txt{
		margin-top: 15px;
	}
	.c-imgtxt_hor_2_1.c-ttl_only > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > * {
		margin-bottom: 0;
	}
}

/*imgtxt_hor_4_4*/
.c-imgtxt_hor_4_4 > div:not(.pb-handle){
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-imgtxt_hor_4_4 > div:not(.pb-handle):after{
	display: none;
}
.c-imgtxt_hor_4_4 > div:not(.pb-handle) > .c-col_inner {
	width: calc((100% - 50px) / 2);
}
.c-imgtxt_hor_4_4 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) {
	display: flex;
	justify-content: space-between;
}
.c-imgtxt_hor_4_4 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle):after {
	display: none;
}
.c-imgtxt_hor_4_4 > div:not(.pb-handle) > .c-col_inner:nth-of-type(2n){
	margin-right: 0;
}
.c-imgtxt_hor_4_4 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > *{
	width: calc((100% - 20px) / 2);
}
.c-imgtxt_hor_4_4 > div:not(.pb-handle) > .c-col_inner:nth-child(-n+2){
	margin-top: 0;
}
.c-imgtxt_hor_4_4 .img{
}
.c-imgtxt_hor_4_4 .c-img .download_prevent,
.c-imgtxt_hor_4_4 .c-img img{
	width: 100%;
}
.c-imgtxt_hor_4_4 .txt{}
@media print, screen and (min-width:768px){
	.c-imgtxt_hor_4_4{
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_4_4.pb-layout{
		margin-bottom: 50px!important;
	}
	.c-imgtxt_hor_4_4 > div:not(.pb-handle) .c-col_inner{
		margin-top: 50px;
	}
}
@media screen and (max-width:767px){
	.c-imgtxt_hor_4_4{
		margin-bottom: 30px;
	}
	.c-imgtxt_hor_4_4.pb-handle {
		margin-bottom: 30px!important;
	}
	.c-imgtxt_hor_4_4 > div:not(.pb-handle) > .c-col_inner{
		margin-top: 20px;
	}
}

/*imgtxt_hor_4_2*/
.c-imgtxt_hor_4_2 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle){
	display: flex;
	justify-content: space-between;
}
.c-imgtxt_hor_4_2 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle):after{
	display: none;
}
.c-imgtxt_hor_4_2 > div:not(.pb-handle):after {
	display: none;
}
.c-imgtxt_hor_4_2 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > *{
	width: calc((100% - 20px) / 2);
}
.c-imgtxt_hor_4_2 .c-img img{
	width: 100%;
}

@media print, screen and (min-width:768px){
	.c-imgtxt_hor_4_2 > div:not(.pb-handle){
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_4_2.pb-layout{
		margin-bottom: 50px!important;
	}
	.c-imgtxt_hor_4_2 > div:not(.pb-handle) > .c-col_inner {
		width: calc((100% - 50px) / 2);
		margin-top: 50px;
	}
	.c-imgtxt_hor_4_2 > div:not(.pb-handle) > .c-col_inner:nth-of-type(-n+2){
		margin-top: 0;
	}
}

@media screen and (max-width:767px){
	.c-imgtxt_hor_4_2{
		margin-bottom: 30px;
	}
	.c-imgtxt_hor_4_2 > div:not(.pb-handle) > .c-col_inner{
		margin-bottom: 20px;
	}
	.c-imgtxt_hor_4_2 > div:not(.pb-handle) > .c-col_inner:first-child{
		margin-top: 0;
	}
}

/*imgtxt_hor_4_1*/
.c-imgtxt_hor_4_1 .c-img img{
	width: 100%;
}

@media print, screen and (min-width:768px){
	.c-imgtxt_hor_4_1.pb-layout{
		margin-bottom: 50px!important;
	}
	.c-imgtxt_hor_4_1 > div:not(.pb-handle){
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_4_1 > div:not(.pb-handle):after{
		display: none;
	}
	.c-imgtxt_hor_4_1 > div:not(.pb-handle) > .c-col_inner{
		width: calc((100% - 50px) / 2);
		margin-top: 50px;
	}
	.c-imgtxt_hor_4_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle){
		display: flex;
		justify-content: space-between;
	}
	.c-imgtxt_hor_4_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle):after{
		display: none;
	}
	.c-imgtxt_hor_4_1 > div:not(.pb-handle) > .c-col_inner:nth-of-type(-n+2){
		margin-top: 0;
	}
	.c-imgtxt_hor_4_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > *{
		width: calc((100% - 20px) / 2);
	}
	.c-imgtxt_hor_4_1 .c-img{
		margin-right: 20px;
	}
}

@media screen and (max-width:767px){
	.c-imgtxt_hor_4_1{
		margin-bottom: 30px;
	}
	.c-imgtxt_hor_4_1.pb-handle{
		margin-bottom: 30px!important;
	}
	.c-imgtxt_hor_4_1 > div:not(.pb-handle) > .c-col_inner{
		margin-top: 30px;
	}
	.c-imgtxt_hor_4_1 > div:not(.pb-handle) > :first-of-type{
		margin-top: 0;
	}
	.c-imgtxt_hor_4_1 .c-img{
		margin-bottom: 10px;
	}
}

/*imgtxt_hor_2_1_1*/
.c-imgtxt_hor_2_1_1{}
.c-imgtxt_hor_2_1_1 > .c-col_inner{
}
.c-imgtxt_hor_2_1_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle):last-child{
	margin-bottom: 0;
}
.c-imgtxt_hor_2_1_1 .c-img .download_prevent,
.c-imgtxt_hor_2_1_1 .c-img img{
	width: 100%;
}

.c-imgtxt_hor_2_1_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle):after{
	display: none;
}

@media print, screen and (min-width:768px){
	.c-imgtxt_hor_2_1_1{
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_2_1_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle){
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_2_1_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > .c-txt {
		width: calc((100% - 50px) * .6837);
	}
	.c-imgtxt_hor_2_1_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > .c-img {
		width: calc((100% - 50px) * .3162);
	}
}

@media screen and (max-width:767px){
	.c-imgtxt_hor_2_1_1{
		margin-bottom: 30px;
	}
	.c-imgtxt_hor_2_1_1 > div:not(.pb-handle) > .c-col_inner{
		margin-bottom: 0;
	}
	.c-imgtxt_hor_2_1_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > * {
		margin-bottom: 15px;
	}
	.c-imgtxt_hor_2_1_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > *:last-child {
		margin-bottom: 0;
	}
}

/*imgtxt_hor_1_2_1*/
.c-imgtxt_hor_1_2_1{}
.c-imgtxt_hor_1_2_1 > .c-col_inner{
}
.c-imgtxt_hor_1_2_1 > .c-col_inner:last-child{
	margin-bottom: 0;
}
.c-imgtxt_hor_1_2_1 .c-img .download_prevent,
.c-imgtxt_hor_1_2_1 .c-img img{
	width: 100%;
}

@media print, screen and (min-width:768px){
	.c-imgtxt_hor_1_2_1{
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_1_2_1.pb-layout{
		margin-bottom: 50px!important;
	}
	.c-imgtxt_hor_1_2_1 > div:not(.pb-handle) > .c-col_inner{
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_1_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle){
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.c-imgtxt_hor_1_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle):after{
		display: none;
	}
	.c-imgtxt_hor_1_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > div:not(.pb-handle){
		width: calc((100% - 50px) * .333);
	}
	.c-imgtxt_hor_1_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > div:not(.pb-handle) + div:not(.pb-handle) {
		width: calc((100% - 50px) * .666);
	}
}

@media screen and (max-width:767px){
	.c-imgtxt_hor_1_2_1{
		margin-bottom: 30px;
	}
	.c-imgtxt_hor_1_2_1 > .c-col_inner{
		margin-bottom: 30px;
	}
	.c-imgtxt_hor_1_2_1 > .c-col_inner > * {
		margin-bottom: 15px;
	}
	.c-imgtxt_hor_1_2_1 > .c-col_inner > *:last-child {
		margin-bottom: 0;
	}
}

/*imgtxt_ver_2_2*/
.c-imgtxt_ver_2_2 > div:not(.pb-handle){
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-imgtxt_ver_2_2 > div:not(.pb-handle):after{
	display: none;
}
.c-imgtxt_ver_2_2 > div:not(.pb-handle) > .c-col_inner:nth-of-type(2n){
	margin-right: 0;
}
.c-imgtxt_ver_2_2 > div:not(.pb-handle) > .c-col_inner:nth-of-type(-n+2){
	margin-top: 0;
}
.c-imgtxt_ver_2_2 .c-img{
	margin-bottom: 15px;
}
.c-imgtxt_ver_2_2 .c-img .download_prevent,
.c-imgtxt_ver_2_2 .c-img img{
	width: 100%;
}
.c-imgtxt_ver_2_2 .c-name{
	margin-bottom: 15px;
}
.c-imgtxt_ver_2_2 .c-txt:last-of-type{
	margin-bottom: 0;
}
.c-imgtxt_ver_2_2 .c-btn a{
	width: 100%;
}
.c-imgtxt_ver_2_2 .c-textarea {
	margin-bottom: 15px;
}
.c-imgtxt_ver_2_2 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > div:last-of-type{
	margin-bottom: 0;
}
@media print, screen and (min-width:768px){
	.c-imgtxt_ver_2_2 > div:not(.pb-handle) > .c-col_inner{
		width: calc((100% - 50px) / 2);
		margin-top: 50px;
	}
	.c-imgtxt_ver_2_2 .c-name{
		font-size: 24px;
	}
}
@media screen and (max-width:767px){
	.c-imgtxt_ver_2_2 > div:not(.pb-handle) > .c-col_inner{
		width: calc((100% - 25px) / 2);
		margin-top: 25px;
	}
	.c-imgtxt_ver_2_2 .c-name{
		font-size: 20px;
	}
}

/*imgtxt_ver_2_1*/
.c-imgtxt_ver_2_1{}
.c-imgtxt_ver_2_1 .c-img{
	margin-bottom: 15px;
}
.c-imgtxt_ver_2_1 .c-img .download_prevent,
.c-imgtxt_ver_2_1 .c-img img{
	width: 100%;
}
.c-imgtxt_ver_2_1 .c-name{
	margin-bottom: 15px;
}
.c-imgtxt_ver_2_1 .c-txt:last-of-type{
	margin-bottom: 0;
}
.c-imgtxt_ver_2_1 .c-btn a{
	width: 100%;
}
.c-imgtxt_ver_2_1 .c-textarea {
	margin-bottom: 15px;
}
.c-imgtxt_ver_2_1 .c-col_inner > div:not(.pb-handle) > *:last-of-type{
	margin-bottom: 0;
}
.c-imgtxt_ver_2_1 > div:not(.pb-handle) > .c-col_inner{
	position: relative;
    overflow: inherit;
}
.c-imgtxt_ver_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle){
    position: relative;
    display: flex;
    align-content: space-between;
}

.c-imgtxt_ver_2_1 .c-textarea {
	width: 100%;
}

@media print, screen and (min-width:768px){
	.c-imgtxt_ver_2_1 > div:not(.pb-handle){
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.c-imgtxt_ver_2_1 > div:not(.pb-handle):after{
        display: none;
	}
    .c-imgtxt_ver_2_1 > div:not(.pb-handle) > .c-col_inner{
		width: calc((100% - 100px) / 2);
		margin-top: 50px;
		margin-right: 50px;
	}
	.c-imgtxt_ver_2_1 > div:not(.pb-handle) > .c-col_inner:after{
		content: "";
		position: absolute;
		right: -50px;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: #dddddd;
	}
	.c-imgtxt_ver_2_1 > div:not(.pb-handle) > .c-col_inner:nth-of-type(2n):after{
		display: none;
	}
	.c-imgtxt_ver_2_1 > div:not(.pb-handle) > .c-col_inner:nth-of-type(-n+2){
		margin-top: 0;
	}
	.c-imgtxt_ver_2_1 .c-name{
		font-size: 24px;
	}
	.c-imgtxt_ver_2_1 > div:not(.pb-handle) > .c-col_inner:nth-of-type(2n){
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	.c-imgtxt_ver_2_1 > div:not(.pb-handle) > .c-col_inner:nth-of-type(-n+2) {
    margin-top: 0;
	}
	.c-imgtxt_ver_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle){
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}
}

@media screen and (max-width:767px){
	.c-imgtxt_ver_2_1{
		margin-bottom: 30px;
	}
	.c-imgtxt_ver_2_1 > div:not(.pb-handle) > .c-col_inner{
		margin-top: 30px;
	}
	.c-imgtxt_ver_2_1 > div:not(.pb-handle) > .c-col_inner:first-of-type{
		margin-top: 0;
	}
	.c-imgtxt_ver_2_1 .c-name{
		font-size: 20px;
	}
	.c-imgtxt_ver_2_1 .c-ttl_num_blue-block-num p {
		padding: 0px 8px 1px!important;
		font-size: 18px!important;
		line-height: 1!important;
	}
	.c-imgtxt_ver_2_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle){
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}
}

/*imgtxt_ver_3_2*/
.c-imgtxt_ver_3_2 > div:not(.pb-handle){
	display: flex;
	flex-wrap: wrap;
}
.c-imgtxt_ver_3_2 > div:not(.pb-handle) > .c-col_inner {
	position: relative;
}
.c-imgtxt_ver_3_2 .c-img{
	margin-bottom: 15px;
}
.c-imgtxt_ver_3_2  .c-img .download_prevent,
.c-imgtxt_ver_3_2 .c-img img{
	width: 100%;
}
.c-imgtxt_ver_3_2 .c-name{
	margin-bottom: 15px;
}
.c-imgtxt_ver_3_2 .c-textarea {
	margin-bottom: 15px;
}
.c-imgtxt_ver_3_2 .c-col_inner > div:not(.pb-handle) > div:last-of-type{
	margin-bottom: 0;
}
.c-imgtxt_ver_3_2 .c-text a {
	color: #222;
	text-decoration: none;
	transition: all .2s;
}
.c-imgtxt_ver_3_2 .c-text a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.c-imgtxt_ver_3_2 .c-text a:hover {
	color: #1ba1e6;
}



@media print, screen and (min-width:768px){
	.c-imgtxt_ver_3_2 {
		margin-bottom: 50px;
	}
	.c-imgtxt_ver_3_2.pb-layout {
		margin-bottom: 50px!important;
	}
	.c-imgtxt_ver_3_2 > div:not(.pb-handle) > .c-col_inner{
		width: calc((100% - 64px) / 3);
		margin-right: 32px;
		margin-top: 50px;
	}
	.c-imgtxt_ver_3_2 > div:not(.pb-handle) > .c-col_inner:nth-of-type(3n){
		margin-right: 0;
	}
	.c-imgtxt_ver_3_2 > div:not(.pb-handle) > .c-col_inner:nth-of-type(-n+3){
		margin-top: 0;
	}
	.c-imgtxt_ver_3_2 > div:not(.pb-handle) .c-name{
		font-size: 24px;
	}
}
@media screen and (max-width:767px){
	.c-imgtxt_ver_3_2 {
		margin-bottom: 30px;
	}
	.c-imgtxt_ver_3_2.pb-layout {
		margin-bottom: 30px!important;
	}
	.c-imgtxt_ver_3_2 > div:not(.pb-handle) > .c-col_inner{
		width: calc((100% - 25px) / 2);
		margin-right: 25px;
		margin-top: 30px;
	}
	.c-imgtxt_ver_3_2 > div:not(.pb-handle) > .c-col_inner:nth-of-type(2n){
		margin-right: 0;
	}
	.c-imgtxt_ver_3_2 > div:not(.pb-handle) > .c-col_inner:nth-of-type(-n+2){
		margin-top: 0;
	}
	.c-imgtxt_ver_3_2 .c-name{
		font-size: 20px;
	}
}

/*imgtxt_ver_3_1*/
.c-imgtxt_ver_3_1 .c-img{
	margin-bottom: 15px;
}
.c-imgtxt_ver_3_1 .c-img .download_prevent,
.c-imgtxt_ver_3_1 .c-img img{
	width: 100%;
}
.c-imgtxt_ver_3_1 .c-name{
	margin-bottom: 15px;
}
.c-imgtxt_ver_3_1 .c-txt:last-of-type{
	margin-bottom: 0;
}
.c-imgtxt_ver_3_1 .c-textarea {
	margin-bottom: 20px;
}
.c-imgtxt_ver_3_1 .c-col_inner > div:not(.pb-handle) > *:last-of-type{
	margin-bottom: 0;
}
.c-imgtxt_ver_2_1 .c-ttl_num h4,
.c-imgtxt_ver_3_1 .c-ttl_num h4{
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-indent: -2em;
    padding-left: 2em;
}
.c-imgtxt_ver_2_1 h4 .num,
.c-imgtxt_ver_3_1 h4 .num{
	margin-right: 10px;
    padding: 0px 8px 1px;
    background-color: #1ba1e6;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    line-height: 1;
}

@media print, screen and (min-width:768px){
	.c-imgtxt_ver_3_1 > div:not(.pb-handle){
		display: flex;
		flex-wrap: wrap;
        justify-content: flex-start;
		margin-bottom: 50px;
	}
	.c-imgtxt_ver_3_1 > div:not(.pb-handle):after{
        display: none;
	}
    .c-imgtxt_ver_3_1 > div:not(.pb-handle) > .c-col_inner{
		position: relative;
		width: calc((100% - 200px) / 3);
		margin-right: 100px;
		margin-top: 50px;
		overflow: inherit;
	}
	.c-imgtxt_ver_3_1 > div:not(.pb-handle) > .c-col_inner:after{
		content: "";
		position: absolute;
		right: -50px;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: #dddddd;
	}
	.c-imgtxt_ver_3_1 > div:not(.pb-handle) > .c-col_inner:nth-of-type(3n){
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	.c-imgtxt_ver_3_1 > div:not(.pb-handle) > .c-col_inner:nth-of-type(3n):after{
		display: none;
	}
	.c-imgtxt_ver_3_1 .c-name{
		font-size: 24px;
	}
	.c-imgtxt_ver_3_1 > div:not(.pb-handle) > .c-col_inner:nth-of-type(-n+3){
		margin-top: 0;
	}
	.c-imgtxt_ver_3_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.c-imgtxt_ver_3_1 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle):after {
		display: none;
	}
}

@media screen and (max-width:767px){
	.c-imgtxt_ver_3_1 {
		margin-bottom: 30px;
	}
	.c-imgtxt_ver_3_1 > div:not(.pb-handle) > .c-col_inner{
		width: 100%;
		margin-top: 30px;
	}
	.c-imgtxt_ver_3_1 > div:not(.pb-handle) > .c-col_inner:nth-of-type(3n){
		margin-right: 0;
	}
	.c-imgtxt_ver_3_1 > div:not(.pb-handle) > .c-col_inner:first-child{
		margin-top: 0;
	}
	.c-imgtxt_ver_3_1 .c-name{
		font-size: 20px;
	}
	.c-imgtxt_ver_3_1 .c-ttl_num h4{
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
	.c-imgtxt_ver_3_1 .num {
		padding: 0px 6px 1px!important;
		font-size: 15px!important;
	}
	.c-imgtxt_ver_3_1 .c-ttl_num_blue-block-num p {
		padding: 0px 8px 1px!important;
		font-size: 18px!important;
		line-height: 1!important;
	}
}

/* imgtxt_ver_4_2 */
.c-imgtxt_ver_4_2 > div:not(.pb-handle){
	display: flex;
	flex-wrap: wrap;
}
.c-imgtxt_ver_4_2 > div:not(.pb-handle):after{
	display: none;
}
.c-imgtxt_ver_4_2 .c-img{
	margin-bottom: 15px;
}
.c-imgtxt_ver_4_2 .c-img .download_prevent,
.c-imgtxt_ver_4_2 .c-img img{
	width: 100%;
}
.c-imgtxt_ver_4_2 .c-name{
	margin-bottom: 15px;
}
.c-imgtxt_ver_4_2 .c-txt:last-of-type{
	margin-bottom: 0;
}
.c-imgtxt_ver_4_2 .c-textarea {
	margin-bottom: 15px;
}
.c-imgtxt_ver_4_2 > div:not(.pb-handle) > .c-col_inner > div:not(.pb-handle) > div:last-of-type{
	margin-bottom: 0;
}

@media print, screen and (min-width:768px){
	.c-imgtxt_ver_4_2{
		margin-bottom: 50px;
	}
	.c-imgtxt_ver_4_2.pb-layout{
		margin-bottom: 50px!important;
	}
	.c-imgtxt_ver_4_2 > div:not(.pb-handle) > .c-col_inner{
		width: calc((100% - 96px) / 4);
		margin-right: 32px;
		margin-top: 50px;
	}
	.c-imgtxt_ver_4_2 > div:not(.pb-handle) > .c-col_inner:nth-of-type(4n){
		margin-right: 0;
	}
	.c-imgtxt_ver_4_2 > div:not(.pb-handle) > .c-col_inner:nth-of-type(-n+4){
		margin-top: 0;
	}
	.c-imgtxt_ver_4_2 .c-name{
		font-size: 24px;
	}
}
@media screen and (max-width:767px){
	.c-imgtxt_ver_4_2{
		margin-bottom: 30px;
	}
	.c-imgtxt_ver_4_2 > div:not(.pb-handle) > .c-col_inner{
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-top: 30px;
	}
	.c-imgtxt_ver_4_2 > div:not(.pb-handle) > .c-col_inner:nth-of-type(2n){
		margin-right: 0;
	}
	.c-imgtxt_ver_4_2 > div:not(.pb-handle) > .c-col_inner:nth-of-type(-n+2){
		margin-top: 0;
	}
	.c-imgtxt_ver_4_2 .c-name{
		font-size: 20px;
	}
}

/* box_imgtxt_ver_2_1 */
.box_imgtxt_ver_2_1{
}
.box_imgtxt_ver_2_1 .c-col_inner {
	border: 1px solid #c0bfc7;
}
.box_imgtxt_ver_2_1 .box_imgtxt_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_imgtxt_ver_2_1 .img img {
	width: 100%;
	border: 1px solid #d8d8dd;
}
.box_imgtxt_ver_2_1 .btn_block {
	margin-bottom: 0;
}
.box_imgtxt_ver_2_1 .btn_block .btn_dl_type01{
	width: 100%;
}

@media print, screen and (min-width:768px){
	.box_imgtxt_ver_2_1{
    display: flex;
    flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.box_imgtxt_ver_2_1 .c-ttl_bdr_blue_s {
		margin-bottom: 30px;
	}
	.box_imgtxt_ver_2_1 .c-col_inner {
		width: calc((100% - 50px) / 2);
    margin-right: 50px;
    margin-top: 50px;
		padding: 40px;
	}
	.box_imgtxt_ver_2_1 .c-col_inner:nth-of-type(-n+2) {
		margin-top: 0;
	}
	.box_imgtxt_ver_2_1 .c-col_inner:nth-of-type(2n) {
		margin-right: 0;
	}
	.box_imgtxt_ver_2_1 .box_imgtxt_inner > div {
		width: calc((100% - 30px) / 2);
	}
	.box_imgtxt_ver_2_1 .btn_block {
		width: 100%;
		margin-top: 30px;
	}
	.box_imgtxt_ver_2_1 .btn_block .btn_dl_type01 a{
		padding: 10px;
	}
}
@media screen and (max-width:767px){
	.box_imgtxt_ver_2_1{
		margin-bottom: 30px;
	}
	.box_imgtxt_ver_2_1 .c-ttl_bdr_blue_s {
		margin-bottom: 20px;
	}
	.box_imgtxt_ver_2_1 .c-col_inner {
		margin-top: 20px;
		padding: 20px;
	}
	.box_imgtxt_ver_2_1 .c-col_inner:first-of-type {
		margin-top: 0;
	}
	.box_imgtxt_ver_2_1 .box_imgtxt_inner > div {
		width: calc((100% - 20px) / 2);
	}
		.box_imgtxt_ver_2_1 .btn_block .btn_dl_type01 {
		margin-top: 20px;
		min-width: auto;
	}
	.box_imgtxt_ver_2_1 .btn_block .btn_dl_type01 a{
		padding: 10px 5px;
    font-size: 14px;
	}
	.box_imgtxt_ver_2_1 .btn_block .btn_dl_type01 .icon{
		padding-left: 15px;
	}
	.box_imgtxt_ver_2_1 .btn_block .btn_dl_type01 .icon:before {
    width: 11px;
	}
}

/* パンくず（breadcrumbs）
-------------------------------------------------- */
.c-breadcrumbs_wrap {
	background: #fff;
}
.c-breadcrumbs_wrap .pbBlockNavigation {
	display: flex;
	flex-wrap: wrap;
    padding: 18px 0 15.5px;
}
.c-breadcrumbs_wrap .pbBlockNavigation {
	font-size: 14px;
}
.c-breadcrumbs_wrap .pbBlockNavigation a{
	position: relative;
    padding-right: 13px;
	margin-right: 10px;
    color: #222222;
    text-decoration: none;
}
.c-breadcrumbs_wrap .pbBlockNavigation a:after{
	position: absolute;
	bottom: 9px;
	right: 0;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-breadcrumbs_wrap.-product .content_inner {
    padding-left: 0!important;
    padding-right: 0!important;
}
@media print, screen and (min-width:768px){
	.c-breadcrumbs_wrap .content_inner {
        width: 1124px;
		padding: 0 50px 0px;
	}
	.c-breadcrumbs_wrap.-typelong .content_inner {
		max-width: 1276px;
		padding: 10px 50px 0px;
		width: auto;
	}
	.c-breadcrumbs_wrap .pbBlockNavigation a:hover{
		color: #1ba1e6;
	}
}
@media screen and (max-width:767px){
	.c-breadcrumbs_wrap {
		display: none;
	}
}


/* パンくずtype02 */
.c-breadcrumbs_wrap ol {
	display: flex;
	flex-wrap: wrap;
    padding: 18px 0 15.5px;
}
.c-breadcrumbs_wrap ol {
	font-size: 14px;
}
.c-breadcrumbs_wrap ol li {
	position: relative;
    padding-right: 13px;
	margin-right: 10px;
    text-decoration: none;
	color: #222;
}
.c-breadcrumbs_wrap ol li a {
    color: #222222;
	text-decoration: none;
}
.c-breadcrumbs_wrap ol li span.no-link:after,
.c-breadcrumbs_wrap ol li a:after{
	position: absolute;
	bottom: 9px;
	right: 0;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-breadcrumbs_wrap ol li:last-child span.no-link:after,
.c-breadcrumbs_wrap ol li:last-child a:after{
	display: none;
}
@media print, screen and (min-width:768px){
	.c-breadcrumbs_wrap .content_inner {
        width: 1124px;
		padding: 0 50px 0px;
	}
	.c-breadcrumbs_wrap.-typelong .content_inner {
		max-width: 1276px;
		padding: 10px 50px 0px;
		width: auto;
	}
	.c-breadcrumbs_wrap ol a:hover{
		color: #1ba1e6;
	}
}
@media screen and (max-width:767px){
	.c-breadcrumbs_wrap {
		display: none;
	}
}

/* お問い合わせ（inquiry）
-------------------------------------------------- */
.c-inquiry_wrap{
	border: 1px solid #45b2ea;
	box-sizing: border-box;
}
.c-inquiry_wrap .c-inquiry_ttl{
	min-width: 50px;
	background: linear-gradient(90deg, rgba(27,161,230,1) 0%, rgba(100,196,245,1) 100%);
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.14em;
}
.c-inquiry_wrap .c-inquiry_txt_area{
}
.c-inquiry_wrap .c-inquiry_txt_area._col2{
	border-top: 1px solid #c0bfc7;
}
.c-inquiry_wrap .c-inquiry_subttl{
	color: #1ba1e6;
	font-weight: bold;
}
.c-inquiry_wrap .c-inquiry_txt_area .c-ttl{
	min-width: 50px;
	font-weight: bold;
}
.c-inquiry_wrap .c-inquiry_txt_area .c-tel{
	min-width: 50px;
	font-weight: bold;
}
.content_inner .c-tel a{
	color: #222;
	text-decoration: none;
}
.c-inquiry_wrap .c-inquiry_txt_area._col2 .c-tel{
	font-weight: bold;
}

@media print, screen and (min-width:768px){
	.c-inquiry_wrap{
		width: 1024px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.c-inquiry_wrap .c-inquiry_ttl{
		padding: 35px 20px;
		font-size: 28px;
		font-weight: bold;
		line-height: 1.5;
	}
	.c-inquiry_wrap .c-inquiry_box > div:not(.pb-handle){
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 38px 70px;
	}
	.c-inquiry_wrap .c-inquiry_txt_area > div:not(.pb-handle){
		display: flex;
		align-items: center;
		font-size: 20px;
	}
	.c-inquiry_wrap .c-inquiry_box > div:not(.pb-handle):after{
        display: none;
	}
	.c-inquiry_wrap .c-inquiry_txt_area > div:not(.pb-handle):after{
        display: none;
	}
    .c-inquiry_wrap .c-inquiry_txt_area .c-ttl {
		font-size: 22px;
	}
	.c-inquiry_wrap .c-inquiry_txt_area .c-tel{
		display: flex;
		align-items: center;
		margin-left: 50px;
		font-weight: bold;
	}
	.c-inquiry_wrap .c-inquiry_txt_area .c-tel_ttl{
		margin-right: 10px;
		font-size: 18px;
	}
	.c-inquiry_wrap .c-inquiry_txt_area .c-tel_num{
		font-size: 28px;
	}
	.c-inquiry_wrap .c-inquiry_subttl{
		margin-bottom: 10px;
	}
	.c-inquiry_wrap .c-inquiry_txt_area._col2 > div:not(.pb-handle){
		display: flex;
		margin-top: 20px;
		padding-top: 30px;
	}
	.c-inquiry_wrap .c-inquiry_txt_area._col2 > div:not(.pb-handle):after{
        display: none;
	}
    .c-inquiry_wrap .c-inquiry_txt_area_block{
		border-left: 1px solid #c0bfc7;
		width: 50%;
		text-align: center;
	}
	.c-inquiry_wrap .c-inquiry_txt_area_block:nth-of-type(2n-1){
		border-left: none;
	}
	.c-inquiry_wrap .c-inquiry_btn_area .c-btn_block:nth-of-type(2n){
		margin-left: 60px;
	}
	.c-inquiry_wrap .c-inquiry_btn_area a{
		width: 324px;
		padding-top: 15px;
		padding-bottom: 15px;
		box-sizing: border-box;
		text-align: center;
	}
	.c-inquiry_wrap .c-inquiry_btn_area .c-btn_block:nth-last-child(-n+2){
		margin-bottom: 0;
	}
	.c-inquiry_wrap .c-btn_type01 {
		width: 323px;
	}
	.content_inner .c-tel a{
		pointer-events: none;
	}
}
@media screen and (max-width:767px){
	.c-inquiry_wrap{
		margin-bottom: 30px;
	}
	.c-inquiry_wrap .c-inquiry_ttl{
		padding: 25px 20px;
		font-size: 18px;
		text-align: left;
	}
	.c-inquiry_wrap .c-inquiry_txt_area{
		margin-bottom: 20px;
		font-size: 16px;
		text-align: center;
	}
	.c-inquiry_wrap .c-inquiry_box {
		padding: 25px 25px 30px;
	}
	.c-inquiry_wrap .c-inquiry_txt_area .c-ttl {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.c-inquiry_wrap .c-inquiry_txt_area .c-tel_ttl{
		margin-right: 5px;
		font-size: 14px;
	}
	.c-inquiry_wrap .c-inquiry_txt_area .c-tel_num{
		font-size: 18px;
	}
	.c-inquiry_wrap .c-inquiry_btn_area .c-btn_block:last-child{
		margin-bottom: 0;
	}
	.c-inquiry_wrap .c-inquiry_txt_area_block {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #c0bfc7;
	}
	.c-inquiry_wrap .c-inquiry_txt_area_block:first-of-type {
		margin-top: 0;
		border-top: none;
	}
	.c-inquiry_wrap .c-inquiry_subttl {
		margin-bottom: 5px;
	}
	.c-inquiry_wrap .c-inquiry_btn_area .c-btn_block {
		margin-bottom: 10px;
		min-width: 230px;
		text-align: center;
	}
	.c-inquiry_wrap .c-btn_type01{
		width: 100%;
	}
	.c-inquiry_wrap .c-btn_type01 a{
		font-size: 15px;
	}
	.c-inquiry_wrap .c-inquiry_txt_box > div:not(.pb-handle) {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.c-inquiry_wrap .c-inquiry_txt_box > div:not(.pb-handle):after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 1px;
		height: 100%;
		background-color: #ddd;
	}
	.c-inquiry_wrap .c-inquiry_txt_box .c-tel:last-of-type{
		border-right: none;
	}
	.c-inquiry_wrap .c-inquiry_txt_box .c-tel_ttl{
		margin-right: 0;
	}
}

/* お問い合わせ（inquiry_simple_wrap）
-------------------------------------------------- */
.c-inquiry_simple_wrap > div:not(.pb-handle) {
	position: relative;
    background: url(/library/eng/common_v3/images/inquiry_simple_bg.jpg) no-repeat right top;
    background-size: cover;
    z-index: 0;
    overflow: hidden;
}
.c-inquiry_simple_wrap .c-inquiry_ttl {
	letter-spacing: .06em;
	font-weight: bold;
	color: #fff;
}
@media print, screen and (min-width:768px){
	.c-inquiry_simple_wrap > div:not(.pb-handle) {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 48px 68px 48px 50px;
		width:1024px;
		margin: 0 auto;
	}
	.c-inquiry_simple_wrap > div:not(.pb-handle):after {
        display: none;
    }
    .c-inquiry_simple_wrap .c-inquiry_ttl {
		font-size: 30px;
	}
	.c-inquiry_simple_wrap .c-btn_type01{
		width: 363px;
	}
}
@media screen and (max-width:767px){
	.c-inquiry_simple_wrap > div:not(.pb-handle) {
		padding: 30px 20px;
		background: url(/library/eng/common_v3/images/inquiry_simple_bg_sp.jpg) no-repeat right top;
		background-size: cover;
	}
	.c-inquiry_simple_wrap .c-inquiry_ttl {
		margin-bottom: 20px;
		font-size: 20px;
		text-align: center;
		letter-spacing: .1em;
	}
	.c-inquiry_simple_wrap .c-btn_type01{
		width: 100%;
	}
}
@media screen and (max-width:375px){
	.c-inquiry_simple_wrap .c-inquiry_ttl {
		font-size: 17px;
	}
}

/* ボックス（box）
-------------------------------------------------- */
.c-box01_border_gray {
	border: 1px solid #c0bfc7;
}
@media print, screen and (min-width:768px){
	.c-box01_border_gray {
		margin-bottom: 50px;
		padding: 50px;
	}
}
@media screen and (max-width:767px){
	.c-box01_border_gray {
		padding: 20px 15px;
	}
	.c-box01_border_gray {
		margin-bottom: 30px;
	}
}

/* box02_border_blue
-------------------------------------------------- */
.c-box02_border_blue_inner {
	position: relative;
	border: 2px solid #5aa9de;
	line-height: 2;
	overflow: inherit;
}
.c-box02_border_blue_ttl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.c-box02_border_blue_txt.pb-layout {
	margin-top: 40px;
}
.c-box02_border_blue_check.pb-layout {
	margin-top: 40px;
}
.c-box02_border_blue_ttl span {
	background-color: #fff;
	color: #5aa9de;
	font-weight: bold;
}
.c-box02_border_blue_check > div:not(.pb-handle) > .c-box02_border_blue_check-item {
	font-weight: bold;
}

.c-box02_border_blue_check > div:not(.pb-handle):after {
	display: none;
}

@media print, screen and (min-width:768px){
	.c-box02_border_blue{
		margin-bottom: 50px;
		padding-top: 20px;
	}
	.c-box02_border_blue.pb-layout{
		margin-bottom: 50px;
	}
	.c-box02_border_blue_inner {
		padding: 50px;
	}
	.c-box02_border_blue_ttl {
		top: -30px;
	}
	.c-box02_border_blue_ttl span {
		padding: 0 30px;
		font-size: 28px;
	}
	.c-box02_border_blue_check > div:not(.pb-handle) {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.c-box02_border_blue_check > div:not(.pb-handle) > .c-box02_border_blue_check-item {
		width: calc((100% - 20px) / 2);
		background: url(/library/eng/common_v3/images/icon_check_blue01.svg) no-repeat left 7px;
		background-size: 27px;
		margin-top: 30px;
		padding-left: 37px;
		font-size: 20px;
	}
	.c-box02_border_blue_check > div:not(.pb-handle) > .c-box02_border_blue_check-item.pb-layout {
		background-position: left 17px;
	}
	.c-box02_border_blue_check > div:not(.pb-handle) > .c-box02_border_blue_check-item:nth-of-type(-n+2) {
		margin-top: 0;
	}
}
@media screen and (max-width:767px){
	.c-box02_border_blue {
		margin-bottom: 30px;
		padding-top: 10px;
	}
	.c-box02_border_blue.pb-layout {
		margin-bottom: 30px;
	}
	.c-box02_border_blue_inner {
		padding: 30px 15px;
	}
	.c-box02_border_blue_ttl {
		top: -20px;
	}
	.c-box02_border_blue_ttl span {
		padding: 0 20px;
		font-size: 22px;
	}
	.c-box02_border_blue_check > div:not(.pb-handle) > .c-box02_border_blue_check-item {
		background: url(/library/eng/common_v3/images/icon_check_blue01.svg) no-repeat left 8px;
		background-size: 20px;
		margin-top: 10px;
		padding-left: 28px;
		font-size: 18px;
	}
	.c-box02_border_blue_check > div:not(.pb-handle) > .c-box02_border_blue_check-item.pb-layout {
		background-position: left 18px;
	}
	.c-box02_border_blue_check > div:not(.pb-handle) > .c-box02_border_blue_check-item:first-of-type {
		margin-top: 0;
	}
}


/*--------------------------------------------------

flow_wrap

--------------------------------------------------*/
.c-flow_wrap .c-flow_box > div:not(.pb-handle) {
	position: relative;
	border-bottom: 2px dotted #e1e1e1;
}
.c-flow_wrap .c-flow_box:last-of-type > div:not(.pb-handle){
	border: none;
	margin-bottom: 0;
}
.c-flow_wrap .c-flow_box > div:not(.pb-handle):after{
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 32px 0 32px;
	border-color: #5aa9de transparent transparent transparent;
}
.c-flow_wrap .c-flow_box:last-of-type > div:not(.pb-handle):after{
	display: none;
}
.c-flow_wrap .c-flow_box .c-textarea_inner01 > div:not(.pb-handle) {
	display: flex;
	vertical-align: middle;
	width: 100%;
	color: #5aa9de;
	font-size: 24px;
	font-weight: bold;
}
.c-flow_wrap .c-flow_box .c-textarea_inner01 .c-textarea_ttl-num > div:not(.pb-handle) {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
	text-align: center;
	width: 42px;
	height: 42px;
	border-radius: 1000px;
	background-color: #5aa9de;
}
.c-flow_wrap .c-flow_box .c-textarea_ttl {
	display: block;
	padding-left: 17px;
}
.c-flow_wrap .c-flow_box .download_prevent,
.c-flow_wrap .c-flow_box .c-img img{
	width: 100%;
}

@media print, screen and (min-width:768px){
	.c-flow_wrap {
		margin-bottom: 50px;
	}
	.c-flow_wrap.pb-layout {
		margin-bottom: 50px!important;
	}
	.c-flow_wrap .c-flow_box > div:not(.pb-handle){
		display: flex;
		justify-content: space-between;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.c-flow_wrap .c-flow_box > div:not(.pb-handle) > div:not(.pb-handle){
		width: calc((100% - 50px) * .666);
	}
	.c-flow_wrap .c-flow_box  > div:not(.pb-handle) > div:not(.pb-handle) + div:not(.pb-handle){
		width: calc((100% - 50px) * .333);
	}
	.c-flow_wrap .c-flow_box:last-of-type{
		margin-bottom: 0;
	}
	.c-flow_wrap .c-flow_box .c-textarea_txt {
		padding-left: 60px;
	}
}
@media screen and (max-width:767px){
	.c-flow_wrap {
		margin-bottom: 30px;
	}
	.c-flow_wrap.pb-layout {
		margin-bottom: 30px!important;
	}
	.c-flow_wrap .c-flow_box > div:not(.pb-handle){
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.c-flow_wrap .c-flow_box .c-textarea_inner01 {
		margin-bottom: 0;
		font-size: 20px;
	}
	.c-textarea_ttl-num {
		overflow: inherit;
	}
	.c-flow_wrap .c-flow_box .c-textarea_inner01 .c-textarea_ttl-num > div:not(.pb-handle) {
		width: 34px;
		height: 34px;
		font-size: 18px;
		overflow: hidden;
	}
	.c-flow_wrap .c-flow_box .c-textarea_ttl {
		padding-left: 11px;
	}
	.c-flow_wrap .c-flow_box .c-textarea_txt {
		padding-left: 45px;
		margin-bottom: 25px;
	}
	.c-flow_wrap .c-flow_box .c-img {
		padding-left: 45px;
	}
	.c-flow_wrap .c-flow_box > div:not(.pb-handle):after {
		border-width: 18px 25px 0 25px;
	}
}

/*--------------------------------------------------

other_fields_wrap(その他の事業)

--------------------------------------------------*/
.c-other_fields_wrap {
	position: relative;
	padding-top: 50px;
	z-index: 0;
}
.c-other_fields_wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 290px;
	background: linear-gradient(90deg, rgba(27,161,230,1) 0%, rgba(100,196,245,1) 100%);
	z-index: -2;
}
.c-other_fields_wrap .c-ttl_bdr_blue .c-txt_main{
	color: #ffffff;
}
.c-other_fields_wrap .c-ttl_bdr_blue .c-txt_sub{
	color: #ffffff;
}
.c-other_fields_wrap .c-ttl_bdr_blue:before {
	background-color: #ffffff;
}
.c-other_fields_wrap .c-other_fields_block {
}
.c-other_fields_wrap .c-other_fields_box {
	position: relative;
	overflow: hidden;
}
.c-other_fields_wrap .c-other_fields_txtarea {
	position: absolute;
	z-index: 1;
}
.c-other_fields_wrap .c-other_fields_box .c-other_fields_img{
	position: absolute;
	top: 0;
	z-index: 0;
}
.c-other_fields_wrap .c-other_fields_box .c-other_fields_img img{
	width: 100%;
}
.c-other_fields_wrap .c-other_fields_box .c-other_fields_box-wrapper > div:not(.pb-handle){
	display: block;
	color: #ffffff;
	text-decoration: none;
}
.c-other_fields_wrap .c-other_fields_box .c-other_fields_box-wrapper.pb-layout > div:not(.pb-handle){
	z-index: -2;
}
.c-other_fields_wrap .c-other_fields_box .c-other_fields_ttl {
	color: #ffffff;
	text-decoration: none;
}
.c-other_fields_block .c-other_fields_box .c-other_fields_img a {
	display: block;
	text-decoration: none;
}
.c-other_fields_block .c-other_fields_box .c-other_fields_img a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.c-other_fields_wrap .c-other_fields_box .c-other_fields_ttl {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .03em;
}
.c-other_fields_wrap .c-other_fields_box .c-other_fields_ttl a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.c-other_fields_wrap .c-other_fields_box .c-other_fields_ttl a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.c-other_fields_wrap .c-other_fields_box .c-other_fields_en {
	font-size: 20px;
	font-weight: bold;
}
.c-other_fields_wrap .c-other_fields_box .c-other_fields_ttl:after {
	position: absolute;
	left: 0;
	top: 19px;
	content: "";
	width: 8%;
	height: 4px;
	background-color: #ff0a14;
}
.c-other_fields_inner.pb-layout {
	overflow: hidden!important;
}
@media print, screen and (min-width:768px){
	.c-other_fields_wrap .c-ttl_bdr_blue {
		margin-bottom: 35px;
	}
	.c-other_fields_wrap {
		padding-top: 50px;
	}
	.c-other_fields_wrap .c-other_fields_inner {
		max-width: 1494px;
		min-width: 1064px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.c-other_fields_wrap .c-other_fields_block > div:not(.pb-handle) {
		display: flex;
	}
	.c-other_fields_wrap .c-other_fields_box {
		width: 100%;
		margin-right: 2px;
	}
	.c-other_fields_wrap .c-other_fields_box .c-other_fields_box-wrapper > div:not(.pb-handle){
		padding-top: 66.29%;
	}
	.c-other_fields_wrap .c-other_fields_box a:hover .c-other_fields_txtarea{
		transform: translateY(-100%);
	}
	.c-other_fields_wrap .c-other_fields_box:last-of-type{
		margin-right: 0;
	}
	.c-other_fields_wrap .c-other_fields_box .c-other_fields_ttl {
	}
	.c-other_fields_wrap .c-other_fields_box .c-other_fields_box-wrapper > div:not(.pb-handle):hover .c-other_fields_txtarea{
		transform: translateY(-100%);
	}
	.c-other_fields_wrap .c-other_fields_box .c-other_fields_txtarea {
		transition: all .2s;
		padding: 0 8% 5% 12%;
		transform: translateY(-75px);
	}
	.c-other_fields_wrap .c-other_fields_box .c-other_fields_txt {
		font-size: 14px;
		line-height: 1.55;
	}
	.c-other_fields_block._col5 .c-other_fields_box a{
		padding-top: 82.75%;
	}
	.c-other_fields_block._col5 .c-other_fields_box .c-other_fields_img img{
		width: 125%;
	}
}
@media print, screen and (max-width:1335px) and (min-width:768px){
	.c-other_fields_wrap._col5 .c-other_fields_box .c-other_fields_en {
		display: none;
	}
	.c-other_fields_block._col5 .c-other_fields_box .c-other_fields_ttl{
		margin-bottom: 5px;
	}
	.c-other_fields_block._col5 .c-other_fields_box .c-other_fields_txtarea {
		padding: 0 4% 2% 10%;
		transform: translateY(-45px);
	}
	.c-other_fields_block._col5 .c-other_fields_box .c-other_fields_ttl{
		font-size: 24px;
	}
	.c-other_fields_block._col5 .c-other_fields_box .c-other_fields_txt{
		font-size: 13px;
	}
	.c-other_fields_block._col5 .c-other_fields_box .c-other_fields_txtarea {
		transform: translateY(-38px);
	}
}
@media print, screen and (max-width:1230px) and (min-width:768px){
	.c-other_fields_wrap .c-other_fields_box .c-other_fields_en {
		display: none;
	}
	.c-other_fields_block .c-other_fields_box .c-other_fields_ttl{
		margin-bottom: 5px;
	}
	.c-other_fields_block .c-other_fields_box .c-other_fields_txtarea {
		padding: 0 4% 2% 10%;
		transform: translateY(-45px);
	}
}
@media screen and (max-width:767px) {
	.c-other_fields_wrap {
		padding-top: 30px;
	}
	.c-other_fields_wrap .c-ttl_bdr_blue {
		margin-bottom: 25px;
	}
	.c-other_fields_wrap .c-other_fields_block {
		margin: 0 20px;
	}
	.c-other_fields_wrap:after {
		width: 100%;
		height: auto;
		padding-top: 50.2%;
	}
	.c-other_fields_wrap .c-other_fields_box{
		margin-bottom: 2px;
	}
	.c-other_fields_wrap .c-other_fields_box:last-of-type{
		margin-bottom: 0;
	}
	.c-other_fields_wrap .c-other_fields_box .c-other_fields_box-wrapper > div:not(.pb-handle){
		padding-top: 47.2%;
	}
	.c-other_fields_wrap .c-other_fields_txtarea {
		padding-left: 25px;
		padding-bottom: 15px;
		bottom: 0;
	}
	.c-other_fields_wrap .c-other_fields_box .c-other_fields_ttl{
		font-size: 20px;
	}
	.c-other_fields_wrap .c-other_fields_box .c-other_fields_en {
		display: none;
	}
	.c-other_fields_wrap .c-other_fields_box .c-other_fields_ttl:after {
		top: 13px;
		width: 16px;
	}
	.c-other_fields_wrap .c-other_fields_box .c-other_fields_img {
		width: 100%;
		overflow: inherit;
		position: inherit;
	}
	.c-other_fields_wrap .c-other_fields_box .c-other_fields_img img{
		position: absolute;
		top: 0;
		transform: translate(0, -50%);
		padding-top: 47.2%;
	}
	.c-other_fields_wrap .c-other_fields_txt {
		display: none;
	}
}

/* gray_imgtxt_wrap
-------------------------------------------------- */
/*gray_imgtxt_wrap*/
.c-gray_imgtxt_wrap{
	overflow: inherit;
}
.c-gray_imgtxt_wrap .c-gray_imgtxt_outer{
	background-color: #f4f6f7;
	overflow: inherit;
}
.c-gray_imgtxt_wrap > .c-col_inner:last-child{
	margin-bottom: 0;
}
.c-gray_imgtxt_wrap > .c-col_inner .c-txt{
}
.c-gray_imgtxt_wrap .c-img .download_prevent,
.c-gray_imgtxt_wrap .c-img img{
	width: 100%;
}
.c-gray_imgtxt_wrap .c-gray_imgtxt_inner.c-gray_imgtxt_inner_link{
	padding: 0;
}
.c-gray_imgtxt_wrap .c-gray_imgtxt_inner{
	overflow: inherit;
}
.c-gray_imgtxt_inner_link .c-txt > a{
	position: relative;
	display: block;
	color: #222;
}
.c-gray_imgtxt_inner_link .c-txt > a:after{
	content: "";
	position: absolute;
	bottom: 10%;
	right: 0;
	width: 30px;
	height: 8px;
	display: block;
	transition: all .2s;
	background: url(/library/eng/common_v3/images/icon_arrow_red_L.png) no-repeat;
}
.c-gray_imgtxt_inner_link .c-txt > a:hover:after{
	right: -2%;
}

@media print, screen and (min-width:768px){
	.c-gray_imgtxt_wrap{
		min-height: 416px;
		margin-bottom: 50px;
		padding-top: 50px;
	}
	.c-gray_imgtxt_wrap .c-gray_imgtxt_inner{
		position: relative;
		max-width: 1540px;
		min-height: 300px;
		margin: 0 auto;
		padding: 42px 0 50px;
	}
	.c-gray_imgtxt_wrap .content_inner > div:not(.pb-handle){
		display: flex;
		justify-content: flex-end;
		min-width: 1124px;
		max-width: 1276px;
		padding: 0 50px;
	}
	.c-gray_imgtxt_wrap .content_inner > div:not(.pb-handle) > .c-txt{
		width: calc((100% - 60px) / 2);
	}
	.c-gray_imgtxt_wrap .c-gray_imgtxt_inner > div:not(.pb-handle) > .c-img{
		position: absolute;
		top: -50px;
		left: 0;
		width: 48.05%;
	}
	.c-gray_imgtxt_inner_link .c-txt > a{
		padding: 42px 0 50px;
	}
	.c-gray_imgtxt_inner_link .c-txt > a:hover{
		text-decoration: none;
	}
}

@media screen and (max-width:767px){
	.c-gray_imgtxt_wrap{
		padding-top: 38%;
		position: relative;
		margin-bottom: 30px;
		margin-right: 20px;
	}
	.c-gray_imgtxt_wrap > .c-col_inner{
		margin-bottom: 30px;
	}
	.c-gray_imgtxt_wrap .content_inner {
		padding-right: 0;
	}
	.c-gray_imgtxt_wrap .c-gray_imgtxt_inner .c-img{
		position: absolute;
		top: 0;
		left: 0;
		width: 93.12%;
	}
	.c-gray_imgtxt_inner {
		width: 93.12%;
	}
	.c-gray_imgtxt_wrap > .c-col_inner > * {
		margin-bottom: 15px;
	}
	.c-gray_imgtxt_wrap > .c-col_inner > *:last-child {
		margin-bottom: 0;
	}
	.c-gray_imgtxt_wrap .c-gray_imgtxt_outer{
		padding: 20% 0 25px;
	}
	.c-gray_imgtxt_inner_link .c-txt > a:after{
		bottom: -15px;
	}
}

/* ひな型作成用CSS */

.content_inner .icon_pdf {
    background: url(/library/eng/common_v3/images/icon_pdf_gray.svg) center center no-repeat;
}
.content_inner .icon_xls {
	background: url(/library/eng/common_v3/images/icon_xls_gray.svg) center center no-repeat;
}
.info_list a.info_list_inner:after {
    background: url(/library/eng/common_v3/images/icon_arrow_lightgray.png) center center no-repeat;
	background-size: 100% auto;
}

/* 2 column parts */

.content_clm{
    display: inherit;
}

.content_clm .content_main{}

.content_clm .nav_side{}

@media print, screen and (min-width:768px){
    .content_clm > div:not(.pb-handle){
		width: 100%;
        max-width: 1276px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	.content_clm > div:not(.pb-handle):after {
		display: none;
	}

    .content_clm > div:not(.pb-handle) .content_main{
        width: 87.07%;
    }

    .content_clm > div:not(.pb-handle) .nav_side{
        width: 9.46%;
    }
}

@media screen and (max-width:767px){
    .content_clm > div:not(.pb-handle) .content_main{
        width: 100%;
    }
}
.article_date_wrap {
	display: inherit;
}
.article_date_wrap > div:not(.pb-handle) {
	display: flex;
}

.nav_side,
.nav_side_inner,
.nav_side_block,
.nav_side_cnt {
	overflow: inherit;
}

.c-tab_cnt .info_list {
    border-top: none;
    margin-bottom: 0;   
}


/*--------------------------------------------------

動画一覧

--------------------------------------------------*/
.movie-list tr > td:first-child {
    display: none;
}
.movie-list tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.movie-list tbody td {
    width: 100%;
    display: block;
}
.movie-list tbody tr td:nth-child(2) {
	position: relative;
}
.movie-list tbody td a {
	color: #222;
	transition: all .2s;
	text-decoration: none;
}
.movie-list tbody td a:hover {
	color: #1ba1e6;
}
.movie-list tbody td a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie-list tbody tr img:first-child {
    width: 100%;
    margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
    .movie-list tbody tr {
        width: calc((100% - 64px) / 3);
        margin-right: 32px;
        margin-top: 50px;
        display: block;
    }
    .movie-list tbody tr:nth-of-type(3n) {
        margin-right: 0;
    }
    .movie-list tbody tr:nth-of-type(-n+3) {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .movie-list tbody tr {
        width: calc((100% - 25px) / 2);
        margin-right: 25px;
        margin-top: 30px;
    }   
    .movie-list tbody tr:nth-of-type(2n) {
        margin-right: 0;
    }
    .movie-list tbody tr:nth-of-type(-n+2) {
        margin-top: 0;
    }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 動画埋め込み */
.movie_stretchwrap {
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.movie_stretchwrap {
		position:relative;
		width:100%;
		height:0;
		padding-top:75%;
	}
	.movie_stretchwrap iframe{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
}
.youtube-854 {
    max-width: 854px;
    display: block;
    margin: 0 auto;
}