@charset "utf-8";

/* CSS Document */
.GridSet {
	width: 100%;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

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

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

#area_content {
	font-size: 100%;
}

#area_content .PageTitleStyle1 {
	width: 100%;
	background-image: url(../img/img_title.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0;
	padding: 75px 0;
	border-bottom: none;
	position: relative;
}

#area_content .PageTitleStyle1::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .32);
	top: 0;
	left: 0;
}

#area_content .PageTitleStyle1 .Cloudinner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#area_content .PageTitleStyle1 .Cloudinner .ImageArea {
	max-width: 350px;
	width: 36%;
	margin-left: auto;
}

#area_content .PageTitleStyle1 .Cloudinner .ImageArea p {
	margin-bottom: 0;
}

#area_content .PageTitleStyle1 .Cloudinner .ImageArea .ImgOnlyStyle img {
	margin-bottom: 0;
	width: 100%;
}

#PageTopContainer>.Container {
	position: relative;
}

#PageTopBtn {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 15px;
	top: -40px;
	z-index: 1;
	background-color: #ff0026;
	cursor: pointer;
}

#PageTopBtn::before {
	content: "";
	position: absolute;
	right: 11px;
	top: 14px;
	width: 18px;
	height: 2px;
	z-index: -1;
	background-color: #fff;
}

#PageTopBtn::after {
	content: "";
	position: absolute;
	top: 22px;
	right: calc((40px - 10px * 1.4142) / 2);
	width: 13px;
	height: 13px;
	z-index: -1;
	border: transparent;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.PageTitleStyle1 h1 {
	color: #01171C;
	font-weight: bold;
	font-size: 282%;
	z-index: 1;
	position: relative;
}

.PageTitleStyle1 h1 span {
	display: block;
	font-size: 20px;
	color: #01171C;
	letter-spacing: .05em;
	line-height: 1.8;
}

.HorizontalInnerLinks ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.HorizontalInnerLinks ul li:last-child {
	margin-right: 0;
}

.Cloudinner {
	max-width: 995px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
}

.Cloudinner h2 {
	font-size: 200%;
	font-weight: bold;
	color: #07242A;
	margin-bottom: 10px;
	position: relative;
	background: none;
	line-height: 1.4375;
}

.Cloudinner h3,
.JS .Cloudinner .heading {
	font-size: 175%;
	line-height: 1.5;
	text-align: center;
	color: #2E2E2E;
	letter-spacing: .05em;
	margin-bottom: 60px;
	padding: 0;
	position: relative;
}

.Cloudinner h3:after,
.JS .Cloudinner .heading:after {
	position: absolute;
	left: 50%;
	bottom: -17px;
	width: 50px;
	height: 1px;
	background-color: #3878E2;
	transform: translateX(-50%);
	content: "";
}

.Cloudinner p {
	line-height: 1.875;
}

.Cloudinner.InternalLink {
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0;
}

.Cloudinner.InternalLink ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Cloudinner.InternalLink ul li {
	border-bottom: 1px solid #2C2C2C;
	padding: 30px 0 40px;
	width: 30%;
	text-align: center;
	position: relative;
}

.Cloudinner.InternalLink li a:link,
.Cloudinner.InternalLink li a:visited {
	color: #000;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
}

.Cloudinner.InternalLink li a:after {
	content: "";
	margin: auto;
	position: absolute;
	bottom: 17px;
	left: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-top: 1.5px solid #CC0022;
	border-right: 1.5px solid #CC0022;
	transform: rotate(135deg);
}

.Cloudinner.InternalLink li a:hover {
	opacity: 0.5;
}

.ResponsiveLinkListStyle.TopBorderSet {
	margin-top: 0;
	border-top: solid 1px #ddd;
}

.ResponsiveLinkListStyle.BottomBorderSet {
	margin-bottom: 0;
	border-bottom: solid 1px #ddd;
}

.ResponsiveLinkListStyle ul.LinkListStyle1 {
	margin: 0;
}

.ResponsiveLinkListStyle ul.LinkListStyle1 li {
	float: none;
	margin: 0;
	padding: 15px 30px 15px 15px;
	color: #777;
	background-image: none;
	border-top: solid 1px #ddd;
}

.ResponsiveLinkListStyle ul.LinkListStyle1 li:first-child {
	border-top: 0 none;
}

