@media screen and (max-width:600px){

/*************************** E-01. 枠組共通 *********************/
#container{
	width: 100%;
	padding:0;
	margin:0;
}
#wrapper {
	width: 100%;
    margin: 0 auto;
	padding: 50px 0 30px;
}
.fixbox {
	width: 100%;
    padding: 0 1%;
}

.pc{display:none;}
.sp{display:inherit;}
.iframe-content {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}
.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

main > article > section {
    margin-top: 50px;
}

/*************************** E-02. header ************************/
.header-container {
	padding:4px 0;
	height: 50px;
}
.header-container span{
	font-size: 1.0rem;
}
.header-container img {
	width: 16.0rem;
	margin-left: 0.4rem;
}
.header-container form {
	padding: 16px 0;
}
.header-container form {
    width: calc(100% - 42px - 1rem - 32px);
    padding: 1px 0;
}
.header-container input[type="text"] {
    width: 84%;
    height: 40px;
    padding: 8px 12px;
}
.header-container input[type="submit"] {
	margin-left: -5px;
	height: 40px;
}
.header-sp-search{
    margin-right: 0px;
}


/*************************** E-03. nav ***************************/
.megamenu div {
	padding: 24px 0;
}
.megamenu div p {
    width: 98%;
}

.megamenu div > ul > li {
	width: 98%;
}

/*************************** E-04. main共通 **********************/
.conversion a{
	padding:2.8rem 0;
	font-size: 2.8rem;
}
.miniConversion{
	width: 100%;
}
.miniConversion a{
	padding:2.0rem;
	font-size:2.0rem;
}

div.largeT table thead {
	display: none;
}
div.largeT table tbody tr {
	background: #fff;
}
div.largeT table tbody th {
	background: #f0f2f4;
	display: block;
	border: none;
}
div.largeT table tbody td {
	display: flex;
	border-left: none;
	border-right: none;
}
div.largeT table tbody td::before {
	content: attr(data-label) ;
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 1.6rem;
}
div.largeT table tbody td:last-child {
	padding-bottom: 4rem;
}

dl.table dt{
	width:auto;
	float:inherit;
	padding:15px 0 0;
	color:#666;
}
dl.table dd{
	border-bottom: 1px solid #ddd;
	padding:5px 0 15px;
}

.flex-container-four > *{
    width: 48%;
    margin: 0 1% 3%;
}

.related-article-container{
    flex-direction: column;
}
.related-article-box{
    width: 100%;
    margin-bottom: 3rem;
}
.related-article-box div.img img{
    width: 18rem;
    height: 12rem;
}
.related-article-box div.txt{
    width: calc(100% - 19rem);
}

div.leftImg .img,
div.rightImg .img{
	float: inherit;
	margin:0 auto 1rem;
	width: 60%;
}

.page-parent li{
	min-height: 14.0rem;
}
.page-parent li a{
    font-size: 2.0rem;

}

/*************************** E-05. h1, h2見出し ***************************/
.page-h1 {
    padding: 40px 0 60px;
}

h2 {
    padding-top: 16px;
    margin-bottom: 24px;
}
h2 span {
    margin-top: 8px;
}

/*************************** E-06. breadcrumb ***************************/
.breadcrumb{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	height: 30px;
	padding:8px 1%;
	margin-top:5px;
}
.breadcrumb::-webkit-scrollbar {
    height: 5px;
}
.breadcrumb::-webkit-scrollbar-track {
    background: #eee;
}
.breadcrumb::-webkit-scrollbar-thumb {
    background: #999;
}

/*************************** E-07. pager backnumber等 **************/
.pager ul.direct {
    padding: 16px 0 0;
    clear: both;
}

/*************************** E-08. aside ***************************/
aside{
	width:100%;
	padding:0;
	float:inherit;
	clear:both;
}

aside nav > ul > li{
    width:100%;
    margin:10px 0;
}

aside nav ul li ul{
    margin-left:10px;
    padding-left:10px;
}


/*************************** E-09. footer *************************/
.contigo{
	padding:0 0 1rem;
	width: 100%;
}
.contigo a{
	width: 100%;
}
.contigo svg{
	height:auto;
	position:relative;
	top:0;
	left:0;
}


/*************************** E-10. toppage ************************/
.top-01 p img {
	bottom: -5px;
}

.top-02 {
	margin: 0 0 6rem;
	padding: 0 1%;
}
#top .top-02 h2 {
    margin-bottom: 10px;
}
#top h2 {
    line-height: 2.8rem;
    margin-bottom: 2.4rem;
}
#top h2 span {
	display: block;
	margin: 4px 0 0;
}


.top-03 {
    padding: 8rem 0 4rem;
}
.top-03::after {
    width: 250px;
    height: 200px;
    top: -100px;
}
.top-03-container section {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 3.2rem;
}
.top-03-container section:nth-child(4),
.top-03-container section:nth-child(5),
.top-03-container section:nth-child(6) {
	margin-bottom: 3.2rem;
}

