@charset "utf-8";

/* ====================================================
  Google font
  文字寄せ
  背景色と文字色
  見出し
  h2
  ボタン
  テーブル
  お問い合わせ
  余白（左右）
  余白（上下）
  通常ボックス（左右余白）
  背景固定画像
  フローボックス
==================================================== */

/* ----------------------------------------------------
  Google font　日本語
---------------------------------------------------- */
/* ゴシック */
.jp01{font-family: 'Noto Sans JP', sans-serif;}

/* 明朝 */
.jp02{font-family: 'Noto serif JP', sans-serif;}

/* ----------------------------------------------------
  Google font　英字
---------------------------------------------------- */
/* 縦長ストライプ文字 */
.en01{font-family: "Big Shoulders Inline", sans-serif;}

/* 縦長文字 */
.en02{font-family: "Oswald", sans-serif;}

/* 筆記体文字 */
.en03{font-family: "Meow Script", cursive;}


/* ----------------------------------------------------
  文字寄せ
---------------------------------------------------- */
/*　スマホ左寄せ　ほか中央
---------------------------------------------------- */
.ctr-text01{text-align: left;}
@media print, screen and (min-width: 768px) {.ctr-text01{text-align: center;}}

/*　スマホ中央　ほか左寄せ
---------------------------------------------------- */
.ctr-text02{text-align: center;}
@media print, screen and (min-width: 768px) {.ctr-text02{text-align: left;}}


