<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* rizoba.com  special-shigira */

html, body {
	font-size:16px;
	font-family: "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
img{max-width:100%}
.is-bold {  font-weight: 700; }
#breadcrumb{
	max-width:1160px;
	margin: 0 auto;
	padding:0 6px 0 0;
	font-size:90%;
}
#breadcrumb p{
text-align:right;
margin:5px auto -24px;
}
#breadcrumb a{	color:#00a0df;}

@media screen and (max-width: 738px) {
	#breadcrumb{
		display:none;
	}
}
/*------common --------------*/
.container h3{margin:0.3em 0 2.2em ;}
p.txt{
  width: 100%;
  display:block;
  margin:0;
  padding:0;
  margin:0 0 1.8em ;
}

/* --- navi ---------------------------------------------- */
#nav {
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 52px;
	z-index: 1000;
	color: #fff;
	background-color: #ac9c6b;
  }
  #nav a {   color: #ffffff; }
#nav h1 {
   color: #fff;
   position:absolute;
   font-size:11px;
   top:10px;
   left:260px;
   font-weight:normal;
	 }
  #nav .btn-contact {
    width: 120px;
    height: 40px;
    padding: 0;
	background-color:#f27072 !important;
	border:solid 1px #fff;
	color:#fff;
	font-weight:normal;
	}
#nav .tel {
    align-items: flex-end;
	margin-right:15px;
}
  .tel-txt{
	  font-size:13px;
}
.nav-content {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display: flex;
   -webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 1160px;
	margin:0 auto;
	padding: 0 42px;
	position:relative;
	}
  .nav-content ul {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display: flex;
   -webkit-justify-content: space-around;
    justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
    padding: 0;
    margin: 0; }
  .nav-content li {   list-style: none; }
  .nav-content li + li {  margin-left: 24px; }
@media screen and (max-width: 999px) {
	.nav-content {padding: 0 8px; }
	#nav h1{	display:none;}
	#logo{margin-top:8px;}
	.nav-oubo{margin-top:3px;}
}
@media screen and (max-width: 640px) {
#nav {height: 50px;}
#nav .tel { display: none; }
#nav .nav-content {  padding: 0 10px; }
}
@media screen and (max-width: 414px) {
	#logo{ width:160px;}
}
/* --- footer ---------------------------------------------- */
#foot_conte {
  padding: 32px 0 0;
  margin-top:-8px;
  }
#foot_conte h4 {
	  padding-top:0;
	  margin-bottom:16px;
     }
#foot_conte .txt {  font-size:85%; }
 @media screen and (max-width: 612px) {
	#foot_conte { display:none;}
 }

