.top_catch {
	position: relative;
	width: 100%;
	height: 1400px;
}

.top_catch .top_catch_video {
	position: -webkit-sticky;
	/* safari対応 */
	position: sticky;
	top: 10px;
	/* 上端から10pxのところで固定 */
}

#top_catch_movie {
	width: 100%;
}

.top_catch_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.top_catch_copy {
	display: flex;
	flex-flow: column;
	align-items: start;
	width: 44%;
	padding: 0 2% 0 0;
	margin: 35vh 0 180px auto;
}

.top_catch_copy p:first-child {
	font-size: 3.1vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 9px;
}

.top_catch_copy p:last-of-type {
	letter-spacing: 0.035em;
	font-size: .16rem;
	font-weight: bold;
	font-size: 1.1vw;
}

.top_catch_logo {
	max-width: 100%;
	display: block;
	margin: 100px 0 200px -53px;
	padding-right: 7%;
	width: 100%;
	opacity: 0;
	transform: translateY(0.15rem);
}

.top_news {
	margin: 15px 0 0 auto;
	width: 56%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

.top_news_title {
	position: absolute;
	top: -38px;
	left: 20px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.top_news>div {
	width: 100%;
}

.news_ticker {
	flex: 0 1 auto;
	width: 78%;
}

.top_news ul {
	list-style: none;
	border-bottom: solid 1px #000;
}

.ticker {
	padding: 0 !important;
	border: none !important;
}

.top_news ul li {
	width: 100%;
	padding: 20px 20px;
	border-top: solid 1px #000;
}

.top_news ul a {
	display: flex;
	text-decoration: none;
	color: #000;
}

.top_news ul span {
	flex: 0 1 auto;
	width: auto;
}

.top_news ul time {
	flex: 0 1 auto;
	width: auto;
	margin: 0 27px 0 14px;
}

.top_news ul p {
	flex: 0 1 auto;
	width: 67%;
}

.top_news>a {
	flex: 0 1 auto;
	width: 20%;
	text-decoration: none;
	color: #000;
	position: absolute;
	right: 0;
	top: -42px;
}

.top_news img {
	margin-right: 10px;
	width: 8px;
}

.top_intro {
	margin-top: 75px;
	position: relative;
	z-index: 11;
}

.top_intro h2 {
	text-align: center;
	font-size: .38rem;
	line-height: .65rem;
	font-weight: 700;
}

.top_intro h2 span {
	text-align: center;
}

.top_intro p {
	margin-top: 50px;
	text-align: center;
	font-size: .16rem;
	line-height: .36rem;
}

.top_intro .logo img {
	max-width: 407px;
}

.top_intro .logo {
	text-align: center;
	margin: 16px 0 68px;
}

.top_support {
	margin-top: 110px;
}

.top_support h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: .29rem;
	font-weight: 700;
	letter-spacing: .04rem;
	color: #0071bc;
	letter-spacing: .06rem;
}

.top_support>img {
	margin-bottom: 30px;
	width: 100%;
}

.support_head {
	margin-top: 100px;
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
}

.support_head div {
	flex: 0 1 auto;
	width: 55%;
	display: flex;
	justify-content: center;
}

.support_head p {
	padding: 10px;
	flex: 0 1 auto;
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .22rem;
	font-weight: 700;
	color: #0071bc;
	border-radius: 35px;
	position: relative;
}

.support_head p img {}

p.top_support_kaiketu {
	text-align: center;
}

.support_list {
	padding: 16px 50px 15px;
}

.support_list div {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.support_list p {
	flex: 0 1 auto;
	width: 47%;
	min-height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .19rem;
	box-shadow: 1px 1px 10px #999;
	border-radius: 10px;
	letter-spacing: 0.06em;
}

.support_list p>span {
	width: 84%;
}

.support_list .bold {
	font-weight: 600;
}

.support_left {
	background-color: #fff;
	position: relative;
}

.support_left::after {
	content: "";
	display: inline-block;
	width: 80px;
	height: 13px;
	background-image: url(../images/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 48%;
	right: -15%;
}

.support_right {
	background-color: #e5f1f8;
}

.top_support>p {
	text-align: center;
	font-size: .2rem;
	font-weight: 500;
}

.link_btn {
	margin: 0;
	padding-left: 30px;
	color: #000;
	display: block;
	box-shadow: 1px 1px 10px #c0c0c0;
	text-decoration: none;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	border-radius: 40px;
}

.link_btn::before {
	content: '';
	width: 8px;
	height: 11px;
	display: inline-block;
	background-image: url(../images/arrow_b.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 45%;
	left: 13%;
}

.top_support .link_btn {
	margin: 60px auto 0;
	padding: 25px 10px;
	width: 400px;
}

.p_head {
	font-size: .45rem;
	font-weight: 700;
	line-height: .7rem;
}

.top_gaiyou {
	margin-top: 115px;
	padding: 105px 0 90px;
	background-color: #f2f2f2;
	overflow-x: hidden;
}

.top_gaiyou_text {
	margin: -50px 0 0 auto;
	width: 49%;
}

.top_gaiyou_text h2 {
	margin-bottom: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	position: relative;
	font-size: .36rem;
	font-weight: 700;
	letter-spacing: .03rem;
}

.top_gaiyou_text h2 div {
	display: inline;
}

.top_gaiyou_text h2::after {
	content: "";
	/*width: calc(100% - (50% - (1050px / 2)));*/
	width: 5000px;
	height: 1px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.top_gaiyou_text h2 span {
	margin-left: 40px;
	font-size: .24rem;
}

.top_gaiyou_text p {
	margin-bottom: 30px;
	padding-left: 20px;
	line-height: .3rem;
}

.top_gaiyou .link_btn {
	margin: 0 0 0 auto;
	padding: 15px 10px;
	width: 347px;
}

.top_gaiyou_img1,
.top_gaiyou_img2 {
	margin: 40px 0 0 auto;
	max-width: calc(100% - (50% - (1050px / 2)));
	display: flex;
	justify-content: space-between;
	width: 73%;
}

.top_gaiyou_img1 {
	margin: 70px auto 0 0;
}

.top_gaiyou_img2 {
	margin: 70px 0 0 auto;
}

.top_gaiyou_img1 div,
.top_gaiyou_img2 div {
	flex: 0 1 auto;
	width: calc(100%/2);
	position: relative;
}

.top_gaiyou_img1 img,
.top_gaiyou_img2 img {
	width: 100%;
}

.top_gaiyou_img1 p,
.top_gaiyou_img2 p {
	position: absolute;
	bottom: 30px;
	right: 0px;
	color: #FFF;
	background: rgba(0, 0, 0, 0.5);
	padding: 4px 12px;
	text-align: center;
	min-width: 135px;
}

.top_gaiyou_img1_logo1 {
	position: absolute;
	width: 33% !important;
	margin: auto;
	left: 13%;
	top: 0;
	bottom: -185%;
}

.top_gaiyou_img1_logo2 {
	position: absolute;
	width: 57% !important;
	margin: auto;
	right: -64%;
	top: 0;
	bottom: 0;
}

.top_about {
	padding-top: 105px;
	background-image: url(../images/logo_bg.svg);
	background-position: 109% 32%;
	background-size: 29%;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

.top_about .p_head {
	margin: 0 0 0 auto;
	width: 36%;
}

.top_about_text {
	margin: -90px auto 0 0;
	width: 53%;
}

.top_about_text h2 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	font-size: .36rem;
	font-weight: 700;
	letter-spacing: .03rem;
}

.top_about_text h2 div {
	display: inline;
}

.top_about_text h2::after {
	content: "";
	/*width: calc(100% - (50% - (1050px / 2)));*/
	width: 5000px;
	height: 1px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	right: 0;
}

.top_about_text h2 span {
	margin-left: 40px;
	font-size: .24rem;
}

.top_about_text p {
	margin-bottom: 30px;
	padding-right: 20px;
	line-height: .3rem;
}

.top_about .link_btn {
	margin: 0 auto 0 0;
	padding: 15px 10px;
	width: 347px;
}

.top_about_img {
	margin: 50px auto 0 0;
	max-width: calc(100% - (50% - (1000px / 2)));
	display: flex;
	justify-content: space-between;
	width: 73%;
}

/*
.top_about_img2{
    margin: 60px 0 0 auto;
    display: flex;
    justify-content: space-between;
    width: 80%;
}
*/
.top_about_img2_centering {
	max-width: none;
}

.top_about_img2 {
	margin: 70px 0 0 auto;
	max-width: calc(100% - (50% - (1050px / 2)));
	display: flex;
	justify-content: space-between;
	width: 73%;
}

.top_about_img img,
.top_about_img2 img {
	flex: 0 1 auto;
	width: calc(100%/2);
}

.top_bases {
	padding: 95px 0 120px;
	overflow-x: hidden;
}

.top_bases_text {
	margin: -75px 0 0 auto;
	width: 60%;
}

.top_bases_text h2 {
	margin-bottom: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	position: relative;
	font-size: .36rem;
	font-weight: 700;
	letter-spacing: .03rem;
}

.top_bases_text h2 div {
	display: inline;
}

.top_bases_text h2::after {
	content: "";
	/*width: calc(100% - (50% - (1050px / 2)));*/
	width: 5000px;
	height: 1px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.top_bases_text h2 span {
	margin-left: 40px;
	font-size: .24rem;
}

.top_bases_text p {
	margin-bottom: 40px;
	padding-left: 20px;
	line-height: .3rem;
}

.top_bases .link_btn {
	margin: 0 0 0 auto;
	padding: 15px 10px;
	width: 347px;
}

/*下層ページ*/
.sub_head {
	background-position: bottom right;
	background-size: cover;
	height: 320px;
	display: flex;
	align-items: center;
	position: relative;
}

.sub_head h2 {
	margin: 50px 0 0 15%;
	font-size: .36rem;
	font-weight: 700;
	letter-spacing: .04rem;
}

.sub_head_eng {
	position: absolute;
	right: 4%;
	bottom: 14px;
	line-height: 1;
	font-size: .72rem;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.sub_head_a {
	background-image: url(/miyamae-cms/wp-content/themes/main/images/header_back_a.jpg);
}

.sub_head_b {
	background-image: url(/miyamae-cms/wp-content/themes/main/images/header_back_b.jpg);
}

.sub_head_c {
	background-image: url(/miyamae-cms/wp-content/themes/main/images/header_back_c.jpg);
}

/*歴史*/
.bg_gray {
	background-color: #f1f1f1;
}

.history1 {
	padding-top: 100px;
}

.history1 h3 {
	margin-left: -30px;
	font-size: .36rem;
	font-weight: 700;
	line-height: .62rem;
	letter-spacing: .02rem;
}

.history_intro {
	margin-top: 65px;
	margin-bottom: -85px;
	display: flex;
	justify-content: space-between;
}

.history_intro p {
	flex: 0 1 auto;
	width: 53%;
	line-height: .3rem;
}

.history_intro img {
	flex: 0 1 auto;
	width: 45%;
}

.history1 h4 {
	margin-bottom: 35px;
	padding-bottom: 20px;
	font-size: .3rem;
	font-weight: 700;
	letter-spacing: .02rem;
	color: #0072bf;
	position: relative;
}

.history1 h4::after {
	content: "";
	width: calc(100vw - (50vw - (1050px / 2)));
	height: 1px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: -1%;
}

.history_tl {
	padding: 80px 0 70px;
}

.history_text {
	padding: 0 50px 0 60px;
	line-height: .28rem;
}

.history_img_wrap {
	margin-top: 20px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.history_img_wrap span {
	flex: 0 1 auto;
	position: relative;
}

.history_img_wrap span:nth-child(1) {
	width: 49.5%;
}

.history_img_wrap span:nth-child(2) {
	width: 24.5%;
}

.history_img_wrap span:nth-child(3) {
	width: 24.5%;
}

.history_img_wrap img {
	width: 100%;
	vertical-align: middle;
}

.history_img_wrap small {
	font-size: .13rem;
	color: #fff;
	position: absolute;
	bottom: 1%;
	right: 1%;
	text-align: right;
}

.history_text_wrap {
	margin-left: 60px;
	display: flex;
	justify-content: space-between;
}

.history_text_wrap p {
	flex: 0 1 auto;
	line-height: .29rem;
}

.history_1967 .history_text_wrap p {
	width: 42%;
}

.history_1967 .history_text_wrap img {
	flex: 0 1 auto;
	width: 52%;
}

.history_1983 .history_text_wrap p {
	width: 34%;
}

.history_1983 .history_text_wrap span {
	flex: 0 1 auto;
	width: 61%;
	position: relative;
}

.history_1983 .history_text_wrap img {
	width: 100%;
	vertical-align: middle;
}

.history_1983 .history_text_wrap small {
	font-size: .13rem;
	color: #000;
	position: absolute;
	bottom: 1%;
	right: 1%;
	text-align: right;
}

.history2 {
	padding-top: 90px;
}

.history2 h3 {
	margin-left: -30px;
	margin-bottom: 40px;
	font-size: .45rem;
	font-weight: 700;
	line-height: .62rem;
	letter-spacing: .02rem;
}

.history2 table {
	width: 100%;
	font-size: .16rem;
}

.history2 tr:nth-child(odd) {
	background-color: #f1f1f1;
}

.history2 th {
	padding: 12px 15px;
	width: 14%;
	text-align: right;
	letter-spacing: .01rem;
}

.history2 td {
	padding: 12px 20px 12px 10px;
	width: 86%;
	line-height: .26rem;
}

/*ゴルフロボ*/
.golfrob_intro {
	padding-top: 55px;
	z-index: 1;
	width:1260px;
	max-width:100%;
	margin:0 auto 100px;
}

.golfrob_intro h3 {
	/*margin-left: -30px;*/
	font-size: .36rem;
	font-weight: 700;
	line-height: .62rem;
	letter-spacing: .02rem;
}

.golfrob_container{
	display:flex;
	align-items: flex-end;
}

.golfrob_container img{
	width:340px;
}

.golfrob_intro_text {
	margin-top: -30px;
	margin-left: -10px;
}

.golfrob_intro_text p {
margin-top: 43px;
    flex: 0 1 auto;
    width: 70%;
    line-height: .3rem;
    margin-bottom: 11px;
}

.golfrob_intro_text img {
	flex: 0 1 auto;
	width: 34%;
}

/*ゴルフショットロボ８*/
.robosuku{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    padding-bottom: 20px;
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
    padding: 12px 14px 6px;
}
.robosuku__title{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom: 48px;
}

.robosuku__title p{
	color: #C41425;
    font-size: .20rem;
    font-weight: bold;
}

.robosuku__title p .sp_only{
	display:none;
}

.robosuku__announcement{
	background-color: #C41425;
    color: #fff;
    font-size: .21rem;
    padding: 1px 5px;
    font-weight: bold;
    margin-right: 24px;
    letter-spacing: 0.1em;
    padding: 4px 10px;
}

.robosuku__container{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 30px;
}

.robosuku__detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 2px;
    padding-bottom: 30px;
	margin-bottom: 46px;
}


.robosuku__detail:last-of-type{
    border-bottom: none;
	margin-bottom: 0px;
}



.robosuku__detail p {
    font-size: .16rem;
    width: 49%;
    line-height: 1.9;
}
@media screen and (min-width:1100px) {
	.robosuku__detail p{
		white-space: nowrap;
	}
}
.robosuku__detail a{
	
}

.robosuku__text {
    width: 680px;
    max-width: 69%;
}
.robosuku__text h5{
	font-size:.29rem;
	font-weight: bold;
	width: 16%;
	    max-width: 18%;
	margin-left: 17px;
}


/*.golfrob_caution {
    font-size: .14rem;
    line-height: 2;
    margin-bottom: 48px;
}*/



.robosuku__block{
 margin-bottom:100px;
 padding: 0 20px;
}

.robosuku-img-link-box {
    width: 274px;
    margin-top: -138px;
    max-width: 29%;
}

.robosuku-img-link-box img{
	width:100%;
}

.robosuku__container a {
    width: 153px;
    border-radius: 25px;
    border: solid 1px #0071BC;
    padding: 15px 0;
    display: inline-block;
	margin-bottom: 5px;
    box-shadow: inherit;
	padding: 13px 0 13px 18px;
}

.robosuku-img-link-box .link_btn {
    width: 226px;
    /* margin: 0 auto; */
    display: block;
    margin-left: auto;
    margin-right: 14px;
    margin-top: 20px;
	background: linear-gradient(to right, #0071bc 50%, #E9F7FF 50%);
	background-size: 200% 100.5%;
    background-position: right bottom;
    transition: all .5s ease-out;
}


.robosuku-img-link-box .link_btn:hover {
    background-position: left bottom;
    color: white;
    opacity: 1;
}

.robosuku__container .golf-shot8__movie--btn{
	pointer-events: none;
}

.robosuku__detail--btn.link_btn::before {
    left: 19%;
}


.golfrob_intro-btn{
	width: 250px;
    border-radius: 25px;
    border: solid 1px #0071BC;
    padding: 15px 0;
    display: inline-block;
    margin: 30px auto 0;
    box-shadow: inherit;
    padding: 15px 0 15px 18px;
	display: block;
}

.golfrob_products {
	/*margin-top: -65px;*/
	padding: 70px 0 60px;
}

.golfrob_products_h3 {
	margin-bottom: 60px;
}

.golfrob_products h4 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: .3rem;
	font-weight: 700;
	letter-spacing: .015rem;
	color: #0072bf;
	position: relative;
}

.golfrob_products h4 span {
	margin-left: 45px;
	font-size: .24rem;
	font-weight: 700;
	color: #000;
}
.golfrob_products h4 span span{
    font-size: .18rem;
    margin: -6px;
}
.golfrob_products h4::after {
	content: "";
	width: calc(100vw - (50vw - (1050px / 2)));
	height: 1px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: -1%;
}


.golfrob_products h5 {
	font-size: .21rem;
	letter-spacing: .02rem;
}

.golfrob_products_feature {
	margin: 13px auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.golfrob_products_feature ul {
	flex: 0 1 auto;
	list-style: none;
}

.golfrob_products_feature1 ul {
	width: 48%;
}

.golfrob_products_feature2 ul {
	width: 34%;
}

.golfrob_products_feature li {
	margin-bottom: 14px;
	margin-left: .15rem;
	text-indent: -.15rem;
	line-height: .28rem;
}

.golfrob_products_feature img {
	flex: 0 1 auto;
}

.golfrob_products_feature1 img {
	width: 48%;
}

.golfrob_products_feature2 img {
	margin-top: -30px;
	width: 66%;
}

.golfrob_movie {
	margin-top: -30px;
	margin-bottom: 90px;
	display: flex;
	justify-content: center;
}

.golfrob_movie div {
	flex: 0 1 auto;
	width: 306px;
}

.golfrob_movie div:first-child {
	margin-right: 40px;
}

.golfrob_movie iframe {
	width: 100%;
	height: 228px;
}

.golfrob_shortsmovie iframe{
	height: 552px;
}

.golfrob_movie p {
	margin-top: 10px;
	text-align: center;
}

.golfrob_media,
.reel_media {
	padding-top: 90px;
}

.golfrob_media {
	padding-bottom: 105px;
}

.philosophy_intro_h3,
.philosophy_philosophy_h3,
.golfrob_products_h3,
.golfrob_media_h3,
.reel_products_h3,
.reel_media_h3,
.reel_history_h3,
.leadrone_products_h3,
.fabless_flow_h3,
.fabless_example_h3,
.fabless_faq_h3,
.profile_h3 {
	margin-left: -30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.philosophy_intro_h3 h3,
.philosophy_philosophy_h3 h3,
.golfrob_products_h3 h3,
.golfrob_media_h3 h3,
.reel_products_h3 h3,
.reel_media_h3 h3,
.reel_history_h3 h3,
.leadrone_products_h3 h3,
.fabless_flow_h3 h3,
.fabless_example_h3 h3,
.fabless_faq_h3 h3,
.profile_h3 h3 {
	flex: 0 1 auto;
	width: fit-content;
	font-size: .54rem;
	font-weight: 700;
	letter-spacing: .03rem;
}

.philosophy_intro_h3 span,
.philosophy_philosophy_h3 span,
.golfrob_products_h3 span,
.golfrob_media_h3 span,
.reel_products_h3 span,
.reel_media_h3 span,
.reel_history_h3 span,
.leadrone_products_h3 span,
.fabless_flow_h3 span,
.fabless_example_h3 span,
.fabless_faq_h3 span,
.profile_h3 span {
	flex: 0 1 auto;
	width: fit-content;
	display: block;
	font-size: .24rem;
	font-weight: 700;
}

.golfrob_media ul,
.reel_media ul {
	margin: 42px 0 0 auto;
	width: 76%;
	list-style: none;
}

.golfrob_products .centering{
    width: 1280px;
    max-width: 100%;
	padding:0 20px;
	}
	
	.products-golf-shot8 {
    width: 1145px;
    max-width: 100%;
    /* margin: 0 auto; */
    margin-left: auto;
	margin-bottom: 108px;
}

.products-item{
	width: 1050px;
    max-width: 100%;
    margin: 0 auto 126px; 
}

.products-item:last-of-type{
	margin: 0 auto 0px; 
}
	
	.products-contents{
	    width: 1145px;
   		max-width: 100%;
    /* margin: 0 auto; */
    	margin-left: auto;
	}
.golfrob_products_text {
	margin-bottom: 25px;
	padding: 0 100px;
	line-height: .29rem;
	font-size: .17rem;
    font-weight: bold;
}
.products-golf-shot8 .golfrob_products_text {
    margin-bottom: 8px;
}

.products-golf-shot8 .golfrob_products_text2 {
    font-size: .13rem;
    font-weight: normal;
    margin-bottom: 50px;
}
.products-golf-shot8 .golfrob_products_feature2 img {
    margin-top: -74px;
    width: 64.5%;
}

.products-golf-shot8  .golfrob_movie{
	margin-bottom:0px;
}


.products-golf-shot8 .golfrob_movie img{
	width:306px;
	max-width: 100%;
}

.products-golf-shot8 .golfrob_movie div:first-child {
    margin-right: 450px;
}

.golfrob_products_h3{
	padding:0 70px;
	margin-left: 0px;
}

.golfrob_media li,
.reel_media li {
	padding: 13px 30px;
}

.golfrob_media li:nth-child(odd),
.reel_media li:nth-child(odd) {
	background-color: #f2f2f2;
}

.golfrob_after {
	padding: 70px 0;
	background-color: #e5f1f8;
}

.golfrob_after_flex {
	display: flex;
	justify-content: space-between;
}

.golfrob_after_flex div {
	flex: 0 1 auto;
	width: 49%;
}

.golfrob_after h3 {
	margin-bottom: 20px;
	font-size: .24rem
}

.golfrob_after h4 {
	margin-top: 35px;
	margin-bottom: 15px;
	font-size: .18rem
}

.golfrob_after p {
	line-height: .26rem;
}

.golfrob_after p span {
	margin-top: 15px;
	display: block;
	font-size: .21rem;
	color: #0071bc;
	letter-spacing: .02rem;
}

.golfrob_after p a {
	text-decoration: none;
	color: #0071bc;
	font-size: .24rem;
}

.golfrob_after ul {
	list-style: none;
}

.golfrob_after li {
	margin-left: .15rem;
	text-indent: -.15rem;
	line-height: .29rem;
}

/*リードロン*/

.miya-drone--fixed {
	width: 140px;
	display: inline-block;
	position: fixed;
	right: 55px;
	bottom: 50px;
	filter: drop-shadow(0px 0px 2px #aaa);
	z-index: 1;
}

.miya-drone--fixed:hover {
	opacity: 0.5 !important;
}

.leadrone_intro {
	padding: 100px 0;
}

.leadrone_intro h3 {
	font-size: .36rem;
	font-weight: 700;
	line-height: .62rem;
	letter-spacing: .02rem;
	white-space: nowrap;
	margin-bottom: 30px;
}

.leadrone_intro_text {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 60px;
}

.leadrone_intro_text>img {
	flex: 0 1 auto;
	width: 27%;
}

.leadrone_intro_text>div {
	flex: 0 1 auto;
	width: 53%;
}

.leadrone_intro_text p {
	margin: 40px 0 0 40px;
	line-height: .3rem;
}

.leadrone_intro_text>div img {
	margin: 16px 60px 0 auto;
	width: 60%;
}

.new-release-12model {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	padding-bottom: 20px;
}

.new-release-12model__container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 40px;
}

.new-release-12model__title p {
	color: #AD1B22;
	font-size: .20rem;
	font-weight: bold;
}

.new-release-12model__title {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

.new-release-12model__announcement {
	background-color: #AD1B22;
	color: #fff;
	font-size: .21rem;
	padding: 1px 5px;
	font-weight: bold;
	margin-right: 10px;
	letter-spacing: 0.1em;
	padding: 4px 10px;
}

.new-release-12model__container a {
	width: 250px;
	border-radius: 25px;
	border: solid 1px #0071BC;
	padding: 15px 0;
	display: inline-block;
	margin-right: 30px;
	box-shadow: inherit;
}

.new-release-12model__text img {
	width: 453px;
	margin-bottom: 25px;
	max-width: 100%;
}

.new-release-12model__container>img {
	width: 337px;
	max-width: 100%;
}

.new-release-12model__text {
	width: 576px;
	max-width: 100%;
}

.new-release-12model__text p {
	margin-bottom: 30px;
	line-height: 1.8;
}

.leadrone_products {
	padding: 63px 0 100px;
}

.leadrone_product_h {
	margin-top: 50px;
	display: block;
	font-size: .36rem;
	font-weight: 700;
	text-align: center;
}

.leadrone_text {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.leadrone_text p {
	flex: 0 1 auto;
	width: 47%;
	line-height: .3rem;
}

.leadrone_text>div {
	padding: 15px 10px 10px;
	border: solid 1px #000;
	flex: 0 1 auto;
	width: 48%;
	display: flex;
	justify-content: space-between;
}

.leadrone_text>div span {
	flex: 0 1 auto;
	width: 20%;
	font-size: .18rem;
	font-weight: 700;
	text-align: center;
}

.leadrone_text>div p {
	flex: 0 1 auto;
	width: 75%;
	line-height: .3rem;
}

.leadrone_feature {
	margin-top: 40px;
	margin-bottom: 80px;
	padding: 70px 0 0 80px;
	background-image: url(../images/leadrone2.jpg);
	background-size: cover;
	background-position: center;
	min-height: 591px;
}

.leadrone_feature h4 {
	margin-bottom: 10px;
	font-size: .21rem;
	font-weight: 700;
	color: #fff;
}

.leadrone_feature ul {
	list-style: none;
}

.leadrone_feature li {
	margin-bottom: 10px;
	font-size: .18rem;
	color: #fff;
}

.leadrone_movie_h {
	margin-bottom: 25px;
	font-size: .27rem;
	font-weight: 700;
	text-align: center;
}

.leadrone_movie {
	display: flex;
	justify-content: center;
}

.leadrone_movie iframe {
	width: 710px;
	height: 400px
}

/*動画２コ並びの時のcss
.leadrone_movie div{
    flex: 0 1 auto;
    width: 335px;
}
.leadrone_movie div:first-child{
    margin-right: 40px;
}
.leadrone_movie iframe{
    width: 100%;
    height: 220px;
}
.leadrone_movie p{
    margin-top: 10px;
    text-align: center;
}*/
.leadrone_link {
	padding-top: 125px;
}

.leadrone_link h3,
.reel_link h3 {
	font-weight: 700;
	font-size: .27rem;
	text-align: center;
}

.leadrone_link a,
.reel_link a {
	margin: 0 auto;
	width: 393px;
	display: block;
}

.leadrone_link a img,
.reel_link a img {
	width: 100%;
}

/*ミヤ・ドローンホイスト*/
.miya-leadrone-hoist__item {
	margin-top: 70px
}

.miya-leadrone-hoist_text {
	display: block;
	width: fit-content;
	margin: 0 auto;
}

.miya-leadrone-hoist_text p {
	text-align: center;
	margin-bottom: 30px;
	font-size: .27rem;
	font-weight: 700;
	color: #0071bc;
	line-height: 1.6;
}

.miya-leadrone-hoist--img {
	width: 710px;
	max-width: 100%;
	text-align: center;
	display: block;
	margin: 0 auto 40px;
}


/*リール*/
.reel_intro {
	padding: 100px 0 86px;
}

.reel_intro h3 {
	margin-left: -30px;
	font-size: .36rem;
	font-weight: 700;
	line-height: .62rem;
	letter-spacing: .02rem;
}

.reel_intro_text {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.reel_intro_text>img {
	flex: 0 1 auto;
	width: 30%;
}

.reel_intro_text>div {
	flex: 0 1 auto;
	width: 66%;
}

.reel_intro_text p {
	margin-top: 10px;
	line-height: .3rem;
}

.reel_intro_text>div img {
	margin: 30px 0 0 auto;
	display: block;
	width: 53%;
}

.reel_products {
	padding: 83px 0 105px;
}

.reel_product_h {
	margin-top: 50px;
	display: block;
	font-size: .36rem;
	font-weight: 700;
	text-align: right;
}

.reel_text {
	margin-top: 47px;
	margin-bottom: 35px;
	width: 60%;
	line-height: .3rem;
}

.reel_img_wrap {
	display: flex;
	justify-content: space-between;
}

.reel_img_wrap>div {
	flex: 0 1 auto;
	width: 33%;
	display: flex;
	flex-direction: column;
}

.reel_img_wrap>div img {
	width: 100%;
}

.reel_img_wrap>div img:first-child {
	margin-bottom: 5px;
}

.reel_img_wrap>img {
	flex: 0 1 auto;
	width: 66.5%;
}

.reel_history {
	padding: 80px 0 52px;
}

.reel_history table {
	margin: 35px 0 0 auto;
	width: 76%;
	font-size: .16rem;
}

.reel_history tr:nth-child(odd) {
	background-color: #fff;
}

.reel_history tr:nth-child(even) {
	background-color: #f1f1f1;
}

.reel_history th {
	padding: 12px 15px;
	width: 18%;
	text-align: right;
	letter-spacing: .01rem;
}

.reel_history td {
	padding: 12px 20px 12px 10px;
	width: 82%;
	line-height: .26rem;
}

.reel_media {
	padding-bottom: 100px;
}

.reel_link {
	padding-top: 135px;
}

.reel_link a {
	margin-top: 30px;
}

/*ご挨拶*/
.philosophy_intro {
	padding: 106px 0 90px;
}

.philosophy_intro_text {
	margin-top: 30px;
	margin-left: auto;
	width: 92%;
	display: flex;
	justify-content: space-between;
}

.philosophy_intro_text>p {
	flex: 0 1 auto;
	width: 60%;
	line-height: .3rem;
}

.philosophy_intro_img {
	flex: 0 1 auto;
	width: 27%;
}

.philosophy_intro_img img {
	width: 100%;
}

.philosophy_intro_img p {
	font-size: .21rem;
	text-align: center;
}

.philosophy_intro_img span {
	margin-right: 5px;
	font-size: .16rem;
}

.philosophy_philosophy {
	padding: 80px 0 50px;
}

.philosophy_contents {
	display: flex;
	justify-content: space-between;
}

.philosophy_left {
	margin-top: 130px;
	flex: 0 1 auto;
	width: 23%;
}

.philosophy_right {
	margin-right: 40px;
	flex: 0 1 auto;
	width: 64%;
}

.philosophy_contents h4 {
	font-size: .2rem;
	color: #808080;
}

.philosophy_left h4 {
	margin-bottom: 55px;
	text-align: center;
}

.philosophy_left p {
	margin: 0 auto;
	width: 100%;
	writing-mode: vertical-rl;
	font-size: 1.08rem;
	letter-spacing: .22rem;
}

.philosophy_left span {
	margin-right: 20px;
	margin-top: 140px;
	display: block;
	font-size: .45rem;
	font-weight: 700;
	letter-spacing: .02rem;
}

.philosophy_right>div {
	margin-bottom: 90px;
}

.philosophy_right h4 {
	margin-bottom: 35px;
}

.philosophy_right p {
	margin-bottom: 25px;
	font-size: .24rem;
}

.philosophy_right span {
	margin-bottom: 15px;
	display: inline-block;
	font-size: .36rem;
}

.philosophy_houshin {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.philosophy_houshin ul {
	flex: 0 1 auto;
	width: 69%;
	list-style: none;
}

.philosophy_houshin li {
	margin-bottom: 15px;
	margin-left: .15rem;
	text-indent: -.15rem;
	font-size: .24rem;
}

.philosophy_houshin img {
	flex: 0 1 auto;
	width: 21%;
}

/*ファブレス*/
.fabless_main .sub_head h2 span {
	font-size: .19rem;
	letter-spacing: .01rem;
	display: block;
}

.fabless_intro {
	padding: 100px 0;
}

.fabless_intro h3 {
	margin-left: -30px;
	margin-bottom: 0px;
	font-size: .36rem;
	line-height: .63rem;
	letter-spacing: .01rem;
	font-weight: 700;
}

.fabless_intro_text {
	margin: 0 0 80px auto;
	width: 67%;
	line-height: .29rem;
}

.fabless_intro_flex {
	margin-top: 83px;
	display: flex;
	justify-content: space-between;
}

.fabless_intro_left,
.fabless_intro_right {
	flex: 0 1 auto;
	width: 48%;
}

.fabless_intro_flex h4 {
	margin: 0 auto 25px;
	padding: 10px;
	border: solid 1px #000;
	width: 81%;
	font-size: .22rem;
	font-weight: 700;
	border-radius: 34px;
	text-align: center;
}

.fabless_intro_left h4 {
	border: solid 1px #0071bc;
	color: #0071bc;
}

.fabless_intro_flex ul {
	padding: 35px 35px 20px;
	list-style: none;
	box-shadow: 1px 1px 10px #cccbcb;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-height: 362px;
}

.fabless_intro_left ul {
	background-color: #e5f1f8;
}

.fabless_intro_flex li {
	margin-bottom: 8px;
	margin-left: .15rem;
	text-indent: -.15rem;
	line-height: .3rem;
}

.fabless_intro_flex span {
	font-size: .13rem;
}

.fabless_intro_left span {
	color: #0071bc;
}

.fabless_intro_img {
	width: calc(100vw - (50vw - (1050px / 2)));
	display: flex;
	justify-content: space-between;
}

.fabless_intro_img img {
	flex: 0 1 auto;
	width: calc(100%/3);
}

.fabless_movie {
	margin-bottom: 100px;
	width: 77%;
}

.fabless_movie video {
	width: 100%;
}

.fabless_flow {
	padding: 90px 0 110px;
}

.fabless_flow_text {
	margin-top: 40px;
	line-height: .3rem;
}

.fabless_flow_flex {
	margin: 40px auto 55px;
	display: flex;
	justify-content: space-between;
}

.fabless_flow_left {
	margin-top: 35px;
	flex: 0 1 auto;
	width: 54%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fabless_flow_left img {
	flex: 0 1 auto;
}

.fabless_flow_left img:first-child {
	width: 12%;
}

.fabless_flow_left img:last-child {
	width: 82%;
}

.fabless_flow_right {
	flex: 0 1 auto;
	width: 40%;
}

.fabless_flow_right img {
	width: 100%;
}

.fabless_right1 {
	margin-bottom: 15px;
}

.fabless_right2 {
	margin-bottom: 60px;
}

.fabless_right3 {
	margin-bottom: 20px;
}

.fabless_right4 {
	margin-bottom: 20px;
}

.fabless_right5 {
	margin-bottom: 60px;
}

.fabless_right6 {
	margin-bottom: 10px;
}

.fabless_flow_support {
	padding: 12px 10px;
	background-color: #fff;
	font-size: .2rem;
	font-weight: 700;
	border-radius: 25px;
	text-align: center;
	letter-spacing: .01rem;
}

.fabless_example {
	padding: 75px 0 85px;
}

.fabless_ex_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fabless_ex_wrap div {
	margin-bottom: 10px;
	padding-bottom: 70px;
	flex: 0 1 auto;
	width: 47%;
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.fabless_ex_wrap h4 {
	margin-top: 50px;
	font-size: .24rem;
	font-weight: 700;
}

.fabless_ex_wrap p {
	margin-top: 10px;
	font-size: .18rem;
	color: #0071bc;
	letter-spacing: .005rem;
}

.fabless_faq {
	padding: 95px 0 90px;
	background-color: #f1f1f1;
	background-image: url(/miyamae-cms/wp-content/themes/main/images/fabless_logo_mark_w.svg);
	background-repeat: no-repeat;
	background-size: 289px;
	background-position: calc((100% - 931px) / 2) 73%;
}

.fabless_example_text {
	margin: 50px auto;
	line-height: .29rem;
}

.fabless_faq_flex {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.fabless_faq_left {
	flex: 0 1 auto;
	width: 25%;
	line-height: .3rem;
}

.fabless_faq_left a {
	text-decoration: none;
	color: #0071bc;
}

.fabless_faq_right {
	margin-top: 20px;
	flex: 0 1 auto;
	width: 72%;
}

.q,
.a {
	margin: 0 auto;
	max-width: 900px;
}

.q,
.a div {
	padding: 20px 10px;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}

.q {
	border-top: solid 1px #000;
	cursor: pointer;
}

.fabless_faq_right:last-child {
	border-bottom: solid 1px #000;
}

.a {
	display: none;
}

.q p {
	flex: 0 1 auto;
	width: 82%;
	font-weight: 500;
}

.a p {
	padding-right: 60px;
	flex: 0 1 auto;
	width: 88%;
}

.q>span,
.a span {
	flex: 0 1 auto;
	width: 10%;
	text-align: center;
	color: #0071bc;
	font-size: .16rem;
	font-weight: 700;
	letter-spacing: .01rem;
}

/*プラスアイコン*/
.plus {
	flex: 0 0 auto;
	position: relative;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 13;
}

.plus span {
	display: block;
	position: absolute;
	top: 50%;
	width: 23px;
	border-bottom: solid 3px #0071bc;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.plus span:nth-child(1) {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

/* プラスアイコンを回転 */
.plus.active span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: solid 3px #000;
}

.plus.active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: solid 3px #000;
}

/*拠点一覧*/
.bases_intro {
	padding: 100px 0 75px;
}

.bases_intro h3 {
	margin-left: -25px;
	font-size: .36rem;
	letter-spacing: .02rem;
	font-weight: 700;
	line-height: .65rem;
}

.bases_intro_text {
	margin-top: 40px;
	line-height: .3rem;
	width: 45%;
}

.bases_map {
	margin-top: -60px;
}

.bases_map img {
	margin: 0 auto;
	display: block;
	width: 86%;
}

.bases_map p {
	margin: -170px 10px 0 auto;
	width: fit-content;
	font-size: .13rem;
	line-height: .23rem;
}

.bases_list {
	margin: 70px auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.bases_list a {
	margin: 0 0 20px 0;
	padding: 15px 10px;
	flex: 0 1 auto;
	width: 23%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	font-weight: 700;
	min-height: 70px;
}

.bases_list a:not(:nth-child(4)) {
	margin-right: 20px;
}

.bases_base {
	margin-bottom: 60px;
	padding: 45px 0;
}

.bases_base h4 {
	margin-bottom: 35px;
	padding-bottom: 20px;
	font-size: .3rem;
	font-weight: 700;
	color: #0072bf;
	position: relative;
}

.bases_base h4::after {
	content: "";
	width: calc(100vw - (50vw - (1110px / 2)));
	height: 1px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: -2%;
}

.bases_base h4 span {
	margin-left: 50px;
	display: inline-block;
	font-size: .24rem;
	color: #000;
	vertical-align: middle;
}

.bases_base_flex {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.bases_base_flex table {
	flex: 0 1 auto;
	width: 49%;
	background-color: #fff;
}

.bases_base_flex tr {
	border-bottom: solid 2px #f1f1f1;
}

.bases_base_flex th {
	padding: 17px 5px 17px 25px;
	width: 27%;
}

.bases_base_flex td {
	padding: 17px 25px 10px 5px;
}

.bases_base_flex .base_slider {
	flex: 0 1 auto;
	width: 49%;
}

.bases_base_flex .base_slider img {
	width: 100%;
}

.bases_base_flex a {
	text-decoration: none;
	color: #000;
}

.tokyo_info {
	padding: 20px 25px;
	flex: 0 1 auto;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tokyo_info span {
	flex: 0 1 auto;
	display: block;
	width: fit-content;
}

.tokyo_info:nth-child(1) {
	width: 49%;
}

.tokyo_info:nth-child(2) {
	width: 23%;
}

.tokyo_info:nth-child(3) {
	width: 23%;
}

.bases_link_wrap {
	display: flex;
	justify-content: center;
}

.bases_link_wrap a {
	margin: 0;
	padding: 15px 0;
	flex: 0 1 auto;
	background-color: #fff;
}

.bases_link_wrap a:nth-child(1) {
	width: 33%;
}

.bases_link_wrap .link_btn_map {
	margin-left: 20px;
	width: 14%;
}

.bases_link_wrap a:nth-child(1).link_btn_map {
	margin-left: 0;
	width: 14%;
}

/*事業概要*/
.business_intro {
	padding: 110px 0 97px;
}

.business_intro h3 {
	margin-left: -30px;
	margin-bottom: 55px;
	font-size: .36rem;
	font-weight: 600;
}

.business_intro p {
	margin: 0 0 0 auto;
	width: 64%;
	line-height: .29rem;
}

.business_p_head {
	font-size: .45rem;
	font-weight: 700;
	line-height: .7rem;
}

.business01 .business_p_head,
.business03 .business_p_head {
	margin-left: -30px;
}

.business01 {
	padding: 80px 0 70px;
	position: relative;
}

.business02 {
	padding: 85px 0 105px;
}

.business03 {
	padding: 90px 0 70px;
}

.business04 {
	padding: 95px 0 30px;
}

.business01_text {
	margin: -100px 0 0 auto;
	width: 44%;
}

.business01_text .logo {
	margin-top: 62px;
}

.business02_text {
	margin-top: -100px;
	width: 44%;
}

.business03_text {
	margin: -10px 0 0 auto;
	width: 44%;
}

.business04_text {
	width: 44%;
}

.business01_text p,
.business02_text p,
.business03_text p,
.business04_text p {
	line-height: .3rem;
}

.business01_text .link_btn {
	margin: 30px 0 0 auto;
	padding: 13px 5px;
	width: 347px;
}

.business02 .business_p_head,
.business04 .business_p_head {
	margin: 0 0 0 auto;
	width: 60%;
	text-align: right;
}

.business_h3_ul {
	margin-bottom: 17px;
	padding-top: 45px;
	padding-bottom: 12px;
	position: relative;
	color: #0071bc;
	font-size: .36rem;
	background-size: auto 130px;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	line-height: .5rem;
	min-height: 135px;
}

.business01 .business_h3_ul,
.business02 .business_h3_ul {
	background-position: center top;
	font-weight: 600;
}

.business03 .business_h3_ul,
.business04 .business_h3_ul {
	background-position: right top;
	font-weight: 600;
}

.business_h3_ul::after {
	content: "";
	width: calc(100% - (50% - (1050px / 2)));
	height: 1px;
	display: inline-block;
	background-color: #0071bc;
	position: absolute;
	bottom: 0;
}

.business01 .business_h3_ul::after,
.business03 .business_h3_ul::after {
	left: -1%;
}

.business02 .business_h3_ul::after,
.business04 .business_h3_ul::after {
	right: -1%;
}

.business_h3_ul span {
	flex: 0 1 auto;
	width: 100%;
	display: block;
	font-size: .21rem;
	color: #000;
}

.business01 .sp_only.link_btn {
	display: none;
}

.business01_img,
.business03_img {
	max-width: calc(100% - (50% - (1000px / 2)));
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 49%;
}

.business01_img {
	margin: 0px auto 0 0;
	position: absolute;
	bottom: 77px;
}

.business03_img {
	margin: -180px auto 0 0;
}

.business01_img img:nth-child(1) {
	margin-top: -110px;
	z-index: 1;
	flex: 0 1 auto;
	width: 44%;
}

.business03_img img:nth-child(1) {
	margin-top: -40px;
	z-index: 1;
	flex: 0 1 auto;
	width: 42%;
}

.business01_img img:nth-child(2) {
	margin-left: -82px;
	flex: 0 1 auto;
	width: 60%;
}

.business03_img img:nth-child(2) {
	margin-left: -40px;
	flex: 0 1 auto;
	width: 58%;
}

@media(min-width: 1500px) {
	.business01_img img:nth-child(1) {
		margin-top: -50px;
	}
}


.business02_list {
	margin-top: -70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.business02_list div {
	flex: 0 1 auto;
	width: 29%;
}

.business02_list img {
	margin: 0 auto;
	width: 90%;
	display: block;
}

.business02_list .link_btn {
	margin: 20px auto 15px;
	padding: 13px 5px;
	width: 80%;
}

.business02_list p {
	line-height: .26rem;
	font-size: .14rem;
}

.business04_img {
	margin: -170px 0 0 auto;
	max-width: calc(100% - (50% - (1000px / 2)));
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	width: 49%;
}

.business04_img img {
	flex: 0 1 auto;
}

.business04_img img:nth-child(1) {
	margin-right: -40px;
	width: 60%;
}

.business04_img img:nth-child(2) {
	margin-top: -40px;
	width: 40%;
}

/*ミヤマエについて*/
.aboutus_intro {
	padding-top: 110px;
	background-image: url(../images/logo_bg.svg);
	background-position: 90% 25%;
	background-size: 275px;
	background-repeat: no-repeat;
}

.aboutus_intro h3 {
	margin-left: -30px;
	margin-bottom: 75px;
	font-size: .36rem;
	font-weight: 700;
	letter-spacing: .03rem;
}

.aboutus_intro p {
	margin: 0 120px 0 auto;
	width: 60%;
	line-height: .3rem;
}

.aboutus_intro_img {
	margin-top: 115px;
	display: flex;
	justify-content: space-between;
}

.aboutus_intro_img img {
	flex: 0 1 auto;
	width: calc(100%/3);
}

.aboutus_philosophy,
.aboutus_profile,
.aboutus_history,
.aboutus_bases {
	padding: 80px 0 90px;
}

.aboutus_bases {
	margin-bottom: 90px;
}

.aboutus_h3_wrap {
	margin-bottom: 30px;
	padding-bottom: 27px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}

.aboutus_h3_wrap h3 {
	flex: 0 1 auto;
	width: 65%;
	font-size: .24rem;
	font-weight: 700;
	letter-spacing: .02rem;
}

.aboutus_h3_wrap h3 span {
	display: inline-block;
	width: 38%;
	font-size: .36rem;
}

.aboutus_h3_wrap h3 div {
	display: inline;
}

.aboutus_main .sp_only.link_btn {
	display: none;
}

.aboutus_h3_wrap .link_btn {
	margin: 0;
	padding: 14px 5px;
	flex: 0 1 auto;
	width: 33%;
}

.aboutus_h3_wrap::after {
	content: "";
	width: calc(100vw - (50vw - (1050px / 2)));
	height: 1px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: -1%;
}

.aboutus_history_flex,
.aboutus_bases_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.aboutus_history_flex p,
.aboutus_bases_flex p {
	flex: 0 1 auto;
	width: 30%;
	line-height: .29rem;
}

.aboutus_history_flex div,
.aboutus_bases_flex div {
	margin-top: 85px;
	flex: 0 1 auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.aboutus_history_flex div {
	width: 67%;
}

.aboutus_history_flex span:nth-child(1) {
	margin-right: -30px;
	flex: 0 1 auto;
	width: 52%;
}

.aboutus_history_flex span:nth-child(2) {
	margin-top: -80px;
	flex: 0 1 auto;
	width: 48%;
}

.aboutus_history_flex span img,
.aboutus_bases_flex span img {
	width: 100%;
}

.aboutus_bases_flex div {
	width: 64%;
}

.aboutus_bases_flex span {
	flex: 0 1 auto;
	width: 50%;
}

.aboutus_bases_flex span:nth-child(2) {
	margin-top: -83px;
}

.aboutus_bases_flex small {
	display: block;
	text-align: right;
	font-size: .15rem;
}

/*会社概要*/
.profile_profile {
	padding: 85px 0 105px;
}

.profile_flex {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.profile_flex table {
	flex: 0 1 auto;
	width: 47%;
}

.profile_flex tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.profile_flex th {
	padding: 19px 5px;
	width: 27%;
	text-align: center;
}

.profile_flex td {
	padding: 19px 25px 19px 45px;
}

.profile_right td {
	display: flex;
	justify-content: space-between;
}

.profile_right span:nth-child(1) {
	flex: 0 1 auto;
	width: 45%;
}

.profile_right span:nth-child(2) {
	flex: 0 1 auto;
	width: 53%;
}

.profile_organization img {
	margin: 80px auto 20px;
	display: block;
	width: 85%;
}

/*news*/
.news_main .centering1100 {
	padding: 105px 0 130px;
}

.news_intro {
	margin-bottom: 70px;
	font-size: .36rem;
	font-weight: 700;
}

.news_cat_list {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.news_cat_list li {
	padding: 10px 10px 15px;
	border-bottom: solid 1px #1a1a1a;
	flex: 0 1 auto;
	width: 22%;
}

li.news_cat_selected {
	border-bottom: solid 6px #0071bc;
}

.news_cat_list a {
	display: block;
	text-decoration: none;
	color: #0071bc;
	text-align: center;
}

.news_container {
	display: flex;
	justify-content: space-between;
}

.news_container h3 {
	margin-bottom: 30px;
	padding-left: 20px;
	border-left: solid 6px #000;
	font-size: .18rem;
	font-weight: 700;
	min-height: 60px;
	display: flex;
	align-items: center;
	line-height: 1;
}

.news_container_left {
	flex: 0 1 auto;
	width: 78%;
}

.news_container_right {
	flex: 0 1 auto;
	width: 18%;
}

.news_list {
	padding-left: 25px;
	list-style: none;
}

.news_list li {
	padding: 19px 30px;
}

.news_list li:nth-child(odd) {
	background-color: #f2f2f2;
}

.news_list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #000;
	margin-top: 7px;
}

.news_list time {
	flex: 0 1 auto;
	width: 17%;
	letter-spacing: .01rem;
}

.news_tag {
	border: solid 1px #0071bc;
	flex: 0 1 auto;
	width: 14%;
	color: #0071bc;
	text-align: center;
	font-size: .12rem;
	min-height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.news_list p {
	flex: 0 1 auto;
	width: 61%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_list p img {
	margin-left: 20px;
	flex: 0 1 auto;
	width: 118px;
}

.archive_list {
	padding-left: 25px;
	list-style: none;
}

.archive_list h1 {
	display: none;
}

.archive_list li {
	margin-bottom: 26px;
	list-style: none;
	position: relative;
	padding-left: 20px;
}

.archive_list>li {
	padding-left: 20px;
	position: relative;
}

.archive_list ul>li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 26px;
}

.archive_list li::before {
	content: "▶︎";
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.collapsing.archives.collapse {
	margin: 9px 0;
	display: block;
}

.archive_list .sym {
	display: none;
}

.archive_list a {
	text-decoration: none;
	color: #000;
}

.news_title_wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.news_title_wrap time {
	margin-right: 20px;
	flex: 0 1 auto;
	width: fit-content;
}

.news_title_wrap .news_tag {
	flex: 0 1 auto;
	width: 82px;
	min-height: 22px;
}

.single-news .news_title_wrap .news_tag {
	padding: 4px;
	width: auto;
	display: block;
}

.news_title {
	flex: 0 1 auto;
	width: 100%;
	font-size: .24rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 4px;
}

.news_contents {
	padding: 60px;
	background-color: #f2f2f2;
}

.news_contents>* {
	margin-bottom: 30px;
	line-height: 1.9;
}

.news_contents img {
    display: block;
    max-width: 100%;
}

.news_contents a {
	color: #0071bc;
	display: inline-block;
}

.news_cat_list_side a {
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}

.news_cat_list_side {
	margin-bottom: 50px;
	padding-left: 25px;
	list-style: none;
}

.news_cat_list_side li {
	margin-bottom: 15px;
}

.page_nav {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.page_nav a {
	color: #000;
}

.news_next {
	flex: 0 1 auto;
	width: 30%;
}

.news_prev {
	flex: 0 1 auto;
	width: 30%;
	text-align: right;
}

.link_btn_next,
.link_btn_prev {
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
	box-shadow: 1px 1px 10px #999;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.link_btn_prev {
	margin-left: auto;
}

.link_btn_next img,
.link_btn_prev img {
	flex: 0 1 auto;
	width: 8px;
}

.backto_newslist {
	padding: 19px 0;
	flex: 0 1 auto;
	width: 30%;
}

.entry_list {
	margin-bottom: 50px;
	padding-left: 25px;
	list-style: none;
}

.entry_list li {
	margin-bottom: 15px;
}

.entry_list a {
	text-decoration: none;
	color: #000;
}

/*サイトマップ*/
.sitemap_container {
	margin-bottom: 140px;
	padding-top: 110px;
}

.sitemap_container h3 {
	margin: 0 auto 90px;
	max-width: 1100px;
	font-size: .35rem;
	font-weight: 700;
	letter-spacing: .03rem;
}

.sitemap_contents_wrap,
.privacy_contents_wrap {
	background-image: url(../images/sitemap_bg.svg);
	background-position: left bottom;
	background-size: 496px;
	background-repeat: no-repeat;
}

.sitemap_contents {
	padding: 95px 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sitemap_contents a {
	padding-left: 10px;
	text-decoration: none;
	color: #000;
	font-size: .18rem;
	position: relative;
}

.sitemap_contents a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 11px;
	background-image: url(../images/arrow_b.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 35%;
	left: 0;
}

.sitemap_contents>a {
	flex: 0 1 auto;
	width: 17%;
}

.sitemap_contents .sitemap_right {
	flex: 0 1 auto;
	width: 83%;
}

.sitemap_right_flex {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sitemap_right_left {
	flex: 0 1 auto;
	width: 65%;
}

.sitemap_right_right {
	flex: 0 1 auto;
	width: 35%;
}

.sitemap_right ul {
	margin-top: 35px;
	margin-left: 50px;
	list-style: none;
}

.sitemap_right li {
	margin-bottom: 35px;
}

.sitemap_right li>*:not(:last-child) {
	margin-right: 40px;
}

.sitemap_right span {
	display: inline-block;
	color: #808080;
	font-size: .18rem;
}


.sitemap_right_right .personal-info-purpose,
.sitemap_right_right .personal-date-share {
	text-indent: -0.75em;
	padding-left: 1em;
}

/*工場別*/
.higashiosaka_intro {
	padding: 105px 0 115px;
}

.higashiosaka_intro h3 {
	font-size: .36rem;
	font-weight: 700;
}

.higashiosaka_intro p {
	margin: 40px 0 0 auto;
	line-height: .3rem;
	width: 65%;
}

.bases_sub_img {
	padding-bottom: 130px;
	display: flex;
	justify-content: space-between;
	width: calc(100vw - (50vw - (1050px / 2)));
}

.bases_sub_img img {
	flex: 0 1 auto;
	width: 50%;
}

.bases_kihon {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(100vw - (50vw - (1050px / 2)));
}

.bases_kihon div {
	flex: 0 1 auto;
	width: 43%;
}

.bases_kihon h4 {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: .3rem;
	font-weight: 700;
}

.bases_kihon table {
	width: 100%;
}

.bases_kihon tr {
	border-bottom: solid 5px #ededed;
	background-color: #fff;
}

.bases_kihon th {
	padding: 16px 5px 16px 25px;
	width: 26%;
}

.bases_kihon td {
	padding: 16px 25px 16px 5px;
	width: 74%;
}

.bases_kihon a {
	text-decoration: none;
	color: #000;
}

.bases_kihon iframe {
	flex: 0 1 auto;
	width: 55%;
	min-height: 535px;
}

.bases_sub_img2 {
	padding-top: 100px;
}

.bases_img_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bases_img_flex img {
	margin-bottom: 37px;
	flex: 0 1 auto;
	width: 48%;
}

.hirakata_intro,
.hirakata_intro2 {
	padding: 105px 0 100px;
}

.hirakata_intro h3,
.hirakata_intro2 h3 {
	font-size: .36rem;
	line-height: .6rem;
	font-weight: 700;
}

.hirakata_intro p {
	margin: -40px 0 0 auto;
	line-height: .3rem;
	width: 37%;
}

.hirakata_details {
	margin-top: 100px;
	padding: 57px 0 90px;
}

.hirakata_details h4 {
	margin-left: -30px;
	margin-bottom: 15px;
	font-size: .24rem;
	font-weight: 500;
}

.hirakata_details table {
	width: 100%;
	background-color: #fff;
}

.hirakata_details th {
	border: solid 1px #c3c3c3;
	padding: 6px;
	text-align: center;
}

.hirakata_details td {
	padding: 6px;
	border: solid 1px #c3c3c3;
}

.hirakata_seizou {
	margin-bottom: 40px;
}

.hirakata_seizou th {
	width: 22%;
}

.hirakata_seizou td:not(:last-of-type) {
	padding-left: 35px;
}

.hirakata_seizou td:last-of-type {
	width: 55%;
	padding-left: 35px;
}

.hirakata_setsubi th {
	width: 25%;
	vertical-align: middle;
	text-align: left;
	padding-left: 41px;
}

.hirakata_setsubi td:not(:last-of-type) {
	padding-left: 70px;
}

.hirakata_setsubi td:last-of-type {
	width: 17%;
	text-align: center;
}

.hirakata_punkah {
	margin-top: 110px;
	padding: 50px;
	background-color: #d3eff6;
}

.hirakata_punkah_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.hirakata_punkah_flex div {
	flex: 0 1 auto;
	width: 78%;
}

.hirakata_punkah_flex img {
	flex: 0 1 auto;
	width: 22%;
}

.hirakata_punkah h4 {
	margin-bottom: 50px;
	font-size: .36rem;
	color: #040548;
	letter-spacing: normal;
	font-weight: 600;
}

.hirakata_punkah p {
	color: #040548;
	width: 88%;
	line-height: .27rem;
}

.hirakata_punkah .link_btn {
	margin: 5px auto 0;
	padding: 10px 0;
	width: 300px;
}

.hirakata_intro2 p {
	margin: 55px 0 0 auto;
	line-height: .3rem;
	width: 63%;
}

/*プライバシーポリシー*/
.privacy_main {
	padding-bottom: 130px;
}

.privacy_intro {
	padding: 110px 0 100px;
}

.privacy_intro h3 {
	margin-bottom: 70px;
	font-size: .36rem;
	font-weight: 700;
}

.privacy_intro p {
	margin-left: auto;
	max-width: 1000px;
	line-height: .3rem;
}

.privacy_contents_wrap {
	padding: 85px 0;
}

.privacy_contents {
	margin: 0 auto 30px;
	padding: 50px 40px;
	max-width: 900px;
	background-color: #fff;
}

.privacy_contents>div {
	margin-bottom: 30px;
}

.privacy_contents h4 {
	margin: 0 auto 55px;
	padding: 2px 14px;
	width: fit-content;
	font-size: .21rem;
	font-weight: 700;
	color: #0071bc;
	line-height: 1;
	text-align: left;
	border-left: #0071bc solid 10px;
}


.privacy_list,
.privacy_list_small {
	margin-bottom: 30px;
	list-style: none;
}

.privacy_list li {
	margin-bottom: 15px;
	margin-left: 0.3rem;
	text-indent: -0.3rem;
}

.privacy_list li p {
	margin-left: 0.3rem;
	text-indent: 0rem;
}

.privacy_list_small li {
	margin-bottom: 15px;
	margin-left: 0.18rem;
	text-indent: -0.18rem;
}

.privacy_contents table {
	margin-bottom: 30px;
	width: 100%;
}

.privacy_contents tr:last-child {
	border-bottom: solid 2px #f1f1f1;
}

.privacy_contents th {
	padding: 5px 10px;
	background-color: #f1f1f1;
}

.privacy_contents td {
	padding: 5px 10px;
}

.privacy_contents tr:not(:last-child) th {
	border-bottom: solid 2px #fff;
}

.privacy_contents tr:not(:last-child) td {
	border-bottom: solid 2px #f1f1f1;
}

.privacy_contents tr>*:first-child {
	border-right: solid 2px #fff;
	width: 30%;
}

.privacy_contents tr>*:last-child {
	width: 70%;
	border-right: solid 2px #f1f1f1;
}

.privacy_contents h5 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: .2rem;
	font-weight: bold;
	text-align: center;
}

.privacy_contents h6 {
	margin-bottom: 15px;
	font-size: .16rem;
	font-weight: bold;
}

.privacy_bold {
	margin-bottom: 10px;
	font-weight: bold;
	display: inline-block;
}

.privacy_right {
	text-align: right;
}

@media(max-width: 1180px) {
	.centering1100 {
		width: calc(100% - 40px);
	}
}

@media screen and (min-width:931px) and (max-width:1150px) {
	main {
		overflow: hidden;
	}

	.business_intro h3,
	.business01 .business_p_head,
	.business03 .business_p_head,
	.reel_intro h3,
	.philosophy_intro_h3,
	.philosophy_philosophy_h3,
	.golfrob_products_h3,
	.golfrob_media_h3,
	.reel_products_h3,
	.reel_media_h3,
	.reel_history_h3,
	.leadrone_products_h3,
	.fabless_flow_h3,
	.fabless_example_h3,
	.fabless_faq_h3,
	.profile_h3,
	.leadrone_intro h3,
	.golfrob_intro h3,
	.aboutus_intro h3,
	.history1 h3,
	.history2 h3,
	.bases_intro h3,
	.hirakata_details h4,
	.fabless_intro h3 {
		margin-left: 0;
	}

	.golfrob_products_h3 {
		padding: 0 0px; 
	}

	.golfrob_products h4 span,
	.bases_base h4 span {
		font-size: .2rem;
	}

	.business02 .business_p_head,
	.business04 .business_p_head {
		width: 63%;
	}

	.hirakata_punkah_flex div {
		width: 80%;
	}

	.hirakata_punkah_flex img {
		width: 20%;
	}

	.hirakata_punkah p {
		margin-bottom: 25px;
	}

	.sitemap_contents>a {
		width: 10%;
	}

	.sitemap_contents .sitemap_right {
		width: 90%;
	}

	.support_list p>span {
		width: 88%;
	}

	.top_about_text h2 span {
		font-size: .22rem;
	}
}

@media(max-width: 1090px) {
	.centering {
		width: calc(100% - 40px);
	}

	.top_gaiyou_text h2::after,
	.top_about_text h2::after,
	.top_bases_text h2::after,
	.history1 h4::after {
		width: 100%;
	}
}

@media(max-width: 930px) {
	.page section:first-of-type {
		padding: 60px 0;
	}

	.sub_head {
		height: 240px;
	}

	.sub_head h2 {
		margin-top: 30px;
		margin-left: 20px;
		font-size: .24rem;
	}

	.sub_head_eng {
		font-size: .4rem;
	}

	.history1 h3 {
		margin-left: 0;
		font-size: .24rem;
		line-height: .4rem;
	}

	.history_intro {
		margin-bottom: 20px;
		padding-bottom: 30px;
		flex-direction: column;
	}

	.history_intro p {
		margin-bottom: 20px;
		width: 100%;
	}

	.history_intro img {
		width: 100%;
	}

	.history_tl {
		padding: 35px 0;
	}

	.history1 h4 {
		margin-bottom: 20px;
		font-size: .23rem;
	}

	.history_text {
		padding: 0;
	}

	.history_img_wrap {
		flex-direction: column;
		margin-bottom: 0;
	}

	.history_img_wrap span:nth-child(1),
	.history_img_wrap span:nth-child(2),
	.history_img_wrap span:nth-child(3) {
		margin-bottom: 10px;
		width: 100%;
	}

	.history_text_wrap {
		margin-left: 0;
		flex-direction: column;
	}

	.history_1967 .history_text_wrap p,
	.history_1983 .history_text_wrap p {
		margin-bottom: 20px;
	}

	.history_1967 .history_text_wrap p,
	.history_1967 .history_text_wrap img,
	.history_1983 .history_text_wrap p,
	.history_1983 .history_text_wrap span {
		width: 100%;
	}

	.history_1983 .history_text_wrap small {
		bottom: -24px;
		right: 0;
	}

	.history_1983 .history_text_wrap small br {
		display: none;
	}

	.history_text_wrap img {
		width: 100%;
	}

	.history2 {
		padding-top: 0px;
	}

	.history2 h3 {
		margin-left: 0;
		margin-bottom: 15px;
		font-size: .28rem;
	}

	.history2 th {
		padding: 15px 10px;
		width: 26%;
	}

	.history2 td {
		padding: 15px 20px 15px 10px;
		width: 74%;
	}

	.philosophy_philosophy {
		padding: 55px 0 0;
	}

	.philosophy_intro {
		padding-top: 100px;
	}

	.philosophy_intro_text {
		width: 100%;
		flex-direction: column-reverse;
	}

	.philosophy_intro_text>p {
		width: 100%;
	}

	.philosophy_intro_img {
		width: 70%;
		margin: 0 auto 30px;
	}

	.philosophy_intro_img p {
		text-align: center;
	}

	.philosophy_contents {
		flex-direction: column;
	}

	.philosophy_left {
		margin-top: 70px;
		width: 100%;
	}

	.philosophy_left h4 {
		margin-bottom: 25px;
		text-align: start;
	}

	.philosophy_houshin {
		flex-direction: column;
	}

	.philosophy_houshin ul {
		width: 100%;
	}

	.philosophy_houshin li {
		font-size: .2rem;
	}

	.philosophy_houshin img {
		margin: 20px auto;
		display: block;
		width: 70%;
	}

	.philosophy_left p {
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: .6rem;
		writing-mode: horizontal-tb;
		text-align: center;
	}

	.philosophy_left span {
		margin-top: 20px;
		margin-right: 0;
		font-size: .24rem;
		text-align: center;
	}

	.philosophy_right {
		margin-top: 80px;
		width: 100%;
	}

	.philosophy_right h4 {
		margin-bottom: 25px;
	}

	.philosophy_right span {
		margin-bottom: 22px;
		font-size: .3rem;
	}

	.philosophy_right>div {
		margin-bottom: 80px;
	}

	.profile_organization .profile_h3 {
		flex-direction: column;
		align-items: flex-start;
	}

	.profile_organization img {
		margin-top: 40px;
		width: 100%;
	}

	.profile_flex {
		margin-top: 30px;
		flex-direction: column;
	}

	.profile_flex table {
		margin-bottom: 50px;
		width: 100%;
	}

	.profile_flex td {
		flex-direction: column;
	}

	.profile_right span:nth-child(1),
	.profile_right span:nth-child(2) {
		width: 100%;
	}

	.profile_organization {
		margin-top: -40px;
	}

	.bases_base {
		margin-bottom: 40px;
		padding: 25px 0 35px;
	}

	.bases_intro h3 {
		margin-left: 0;
		font-size: .28rem;
		line-height: .44rem;
	}

	.bases_intro span {
		font-weight: .24rem;
	}

	.bases_intro_text {
		margin-top: 25px;
		margin-bottom: 30px;
		width: 100%;
	}

	.bases_map {
		margin-top: 0;
	}

	.bases_map img {
		width: 100%;
	}

	.bases_map p {
		margin-top: 0;
	}

	.bases_list a {
		width: 100%;
	}

	.bases_list a:not(:nth-child(4)) {
		margin-right: 0;
	}

	.bases_base h4 {
		text-align: start;
		font-size: .28rem;
	}

	.bases_base h4 span {
		font-size: .2rem;
	}

	.bases_base h4::after {
		width: 100%;
	}

	.bases_base_flex {
		flex-direction: column-reverse;
		margin-bottom: 0px;
	}

	.bases_base_flex table {
		width: 100%;
	}

	.bases_base_flex .base_slider {
		width: 100%;
	}

	.bases_link_wrap {
		flex-direction: column;
	}

	.bases_link_wrap a:nth-child(1) {
		width: 100%;
		margin-top: 25px;
	}

	.bases_link_wrap .link_btn_map {
		margin-top: 25px;
		margin-left: 0;
		width: 100%;
	}

	.bases_base h4 span {
		margin-top: 20px;
		margin-left: 0;
	}

	.bases_link_wrap a:nth-child(1).link_btn_map {
		width: 100%;
	}

	.tokyo_info {
		padding: 20px 17px;
	}

	.tokyo_info:nth-child(1),
	.tokyo_info:nth-child(2),
	.tokyo_info:nth-child(3) {
		width: 100%;
	}

	.tokyo_info:nth-child(2),
	.tokyo_info:nth-child(3) {
		margin-bottom: 2px;
	}

	#tokyo .bases_base_flex {
		flex-direction: column;
	}

	.tokyo_info:nth-child(1) {
		margin-bottom: 2px;
	}

	.higashiosaka_intro {
		padding-bottom: 40px;
	}

	.higashiosaka_intro h3 {
		font-size: .24rem;
	}

	.higashiosaka_intro h3 {
		margin: 30px auto;
	}

	.higashiosaka_intro p {
		width: 100%;
	}

	.bases_sub_img {
		flex-direction: column;
		width: 100%;
		padding-bottom: 55px;
	}

	.bases_sub_img img {
		margin-bottom: 10px;
		width: 100%;
	}

	.bases_sub_img2 {
		padding-top: 70px;
	}

	.bases_kihon {
		width: 100%;
		flex-direction: column;
	}

	.bases_kihon div {
		width: 100%;
	}

	.bases_kihon iframe {
		margin-top: 20px;
		width: 100%;
	}

	.bases_img_flex img {
		margin-bottom: 10px;
		width: 100%;
	}

	.hirakata_intro h3,
	.hirakata_intro2 h3 {
		font-size: .22rem;
		line-height: .4rem;
	}

	.hirakata_intro,
	.hirakata_intro2 {
		padding: 70px 0 50px;
	}

	.hirakata_intro p,
	.hirakata_intro2 p {
		margin-top: 30px;
		width: 100%;
	}

	.hirakata_details h4 {
		margin-left: 0;
		margin-bottom: 30px;
	}

	.hirakata_details {
		margin-top: 60px;
		padding: 34px 0 90px;
	}

	.hirakata_punkah {
		padding: 30px 20px;
		margin-top: 50px;
	}

	.hirakata_punkah_flex {
		flex-direction: column;
	}

	.hirakata_punkah_flex div {
		width: 100%;
	}

	.hirakata_punkah_flex img {
		width: 100%;
	}

	.hirakata_punkah h4 {
		font-size: .24rem;
		margin-bottom: 20px;
	}

	.hirakata_punkah p {
		width: 100%;
	}

	.hirakata_punkah_flex img {
		margin: 30px auto;
		width: 60%;
	}

	.hirakata_setsubi th {
		padding-left: 6px;
	}

	.hirakata_seizou td:not(:last-of-type),
	.hirakata_seizou td:last-of-type {
		padding-left: 6px;
	}

	.hirakata_setsubi td:not(:last-of-type) {
		padding-left: 6px;
	}

	.hirakata_seizou th {
		width: 24%;
	}

	.bases_kihon {
		padding-bottom: 30px;
	}

	.fabless_intro h3 {
		margin-left: 0;
		font-size: .28rem;
		line-height: .4rem;
	}

	.fabless_main .sub_head h2 span {
		font-size: .16rem;
	}

	.fabless_h3_logo p {
		margin-bottom: 0 !important;
		margin-left: 0 !important;
		margin-top: 4px !important;
		font-size: .28rem !important;
		line-height: .37rem !important;
	}

	.fabless_h3_logo {
		margin-bottom: 40px !important;
		flex-direction: column;
	}

	.fabless_h3_logo span {
		margin-left: 0 !important;
		margin-top: 15px !important;
		width: 100% !important;
	}

	.fabless_intro_text {
		margin-bottom: 40px;
		width: 100%;
	}

	.fabless_intro_flex h4 {
		border-radius: 50px;
	}

	.fabless_intro_img {
		width: 100%;
		flex-direction: column;
	}

	.fabless_intro_img img {
		margin-bottom: 15px;
		width: 100%;
	}

	.fabless_intro_flex {
		flex-direction: column-reverse;
	}

	.fabless_intro_left {
		margin-top: 50px;
		width: 100%;
	}

	.fabless_intro_right {
		width: 100%;
	}

	.fabless_flow {
		padding: 55px 0;
	}

	.fabless_flow_flex {
		flex-direction: column;
	}

	.fabless_flow_left {
		width: 100%;
	}

	.fabless_flow_right {
		margin-top: 70px;
		width: 100%;
	}

	.fabless_right2,
	.fabless_right3,
	.fabless_right5,
	.fabless_right8 {
		margin-bottom: 30px;
	}

	.fabless_ex_wrap div {
		margin-bottom: 30px;
		width: 100%;
	}

	.fabless_example {
		padding: 55px 0;
	}

	.fabless_faq_flex {
		flex-direction: column;
	}

	.fabless_faq_left,
	.fabless_faq_right {
		width: 100%;
	}

	.fabless_faq {
		background-position: center;
		padding: 55px 0;
	}

	.q p {
		width: 70%;
	}

	.business_intro h3 {
		margin-left: 0;
		margin-bottom: 20px;
		font-size: .28rem;
	}

	.business_intro p {
		width: 100%;
	}

	.business_p_head {
		font-size: .28rem;
		line-height: .45rem;
	}

	.business01 .business_p_head,
	.business03 .business_p_head {
		margin-left: 0;
	}

	.business01,
	.business02,
	.business03,
	.business04 {
		padding: 55px 0 55px;
	}

	.business02_list div {
		display: flex;
		flex-direction: column;
	}

	.business02_list p {
		margin-top: 15px;
	}

	.business02_list .link_btn {
		order: 1;
		margin: 25px auto 15px;
	}

	.business02_list img {
		margin: 0 auto;
		width: 75%;
	}

	.business02_leadrone {
		margin-top: -37px;
	}

	.business02_golfrob {
		margin-top: 20px;
	}

	.business02_list div:last-child {
		margin-bottom: 0px;
	}

	.business01_text,
	.business02_text,
	.business03_text,
	.business04_text {
		margin-top: 20px;
		width: 100%;
	}

	.business01_text .link_btn {
		display: none;
	}

	.business01 .sp_only.link_btn {
		margin: 50px auto 0;
		padding: 13px 5px;
		display: block;
		width: calc(100% - 40px);
	}

	.business_h3_ul {
		font-size: .26rem;
		line-height: .35rem;
		background-size: auto 100px;
		min-height: 100px;
	}

	.business_h3_ul::after {
		width: 100%;
	}

	.business01_text .logo {
		margin: 22px 0 15px auto;
		width: 73%;
	}

	.business01_img {
		margin: 0 auto;
		position: relative;
		max-width: 100%;
		width: calc(100% - 85px);
		justify-content: space-between;
		flex-flow: column;
		bottom: 0;
	}

	.business01_img img:nth-child(1) {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 15px;
		margin-left: -20px;
	}

	.business01_img img:nth-child(2) {
		width: 100%;
		margin-top: -50px;
		margin-left: 20px;
		z-index: 1;
	}

	.business02 .business_p_head,
	.business04 .business_p_head {
		width: 100%;
		text-align: start;
	}

	.business02_list {
		margin-top: 60px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.business02_list div {
		margin-bottom: 50px;
		width: 100%;
	}

	.business03_img {
		margin: 20px auto 0;
		width: calc(100% - 40px);
		justify-content: space-between;
		position: relative;
		padding-bottom: 86%;
	}

	.business03_img img:nth-child(1) {
		width: 83%;
		margin-top: 0;
		position: absolute;
	}

	.business03_img img:nth-child(2) {
		margin-left: 0;
		flex: 0 1 auto;
		width: 83%;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.business04_img {
		margin: 20px auto 0;
		width: calc(100% - 40px);
		justify-content: space-between;
		position: relative;
		padding-bottom: 94%;
	}

	.business04_img img:nth-child(1) {
		margin: 0;
		width: 83%;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.business04_img img:nth-child(2) {
		margin: 0;
		width: 83%;
		position: absolute;
		right: 0;
	}

	.aboutus_intro h3 {
		margin-left: 0;
		margin-bottom: 30px;
		font-size: .28rem;
	}

	.aboutus_intro p {
		width: 100%;
	}

	.aboutus_intro_img {
		margin: 40px auto 0;
		width: calc(100% - 40px);
		flex-direction: column;
	}

	.aboutus_intro_img img {
		margin-bottom: 20px;
		width: 100%;
	}

	.aboutus_h3_wrap .link_btn {
		display: none;
	}

	.aboutus_main .sp_only.link_btn {
		margin-top: 50px;
		padding: 14px 5px;
		display: block;
	}

	.aboutus_h3_wrap h3,
	.aboutus_h3_wrap h3 span {
		width: 100%;
		display: flex;
		flex-direction: column;
		font-size: .38rem;
	}

	.aboutus_h3_wrap h3 div {
		font-size: .17rem
	}

	.aboutus_h3_wrap::after {
		width: 100%;
	}

	.aboutus_philosophy {
		padding: 0 0 55px;
		margin-top: -10px;
	}

	.aboutus_history_flex,
	.aboutus_bases_flex {
		flex-direction: column;
	}

	.aboutus_history_flex p,
	.aboutus_bases_flex p {
		width: 100%;
	}

	.aboutus_history_flex div,
	.aboutus_bases_flex div {
		width: 100%;
		justify-content: space-between;
	}

	.aboutus_history_flex span:nth-child(2),
	.aboutus_bases_flex span:nth-child(2) {
		width: 55%;
	}

	.aboutus_philosophy,
	.aboutus_profile,
	.aboutus_history,
	.aboutus_bases {
		padding: 55px 0;
	}

	.aboutus_bases {
		margin-bottom: 0px;
	}

	.philosophy_intro_h3,
	.philosophy_philosophy_h3,
	.golfrob_products_h3,
	.golfrob_media_h3,
	.reel_products_h3,
	.reel_media_h3,
	.reel_history_h3,
	.leadrone_products_h3,
	.fabless_flow_h3,
	.fabless_example_h3,
	.fabless_faq_h3,
	.profile_h3,
	.fabless_flow_h3,
	.fabless_example_h3,
	.fabless_faq_h3 {
		align-items: flex-start;
		flex-direction: column;
		margin-left: 0;
	}

	/*
.fabless_flow_h3, .fabless_example_h3, .fabless_faq_h3{
	flex-direction: column-reverse;
}
*/

	.philosophy_intro_h3 h3,
	.philosophy_philosophy_h3 h3,
	.golfrob_products_h3 h3,
	.golfrob_media_h3 h3,
	.reel_products_h3 h3,
	.reel_media_h3 h3,
	.reel_history_h3 h3,
	.leadrone_products_h3 h3,
	.fabless_flow_h3 h3,
	.fabless_example_h3 h3,
	.fabless_faq_h3 h3,
	.profile_h3 h3,
	.fabless_flow_h3 h3,
	.fabless_example_h3 h3,
	.fabless_faq_h3 h3 {
		font-size: .38rem;
	}

	.philosophy_intro_h3 span,
	.philosophy_philosophy_h3 span,
	.golfrob_products_h3 span,
	.golfrob_media_h3 span,
	.reel_products_h3 span,
	.reel_media_h3 span,
	.reel_history_h3 span,
	.leadrone_products_h3 span,
	.fabless_flow_h3 span,
	.fabless_example_h3 span,
	.fabless_faq_h3 span,
	.profile_h3 span,
	.fabless_flow_h3 span,
	.fabless_example_h3 span,
	.fabless_faq_h3 span {
		font-size: .17rem;
	}

	/*
	.philosophy_intro_h3,
	.philosophy_philosophy_h3,
	.golfrob_products_h3,
	.golfrob_media_h3,
	.reel_products_h3,
	.reel_media_h3,
	.reel_history_h3,
	.leadrone_products_h3,
	.fabless_flow_h3,
	.fabless_example_h3,
	.fabless_faq_h3,
	.profile_h3{
		margin-left: 0;
	}
	.philosophy_intro_h3 h3, .philosophy_philosophy_h3 h3, .golfrob_products_h3 h3, .golfrob_media_h3 h3, .reel_products_h3 h3, .reel_media_h3 h3, .reel_history_h3 h3, .leadrone_products_h3 h3, .fabless_flow_h3 h3, .fabless_example_h3 h3, .fabless_faq_h3 h3, .profile_h3 h3{
		font-size: .28rem;
		line-height: .4rem;
	}
	.philosophy_intro_h3 span, .philosophy_philosophy_h3 span, .golfrob_products_h3 span, .golfrob_media_h3 span, .reel_products_h3 span, .reel_media_h3 span, .reel_history_h3 span, .leadrone_products_h3 span, .fabless_flow_h3 span, .fabless_example_h3 span, .fabless_faq_h3 span, .profile_h3 span{
		font-size: .2rem;
		line-height: .4rem;
	}
*/







	/*電動リール*/
	.leadrone_intro h3,
	.golfrob_intro h3,
	.reel_intro h3 {
		margin-left: 0;
		font-size: .24rem;
		line-height: .4rem;
	}

	.leadrone_intro h3 {
		white-space: normal;
	}

	.leadrone_intro_text,
	.golfrob_intro_text,
	.reel_intro_text {
		margin-top: 0;
		flex-direction: column;
		align-items: center;
	}

	.golfrob_intro_text{
		margin-left: 0;
	}

	.reel_intro_text>img {
		width: 80%;
	}

	.reel_intro_text>div {
		width: 100%;
	}

	.reel_intro_text>div img {
		margin: 30px auto 0;
		width: 70%;
	}

	.reel_product_h {

		text-align: justify;
	}

	.reel_products {
		padding: 40px 0 40px;
	}

	.reel_text {
		width: 100%;
		margin-top: 17px;
	}

	.reel_img_wrap>div {
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}

	.reel_img_wrap {
		flex-direction: column;
	}

	.reel_img_wrap>img {
		width: 100%;
	}

	.new-release-12model {
		box-shadow: unset;
		border: 1px solid #000;
	}

	.reel_img_wrap>div img {
		width: 100%;
		width: calc(50% - 2px);
	}

	.reel_img_wrap>div img {
		margin-bottom: 4px;
	}

	.golfrob_media,
	.reel_media {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.golfrob_media ul,
	.reel_media ul {
		margin: 42px 0 0 auto;
		width: 100%;
		list-style: none;
	}

	.reel_history {
		padding: 50px 0 50px;
	}

	.reel_history table {
		width: 100%;
		margin: 35px 0 0 auto;
	}



	.reel_history .centering {
		width: 97%;
	}

	.reel_history_h3 {
		padding: 0 20px;
	}

	.reel_history th {
		padding: 12px 3px 5px 6px;
		font-size: .14rem;
		white-space: nowrap;
	}

	.reel_history td {
		padding: 0px 15px 12px;
		width: 100%;
		display: block;
	}

	.reel_link {
		padding-top: 55px;
	}

	.leadrone_link h3,
	.reel_link h3 {
		font-size: .24rem;
	}

	.reel_link a {
		text-align: center;
	}

	.leadrone_link a img,
	.reel_link a img {
		width: 80%;
	}



	/*ゴルフロボット*/
	.golfrob_intro_text p {
		margin-top: 0px;
		margin-bottom: 25px;
		width: 100%;
	}

	.golfrob_intro_text img {
		flex: 0 1 auto;
		width: 80%;
	}

	.golfrob_products {
		margin-top: -50px;
		padding: 35px 0 10px;
	}

	.golfrob_products h4 span {
		margin-left: 0;
		display: block;
	}

	.golfrob_products_text {
		padding: 0;
	}

	.golfrob_products_feature {
		flex-direction: column-reverse;
	}

	.golfrob_products_feature1 ul {
		width: 100%;
	}

	.golfrob_products_feature1 img {
		width: 100%;
	}

	.golfrob_products_img {
		width: 100%;
	}

	.golfrob_products h5 {
		margin-top: 32px;
	}

	.golf-shot8__detail--btn.link_btn::before {
     left: 22px; 
}

	.leadrone_movie,
	.golfrob_movie {
		margin-top: 30px;
		margin-bottom: 50px;
		display: flex;
		justify-content: center;
		flex-flow: column;
	}

	.leadrone_movie {
		margin-bottom: 0px;
	}

	.leadrone_movie iframe {
		width: 100%;
		height: 250px
	}

	/*.leadrone_movie div:first-child ,*/
	.golfrob_movie div:first-child {
		margin-right: 0;
	}

	/*.leadrone_movie div,*/
	.golfrob_movie div {
		width: 100%;
	}

	/*.leadrone_movie p,*/
	.golfrob_movie p {
		margin-top: 4px;
		margin-bottom: 30px;
	}

	.golfrob_products_feature2 ul {
		width: 100%;
	}

	.golfrob_products h4 span {
		margin-top: 6px;
	}

	.golfrob_products_feature2_title {
		margin-top: 0px;
	}

	.golfrob_after {
		padding: 50px 0;
	}

	.golfrob_after_flex {
		flex-direction: column;
	}

	.golfrob_after_flex div {
		width: 100%;
	}

	.golfrob_after h3 {
		font-weight: bold;
	}

	.golfrob_after h4 {
		margin-top: 45px;
		font-weight: bold;
	}

	.reel_media_h3,
	.reel_history_h3,
	.reel_products_h3,
	.golfrob_media_h3,
	.golfrob_products_h3 {
		align-items: flex-start;
		flex-direction: column-reverse;
	}

	.reel_media_h3 h3,
	.reel_history_h3 h3,
	.reel_products_h3 h3,
	.golfrob_media_h3 h3,
	.golfrob_products_h3 h3 {
		font-size: .48rem;
	}

	.reel_media_h3 span,
	.reel_history_h3 span,
	.reel_products_h3 span,
	.golfrob_media_h3 span,
	.golfrob_products_h3 span {
		font-size: .17rem;
	}

	.miya-leadrone-hoist__item {
		margin-top: 40px;
		padding-bottom: 40px;
	}

	.miya-leadrone-hoist_text p {
		font-size: .19rem;
		text-align: justify;
		margin-bottom: 18px;
	}

	.miya-leadrone-hoist--img {
		margin: 0 auto -5px;
	}
	
	.golfrob_main section:first-of-type{
        padding: 30px 0 30px;
		margin-bottom: 38px;
    }
	

	
	.golfrob_main .golfrob_intro h3{
		margin-bottom: 30px;
	}
	
	.golfrob_container img {
    width: 79%;
    margin: 0 auto;
}
	
.golfrob_intro-btn {
    margin: 60px auto 0;
}



	
.golfrob_container {
    flex-direction: column-reverse;
}
	
.robosuku__container {
    padding: 0 0 0 0px;
    flex-direction: column;
}

.robosuku__detail {
    flex-direction: column;
	margin-bottom: 25px;
}

.robosuku__text {
    width: 100%;
    max-width: 100%;
}

.robosuku__text h5 {
    font-size: .22rem;
    width: 38%;
    max-width: 300px;
    margin-left: 0;
    text-align: center;
	margin-bottom: 10px;
}

.robosuku__detail p {
    font-size: .16rem;
    width: 100%;
    max-width: 100%;
    line-height: 2;
	margin-bottom: 20px;
	padding: 0 15px;
	text-align: justify;
}

.robosuku__detail p .pc_only{
	display:none;
}

.robosuku-img-link-box {
    width: 100%;
    margin-top: 0;
    max-width: 100%;
}

.robosuku__detail:last-of-type {
    border-bottom: solid 2px;
    margin-bottom: 50px;
}

.robosuku {
    padding: 12px 14px 50px;
}

.robosuku__title {
    margin-bottom: 40px;
	    flex-wrap: initial;
		justify-content: space-between;
}

.robosuku__title p {
    font-size: .18rem;
    width: 72%;
}

.robosuku__title p .sp_only{
	display:block;
}

.robosuku__announcement {
    font-size: .20rem;
    margin-right: 0px;
    padding: 4px 3px;
    text-align: center;
    width: 23%;
}

.robosuku-img-link-box img {
    width: 70%;
    margin-top: 0;
    max-width: 520px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
    padding-right: 20px;
}

.robosuku-img-link-box .pc_only{
	display:none;
}

.robosuku-img-link-box .link_btn {

    margin: 0 auto;
}


    .golfrob_main .golfrob_products h4::after {
        width: calc(100% + 0px);
    }
	
	.golfrob_products_h3 {
    padding: 0 0px;
	}

	/*.golfrob_products .centering {
	width: calc(100% - 40px);
	}*/

	.products-golf-shot8 .golfrob_products_text {
    	margin-bottom: 20px;
	}

	.products-golf-shot8 .golfrob_movie div:first-child {
    	margin-right: 0px;
	}

	.products-golf-shot8 .golfrob_movie img {
   	 width: 100%;
   	 max-width: 100%;
	}

	.products-golf-shot8,
	.products-item{
    	margin-bottom: 50px;
	}





	/*サイトマップ・プライバシーポリシー*/
	.sitemap_container h3 {
		margin-bottom: 60px;
		font-size: .28rem;
	}

	.sitemap_contents {
		padding: 50px 0;
	}

	.sitemap_right ul {
		margin-left: 0;
	}

	.sitemap_right span {
		display: block;
	}

	.sitemap_right_flex {
		flex-direction: column;
	}

	.sitemap_right_left {
		width: 100%;
	}

	.sitemap_right_right {
		margin-top: 30px;
		width: 100%;
	}

	.sitemap_right_left ul,
	.sitemap_right_right ul {
		margin-left: 30px;
	}

	.sitemap_contents_wrap {
		padding-bottom: 140px;
	}
	.privacy_main {
		padding-bottom: 50px;
	}
	.privacy_intro {
		padding: 60px 0;
	}

	.privacy_intro h3 {
		margin-bottom: 40px;
		font-size: .28rem;
	}

	.privacy_contents {
		padding: 30px 20px 20px;
		width: calc(100% - 40px);
	}

	.privacy_contents p {
		text-align: start;
	}

	.privacy_contents h4 {
        width: auto;
        font-size: .20rem;
        line-height: 1.5;
        margin-bottom: 32px;
    }
	.privacy_contents_wrap {
		padding:35px 0;
	}
	.miya-drone--fixed {
		right: 20px;
		bottom: 10px;
	}

	.leadrone_products {
		padding: 40px 0 0;
	}

	.leadrone_intro_text p {
		margin: 20px 0 0;
		line-height: .3rem;
	}

	.leadrone_intro_text>img {
		width: 80%;
	}

	.leadrone_intro_text>div {
		width: 100%;
		padding: 0;
	}

	.leadrone_intro_text>div img {
		margin: 20px auto 0;
		width: 80%;
	}

	.leadrone_text {
		flex-direction: column;
		margin-top: 20px;
	}

	.leadrone_text p {
		width: 100%;
		margin-bottom: 20px;
	}

	.leadrone_text>div {
		width: 100%;
	}

	.leadrone_product_h {
		text-align: justify;
		font-size: .28rem;
	}

	.leadrone_feature {
		padding: 20px;
		margin: 40px -20px 60px;
		min-height: auto;
		padding-bottom: 62%;
	}

	.leadrone_link {
		padding-top: 55px;
	}

	.leadrone_link a,
	.reel_link a {
		margin: 10px auto 0;
		width: 90%;
		text-align: center;
	}

	.new-release-12model__container a {
		margin-bottom: 20px !important;
	}

	.new-release-12model__container>img {
		width: 80%;
		margin: 0 auto 25px;
	}

	.new-release-12model__container a {
		margin-right: 0;
	}

	.new-release-12model__container {
		padding: 0 20px;
	}

	.new-release-12model__container .sp_only {
		text-align: center;
	}

	.new-release-12model__title p {
		margin: 10px auto 30px;
	}

}