@charset "utf-8";

/* --- ページ共通 ---------- */

.en {
	font-family: 'Dosis', sans-serif;
	letter-spacing: 1px;
}

a{
	text-decoration: none;
}


/* ------------------------

ウェブトップ

------------------------ */


/* --- SP ---------- */

@media print,screen and (max-width: 740px) {
	div.web div.main_title_pic{
		padding: 50px 0 50px;
	}

	div.web div.web-body{
		padding: 0 0 40px;
		max-width: 1400px;
		width: 90%;
		margin: 0 auto;
	}

	div.web div.main_title_pic p{
		width: 100%;
		text-align: center;
		font-weight: bold;
		font-size: 200%;
		margin: 0 0 10px;
	}

	div.web div.main_title_pic h1{
		text-align: center;
		color: #fff;
		margin: 8px 0;
		font-size: 100%;
		line-height: 0;
	}

	div.web.web-main h2{
		font-size: 110%;
		text-align: center;
		letter-spacing: 2px;
		line-height: 1.5;
	}

	div.web.web-main .web-menu-box{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
		width: 100%;
		margin: 20px 0;
	}

	div.web.web-main .web-menu-box .box{
		width: 48%;
		margin: 5px 4% 5px 0;
	}

	div.web.web-main .web-menu-box .box a{
		color: #333;
	}

	div.web.web-main .web-menu-box .box a:hover{
		text-decoration: none;
		color: #aaa;
	}

	div.web.web-main .web-menu-box .box:nth-child(2n){
		margin-right: 0;
	}

	div.web.web-main .web-menu-box .box .img-box{
		box-shadow: 0 0 8px #878787;
		line-height: 0;
	}

	div.web.web-main .web-menu-box .box .txt-box{
		width: 90%;
		margin: 0 auto;
	}

	div.web.web-main .web-menu-box .box .en{
		margin: 10px 0 0;
		font-size: 80%;
		font-weight: bold;
	}

	div.web.web-main .web-menu-box .box h3{
		margin: 0 0 15px;
		letter-spacing: 2px;
		line-height: 1;
	}

	div.web.web-main .web-menu-box .box .comment{
		margin: 5px 0;
		font-size: 80%;
		line-height: 1.5;
	}

	div.web.web-main .web-menu-box .box .link-txt{
		font-size: 65%;
		text-align: right;
		position: relative;
	}

	div.web.web-main .web-menu-box .box .link-txt:after{
		position: absolute;
		content: " ";
		display: block;
		border-bottom: 1px solid #333;
		bottom: -3px;
		right: 0;
		width: 5%;
	}

	div.web.web-main div.web-body .btn04{
		max-width: 540px;
		width: 90%;
		margin: 0 auto;
		background: #f5f5f5;
	}

	div.web.web-main .web-pickup{
		margin: 20px auto 0;
		background: #f5f5f5;
		padding: 20px 0 10px;
	}

	div.web.web-main .web-pickup .pick-body{
		max-width: 1400px;
		width: 94%;
		box-sizing: border-box;
		padding: 10px 10px 0;
		margin: 0 auto;

	}

	div.web.web-main .web-pickup .pick-body .en{
		font-size: 200%;
		margin: 0;
		text-align: center;
		font-weight: bold;
	}

	div.web.web-main .web-pickup .pick-body h3{
		font-size: 90%;
		margin: 5px 0;
		letter-spacing: 3px;
		text-align: center;
	}

	div.web.web-main .web-pickup .pick-body .web-menu-box .box h4{
		margin: 10px 0;
		line-height: 1.5;
		font-size: 85%;
		letter-spacing: 2px;
	}

	div.web.web-main .web-pickup .pick-body .lead{
		text-align: center;
		font-size: 90%;
		line-height: 1.7;
	}

	div.web.web-main .web-pickup .pick-body .web-menu-box .box .comment{
		display: none;
	}
}


/* --- PC ---------- */

