@charset "utf-8";


#main_content{
	max-width: 800px;
	font-family: "小塚ゴシック Pr6N";
/*	margin: 0 0 0 0;*/
}

#top_title_enq{
	text-align: left;
	font-weight: bold;
    color: #32323c;
	margin-left: 20px;
}
.top_title_enq_up{
	margin-bottom: 0;
	font-size: 21pt;
	margin-top: 5px;
	color: #008ccf;
	line-height: 32pt;
	
}
.top_title_enq_down{
	margin-top: 0;
	font-size: 25pt;
}

#down_title_enq{
	font-size: 130%;
    margin-top: 0;
}
.enq_smallfont{
	font-size: 15pt;
}

.enq_pic{
	width: 100%;
    margin: 0;
}

.enq_icon_title{
	font-weight: bold;
    color: #008ccf;
	font-size: 24px;
    margin: auto -20px auto 0pt;
	line-height: 20pt;
}
.enq_icon_desc{
	color: #32323c;
}
#pic_kaisyu{
	width: 50%;
	
}
#pic_yellow{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 80px auto;
}
.yellow_pic{
	max-width: 30%;
}
.button003 a {
    background: #00489d;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button003 a:hover {
    background: #313131;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}
.button003{
	margin: 55px auto;
}


.enq_top_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.icon_enq{
	max-width: 350px;
	margin: 10px auto;
}

.icon_title_set{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.icon_pic{
	width: 20%;
	max-height: 50px;
}

.enq_icon_title{
	width: 80%;
}


.head-border {
    position: relative;
    display: inline-block;
    padding: 0 45px;
	color: #f40926;;
}
 
.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 5px;
    background-color: #f40926;;
}
 
.head-border:before {
    left: 0;
}
 
.head-border:after {
    right: 0;
}

.head_title{
	text-align: center;
	font-size: 15pt;
    margin: -10px;
}

.head-border_huunyuu {
    position: relative;
    display: inline-block;
    padding: 0 45px;
	color: #f40926;;
}
 
.head-border_huunyuu:before,
.head-border_huunyuu:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 5px;
    background-color: #f40926;;
}

.head-border_huunyuu:before {
    left: 0;
}
 
.head-border_huunyuu:after {
    right: 0;
}

.head-border_data {
    position: relative;
    display: inline-block;
    padding: 0 45px;
	color: #f40926;;
}
 
.head-border_data:before,
.head-border_data:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 5px;
    background-color: #f40926;;
}
 

.head-border_data:before {
    left: 0;
}
.head-border_data:after {
    right: 0;
}

.head-border_service {
    position: relative;
    display: inline-block;
    padding: 0 45px;
	color: #f40926;;
}
 
.head-border_service:before,
.head-border_service:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 5px;
    background-color: #f40926;;
}
 

.head-border_service:before {
    left: 0;
}
.head-border_service:after {
    right: 0;
}


@media (min-width:1500px){
	#main_content{
		margin-left: 6%;
	}
}


@media (max-width:700px){
	.top_title_enq_up {
   
    	font-size: 19pt;
    	margin: 30pt 0;
    
}
	#top_title_enq {
    	margin-right: 20px;
}

	.head_title {
    
    font-size: 13pt;
}
	.enq_icon_title {
    
    font-size: 22px;
   
}
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_1 { display: block !important; }
.sp_1 { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 700px) {
    .pc_1 { display: none !important; }
    .sp_1 { display: block !important;
		}
	.yellow_pic {
    max-width: 95%;
	margin-left: 10px;
	}
	
}

