@charset "UTF-8";



/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. Tab design
		03. 表のレイアウト
		04. web font
		05. 下線
		06. インデント追加
		07. bootstrap 調整
		08. bootstrap 機能拡張
		09. LINE風吹き出しデザイン
	---------------------------

 ** ************************************* **/


/** 01. Globals
 **************************************************************** **/
.top_space {
	margin-top: 30px;
}

#container .fullview2 {
	position: relative;
}
@media (max-width: 768px) {
	h3, .h3 {
		font-size: 18px;
	}
	h4.txt_h18, .h4.txt_h18 {
		font-size: 15px;
	}
	.label {
		vertical-align: middle;
	}
	#content h2 {
		font-size: 160%;
	}
	.page-header {
		padding-top: 20px;
		padding-bottom: 8.5px;
		margin: 0 0 10px;
		border-bottom: 1px solid #eee;
	}
}

[class*="ind"] i {
	text-indent: 0;
}



.yakuhanjp {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	margin: 5px 0;
}


.h4.boder_left_yellow, h4.boder_left_yellow {
	font-size: 130%;
	padding: 0.5em 0 0.5em 0.5em;
	border-left: 6px solid #ffda4b;
	border-bottom: 1px solid #C5C5C5;
}

.h4.boder_left_purple, h4.boder_left_purple {
	font-size: 130%;
	padding: 0.5em 0 0.5em 0.5em;
	border-left: 6px solid #5F4092;
	border-bottom: 1px solid #C5C5C5;
}



.module_inner {
	padding: 15px 20px;
}


.contact.white {
	border:solid #fff 2px;
	background-color: #fff;
	color: inherit;
}


/* -------------------------------------------------- *
 * 丸の中の画像
 * -------------------------------------------------- */
.comment_phoho {
	border-radius: 50%;
}




.section-title {
	margin: 2em 0 1.5em;
	font-size: 1.8em;
	line-height: 1.6;
	text-align: center;
}

@media (max-width: 768px) {
.section-title {
	font-size: 1.3em;
}
}



.section-content {
	margin: 2em 0 1.5em;
	font-size: 120%;
	line-height: 1.7;
}

@media (max-width: 768px) {
.section-content {
	font-size: 100%;

}
}


.btn.purple a {
	background-color: #5F4092;
}

.btn.purple a:hover, .btn.purple a:focus {
	background-color: #8B6AC1;
}

.btn.purple a:active, .btn.purple a.active {
	background-color: #522897;
}







/** 02. Tab design
 **************************************************************** **/
/*Tab active redesign*/
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
	color: #fff;
	cursor: default;
	background: #3498db;
	border-bottom-color: transparent;
}

.nav-tabs > li > a.active:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
}

/*タブの高さの変更*/
.nav > li > a {
	position: relative;
	display: block;
	padding: 15px 5px;
}
/*タブの角丸の変更*/
@media (min-width: 769px) {
	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		border-bottom: 0px solid #ddd;
		border-radius: 0px 0px 0 0;
	}
	.nav-tabs-justified > li > a.active, .nav-tabs.nav-justified > li > a.active,
	.nav-tabs-justified > li > a.active:hover,
	.nav-tabs.nav-justified > li > a.active:hover,
	.nav-tabs-justified > li > a.active:focus,
	.nav-tabs.nav-justified > li > a.active:focus {
		border-bottom-color: #f9f9f9;
	}
}
/*タブの隣とのスペース*/
.nav > li > a {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #EFEFEF;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/*タブの下方向のスペース*/
#content .nav.nav-tabs {
	margin: 10px 0 0 0;
	padding-left: 0;
}

/*タブの文字レイアウト*/
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	font-size: 16.5px;
	font-weight: 600;
	color: #3498db;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 0px;
}

.tab-content{
	padding: 30px 20px;
}
@media screen and (max-width: 768px){
.tab-content{
	padding: 20px 5px;
}
}

.nav-tabs-outer::-webkit-scrollbar {
	display: none;
}
.nav-tabs-outer .nav-tabs li{
	display: block;
	width: 25%;
}
.nav-tabs-outer .nav-tabs a {
	color: #3498db;
	text-decoration: none;
}
.nav-tabs-outer .nav-tabs a:hover,
.nav-tabs-outer .nav-tabs a:focus {
	color: #3498db;
	text-decoration: underline;
	background-color: #DDEFFB;
}
.nav-tabs-outer .nav-tabs a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}


/*Tab color yellow*/
.nav-tabs.yellow2 > li > a,
.nav-tabs.yellow2> li > a:hover,
.nav-tabs.yellow2 > li > a:focus {
	font-size: 16.5px;
	font-weight: 800;
	color: #3498db;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 0px;
}

