@charset "shift_jis";

#norikae-body {
 margin-bottom: 50px;
 font-size:16px;
 line-height: 1.6;
 width:830px;
}
#norikae-body ul {
	margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
#norikae-body .ntext_b {
	font-weight: bold;
}
.norikae_wrapper {
	padding: 0 15px;
}
.contents_h2 {
	background: #eee;
    font-size: 18px;
    font-weight: bold;
    margin: 45px 0px 20px;
    padding: 8px 15px 5px;
}
.contents_h3 {
	font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    border-bottom: 4px solid #ccc;
    margin: 20px 0px 15px;
}
.msg-contents {
	margin:10px 0px;
}

/*スラッシュ*/
.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;
}
.list_subtitle {
	font-size: 17px;
    font-weight: bold;
    margin: 25px 0 15px;
}
.items_container {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.item_box {	
	width: 48%;
    margin: 10px;
    padding: 14px 20px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.item_box:first-child {
  width: 62%;
}
.item_midashi_block {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.item_midashi {
	position: relative; 
 	padding: 10px 12px 10px 40px;
    display: inline-block;
    border-radius: 5px;
}
.text_bgcolor {
	display: inline;
    background: #e5f8ff;
    padding: 5px 8px;
    font-weight: bold;
}
/* 前後の空白 */
.space_m {
	margin: 10px -10px 0;
}
/* 位置下がりテキスト※ */
#norikae-body .text_indent {
	position: relative;
    padding-left: 18px
}
#norikae-body .text_indent::before {
	content: "※";
	position: absolute;
	left: 0;
}
/* 位置下がりテキスト ドット */
.indent_dot {
	position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.7;
}
.indent_dot::before {
	content: "・";
	position: absolute;
	left: 0;
}
/* 表 */
#norikae-body table {
    border-collapse: collapse;
    width: 500px;
    font-size: 14px;
}
#norikae-body th,
#norikae-body td {
    border: 1px solid #999;
    padding: 6px;
    text-align: center;
}
#norikae-body th {
    background-color: #ddd;
}

#norikae-body th:nth-child(1) {
    background-color: #f3f3f3;
}
/* 点線 */
.tborder_dot {
  	border-bottom: 1px dotted #999 !important;
}
/* 線を消す */
.tborder_none {
  	border-top: none !important;
}
.list_wrapper {
	display: flex;
    margin: 5px 0;
    align-items: center;
}

/* 項目背景ボックス */
.list_box1 {
  	width: 136px;
    color: #fff;
    font-weight: bold;
    background-color: #E97132;
    padding: 8px 14px;
    border-radius: 5px;
    text-align: center;
}
.list_text1 {
	margin-left:10px;
}
.list_text2 {
	margin-left:12px;
}
.list_no::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fff;
	z-index: -1;
	top: 2px;
    left: -4px;
}
.list_no {
	color: #E97132;
	position: relative;
	z-index: 1;
}
/* 矢印 */
.down_arrow {
  /*display: inline-block;*/
  width: 42.4px;
  height: 30px;
  background: #ffc000;
  clip-path: polygon(0 57.6%, 28.8% 57.6%, 28.8% 0, 71.2% 0, 71.2% 57.6%, 100% 57.6%, 50% 100%);
  margin: 0 0 0 61px;
}
/* ボタン */
.guest_btn{
	width: 380px;
	font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #FFC000;
    border: none;
    border-radius: 15px;
    padding: 15px 40px;
    display: inline-block;
    text-decoration: none;
    line-height: 1.6;
    cursor: pointer;
    color: #fff;
}
.guest_btn:hover {
	opacity: 0.8;
}
.entry_guest {
	display:none;
	text-align: center;
	margin: 35px 0 0;
}
.entry_disp {
	display:none;
	text-align: center;
    margin: 35px 0px 10px 0px;
}
.btn_area {
	padding: 5px;
	border-radius: 10px;
	line-height: 2.0;
	box-shadow: none;
	margin: 0 auto;
}
.btn-gray {
	color: #fff;
	border: 1px solid #999;
	background-color: #aaa;
	background-image: none;
}
.combtn {
	 width: 250px;
	 font-size: 18px;
	 font-weight: bold;
	 border-radius: 5px;
	 padding: 12px 10px;
}
.voice_box {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
}
.person_img {
	width: 80px;
	height: auto;
}
/* ふきだし */
.speech_bubble1 {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  padding: 16px 24px;
  border-radius: 12px;
  background-color: #f6c6ad;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  width: 495px;
}
.speech_bubble1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f6c6ad transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -10deg);
  transform-origin: right;
}
.speech_bubble2 {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  padding: 16px;
  border-radius: 12px;
  background-color: #ffc000;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  width: 495px;
}
.speech_bubble2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ffc000;
  translate: 100% -50%;
  transform: skew(0, -10deg);
  transform-origin: left;
}
/* お問い合わせ*/
.ct_wrapper {
	width: 600px;
	margin: 0 auto;
	/*border: 2px solid #ddd;*/
}
.ct_title {
	text-align: center;
	background-color: #eee;
	font-size: 18px;
	padding: 12px 0 9px;
}
.ct_container {
	text-align: center;
	margin:15px 0;
}
/* くの字矢印 */
.arrow-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  background-color: #FF7C80;
}

.arrow-text .arrow {
  	display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-bottom: 2px;
}
.entry_btn{
	width: 300px;
	font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #47AADF;
    border: none;
    border-radius: 15px;
    padding: 15px 40px;
    display: inline-block;
    text-decoration: none;
    line-height: 1.6;
    cursor: pointer;
    color: #fff;
    text-align: center;
}
.entry_btn:hover {
	opacity: 0.8;
}
.indent_s {
	margin:0 0 0 19px;
}
.tokuten_midashi {
	background:#FFC000;
	color:#fff;
	font-weight:bold;
	padding:5px;
	font-size:18px;
}
.tokuten_no {
	position: relative;
	color: #FFC000;
	z-index: 1;
    margin: 0 4px 0 9px;
}
.tokuten_no::before {
	position: absolute;
	content:"";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #fff;	
	top: 2px;
    left: -5px;
    z-index: -1;
}
.tokuten_b {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
}
.tokuten_catch {
	font-weight: bold;
	font-size: 18px;
}
.tokuten_box {
	width:250px;
	border:2px solid #FFC000;
	border-radius:8px;
	text-align:center;
	font-size: 17px;
}
.tokuten_mark {
	font-size: 30px;
	line-height: 1;
	vertical-align: middle;	
}
.tokuten_img_box {
	display: flex;
    margin: 20px 10px;
    justify-content: center;
    align-items: center;
}
.mark-circle-abs::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 46%;
    width: 18px;
    height: 18px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
}
.mark-cross-abs::before,
.mark-cross-abs::after {
  	content: '';
    position: absolute;
    left: 12px;
    top: 47%;
    width: 24px;
    height: 3px;
    background-color: #ffffff;
    transform-origin: center;
}
.mark-cross-abs::before {
  transform: translateY(-50%) rotate(45deg);
}
.mark-cross-abs::after {
  transform: translateY(-50%) rotate(-45deg);
}