@media print,screen and (min-width: 741px) {
	div.web div.main_title_pic{
		padding: 100px 0 100px;
	}

	div.web div.web-body{
		padding: 15px 0 100px;
		max-width: 1400px;
		width: 90%;
		margin: 0 auto;
	}

	div.web div.main_title_pic p{
		width: 100%;
		text-align: center;
		font-size: 250%;
		margin: 0;
	}

	div.web div.main_title_pic h1{
		text-align: center;
		color: #fff;
		margin: 8px 0;
		font-size: 100%;
		line-height: 0;
	}

	div.web.web-main h2{
		font-size: 140%;
		text-align: center;
		letter-spacing: 3px;
		line-height: 1.6;
	}

	div.web.web-main .web-menu-box{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
		width: 100%;
		margin: 50px 0;
	}

	div.web.web-main .web-menu-box .box{
		width: 31%;
		margin: 15px 3% 30px 0;
	}

	div.web.web-main .web-menu-box .box a{
		color: #333;
	}

	div.web.web-main .web-menu-box .box a:hover{
		text-decoration: none;
		color: #aaa;
	}

	div.web.web-main .web-menu-box .box:nth-child(3n){
		margin-right: 0;
	}

	div.web.web-main .web-menu-box .box .img-box{
		box-shadow: 0 0 8px #878787;
		line-height: 0;
	}

	div.web.web-main .web-menu-box .box .txt-box{
		width: 90%;
		margin: 0 auto;
	}

	div.web.web-main .web-menu-box .box .en{
		margin: 10px 0 0;
		font-size: 80%;
		font-weight: bold;
	}

	div.web.web-main .web-menu-box .box h3{
		margin: 0 0 15px;
		letter-spacing: 2px;
		line-height: 1;
	}

	div.web.web-main .web-menu-box .box .comment{
		margin: 5px 0;
		font-size: 80%;
		line-height: 1.5;
	}

	div.web.web-main .web-menu-box .box .link-txt{
		font-size: 65%;
		text-align: right;
		position: relative;
	}

	div.web.web-main .web-menu-box .box .link-txt:after{
		position: absolute;
		content: " ";
		display: block;
		border-bottom: 1px solid #333;
		bottom: -3px;
		right: 0;
		width: 5%;
	}

	div.web.web-main div.web-body .btn04{
		max-width: 540px;
		width: 90%;
		margin: 0 auto;
		background: #f5f5f5;
	}

	div.web.web-main .web-pickup{
		margin: 20px auto 0;
		background: #f5f5f5;
		padding: 50px 0 10px;
	}

	div.web.web-main .web-pickup .pick-body{
		max-width: 1400px;
		width: 90%;
		box-sizing: border-box;
		padding: 30px;
		margin: 0 auto;

	}

	div.web.web-main .web-pickup .pick-body .en{
		font-size: 250%;
		margin: 0;
		text-align: center;
		font-weight: bold;
	}

	div.web.web-main .web-pickup .pick-body h3{
		font-size: 90%;
		margin: 5px 0;
		letter-spacing: 3px;
		text-align: center;
	}

	div.web.web-main .web-pickup .pick-body .web-menu-box .box h4{
		margin: 15px 0;
		font-size: 85%;
		letter-spacing: 2px;
	}

	div.web.web-main .web-pickup .pick-body .web-menu-box .box{
		background: #fff;
	}

	div.web.web-main .web-pickup .pick-body .lead{
		text-align: center;
		font-size: 90%;
		line-height: 1.7;
	}

	.web-style.service-style .txt01{
		text-align: center;
	}
}
/* ------------------------

ウェブメリット

------------------------ */


/* --- SP ---------- */

