@charset "UTF-8";
/* rizoba.com  special-kinosaki */

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.0em ;}
p.txt{
  width: 100%;
  display:block;
  padding:0;
  margin:0 0 1.8em ;
	}
@media screen and (max-width: 738px) {
.container h3{margin:0.3em 0 1em ;}
}
/* --- navi ---------------------------------------------- */
#nav {
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 52px;
	z-index: 1000;
	color: #fff;
	background-color: #a751af;
  }
  #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;
	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 {
	background-color: #a751af;
	color:#fff;
  padding: 32px 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: #a751af;
  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: 480px) {
  .footer .footer-container {
    padding: 0 10px; }
 }	
 @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;
   }
@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 {
	background-color: #f27072;
	border: solid 2px #ffffff;
	height: 60px;
	padding: 6px 32px;
	font-size: 1em;
	color: #fff;
	border-radius: 8px;
}
.btn-contact.pink {
  background-color: #05579e;
  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---------------------------------------------- */
.sp_only {
  display: none !important;
}
@media screen and (max-width: 738px) {
   .pc_only {
    display: none !important;
  }
 .sp_only {
    display: block !important;
  }
}
.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: #efefef;
  padding: 80px 0;
  }
.bg-white {
  background-color: white;
  padding: 40px 0; }
.bg-blue {
  background-color: #D3F3FA;
  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:#a751af;
	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: #a751af;
 	position: relative;
	display: inline-block;
 	width: 100%;
	border-radius:6px;
	margin-bottom:8em;
}
.section_title02:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #a751af;
}
.section_title02 span.yellow {
	color: #FFF000;
	font-size:110%;
	}

 .under {
  background: linear-gradient(transparent 50%, #fcff00 50%);
  }  
.read{
	margin-bottom:3em;
	text-align:center;
	} 	
@media screen and (max-width: 738px) {
.section_title{
	font-size:1.2em;
}
.section_title02{
	font-size:1.0em;
	line-height:2.4em;
}	
.read{
	font-size:85%;
	margin-bottom:2em;
	text-align:left;
	}
   }	
/*======intro======================*/
#intro {padding-top: 40px; 	}
.sp-txt{
	color:#1b2a89;
	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 .txt1{
	margin-bottom:2em;
	line-height:1.8em;
	text-align:center;
	}
@media screen and (max-width: 738px) {
#intro .txt1{
	font-size:90%;
	text-align:left;
	}
}

 #intro #intro1.flex-box  {
		background-color: #efefef;
		border-radius:6px;
	   margin-bottom:2em;
	padding: 28px 21px 3px 21px;
}
 #intro #intro1.flex-box .item {
	width: 45%;
	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: 54%;
}
 #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: #000d78;
	font-weight: bold;
	font-size: 19px;
	text-align:left;
	padding: 2px 0 6px 64px;
	margin: -10px 0 0px 5px;
	background-image: url("../images/bg_ex_title.png");
	background-position: left top;
	background-repeat: no-repeat;
}

 #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  #dddddd;
	border-radius:6px;
	margin-bottom: 16px;
}
 #intro #intro2 h4{
	font-size:17px;
	font-weight:bold;
	padding-top:3px;
	text-align:center;
	background-color: #a751af;
	border-bottom:solid 2px #a751af;
	color:#fff;
}
 #intro #intro2 img{
    border-top-left-radius: 6px;  
    border-top-right-radius: 6px;  
}

 #intro #intro2 .txt-box{
	 padding:0 8px;
}
 #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: 0 0 6px 50px;
	margin: -10px 0 8px 5px;
	background-size:42px;
	background-image: url("../images/bg_ex_title.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;
}
 #intro #intro2 .txt-box{
	 padding:0;
}
 }

/*intro2-2*/

 #intro #intro2-2{
	background-color: #efefef;
	 padding:1em 2em;
	 border-radius:6px;
}

 #intro #intro2-2 h4 {
	 font-size:1.5em;
	 color: #a751af;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin:0.7em 0 1.5em;
}
 #intro #intro2-2 h4:before, #intro #intro2-2 h4:after  {
