@charset "UTF-8";


/* ---- Reset ---- */
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

p {
	word-wrap: break-word;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}

/* ▼LINK▼ */
a {
	color: #a04023;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #ca512c;
	text-decoration: none;
}

/* ▼IMG▼ */
img, input[type="image"]{
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	border: 0;
	transition-duration: 1s;
}

a:hover img, input[type="image"]:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.hover85 a:hover img {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

a.no_filter:hover,
.no_filter a:hover,
a.no_filter:hover img,
input[type="image"].no_filter:hover,
.no_filter a:hover img,
.no_filter input[type="image"]:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}


/* ---- common ---- */
.content-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.tokuten {
	margin-bottom: 60px;
}
.tokuten img {
	width: 900px;
	height: auto;
}

.bg_gray {
	background: #f0efef;
}

.contact {
	text-align: center;
}

.contact a {
	display: inline-block;
	margin-bottom: 30px;
}

.content-header {
	font-size: 21px;
	line-height: 45px;
	color: white;
	padding-left: 20px;
	background: url(../images/title01_bg.png) left top repeat-y;
	margin-bottom: 25px;
}

.content-width {
	width: 940px;
	margin: 0 auto;
}


/* ---- header ---- */
.header-new {
    width: 100%;
    border-top: 6px solid #bf4e2b;
	border-bottom: 2px solid #bf4e2d;
}
.header-new .content-wrapper {
    padding-top: 10px;
}

.header_left {
    display: inline-block;
}

.page-title {
    font-size: 13px;
    color: #bf4e2b;
    margin-bottom: 10px;
    padding-top: 0;
}

.digima-logo {
    display: inline-block;
}
.digima-logo a {
    padding-left: 18px;
}

.header_right {
    display: inline-block;
    float: right;
}

.go-digima {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}
.go-digima a {
    display: block;
    font-size: 11px;
    color: #bf4e2b;
    text-decoration: none;
	background: url(../images/link_mark.png) left center no-repeat;
	background-size: 13px 11px;
	padding-left: 20px;
}

.header-nav ul {
    float: right;
}
.header-nav ul li {
    text-align: center;
    min-width: 100px;
    float: left;
}
.header-nav ul li a {
    display: block;
    font-size: 13px;
    color: #666;
    text-decoration: none;
	background: url(../images/nav_mark.png) center 30px no-repeat;
	background-size: 13px 13px;
    padding: 10px 10px 20px;
}


/* ---- .main-visual ---- */
.main-visual {
	width: 100%;
	height: 500px;
	background: url(../images/visual_bg1.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 70px;
	margin-top: 106px;
}

.title_img {
	text-align: center;
}
.title_img img {
	width: 840px;
	height: 300px;
	margin: 0 auto;
}


/* ---- .busi-tra ---- */
.busi-tra {
	padding-top: 30px;
	margin-bottom: 65px;
}

.busi-tra .content-wrapper {
	text-align: center;
}

.busi-tra-about {
	margin-bottom: 20px;
}
.busi-tra-about img {
	width: 880px;
	height: auto;
}

.digima-service {
	font-size: 21px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 20px;
}

.busi-tra-appearance {
	font-size: 27px;
	color: #d77f30;
	margin-bottom: 35px;
}

.busi-tra-desc {
	font-size: 16px;
	line-height: 30px;
}
.busi-tra-desc p {
	margin-bottom: 35px;
}

/* ---- .what-digima ---- */
.what-digima {
	text-align: center;
}

.digima-desc {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 50px;
}

.digima-logo {
	vertical-align: middle;
	font-size: 21px;
	margin-bottom: 10px;
}

.service {
	margin-bottom: 30px;
}

.media {
	box-sizing: border-box;
	border: 2px solid #e6e6e6;
	margin-bottom: 90px;
}

.media_header {
	border-bottom: 2px solid #e6e6e6;
	padding: 15px 0;
}
.media_header h4 {
	font-size: 38px;
}
.media_header p {
	font-size: 21px;
}

.client {
	box-sizing: border-box;
	margin-bottom: 60px;
}
.client_left {
	width: 470px;
	float: left;
}
.client_left .client_image {
	width: 470px;
	height: auto;
}

.client_right {
	width: 470px;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	float: right;
	padding: 15px 15px;
	margin-top: 35px;
	background: #f3f3f3;
	box-sizing: border-box;
}
.client_type {
	display: inline-block;
}
.client_units {
	display: inline-block;
	color: red;
	margin-bottom: 10px;
}


/* ---- .busi-package ---- */
.busi-package {
	margin-bottom: 30px;
}
.busi-package p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}
.busi-package .contact {
	margin-bottom: 0;
}
.busi-package .red {
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	color: red;
}

