/*--------------------------------------------------*/
/*パンフレット専科2020*/
/*ご利用ガイドcss*/
/*ver1.0.0*/
/*--------------------------------------------------*/

/*--------------------------------------------------*/
/* Table */
/*--------------------------------------------------*/

.guide .basic-contents table {
	width: 100%;
	margin-bottom: 20px;
}
.guide .basic-contents table .img-fluid {
	display: block;
	margin: 0 auto;
}

/* table-1 */
.guide .basic-contents .table-1 th,
.guide .basic-contents .table-1 td {
	border: 1px solid #CCCCCC;
	padding: 10px;
	vertical-align: middle;
	line-height: 1.6;
}
.guide .basic-contents .table-1 th {
	width: 15%;
	line-height: 1.4;
}
.guide .basic-contents .table-1 td:nth-child(1) {
	padding: 5px 0;
	width: 115px;
}
.guide .basic-contents .table-1 td:nth-child(4) {
	width: 25%;
	text-align: right;
	font-weight: bold;
}
@media (max-width: 767px) {
	.guide .basic-contents .table-1 {
		border-bottom: 1px solid #CCCCCC;
	}
	.guide .basic-contents .table-1 th {
		width: 100%;
		display: block;
		border-bottom: 0;
	}
	.guide .basic-contents .table-1 td {
		width: 100% !important;
		display: block;
		border-bottom: 0;
	}
	.guide .basic-contents .table-1 td:nth-child(1) {
		padding: 20px;
	}
}

/* table-2 */
.guide .basic-contents .table-2 th,
.guide .basic-contents .table-2 td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	line-height: 1.6;
}
.guide .basic-contents .table-2 th {
	width: 34%;
	text-align: center;
	padding: 5px;
}
.guide .basic-contents .table-2 td:first-child {
	width: 51%;
}
.guide .basic-contents .table-2 td:last-child {
	width: 15%;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.guide .basic-contents .table-2 dl {
	display: table;
	width: 100%;
}
.guide .basic-contents .table-2 dl dt,
.guide .basic-contents .table-2 dl dd {
	display: table-cell;
	vertical-align: middle;
}
.guide .basic-contents .table-2 th dl dt {
	line-height: 1.1;
}
.guide .basic-contents .table-2 td dl dt,
.guide .basic-contents .table-2 td dl dd {
	padding: 10px;
}
.guide .basic-contents .table-2 td dl dt {
	text-align: center;
	width: 30%;
	border-right: 1px solid #CCCCCC;
}
.guide .basic-contents .table-2 td dl:first-child {
	border-bottom: 1px dotted #cccccc;
}
.guide .basic-contents .table-2 td dl dt span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.guide .basic-contents .table-2 td dl dd {
	font-size: 14px;
}
@media (min-width: 768px) {
	.guide .basic-contents .table-2 th dl dt {
		width: 40%;
	}
}
@media (max-width: 767px) {
	.guide .basic-contents .table-2 {
		border-bottom: 1px solid #CCCCCC;
	}
	.guide .basic-contents .table-2 th {
		width: 100%;
		display: block;
		border-bottom: 0;
		padding: 10px;
	}
	.guide .basic-contents .table-2 td {
		width: 100% !important;
		display: block;
		border-bottom: 0;
	}
	.guide .basic-contents .table-2 th dl {
		width: auto;
		margin: 0 auto;
	}
	.guide .basic-contents .table-2 th dl dt,
	.guide .basic-contents .table-2 th dl dd {
		padding: 0 5px;
	}
}

p.mailmaga-red {
	color: #ff0000;
}

/*--------------------------------------------------*/
/* ホワイトペーパー */
/*--------------------------------------------------*/

#guide-wp-wrapper .container-field {
	padding: 0 30px;
	margin: 0 auto;
	line-height: 1.8;
}
@media(max-width:767px){
	#guide-wp-wrapper .container-field {
		padding: 0 20px;
	}
}
/* guide-wp-header */
#guide-wp-wrapper .guide-wp-header .container-field {
	max-width: 1140px;
	padding-top: 60px;
}
#guide-wp-wrapper .guide-wp-header .mv-box .title-wrapper {
	display: flex;
	justify-content: center;align-items: center;
	background-color: rgba(0,0,0,0.5);
	height: 500px;
}
#guide-wp-wrapper .guide-wp-header .mv-box .title-wrapper dl {
	text-align: center;
	color: #ffffff;
}
#guide-wp-wrapper .guide-wp-header .mv-box .title-wrapper dl dt .icon {
	background-color: #009933;
	border-radius: 50%;
	width: 68px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	margin: 0 auto 22px auto;
}
#guide-wp-wrapper .guide-wp-header .mv-box .title-wrapper dl dt .icon i {
	color: #fff;
	padding-bottom: 2px;
	padding-left: 3px;
}
#guide-wp-wrapper .guide-wp-header .mv-box .title-wrapper dl dt .h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 1.3;
}
#guide-wp-wrapper .guide-wp-header .mv-box .title-wrapper dl dt .h1 span {
	display: inline-block;
}
#guide-wp-wrapper .guide-wp-header .mv-box .title-wrapper dl dd.en {
	display: inline-block;
	background-color: #009933;
	font-size: 14px;
	line-height: 1;
	border-radius: 20px;
	padding: 5px 25px;
}
#guide-wp-wrapper .guide-wp-header .main-lead {
	font-size: 18px;
	margin: 40px 0 50px 0;
	font-weight: bold;
	text-align: center;
}
@media(max-width:767px){
	#guide-wp-wrapper .guide-wp-header .container-field {
		padding-top: 50px;
	}
	#guide-wp-wrapper .guide-wp-header .mv-box .title-wrapper {
		height: 300px;
	}
	#guide-wp-wrapper .guide-wp-header .mv-box .title-wrapper dl dt .h1 {
		font-size: 28px;
	}
	#guide-wp-wrapper .guide-wp-header .main-lead {
		font-size: 16px;
		text-align: left;
	}
}

