@charset "utf-8";

/* *******************************************************************
 PC SETTING
******************************************************************* */

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

.sp_only {
  display: none !important;
}

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


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

/* === Base 16px === */
.-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,
.-toroku-box-list-item .-item-body,
.-reason03-box-list-item .-item-body,
.-flow-box-list-item .-item-body p,
.-faq-group-column--a .-faq-group-txt
{
  font-size: 16px\9;
  font-size: 1.6rem;
}

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

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

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

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

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

/* === 26px === */
.-reason03-box-ttl,
.-toroku-box-ttl,
.-faq-group-column--q .-faq-group-txt
{
  font-size: 26px\9;
  font-size: 2.6rem;
}

/* === 34px === */
.content-section-ttl--dot
{
  font-size: 34px\9;
  font-size: 3.4rem;
}




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

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

#container {
  width: 100%;
  min-width: 1170px;
  overflow: hidden;
}

#container .hgroup-inner,
#container .hmv-inner,
#container .content-section-inner,
#container .fgroup-inner {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}


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

#header {
  width: 100%;
  position: relative;
}

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

.hgroup {
  margin-bottom: 77px;
  border-bottom: 1px solid #c8c8c8;
}

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

.hgroup-logo {
  position: absolute;
  left: 0; top: 20px;
}

.hgroup-btn {
  width: 330px;
  position: absolute;
  right: 0; top: 16px;
}

/* ----- .hgnav_pc ----- */

.hgnav_pc {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #c8c8c8;
  background: #fff;
  z-index: 100;
}

