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

@media print, screen and (min-width: 1201px){
	section#office ul li div.access div {
		margin-top: 0;
	}
	
	section#office ul li div.access a {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	header div.header_inner nav.g_nav ul li:nth-child(2).accordion::before{
		width: 100%;
		content: '';
	}
	
	div.main {
		background: url(../images/company/main_messe_pc.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	section h2{
		font-size: 32px;
		font-size: 3.2rem;
		color: #4d4d4d;
		line-height: 1.4;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 40px;
	}
	
	section h2 span{
		font-size: 18px;
		font-size: 1.8rem;
		display: block;
		font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
	}
	
	section#messe {
		width: 92.5%;
		max-width: 750px;
		margin: 0 auto 120px;
		text-align: center;
	}
	
	section#messe div.icon{
		width: 46px;
		margin: 0 auto 20px;
		line-height: 0;
	}
	
	section#messe div.text_box{
		width: 100%;
		text-align: left;
	}
	
	section#messe div.text_box p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 1.5em;
	}
	
	section#messe p.name{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		text-align: right;
	}
	
	section#messe p.name span{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	section#outline {
		width: 92.5%;
		width: 750px;
		margin: 0 auto 120px;
		text-align: center;
	}
	
	section#outline div.icon{
		width: 58px;
		margin: 0 auto 20px;
		line-height: 0;
	}
	
	section#outline div.photo{
		width: 100%;
		margin: 45px auto 56px;
		line-height: 0;
	}
	
	section#outline dl{
		width: 100%;
		border-top: 1px solid #333;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		text-align: left;
	}
	
	section#outline dt,
	section#outline dd{
		padding: 15px 0;
		border-bottom: 1px solid #333;
		color: #333;
	}
	
	section#outline dt{
		width: 178px;
		padding-left: 35px;
	}
	
	section#outline dd{
		width: -webkit-calc(100% - 178px);
		width: -moz-calc(100% - 178px);
		width: calc(100% - 178px);
	}
	
	section#outline dd a{
		color: #333;
	}
	
	section#office {
		width: 92.5%;
		max-width: 1000px;
		margin: 0 auto 120px;
		text-align: center;
	}
	
	section#office div.icon{
		width: 72px;
		margin: 0 auto 20px;
		line-height: 0;
	}
	
	section#office ul{
		width: 100%;
		border-bottom: 1px solid #333;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#office ul.first{
		border-top: 1px solid #333;
		margin-top: 40px;
	}
	
	section#office ul li{
		width: 46.8%;
		max-width: 468px;
		padding: 30px 0;
		line-height: 0;
	}
	
	section#office ul li div.photo{
		width: 100%;
		margin-bottom: 18px;
	}
	
	section#office ul li div.text{
		width: 100%;
		position: relative;
		padding-left: 22px;
		text-align: left;
	}
	
	section#office ul li div.icon{
		width: 16px;
		position: absolute;
		top: -3px;
		left: 0;
		margin: 0 ;
	}
	
	section#office ul li h5{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 10px;
	}
	
	section#office ul li address p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	section#office ul li address p.tel{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	
	section#office ul li div.access{
		margin-top: 12px;
		position: relative;
	}
	
	section#office ul li div.access p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	section#office ul li div.access div {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: 5px;
	}
	
	section#office ul li div.access a{
		width: 124px;
		height: 25px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		color: #d7000f;
		text-align: center;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		border: 1px dotted #d7000f;
		/*position: absolute;
		bottom: 0;
		right: 0;*/
	}
}

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

@media screen and (max-width: 768px){
	
	div.main {
		width: 100%;
		height: auto;
		line-height: 0;
		margin-bottom: 25px;
	}
	
	div.main div.inner{
		width: 100%;
	}
	
	section h2{
		width: 92.5%;
		margin: 0 auto 30px;
		font-size: 24px;
		font-size: 2.4rem;
		color: #4d4d4d;
		line-height: 1.4;
		font-family: 'Montserrat', sans-serif;
	}
	
	section h2 span{
		font-size: 14px;
		font-size: 1.4rem;
		display: block;
		font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
	}

	section#messe {
		width: 95.2%;
		margin: 0 auto 40px;
		text-align: center;
	}
	
	section#messe div.icon{
		width: 40px;
		margin: 0 auto 20px;
		line-height: 0;
	}
	
	section#messe div.text_box{
		width: 100%;
		text-align: left;
	}
	
	section#messe div.text_box p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8;
		margin-bottom: 1.5em;
	}
	
	section#messe p.name{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.4;
		text-align: right;
	}
	
	section#messe p.name span{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	
	section#outline {
		width: 95.2%;
		margin: 0 auto 40px;
		text-align: center;
	}
	
	section#outline div.icon{
		width: 48px;
		margin: 0 auto 20px;
		line-height: 0;
	}
	
	section#outline div.photo{
		width: 100%;
		margin: 35px auto 30px;
		line-height: 0;
	}
	
	section#outline dl{
		width: 100%;
		border-top: 1px solid #333;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		text-align: left;
	}
	
	section#outline dt,
	section#outline dd{
		padding: 15px 0;
		border-bottom: 1px solid #333;
		color: #333;
	}
	
	section#outline dt{
		width: 82px;
		padding-left: 10px;
	}
	
	section#outline dd{
		width: -webkit-calc(100% - 82px);
		width: -moz-calc(100% - 82px);
		width: calc(100% - 82px);
	}
	
	section#outline dd a{
		color: #333;
	}
	
	section#office {
		width: 92.5%;
		margin: 0 auto 40px;
		text-align: center;
	}
	
	section#office div.icon{
		width: 60px;
		margin: 0 auto 20px;
		line-height: 0;
	}
	
	section#office ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#office ul.first{
		margin-top: 40px;
	}
	
	section#office ul li{
		width: 100%;
		padding: 30px 0;
		line-height: 0;
		border-top: 1px solid #333;
	}
	
	section#office ul li div.photo{
		width: 100%;
		margin-bottom: 18px;
	}
	
	section#office ul li div.text{
		width: 100%;
		position: relative;
		padding-left: 22px;
		text-align: left;
	}
	
	section#office ul li div.icon{
		width: 16px;
		position: absolute;
		top: -3px;
		left: 0;
		margin: 0 ;
	}
	
	section#office ul li h5{
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 10px;
	}
	
	section#office ul li address p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	
	section#office ul li address p.tel{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	section#office ul li div.access{
		margin-top: 12px;
		position: relative;
	}
	
	section#office ul li div.access p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	
	section#office ul li div.access div{
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-end;
		margin-top: 15px;
	}
	
	section#office ul li div.access a{
		width: 124px;
		height: 25px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
		color: #d7000f;
		text-align: center;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		border: 1px dotted #d7000f;
	}
}