@charset "UTF-8";

/*
Theme Name : mellow

全てのページで共通して使う設定&トップページをstyle.cssで記述しています
body直下のdivにidでカラー名が付いています
cx）<div id="red_A" class="wrapper">　←Aパターンの赤がテーマカラーの場合のid
 */


 /*---------------------common parts---------------------*/

 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

* ul,ol {
	list-style: none;
}

html {
	font-size: 62.5%;
	color: #333333;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

/*----- 色ごとに変わる -----*/

#red_C {
	background-color: #eb9c9c;
}
#orange_C {
	background-color: #f3b07a;
}
#yellow_C {
	background-color: #dcc878;
}
#green_C {
	background-color: #96ceb2;
}
#blue_C {
	background-color: #92c1e2;
}
#pink_C {
	background-color: #e4799a;
}
#gray_C {
	background-color: #b8b8b8;
}

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

p,dl {
	font-size: 1.6rem;
	line-height: 1.5em;
/*	text-align: justify;*/
}

dt {
	background: #c6dbef;
	padding: 20px 10px;
	font-weight: bold;
	display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

dd {
	background: #dde9f5;
	padding: 20px;
}

.width_2column .width_L dl p {
	padding: 0;
	margin: 0;
}

img.imgCenter {
	width: 50%;
	display: block;
	margin: 0 auto;
}

table img {
  width: 100%;
  height: auto;
}

.bold {
	font-weight: bold;
}

.textRed {
	color:#f00;
}
figure.wp-block-image,
.wp-block-image figure{
	float:none;
	clear:both;}
/*.wp-block-image:after{
	float:none;
	clear:both;
	}*/
figcaption{
	font-size:1.6rem;
	}
.pconly{ display:block;}
.sponly{ display:none}
div[id$="_A"] .btn {
	width: 18rem;
	height: 5.5rem;
	border-radius: 5px;
	padding: 1.8rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

div[id$="_B"] .btn {
	width: 18rem;
	height: 5rem;
	border-radius: 25px;
	padding: 10px 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
  background-color: #fff;
}

div[id$="_C"] .btn {
	width: 18rem;
	height: 5.5rem;
	padding: 1.8rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

div[id$="_C"] .btn_satei {
	background-color: #222;
	box-shadow: 4px 4px #fff;
}

div[id$="_C"] .btn_otoiawase {
	background-color: #fff;
	box-shadow: 4px 4px #222;
}

div[id$="_B"] .btn_satei {
	background-color: #ffea8a !important;
}

/* カラーパターンごとに色が変わるパーツ */
#red_B .btn {
  border: solid 2px #990020;
  border-bottom: solid 4px #990020;
}
#orange_B .btn,
#yellow_B .btn {
  border: solid 2px #f88723;
  border-bottom: solid 4px #f88723;
}
#green_B .btn {
  border: solid 2px #009944;
  border-bottom: solid 4px #009944;
}
#blue_B .btn {
  border: solid 2px #0e54a2;
  border-bottom: solid 4px #0e54a2;
}
#pink_B .btn {
  border: solid 2px #f75184;
  border-bottom: solid 4px #f75184;
}
#gray_B .btn {
  border: solid 2px #626262;
  border-bottom: solid 4px #626262;
}



div[id$="_A"] .btn:hover,
div[id$="_B"] .btn:hover,
div[id$="_C"] .btn:hover {
	opacity: 0.7;
}

div[id$="_A"] .btn .header_sentence,
div[id$="_B"] .btn .header_sentence,
div[id$="_C"] .btn .header_sentence {
	font-size: 1.4rem;
	font-weight: 600;
	width: 100%;
}

div[id$="_A"] .btn .header_sentence {
	color: #fff;
}

div[id$="_B"] .btn .header_sentence,
div[id$="_C"] .btn .header_sentence {
	text-align: center;
}

div[id$="_C"] .btn_satei .header_sentence {
	color: #fc0;
}

div[id$="_A"] .btn::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12%;
    margin-top: -3px;
	  border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}


div[id$="_A"] .btnSmall,
div[id$="_B"] .btnSmall,
div[id$="_C"] .btnSmall{
	width: 12rem;
	height: 3rem;
	padding: 0 1.4rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

div[id$="_A"] .btnSmall {
	border-radius: 5px;
}

div[id$="_B"] .btnSmall{
	border-radius: 25px;
	background-color: #fff;
}

/* カラーパターンごとに色が変わるパーツ */
#red_B .btnSmall {
	border: solid 2px #990020;
	border-bottom: solid 4px #990020;
}
#orange_B .btnSmall,
#yellow_B .btnSmall {
	border: solid 2px #f88723;
	border-bottom: solid 4px #f88723;
}
#green_B .btnSmall {
	border: solid 2px #009944;
	border-bottom: solid 4px #009944;
}
#blue_B .btnSmall {
	border: solid 2px #0e54a2;
	border-bottom: solid 4px #0e54a2;
}
#pink_B .btnSmall {
	border: solid 2px #f75184;
	border-bottom: solid 4px #f75184;
}
#gray_B .btnSmall {
	border: solid 2px #626262;
	border-bottom: solid 4px #626262;
}

div[id$="_B"] .btnYellow_B{
  background-color: #ffea8a;
}

div[id$="_A"] .btnSmall .btnSmall_sentence,
div[id$="_B"] .btnSmall .btnSmall_sentence,
div[id$="_C"] .btnSmall .btnSmall_sentence {
	font-size: 1.2rem;
	font-weight: 600;
	width: 100%;
}

div[id$="_A"] .btnSmall .btnSmall_sentence {
	color: #fff;
}

div[id$="_B"] .btnSmall .btnSmall_sentence,
div[id$="_C"] .btnSmall .btnSmall_sentence {
	text-align: center;
}

div[id$="_C"] .btn_satei .btnSmall_sentence {
	color: #fc0;
}

div[id$="_A"] .btnSmall::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12%;
    margin-top: -3px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

/* カラーパターンごとに色が変わるパーツ */

div[id$="_A"] .btn_satei {
	background: linear-gradient(to bottom, #eeb10b 0%,#edba28 50%,#ecc651 100%);
}

#red_A .btn_otoiawase,
#yellow_A .btn_otoiawase,
#gray_A .btn_otoiawase {
  background: linear-gradient(to bottom, #7e0101 0%,#911a1b 50%,#b64d4d 100%);
}

#orange_A .btn_otoiawase  {
  background: linear-gradient(to bottom, #c05804 0%,#ff9239 100%);
}

#green_A .btn_otoiawase  {
  background: linear-gradient(to bottom, #314f40 0%,#3f7f5f 100%);
}

#blue_A .btn_otoiawase {
  background: linear-gradient(to bottom, #2f417a 0%,#3872ad 100%);
}

#pink_A .btn_otoiawase  {
  background: linear-gradient(to bottom, #bd345e 0%,#e1658b 100%);
}

.btnLink {
	align-items: center;
	background-color: #fff;
	border: 1px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	font-weight: bold;
	position: relative;
	width: 20rem;
}

.btnLink:hover {
	opacity: 0.3 !important;
}

.estateColumnLink.btnLink,
.stepLink.btnLink {
	padding: 20px;
	font-size: 1.8rem;
	margin: 20px auto 0;
}

.estateColumnLink.btnLink::before,
.stepLink.btnLink::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -5px;
}

div[id$="_A"] h2.title{
	border-radius: 2px;
  font-size: 1.8rem;
  height: 5.5rem;
  width: 100%;
  display: flex;
  padding: 0 20px 0 3.7rem;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
  text-align: justify;
  margin-top: 30px;
  line-height: 1.2;
  align-items: center;
    -webkit-box-align: center;
     -ms-flex-align: center;
}

/* カラーパターンごとに色が変わるパーツ */
#red_A h2.title,
#yellow_A h2.title  {
  background: linear-gradient(-135deg, #9b1313 0%,#9b1313 50%,#7d0000 100%);
}
#orange_A h2.title {
  background: linear-gradient(-135deg, #ff9239 0%,#e7802d 50%,#c05804 100%);
}
/*#yellow_A h2.title {
  background: linear-gradient(-135deg, #c39c02 0%,#ac8f1c 50%,#866c04 100%);
}*/
#green_A h2.title {
  background: linear-gradient(-135deg, #4f6e5e 0%,#3c604e 50%,#314f40 100%);
}
#blue_A h2.title {
  background: linear-gradient(-135deg, #4a60a3 0%,#3b5199 50%,#2f417a 100%);
}
#pink_A h2.title {
  background: linear-gradient(-135deg, #f7659b 0%,#f75184 100%);
}
#gray_A h2.title {
  background: linear-gradient(-135deg, #575757 0%,#4b4b4b 50%,#434343 100%);
}


div[id$="_A"] h2.title::before{
    content: '';
    width: 5px;
    height: 3rem;
    border: 2px;
    position: absolute;
    top: 22%;
    background-color: #fff;
    left: 2%;
}

div[id$="_A"] h3.titleSub {
  font-size: 1.7rem;
  height: 4.5rem;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 0 1.8rem;
	text-align: justify;
}

/* カラーパターンごとに色が変わるパーツ */
#red_A h3.titleSub {
  background: #eddbdb;
}
#orange_A h3.titleSub {
background-color: #ecd9c9;
}
#yellow_A h3.titleSub {
background-color: #e9e2c5;
}
#green_A h3.titleSub {
background-color: #b8cfc2;
}
#blue_A h3.titleSub {
background-color: #c6cbdd;
}
#pink_A h3.titleSub {
background-color: #fbcedc;
}
#gray_A h3.titleSub {
background-color: #e2e2e2;
}

#red_B h3.titleSub {
  background: #fdd4dc;
}
#orange_B h3.titleSub {
background-color: #ffd0a6;
}
#yellow_B h3.titleSub {
background-color: #f9f8bb;
}
#green_B h3.titleSub {
background-color: #b8cfc2;
}
#blue_B h3.titleSub {
background-color: #bfdeff;
}
#pink_B h3.titleSub {
background-color: #fbcedc;
}
#gray_B h3.titleSub {
background-color: #e2e2e2;
}


div[id$="_B"] h3.titleSub  {
  font-size: 1.7rem;
  height: 4.5rem;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 0 1.8rem;
	text-align: justify;
}

/* カラーパターンごとに色が変わるパーツ */
#green_B h3.titleSub {
background: #ccebda;
}




div[id$="_A"] h4.titleTopic  {
	border-bottom: solid 3px #cbcbcb;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.5em;
	margin: 0 0 15px;
	padding: 0 1.8rem;
	text-align: justify;
}


/* カラーパターンごとに色が変わるパーツ */
#red_A h4.titleTopic,
#yellow_A h4.titleTopic,
#gray_A h4.titleTopic {
	color: #7d0000;
}
#orange_A h4.titleTopic {
	color: #c8600c;
}
#green_A h4.titleTopic {
	color: #4c6c5b;
}
#blue_A h4.titleTopic {
	color: #2f417a;
}
#pink_A h4.titleTopic {
	color: #f75184;
}



