@media screen and (max-width: 1067px) {
/* header */
header{
	height:80px;
}
header h1.header-logo {
    margin-top: 25px;
}
header nav.header_nav ul li.line{
	display:none;
}
header nav.header_nav {
    float: right;
    width: 60px;
	margin-right:2%;
	margin-top:10px;
}
header nav.header_nav ul {
    float: none;
    width: 60px;
    margin-top:0px;
    display:block;
}
header nav.header_nav ul li.menu {
    position: static;
    height: auto;
    margin-left:0;
}
/* topimg */
#topimg-copy {
    top:15%;
    left:5%;
}
#topimg-copy .copy01 {
    width: 313px;
    margin-bottom:20px;
}
#topimg-copy h2 {
    font-size:44px;
	margin-left:50px;
}
/* main contents */
.main_contents dl dd h2{
	font-size:35px;
	line-height: 1.4em;
}
.main_contents dl dd h3 {
    font-size:18px;
    margin-bottom:10px;
}
/* footer */
footer dl dt{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
footer dl dd{
	display:none;
}
footer .banner {
    gap: 2%;
    width:100%;
}
footer .banner li {
    width:32%;
}
/* group_purpose */
#group_purpose .purpose01,
#group_purpose .purpose04 {
    height: 300px;
    padding-left:50px;
    padding-top:50px;
}
#group_purpose .purpose01 h2,
#group_purpose .purpose04 h2 {
    font-size: 22px;
}
#group_purpose .purpose01 h2::after,
#group_purpose .purpose04 h2::after {
    margin: 20px 0 20px;
}
#group_purpose .purpose01 h3 {
    font-size: 28px;
}
#group_purpose .purpose02,
#group_purpose .purpose05 {
    display: flex;
    gap: 25px;
    width: 602px;
    margin: -30px auto 40px;
}
#group_purpose .purpose02 li,
#group_purpose .purpose05 li{
	width:184px;
	height:184px;
	line-height:184px;
	font-size:18px;
}
#group_purpose .purpose03,
#group_purpose .purpose06{
	width:90%;
}
#group_purpose .purpose03 > dt,
#group_purpose .purpose06 > dt{
	width:30%;
}
#group_purpose .purpose03 > dd,
#group_purpose .purpose06 > dd{
	width:70%;
}
/* top_message */
#top_message .img br.sp{
	display:block;
}
}
@media screen and (max-width: 834px) {
/* topimg */
#purpose > dl > dt, #purpose > dl > dt {
	display:none;
}
#purpose > dl > dt, #purpose > dl > dd {
    width:100%;
}
/* news */
#news ul{
	flex-wrap:wrap;
	gap:4%;
	margin:0;
}
#news ul li {
    width:48%;
	margin-bottom:30px;
}
/* main contents */
.main_contents dl dd h2{
	font-size:28px;
	line-height: 1.4em;
}
.main_contents dl dd h3 {
    font-size:18px;
    margin-bottom:10px;
}
/* group_company */
.group_company {
    padding: 70px 8% 100px;
    background: url(../images/common/group_company_bg.webp) no-repeat 4% 20px;
    background-size:60% auto;
}
.group_company ul {
    gap: 4%;
}
.group_company ul li {
    width: 48%;
}
/* sustainability */
.sustainability div {
    padding-top: 50px;
    height: 300px;
}
.sustainability_contents {
    padding: 35px 8%;
}
.sustainability_contents02 {
    padding: 35px 8%;
}
/* bottom */
.bottom ul li.contact a,
.bottom ul li.recruit a {
    background-size: auto 230px;
}
.bottom ul li a {
    height: 230px;
}
.bottom ul li a h2 {
    font-size: 30px;
    width:150px;
    right: -50%;
    top: 60px;
}
.bottom ul li a h3 {
    font-size: 16px;
    width: 150px;
    right: -50%;
    top: 74px;
}
#group_purpose .purpose03,
#group_purpose .purpose06{
	width:100%;
}
#group_purpose .purpose03 > dt,
#group_purpose .purpose06 > dt{
	width:35%;
}
#group_purpose .purpose03 > dd,
#group_purpose .purpose06 > dd{
	width:65%;
}
/* top_message */
#top_message .img{
	height:300px;
    font-size: 22px;
    padding-left: 50px;
    padding-top: 110px;
}
#top_message .text {
    width: 84%;
}
#top_message .name {
    width:84%;
}
/* history */
#history dl dd span {
    width: 80%;
}
/* group_head */
.group_head .main_photo a::after{
	padding-top:60px;
	top:-24vw;
	background:url(../images/group/play.webp) no-repeat center top;
	background-size:50px 50px;
	font-size:16px;
	margin-bottom:-300px;
}
}
@media screen and (max-width: 768px) {
/* topimg */
#topimg-copy .copy01 {
    width: 240px;
    margin-bottom: 20px;
}
#topimg-copy h2 {
    font-size: 30px;
}
/* purpose */
#purpose > dl > dd .button a {
    width: 250px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
}
/* news */
#news h2 {
	margin-top:0;
}
#news .button a {
    width: 200px;
    height:45px;
    line-height:45px;
    border-radius:45px;
}
/* main_contents */
.main_contents dl dd .button a {
    width: 200px;
    height: 45px;
    line-height:45px;
    border-radius:45px;
    border: 2px solid #3c4043;
}
/* sustainability */
.sustainability div {
    padding-top: 30px;
    height: 250px;
}
.sustainability h2 {
    font-size: 40px;
}
.sustainability h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.sustainability p {
    font-size: 13px;
}
/* Contact */
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
	box-sizing:border-box;
	width:95% !important;
}
#group_purpose .purpose02,
#group_purpose .purpose05 {
    display: flex;
    gap: 25px;
    width: 554px;
    margin: -30px auto 40px;
}
#group_purpose .purpose02 li,
#group_purpose .purpose05 li{
	width:168px;
	height:168px;
	line-height:168px;
	font-size:18px;
}
/* business */
#business section dl dd h3 {
    font-size: 30px;
}
#business section dl dd ul li {
    padding-left:0px;
}
#business section dl dt {
    width: 35%;
    border-radius:10px;
}
#business section dl dt img {
    border-radius: 10px;
}
#business section dl dd {
    width: 59%;
}
/* base */
#base dt {
    padding-left:0px;
}
.contents_body ol {
    display:block;
    margin-bottom: 30px;
}
.contents_body ol li{
	width:100%;
	margin-bottom:20px;
}
.contents_body ol li ul{
	gap:4%;
}
.contents_body ol li ul li{
	width:48%;
	margin-bottom:0;
}
.column2,
.column3,
.column4,
.column5 {
	gap:4%;
}
.column2 li,
.column3 li,
.column4 li,
.column5 li {
    width:48%;
    margin-bottom:20px;
}
}
@media screen and (max-width: 700px) {
/* main_contents */
.main_contents {
    padding: 50px 13%;
}
.main_contents dl{
	display:block;
}
.main_contents dl dt,
.main_contents dl dd{
	width:100%;
}
.main_contents dl dt{
	margin-bottom:10px;
}
.main_contents dl dd h2{
	font-size:40px;
	line-height: 1.4em;
}
.main_contents dl dd h3 {
    font-size:18px;
    margin-bottom:10px;
}
/* bottom */
.bottom ul li.contact a,
.bottom ul li.recruit a {
    background-size: auto 150px;
}
.bottom ul li a {
    height:150px;
}
.bottom ul li a h2 {
    font-size: 24px;
    width:110px;
    right: -50%;
    top: 40px;
}
.bottom ul li a h3 {
    font-size: 14px;
    width: 110px;
    right: -50%;
    top: 34px;
}
/* sustainability */
.sustainability_photo {
    height: 250px;
    padding-top:70px;
    font-size:38px;
}
.sustainability_logo h3 {
    font-size:18px;
	padding:0 8%;
    margin-bottom: 30px;
}
.sustainability_contents02 .photo {
	height:auto;
}
.sustainability_contents02 .photo img {
    height: auto;
    width: 80%;
}
/* group_purpose */
#group_purpose .purpose01,
#group_purpose .purpose04 {
    height: 250px;
    padding-left:40px;
    padding-top:40px;
}
#group_purpose .purpose01 h2,
#group_purpose .purpose04 h2 {
    font-size: 18px;
}
#group_purpose .purpose01 h2::after,
#group_purpose .purpose04 h2::after {
    margin: 20px 0 20px;
}
#group_purpose .purpose01 h3 {
    font-size: 24px;
}
#group_purpose .purpose02,
#group_purpose .purpose05 {
    gap: 10px;
    width:365px;
    margin: -30px auto 20px;
}
#group_purpose .purpose02 li,
#group_purpose .purpose05 li{
	width:115px;
	height:115px;
	line-height:115px;
	font-size:14px;
}
#group_purpose .purpose03,
#group_purpose .purpose06{
	width:100%;
}
#group_purpose .purpose03 > dt,
#group_purpose .purpose06 > dt{
	width:40%;
	font-size:18px;
}
#group_purpose .purpose03 > dd dl dt,
#group_purpose .purpose06 > dd dl dt {
    font-size: 18px;
}
#group_purpose .purpose03 > dd,
#group_purpose .purpose06 > dd{
	width:60%;
}
#group_purpose .purpose03 > dd dl dd,
#group_purpose .purpose06 > dd dl dd {
    font-size: 16px;
    margin-bottom:20px;
}
/* about_list */
.about_list ul li .img {
    border-radius: 10px;
}
/* history */
ul.history_photo li .img {
    border-radius: 10px;
}
#history dl dd {
    padding-left: 20px;

}
#history dl dd b:before {
    left: -42px;
    top: 7px;
}
#history dl dd:before {
    left: -28px;
    top: 5px;
}
#history dl dt {
    font-size: 28px;
}
#history dl dd b {
    width: 14%;
    font-size: 12px;
}
/* base */
#base h3 {
    font-size: 30px;
}
#base dt{
	margin-bottom:20px;
	float:none;
	width:100%;
}
#base dd {
	float:none;
	margin:auto;
    margin-bottom: 20px;
}
/* group company */
.group_head h3 br{
	display:none;
}
.contents_body dl {
	display:block;
}
.contents_body dl dt{
	width:70%;
	margin-bottom:20px;
}
.contents_body dl dd h3::after {
    margin: 20px 0 20px;
}
.contents_body dl dd{
	width:100%
}
.column4 {
    margin-bottom:0px;
}
.column4 li a {
    border-radius:10px;
}
.column4 li a img {
    border-radius: 10px;
}
}
@media screen and (max-width: 600px) {
/* top_message */
#top_message .img{
	height:200px;
    font-size:18px;
    padding-left:30px;
    padding-top: 60px;
}
}
@media screen and (max-width: 480px) {
body{
	overflow-x:hidden !important;
}
.inview.fadedown,
.inview.fadeleft{
	opacity: 1!important;
	transform: translateY(0px);
}
/* header */
header {
	height: 60px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #FFF;
}
header h1.header-logo {
    width: 180px;
    margin-top:18px;
    margin-left: 2%;
}
header nav.header_nav {
    width: 50px;
    margin-top:5px;
}
header nav.header_nav ul li.menu a {
    width: 50px;
    height: 50px;
}
/* topimg_next */
#topimg_next {
    padding: 40px 8% 0;
    height: 170px;
	margin-top:60px;
}
#topimg_next h2 {
    font-size: 40px;
}
#topimg_next h3 {
    font-size: 18px;
}
/* drawer */
.drawer-nav {
	width:100%;
	height: 100%;
	padding:0 30px;
}
.drawer-menu > li.left{
	width:40%;
}
.drawer-menu > li.right{
	width:60%;
}
.drawer-menu ul li a{
	font-size:12px;
	margin-bottom:3px;
}
.drawer-menu ul ul li a{
	font-size:12px;
	line-height:1.4em;
}
.drawer-menu ul ul li::before,
.drawer-menu ul ul li::after {
    top:9px;
}
.drawer-menu ul ul li {
    margin-bottom: 10px;
}
/* topimg */
#topimg{
	margin-top:60px;
}
#topimg .sp{
	display:block;
}
#topimg .pc{
	display:none;
}
#topimg-copy {
    top:20%;
    left: 7%;
}
#topimg-copy .copy01 {
    width: 260px;
    margin-bottom:80px;
}
#topimg-copy h2 {
    font-size: 33px;
	line-height:2em;
}

