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

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


/* humberger area*/

.slicknav_btn {
    background-color: #00926e;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #00926e;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #F98D17;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #02674e; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */

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

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

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

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

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


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

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

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

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

/* table  */

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

table.table2 th {
	background-color:#FEEDD3;
	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;
}



/* addon-circle */

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


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

/* buttons */

.txtBnr a {
	background-color:#EA8E1E;
}



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



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

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



/* contactBtn */


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

.txtContacBnrPC {
	color:#FFF;
	background-color:#EA8E1E;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catchS {
	color:#EEA011;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

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

.footer_sne img{
	width: 50px;
	height: auto;

}

#top-head .logo {
padding: 24px 0 0 20px;
}
@media only screen and (max-width: 600px){
#top-head .logo {
padding: 10px 0;
}
#top-head .logo img {
    width: 200px;
}
}
.footLogo img{
    width: 270px;
}
/*//////////add//////////*/
.mtSS{
margin-top: 10px;
}
.mtS{
margin-top: 20px !important;
}

.mtM{
margin-top: 40px;
}

.mtL{
margin-top: 60px;
}
@media screen and (max-width: 768px){
.mtM{
margin-top: 30px;
}
.mtL{
margin-top: 40px;
}
}
h4 {
	padding-left: 8px;
	border-left: 3px solid #00926e;
}
.txt_strong{
font-weight: bold;
font-size: 120%;
letter-spacing: 0.025em;
}


.txt_right{
text-align: right;
}
.txt_center{
text-align: center;
}

.mw700{
max-width: 700px;
width: 100%;
margin-left: auto !important;
margin-right: auto;
}
.mw900{
max-width: 900px;
width: 100%;
margin-left: auto !important;
margin-right: auto;
}
.fbox{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.fbox_1_1 > *{
width: 49%;
}
.fbox_1_1 > *:nth-child(2n){
margin-left: 2%;
}
.fbox_2_1 > *:first-child{
width: 65%;
}
.fbox_2_1 > *:last-child{
width: 33%;
}
.fbox_1_2 > *:first-child{
width: 33%;
}
.fbox_1_2 > *:last-child{
width: 65%;
}
.fbox_3 > *{
width: 32%;
}
.fbox_reverse{
display: flex;
margin: 0 auto;
}
.fbox_reverse > *{
width: 50%;
}
.fbox_reverseWrap > .fbox_reverse:nth-child(even){
flex-direction: row-reverse;
}
.fbox_reverseWrap > .fbox_reverse > *:nth-child(odd){
padding: 30px;
box-sizing: border-box;
line-height: 1.8;
background-color: #fff;
display: flex;
flex-wrap: wrap;
align-content: center;
}
.fbox_reverse__title{
	display: table;
	margin: 0 auto 30px;
	font-size: 160%;
	border-bottom: 3px solid #00926e;
}
.fbox_2c{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fbox_2c > div{
	width: 49%;
}
.fbox_2c > div:nth-child(n + 3){
	margin-top: 20px;
}
@media screen and (max-width: 600px){
.fbox_3 > *,
.fbox_2_1 > *,
.fbox_1_2 > *,
.fbox_1_1 > *{
width: 100% !important;
margin-left: 0 !important;
}
.fbox_3 > * + *,
.fbox_2_1 > *:not(:last-child),
.fbox_1_2 > *:not(:last-child),
.fbox_1_1 > *:not(:last-child){
margin-bottom: 20px !important;
}
.fbox_reverse{
display: block;
}
.fbox_reverse > *{
width: 100%;
}
.fbox_reverseWrap > .fbox_reverse > *:nth-child(odd){
padding:20px;
box-sizing: border-box;
}
}


.check li{
font-size: 18px;
border-bottom: none;
text-align: left;
padding-left:24px;
position:relative;
margin-top: 30px;
font-weight: bold;
line-height: 1.6;
}

.check li:before,
.check li:after{
content:"";
display:block;
position:absolute;
}
.check li:before{
width:18px;
height:18px;
background:#58a91d;
left:0;top:5px;

}
.check li:after{
border-left: 3px solid #fff;
border-bottom: 3px solid #fff;
width: 6px;
height: 3px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 5px;
top: 10px;
border-radius: 2px;
}
table.table3 th {
    background-color: #b1dfd4;
    color: #333;
}
.tdColor{
	background-color: #fafafa !important;
}
.grayBox{
	background-color: #fafafa !important;
	padding: 20px;
	box-sizing: border-box;
}

.pdf_link{
	color: #00926e;
}
.pdf_link i{
	margin-right: 5px;
}
.txtWrap{
	display: flex;
}
.txtWrap > div{
	width: 180px;
}
@media screen and (max-width: 600px){
	.txtWrap{
	display: block;
}
.txtWrap > div{
	width: 140px;
	margin: 0 auto 10px;
}
}
.keireki{
	display: flex;
	flex-wrap: wrap;
}
.keireki dt{
	padding: 5px 0 3px;
	width: 4.5em;
	border-bottom: 1px solid #ddd;
}
.keireki dd{
	padding: 5px 0 3px;
	width: calc(100% - 4.5em );
	border-bottom: 1px solid #ddd;
}
.txtIcon3 {
  background-color: #00926e;
}