div[id$="_B"] h4.titleTopic  {
	border-bottom: solid 3px #cbcbcb;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.5em;
	margin: 0 0 15px;
	padding: 0 1.8rem;
	text-align: justify;
}

/* カラーパターンごとに色が変わるパーツ */
#red_B h4.titleTopic {
	color: #990020;
}
#orange_B h4.titleTopic,
#yellow_B h4.titleTopic,
#gray_B h4.titleTopic  {
	color: #f88723;
}
#green_B h4.titleTopic {
	color: #009944;
}
#blue_B h4.titleTopic {
	color: #0e54a2;
}
#pink_B h4.titleTopic {
	color: #f75184;
}

div[id$="_A"] .summary,
div[id$="_B"] .summary,
div[id$="_C"] .summary {
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.7em !important;
	margin-bottom: 0;
	margin-top: 20px;
}

/* カラーパターンごとに色が変わるパーツ */
#red_A .summary {
	color: #7d0000;
}
#orange_A .summary {
	color: #c8600c;
}
#yellow_A .summary {
	color: #7d0000;
}
#green_A .summary {
	color: #4d6c5c;
}
#blue_A .summary {
	color: #485da1;
}
#pink_A .summary {
	color: #f75184;
}
#gray_A .summary {
	color: #7d0000;
}

#red_B .summary {
	color: #990020;
}
#orange_B .summary,
#yellow_B .summary {
	color: #f88723;
}
#green_B .summary {
	color: #094;
}
#blue_B .summary {
	color: #0e54a2;
}
#pink_B .summary {
	color: #f75184;
}
#gray_B .summary {
	color: #626262;
}

#red_C .summary {
	color: #e04040;
}
#orange_C .summary {
	color: #ce6d1d;
}
#yellow_C .summary,
#gray_C .summary {
	color: #b79610;
}
#green_C .summary {
	color: #1c9256;
}
#blue_C .summary {
	color: #1775b5;
}
#pink_C .summary {
	color: #d02a5d;
}


div[id$="_B"] h2.title {
    border-radius: 10px 10px 0 0;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    height: 5rem;
    margin-bottom: 30px;
    padding: 16px;
}

/* カラーパターンごとに色が変わるパーツ */
#red_B h2.title{
    background-color: #990020;
}
#orange_B h2.title{
    background-color: #f88723;
}
#yellow_B h2.title{
    background-color: #f3f00c;
    color: #222;
}
#green_B h2.title{
    background-color: #009944;
}
#blue_B h2.title{
    background-color: #0e54a2;
}
#pink_B h2.title{
    background-color: #f75184;
}
#gray_B h2.title{
    background-color: #626262;
}

div[id$="_B"] h2.title::after {
    content: '';
    width: 90%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 5px;
    position: absolute;
    top: 5rem;
    left: 20px;
}

/* カラーパターンごとに色が変わるパーツ */
#red_B h2.title::after {
    background-color: #990020;
}
#orange_B h2.title::after {
    background-color: #f88723;
}
#yellow_B h2.title::after {
    background-color: #f3f00c;
}
#green_B h2.title::after {
    background-color: #009944;
}
#blue_B h2.title::after {
    background-color: #0e54a2;
}
#pink_B h2.title::after {
    background-color: #f75184;
}
#gray_B h2.title::after {
    background-color: #626262;
}


div[id$="_C"] h2.title {
	position: relative;
	background-color: #222;
	color: #fc0;
	font-size: 1.8rem;
	height: 5rem;
	margin-bottom: 30px;
	padding: 16px 4rem 16px 4rem;
	margin-top: 30px;
}


div[id$="_C"] h2.title::before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px #fff;
  border-bottom: solid 79px transparent;
  z-index: 1;
}

div[id$="_C"] h2.title::after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px #fff;
  z-index: 1;
}


/* カラーパターンごとに色が変わるパーツ */
#red_C .contArea h2.title::before{
  border-left: solid 40px #eb9c9c;
}
#red_C .contArea h2.title::after {
  border-bottom: solid 79px #eb9c9c;
}

#orange_C .contArea h2.title::before{
  border-left: solid 40px #f3b07a;
}
#orange_C .contArea h2.title::after {
  border-bottom: solid 79px #f3b07a;
}

#yellow_C .contArea h2.title::before{
  border-left: solid 40px #dcc878;
}
#yellow_C .contArea h2.title::after {
  border-bottom: solid 79px #dcc878;
}

#green_C .contArea h2.title::before{
  border-left: solid 40px #96ceb2;
}
#green_C .contArea h2.title::after {
  border-bottom: solid 79px #96ceb2;
}

#blue_C .contArea h2.title::before{
  border-left: solid 40px #92c1e2;
}
#blue_C .contArea h2.title::after {
  border-bottom: solid 79px #92c1e2;
}

#pink_C .contArea h2.title::before{
  border-left: solid 40px #e4799a;
}
#pink_C .contArea h2.title::after {
  border-bottom: solid 79px #e4799a;
}

#gray_C .contArea h2.title::before{
  border-left: solid 40px #b8b8b8;
}
#gray_C .contArea h2.title::after {
  border-bottom: solid 79px #b8b8b8;
}

div[id$="_C"] h3.titleSub {
	font-size: 1.7rem;
	height: 4.5rem;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	padding: 0 1.8rem;
	text-align: justify;
	background: #fff5cc;
}

div[id$="_C"] h4.titleTopic  {
	border-bottom: solid 3px #fc0;
	color: #222;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.5em;
	margin: 0 0 15px;
	padding: 0 1.8rem;
	text-align: justify;
}



/* option parts */

.mb0{ margin-bottom: 0px !important; }
.mb5{ margin-bottom: 5px !important; }
.mb10{ margin-bottom: 10px !important; }
.mb15{ margin-bottom: 15px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb25{ margin-bottom: 25px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb35{ margin-bottom: 35px !important; }
.mb40{ margin-bottom: 40px !important; }
.mb45{ margin-bottom: 45px !important; }
.mb50{ margin-bottom: 50px !important; }
.mb60{ margin-bottom: 60px !important; }
.mb70{ margin-bottom: 70px !important; }
.mb80{ margin-bottom: 80px !important; }
.mb90{ margin-bottom: 90px !important; }
.mb100{ margin-bottom: 100px !important; }

.lh2{ line-height: 2 !important; }
.lh16{ line-height: 1.6 !important; }
.lh12{ line-height: 1.2 !important; }


.pcDisNon {display: none !important;}


.anchorlink_col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
	font-size: 1.6rem;
	background: #cbcbcb;
	padding: 20px;
	border-radius: 3px;
	margin-bottom: 40px;
	position: relative;
}

.anchorlink_col2_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 47%;
	background: #fff;
	border-radius: 3px;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	position: relative;
}

/*----- 色ごとに変わる -----*/

#red_A .anchorlink_col2_item {
	box-shadow: 0 4px 0 0 rgba(125, 0, 0, 0.5);
}
#orange_A .anchorlink_col2_item {
	box-shadow: 0 4px 0 0 rgba(125, 35, 0, 0.5);
}
#yellow_A .anchorlink_col2_item {
	box-shadow: 0 4px 0 0 rgba(125, 104, 0, 0.5);
}
#green_A .anchorlink_col2_item {
	box-shadow: 0 4px 0 0 rgba(77, 108, 91, 0.5);
}
#blue_A .anchorlink_col2_item {
	box-shadow: 0 4px 0 0 rgba(73, 94, 162, 0.5);
}
#pink_A .anchorlink_col2_item {
	box-shadow: 0 4px 0 0 rgba(247, 81, 132, 0.5);
}
#gray_A .anchorlink_col2_item {
	box-shadow: 0 4px 0 0 rgba(125, 0, 0, 0.5);
}

div[id$="_B"] .anchorlink_col2_item {
	box-shadow: 0 4px 0 0 rgb(111, 111, 111);
}

div[id$="_C"] .anchorlink_col2_item {
	box-shadow: 0 4px 0 0 rgb(111, 111, 111);
}

.anchorlink_col2_item a {
	display: flex;
	align-items: center;
	position: relative;
	color: #333;
	width: 100%;
	height: 100%;
	line-height: 1.3;
	padding: 21px 20px 20px;
	border-radius: 3px;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}

.anchorlink_col2_item:nth-child(n+3) {
    margin-top: 15px;
}
/*----- 色ごとに変わる -----*/
#red_A .anchorlink_col2_item:hover {
    background: #fff8f8;
}
#orange_A .anchorlink_col2_item:hover {
    background: #fffaf2;
}
#yellow_A .anchorlink_col2_item:hover {
    background: #fffff8;
}
#green_A .anchorlink_col2_item:hover {
    background: #ecf3ee ;
}
#blue_A .anchorlink_col2_item:hover {
    background: #e7ebf7;
}
#pink_A .anchorlink_col2_item:hover {
    background: #fff8f8;
}
#gray_A .anchorlink_col2_item:hover {
    background: #fff8f8;
}

#green_B .anchorlink_col2_item:hover {
    background: #f3fff8;
}

div[id$="_B"] .anchorlink_col2_item:hover {
    background: #f1f1f1;
}

div[id$="_C"] .anchorlink_col2_item:hover {
    background: #fffce9;
}

.anchorlink_col2_item::before,
.anchorlink_col2_item::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.anchorlink_col2_item::before {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    right: 10px;
}

/*----- 色ごとに変わる -----*/

#red_A .anchorlink_col2_item::before {
    background: #7d0000;
}
#orange_A .anchorlink_col2_item::before {
    background: #c05804;
}
#yellow_A .anchorlink_col2_item::before {
    background: #c39c01;
}
#green_A .anchorlink_col2_item::before {
    background: #4d6c5b;
}
#blue_A .anchorlink_col2_item::before {
    background: #495ea2;
}
#pink_A .anchorlink_col2_item::before {
    background: #f75184;
}
#gray_A .anchorlink_col2_item::before {
    background: #7d0000;
}

#red_B .anchorlink_col2_item::before {
    background: #990020;
}
#orange_B .anchorlink_col2_item::before {
    background: #f88723;
}
#yellow_B .anchorlink_col2_item::before {
    background: #f3f00c;
}
#green_B .anchorlink_col2_item::before {
    background: #094;
}
#blue_B .anchorlink_col2_item::before {
    background: #0e54a2;
}
#pink_B .anchorlink_col2_item::before {
    background: #f75184;
}
#gray_B .anchorlink_col2_item::before {
    background: #626262;
}

div[id$="_C"] .anchorlink_col2_item::before {
    background: #fc0;
}

.anchorlink_col2_item::after {
    top: -0.1rem;
    right: 1.7rem;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}

.explainArea {
    width: 90%;
    background-color: #f8f8f8;
    margin: 0 auto 20px;
    padding: 20px 0;
}


.flow > li {
	position: relative;
}

div[id$="_C"] .flow > li:last-child {
	margin-bottom: 20px;
}

.flow > li:not(:last-child) {
	margin-bottom: 40px;
}

