@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.MAIN]
/* [02.CONTENTS]
/* [00.MEDIA QUERIES,PRINT]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP LAYOUT]
--------------------------------------------------------------------------*/
.fadein-txt {
	-webkit-animation: text-focus-in 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
	        animation: text-focus-in 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}
@-webkit-keyframes fadein-txt {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
main {
	display: block;
	background: #003D8D;
	position: relative;
	height:100%;
}
#mainvisual {
	position: relative;
	height:100%;
}
.main-slide-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media (max-width: 750px) {
	.main-slide-wrap {
		height: 100%;
	}
}
.main-slide-wrap .main-slide {
	position: relative;
	width: 100%;
	height: 100%;;
}
/* 
.main-slide-wrap .main-slide:before {
	content: "";
	z-index: 2;
	position: absolute;
	top: 0;
	background-color: rgb(000,000,000, 0.25);
	width: 100%;
	height: 100%;
}
*/
.main-slide-wrap .main-slide .main-slide-conts {
	position: relative;
	width: 100%;
	height: 100%;
}
.main-slide-conts .swiper-slide.sw-1 {
    background: url(../images/layouts/kv-img-01.png) center center / cover no-repeat;
    background-size: cover;
}
.main-slide-conts .swiper-slide.sw-2 {
    background: url(../images/layouts/kv-img-02.png) center center / cover no-repeat;
    background-size: cover;
}
.main-slide-conts .swiper-slide.sw-3 {
    background: url(../images/layouts/kv-img-03.png) center center / cover no-repeat;
    background-size: cover;
}
.main-slide-conts .swiper-slide.sw-4 {
    background: url(../images/layouts/kv-img-04.png) center center / cover no-repeat;
    background-size: cover;
}
@media (max-width: 750px) {
	.main-slide-conts .swiper-slide.sw-1 {
		background: url(../images/layouts/kv-img-01-sp.png) center center / cover no-repeat;
	}
	.main-slide-conts .swiper-slide.sw-2 {
		background: url(../images/layouts/kv-img-02-sp.png) center center / cover no-repeat;
	}
	.main-slide-conts .swiper-slide.sw-3 {
		background: url(../images/layouts/kv-img-03-sp.png) center center / cover no-repeat;
	}
	.main-slide-conts .swiper-slide.sw-4 {
		background: url(../images/layouts/kv-img-04-sp.png) center center / cover no-repeat;
	}
}
.main-slide-wrap .inner {
	position: absolute;
	top: 60%;
	right: 84px;
	width: 30px;
}
@media (max-width: 750px) {
	.main-slide-wrap .inner {
		top: inherit;
		right: 30px;
		bottom: 140px;
	}
}
.main-slide-wrap .inner .swiper-pagination {
	position: inherit;
	width: 17px;
	height: auto;
	box-sizing: border-box;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media (max-width: 750px) {
	.main-slide-wrap .inner .swiper-pagination {
		width: 12px;
	}
}
.main-slide-wrap .inner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	border: 1px solid #fff;
	border-radius: 2px;
	background-color: inherit;
	box-sizing: border-box;
}
@media (max-width: 750px) {
	.main-slide-wrap .inner .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
}
.main-slide-wrap .inner .swiper-pagination-bullet-active {
	background-color: #fff;
}
.main-slide-wrap .inner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.main-slide-wrap .inner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,0px);
}
.main-slide-wrap .inner .fraction {
	display: block;
	position: inherit;
	width: 30px;
	text-align: center;
	color: #fff;
	z-index: 10;
	bottom: -15px;
}
@media (max-width: 750px) {
	.main-slide-wrap .inner .fraction {
		font-size: 12px;
	}
}
.main-slide-wrap .inner .fraction .total {
	display: none;
}
/*スクロールダウン全体の場所*/
.scrolldown-wrap {
	display: none;
}
.scrolldown-wrap {
	position:absolute;
    top: 60%;
    left: 80px;
    animation: arrowmove 1.6s ease-in-out infinite;
    z-index: 10;
}
.scrolldown {
    position:relative;
    animation: arrowmove 1.6s ease-in-out infinite;
    z-index: 10;
}
@keyframes arrowmove{
      0%{bottom:10%;}
      50%{bottom:12%;}
     100%{bottom:10%;}
 }
