@charset "utf-8";

/* *******************************************************************
 SP SETTING
******************************************************************* */

/* ==============================================
 BASE
============================================== */

html {
  min-width: 320px;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-touch-action: none !important;
}

.pc_only {
  display: none !important;
}

.js_imgpc {
  display: none !important;
}
.js_imgsp {
  display: inline;
}


/* ==============================================
 IMG
============================================== */

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}


/* ==============================================
 ANCHOR
============================================== */

a {
  outline:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}


/* ==============================================
 FORM
============================================== */

input, label, button {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}

input[type="button"], input[type="submit"], button {
  -webkit-appearance: none;
}


/* ==============================================
 FontSize
============================================== */

/* === Base 16⇒12px === * */
.-reason01-summary,
.-reason02-job-list--01 .-list-item-body,
.-reason02-job-list--02 .-list-item-ttl,
.-reason02-job-list--02 .-list-item-def__name,
.-reason03-summary,
.-toroku-summary,
.-reason03-box-list-item .-item-body,
.-toroku-box-list-item .-item-body,
.-flow-box-list-item .-item-body p,
.-faq-group-column--a .-faq-group-txt
{
  font-size: 12px\9;
  font-size: 1.2rem;
}

/* === 11⇒6px === * */
#footer .copyright
{
  font-size: 6px\9;
  font-size: 0.6rem;
}

/* === 14⇒11px === * */
.-reason02-job-list--02 .-list-item-def__condition,
.-flow-box-list-item .-item-icon__txt
{
  font-size: 11px\9;
  font-size: 1.1rem;
}

/* === 18⇒12px === * */
.-reason02-job-list--01 .-list-item-ttl,
.-entry-message p
{
  font-size: 12px\9;
  font-size: 1.2rem;
}

/* === 20⇒15px === * */
.-reason03-box-list-item .-item-ttl,
.-toroku-box-list-item .-item-ttl,
.-flow-box-list-item .-item-ttl
{
  font-size: 15px\9;
  font-size: 1.5rem;
}

/* === 24⇒15px === * */
.-flow-box-list-item .-item-icon__num
{
  font-size: 15px\9;
  font-size: 1.5rem;
}

/* === 26⇒14px === * */
.-faq-group-column--q .-faq-group-txt
{
  font-size: 14px\9;
  font-size: 1.4rem;
}

/* === 34⇒16px === * */
.-reason03-box-ttl,
.-toroku-box-ttl,
.content-section-ttl--dot
{
  font-size: 16px\9;
  font-size: 1.6rem;
}




/* *******************************************************************
 LAYOUT
******************************************************************* */

/* ==============================================
 #container
============================================== */

#container {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

/*
#container .hgroup-inner,
#container .hgnav-inner,
#container .hmv-inner,
#container .content-section-inner,
#container .fgroup-inner {
  margin: 0 10px;
  text-align: left;
}*/


/* ==============================================
 #header
============================================== */

#header {
  width: 100%;
  margin-top: 54px;
  padding-top: 1.71875%;
}

/* ----- .hgroup ----- */

.hgroup {
  height: 53px;
  padding-top: 1.71875%;
  border-bottom: 2px solid #60b5ea;
  background: url(../img/sp/bg_header.png) center top no-repeat #fff;
  background-size: 100% auto;
  position: fixed;
  z-index: 100;
  left:0; right:0; top:0;
}

.hgroup-inner {
  height: 53px;
  position: relative;
}

.hgroup-logo {
  width: 107px;
  position: absolute;
  left: 10px; top: 8px;
}

.hgroup-btn {
  width: 170px;
  position: absolute;
  right: 10px; top: 8px;
}

/* ----- .hgnav-pc ----- */

.hgnav_pc {
  display: none;
}

/* ----- .hgnav_sp ----- */

.hgnav_sp {
  width: 100%;
}

.hgnav_sp-inner {
  width: 100%;
}

.hgnav_sp-inner ul {
  border-top: 1px solid #dfdfdf;
}

.hgnav_sp-inner li {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}

.hgnav_sp-inner a {
  display: block;
  width: 100%;
  height: 40px;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
}
.hgnav_sp-inner a:after {
  display: block;
  content: " ";
  width: 15px;
  height: 8.5px;
  margin: auto;
  background: url(../img/sp/gnav_sp_arrow.png) left top no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 10px; top: 0; bottom: 0;
}

.hgnav_sp-list__n01 a {
  background: url(../img/sp/gnav_sp01.png) left top no-repeat;
  background-size: auto 100%;
}

.hgnav_sp-list__n02 a {
  background: url(../img/sp/gnav_sp02.png) left top no-repeat;
  background-size: auto 100%;
}