.txt_header {
	font-size: 24px;
	margin-bottom: 20px;
}


/* ---- .flow-service ---- */
.flow-service {
	margin-bottom: 30px;
}

.flow-step {
	min-height: 165px;
	padding-left: 170px;
	margin-bottom: 35px;
}
.flow-step1 {
	background: url(../images/flow_image1.png) left top no-repeat;
	background-size: contain;
}
.flow-step2 {
	background: url(../images/flow_image2.png) left top no-repeat;
	background-size: contain;
}
.flow-step3 {
	background: url(../images/flow_image3.png) left top no-repeat;
	background-size: contain;
}
.flow-step4 {
	background: url(../images/flow_image4.png) left top no-repeat;
	height: 400px;
	padding-left: 440px;
	background-size: contain;
}
.flow-step5 {
	background: url(../images/flow_image5.png) left top no-repeat;
	background-size: contain;
}
.flow-step6 {
	min-height: 120px;
	background: url(../images/flow_image6.png) left top no-repeat;
	background-size: 120px auto;
}
.flow-tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.flow-tit img {
	width: 89px;
	height: 29px;
}

.flow-step_txt {
	font-size: 16px;
	line-height: 24px;
}


/* ---- .overview ---- */
.overview {

}

.event-detail {

}

.instructor_img {

}

/* ---- .free-briefing ---- */
.free-briefing {

}

.briefing-detail {

}


/* ---- .hopup ---- */
.hopup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 30px;
	background: #f8f5f1;
	border-top: 5px solid #d14a21;
	padding: 10px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
}

.hopup_tit {
	font-size: 20px;
	font-weight: bold;
	color: #d14a21;
	position: relative;
	height: 1.8em;
}
.hopup-info{
	margin-bottom: 5px;
	overflow: hidden;
	*zoom:1;
}
.hopup_comment {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	float: left;
}
.hopup_tit li{
	display: none;
	position: absolute;
}
.hopup_tit li:first-child{
	display: inline-block;
}

.hopup_tel {
	float: right;
}

.hopup_contact img {
	width: 377px;
	height: 57px;
}

