@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/

/* 基本　#1a54a5; */

.fcBasic {
	color:#62c0b5 !important;
}

.bgBasic {
	background-color:#62c0b5 !important;
}



/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #62c0b5;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #62c0b5;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #62c0b5;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #62c0b5;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #62c0b5;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #62c0b5;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #62c0b5;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #62c0b5;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#e1e1e1;
	color:#333;
}

table.table2 th {
	background-color:#e1e1e1;
	color:#333;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}

.tdColGreen {
	background:#ECF5D1!important;
	text-align:center;
	vertical-align:middle;
}

.tdColBlue {
	background:#F3F7FC!important;
	text-align:center;
	vertical-align:middle;
}

.tdColPink {
	background:#FEE7E0!important;
	text-align:center;
	vertical-align:middle;
}


/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#62c0b5;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#62c0b5;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#62c0b5;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#62c0b5;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#62c0b5;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#62c0b5;
}

/* catch */

h3.h3Catch1 {
	color:#62c0b5;
}

h3.h3Catch2 {
	color:#62c0b5;
}

/* catchiphrase */

.catch1 {
	color:#62c0b5;
}

.catch2 {
	color:#62c0b5;
}

.catchS {
	color:#333;
}

/* list */

ul.liCircle li::before {
	background:#62c0b5;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(253,253,253,.9);
}

.area_flowC .inner_flow .largeTxt {
	color:#62c0b5;
	border-bottom:1px dotted #CCC;
}



.txtIcon3 {
    background-color: #62c0b5;
}

/* 枠  */ 

.boxSimple {
	border: solid 1px #CCC;	
	padding:1.5em;
	background:#fff;
}

.boxSimple2 {
	border: solid 1px #CCC;	
	padding:1.5em;
	background:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
}

.boxFrame {
	padding:2em;
	border:3px solid #62c0b5;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #62c0b5;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxDot {
	padding:2em;
	border:  dotted 2px #E3AA24;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background:#FEFDE9;
	
}

.boxFablic {
	padding:2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	margin-bottom:40px;
	background:#FEFDE9;
	box-shadow: 0px 0px 0px 10px #FEFDE9;
	border:  dotted 2px #E3AA24;
}



@media only screen and (max-width: 600px) {

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxDot {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em
}

.boxFablic {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}



/* 囲み */

.boxSimple {
	border: solid 1px #CCC;	
	padding:1em;
}

.boxSimple2 {
	border: solid 1px #CCC;	
	padding:1em;
	background: rgba(250,250,250,.85);
}

.boxFrame {
	padding:2em;
	border:3px solid #62c0b5;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #62c0b5;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

@media only screen and (max-width: 600px) {

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}
.col01 {
	color:#ca611c;
	display:inline-block;
	margin-bottom:20px;
}
.pc-disp {
	display:block;
}
.sp-disp {
	display:none;
}
.wd-f {
	width:70%;
	margin:auto;
}

@media only screen and (max-width: 768px) {
.pc-disp {
	display:none;
}
.sp-disp {
	display:block;
}
.wd-f {
	width:100%;
	margin:auto;
}
.res-txtbold {
	font-weight:bold;
}
}
.txtbold {
	font-weight:bold;
}

.boxAnch {
    box-sizing: border-box;
    margin: 0 auto;
    width: auto;
    max-width: 80%;
    min-width: 60%;
    padding: 2em 5em;
    box-shadow: 0px 0px 10px #ccc;
    background: rgb(255,255,255,.90);
    text-align: center;
	margin-top: 3em;
}

ul.pageAnch li {
    display: inline-block;
    margin-bottom: 0.4em;
}
ul.pageAnch a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: normal;
    padding: 0.2em 2em 0.2em 2em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
    background-color: #62c0b5;
    font-size: 0.94em;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.section_pdg {
	position: relative;
	margin-bottom: 3rem;
}
.boxAnch {
    padding: 1em 1.5em;
    width: 100%;
    max-width: 100%;
    min-width: 80%;
}
	.boxAnch {
    padding: 1.4em 1.5em 1.4em 1.4em;
}
	ul.pageAnch li {
    display: block;
    margin-bottom: 0.2em;
}
	ul.pageAnch a {
    width: 100%;
    font-size: 0.9em;
}
}
.title-af-none {
    text-shadow: none;
}
.orignalflow h3:after {
    display: none
}
.contactpage_contact .contactBtn{
	display: block;
	width: 60%;
	margin: 10px auto;
}
.contactpage_contact .txtContacBnrPC{
	width: 100%;
}
@media screen and (max-width: 768px){
	
	.contactpage_contact .contactBtn{
		width: 50%;
	}
}
h1, h2, h3, h4, .catch1, .catch2, .catchS{
	    font-family: 'M PLUS Rounded 1c'!important;
}
.subtxt{
	font-size: 90%;
}
ul.liCircle_inline {
    margin-left: 0;
}
ul.liCircle_inline li {
    padding: 0 20px 0 20px;
    font-size: 110%;
    position: relative;
    display: inline-block;
}
ul.liCircle_inline li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 3rem;
    margin-left: -3rem;
    top: 7px;
    padding: 0;
    border-radius: 5px;
}
ul.liCircle_inline li::before {
    background: #62c0b5;
}
@media only screen and (max-width: 600px){
#mainCatch p .fs120p{
	font-size: 110%!important;
	}
	.subtxt{
	font-size: 100%;
}
	ul.liCircle_inline li{
		display: block
	}
}

/*　キラッ　*/

.shine span.mask{
  position: relative;/*キラッの基点となる位置を定義*/
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

.shine span.mask::before {
  position: absolute;
  content:"";
  width: 50%;/*キラッの横幅*/
  height: 100%;/*キラッの縦幅*/
  top: 0;/*.shine span.maskのトップ0を基点*/
  left: -75%;/*画面の見えていない左から右へ移動するスタート地点*/
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);/*背景白透過を斜めに*/
}

.shine span.mask:hover::before {/*hoverした時の変化*/
  animation: shine 0.7s;/*アニメーションの名前と速度を定義*/
}

@keyframes shine {
  100% {
    left: 125%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}


/*========= レイアウトのためのCSS ===============*/

a{
  color: #333;
  text-decoration: none;
}

.lead{
  text-align: center;
  padding: 50px 20px;
}

/*画像のレスポンシブ*/

img{
  /*width:100%;*/
  height: auto;
}


/*　横幅　*/

.shine{
    width:70%;
    margin: 0 auto;/*中央揃え*/
}
.bnr-wrap img {
	padding:10px;
	border: 1px solid #222;
}
.catch-block {
	display: inline-block;
	padding:0.3em;
	line-height: 1.3em;
	/*
	background:rgba(248,207,26,0.9);
	*/
	background:rgba(72,192,178,0.9);
	text-shadow: none !important;
	color:#fff;
	border-radius: 10px;
	font-size:60%;
	margin-right:10px;
}
@media only screen and (max-width: 768px) {
	.catch-block.catch-block-4 {
	font-size:56%;
	}
}