content: "";
	flex-grow: 1;
	height: 2px;
	display: block;
	}
 #intro #intro2-2 h4:before {
	margin-right: .4em;
	background: linear-gradient(-90deg, #a751af, transparent);}
 #intro #intro2-2 h4:after {
	margin-left: .4em;
	background: linear-gradient(90deg, #a751af, transparent);}

@media only screen and (max-width: 738px) {
 #intro #intro2-2{
	 padding:0.5em 0 0.4em;
}
 #intro #intro2-2 h4  {
	 font-size:1.1em;
	 text-align:center;
}
 #intro #intro2-2 h4 span {
	 display:inline-block;
}

 #intro #intro2-2 img, #intro #intro2-2 p   {
	 width:95%;
	 margin-left:2.5%;
	 margin-right:2.5%;
	 font-size:85%;
}
}

/*    merit   */
#merit .merit-box {
	width:100%;
	background-color:#fff;
	padding:2em;
	border:solid 1px #eee;
	border-radius:6px;
	margin:0 auto 32px;
	box-sizing:border-box;
}

#merit .item-box {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
   -webkit-justify-content: space-between;
	justify-content: space-between;
}
#merit .item-box .small-box {
	width:32.8%;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
   -webkit-justify-content: space-between;
	justify-content: space-between;
}
#merit #merit3 .item-box .small-box.txt-box {
	width:64%;
}

#merit .item-box .small-box img {
	width: 100%;
}
#merit .item-box .small-box.img-box img {
	margin-top:8px;
}
#merit .item-box .small-box.thum-box div {
	width:48.6%;
	margin:0;
	padding:0;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
   -webkit-justify-content: space-between;
	justify-content: space-between;
   -webkit-align-items: flex-end;
	align-items: flex-end;
}
#merit .item-box .small-box img {
	margin-top:8px;
	width:100%;
	height:auto;
	border-radius: 4px;
}

#merit .item-box .small-box img {
}

#merit .item-box .small-box p{
	padding:0 16px;
	font-size:90%;
}

@media only screen and (max-width: 1080px) {
#merit .item-box .small-box.img-box,#merit .item-box .small-box.thum-box {
	width:49%;
}
#merit .item-box .small-box.txt-box {
	width:100%;
}
#merit #merit3 .item-box .small-box.img-box {
	width:38%;
}
#merit #merit3 .item-box .small-box.txt-box {
	width:58%;
}

#merit .item-box .small-box p{
	padding:0;
}
}
@media only screen and (max-width: 738px) {
#merit .merit-box {
	 padding:1.5em 2.5% 0.4em;
	 margin-bottom:2em:;
}
}
@media only screen and (max-width: 480px) {
#merit .item-box .small-box.img-box,#merit .item-box .small-box.thum-box {
	width:100%;
}
#merit .item-box .small-box.txt-box {
	width:100%;
}
#merit #merit3 .item-box .small-box.img-box {
	width:100%;
}
#merit #merit3 .item-box .small-box.txt-box {
	width:100%;
}
}


ul.merit{
	margin: 1em 0 0;
	padding:0;
}
ul.merit li{
	float: left;
	font-size:13px;
	font-weight:bold;
	padding: 3px 10px;
	margin: 0 10px 0 0;
	display: inline;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 6px;
	background-color: #f46f70;
	color: #FFFFFF;
}
.clearfix:after{
  content: "."; 
  display: block; 
  clear: both; 
  visibility:hidden;
}

@media only screen and (max-width: 738px) {
ul.merit{
	margin: 0.5em 0 0;
	padding:0;
}
ul.merit li{
	font-size:11px;
	margin: 0 6px 6px 0;
	padding: 3px 6px;
}
}



/*    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;
}
}

/*    job    */
#job .flex-box h4 {
	color:#a751af;
	font-size:1.2em;
}
#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 ;
  max-width:1040px;
}
#job #job1.flex-box .item{
	width:32%;
	margin-bottom:32px;
	border:solid 1px #8e929e;
	padding:0;
	border-radius:6px;
}

