@charset "UTF-8";

/* CSS Document */

.app_cont{
	margin-bottom: 120px;
}
.approach_index{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 30px 0 -20px 0;
    padding: 0;
}
.approach_index li{
	border: 1px solid #ffb000;
    line-height: 140%;
    margin: 0.4em;
    padding: 0.5em;
    text-align: center;
	width: 30%;
	}

.approach_index li:hover {
    background-color: #fcca0f;
    }

.approach_index li:before {
  position: relative;
  top: 1px;
  left: -5px;
  display: inline-block;
  width:14px;
  height:14px;
  content: '';
  border-radius: 100%;
  background: #ffb000;
}
.app_sec {
  margin-top: 40px;
}

.approach_ttlbox {
  padding: 0.5em 1em;
  margin: 3em 0;
  color: #2c2c2f;
  background: #ffb000;
  /*背景色*/
}

.approach_ttlbox p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  color: white;
  font-weight: bold;
}

.app_coment {
  margin: 0 15px;
}


/* 全体 */

.app_balloon {
  position: relative;
  overflow: hidden;
}


/* アイコン画像 */

.icon-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  /* 画像の位置を上から0に */
  width: 80px;
  /* 画像の幅 */
  height: 80px;
  /* 画像の高さ */
}


/* アイコン画像（左） */

.icon-img-left {
  left: 0;
  /* 画像の位置を左から0に */
}


/* アイコン画像（右） */

.icon-img-right {
  right: 0;
  /* 画像の位置を右から0に */
}


/* アイコン画像 */

.icon-img img {
  border-radius: 50%;
  /* 画像を丸く表示する */
  border: 2px solid #fcca0f;
  /* 画像の縁取りの太さとカラー */
}


/* アイコンネーム */

.icon-name {
  position: absolute;
  width: 80px;
  /* ネームの最大幅を画像と同じに */
  text-align: center;
  /* ネームの位置をセンターに */
  top: 83px;
  /* ネームの位置を上から83に */
  color: #777;
  /* ネームのカラー */
  font-size: 10px;
  /* ネームのフォントサイズ */
}


/* アイコンネーム（左） */

.icon-name-left {
  left: 0;
  /* ネームの位置を左から0に */
}


/* アイコンネーム（右） */

.icon-name-right {
  right: 0;
  /* ネームの位置を右から0に */
}


/* 吹き出し */

.says-side {
  position: relative;
  /*float: left;*/
  margin: 0 auto 40px 105px;
  /* 吹き出しの上下左右の余白 */
}

.says-side-right {
  float: right;
}


/* 吹き出し内のテキスト */

.says-txt {
  position: relative;
  border: 2px solid #fcca0f;
  /* 吹き出しの縁取りの太さとカラー */
  border-radius: 6px;
  /* 吹き出しを角丸に */
  background: #fff;
  /* 吹き出しの背景色 */
  color: #333;
  /* 吹き出し内のテキストのカラー */
  font-size: 16px;
  /* 吹き出し内のフォントサイズ */
  line-height: 1.7;
  /* 吹き出し内のテキストが2行以上になった時の行間 */
  padding: 18px;
  /* 吹き出し内の上下左右の余白 */
}

.says-txt>p:last-of-type {
  padding-bottom: 0;
  /* 吹き出し内のテキストを改行した場合、最後のpタグにpadding-bottomをつけない */
  margin-bottom: 0;
  /* 吹き出し内のテキストを改行した場合、最後のpタグにmargin-bottomをつけない */
}


/* 吹き出しの三角 */

.says-txt:before {
  content: "";
  position: absolute;
  border-style: solid;
  top: 16px;
  /* 吹き出し内の三角の位置 */
  z-index: 3;
}

.says-txt:after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 15px;
  /* beforeより-1px */
  z-index: 2;
  /* beforeより-1 */
}


/* 吹き出しの三角（左） */

.says-txt-left:before {
  left: -7px;
  border-width: 7px 10px 7px 0;
  border-color: transparent #fff transparent transparent;
  /* 背景色と同じカラーに */
}

.says-txt-left:after {
  left: -10px;
  /* beforeより-3px */
  border-width: 8px 10px 8px 0;
  /* beforeより上下+1px */
  border-color: transparent #fcca0f transparent transparent;
  /* 縁取りと同じカラーに */
}


/* 吹き出しの三角（右） */

.says-txt-right:before {
  right: -7px;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  /* 背景色と同じカラーに */
}

