@charset "UTF-8";

/*-----お役立ち資料DLフォーム用CSS-----*/

h1 {
    font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'ＭＳ Ｐゴシック', tahoma, sans-serif;
}

.site-logo {
	max-height: 50px;
    max-width: 50px;
}

.menu_contents {
	display: none;
}

.download_title{
	background-color: #00A42C;
}

.title_image img{
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}

.wrap {
	max-width: 1170px;
	width: 100%;
	margin: 50px auto;
}

.main-content__wrap {
}

.main-content__title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
    margin-bottom: 50px;
}

.contact-main {
	display: inline-block;
	min-height: 585px;
    min-width: 250px;
    width: 55%;
	color: #333;
	padding: 0 30px;
}

.contact-side {
	display: inline-block;
	max-height: 1300px;
	width: 40%;
	vertical-align: top;
	margin: 0 auto;
    padding: 20px;
	box-shadow: 0px 2px 10px 0 rgba(0,0,0, 0.3);
	background: #eee;
}

/*下部にあるメディアクエリと同じ幅を設定すること！*/
@media only screen and (max-width: 768px) {

.contact-main {
	display: block;
	width: 100%;
	min-width: initial;
	min-height:initial;
}
.contact-side {
    display: block;
    width: 90%;
    max-height: 1200px;
    margin-top: 50px;
	padding-top: 10px;
}
.download_title{
	font-size: 1.5em;
}
}

@media only screen and (max-width: 640px) {
.download_title{
	font-size: 1.0rem;
}
}

.table-content {
	padding: 10px;
	font-weight: bold;
}
.table-content__title {
	padding: 0 20px 0;
}
.table-content__text {
}
