@charset "utf-8";

.section{
	margin-bottom: 40px;
}

.section .title{
	color: #666;
	font-size: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	padding: 0 0 5px 5px;
	overflow: hidden;
}

/*--------------------
 modelArea 
----------------------*/
#modelArea h2 {
    padding-left: 0.3em;
	font-size: 1.0769230769231rem;
}

#modelArea ul li {
	float: left;
	padding: 0.5em;
}

#modelArea ul li:first-child {
	padding-left: 0;
}

#modelArea .mod-linkButton {
	background: none;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	height: 6.8rem;
	width: 300px;
}

#modelArea .mod-linkButton a {
	display: flex;
	align-items: center;
}

#modelArea span.figure {
	display: inline-block;
    line-height: 0;
}

#modelArea .mod-linkButton .content {
	background: url("/support/share/images/arrow_black.png") no-repeat scroll 2px 5px;
	margin-left: 10px;
	color: #43677e;
	font-weight: 700;
    vertical-align: top;
    margin-top: 0;
}

#modelArea div.btn_area_text{
	padding: 0.5em 0;
}


/*--------------------
 newsContent
----------------------*/

.newsContent {
	margin-bottom: 5em;
}

#info, #menu-cat-03 {
    float: left;
    width: 440px;
    margin-left: 15px;
    margin-right: 15px;
}

#importantinfo {
	overflow: hidden;
	
}

/*--------------------
 inquiry
----------------------*/

ul.txtlink {
	margin: 0 0 0 10px;
}
ul.txtlink li {
	float: none;
	margin: 0 0 10px 0;
}


.contact {
    clear: both;
}

img.icon_window {
    padding-left: 0.25em;
}

/*--------------------
 button モーダルウィンド
----------------------*/
button{
	background-color: #fff;
	color: #43677e;
}

button:hover, button:active {
    color: #c41230;
    text-decoration: underline;
    background-color: transparent;
}

@media screen and (max-width: 640px) {
    .section .title{
        font-size: 1.2em;
        color: #000;
    }
    
    .infolink{
        margin-top: 2em;
    }
    
	#modelArea ul li{
		float: none;
	}
    
	#modelArea ul li:first-child {
		padding-left: 0.5em;
	}
	
	#modelArea div.btn_area_text {
    padding: 0.5em;
}
    
	#modelArea .mod-linkButton {
		width: 100%;
		height: 6rem;
	}
	
	#modelArea .mod-linkButton a {
         height: 4.5rem;   
    }
    
	#modelArea .mod-linkButton a .figure img{
		height: auto;
		vertical-align: middle;
		margin-right: 1em;
	}
	
	#modelArea img:not(.icon_window){
		width: 64px;
	}
    
	#modelArea .mod-linkButton .content {
		margin: 0;
	}
	
    #info .title,
    #importantinfo{
        color: #666;
    }
    
	#info {
	    float: none;
	    width: auto;
		display: block !important;
        margin-left: 0;
        margin-right: 0;
	}
	
	.title > h3{
		font-size: 1.2rem;
	}
    	
	#menu-cat-03{
		float:none;
		width: auto;
		margin-left: 0;
	}
}