.footer {
  background-color: #ac9c6b;
  position: relative;
  width: 100%;
  color: #ffffff; }
  .footer a { color: #ffffff; }
  .footer ul, .footer p {
    margin: 0;
    padding: 2px 0;
    }
  .footer ul { list-style: none; }
  .footer ul li {
	display: inline-block;
	padding: 0 4px; }
  .footer ul li + li {
	border-left: 1px solid #ffffff; }
  .footer .footer-container {
	  max-width: 86rem;
	  box-sizing: border-box;
	 margin:0 auto;
	 padding: 0 42px;
     }
  .footer .footer-container h4 { padding-top:2em; }
  .footer .footer-container .txt { font-size:80%; }
  .footer .copy-right{
	  text-align:center;
	  font-size:80%;
    }
 #foot_tel{ text-align:right; }
@media screen and (max-width: 738px) {
	.footer .footer-container {
		padding: 0 0 3rem;
	}
}
@media screen and (max-width: 480px) {
  .footer .footer-container {
    padding: 0 10px 3rem;
	 }
 }
 @media screen and (max-width: 640px) {
  .footer-container h4,.footer-container .txt{
	  display:none;}
	#foot_tel { text-align:center;    }
	.item_tel_number {  margin:16px auto 0;  }
	.footer .copy-right { font-size:74%;  }
 }
.key {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	background-color: #a6e1ee;
   }
@media screen and (max-width: 738px) {
	.key {background-image: none;  }
}
@media screen and (max-width: 480px) {
	.key { margin-bottom:0;  }
 }
.key img {
  width: 100%;
  max-width:1160px;
  margin:0 auto;
  vertical-align:bottom;
   }
 button {
  font-size: 16px;
  color: #0f67c3;
  cursor: pointer;
  outline: none;
}
button:hover {  opacity: 0.7; }
.btn-contact {
	width: 100%;
	background-color: #20bcbd;
	border-radius: 6px;
	border: none;
	height: 60px;
	padding: 6px 32px;
	font-size: 1em;
	color: #fff;
}
.btn-contact.pink {
  background-color: #f27072;
  color:#fff;
}

@media screen and (max-width: 480px) {
  .btn-contact {
    width: 100%; }
}
.box-img {text-align:center;}
.box-txt {font-size:90%;}

@media screen and (max-width: 1023px) {
  h2 {    letter-spacing: normal; }
  }
.pagetop{
	max-width: 86rem;
	font-size: 12px;
	text-align: right;
	padding: 0x 42px 0;
	margin:-16px auto;
	width:100%;
	box-sizing:border-box;
}
.pagetop a{
	padding:26px 72px 26px 0;
	background-image: url(../images/btn_totop.png);
	background-repeat: no-repeat;
	background-position: right top;
	max-width:300px;
	margin-right:2%;
}
.pagetop a:hover{
    opacity: 0.7; }
@media screen and (max-width: 738px) {
.pagetop{
	padding: 40px 10px 0;
}
.pagetop a{
	padding:40px 40px 0 0;
	background-position: right bottom;
	background-size:40px 40px;
	}
}
html, body {
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  color: #333; }
h1, h2, h3, h4, h5, h6 {
  margin: 0; }
  h1.is-centered, h2.is-centered, h3.is-centered, h4.is-centered, h5.is-centered, h6.is-centered {
    text-align: center; }
h2 {  letter-spacing: 0.1em; }
a {
  color: #00a0df;
  text-decoration: none; }

/*--- container ----------------------------------------*/
.container,.vol_container {
  max-width: 1160px;
  align-items: center;
  padding: 0 32px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  }

@media only screen and (min-width: 48em) {
  .container ,.vol_container {
    width: 100%; }
}
@media only screen and (min-width: 64em) {
  .container ,.vol_container {
    width: 100%; }
}
@media only screen and (min-width: 75em) {
  .container ,.vol_container {
    max-width: 1160px; }
 }
 @media only screen and (max-width: 640px) {
  .container ,.vol_container {
  padding: 0 12px;
	}
 }
.vol_container p.txt{
	margin:1.4em 0 1.4em !important;
	}

/* PC SP-only---------------------------------------------- */
@media screen and (max-width: 738px) {
	.pc-only {display:none;}
}
@media only screen and (min-width: 739px) {
	.sp-only {display:none;}
}
.tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.tel div {
display: flex;
align-items: center;
justify-content: center; }
.tel div span {  padding: 0 4px; }
section {  width: 100%; }
.bg-gray {
  background-color: #f6f1f1;
  padding: 80px 0;
  }
.bg-white {
  background-color: white;
  padding: 40px 0; }
.bg-blue {
  background-color: #f4efe4;
  padding: 40px 0; }

@media screen and (max-width: 480px) {
	.bg-gray {
	  padding: 20px 0 30px 0; }
	.bg-white {
	  padding: 20px 0 30px 0; }
	.bg-blue {
	  padding: 20px 0 30px 0; }
}
@media screen and (max-width: 480px) {
  h2, h3, h4, h5, h6 {
    letter-spacing: normal; }
  .container,.vol_container {
    padding: 0 10px; }
 }

/*--- flex-box ----------------------------------------*/
.flex-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction:         row;
  padding:0;
  margin:0 ;
   }
.flex-box a img:hover {
	opacity:0.7;
   }
 @media only screen and (max-width: 738px) {
	.flex-box {	display:block;}
 }
.flex-box .item{
		text-align:center;
		box-sizing:border-box;
}
.flex-box .item p{	text-align:left;}
.flex-box .item img {
	width:100%;
	height:auto;
	vertical-align: bottom;
}
 @media only screen and (max-width: 738px) {
	.flex-box .item p{	font-size:80%;}
 }

 /*---- flex 2colums----- */
.item.item-2_1 {	width:50%;}
.item.item-2_2 {
	-webkit-flex:1;
	flex: 1;
}
  @media only screen and (max-width: 738px) {
	.item.item-2_1 {	width:100%;}
 }
  /*---- flex 3colums----- */
.item.item-3_1 {	width:33.3%;}
.item.item-3_2,.item.item-3_3 {
	-webkit-flex:1;
	flex: 1;
}
  @media only screen and (max-width: 738px) {
	.item.item-3_1 {	width:100%;}
 }

/*======section_title======================*/
.section_title{
	color:#ac9c6b;
	text-align:center;
	font-size:2.1em;
	font-weight: 700;
	letter-spacing:1px;
    display: table;
    white-space: nowrap;
	display:block;
}
.section_title02{
	text-align: center;
	color: #fff;
	font-size:1.42em;
	line-height:50px;
	background-color: #ac9c6b;
 	position: relative;
	display: inline-block;
 	width: 100%;
	border-radius:6px;
}
.section_title02:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ac9c6b;
}
.section_title02 span.yellow {
	color: #FFF000;
	font-size:110%;
	}
.section_title03{
	color: #e75373;
	font-size:1.2em;
 	width: 100%;
	border-bottom:3px solid #e75373;
	margin:1em 0 2em;
	text-align:center;
}
.read{
	margin:0 3.8em 2.6em;
	text-align:center;
	font-size:110%;
	text-align:left;
	}
 .under {
  background: linear-gradient(transparent 50%, #fcff00 50%);
  }
@media screen and (max-width: 738px) {
	.section_title{
		font-size:1.2em;
	}
	.section_title02{
		font-size:1.1em;
		margin-bottom:1.8em;
		line-height:1.4em;
		padding:0.6em 4%;
		box-sizing:border-box;
	}
	.read{
		font-size:85%;
		margin:0 0 2em;
		}
   }
#btn1{
	margin:60px 0 0;
	padding: 0;
}
#btn2{
	padding: 0;
	margin: 0 0 40px;
}
@media screen and (max-width: 738px) {
	#btn1{
		margin:20px 0 0;
		padding: 0;
	}
}

