@charset "utf-8";

@media screen and (max-width: 736px) {
.wrapper {
	min-width: 100%;
	font-size: 1.4rem;
}
.content {
	padding-top: 0px;
}
p {
	font-size: 1.4rem;
}
/*------------------------------
	header
  ------------------------------*/
.headerInr {
	width: 100%;
	padding: 0 10px;
}
/*----- subHeader -----*/
.subHeader {
	overflow: hidden;
	clear: both;
}
.subHeader .headerInr {
	display: table;
	width: 100%;
}
.subHeader .linkList {
	display: none;
}
.subHeader .telArea {
	margin-top: 7px;
	padding-left: 0;
}
.subHeader .telArea > .telNum {
	font-size: 1.5rem;
	margin-right: 0;
	display: inline-block;
}
.subHeader .telArea > p {
	vertical-align: middle;
	font-size: 1rem;
	text-align: center;
	letter-spacing: -0.4px;
	display: inline-block;
}
.subHeader .contactBox {
	float: right;
	width: auto;
	padding: 4px;
}
.subHeader .contactBox a {
	font-size: 1rem;
}
.subHeader .contactBox a .contactBtn {
	font-size: 1.4rem;
}
/*----- mainHeader -----*/
.mainHeader .headerInr {
	display: block;
	padding: 5px 10px;
}
.mainHeader .headerInr > .headerItem {
	display: inline-block;
	vertical-align: middle;
	width: 28%;
}
.mainHeader .headerInr > .headerItem:nth-child(2) {
	display: none;
}
.mainHeader .headeMenu .menuItem {
	display: none;
}
.mainHeader .headeMenu li.logo {
	display: inline-block;
	width: 80px;
	margin-right: 0;
}
.mainHeader .headeMenu li.logo img {
	width: 100%;
	height: auto;
}
.mainHeader .headerBtn {
	display: table;
	width: 100%;
	padding: 10px;
}
.mainHeader .headerBtn li {
	width: 48%;
	display: table-cell;
}
.mainHeader .headerBtn li a {
	width: 100%;
	font-size: 1.4rem;
	letter-spacing: -0.5px;
}
/*----- SP -----*/
#srchBox #srch {
	top: -10px;
	left: 10px;
	width: 174px;
}
.mainHeader .spIcon {
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url(/common/images/icon_hummenue_open.png)no-repeat center;
	background-size: 100% 70%;
	cursor: pointer;
	float: right;
	margin-top: 4px;
}
.mainHeader .spIcon.close {
	background: url(/common/images/icon_hummenue_close.png)no-repeat center;
	background-size: contain;
}
.mainHeader .spMenuArea {
	display: none;
	width: 100%;
	background: #202a67;
	position: absolute;
	z-index: 1000;
}
.mainHeader .spMenuArea a {
	display: block;
	color: #fff;
}
.spLinkMenu .headerBtn {
	margin-bottom: 0;
}
.spLinkMenu .headerBtn .btnItem {
	display: table-cell;
	width: 48%;
	margin: 10px auto;
}
.spLinkMenu .headerBtn .btnItem a {
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	font-weight: bold;
}
.spLinkMenu .menuItem {
	border-top: 1px solid #fff;
}
.spLinkMenu .menuItem > a {
	position: relative;
	padding: 11px 24px 12px 10px;
	font-size: 1.4rem;
}
.spLinkMenu .menuItem {
	margin-bottom: 0;
}
/*------------------------------
	footer
  ------------------------------*/
