@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* TOP */

/*---------------------------------------------------------*/
/* TOP & Lower service */
.p-service > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 100px;
}
.p-service > div:nth-child(2n){
	flex-direction: row-reverse;
}
.p-service_photo{
	width: 50%;
}
.p-service > div:nth-child(2n) .p-service_photo{
	text-align: right;
}
.p-service_text{
	width: 45%;
}
.p-service_title{
	margin-bottom:30px;
	font-weight: bold;
}
.p-service_title .en{
	font-size: 36px;
	margin-bottom: 5px;
	color: #ff6600;
}
.p-service_title .jp{
	font-size: 26px;
}
/*--メディア用追加----*/
.p-service_box2{
	width: 98%;
	display: flex;
	flex-wrap: wrap;
}
.p-service_media{
    width: 42%;
    padding: 10px;
}
.p-service > div .p_photo2{
	text-align: center;
	box-sizing: border-box;
    border-radius: 10px;
	border: 1px solid #ccc;
    width: 86%;
    margin-bottom: 4%;
    padding: 20px;
}
/*---------------------------------------------------------*/
/* TOP & Lower company */
.p-company {
  display:flex;
  justify-content: space-between;
  margin:40px auto 90px;
  max-width:1420px;
}
.p-company > div {
  width:33.23943%;
}
.p-company > div:nth-child(2) {
  margin-top:40px;
}
.p-company > div:nth-child(3) {
  margin-top:80px;
}
.p-company_title .en{
	font-weight: 300;
	font-size: 36px;
	color: #ff6600;
	line-height: 1;
	margin-bottom: 15px;
}
.p-company_title .jp{
	font-weight: 700;
	font-size: 18px;
}
.p-company_text {
  padding:26px 6.35593% 0;
}

/*---------------------------------------------------------*/
/* TOP news */
#news_block .contents_title{
	text-align: center;
	margin-bottom: 50px;
}
.p-news dl{
	border-top:2px solid #191919;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.p-news dt,
.p-news dd{
	border-bottom:2px solid #191919;
	padding: 40px 20px;
	flex-grow: 1;
}
.p-news dd{
	width: calc(100% - 40px - 10em);
}

/*---------------------------------------------------------*/
/* TOP access */
#access_block {
	background-color: #EFEFEF;
	padding: 110px 0 80px;
	margin-bottom: 0;
}
#access_block .wrapper{
	position: relative;
}
#access_block .contents_title{
	transform: rotate( 90deg );
    transform-origin: top left;
    left: 4em;
    position: absolute;
}
.p-access{
	margin-left:110px;
	display:flex;
}
.p-access .address{
	padding-right:45px;
	width: calc(50% - 45px);
}
.p-access dl{
	border-top:1px solid #cccccc;
	display: flex;
	flex-wrap: wrap;
	margin-bottom:50px;
}
.p-access dt,
.p-access dd{
	border-bottom:1px solid #cccccc;
	padding: 40px 20px;
	flex-grow: 1;
}
.p-access dt{
	box-sizing: border-box;
	width: 6em;
	white-space:nowrap;
}
.p-access dd{
	width: calc(100% - 40px - 6em);
}