.flow > li:not(:first-child)::before {
	content: "";
	height: 60px;
	display: block;
	position: absolute;
	top: -40px;
	left: -webkit-calc(10% + 30px - 2px);
	left: calc(10% + 30px - 2px);
	z-index: 10;
}

.flow > li dl {
	background-color: #f8f8f8;
	width: 100%;
	padding: 20px;
	border-radius: 8px;
	position: relative;
}
/*----- 色ごとに変わる -----*/
#red_A .flow > li dl,
#gray_A .flow > li dl  {
	border: 2px solid #7d0000;
}
#orange_A .flow > li dl {
	border: 2px solid #c8600c;
}
#yellow_A .flow > li dl {
	border: 2px solid #c39c01;
}
#green_A .flow > li dl {
	border: 2px solid #4d6c5b;
}
#blue_A .flow > li dl {
	border: 2px solid #475ea2;
}
#pink_A .flow > li dl {
	border: 2px solid #f75184;
}


#red_B  .flow > li dl {
	border: 2px solid #990020;
}
#orange_B .flow > li dl,
#yellow_B .flow > li dl {
	border: 2px solid #f88723;
}
#green_B .flow > li dl {
	border: 2px solid #03883e;
}
#blue_B .flow > li dl {
	border: 2px solid #0e54a2;
}
#pink_B .flow > li dl {
	border: 2px solid #f75184;
}
#gray_B .flow > li dl {
	border: 2px solid #626262;
}

div[id$="_C"] .flow > li dl {
	border: 2px solid #222;
}

.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow > li:not(:last-child) dl::before {
	border-width: 22px;
}

/*----- 色ごとに変わる -----*/
#red_A .flow > li:not(:last-child) dl::before,
#gray_A .flow > li:not(:last-child) dl::before  {
	border-top-color: #7d0000;
}
#orange_A .flow > li:not(:last-child) dl::before {
	border-top-color: #c8600c;
}
#yellow_A .flow > li:not(:last-child) dl::before {
	border-top-color: #c39c01;
}
#green_A .flow > li:not(:last-child) dl::before {
	border-top-color: #4d6c5b;
}
#blue_A .flow > li:not(:last-child) dl::before {
	border-top-color: #475ea2;
}
#pink_A .flow > li:not(:last-child) dl::before {
	border-top-color: #f75184;
}

#red_B .flow > li:not(:last-child) dl::before {
	border-top-color: #990020;
}
#orange_B .flow > li:not(:last-child) dl::before,
#yellow_B .flow > li:not(:last-child) dl::before {
	border-top-color: #f88723;
}
#green_B .flow > li:not(:last-child) dl::before {
	border-top-color: #03883e;
}
#blue_B .flow > li:not(:last-child) dl::before {
	border-top-color: #0e54a2;
}
#pink_B .flow > li:not(:last-child) dl::before {
	border-top-color: #f75184;
}
#gray_B .flow > li:not(:last-child) dl::before {
	border-top-color: #626262;
}

div[id$="_C"] .flow > li:not(:last-child) dl::before {
	border-top-color: #222;
}



.flow > li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #f8f8f8;
}

.flow > li dl dt {
	padding: 0;
	background-color: #f8f8f8;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.flow > li dl dd {
	padding: 0;
	background-color: #f8f8f8;
}


.timeLineFlow {
    padding: 30px 0 20px 10%;
    position: relative;
}
.timeLineFlow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 10%;
}
.timeLineFlow > li {
    position: relative;
}
.timeLineFlow > li:not(:last-child) {
    margin-bottom: 40px;
}
.timeLineFlow > li dl {
    padding-left: 70px;
    position: relative;
}
.timeLineFlow > li dl::before,
.timeLineFlow > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}
.timeLineFlow > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-radius: 50%;
    left: -4px;
}
/*----- 色ごとに変わる -----*/
#red_A .timeLineFlow > li dl::before {
    background: #7d0000;
}
#orange_A .timeLineFlow > li dl::before {
    background: #c05803;
}
#yellow_A .timeLineFlow > li dl::before {
    background: #c39c01;
}
#green_A .timeLineFlow > li dl::before {
    background: #4c6c5b;
}
#blue_A .timeLineFlow > li dl::before {
    background: #485fa2;
}
#pink_A .timeLineFlow > li dl::before {
    background: #f75184;
}
#gray_A .timeLineFlow > li dl::before {
    background: #7d0000;
}

#red_B .timeLineFlow > li dl::before {
    background: #990020;
}
#orange_B .timeLineFlow > li dl::before,
#yellow_B .timeLineFlow > li dl::before {
    background: #f88723;
}
#green_B .timeLineFlow > li dl::before {
    background: #094;
}
#blue_B .timeLineFlow > li dl::before {
    background: #0e54a2;
}
#pink_B .timeLineFlow > li dl::before {
    background: #f75184;
}
#gray_B .timeLineFlow > li dl::before {
    background: #626262;
}


div[id$="_C"] .timeLineFlow > li dl::before {
    background: #222;
}

.timeLineFlow > li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
}
.timeLineFlow > li dl dt {
	background-color: #fff;
	margin-bottom: 5px;
	padding: 0;
}

.timeLineFlow > li dl dd {
	background-color: #fff;
	padding: 0;
}

.kotsuIcon {
	border-radius: 5px;
	font-size: 1.4rem;
	margin-right: 10px;
}

.kotsu {
	border-radius: 5px 0 0 5px;
	font-size: 1.4rem;
	padding: 2px 5px;
}

/*----- 色ごとに変わる -----*/
#red_A .kotsu {
	background-color: #7d0000;
	color: #fff;
}
#orange_A .kotsu {
	background-color: #c35b06;
	color: #fff;
}
#yellow_A .kotsu {
	background-color: #c39c01;
	color: #fff;
}
#green_A .kotsu {
	background-color: #4d6c5c;
	color: #fff;
}
#blue_A .kotsu {
	background-color: #2f417a;
	color: #fff;
}
#pink_A .kotsu {
	background-color: #f75184;
	color: #fff;
}
#gray_A .kotsu {
	background-color: #7d0000;
	color: #fff;
}

#red_B .kotsu {
	background-color: #990020;
	color: #fff;
}
#orange_B .kotsu,
#gray_B .kotsu {
	background-color: #f88723;
	color: #fff;
}
#yellow_B .kotsu {
	background-color: #f3f00c;
	color: #03883e;
}
#green_B .kotsu {
	background-color: #009944;
	color: #fff;
}
#blue_B .kotsu {
	background-color: #0e54a2;
	color: #fff;
}
#pink_B .kotsu {
	background-color: #f75184;
	color: #fff;
}

div[id$="_C"] .kotsu {
	background-color: #222;
	color: #fc0;
}


.kotsuNum {
	padding: 2px 5px;
	border-radius: 0 5px 5px 0;
}

/*----- 色ごとに変わる -----*/
#red_A .kotsuNum {
	background-color: #eddbdb;
}
#orange_A .kotsuNum {
	background-color: #f3e4d7;
}
#yellow_A .kotsuNum {
	background-color: #f5eed2;
}
#green_A .kotsuNum {
	background-color: #daece1;
}
#blue_A .kotsuNum {
	background-color: #dde4f6;
}
#pink_A .kotsuNum {
	background-color: #ffe6ee;
}
#gray_A .kotsuNum {
	background-color: #eddbdb;
}

#red_B .kotsuNum {
	background-color: #fdd4da;
}
#orange_B .kotsuNum,
#gray_B .kotsuNum {
	background-color: #ffe9d5;
}
#yellow_B .kotsuNum {
	background-color: #f9f8bb;
}
#green_B .kotsuNum {
	background-color: #dceae3;
}
#blue_B .kotsuNum {
	background-color: #d5e9ff;
}
#pink_B .kotsuNum {
	background-color: #fde4ec;
}

div[id$="_C"] .kotsuNum {
	background-color: #fff5cc;
}

.qanda dt {
	margin: 16px 0;
	position: relative;
	padding: 4px 8px 4px 52px;
	background-color: #fff;
}

.qanda .title {
  width: 32px;
  height: 32px;
  background: #24a2d9;
  color: #fff;
  font-size: 1.6rem;
  line-height: 125%;
  font-weight: 700;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 8px;
  top: 0;
}

.qanda .title::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 5px 0 5px;
    border-color: #24a2d9 transparent transparent transparent;
    bottom: -2px;
    left: -4px;
    transform: rotate(60deg);
}

.qanda dd {
    position: relative;
    padding: 6px 8px 16px 52px;
    padding-left: 52px;
    font-size: 1.4rem;
    line-height: 150%;
    border-bottom: dotted 1px #ccc;
    background-color: #fff;
}

.qanda dd .title {
    background: #ff9901;
}

.qanda dd .title::after {
    border-color: #ff9901 transparent transparent transparent;
    left: auto;
    right: -4px;
    transform: rotate(-60deg);
}

#pagenation {
   position: relative;
   overflow: hidden;
   font-size: 1.4rem;
   margin-top: 40px;
}
#pagenation ul {
    position:relative;
    left:50%;
    float:left;
    list-style: none !important;
    width: auto!important;
}
#pagenation li {
    position:relative;
    left:-50%;
    float:left;
}
#pagenation li a {
    border:1px solid #CECECE;
    margin: 0 3px;
    padding:3px 7px;
    display: block;
    text-decoration:none;
    color: #333;
    background: #fff;
}
#pagenation li.active a,
#pagenation li a:hover{
    background: #ccc;
}




/*--------------------------------------------------------*/

/*---------------------header---------------------*/

header {
  z-index: 2;
  width: 100%;
  background: #fff;
}

/*----- 色ごとに変わる -----*/
#red_C header {
  background: #fa7272;
}
#orange_C header {
  background: #ff9239;
}
#yellow_C header {
  background: #ffcc00;
}
#green_C header {
  background: #59d395;
}
#blue_C header {
  background: #7bc9ff;
}
#pink_C header {
  background: #f75184;
}
#gray_C header {
  background: #b8b8b8;
}


.header_block {
	width: 100%;
}

/*----- 色ごとに変わる -----*/
#red_A header .header_block {
	background-color: #7d0000;
}
#orange_A header .header_block {
	background-color: #c05804;
}
#yellow_A header .header_block {
	background-color: #c39c02;
}
#green_A header .header_block {
	background-color: #314f40;
}
#blue_A header .header_block {
	background-color: #2f417a;
}
#pink_A header .header_block {
	background-color: #f75184;
}
#gray_A header .header_block {
	background-color: #434343;
}

#red_B header .header_block {
	background-color: #990020;
}
#orange_B header .header_block {
	background-color: #f88723;
}
#yellow_B header .header_block {
	background-color: #f3f00c;
}
#green_B header .header_block {
	background-color: #009944;
}
#blue_B header .header_block {
	background-color: #0e54a2;
}
#pink_B header .header_block {
	background-color: #f75184;
}
#gray_B header .header_block {
	background-color: #626262;
}

div[id$="_C"] header .header_block {
	background-color: #222;
}

