@charset "shift_jis";

#kazitaku-body {
   margin-bottom: 50px;
   font-size:16px;
   line-height: 1.6;
   color:#222;
   width:830px;
}
#kazitaku-body h1, h2 {
	font-size: 18px;
	margin: 0px;
}
#kazitaku-body h3, h4 {
	font-size: 16px;
}
#kazitaku-body ul {
	padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.ff-link1 {
    text-decoration: none;
    color:#0066c0;
}
.ff-link1:hover {
	opacity: 0.8;
	text-decoration: underline;
	transition: 0.2s;
}

.msg-contents {
	margin:30px 0;
	text-align: center;
}
.msg-bold{
	font-weight: bold;	
}
/*フォントサイズ16px-*/
.ft-16 {
	font-size: 16px;
}
.msg-contents-hd {
    font-weight: bold;
    display: inline-block;
    color: #0070C0;
}

.msg-contents-hd-br {
	margin-top: 30px;
    font-weight: bold;
    display: inline-block;
    color: #222;
}

.msg-contents-in {
    margin-left: 0em;
    line-height: 1.6;
}

/* 位置下がりテキスト-*/
#kazitaku-body .indent_dot {
	list-style-type: none;
	position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.7;
}
#kazitaku-body .indent_dot::before {
	content: "・";
	position: absolute;
	left: 0;
}
#kazitaku-body .dash-list {
  list-style: none;
}

#kazitaku-body .dash-list li::before {
  content: "ー ";
}
/* 表 */

.plan-table {
  border-collapse: collapse;
  border: 3px solid #E5A26F;  /* 外枠 */
}

.plan-table th,
.plan-table td {
  border: 3px solid #E5A26F;  /* セル間線 */
  padding: 5px;
}

.plan-table thead th {
  background: #F7ECDF;
}

.plan-table thead tr + tr th {
  background: #FFFEF9;        /* 2行目のヘッダー行 */
}

.plan-table tbody {
  background: #FFFEF9;
}

.table th.diag {
  background-image: linear-gradient(to top right,
  transparent, transparent 49%,
     #E5A26F 49%,
     #E5A26F 51%,   /* 線の太さ */
    transparent 51%, transparent)
}

/* サブタイトル ブルー*/
.contents_h2 {
	background: #215F9A;
	color: #ffff;
    font-size: 20px;
    font-weight: bold;
    margin: 45px 0px 20px;
    padding: 8px 15px 5px;
    text-align: center;
    letter-spacing: 2px;
}

.contents_h2_gr {
	background: #7F7F7F;
	color: #ffff;
    font-size: 18px;
    font-weight: bold;
    margin: 60px 0px 20px;
    padding: 8px 15px 5px;
    text-align: center;
    letter-spacing: 2px;
    margin-top:35px;
}
.kazitaku_wrapper {
	padding: 0 15px;
}

.contents_box {
	display: flex;
    align-items: center;
    margin:10px 0 30px;;
}
.contents_box2{
    margin-left: 15px;
}

.contents_box3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
/* 番号 */
.round_text {
	margin-left:30px;
	color:#FFFFFF;
	font-size: 25px;
	font-weight:bold;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background:#215F9A;
	text-align:center;
	line-height: 43px;
}

.content_ser {
	display:flex;
	padding: 15px 0px;
	justify-content: space-between;
}

.content_ser_1 {
	width: 50%;
	margin-top:5px;"
}

.content_ser_t {
	font-weight:bold;
	font-size:20px;
	margin-top:0px;
}

.content_ser_t1 {
	width: 390px;
	margin:10px 0 30px;
}

.ser-img {
	width: 85%;
}

.move_kazi {
	aspect-ratio: 16 / 9;
	width: 100%;
}
.move_kazi_i {
	width:100%;
	height:100%;
}

.item-box {
	display: flex;
	gap: 50px;
	text-align: center;
}
.item-box4 {
	display: flex;
	text-align: center;
}
.item-img {
	width: 150px;
}

.list_name {
	font-size:25px;
	font-weight:bold;
}

.row {
	display:flex;
	align-items:flex-start;
	gap:40px;
	margin:35px auto;
}
.flow-img {
	width: 50%;
	height: auto;
/* 	margin-right: 20px; */
}

.family-img {
  display: block;
  height: auto;
}

.family-img.wide {
  width: 90%;      /* パパ・ママ */
}

.family-img.narrow {
  width: 75%;      /* みぃちゃん */
  margin-top: 75px;
}

/* ふきだし */
.speech_bubble1 {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  padding: 30px 24px;
  border-radius: 30px;
  background-color: #CAEEFB;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 495px;
}
.speech_bubble1::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  border-style: solid;
  border-width: 20px 70px 20px 0;
  border-color: transparent #CAEEFB transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -10deg);
  transform-origin: right;
}
.list_wrapper {
	display: flex;
    margin: 25px 10px;
    align-items: center;
}
.list_coments {
	margin: 60px 0 auto 15px;
}

/* 項目背景ボックス */
.list_box1 {
  	width: 92px;
    color: #fff;
    font-weight: bold;
    background-color: #404040;
    padding: 6px 8px;
    border-radius: 5px;
    text-align: center;
}
.list_text1 {
	font-weight: bold;
	font-size: 18px;
}
.list_text2 {
	margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #404040;
}
/* 区切り線 */
.dotted-line {
  border: none;
  width: 40%;
  height: 0;
  border-top: dashed 4px #D1D1D1;
  margin: 40px 0;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/*グレー背景*/
.msg-waku {
    padding: 1em 1em;
    margin: 2em 0;
    background-color:#F2F2F2;
}
/*スラッシュ*/
.copy_slash {
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	margin: 40px 0 10px;
}
.copy_slash::before,
.copy_slash::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #222;
    vertical-align: middle;
    margin: 0 10px;
}
.copy_slash::before {
	transform: rotate(-30deg);
    margin-right: 15px;
}
.copy_slash::after {
	transform: rotate(30deg);
    margin-left: 15px;
}

/*罫線*/
.copy_line::before,
.copy_line::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 25px;
    background-color: #ffff;
    vertical-align: middle;
    margin: 0 15px;
}

.btn_area {
	padding: 5px;
	border-radius: 10px;
	line-height: 2.0;
	box-shadow: none;
	margin: 0 auto;
	text-align: center;
}

.linkbtn {
	text-decoration: none;
	background:#0070C0;
	color: #ffffff;
	padding: 8px 40px;
    border-radius: 5px;
	font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.linkbtn:hover {
    opacity: 0.7;
}

.contents_h2_bo {
	font-weight: bold;
	font-size: 25px;
	border-bottom: 3px solid #0070C0;
	margin: 50px 0 20px;
	position: relative;
	line-height: 1.3;
}
.contents_h2_or {
	font-weight: bold;
	font-size: 25px;
	border-bottom: 3px solid #FC950C;
	margin: 50px 0 20px;
	line-height: 1.3;
}