.hgnav_pc-inner {
  height: 76px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.hgnav_pc-list li {
  float: left;
}

.hgnav_pc-list li+li {
  border-left: 1px solid #c8c8c8;
}

.hgnav_pc-list a {
  height: 36px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
}


/* ----- abs ----- */

.hgnav_pc.js_abs {
  position: absolute;
  left: 0; top: 83px;
}

.hgnav_pc.js_abs .hgnav_pc-inner {
  width: 960px;
}

.hgnav_pc.js_abs .hgnav_pc-logo {
  display: none;
}

.hgnav_pc.js_abs .hgnav_pc-list {
  position: absolute;
  left: 0; right: 0; top: 20px;
  overflow: hidden;
}

.hgnav_pc.js_abs .hgnav_pc-list__n01 {
  width: 225px;
  background: url(../img/pc/gnav_pc_sprite.png) left top no-repeat;
}
.hgnav_pc.js_abs .hgnav_pc-list__n02 {
  width: 225px;
  background: url(../img/pc/gnav_pc_sprite.png) -226px top no-repeat;
}
.hgnav_pc.js_abs .hgnav_pc-list__n03 {
  width: 206px;
  background: url(../img/pc/gnav_pc_sprite.png) -452px top no-repeat;
}
.hgnav_pc.js_abs .hgnav_pc-list__n04 {
  width: 182px;
  background: url(../img/pc/gnav_pc_sprite.png) -659px top no-repeat;
}
.hgnav_pc.js_abs .hgnav_pc-list__n05 {
  width: 118px;
  background: url(../img/pc/gnav_pc_sprite.png) -842px top no-repeat;
}

.hgnav_pc.js_abs .hgnav_pc-btn {
  display: none;
}

/* ----- fixed ----- */

.hgnav_pc.js_fixed {
  position: fixed;
  left: 0; top: 0;
}

.hgnav_pc.js_fixed .hgnav_pc-inner {
  width: 1140px;
}

.hgnav_pc.js_fixed .hgnav_pc-logo {
  position: absolute;
  left: 15px; top: 12px;
}

.hgnav_pc.js_fixed .hgnav_pc-list {
  position: absolute;
  left: 160px; top: 20px;
}

.hgnav_pc.js_fixed .hgnav_pc-list {
  border-left: 1px solid #c8c8c8;
}
.hgnav_pc.js_fixed .hgnav_pc-list__n01 {
  width: 159px;
  background: url(../img/pc/gnav_pc_sprite.png) left bottom no-repeat;
}
.hgnav_pc.js_fixed .hgnav_pc-list__n02 {
  width: 222px;
  background: url(../img/pc/gnav_pc_sprite.png) -160px bottom no-repeat;
}
.hgnav_pc.js_fixed .hgnav_pc-list__n03 {
  width: 158px;
  background: url(../img/pc/gnav_pc_sprite.png) -383px bottom no-repeat;
}
.hgnav_pc.js_fixed .hgnav_pc-list__n04 {
  width: 152px;
  background: url(../img/pc/gnav_pc_sprite.png) -542px bottom no-repeat;
}
.hgnav_pc.js_fixed .hgnav_pc-list__n05 {
  width: 70px;
  background: url(../img/pc/gnav_pc_sprite.png) -695px bottom no-repeat;
}

.hgnav_pc.js_fixed .hgnav_pc-btn {
  width: 278px;
  position: absolute;
  right: 15px; top: 16px;
}


/* ----- .hgnav-sp ----- */

.hgnav_sp {
  display: none;
}


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

.hmv {
  width: 100%;
  background: url(../img/pc/mv.png) center top no-repeat;
}

.hmv-inner {
  height: 460px;
  position: relative;
}

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

.hmv-point {
  position: absolute;
  left: 0; bottom: 30px;
}

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

.hmv-btn {
  width: 362px;
  position: absolute;
  right: 0; bottom: 30px;
}


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

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

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

.content-ttl {
  padding: 60px 0 80px;
  text-align: center;
}

/* ----- .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: 80px 0 60px;
  position: relative;
}

.content-section--reason02 .content-section-inner {
  padding-top: 180px;
}

.content-section--flow .content-section-inner {
  padding-top: 60px;
}

.content-section--faq .content-section-inner {
  padding-top: 0;
}

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

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

.content-section-ribon {
  position: absolute;
  left: 0; top: -40px;
}

.content-section--reason02 .content-section-ribon {
  top: 60px;
}

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

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

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

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

.content-section-eyec {
  position: absolute;
  z-index: 1;
}

.content-section--reason01 .content-section-eyec {
  right: 0; top: -70px;
}

.content-section--reason02 .content-section-eyec {
  right: 0; top: 25px;
}

.content-section--reason03 .content-section-eyec {
  right: 0; top: 80px;
}

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

.content-section-body {
}


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

#footer {
  width: 100%;
  padding: 7px 0 20px;
}

.fgroup-inner {
  position: relative;
}

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


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

#btn-pagetop {
	display: none !important;
}




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

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

.mod-bubble {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.mod-bubble-inner {
  display: inline-block;
  height: 30px;
  padding: 0 18px;
  line-height: 30px;
  text-align: center;
  font-size: 16px\9;
  font-size: 1.6rem;
  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: 24px\9;
  font-size: 2.4rem;
}
.mod-btn--s {
  font-size: 18px\9;
  font-size: 1.8rem;
  text-align: left;
}
.mod-btn--s strong {
  font-size: 14px\9;
  font-size: 1.4rem;
}
.mod-btn--ss {
  font-size: 14px\9;
  font-size: 1.4rem;
}
.mod-btn--ss strong {
  font-size: 13px\9;
  font-size: 1.3rem;
}

.mod-btn-link {
	display: block;
	padding: 1px;
	border-radius: 8px;
	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: 8px;
	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: 68px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
	border-radius: 8px;
	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: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  
}

.mod-btn--ss .mod-btn-inner_11 {
  height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}

.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-inner_11:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -1px;
  background: url(../img/sp/ic_arrow01.png) left top no-repeat;
  vertical-align: super;
}
.mod-btn--s .mod-btn-inner_11:before {
  width: 16px;
  height: 16px;
  margin-top: 0;
  vertical-align: 50%;
  background: url(../img/sp/ic_arrow02.png) left top no-repeat;
}
.mod-btn--ss .mod-btn-inner_11:before {
  width: 16px;
  height: 16px;
  margin-bottom: 0px;
  vertical-align: 50%;
  background: url(../img/sp/ic_arrow02.png) left top no-repeat;
}

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




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

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

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

.-reason01-summary__txt {
  width: 485px;
}

.-reason01-summary__fig {
  position: absolute;
  right: 0; bottom: 6px;
}

.-reason01-company {
	padding: 50px 30px;
	text-align: center;
  background: #fff;
  border-radius: 5px;
} 

/*
.-reason01-company-list li {
	display: inline;
	display: inline-block;
	padding: 10px 30px 10px 30px;
	text-align: center;
} */
/* .-reason01-company-list img {
  height: 50px;
} */



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

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

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

.-reason02-job-list {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.-reason02-job-list .cap {
  float: left;
  width: 100%;
  margin-top: 10px;
}

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

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

.-reason02-job-list--01 .-list-item-ttl {
  display: table-cell;
  width: inherit;
  height: 75px;
  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: 20px;
  position: relative;
}

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

.-reason02-job-list--01 .-list-item--01 .-list-item__txt {
  width: 170px;
}
.-reason02-job-list--01 .-list-item--01 .-list-item__fig {
  position: absolute;
  right: 5px; top: 5px;
}

.-reason02-job-list--01 .-list-item--02 .-list-item__txt {
  width: 185px;
}
.-reason02-job-list--01 .-list-item--02 .-list-item__fig {
  position: absolute;
  right: 5px; top: 5px;
}

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

.-reason02-job-list--02 .-list-item {
  width: 225px;
  float: left;
}
.-reason02-job-list--02 .-list-item+.-list-item {
  margin-left: 20px;
}

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

.-reason02-job-list--02 .-list-item-ttl {
  display: table-cell;
  width: inherit;
  height: 50px;
  background: #ff7864;
  border-radius: 5px;
  line-height: 1.3;
  vertical-align: middle;
  color: #fff;
  position: relative;
}

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

.-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: 35px;
  background: url(../img/pc/reason02_ic01.png) left 50% no-repeat;
}

.-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:before {
  content: "：";
  margin-right: 0.5em;
}


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

.-reason03-summary {
  margin-bottom: 55px;
  line-height: 1.8;
}

.-reason03-box {
  padding: 35px 40px;
  border-radius: 5px;
  position: relative;
  background: #e2f5f8;
  text-align: center;
}

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

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

.-reason03-box-list-item {
  width: 266px;
  float: left;
}
.-reason03-box-list-item+.-reason03-box-list-item,
.-toroku-box-list-item+.-toroku-box-list-item {
  margin-left: 40px;
}

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

.-reason03-box-list-item .-item-ttl, 
.-toroku-box-list-item .-item-ttl {
  margin: 20px 0 10px;
  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 95px 55px;
  background-color: #e2f5f8;
}
.-flow-in-bg .txt01 {
  margin-bottom: 30px;
  line-height: 2;
  text-align: center;
}
.-flow-box {
  width: 100%;
}

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

.-flow-box-list-item {
	position: relative;
  padding: 25px;
  background: #fffae1;
}
.-flow-box-list-item+.-flow-box-list-item {
  margin-top: 65px;
}

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

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

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

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

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

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

.-flow-box-list-item .-item-body {
  width: 360px;
}

.-flow-box-list-item .txts {
  box-sizing: border-box;
  width: 360px;
  padding-left: 30px;
}
.-flow-box-list-item .txts p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.-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: 30px;
  padding: 30px 20px 25px;
  background-color: #fff;
}
.-flow-box-list-item .osusume .ttl {
  margin-bottom: 20px;
  color: #47afec;
  font-size: 20px;
  text-align: center;
}
.-flow-box-list-item .osusume .lists {
  display: table;
  margin: 0 auto 20px;
}
.-flow-box-list-item .osusume .lists li {
  position: relative;
  padding-left: 33px;
  font-size: 20px;
  font-weight: 700;
}
.-flow-box-list-item .osusume .lists li + li {
  margin-top: 15px;
}
.-flow-box-list-item .osusume .lists li:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 23px;
  height: 27px;
  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: right;
}
.-flow-box-list-item .osusume .in-btn a {
  color: #44abe7;
  font-size: 16px;
  font-weight: 700;
}




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

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

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