.says-txt-right:after {
  right: -10px;
  /* beforeより-3px */
  border-width: 8px 0 8px 10px;
  /* beforeより上下+1px */
  border-color: transparent transparent transparent #eee;
  /* 縁取りと同じカラーに */
}

.solution_sec {
  border: 2px solid #fcca0f;
  margin-top: 20px;
  margin-bottom: 70px;
  border-radius: 6px;
  background: white;
}

.solution_sec .txt{
  margin: -20px 50px 20px;
}
.solution_sec .txt_link{
margin: 50px auto 30px;
line-height: 26px;
}
.solution {
  display: flex;
  margin: 0 auto;
  /*height: 250px;*/
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-evenly;
  background-color: #FFF;
  border-radius: 6px;
  /*border: 2px solid #f2b82c;*/
}

.solution_ttl {
  padding: 5px 2%;
  width: 22%;
  box-sizing: border-box;
  text-align: center;
  background: #fcca0f;
  font-weight: bold;
}

.solution_box,
.solution_book{
  display: flex;
  padding: 40px 30px 30px;
  background-color: #FFF;
  border-radius: 6px;
}

.solution_book{
	flex-wrap: wrap;
}

.solution_book_pict{
	width: 20%;
	margin: 0 30px 20px 20px;
}
.solution_book .txt{
	font-size:16px;
	margin: 0 25px;
	line-height: 1.7em;
}
.solution_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution_text {
  width: 100%;
  margin-right: 40px;
}

.book{
	margin: 100px auto 20px;
	border: 2px dashed #fcca0f;
}
.solution_book_text {
  width: 72%;
  margin-right: 20px;
}
.solution_book_text p{
  margin-bottom: 20px
}
.solution_sec .txt a,
.solution_book_text a,
.solution_sec .txt_link a{
  color: inherit;
  text-decoration: underline;
	}

.solution_text h3 {
  font-size: 20px;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

.solution_text .under {
  background: linear-gradient(transparent 50%, #f7ff00 50%);
}

.solution_text li {
  margin-top: 0px;
  margin-bottom: 16px;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 27px
}

.solution_text li:before {
  content: "";/* 空の要素作成 */
  width: 12px;/* 幅指定 */
  height: 12px;/* 高さ指定 */
  display: inline-block;/* インラインブロックにする */
  background-color: #fcca0f;/* 背景色指定 */
  border-radius: 50%;/* 要素を丸くする */
  position: relative;/* 位置調整 */
  top: -1px;/* 位置調整 */
  margin-right: 5px;/* 余白指定 */
}

.solution_text .solution_ul2 ol {
  margin-left: 1em;
  text-indent: -1em;
}

.solution_text .solution_ul2 li {
  margin-left: 3.4em;
  text-indent: -3.3em;
}

.solution_text .solution_ul2 li:before {
  content: "";/* 空の要素作成 */
  width: initial;  /* 幅指定 */
  height: initial;/* 高さ指定 */
  margin-right: 5px;/* 余白指定 */
}

.solution_text li span {
  margin-left: 1em;
  text-indent: -1em;
}


.solution_pict {
  width: 100%;
}


.solution_ng {
  margin: 50px auto 30px;
  align-items: baseline;
}

.solution_ng .solution_ng_ttl {
  margin: 0;
  padding-left: 0px;
  font-weight: bold;
  width: 100%;
  display: flex;
  font-size: 18px;
  background: #eee;
}

.solution_ng .solution_ng_ttl p {
  padding-left: 5px;
  padding-top: 2.5px;
}

.solution_ng .solution_ng_ttl:before {
  content: "NG";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #65ab31;
  color: #fff;
  width: 60px;
  height: 40px;
  font-size: 22px;
}

.solution_ng .solution_ng_ttl span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 30px;
  font-size: 3rem;
  padding-left: 16px;
  color: #fff;
}

.solution_ng_ex {
  color: #65ab31;
  line-height: 21px;
  margin: 30px 0 2px;
}

.solution_ng_ex_ttl {
  font-weight: bold;
  font-size: 17px;
  border-bottom: dotted 2px #65ab31;
  display: inline-block
}

.solution_ng_comment {
  margin-top: 10px;
}

.solution_good .ol-parent ol {
  counter-reset: cnt;
}

.solution_good {
  display: table;
  margin: auto;
}

.solution_good p {
  text-indent: 1.8em;
}

.solution_good .cp_clist p::before{
	content:"ー ";
}

.column .columns .cp_clist li {
  margin-top: 20px;
}

ol.cp_clist {
  counter-reset: cp_clist;
  /*数字をリセット*/
  list-style-type: none;
  padding: 0.5em;
}

ol.cp_clist li {
  position: relative;
  padding-left: 30px;
  padding: 0.5em 0.5em 0.5em 30px;
  font-weight: bold;
  font-size:19px;
  margin-top: 30px;
}

ol.cp_clist li::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  /* カウントさせる */
  counter-increment: cp_clist;
  content: counter(cp_clist);
  /*装飾*/
  padding: 0 0.2em 0 0.2em;
  background: #ffb000;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  transform: translateY(-50%);
}

