@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;
}
p{
    font-size: 1.6rem;
    line-height: 1.8;
}


/*************************** 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;
}
.header-right .header-tel{
    display: none;
}
.header-container .logo span{
    display: none;
}

/*************************** E-03. nav ***************************/
.megamenu div {
	padding: 24px 0;
}
.megamenu div p {
    width: 98%;
}
.megamenu > ul > li a,
.megamenu div > ul > li > a{
    font-size:1.6rem;
}

/*************************** 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: 2rem;
}
.conversion a:after{
    right:1.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-two > section{
    padding: 1rem;
}
.flex-container-two.sp-one> * {
    width: 100%;
}
.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,
div.rightImg{
    padding:5rem calc(50vw - 50% + 8px);
}
div.leftImg .img,
div.rightImg .img{
	float: inherit;
	margin:0 auto 1rem;
	width: 60%;
}
div.leftImg p,
div.rightImg p{
    width:100%;
    font-size:1.6rem;
}

.page-parent li{
	min-height: 14.0rem;
}
.page-parent li a{
    font-size: 2.0rem;
}

.flow-section-container{
	background:none;
}
.flow-section-container h3{
    font-size:2rem;
}
.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;
}
.btn01 a{
    font-size:2rem;
}
main p.lead{
    font-size: 1.8rem;
}
.concept .concept-right p{
    font-size:1.8rem;
}
.concept .tit{
    font-size:6rem;
}
.concept .catchcopy{
    font-size:2rem;
}
ul.twoColumns li,
ul.threeColumns li,
ul.fourColumns li,
ul.fiveColumns li{
    font-size:1.8rem;
}
ul.twoColumns li img, ul.threeColumns li img, ul.fourColumns li img, ul.fiveColumns li img, ul.sixColumns li img {
    margin-bottom: 0.4rem;
}
/*************************** E-05. h1, h2見出し ***************************/
h1{
    font-size: 3.6rem;
    margin-bottom: 3rem;
}
h2 {
    padding-top: 16px;
    font-size:2.8rem;
    margin-bottom: 24px;
}
h2 span {
    margin-top: 8px;
    font-size:1.8rem;
}
#top h2 span{
    font-size: 5rem;
    margin-bottom: 1rem;
}
#top h2{
    font-size:2rem;
    margin-bottom: 2.8rem;
}
/*************************** 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 *************************/
.footer-conversion p{
    font-size:2rem;
}
.footer-conversion{
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.footer-conversion p{
    margin-bottom: 3rem;
}
footer ul.footerNav li{
    font-size:1.4rem;
}
ul.footerNav{
    justify-content: start;
}
footer{
    padding-top: 30px;
    padding-bottom: 20px;
}
.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{
    height: 70vh;
}
.top-01-copy{
    font-size:2.6rem;
}
.top-01-copy span{
    font-size: 2rem;
}
.top-01-copy02{
    font-size: 1.8rem;
}
.top-01-list li{
    font-size:1.8rem;
}
.top-02{
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 4rem;
}
.top-02 h1{
    padding-bottom: 10px;
}
.top-02 h1 span{
    font-size:3rem;
}
.top-02 h1 span.jp{
    font-size:1.8rem;
}
.top-02 h1{
    line-height: 1.6;
}
.top-04-list li span{
    font-size:3rem;
}
.top-02 p{
    font-size:1.6rem;
}
.top-02-box .img{
    margin-bottom: 2rem;
}
.top-04{
    padding-bottom: 30px;
}
#top .top-04 h2{
    margin-bottom: 0;
}
#top .top-04 h2 span.en{
    font-size:3rem;
}
#top .top-04 h2 span{
    font-size:3.8rem;
}
.top-04-list li{
    font-size:1.8rem;
    padding: 2rem;
    margin-bottom:14px;
}
.top-04-list li span{
    display: block;
    font-size:3.7rem;
}
.top-05{
    padding-top: 0;
    padding-bottom: 5rem;
}
ul.top-05-list{
    font-size:1.6rem;
}
.top-05-list li span{
    font-size:1.4rem;
}
ul.top-05-list{
    margin-bottom:5rem;
}
.top-06{
    padding-top: 30px;
}
#top h2.top-06-title span{
    font-size:4rem;
}
.top-06 p{
    font-size:1.6rem;
}
.top-06-img01 span{
    font-size:2rem;
}
ul.top-06-img02 li{
    text-align: left;
}
.top-07{
    padding-bottom: 4rem;
}
.top-07-copy{
    font-size:4rem;
}
.top-07-text{
    font-size: 1.6rem;
    text-align: left;
}
#top  .top-07 h2 span{
    font-size:2.6rem;
}
#top .top-07 h2{
    font-size:2rem;
}
#top h2.title-01{
    font-size:2.4rem;
}
#top h2.title-01 span{
    font-size:8rem;
}
.conversion02 a{
    font-size: 2rem;
}
.conversion02 a span{
    font-size:1.4rem;
}
.top-09{
    padding-top: 4rem;
    padding-bottom: 0;
}
#top h2.title-01{
    margin-bottom: 6rem;
}
.flow-box li span{
    font-size: 2.2rem;
}
.flow-box li img{
    width: 100px;
    height: 100px;
}
.flow-box li:after{
    content:"";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;  /* 左側を透明 */
    border-right: 10px solid transparent; /* 右側を透明 */
    border-top: 10px solid #5ABCA0; 
    position: absolute;
    left: 50%;
    top:initial;
    bottom:-33px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.top-10{
    padding-top: 2rem;
}
#top .top-10 h2 span{
    font-size: 2.6rem;
}
#top .top-10 h2{
    font-size: 4rem;
}
.top-10-copy{
    font-size:2rem;
}
.top-10-img-box{
    flex-wrap: wrap;
}
.top-10-img{
    width:100%;
}
.top-10-name{
    width:100%;
    writing-mode: initial;
    line-height: 50px;
}
.top-10-name02{
    font-size:2.8rem;
}
.top-10-name02 span{
    font-size:1.8rem;
}
#top .top-11 h2{
    font-size:4rem;
}
#top .top-11 h2 span{
    font-size:2rem;
    margin-top:1rem;
}
.faq-panel p{
    font-size: 1.6rem;
}
.faq-item summary::after{
    right:5px;
}

/*************************** 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%; 
}

/* column ページ*/
.column-who{
    display: flex;
    flex-direction: column;
    width: 98%;
    padding:1rem;
}
.column-who div{
    margin-right: 0;
}
.column-who div img{
    margin-bottom: 1rem;
}
.column-who p{
    width: 90%;
}

}/* max-width */