header .header_block .header_title {
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.5rem;
	margin-left: calc(50% - 50vw);
	padding: 5px 20px;
	width: 100vw;
}

#yellow_B header .header_block .header_title {
	color: #222;
}

div[id$="_C"] header .header_block .header_title {
	color: #ffcc00;
}

header .header_container {
	margin: 15px auto 0;
}

header .header_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
	width: 1100px;
}

header .header_logo {
	max-width: 350px;
}

header .companyName {
	font-size: 1.4rem;
	padding: 0 20px;
}

header .telnumber {
	font-weight: bold;
	line-height: normal;
	padding: 0 20px;
}

header .telnumber a {
  pointer-events: none;
  font-size: 3rem;
  font-weight: bold;
}
/*----- 色ごとに変わる -----*/
#red_A header .telnumber a {
  color: #7d0000;
}
#orange_A header .telnumber a {
	color: #c05804;
}
#yellow_A header .telnumber a {
	color: #c39c02;
}
#green_A header .telnumber a {
	color: #314f40;
}
#blue_A header .telnumber a {
	color: #2f417a;
}
#pink_A header .telnumber a {
	color: #f75184;
}
#gray_A header .telnumber a {
	color: #434343;
}

#red_B header .telnumber a {
	color: #990020;
}
#orange_B header .telnumber a,
#yellow_B header .telnumber a {
	color: #f88723;
}
#green_B header .telnumber a {
	color: #009944;
}
#blue_B header .telnumber a {
	color: #0e54a2;
}
#pink_B header .telnumber a {
	color: #f75184;
}
#gray_B header .telnumber a {
	color: #626262;
}





header .telnumber span {
	margin-right: 5px;
}

header .telnumber img {
	width: 2.5rem;
}

header .header_btnArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 380px;
}

header .navi {
	margin: 15px 0 0;
}

#globalNav {
	font-weight: bold;
}

/*----- 色ごとに変わる -----*/
#red_A #globalNav {
	background-color: #eddbdb;
}
#orange_A #globalNav {
	background-color: #ecd9c9;
}
#yellow_A #globalNav {
	background-color: #e9e2c5;
}
#green_A #globalNav {
	background-color: #b8cfc3;
}
#blue_A #globalNav {
	background-color: #c6ccdd;
}
#pink_A #globalNav {
	background-color: #fbcedc;
}
#gray_A #globalNav {
	background-color: #b8b8b8;
}

#red_C #globalNav {
	background-color: #fee3e3;
}
#orange_C #globalNav {
	background-color: #ffe9d7;
}
#yellow_C #globalNav {
	background-color: #fff5cc;
}
#green_C #globalNav {
	background-color: #def6ea;
}
#blue_C #globalNav {
	background-color: #e9f3f9;
}
#pink_C #globalNav {
	background-color: #edcad5;
}
#gray_C #globalNav {
	background-color: #f1f1f1;
}

#globalNav .globalNav_inner {
/*	background-color: #fff;*/
	width: 1100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*----- 色ごとに変わる -----*/
/*#red_C #globalNav .globalNav_inner {
	background-color: #fa7272;
}
#orange_C #globalNav .globalNav_inner {
	background-color: #ff9239;
}
#yellow_C #globalNav .globalNav_inner {
	background-color: #fc0;
}
#green_C #globalNav .globalNav_inner {
	background-color: #59d395;
}
#blue_C #globalNav .globalNav_inner {
	background-color: #7bc9ff;
}
#pink_C #globalNav .globalNav_inner {
	background-color: #f75184;
}
#gray_C #globalNav .globalNav_inner {
	background-color: #b8b8b8;
}

div[id$="_A"] #globalNav .menu-item:last-of-type,
div[id$="_C"] #globalNav .menu-item:last-of-type {
	margin-right: 1px;
}

div[id$="_A"] #globalNav .menu-item:hover,
div[id$="_C"] #globalNav .menu-item:hover {
	background-color: #fff;
}

div[id$="_A"] #globalNav .menu-item a.current {
	background-color: #fff;
	color: #333;
	pointer-events: none;
}*/

#globalNav .menu-item a {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}


#globalNav .menu-item {
  color: #999;
	width: 13%;
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
}
/*
div[id$="_A"] #globalNav > ul.globalNav_inner > li.menu-item,
div[id$="_C"] #globalNav > ul.globalNav_inner > li.menu-item {
	margin-left: 1px;
}*/
/*----- 色ごとに変わるiwata -----*/
#red_A #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #eddbdb;
	border-left: solid 1px #FFF;
}
#orange_A #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #ecd9c9;
	border-left: solid 1px #FFF;
}
#yellow_A #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #e9e2c5;
	border-left: solid 1px #FFF;
}
#green_A #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #b8cfc3;
	border-left: solid 1px #FFF;
}
#blue_A #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #c6ccdd;
	border-left: solid 1px #FFF;
}
#pink_A #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #fbcedc;
	border-left: solid 1px #FFF;
}
#gray_A #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #b8b8b8;
	border-left: solid 1px #FFF;
}

div[id$="_A"] #globalNav li.menu-item:last-of-type {
	border-right: solid 1px #FFF;
}

#red_C #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #fee3e3;
	border-left: solid 1px #fa7272;
}
#orange_C #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #ffe9d7;
	border-left: solid 1px #ff9239;
}
#yellow_C #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #fff5cc;
	border-left: solid 1px #fc0;
}
#green_C #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #def6ea;
	border-left: solid 1px #59d395;
}
#blue_C #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #e9f3f9;
	border-left: solid 1px #7bc9ff;
}
#pink_C #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #edcad5;
	border-left: solid 1px #f75184;
}
#gray_C #globalNav > ul.globalNav_inner > li.menu-item {
	background-color: #f1f1f1;
	border-left: solid 1px #b8b8b8;
}

#red_C #globalNav ul.globalNav_inner > li.menu-item:last-of-type {
	border-right: solid 1px #fa7272;
}
#orange_C #globalNav ul.globalNav_inner > li.menu-item:last-of-type {
	border-right: solid 1px #ff9239;
}
#yellow_C #globalNav ul.globalNav_inner > li.menu-item:last-of-type {
	border-right: solid 1px #fc0;
}
#green_C #globalNav ul.globalNav_inner > li.menu-item:last-of-type {
	border-right: solid 1px #59d395;
}
#blue_C #globalNav ul.globalNav_inner > li.menu-item:last-of-type {
	border-right: solid 1px #7bc9ff;
}
#pink_C #globalNav ul.globalNav_inner > li.menu-item:last-of-type {
	border-right: solid 1px #f75184;
}
#gray_C #globalNav ul.globalNav_inner > li.menu-item:last-of-type {
	border-right: solid 1px #b8b8b8;
}

div[id$="_A"] #globalNav .sub-menu li.menu-item:last-of-type,
div[id$="_C"] #globalNav .sub-menu li.menu-item:last-of-type{
	border-right:none;
}


div[id$="_B"] #globalNav .menu-item:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 40px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

/*----- 色ごとに変わる -----*/

/*----- 色ごとに変わるiwata -----*/
#red_B #globalNav .menu-item:before {
    background-color: #990020;
}
#orange_B #globalNav .menu-item:before {
    background-color: #f88723;
}
#yellow_B #globalNav .menu-item:before {
    background-color: #f3f00c;
}
#green_B #globalNav .menu-item:before {
    background-color: #009944;
}
#blue_B #globalNav .menu-item:before {
    background-color: #0e54a2;
}
#pink_B #globalNav .menu-item:before {
    background-color: #f75184;
}
#gray_B #globalNav .menu-item:before {
    background-color: #626262;
}

div[id$="_B"] #globalNav .menu-item:hover > a {
    border-radius: 10px 10px 0 0;
    font-weight: normal;
}
/*iwata*/

/*----- 色ごとに変わるiwata -----*/
#red_B #globalNav .menu-item:hover > a {
    background-color: #990020;
    color: #fff;
}
#orange_B #globalNav li.menu-item:hover > a {
    background-color: #f88723;
    color: #fff;
}
#yellow_B #globalNav .menu-item:hover > a {
    background-color: #f3f00c;
    color: #222;
}
#green_B #globalNav .menu-item:hover > a {
    background-color: #009944;
    color: #fff;
}
#blue_B #globalNav .menu-item:hover > a {
    background-color: #0e54a2;
    color: #fff;
}
#pink_B #globalNav .menu-item:hover > a {
    background-color: #f75184;
    color: #fff;
}
#gray_B #globalNav .menu-item:hover > a {
    background-color: #626262;
    color: #fff;
}

div[id$="_B"] #globalNav li.menu-item:last-of-type::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

div[id$="_B"] #globalNav .sub-menu li.menu-item:last-of-type::after {
    content: none;
}
/*----- 色ごとに変わるiwata -----*/
#red_B #globalNav li.menu-item:last-of-type::after {
    background-color: #990020;
}
#orange_B #globalNav li.menu-item:last-of-type::after {
    background-color: #f88723;
}
#yellow_B #globalNav li.menu-item:last-of-type::after {
    background-color: #f3f00c;
}
#green_B #globalNav li.menu-item:last-of-type::after {
    background-color: #009944;
}
#blue_B #globalNav li.menu-item:last-of-type::after {
    background-color: #0e54a2;
}
#pink_B #globalNav li.menu-item:last-of-type::after {
    background-color: #f75184;
}
#gray_B #globalNav li.menu-item:last-of-type::after {
    background-color: #626262;
}

/*----- 色ごとに変わるiwata -----*/

#red_B #globalNav li.menu-item .sub-menu li:hover > a,
#orange_B #globalNav li.menu-item .sub-menu li:hover > a,
#yellow_B #globalNav li.menu-item .sub-menu li:hover > a,
#green_B #globalNav li.menu-item .sub-menu li:hover > a,
#blue_B  #globalNav li.menu-item .sub-menu li:hover > a,
#pink_B  #globalNav li.menu-item .sub-menu li:hover > a,
#gray_B  #globalNav li.menu-item .sub-menu li:hover > a
{
    background-color: #FFF;
    color: #333333;
}
#red_B #globalNav ul.sub-menu li:before,
#orange_B #globalNav ul.sub-menu li:before,
#yellow_B #globalNav ul.sub-menu li:before,
#green_B #globalNav ul.sub-menu li:before,
#blue_B #globalNav ul.sub-menu li:before,
#pink_B #globalNav ul.sub-menu li:before,
#gray_B #globalNav ul.sub-menu li:before
{
    background-color: #FFF;
}

/*----- 色ごとに変わるiwata -----*/




div[id$="_B"] #globalNav .menu-item:hover + li.menu-item:before {
	content: none;
}
/*iwata*/

#globalNav ul >li.menu-item-has-children>a{
	pointer-events: none;
	}
#globalNav ul {
  position: relative;
  display: flex;
}
#globalNav li {
  position: relative;
}
#globalNav li:last-child {
  margin-right: 0;
}
#globalNav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 58px;
	text-align: justify;
	padding: 0 5px;
}

