@charset "utf-8";

/* =============================================================================
	会社案内パック
   ========================================================================== */
.pack .keyimages {
	background: url(../img/pack/bgPack.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 350px;
}
.pack .keyimages h2 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 141px 0;
}
.pack .keyimages h2 span.box {
	background:rgba(30,30,35,0.6);
	padding: 5px 30px;
}


/*完全オリジナルデザインの会社案内パンフレット*/
#pack01 {
	padding: 80px 0;
	background: #f7f7f7;
	margin: 0 auto;
}

#pack01 .pack01-inner {
	margin: 0 auto;
	max-width: 614px;
	text-align: left;
	padding-bottom: 50px;
	position: relative;
}

#pack01 .pack01-inner h2 {
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: 0.02em;
	max-width: 380px;
	margin: 0 auto;
}
#pack01 .pack01-inner h2 span {
	font-size: 29px;
	display: block;
}
#pack01 .pack01-inner ruby rt{
	color: #00a8d3;
	font-size: 13px;
}
#pack01 .pack01-inner h2 span .dot-text {
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.15em .15em at center center,#00a8d3,#00a8d3 100%,transparent);
	display: inline-block;
}

#pack01 .pack01-inner h2 .border-text{
	border-bottom: 5px solid #ff7a22;
	font-size: 36px;
}
#pack01 .pack01-inner p {
	padding-bottom: 20px;
}
#pack01 .pack01-inner h3 {
	font-size: 20px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	#pack01 .pack01-inner:before {
	position: absolute;
    top: 0;
	left: -164px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 190px;
	height: 247px;
	background: url(../img/pack/img-pack01-1.png) no-repeat 0 100%;
	background-size: cover;
	z-index: 1;	
}
	#pack01 .pack01-inner:after {
		position: absolute;
    top: 0;
	right: -164px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 223px;
	height: 242px;
	background: url(../img/pack/img-pack01-2.png) no-repeat 0 100%;
	background-size: cover;
	z-index: 1;	
}
#pack01 .pack01-inner ruby rt{
	font-size: 9px;
}
}

@media screen and (max-width: 767px) {
	
	/*.pack h2 img {
	height: 25px;
}*/
	.pack .keyimages {
		height: 200px;
	}
	.pack .keyimages h2 {
		font-size: 24px;
		padding: 81px 0;
	}
	#pack01 {
		padding: 30px 0;
	}
	#pack01 h2 {
		font-size: 18px;
		text-align: center;
	}
	#pack01 .img {
		width: 60%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	#pack01 .pack01-inner {
		padding-bottom: 0;
	}
	#pack01 .pack01-inner h2 span {
		font-size: 18px;
	}
	#pack01 .pack01-inner h2 .border-text{
		font-size: 22px;
		padding-bottom: 10px;
	}
	#pack01 .pack01-inner p {
		font-size: 16px;
	}
	#pack01 .pack01-inner h3 {
		font-size: 18px;
		text-align: center;
	}
	#pack01 .pack01-inner h3 img{
		padding-bottom: 10px;
	}
	#pack01 .pack01-inner ruby rt{
	font-size: 6px;
}
	
}


/*A4三つ折り リーフレットタイプ*/
#pack02 {
	padding: 60px 0;
}
#pack02 .wrap {
	max-width: 950px;
}
#pack02 .reason02-under {
	padding-bottom: 60px;
}
#pack02 h2 {
	font-size: 25px;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 0;
	text-align: left;
	padding: 12px 10px;
}
#pack02 h2:before {
	position: absolute;
	content: "";
	background:url(../img/reasons/ttl-boder.png) bottom;
	background-repeat: repeat-x;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
}
#pack02 h2:after {
	position: absolute;
	content: "";
	background:url(../img/reasons/ttl-boder.png) bottom;
	background-repeat: repeat-x;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
}
#pack02 h2 span {
	color: #f2011d;
}
#pack02 h2 em {
	font-size: 32px;
}
#pack02 h2 .number {
	font-size: 45px;
	font-weight: bold;
	color: #ff7a22;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: -0.05em;
}
#pack02 h2 .black {
	color: #000;
}
#pack02 .flex {
	padding-bottom: 50px;
}
#pack02 .flex .txt {
	font-size: 14px;
}
#pack02 .flex .txt span {
	font-size: 16px;
	color: #f2011d;
}
#pack02 .because {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background: #00a8d3;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 30px;
	position: relative;
	letter-spacing: 0.1em;
}
#pack02 .because:before {
	border-bottom-width: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid white;
    top: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    margin-left: -60px;
    width: 0;
}
#pack02 .because ruby {
	-webkit-appearance: initial;
}
#pack02 .because img {
	vertical-align: middle;
}
#pack02 .txt table{
	border-collapse: separate;
    border-spacing: 7px;
	margin-bottom: 10px;
}
#pack02 .txt table th{
	padding: 12px 30px;
	background: #caf3ff;
}
#pack02 .txt table td{
	padding: 12px;
}

@media screen and (min-width: 768px) {

	#pack02 .flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
	}
	#pack02 .flex .img {
		width: 60%;
	}
	#pack02 .flex .txt {
		width: 40%;
		line-height: 1.8em;
	}
}


