@charset "Shift_JIS";

@media screen and (max-width: 767px) {
	/*
	#header {
		display: none;
	}*/
	.container h1 img {
		width: 90%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.tabmenu {
		position: relative;
		width: 100%;
		height: auto;
	}
	.tabmenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100%;
	}
	.tabmenu li {
		display: block;
		margin: 0;
		padding: 0;
		width: 50%;
		float: left;
		cursor: pointer;
		overflow: hidden;
	}
	.tabmenu li {
			background-repeat: no-repeat;
			background-position: 50% bottom;
			background-color:transparent;
			background-size:cover;
	}
	#tab_sogo.current {
		background-image:url("../images/field_sogo_title_sp_on.png");
	}
	#tab_pro.current {
		background-image:url("../images/field_pro_title_sp_on.png");
	}
	
	
	
	.f-content {
		display: flex;
		flex-wrap: wrap;
	}
	.l-cnt {
		display: none;
	}

	.t-cnt .current {
		padding-top: 50px;
		margin-top: -20px;
		display: block !important;
	}



	#sogo .p-list a,
	#pro .p-list a {
		box-sizing: border-box;
		width: 100%;
		padding: 1rem;
		background-color: #fff;
	}
	#sogo .p-list a {
		color: #2079f8;
		border: 1px solid #2079f8;
	}
	#pro .p-list a {
		color: #35AEF8;
		border: 1px solid #35AEF8;
	}

	.l-cnt:last-child .p-list a:before,
	.l-cnt:last-child .p-list a {
		color: #fff;
		background: #fff;
	}
	.l-cnt .p-list a:before {
		width: 8px;
		height: 8px;
		top: 12px;
		right: 12px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-border-radius: 0;
		border-radius: 0;
		background-color: #fff;
	}
	#sogo .p-list a:before {
		border-top: 2px solid #2079f8;
		border-right: 2px solid #2079f8;
	}
	#pro .p-list a:before {
		border-top: 2px solid #35AEF8;
		border-right: 2px solid #35AEF8;
	}
	.l-cnt .p-list a:after {
		display: none;
	}
	#about-sogo,
	#about-pro {
		order: 1;
	}
	.ac-cnt-wrap,
	.ac-cnt {
		width: 100%;
	}
	.ac-cnt {
		order: 2;
		margin-top: 0;
	}
	.t-cnt .l-cnt,
	.close-img {
		display: none;
	}
	.l-cnt,
	#about-sogo h5 {
		width: 100%;
	}
	.l-cnt {
		padding-bottom: 0;
	}
	.l-box, .r-box {
		float: none;
		margin: auto;
		width: 100%;
	}
	.l-cnt .cld-box {
		border: 0;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border-bottom: none !important;
	}
	.cld-box .l-box img,
	.cld-box .r-box,
	.cld-box .sp-close {
		display: none;
	}
	.cld-box.open .l-box img,
	.cld-box.open .r-box,
	.cld-box.open .sp-close {
		display: block;
	}
	#about-sogo h3,
	#about-sogo h4,
	#about-pro h3 {
		width: 80%;
	}
	#about-pro {
		min-height: auto;
		padding-bottom: 30px;
	}
	.ac-cnt h4 {
		cursor: pointer;
		position: relative;
	}
	.ac-cnt h4:after {
		position: absolute;
		top: 7px;
		right: 10px;
		display: block;
		content: "";
		height: 5px;
		width: 5px;
		border: 2px solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(-45deg);
	}
	.ac-cnt .open h4:after {
		position: absolute;
		top: 10px;
		right: 10px;
		display: block;
		content: "";
		height: 5px;
		width: 5px;
		border: 2px solid;
		border-color: #fff #fff transparent transparent;
		transform: rotate(-45deg);
	}
	
	#pro .sec2 h4:after {
		border-color: transparent transparent #35AEF8 #35AEF8;
	}
	#pro .sec2 .open h4:after {
		border-color: #35AEF8 #35AEF8 transparent transparent;
	}
	
	#sogo .sec2 h4:after {
		border-color: transparent transparent #2079F8 #2079F8;
	}
	#sogo .sec2 .open h4:after {
		border-color: #2079F8 #2079F8 transparent transparent;
	}
	
	#sogo .sp-close, 
	#pro .sp-close {
		margin: 3rem 0 0;
		padding-bottom: 3rem;
		cursor: pointer;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
	}
	#sogo .sp-close {
		color: #2079f8;
	}
	#pro .sp-close {
		color: #35AEF8;
	}
	.totop {
		padding-right: 20px;
	}
}