.-faq-group-fig {
  box-sizing: border-box;
  width: 190px;
}
.-faq-group-column--q .-faq-group-fig {
  text-align: left;
  float: left;
}
.-faq-group-column--a .-faq-group-fig {
  text-align: right;
  float: right;
}

.-faq-group-txt {
  display: table-cell;
  box-sizing: border-box;
  width: 690px;
  height: 150px;
  padding: 30px;
  vertical-align: middle;
  border-radius: 5px;
  position: relative;
}
.-faq-group-column--q .-faq-group-txt {
  margin-right: 190px;
  color: #68b7e6;
  background: #fff;
}
.-faq-group-column--q .-faq-group-txt:before{
	content: " ";
	position: absolute;
	top: 35px;
	left: -30px;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
  border-right: 20px solid #fff;
}

.-faq-group-column--a .-faq-group-txt {
  margin-left: 190px;
  background: #fffae1;
}
.-faq-group-column--a .-faq-group-txt:before{
	content: " ";
	position: absolute;
	top: 35px;
	right: -30px;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
  border-left: 20px solid #fffae1;
}

.-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
============================================== */

.content-section--entry .content-section-body {
  overflow: hidden;
}

.-entry-message {
  width: 580px;
  float: left;
}

.-entry-message p {
}

.-entry-btn {
  width: 362px;
  float: right;
}

.toroku {
	color: #68b7e6;
	font-size:24px;
	margin-top:40px;
}

/* ==============================================
 .content-section--toroku
============================================== */

.-toroku-summary {
  margin-bottom: 55px;
  line-height: 1.8;
}

.-toroku-box {
  padding: 35px 40px;
  border-radius: 5px;
  position: relative;
  background: #e2f5f8;
  text-align: center;
}

.-toroku-box-ttl {
  text-align: center;
  color: #68b7e6;
}

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

.-toroku-box-list-item {
  width: 420px;
  float: left;
}
.-toroku-box-list-item+.-reason03-box-list-item {
  margin-left: 40px;
}

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

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

.-torok-box-list-item .-item-body {
  text-align: left;
}

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

.lead2 {
  font-size:21px;
  text-align:center;
  margin:40px 0 0;
}

.fS016 { font-size:16px; }
.mT20 { margin-top:20px; }


.txt01 {margin-bottom: 15px;
  font-size: 14px;
}