@media print,screen and (max-width: 740px) {
	div.web div.mainimg-area{
		max-width: 1400px;
		width: 100%;
		margin: 50px auto 40px;
		text-align: center;
		background: #f5f5f5;
		padding-bottom: 32px;
	}

	div.web div.mainimg-area .img{
		max-width: 1280px;
		width: 90%;
		margin: 0 auto -50px;
		position: relative;
		top: -50px;
	}

	div.web div.mainimg-area .en{
		font-size: 200%;
		font-weight: bold;
		margin: 10px 0;
	}

	div.web div.mainimg-area h1{
		font-size: 100%;
		margin: 0;
		line-height: 1.4;
	}

	div.web div.text-lead-area{
		max-width: 780px;
		width: 80%;
		margin: 0 auto;
	}

	div.web div.text-lead-area p{
		font-size: 100%;
		line-height: 1.5;
	}

	div.web.web-merit .chapter01{
		padding: 0 0 20px 0;
	}

	div.web.web-merit .chapter02{
		background: #f5f5f5;
		padding: 20px 0;
	}

	div.web.web-merit .chapter02 .point-box{
		background: #fff;
		max-width: 1070px;
		width: 90%;
		margin: 50px auto;
		padding: 10px 20px;
	}

	div.web.web-merit .chapter02 .point-box .point{
		position: relative;
		top: -50px;
	}

	div.web.web-merit .chapter02 .point-box .point{
		max-width: 100px;
		width: 80%;
		margin: 0 auto -50px;
	}

	div.web.web-merit .chapter02 .point-box .text{
		width: 100%;
	}

	div.web.web-merit .chapter02 .point-box h2{
		margin: 15px 0;
		font-size: 110%;
		letter-spacing: 2px;
		text-align: center;
	}

	div.web.web-merit .chapter02 .point-box p{
		line-height: 1.6;
		font-size: 100%;
		margin: 8px 0;
	}

	div.web .web-btn-box{
		max-width: 1200px;
		width: 96%;
		margin: 0 auto;
	}

	div.web .web-btn-box .btn04{
		max-width: 480px;
		width: 90%;
		margin: 15px auto;
	}

	div.column-foot-wrap{
		background: #f5f5f5;
		padding: 20px 0;
	}

	div.column-foot-wrap div.column-title-box{
		max-width: 1260px;
		width: 90%;
		margin: 0 auto;
	}

	div.column-foot-wrap div.column-title-box .left{
		width: 100%;
		text-align: center;
	}

	div.column-foot-wrap div.column-title-box .left .en{
		font-size: 180%;
		margin: 8px 0;
		font-weight: bold;
	}

	div.column-foot-wrap div.column-title-box .left h3{
		font-size: 90%;
		margin: 8px 0;
		font-weight: bold;
	}

	div.column-foot-wrap div.column-title-box .right{
		width: 100%;
		font-size: 90%;
		line-height: 1.6;
	}

	div.column-foot-wrap div.column-body{
		max-width: 1260px;
		width: 96%;
		margin: 20px auto;
	}

	div.column-foot-wrap div.column-body .box{
		width: 90%;
		margin: 10px auto;
	}

	div.column-foot-wrap div.column-body .box a{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		color: #333;
	}

	div.column-foot-wrap div.column-body .box a:hover{
		text-decoration: none;
		
	}

	div.column-foot-wrap div.column-body .box a .img-box{
		width: 27%;
	}

	div.column-foot-wrap div.column-body .box a .txt-box{
		width: 70%;
	}

	div.column-foot-wrap div.column-body .box a .txt-box .date{
		margin: 0;
		font-size: 65%;
		color: #707070;
		text-align: right;
	}

	div.column-foot-wrap div.column-body .box a .txt-box h4{
		margin: 7px 0;
		font-size: 85%;
		line-height: 1.6;
	}

	div.column-foot-wrap div.column-body .box a .txt-box p.comment{
		display: none;
	}

}


/* --- PC ---------- */