/*iwata*/
#globalNav .sub-menu {
  display: none;
}

#globalNav li:hover ul.sub-menu {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
  z-index: 10;
  display: block;
  position: absolute;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

div[id$="_A"] #globalNav li:hover ul.sub-menu,
div[id$="_C"] #globalNav li:hover ul.sub-menu{
  left: -1px;
  width: 154px;
}

div[id$="_B"] #globalNav li:hover ul.sub-menu,
div[id$="_C"] #globalNav li:hover ul.sub-menu{
  left: 0;
  width: 157px;
}

#globalNav .sub-menu a {
	border-bottom: none;
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background:#FFF;
}
#globalNav .sub-menu a:hover:after{
  content: none;
}


#globalNav .sub-menu .menu-item:before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
	}
#globalNav .sub-menu li {
	width:100%;
	background: #fff;
	display: block;
	padding: 0;
	border-top: solid 1px #ccc;
}

#globalNav .sub-menu li:last-child {
  border-bottom: none;
}
/*iwata*/
#globalNav ul > li:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
}

#globalNav li ul li:after {
  content: none;
}
/*iwata*/
#globalNav .sub-menu li a:hover {
  background: #fff;
}
/*iwata*/
#globalNav .contact_btn a:hover {
  color: #fff;
}
div[id$="_A"] #globalNav .sub-menu .menu-item:hover > a,
div[id$="_B"] #globalNav .sub-menu .menu-item:hover > a,
div[id$="_C"] #globalNav .sub-menu .menu-item:hover > a{
		background: #fff;
		color:#333333;
		font-weight:bold;
}



/*------------------------------------------------*/



/*---------------------main---------------------*/

#side_nav {
	position: fixed;
	right: 0px;
	z-index: 2;
}

#side_nav a {
	display: block;
}

.spBtnArea {
	display: none;
}

.width_2column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
}
div[id$="_C"] .width_2column {
	padding: 0;
}

.width_2column .width_L {
	width: 760px;
	padding-right: 20px;
	margin-bottom: 40px;
  position: relative;
  font-size: 1.6rem;
line-height: 1.5em;
text-align: justify;
}

div[id$="_C"] .width_2column .width_L {
	background-color: #fff;
	width: 785px;
    padding: 0 20px 20px;
    position: relative;
    margin-right: 15px;
}
div[id$="_B"] .width_2column .width_L{
	margin-top:30px;
	}
div[id$="_B"] .width_2column .width_L h2.title::after{
    left: 0;
    width: 90%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.width_2column .width_L p{
	line-height: 1.5em;
	padding: 0 20px;
	margin-bottom: 20px;
}

.width_2column .width_L p.txtTitle {
	font-weight: bold;
	margin-bottom: 10px;
}

.width_2column .width_L h2 + p{
	margin-bottom: 30px;
}

.width_2column .width_R {
	margin-top:30px;
	margin-bottom: 40px;
	width: 300px;
}

.width_2column .width_R img {
	max-width: 300px;
	height: auto;
}

div[id$="_C"] .width_2column .width_R img {
    box-shadow: 4px 4px #222;
}

.width_2column .width_R a {
	display: block;
	margin-bottom: 10px;
}

.width_2column .width_R a:hover {
	opacity: 0.8;
}

.width_2column section {
	margin-top: 40px;
}


.cont_bnrArea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1060px;
	height: 160px;
	object-fit: cover;
	background-position: center;
	padding: 40px 0 30px;
	background-image: url(images/otoiawaseBk.jpg);
}

div[id$="_B"] .cont_bnrArea {
  border-radius: 10px;
}


/*----- 色ごとに変わる -----*/
#green_B .cont_bnrArea {
  border: solid 4px #094;
}






.contArea .cont_1column .cont_bnrArea img {
  width: auto;
}

.cont_bnrArea .otoiawaseInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-top: 5px;
}

/*----- 色ごとに変わる -----*/
#red_A .cont_bnrArea .otoiawaseInfo {
  color: #7d0000;
}
#orange_A .cont_bnrArea .otoiawaseInfo {
  color: #c8600c;
}
#yellow_A .cont_bnrArea .otoiawaseInfo {
  color: #7d0000;
}
#green_A .cont_bnrArea .otoiawaseInfo {
  color: #314f40;
}
#blue_A .cont_bnrArea .otoiawaseInfo {
  color: #2f417a;
}
#pink_A .cont_bnrArea .otoiawaseInfo {
  color: #f75184;
}
#gray_A .cont_bnrArea .otoiawaseInfo {
  color: #7d0000;
}

#red_B .cont_bnrArea .otoiawaseInfo {
  color: #990020;
}
#orange_B .cont_bnrArea .otoiawaseInfo,
#yellow_B .cont_bnrArea .otoiawaseInfo {
  color: #f88723;
}
#green_B .cont_bnrArea .otoiawaseInfo {
  color: #094;
}
#blue_B .cont_bnrArea .otoiawaseInfo {
  color: #0e54a2;
}
#pink_B .cont_bnrArea .otoiawaseInfo {
  color: #f75184;
}
#gray_B .cont_bnrArea .otoiawaseInfo {
  color: #626262;
}



.cont_bnrArea .otoiawaseInfo .tel {
	margin-right: 20px;
	font-size: 4rem;
	font-weight: bold;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cont_bnrArea .otoiawaseInfo .tel .icon {
	padding-right: 10px;
}

.cont_bnrArea .otoiawaseInfo .tel a {
	pointer-events: none;
}

/*----- 色ごとに変わる -----*/
#red_A .cont_bnrArea .otoiawaseInfo .tel a {
	color: #7d0000;
}
#orange_A .cont_bnrArea .otoiawaseInfo .tel a {
	color: #c8600c;
}
#yellow_A .cont_bnrArea .otoiawaseInfo .tel a {
	color: #7d0000;
}
#green_A .cont_bnrArea .otoiawaseInfo .tel a {
	color: #314f40;
}
#blue_A .cont_bnrArea .otoiawaseInfo .tel a {
	color: #2f417a;
}
#pink_A .cont_bnrArea .otoiawaseInfo .tel a {
	color: #f75184;
}
#gray_A .cont_bnrArea .otoiawaseInfo .tel a {
	color: #7d0000;
}

#red_B .cont_bnrArea .otoiawaseInfo .tel a {
  color: #990020;
}
#orange_B .cont_bnrArea .otoiawaseInfo .tel a,
#yellow_B .cont_bnrArea .otoiawaseInfo .tel a {
  color: #f88723;
}
#green_B .cont_bnrArea .otoiawaseInfo .tel a {
  color: #009944;
}
#blue_B .cont_bnrArea .otoiawaseInfo .tel a {
  color: #0e54a2;
}
#pink_B .cont_bnrArea .otoiawaseInfo .tel a {
  color: #f75184;
}
#gray_B .cont_bnrArea .otoiawaseInfo .tel a {
  color: #626262;
}


.cont_bnrArea .otoiawaseInfo .corp{
	font-size: 2.3rem;
	line-height: normal;
}

/*.cont_bnrArea .otoiawaseInfo .icon {

}
*/
/*------------------------------------------------*/


/*---------------------slide---------------------*/
.mvArea {
	position: relative;
}

.slide {
	padding: 12% 0;
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/*div[id$="_A"] .slide_01,
div[id$="_B"] .slide_01,
div[id$="_C"] .slide_01 {
	background-image: url(images/mv.jpg);
}
*/


.contArea {
	width: 1100px;
	padding: 0 20px;
	margin: 0 auto 40px;
	position: relative;
}
div[id$="_B"] #reasons.contArea {
  margin-top: 30px;
}
div[id$="_C"] .contArea {
	text-align: center;
}

.contArea a:hover{
	opacity: 0.8;
}

.contArea a  {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.contArea .cont_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-pack: distribute;
	justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
	padding: 0 20px;
}

.contArea .cont_box .cont_boxInner {
	width: 500px;
	margin-bottom: 20px;
}

div[id$="_C"] .contArea .cont_box .cont_boxInner {
	background-color: #fff;
}

.contArea .cont_box .cont_boxInner:nth-last-of-type(2),
.contArea .cont_box .cont_boxInner:last-of-type{
	margin-bottom: 0;
}

.contArea .cont_box .cont_boxInner img {
	display: block;
	width: 100%;
}

.contArea .cont_box .cont_boxInner p {
	line-height: 1.5em;
	text-align: left;
}

#reasons.contArea .cont_box .cont_boxInner p {
	padding: 15px;
}

div[id$="_A"] #reasons.contArea .cont_box .cont_boxInner p {
  	background-color: #fff4e4;
}

#top_column a.estateColumn {
	display: block;
}

#top_column a.estateColumn:hover {
	opacity: 0.5;
}


div[id$="_A"] .estateColumn_title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	padding: 0.5em;
	color: #fff;
}

div[id$="_A"] .estateColumn_title:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #7d0000;
}

/*----- 色ごとに変わる -----*/
#red_A .estateColumn_title {
  background: linear-gradient(-135deg, #E4A972, #cf4e4e);
}
#red_A .estateColumn_title:before {
  border-right: solid 20px #7d0000;
}

#orange_A .estateColumn_title {
  background: linear-gradient(-135deg, #E4A972, #e7802d);
}
#orange_A .estateColumn_title:before {
  border-right: solid 20px #a74f07;
}

#yellow_A .estateColumn_title {
  background: linear-gradient(-135deg, #e9d583, #a28616);
}
#yellow_A .estateColumn_title:before {
  border-right: solid 20px #6e5905;
}

#green_A .estateColumn_title {
  background: linear-gradient(-135deg, #84a794, #397155);
}
#green_A .estateColumn_title:before {
  border-right: solid 20px #253f32;
}

#blue_A .estateColumn_title {
  background: linear-gradient(-135deg, #6b7fb7, #3b5199);
}
#blue_A .estateColumn_title:before {
  border-right: solid 20px #253362;
}

#pink_A .estateColumn_title {
  background: linear-gradient(-135deg, #ffb7a7, #f76499);
}
#pink_A .estateColumn_title:before {
  border-right: solid 20px #c33865;
}

#gray_A .estateColumn_title {
  background: linear-gradient(-135deg, #b3b1aa, #555555);
}
#gray_A .estateColumn_title:before {
  border-right: solid 20px #253362;
}

div[id$="_B"] .estateColumn_title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

/*----- 色ごとに変わる -----*/
#red_B .estateColumn_title {
    color: #990020;
}
#green_B .estateColumn_title,
#orange_B .estateColumn_title,
#yellow_B .estateColumn_title {
    color: #094;
}
#blue_B .estateColumn_title {
    color: #0e54a2;
}
#pink_B .estateColumn_title {
    color: #f75184;
}
#gray_B .estateColumn_title {
    color: #f88723;
}

div[id$="_B"] .estateColumn_title:before,
div[id$="_B"] .estateColumn_title:after,
div[id$="_C"] .estateColumn_title:before,
div[id$="_C"] .estateColumn_title:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