.hgnav_sp-list__n03 a {
  background: url(../img/sp/gnav_sp03.png) left top no-repeat;
  background-size: auto 100%;
}

.hgnav_sp-list__n04 a {
  background: url(../img/sp/gnav_sp04.png) left top no-repeat;
  background-size: auto 100%;
}

.hgnav_sp-list__n05 a {
  background: url(../img/sp/gnav_sp05.png) left top no-repeat;
  background-size: auto 100%;
}

/* ----- .hmv ----- */

.hmv {
  width: 100%;
  padding-top: 103.6%;
  position: relative;
  background: url(../img/sp/mv.png) center top no-repeat;
  background-size: 100% auto;
}

.hmv-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; top: 0;
  overflow: hidden;
}
.hmv-inner img {
  width: 100%;
  height: auto;
}

.hmv-ttl {
  position: absolute;
  left: 0; top: 0;
}

.hmv-point {
  position: absolute;
  left: 0; top: 0;
}

.hmv-point-list {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
  overflow: hidden;
}

.hmv-btn {
  width: 87.5%;
  margin: auto;
  position: absolute;
  right: 0; left: 0; bottom: 4.524886877%;
}


/* ==============================================
 #content
============================================== */

#content {
  width: 100%;
  *zoom: 1;
}

/* ----- .content-ttl ----- */

.content-ttl {
  padding: 30px 0 25px;
}

/* ----- .content-section ----- */

.content-section {
}

.content-section--reason01 {
  background: #f7989a;
}

.content-section--reason03 {
  background: #85c8d6;
}

.content-section--entry {
  background: #e2f5f8;
  border-top: 1px solid #7fc3ea;
  border-bottom: 1px solid #7fc3ea;
}

/* ----- .content-section-inner ----- */

.content-section-inner {
  padding: 0 0 30px;
  position: relative;
  top: -1px;
}

.content-section--reason03 .content-section-inner {
  margin-bottom: 30px;
}

.content-section--entry .content-section-inner {
  padding: 20px 0;
}

/* ----- .content-section-ribon ----- */

.content-section-ribon {
}

/* ----- .content-section-ttl ----- */

.content-section-ttl {
  margin: 25px 0 10px;
  position: relative;
  z-index: 10;
}

.content-section--reason01 .content-section-ttl {
  margin: 5px 0;
}

.content-section-ttl--dot {
  width: 100%;
  height: 48px;
  margin-bottom: 25px;
  text-align: center;
  color: #68b7e6;
  line-height: 48px;
  position: relative;
}
.content-section-ttl--dot:before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../img/sp/line_dot.png) center top repeat-x;
  position: absolute;
  left: 0; top: 0;
}
.content-section-ttl--dot:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../img/sp/line_dot.png) center top repeat-x;
  position: absolute;
  left: 0; bottom: 0;
}

/* ----- .content-section-eyec ----- */

.content-section-eyec {
}

.content-section--reason01 .content-section-eyec {
  display: none;
}

.content-section--reason02 .content-section-eyec {
  margin-bottom: 10px;
  padding: 0 10px;
}

.content-section--reason03 .content-section-eyec {
  display: none;
}


/* ----- .content-section-body ----- */

.content-section-body {
  padding: 0 20px;
}

.content-section--faq .content-section-body {
  padding: 0 0;
}


/* ==============================================
 #footer
============================================== */

#footer {
  width: 100%;
  padding: 10px 0 15px;
}

.fgroup-inner {
  padding: 0 10px;
  position: relative;
}

.fgroup-logo {
  width: 88px;
  overflow: hidden;
}

.fgroup-logo img {
}

#footer .copyright {
  font-weight: bold;
  line-height: 1;
  color: #435b67;
  position: absolute;
  left: 105px; bottom: 0;
}


/* ==============================================
 #btn-pagetop
============================================== */

#btn-pagetop {
	display: none;
	width: 43px;
	height: 43px;
  text-indent: -999px;
	cursor: hand; cursor: pointer;
	position: fixed;
	right: 20px; bottom: 20px;
  z-index: 100;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #999;
	background: url(../img/sp/btn_pagetop_arrow.png) no-repeat center center #fff;
	background-size: 15px auto;
  overflow: hidden;
}




/* *******************************************************************
 MODULE
******************************************************************* */

/* ==============================================
 .mod-bubble
============================================== */