/* purpose */
#purpose {
    padding-top:50px;
    padding-bottom: 50px;
}
#purpose > dl > dd p br{
	display:none;
}
#purpose > dl > dd p {
	padding:0 8%;
    font-size: 14px;
}
.simply-scroll-list li {
    width: 160px;
    height: 160px;
    margin-right: 10px;
	border-radius: 15px;
}
/* news */
#news {
    padding: 50px 5%;
}
#news ul li p.img {
    border-radius: 10px;
}
#news ul li p.data {
    font-size: 12px;
    margin-bottom: 5px;
}
#news ul li p.data span {
    width: 80px;
    margin-left: 10px;
}
#news ul li p.title {
    font-size: 14px;
}
/* main_contents */
.main_contents {
    padding: 50px 5%;
}
.main_contents dl dd h2 {
    font-size: 38px;
}
/* group_company */
.group_company {
    background-size: 70% auto;
    padding: 70px 5% 70px;
}
.group_company ul li .img {
    border-radius: 10px;
}
.group_company h2 {
    margin-top: 0px;
}
.group_company ul li h3 {
    font-size: 14px;
}
.group_company ul li .text {
    font-size: 12px;
}
/* sustainability */
.sustainability div {
    padding-top: 30px;
    height: 180px;
    top: -50px;
	width:90%;
}
.sustainability h2 {
    font-size: 30px;
}
.sustainability h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.sustainability p {
    font-size: 10px;
}
.sustainability_photo {
    height: 200px;
    padding-top:60px;
    font-size:28px;
	width:90%;
}
.sustainability_contents,
.sustainability_contents02{
    padding: 30px 5%;
}
.sustainability_contents h3,
.sustainability_contents02 h3{
    font-size: 22px;
}
.sustainability_logo h3 {
    font-size: 18px;
    padding: 0 5%;
    margin-bottom: 30px;
}
.sustainability_contents h3::after,
.sustainability_contents02 h3::after {
	margin: 10px auto 20px;
}
.sustainability_contents ul{
	gap:4%;
	margin-bottom:20px;
}
.sustainability_contents h4 {
    font-size: 20px;
	margin-bottom:10px;
}
.sustainability_contents ul li img {
    margin-bottom: 5px;
    border-radius: 10px;
}
.sustainability_contents ul li {
    width: 48%;
	font-size:12px;
}
.sustainability_contents p,
.sustainability_contents02 p{
    font-size: 14px;
}
/* bottom */
.bottom ul {
    display:block;
}
.bottom ul li {
    width:100%;
}
/* bottom */
footer {
    padding: 50px 5% 20px;
}
footer .banner {
	display:block;
}
footer .banner li {
    width:250px;
	margin:0 auto 10px;		
}
footer p {
    font-size:12px;
}
#copyright {
    font-size: 12px;
}
/* breadcrumb */
#breadcrumb {
    width:90%;
    margin: 0 auto 30px;
}
#breadcrumb dt a {
    font-size: 14px;
}
#breadcrumb dd {
    font-size: 14px;
}
#breadcrumb dt::after {
    width: 8px;
    height: 8px;
}
/* about_list */
main.about_list {
    padding: 0px 5% 50px;
}
main.about_list > ul {
	display:block;
}
main.about_list > ul li{
	width:100%;
}
main.about_list > ul li .img {
    margin-bottom:10px;
    border-radius: 10px;
}
main.about_list > ul li h3 {
    margin-bottom:5px;
    font-size: 16px;
}
/* news_list */
.news_list {
    clear: both;
    padding: 0px 5% 50px;
}
.news_list > ul {
    gap:4%;
}
.news_list > ul li{
	width:48%;
}
.news_list > ul li .img {
    margin-bottom:5px;
    border-radius: 10px;
}
.news_list > ul li p.data {
    font-size: 12px;
}
.news_list > ul li h3 {
    margin-bottom:0px;
    font-size: 14px;
	line-height:1.4em;
}
/* news_body */
.news_body {
    padding: 0px 5% 50px;
}
.news_body h3.title {
    margin-bottom: 20px;
    padding: 5px 0 5px 15px;
    font-size: 22px;
    border-left: 5px solid #4f8bc2;
    font-weight: 400;
}
.news_body p.data{
	margin-bottom:10px;
}
.news_body p img {
    border-radius:10px;
}
.news_body .newsbody h1,
.news_body .newsbody h2,
.news_body .newsbody h3,
.news_body .newsbody h4 {
    margin-bottom: 10px;
    padding: 3px 0 3px 10px;
    font-size: 18px;
}
.news_body .newsbody p{
	font-size:14px;
}
/* privacy */
.privacy {
    padding: 0px 5% 50px;
}
.privacy ul {
    margin-left:0px;
}
.privacy ul li{
	font-size:14px;
	margin-bottom:5px;
}
.privacy h3 {
    margin-bottom: 10px;
    font-size: 22px;
    padding-bottom: 10px;
}
.privacy h4 {
    margin-bottom:10px;
    font-size: 18px;
	font-weight:bold;
}
.privacy p{
	font-size:14px;
}
.privacy dl{
    margin-left: 20px;
}
.privacy dd,
.privacy dt{
	font-size:14px;
}
/* contact_body */
.contact_body {
    padding: 0px 5% 50px;
}
.contact_body p{
	font-size:14px;
}
.contact_body table th {
    width:100%;
	display:block;
    background: #4f8bc2;
    font-size: 14px;
    padding:10px;
	box-sizing:border-box;
}
.contact_body table td{
	width:100%;
	display:block;
	font-size:14px;
	box-sizing:border-box;
}
.contact_body table td li{
	font-size:14px;
}
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
    font-size: 14px;
    width: 140px;
}
.mfp_element_submit::before,
.mfp_element_submit::after,
.mfp_element_reset::before,
.mfp_element_reset::after,
.mfp_element_button::before,
.mfp_element_button::after {
    right: 17px;
}
.contact_body table {
    margin-bottom: 30px;
}
/* group_purpose */
#group_purpose {
    padding: 0 5%;
}
#group_purpose .purpose01,
#group_purpose .purpose04 {
    height: 250px;
    padding-left:40px;
    padding-top:40px;
}
#group_purpose .purpose01 h2,
#group_purpose .purpose04 h2 {
    font-size: 18px;
}
#group_purpose .purpose01 h2::after,
#group_purpose .purpose04 h2::after {
    margin: 20px 0 20px;
}
#group_purpose .purpose01 h3 {
    font-size: 22px;
}
#group_purpose .purpose02,
#group_purpose .purpose05 {
    gap: 10px;
    width:320px;
    margin: -30px auto 20px;
}
#group_purpose .purpose02 li,
#group_purpose .purpose05 li{
	width:100px;
	height:100px;
	line-height:100px;
	font-size:12px;
}
#group_purpose .purpose03, #group_purpose .purpose06 {
    margin-bottom:50px;
}
#group_purpose .purpose03 > dt,
#group_purpose .purpose06 > dt{
	width:40%;
	font-size:14px;
}
#group_purpose .purpose03 > dd dl dt,
#group_purpose .purpose06 > dd dl dt {
    font-size: 14px;
}
#group_purpose .purpose03 > dd,
#group_purpose .purpose06 > dd{
	width:60%;
}
#group_purpose .purpose03 > dd dl dd,
#group_purpose .purpose06 > dd dl dd {
    font-size: 12px;
    margin-bottom:20px;
}
#group_purpose .purpose03 > dt::after,
#group_purpose .purpose06 > dt::after {
    margin: 10px 0 0;
}
#group_purpose .purpose03 > dd dl::before, #group_purpose .purpose06 > dd dl::before {
    top: 13px;
}
/* about_list */
.about_list ul {
    gap: 4%;
}
.about_list ul li {
    width: 48%;
    margin-bottom: 30px;
}
.about_list ul li h3 {
    font-size: 14px;
}
/* top_message */
#top_message .img{
	height:200px;
    font-size:16px;
    padding-left:30px;
    padding-top: 60px;
	border-radius:10px;
	width:90%;
	margin-bottom:20px;
}
#top_message .text {
    width:90%;
    margin: 0 auto 20px;
    font-size: 14px;
}
#top_message .name {
    width:90%;
    font-size: 14px;
}
/* history */
#history h2 {
	margin-top:0px;
}
#history {
    width:90%;
}
ul.history_photo{
	gap:4%;
}
ul.history_photo li{
	width:48%;
}
ul.history_photo li h3 {
    font-size: 14px;
}
#history dl dd {
    padding-left:0px;

}
#history dl dd b:before {
    left: -22px;
    top: 7px;
}
#history dl dd:before {
    left: -8px;
    top: 5px;
}
#history dl dt {
    font-size:18px;
}
#history dl dd b {
    width:22%;
}
#history dl dd span {
    width: 67%;
	font-size:14px;
}
/* business */
#business {
    padding: 0 0 30px;
}
.business_photo {
    width:90%;
	margin-bottom:10px;
}
#business section {
    padding: 30px 5% 30px;
}
#business section dl{
	display:block;
}
#business section dl dd h3 {
    font-size: 30px;
	margin-bottom:10px;
}

