@charset "utf-8";
/* CSS Document */

/****************************************************************************************

日本会議室メールマガジンのご案内（mailmagazine）

*************************************************************************************** */

/*******案内*******/
.guideBox {
	display: table;
	width: 100%;
	margin-bottom: 8vw;
}
.guideBox li {
	display: table-cell;
	vertical-align: top;
}
.guideBox li:last-child {
	display: none;
}
.guideBox li h4 {
	color: #005cab;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.guideBox li p {
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph;
}


/*******情報*******/
.infoBox h4 {
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.6em;
	line-height: 1.5;
}
.infoList {
	width: 100%;
}
.infoList li {
	float: left;
	text-align: center;
}
.infoList li:nth-of-type(odd) {
	margin-right: 5vw;
}
.infoList li:nth-of-type(n+3) {
	margin-top: 5vw;
}
.infoList li span {
	display: table-cell;
	vertical-align: middle;
	width: 42.5vw;
	height: 42.5vw;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		
	background: #ffb400;
	background: -moz-linear-gradient(-45deg, #ffb400 0%, #ffb400 49%, #ffa900 50%, #ffa900 100%);
	background: -webkit-linear-gradient(-45deg, #ffb400 0%,#ffb400 49%,#ffa900 50%,#ffa900 100%);
	background: linear-gradient(135deg, #ffb400 0%,#ffb400 49%,#ffa900 50%,#ffa900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ffa900',GradientType=1 );
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	color: #fff;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.5;
}

/*******3ステップで完了*******/
.stepBox {
	background: #fffbda;
	width: 100%;
	margin-top: 13vw;
	position: relative;
}
.stepBox h4 {
	position: absolute;
	top: -3.5vw;
	left: 50%;
	margin-left: -40vw;
	background: url(../mailmagazine/images/mailmagazine_ribbon.png) center top no-repeat;
	background-size: contain;
	color: #fff;
	font-size: 4vw;
	line-height: 1;
	text-align: center;
	width: 80vw;
	height: 9.1vw;
	line-height: 9.2vw;
}
.stepBox .inner {
	width: 100%;
	margin: 0 auto;
	padding: 10vw 15px 8vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.stepBox .inner > p {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 1.5em;
}

.stepList {
	display: table;
	width: 100%;
	margin-bottom: 2em;
}
.stepList:last-of-type {
	margin-bottom: 0;
}
.stepList dt,
.stepList dd {
	display: table-cell;
	vertical-align: top;
}
.stepList dt span {
	display: block;
	background: #085ba7;
	color: #fff;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	width: 8vw;
	line-height: 8vw;
}
.stepList dd {
	font-size: 3.5vw;
	line-height: 1.75;
	padding-left: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.stepList dd a {
	text-decoration: underline;
}
.stepList dd a:hover {
	text-decoration: none;
}
.stepList dd img {
	margin: 1em 0 0.5em;
}
.stepList dd span {
	color: #c1272d;
}

.stepBox .inner .linkBtn {
	display: block;
	background: #ff7d1e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	width: 80%;
	margin: 6vw auto 0;
	padding: 12px 0;
}
.stepBox .inner .linkBtn:hover {
	text-decoration: none;
	opacity: 0.7;
}





/********************************************************
Media Query for PC
********************************************************/
@media print, screen and (min-width: 750px){

/*******案内*******/
.guideBox {
	margin-bottom: 35px;
}
.guideBox li:first-child {
	padding-right: 20px;
}
.guideBox li:last-child {
	display: table-cell;
	width: 460px;
}
.guideBox li h4 {
	font-size: 28px;
}
.guideBox li p {
	font-size: 16px;
}

/*******情報*******/
.infoBox h4 {
	font-size: 24px;
}
.infoList li:nth-of-type(n+3) {
	margin-top: 0;
}
.infoList li:nth-of-type(odd) {
	margin-right: 0;
}
.infoList li:nth-of-type(-n+3) {
	margin-right: 20px;
}
.infoList li span {
	width: 220px;
	height: 220px;
	font-size: 20px;
}

/*******3ステップで完了*******/
.stepBox {
	margin-top: 80px;
}
.stepBox h4 {
	top: -20px;
	margin-left: -230px;
	font-size: 22px;
	width: 460px;
	height: 52px;
	padding: 0.75em 0 0;
	line-height: 1;
}
.stepBox .inner {
	width: 780px;
	padding: 60px 0 40px;
	font-size: 16px;
}
.stepBox .inner > p {
	font-size: 16px;
	text-align: center;
	text-justify: auto;
}

.stepList dt span {
	font-size: 16px;
	width: 30px;
	line-height: 30px;
}
.stepList dd {
	font-size: 16px;
}

.stepBox .inner .linkBtn {
	font-size: 18px;
    width: 300px;
	margin-top: 2em;
}









}