@media screen and (max-width: 767px) {
	#pack02 {
		padding: 30px 0;
	}
	
	#pack02 h2 {
		font-size: 20px;
		line-height: 1.4em;
	}
	#pack02 h2 .number {
		font-size: 30px;
	}
	#pack02 h2 em {
		font-size: 26px;
	}
	#pack02 h2:before {
		top: -13px;
	}
	#pack02 h2:after {
		bottom: -13px;
	}
	#pack02 .img {
		padding-bottom: 20px;
	}
	#pack02 .because {
		font-size: 18px;
		letter-spacing: 0;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	#pack02 .because:before {
		border-top: 20px solid white;
	}
	#pack02 .because .sp img{
		width: 90%;
	}
	#pack02 .flex {
		padding-bottom: 30px;
	}
}

#pack03 ul li {
	text-align: center;
	font-size: 29px;
	font-weight: bold;
	padding: 60px 0;
}
#pack03 ul li a {
	color: #fff;
}
#pack03 ul .list01 {
	background: #70dcf8;
}
#pack03 ul .list02 {
	background: #0097c9;
}
@media screen and (min-width: 768px) {
	#pack03 ul {
		display: flex;
	}
	#pack03 ul li {
		width: 50%;
	}
	
}
@media screen and (max-width: 767px) {
	#pack03 ul li {
		padding: 30px 0;
	}
	#pack03 ul li a {
		font-size: 20px;
	}
}

/*標準仕様表*/

#point06 {
	padding: 40px 0;
}
#point06 .cost-p {
	max-width: 610px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#point06 h3 {
    color: #fff;
    padding: 20px 0 20px 30px;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
	width: 390px;
}
#point06 .nakatoji {
	padding-bottom: 80px;
}
#point06 .nakatoji .blue-gra {
	    background: rgb(0,151,201);
    background: linear-gradient(
124deg, rgba(0,151,201,1) 0%, rgba(0,104,183,1) 100%);
}
#point06 .blue-line {
	border: 1px solid #00a8d3;	
	}
#point06 .green-line {
	border: 1px solid #4caa55;	
	}
#point06 .blue-line th span {
	color: #ffffff;
	font-size: 23px;
	padding-right: 5px;
	}

@media screen and (min-width: 768px) {
#point06 .list {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-collapse: collapse;
    margin-top: 60px;
    margin-bottom: 30px;
}
#point06 .blue-line th {
    border-right: 1px solid #00a8d3;
    border-bottom: 1px solid #ffffff;
	background-color: #00a8d3;
	color: #fff;
    width: 33%;
	text-align: left;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: 0.03em;
	padding-left: 30px;
	}
#point06 .blue-line td {
    vertical-align: middle;
    padding: 20px;
    border-bottom: 1px solid #00a8d3;
	text-align: left;
	padding-left: 30px;
	line-height: 1.8em;
	}
/*#point06 .blue-line th,#point06 .blue-line td {
	border-bottom: 1px solid #00a8d3;
	font-size: 13px;
	text-align: left;
	}*/
#point06 .list th span {
	font-size: 20px;
	padding-right: 0;
	color: #fff;
	}
}

@media screen and (max-width: 767px) {
#point06 {
	padding: 30px 0;
	}
#point06 h3 {
	width: 100%;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	}
#point06 .nakatoji {
	padding-bottom: 0;
}
#point06 .list th {
	width: 100%;
    display: block;
	padding: 10px;
	}
#point06 .list td {
    vertical-align: middle;
    padding: 10px;
    text-align: center;
    display: block;
}
#point06 .blue-line th,#point06 .blue-line td {
	border-bottom: 1px solid #00a8d3;
	font-size: 13px;
	text-align: left;
	}
#point06 .list th span {
	font-size: 20px;
	padding-right: 0;
	color: #fff;
	}

#point06 .blue-line th {
	background: #00a8d3;
	color: #fff;
	}
}

/*オプション*/
#point07 { padding: 40px 0 80px; }
#point07 table { width:100%; }
#point07 table td { padding: 25px; border: 1px solid #00a8d3; }
#point07 table th { padding: 25px; border: 1px solid #00a8d3; background-color: #00a8d3; color:#fff; }
#point07 table td:first-child{ font-weight: bold; width:250px; background-color: #caf3ff; }
#point07 table td:nth-child(2){ width:570px; }
#point07 table th:first-child{ border-right: #fff 1px solid; }
#point07 table th:nth-child(2){ border-right: #fff 1px solid; }

@media screen and (max-width: 767px) {
	#point07 { padding: 30px 0; }
	
	.scroll table{
	width:100%;
	}
	.scroll{
	overflow: auto; /*tableをスクロールさせる*/
	white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
	}
	/* 以下、スクロールバーを追加 */
	.scroll::-webkit-scrollbar{　　
	 height: 10px;
	}
	.scroll::-webkit-scrollbar-track{
	 background: #333;
	}
	.scroll::-webkit-scrollbar-thumb {
	 background: #999;
	}
	#point07 table th { text-align: left; }
	#point07 table td:first-child{ font-size: 14px; }
	#point07 table td { font-size: 13px; }
}

/* =============================================================================

   ========================================================================== */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}