@charset "utf-8";
/*--------------------------------------
	1.共通部分
--------------------------------------*/
/*SP版グローバルナビ*/
li.no-link > a{
	pointer-events: none;
}

#offcanvas .search{
	width: 100%;
}

.js-acms-header-fixed{
	position: static;
}


.js-offcanvas-header a{
	padding:0;
}

.js-offcanvas-header img{
	width: 100%;
}

.hide-sp{
	display: block;
}

.hide-pc{
	display: none;
}

@media screen and (max-width: 767px) {
	/*--------------------------------------
		1.共通部分
	--------------------------------------*/
	body{
		font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
		font-weight: normal;
		font-size: 16px;
	}

	.acms-container{
		width:auto;
	}

	.hide-sp{
		display: none;
	}

	.hide-pc{
		display: block;
	}

	.acms-container{
		padding-right: 5px;
		padding-left: 5px;
	}

	main.main,.acms-grid, .acms-grid-r{
		margin-bottom: 35px;
		width: 100%;
		margin-bottom: 0;
	}

	.hide-sp{
		display: none !important;
	}

	/*table*/

	.entry-column td, .entry-column th {
      display: table-cell;
	}

	.slideTable{
		overflow-x:scroll;
	  margin-bottom: 50px;
	}
	  
	  .slideTable table { 
	    width: 500px;
	  }
	.overflow-x: auto; table,
	.slideTable tbody,
	.slideTable tr,
	.slideTable td,
	.slideTable th{
		white-space: nowrap;
	}
	  
	  .entry-column th {
	    background: transparent;
	  }

	.slideTable::-webkit-scrollbar{
	  width: 5px;
	  background: #b1cce3;
	}
	.slideTable::-webkit-scrollbar:horizontal{
	  height: 5px;
	  background: #b1cce3;
	}
	.slideTable::-webkit-scrollbar-thumb{
	  background: #005bac;
	  -moz-border-radius: 2px;
	  -webkit-border-radius: 2px;
	  border-radius: 2px;
	  -webkit-appearance: none;
	}
	.slideTable::-webkit-scrollbar-thumb:horizontal{
	  background: #005bac;
	  -moz-border-radius: 2px;
	  -webkit-border-radius: 2px;
	  border-radius: 2px;
	  -webkit-appearance: none;
	}
  
  .entry-column table {
    margin-bottom: 10px;
  }
  
  /*SP エントリー*/
  .entry-column p.nomarginLeftmargin30 { margin-bottom: 5px; margin-left: 26px; margin-top: 5px; color: #000; }

	/*ヘッダー*/

	.header{
		width: 100%;
	}

	.head-wrapper-entry{
		border-bottom: 1px solid #bbb;
	}

	.header-stack .header-logo{
		padding:10px 0;
		width: 100%;
		height: auto;
		display: block;
	}

	.js-offcanvas-header{
		float: right;
		width: 40px;
		position: relative;
		z-index: 100003;
	}

	.js-offcanvas-header a#nav-open-btn{
		content: "";
		width:40px;
		height: 40px;
		background:url(../images/marker/btn-sp-menu.jpg);
		background-size: contain;
	}

	.js-acms-offcanvas-body-right .js-offcanvas-header a#nav-open-btn,
	.js-acms-offcanvas-body-moving .js-offcanvas-header a{
		display: none;
		pointer-events: none;
	}

	.js-offcanvas-header a#nav-close-btn{
		content: "";
		width:40px;
		height: 40px;
		background: url(../images/marker/btn-sp-menu-close.jpg);
		background-size: contain;
		display: none;
	}

	.js-acms-offcanvas-body-right .js-offcanvas-header a#nav-close-btn{
		display: block;
	}

	.header-stack .site-name{
		display: inline-block;
		width: 165px;
		float: none;
	}

	.header-stack .site-name img{
		width: 100%;
	}

	.header-line-noback{
		margin:0;
		border:none;
		border-top:1px solid #bbb;
	}
	
	/*グローバルナビ*/
	.header-nav{
		display: none;
	}

	#sp-nav a{
		color: #fff;
	}
	#sp-nav a.notActiveContents {
		color: #bbb!important;
		background-color: #666!important;
	}

	.js-acms-offcanvas-active .offcanvas-bar{
		background:#005bac;
		padding:0;
	}

	.search-form{
		float: none;
		width: 100%;
	}

	.search-form input{
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-appearance: none;
	}

	#sp-search-box{
		padding: 15px 20px;
	}

	input[type=search].search-form-input{
		width: 100%;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-appearance: none;
	}

	.offcanvas-nav li.stay{
		background:#005bac;
	}

	.offcanvas-nav li.stay ul{
		display: block;
	}

	.offcanvas-nav li,
	.offcanvas-nav li:first-child{
		border-top:1px solid #00325f;
		color: #fff;
	}

	.offcanvas-nav li:last-child{
		border-bottom:1px solid #00325f;
	}

	.offcanvas-nav li ul li:last-child{
		border-bottom:none;
	}

	.offcanvas-nav a{
		padding: 10px 45px 10px 20px;
		position: relative;
	}

	.offcanvas-nav li.no-link a:after{
		content: "";
		display: inline-block;
		background: url(../images/marker/icon-nav-sp-plus.svg) no-repeat;
		width: 14px;
		height: 14px;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		background-size:contain;
		vertical-align:middle;
		position: absolute;
		right: 13px;
		top:0;
		bottom: 0;
		margin:auto;
	}

	.offcanvas-nav li.no-link.opened-menu>a:after{
		content: "";
		height: 10px;
		width: 10px;
		border-right: 1px solid #cfe0ef;
		border-bottom: 1px solid #cfe0ef;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 16px;
		top:-6px;
		bottom: 0;
		margin:auto;
		background:none;
	}

	.offcanvas-nav li:not(.no-link) a:after,
	.offcanvas-nav li.no-link ul li a:after{
		content: "";
		height: 10px;
		width: 10px;
		border-right: 1px solid #cfe0ef;
		border-bottom: 1px solid #cfe0ef;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		right: 18px;
		top:0;
		bottom: 0;
		margin:auto;
		background:none;
	}

	.offcanvas-nav li ul{
		margin:10px -10px -10px -10px;
	}

	.offcanvas-nav li ul li a{
		background: #004078;
		padding-left: 47.5px;
	}

	.offcanvas-nav li ul li a:before{
		content: "";
		height: 8px;
		width: 8px;
		border-left: 2px solid #005bac;
		border-bottom: 2px solid #005bac;
		position: absolute;
		left: 21px;
		top:0;
		bottom: 6px;
		margin:auto;
	}

	.js-acms-offcanvas-active{
		background: rgba(0,0,0,.9);
	}

	.js-acms-offcanvas-active.js-acms-offcanvas-open:after{
		left: 19.5%;
	}

	.menu-child02 ul li a {
		background: #004078;
		padding-left: 73.5px!important;
	}

	.menu-child02 ul li a:before {
		content: "";
		left: 48px!important;
	}

	.menu-child03 ul li a {
		background: #004078;
		padding-left: 97.5px!important;
	}

	.menu-child03 ul li a:before {
		content: "";
		left: 73px!important;
	}


	/*フッター*/
	.company-about{
		width: 100%;
	}

	.company-about a, .company-about a:link, .company-about a:visited {
		text-decoration: underline;
	}

	.acms-container.footer{
		padding:0;
	}

	footer.foot-wrapper{
		padding-top:0;
	}

	#footer-nav-right-wrapper ul.footer-nav-right{
		display: flex;
		display: -moz-flex;
		display: -webkit-flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#footer-nav-right-wrapper ul.footer-nav-right li{
		width: 50%;
		text-align: center;
		border-right: 1px solid #6583c5;
		border-bottom: 1px solid #6583c5;
		margin-left: -1px;
		font-size: 11px;
	}

	#footer-nav-right-wrapper ul.footer-nav-right li a{
		display: block;
		padding:6.5px 0;
	}

	#footer-nav-right-wrapper ul.footer-nav-right li:nth-child(odd){
		border-right: none;
	}

	/*一覧ページ*/
	.section-title-strong{
		margin-bottom: 30px;
		padding:9px 0 9px 8px;
	}

	.page-description{
		min-height: auto;
		margin-bottom: 50px;
	}

	.index-head{
		margin-bottom: 5px;
	}

	.page-title-noback .page-title{
		font-size: 23px;
		padding:20px 0;
	}

	.entry-head{
		margin-bottom: 15px;
	}

	#news-date p{
		margin:0 0 30px 0;
	}

	nav.topicpath{
		display: none;
	}

	.acms-container{
		background-size: contain;
	}

	.page-title-wrapper{
		width: 100%;
	}

	h2.page-title{
		font-size: 23px;
		padding: 20px 0;
		font-family:Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
	}

	.page-description{
		font-family:Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
	}

	body .section-title{
		font-size: 25px;
		line-height: 30px;
		padding: 10px 15px;
	}

	body h2.entry-head{
		margin-top:20px;
		font-size: 17px;
	}

	#footer-nav-right-wrapper{
		width: 100%;
		float: none;
	}

	.footer-nav-right{
		float: none;
		width: 100%;
	}

	ul.link-tag{
		-moz-justify-content:flex-start;
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
		margin:0 5px 35px 5px;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	ul.link-tag li{
		margin: 0 1% 1% 0;
		width: 48.6%;
		font-size: 14px;
		min-height: 40px;
		border: 1px solid #005bac;
		display: flex;
		display: -moz-flex;
		display: -webkit-flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		color: #005bac;
	}

	ul.link-tag li a{
		height: 100%;
		width: 100%;
		border:none;
		padding:0 10px;
		display: flex;
		display: -moz-flex;
		display: -webkit-flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		vertical-align: middle;
	}

	ul.link-tag li:nth-child(even){
		margin-right: 0;
	}

	ul.link-tag li a:after{
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top:-2px;
		left: 3px;
	}

	ul.list-pager{
		flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding:0;
	}

	ul.list-pager li{
		margin-bottom: 10px;
	}

	#refine-box{
		position: relative;
		margin-bottom: 35px;
	}

	#refine-box form[name=fm] select{
		font-size: 15px;
		color: #005bac;
		border-color: #005bac;
		display: block;
		width: 100%;
		text-align: center;
		padding:10px 0;
		position: relative;
		z-index: 2;
		opacity: 0;
	}

	#refine-box p{
		margin:0;
		font-size: 15px;
		color: #005bac;
		box-sizing:border-box;
		border: 1px solid #005bac;
		display: block;
		width: 100%;
		text-align: center;
		padding:12.5px 0;
		line-height: 1em;
		position: absolute;
		z-index: 1;
	}

	#refine-box p:after{
		content: "";
		height: 7px;
		width: 7px;
		margin-left: 4px;
		display: inline-block;
		border-right: 1px solid #005bac;
		border-bottom: 1px solid #005bac;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: -4px;
		bottom: 0;
		right: 13px;
		margin: auto;
	}

	/*エントリー共通パーツ*/
	.acms-entry .entry-container, .acms-entry dl, .acms-entry h2, .acms-entry h3, .acms-entry h4, .acms-entry h5, .acms-entry h6, .acms-entry p{
		margin-right: 0;
		margin-left: 0;
	}
	.entry-column h3{
		padding: 5px;
		margin: 0 0 20px 0;
		font-size: 17px;
	}

	.entry-column ol{
		padding: 0 0 0 1.7em;
	}

	a.link-btn, .entry-column p.link-btn a{
		width: 100%;
	}

	#news-date .acms-label{
		padding: 0 7px;
	}

	/*--------------------------------------
		2.HOME
	--------------------------------------*/
	/*スライダー*/
	#top-slider{
		margin-bottom: 30px;
		padding:0 5px;
	}

	#slider-side{
		width: 100%;
		margin:0 5px;
	}

	#top-slider .slider-button-prev{
		width: 6%;
		top:33%;
		left: 0;
		right: auto;
	}

	#top-slider .slider-button-next{
		width: 6%;
		top:33%;
		left: auto;
		right: 0;
	}

	.swiper-container .swiper-wrapper{
		width: 100%;
	}

	#slider-side:before{
		background: rgba(255,255,255,1);
		width: 5px;
		left: -10px;
	}

	#slider-side:after{
		background: rgba(255,255,255,1);
		width: 5px;
		left: auto;
		right: 0;
	}

	body .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: -2px;
	}

	#top-slider .swiper-pagination-bullet{
		width: 5px;
		height: 5px;
		border: 1.5px solid #666;
	}

	#top-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin:0 6px;
	}

	/* インデックス　グループバナー */
	.top-banner-group {
		margin: 20px 0;
	}
	.top-banner-group .top-banner-group-list {
		width: 100%;
		overflow: hidden;
	}
	.top-banner-group .top-banner-group-list li {
		width: 49%;
		float: left;
		margin: 0 2% 2% 0;
		overflow: hidden;
	}
	.top-banner-group .top-banner-group-list li:nth-child(5n) {
		margin: 0 2% 2% 0;
	}
	.top-banner-group .top-banner-group-list li:nth-child(2n+0) {
		float: right;
		margin: 0 0 2% 0;
	}
	.top-banner-group .top-banner-group-list li img {
		width: 100%;
	}

	/*プロジェクト*/
	#top-project-inner a{
		position: static;
	}

	/*お知らせ*/

	#top-news-header{
		margin-bottom: 10px;
		padding:6.5px 0 6.5px 8px;
	}

	#top-news-header h2{
		font-size: 25px;
	}

	#top-news-body{
		margin:0;
	}

	.news-label{
		margin:0 10px;
		line-height: 1.5em;
	}

	.top-news #top-news-header a{
		font-size: 13px;
	}

	.top-news #top-news-header a:after{
		width: 5px;
		height:5px;
		position: relative;
		top:-2px;
		left: 1px;
	}

	#top-news-body dl.acms-dl-horizontal.headline-item{
		font-size: 16px;
		line-height: 1.7em;
	}

	#top-news-body .headline-item dt{
		float: none;
		width: 100%;
		display: block;
	}

	#top-news-body dl.acms-dl-horizontal.headline-item dd{
		padding-left:0;
		margin:0;
	}

	.top-news{
		width: 100%;
		margin:0 0 35px 0;
		float: none;
	}

	ul.headline li a{
		display: block;
	}

	#top-news-header a:hover{
		margin:0;
	}

	/*技術・サービス*/
	#top-services h2.section-title-strong{
		margin-bottom: 10px;
	}

	#top-services .top-service-list ul li a .imgbox{
		height: auto;
	}

	#top-services .top-service-list ul li a:hover img{
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	.top-service-list p.top-service-title + p{
		font-size: 16px;
		color: #666;
	}

	#top-service-new .button{
		box-sizing: border-box;
	}

	/*プロジェクト*/
	#top-project{
		width: 100%;
		min-height: 150px;
		background:url(../images/president-message-icon.png) no-repeat right 15px bottom 15px,linear-gradient(150deg, #fff 0%, #9bbeff 100%);
		border-radius: 10px;
		position: relative;
		padding: 20px;
		box-sizing: border-box;
	}

	#top-project-inner{
		padding:0;
		min-height: auto;
		height: auto;
	}

	#top-project-inner p{
		text-align: center;
		font-size: 16px;
	}

	#top-project-inner a{
		width: 100%;
		text-align: center;
		font-size: 16px;
		text-decoration: underline;
	}

	#top-project-inner a:after{
		content: "";
	    height: 4px;
	    width: 4px;
	    display: inline-block;
	    border-right: 1px solid #005bac;
	    border-bottom: 1px solid #005bac;
	    -moz-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    position: relative;
	    top: -2px;
	    right: 0px;
	    margin-left: 5px;
	    transition: all 300ms 0s ease;
	    -webkit-transition: all 300ms 0s ease;
	}

	#top-project img{
		width: 90px;
	}

	/*技術・サービス*/
	#top-services ul li{
		width: 49.5%;
		margin: 0 1% 1% 0;
	}

	#top-services ul li:nth-child(2n){
		margin-right: 0;
	}

	#top-service-new a{
		width: 24.2%;
		margin-left: 1%;
	}

	#top-service-new dl{
		padding:0 15px;
		height: 100%;
	}

	#top-service-new dl dt{
		display: block;
		float: none;
		width: 100%;
		padding-top:15px;
	}

	#top-service-new dl dd{
		display: flex;
		display: -moz-flex;
		display: -webkit-flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		padding:0;
		margin-bottom: 15px;
		height: auto;
		min-height: 56px;
		line-height: 26px;
	}

	.top-content{
		margin-bottom: 35px;
	}

	/*おすすめコンテンツ*/
	div.osusume{
		margin:0;
	}

	.top-content dl.top-recommend{
		width: 100%;
		display: block;
		border-top: 1px solid #ddd;
		padding:12px 0 0 0;
		margin-top:12px 10px;
		font-size: 13px;
	}

	.top-content dl.top-recommend h6{
		font-size: 18px;
		font-weight: normal;
	}

	.top-content dl.top-recommend dd{
		font-size: 16px;
		line-height: 1.7em;
	}

	.top-content .top-recommend h6 a:after{
		height: 4px;
		width: 4px;
		top:-2px;
		right: -5px;
		border-width: 1px;
	}

	.top-content dl.top-recommend:first-of-type{
		border:none;
		padding-top:0;
		margin-top:0;
	}

	.top-recommend dd ul li:before{
		font-size: 16px;
	}

	/*関連リンク*/
	.link-button-prev{
		left: 0;
		top:2px;
		width: 3.75%;
		display: table;
		vertical-align: middle;
		font-size: 0;
	}

	.link-button-next{
		right: 0;
		top:2px;
		width: 3.75%;
		display: table;
		vertical-align: middle;
		font-size: 0;
	}

	.top-link-inner{
		width: 79%;
		margin:0 auto;
	}

	.top-link .swiper-wrapper .swiper-slide{
		width: 46.1%;
	}

	.top-link .swiper-wrapper .swiper-slide a img{
		width: 100%;
	}

	.top-link .swiper-wrapper .swiper-slide a img:hover{
		opacity: 1;
	}

	.swiper-wrapper{
		margin-bottom: 0;
	}

	/*--------------------------------------
		3.会社情報
	--------------------------------------*/

	#about-office-list{
		padding:15px 5px;
		background: none;
	}

	#about-office-list h3{
		position: static;
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		min-height: 135px;
		font-size: 15px;
		width: 50%;
		float: left;
		background: url(../images/back_office_list.png) no-repeat center;
	}

	#about-office-list ul.nav-child-list{
		width: 100%;
		vertical-align: bottom;
	}

	#about-office-list ul.nav-child-list li{
		width: auto;
		font-size: 16px;
	}

	#about-office-list #office-list-head{
		float: none;
		width: 50%;
		display: inline-block;
		margin-bottom: 35px;
	}

	.content-list-main ul li{
		float: none;
		padding:0;
		width: 100%;
		margin-bottom: 30px;
	}

	.content-title{
		font-weight: bold;
		font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
	}

	.content-copy{
		font-size: 15px;
	}

	#aboutus-list ul li{
		margin-bottom: 30px;
	}

	.main .content-list-main ul li .content-img, .main .content-list-main ul li p{
		padding:0;
		margin:0 0 5px 0;
		width: 100%;
		font-size: 16px;
	}

	.content-list-main ul li a .content-img{
		height: auto;
	}

	.content-list-main ul li a:hover .content-img img{
		-moz-transform:none;
		-webkit-transform:none;
		transform:none;
	}

	#about-office-list #office-list-head a{
		font-size: 16px;
	}

	#aboutus-list ul li a .content-img{
		width: auto;
		height: auto;
	}

	#aboutus-list ul li a:hover .content-img img{
		-moz-transform:none;
		-webkit-transform:none;
		transform:none;
	}

	#aboutus-list ul li,
	#aboutus-list ul li:nth-child(3n){
		margin-right: 1%;
		width: 49.5%;
	}

	#aboutus-list ul li:nth-child(even){
		margin-right: 0;
	}

	#about-office-list h3 a{
		font-size: 20px;
	}

	#about-office-list ul.nav-child-list li a{
		padding-left: 1.7em;
		text-indent: -0.7em;
		margin-right: 0.7em;
	}

	#about-office-list ul.nav-child-list li a:hover{
		padding-left: 1.7em;
	}

	#about-office-list #office-list-head a:hover{
		padding-left: 0;
	}

	#about-office-list p{
		padding-left:20px;
		font-size: 12px;
	}

	#services-list .link-btn-strong{
		width: auto;
		margin:0 50px;
		color: #fff;
	}

	/*第二階層*/

	.page-title-inner{
		display: block;
		overflow: hidden;
		vertical-align: bottom;
	}

	.page-title-inner .acms-container{
		overflow: hidden;
	}

	.page-title-wrapper .page-title-inner .page-description{
		padding-bottom:0;
		margin-bottom: 35px;
		vertical-align: bottom;
	}

	.office-list li a p.office-mark{
		position: static;
	}

	/*沿革*/
	dl.story-head{
		height: 70px;
	}

	dl.story-group{
		background:url(../images/back-history-line-sp.jpg) repeat-y 22px;
	}

	dl.story-group dd.story-title h3{
		position: relative;
	}

	dl.story-group .story-title-disc{
		height: 10px;
		width: 10px;
		margin: -1px 18px 0 18px;
		left: 0px;
	}

	dl.story-group dt.story-img{
		width: 47px;
		height: 47px;
	}

	dl.story-group dd{
		width: auto;
		margin: 0 0 30px 52px;
		float: none;
		min-height: 47px;
	}

	dl.story-group dd p{
		font-size: 16px;
	}

	dl.story-group h4{
		font-size: 18px;
	}

	/*--------------------------------------
		4.技術・サービス
	--------------------------------------*/
	#services-list{
	width: 100%;
	}

	h3#flow{
		display: block;
		position: relative;
		font-size: 13px;
		color: #005bac;
		text-align: right;
		padding: 5px 30px 5px 15px;
		margin: 30px 0 5px;
	}

	ul#flow-figure li a:hover h4{
		margin-left: 45%;
	}
	
	#flow-vertical {
		display: block;
	}
	#flow-vertical dt {
		width: 100%;
		padding-right: 0;
		margin-bottom: 5px;
	}
	#flow-vertical dt span.num-rounded {
		width: 20px;
		height: 20px;
		font-size: 10px;
		line-height: 20px;
	}
	#flow-vertical dt::after {
		display: none;
	}
	#flow-vertical dd {
		position: relative;
		width: 100%;
		padding-left: 30px;
		margin-bottom: 20px;
	}
	#flow-vertical dd::before {
		position: absolute;
		left: 0;
	    top: 50%;
	    transform: translateY(-50%);
		font: normal normal normal 24px/1 FontAwesome;
		content: "\f107";
		color: #dddddd;
	}
	#flow-vertical dd.finish::after {
		display: none;
	}

	.arrow-up:after{
		content: "";
		height: 5px;
		width: 5px;
		margin: auto;
		display: inline-block;
		border-right: 1px solid #005bac;
		border-bottom: 1px solid #005bac;
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		position: absolute;
		top: 2px;
		bottom: 0;
		right: 15px;
	}

	.opened-menu .arrow-up:after{
		content: "";
		height: 5px;
		width: 5px;
		margin: auto;
		display: inline-block;
		border-right: 1px solid #005bac;
		border-bottom: 1px solid #005bac;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: -2px;
		bottom: 0;
		right: 15px;
	}

	ul#flow-figure{
		width: 100%;
		margin:5px 0 35px;
	}
	ul#flow-figure li{
		width: 100%;
		padding:0;
	}

	ul#flow-figure li h4{
		font-size: 15px;
		width: auto;
		margin: auto 0 auto 45%;
	}

	ul#flow-figure li a h4:after{
		content: none;
	}

	ul#flow-figure li a, ul#flow-figure li .flow-wrapper{
		width: 100%;
		display: block;
		height: 21px;
		padding:10px 0;
		border-right: 1px solid #bbb;
	}

	ul#flow-figure li .flow-number{
		text-align: left;
		font-size: 18px;
		display: inline-block;
		margin-left: 20px;
	}

	ul#flow-figure li img.flow-img{
		height: 32px;
		left: 18%;
		right: auto;
	}

	ul#flow-figure li .flow-name-box{
		position: static;
		position: relative;
		top:-20px;
		-moz-justify-content: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	ul#flow-figure li img.flow-arrow{
		display: none;
	}

	ul#flow-figure li img.flow-arrow-sp{
		display: block;
		width: 100%;
		height: 36px;
		position: relative;
		top:-1px;
		left: 1px;
	}

	ul#flow-figure li a:after{
		content: "";
		height: 7px;
		width: 7px;
		margin: auto;
		display: inline-block;
		border-right: 1px solid #005bac;
		border-bottom: 1px solid #005bac;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
	}

	#services-list ul,
	#services-list.content-list-main ul:first-of-type li:first-of-type{
		border:none;
		margin:0;
		padding:0;
	}

	#services-list.content-list-main ul li{
		border-top:1px solid #bbb;
		padding-top: 20px;
		margin: 30px 0 0 0;
	}

	.main ul#new-service li:first-of-type,
	ul#new-service li:nth-child(2){
		margin-top:0;
	}

	ul#new-service li,
	ul#new-service li:nth-child(odd){
		margin: 30px 0 0 1%;
		width: 49.5%;
	}

	ul#new-service li:nth-child(odd){
		margin-left: 0;
	}

	ul#new-service li .new-service-btn{
		margin:0;
	}

	a.link-btn-strong, .entry-column p.link-btn-strong a{
		width: 100%;
	}

	main #services-list p.services-main-text{
		margin-bottom: 20px;
		min-height: auto !important;
	}

	#services-list a{
		color: #000;
	}

	#services-list + h3.section-title-strong{
		margin-bottom: 15px;
	}

	.new-service-img h4{
		font-size: 17px;
	}

	ul#new-service li .new-service-btn{
		font-size: 10px;
	}

	.new-service-img{
		height: 95px;
	}

	.new-service-img-inner{
		height: 45px;
		width: 45px;
		top:-30px;
	}

	ul#new-service li .new-service-btn:after{
		top:-0.5px;
	}

	/*第二階層*/
	a#link-other-head{
		width: 100%;
		padding: 10px 0;
		padding: 5.5px 0;
	}

	#services .page-description{
		margin:0;
		line-height: 1.7em;
	}

	#link-other-head.link-other{
		margin:20px auto 35px auto;
		box-sizing:border-box;
		font-size: 16px;
	}

	#link-other-bottom.link-other{
		box-sizing: border-box;
		font-size: 15px;
		padding: 5.5px 0;
	}

	.services-child-list{
		border:none;
		padding-top: 0;
		margin-top:0;
	}

	.services-child-list .services-child-box{
		width: 100%;
		margin-bottom: 35px;
	}

	.services-child-list .services-child-box:first-child, .services-child-list .services-child-box:nth-child(2){
		padding-left: 0;
	}

	.services-child-list .services-child-box h3{
		font-size: 18px;
		margin: 15px 0 0 0;
	}

	.services-child-list .services-child-box p{
		font-size: 16px;
	}

	.link-other{
		font-size: 15px;
		width: 100%;
		padding:10px 0;
	}

	#link-other-bottom.link-other{
		margin-top:0;		
	}

	/*開発・販売*/

	ul.sales-option li{
		display: block;
		width: 100%;
		margin:0 0 15px 0;
	}

	ul.sales-option li:last-child{
		margin-bottom: 0;
	}

	.sales-item .sales-box{
		width: 100%;
		margin-bottom: 15px;
		margin-top:0;
	}

	.sales-item-txt a.to-in-link div{
		min-height: auto !important;
	}

	.sales-item h3{
		font-size: 18px;
		font-family:Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
		font-weight: bold;
	}

	.sales-item h4{
		font-size: 18px;
		font-family:Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;	
		line-height: 1.5em;
	}

	ul.sales-option{
		display: block;
	}

	ul.sales-option li a{
		width: 100%;
		box-sizing: border-box;
		font-size: 15px;
		padding: 5.5px 0;

	}

	.sales-item-txt,
	.sales-item-txt.sales-only-item{
		width: auto;
	}

	.acms-entry ul.sales-option{
		display: block;
		margin:30px 0;
	}

	.sales-item a.in-link{
		width: 100%;
		padding:3px 0;
		text-align: center;
		margin-top:10px;
	}

	.form-btn-box{
		margin:0;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-moz-flex-direction:column-reverse;
		-webkit-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}

	.form-btn-return{
		float: none;
		margin-bottom: 15px;
	}

	.form-btn-return input{
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.form-btn-next{
		width: 100%;
		margin-bottom: 15px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.form-btn-next input{
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;	
	}

	.form-btn-next input{
		width: 100%;
		font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
	}

	.form-btn-return input{
		width: 100%;
		font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
	}

	/*フォーム*/
	body#form ul#flow-figure li{
		margin:0 0 35px 0;
		width: 100%;
		height: auto;
		min-height: 100px;
		padding:15px 0;
		position: relative;
		border-right: 1px solid #bbb;
		border-bottom: none;
		display: flex;
		display: -moz-flex;
		display: -webkit-flex;
		justify-content: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
	}

	body#form ul#flow-figure li h4{
		margin:auto;
		margin:0 10px 10px 10px;
	}

	body#form ul#flow-figure li .flow-text{
		position: static;
		width: auto;
		margin: 0 10px;
	}

	body#form ul#flow-figure li img{
		position: absolute;
		bottom: -35px;
		left: 0;
		top: auto;
	}

	.contact-box table.contact-form td.form-number{
		width: auto;
	}

	.contact-box table.contact-form td.form-number select{
		width: 100%;
	}

	.contact-box table.contact-form td.form-fee{
		text-align: left;
	}

	.contact-box table.contact-form td.form-pay{
		width: auto;
	}

	.contact-box table.contact-form td.form-pay p,
	.contact-box table.contact-form td.form-pay a{
		margin:0;
	}

	.remodal{
		font-size: 13px;
	}

	.remodal td, .remodal th{
		min-width: auto;
	}

	/*エントリー*/
	#entry-title #entry-category{
		display: none;
	}

	#entry-title h2{
		padding:0;
	}

	/*--------------------------------------
		5.業務実績
	--------------------------------------*/
	#performance-award{
		padding:30px 10px 40px 10px;
	}

	#services-list ul.performance-list li:first-child,
	#services-list ul.performance-list li:nth-child(2){
		border-top: 1px solid #bbb;
		padding-top: 20px;
		margin-top: 30px;
	}

	#performance-list-skill ul li{
		width: 49%;
		margin-left: 0;
	}

	#performance-list-skill ul li:nth-child(even){
		margin-left: 1%;
	}

	.content-list-main ul li a .content-img{
		width: 100%;
		margin:0;
	}

	.content-list-main ul li .content-img, .content-list-main ul li p{
		width: 100%;
		margin:0;
		font-size: 16px;
		line-height: 1.7em;
	}

	.performance-list li a .content-img-2nd{
		width: 100%;
		height: auto;
	}

	.performance-list li a .content-img-2nd img,
	.performance-list li a:hover .content-img-2nd img{
		-moz-transform:none;
		-webkit-transform:none;
		transform:none;
	}

	#performance-list-skill ul li h4{
		font-size: 18px;
	}

	#performance-list-skill ul li p{
		font-size: 16px;
	}

	#performance-award h3{
		font-size: 25px;
		font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
	}

	.activities-content-list li p.activities-content-mark.mark-no-border{
		width: auto;
	}

	/*--------------------------------------
		6.対外活動
	--------------------------------------*/
	#activities-list ul li:first-child, #activities-list ul li:nth-child(2){
		padding:20px 0 0 0;
		margin-top:25px;
		border-top: 1px solid #bbb;
		width: 100%;
	}

	#activities-list ul:first-child li:first-child{
		padding-top:0;
		margin-top:0;
		border:none;
	}

	#activities-list ul{
		border:none;
		padding:0;
		margin:0;
	}

	.act-list-body{
		padding-left: 10px;
		width: auto;
	}

	#activities-list ul li p{
		min-height: auto !important;
		margin-bottom: 10px;
	}

	#activities-list ul li a.act-btn{
		position: relative;
		padding-right: 25px;
		float: none;
		display: block;
		text-align: center;
	}

	#activities-list ul li a.act-btn:after{
		position: absolute;
		top:0;
		bottom: 0;
		right: 12px;
		margin:auto;
	}

	/*第二階層*/
	.activities-content-list{
		margin-bottom: 60px;
	}

	.activities-content-list li p.activities-content-title{
		width: 100%;
	}

	.main .activities-content-list li p.activities-content-detail{
		width: 100%;
	}

	.activities-content-list li p.activities-content-mark{
		position: static;
		width: 100%;
		padding:0;
		margin-top:13px;
	}

	ul.lecture-list{
		margin:0;
		padding:0;
		border:none;
	}

	ul.lecture-list li{
		width: 100%;
		padding:20px 0 0 0 ;
		border-top:1px solid #bbb;
		margin-top: 25px;
	}

	ul.lecture-list:first-child li:first-child{
		margin:0;
		padding:0;
		border:none;
	}

	ul.lecture-list li a.lecture-btn{
		margin:0;
	}

	.activities-content-list li p.activities-content-day{
		float: none;
	}
	/*基礎地盤レクチャー*/
	ul.lecture-list li a .lecture-img{
		width: 100%;
		height: auto;
	}

	ul.lecture-list li a:hover .lecture-img img{
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	ul.lecture-list:first-of-type li:first-child{
		margin:0;
		padding:0;
		border:none;
	}

	/*--------------------------------------
		7.お問い合わせ
	--------------------------------------*/
	.contact-box table.contact-form th{
		width: 100%;
		padding:13px 0;
		background:none;
		display: block;
	}

	.contact-box table.contact-form td{
		border-top:none;
		padding:0 0 13px 15px;
		display: block;
	}

	.acms-admin-form-radio{
		padding-left: 0;
	}

	.acms-form-width-mini{
		max-width: 100px;
	}

	.contact-box table.contact-form select{
		width: 110px;
		padding: 8px 10px;
		position: relative;
		top:0;
	}

	/*--------------------------------------
		8.採用情報
	--------------------------------------*/
	#box-greet{
		margin-bottom: 60px;
	}

	.greet-img{
		width: 33%;
		float: left;
		margin-right: 10px;
	}

	.greet-img img{
		width: 100%;
	}

	h4.greet-title{
		font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
	}

	.greet-text{
		width: auto;
		overflow: visible;
	}

	.recruit-item:first-child{
		margin-top:0;
	}

	.recruit-item{
		margin-top:30px;
	}

	ul.recruit-list{
		margin:0;
	}

	.content-list-main ul.recruit-list li.recruit-item{
		width: 100%;
		border-top:1px solid #bbb;
		padding-top: 20px;
		margin: 30px 0 0 0;
	}

	.content-list-main ul.recruit-list li.recruit-item:first-child{
		border:none;
		padding:0;
		margin:0;
	}

	.recruit-item ul.entry-inlink-list{
		padding:0;
	}

	.content-list-main ul.entry-inlink-list li{
		margin-bottom: 5px;
	}

	.content-list-main ul.recruit-list li h3{
		font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
	}

	/*--------------------------------------
		9.お知らせ
	--------------------------------------*/
	.headline-item dt{
		float: none;
		width: auto;
	}

	dl.acms-dl-horizontal.headline-item{
		padding:10px 0;
		font-size: 16px;
		line-height: 1.7em;
	}

	dl.acms-dl-horizontal.headline-item dd{
		padding-left: 0;
		margin-left: 0;

	}

	#news-date .acms-label{
		width: 70px;
	}

	#news-date .acms-label.news-press{
		width: 100px;
	}


	/*--------------------------------------
		Edge対応
	--------------------------------------*/

		/*--------------------------------------
			TOP
		--------------------------------------*/
	     _:-ms-lang(x), _::-webkit-meter-bar,
	     .link-button-prev svg,
	     .link-button-next svg {
	     	width: 20px;
	     	height: 60px;
		}

		/*--------------------------------------
			技術・サービス
		--------------------------------------*/

		/*購入申し込み＞ご購入の流れ*/
		_:-ms-lang(x), _::-webkit-meter-bar,body#form main ul#flow-figure li .flow-text{
			display: block;
		}

		_:-ms-lang(x), _::-webkit-meter-bar,body#form main ul#flow-figure li:first-child .flow-text{
			margin-top:35px;
		}

		_:-ms-lang(x), _::-webkit-meter-bar,body#form main ul#flow-figure li:nth-child(2) .flow-text{
			margin-top: 25px;
		}

		_:-ms-lang(x), _::-webkit-meter-bar,body#form main ul#flow-figure li:last-child .flow-text{
			margin-top:35px;
		}

		/*--------------------------------------
			firefox対応
		--------------------------------------*/
		@-moz-document url-prefix(){
			/*購入申し込み＞ご購入の流れ*/
			body#form ul#flow-figure li .flow-text{
				display: block;
			}

			body#form ul#flow-figure li:first-child .flow-text{
				margin-top:35px;
			}

			body#form ul#flow-figure li:nth-child(2) .flow-text{
				margin-top: 25px;
			}

			body#form ul#flow-figure li:last-child .flow-text{
				margin-top:35px;
			}
		}

}