div[id$="_C"] .estateColumn_title:before{
  left: 10px;
}

div[id$="_B"] .estateColumn_title:before {
  border-radius: 50%;
  height: 14px;
  width: 14px;
}

/*----- 色ごとに変わる -----*/
#red_B .estateColumn_title:before {
    background: #990020;
}
#green_B .estateColumn_title:before,
#orange_B .estateColumn_title:before,
#yellow_B .estateColumn_title:before {
  background: #009944;
}
#blue_B .estateColumn_title:before {
    background: #0e54a2;
}
#pink_B .estateColumn_title:before {
    background: #f75184;
}
#gray_B .estateColumn_title:before {
    background: #f88723;
}

div[id$="_C"] .estateColumn_title {
	color: #fc0;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding: 10px 20px 10px 30px;
    background-color: #222;
}

div[id$="_C"] .estateColumn_title:before {
	background: #fc0;
	border-radius: 50%;
	height: 14px;
	width: 14px;
}

div[id$="_B"] .estateColumn_title:after {
    top: -0.1rem;
    left: 0.4rem;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

div[id$="_C"] .estateColumn_title:after {
    top: -0.1rem;
    left: 1.4rem;
    width: 3px;
    height: 3px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(45deg);
}

div[id$="_C"] .estateColumn_text {
	padding: 15px;
}

.estateColumnbtn {
	padding: 5px 15px;
	font-size: 1.4rem;
	margin: 0 auto;
	align-items: center;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	position: relative;
	width: 12rem;
	border-radius: 10px;
}

.estateColumnbtn:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12%;
    margin-top: -5px;
}

.estateColumnbtn {
	margin: 0 auto 10px;
}

div[id$="_A"] .estateColumnLink.btn,
div[id$="_A"] .stepLink.btn {
	border: 1px solid #333333;
	border-radius: 0;
	width: 20rem;
	margin: 20px auto 0;
}

div[id$="_A"] .estateColumnLink.btn:before,
div[id$="_A"] .stepLink.btn:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -5px;
}
@media all and (-ms-high-contrast: none){
	div[id$="_A"] .estateColumnLink.btn,
div[id$="_A"] .stepLink.btn {
	display: block;
}
div[id$="_A"] .estateColumnLink.btn:before,
div[id$="_A"] .stepLink.btn:before {
  top: 54%;	
}

}
div[id$="_B"] .estateColumnLink.btn,
div[id$="_B"] .stepLink.btn,
div[id$="_C"] .estateColumnLink.btn,
div[id$="_C"] .stepLink.btn{
    margin: 20px auto 0;
    width: 20rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div[id$="_B"] .btn .estate_sentence,
div[id$="_B"] .btn .step_sentence,
div[id$="_C"] .btn .estate_sentence,
div[id$="_C"] .btn .step_sentence {
    font-size: 1.5rem;
}

/*----- 色ごとに変わる -----*/
#red_B .btn .estate_sentence,
#red_B .btn .step_sentence {
    color: #990020;
}
#orange_B .btn .estate_sentence,
#orange_B .btn .step_sentence,
#yellow_B .btn .estate_sentence,
#yellow_B .btn .step_sentence {
    color: #f88723;
}
#green_B .btn .estate_sentence,
#green_B .btn .step_sentence {
    color: #009944;
}
#blue_B .btn .estate_sentence,
#blue_B .btn .step_sentence {
    color: #0e54a2;
}
#pink_B .btn .estate_sentence,
#pink_B .btn .step_sentence {
    color: #f75184;
}
#gray_B .btn .estate_sentence,
#gray_B .btn .step_sentence {
    color: #626262;
}

div[id$="_C"] .estateColumnLink,
div[id$="_C"] .estateColumnLink.btn,
div[id$="_C"] .stepLink.btn {
    background-color: #fff;
    box-shadow: 4px 4px #222;
}

.contArea .cont_1column {
	margin-bottom: 40px;
	width: 100%;
  text-align: center;
}

.contArea .cont_1column:last-of-type{
	margin-bottom: 0;
}

.contArea .cont_1column img {
	width: 100%;
}

.colorBkArea {
	margin-bottom: 40px;
	padding: 40px 0;
}

/*----- 色ごとに変わる -----*/

#red_A .colorBkArea {
	background-color: #eddbdb;
}
#orange_A .colorBkArea {
	background-color: #ecd9c9;
}
#yellow_A .colorBkArea {
	background-color: #e9e2c5;
}
#green_A .colorBkArea {
	background-color: #b8cfc3;
}
#blue_A .colorBkArea {
	background-color: #c6ccdd;
}
#pink_A .colorBkArea {
	background-color: #fbcedc;
}
#gray_A .colorBkArea {
	background-color: #b8b8b8;
}

#red_C .colorBkArea {
	background-color: #fee3e3;
}
#orange_C .colorBkArea {
	background-color: #ffe9d7;
}
#yellow_C .colorBkArea {
	background-color: #fff5cc;
}
#green_C .colorBkArea {
	background-color: #def6ea;
}
#blue_C .colorBkArea {
	background-color: #e9f3f9;
}
#pink_C .colorBkArea {
	background-color: #edcad5;
}
#gray_C .colorBkArea {
	background-color: #f1f1f1;
}


div[id$="_B"] .colorBkArea {
    background-image: url(images/colorBk_B.png);
}

div[id$="_A"] .spBtnArea + .colorBkArea {
	background-color: #fff !important;
	margin-bottom: 0;
}

.colorBkArea .contArea {
	margin-bottom: 0;
}

div[id$="_B"] .colorBkArea .contArea a {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
}

div[id$="_B"] .colorBkArea .contArea a:hover {
    opacity: 1;
}

.colorBkArea .contArea img {
  display: block;
  margin: 0 auto;
  max-height: 200px;
  width: auto;
}

div[id$="_C"] .colorBkArea .contArea img {
    box-shadow: 4px 4px #222;
}

div[id$="_B"] .colorBkArea .contArea img:hover {
    opacity: 0.8;
}

#step .step {
	width: 33%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

#step .step img {
	display: block;
}

#step .step .step_text {
	line-height: 1.5em;
	padding: 20px;
	text-align: justify;
	min-height: 232px;
}

#check .cont_1column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

div[id$="_C"] #check .cont_1column {
	background: #fff;
}

div[id$="_B"] #check .cont_1column {
  border-radius: 10px;
}

/*----- 色ごとに変わる -----*/
#red_B #check .cont_1column {
  border: solid 4px #990020;
}
#orange_B #check .cont_1column,
#yellow_B #check .cont_1column {
  border: solid 4px #f88723;
}
#green_B #check .cont_1column {
  border: solid 4px #094;
}
#blue_B #check .cont_1column {
  border: solid 4px #0e54a2;
}
#pink_B #check .cont_1column {
  border: solid 4px #f75184;
}
#gray_B #check .cont_1column {
  border: solid 4px #626262;
}


#check .cont_1column .cont_check {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	object-fit: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

div[id$="_A"] #check .cont_1column .cont_check {
	background-image: url(images/green.jpg);
	padding: 0 40px;
	margin: 30px 0 15px 0;
}

div[id$="_B"] #check .cont_1column .cont_check {
	background-image: url(images/checkBk.jpg);
	border-radius: 5px 0 0 5px;
	padding: 110px 40px 110px;
	width: 460px;
}

div[id$="_C"] #check .cont_1column .cont_check {
	background-image: url(images/checkBk.jpg);
	padding: 110px 40px 110px;
	margin: 0;
	width: 460px;
}

#check .cont_1column .cont_check img {
	width: auto;
}

#check iframe {
	width: 600px;
}

#knowledge img {
  width: 325px;
  height: auto;
  max-height: inherit;
}

/*---------------------freespace------------------*/
#freespace_top,
#freespace_btm{
	text-align:left;
}
#freespace_top table,
#freespace_btm table{
	max-width:100%;	
	}

#blogdetail table,
#freespace_top table,
#freespace_btm table{
	border:#CCC 1px solid;
	border-color:#CCC;
}
#blogdetail td,
#blogdetail th,
#freespace_top td,
#freespace_top th,
#freespace_btm td,
#freespace_btm th{
	border:#CCC 1px solid;
		border-color:#CCC;
}

/*------------------------------------------------*/

/*---------------------footer---------------------*/

footer a:hover{
	opacity: 0.3;
}

.footer01 {
	background-color: #f8f8f8;
	margin-top: 80px;
}

/*----- 色ごとに変わる -----*/
#red_C .footer01 {
	background-color: #fee3e3;
}
#orange_C .footer01 {
	background-color: #ffe9d7;
}
#yellow_C .footer01 {
	background-color: #fff5cc;
}
#green_C .footer01 {
	background-color: #def6ea;
}
#blue_C .footer01 {
	background-color: #e9f3f9;
}
#pink_C .footer01 {
	background-color: #edcad5;
}
#gray_C .footer01 {
	background-color: #f1f1f1;
}

.footer01 .site {
	margin: 0 auto;
	padding: 40px 20px 20px;
	width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.4rem;
}

.footer01 .siteR {
	width: 95%;
	padding-left: 40px;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer01 .siteR>li.menu-item {
	padding-right: 20px;
	width: 24%;
	max-width:24%;
	display:inline-block;
	vertical-align:top;	
}
.footer01 .siteR>li.menu-item-has-children>a{
	pointer-events: none;
	}

/* カラーパターンごとに色が変わるパーツ */
#red_A .footer01 .siteR>li>a {
	border-bottom: 1px solid #7d0000;
}
#orange_A .footer01 .siteR>li>a {
	border-bottom: 1px solid #c05804;
}
#yellow_A .footer01 .siteR>li>a {
	border-bottom: 1px solid #c39c02;
}
#green_A .footer01 .siteR>li>a {
	border-bottom: 1px solid #314f40;
}
#blue_A .footer01 .siteR>li>a {
	border-bottom: 1px solid #2f417a;
}
#pink_A .footer01 .siteR>li>a {
	border-bottom: 1px solid #f75184;
}
#gray_A .footer01 .siteR>li>a {
	border-bottom: 1px solid #434343;
}

#red_B .footer01 .siteR>li>a {
	border-bottom: 1px solid #990020;
}
#orange_B .footer01 .siteR>li>a,
#yellow_B .footer01 .siteR>li>a {
	border-bottom: 1px solid #f88723;
}
#green_B .footer01 .siteR>li>a {
	border-bottom: 1px solid #009944;
}
#blue_B .footer01 .siteR>li>a {
	border-bottom: 1px solid #0e54a2;
}
#pink_B .footer01 .siteR>li>a {
	border-bottom: 1px solid #f75184;
}
#gray_B .footer01 .siteR>li>a {
	border-bottom: 1px solid #626262;
}

div[id$="_C"] .footer01 .siteR>li>a {
	border-bottom: 1px solid #222;
}


.footer01 .siteR li {
	position: relative;
	vertical-align: middle;
}

.footer01 .siteR li a {
	display: block;
	margin-bottom: 10px;
	padding: 5px 0;
	font-weight:bold;
}