.scrolldown span {
	position: absolute;
	width: 8px;
	height: 62px;
	bottom: 35px;
	left: 10px;
	font-size: 10px;
	display: inline-block;
	line-height: 100%;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.scrolldown span img {
	width: 100%;
	height: auto;
}
.scrolldown:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -6px;
	width: 1px;
	height: 20px;
	background: #fff;
	transform: skewX(-31deg);
}
.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	right:0;
	width:1px;
	height: 150px;
	background:#fff;
}
@media (max-width: 750px) {
	.scrolldown-wrap {
		display: block;
		top: inherit;
		left: 30px;
		bottom: 110px;
	}
	.scrolldown {
		top: inherit;
	}
	.scrolldown:before,
	.scrolldown:after {
		bottom: 30px;
	}
	.scrolldown span {
		bottom: 80px;
		top: inherit;
	}
}
/* [02.CONTENTS] 
--------------------------------------------------------------------------*/
#about {
	width: 100%;
	height: auto;
	background: #F6F4E5;
	padding: 0 40px;
	box-sizing: border-box;
}
@media (max-width: 750px) {
	#about {
		padding: 0 0 0 20px;
	}
}
.bg-wood {
	position: relative;
}
.bg-wood:before {
	width: 100%;
	height: 55px;
	background: url(../images/layouts/bg-wood.png) repeat-x;
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.about-wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    max-width: 960px;
    padding: 100px 210px;
    background: #FAFAFA;
    top: -80px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 6px;
}
@media (max-width: 750px) {
	.about-wrap {
		padding: 50px 50px 50px 30px;
		top: -30px;
		border-radius: 6px 0px 0px 6px;
	}
}
@media (max-width: 1024px) {
	.about-wrap {
		padding: 80px;
		top: -30px;
		border-radius: 6px 0px 0px 6px;
	}
}
.about-wrap .flx-wrap {
	align-items: flex-start;
}
.about-wrap .flx-wrap .ttl-box {
	width: 30%;
}
@media (max-width: 750px) {
	.about-wrap .flx-wrap .ttl-box {
		width: 100%;
		margin-bottom: 25px;
	}
}
.about-wrap .flx-wrap .eng {
	font-size: 10px;
	line-height: 100%;
}
.about-wrap .flx-wrap h2 {
	line-height: 140%;
	font-size: 23px;
	font-weight: bold;
}
.about-wrap .flx-wrap .dsp-box {
	width: 59%;
	font-size: 14px;
}
@media (max-width: 750px) {
	.about-wrap .flx-wrap .dsp-box {
		width: 100%;
	}
}



#release {
	width: 100%;
	height: auto;
	background: #003D8D;
	padding: 0 40px;
	box-sizing: border-box;
}
@media (max-width: 750px) {
	#release {
		padding: 0 0 0 20px;
	}
}
.release-wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    max-width: 720px;
    padding: 100px 70px;
    background: #FAFAFA;
    top: -80px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 6px;
}
@media (max-width: 750px) {
	.release-wrap {
		padding: 50px 50px 50px 30px;
		top: -30px;
		border-radius: 6px 0px 0px 6px;
	}
}
.release-wrap .flx-wrap {
	align-items: flex-start;
	margin-bottom: 50px;
}
.release-wrap .flx-wrap .ttl-box {
	width: 30%;
}
@media (max-width: 750px) {
	.release-wrap .flx-wrap .ttl-box {
		width: 100%;
		margin-bottom: 25px;
	}
}
.release-wrap .flx-wrap .eng {
	font-size: 24px;
	line-height: 100%;
}
.release-wrap .flx-wrap h2 {
	line-height: 100%;
	font-size: 10px;
}
.release-wrap .flx-wrap .article-box {
	width: 59%;
}
@media (max-width: 750px) {
	.release-wrap .flx-wrap .article-box {
		width: 100%;
	}
}
.release-wrap .flx-wrap .article-box li {
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px dotted #231815;
	font-size: 14px;
	line-height: 140%;
}
.release-wrap .flx-wrap .article-box li:last-child {
	margin-bottom: 0;
}
.release-wrap .flx-wrap .article-box li .date {
	display: block;
	line-height: 100%;
	margin-bottom: 5px;
}
a.info-btn {
	display: block;
	width: 318px;
	border: 1px solid #E0E0E0;
	background: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 100%;
	font-weight: bold;
	padding: 12px 0;
}
@media (max-width: 750px) {
	a.info-btn {
		width: 100%;
	}
}
#product-service {
	width: 100%;
	height: auto;
	background: #F6F4E5;
}
#product-service .pkg {
	width: 100%;
	max-width: 1760px;
	padding: 60px 90px 100px;
}
@media (max-width: 750px) {
	#product-service .pkg {
		padding: 60px 0;
	}
}
.ttl-wrap {
	text-align: center;
	margin-bottom: 40px;
}
@media (max-width: 750px) {
	#product-service .ttl-wrap {
		text-align: left;
		padding: 0 50px;
	}
}
.ttl-wrap h2 {
	font-size: 23px;
	line-height: 100%;
	font-weight: bold;
}
.ttl-wrap span.eng {
	font-size: 10px;
	line-height: 100%;
}
.product-slide-wrap {
	position: relative;
	padding: 0 0 0 60px;
}
@media (max-width: 750px) {
	.product-slide-wrap {
		overflow: hidden;
		padding: 0;
	}
}
.swiper.product-slide {
	width: 100%;
	max-width: 1760px;
	box-sizing: border-box;
	padding-bottom: 60px;
	position: relative;
}
.product-slide-li li img {
	width: 100%;
	height: auto;
}
.product-slide-li li .txt-box {
	box-sizing: border-box;
	padding: 30px 0 0;
	color: #231815;
}
.product-slide-li li .cate {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.product-slide-li li .cate span {
	display: block;
	padding: 8px 20px;
	line-height: 100%;
	font-size: 20px;
	margin-right: 5px;
}
.product-slide-li li .cate span.web,
.product-slide-li li .cate span.app {
	background: #003D8D;
}
.product-slide-li li .cate span.red_box {
	background: #C43875;
}
.product-slide-li li h3 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 140%;
}
.product-slide-li li .dsp p {
	font-size: 15px;
	line-height: 180%;
}
.product-slide-wrap .swiper-button-prev,
.product-slide-wrap .swiper-rtl .swiper-button-next {
	left: 0px;
}
.product-slide-wrap .swiper-button-next,
.product-slide-wrap .swiper-rtl .swiper-button-prev {
	right: 0px;
	display: none;
}
.product-slide-wrap .swiper-horizontal>.swiper-pagination-bullets,
.product-slide-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.product-slide-wrap .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}
.product-slide-wrap .swiper-pagination {
	position: inherit;
	width: 10px;
	height: auto;
	box-sizing: border-box;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}