/*--------------------------------------
	IE11対応
--------------------------------------*/
@media all and (-ms-high-contrast:none) and (max-width: 767px) {
	/*--------------------------------------
		TOP
	--------------------------------------*/
     .link-button-prev svg,
     .link-button-next svg {
     	width: 20px;
     	height: 60px;
	}

	/*--------------------------------------
		技術・サービス
	--------------------------------------*/

	/*購入申し込み＞ご購入の流れ*/
	body#form ul#flow-figure li .flow-text{
		display: block;
	}

	body#form ul#flow-figure li:first-child .flow-text{
		margin-top:35px;
	}

	body#form ul#flow-figure li:nth-child(2) .flow-text{
		margin-top: 25px;
	}

	body#form ul#flow-figure li:last-child .flow-text{
		margin-top:35px;
	}
}


/* 201904 改修 */
@media screen and (max-width: 767px) {
	.companyprofile-detailblock {
		width: 100%;
		margin: 0 0 50px;
		display: block;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.companyprofile-detailblock_left {
		display: block;
		width: 80%;
		margin: 0 auto 20px;
	}
	.companyprofile-detailblock_left img {
		width: 100%;
	}
	.companyprofile-detailblock_right {
		width: 100%;
		padding: 0;
	}
	.companyprofile-detailblock_title {
		width: 100%;
		padding: 5px 25px 5px 10px;
		box-sizing: border-box;
		font-weight: bold;
		color: #fff;
		font-size: 24px!important;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		margin: 0 0 10px!important;
	}
	.companyprofile-detailblock_title.color-01 {
		background-color: #75B438;
	}
	.companyprofile-detailblock_title.color-02 {
		background-color: #3BAA8B;
	}
	.companyprofile-detailblock_title.color-03 {
		background-color: #20939F;
	}
	.companyprofile-detailblock_title.color-04 {
		background-color: #2B6C9E;
	}

	.bg-blug-section {
		width: 100%;
		margin: 10px auto 30px;
		background-color: rgba(5,89,174,0.2);
		padding: 20px;
		box-sizing: border-box;
	}
	.bg-blue-head01 {
		text-align: center;
		margin: 0 0 10px!important;
		font-size: 24px!important;
		font-weight: bold;
		color: #000;
	}
	.bg-blue-head02 {
		text-align: center;
		margin: 0 0 10px!important;
		font-size: 30px!important;
		font-weight: bold;
		color: #0558AE;
	}

	.to-contact-btn {
		width: 100%;
		font-size: 18px;
		margin: 20px auto 20px;
		display: block;
		padding: 10px 10px 10px 80px;
		background-color: #0558AE;
		color: #fff!important;
		text-decoration: none;
		transition: .2s;
		text-align: center;
		background-image: url(../images/to-contact-btn-bg.png);
		background-position: left 20px center;
		background-repeat: no-repeat;
		background-size: 40px;
		font-weight: bold;
		box-sizing: border-box;
	}
	.to-contact-btn:hover {
		opacity: 0.8;
		text-decoration: none!important;
	}
	.grid-type-p1 {
		width: 70%;
		margin: 10px auto 20px;
		text-align: center;
		overflow: hidden;
	}
	.grid-type-p2 {
		width: 100%;
		margin: 10px auto 20px;
		text-align: center;
		overflow: hidden;
	}
	.grid-type-p3,.grid-type-p4 {
		width: 100%;
		margin: 10px 0 20px;
		text-align: center;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}
	.grid-type-p1 img,.grid-type-p2 img,.grid-type-p3 img,.grid-type-p4 img {
		width: 100%;
		display: block;
		vertical-align: bottom;
	}
	.grid-caption {
		margin: 5px 0!important;
		text-align: center;
	}
	.grid-type-p1 .grid-child-1 {
		width: 100%;
	}
	.grid-type-p2 .grid-child-2 {
		width: 48%;
		float: left;
		margin: 0 4% 4% 0;
	}
	.grid-type-p2 .grid-child-2:nth-child(2n+0) {
		margin: 0 0 4% 0;
	}
	.grid-type-p3 .grid-child-3 {
		width: 48%;
		float: left;
		margin: 0 4% 4% 0;
	}
	.grid-type-p3 .grid-child-3:nth-child(2n+0)  {
		margin: 0 0 4% 0;
	}
	.grid-type-p4 .grid-child-4 {
		width: 48%;
		float: left;
		margin: 0 4% 4% 0;
	}
	.grid-type-p4 .grid-child-4:nth-child(2n+0)  {
		margin: 0 0 4% 0;
	}

	.grid-imgtext-block {
		width: 100%;
		margin: 10px auto 20px;
		overflow: hidden;
	}
	.grid-imgtext-img {
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
	.grid-imgtext-img img {
		width: 100%;
	}
	.grid-imgtext-text {
		display: block;
		width: 100%;
	}

}

@media screen and (max-width: 767px) {
	.windListSp-wrap {
		display: block;
		margin: 0 0 20px;
		word-wrap: break-word;
	}
	.windListSp-head {
		position: relative;
	}
	.bottom-arrow-img_left img {
		width: calc(100% - 10px)!important;
		position: absolute;
		bottom: 10px;
		left: 10px;
	}
	.bottom-arrow-img_left.bottom-message img {
		width: 30%!important;
	}
	.windListSp-head .windListSp-head-List {
		width: 100%;
		display: flex;
		list-style: none;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}
	.windListSp-head .windListSp-head-List li {
		width: 49%;
		margin: 0 2% 0 0;
		padding: 0 0 70px;
		box-sizing: border-box;
		background-color: #F7F7F7;
	}
	.windListSp-head .windListSp-head-List li:nth-child(2) {
		margin: 0;
	}
	.windListSp-head .windListSp-head-List li img {
		width: 100%;
	}
	.windListSp-head .list-top_head {
		display: flex;
		height: 60px;
		padding: 5px;
		align-items: center;
		color: #0558AF;
    	font-weight: bold;
	}
	.top-title_list {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		flex-direction: column;
	}
	.top-title_list li { 
		width: 100%!important;
		margin: 0 0 5px!important;
		padding: 0 0 0 20px!important;
	}
	.windListSp-bottom .windListSp-bottom-List {
		width: 100%;
		padding: 0!important;
		margin: 0!important;
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		position: relative;
	}
	.windListSp-bottom-List > li {
		width: 49%;
		margin: 0 2% 0 0!important;
		padding: 0 5px 60px 5px;
		box-sizing: border-box;
		background-color: #D7E9FC;
	}
	.windListSp-bottom-List > li:nth-child(2)
	{
		margin: 0!important;
	}
	.bottom-link_list > li {
		color: #005bac;
		font-weight: bold;
		position: relative;
		padding: 0 0 0 20px;
		font-size: 18px!important;
	}
	.bottom-arrow-img_right img {
		position: absolute;
		bottom: 20px;
		left: 10px;
		width: 75%!important;
	}
	.windListSp-wrap:nth-child(2) .list-top_head,.windListSp-wrap:nth-child(2) .list-bottom_head {
		display: none;
	}
	.windListSp-wrap:nth-child(2) .windListSp-bottom-List > li {
		padding: 10px 10px 55px 10px;
	}

	.movie-wrap {
	     position: relative;
	     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	     height: 0;
	     overflow: hidden;
	}
	 
	.movie-wrap iframe {
	     position: absolute;
	     top: 0;
	     left: 0;
	     width: 100%;
	     height: 100%;
	}

}

@media screen and (max-width: 767px) {
	/* seminarForm */

	/* -- セミナーヘッド -- */
	.br-sp {
		display: inline-block;
	}
	.seminar_head-wrap {
		width: 100%;
	}
	.seminar_form-left-img {
		display: none;
	}

	.seminar_form-wrap.wrap-flex {
		flex-direction: column;
	}
	.seminar_form-left {
		width: 100%;
	}
	.seminar_form-right {
		width: 100%;
		margin: 40px 0 0;
	}
	.seminar_form-anchor-wrap {
		display: block;
		width: 100%;
		margin: 0 0 30px;
	}
	.seminar_form-anchor-wrap .seminar_form-anchor-btn {
		display: block;
		width: 50%;
		margin: 0 auto;
		padding: 10px;
		box-sizing: border-box;
		text-align: center;
		font-size: 16px;
		color: #fff;
		background: #0558AE;
		scroll-behavior: smooth;
	}

	.contact-box table.seminar-form td {
		padding: 10px 0!important;
	}
	.confirm-2p {
		display: flex;
	}

	.seminar_btn-wrap {
		flex-direction: column;
	}
	.seminar_form-btn-hoverwrap {
		width: 100%;
	}
	.seminar_btn-typeA {
		width: 100%;
		margin: 10px 0;
	}
	.seminar_btn-typeB {
		width: 100%;
		margin: 40px 0 0;
		order: 2;
	}
	.seminar-form.step-confirm td p {
		margin: 0;
	}

	.seminar_btn-wrap.typeFlex {
		justify-content: flex-start;
	}
	.seminar_btn-typeA-flex {
		width: 100%;
		order: 1;
	}
	.seminar_btn-typeA-flex .seminar_btn-typeA {
		width: 100%;
		margin: 0;
	}
	.seminar_btn-wrap.typeFlex .seminar_btn-typeB {
		width: 100%;
	}

	.type-confirm {
		width: 100%;
	}

	.seminar_complete-wrap {
		width: 100%;
	}

	.sus-square-head {
		position: relative;
		padding: 15px 30px!important;
		box-sizing: border-box;
		color: #fff!important;
		text-align: center!important;
		width: 90%!important;
		font-family: Noto Sans JP;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px!important;
		margin: 40px auto 20px!important;
	}
	.sus-square-head::before {
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%!important;
		height: 100%;
		background: #2449A4;
		transform: skew(-25deg) translateX(-50%);
		content: '';
		z-index: -1;
	}
}