.footer01 .siteR li ul li a{
	font-weight:normal;
	display:inline-block;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom:none;
}
.footer01 .siteR li ul li:before{
	content:"- ";
/*	margin-right:0.2em;
	display:inline-block;*/
}





.footer02 small {
	display: block;
	padding: 10px 0 0;
	text-align: center;
	width: 100%;
}

.footer02 {
	background-image: url(images/silver.png);
	padding: 20px 0;
}

div[id$="_C"] .footer02 {
	background-image: none;
}

/*----- 色ごとに変わる -----*/
#red_C .footer02 {
	background-color: #fa7272;
}
#orange_C .footer02 {
	background-color: #ff9239;
}
#yellow_C .footer02 {
	background-color: #fc0;
}
#green_C .footer02 {
	background-color: #59d395;
}
#blue_C .footer02 {
	background-color: #7bc9ff;
}
#pink_C .footer02 {
	background-color: #f75184;
}
#gray_C .footer02 {
	background-color: #b8b8b8;
}




.footer02 .site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 1100px;
}

.footer02 .site .siteInfo01 {
	padding-right: 20px;
	width: 30%;
}
.footer02 .site .siteInfo02 {
	padding-right: 20px;
	width: 65%;
}

.footer02 .site .siteInfo03 {
	width: 260px;
}

.footer02 .site p {
	font-size: 1.3rem;
	line-height: 1.2em;
}

.footer02 .site .siteInfo01 img {
	margin-bottom: 5px;
	max-width: 200px;
}

.footer02 .site_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.footer02 .site .siteInfo_corp {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.footer02 .site .siteInfo_box {
	padding-left: 20px;
}

.footer02 .site .siteInfo_text {
	width: 50%;
	padding-right: 20px;
}

/*------------------------------------------------*/


@media screen and (min-width: 769px) and (max-width:1100px) {
body {
	display: inline-block;	
}
.wrapper {
  overflow-x: inherit;
}
header, main, footer {
	display: inline-block;
	width: 100%;
	min-width: 1100px;
}


/*------------------------------------------------*/

}

/*------------------------------------------------*/

/*
メインビジュアルの位置調整用
1000pxまでの幅の場合に適応される */
@media screen and (max-width:1000px) {

.slide {
  	padding: 20% 0;
}

div[id$="_A"] .slide{
	background-position: right 35% bottom 0;
}



/*------------------------------------------------*/

}


/* 768pxまでの幅の場合に適応される */
@media screen and (max-width: 768px) {
 /*---------------------common parts---------------------*/

.pconly{ display:none;}
.sponly{ display:block;}

dl {
	display: block;
}

dt,dd {
  width: 100%;
}

div[id$="_A"] h2.title {
	font-size: 1.6rem;
	height: 4rem;
	padding-left: 22px;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 1.2;
}

div[id$="_A"] h2.title::before{
	top: 5px;
	left: 8px;
}

div[id$="_A"] h3.titleSub {
	line-height: 1.2em;
	font-size: 1.6rem;
	height: auto;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
}

div[id$="_A"] h4.titleTopic,
div[id$="_B"] h4.titleTopic,
div[id$="_C"] h4.titleTopic {
	margin: 0 0 15px;
	padding: 0 5px;
	font-size: 1.6rem;
}

div[id$="_B"] h2.title {
   font-size: 1.6rem;
   height: auto;
   padding: 13px;
   margin-bottom: 15px;
   line-height: 1.5rem;
}

div[id$="_B"] h2.title::after {
    top: 39px;
    left: 0;
    width: 100% !important;
}

div[id$="_B"] h3.titleSub,
div[id$="_C"] h3.titleSub {
  line-height: 1.2em;
  font-size: 1.6rem;
  height: auto;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
}

div[id$="_C"] h2.title {
	font-size: 1.6rem;
	padding: 10px 2rem;
	height: 3.5rem;
	margin-bottom: 10px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div[id$="_C"] h2.title::before {
	border-bottom: solid 45px transparent;
	border-left: solid 25px #fff;
	right: -3px;
    top: -7px;
}

#yellow_C .contArea h2.title::before {
	border-bottom: solid 45px transparent;
	border-left: solid 25px #dcc878;
	right: -3px;
    top: -7px;
}

div[id$="_C"] h2.title::after{
	border-bottom: solid 45px #fff;
	border-left: solid 25px transparent;
}

#yellow_C .contArea h2.title::after {
	border-bottom: solid 45px #dcc878;
	border-left: solid 25px transparent;
}

.explainArea {
	padding: 20px;
	width: 100%;
}

.stepLink.btnLink {
	margin: 10px auto 0;
}

.pcDisNon {display: block !important;}
.spDisNon {display: none !important;}

.anchorlink_col2 {
	display: block;
	width: 100%;
}

.anchorlink_col2_item {
	width: 100%;
}

.anchorlink_col2_item:nth-child(n+2) {
	margin-top: 15px;
}

.flow > li dl {
	padding: 15px 10px;
}

div[id$="_C"] .flow > li:last-child {
	margin-bottom: 0;
}

.flow > li dl dt {
	font-size: 1.6rem;
	margin-bottom: 5px;
	display: block;
}

.timeLineFlow {
	padding: 30px 0 20px 7px;
}

.timeLineFlow::before {
	left: 7px;
}

.timeLineFlow > li dl {
	padding-left: 40px;
}

.timeLineFlow > li dl::after {
	width: 30px;
}

.timeLineFlow > li:not(:last-child) {
	margin-bottom: 20px;
}
.spAccordion_title {
	background: #f0f0f0;
  padding: 10px;
  position: relative;
  border-top: solid 1px #ccc;
}
.spAccordion_title:first-of-type {
  border-top: none;
}
.spAccordion_box {
	background: #fff;
  padding: 0;
}
.sp_qanda dt.sp_qandaT {
    margin: 16px 0;
    position: relative;
    padding: 4px 8px 4px 52px;
    background-color: #fff;
}
.sp_qanda .title {
    width: 32px;
    height: 32px;
    background: #24a2d9;
    color: #fff;
    font-size: 1.6rem;
    line-height: 125%;
    font-weight: 700;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 8px;
    top: 0;
}

.sp_qanda .title::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 5px 0 5px;
    border-color: #24a2d9 transparent transparent transparent;
    bottom: -2px;
    left: -4px;
    transform: rotate(60deg);
}
.sp_qanda dd {
		position: relative;
		background: #fff;
		padding: 4px 8px 4px 52px;
		border-bottom: dotted 1px #ccc;
}
.sp_qanda dd .title {
    background: #ff9901;
}
.sp_qanda dd .title::after {
    border-color: #ff9901 transparent transparent transparent;
    left: auto;
    right: -4px;
    transform: rotate(-60deg);
}
.trgIcon {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
}
.trgIcon:before,
.trgIcon:after{
    width: 20px;
    height: 4px;
    content: '';
    display: block;
    background: #ccc;
    position: absolute;
    top: 8px;
    left: 0;
}
.trgIcon:after{
		height: 20px;
		width: 4px;
		top: 0;
		left: 8px;
}
.open .trgIcon {
    margin-top: -3px;
    right: 11px;
}

.open .trgIcon:before,
.open .trgIcon:after {
    width: 20px;
    height: 4px;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.open .trgIcon:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

 /*------------------------------------------------*/

/*---------------------header---------------------*/

header {
  position: fixed;
  top: 0;
  left: 0;
}

header .header_block {
	background-color: #7d0000;
	width: 100%;
}

header .header_block .header_title {
	box-sizing: border-box;
	font-size: 1rem;
	height: auto;
	line-height: 1.2rem;
	padding: 5px 10px;
	width: 100%;
}

header .header_logo {
	height: 40px;
	width: auto;
}

header .companyName {
	font-size: 1.2rem;
	padding: 5px 0;
	width: 90%;
}

header .telnumber {
	padding: 0;
	z-index: 1;
	position: absolute;
	right: 70px;
}

header .header_inner .text {
	display: none;
}

header .header_innerBox {
	margin-right: 50px;
	display: flex;
	width: 100%;
	position: absolute;
	top: 0;
}

header .header_container {
	margin: 10px auto;
	position: relative;
	height: 44px;
}

header .header_inner {
	padding: 0 10px;
	width: 100%;
/*	-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
}

header .telnumber a {
	pointer-events: auto;
}

header .header_inner a {
	z-index: 1;
}

header .header_btnArea {
	display: none;
}

header .mask {
	background: rgba(22,34,42,.4);
	top: 60px;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 1;
	display: none;
}

.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#globalNav .nav {
  overflow-y: auto;
  height: 100vh;
}

.mean-nav .container {
  padding: 0;
}

.mean-nav {
  font-size: 1.4rem;
}

header .navi {
	margin: 0;
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
}

.mean-nav .sub-menu a{
	background-color: rgba(255, 255, 255, 0.9)!important;
}


 /*------------------------------------------------*/

/*---------------------main---------------------*/

#side_nav {
	position: fixed;
	z-index: 2;
}

div[id$="_A"] #side_nav {
	top: 70%;
	width: 70px;
}

div[id$="_B"] #side_nav {
	top: 60%;
	width: 40px;
}

div[id$="_C"] #side_nav {
	top: 58%;
	width: 40px;
}

#side_nav img{
	width: 100%;
}

.spBtnArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto 20px;
	width: 90%;
}

/* div[id$="_A"] .spBtnArea {
	margin:  0 auto;
} */

div[id$="_C"] .spBtnArea {
	margin:  20px auto;
}

div[id$="_A"] .spBtnArea .btn,
div[id$="_B"] .spBtnArea .btn,
div[id$="_C"] .spBtnArea .btn {
	padding: 10px;
	height: auto;
	width: 45%;
}

.contArea {
	padding: 0;
	margin: 0 auto 20px;
	width: 90%;
}

div[id$="_B"] #reasons.contArea {
  margin-top: 0;
}

.contArea img {
	width: 100%;
}

.contArea .cont_box {
	padding: 0;
}

.contArea .cont_box .cont_boxInner {
    width: 100%;
    margin-bottom: 10px;
}

.contArea .cont_box .cont_boxInner:nth-last-of-type(2){
	margin-bottom: 10px;
}

.contArea .cont_1column {
	margin-bottom: 10px;
}

.colorBkArea {
    margin-bottom: 20px;
    padding: 20px 0;
}

.colorBkArea .contArea img {
    max-height: inherit;
    width: 100%;

}

#step.contArea {
	display: block;
}

#step .step {
	width: 100%;
	margin-bottom: 20px;
}

#step .step .step_text {
  padding: 10px 0 0;
  min-height: auto;
}

#knowledge .cont_box a {
	display: block;
	margin-bottom: 10px;
}

#knowledge .cont_box a:last-of-type{
	margin-bottom: 0;
}

#knowledge img {
  max-height: inherit;
  width: 100%;
}

#check .cont_1column {
	display: block;
}

#check .cont_1column .cont_check {
	padding: 20px;
	width: 100%;
}

