@charset "utf-8";

/* --------------------------------------------------
	SiteName : Growness
	FileName : service.css
	Description : service styles
	
	== TOC =========================================
	1 : service layout styles
	2 : level layout styles
	
-------------------------------------------------- */



/* 1. service layout styles
================================================== */
#main .box {	
	border-bottom:#dadada 1px solid;
	margin-bottom:8px;
}
#main .boxL {
	width:495px;
	float:left;
	display:inline;
}
#main .boxR {
	width:188px;
	float:right;
	display:inline;
}
#main .box2 {
	background:url(../images/bg_box2.gif) no-repeat left top;
	width:652px;
	padding:15px 24px;
}
#main .bdrBtm {
	border-bottom:#a8a8a9 1px solid;
}

/* 2. level layout styles
================================================== */
#main .pageLink li {
	display:inline;
}
#main .boxTxt {
	width:500px;
	float:left;
	display:inline;
}
#main .boxImg {
	width:188px;
	float:right;
	display:inline;
}

/* 220615　withZ　追加 */

#main.withz p {
	font-size: 13px;
	line-height: 1.5;
}

#main.withz li {
	font-size: 13px;
	line-height: 1.5;
	
}

.page_title {
    background: url(/../common/images/h2_idx.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 55px;
    margin-bottom: 25px;
    position: relative;
}

.page_title h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0!important;
	position: absolute;
	top: 18px;
	left: 18px;
}

.pageLink.withz {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px!important;
}

.pageLink.withz li {
	display: block;
	width: 228px;
	height: auto;
	margin-right: 8px;
}

.pageLink.withz li:last-child {
	margin-right: 0;
}

.contents_title {
	background: url(/../common/images/h3_idx_01.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 42px;
    margin:35px 0 15px;
    position: relative;
}

.contents_title h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0!important;
	position: absolute;
	top: 12px;
	left: 12px;
}

#main .values ul {
	margin: 0;
}

.values span {
	font-weight: bold;
}

.red {
	color: #f25770;
}

.blue {
	color: #2d6cbe;
}

.table_style.withz th {
	background-color: #2d6cbe;
	color: #fff;
	width: 50%;
}

#main .withz_h4 {
	background-color: #2d6cbe;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	margin-top: 25px;
	margin-bottom: 20px;
}

.anker_link {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
}

.anker_link dl {
	width: 100%;
}

.anker_link dt {
	background: linear-gradient(to right, #2e84c5, #1a9db0);
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px;
}

.anker_link div {
	border: 1px solid #2e84c5;
	border-image: linear-gradient(to right, #2e84c5, #1a9db0);
	border-image-slice: 1;
	min-height: 202px;
}

.anker_link dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 0;
	min-height: 36px;
	border-bottom: 2px solid #2e84c5;
	width: 200px;
	margin: 0 auto;
	position: relative;
}

.anker_link dd::after {
	content: "";
	display: inline;
	width: 5px;
	height: 5px;
	border: 1px solid;
	border-color: #2e84c5 #2e84c5 transparent transparent;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 0;
}

.anker_link dd:nth-child(3) {
	border-bottom: none;
}

.anker_link a {
	text-decoration: none;
	color: #555555;
}

.anker_link a:hover {
	color: #555555;
	opacity: 0.7;	
}

.withz h5 {
	font-size: 15px;
	margin-bottom: 10px;
}

#main .overview li {
	font-size: 15px;
}

.overview li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #2d6cbe;
	margin: 0 7px 4px 14px;
}

.training_type {
	margin: 25px 0 0;
}

.training_type a {
	text-decoration: none;
	color: #2e84c5;
	font-weight: bold;
}

.training_type a:hover {
	opacity: 0.7;
}

.feature h5 {
	margin-top: 25px;
}

.feature table {
	font-size: 13px;
	line-height: 1.5;
}

#main .feature th {
	background-color: #d5e6f3;
	width: 40%;
}

.feature td {
	padding: 20px;
}

.cause_list {
	margin-top: 25px;
}

.cause_box {
	display: flex;
	align-items: baseline;
	margin-top: 10px;
}

.cause_box h6 {
	margin-bottom: 10px;
}