.footerWrapper {
	min-width: 100%;
	margin-top: 40px;
}
.footerInr {
	display: block;
	width: 100%;
	padding: 20px 0;
}
.footerInr a {
	display: block;
	width: 100%;
	padding: 0 10px;
}
.footerWrapper .logo {
	margin-right: 0;
	padding: 0 0 20px 0;
}
.footerWrapper .logo img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
}
.footerWrapper .subFooter .footerInr {
	display: block;
	padding: 10px;
}
.footerWrapper .subFooter .provision {
	width: 100%;
	padding-bottom: 10px;
}
.footerWrapper .subFooter .provision > img:nth-child(2) {
	padding: 0 5px;
}
.footerWrapper .variousList {
	width: 100%;
}
.footerWrapper .groupList {
	width: 100%;
	padding-left: 0;
}
.footerWrapper .listInr {
	display: none;
	padding: 0;
	border-bottom: 1px solid #fff;
}
.footerWrapper li {
	padding: 12px 10px;
}
.footerWrapper .variousList li {
	width: 100%;
	padding-right: 0;
}
.footerWrapper .listInr .colmItem {
	padding: 0;
	margin-bottom: 0;
}
.footerWrapper .variousList .colmItem li {
	border-bottom: 1px solid #ffffff;
	background: #5d679f;
	margin-bottom: 0;
}
.footerWrapper .listTtl:nth-child(2n+1) {
	padding: 12px 10px;
}
.footerWrapper .accordionBtn:nth-child(2n+1) .footerItemInr {
	display: inline-block;
	width: 100%;
	background: url(/common/images/icon_sp_layermenu_open.png)no-repeat;
	background-position: right center;
	background-size: 16px;
}
.footerWrapper .accordionBtn:nth-child(2n+1).open .footerItemInr {
	background: url(/common/images/icon_sp_layermenu_close.png)no-repeat;
	background-position: right center;
	background-size: 16px;
}
.footerWrapper .variousList .groupwareList {
	width: auto;
}
.footerWrapper .variousList .colmItem:nth-child(3) li {
	width: 100%;
}
.footerWrapper .groupList li {
	border-bottom: 1px solid #ffffff;
	background: #5d679f;
	margin-bottom: 0;
}
.footerWrapper .groupList .colmItem, .footerWrapper .groupList .groupwareList li {
	border-bottom: none;
	background: #354187;
}
.footerWrapper .colmItem li::before {
	right: 12px;
	left: auto;
}
.footerWrapper .groupList .forSP li {
	padding: 12px 0px;
	border-bottom: none;
	background: #354187;
}
.footerWrapper .groupList .forSP li::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 47%;
	right: 15px;
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.footerWrapper .forSP .colmItem li::before {
	right: 0;
}
.footerWrapper .snsBtn {
	display: block;
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	vertical-align: middle;
}
.footerWrapper .snsBtn > div {
	display: inline-block;
}
.footerWrapper .subFooter .copyLight {
	padding: 0;
}
.footerWrapper .subFooter .copyLight p {
	font-size: 1.1rem;
	text-align: center;
}
.footerWrapper .provision .provisionInr {
	width: 100%;
	text-align: center;
}
.footerWrapper .provision .provisionInr > img {
	display: inline-block;
	height: 58px;
}
.footerWrapper .provision .provisionInr > ul {
	width: 100%!important;
}
.footerWrapper .provision .provisionInr > ul li {
	float: left;
	width: 50%!important;
	margin: 0!important;
}
.footerWrapper .provision .provisionInr > ul li:nth-child(3) {
	clear: both;
	float: left;
}
.footerWrapper .provision .provisionInr > ul li a:hover {
	text-decoration: none;
}
.footerWrapper .provision .provisionInr > ul li img {
	max-width: 100%;
}
.footerWrapper .provision .provisionInr > ul li span {
	display: block;
	margin: 10px 0;
	text-align: center!important;
}
.footerWrapper .provision .provisionInr > ul li span:first-child {
	min-height: 0;
}
.topPage a {
	width: 40px;
	height: 40px;
	bottom: 52px;
}
.topPage a::after {
	top: 17px;
	right: 12px;
}
/*------------------------------
	components
  ------------------------------*/
  /*
  content
  ==============================*/