.p-access .map{
	width: calc(50% + 110px);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* company */
/*---------------------------------------------------------*/
/* company/member */
.p-member {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
/*---------------------------------------------------------*/
/* company  */
.p-profile{
	display: flex;
	justify-content: space-between;
}
.p-profile2{
	/*display: flex;*/
	flex-basis: 46%;
	/*padding: 1em;*/
	margin-bottom:60px
}
.p-profile .photo{
	width: 40%;
}
.p-profile2 .photo{
	width: 80%;
}
.sns_icon{
	margin:10px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 80%;
}
.sns_icon2{
	margin:10px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 80%;
	height:100px;
}
.sns_icon li{
	padding:5px;
	width: 40px;
}
.sns_icon2 li{
	padding:5px;
	width: 40px;
}
.p-profile .text{
	width: 53%;
	margin-top: 15px;
}
.p-profile .title .jp{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
}
.p-profile2 .title .jp{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
}
.p-profile .title .en{
	font-weight: 300;
	font-size: 18px;
	color: #ff6600;
}
.p-profile2 .title .en{
	font-weight: 300;
	font-size: 18px;
	color: #ff6600;
}
.p-profile .position{
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 18px;
}
.p-profile2 .position{
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 18px;
}
.p-profile dt,
.p-profile_detail dt{
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 15px;
	margin: 25px 0 10px;
}
.p-profile dd,
.p-profile_detail dd{
	font-size: 14px;
}
.p-profile_detail{
	margin: 60px 0 140px;
	border:1px solid #333333;
}
.p-profile_detail header{
	padding: 24px 0;
	border-bottom:1px solid #333333;
}
.p-profile_detail header{
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
}
/* 開いた状態 */
.p-profile_detail section[expanded] header {
	background: #fff url(../img/ico_close.svg) calc(100% - 24px) center no-repeat;
}
/* 閉じた状態 */
.p-profile_detail section:not([expanded]) header {
	background: #fff url(../img/ico_open.svg) calc(100% - 24px) center no-repeat;
}
.p-profile_detail dl{
	padding: 15px 10% 40px;
}

/*---------------------------------------------------------*/
/* detail_button2 */
.detail_button2{
	margin-top: auto;
	text-decoration: none;
	justify-content: flex-start;
}
.detail_button2 a{
	display: block;
	border:2px solid #191919;
	background: #fff url(../img/button_arrow.svg) no-repeat calc(100% - 20px) center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 18px 70px 18px 20px;
}
.detail_button2 a:hover{
	background: #fffaf2 url(../img/button_arrow.svg) no-repeat calc(100% - 10px) center;
    transition: background-position 0.2s linear, background-color 0.2s linear;
}
.detail_button2.big{
	width: 100%;
	justify-content: center;
}
.detail_button2.big a{
	color: #fff;
	background-color: #191919;
	font-size: 18px;
	padding:33px 100px 33px 40px;
	background-position: calc(100% - 36px) center;
	background-size: 42px;
}
.detail_button2.big a:hover{
	background-position: calc(100% - 20px) center;
}
/*---------------------------------------------------------*/
/* company/about */
.p-ourmessage_title{
	text-align: center;
	margin-top: -20px;
}
.p-ourmessage_title .en{
	font-size: 30px;
	font-weight: bold;
}
.p-ourmessage_title .jp{
	font-size: 18px;
	font-weight: bold;
}
.p-ourmessage{
	text-align: center;
	background: #000 url(/wp/wp-content/uploads/ourmessage_back.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 10px;
}
.p-ourmessage .en{
	font-size: 80px;
	font-weight: bold;
	color: #fc7f2d;
	line-height: 0.75;
	padding: 70px;
}
.p-ourmessage .en .weight_normal{
	font-weight: normal;
}
.p-ourmessage .jp{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 70px;
}
.p-ourpolicy .photo{
	box-sizing: border-box;
	width:85%;
	position: relative;
}
.p-ourpolicy .text{
	box-sizing: border-box;
	width:60%;
	background: #fff;
	position: relative;
	left: 40%;
	margin:-200px 0 110px;
	padding:40px 0 0 40px;
}
.p-ourpolicy > div:nth-child(2n) .photo{
	left: 15%;
	text-align: right;
}
.p-ourpolicy > div:nth-child(2n) .text{
	left: 0;
	padding:40px 40px 0 0;
}
.p-ourpolicy .title{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.7;
}

/*---------------------------------------------------------*/
/* company/message */
.p-message {
	position: relative;
}
.p-message .title{
	position: absolute;
	right: 5%;
	top: 80px;
	font-size: 66px;
	font-weight: 900;
	z-index: 100;
}
.p-message > div{
	display: flex;
	justify-content: space-between;
}
.p-message .photo{
	width: 53%;
}
.p-message .text{
	width: 42%;
	margin-top:220px;
	font-weight: bold;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* seo blog */
.p-blog {
	display: flex;
	justify-content: space-between;
}
.p-blog .point{
	width: calc(100% / 2);
   padding: 20px 10px;
	margin: 20px 0 40px;
}
.lower_contents_blog_title_h3 {
    font-weight: bold;
    font-size: 26px;
    margin: 10px 0 11px;
    background: url(https://www.contencial.co.jp/wp/wp-content/themes/contencialcojp/img/lower_contents_title_h3.svg) no-repeat left center;
    padding-left: 30px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* service */

/* service/seo */
.p-seomessage .title{
	font-weight: 900;
	font-size: 50px;
	text-align: center;
}
.p-seomessage .photo{
	text-align: center;
}
.p-seomessage .point{
	margin-top: -70px;
	position: relative;
}
.p-seomessage .point ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-seomessage .point li{
	box-sizing: border-box;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	width: 23%;
	margin-bottom:2.667%;
	padding: 24px 15px;
	font-weight: bold;
	text-align: center;
	min-height: 125px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.p-seomessage .important{
	text-align: center;
}
.p-seomessage .important p{
	margin-bottom: 0;
}
.p-seomessage .important1{
	font-size: 30px;
	font-weight: bold;
}
.p-seomessage .important2{
	color: #ff6600;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1.4;
}
.p-seomessage .planning{
	background: #f7f7f7;
	border-radius: 10px;
	font-size: 30px;
	font-weight: 900;
	margin-top: 75px;
	padding: 50px 30px 5px;
	text-align: center;
	position: relative;
}
.p-seomessage .planning::before{
	content: url(../img/seomessage_arrow.svg);
	width:103px;
	position: absolute;
	top: -60px;
    left: calc(50% - 51.5px);
}
.p-seomeasures .orangebox{
	font-size: 18px;
	font-weight: bold;
	background:#f8ebe4;
	border-radius: 6px;
	padding: 45px 50px 35px;
}
.p-seomeasures .leftborderbox{
	margin: 10px 0 100px;
	border-left: 2px solid #cccccc;
	padding: 30px 0 30px 100px;
}
.p-seoindex .photo{
	background: #f7f7f7;
	border-radius: 10px;
	padding:30px;
	text-align: center;
	margin-bottom: 50px;
}
.p-seoindex .flex_block{
	align-items: flex-start;
}
.p-seoindex .point{
	background: #f7f7f7;
	padding:30px 20px 25px;
	font-weight: bold;
	box-sizing: border-box;
}
.p-seoindex .point-seo{
	background: #f7f7f7;
	padding:30px 20px 25px;
	font-weight: bold;
	margin-top: 30px;
	box-sizing: border-box;
}
.p-seoindex .flex_block .point{
	width: 46%;
}
.p-seoindex .point .title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.p-seoindex .point li{
	margin-bottom: 5px;
}
.p-seoindex .seo_eat{
	text-align: center;
	font-size: 22px;
}
.p-seoindex .text{
	box-sizing: border-box;
}
.p-seoindex .flex_block .text{
	width: 50%;
}
.p-seoindex dt{
	font-weight: bold;
}
.p-seoindex dd{
	margin-bottom: 1em;
}
.p-seoindex .detail_button{
	margin: 100px 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* works */
.p-works{
	flex-wrap: wrap;
}
.p-works > div{
	box-sizing: border-box;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	width: 48%;
	margin-bottom:4%;
	padding: 40px;
}
.p-works header{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.p-works .title{
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.p-works .title strong{
	font-size: 33px;
	margin-right:20px;
	white-space: nowrap;
}
.p-works .ranking{
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	background: #f7f7f7;
	border-radius: 4px;
	padding: 10px 20px 5px;
	line-height: 1.3;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.1em;
	width: 110px;
}
.p-works .en{
	font-size: 32px;
	display: inline;
}
.p-works .unit{
	font-size: 24px;
}
.p-works ul{
	display: flex;
	flex-wrap: wrap;
	margin:5px 0 15px;
}
.p-works li{
	background:#efefef;
	margin: 0 4px 4px 0;
	padding: 10px;
	line-height: 1;
	font-size: 12px;
}
.p-works .photo{
	text-align: center;
}
.p-works .pink{
    background: #fddaf5;
    font-weight: 600;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* privacypolicy, sitemap */
.p-privacypolicy h2{
	line-height: 1.7;
}
.p-privacypolicy .lower_contents_title_h3{
	font-size: 20px;
	margin: 60px 0 20px;
}
.p-privacypolicy li{
	margin-bottom:5px;
}
/* sitemap */
.p-sitemap{
	display: flex;
	justify-content: center;
}
.p-sitemap a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
.p-sitemap a::before{
	content: "-";
}
.p-sitemap ul ul{
	margin-left:15px;
}
.p-sitemap ul ul ul a{
	font-size: 14px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* contact */
.p-contact table{
	margin: 50px 0;
}
.p-contact th{
	position: relative;
	vertical-align: middle;
}
.p-contact .must{
	background:#fe7d2a;
	color: #fff;
	padding: 2px 3px;
	border-radius: 4px;
	position: absolute;
	right: 20px;
	font-size: 12px;
}
.p-contact input[type=text],
.p-contact textarea{
	box-sizing: border-box;
	width: 100%;
	border:2px solid #dddddd;
	padding: 10px;
}
.p-contact .form_button{
	justify-content: space-evenly;
}
.p-contact .submit,
.p-contact .rewrite{
	box-sizing: border-box;
	background:#fe7d2a;
	border:none;
	border-radius: 10px;
	color: #fff;
	padding: 35px;
	min-width: 350px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.p-contact .rewrite{
	background:#999999;
}
.p-contact .mw_wp_form .error{
	font-size: 120%;
	font-weight: bold;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Breakpoint */

/*---------------------------------------------------------*/
/* 1220px */
@media screen and (max-width: 1220px) {
	#access_block .contents_title{
		left:6em;
	}
	.p-message .title{
		font-size: 60px;
	}
	.p-seomessage .point br{
		display: none;
	}
}

/*---------------------------------------------------------*/
/* 1020px */
@media screen and (max-width: 1020px) {
	.p-access{
		display: block;
	}
	.p-access .address,
	.p-access .map{
		width: 100%;
		padding: 0;
	}
	.p-access .address{
		margin-bottom:50px;
	}
	.p-message .title{
		font-size: 48px;
	}
	.p-works .title strong{
		white-space: normal;
	}
}

/*---------------------------------------------------------*/
/* 820px for SP */
@media screen and (max-width: 820px) {

	/*---------------------------------------------------------*/
	/* TOP & Lower service */
	.p-service > div {
		display: block;
		margin:25px 0 50px;
	}
	.p-service_title{
		margin-bottom:20px;
	}
	.p-service_title .en{
		font-size: 28px;
		margin-bottom: 7px;
	}
	.p-service_title .jp{
		font-size: 20px;
	}
	.p-service_photo,
	.p-service_text {
		box-sizing: border-box;
		width: 100%;
	}
	.p-service_photo{
		padding: 0 40px 15px 0;
	}
	.p-service_text {
		padding: 0 0 0 30px;
	}
	.p-service > div:nth-child(2n) .p-service_photo{
		padding: 0 0 15px 40px;
	}
	.p-service > div:nth-child(2n) .p-service_text{
		padding: 0 30px 0 0;
	}
	/* TOP & Lower company */
	.p-company {
		display: block;
	}
	.p-company > div {
		width:100%;
		padding: 0;
	}
	.p-company > div:nth-child(2) ,
	.p-company > div:nth-child(3) {
		margin-top:0;
	}
	.p-company_title .en{
		font-size: 28px;
	}
	.p-company_title .jp{
		font-size: 14px;
	}
	.p-company_photo{
		box-sizing: border-box;
		width:85%;
		position: relative;
	}
	.p-company_text{
		box-sizing: border-box;
		width:85%;
		background: #fff;
		position: relative;
		left: 15%;
		margin:-70px 0 50px;
	}
	.p-company > div:nth-child(2n) .p-company_photo{
		left: 15%;
		text-align: right;
	}
	.p-company > div:nth-child(2n) .p-company_text{
		left: 0;
	}
	/* TOP news */
	#news_block .contents_title{
		margin-bottom: 25px;
	}
	.p-news dt,
	.p-news dd{
		padding: 20px 10px;
	}
	.p-news dd{
		width: calc(100% - 20px - 10em);
	}
	/* TOP access */
	#access_block {
		padding: 50px 0 40px;
	}
	#access_block .contents_title{
		left:3.5em;
	}
	.p-access{
		margin-left:35px;
	}
	.p-access dt,
	.p-access dd{
		padding: 20px 10px;
	}	
	.p-access dd{
		width: calc(100% - 20px - 8em);
	}

/*---------------------------------------------------------*/
/* company/member */
.p-member {
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
}
	/*---------------------------------------------------------*/
	/* company  */
	.p-profile{
		display: block;
	}
	.p-profile .photo{
		display: flex;
		width: 100%;
		align-items:center;
	}
	.p-profile .photo > div:first-child{
		width: 60%;
	}
	.sns_icon{
		width: 35%;
		align-items:center;
	}
	.sns_icon li{
		width: 28px;
	}
	.p-profile .text{
		width: 100%;
	}
	.p-profile .title .jp{
		font-size: 21px;
	}
	.p-profile .title .en,
	.p-profile .position{
		font-size: 15px;
	}
	.p-profile2{
		display: block;
		width:100%;
		/*padding: 1em;*/
       margin-bottom: 60px;
	}
	.p-profile2 .photo{
		width: 100%;
		align-items:center;
	}
	.p-profile2 .photo > div:first-child{
		width: 94%;
	}
	.p-profile2 .text{
		width: 100%;
	}
	.p-profile2 .title .jp{
		font-size: 21px;
	}
	.p-profile2 .title .en,
	.p-profile .position{
		font-size: 15px;
	}
	.p-profile dt,
	.p-profile_detail dt{
		font-size: 14px;
		margin: 20px 0 7px;
	}
	.p-profile dd,
	.p-profile_detail dd{
		font-size: 12px;
	}
	.p-profile_detail{
		margin: 30px 0 70px;
	}	
	.p-profile_detail header{
		padding: 10px 0;
	}
	.p-profile_detail dl{
		padding: 0 5% 20px;
	}
	.p-profile_detail section[expanded] header,
	.p-profile_detail section:not([expanded]) header {
		background-position:calc(100% - 10px) center;
	}
/*---------------------------------------------------------*/
/* detail_button2 */
.detail_button2{
	margin-top: auto;
	margin-right: 20px;
	text-decoration: none;
	justify-content: flex-start;
}
.detail_button2 a{
	display: block;
	border:2px solid #191919;
	background: #fff url(../img/button_arrow.svg) no-repeat calc(100% - 20px) center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 18px 70px 18px 20px;
}
.detail_button2 a:hover{
	background: #fffaf2 url(../img/button_arrow.svg) no-repeat calc(100% - 10px) center;
    transition: background-position 0.2s linear, background-color 0.2s linear;
}
.detail_button2.big{
	width: 100%;
	justify-content: center;
}
.detail_button2.big a{
	color: #fff;
	background-color: #191919;
	font-size: 18px;
	padding:33px 100px 33px 40px;
	background-position: calc(100% - 36px) center;
	background-size: 42px;
}
.detail_button2.big a:hover{
	background-position: calc(100% - 20px) center;
}

	/*---------------------------------------------------------*/
	/* company/about */
	.p-ourmessage{
		margin: 0 5%;
		width: 80%;
	}
	.p-ourmessage_title .en{
		font-size: 23px;
	}
	.p-ourmessage_title .jp{
		font-size: 14px;
	}
	.p-ourmessage .en{
		font-size: 40px;
		padding: 35px 0 160px 0;
	}
	.p-ourmessage .jp{
		font-size: 14px;
		padding-bottom: 45px;
	}
	.p-ourpolicy .photo{
		left:auto;
		margin: 0 -5% 0 0;
		text-align: right;
		width: auto;
	}
	.p-ourpolicy .photo img{
		max-width: none;
		width:100%;
	}
	.p-ourpolicy .text{
		padding:20px;
		margin:-40px 0 30px;
		width:95%;
		left:10%;
	}
	.p-ourpolicy > div:nth-child(2n) .photo{
		left: 0;
		text-align: left;
		margin: 0 0 0 -5%;
	}
	.p-ourpolicy > div:nth-child(2n) .text{
		left: -5%;
		padding:20px;
	}
	.p-ourpolicy .title{
		font-size: 16px;
		margin-bottom: 20px;
	}
	/*---------------------------------------------------------*/
	/* company/about */
	.p-message .title{
		font-size: 11vw;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		right: auto;
		left: 7%;
	}
	.p-message > div{
		display: block;
	}
	.p-message .photo{
		width: 90%;
		padding-left:10%;
	}
	.p-message .text{
		width: 78%;
		padding-left:22%;
		margin-top: 50px;
	}

	/*---------------------------------------------------------*/
	/* service/seo */
	.p-seomessage .title{
		font-size: 23px;
	}	
	.p-seomessage .point{
		margin-top: -30px;
	}
	.p-seomessage .point li{
		width: 48.5%;
		padding: 15px 10px;
		min-height: 7.5em;
	}
	.p-seomessage .point br{
		display: block;
	}
	.p-seomessage .important1{
		font-size: 15px;
	}
	.p-seomessage .important2{
		font-size: 25px;
	}
	.p-seomessage .planning{
		font-size: 17px;
	}
	.p-seomessage .planning{
		margin-top: 38px;
		padding: 25px 15px 5px;
	}
	.p-seomessage .planning::before{
		width:52px;
		top: -30px;
		left: calc(50% - 26px);
	}
	.p-seomeasures .orangebox{
		font-size: 15px;
		padding: 25px 25px 15px;
	}
	.p-seomeasures .leftborderbox{
		margin: 10px 0 50px;
		padding: 15px 0 15px 25px;
	}
	.p-seoindex .photo{
		padding:15px;
		margin-bottom: 15px;
	}
	.p-seoindex .point{
		padding:20px 15px 10px;
		margin-bottom: 15px;
	}
	.p-seoindex .flex_block .point,
	.p-seoindex .flex_block .text{
		width: 100%;
	}
	.p-seoindex .point .title,
	.p-seoindex .seo_eat{
		font-size: 15px;
	}

	/*---------------------------------------------------------*/
	/* works */
	.p-works > div{
		width: 100%;
		padding: 20px;
	}
	.p-works .title{
		font-size: 12px;
	}
	.p-works .title strong{
		font-size: 20px;
		margin-right:10px;
	}
	.p-works .ranking{
		font-size: 10px;
		padding: 5px 5px 3px;
		width: 110px;
	}
	.p-works .en{
		font-size: 22px;
	}
	.p-works .unit{
		font-size: 16px;
	}
	.p-works li{
		padding: 5px;
	}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* seo blog */
.p-blog {
	display: block;
	justify-content: space-between;
}
.p-blog .point{
	width:90%;
   padding: 20px 10px;
	margin: 30px 0 40px;
}
.lower_contents_blog_title_h3 {
    font-weight: bold;
    font-size: 26px;
    margin: 10px 0 11px;
    background: url(https://www.contencial.co.jp/wp/wp-content/themes/contencialcojp/img/lower_contents_title_h3.svg) no-repeat left center;
    padding-left: 30px;
}
	/*---------------------------------------------------------*/
	/* privacypolicy, sitemap */
	.p-privacypolicy .lower_contents_title_h3{
		font-size: 15px;
		margin: 30px 0 10px;
	}
	.p-sitemap ul ul ul a{
		font-size: 13px;
	}

	/*---------------------------------------------------------*/
	/* contact */
	.p-contact table{
		margin: 30px 0;
	}
	.p-contact th,
	.p-contact td{
		display: block;
		box-sizing: border-box;
		width: 100%;
	}
	.p-contact .form_button{
		text-align: center;
	}
	.p-contact .submit,
	.p-contact .rewrite{
		margin:15px auto;
		min-width: 80%;
		font-size: 16px;
	}
}

/*---------------------------------------------------------*/
/* 420px for Minimum */
@media screen and (max-width: 420px) {
	.p-seomessage .point br{
		display: none;
	}
}