/* CSS Document */


.section{
	width: 960px;
	clear: both;
	margin: 0 auto ;	
	}
	
.section h2{
	border-bottom: 4px solid #F6921D;
	margin-bottom: 27px;
}



.sub_nav ul {
	width: 960px;
	clear: both;
	margin: 0 auto 27px;
	text-align: center;
	display: flex;
	justify-content: center;
	}

.sub_nav li+ li {
	border-left: 1px solid #333;
}

.sub_nav li {
    padding: 0 25px;
	font-weight: bold;
}


.sub_nav li a {
    text-decoration: none;
    color: #4C4C4C;
}

.section{
	margin-bottom: 40px;
}


.section h3 {
    margin-left: 30px;
    margin-bottom: 30px;
}



.dummy_left{
	float:left;
	width:480px;
	margin-left: 30px;
	}


.dummy_right{
	float:right;
	width:450px;

}

.m_head{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.dummy_left h4{
	font-weight: bold;
	color: #E48000;
	font-size: 16px;
	margin-bottom: 10px;
}

.dummy_img{
	margin-bottom: 20px;
}


.dummy_in_left{
	float: left;
	width: 285px;
}

.dummy_in_right{
	float: right;
	width: 195px;
}

.dummy_lead{
	margin-bottom: 20px;
	line-height: 2.0;
}

.sample_btn a {
    /*background: #FFE8CC;
    color: #E48000;
	padding: 10px;
	border: 1px solid #E48000;
	text-decoration: none;*/
}

.sample_btn a:hover {
	/*text-decoration: underline;*/
}

.dif_section {
	margin-top: 35px;
    margin-bottom: 30px;
    padding: 9px 22px;
    background: #F2F7FB;
    border: 1px dashed #0268b7;
    font-size: 14px;
    color: #666666;
	line-height: 2.0;
}

.dif_section h3{
    margin-left: 0;
    margin-bottom: 0;
}

.dummy_left_01{
	float:left;
	width:382px;
	margin-left: 30px;
	}

.dummy_right_01{
	float:right;
	width:460px;
	margin-right: 60px;
	line-height: 2.0;
}

.dummy_right_01 p{
	margin-bottom: 15px;
}


.dummy_left_02{
	float:left;
	width:370px;
	margin-left: 80px;
	}


.dummy_right_02{
	float:right;
	width:370px;
	margin-right: 100px;
}

.dummy_right_02 p{
	line-height: 2.0;
}

.dummy_right_02 a{
	text-decoration: underline;
    color: #4C4C4C;
}

.dummy_right_02 a:hover{
    text-decoration: none;
}


.contact{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-top: 15px;
}

.contact_left,
.contact_right{
	flex-basis: 50%;
}

.contact_right h2{
	margin-bottom: 10px;
	border-bottom: none;
}

.contact_right p{
	margin-bottom: 25px;
	color: #797979;
	line-height:2;
	margin-right: 20px;
}



#modal-content {
	width: 80% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 10 ;
}
  
#modal-overlay {
	z-index: 9 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}


.dummy_left_03{
	float: left;
	width: 600px;
	line-height: 2.0;
}


.dummy_right_03{
	margin-top: 10px;
	float: right;
	margin-right: 100px;
}


/* クロームのみ表示される文言 */

.section_chrome{
	display: none;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.chrome {
		width: 940px;
		clear: both;
		margin: 0 auto 40px;
		border: 1px solid #F00;
		padding: 10px;
		line-height: 1.5;
	}
	
	.section_chrome{
	display:block!important;
	}
	
	
}