.product-slide-wrap .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	border: 1px solid #231815;
	border-radius: 2px;
	background-color: inherit;
	box-sizing: border-box;
}
.product-slide-wrap .swiper-pagination-bullet-active {
	background-color: #231815;
}
.slideNone .swiper-button-next,
.slideNone .swiper-button-prev {
	display: none;
}
.slideNone .swiper-wrapper.product-slide-li li {
	width: 318px!important;
	height: auto;
	margin: 0 auto;
}
@media (max-width: 750px) {
	.slideNone .swiper-wrapper.product-slide-li li {
		width: 300px!important;
	}
	.product-slide-wrap .swiper-button-prev,
	.product-slide-wrap .swiper-rtl .swiper-button-next {
		display: none;
	}
}



.swiper.product-slide-4under {
	width: 100%;
	max-width: 1760px;
	box-sizing: border-box;
	padding-bottom: 60px;
	position: relative;
}
.product-slide-li-4under {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (max-width: 1200px) {
	.product-slide-li-4under {
		justify-content: inherit;
		flex-wrap: inherit;
	}
}
.product-slide-li-4under li {
	width: 20.6%;
	height: auto;
	margin-right: 20px;
}
@media (max-width: 1200px) {
	.product-slide-li-4under li {
		width: auto;
		max-width: 318px;
	}
}
.product-slide-li-4under li:last-child {
	margin-right: 0;
}
.product-slide-li-4under li img {
	width: 100%;
	height: auto;
}
.product-slide-li-4under li .txt-box {
	box-sizing: border-box;
	padding: 30px 0 0;
	color: #231815;
}
.product-slide-li-4under li .cate {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.product-slide-li-4under li .cate span {
	display: block;
	padding: 8px 20px;
	line-height: 100%;
	font-size: 20px;
	margin-right: 5px;
}
.product-slide-li-4under li .cate span.web,
.product-slide-li-4under li .cate span.app {
	background: #003D8D;
}
.product-slide-li-4under li .cate span.red_box {
	background: #C43875;
}
.product-slide-li-4under li h3 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 140%;
}
.product-slide-li-4under li h3 a {
	color: #231815;
}
.product-slide-li-4under li .dsp {
	font-size: 16px;
	line-height: 180%;
}
.product-slide-wrap-4under .swiper-button-prev,
.product-slide-wrap-4under .swiper-rtl .swiper-button-next {
	display: none;
}
.product-slide-wrap-4under .swiper-button-next,
.product-slide-wrap-4under .swiper-rtl .swiper-button-prev {
	display: none;
}
.product-slide-wrap-4under .swiper-horizontal>.swiper-pagination-bullets,
.product-slide-wrap-4under .swiper-pagination-bullets.swiper-pagination-horizontal,
.product-slide-wrap-4under .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}
.product-slide-wrap-4under .swiper-pagination {
	position: inherit;
	width: 10px;
	height: auto;
	box-sizing: border-box;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}