/*======intro======================*/
#intro {
	padding: 40px 0 0;
}
.sp-txt{
	color:#1eb6b8;
	font-size:14px;
	font-weight:bold;
	padding:0 8px;
	margin-top:2px;
}
 #intro .flex-box {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
   -webkit-justify-content: space-between;
	justify-content: space-between;
	margin:0 ;
}
 #intro #intro1.flex-box  {
	background-color: #f4efe4;
	border-radius:6px;
	margin-bottom:2em;
	padding: 28px 21px 3px 21px;
}
 #intro #intro1.flex-box .item {
	width: 54%;
	box-sizing: border-box;
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	padding: 16px 16px 8px;
	margin-bottom: 16px;
}
 #intro #intro1.flex-box .item2 {
	width: 45%;
}
 #intro #intro1.flex-box .intro_img img {
	padding:5px;
	box-sizing:border-box;
	border: 1px solid #CCC;
	background-color: #FFF;
	 -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	 -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
 }

 #intro #intro1.flex-box h4 {
	color: #a99a6a;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	padding: 8px 0 6px 38px;
	margin: -10px 0 24px 5px;
	background-image: url("../images/icon.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 34px auto;
}

 #intro #intro2.flex-box .item {
	width: 32%;
	box-sizing: border-box;
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	padding: 0;
	margin-bottom: 16px;
	border: solid 1px  #aaaaaa;
	border-radius:6px;
	margin-bottom: 16px;
}
 #intro #intro2 h4{
	font-size:1.2rem;
	font-weight:bold;
	padding:3px 0 0 16px;
	text-align:center;
	background-color: #a99a6a;
	border-bottom:solid 2px #a99a6a;
	color:#fff;
	text-align:left;
}
 #intro #intro2 img{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

 #intro #intro2 .txt-box{
	 padding:0 8px;
}
 #intro .subtxt{
	 margin: 0 0 40px;
	 padding:20px 15px;
	 border-radius: 2px;
	 background: #eee;
 }
 #intro .subtxt p{
	 font-size:14px;
	 margin: 0;
 }
 #intro .flex-box .item p { font-size:90%; }