.ResponsiveLinkListStyle ul.LinkListStyle1 li a {
	position: relative;
	display: block;
	margin: -15px -30px -15px -15px;
	padding: 15px 30px 15px 15px;
}

.ResponsiveLinkListStyle ul.LinkListStyle1 li a:hover,
.ResponsiveLinkListStyle ul.LinkListStyle1 li a:active {
	text-decoration: none;
	background-color: #f2f2f2;
}

.Subtitle {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.JS .Cloudinner .heading .Subtitle {
	background-color: #fff;
}

.FixedLine {
	display: inline-block;
}

.SupplementaryLinks {
	display: flex;
	margin-top: 80px;
}

.SupplementaryLinks .ImageArea .ImgOnlyStyle {
	margin: 0;
}

.SupplementaryLinks .ImageArea img {
	max-width: 320px;
	margin: 0;
}

.SupplementaryLinks .TextArea {
	max-width: 645px;
	margin-left: 30px;
}

.Cloudinner .LinkListStyle1 {
	font-size: 100%;
	padding: 0;
}

.SupplementaryLinks .LinkListStyle1 li a:link,
.SupplementaryLinks .LinkListStyle1 li a:visited {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #c02;
	line-height: 140%;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 21px 0 0;
	margin-bottom: 0;
}

.SupplementaryLinks .LinkListStyle1 li a:hover,
.SupplementaryLinks .LinkListStyle1 li a:active {
	text-decoration: underline;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	padding: 0 22px 0 0;
}

.SupplementaryLinks .LinkListStyle1 li a:visited {
	color: #a94657;
	text-decoration: none;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}

#area_content .bg_content {
	background-color: #f0f0f0;
}

#lowpage_title_box {
	width: 100%;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background: #999;*/
	background: #999;
}

#lowpage_title,
.lowpage_title_sub {
	font-weight: bold;
	text-align: center;
	color: #000;
}

#lowpage_title {
	font-size: clamp(1.5rem ,5vw ,2.375rem);
}

.lowpage_title_sub {
	font-size: clamp(1rem ,2.9vw ,1.375rem);
}


/*sp case adjust*/
.sp_contents {
	display: none;
}

.pc_contents {
	display: inherit;
}

@media only screen and (max-width: 768px) {
	.sp_contents {
		display: inherit;
	}

	.pc_contents {
		display: none;
	}
}

/*----------------------------------------------
    1304px以下に適用
-----------------------------------------------*/
@media screen and (min-width: 995px) and (max-width: 1304px) {
	.OptionWideRWD #Contents {
		padding-right: 0;
		padding-left: 0;
	}

	.OptionWideRWD .Grid4 {
		padding: 0;
	}

	.Cloudinner,
	.Cloudinner.InternalLink {
		padding: 50px max(2%, 15px);
	}

	.Cloudinner.Pickup {
		padding: 50px max(2%, 37px);
	}

	.Cloudinner.InternalLink {
		padding-top: 0;
		padding-bottom: 0;
	}

	.OptionWideRWD #Contents .SupplementaryLinks .ImageArea img {
		max-width: 320px;
		height: auto;
	}

}

/*----------------------------------------------
    1023px以下に適用
-----------------------------------------------*/
@media only screen and (max-width: 1023px) {
	.Cloudinner {
		padding: 50px max(2%, 15px);
	}

	.Cloudinner.Pickup {
		padding: 50px max(2%, 37px);
	}
	
	.OptionWideRWD #Contents .SupplementaryLinks .ImageArea img {
		max-width: 320px;
		height: auto;
	}
}