#business section dl dd ul li {
    padding-left:0px;
}
#business section dl dt {
    width: 100%;
    border-radius:20px;
	margin-bottom:20px;
}
#business section dl dt img {
    border-radius: 20px;
}
#business section dl dd {
    width:100%;
}
#business section dl dd p {
    font-size: 14px;
}
#business section dl dd ul li a {
	font-size:14px;
}
/* base */
#base {
    padding: 0px 5% 20px;
}
#base h3 {
    font-size:22px;
	margin-bottom: 10px;
}
#base dl {
    margin-bottom: 20px;
}
#base dt {
    font-size:14px;
}
#base dd{
	margin-bottom:30px;
}
#base dd a {
	width:200px;
	font-size: 14px;
    height: 45px;
	line-height:38px;
    background-size: 15px 15px;
    border-radius:45px;
	background: #FFF url(../images/common/blank.gif) no-repeat 30px 13px;
	background-size: 15px 15px;
}
/* group company */
.group_head{
	padding:0 5% 30px;
}
.contents_body{
	background:#f2f4f7;
	padding:50px 5% 0;
}
.company_body{
	padding:50px 5% 30px;
}
.group_head .main_photo {
    border-radius: 10px;
    margin-bottom: 10px;
}
.group_head .main_photo img {
    border-radius: 10px;
}
.group_head .main_photo a::after{
	padding-top:60px;
	top:-24vw;
	background:url(../images/group/play.webp) no-repeat center top;
	background-size:50px 50px;
	font-size:14px;
	margin-bottom:-300px;
}
.group_head h3 {
	font-size:16px;
}
.group_head p {
	font-size:14px;
	margin-bottom:0;
}
.contents_body {
    background: #f2f4f7;
    padding:30px 5% 30px;
}
.contents_body h2,
.company_body h2{
    font-size: 36px;
}
.contents_body h2 span,
.company_body h2 span {
    font-size:14px;
}
.contents_body dl {
    display: block;
    margin-bottom:0px;
}
.contents_body dl dt {
    width:100%;
	margin-bottom:10px;
}
.contents_body dl dd {
    width:100%;
}
.contents_body dl dd h3 {
    font-size:22px;
}
.group_head h2::after {
    margin: 15px auto 20px;
}
.contents_body dl dd h3::after {
    margin: 15px 0 15px;
}
.contents_body h4 {
    margin-bottom:10px;
    font-size:18px;
}
.contents_body h6 {
    font-size: 16px;
}
.contents_body h5 {
    padding: 0px 0 0px 10px;
    font-size: 18px;
}
.contents_body p{
	font-size:14px;
	margin-bottom:20px;
}
.column2,
.column3,
.column4,
.column5 {
	gap:4%;
	margin-bottom:20px;
}
.column2 li,
.column3 li,
.column4 li,
.column5 li {
    width:48%;
    font-size: 14px;
    margin-bottom:10px;
}
.column2 li br,
.column3 li br,
.column4 li br,
.column5 li br{
	display:none;
}
.column2 li a,
.column3 li a,
.column4 li a,
.column5 li a {
    border-radius:10px;
}
.column2 li img,
.column3 li img,
.column4 li img,
.column5 li img {
    margin-bottom:5px;
    border-radius:10px;
}
.contents_body .button,
.company_body .button {
    margin-bottom:50px;
}
.contents_body .button a,
.company_body .button a {
	width:250px;
    height:45px;
    line-height:45px;
    border-radius:45px;
    font-size: 14px;
}
.contents_body table th,
.company_body table th {
    width: 24%;
    font-size: 14px;
    padding:5px;
}
.contents_body table td,
.company_body table td {
    font-size: 13px;
    padding:5px;
}
.company_body table td dt {
	font-size:13px;
	float:none;
}
.company_body table td dd {
    width: 200px;
    float:none;
	margin:0 auto 20px;
}
.company_body table td dd a {
    height: 45px;
    line-height:40px;
    border-radius:45px;
    font-size: 14px;
}
.company_body table td dl {
    margin-bottom:0px;
}
.company_body .column3,
.group_head .column3{
	gap:2%;
	margin-bottom:20px;
}
.company_body .column3 li,
.group_head .column3 li{
	width:32%;
	margin-bottom:0;
}
.company_body .column3 li img,
.group_head .column3 li img{
	margin-bottom:0;
}
.company_body table,
.contents_body table {
    margin-bottom: 30px;
}
.contents_body h4  br{
	display:none;
}
.group_head dl {
    display:block;
}
.group_head dl dt{
	width:100%;
	font-size:14px;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	border-radius:10px;
}
.group_head dl dd{
	width:100%;
	margin-bottom:20px;
	font-size:14px;
}
.column3 li h3 {
    font-size:14px;
}
.column3 li p.text {
    margin-bottom:10px;
    font-size:12px;
}
.contents_body dl dd h5 {
    margin-top:0px;
	margin-bottom:10px;
}
.contents_body dl dt ul li {
    margin-bottom:5px;
}
.contents_body dl dd h6 {
    font-size: 16px;
}
.group_head h2 span{
	font-size:16px;
}
.group_head .column3 li {
    font-size:12px;
}
.group_head .column3 li img{
	margin-bottom:5px;
}
.contents_body dl dd h3 br{
	display:none;
}
.group_head .column3 {
    margin-bottom:10px;
}
.group_takatech .equipment th{
	font-size:12px;
}
.group_takatech .equipment td{
	font-size:11px;
}
.contents_body h3.title {
    font-size:22px;
}
.contents_body h3.title::after {
    margin:15px 0 20px;
}
}