.localNavArea + .wrapper {
	padding-top: 32px;
}
.contentInr {
	width: 100%;
	padding: 0 10px;
}
/*----- localNavi -----*/
.localNavArea {
	min-width: 100%;
	padding: 0;
}
.localNavArea.fixed {
	top: 47px;
}
.localNavArea .spBtn {
	display: block;
	position: relative;
	padding: 6px 0;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.localNavArea .spBtn span {
	position: relative;
	padding-right: 20px;
}
.localNavArea .spBtn span:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 0;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.localNav {
	display: none;
	width: 100%;
	position: absolute;
	z-index: 900;
	background: #1f2a66;
	border-bottom: 1px solid #888a8e;
}
.localNav li {
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
	border-right: none;
	border-top: 1px solid #888a8e;
}
.localNav li::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.localNav li:first-child {
	border-left: none;
}
.localNav li a {
	display: block;
	width: 100%;
	padding: 14px 10px;
}
.breadcrumb {
	width: 100%;
	padding: 0 10px;
	margin: 5px auto 5px;
}
/*----- title -----*/
.pageTtl {
	display: table;
	width: 100%;
	height: 100px;
}
.pageTtlInr {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 5px 10px;
}
.pageTtl .ttl {
	font-size: 2.2rem;
}
.ttlLv2 {
	font-size: 2rem;
	margin: 40px 0 20px;
	padding: 10px;
}
.ttlLv2.fsL {
	font-size: 2.2rem;
}
.ttlLv2.bdNon {
	padding: 0;
}
.ttlLv2.bdDash {
	margin-top: 0;
}
.ttlLv2.bdDash span {
	border-bottom: 2px dashed #fff;
}
.ttlLv3 {
	font-size: 1.8rem;
	margin: 0 0 20px 0;
}
.pointFlow {
	font-size: 1.8rem;
	margin-bottom: 15px;
	background: none;
	padding: 0;
}
.pointFlow span {
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
}
.pointFlow + .colom_2col.flex .col:nth-child(1), .pointFlow + .colom_2col.flex .col:nth-child(2) {
	width: 100%;
}
.pointFlow + .colom_2col.flex .col .linkBtn {
	width: 100%;
	padding: 15px 30px 15px 15px;
}

.service_case{
	display: block;
	background-size: auto;
}
.service_case div{
  display: flex;
}
.service_case .txt_box{
	display: block;
}
.service_case .ttl{
	font-size: 1.5em;
	color: #c16e22;
	font-weight: bold;
	margin-bottom: 5px;
}
.service_case .txt{
	color: #c16e22;
}

.service_case img{
	width: 140px;
  height: auto;
  margin: 0 auto;
}
	
	
	
/*----- .colom_2col -----*/
.colom_2col .col {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.colom_2col .col:last-child {
	margin-bottom: 0;
}
.colom_2col.type2 .col {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	letter-spacing: normal;
}
.colom_2col.flex .col a {
	width: 100%;
}
/*----- .colom_2col.hasSpace -----*/
.colom_2col.hasSpace {
	display: block;
}
.colom_2col.hasSpace .col {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.box_col:last-child {
	margin-bottom: 0;
}
.colom_2col.hasSpace .col img {
	width: 100%;
}
.colom_2col.hasSpace.type2 {
	display: block;
}
.colom_2col.hasSpace.type2 .col {
	width: 100%;
}
/*--.colom_2col flex (variable)--*/
.colom_2col.flex {
	display: block;
	padding: 0 0 20px 0;
}
.colom_2col.flex .col {
	display: block;
	margin: 0 auto;
	padding-left: 0;
}
.colom_2col.flex.reverse .col:last-child {
	padding: 0;
}
.colom_2col.flex .col:last-child {
	padding-left: 0;
	margin-top: 15px;
}
.colom_2col.flex .col img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
/*----- .colom_2col_float -----*/
.colom_2col_float.float_l .col:first-child {
	width: 100%;
	float: none;
	padding-right: 0;
	text-align: center;
}
.colom_2col_float.float_l .col img {
	width: 100%;
	margin: 0 auto;
}
.colom_2col_float.float_r .col:first-child {
	width: 100%;
	float: none;
	padding-left: 0;
	text-align: center;
}
.colom_2col_float.float_r .col img {
	width: 100%;
}
.colom_2col_float .caption {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
}
/*----- colom_3col -----*/
.colom_3col>.col {
	width: 100%;
	margin: 0 0 20px 0;
}
.colom_3col>.col:nth-of-type(n+4) {
	margin-top: 0;
}
.colom_3col.type2>.col {
	width: 50%;
	margin: 0 0 20px 0;
	padding: 0 10px;
}
.colom_3col.type2>.col:nth-child(2n+1) {
	padding-left: 0;
}
.colom_3col.type2>.col:nth-child(2n) {
	padding-right: 0;
}
/*-- colom_4col --*/
.colom_4col>.col {
	width: 100%;
	margin: 0 0 20px 0;
}
.colom_4col>.col:nth-of-type(n+5) {
	margin-top: 0;
}
.colom_4col.type2>.col {
	width: 49.6%;
	margin: 0 0 20px 0;
	padding: 0 10px;
}
.colom_4col.type2>.col:nth-child(2n+1) {
	padding-left: 0;
}
.colom_4col.type2>.col:nth-child(2n) {
	padding-right: 0;
}
/*----- .float_2col -----*/
.float_2col .float_l, .float_2col .float_r {
	width: 100%;
}
.float_2col .float_l {
	margin-bottom: 30px;
}
.float_2col_type02 .txt {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.float_2col_type02 .img {
	text-align: center;
}
.float_2col_type03 div:first-child {
	float: none;
	margin-bottom: 20px;
	text-align: center;
	margin-right: 0;
}
.float_2col_type03_02 div:first-child {
	float: none;
	margin-bottom: 20px;
	text-align: center;
	margin-left: 0;
}
/*-- table --*/
.tableTypeA_02 th, .tableTypeA_02 td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: -1px;
	padding: 15px;
}
	.colom_flat{
		display: flex;
		justify-content: space-between;
		overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
	}
	.colom_flat .col{
		width: 90%;
		margin: 0 10px;
	}
	
/*-- imgArea --*/
.imgArea {
	text-align: center;
}
.imgArea img {
	width: 100%;
}
.imgArea.full img {
	width: 100%;
}
/*-- linkBtnList --*/
.linkBtnList li {
	display: block;
	margin-right: 0;
}
.linkBtnList li + li {
	margin-top: 10px;
}
.linkBtnList .linkBtn, .linkBtn {
	width: 100%;
	padding: 15px 30px 15px 15px;
}
.linkBtnList.colm4 {
	display: block;
}
.linkBtnList.colm4 .linkBtn {
	margin-right: 0;
}
.ancBtnList {
	padding: 0;
	border-top: 1px solid #aaaaaa;
}
.ancBtnList > li {
	display: block;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #aaaaaa;
}
.ancBtnList > li .ancBtn {
	width: 100%;
	padding: 12px 10px 12px 28px;
}
.ancBtnList li a {
	margin-right: 0;
	border-right: none;
}
.ancBtn::before {
	left: 10px;
	top: 0;
	margin: auto;
	bottom: 0;
}
iframe {
	border: 0;
	width: 100%;
	max-width: 1000px;
	height: 300px;
}
iframe.mov50{
	width: 100%;
}
	
/*----- contact -----*/
.contact .contentInr {
	display: block;
	text-align: center;
	padding: 35px 10px;
}
.contact .linkBtn {
	width: 100%;
	font-size: 1.6rem;
}
.contact .linkBtn span {
	padding: 0 45px 0 40px;
}
.contact .trial .linkBtn span {
	padding: 5px 10px 3px 64px;
}
.contact .document .linkBtn span {
	padding: 5px 10px 3px 40px;
}
.contact .document {
	padding: 20px 0;
}
.contact .document .linkBtn span {
	padding: 5px 45px 3px 45px;
}
.contact.notTop {
	margin: 0;
	padding: 10px;
	background: #f0efef;
}
.contact.notTop .contentInr {
	padding: 0;
}
.contact.notTop .trial .linkBtn .inr {
	padding: 5px 45px 5px 85px;
}
.contact.notTop .document .linkBtn.blank .inr {
	padding: 5px 10px 5px 40px;
}
/*-- stripeBoxList --*/
.stripeBoxList .itemInr {
	min-height: 0;
	width: 100%;
	height: auto;
	padding: 10px 10px 20px 10px;
}
.stripeBoxList .itemInr::before {
	width: 26px;
	height: 26px;
}
.stripeBoxList .itemInr::after {
	width: 9px;
	height: 9px;
	bottom: 13px;
	right: 15px;
}
/*-- stripeBoxList.type2 --*/
.stripeBoxList.type2 {
	width: 100%;
	overflow-x: scroll !important;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch
}
.stripeBoxList.type2 .colom_3col {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.stripeBoxList.type2 .colom_3col .col {
	width: 80%;
	margin: 0 20px 20px 0;
}
.stripeBoxList.type2 .colom_3col .col:nth-of-type(n+4) {
	margin-top: 0;
}
.stripeBoxList.type2 .colom_3col .col:last-of-type {
	margin-right: 0;
}
.stripeBoxList.type2 .itemInr {
	height: 222px;
}
.stripeBoxList.type2 .itemInr .itemName {
	max-width: 100%;
}
.stripeBoxList.type2 .itemInr .tagCard {
	font-size: 1rem;
}
.stripeBoxList.type2 .itemInr .tagBox > p {
	white-space: normal;
}
/*-- stripeBoxList.type2 --*/
.stripeBoxList .yellow .col {
	padding: 10px;
	width: 100%;
}
.stripeBoxList .yellow .itemInr {
	height: auto;
	padding: 10px 10px 20px 10px;
}
.stripeBoxList .yellow .itemInr .itemName {
	position: absolute;
	top: 10px;
	left: 21.6%;
	width: auto;
}
.stripeBoxList .yellow .itemInr .itemTxt {
	display: table;
	width: 100%;
}
.stripeBoxList .yellow .itemInr .itemTxt .icon {
	display: table-cell;
	width: 18.5%;
	max-width: 60px;
	vertical-align: top;
	padding-right: 10px;
	text-align: left;
}
.stripeBoxList .yellow .itemInr .itemTxt .icon img {
	width: 100%;
	max-width: 60px;
}
.stripeBoxList .yellow .itemInr .itemTxt p {
	margin-top: 25px;
}
.stripeBoxList a[target="_blank"] .itemInr::after {
	display: none;
}
.stripeBoxList a[target="_blank"] .itemInr::before {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 20px;
	height: 24px;
	border-radius: 0;
	background: url(/common/images/ico_blank.png) no-repeat left top/100% auto;
}
/*-- infoList --*/
.infoList {
	padding: 0;
}
.infoRow .infoDate, .infoRow .infoTxt {
	display: block;
}
.infoList + p > .linkBtn {
	margin-top: 10px;
	width: 100%;
}
/*----- contentArea -----*/
#contact {
	margin-top: 30px;
}
#contact .ttlLv2 {
	margin: 0 auto 20px;
	font-size: 2.2rem;
	margin-top: 20px;
}
#contact .contactBox {
	padding: 20px 10px;
}
#contact .contactBox .telNum {
	font-size: 2.7rem;
}
#contact .contactBox p {
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
}
	.contactBox p {
		margin-right: 0;
		
	}