@media print,screen and (min-width: 741px) {

	div.web div.mainimg-area{
		max-width: 1400px;
		width: 100%;
		margin: 200px auto 50px;
		text-align: center;
		background: #f5f5f5;
		padding-bottom: 40px;
	}

	div.web div.mainimg-area .img{
		max-width: 1280px;
		width: 90%;
		margin: 0 auto -200px;
		position: relative;
		top: -200px;
	}

	div.web div.mainimg-area .en{
		font-size: 250%;
		margin: 15px 0;
	}

	div.web div.mainimg-area h1{
		font-size: 100%;
		margin: 0;
		line-height: 1.4;
	}

	div.web div.text-lead-area{
		max-width: 780px;
		width: 95%;
		margin: 0 auto;
	}

	div.web div.text-lead-area p{
		line-height: 1.7;
	}

	div.web.web-merit .chapter01{
		padding: 0 0 70px 0;
	}

	div.web.web-merit .chapter02{
		background: #f5f5f5;
		padding: 40px 0;
	}

	div.web.web-merit .chapter02 .point-box{
		background: #fff;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		box-sizing: border-box;
		max-width: 1070px;
		width: 90%;
		margin: 50px auto;
		padding: 20px 50px;
	}

	div.web.web-merit .chapter02 .point-box .point{
		position: relative;
		top: -50px;
	}

	div.web.web-merit .chapter02 .point-box .point{
		max-width: 180px;
		width: 15%;
	}

	div.web.web-merit .chapter02 .point-box .text{
		width: 79%;
	}

	div.web.web-merit .chapter02 .point-box h2{
		margin: 15px 0;
		font-size: 12%;
		letter-spacing: 3px;
	}

	div.web.web-merit .chapter02 .point-box p{
		line-height: 1.6;
		font-size: 100%;
		margin: 8px 0;
	}

	div.web .web-btn-box{
		max-width: 1200px;
		width: 96%;
		margin: 100px auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
	}

	div.web .web-btn-box .btn04{
		width: 48%;
	}

	div.column-foot-wrap{
		background: #f5f5f5;
		padding: 60px 0;
		border-top: 1px solid #ccc;
	}

	div.column-foot-wrap div.column-title-box{
		max-width: 1260px;
		width: 96%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	div.column-foot-wrap div.column-title-box .left{
		width: 18%;
	}

	div.column-foot-wrap div.column-title-box .left .en{
		font-size: 180%;
		margin: 8px 0;
		font-weight: bold;
	}

	div.column-foot-wrap div.column-title-box .left h3{
		font-size: 90%;
		margin: 8px 0;
		line-height: 1.5;
		font-weight: bold;
	}

	div.column-foot-wrap div.column-title-box .right{
		width: 80%;
		font-size: 90%;
		line-height: 1.6;
	}

	div.column-foot-wrap div.column-body{
		max-width: 1260px;
		width: 96%;
		margin: 50px auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
	}

	div.column-foot-wrap div.column-body .box{
		width: 48%;
		margin: 15px 2% 15px 0;
	}

	div.column-foot-wrap div.column-body .box:nth-child(even){
		margin-right: 0;
	}

	div.column-foot-wrap div.column-body .box a{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
		color: #333;
	}

	div.column-foot-wrap div.column-body .box a:hover{
		text-decoration: none;
		
	}

	div.column-foot-wrap div.column-body .box a .img-box{
		width: 27%;
	}

	div.column-foot-wrap div.column-body .box a .txt-box{
		width: 70%;
	}

	div.column-foot-wrap div.column-body .box a .txt-box .date{
		margin: 0;
		font-size: 65%;
		color: #707070;
		text-align: right;
	}

	div.column-foot-wrap div.column-body .box a .txt-box h4{
		margin: 7px 0;
		font-size: 85%;
		line-height: 1.6;
	}

	div.column-foot-wrap div.column-body .box a .txt-box p{
		font-size: 80%;
		line-height: 1.6;
		margin: 0;
	}
}


/* ------------------------

ウェブ制作
------------------------ */


/* --- SP ---------- */

@media print,screen and (max-width: 740px) {
	.web .title-white-area{
		text-align: center;
		padding-bottom: 20px;
	}

	.web .title-white-area .en{
		font-size: 200%;
		margin: 10px 0;
		font-weight: bold;
	}

	.web .title-white-area h1{
		font-size: 90%;
		margin: 10px 0;
		line-height: 1.4;
	}

	.web.web-seisaku .chapter01{
		background: #f5f5f5;
		padding: 20px 0;
	}

	.web .box-type01{
		width: 94%;
		background: #fff;
		padding: 20px;
		max-width: 1000px;
		margin: 50px auto 80px;
		box-sizing: border-box;
	}

	.web .box-type01:last-child{
		margin-bottom: 20px;
	}

	.web .box-type01 .box{
		display: block;
	}

	.web .box-type01 .img-box{
		position: relative;
		top: -60px;
		box-shadow: 0 0 8px #878787;
		line-height: 0;
		width: 100%;
		max-width: 400px;
		margin: 0 auto -40px;
	}

	.web .box-type01 .txt-box{
		width: 100%;
	}

	.web .box-type01 .txt-box h2,
	.web .box-type01 .txt-box h3{
		font-size: 100%;
		margin: 8px 0;
	}

	.web .box-type01 .txt-box p{
		font-size: 80%;
		margin: 0;
		line-height: 1.5;
	}

}


/* --- PC ---------- */

@media print,screen and (min-width: 741px) {
	.web .title-white-area{
		text-align: center;
		padding-bottom: 50px;
	}

	.web .title-white-area .en{
		font-size: 250%;
		margin: 8px 0;
		font-weight: normal;
	}

	.web .title-white-area h1{
		font-size: 100%;
		margin: 16px 0 0;
		line-height: 1.4;
		letter-spacing: 1px;
	}

	.web.web-seisaku .chapter01{
		background: #f5f5f5;
		padding: 50px 0 10px;
	}

	.web .box-type01{
		width: 94%;
		background: #fff;
		padding: 20px 50px 40px 40px;
		max-width: 1000px;
		margin: 50px auto 100px;
		box-sizing: border-box;
	}

	.web .box-type01 .box{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:  space-between;
	}

	.web .box-type01 .img-box{
		position: relative;
		top: -80px;
		box-shadow: 0 0 8px #878787;
		line-height: 0;
		width: 36%;
	}

	.web .box-type01 .txt-box{
		width: 60%;
	}

	.web .box-type01 .txt-box h2,
	.web .box-type01 .txt-box h3{
		font-size: 110%;
		margin: 8px 0;
		line-height: 1.5;
	}

	.web .box-type01 .txt-box p{
		font-size: 89%;
		margin: 0;
		line-height: 1.6;
	}
}


@media print, screen and (min-width: 921px) and (max-width: 1070px) {
	.web .box-type01{
		padding: 20px 0;
	}
}

@media print, screen and (min-width: 741px) and (max-width: 920px) {
	.web .box-type01{
		width: 94%;
		background: #fff;
		padding: 30px 50px;
		max-width: 1000px;
		margin: 50px auto 100px;
		box-sizing: border-box;
	}

	.web .box-type01 .box{
		display: block;
	}

	.web .box-type01 .img-box{
		position: relative;
		top: -80px;
		box-shadow: 0 0 8px #878787;
		line-height: 0;
		width: 100%;
		max-width: 420px;
		margin: 0 auto -50px;
	}

	.web .box-type01 .txt-box{
		width: 100%;
	}

	.web .box-type01 .txt-box h2{
		font-size: 100%;
		margin: 8px 0;
	}

	.web .box-type01 .txt-box p{
		font-size: 80%;
		margin: 0;
		line-height: 1.5;
	}
}

/* ------------------------

ウェブフロー

------------------------ */
/* --- SP ---------- */

@media print,screen and (max-width: 740px) {
	.web.web-flow .chapter01{
		background: #f5f5f5;
		padding: 20px 0;
		margin-top: 20px;
	}

	.web.web-flow h2{
		font-size: 110%;
		text-align: center;
		letter-spacing: 1px;
	}
}

/* --- PC ---------- */

@media print,screen and (min-width: 741px) {
	.web.web-flow .chapter01{
		background: #f5f5f5;
		padding: 50px 0 10px;
		margin-top: 50px;
	}

	.web.web-flow h2{
		font-size: 130%;
		text-align: center;
		letter-spacing: 2px;
	}
}