/* ----------------------------------------------------
  背景色と文字色
---------------------------------------------------- */
/* 背景色
---------------------------------------------------- */
.bg-white{background: #fff;}
.bg-gray{background: #eee;}
.bg-black01{background: #111;}

.bg-separate01{background: linear-gradient(to bottom, #fff 80%, #111 80%);}
@media print, screen and (min-width: 1400px) {.bg-separate01{background: linear-gradient(to bottom, #fff 70%, #111 70%);}}

/* 文字色
-------------------------- */
.white{color:#fff}
.red{color:#f00}
.green{color:#00cc66}

/* ----------------------------------------------------
  見出し
---------------------------------------------------- */
/* 見出し01
---------------------------------------------------- */
.midasi01{
  font-family: "Big Shoulders Inline", sans-serif;
	font-size: 24px;
	line-height: 40px;
  font-weight: 700;
	letter-spacing: 3px;
  margin-bottom: 15px;
	}
.midasi01 span{
	font-size: 60px;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 24px;
	line-height: 34px;
  margin-bottom: 20px;
	}
.midasi01 span{
	font-size: 60px;
	letter-spacing: 5px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi01{
	font-size: 30px;
	line-height: 50px;
	}
.midasi01 span{
	font-size: 80px;
	}
}

/* 見出し02
---------------------------------------------------- */
.midasi02{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	letter-spacing: 2px;
  text-align: center;
	}
.midasi02 span{
  font-family: "Oswald", sans-serif;
	font-size: 30px;
	letter-spacing: 1px !important;
}
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 25px;
	line-height: 45px;
	margin-bottom: 30px;
	letter-spacing: 5px;
	}
.midasi02 span{
	font-size: 50px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi02{
	font-size: 25px;
	line-height: 45px;
	margin-bottom: 30px;
	}
.midasi02 span{
	font-size: 60px;
	}
}

/* 見出し03
---------------------------------------------------- */
.midasi03{
  text-align: center;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	}

@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 35px;
	line-height:45px;
	margin-bottom: 20px;
	}
}

/* 見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	letter-spacing: 2px;
  text-align: center;
	}

@media print, screen and (min-width: 768px) {
.midasi04{
	font-size: 25px;
	line-height:35px;
	margin-bottom: 30px;
	}
}

@media print, screen and (min-width: 1200px) {
.midasi04{
	font-size: 35px;
	line-height:55px;
	margin-bottom: 30px;
	}
}

/* 見出し05
---------------------------------------------------- */
.midasi05 span{
  display:inline-block;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
  background: #111;
  color: #fff;
  padding:5px 10px 10px 10px;
	}

@media print, screen and (min-width: 768px) {
.midasi05 span{
	font-size: 20px;
	line-height:30px;
  padding:10px 20px;
	}
}

/* 見出し06
---------------------------------------------------- */
.midasi06{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	}

/* 見出し07
---------------------------------------------------- */
.midasi07{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
	letter-spacing: 2px;
  text-align: center;
	}

@media print, screen and (min-width: 768px) {
.midasi07{
	font-size: 25px;
	line-height:35px;
	}
}

@media print, screen and (min-width: 1200px) {
.midasi07{
	font-size: 30px;
	line-height:40px;
	}
}

/* ----------------------------------------------------
  h2
---------------------------------------------------- */
.h2-midasi{
	padding:30px 0 40px 0;
	text-align: center;
	color: #fff;
}

@media print, screen and (min-width: 768px) {.h2-midasi{padding:170px 0 80px 40px; text-align: left;}}
@media print, screen and (min-width: 992px) {.h2-midasi{padding:180px 0 120px 60px;}}
@media print, screen and (min-width:1200px) {.h2-midasi{padding:200px 0 150px 100px;}}

.h2-bgimg{background: url("../images/main01.jpg") no-repeat scroll 50% 0% / cover;}
@media print, screen and (min-width: 768px) {.h2-bgimg{background: url("../images/main01.jpg") no-repeat scroll 0% 40% / cover;}}

.h2-midasi p{
	font-size: 50px;
	line-height:60px;
	letter-spacing:2px;
	}
.h2-midasi h2{
	font-size: 18px;
	letter-spacing:2px;
}
@media print, screen and (min-width: 768px) {
.h2-midasi p{
	font-size: 80px;
	line-height:90px;
	}
.h2-midasi h2{
	font-size: 25px;
	letter-spacing:5px;
	}
}
@media print, screen and (min-width: 992px) {
.h2-midasi p{
	font-size: 110px;
	line-height:120px;
	}
.h2-midasi h2{
	font-size: 30px;
	}
}

/* h2 キャッチコピー
---------------------------------------------------- */
.h2-midasi .h2-copy-area{
  padding-top: 20px;
  text-align: center;
}
.h2-midasi .h2-copy span{
	font-size: 14px;
  line-height: 25px;
  color: #fff;
  background: #111;
  padding:3px 3px 5px 5px;
}

@media print, screen and (min-width: 768px) {
  .h2-midasi .h2-copy-area{
    padding-top: 30px;
    text-align: left;
    }
  .h2-midasi .h2-copy span{
  	font-size: 18px;
    line-height: 29px;
    color: #fff;
    background: #111;
    padding:3px 3px 5px 5px;
  	}
    .pl01{
    padding-left: 30px;
    }
}

@media print, screen and (min-width: 1200px) {
  .h2-midasi .h2-copy-area{padding-top: 30px;}
  .h2-midasi .h2-copy span{
    font-size: 25px;
    line-height: 55px;
    padding:15px 5px 15px 15px;
    }
    .pl01{
    padding-left: 60px;
    }
}

/* h2アニメ
---------------------------------------------------- */
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}	

/* ----------------------------------------------------
  ボタン
---------------------------------------------------- */
/* btn01
---------------------------------------------------- */
.btn01 {
  font-family: "Oswald", sans-serif;
  text-align: left;
  display: block;
  width: 100%;
  padding: 23px 20px 25px 0;
  letter-spacing: 2px;
  color: #333 !important;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: relative;
  font-size: 120%;
  transition: all 0.5s;
}

.btn01::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 8px;
  color: #333 !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.btn01:hover,
.btn01:active {
  letter-spacing: 5px;
}

/* btn02
---------------------------------------------------- */
.btn02 {
  display: block;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff !important;
  background: #00cc66;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn02:visited {
  color: #fff !important;
}

.btn02:hover,
.btn02:active {
  background: #001c00;
  letter-spacing: 3px;
  color: #fff !important;
  text-decoration: none !important;
}

.btn02 i {
  font-size: 16px;
  margin: 0 10px;
}

/* btna
---------------------------------------------------- */
.btna::before,
.btna::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btna,
.btna::before,
.btna::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	}


/* ----------------------------------------------------
  沿革　ヒストリー
---------------------------------------------------- */
.history_text {
  list-style: none;
  padding: 0;
  margin: 0;
}

.history_text li {
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}

.history_text .time {
  width: auto;
  font-weight: bold;
  padding-left: 24px; /* ●分のスペース */
  margin-right: 0;
  margin-bottom: 8px;
  position: relative;
}

.history_text .time:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.2em;
  font-size: 14px;
  color: #333;
  z-index: 1;
}

.history_text li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 5.4px; /* ●の中心 */
  top: 22px;  /* ●の下から */
  bottom: -40px;
  width: 3px;
  background-color: #333;
  z-index: 0;
}

.history_text .sch {
  flex: none;
  padding-left: 22px;
}

/* 768以上
---------------------------------------------------- */
@media (min-width: 768px) {
  .history_text li {
    flex-direction: row; /* 横並び */
    align-items: flex-start;
  }

  .history_text .time {
    width: 200px;
    padding-left: 30px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .history_text .time:before {
    font-size: 18px;
    top: 1px;
    left: 0;
  }

  .history_text li:not(:last-child)::after {
    left: 7px;
    top: 14px;
    bottom: -41px;
    width: 3px;
  }

  .history_text .sch {
    flex: 1;
  }
}

/* ----------------------------------------------------
  テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* シンプル　棒
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.table1{background: #fff;}
.table1 tr:nth-child(2n+1) {background: #eee;}
}

.table1{width:100%; border-collapse:collapse; border-bottom:1px solid #ccc;}
.table1 th{
	padding:10px;
	vertical-align:top;
	display: block;
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	}
.table1 td{
	padding:10px;
	display: block;
	text-align: center;	
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	}
@media print, screen and (min-width: 768px) {
.table1{ border-top:0px; border-bottom:0px;}
.table1 th{
	padding:25px 0;
	border-top:1px solid #333;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:1px solid #333;
	vertical-align:middle;
	display:table-cell;
	width: 25%;
	}
.table1 td{
	padding:25px 0 25px 60px;
	border-top:1px solid #ccc;
	border-right:0px solid #ddd;
	border-left:0px solid #ddd;
	border-bottom:1px solid #ccc;
	text-align: left !important;
	display:table-cell;
	}
}

@media only screen and (max-width: 767px) {
.table1 span{
	text-decoration:underline;
	color:#333;
	}
}

/* テーブル内のリンク
------------------------ */
.table1 a:link,
.table1 a:visited{text-decoration:underline; color:#999;}
.table1 a:hover,
.table1 a:active{text-decoration:none; color:#999;}

/* テーブル内の見出し
------------------------ */
.title_table_01{
  font-size: 18px;
  margin-bottom: 10px;
  border-left: 3px solid #333;
  padding: 5px 0 5px 10px;  
}

/* 上が太線　表
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.table2 .thead{display: none}
}

.table2{
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #23495b;
	background: #fff;
}
.table2 th{
	padding:10px;
	border-top:1px solid #23495b;
	border-left:0px;
	border-right:0px;
	border-bottom:1px solid #23495b;
	vertical-align:middle;
	display:table-cell;
	text-align: center;
	width: 38%;
	font-weight: normal;
	background-color: #cee9f5;	
	}
.table2 td{
	padding:10px;
	border-top:1px solid #b3ccd8;
	border-right:0px;
	border-left:0px;
	border-bottom:1px solid #b3ccd8;
	text-align: left;
	display:table-cell;
	}

@media print, screen and (min-width: 768px) {
.table2{width:100%; background: #fff;}
.table2 th{
	width: 25%;
	text-align: center;
	padding: 15px;
	display: table-cell;
	font-weight: normal;
	background-color: #cee9f5;	
	border-top: 0px;
	border-right: 1px solid #b3ccd8;
	border-left: 1px solid #b3ccd8;
	border-bottom: 1px solid #b3ccd8;	
}
.table2 td{
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #b3ccd8;
	}
}

.table2 a:link,
.table2 a:visited{text-decoration:underline !important;}
.table2 a:hover,
.table2 a:active{text-decoration:none !important;}


/* table3 thが上で並んでる
---------------------------------------------------- */
.table3 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #fff;
}

.table3 th,
.table3 td {
	display: block;
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
}

.table3 thead {
	display: none;
}

.table3 .thbg01 {
	background: #eee;
}

.table3 .tbox01-l {
	font-weight: 900;
}

.table3 .tbox01-r,
.table3 .tbox01-r2 {
	padding: 0 3% 0 0;
	text-align: center;
}

.table3 tbody td::before {
	content: attr(title);
	float: left;
	clear: both;
	font-weight: bold;
}

/* 768px以上
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.table3 {
		border-bottom: 0 !important;
	}

	.table3 thead {
		display: table-header-group;
	}

	.table3 th,
	.table3 td {
		display: table-cell;
		padding: 15px 10px;
		text-align: left;
		border-bottom: 1px solid #ccc;
		vertical-align: middle;
	}

	.table3 thead th {
		text-align: center;
		background: #eee;
		border-left: 1px solid #ccc;
	}

	.table3 tbody th {
		text-align: center;
	}

	.table3 tbody td {
		border-left: 1px solid #ccc;
	}

	.table3 tbody tr:last-child th {
		border-bottom: 1px solid #ccc;
	}

	.table3 tbody td::before {
		content: none;
	}

	.table3 .tbox01-r,
	.table3 .tbox01-r2 {
		padding: 0 5%;
	}
}


/* ----------------------------------------------------
   お問い合わせ
---------------------------------------------------- */
.mail-box{
	padding: 15px 10px;
	background: #fff;
	text-align: center;
	border:1px solid #333;
	}
.mail-box h3{
	color:#333;
	font-size: 20px;
	margin-bottom: 20px;
	}
.mail-box h3 span{
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
	}

@media print, screen and (min-width: 768px){
.mail-box{
	padding: 30px 10px;
	}
.mail-box h3{
	font-size: 30px;
	margin-bottom: 30px;
	}
}


/* 電話ボタン　電話の見た目
---------------------------------------------------- */
.contact_btn_tel{
	display:block;
	color:#fff;	
	background-color: #333;
	font-size:120%;	
	padding:15px 5px;
	text-align:center;
	font-weight: normal;
	margin-bottom: 8px;
	}
	
.contact_btn_tel a:link,
.contact_btn_tel a:visited,
.contact_btn_tel a:hover,
.contact_btn_tel a:active{color:#fff}
.contact_btn_tel i{font-size:80%; margin:0 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.contact_btn_tel{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	color: #333;
	font-size:24px;
	margin-bottom: 0;
	}
.contact_btn_tel i{margin:0 5px 0 0; color:#00cc66;} /* アイコンの色変更 */
}

@media print, screen and (min-width: 992px) {
.contact_btn_tel{font-size:35px;}
.contact_btn_tel i{margin:0 8px 5px 0; font-size: 25px;}
}

/* FAXの見た目
---------------------------------------------------- */
.contact_btn_fax{
	font-weight:lighter;		
	display:block;
	font-size:120%;	
	text-align:center;
	}

.contact_btn_fax a:link,
.contact_btn_fax a:visited,
.contact_btn_fax a:hover,
.contact_btn_fax a:active{color:#fff}
.contact_btn_fax i{font-size:90%; margin:0 5px 5px 0; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.contact_btn_fax{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	font-size:24px;
	margin-bottom: 0;
	}
.contact_btn_fax i{margin:0 5px 0 0; color:#00cc66;} /* アイコンの色変更 */
}

@media print, screen and (min-width: 992px) {
.contact_btn_fax{font-size:35px;}
.contact_btn_fax i{margin:0 8px 5px 0; font-size: 25px;}
}


/* ----------------------------------------------------
   余白（左右）
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {.wide01{ padding:0 3%;}}
@media print, screen and (min-width: 1200px) {.wide01{ padding:0 5%;}}

@media print, screen and (min-width: 768px) {.wide02{ padding:0 3%;}}
@media print, screen and (min-width: 1200px) {.wide02{ padding:0 10%;}}

@media print, screen and (min-width: 768px) {.wide03{ padding:0 3%;}}
@media print, screen and (min-width: 1200px) {.wide03{ padding:0 15%;}}

/* ----------------------------------------------------
   余白（上下）
---------------------------------------------------- */
.pp00 {padding: 0 !important;}
@media print, screen and (min-width: 768px) {.pp00-2 {padding: 0 !important;}}

.part01{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part01{ padding:30px 0}}
@media print, screen and (min-width: 768px) {.part01{ padding:60px 0}}
@media print, screen and (min-width: 992px) {.part01{ padding:100px 0}}
@media print, screen and (min-width: 1200px) {.part01{padding:150px 0}}

.part02{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part02{ padding:30px 0}}
@media print, screen and (min-width: 768px) {.part02{ padding:60px 0}}
@media print, screen and (min-width: 992px) {.part02{ padding:80px 0}}
@media print, screen and (min-width: 1200px) {.part02{padding:100px 0}}

.part03{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part03{ padding:30px 0}}
@media print, screen and (min-width: 768px) {.part03{ padding:60px 0}}
@media print, screen and (min-width: 992px) {.part03{ padding:80px 0}}

.part04{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part04{ padding:30px 0}}
@media print, screen and (min-width: 768px) {.part04{ padding:60px 0}}

.part05{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part05{ padding:30px 0}}
@media print, screen and (min-width: 768px) {.part05{ padding:30px 0}}



.part_side01{padding:20px 0 30px 0;}
@media print, screen and (min-width: 576px) {.part_side01{ padding:20px 0 30px 0}}
@media print, screen and (min-width: 768px) {.part_side01{ padding:20px 0 60px 0}}
@media print, screen and (min-width: 992px) {.part_side01{ padding:20px 0 80px 0}}
@media print, screen and (min-width: 1200px) {.part_side01{padding:30px 0 100px 0}}

.part_side02{padding:30px 0 30px 0;}
@media print, screen and (min-width: 576px) {.part_side02{ padding:30px 0 80px 0}}
@media print, screen and (min-width: 768px) {.part_side02{ padding:30px 0 100px 0}}

.part_side03{padding:30px 0 0 0;}
@media print, screen and (min-width: 576px) {.part_side03{ padding:30px 0 0 0}}
@media print, screen and (min-width: 768px) {.part_side03{ padding:80px 0 0 0}}
@media print, screen and (min-width: 992px) {.part_side03{ padding:100px 0 0 0}}


/* ----------------------------------------------------
    通常ボックス（左右余白）
---------------------------------------------------- */
@media print, screen and (min-width: 1200px) {
  .box_r_yohaku_01 {
    padding-right: 60px;
  }
}

@media print, screen and (min-width: 1200px) {
  .box_l_yohaku_01 {
    padding-left: 60px;
  }
}


/* ----------------------------------------------------
    背景固定画像
---------------------------------------------------- */
/* ----------------------------------------------------
    左　画像固定
---------------------------------------------------- */
.bg-haikei01{background: url("../images/bg-haikei01.jpg") no-repeat left top}

@media print, screen and (min-width: 992px) {
.bg-haikei01{
	background: url("../images/bg-haikei01.jpg") no-repeat scroll 50% 0% / cover;
	height: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	}
}

/* テキストエリア
-------------------------- */
.box-promo01{		
	padding: 20px;
  margin: 20px 0;
	background: #fff;	
}

@media print, screen and (min-width: 768px) {
.box-promo01{	
	padding:20% 10%;
  margin: 0;
  text-align: center;
	}
}

/* ----------------------------------------------------
    右　画像固定
---------------------------------------------------- */
.bg-haikei02{background: url("../images/bg-haikei02.jpg") no-repeat right top}

@media print, screen and (min-width: 992px) {
.bg-haikei02{
	background: url("../images/bg-haikei02.jpg") no-repeat scroll 50% 0% / cover;
	height: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	}
}

/* テキストエリア
-------------------------- */
.box-promo02{		
	padding: 20px;
  margin: 20px 0;
	background: #fff;	
}

@media print, screen and (min-width: 768px) {
.box-promo02{
	padding:20% 5%;
  margin: 0;
  text-align: center;
	}
}

/* ----------------------------------------------------
    画像固定
---------------------------------------------------- */
.bg-haikei03{background: url("../images/bg-haikei03.jpg") no-repeat left top}

@media print, screen and (min-width: 992px) {
.bg-haikei03{
	background: url("../images/bg-haikei03.jpg") no-repeat scroll 50% 0% / cover;
	height: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	}
}


/* ----------------------------------------------------
    画像並び替え（モバイル時）
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.area-first{order:1;}
.area-last{order:2;}
}

/* ----------------------------------------------------
    フローボックス
---------------------------------------------------- */
.flow_box_01{
	position:relative;
	background: #fff;
	box-shadow: 0px 0 10px 5px rgba(0,0,0,0.1);
	padding:20px;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
  .flow_box_01{
    padding:80px 40px 40px 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .flow_box_01{
    padding:40px;
  }
  .flow_box_01 p{
    font-size: 120%;
  }
}

.flow_box_01 span{
	position:absolute;
	top:0;
	left:0;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display:block;
	color:#fff !important;
	background: #333; /* 背景色 */
	padding:10px;
	text-align:center;
	}
@media print, screen and (min-width: 768px) {
  .flow_box_01 span{
  	top:0;
  	left:0;
  	width: 60px;
  	height: 60px;
  	font-size: 30px;
  	padding:15px 20px 20px 13px;
	}
}