/*----------------------------------------------
    994px以下に適用
-----------------------------------------------*/
@media screen and (max-width: 994px) {
	.JS #Contents {
		padding: 0;
	}

	.JS .GridSet {
		max-width: 994px;
		margin: 0;
	}

	.JS .Grid4 {
		padding: 0;
	}

	.JS #area_content,
	.JS #area_content_main {
		max-width: 994px;
	}

	.JS .Cloudinner {
		width: 100%;
	}

	.JS h2 {
		margin: 0 0 5px;
		font-size: 3vw;
	}

	.JS h2.FMTitleLinkStyle2{
		font-size:90%;
	}

	.JS .PageTitleStyle1 {
		width: 100%;
		margin-left: 15px;
		margin-right: 15px;
	}

	.JS .AdditionalNotesStyle2 {
		margin-left: 0;
	}

	.JS #Contents .elem_pic .pic_holder img {
		width: 100%;
	}

	.Cloudinner.InternalLink {
		padding: 50px max(2%, 15px);
	}

	.Cloudinner.InternalLink {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/*----------------------------------------------
    ページ内リンク用　890px～579pxに適用
-----------------------------------------------*/
@media screen and (min-width: 579px) and (max-width: 890px) {
	.JS .Cloudinner.InternalLink ul li:not(:last-child) {
		padding-bottom: 20px;
	}
}

/*----------------------------------------------
    768px以下に適用
-----------------------------------------------*/
@media screen and (max-width: 768px) {
	.JS .PageTitleStyle1 h1 {
		font-size: 160% !important;
		text-align: center;
		margin: 0 auto 20px;
	}

	.JS .ResponsiveTableStyle1 .ResponsiveTableHeading {
		display: none;
	}

	.PageTitleStyle1 h1 span {
		line-height: 1.5;
		margin-bottom: 12px;
		text-align: center;
	}

	#area_content .PageTitleStyle1 .Cloudinner .ImageArea {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.SupplementaryLinks {
		display: block;
	}

	.sec-about .LinkListStyle1 {
		padding: 5px 0 0 0;
		margin: -5px 0 5px;
	}

	.OptionWideRWD #Contents .SupplementaryLinks .ImageArea img {
		max-width: 100%;
		height: auto;
	}

	.SupplementaryLinks .ImageArea {
		text-align: center;
	}

	.SupplementaryLinks .TextArea {
		margin-top: 20px;
		margin-left: 0;
	}

	.SupplementaryLinks .TextArea li {
		padding: 0;
	}

	.SupplementaryLinks .TextArea a.br {
		display: none;
	}

	.JS .Cloudinner .ResponsiveLinkListStyle ul.LinkListStyle1 li a:link {
		color: #c02;
	}

	.JS .Cloudinner .ResponsiveLinkListStyle ul.LinkListStyle1 li a:visited {
		color: #a94657;
	}
}

/*----------------------------------------------
    579px以下に適用
-----------------------------------------------*/
@media screen and (max-width: 579px) {

	/*
	.JS .PageTitleStyle1 h1 {
		font-size: 4.2vw !important;
	}
*/
	.JS .Cloudinner h2 {
		font-size: 5.2vw;
	}

	.JS .Cloudinner .bcatch {
		font-size: 3.6vw;
	}

	.JS .Cloudinner h2:before,
	.JS .Cloudinner h2:after {
		width: 3.6vw;
		height: 3.6vw;
	}

	.JS .Cloudinner.InternalLink ul {
		display: block;
	}

	.JS .Cloudinner.InternalLink ul li {
		width: 100%;
	}

	.JS .Cloudinner.InternalLink ul li:not(:last-child) {
		padding-right: 0;
	}

	.Cloudinner.InternalLink li a:after {
		background-color: initial;
	}
}

/*----------------------------------------------
    399px以下に適用
-----------------------------------------------*/
@media screen and (max-width: 399px) {
	.JS .PageTitleStyle1 h1 {
		font-size: 120%;
		padding-top: 35px;
	}

	.JS .Cloudinner h3,
	.JS .Cloudinner .heading {
		font-size: 120%;
	}
}

/*section lead*/
.sec-lead .lead_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sec-lead .lead_box .lead_text,
.sec-lead .lead_box .lead_img {
	width: 47%;
}

.sec-lead .lead_box .lead_img img {
	width: 100%;
}

@media screen and (max-width: 579px) {

	.sec-lead .lead_box .lead_text,
	.sec-lead .lead_box .lead_img {
		width: 100%;
	}
}

/*section pickup*/
.sec-pickup {
	background-color: #f0f0f0;
	padding-bottom: 40px;
}

.sec-pickup .pickup_list .slick-track {
	display: flex;
}

.sec-pickup .pickup_list .slick-track li.slick-slide {
	display: flex;
	height: auto;
	margin: 0 11px 24px;
	flex-direction: column;
	background: #fff;
	filter: drop-shadow(0px 4px 6px rgba(83, 86, 90, 0.18));
}

.sec-pickup .pickup_list .slick-prev:before,
.sec-pickup .pickup_list .slick-next:before {
	content: '';
	width: 25px;
	height: 25px;
	border: 0;
	border-top: solid 1px #959595;
	border-right: solid 1px #959595;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12.5px;
	opacity: 1;
}