.cause_icon {
	background-color: #2d6cbe;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 12px;
	width:86px;
	position: relative;
}

.cause_icon::after {
	content: "";
	display: inline-block;
	width: 0;
  	height: 0;
  	border-left: 4px solid #2d6cbe;
  	border-top: 4px solid transparent;
  	border-bottom: 4px solid transparent;
	position: absolute;
	top: 30%;
	right: -4px;
}

#main .cause_box p {
	margin-bottom: 0;
}

#main .cause_icon p {
	font-size: 15px;
}

.Characteristic_wrapper {
	margin-bottom: 25px;
}

.Characteristic {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0;
}

.Characteristic div {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e6f6fd;
	width: 228px;
	height: 75px;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	margin-right: 8px;
}

.Characteristic div:last-child {
	margin-right: 0;
}

.withz h6 {
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #2d6cbe;
	margin-bottom: 15px;
}

.worries_wrapper {
	background: linear-gradient(to right, #2e84c5, #1a9db0);
	padding: 1px;
	margin-top: 20px;
	margin-bottom: 25px;
	border-radius: 5px;
}

.worries_box {
	background: #fff;
	border-radius: 5px;
	padding: 25px;
}

.worries_box h6 {
	font-size: 18px;
	font-feature-settings: "palt";
}

.worries_box img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.worries_top {
	display:flex;
	align-items: flex-start;
}

#main .worries_top ul {
	margin-top: 15px;
}

#main .worries_ander ul {
	background-color: #e6f6fd;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 0;
}

.worries_top li {
	border-bottom: 1px dashed #1a9db0;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-indent: -1rem;
	padding-left: 1rem;
}

.worries_top li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #2d6cbe;
	margin: 0 10px 2px 0;
}

.worries_ander li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #555;
	margin: 0 10px 2px 0;
}

.detail {
	margin-bottom: 25px;
}

.detail div {
	display: flex;
	align-items: baseline;
}

#main .detail p {
	display: inline-block;
	color: #fff;
	background-color: #2d6cbe;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	min-width: 80px;
	text-align: center;
	font-size: 13px;
}

.detail b {
	display: block;
	width: 100%;
	font-size: 13px;

}

.training table {
	font-size: 13px;
	border-spacing: 0;
	width: 100%;
}

.table_style.training_table th {
	padding: 10px;
	min-width: 85px;
	font-weight: bold;
	background-color: #f3f3f0;
}

.training td {
	border: 1px solid #ccc;
	padding: 10px;
}

#main .training ul {
	margin-bottom: 0;
	gap: 10px;
}

.training_table li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #555;
	margin-right: 5px;
}

.training_table b {
	display: block;
	margin-top: 10px;
}

.inquiry_buttom {
	width: 244px;
	margin: 50px auto;
	background: linear-gradient(to right, #2e84c5, #1a9db0);
	text-align: center;
	padding: 15px 0;
	border-radius: 5px;
}

.inquiry_buttom a  {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}

.inquiry_buttom a:hover {
	opacity: 0.7;
}

.training {
	margin-bottom: 80px;
}

.table_annotation {
	margin-top: 10px;
}

.detail_03 {
	display: flex;
	flex-direction: column;
}

.detail_03 b {
	margin-bottom: 10px;
}

#withz04 .training_contents li::before{
	display: none;
}

#withz04 .training_contents {
	display: flex;
}

.table_style.training_table .withz04_th {
	background-color: #fbfbfa;
	text-align: left;
	min-width: 156px;
	border-bottom: 1px solid #cccccc;
}
.table_style.training_table .withz04_td {
	border-bottom: 1px solid #cccccc;
}

#main .table_style li {
	text-indent: -1rem;
	padding-left: 1rem;
}

.pageLink.withz li:hover {
	opacity: 0.7!important;
}


/* サイドバー */

.withz .img {
	background: url(/../privacy/images/l_navi_01.jpg);
	height: 37px;
	position: relative;
}

.withz .img a {
	text-decoration: none;
	color: #555;
	position: absolute;
	top: 25%;
	left: 25px;
}

.withz .img:hover {
	stop-opacity: 0.7;
	background: url(/../privacy/images/l_navi_01_on.jpg);
}