.close_btn {
	position: absolute;
	top:-27px;
	right: 0;
	width: 30px;
	height: 24px;
	color: white;
	background: #d14a21;
	text-align: center;
	line-height: 30px;
}
.close_btn a{
	color: white;
	text-decoration: none;
}
.spn-menu{
	display: none;
}
@media screen and (max-width: 599px) {
	/* ---- common ---- */
	body{
		min-width: inherit;
	}
	.content-wrapper {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.content-header{
		font-size: 16px;
		line-height: 1.5;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.txt_header{
		font-size: 16px;
	}
	/* header */
	.header-new{
		
	}
	.header-new .content-wrapper{
		padding: 5px 0 0;
	}
	.header_left{
		width: 80%;
		float: left;
	}
	.page-title{
		font-size: 10px;
		margin-left: 5px;
		margin-bottom: 0;
	}
	.digima-logo img{
		width: 60%;
		height: auto;
	}
	.header_right{
		float: none;
	}
	.go-digima{
		display: none;
	}
	.header-nav{
		position: fixed;
		top:60px;
		right: -70%;
		width: 70%;
		background: rgba(255,255,255,0.9);
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		transition:0.5s;
	}
	.header-nav.menu-open{
		right: 0;
	}
	.header-nav ul{
		float: none;
	}
	.header-nav ul li{
		float: none;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	.header-nav ul li a{
		font-size: 16px;
		background-position: 10px center;
		padding: 10px 20px 10px 30px;
	}
	.spn-menu{
		position: absolute;
		right: 15px;
		top:25px;
		display: inherit;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 20px;
		height: 14px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 6px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}
	/* main */
	.main-visual{
		margin-top: 78px;
		padding-bottom: 70px;
		height: auto;
	}
	.title_img img{
		width: 90%;
		height: auto;
	}
	.tokuten{
		margin-bottom: 30px;
	}
	.tokuten img {
		width: 95%;
		height: auto;
	}
	.content-width{
		width: 100%;
	}
	/* digima-service */
	.digima-service{
		font-size: 14px;
		line-height: 1.6;
	}
	.busi-tra-about img{
		width: 100%;
		height: auto;
	}
	.busi-tra-appearance{
		font-size: 15px;
	}
	.busi-tra-desc{
		font-size: 14px;
		line-height: 1.6;
	}
	.contact img{
		width: 100%;
		height: auto;
	}
	/* what-digima */
	.digima-desc{
		font-size: 14px;
	}
	.service img{
		width: 100%;
		height: auto;
	}
	.media{
		margin-bottom: 20px;
	}
	.media_header{
		padding: 15px;
	}
	.media_header h4{
		font-size: 16px;
	}
	.media_header p{
		font-size: 12px;
	}
	.media_body img{
		width: 100%;
		height: auto;
	}
	.client{
		margin-bottom: 40px;
	}
	.client_left{
		float: none;
		width: 100%;
	}
	.client_left img.client_image{
		width: 100%;
		height: auto;
	}
	.client_right{
		float: none;
		width: 100%;
		font-size: 16px;
	}
	/* busi-package */
	.busi-package p{
		line-height: 1.5;
	}
	/* flow-service */
	.flow-service{
		
	}
	.flow-step{
		background-size: 20% auto;
		padding-left: 24%;
		min-height: 30vw;
		margin-bottom: 20px;
	}
	.flow-tit{
		font-size: 15px;
		margin-bottom: 5px;
		
	}
	.flow-tit img{
		height: 20px;
		width: auto;
	}
	.flow-step_txt{
		font-size: 12px;
		line-height: 1.5;
	}
	.flow-step4{
		background-size: 70% auto;
		padding-top: 52vw;
		height: auto;
	}
	/* table */
	.base_box{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.tbl01{
		width: 100%;
		border-spacing:0;
		margin-top: 10px;
	}
	.tbl01.mb40{
		margin-bottom: 0 !important;
	}
	.tbl01 th{
		display: block;
		width: 100%;
		text-align: left;
		padding: 10px;
		box-sizing: border-box;
	}
	.tbl01 td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.tbl01 td	p{
		padding: 10px;
	}
	.tbl01 th.w200{
		width: 100% !important;
	}
	#sec02.mb60{
		margin-bottom: 20px !important;		
	}
	#program2{
		margin: 0 15px;
	}
	#program2 img{
		width: 100%;
		height: auto;
	}
	/* sec03_base_box */
	.sec03_base_box{
		width: 100%;
	}
	.base_box.mb50{
		margin-bottom: 10px !important;
	}
	.base_box.mb50 .title01.mb40{
		margin-bottom: 10px !important;
	}
	/* sec05 */
	#sec05{
		padding-bottom: 30px;
	}
	#sec05 img.mb50.aligncenter{
		width: 100%;
		height: auto;
		margin-bottom: 20px !important;
	}
	#sec05 .align_c.mb40{
		margin-bottom: 20px !important;
	}
	/* form_tbl */
	.form_tbl{
		box-sizing: border-box;
	}
	.form_tbl.mb60{
		margin-bottom: 20px !important;
	}
	.form_tbl th{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.form_tbl td{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.form_tbl td input.w600,
	.form_tbl td input.w420{
		width: 100% !important;
		box-sizing: border-box;
	}
	#sec05 .bg_gray2{
		width: 100%;
	}
	#sec05 .align_c input{
		width: 100%;
		height: auto;
	}
	/* hopup */
	.hopup{
		right: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.hopup_tit{
		font-size: 15px;
	}
}