.nav-tabs.yellow2 > li > a.active,
.nav-tabs.yellow2 > li > a.active:hover,
.nav-tabs.yellow2 > li > a.active:focus {
	background: #ffda4b;
	color: #3498db;
	font-weight: 800;
	border: 1px solid #ffda4b;
}

.nav-tabs-outer .nav-tabs.yellow2,
.nav-tabs-outer .nav-tabs.yellow2 {
	border-bottom: 1px solid #ddd;
}

.nav-tabs-outer .nav-tabs.yellow2 a:hover,
.nav-tabs-outer .nav-tabs.yellow2 a:focus {
	color: #3498db;
	text-decoration: underline;
	background-color: #F9F4E1;
	border-bottom: 1px solid #F9F4E1;
}


/*Tab color purple*/
.nav-tabs.purple2 > li > a,
.nav-tabs.purple2> li > a:hover,
.nav-tabs.purple2 > li > a:focus {
	font-size: 16.5px;
	font-weight: 800;
	color: #5F4092!important;
	text-decoration: none!important;
	border-right: 1px solid #fff!important;
	border-left: 1px solid #fff!important;
	border-radius: 0px;
	border: 1px solid #5F4092!important;
}

.nav-tabs.purple2 > li > a.active,
.nav-tabs.purple2 > li > a.active:hover,
.nav-tabs.purple2 > li > a.active:focus {
	background: #5F4092!important;
	color: #fff!important;
	font-weight: 800;
	border: 1px solid #5F4092!important;
}

.nav-tabs-outer .nav-tabs.purple2,
.nav-tabs-outer .nav-tabs.purple2 {
	border-bottom: 0px solid #ddd!important;
}

.nav-tabs-outer .nav-tabs.purple2 a:hover,
.nav-tabs-outer .nav-tabs.purple2 a:focus {
	color: #5F4092;
	text-decoration: underline;
	background-color: #E2D5F6;
	border-bottom: 1px solid #5F4092;
}

.nav-tabs.purple2 > li.w100 > a.active:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 solid white;
}

#content .nav-tabs-outer .nav-tabs.purple2 li.w100{
	display: block;
	width: 100%;
}


@media screen and (max-width: 768px){
.nav-tabs.purple2 > li > a,
.nav-tabs.purple2> li > a:hover,
.nav-tabs.purple2 > li > a:focus {
	font-size: 14px;
}
}




/** 03. 表のレイアウト
 **************************************************************** **/
/* ---------------backblue--------------- */
#content table.table01 {
	width: 100%;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	border-collapse: collapse;
	margin-bottom: 0px;
}
#content table.table01 thead th {
	background: #217dbb;
	color: #FFF;
	padding:5px 5px;
	border-right: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	font-weight: normal;
}
#content table.table01 thead th:last-child {
	border-right: #217dbb solid 1px;
}
#content table.table01 tbody th {
	background: #217dbb;
	color: #fff;
	padding: 5px 5px;
	border-bottom: #FFF solid 1px;
	border-right: #FFF solid 1px;
	vertical-align: middle;
}
#content table.table01 tbody tr:last-child th {
	border-bottom:#4e8ac9 solid 1px;
}
#content table.table01 tbody td {
	background: #EFEFEF;
	padding: 5px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table01 tbody td.bottom_b {
	border-bottom: #4e8ac9 solid 2px;
}
/* ---------------backpink--------------- */
#content table.table02 {
	width: 100%;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	border-collapse: collapse;
	margin-bottom: 0px;
}
#content table.table02 thead th {
	background: #C74890;
	color: #FFF;
	padding:5px 5px;
	border-right: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	font-weight: normal;
}
#content table.table02 thead th:last-child {
	border-right: #C74890 solid 1px;
}
#content table.table02 tbody th {
	background: #C74890;
	color: #fff;
	padding: 5px 5px;
	border-bottom: #FFF solid 1px;
	vertical-align: middle;
}
#content table.table02 tbody tr:last-child th {
	border-bottom: #C74890 solid 1px;
}
#content table.table02 tbody td {
	background: #EFEFEF;
	padding: 5px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table02 tbody td.bottom_b {
	border-bottom: #C74890 solid 2px;
}
/* ---------------backyellow--------------- */
#content table.table03 {
	width: 100%;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	border-collapse: collapse;
	margin-bottom: 0px;
}
#content table.table03 thead th {
	background: #F4CB0D;
	color: #393939;
	padding: 5px 5px;
	border-right: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	font-weight: normal;
}
#content table.table03 thead th:last-child {
	border-right: #F4CB0D solid 1px;
}
#content table.table03 tbody th {
	background: #F4CB0D;
	color: #393939;
	padding: 5px 5px;
	border-bottom: #FFF solid 1px;
	vertical-align: middle;
}
#content table.table03 tbody tr:last-child th {
	border-bottom: #F4CB0D solid 1px;
}
#content table.table03 tbody td {
	background: #EFEFEF;
	padding: 5px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table03 tbody td.bottom_b {
	border-bottom: #F4CB0D solid 2px;
}
/* ---------------backgreen--------------- */
#content table.table04 {
	width: 100%;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	border-collapse: collapse;
	margin-bottom: 0px;
}
#content table.table04 thead th {
	background: #3CB832;
	color: #FFF;
	padding: 5px 5px;
	border-right: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	font-weight: normal;
}
#content table.table04 thead th:last-child {
	border-right: #3CB832 solid 1px;
}
#content table.table04 tbody th {
	background: #3CB832;
	color: #fff;
	padding: 5px 5px;
	border-bottom: #FFF solid 1px;
	vertical-align: middle;
}
#content table.table04 tbody tr:last-child th {
	border-bottom: #3CB832 solid 1px;
}
#content table.table04 tbody td {
	background: #EFEFEF;
	padding: 5px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table04 tbody td.bottom_b {
	border-bottom: #3CB832 solid 2px;
}

