/** 汎用スタイル **/
header {
 
}
body {
  color: #444;
  line-height: 1.8rem;
}
.ls {
  letter-spacing: 0.2rem;
}
.bw-2 {
  border-width: 2px !important;
}
.bw-3 {
  border-width: 3px !important;
}

ul li,ol li {
  padding-top:10px; 
  padding-bottom:10px;
}
/** 下側のみが突き出した五角形 **/
.wf-penta {
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
}
footer{
  width: 100%;
  margin-top: auto;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
	
/** 見出し円 **/
.circle {
	width: 235px;
	height: 235px;
	text-align: center;
	border-radius: 50%;
	border: 3px solid #97c33b;
	padding: 2.6rem;
	margin: 0 auto;
	font: bold 24px/38px "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #FFF;
  background: -moz-linear-gradient(top, #073b11, #97c33b);
  background: -webkit-linear-gradient(top, #073b11, #97c33b);
  background: linear-gradient(to bottom, #073b11, #97c33b);
 }

/** 既存スタイルの疑似上書き **/
/** olカウンターを丸囲いに **/

ol.num-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
} 
.num-list li {
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;  
}
.num-list li:before {
content: counter(my-counter);
counter-increment: my-counter;
border: 2px solid #666;
color: #666;
float: left;
text-align: center;
height: 30px;
width: 30px;
border-radius: 50%;
margin-right: 5px;
margin-top: -2px;
font-family: 'Big Shoulders Display', cursive;
}

/** jumbotronの背景に指定画像 **/
/* SP用 */
@media only screen and (max-width:768px) {
.jumbotron {
	background: url('../img/top-bgSP.png') center no-repeat;
	background-size: auto;
	height: 100%;
	min-height: 500px;
	margin-top: 180px;
}
}
/* PC用 */
@media only screen and (min-width:769px) {
.jumbotron {
	background: url('../img/top-bgPC.png') center no-repeat;
	background-size: auto;
	height: 100%;
	min-height: 500px;
	margin-top: 180px;
}
}
/** パンくずリストのセパレータ変更 **/
li.breadcrumb-item.wf-breadcrumb-separator::before {
  margin-left: 6px;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: bold;
}
/** パンくずリストの上header分空ける **/
ol.breadcrumb {
	margin-top: 180px;
}

/** customized css **/
/** size-{単位}: 正方サイズ指定 **/
/* コンタクト */
.wf-square-xs {
  width: 20px;
  height: 20px;
}
.wf-square-lg {
  width: 260px;
  height: 260px;
}

/** トップへ戻るボタン **/
.wf-gotta-top {
  width: 100px;
  height: 74px;
  right: 0;
  bottom: 0;
  background: #4f4f4f;
  opacity: 0.6;
}

/** contactの入力フロー **/
.step-bar {
  display: flex;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding: 0;
}
.step-bar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.step-bar li:after {
  background: #cbe19d;
  content: "";
  width: calc(100% - 50px);
  height: 5px;
  position: absolute;
  left: calc(-50% + 32px);
  top: 50px;
}
.step-bar li:first-child:after {
  display: none;
}
.step-bar li span {
  background: #cbe19d;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
}
.step-bar .visited:after {
  background: #97c33b;
}
.step-bar .visited span {
  background: #97c33b;
}

/* -----------------------------------------------------------ここからnew */

/* h1,h2,h3,h4のスタイル */
h1,h2,h3,h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 140%;
}
h6 {
	line-height: 160%;
}
@media screen and (max-width: 768px) {
/* SPでは小さく */
h3 {
	font-size: 20px;
}
}
/* 丸文字 */
h3 span {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	background: #97c33b;
	line-height: 50px;
	margin-right: 10px;
	font-family: "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/* アンサーの丸文字 */
.question {
	position: relative;
	padding-left: 58px;/*アイコン分のスペース*/
	line-height: 2em;
	font-weight: bold;
	margin: 40px 0px;
}
.question:before {
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	background: #97c33b;
	content: "Ｑ";
	position: absolute;/*絶対位置*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #fff;
	font: bold 20px/50px "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/* アンサーの丸文字 */
.answer {
	position: relative;
	padding-left: 47px;/*アイコン分のスペース*/
	line-height: 1.8em;
}
.answer:before {
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #ff7800;
	content: "Ａ";
	position: absolute;
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #fff;
	font: bold 18px/40px "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/* フローの矢印1 */
.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #d0da35 transparent transparent transparent;
}
/* フローの矢印2 */
.triangle2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #187028 transparent transparent transparent;
}

/* テーマカラー */
/* 濃いグリーン */
.green01 {
	color: #073b11;
}
/* 中間グリーン */
.green02 {
	color: #97c33b;
}
/* 明るいグリーン */
.green03 {
	color: #d0da35;
}
.rouge {
	color: #a1153c;
}
.text-big {
	font: bold 3.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.text-medium {
	font-size: 2em;
	font-weight: bold;
	vertical-align: -10%;
}
.text-medium2 {
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: -10%;
}

/* 背景テーマカラー */
/* ネイビーグラデーション */
.bg-blue00 {
	background: #17296c;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #17296c, #4bc3f5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #17296c, #4bc3f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* グリーングラデーション */
.bg-green00 {
	background: #073b11;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #689014, #97c33b);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #689014, #97c33b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* 濃いグリーン */
.bg-green01 {
	background: #073b11;
}
/* 中間グリーン */
.bg-green02 {
	background: #97c33b;
}
/* 中間グリーン50% */
.bg-green02-50 {
	background: #cbe19d;
}
/* 明るいグリーン */
.bg-green03 {
	background: #d0da35;
}
/* 明るいグリーン50% */
.bg-green03-50 {
	background: #e7ec9a;
}
/* 薄グレー */
.bg-light01 {
	background: #ececec;
}

/* 下線テーマカラー */
/* 中間グリーン */
.border-green02 {
	border-bottom: 2px solid #97c33b;
}

/* 吹き出しマークリスト */
ul.reco {
  padding: 0.5em 1em 0.5em 2.5em;
  position: relative;
}
ul.reco li {
  line-height: 1.6;
  padding: 0.5em 0;
  list-style-type: none!important;
}
ul.reco li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";/*アイコンの種類*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #97c33b; /*アイコン色*/
}

/* チェック説明リスト */
dl.check {
	border: solid 2px #97c33b;
	padding: 1em 2em 1em 3em;
	position: relative;
	border-radius: 10px;
}
dl.check dt {
	line-height: 1.5;
	padding: 0.6em 0;
	list-style-type: none!important;/*ポチ消す*/
	font-size: 1.2em;
}
dl.check dd {
	margin-bottom: 30px;
}
dl.check dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left : 1.2em; /*左端からのアイコンまで*/
  color: #97c33b; /*アイコン色*/
}

/* primaryボタン */
.btn-primary,
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background: #073b11;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #a97e01, #c9a12b);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #a97e01, #c9a12b);
	border: 2px solid #c9a12b;  

}
/* focusされた時の枠線の色 */
.btn-primary:focus, .btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定）*/
.btn-primary:hover {
  color: #fff;
	background: #073b11;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #c9a12b, #a97e01);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #c9a12b, #a97e01);  
  border-color: #ff9232;
}
/* active時の色 */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff9232;
  border-color: #ff9232;
}

/* secondaryボタン */
.btn-secondary,
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background: #898989;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #4f4f4f, #898989);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #4f4f4f, #898989);
	border: 2px solid #898989;
}
/* focusされた時の枠線の色 */
.btn-secondary:focus, .btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定）*/
.btn-secondary:hover {
  color: #fff;
	background: #4f4f4f;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #898989, #4f4f4f);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #898989, #4f4f4f);  
  border-color: #ccc;
}
/* active時の色 */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #898989;
  border-color: #ccc;
}

/* アンカーポイント位置をずらす */
.anchor{
  margin-top:-180px;
  padding-top:180px;
}

/* テーブル */
table.tbl-r02 {
	margin: 0px auto 40px;
	width: 100%;
}
table.tbl-r02 th {
	background: #cbe19d;
	border: solid 1px #bbb;
	padding: 10px;
	color: #;
}
table.tbl-r02 td {
  border: solid 1px #bbb;
  padding: 10px;
}
 
@media screen and (max-width: 768px) {
table.last td:last-child {
    border-bottom: solid 1px #bbb;
    width: 100%;
  }
table.tbl-r02 {
    width: 100%;
  }
table.tbl-r02 th,
table.tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* テーブルボーダー色 */
.table > tbody > tr > th{
    border:1px solid #bbb;
}
.table > tbody > tr > td{
    border:1px solid #bbb;
}