.po_box {
  position: relative;
  border: 3px solid #ffb000;
  background-color: white;
  color: #333;
  margin-top: 40px;
  padding: 10px;
  border-radius: 80px;
}

.po_box p {
  text-indent: inherit;
  text-align: center;
  font-weight: bold;
}

.po_box-ttl {
  position: absolute;
  display: inline-block;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0rem 1rem;
  background-color: white;
  color: #ffb000;
  font-weight: bold;
}

.po_box-body {
  padding: 1rem;
  line-height: 1.5;
  font-size: 18px;
}

.note_s{
  font-size: 13px;
  text-indent: -2.5em;
  margin-left: 40px;
  line-height: 1.7em;
}
.contentIn .ico{
	font-size: 0.7em;
    vertical-align: super;
}

/* 767px（iPad）以下///////////////////////////// */

@media (max-width: 768px) {
  .icon-img {
    width: 60px;
    height: 60px;
  }
  .icon-name {
    width: 60px;
    top: 62px;
    font-size: 9px;
  }
  .says-side-left {
    margin: 0 0 30px 78px;
  }
  .says-side-right {
    margin: 0 78px 30px 0;
  }
  .says-txt {
    padding: 12px;
	font-size:14px;
  }
  .solution_box {
    flex-direction: column;
  }
  .solution_box:nth-child(even) {
    flex-direction: column;
  }
  .solution_text {
    text-align: center;
  }
  .solution_box:nth-child(even) .text {
    text-align: center;
  }
  .solution_pict {
    width: 100%;
    margin-left: 0;
    text-align: center;
	margin-top: 20px;

  }
  .solution_box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .solution_pict img {
    height: auto;
	width: 100%;
  }
	.approach_index{
	display: block;
	margin: 30px 0;
	}
	.approach_index li{
	text-align: initial;
	width: initial;	
	margin: 1em;
	padding: 0.5em 0.5em 0.5em 1.2em;
	font-size: 16px;
	}
	.approach_ttlbox{
	margin: 2em 0;	
	}
	.approach_ttlbox p{
	font-size: 17px;	
	line-height: 28px;
	}
	.solution_sec{
	margin-bottom: 50px;
	}
	.solution_ttl{
	width: initial;
	}
	.solution_text h3{
	font-size: 17px;
	text-align: left;
	}
	.solution_text li{
	text-align: left;
	margin-left: 1.1em;
	text-indent: -1.1em;
	font-size: 15px;
	margin-bottom: 10px;
	}
	.solution_text li::before{
	top: initial;	
	}
	.solution_box, .solution_book{
	padding: 20px 30px 30px;
	}
	.column.columnManagement .ttlApproach .catch-02 {
	top: -11px;
  	font-size: 17px;
 	word-break: keep-all;
}
	.app_cont{
	margin-bottom:60px;	
	}
	.solution_ng .solution_ng_ttl::before{
	height:initial;	
	width: 80px;
	font-size: 17px;	
	}
	.solution_ng .solution_ng_ttl p{
	padding: 3px 15px;
	font-size: 16px;
	line-height: 26px;
}	
	.solution_ng_ex_ttl{
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 10px;
	display: block;
	}
	ol.cp_clist li{
	font-size: 16px;
	line-height: 24px;
	}
	.solution_good p{
	padding-left: 1.2em;
	text-indent: -1.3em;
	line-height: 23px;
	padding-bottom: 10px;	}
	.po_box-body{
	font-size: 15px;
		padding-bottom:initial;
	}
	
	.solution_book_pict{
	width: initial;
	margin: initial;
	text-align: center;
	}
	.solution_book_pict img {
	width: 35%;
	}
	.solution_book_text{
	margin: 15px auto;
	width: initial;
	line-height: 26px;
	}
	.solution_book .txt{
	font-size: 14px;
	margin: initial;
	}
}