#job #job1.flex-box img{
    border-top-left-radius: 6px;  
    border-top-right-radius: 6px;  
}
#job #job1.flex-box .item .txt-box p{
	font-size:90%;
	margin-top:0px;
	padding:0 8px;
	padding:3px 8px 0 10px;
	line-height:1.4em;
}
#job #job1.flex-box .item.other{
	width:100%;
	margin-bottom:32px;
	padding:8px;
	border:none;
}
#job #job1.flex-box .item.other .other-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row; 
  flex-direction:         row;
 justify-content: center;
 }
other-flex #other01,other-flex #other02 {
	width:18%;
 }

#job #job1.flex-box .item.other h4{
	margin-bottom:1em;
	border-bottom: solid 2px #a751af;
	padding-bottom:0.4em;
}
#job #job1.flex-box .item.other .read{
	text-align:center;
}
#other01{
	margin:10px 10px 0 0;
}
#other02{
	margin:10px 0 0 0;
}

#contents #job .job a:hover img{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;	
}

@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;
}

#job #job1.flex-box .item { width:48%; }
}

@media screen and (max-width: 480px) {
#job .flex-box h4 {
	font-size:1em;
	line-height:1em;
}
#job #job1.flex-box {  margin-bottom:0; }
#job #job1.flex-box .item { width:100%; }
#job #job1.flex-box .item p{
	margin:6px 0 0;
	font-size:85%;
}
#job #job1.flex-box .item{
	padding:8px;
	margin-bottom:1em;
	-webkit-background-size: 20px 20px;
}
}
#job .flex-box .item img{
	margin-bottom:0.8em;
}

@media screen and (max-width: 738px) {
#job #job1.flex-box .item h4{
	line-height:1em;
}
}

/*    qa    */
#qa-box.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 16px ;
}
#qa-box.flex-box .item{
	width:48.5%;
	margin-bottom:32px;
	padding:22px 0 0 16px;
	border-radius:6px;
	box-sizing:border-box;
	background-color: #fff;
}
#qa-box.flex-box .item p{
 	padding:0 22px 16px 46px;
	margin:6px 0 0;
	line-height:1.5em;
	font-size:94%;
}
#qa-box.flex-box .item .qu {
	color:#34b9be;
	font-weight:bold;
	padding:0 8px;
	line-height:28px;
	font-size:115%;
	text-align:left;
	margin-bottom:0;
}
#qa-box.flex-box .item .qu span{
	background-color: #34b9be;
	color: #fff;
	display: block;
	float: left;
	height: 28px;
	width: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 110%;
	margin: 0 8px 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#qa-box.flex-box .item .an {
	color:#f68b8c;
	font-weight:bold;
	padding:0 8px;
	margin:8px 0 0;
	line-height:28px;
	font-size:115%;
}
#qa-box.flex-box .item .an span{
	background-color: #f68b8c;
	color: #fff;
	display: block;
	float: left;
	height: 28px;
	width: 28px;
	line-height: 28px;
	text-align: center;
	font-size:110%;
	font-weight:bold;
	margin: 0 8px 0 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}


@media screen and (max-width: 738px) {
#qa-box.flex-box .item{
	width:100%;
	margin-bottom:16px;
	padding:16px 8px 0;
}
#qa-box.flex-box .item p{
 	padding:0 12px 16px;
	font-size:85%;
}
#qa-box.flex-box .item .qu {
	line-height:22px;
	font-size:100%;
}
#qa-box.flex-box .item .qu span{
	height: 22px;
	width: 22px;
	line-height: 22px;
	font-size:100%;
}
#qa-box.flex-box .item .an {
	line-height:22px;
	font-size:100%;
}
#qa-box.flex-box .item .an span{
	height: 22px;
	width: 22px;
	line-height: 22px;
	font-size:100%;
}

}

/*    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%;
}
#map_btn{
	width:168px;
	margin:0 auto 16px;
}

@media screen and (max-width: 738px) {
#access .flex-box .item1{
	width:100%;
}
#access .flex-box .item2{
	width:100%;
}
#access .flex-box .item1 img{
	padding:0;
	border-radius:0;
	border:none;
}

}


/*--- 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.flex-box {
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
.oubo_btn.flex-box .item {	margin:0 12px;}

@media screen and (max-width: 738px) {
.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 .btn-contact{
		display:block;
		width:90%;
		min-width:280px;
		margin:0 auto 0.6em;
}
}

.footer .container { padding: 0;      }