@media screen and (max-width:600px){

/* css記載順序
A. reset.css
   color.css
B. style.css
C. pc.css
D. tablet.css
E. smart.css

B-01. 枠組共通
B-02. header
B-03. nav
B-04. main共通
B-05. h1,h2見出し
B-06. breadcrumb
B-07. pager
B-08. aside
B-09. footer
B-10. toppage
B-11. form
B-12. レギュレーション
B-13. 検索結果
B-14. 内部ページ
end css記載順序
*/

p{
	color:--
}
/*************************** 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%;
}


/*************************** E-04. main共通 **********************/
.concept .catchcopy br{
    display: inherit;
}
.concept .concept-bg{
    font-size:4.8rem;
}

ul.before-after li:first-child::after{
    font-size: 10rem;
}
ul.before-after li:first-child::before{
    font-size: 2.8rem;
    margin-bottom: 0.6rem;
}
ul.before-after li:last-child::before{
    font-size: 2.8rem;
    margin-bottom: 0.6rem;
}

.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 {
	flex-direction:column;
	border-top:1px solid #ddd;
}  
dl.table dt{
	width:100%;
	padding:1.4rem 0.8rem 0.2rem;
	background: none;
	font-weight: bold;
	border-bottom: none;
}
dl.table dd{
	width: 100%;
	padding:0.2rem 0.8rem 1.4rem;
}

.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;
}

.flow-section-container{
	background:none;
}
.flow-section-container section{
	width:100%;
}
.flow-section-container section:not(:last-child){
	background: url(/images/icons/flow-bottom-start-gray.svg) no-repeat center bottom;
	padding-bottom:5rem;
	background-size:15rem;
}
.flow-section-container section:nth-child(odd){
	margin-left:0;
}

/*************************** E-05. h1, h2見出し ***************************/
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-02 {
	padding: 32px 10px;
	margin-top: 40px;
}
.top-02 h1 {
    margin-bottom: 32px;
    padding-bottom: 0;
    text-align: left;
}
.top-02 h1::after {
	top: 130%;
	left: 0;
	transform: none;
}

.entry-container section {
	width: 100%;
	display: flex;
	align-items: center;
}
.entry-container section div.img{
	width: 38%;
	margin-right: 2%;
}
.entry-container section div.img img{
	width: 100%;
	height: auto;
	min-height: 100px;
	max-height: 100px;
}
.entry-container section div{
	width: 60%;
}

.entry-container section.entry-first{
	flex-direction: column;
}
.entry-container section.entry-first div.img{
	width: 100%;
	margin-right: 0;
}
.entry-container section.entry-first div{
	width: 100%;
}


.top-04-container section {
    width: 100%;
	padding: 40px 24px 40px;
	border-left: 1px solid #d5d5d5;
}
.top-04-container section:nth-child(2) {
    border-top: none;
}
.top-04-container img {
    height: 72px;
}
.top-04-container h3 {
    margin: 24px 0;
}

/*************************** 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%;
}

.deputy1 {
	flex-direction: column;
}
.deputy1 > * {
	width: 100%;
}
.deputy1 .right {
	margin: 0 0 4rem;
	padding-top: 4.8rem;
	padding-right: 1.6rem;
}
.deputy1 .name {
	margin-top: 1.6rem;
}

.deputy2 p {
	line-height: 2.4;
}
.deputy2 .deputy2-container {
    margin-top: 5.6rem;
}
.deputy2 .philosophy-txt {
	font-size: 3.2rem;
	border-top: 5px solid #12215C;
	padding-top: 4rem;
	margin-bottom: 2.4rem;
}
.deputy2 .philosophy-txt::before {
	height: 5px;
	top: -5px;
}

.deputy4 {
	padding: 10rem 2.4rem 4rem;
}
.deputy4::before {
	font-size: 5.6rem;
}

.catch1 p {
    font-size: 2rem;
}
.catch1::before,
.catch1::after {
	top: 0px;
}

.catch2 {
	padding: 3.2rem 0;
}
.catch2 p {
    font-size: 2.4rem;
}
.catch2::before,
.catch2::after {
	height: 3.2rem;
}

.catch3 .catch3-title {
	font-size: 3.2rem;
	width: 150px;
}
.catch3 .catch3-txt {
	font-size: 2.2rem;
	padding: 5.6rem 0;
}
.catch3::after {
	width: 150px;
}

.st1 {
	max-width: 400px;
}
.st1 p {
	font-size: 2.4rem;
	line-height: 6.4rem;
	letter-spacing: 0.2rem;
}
.st1 p span::before,
.st1 p span::after {
	width: 8px;
	top: 2px;
}

.st2 {
	max-width: 400px;
}
.st2 p {
	font-size: 2.4rem;
	line-height: 6.4rem;
	letter-spacing: 0.2rem;
}
.st2 p span::before,
.st2 p span::after {
	font-size: 4rem;
}

.st3 p {
	font-size: 2.4rem;
	line-height: 6.4rem;
	letter-spacing: 0.2rem;
}


/*************************** E-13. 検索結果 ***********************/

/*************************** E-14. 内部ページ ***************************/


/*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;
}

/*B-14-7 業種別*/
.industry-cat > ul > li > ul > li{
    width: 48%;
}

/* SDGs company */
.sdgs-02-container ul li{
	width: 23%;
	margin: 0 1% 3%; 
}

}/* max-width */