.product-slide-wrap-4under .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	border: 1px solid #fff;
	border-radius: 2px;
	background-color: inherit;
	box-sizing: border-box;
}
.product-slide-wrap-4under .swiper-pagination-bullet-active {
	background-color: #fff;
}
.slideNone .swiper-wrapper.product-slide-li-4under li {
	width: 318px!important;
	height: auto;
	margin: 0 auto;
}
@media (max-width: 750px) {
	.slideNone .swiper-wrapper.product-slide-li-4under li {
		width: 300px!important;
	}
}




#company {
	background: linear-gradient(180deg,#F6F4E5 0%,#F6F4E5 50%,#225CAA 50%,#225CAA 100%);
	position: relative;
    z-index: -2;
}
.company-wrap-bg {
	background: url(../images/layouts/company-wrap-bg.png) center center / cover no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
    padding: 0 40px;
}
@media (max-width: 750px) {
	.company-wrap-bg {
		padding: 0;
	}
}
.company-wrap-bg:before {
	width: 100%;
	height: 80px;
	background: #F6F4E5;
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.company-wrap-bg:after {
	width: 100%;
	height: 80px;
	background: #225CAA;
	z-index: 1;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#company .pkg {
	padding: 0;
}
.company-recruit-wrap {
	position: relative;
	z-index: 5;
	width: 100%;
	height: auto;
}
.company-info-wrap {
	width: 100%;
	height: auto;
	max-width: 720px;
    padding: 100px 70px;
	background: #FAFAFA;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 6px;
	margin-bottom: 104px;
}
@media (max-width: 750px) {
	.company-info-wrap {
		top: -30px;
		padding: 50px 30px 50px 50px;
		border-radius: 0px 6px 6px 0px;
	}
}
.company-info-wrap .ttl-box {
	width: 30%;
	margin-bottom: 25px;
}
@media (max-width: 750px) {
	.company-info-wrap .ttl-box {
		width: 100%;
	}
}
.company-info-wrap h2 {
	line-height: 140%;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
.company-info-wrap .eng {
	font-size: 10px;
	line-height: 120%;
	display: block;
}
.company-info-wrap .content-box {
	width: 59%;
}
@media (max-width: 750px) {
	.company-info-wrap .content-box {
		width: 100%;
	}
}
.company-info-wrap .content-box li {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 140%;
}
.company-info-wrap .content-box li:last-child {
	margin-bottom: 0;
}
.company-info-wrap .content-box li .ttl {
	padding-bottom: 10px;
	border-bottom: 1px dotted #707070;
	margin-bottom: 10px;
	font-size: 16px;
}
.company-info-wrap .content-box li .map {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.company-info-wrap .content-box li .map iframe {
	width: 100%;
	height: 240px;
}
.company-info-wrap .content-box li span.tel,
.recruit-info-wrap .content-box li span.tel,
.company-info-wrap .content-box li span.mail,
.recruit-info-wrap .content-box li span.mail {
	display: block;
}
.board-member .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.board-member .box:last-child {
	margin-bottom: 0;
}
.board-member .box .post {
	width: 70%;
}
.board-member .box .name {
	width: 30%;
}
.recruit-info-wrap {
	width: 100%;
	height: auto;
	max-width: 720px;
    padding: 100px 70px;
	background: #FAFAFA;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 6px;
}
@media (max-width: 750px) {
	.recruit-info-wrap {
		top: -35px;
		padding: 50px 50px 50px 30px;
		border-radius: 6px 0px 0px 6px;
	}
}
.recruit-info-wrap .ttl-box {
	width: 30%;
}
@media (max-width: 750px) {
	.recruit-info-wrap .ttl-box {
		width: 100%;
		margin-bottom: 25px;
	}
}
.recruit-info-wrap h2 {
	line-height: 140%;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
.recruit-info-wrap .eng {
	font-size: 10px;
	line-height: 120%;
	display: block;
}
.recruit-info-wrap .content-box {
	width: 59%;
}
@media (max-width: 750px) {
	.recruit-info-wrap .content-box {
		width: 100%;
	}
}
.recruit-info-wrap .content-box li {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 140%;
}
.recruit-info-wrap .content-box li:last-child {
	margin-bottom: 0;
}
.recruit-info-wrap .content-box li .ttl {
	padding-bottom: 10px;
	border-bottom: 1px dotted #707070;
	margin-bottom: 10px;
	font-size: 16px;
}
@media (max-width: 750px) {
	#company-info {
		padding-right: 20px;
		box-sizing: border-box;
	}
	#recruit {
		padding-left: 20px;
		box-sizing: border-box;
	}
}








#privacy-btn-wrap {
	background: #003D8D;
}
#privacy-btn-wrap .pkg {
	max-width: 1040px;
	padding: 0 40px;
}
@media (max-width: 750px) {
	#privacy-btn-wrap .pkg  {
		padding: 15px 50px;
	}
}
a.privacy-btn {
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #E0E0E0;
	text-align: center;
	padding: 12px 0;
}
#under-main {
	padding: 180px 40px 0;
	height: auto;
}
@media (max-width: 750px) {
	#under-main {
		padding: 110px 0 20px;
	}
}
#release-list-page {
	padding-bottom: 50px;
}
@media (max-width: 750px) {
	#release-list-page {
		padding: 0 0 35px 20px;
	}
}
#release-list-page .release-wrap {
	position: inherit;
	top: inherit;
}