#contact .contactBox .btn a {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
}
	.contactBox .btn a {
		margin-bottom: 10px;
	}
/* case
  ------------------------------*/
.sortArea .sortBtn {
	width: 100%;
	margin-top: 30px;
}
.sortArea .sortBtn li {
	width: 23.8%;
	margin-right: 1%;
	padding: 10px 0;
}
.problem .contentInr {
	padding-bottom: 25px;
}
.problem .ttlLv2 {
	padding-top: 25px;
	padding-bottom: 0;
	margin-bottom: 35px;
	font-size: 2rem;
}
.problem .contentArea {
	display: block;
}
.problem .imgBox > img {
	width: 100%;
}
.problem .linkBox {
	margin-top: 30px;
}
.problem .linkBox .linkBtn {
	width: 100%;
	height: auto;
	padding: 15px 35px;
	font-size: 1.4rem;
}
/* case_problem03
  ------------------------------*/
.colom_2col.flex .col img {
	width: 100%;
}
/* price
  ------------------------------*/
.price .ancBtnList li, .price .ancBtnList li:nth-child(4n+1) {
	width: 100%;
}
.price .colom_2col.flex .col img {
	width: auto;
}
/* seminar
  ------------------------------*/
.mainArea {
	padding-top: 0;
}
.filterWrap li {
	padding-left: 0;
}
.filterTtl {
	width: 100%;
	vertical-align: top;
}
.filterTtl, .filterBtn {
	display: block;
}
.filterBtnList>li {
	width: 100%;
	display: block;
}
.filterBtnList >li.Tag a {
	width: 100%;
	padding: 12px 10px;
}
.contentArea .row {
	display: block;
	width: 100%;
	padding: 10px 0;
}
.contentArea .date {
	display: inline-block;
	width: 120px;
}
.contentArea dd.tagCol {
	display: inline-block;
	width: -webkit-calc(100% - 128px);
	width: calc(100% - 128px);
	vertical-align: top;
	margin-top: 0;
}
.Tag {
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.contentArea dd.txt {
	margin-left: 0;
	margin-top: 10px;
}
/*
  service
  ------------------------------*/
.service .content + .content {
	padding-top: 20px;
}
.service .ttlLv2 {
	margin-bottom: 20px;
}
.service .stripeBoxList .itemInr dt, .service .stripeBoxList div.col .itemInr dt {
	width: 30%;
	padding-right: 10px;
	text-align: center;
}
.ttlLv2.bdNon + .content {
	padding-top: 15px;
}
.ttlLv2.bdNon + .content .contentInr .contactBox .btn {
	width: 100%;
	margin: 0;
}
.ttlLv2.bdNon + .content .contentInr .contactBox .btn a, .ttlLv2.bdNon + .content .contentInr .contactBox .btn:last-child {
	margin: 0;
}
.ttlLv2.bdNon + .content .contentInr .contactBox p:first-child, .ttlLv2.bdNon + .content .contentInr .contactBox .btn {
	margin: 0 0 20px;
}
/*
  groupware
  ------------------------------*/
.circleBox {
	height: 140px;
	padding: 10px;
	border-radius: 5px;
}
.circleBox figure > img:first-child {
	height: 44px;
	margin-top: 10px;
}
/*-- content_arrow --*/
.colom_4col.type2 > .col {
	padding: 0 5px;
}
.content_arrow {
	margin-top: 40px;
	padding-bottom: 60px;
}
.content_arrow .circleBox figure figcaption {
	margin-top: 10px;
	font-size: 1.3rem;
}
.content_arrow .colom_4col .col:nth-child(2) .circleBox figure figcaption, .content_arrow .colom_4col .col:nth-child(3) .circleBox figure figcaption {
	margin-top: 15px;
}
.content_arrow .colom_4col .col:nth-child(4) .circleBox figure figcaption {
	margin-top: 25px;
}
.box_arrow{
	display: block;
}
.box_arrow div{
	width: 100%;
	padding: 20px 0;
}
.box_arrow .txt_up{
	padding: 2%;
}
/*-- content_stripeOR --*/
.content_stripeOR .ttlLv2 {
	font-size: 2.6rem;
}
.content_stripeOR .circleBox {
	height: 165px;
}
.content_stripeOR .circleBox figure figcaption {
	margin-top: 12px;
	font-size: 1.1rem;
}
.content_stripeOR .col:nth-child(2) .circleBox {
	padding: 10px 15px;
}
.content_stripeOR .col:nth-child(4) .circleBox {
	padding: 10px 17px;
}
.content_stripeOR .col:nth-child(2) .circleBox figure figcaption, .content_stripeOR .col:nth-child(4) .circleBox figure figcaption {
	font-size: 1.1rem;
}
.content_stripeOR .colom_4col .col:nth-child(4) .circleBox figure figcaption {
	margin-top: 10px;
}
.content_stripeOR .circleBox figure figcaption > span {
	font-size: 1.4rem !important;
}
/*-- pointBox --*/
.pointBox .flagNumber {
	left: 25px;
}
.pointBox .flagNumber .inr {
	height: 70px;
	font-size: 1.8rem;
}
.pointBox .pointBoxInr {
	display: block;
	width: 100%;
	height: auto;
	padding: 60px 10px 30px;
	text-align: center;
}
.pointBox .txtBox {
	display: block;
	width: 100%;
	padding-right: 0;
}
.pointBox .ttlLv3, .introduction .ttlLv3 {
	font-size: 1.8rem;
	text-align: left;
}
.pointBox .txtBox > p {
	margin-top: 10px;
	text-align: left;
}
.pointBox .captureBox {
	display: block;
	margin-top: 15px;
}
/*-- desBox --*/
.desBox .desInr {
	padding: 30px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2;
}
.desBox p + p {
	margin-top: 15px;
}
.desBox .captureBox a > img {
	display: inline-block;
	width: 45%;
}
.desBox .captureBox a:first-child > img {
	margin-right: 10px;
}
/*-- introduction --*/
.introduction {
	padding-bottom: 60px;
}
.introduction .funcBox {
	display: block;
	width: 100%;
}
.introduction .funcBox .txtBox {
	width: 100%;
	padding: 15px 0;
}
.introduction .ttlLv3 + p {
	margin-top: 10px;
}
.introduction .funcBox .iconBox {
	width: 100%;
	text-align: center;
}
.introduction .funcBox .iconBox > img {
	padding: 0;
}
.introduction .linkBtn {
	font-size: 1.4rem;
}
/*
  admission
  ------------------------------*/
.stepBox {
	margin-bottom: 0;
	text-align: center;
}
.stepBox .col {
	width: 94%;
	display: inline-block;
	margin: 0 auto 40px;
	text-align: left;
}
.stepBox .col::after {
	top: auto;
	bottom: -58px;
	right: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.stepBox .stepTxt {
	height: auto;
}
.step02 .stepTxt {
	padding-top: 100px;
}
/*----- pointBox_bgOR -----*/
.pointBox_bgOR {
	margin-top: 30px;
}
.pointBox_bgOR .flagNumber {
	left: 20px;
}
.pointBox_bgOR .flagNumber .inr {
	width: 87px;
	height: auto;
	padding: 15px 0;
	font-size: 17px;
}
.pointBox_bgOR .flagNumber::after {
	border-width: 0 45px 5px 45px;
	bottom: -1px;
}
.pointBox_bgOR .txtBox {
	padding: 30px 10px;
}
.pointBox_bgOR .txtBox > p {
	font-size: 1.4rem;
}
.pointBox_bgOR figure img {
	width: 100%;
}
/*
  func
  ------------------------------*/
.appListArea .ttlLv2 {
	margin: 40px 0 20px 0;
	font-size: 2.2rem;
}
.appListArea .ttlLv3 {
	margin-top: 0;
}
.ttlLv3 + .colom_2col {
	margin-top: 0;
}
.appListArea .colom_2col {
	margin-top: 20px;
}
.appListArea .appList .itemInr .icon img {
	width: 58%;
	max-width: 60px;
	height: auto;
}
.appListArea .colom_3col>.col {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.appListArea .colom_3col>.col:nth-of-type(n+4) {
	margin-top: 0;
}
.appListArea .appList .itemInr p {
	font-size: 1.2rem;
	line-height: 1;
	height: 2em;
}
.appListArea .colom_2col .optionTtl {
	margin-bottom: 30px;
}
.appListArea .colom_2col:last-child .col:first-child {
	width: 100%;
}
.appListArea .colom_2col .col.option {
	width: 100%;
	padding: 15px;
}
.appListArea .colom_2col .optionTtl {
	width: 100%;
	margin-bottom: 30px;
	font-size: 2rem;
	text-align: center;
}
.appListArea .colom_2col .col.option .appList {
	width: 100%;
}
.appListArea .appList > li {
	width: 25%;
}
.appListArea .colom_2col .col.option .appList .appItem {
	vertical-align: top;
}
.appListArea .colom_2col .col.option .appList .appItem .itemInr {
	height: 111px;
}
.appListArea .colom_2col .col.option .appList .itemInr p {
	height: 32px;
}
.appListArea .colom_2col .col.option .appList .appItem:first-child p {
	margin-bottom: 10px;
}
.appListArea .colom_2col .col.option .appList .icon img {
	max-width: 75px;
}
.appListArea .colom_2col .col.option .appList .appItem:last-child .icon img {
	max-width: 53px;
	width: 53px;
}
/*----- appBoxArea -----*/
.appBoxArea .ttlLv2:first-child {
	padding-top: 40px;
}
.appBoxArea .leadTxt {
	margin-bottom: 30px;
	font-size: 1.2rem;
}
.appBoxArea .colom_3col>.col {
	width: 100%;
	margin-left: 0;
}
.appBoxArea .colom_3col>.col:nth-of-type(n+4) {
	margin-top: 0;
}
.appBoxArea .stripeBoxList .yellow .itemInr {
	padding: 10px 10px 20px 10px;
}
.appBoxArea .stripeBoxList .itemInr dt {
	width: 16%;
	padding-right: 1%;
}
.appBoxArea .stripeBoxList .itemInr .itemName, .appBoxArea .stripeBoxList #paid .itemInr .itemName {
	font-size: 1.5rem;
}
/*
  groupware func
  ------------------------------*/
.btnArea .linkBtnList {
	margin-top: 30px;
}
.btnArea .linkBtnList .linkBtn {
	width: 100%;
}
.btnArea .linkBtn {
	width: 100%;
}
.btnArea .linkBtn .inr {
	font-size: 1.3rem;
}
.btnArea .linkBtnList .linkBtn {
	width: 100%;
}
/*--
	contents box
	------------------------------*/
.box {
	margin-bottom: 40px;
}
.bnrBox .bnr_item {
	font-size: 1.0rem;
	margin: 0 7px 7px 7px;
}
/*------------------------------
	2column
------------------------------*/
.content .contentInr main {
	width: 100%;
	display: block;
	vertical-align: top;
	margin-right: 30;
}
.content .contentInr .column_side {
	display: block;
	vertical-align: top;
	width: 100%;
}
	
/*------------------------------
	table
------------------------------*/
.table_scroll{
	overflow: auto; 
  white-space: nowrap;
}

/*
applicationBox
------------------------------*/
.applicationBox {
	margin-top: 40px;
}
.applicationBox .applicationBoxInr {
	width: 100%;
	padding: 0 10px;
}
.applicationBox .applicationBoxList {
	display: block;
}
.applicationBox .applicationBoxListItem {
	margin: 0;
	padding: 10px;
	width: 100%;
}
.applicationBox .applicationBoxListItem + .applicationBoxListItem {
	margin-top: 20px;
}
.applicationBox .applicationBoxTag {
	padding: 0 10px;
}
	
}