@media only screen and (max-width: 980px) {
 #intro .flex-box {	margin:0 10px; }
}
@media only screen and (max-width: 738px) {
	#intro{	padding-top:12px;	}
	  #intro .flex-box {
		margin:0;
	}
	 #intro #intro1.flex-box .item, #intro #intro1.flex-box .item2 {
		 width:100%;
	}
	 #intro #intro1.flex-box  {
			background-color: #fff;
			border-radius:0;
		   margin-bottom:2em;
		padding: 0;
	}
	
	 #intro #intro1.flex-box h4 {
		font-size: 1.0em;
		padding: 8px 0 6px 30px;
		margin: -10px 0 8px 5px;
		background-size:28px;
		background-image: url("../images/icon.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	 #intro #intro1.flex-box .item {
		padding: 0;
		margin-bottom: 0;
	}
	 #intro .flex-box .item p {
		 padding:0 6px;
		 font-size:84%;
	}
	#intro #intro2.flex-box .item {
		width: 100%;
		max-width:540px;
		padding:6px;
		margin:0 auto 16px;
	}
 }
/*======coordinator_box======================*/

#coordinator_box.flex-box {
	display: flex;
	margin-bottom: 2em;
	padding: 0 78px 3px;
}
#coordinator_box .item1{
	width: 120px;
	margin: 0 16px 0 0;
}
#coordinator_box .item2{
	flex:1;
}
#coordinator_box.flex-box .item p{
	margin: 0;
}
@media only screen and (max-width: 738px) {
	#coordinator_box.flex-box {
		padding: 0;
	}
	#coordinator_box .item1{
		width: 100px;
		margin: 0 10px 0 0;
	}
}

/*    merit   */
#merit {
	margin-top:3rem;
}
#merit .flex-box {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
   -webkit-justify-content: space-between;
	justify-content: space-between;
	margin:0 auto;
}

#merit .flex-box .item{
	background-color:#fff;
	margin-bottom:32px;
	border:solid 1px #eee;
	border-radius:6px;
}
#merit .flex-box img{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#merit1.flex-box .item{
	width:49%;
	padding-bottom:8px;
}
#merit1.flex-box .item p{
	padding:0 8px;
	font-size:90%;
}
@media only screen and (max-width: 738px) {
	#merit {
		margin-top:1.6rem;
	}
	#merit1.flex-box {
		max-width:540px;
	}
	
	#merit1.flex-box .item{
		width:100%;
		max-width:540px;
		margin:0 auto 16px;
		border:none;
	}
	#merit1.flex-box .item p{
		padding:0 16px;
		font-size:88%;
	}
}
#merit2.flex-box .item{
	width:32%;
	padding-bottom:8px;
}
#merit2.flex-box .item p{
	padding:0 8px;
	font-size:90%;
}
@media only screen and (max-width: 738px) {
	#merit2.flex-box {
		max-width:540px;
	}
	
	#merit2.flex-box .item{
		width:100%;
		max-width:540px;
		margin:0 auto 16px;
		border:none;
	}
	#merit2.flex-box .item p{
		padding:0 16px;
		font-size:88%;
	}
}

