@charset "UTF-8";
/* --------------------------------------------------
    COMMON
-------------------------------------------------- */
html { overflow-x: hidden; }
body, p { line-height: 1.8rem !important;
overflow : hidden;
 }
.border { border-width: 2px !important; }
.bg-lightyellow {	background: #FFFBEF; }
.bg-main {	background: #FFD93F; }
/* 半円背景各種
-------------------------------------------------- */
/* 半月（背景白） */
.half-white:after { background-color: #fff; }
/* 半月（背景薄青） */
.half-lightyellow:after { background: #FFFBEF; }
/* 半月（背景緑） */
.half-info:after { background: #FFD93F; }
/* 共通 */
.half {
    width: 120%;
    height: 150px;
    border-top-left-radius: 50% 120px;
    border-top-right-radius: 50% 120px;
    position: absolute;
    top: 0;
    left: -10%;
}
.half:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

/* 見出し青丸
-------------------------------------------------- */
.dot {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.dot:before, .dot:after {
	font-family: "Font Awesome 5 Free";/*忘れずに*/
	content: "\f111";/*アイコンのユニコード*/
	font-size: 1.2rem;/*サイズ*/
	color: #a1ceff;
	padding: 0 10px;
	vertical-align: middle;
}
/* --------------------------------------------------
    header
-------------------------------------------------- */
header .container-fluid {
	height: 100vh;
	width: 100%;
	background: url(../img/image-top.jpg);
	background-size: cover;
	background-position: 50% 100%;
}
/*    グローバルナビ
-------------------------------------------------- */
.breadcrumb {
	background: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '>';
	color: #fff;
}
/* --------------------------------------------------
    トップページ
-------------------------------------------------- */
.balloon {
	width: 130px;
	height: 130px;
	top: -50px;
	z-index: 10;
	left: -20px;
	font-size: 15px;
}
.balloon-s {
	width: 110px;
	height: 110px;
	top: -20px;
	z-index: 10;
	left: -20px;
	font-size: 14px;
}
.balloon:before, .balloon-s:before {
	content: "";
	position: absolute;
	bottom: -5px;
	right: -5px;
	margin-top: -15px;
	border: 10px solid transparent;
	border-left: 30px solid #FFD93F;
	z-index: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

table tr:last-child {
	border-bottom: 1px solid #dee2e6;
}
table tr:nth-child(even) {
	background-color: #F9F9F9;
}
table tr:nth-child(odd) {
	background-color: #E4E9EF;
}

.modal-open {
  overflow: hidden;
  height: 100%;
  padding-right: 0!important;
}
.modal-body{
padding: 0;
}

.adjust-box {
    position: relative;
    width: 50%;
    height: auto;
    background: #EEE;
    padding: 0;
}
.box-1x1:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top:30px;
}
.adjust-box p {
    line-height:1.5em;
}

.dotted{
border-bottom:2px dotted #18A3B9;
padding-bottom: 10px;
}

.plan1{
  /*background-color:#1BC2F1;
  color: #fff;*/
  border: 4px solid #17a2b8;
}
.plan2{
  /*background-color:#370daf;
  color: #fff;*/
  margin-top: -3px;
  border: 4px solid #17a2b8;
  margin-right: -3px;
  width: calc(+ 3px);
}
.plan3{
  /*background-color:#2d90dc;
  color: #fff;*/
  border: 4px solid #17a2b8;
  margin-top: -3px;
  margin-right: -3px;
  width: calc(+ 3px);
}
.plan4{
  /*background-color:#f37fab;
  color: #fff;*/
  margin-top: -3px;
  border: 4px solid #17a2b8;
}



.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}


/* --------------------------------------------------
    サンプルページ
-------------------------------------------------- */
.season {
	width: 100px;
	height: 100px;
	left: 10px;
	padding: 0.34em;
}
.season div {
	display: block;
	width: 100%;
	height: 100%;
	border: 2.4px dotted #fff;
}
.title {
	border-bottom: 2px solid #17a2b8;
}
.stripe {
	background: repeating-linear-gradient(90deg, #fff 0, #fff 40%, #17a2b8 40%, #17a2b8 60%, #fff 60%, #fff 70%);
}
.stripe2 {
	background: repeating-linear-gradient(90deg, #FFFBEF 0, #FFFBEF 45%, #17a2b8 45%, #17a2b8 55%, #FFFBEF 55%, #FFFBEF 70%);
}


.font_b{
  font-size: 2em;
  color: #fa7300;
}
.font_b2{
  font-size: 1.2em;
  font-weight: bold;
  color: #fa7300;
}
.font_cs{
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 0;
  padding:0.1em;
}
.font_s{
  font-size: 0.5em;
}

.font_hb{
    color: #299dd8;
    font-weight: bold;
}