/* table01調整 */
@media (max-width: 768px) {
	#content table.table01 thead th {
		font-size: 0.9em;
	}
	#content table.table01 tbody td {
		font-size: 0.9em;
	}
}













/** 04. web font
 **************************************************************** **/
.yakuhanjp {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.kan412 {
	font-family: kan412typos-std, sans-serif;
}
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c", sans-serif; }








/** 05. 下線
 **************************************************************** **/

.center-line {
	width: 90px;
	height: 5px;
	display: block;
	margin: 10px auto 30px auto;
	border-bottom: 1px solid #25CBF5;
	border-top: 1px solid #25CBF5;
}
.center-line.pink-line {
	width: 90px;
	height: 5px;
	display: block;
	margin: 10px auto 30px auto;
	border-bottom: 1px solid #F879D7;
	border-top: 1px solid #F879D7;
}
@media (max-width: 768px) {
	.center-line.pink-line {
		width: 90px;
		height: 5px;
		display: block;
		margin: 5px auto 20px auto;
		border-bottom: 1px solid #F879D7;
		border-top: 1px solid #F879D7;
	}
}
.text-line {
	height: 24px;
	margin: 0px auto 3px auto;
	border-bottom: 2px solid #3AABD2;
}
.under {
	border-bottom: solid 2px #87CEFA;
}







/** 06. インデント追加
 **************************************************************** **/
span.ind_005 {					/* spanブロック化 */
	display: block;
	padding-left: 0.5em;
	text-indent: -0.5em;
}
span.ind_01 {					/* spanブロック化 */
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
span.ind_02 {					/* spanブロック化 */
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}
span.ind_025 {					/* spanブロック化 */
	display: block;
	padding-left: 2.5em;
	text-indent: -2.5em;
}
span.ind_03 {					/* spanブロック化 */
	display: block;
	padding-left: 3em;
	text-indent: -3em;
}
span.ind_04 {					/* spanブロック化 */
	display: block;
	padding-left: 4em;
	text-indent: -4em;
}
span.ind_05 {					/* spanブロック化 */
	display: block;
	padding-left: 5em;
	text-indent: -5em;
}
span.ind_06 {					/* spanブロック化 */
	display: block;
	padding-left: 6em;
	text-indent: -6em;
}







/** 07. bootstrap 調整
 **************************************************************** **/
.row-center {
	text-align: left;
	letter-spacing: -0.4em;
}
.row-center > [class*='col-'] {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
	float: none !important;
}
@media only screen and (max-width: 768px) {
	.row-center > [class*='col-sm'].block {
		display: block;
	}
}


/** 08. bootstrap 機能拡張
 **************************************************************** **/
.row-center.left {
	letter-spacing:-0.4em;
	text-align: left
}
.row-center > [class*='col-'] {
	display:inline-block;
	letter-spacing:0;
	vertical-align:top;
	float:none !important;
}
.row-center.va-middle > [class*='col-'] {
	vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
	vertical-align:bottom;
}












/** 09. LINE風吹き出しデザイン
 **************************************************************** **/
/*以下、背景色など*/
.line-bc {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	padding: 20px 20px;
	margin: 0px auto 15px;
	text-align: right;
	font-size: 1.1em;
	background: #7da4cd;
}
/*以下、左側のコメント*/
.comment {
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}
.comment .faceicon {
	float: left;
	margin-right: -50px;
	width: 150px;
}
.comment .faceicon img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.line-bc .faceicon .caption {
	font-size: 0.8em;
}
.line-bc .faceicon.lh11 {
	line-height: 1.1;
}

.comment .chatting {
	width: 100%;
	text-align: left;
}
.says {
	display: inline-block;
	position: relative; 
	margin: 30px 0 0 70px;
	padding: 10px;
	max-width: 400px;
	border-radius: 12px;
	background: #edf1ee;
}
.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 3px; 
	left: -19px;
	border: 8px solid transparent;
	border-right: 18px solid #edf1ee;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
#content .says p {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
/*以下、右側の緑コメント*/
.mycomment {
	margin: 10px 0;
	overflow: hidden;
}
.mycomment .faceicon {
	float: right;
	margin-left: -50px;
	width: 150px;
}
.mycomment .faceicon img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.mycomment p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	display: inline-block;
	position: relative; 
	margin: 30px 70px 0 0;
	padding: 8px;
	max-width: 400px;
	border-radius: 12px;
	background: #30e852;
}
.mycomment p:after {
	content: "";
	position: absolute;
	top: 3px; 
	right: -19px;
	border: 8px solid transparent;
	border-left: 18px solid #30e852;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
@media (max-width: 768px) {
.line-bc {
	font-size: 1.1em;
}
	.comment .faceicon {
		float: left;
		margin-right: -50px;
		width: 100px;
	}
	.says {
		display: block;
		margin: 20px 0 0 110px;
	}
	.mycomment .faceicon {
		float: right;
		margin-left: -50px;
		width: 100px;
	}
	.mycomment p{
		display: block;
		margin: 20px 110px 0 0;
	}
}
/* 円の基本形 */
#content .block_maru {
	margin-bottom:1rem;
}
#content .maru {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: top;
}
/* 円の大きさ */
#content .size_normal {
	width: 5rem;
	height: 5rem;
}
/* 文字の大きさ */
#content .letter1 {
	font-size: 2.6rem;
	line-height: 2.6rem;
	color: #FFFFFF;
}
.green1 {
	background-color: #00AC56;
}
@media (max-width: 450px) {
	#content .size_normal{
		width: 3.6rem;
		height: 3.6rem;
	}
	/* 文字の大きさ */
	#content .letter1 {
		font-size: 2rem;
		line-height: 2rem;
		color: #FFFFFF;
	}
}