/*    about   */
#about #about1.flex-box {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
   -webkit-justify-content: space-between;
	justify-content: space-between;
	margin:0;
}
#about #about1.flex-box .item{
	width:31%;
}
#about #about1.flex-box .item img{
	border:solid 1px #b48a00;
	margin-bottom:1.0em;
}
#about #about1.flex-box .item h4{
	border-radius: 50%;
	font-size: 1.24em;
	line-height: 56px;
	color: #fff;
	width: 128px;
	height: 56px;
	text-align: center;
	margin: auto;
	background-image: url(../images/bg_title_bg.jpg);
	background-position: center top;
}
#about #about2.flex-box .item{
	width:47%;
}
#about #about2.flex-box .item h4{
	font-size:1.2em;
	color:#fd519a;
	padding-top:12px;
}
#about #about2.flex-box .item p{
	padding:0 6px;
}
@media screen and (max-width: 738px) {
	#about #about1.flex-box .item{
		width:100%;
	}
	#about #about1.flex-box .item h4{
		font-size: 1.1em;
		line-height: 2em;
		color: #fff;
		width: 124px;
		height: 2em;
	}
	#about #about1.flex-box .item p{
		margin-bottom:3em;
	}
	#about #about2.flex-box .item{
		width:100%;
	}
	#about #about2.flex-box .item h4{
		font-size:1.1em;
	}
	#about #about2.flex-box .item p{
		margin-bottom:0em;
	}
}

/*    osusume    */
.osusume {
	margin-bottom:3rem;
}
.osusume .flex-box {
	width:90%;
	margin:0 5% 2rem;
	box-sizing:border-box;
}
.osusume .flex-box .item01 {
	width:20%;
}
.osusume .flex-box .item02 {
	width:80%;
}
.osusume .flex-box .item02 .txt-box {
	margin-left:5%;
}
@media screen and (max-width: 738px) {
	.osusume .flex-box {
		display:flex;
		width:100%;
		margin:0 ;
		box-sizing:border-box;
	}
	.osusume .flex-box .item01 {
		width:40%;
	}
	.osusume .flex-box .item02 {
		width:60%;
	}
	.osusume .flex-box .item02 .txt-box {
		margin-left:5%;
		margin:-1rem 0 1.6rem 5%;
	}
}

/*    job    */
#job .flex-box h4 {
	font-size: 1.2rem;
    font-weight: bold;
    padding: 3px 0 0 16px;
    text-align: center;
    background-color: #a99a6a;
    border-bottom: solid 2px #a99a6a;
    color: #fff;
    text-align: left;
	}
#job #job1.flex-box {
  -webkit-justify-content: space-between;
  justify-content:         space-between;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
  margin:0 auto ;
}
#job #job1.flex-box .item{
	width:32%;
	margin-bottom:24px;
	border:solid 1px #8e929e;
	padding:0;
	border-radius:6px;
}
#job #job1.flex-box .item.spacer{
	border:none;
	margin-bottom:0;
	height:0;
	padding:0;
}

#job #job1.flex-box img{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#job #job1.flex-box .item p{
	font-size:90%;
	margin-top:0px;
	padding:8px 8px 0;
}

@media screen and (max-width:738px) {
	#job #job1.flex-box {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
	  margin:0 2.5% ;
	}
	#job #job1.flex-box .item { width:48%; }
}

@media screen and (max-width: 480px) {
	#job .flex-box h4 {
		font-size:1.1em;
	}
	#job #job1.flex-box .item { 
		width:100%; 
		margin-bottom:1em;
		-webkit-background-size: 20px 20px;
	}
	#job #job1.flex-box .item p{
		margin:0.6rem 0;
		font-size:85%;
	}
}

/*    access    */
#access .flex-box {
  -webkit-justify-content: space-between;
  justify-content:         space-between;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
  margin:0 auto ;
}
#access .flex-box .item1{
	width:62%;
}
#access .flex-box .item1 img{
	padding:2px;
	border-radius:6px;
	border:solid 1px #8e929e;
}
#access .flex-box .item2{
	width:35%;
}
.address{
	background-color:#eee;
	padding:16px;
	font-size:90%;
	margin-bottom:2rem;
}
#map_btn{
	width:168px;
	margin:0 auto 16px;
}
.gmap  {
	margin-top:2rem;
}
.gmap a {
	display:block;
	color:#fff;
	background-color:#4688f1;
	width:60%;
	margin:0 20%;
	padding:12px 0;
	text-align:center;
	border-radius:8px;
}
.gmap a:hover {  opacity: 0.7; }