#top .top-04 {
    margin: 8rem 0 4rem;
    padding: 0 1%;
}
.top-04-box {
	margin-top: 8px;
}
.top-02 p {
	line-height: 4rem;
}
.top-04-container section {
    width: 100%;
	padding: 0;
	flex-direction: column;
}
.top-04-listcontainer li {
	    width: calc(100%/3);
}
.top-04-container section:nth-child(2) {
    border-top: none;
}
.top-04-container section div.img {
	margin: 0;
}
.top-04-container section img{
	width: 100%;
}
.top-04-container h3 {
    margin-top: 0px;
}
.top-04-box {
	max-width: 100%;
	margin-top: 16px;
}

.top-05 {
    padding: 8rem 0 6rem;
}
.top-05-box .listing li span {
	display: block;
}
.ameburo-icon {
	margin-top: 4rem;
}
.top-05-box img,
.top-05-box iframe {
	height: 200px;
}

/*************************** E-11. form ***************************/
form dl {
	border: none;
}
form dl dt {
	float: none;
	width: auto;
	min-height: auto;
	justify-content: flex-start;
}
form dl dd {
	padding: 0 0 15px 0;
}
form dl dd:last-child {
	border:none;
}
form span.required,
form span.will{
	margin-left:5px;
	margin-right: 0;
}
form dl textarea{
	width:100%;
	height:100px;
}
form dl label input{
	width:22px;
}
form .submit {
    margin-top: 20px;
}


/*************************** E-12. レギュレーション *************************/
pre.show{
	white-space:pre-line;
}
.regulation-color-container ul li {
    width: 48%;
}

/*************************** E-13. 検索結果 ***********************/

/*************************** E-14. 内部ページ ***************************/

.page-header img {
	height: 200px;
}

/*B-14-1 エリア*/
.area-map > ul > li{
    display: block;
    text-align: center;
}
.area-map > ul > li > a{
    display: block;
    width: 100%;
}
.area-map > ul > li > a::after{
    border-top: 10px solid #f0f0f0;/*底辺*/
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: inherit;
    left: 50%;
    right: inherit;
    bottom: -20px;
    transform: translateX(-50%);
}
.area-map > ul > li > ul{
    padding-left: 0;
}

.area-cities-container {
    margin: 0 -1%;
}
.area-cities-container ul {
    width: 48%;
    margin: 0 1% 3%;
}
.area-map-chomei li{
	width: 31.3333%;
	margin: 0 1% 3%;
}


.search_btn input{
	padding:2.0rem;
	font-size:2.0rem;
}
.search_btn{
	width: 100%;
}


/* B-14-5 試合結果(view) */
table.game-result thead th {
	font-size: 1.4rem;
	padding: 15px 2px;
}
table.game-result thead th:nth-child(1) {width: 40%;}
table.game-result thead th:nth-child(2) {width: 20%;}
table.game-result thead th:nth-child(3) {width: 40%;}
table.game-result td.team{
	font-size: 5.0rem;
	background-size: auto 60px;
	padding-left: 5rem;
}
table.game-result td.vs{
	font-size: 1.4rem;
}
table.game-result td.opponent{
	font-size: 5.0rem;
}

table.game-result tr td {
	padding: 2rem 1rem;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-left: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	vertical-align: middle;
}


.game-result-container{
	flex-direction: column;
}
.game-result-container section.game-result-box{
	width: 100%;
}
.game-result-container div.game-result-box{
	width: 100%;
}

ul.game-result-gallery li{
	width: 98%;
}

div.game-result-next{
	flex-direction: column;
}

/* company */
.company_info {
    line-height: 4rem;
}

#page dl.table dt, 
#page dl.table dd {
	margin-left: 0;
}
#page dl.table dt {
	font-weight: bold;
	color: #333;
	padding-bottom: 0;
}
#page dl.table dd  {
	font-weight: normal;
	border: none;
    padding-top: 0.8rem;
}
.conpany-02 h2 {
	padding-left: 0.5%;
    margin-bottom: 2.4rem;
}
.conpany-02-container {
    padding: 60px 0;
}
.conpany-02-innercontainer > div img {
    height: 200px;
}
.conpany-02-innercontainer > section {
    padding: 0 1%;
    margin-top: 60px;
}
.conpany-02-staffbox .icon img {
    width: 80px;
    height: 80px;
}
.conpany-02-photocontainer {
    flex-wrap: wrap;
}
.conpany-02-photocontainer div {
    width: 50%;
}
.conpany-02-photocontainer img {
	width: 100%;
    height: 150px;
    object-fit: cover;
}
.conpany-02-staffcontainer {
    margin-top: 60px;
}



}/* max-width */