#privacy-page{
	padding-bottom: 50px;
}
@media (max-width: 750px) {
	#privacy-page {
		padding: 0 0 35px 20px;
	}
}
.privacy-conts-wrap {
	width: 100%;
	height: auto;
	max-width: 720px;
	padding: 100px 70px;
	background: #FAFAFA;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 6px;
}
@media (max-width: 750px) {
	.privacy-conts-wrap {
		padding: 50px 50px 50px 30px;
		top: -30px;
		border-radius: 6px 0px 0px 6px;
	}
}
.privacy-conts-wrap .flx-wrap {
	align-items: flex-start;
	margin-bottom: 50px;
}
.privacy-conts-wrap .flx-wrap .ttl-box {
	width: 30%;
}
@media (max-width: 750px) {
	.privacy-conts-wrap .flx-wrap .ttl-box {
		width: 100%;
		margin-bottom: 25px;
	}
}
.privacy-conts-wrap .flx-wrap .eng {
	font-size: 24px;
	line-height: 100%;
}
.privacy-conts-wrap .flx-wrap h2 {
	line-height: 100%;
	font-size: 10px;
}
.privacy-conts-wrap .flx-wrap .content-box {
	width: 59%;
}
@media (max-width: 750px) {
	.privacy-conts-wrap .flx-wrap .content-box {
		width: 100%;
	}
}
.privacy-conts-wrap .flx-wrap .content-box h3 {
	padding-bottom: 15px;
	border-bottom: 1px dotted #231815;
	margin-bottom: 15px;
}
.privacy-table {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.privacy-table tbody {
	width: 100%;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	box-sizing: border-box;
}
.privacy-table th,
.privacy-table td {
	width: 25%;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	padding: 10px 8px;
	font-size: 10px;
	line-height: 140%;
	text-align: left;
}
.privacy-table th {
	background: #003D8D;
	color: #fff;
}
a.form-btn {
	display: block;
	width: 100%;
	margin: 0 auto;
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #E0E0E0;
	text-align: center;
	padding: 12px 0;
}


#article-single {
	padding-bottom: 50px;
}
@media (max-width: 750px) {
	#article-single {
		padding: 0 0 35px 20px;
	}
}
.article-conts-wrap {
	width: 100%;
	height: auto;
	max-width: 720px;
	padding: 100px 70px;
	background: #FAFAFA;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 6px;
}
@media (max-width: 750px) {
	.article-conts-wrap {
		padding: 50px 50px 50px 30px;
		top: -30px;
		border-radius: 6px 0px 0px 6px;
	}
}
.single {
	margin-bottom: 60px;
}
.single .date {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 100%;
}
.single h2 {
	padding-bottom: 15px;
	border-bottom: 1px dotted #707070;
	margin-bottom: 15px;
	font-size: 16px;
}
.single p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 140%;
}
.single p img,
.single img {
	width: auto;
	max-width: 100%;
	height: auto;
}
@media (max-width: 750px) {
	.single p img,
	.single img {
		width: 100%;
		height: auto;
	}
}
/* [00.MEDIA QUERIES,PRINT]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 750px) {
	body {
		position:relative;
	}
	.dsn-sp {
		display: block;
	}
	.dsn-pc {
		display: none;
	}
}
/* [width:1680-5400]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1680px) and ( max-width:5400px){
}
/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	}
@media print {
}


/* 最新のsafari用*/
_::-webkit-full-page-media, _:future, :root .swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}
/* 古いsafari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .swiper-button-next:after, .swiper-button-prev:after {
		display: none;
	}
}