@media screen and (max-width: 738px) {
	#access {
		margin-top:-1.4rem;
	}
	#access .flex-box .item1{
		width:100%;
	}
	#access .flex-box .item2{
		width:100%;
	}
	#access .flex-box .item1 img{
		padding:0;
		border-radius:0;
		border:none;
	}
	.address{
		margin-bottom:1rem;
	}
	.gmap a {
		padding:10px 0;
	}
}

/*    gallery    */

#vol .contents { margin-top:-1.6rem;}
@media screen and (max-width: 738px) {
	#vol {
		margin-top:-1rem;
	}
}
/*--- flow -------------------------------------------- */
#oubo .item.item-title {
	background-color:#34b9be;
}
#oubo .item.item-text h3{
	color:#34b9be;
}
#oubo .inner-white {
	padding:40px 0 10px;
	margin-bottom:40px;
}
@media screen and (max-width: 738px) {
	#oubo .inner-white {
		padding:0;
		margin-bottom:0;
	}
	#oubo .item-text{
		background-color: rgba(255,255,255,0.00);
	}
}
#oubo .container ul {
    max-width: 850px;
	width:100%;
    margin: auto;
	padding:0;
}
#oubo .container ul li h4,#oubo .container ul li p {  position: relative; }
#oubo .container ul li h4 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    background-color: #36babf;
    color: #FFF;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
	font-weight:900;
}
#oubo .container ul li h4:after{
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    margin: auto;
    border: 10px solid transparent;
    border-top: 10px solid #36babf;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}
#oubo .container ul li p{
	padding:0 3% 2%;
}
#oubo .container ul li {
    margin-bottom: 2.6em ;
	list-style:none;
	background-color:#fff;
	}

@media screen and (max-width: 620px) {
	#oubo .container ul li h4 {
		padding: 0;
		font-size: 16px;
		line-height: 36px;
	}
	#oubo .container ul li h4:after{
		content: "";
		top: 36px;
	}
	#oubo .container ul li p { padding:0 3% 3%;}
	#oubo .container ul li {   margin-bottom: 30px ;	}
}

/*--- 応募ボタン -------------------------------------------- */
.oubo_btn {
	max-width:1160px;
	margin:2rem auto 0;
}
#top_oubo.oubo_btn {
	margin-top:3.6rem;
}
#2_oubo.oubo_btn {
	margin-top:2rem;
}

.oubo_btn.flex-box {
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
.oubo_btn.flex-box .item {
	width: 35%;
	margin:0 15px;
}

@media screen and (max-width: 738px) {
	#top_oubo.oubo_btn {
		margin-top:2rem;
	}
	#4_oubo.oubo_btn.flex-box {
		margin-top:-4rem;
	}
	
	.oubo_btn.flex-box {
		display: -webkit-flex;
		display: flex;
		 -webkit-flex-direction: column;
		  flex-direction:         column;
		-webkit-align-items: center;
		align-items: center;
	}
	.oubo_btn.flex-box .item {
		width: auto;
		margin:0 12px;
	}
		.oubo_btn .btn-contact{
			display:block;
			width:90%;
			min-width:280px;
			margin:0 auto 15px;
	}
}

.footer .container { padding: 0;      }

/*float_oubo-SP*/
@media screen and (max-width: 738px) {
	#btn_top_float {
		position: fixed;
		z-index: 1000;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		background: #f0f0f0;
		box-shadow: 0px -2px 8px -5px #333;
		border-top: 1px solid #ddd;
		padding: 6px 0;
		text-align: center;
		display:block;
	}
	#btn_top_float .btn_register {
		width: 84%;
		margin: 0 auto;
		background: #f46f70;
		border-radius: 7px;
	}
	#btn_top_float .btn_register a {
		display: block;
		padding: 15px 0;
		color: #FFF;
		font-size: 14px;
		text-decoration: none;
	}
}</pre></body></html>