/** 10. fukidashi
 **************************************************************** **/

/******************fukidashi*******************/
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 0.5em 0 1.5em;
	padding: 15px 15px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 15px;
	background: #e1f0fa;
	border-radius: 15px;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e1f0fa;
}
.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #ffff;
	box-sizing: border-box;
	border-radius: 15px;
}
.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffff;
}
.fukidashi_right {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 15px;
	background: #e1f0fa;
	border-radius: 15px;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	border: 15px solid transparent;
	border-left: 15px solid #e1f0fa;
}

.fukidashi_left {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #e1f0fa;
	border-radius: 15px;
}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e1f0fa;
}
@media only screen and (max-width: 768px) {
	.fukidashi_left {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #e1f0fa;
	box-sizing: border-box;
	border-radius: 15px;
	}
	.fukidashi_left:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e1f0fa;
	}
}




.sup.caption {
	font-size: 0.8em;
	line-height: 1.1;
}








/* ----------------------------------------
 *  change btn
 * ---------------------------------------- */
button.change_btn {
	display: inline-block; 
	padding: 5px 10px;
	margin: 5px 0;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border-color: rgba(66,172,194,0.90);
	border-style: solid;
	border-width: 1px;
	color: rgba(66,172,194,0.90);
	font-size: 12px;
}
button.change_btn:hover {
	background-color: rgba(66,172,194,0.90); 
	color: #fff; 
	cursor: pointer;
}

/*div要素の左右端配置*/
.between {
	display: flex;
	justify-content: space-between;
}




/* ----------------------------------------
 * 写真を丸く切り抜き
 * ---------------------------------------- */
.contentimg_phoho {
	display: block;
	margin: 10px auto;
	border-radius: 50%;
	border: 12px solid #fae6ee; /* 枠線を付加 */
}



#oneday_01 .row,
#oneday_02 .row,
#oneday_03 .row {
	margin-right: 0px;
	margin-left: 0px;
}

#oneday_01 .col-12, #oneday_01 .col-5, #oneday_01 .col-7,
#oneday_02 .col-12, #oneday_02 .col-5, #oneday_02 .col-7,
#oneday_03 .col-12, #oneday_03 .col-5, #oneday_03 .col-7 {
  padding-right: 0px;
  padding-left: 0px;
}