.mod-bubble {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.mod-bubble-inner {
  display: inline-block;
  height: 26px;
  padding: 0 18px;
  line-height: 26px;
  text-align: center;
  font-size: 12px\9;
  font-size: 1.2rem;
  border-radius: 30px;
  background-color: #f073aa;
  color: #fff;
  vertical-align: top;
  position: relative;
}
.mod-bubble-inner:after {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top-color: #f073aa;
	bottom: -13.5px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
  z-index: 10;
}


/* ==============================================
 .mod-btn
============================================== */

.mod-btn {
  width: 100%;
  font-size: 15px\9;
  font-size: 1.5rem;
}
.mod-btn--s {
  font-size: 12px\9;
  font-size: 1.2rem;
  text-align: left;
}
.mod-btn--s strong {
  font-size: 11px\9;
  font-size: 1.1rem;
}
.mod-btn--ss {
}
.mod-btn--ss strong {
}

.mod-btn-link {
	display: block;
	padding: 1px;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
  color: #fff;
  position: relative;
	background: #51abe7;
  overflow: hidden;
}
.mod-btn-link:hover {
  text-decoration: none;
}

.mod-btn-inner_1 {
  box-sizing: border-box;
	display: table;
  width: 100%;
	padding: 1px;
	border-radius: 6px;
	background: #81cdee; /* Old browsers */
	background: -moz-linear-gradient(top,  #81cdee 0%, rgba(129, 205, 238, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #81cdee 0%,rgba(129, 205, 238, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #81cdee 0%,rgba(129, 205, 238, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81cdee', endColorstr='#5caddb',GradientType=0 ); /* IE6-9 */
}

.mod-btn-inner_11 {
  box-sizing: border-box;
	display: table-cell;
  height: 45px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
	border-radius: 6px;
	background: #68b7e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #68b7e6 97%, #5caddb 97%, #5caddb 97%, #5caddb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #68b7e6 97%,#5caddb 97%,#5caddb 97%,#5caddb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #68b7e6 97%,#5caddb 97%,#5caddb 97%,#5caddb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68b7e6', endColorstr='#5caddb',GradientType=0 ); /* IE6-9 */
  position: relative;
}
.mod-btn--s .mod-btn-inner_11 {
  height: 34px;
}

.mod-btn-inner_11:hover{
	background: #a4d4f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a4d4f0 0%, rgba(129, 205, 238, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a4d4f0 0%,rgba(129, 205, 238, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a4d4f0 0%,rgba(129, 205, 238, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4d4f0', endColorstr='#5caddb',GradientType=0 ); /* IE6-9 */
}


.mod-btn--s .mod-btn-inner_11:before {
  margin-top: 0;
  margin-bottom: -1px;
  vertical-align: 50%;
}

.mod-btn-inner_111 {
  display: inline-block;
  margin-left: 5px;
  text-align: center;
}




/* *******************************************************************
 SECTION THEME
******************************************************************* */

/* ==============================================
 .content-section--reason01
============================================== */

.-reason01-summary {
  margin-bottom: 25px;
  line-height: 1.8;
  position: relative;
}

.-reason01-summary__txt {
  margin-bottom: 25px;
  text-align: left;
}

.-reason01-summary__fig {
  width: 103.33333333%;
  margin-left: -1.66666666%;
}

.-reason01-company {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 15px;
	text-align: center;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;

}

.-reason01-company-list {
  animation :infinity-scroll-left 80s infinite linear 0.5s both;
}


.-reason01-company-list li {
  width: 105vw;
  margin-right:15px;
}

.-reason01-company-list li>img {
  width: 100%;
}

.-reason01-company-wrapper {
  display: flex;
  overflow: hidden;
}
.-reason01-company-list {
  display: flex;
  list-style: none;
  padding: 0
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
  .scroll-infinity__list--left{
    animation :infinity-scroll-left 100s infinite linear 0.5s both;
  }


/* ==============================================
 .content-section--reason02
============================================== */

.-reason02-job {
  width: 100%;
}

.-reason02-job-ttl {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.-reason02-job-list {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.-reason02-job-ttl+.-reason02-job-list {
  margin-bottom: 0;
}

/*-- .-reason02-job-list--01 --*/

.-reason02-job-list--01 .-list-item {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: #ffefec;
  border-radius: 5px;
  float: left;
  text-align: center;
}
.-reason02-job-list--01 .-list-item+.-list-item {
  margin-top: 10px;
}

.-reason02-job-list--01 .-list-item-ttl {
  width: 100%;
  padding: 10px 0;
  background: #ff7864;
  border-radius: 5px;
  line-height: 1.3;
  vertical-align: middle;
  color: #fff;
  position: relative;
}
.-reason02-job-list--01 .-list-item-ttl:after {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #ff7864;
	bottom: -17.5px;
	left: 50%;
	margin-left: -8px;
	position: absolute;
  z-index: 10;
}

.-reason02-job-list--01 .-list-item-body {
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

.-reason02-job-list--01 .-list-item-body p {
  text-align: left;
  line-height: 1.6;
}

.-reason02-job-list--01 .-list-item--01 .-list-item__txt {
  margin-top: 10px;
}
.-reason02-job-list--01 .-list-item--01 .-list-item__fig {
}

.-reason02-job-list--01 .-list-item--02 .-list-item__txt {
  width: 80%;
  float: left;
}
.-reason02-job-list--01 .-list-item--02 .-list-item__fig {
  width: 15.4%;
  float: right;
}

/*-- .-reason02-job-list--02 --*/

.-reason02-job-list--02 .-list-item {
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 10px;
  float: left;
}
.-reason02-job-list--02 .-list-item:nth-child(even) {
  padding-left: 5px;
}
.-reason02-job-list--02 .-list-item:nth-child(odd) {
  padding-right: 5px;
}

.-reason02-job-list--02 .-list-item-inner {
  box-sizing: border-box;
  width: 100%;
  padding: 9px;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  text-align: center;
}

.-reason02-job-list div.-list-item--03{
  margin-bottom: 10px;

}

@media screen and (min-width:0) { 
  .-reason02-job-list--02 .-list-item-inner {
    height: 220px;
  }
}
@media screen and (min-width:370px) { 
  .-reason02-job-list--02 .-list-item-inner {
    height: 190px;
  }
}
@media screen and (min-width:390px) { 
  .-reason02-job-list--02 .-list-item-inner {
    height: 170px;
  }
}

.-reason02-job-list--02 .-list-item-ttl {
  width: inherit;
  padding: 10px 0;
  background: #ff7864;
  border-radius: 5px;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
  position: relative;
}

.-reason02-job-list--02 .-list-item-body {
  margin-top: 10px;
}

.-reason02-job-list--02 .-list-item-def {
  text-align: left;
}
.-reason02-job-list--02 .-list-item-def dt+dd {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c8c8c8;
}

.-reason02-job-list--02 .-list-item-def__name {
  padding-left: 25px;
  background: url(../img/sp/reason02_ic01.png) left top no-repeat;
  background-size: 18.5px auto;
}

.-reason02-job-list--02 .-list-item-def__condition {
}

.-reason02-job-list--02 .-list-item-def__condition table {
  width: 100%;
}

.-reason02-job-list--02 .-list-item-def__condition th {
  width: 4.5em;
}

.-reason02-job-list--02 .-list-item-def__condition td {
  padding-left: 1em;
  position: relative;
}

.-reason02-job-list--02 .-list-item-def__condition td:before {
  content: "：";
  position: absolute;
  left: 0;
}


/* ==============================================
 .content-section--reason03
============================================== */

.-reason03-summary,
.-torku-summary {
  margin-bottom: 25px;
  line-height: 1.8;
  text-align: left;
}

.-reason03-box,
.-toroku-box {
  padding: 10px 10px 25px;
  border-radius: 5px;
  position: relative;
  background: #e2f5f8;
  text-align: center;
}

.-reason03-box-ttl,
.-toroku-box-ttl {
  margin-bottom: 10px;
  text-align: center;
  color: #68b7e6;
}

.-reason03-box-list,
.-toroku-box-list {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.-reason03-box-list-item, 
.-toroku-box-list-item {
}
.-reason03-box-list-item+.-reason03-box-list-item,
.-toroku-box-list-item+.-toroku-box-list-item {
  margin-top: 15px;
}

.-reason03-box-list-item img,
.-toroku-box-list-item img {
  width: 100%;
  height: auto;
}

.-reason03-box-list-item .-item-ttl,
.-toroku-box-list-item .-item-ttl {
  margin: 10px 0 5px;
  text-align: left;
  color: #68b7e6;
}

.-reason03-box-list-item .-item-body,
.-toroku-box-list-item .-item-body {
  text-align: left;
}


/* ==============================================
 .content-section--flow
============================================== */

.-flow-in-bg {
  padding: 30px 0 30px;
  background-color: #e2f5f8;
}
.-flow-in-bg .txt01 {
  font-size: 16px;
}
.-flow-box {
  width: 100%;
}

.-flow-box-list {
  overflow: hidden;
}

.-flow-box-list-item .-in-flex + .-in-flex {
  margin-top: 15px;
  padding-top: 15px;
  border-top: #e2f5f8 solid 2px;
}

.-flow-box-list-item {
  box-sizing: border-box;
  width: 100%;
	position: relative;
  padding: 14px;
  background: #fffae1;
}
.-flow-box-list-item+.-flow-box-list-item {
  margin-top: 35px;
}

.-flow-box-list-item+.-flow-box-list-item:before {
	display: block;
	content: " ";
	width: 0px;
	height: 0px;
  margin-left: -18px;
	border: 18px solid transparent;
  border-top: 14px solid #68b7e6;
	position: absolute;
	top: -24px; left: 50%;
  z-index: 10;
}

.-flow-box-list-item .-item-icon {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0px; top: 0px;
	background: #68b7e6;
	border-radius: 0px 0px 45px 0px;
	color: #fff;
}

.-flow-box-list-item .-item-icon__txt {
	display: block;
	padding: 8px 0px 0px 8px;
	text-align: left;
  line-height: 1;
}

.-flow-box-list-item .-item-icon__num {
	display: block;
	padding: 5px 0px 0px 18px;
	text-align: left;
  line-height: 1;
}

.-flow-box-list-item .-item-ttl {
  margin-bottom: 10px;
	text-align: left;
  line-height: 1;
  vertical-align: middle;
  color: #68b7e6;
}

.-flow-box-list-item .txts p {
  font-size: 1.2rem;
}

.-flow-box-list-item .-item-body {
  padding-bottom: 15px;
}

.-flow-box-list-item .-item-body p {
  margin-top: 10px;
}

.-flow-box-list-item .-item-body img {
  width: 100%;
  height: auto;
}

.-flow-box-list-item .osusume {
  margin-top: 15px;
  padding: 20px 10px;
  background-color: #fff;
}
.-flow-box-list-item .osusume .ttl {
  margin-bottom: 15px;
  color: #47afec;
  font-size: 18px;
  text-align: center;
}
.-flow-box-list-item .osusume .lists {
  display: table;
  margin: 0 auto 15px;
}
.-flow-box-list-item .osusume .lists li {
  position: relative;
  padding-left: 17px;
  font-size: 10px;
}
.-flow-box-list-item .osusume .lists li + li {
  margin-top: 10px;
}
.-flow-box-list-item .osusume .lists li:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 12px;
  height: 14px;
  background: url(../img/pc/icon_check.png) no-repeat center left;
  background-size: contain;
  transform: translateY(-67%);
}
.-flow-box-list-item .osusume .in-btn {
  text-align: center;
}
.-flow-box-list-item .osusume .in-btn a {
  color: #44abe7;
  font-size: 10px;
  font-weight: 700;
}




/* ==============================================
 .content-section--faq
============================================== */

.-faq-group {
  padding: 20px;
  background: #f5f5f5;
}
.-faq-group+.-faq-group {
  padding-top: 0;
}

.-faq-group-column {
  width: 100%;
  overflow: hidden;
}
.-faq-group-column+.-faq-group-column {
  margin-top: 20px;
}

.-faq-group-fig {
  box-sizing: border-box;
  width: 50px;
  position: relative;
}
.-faq-group-column--q .-faq-group-fig {
  float: left;
}
.-faq-group-column--a .-faq-group-fig {
  float: right;
}

.-faq-group-txt {
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  border-radius: 5px;
  position: relative;
  text-align: left;
}
.-faq-group-column--q .-faq-group-txt {
  margin-left: 65px;
  color: #68b7e6;
  background: #fff;
}
.-faq-group-column--a .-faq-group-txt {
  margin-right: 65px;
  background: #fffae1;
}

.-faq-group-column--q .-faq-group-txt:before{
	content: " ";
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
  border-right: 17px solid #fff;
	position: absolute;
	top: 15px; bottom: 0; left: -17px;
}
.-faq-group-column--a .-faq-group-txt:before{
	content: " ";
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
  border-left: 17px solid #fffae1;
	position: absolute;
	top: 15px; bottom: 0; right: -17px;
}




.-faq-group-txt-ttl {
  margin-bottom: 5px;
  color: #f073aa;
}

.-faq-group-txt-body span {
  color: #f073aa;
}

.-faq-group-txt-body ul {
  padding-left: 1em;
  text-indent: -1em;
}


/* ==============================================
 .content-section--entry
============================================== */

.-entry-message {
  margin-bottom: 20px;
}

.-entry-message p {
}

.-entry-btn {
}

.toroku {
	color: #68b7e6;
	font-size:20px;
	margin:30px 15px 0;
}

.lead {
  font-size:16px;
  text-align:left;
  margin:20px 0 20px;
}

.lead2 {
  font-size:16px;
  text-align:left;
  margin:20px 0 0;
}


.txt01 {
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 10px;
}