div[id$="_A"] #check .cont_1column .cont_check {
  padding: 20px;
  width: 100%;
}

div[id$="_B"] #check .cont_1column .cont_check {
  border-radius: 5px 5px 0px 0px;
  padding: 20px;
  width: 100%;
}

#check .cont_1column .cont_check img {
	max-width: 388px;
  width: 100%;
}

#check iframe {
	width: 100% !important;
}

div[id$="_B"] #check iframe {
  border-radius: 0px 0px 5px 5px;
  display: block;
  width: 100%;
}

#check .cont_1column .cont_check {
	margin-bottom: -20px;
}

div[id$="_C"] #check .cont_1column .cont_check {
	padding: 20px 40px;
  width: 100%;
}
.width_2column {
	display: block;
	width: 90%;
	padding: 0;
	margin: 0 auto 40px;
}

div[id$="_C"] .width_2column {
	width: 100%;
}

.width_2column .width_L {
	padding: 0;
	margin-bottom: 20px;
	width: 100%;
}

div[id$="_C"] .width_2column .width_L {
	width: 100%;
	padding: 20px 5%;
	background-color: #fff;
    margin-right: 0;
}

.width_2column .width_L h2 + p {
	margin-bottom: 20px;
}

.width_2column .width_L p {
	padding: 0;
}

.width_2column .width_L p.txtTitle {
	margin-bottom: 5px;
}

.width_2column .width_R {
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}

.width_2column .width_R img {
	width: 100%;
}

.width_2column section {
	margin-top: 20px;
}

.cont_1column .cont_bnrArea {
	padding: 20px;
	width: 100%;
}

.contArea .cont_1column .cont_bnrArea img {
    max-width: 300px;
    width: 100%;
}

.cont_bnrArea .otoiawaseInfo {
	display: block;
	margin-top: 15px;
}

.cont_bnrArea .otoiawaseInfo .tel{
	display: flex;
	font-size: 2.8rem;
	background-color: #fff;
	margin: 0;
	border-radius: 4px;
	position: relative;
}

div[id$="_C"] .cont_bnrArea .otoiawaseInfo .tel {
	background-color: #fc0;
}

.cont_bnrArea .otoiawaseInfo .tel .icon {
	position: absolute;
	width: 35px;
}

.cont_bnrArea .otoiawaseInfo .tel a {
	border-radius: 4px;
	padding: 0 10px 0 40px;
	pointer-events: auto;
	width: 100%;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.5);
}

.cont_bnrArea .otoiawaseInfo .tel img {
	padding: 5px;
	vertical-align: middle;
	width: 100%;
	position: relative;
	left: 5px;
	bottom: 3px;
}

.cont_bnrArea .otoiawaseInfo .corp {
	font-size: 1.6rem;
	margin-top: 10px;
}













/*------------------------------------------------*/



/*---------------------slide---------------------*/

.slide {
	padding: 45% 0;
}


/*div[id$="_A"] .slide,
div[id$="_B"] .slide,
div[id$="_C"] .slide   {
	background-image: url(images/mvSP.jpg);
}*/


.mvArea {
    margin-bottom: 20px;
}

/*------------------------------------------------*/



/*---------------------footer---------------------*/

.footer01 {
	margin-top: 40px;
}

.footer01 .site {
	display: block;
	padding: 30px 0;
	width: 100%;
}


/*.footer01 .siteL {
	margin: 0 auto 20px;
	padding: 0;
	width: 90%;
}
.footer01 .siteL ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer01 .siteL li {
    width: 45%;
}*/

.footer01 .siteR {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}

.footer01 .siteR .siteR_box {
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}

.footer01 .siteR .siteR_box:last-of-type {
	margin-bottom: 0;
}

.footer01 .siteR .siteR_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
}

.footer01 .siteR>li.menu-item{
  width: 100%;
  max-width:100%;
}
.footer01 .siteR li ul.sub-menu li{
	width:45%;
	max-width:45%;
	display:inline-block;
	}
/*.footer01 .siteL .arrowR::after {
	top: -11px;
}
.footer01 .siteL .arrowR:before {
	top: -10px;
}*/

.footer02 small {
	display: block;
	margin: 10px auto 0;
	padding: 0;
	text-align: left;
	width: 90%;
	line-height: 1.4em;
}

.footer02 .site {
	display: block;
	margin: 0 auto 0 5%;
	width: 70%;
}

div[id$="_C"] .footer02 .site {
	width: 72%;
}

.footer02 .site .siteInfo01,
.footer02 .site .siteInfo02 {
	display: block;
	padding: 0;
	width: 100%;
}

.footer02 .site .siteInfo_text,
.footer02 .site .siteInfo_box {
	width: 100%;
	padding: 0;
}

.footer02 .site .siteInfo01 img {
	margin-bottom: 5px;
	width: 100%;
}

.footer02 .site .siteInfo_lisence {
	margin-bottom: 10px;
}

.footer02 .site .siteInfo_corp {
	margin: 5px 0 10px;
}

.footer02 .site .siteInfo03 {
	margin-top: 10px;
	max-width: 240px;
	width: 100%;
	}

.footer02 .site .siteInfo03 .btnSmall{
	width: 11rem;
}




/*------------------------------------------------*/



/*------------------------------------------------*/



/* カラーパターンごとに色が変わるパーツ */

#red_A .meanmenu-reveal span:nth-of-type(1),
#red_A .meanmenu-reveal span:nth-of-type(2),
#red_A .meanmenu-reveal span:nth-of-type(3) {
	background: #7d0000;
}
#red_A .meanmenu-reveal:after {
	color: #7d0000;
}
#red_A .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #7d0000;
	border-right: 2px solid #7d0000;
}

#orange_A .meanmenu-reveal span:nth-of-type(1),
#orange_A .meanmenu-reveal span:nth-of-type(2),
#orange_A .meanmenu-reveal span:nth-of-type(3) {
	background: #c05804;
}
#orange_A .meanmenu-reveal:after {
	color: #c05804;
}
#orange_A .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #c05804;
	border-right: 2px solid #c05804;
}

#yellow_A .meanmenu-reveal span:nth-of-type(1),
#yellow_A .meanmenu-reveal span:nth-of-type(2),
#yellow_A .meanmenu-reveal span:nth-of-type(3) {
	background: #c39c02;
}
#yellow_A .meanmenu-reveal:after {
	color: #c39c02;
}
#yellow_A .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #c39c02;
	border-right: 2px solid #c39c02;
}

#green_A .meanmenu-reveal span:nth-of-type(1),
#green_A .meanmenu-reveal span:nth-of-type(2),
#green_A .meanmenu-reveal span:nth-of-type(3) {
	background: #314f40;
}
#green_A .meanmenu-reveal:after {
	color: #314f40;
}
#green_A .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #314f40;
	border-right: 2px solid #314f40;
}

#blue_A .meanmenu-reveal span:nth-of-type(1),
#blue_A .meanmenu-reveal span:nth-of-type(2),
#blue_A .meanmenu-reveal span:nth-of-type(3) {
	background: #314f40;
}
#blue_A .meanmenu-reveal:after {
	color: #314f40;
}
#blue_A .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #314f40;
	border-right: 2px solid #314f40;
}

#pink_A .meanmenu-reveal span:nth-of-type(1),
#pink_A .meanmenu-reveal span:nth-of-type(2),
#pink_A .meanmenu-reveal span:nth-of-type(3) {
	background: #f75184;
}
#pink_A .meanmenu-reveal:after {
	color: #f75184;
}
#pink_A .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #f75184;
	border-right: 2px solid #f75184;
}

#gray_A .meanmenu-reveal span:nth-of-type(1),
#gray_A .meanmenu-reveal span:nth-of-type(2),
#gray_A .meanmenu-reveal span:nth-of-type(3) {
	background: #434343;
}
#gray_A .meanmenu-reveal:after {
	color: #434343;
}
#gray_A .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #434343;
	border-right: 2px solid #434343;
}

#red_B .meanmenu-reveal span:nth-of-type(1),
#red_B .meanmenu-reveal span:nth-of-type(2),
#red_B .meanmenu-reveal span:nth-of-type(3) {
	background: #990020;
}
#red_B.meanmenu-reveal:after {
	color: #990020;
}
#red_B .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #990020;
	border-right: 2px solid #990020;
}

#orange_B .meanmenu-reveal span:nth-of-type(1),
#orange_B .meanmenu-reveal span:nth-of-type(2),
#orange_B .meanmenu-reveal span:nth-of-type(3),
#yellow_B .meanmenu-reveal span:nth-of-type(1),
#yellow_B .meanmenu-reveal span:nth-of-type(2),
#yellow_B .meanmenu-reveal span:nth-of-type(3) {
	background: #f88723;
}
#orange_B .meanmenu-reveal:after,
#yellow_B .meanmenu-reveal:after {
	color: #f88723;
}
#orange_B .mean-container .mean-nav ul li a.mean-expand::before,
#yellow_B .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #f88723;
	border-right: 2px solid #f88723;
}

#green_B .meanmenu-reveal span:nth-of-type(1),
#green_B .meanmenu-reveal span:nth-of-type(2),
#green_B .meanmenu-reveal span:nth-of-type(3) {
	background: #009944;
}
#green_B .meanmenu-reveal:after {
	color: #009944;
}
#green_B .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #009944;
	border-right: 2px solid #009944;
}

#blue_B .meanmenu-reveal span:nth-of-type(1),
#blue_B .meanmenu-reveal span:nth-of-type(2),
#blue_B .meanmenu-reveal span:nth-of-type(3) {
	background: #0e54a2;
}
#blue_B .meanmenu-reveal:after {
	color: #0e54a2;
}
#blue_B .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #0e54a2;
	border-right: 2px solid #0e54a2;
}

#pink_B .meanmenu-reveal span:nth-of-type(1),
#pink_B .meanmenu-reveal span:nth-of-type(2),
#pink_B .meanmenu-reveal span:nth-of-type(3) {
	background: #f75184;
}
#pink_B .meanmenu-reveal:after {
	color: #f75184;
}
#pink_B .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #f75184;
	border-right: 2px solid #f75184;
}

#gray_B .meanmenu-reveal span:nth-of-type(1),
#gray_B .meanmenu-reveal span:nth-of-type(2),
#gray_B .meanmenu-reveal span:nth-of-type(3) {
	background: #626262;
}
#gray_B .meanmenu-reveal:after {
	color: #626262;
}
#gray_B .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #626262;
	border-right: 2px solid #626262;
}

div[id$="_C"] .meanmenu-reveal span:nth-of-type(1),
div[id$="_C"] .meanmenu-reveal span:nth-of-type(2),
div[id$="_C"] .meanmenu-reveal span:nth-of-type(3) {
	background: #222;
}
div[id$="_C"] .meanmenu-reveal:after {
	color: #222;
}
div[id$="_C"] .mean-container .mean-nav ul li a.mean-expand::before {
	border-top: 2px solid #222;
	border-right: 2px solid #222;
}

/*------------------------------------------------*/
}