.sec-pickup .pickup_list .slick-prev:before {
	transform: rotate(-135deg);
}

.sec-pickup .pickup_list .slick-next:before {
	transform: rotate(45deg);
}

.sec-pickup .pickup_list .pickup_img {
	width: 100%;
	max-height: 230px;
	overflow: hidden;
}

.sec-pickup .pickup_list li a {
	text-decoration: none;
	color: #333;
}

.sec-pickup .pickup_list li a:hover {
	text-decoration: underline;
}

.sec-pickup .pickup_list li img {
	width: 100%;
}

.sec-pickup .pickup_list li .pickup_text {
	margin: 32px 28px;
}

.sec-pickup .pickup_list li .pickup_text p {
	font-size: 14px;
}

.sec-pickup .ImgOnlyStyle{
	margin:0;
}
.sec-pickup .ImgOnlyStyle img{
	margin-bottom:-10px !important;
}

.sec-pickup .ImgOnlyStyle.ModalYouTubeLink:before{
content: "";
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    background-color: #e60027;
    opacity: .5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.sec-pickup .ImgOnlyStyle.ModalYouTubeLink:after{
content: "";
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    background-color: #e60027;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.sec-pickup .ImgOnlyStyle .ModalYouTubeLink span:after{
margin: -14px 0 0 -3px;
}

@media screen and (max-width: 768px) {
	.sec-pickup .pickup_list li {
		flex-wrap: wrap;
	}

	.sec-pickup .pickup_list li .pickup_img {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 579px) {

	.sec-pickup .pickup_list .slick-prev:before,
	.sec-pickup .pickup_list .slick-next:before {
		border: none;
	}
}

/*section about*/
.sec-about h4 {
	    margin: 0 0 10px;
	    font-size: 20px;
	    padding-top: 20px;
}

.sec-about .TextStyle1 {
	margin-bottom: 0;
}

.sec-about .about_box .about_img {
	background-color: #f0f0f0;
	padding: 90px 0 80px;
}

@media screen and (max-width: 1023px) {
.sec-about .about_box .about_img {
	padding: 50px max(2%, 15px);
	padding-top:80px;
}
}

.sec-about .about_box .col-wrap {
	/*min-width: 600px;*/
	max-width: 782px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec-about .about_box .col-wrap .col {
	background: #fff;
	-webkit-box-shadow: 0 4px 16px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 4px 16px 0 rgb(0 0 0 / 10%);
	padding: 23px 40px;
	width: 49%;
	box-sizing: border-box;
	position: relative;
}

.sec-about .about_box .col-wrap .col:last-child {
	margin-top: 2%;
	width: 100%;
}

.sec-about .about_box .col-wrap .col::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: -50px;
	right: 20px;
}

.sec-about .about_box .col-wrap .col._col1::before {
	background-image: url("../img/fig_02.svg");
	width: 52px;
	height: 160px;
}

.sec-about .about_box .col-wrap .col._col2::before {
	background-image: url("../img/fig_03.svg");
	width: 40px;
	height: 163px;
}

.sec-about .about_box .col-wrap .col._col3::before {
	background-image: url("../img/fig_04.svg");
	width: 72px;
	height: 74px;
	right: 50%;
	transform: translate(50%, 0);
}

.sec-about .about_box h2 {
	margin: 15px 0 8px;
	padding: 0;
	font-size: 24px;
	color: #0C5785;
	text-align: center;
}

.sec-about .about_box .about_ttl {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 4px;
}

.sec-about .about_box .sec-theme {
	padding-top: 80px;
}

.sec-about .about_box .about_list {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-top: 20px;
}

.sec-about .about_box .about_list li {
	line-height: 1;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
}

.sec-about .about_box .about_list li:before {
	content: "";
	background-image: url(../img/fig_check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 13px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 0;
}

.sec-about .about_box .about_list li+li {
	margin-top: 10px;
}

.sec-about .about_box .about_list2 {
	display: flex;
	justify-content: center;
	margin: 27px 0 8px;
}

.sec-about .about_box .about_list2 li {
	background-color: #0C5785;
	color: #fff;
	text-align: center;
	width: 45%;
	max-width: 314px;
	padding: 20px;
	margin: 0 7px;
	box-sizing: border-box;
}
.sec-about .about_box .about_list2 li.left {
	background-color: #E89466;
}
.sec-about .about_box .about_list2 li.right {
	background-color: #4BACC6;
}

.sec-about .about_box .about_list2 li dt {
	font-weight: bold;
}

.sec-about .about_box .about_list2 li dd {
	font-size: 14px;
}
.sec-about .about_box .about_list2 li.left p,
.sec-about .about_box .about_list2 li.right p {
	padding-top: 10px;
}
.triangle{
	display: inline-block;
	text-align: center;
	margin-left: 33%;
	margin-right: 33%;
	border-top: 20px solid #fff;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}

@media screen and (max-width: 768px) {
	.sec-about .about_box .Cloudinner {
		padding-top: 90px;
	}

	.sec-about .about_box h2 {
		font-size: 21px;
	}

	.sec-about .about_box .col-wrap .col {
		padding: 23px;
	}

	.sec-about .about_box .col-wrap .col::before {
		top: -90px;
		right: 5px;
	}

	.sec-about .about_box .col-wrap .col._col3::before {
		top: -40px;
	}

	.sec-about .about_box .col-wrap .col p {
		line-height: 1.5;
	}

	.sec-about .about_box .about_list li {
		line-height: 1.3;
	}

	.sec-about .about_box .about_list2 {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.sec-about .about_box .about_list2 li {
		width: 100%;
	}

	.sec-about .about_box .about_list2 li+li {
		margin-top: 10px;
	}

	.sec-about .about_box .about_img {
/*		padding: 90px 30px 50px;*/
		padding: 50px max(2%, 15px);
		padding-top: 120px;
		overflow-x: scroll;
	}

	.sec-about .themes_img img {
		max-width: 440px;
	}

}

/*section service*/
.sec-service ul {
	text-align: center;
	font-weight: bold;
}

.sec-service .service_img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.sec-service .service_img {
		overflow-x: auto;
	}

	.sec-service .service_img img {
		min-width: 600px;
	}
}

/*section theme*/
.sec-theme h4 {
	margin: 0 0 30px;
	font-size: 20px;
	padding-top: 15px;
}

.sec-theme .OfferingMovie{
	text-align:center;
}

.sec-theme .OfferingMovie img{
	filter: drop-shadow(0px 4px 13px rgba(83, 86, 90, 0.18));
}

.sec-theme .themes_list {
	border-bottom: 1px solid #5EE9C3;
	border-image: linear-gradient(to right, #5EE9C3 0%, #4485E9 100%);
	border-image-slice: 1;
	margin-bottom: 52px;
}

.themes_list .themes_img {
	min-width: 240px;
}

.sec-theme .themes_list li {
	display: flex;
	padding: 20px 0;
	border-top: 1px solid #5EE9C3;
	border-image: linear-gradient(to right, #5EE9C3 0%, #4485E9 100%);
	border-image-slice: 1;
}

.sec-theme .themes_list ul.LinkListStyle1 {
	font-size: 100%;
	margin-bottom: 0;
}

.sec-theme .themes_list ul.LinkListStyle1 li.Name {
	color: #333;
}

.sec-theme .themes_list li li {
	border: none;
	display: block;
	padding: 0;
}

.sec-theme .themes_list li img {
	max-width: 220px;
	width: auto;
}

.sec-theme .themes_list li .themes_text {
	margin-left: 30px;
}

.sec-theme .themes_list li .themes_text .title,
.sec-about .SupplementaryLinks .TitleText {
	font-size: 18px;
	font-weight: bold;
	color: #2A5673;
	margin-bottom: 5px;
}

.sec-theme .themes_list li .themes_text .title span {
	font-size: 65%;
	color: #fff;
	padding: 2px 6px;
	margin-right: 5px;
	background-color: #ff8430;
	border-radius: 13px 0 13px 0;
}

.sec-theme .themes_list li .themes_text p {
	font-size: 14px;
}

.sec-theme .Cloudinner .LinkListStyle1 {
	font-size: 90%;
	padding: 0;
}

@media screen and (max-width: 579px) {
	.sec-theme .themes_list li {
		flex-wrap: wrap;
	}

	.sec-theme .themes_list li .themes_img {
		margin-left: auto;
		margin-right: auto;
	}

	.sec-theme .themes_list li .themes_text {
		margin-left: 0;
		margin-top: 20px;
	}
}

/*about list*/
.sec-about .sec-theme .themes_list,
.sec-about .sec-theme .themes_list li {
	border: none;
}

.sec-about .sec-theme .themes_list li img {
	max-width: 320px;
	margin-bottom: 0;
}

.sec-about .sec-theme .themes_list .ImgOnlyStyle {
	margin-bottom: 0;
}

/*section resource*/
.sec-resource .resources_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.resources_list .resources_img {
	width: 100%;
	max-height: 230px;
	overflow: hidden;
}

.sec-resource .resources_list>li {
	display: flex;
	width: 48.5%;
	margin-bottom: 44px;
	flex-direction: column;
	background: #fff;
	filter: drop-shadow(0px 4px 13px rgba(83, 86, 90, 0.18));
}

.sec-resource .resources_list ul.LinkListStyle1 {
	font-size: 100%;
	margin-bottom: 0;
}

.sec-resource .resources_list ul.LinkListStyle1 a {
	font-weight: bold;
	background: none;
	padding: 0;
}

.sec-resource .resources_list li li {
	border: none;
	display: block;
	padding: 0;
	line-height: 1.625;
}

.sec-resource .resources_list li img {
	width: 100%;
}

.sec-resource .resources_list li .resources_text {
	margin: 32px 28px 25px;
}

.sec-resource .resources_list li .resources_text .title {
	margin-bottom: 16px;
}

.sec-resource .resources_list li .resources_text .title span {
	font-size: 65%;
	color: #fff;
	padding: 2px 6px;
	margin-right: 5px;
	background-color: #ff8430;
	border-radius: 13px 0 13px 0;
}

.sec-resource .resources_list li .resources_text p {
	font-size: 14px;
}

.sec-resource .Cloudinner .LinkListStyle1 {
	font-size: 90%;
	padding: 0;
}

@media screen and (max-width: 579px) {
	.sec-resource .resources_list li {
		width: 100%;
	}

	.sec-resource .resources_list li .resources_img {
		margin-left: auto;
		margin-right: auto;
	}
}

/*section resource > さらに表示*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 80px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 240px;
	content: ' さらに表示';
	transform: translate(-50%, 0);
	color: #ffffff;
	border-radius: 100vh;
	background-color:#0C5785;
}
.cp_box label:hover:after {
	background-color:#0F6EA9;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 80px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	content: ' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.sec-CDXlink a.HumanResources {
	background-color: #ABABDD;
	background-image: url(/products/it/CloudDX/human_resources/img/eyecatch.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: auto;
	height: 200px;
	display: block;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
.sec-CDXlink a.Column {
	background-color: #7dc160;
	background-image: url(/products/it/CloudDX/column/img/eyecatch.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: auto;
	height: 200px;
	display: block;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
.sec-CDXlink a.Events {
	background-color: #a5d1da;
	background-image: url(/products/it/CloudDX/events/img/eyecatch.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: auto;
	height: 200px;
	display: block;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
.sec-CDXlink p.linkTitle {
	font-size: 160%;
	text-shadow: #fff 0 0 10px, #fff 0 0 20px;
	font-weight: bold;
	/*text-align: center;*/
	line-height: 120%;
	padding-top: 70px;
	padding-left: 140px;
}
.sec-CDXlink p.linkTitle span {
	font-size: 83%;
}
.sec-CDXlink a:link,
.sec-CDXlink a:visited {
 	text-decoration: none;
	color: #333;
}
.sec-CDXlink a:hover,
.sec-CDXlink a:active {
	opacity: 0.8;
}

@media screen and (max-width: 579px) {
	.sec-CDXlink a.HumanResources,
	.sec-CDXlink a.Column {
		background-size: cover;
	}
	.sec-CDXlink p.linkTitle {
		text-align: center;
		padding-left: 0;
	}
}
@media screen and (max-width: 399px) {
	.sec-CDXlink a.HumanResources {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.ButtonStyle1.aboutBT a {
	font-size: 120%;
	background-size: 30px 30px;
		-moz-background-size: 30px 30px;
		-webkit-background-size: 30px 30px;
		-o-background-size: 30px 30px;
		-ms-background-size: 30px 30px;
}
.ButtonStyle1.aboutBT a:link, .ButtonStyle1.aboutBT a:visited {
	background-color: #0C5785;
	padding: 19px 100px 19px 93px;
}
.ButtonStyle1.aboutBT a:hover, .ButtonStyle1.aboutBT a:active {
	background-color: #0C5785;
	opacity: 0.8;
	padding: 19px 102px 19px 93px;
}