@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
top_img
****************************************************************************/

#top_img {
	background-image: url(/-/wp-content/themes/tochi/img/suggestion/index/top_img_pc.jpg);
	height: 1284px;
	display: block;
	padding-top: 110px;
}

#top_img .section_ttl {
    color: #000000;
	background-color: transparent;
	padding: 0;
	margin: 0px auto 0px auto;
}

@media only screen and (max-width: 768px) {
#top_img {
	height: 900px;
	padding-top: 40px;
}
}

@media only screen and (max-width: 767px) {
#top_img {
	padding-top: 0 !important;
	background: none;
	margin-bottom: 9.2vw;
}
#top_img .sp_img {
	margin-bottom: 9.4vw;
}
#top_img .section_ttl {
	position: relative;
	top: inherit;
	left: inherit;
	transform: translate(0%, 0%);
}
#top_img .section_ttl .ttl h1 {
	font-size: 5.4vw;
}
#top_img .section_ttl .txt {
	text-align: left;
}
}

/***************************************************************************
contents
****************************************************************************/

.main.contents {
 	max-width: 1200px;
}

/***************************************************************************
nav_list
****************************************************************************/

#nav_list .thumb_exp {
 	display: flex;
	align-items: center;
	margin-top: 70px;
}
#nav_list .thumb_exp:first-child {
	margin-top: 0px;
}
#nav_list .thumb_exp:nth-child(even) {
	flex-direction: row-reverse;
}
#nav_list .thumb_exp .thumb {
 	width: 59%;
	max-width: 700px;
}
#nav_list .thumb_exp .exp {
 	padding-left: 7%;
 	padding-right: 7%;
	flex: 1;
}
#nav_list .thumb_exp .exp .ttl {
 	font-size: 32px;
	font-weight: 500;
	margin-bottom: 20px;
}
#nav_list .thumb_exp .exp .txt {
	line-height: 2;
	margin-bottom: 30px;
}
#nav_list .thumb_exp .exp .btn {
	max-width: 260px;
	margin: 0;
}

@media print, screen and (max-width: 1200px) {
#nav_list .thumb_exp .exp .ttl {
 	font-size: 30px;
}
#nav_list .thumb_exp .exp {
 	padding-left: 5%;
 	padding-right: 5%;
}
}

@media print, screen and (max-width: 1000px) {
#nav_list .thumb_exp .thumb {
 	width: 55%;
}
#nav_list .thumb_exp .exp .ttl {
 	font-size: 3.2vw;
}
#nav_list .thumb_exp .exp .txt {
 	font-size: 2vw;
	line-height: 1.8;
}
#nav_list .thumb_exp .exp {
 	padding-left: 2%;
 	padding-right: 2%;
}
#nav_list .thumb_exp:nth-child(odd) .exp {
 	padding-left: 4%;
}
#nav_list .thumb_exp:nth-child(even) .exp {
 	padding-right: 4%;
}
}

@media only screen and (max-width: 767px) {
#nav_list .thumb_exp {
	margin-top: 10vw;
	display: block;
}
#nav_list .thumb_exp .thumb {
 	width: 100%;
	max-width: inherit;
	margin-bottom: 4.1vw;
}
#nav_list .thumb_exp .exp {
 	padding-left: 0% !important;
 	padding-right: 0% !important;
}
#nav_list .thumb_exp .exp .ttl {
 	font-size: 4.5vw;
	margin-bottom: 4.1vw;
}
#nav_list .thumb_exp .exp .txt {
	font-size: 3.3vw;
	margin-bottom: 6.1vw;
}
#nav_list .thumb_exp .exp .btn {
	max-width: inherit;
}
}

@media only screen and (max-width: 480px) {
#nav_list .thumb_exp .exp .ttl {
 	font-size: 4.9vw;
}
#nav_list .thumb_exp .exp .txt {
	font-size: 3.5vw;
}
}

@media only screen and (max-width: 375px) {
#nav_list .thumb_exp .exp .ttl {
 	font-size: 5.5vw;
}
#nav_list .thumb_exp .exp .txt {
	font-size: 4.0vw;
}
}
.start_bana{
    width: 800px;
    margin: 30px auto 0;
}
.start_bana a{
    display: block;
}
.sponly{
    display: none;
}
@media only screen and (max-width: 767px) {
    .sponly{
    display: block;
}
    .pconly{
    display: none;
}
    .start_bana{
    width: 100%;
    margin: 30px 0 0;
}
}