/* guide-wp-contents */
#guide-wp-wrapper .guide-wp-contents .container-field {
	max-width: 1060px;
}
#guide-wp-wrapper .guide-wp-contents dl.title-dl {
	text-align: center;
	margin: 80px 0 50px 0;
}
#guide-wp-wrapper .guide-wp-contents dl.title-dl dt {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 64px;
	color: #eeeeee;
	line-height: 1;
	margin-bottom: -30px;
}
#guide-wp-wrapper .guide-wp-contents dl.title-dl dd h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 32px;
	line-height: 1.2;
	color: #212121;
	margin: 0;
}
@media(max-width:767px){
	#guide-wp-wrapper .guide-wp-contents dl.title-dl dt {
		font-size: 48px;
		margin-bottom: -20px;
	}
	#guide-wp-wrapper .guide-wp-contents dl.title-dl dd h3 {
		font-size: 24px;
	}
}

#guide-wp-wrapper .guide-wp-contents ol.about-ol {
	counter-reset: item;
	list-style-type: none;
	padding: 0;
	border-top: 1px solid #eeeeee;
	font-size: 16px;
}
#guide-wp-wrapper .guide-wp-contents ol.about-ol > li {
	position: relative;
	padding: 20px 0 20px 50px;
	border-bottom: 1px solid #eeeeee;
}
#guide-wp-wrapper .guide-wp-contents ol.about-ol > li:before {
	counter-increment: item;
	content: counter(item,decimal-leading-zero);
	position: absolute;
    right: 0;
    top: 10px;
    left: 0;
	font-family: "roboto";
	font-weight: bold;
	font-size: 28px;
	color: #009933;
}
#guide-wp-wrapper .guide-wp-contents ol.about-ol > li h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 5px 0;
}
#guide-wp-wrapper .guide-wp-contents ol.about-ol > li p {
	margin: 0;
}
#guide-wp-wrapper .guide-wp-contents .btn-wrapper {
	padding: 40px 0;
	text-align: center;
}
#guide-wp-wrapper .guide-wp-contents .btn-wrapper a {
	position: relative;
	display: inline-block;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #009933;
	border-radius: 30px;
	padding: 20px 50px;
	text-align: center;
}
#guide-wp-wrapper .guide-wp-contents .btn-wrapper a::after {
    position: absolute;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: bold;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    color: #ffffff;
}
@media(max-width:767px){
	#guide-wp-wrapper .guide-wp-contents ol.about-ol {
		font-size: 14px;
	}
	#guide-wp-wrapper .guide-wp-contents ol.about-ol > li h4 {
		font-size: 16px;
	}
	#guide-wp-wrapper .guide-wp-contents .btn-wrapper a {
		font-size: 14px;
		padding: 15px 30px;
	}
}

/* ページフッターローカルナビ */
@media (min-width: 768px) {
	.entry-page.guide .nextback + .local-navi {
		display: none;
	}
}

/*--------------------------------------------------*/
/* 2023.04｜制作費例・制作スケジュール */
/*--------------------------------------------------*/

.guide .basic-contents .price-wrap {
	max-width: 640px;
	margin: 25px auto 50px auto;
}
.guide .basic-contents .price-table {
	line-height: 1.4;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.guide .basic-contents .price-table th,
.guide .basic-contents .price-table td {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	text-align: center;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 10px 15px;
}
.guide .basic-contents .price-table th {
	position: relative;
	background-color: #eeeeee;
	font-size: 120%;
}
.guide .basic-contents .price-table th:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	border-bottom: 15px solid transparent;
	border-left: 15px solid #009933;
}
/*
.guide .basic-contents .price-table th:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	content: "";
	width: 50px;
	height: 2px;
	background-color:#009933; 
}
*/
.guide .basic-contents .price-table th .small {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 70%;
}
.guide .basic-contents .price-table td {
	font-size: 180%;
}
.guide .basic-contents .price-ul li:before {
	color: #009933;
}



